r94808 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r94807‎ | r94808 | r94809 >
Date:20:05, 17 August 2011
Author:raymond
Status:ok
Tags:
Comment:
Localisation updates for ToolserverI18N messages from translatewiki.net
Modified paths:
  • /trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/General.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Orphantalk2.i18n.php (modified) (history)
  • /trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php (modified) (history)

Diff [purge]

Index: trunk/tools/ToolserverI18N/language/messages/Commonshelper2.i18n.php
@@ -1247,6 +1247,7 @@
12481248 'standard_project' => 'Wikipedia',
12491249 'error_bot_blocked' => 'De bot fir erofzelueden ass op Wikimedia Commons gespaart.',
12501250 '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!',
12511252 'error_only_commons' => 'Direkt Eropluede fonctionnéiert nëmme bäi Wikimedia Commons',
12521253 'upload_control_text' => 'Kuckt w.e.g. den neie Wiki-Text no a klickt "$1" wann alles an der Rei ass!',
12531254 '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 @@
16161617
16171618 /** Polish (Polski)
16181619 * @author Sp5uhe
 1620+ * @author Woytecr
16191621 */
16201622 $messages['pl'] = array(
16211623 'attention' => 'Uwaga',
@@ -1631,6 +1633,8 @@
16321634 'categories' => 'Kategorie',
16331635 'remove_cats' => 'Usuń istniejące kategorie',
16341636 'use_checkusage' => 'Użyj $1CommonSense$2 sugerującego nowe kategorie',
 1637+ 'tusc_user' => 'Nazwa użytkownika TUSC',
 1638+ 'tusc_pass' => 'Hasło TUSC',
16351639 'do_it' => 'Zrób to',
16361640 'error_transfer_usr' => 'Nie podałeś nazwy użytkownika na Wikimedia Commons',
16371641 'error_not_exists' => 'Brak pliku źródłowego!',
@@ -1638,6 +1642,13 @@
16391643 'error_file_exists' => 'Plik już istnieje na $3 pod nazwą „$1$4$2“!',
16401644 'error_diff_exists' => 'Na docelowej wiki istnieje już inny plik o tej samej nazwie!',
16411645 '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.',
16421653 );
16431654
16441655 /** Pashto (پښتو)
Index: trunk/tools/ToolserverI18N/language/messages/General.i18n.php
@@ -39,7 +39,8 @@
4040 $messages['qqq'] = array(
4141 '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.',
4242 'hello' => 'A friendly greet.',
43 - 'welcome' => 'A friendly welcome.',
 43+ 'welcome' => 'A friendly welcome.
 44+{{Identical|Welcome}}',
4445 '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).',
4546 'etc' => 'Abbreviated form of "et cetera"',
4647 '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 @@
891892 'namespace' => 'Przestrzeń nazw',
892893 'form-submit' => 'Przejdź',
893894 '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}}',
900901 'last-modified-date' => 'Data ostatniej modyfikacji: $1',
901902 'view-source' => 'Tekst źródłowy',
902903 );
Index: trunk/tools/ToolserverI18N/language/messages/Templatecount.i18n.php
@@ -115,6 +115,14 @@
116116 'time-label' => 'Amzer lakaet evit seveniñ an urzh',
117117 );
118118
 119+/** Danish (Dansk)
 120+ * @author Erisos
 121+ */
 122+$messages['da'] = array(
 123+ 'enter-details' => 'Indtast detaljer',
 124+ 'language-label' => 'Sprog',
 125+);
 126+
119127 /** German (Deutsch)
120128 * @author Kghbln
121129 */
@@ -385,11 +393,12 @@
386394 */
387395 $messages['pl'] = array(
388396 '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.',
389398 'language-label' => 'Język',
390399 'namespace-label' => 'Przestrzeń nazw',
391400 'pagename-label' => 'Nazwa strony (bez przestrzeni nazw)',
392401 '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.',
394403 'error-suggestion' => 'Możliwe, że zrobiłeś literówkę w nazwie strony (sprawdź wielkość liter).',
395404 'time-label' => 'Czas wykonywania polecenia',
396405 );
Index: trunk/tools/ToolserverI18N/language/messages/Orphantalk2.i18n.php
@@ -283,6 +283,7 @@
284284 );
285285
286286 /** Danish (Dansk)
 287+ * @author Erisos
287288 * @author Sarrus
288289 */
289290 $messages['da'] = array(
@@ -291,6 +292,7 @@
292293 'hidesubpages' => 'Skjul undersider',
293294 'page' => 'Side',
294295 'output' => 'Output',
 296+ 'update' => 'Opdater',
295297 'tools-delete' => 'slet',
296298 'tools-subject' => 'emne',
297299 'resultslimited' => 'Resultaterne var begrænsede til $1 sider.',

Status & tagging log