From 77c28206a14b5bee3f3091f10cffd531bce5649c Mon Sep 17 00:00:00 2001 From: yllar <yllar.pajus@gmail.com> Date: Sat, 16 Dec 2006 13:25:16 -0500 Subject: [PATCH] updated ja and fr translations --- program/localization/pl/labels.inc | 36 +++++++++++++++++++++++++++++++++--- 1 files changed, 33 insertions(+), 3 deletions(-) diff --git a/program/localization/pl/labels.inc b/program/localization/pl/labels.inc index 33ed16f..41b5a9f 100644 --- a/program/localization/pl/labels.inc +++ b/program/localization/pl/labels.inc @@ -12,21 +12,21 @@ | Author: Sławomir Cichoń <slawek.cichon@gmail.com> | +-----------------------------------------------------------------------+ - $Id$ +$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['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'; @@ -194,4 +200,28 @@ $labels['sortasc'] = 'Rosnąco'; $labels['sortdesc'] = 'Malejąco'; +//RC 0.1B2 +$labels['welcome'] = 'Witamy w $product'; + +$labels['unknown'] = 'nieznane'; +$labels['unlimited'] = 'bez limitu'; +$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'; + +$labels['checkmail'] = 'Sprawdź skrzynkę'; +$labels['checkspelling'] = 'Sprawdź pisownie'; +$labels['resumeediting'] = 'Przywróć edytowanie'; +$labels['revertto'] = 'Powróć do'; + +$labels['savemessage'] = 'Zapisz kopie roboczą'; +$labels['rename'] = 'Zmień nazwę'; +$labels['renamefolder'] = 'Zmień nazwę folderu'; + +$labels['description'] = 'Opis'; ?> -- Gitblit v1.9.1