diff options
author | yllar <yllar.pajus@gmail.com> | 2006-12-11 17:09:34 +0000 |
---|---|---|
committer | yllar <yllar.pajus@gmail.com> | 2006-12-11 17:09:34 +0000 |
commit | df8e8ec9eee72743d0f14a8409aacf66c4a80d89 (patch) | |
tree | 39a7c3bc6b1b4c7c5a95e1f9e77638f049b970d1 /program/localization/pl/labels.inc | |
parent | 6212d2d493dcbdeb6fff685080f4016915441097 (diff) |
updated da, de_DE, pt_BR, bs_BA, fr, pl, et_EE translations
Diffstat (limited to 'program/localization/pl/labels.inc')
-rw-r--r-- | program/localization/pl/labels.inc | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/program/localization/pl/labels.inc b/program/localization/pl/labels.inc index 55f96c0ae..41b5a9f1d 100644 --- a/program/localization/pl/labels.inc +++ b/program/localization/pl/labels.inc @@ -19,14 +19,14 @@ $Id$ $labels = array(); // login page -$labels['username'] = 'E-mail'; +$labels['username'] = 'Login'; $labels['password'] = 'Hasło'; $labels['server'] = 'Serwer'; $labels['login'] = 'Zaloguj'; // taskbar $labels['logout'] = 'Wyloguj'; -$labels['mail'] = 'E-Mail'; +$labels['mail'] = 'Skrzynka odbiorcza'; $labels['settings'] = 'Ustawienia'; $labels['addressbook'] = 'Książka Adresowa'; @@ -181,6 +181,12 @@ $labels['language'] = 'Język'; $labels['timezone'] = 'Strefy czasu'; $labels['pagesize'] = 'wierszy na stronie'; $labels['signature'] = 'Podpis'; +$labels['htmleditor'] = 'Twórz wiadomości HTML'; +$labels['htmlsignature'] = 'Podpis w HTML'; + +$labels['autosavedraft'] = 'Automatyczny zapis tworzonej wiadomości'; +$labels['everynminutes'] = 'co $n minut'; +$labels['never'] = 'nigdy'; $labels['folders'] = 'Foldery'; $labels['foldername'] = 'Nazwa folderu'; @@ -203,6 +209,8 @@ $labels['dstactive'] = 'czas letni'; $labels['previouspage'] = 'poprzednia strona'; $labels['nextpage'] = 'następna strona'; +$labels['quicksearch'] = 'Szybkie szukanie'; +$labels['resetsearch'] = 'Wyczyść filtr'; $labels['returnreceipt'] = 'Potwierdzenie odbioru'; |