From ce22f1e0c68d6813177f5e2177371032f9924a50 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Mon, 21 Nov 2011 09:10:29 -0500 Subject: [PATCH] Show configurable support link in about page; refer on <srcuri> for download link; no link to roundcube.net to avoid tons of support requests --- program/localization/pl_PL/labels.inc | 32 +++++++++++++++++++++++++++++--- 1 files changed, 29 insertions(+), 3 deletions(-) diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc index e425f12..60ea24d 100644 --- a/program/localization/pl_PL/labels.inc +++ b/program/localization/pl_PL/labels.inc @@ -38,8 +38,8 @@ $labels['trash'] = 'Kosz'; $labels['junk'] = 'Spam'; $labels['subject'] = 'Temat'; -$labels['from'] = 'Nadawca'; -$labels['to'] = 'Odbiorca'; +$labels['from'] = 'Od'; +$labels['to'] = 'Do'; $labels['cc'] = 'Kopia'; $labels['bcc'] = 'Ukryta kopia'; $labels['replyto'] = 'Odpowiedź do'; @@ -137,7 +137,7 @@ $labels['autoexpand_threads'] = 'Rozwijaj wątki'; $labels['do_expand'] = 'wszystkie'; $labels['expand_only_unread'] = 'tylko nieprzeczytane'; -$labels['fromto'] = 'Nadawca/Odbiorca'; +$labels['fromto'] = 'Od/Do'; $labels['flag'] = 'Flaga'; $labels['attachment'] = 'Załącznik'; $labels['nonesort'] = 'Brak'; @@ -399,6 +399,8 @@ $labels['typevideo'] = 'Wideo'; $labels['typeassistant'] = 'Asystent'; $labels['typehomepage'] = 'Strona domowa'; +$labels['typeblog'] = 'Blog'; +$labels['typeprofile'] = 'Profil'; $labels['addfield'] = 'Dodaj pole...'; $labels['personalinfo'] = 'Informacje osobiste'; $labels['addphoto'] = 'Dodaj'; @@ -413,5 +415,29 @@ $labels['search'] = 'Szukaj'; $labels['advsearch'] = 'Wyszukiwanie zaawansowane'; $labels['other'] = 'Inne'; +$labels['importtarget'] = 'Dodaj nowe kontakty do książki adresowej:'; +$labels['grouprename'] = 'Zmień nazwę grupy'; +$labels['groupdelete'] = 'Usuń grupę'; +$labels['undo'] = 'Cofnij'; +$labels['mailreplyintro'] = 'W dniu $date, $sender napisał(a):'; +$labels['uploadprogress'] = '$percent ($current z $total)'; +$labels['originalmessage'] = 'Wiadomość oryginalna'; +$labels['moreactions'] = 'Więcej akcji...'; +$labels['searchsave'] = 'Zapisz wyszukiwanie'; +$labels['searchdelete'] = 'Usuń wyszukiwanie'; +$labels['spellcheckoptions'] = 'Opcje sprawdzania pisowni'; +$labels['spellcheckignoresyms'] = 'Ignoruj słowa zawierające symbole'; +$labels['spellcheckignorenums'] = 'Ignoruj słowa zawierające cyfry'; +$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['plugin'] = 'Wtyczka'; +$labels['version'] = 'Wersja'; +$labels['source'] = 'Źródła'; +$labels['license'] = 'Licencja'; +$labels['about'] = 'O programie'; ?> -- Gitblit v1.9.1