Index: trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php |
— | — | @@ -1247,6 +1247,7 @@ |
1248 | 1248 | 'standard_project' => 'Wikipedia', |
1249 | 1249 | 'error_bot_blocked' => 'De bot fir erofzelueden ass op Wikimedia Commons gespaart.', |
1250 | 1250 | 'error_upload_meta' => 'Et kann net direkt eropgeluede ginn, well et Problemer mat de Metadonnéeë gëtt (kuckt uewen)!', |
| 1251 | + 'error_tusc_failed' => 'TUSC Kontroll ass feelgeschloe!', |
1251 | 1252 | 'error_only_commons' => 'Direkt Eropluede fonctionnéiert nëmme bäi Wikimedia Commons', |
1252 | 1253 | 'upload_control_text' => 'Kuckt w.e.g. den neie Wiki-Text no a klickt "$1" wann alles an der Rei ass!', |
1253 | 1254 | 'error_commons_user' => "Fir de Benotzer z'identifizéieren deen den Transfert mécht, muss de Benotzernumm vu Wikimedia Commons an der Beschreiwung dra sinn!", |
— | — | @@ -1615,6 +1616,7 @@ |
1616 | 1617 | |
1617 | 1618 | /** Polish (Polski) |
1618 | 1619 | * @author Sp5uhe |
| 1620 | + * @author Woytecr |
1619 | 1621 | */ |
1620 | 1622 | $messages['pl'] = array( |
1621 | 1623 | 'attention' => 'Uwaga', |
— | — | @@ -1631,6 +1633,8 @@ |
1632 | 1634 | 'categories' => 'Kategorie', |
1633 | 1635 | 'remove_cats' => 'Usuń istniejące kategorie', |
1634 | 1636 | 'use_checkusage' => 'Użyj $1CommonSense$2 sugerującego nowe kategorie', |
| 1637 | + 'tusc_user' => 'Nazwa użytkownika TUSC', |
| 1638 | + 'tusc_pass' => 'Hasło TUSC', |
1635 | 1639 | 'do_it' => 'Zrób to', |
1636 | 1640 | 'error_transfer_usr' => 'Nie podałeś nazwy użytkownika na Wikimedia Commons', |
1637 | 1641 | 'error_not_exists' => 'Brak pliku źródłowego!', |
— | — | @@ -1638,6 +1642,13 @@ |
1639 | 1643 | 'error_file_exists' => 'Plik już istnieje na $3 pod nazwą „$1$4$2“!', |
1640 | 1644 | 'error_diff_exists' => 'Na docelowej wiki istnieje już inny plik o tej samej nazwie!', |
1641 | 1645 | 'error_no_meta' => 'Nie odnaleziono metadanych źródłowej wiki! $1Dodaj lub uaktualnij matadane projektu$2', |
| 1646 | + 'original_wikitext' => 'Oryginalny tekst wiki', |
| 1647 | + 'new_wikitext' => 'Nowy tekst wiki', |
| 1648 | + 'new_filename' => 'Nowa nazwa pliku:', |
| 1649 | + 'upload_submit' => 'Prześlij!', |
| 1650 | + 'target_wiki' => 'docelowa wiki', |
| 1651 | + 'standard_language' => 'pl', |
| 1652 | + 'error_upload_file' => 'Oryginalny plik nie może zostać pobrany.', |
1642 | 1653 | ); |
1643 | 1654 | |
1644 | 1655 | /** Pashto (پښتو) |
Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php |
— | — | @@ -39,7 +39,8 @@ |
40 | 40 | $messages['qqq'] = array( |
41 | 41 | 'dateformat' => '{{Optional}} Dateformat in this language. See documentation about [http://www.php.net/manual/en/function.strftime.php strftime() at php.net] for the syntax.', |
42 | 42 | 'hello' => 'A friendly greet.', |
43 | | - 'welcome' => 'A friendly welcome.', |
| 43 | + 'welcome' => 'A friendly welcome. |
| 44 | +{{Identical|Welcome}}', |
44 | 45 | 'toolversionstamp' => 'Short sentence about what the last version of this tool is and when the last update was. <code>$1</code> is the version (eg. "1.5.5beta") and <code>$2</code> is the date (without time).', |
45 | 46 | 'etc' => 'Abbreviated form of "et cetera"', |
46 | 47 | 'colon-separator' => '{{Optional}} Change it only if your language uses another character for ":" or it needs an extra space before the colon.', |
— | — | @@ -890,12 +891,12 @@ |
891 | 892 | 'namespace' => 'Przestrzeń nazw', |
892 | 893 | 'form-submit' => 'Przejdź', |
893 | 894 | 'form-reset' => 'Wyczyść', |
894 | | - 'years' => 'lat', |
895 | | - 'weeks' => 'tygodni', |
896 | | - 'days' => 'dni', |
897 | | - 'hours' => 'godzin', |
898 | | - 'minutes' => 'minut', |
899 | | - 'seconds' => 'sekund', |
| 895 | + 'years' => '{{PLURAL:$1|rok|lata|lat}}', |
| 896 | + 'weeks' => '{{PLURAL:$1|tydzień|tygodnie|tygodni}}', |
| 897 | + 'days' => '{{PLURAL:$1|dzień|dni}}', |
| 898 | + 'hours' => '{{PLURAL:$1|godzina|godziny|godzin}}', |
| 899 | + 'minutes' => '{{PLURAL:$1|minuta|minuty|minut}}', |
| 900 | + 'seconds' => '{{PLURAL:$1|sekunda|sekundy|sekund}}', |
900 | 901 | 'last-modified-date' => 'Data ostatniej modyfikacji: $1', |
901 | 902 | 'view-source' => 'Tekst źródłowy', |
902 | 903 | ); |
Index: trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php |
— | — | @@ -115,6 +115,14 @@ |
116 | 116 | 'time-label' => 'Amzer lakaet evit seveniñ an urzh', |
117 | 117 | ); |
118 | 118 | |
| 119 | +/** Danish (Dansk) |
| 120 | + * @author Erisos |
| 121 | + */ |
| 122 | +$messages['da'] = array( |
| 123 | + 'enter-details' => 'Indtast detaljer', |
| 124 | + 'language-label' => 'Sprog', |
| 125 | +); |
| 126 | + |
119 | 127 | /** German (Deutsch) |
120 | 128 | * @author Kghbln |
121 | 129 | */ |
— | — | @@ -385,11 +393,12 @@ |
386 | 394 | */ |
387 | 395 | $messages['pl'] = array( |
388 | 396 | 'enter-details' => 'Podaj szczegóły', |
| 397 | + 'introduction' => 'Wpisz nazwę szablonu (w tej chwili wyłącznie z Wikipedii), a następnie kliknij dalej. To banalnie proste. Niektóre informacje mogą być buforowane (zapamiętane wyniki), ale niestety odbywa się to poza kontrolą tego narzędzia i jego autora.', |
389 | 398 | 'language-label' => 'Język', |
390 | 399 | 'namespace-label' => 'Przestrzeń nazw', |
391 | 400 | 'pagename-label' => 'Nazwa strony (bez przestrzeni nazw)', |
392 | 401 | 'transclusion-count-label' => 'Liczba transclusion (zaciągnięć treści innej strony)', |
393 | | - 'transclusion-count' => 'odnaleziono $1 zaciągnięć treści innej strony', |
| 402 | + 'transclusion-count' => 'Odnaleziono $1 zaciągnięć treści innej strony.', |
394 | 403 | 'error-suggestion' => 'Możliwe, że zrobiłeś literówkę w nazwie strony (sprawdź wielkość liter).', |
395 | 404 | 'time-label' => 'Czas wykonywania polecenia', |
396 | 405 | ); |
Index: trunk/tools/ToolserverI18N/language/messages/Orphantalk2.i18n.php |
— | — | @@ -283,6 +283,7 @@ |
284 | 284 | ); |
285 | 285 | |
286 | 286 | /** Danish (Dansk) |
| 287 | + * @author Erisos |
287 | 288 | * @author Sarrus |
288 | 289 | */ |
289 | 290 | $messages['da'] = array( |
— | — | @@ -291,6 +292,7 @@ |
292 | 293 | 'hidesubpages' => 'Skjul undersider', |
293 | 294 | 'page' => 'Side', |
294 | 295 | 'output' => 'Output', |
| 296 | + 'update' => 'Opdater', |
295 | 297 | 'tools-delete' => 'slet', |
296 | 298 | 'tools-subject' => 'emne', |
297 | 299 | 'resultslimited' => 'Resultaterne var begrænsede til $1 sider.', |