From 6204390af16bcf50f82da61a1aefc2ad0c0adf94 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 01 May 2006 10:47:27 -0400
Subject: [PATCH] Applied patch for requesting receipts by Salvatore Ansani

---
 program/localization/pl/labels.inc |   47 +++++++++++++++++++++++++++++++++++------------
 1 files changed, 35 insertions(+), 12 deletions(-)

diff --git a/program/localization/pl/labels.inc b/program/localization/pl/labels.inc
index c310a3e..f62f8f1 100644
--- a/program/localization/pl/labels.inc
+++ b/program/localization/pl/labels.inc
@@ -2,7 +2,7 @@
 
 /*
  +-----------------------------------------------------------------------+
- | language/en/labels.inc                                                |
+ | language/pl/labels.inc                                                |
  |                                                                       |
  | Language file of the RoundCube Webmail client                         |
  | Copyright (C) 2005, RoundQube Dev. - Switzerland                      |
@@ -19,6 +19,7 @@
 $labels = array();
 
 // login page
+$labels['welcome']   = 'Welcome to Roundcube|Mail';
 $labels['username']  = 'E-mail';
 $labels['password']  = 'Hasło';
 $labels['server']    = 'Serwer';
@@ -53,7 +54,7 @@
 $labels['reply-to'] = $labels['replyto'];
 
 $labels['mailboxlist'] = 'Foldery';
-$labels['messagesfromto'] = 'Wiadmość od $from do $to of $count';
+$labels['messagesfromto'] = 'Wiadmość od $from do $to z $count';
 $labels['messagenrof'] = 'Wiadmość $nr z $count';
 
 $labels['moveto']   = 'Przenieś do...';
@@ -90,9 +91,10 @@
 
 // toolbar buttons
 $labels['writenewmessage']  = 'Utwórz nową wiadmomość';
-$labels['replytomessage']   = 'Odpowiedz';
-$labels['forwardmessage']   = 'Prześlij';
-$labels['deletemessage']    = 'Usuń do kosza';
+$labels['replytomessage']   = 'Odpowiedz nadawcy';
+$labels['replytoallmessage'] = 'Odpowiedz wszystkim';
+$labels['forwardmessage']   = 'Prześlij dalej';
+$labels['deletemessage']    = 'Usuń';
 $labels['printmessage']     = 'Drukuj';
 $labels['previousmessages'] = 'Pokaż poprzednią';
 $labels['nextmessages']     = 'Pokaż następną';
@@ -100,14 +102,21 @@
 $labels['viewsource']       = 'Pokaż źródło';
 
 $labels['select'] = 'Wybierz';
-$labels['all'] = 'Wszystkie';
-$labels['none'] = 'Brak';
-$labels['unread'] = 'Nieprzeczytane';
+$labels['all'] = 'Zaznacz wszystkie';
+$labels['none'] = 'Odznacz';
+$labels['unread'] = 'Zaznacz nieprzeczytane';
+
+$labels['compact'] = 'Kompaktuj';
+$labels['empty'] = 'Pusty';
+$labels['purge'] = 'Oczyść';
+
+$labels['quota'] = 'Użyta Przestrzeń';
 
 // message compose
 $labels['compose']  = 'Utwórz wiadomość';
 $labels['sendmessage']  = 'Wyślij teraz';
 $labels['addattachment']  = 'Dołącz plik';
+$labels['charset']  = 'Kodowanie znaków';
 
 $labels['attachments'] = 'Załączniki';
 $labels['upload'] = 'Wgraj';
@@ -119,8 +128,8 @@
 $labels['high']    = 'Wysoki';
 $labels['highest'] = 'Bardzo wysoki';
 
+$labels['nosubject']  = '(brak tematu)';
 $labels['showimages'] = 'Wyświetl obrazki';
-
 
 // address boook
 $labels['name']      = 'Nazwa';
@@ -137,11 +146,22 @@
 $labels['delete'] = 'Kasuj';
 
 $labels['newcontact']     = 'Dodaj nowy kontakt';
+$labels['addcontact']     = 'Dodaj znaznaczony kontakt do książki adresowej';
 $labels['deletecontact']  = 'Usuń zaznaczone kontakty';
 $labels['composeto']      = 'Stwórz wiadomość dla';
-$labels['contactsfromto'] = 'Kontakt od $from do $to of $count';
+$labels['contactsfromto'] = 'Kontakt od $from do $to z $count';
 $labels['print']          = 'Drukuj';
 $labels['export']         = 'Eksportuj';
+
+// LDAP search
+$labels['ldapsearch'] = 'Wyszukiwanie w katalogu LDAP';
+
+$labels['ldappublicsearchname']    = 'Nazwa kontaktu';
+$labels['ldappublicsearchtype'] = 'Dokładnie pasujący?';
+$labels['ldappublicserverselect'] = 'Wybierz serwery';
+$labels['ldappublicsearchfield'] = 'Szukaj w ';
+$labels['ldappublicsearchform'] = 'Szukaj kontaktu';
+$labels['ldappublicsearch'] = 'Szukaj';
 
 // settings
 $labels['settingsfor']  = 'Ustawienia dla';
@@ -161,7 +181,7 @@
 $labels['language']  = 'Język';
 $labels['timezone']  = 'Strefy czasu';
 $labels['pagesize']  = 'wierszy na stronie';
-
+$labels['signature'] = 'Podpis';
 
 $labels['folders']  = 'Foldery';
 $labels['foldername']  = 'Nazwa folderu';
@@ -171,5 +191,8 @@
 $labels['deletefolder']  = 'Usuń folder';
 $labels['managefolders']  = 'Zarządzaj folderami';
 
+$labels['sortby'] = 'Sortuj wg.';
+$labels['sortasc']  = 'Rosnąco';
+$labels['sortdesc'] = 'Malejąco';
 
-?>
\ No newline at end of file
+?>

--
Gitblit v1.9.1