mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Various updates, should be @ RC-3 standard
git-svn-id: file:///svn/phpbb/trunk@2245 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
eeaecf7c67
commit
83a8d754a1
8 changed files with 90 additions and 96 deletions
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
/***************************************************************************
|
||||
* lang_admin.php [English]
|
||||
* lang_admin.php [chinese simplified]
|
||||
* -------------------
|
||||
* begin : Sat Dec 16 2000
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
|
@ -22,15 +22,12 @@
|
|||
***************************************************************************/
|
||||
|
||||
//
|
||||
// Chinese GB Simplified Translation by inker
|
||||
// http://www.byink.com
|
||||
// last modify : 2002/2/26
|
||||
// Translation by:
|
||||
// inker :: http://www.byink.com
|
||||
//
|
||||
|
||||
// For questions and comments use: support@byink.com
|
||||
// last modify : 2002/3/1
|
||||
//
|
||||
// Format is same as lang_main
|
||||
//
|
||||
|
||||
|
||||
//
|
||||
// Modules, this replaces the keys used
|
||||
|
@ -160,6 +157,14 @@ $lang['Registered'] = "ע
|
|||
$lang['Administrators'] = "论坛管理员";
|
||||
$lang['Hidden'] = "隐藏";
|
||||
|
||||
// These are displayed in the drop down boxes for advanced
|
||||
// mode forum auth, try and keep them short!
|
||||
$lang['Forum_ALL'] = "全部";
|
||||
$lang['Forum_REG'] = "REG";
|
||||
$lang['Forum_PRIVATE'] = "PRIVATE";
|
||||
$lang['Forum_MOD'] = "MOD";
|
||||
$lang['Forum_ADMIN'] = "管理";
|
||||
|
||||
$lang['View'] = "浏览";
|
||||
$lang['Read'] = "阅读";
|
||||
$lang['Post'] = "发表";
|
||||
|
@ -696,6 +701,10 @@ $lang['Upgrade'] = "ϵͳ
|
|||
|
||||
$lang['Install_Method'] = '请选择安装模式';
|
||||
|
||||
$lang['Install_No_Ext'] = "您服务器上的php配置不支持您所选择的数据库类型";
|
||||
|
||||
$lang['Install_No_PCRE'] = "您的php配置不支持安装phpBB2所需要的Perl语言标准表达模式的兼容性";
|
||||
|
||||
|
||||
|
||||
//
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/***************************************************************************
|
||||
* lang_bbcode.php [english]
|
||||
* lang_bbcode.php [chinese simplified]
|
||||
* -------------------
|
||||
* begin : Wednesday Oct 3, 2001
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
|
@ -21,28 +21,13 @@
|
|||
***************************************************************************/
|
||||
|
||||
//
|
||||
// Chinese GB Simplified Translation by inker
|
||||
// http://www.byink.com
|
||||
// last modify : 2002/2/26
|
||||
// Translation by:
|
||||
// inker :: http://www.byink.com
|
||||
//
|
||||
// For questions and comments use: support@byink.com
|
||||
// last modify : 2002/2/26
|
||||
//
|
||||
|
||||
//
|
||||
// To add an entry to your BBCode guide simply add a line to this file in this format:
|
||||
// $faq[] = array("question", "answer");
|
||||
// If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
|
||||
// Links will be created automatically
|
||||
//
|
||||
// DO NOT forget the ; at the end of the line.
|
||||
// Do NOT put double quotes (") in your BBCode guide entries, if you absolutely must then escape them ie. \"something\"
|
||||
//
|
||||
// The BBCode guide items will appear on the BBCode guide page in the same order they are listed in this file
|
||||
//
|
||||
// If just translating this file please do not alter the actual HTML unless absolutely necessary, thanks :)
|
||||
//
|
||||
// In addition please do not translate the colours referenced in relation to BBCode any section, if you do
|
||||
// users browsing in your language may be confused to find they're BBCode doesn't work :D You can change
|
||||
// references which are 'in-line' within the text though.
|
||||
//
|
||||
|
||||
$faq[] = array("--","介绍");
|
||||
$faq[] = array("什么是 BBCode 代码?", "BBCode 代码是一种 HTML 的特别语法, 您是否使用 BBCode 代码取决于管理员的开放与否, 另外您也可以在每个文章的发表版面中取消这个功能. BBCode代码的型式类似HTML语法, 可以使用 [ and ] 而不可以使用 < and >标签, 它提供了更好的操作方便性和控制面板的编排. 您可以在文章发表的表格上方发现 BBCode 代码的便捷按钮 (置放位置会依不同的布景样式而有所不同). 以下还有更详细的介绍.");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/***************************************************************************
|
||||
* lang_faq.php [english]
|
||||
* lang_faq.php [chinese simplified]
|
||||
* -------------------
|
||||
* begin : Wednesday Oct 3, 2001
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
|
@ -21,21 +21,11 @@
|
|||
***************************************************************************/
|
||||
|
||||
//
|
||||
// Chinese GB Simplified Translation by inker
|
||||
// http://www.byink.com
|
||||
// last modify : 2002/2/26
|
||||
// Translation by:
|
||||
// inker :: http://www.byink.com
|
||||
//
|
||||
|
||||
//
|
||||
// To add an entry to your FAQ simply add a line to this file in this format:
|
||||
// $faq[] = array("question", "answer");
|
||||
// If you want to separate a section enter $faq[] = array("--","Block heading goes here if wanted");
|
||||
// Links will be created automatically
|
||||
//
|
||||
// DO NOT forget the ; at the end of the line.
|
||||
// Do NOT put double quotes (") in your FAQ entries, if you absolutely must then escape them ie. \"something\"
|
||||
//
|
||||
// The FAQ items will appear on the FAQ page in the same order they are listed in this file
|
||||
// For questions and comments use: support@byink.com
|
||||
// last modify : 2002/2/26
|
||||
//
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/***************************************************************************
|
||||
* lang_main.php [English]
|
||||
* lang_main.php [chinese simplified]
|
||||
* -------------------
|
||||
* begin : Sat Dec 16 2000
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
|
@ -20,22 +20,13 @@
|
|||
***************************************************************************/
|
||||
|
||||
//
|
||||
// Chinese GB Simplified Translation by inker
|
||||
// http://www.byink.com
|
||||
// last modify : 2002/2/26
|
||||
// Translation by:
|
||||
// inker :: http://www.byink.com
|
||||
//
|
||||
// For questions and comments use: support@byink.com
|
||||
// last modify : 2002/3/1
|
||||
//
|
||||
|
||||
//
|
||||
// The format of this file is:
|
||||
//
|
||||
// ---> $lang['message'] = "text";
|
||||
//
|
||||
// You should also try to set a locale and a character
|
||||
// encoding (plus direction). The encoding and direction
|
||||
// will be sent to the template. The locale may or may
|
||||
// not work, it's dependent on OS support and the syntax
|
||||
// varies ... give it your best guess!
|
||||
//
|
||||
|
||||
//setlocale(LC_ALL, "en");
|
||||
$lang['ENCODING'] = "gb2312";
|
||||
|
@ -126,6 +117,7 @@ $lang['Board_disable'] = "
|
|||
// Global Header strings
|
||||
//
|
||||
$lang['Registered_users'] = "注册会员:";
|
||||
$lang['Browsing_forum'] = "正在浏览这个版面的会员:";
|
||||
$lang['Online_users_zero_total'] = "总计有 <b>0</b> 位朋友在线 :: ";
|
||||
$lang['Online_users_total'] = "总计有 <b>%d</b> 位朋友在线 :: ";
|
||||
$lang['Online_user_total'] = "总计有 <b>%d</b> 位朋友在线 :: ";
|
||||
|
@ -298,6 +290,7 @@ $lang['Start_watching_topic'] = "
|
|||
$lang['No_longer_watching'] = "您不再订阅本主题";
|
||||
$lang['You_are_watching'] = "您已订阅了本主题";
|
||||
|
||||
$lang['Total_votes'] = "投票共计";
|
||||
|
||||
//
|
||||
// Posting/Replying (Not private messaging!)
|
||||
|
@ -523,13 +516,13 @@ $lang['Occupation'] = "ְҵ";
|
|||
$lang['Poster_rank'] = "用户级别";
|
||||
|
||||
$lang['Total_posts'] = "发贴总计";
|
||||
$lang['user_post_pct_stats'] = "%.2f%% of total"; // 1.25% of total
|
||||
$lang['user_post_day_stats'] = "平均 %.2f 封帖子每天"; // 1.5 posts per day
|
||||
$lang['User_post_pct_stats'] = "%.2f%% of total"; // 1.25% of total
|
||||
$lang['User_post_day_stats'] = "平均 %.2f 封帖子每天"; // 1.5 posts per day
|
||||
$lang['Search_user_posts'] = "查找%s发表的所有帖子"; // Find all posts by username
|
||||
|
||||
$lang['No_user_id_specified'] = "对不起这个用户不存在";
|
||||
$lang['Wrong_Profile'] = "您不可以编辑去他用户的个人资料";
|
||||
$lang['Sorry_banned_or_taken_email'] = "对不起您提供的电子邮件地址无效, 它可能被其他用户注册过或者它本身无效,请提供其他的电子邮件地址,如果还是无效请您联络论坛管理员.";
|
||||
|
||||
$lang['Only_one_avatar'] = "您只能选择一个头像";
|
||||
$lang['File_no_data'] = "您提供的连接地址不存在数据";
|
||||
$lang['No_connection_URL'] = "无法连接您提供的连接地址";
|
||||
|
@ -557,6 +550,7 @@ $lang['Public_view_email'] = "
|
|||
$lang['Current_password'] = "现在的密码";
|
||||
$lang['New_password'] = "新的密码";
|
||||
$lang['Confirm_password'] = "确认新密码";
|
||||
$lang['Confirm_password_explain'] = "当您希望改变密码或是您的电子邮件地址时您必须确认现在正在使用的密码";
|
||||
$lang['password_if_changed'] = "只有当您希望更改密码时才需要提供新的密码";
|
||||
$lang['password_confirm_if_changed'] = "只有当您希望更改密码时才需要确认新的密码";
|
||||
|
||||
|
@ -588,7 +582,13 @@ $lang['Profile_updated_inactive'] = "
|
|||
|
||||
$lang['Password_mismatch'] = "您提供的密码不匹配";
|
||||
$lang['Current_password_mismatch'] = "您现在使用的密码与注册时提供的不匹配";
|
||||
$lang['Invalid_username'] = "您选择的用户名已经有人使用了,或者是您选择的用户名包含了无效的字符,像 \" character";
|
||||
$lang['Password_long'] = "密码不能多于32个子符";
|
||||
$lang['Username_taken'] = "对不起您选择的用户名已经有人使用了";
|
||||
$lang['Username_invalid'] = "您选择的用户名包含了无效的字符,像 \"";
|
||||
$lang['Username_disallowed'] = "对不起您选择的用户名已经被禁用";
|
||||
$lang['Email_taken'] = "对不起您提供的电子邮件地址已经被某个用户注册了";
|
||||
$lang['Email_banned'] = "对不起您提供的电子邮件地址已经被禁用";
|
||||
$lang['Email_invalid'] = "对不起您提供的电子邮件地址不正确";
|
||||
$lang['Signature_too_long'] = "您的个人签名太长了";
|
||||
$lang['Fields_empty'] = "您必须填写必须填写的项目(*)";
|
||||
$lang['Avatar_filetype'] = "头像图片的类型必须是 .jpg, .gif or .png";
|
||||
|
@ -623,8 +623,8 @@ $lang['Password_activated'] = "
|
|||
|
||||
$lang['Send_email_msg'] = "发送一封电子邮件";
|
||||
$lang['No_user_specified'] = "没有选择用户";
|
||||
$lang['user_prevent_email'] = "这名用户不希望收到电子邮件,您可以发送站内信件给这名用户";
|
||||
$lang['user_not_exist'] = "有户不存在";
|
||||
$lang['User_prevent_email'] = "这名用户不希望收到电子邮件,您可以发送站内信件给这名用户";
|
||||
$lang['User_not_exist'] = "有户不存在";
|
||||
$lang['CC_email'] = "复制这封电子邮件发送给自己";
|
||||
$lang['Email_message_desc'] = "这封邮件将被以纯文本格式发送,请不要包含任何 HTML 或者 BBCode.这篇邮件的回复地址将指向您的电子邮件地址.";
|
||||
$lang['Flood_email_limit'] = "您不能现在发送其他的电子邮件,请过一会再试.";
|
||||
|
@ -688,11 +688,11 @@ $lang['Group_request'] = "
|
|||
$lang['Group_approved'] = "您的申请已经被批准了";
|
||||
$lang['Group_added'] = "您已经被加入这个团队";
|
||||
$lang['Already_member_group'] = "您已经是这个团队的成员";
|
||||
$lang['user_is_member_group'] = "用户已经是这个团队的成员";
|
||||
$lang['User_is_member_group'] = "用户已经是这个团队的成员";
|
||||
$lang['Group_type_updated'] = "成功更新团队类型";
|
||||
|
||||
$lang['Could_not_add_user'] = "您选择的用户不存在";
|
||||
$lang['Could_not_anon_user'] = "您不能建立哪<EFBFBD>的团队成员";
|
||||
$lang['Could_not_anon_user'] = "您不能将匿名游客列为团队成员";
|
||||
|
||||
$lang['Confirm_unsub'] = "您确定要从这个团队解除申请吗?";
|
||||
$lang['Confirm_unsub_pending'] = "您的团队申请还没有被批准,您确定要解除申请吗?";
|
||||
|
@ -771,9 +771,9 @@ $lang['Sorry_auth_delete'] = "
|
|||
$lang['Sorry_auth_vote'] = "对不起只有 %s 可以在这个论坛发表投票";
|
||||
|
||||
// These replace the %s in the above strings
|
||||
$lang['Auth_Anonymous_users'] = "<b>哪<>用户</b>";
|
||||
$lang['Auth_Registered_users'] = "<b>注册用户</b>";
|
||||
$lang['Auth_users_granted_access'] = "<b>特权用户</b>";
|
||||
$lang['Auth_Anonymous_Users'] = "<b>匿名游客</b>";
|
||||
$lang['Auth_Registered_Users'] = "<b>注册用户</b>";
|
||||
$lang['Auth_Users_granted_access'] = "<b>特权用户</b>";
|
||||
$lang['Auth_Moderators'] = "<b>斑竹</b>";
|
||||
$lang['Auth_Administrators'] = "<b>管理员</b>";
|
||||
|
||||
|
@ -854,7 +854,7 @@ $lang['New_forum'] = "
|
|||
|
||||
$lang['This_posts_IP'] = "这个帖子的IP地址";
|
||||
$lang['Other_IP_this_user'] = "这个作者的其他的地址";
|
||||
$lang['users_this_IP'] = "来从这个IP的用户";
|
||||
$lang['Users_this_IP'] = "来从这个IP的用户";
|
||||
$lang['IP_info'] = "IP地址信息";
|
||||
$lang['Lookup_IP'] = "搜索IP地址";
|
||||
|
||||
|
@ -911,7 +911,7 @@ $lang['tz']['-2'] = "(GMT -2:00 hours)
|
|||
$lang['tz']['-1'] = "(GMT -1:00 hours) 亚速尔群岛, 维德角岛";
|
||||
$lang['tz']['0'] = "(GMT) 卡萨布兰卡, 都柏林, 爱丁堡, 伦敦, 里斯本, 蒙罗维亚";
|
||||
$lang['tz']['1'] = "(GMT +1:00 hours) 阿姆斯特丹, 柏林, 布鲁塞尔, 哥本哈根, 马德里, 巴黎, 罗马";
|
||||
$lang['tz']['2'] = "(GMT +2:00 hours) 开罗, 赫尔辛基, 加里宁格勒, 南非, 华沙";
|
||||
$lang['tz']['2'] = "(GMT +2:00 hours) 开罗, 赫尔辛基, 加里宁格勒, 南非";
|
||||
$lang['tz']['3'] = "(GMT +3:00 hours) 巴格达, 利雅德, 莫斯科, 内罗毕";
|
||||
$lang['tz']['3.5'] = "(GMT +3:30 hours) 德黑兰";
|
||||
$lang['tz']['4'] = "(GMT +4:00 hours) 阿布扎比, 巴库, 马斯喀特, 第比利斯";
|
||||
|
@ -980,7 +980,7 @@ $lang['Critical_Information'] = "
|
|||
$lang['General_Error'] = "普通错误";
|
||||
$lang['Critical_Error'] = "关键错误";
|
||||
$lang['An_error_occured'] = "发生了一个错误";
|
||||
$lang['A_critical_error'] = "发生了一个关键错误";
|
||||
$lang['A_critical_error'] = "发生了一个关键性错误";
|
||||
|
||||
//
|
||||
// That's all Folks!
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
|
||||
/***************************************************************************
|
||||
* lang_admin.php [Polish]
|
||||
* -------------------
|
||||
|
@ -24,7 +25,10 @@
|
|||
// http://www.phpbb.pl/
|
||||
//
|
||||
|
||||
|
||||
//
|
||||
// Modules, this replaces the keys used
|
||||
// in the modules[][] arrays in each module file
|
||||
//
|
||||
$lang['General'] = "Ogólne";
|
||||
$lang['Users'] = "Użytkownicy";
|
||||
$lang['Groups'] = "Grupy";
|
||||
|
@ -234,6 +238,12 @@ $lang['Config_explain'] = "Poni
|
|||
$lang['Click_return_config'] = "Kliknij %sTutaj%s aby powrócić do Ustawień Głównych";
|
||||
|
||||
$lang['General_settings'] = "Generalne Ustawienia Forum";
|
||||
$lang['Server_name'] = "Nazwa Domeny";
|
||||
$lang['Server_name_explain'] = "Nazwa domeny, z której działa to forum";
|
||||
$lang['Script_path'] = "Ścieżka skryptu";
|
||||
$lang['Script_path_explain'] = "Ścieżka pod którą znajduje się phpBB2 relatywnie do nazwy domeny";
|
||||
$lang['Server_port'] = "Port Serwera";
|
||||
$lang['Server_port_explain'] = "Port na którym działa twój serwer, zwykle 80, zmień tylko jeśli jest inny";
|
||||
$lang['Site_name'] = "Nazwa Strony";
|
||||
$lang['Site_desc'] = "Opis Strony";
|
||||
$lang['Board_disable'] = "Wyłącz forum";
|
||||
|
@ -298,6 +308,10 @@ $lang['Email_sig_explain'] = "Ten tekst b
|
|||
$lang['Use_SMTP'] = "Używaj Serwera SMTP";
|
||||
$lang['Use_SMTP_explain'] = "Powiedz tak, jeśli chcesz aby wiadomości email były przesyłane przez odpowiedni serwer zamiast lokalnej funkcji mail";
|
||||
$lang['SMTP_server'] = "Adres Serwera SMTP";
|
||||
$lang['SMTP_username'] = "Nazwa Użytkownika SMTP";
|
||||
$lang['SMTP_username_explain'] = "Wpisz nazwę tylko jeśli twój serwer smtp wymaga tego";
|
||||
$lang['SMTP_password'] = "Hasło SMTP";
|
||||
$lang['SMTP_password_explain'] = "Wpisz hasło tylko jeśli twój serwer smtp wymaga tego";
|
||||
|
||||
$lang['Disable_privmsg'] = "Prywatne Wiadomości";
|
||||
$lang['Inbox_limits'] = "Maks. wiadomości w Skrzynce";
|
||||
|
@ -306,12 +320,12 @@ $lang['Savebox_limits'] = "Maks. wiadomo
|
|||
|
||||
$lang['Cookie_settings'] = "Ustawienia Cookies";
|
||||
$lang['Cookie_settings_explain'] = "Kontrolują w jaki sposób zdefiniowane zostanie cookie wysłane do przeglądarki. W większości przypadków powinny wystarczyć wartości domyślne. Jeśli zechcesz je zmienić rób to ostrożnie, nieprawidłowe ustawienia mogą uniemożliwić logowanie.";
|
||||
$lang['Cookie_name'] = "Nazwa Cookie";
|
||||
$lang['Cookie_domain'] = "Domena Cookie";
|
||||
$lang['Cookie_name'] = "Nazwa Cookie";
|
||||
$lang['Cookie_path'] = "Ścieżka Cookie";
|
||||
$lang['Session_length'] = "Długo¶ć Sesji [ sekundy ]";
|
||||
$lang['Cookie_secure'] = "Bezpieczne Cookie [ https ]";
|
||||
|
||||
$lang['Cookie_secure_explain'] = "Jeśli twój serwer działa na SSL ustaw to na włączone, inaczej pozostaw wyłączone";
|
||||
$lang['Session_length'] = "Długość Sesji [ sekundy ]";
|
||||
|
||||
//
|
||||
// Forum Management
|
||||
|
@ -696,7 +710,7 @@ $lang['Install_Method'] = "Wybierz metod
|
|||
|
||||
$lang['Install_No_Ext'] = "Konfiguracja php na serwerze nie obsługuje wybranej bazy danych";
|
||||
|
||||
$lang['Install_No_PCRE'] = "phpBB2 wymaga kompatybilnego z Perlem Modułu Wyrażeń Regularnych, którego twoja konfiguracja php najwyraźniej nie obsługuje!";
|
||||
$lang['Install_No_PCRE'] = "phpBB2 wymaga kompatybilnego z Perlem Modułu Wyrażeń Regularnych, którego twoja konfiguracja php najwyraźniej nie obsługuje!";
|
||||
|
||||
//
|
||||
// That's all Folks!
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/***************************************************************************
|
||||
* lang_bbcode.php [polish]
|
||||
* lang_bbcode.php [Polish]
|
||||
* -------------------
|
||||
* begin : Wednesday Oct 3, 2001
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
|
@ -11,13 +11,6 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
* Translation by: Mike Paluchowski, Radek Kmiecicki
|
||||
* See website: www.phpbb.pl
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -27,6 +20,11 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
|
||||
//
|
||||
// Translation by Mike Paluchowski and Radek Kmiecicki
|
||||
// http://www.phpbb.pl/
|
||||
//
|
||||
|
||||
|
||||
$faq[] = array("--","Wprowadzenie");
|
||||
$faq[] = array("Czym jest BBCode?", "BBCode jest specjalną implementacją HTML'a, a możliwość jego używania jest uzależniona od ustawień dokonanych przez administratora (możesz także wyłączać go dla każdego postu osobno w formularzu wysyłania). Sam BBCode jest podobny stylowo do HTML'a, znaczniki są zawarte w nawiasach kwadratowych [ i ] a nie < i > oraz oferuje większą kontrolę nad tym co i jak będzie wyświetlane. Zależnie od szablonu, którego używasz możesz w bardzo łatwy sposób dodawać znaczniki BBCode do postów poprzez odpowiednie przyciski na stronie wysyłania postu. Mimo to ten przewodnik powinien być przydatny.");
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/***************************************************************************
|
||||
* lang_faq.php [polish]
|
||||
* lang_faq.php [Polish]
|
||||
* -------------------
|
||||
* begin : Wednesday Oct 3, 2001
|
||||
* copyright : (C) 2001 The phpBB Group
|
||||
|
@ -11,13 +11,6 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
* Translation by: Mike Paluchowski, Radek Kmiecicki
|
||||
* See website: www.phpbb.pl
|
||||
*
|
||||
***************************************************************************/
|
||||
|
||||
/***************************************************************************
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
@ -27,6 +20,10 @@
|
|||
*
|
||||
***************************************************************************/
|
||||
|
||||
//
|
||||
// Translation by Mike Paluchowski and Radek Kmiecicki
|
||||
// http://www.phpbb.pl/
|
||||
//
|
||||
|
||||
$faq[] = array("--","Problemy Logowania i Rejestracji");
|
||||
$faq[] = array("Dlaczego nie mogę się zalogować?", "A zarejestrowałeś się? Naprawdę musisz się zarejestrować aby móc się logować. A może zostałeś wyrzucony z forum (jeśli tak się stało zobaczysz odpowiednią informację)? W takim wypadku skontaktuj się z webmasterem lub administratorem forum aby poznać powód tego. Jeżeli zarejestrowałeś się, nie zostałeś wyrzucony a i tak nie możesz się logować sprawdź ponownie swój login i hasło. Zazwyczaj to właśnie błędny login lub hasło są problemem, ale jeśli tak nie jest skontaktuj się z administratorem forum, gdyż problem może leżeć po stronie błędnej konfiguracji skryptu.");
|
||||
|
|
|
@ -287,6 +287,7 @@ $lang['Start_watching_topic'] = "
|
|||
$lang['No_longer_watching'] = "Przesta³e¶ ¶ledziæ ten temat";
|
||||
$lang['You_are_watching'] = "Rozpocz±³e¶ ¶ledzenie tego tematu";
|
||||
|
||||
$lang['Total_votes'] = "Wszystkich G這s闚";
|
||||
|
||||
//
|
||||
// Posting/Replying (Not private messaging!)
|
||||
|
|
Loading…
Add table
Reference in a new issue