diff options
author | thomascube <thomas@roundcube.net> | 2011-12-07 14:47:32 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2011-12-07 14:47:32 +0000 |
commit | 080c74859d68ae199ed04c4df382cfbd768477ed (patch) | |
tree | fd99b6d316a1f84317f97290b7d1e9ba51ce6ca7 /program/localization/pl_PL | |
parent | 3c5099f22b009ada55a967c10c6860927e003113 (diff) |
Synchronized localization files from trunk
Diffstat (limited to 'program/localization/pl_PL')
-rw-r--r-- | program/localization/pl_PL/labels.inc | 11 | ||||
-rw-r--r-- | program/localization/pl_PL/messages.inc | 1 |
2 files changed, 10 insertions, 2 deletions
diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index 4ec33fd6f..85a671816 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -432,7 +432,14 @@ $labels['spellcheckignorecaps'] = 'Ignoruj słowa pisane wielkimi literami'; $labels['addtodict'] = 'Dodaj do słownika'; $labels['dateformat'] = 'Format daty'; $labels['timeformat'] = 'Format czasu'; -$labels['isdraft'] = 'To jest kopia robocza wiadomoÅci.'; -$labels['autocompletesingle'] = 'Nie pokazuj alternatywnych adresów przy autouzupeÅnianiu'; +$labels['isdraft'] = 'To jest kopia robocza wiadomości.'; +$labels['autocompletesingle'] = 'Nie pokazuj alternatywnych adresów przy autouzupełnianiu'; +$labels['plugin'] = 'Wtyczka'; +$labels['version'] = 'Wersja'; +$labels['source'] = 'Źródła'; +$labels['license'] = 'Licencja'; +$labels['about'] = 'O programie'; +$labels['support'] = 'Wsparcie techniczne'; +$labels['defaultfont'] = 'Czcionka wiadomości HTML'; ?> diff --git a/program/localization/pl_PL/messages.inc b/program/localization/pl_PL/messages.inc index 8d1e1eddc..36ef934ee 100644 --- a/program/localization/pl_PL/messages.inc +++ b/program/localization/pl_PL/messages.inc @@ -163,5 +163,6 @@ $messages['savedsearchcreateerror'] = 'Nie można zapisać wyszukiwania.'; $messages['contactsearchonly'] = 'Użyj wyszukiwarki aby wyświetlić kontakty.'; $messages['contactdeleting'] = 'Usuwanie kontaktów...'; $messages['autocompletemore'] = 'Znaleziono więcej pasujących wpisów. Wprowadź więcej znaków.'; +$messages['messagetoobig'] = 'Ta część wiadomości jest zbyt duża aby ją przetworzyć.'; ?> |