From 7a5c48e7f70b8bc938fcae3ffd2be0fdbeaab145 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Wed, 13 Dec 2006 02:17:24 -0500
Subject: [PATCH] Changed 'junk' label in French localization

---
 program/localization/pl/labels.inc |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/program/localization/pl/labels.inc b/program/localization/pl/labels.inc
index b7779ed..41b5a9f 100644
--- a/program/localization/pl/labels.inc
+++ b/program/localization/pl/labels.inc
@@ -19,14 +19,14 @@
 $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';
@@ -195,7 +201,7 @@
 $labels['sortdesc'] = 'Malejąco';
 
 //RC 0.1B2
-$labels['welcome'] = 'Witaj $product';
+$labels['welcome'] = 'Witamy w $product';
 
 $labels['unknown'] = 'nieznane';
 $labels['unlimited'] = 'bez limitu';
@@ -203,6 +209,8 @@
 
 $labels['previouspage'] = 'poprzednia strona';
 $labels['nextpage']     = 'następna strona';
+$labels['quicksearch']  = 'Szybkie szukanie';
+$labels['resetsearch']  = 'Wyczyść filtr';
 
 $labels['returnreceipt'] = 'Potwierdzenie odbioru';
 

--
Gitblit v1.9.1