Index: trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php |
— | — | @@ -847,6 +847,10 @@ |
848 | 848 | 'error_commons_user' => 'Para identificar o usuario que efectúa a transferencia, cómpre que o seu nome de usuario da Wikimedia Commons estea presente na descrición!', |
849 | 849 | 'error_upload_users' => 'A función de cargas só está dispoñible para algúns usuarios durante o período de probas!', |
850 | 850 | 'error_upload_file' => 'O ficheiro orixinal non se pode descargar.', |
| 851 | + 'help_intro' => 'Se quere informar dun erro, facer unha suxestión ou resolver unha dúbida, pode empregar calquera dos medios de contacto que hai a continuación:', |
| 852 | + 'help_jira' => '$1JIRA (necesita unha conta)$2 (Proxecto: Commonshelper2)', |
| 853 | + 'help_mail' => 'Enviar un correo electrónico a $1', |
| 854 | + 'help_commons' => '$1Engadir un comentario en Commons$2', |
851 | 855 | ); |
852 | 856 | |
853 | 857 | /** Hebrew (עברית) |
— | — | @@ -1305,6 +1309,7 @@ |
1306 | 1310 | 'error_upload_file' => 'De Quell-Fichier kann net erofgeluede ginn.', |
1307 | 1311 | 'help_jira' => '$1JIRA (Dir braucht e Benotzerkont)$2 (Projet: Commonshelper2)', |
1308 | 1312 | 'help_mail' => 'Eng Mail op $1 schécken', |
| 1313 | + 'help_commons' => '$1Eng Noriicht op Commons hannerloossen$2', |
1309 | 1314 | ); |
1310 | 1315 | |
1311 | 1316 | /** Lezghian (Лезги) |
— | — | @@ -1712,7 +1717,7 @@ |
1713 | 1718 | 'error_no_meta' => 'Nie odnaleziono metadanych źródłowej wiki! $1Dodaj lub uaktualnij matadane projektu$2', |
1714 | 1719 | 'original_wikitext' => 'Oryginalny tekst wiki', |
1715 | 1720 | 'new_wikitext' => 'Nowy tekst wiki', |
1716 | | - 'new_filename' => 'Nowa nazwa pliku:', |
| 1721 | + 'new_filename' => 'Nowa nazwa pliku', |
1717 | 1722 | 'upload_submit' => 'Prześlij!', |
1718 | 1723 | 'target_wiki' => 'docelowa wiki', |
1719 | 1724 | 'standard_language' => 'pl', |
— | — | @@ -2276,3 +2281,10 @@ |
2277 | 2282 | 'error_upload_file' => '原始文件不能进行下载。', |
2278 | 2283 | ); |
2279 | 2284 | |
| 2285 | +/** Traditional Chinese (中文(繁體)) |
| 2286 | + * @author Lauhenry |
| 2287 | + */ |
| 2288 | +$messages['zh-hant'] = array( |
| 2289 | + 'attention' => '注意', |
| 2290 | +); |
| 2291 | + |
Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php |
— | — | @@ -1237,3 +1237,22 @@ |
1238 | 1238 | 'view-source' => '查看源代码', |
1239 | 1239 | ); |
1240 | 1240 | |
| 1241 | +/** Traditional Chinese (中文(繁體)) |
| 1242 | + * @author Lauhenry |
| 1243 | + */ |
| 1244 | +$messages['zh-hant'] = array( |
| 1245 | + 'hello' => '您好', |
| 1246 | + 'welcome' => '歡迎', |
| 1247 | + 'toolversionstamp' => '版本$1 ($2)', |
| 1248 | + 'etc' => '等。', |
| 1249 | + 'form-reset' => '重置', |
| 1250 | + 'years' => '{{PLURAL: $1|年|年}}', |
| 1251 | + 'weeks' => '{{PLURAL: $1|週|週}}', |
| 1252 | + 'days' => '{{PLURAL: $1|天|天}}', |
| 1253 | + 'hours' => '{{PLURAL: $1|小時|小時}}', |
| 1254 | + 'minutes' => '{{PLURAL: $1|分鐘|分鐘}}', |
| 1255 | + 'seconds' => '{{PLURAL: $1|秒|秒}}', |
| 1256 | + 'last-modified-date' => '最近修改於: $1', |
| 1257 | + 'view-source' => '查看原始碼', |
| 1258 | +); |
| 1259 | + |
Index: trunk/tools/ToolserverI18N/language/messages/Getwikiapi.i18n.php |
— | — | @@ -509,3 +509,12 @@ |
510 | 510 | 'output' => '输出的 "$1"', |
511 | 511 | ); |
512 | 512 | |
| 513 | +/** Traditional Chinese (中文(繁體)) |
| 514 | + * @author Lauhenry |
| 515 | + */ |
| 516 | +$messages['zh-hant'] = array( |
| 517 | + 'formats-heading' => '輸出格式', |
| 518 | + 'input' => '輸入', |
| 519 | + 'no-matches' => '找不到 "$1"', |
| 520 | +); |
| 521 | + |