summaryrefslogtreecommitdiff
path: root/program/localization/pl
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-11-06 22:43:39 +0000
committerthomascube <thomas@roundcube.net>2005-11-06 22:43:39 +0000
commite66f5b4d718423ca530b13aa94648dbda873ea28 (patch)
tree2215d230b1cc5744af6b82d75b74fc28d7567c45 /program/localization/pl
parent10a699759d4f106f29c077a6d65d3b8d212825e5 (diff)
Added favicon and Polish, Czech, British localizations
Diffstat (limited to 'program/localization/pl')
-rw-r--r--program/localization/pl/labels.inc177
-rw-r--r--program/localization/pl/messages.inc62
2 files changed, 239 insertions, 0 deletions
diff --git a/program/localization/pl/labels.inc b/program/localization/pl/labels.inc
new file mode 100644
index 000000000..1a2640a73
--- /dev/null
+++ b/program/localization/pl/labels.inc
@@ -0,0 +1,177 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | language/en/labels.inc |
+ | |
+ | Language file of the RoundCube Webmail client |
+ | Copyright (C) 2005, RoundQube Dev. - Switzerland |
+ | Licensed under the GNU GPL |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Sławomir Cichoń <slawek.cichon@gmail.com> |
+ +-----------------------------------------------------------------------+
+
+ $Id$
+
+*/
+
+$utf8_decoding = TRUE;
+
+$labels = array();
+
+// login page
+$labels['username'] = 'E-mail';
+$labels['password'] = 'Hasło';
+$labels['server'] = 'Serwer';
+$labels['login'] = 'Zaloguj';
+
+// taskbar
+$labels['logout'] = 'Wyloguj';
+$labels['mail'] = 'E-Mail';
+$labels['settings'] = 'Ustawienia';
+$labels['addressbook'] = 'Książka Adresowa';
+
+// mailbox names
+$labels['inbox'] = 'Odebrane';
+$labels['sent'] = 'Wysłane';
+$labels['trash'] = 'Kosz';
+$labels['drafts'] = 'Kopie robocze';
+$labels['junk'] = 'Spam';
+
+// message listing
+$labels['subject'] = 'Temat';
+$labels['from'] = 'Nadawca';
+$labels['to'] = 'Odbiorca';
+$labels['cc'] = 'Kopia';
+$labels['bcc'] = 'Bcc';
+$labels['replyto'] = 'Odpowiedz do';
+$labels['date'] = 'Data';
+$labels['size'] = 'Rozmiar';
+$labels['priority'] = 'Priorytet';
+$labels['organization'] = 'Organizacja';
+
+// aliases
+$labels['reply-to'] = $labels['replyto'];
+
+$labels['mailboxlist'] = 'Foldery';
+$labels['messagesfromto'] = 'Wiadmość od $from do $to of $count';
+$labels['messagenrof'] = 'Wiadmość $nr z $count';
+
+$labels['moveto'] = 'Przenieś do...';
+$labels['download'] = 'pobierz';
+
+$labels['filename'] = 'Nazwa pliku';
+$labels['filesize'] = 'Rozmiar pliku';
+
+$labels['preferhtml'] = 'Domyślny HTML';
+$labels['htmlmessage'] = 'Widomość HTML';
+$labels['prettydate'] = 'Ładne daty';
+
+$labels['addtoaddressbook'] = 'Dodaj do książki adresowej ';
+
+// weekdays short
+$labels['sun'] = 'Nd';
+$labels['mon'] = 'Pn';
+$labels['tue'] = 'Wt';
+$labels['wed'] = 'Śr';
+$labels['thu'] = 'Czw';
+$labels['fri'] = 'Pt';
+$labels['sat'] = 'Sb';
+
+// weekdays long
+$labels['sunday'] = 'Niedziela';
+$labels['monday'] = 'Poniedziałek';
+$labels['tuesday'] = 'Wtorek';
+$labels['wednesday'] = 'Środa';
+$labels['thursday'] = 'Czwartek';
+$labels['friday'] = 'Piątek';
+$labels['saturday'] = 'Sobota';
+
+$labels['today'] = 'Dzisiaj';
+
+// toolbar buttons
+$labels['writenewmessage'] = 'Utwórz nową wiadmomość';
+$labels['replytomessage'] = 'Odpowiedz';
+$labels['forwardmessage'] = 'Prześlij';
+$labels['deletemessage'] = 'Usuń do kosza';
+$labels['printmessage'] = 'Drukuj';
+$labels['previousmessages'] = 'Pokaż poprzednią';
+$labels['nextmessages'] = 'Pokaż następną';
+$labels['backtolist'] = 'Pokaż listę widomości';
+$labels['viewsource'] = 'Pokaż źródło';
+
+$labels['select'] = 'Wybierz';
+$labels['all'] = 'Wszystkie';
+$labels['none'] = 'Brak';
+$labels['unread'] = 'Nieprzeczytane';
+
+// message compose
+$labels['compose'] = 'Utwórz wiadomość';
+$labels['sendmessage'] = 'Wyślij teraz';
+$labels['addattachment'] = 'Dołącz plik';
+
+$labels['attachments'] = 'Załączniki';
+$labels['upload'] = 'Wgraj';
+$labels['close'] = 'Zamknij';
+
+$labels['low'] = 'Bardzo niski';
+$labels['lowest'] = 'Niski';
+$labels['normal'] = 'Normalny';
+$labels['high'] = 'Wysoki';
+$labels['highest'] = 'Bardzo wysoki';
+
+$labels['showimages'] = 'Wyświetl obrazki';
+
+
+// address boook
+$labels['name'] = 'Nazwa';
+$labels['firstname'] = 'Imię';
+$labels['surname'] = 'Nazwisko';
+$labels['email'] = 'E-Mail';
+
+$labels['addcontact'] = 'Dodaj nowy kontakt';
+$labels['editcontact'] = 'Edytuj kontakt';
+
+$labels['edit'] = 'Edytuj';
+$labels['cancel'] = 'Anuluj';
+$labels['save'] = 'Zapisz';
+$labels['delete'] = 'Kasuj';
+
+$labels['newcontact'] = 'Dodaj nowy kontakt';
+$labels['deletecontact'] = 'Usuń zaznaczone kontakty';
+$labels['composeto'] = 'Stwórz wiadomość dla';
+$labels['contactsfromto'] = 'Kontakt od $from do $to of $count';
+$labels['print'] = 'Drukuj';
+$labels['export'] = 'Eksportuj';
+
+// settings
+$labels['settingsfor'] = 'Ustawienia dla';
+
+$labels['preferences'] = 'Ustawienia';
+$labels['userpreferences'] = 'Preferencje';
+$labels['editpreferences'] = 'Edytuj preferencję';
+
+$labels['identities'] = 'Tożsamości';
+$labels['manageidentities'] = 'Zarządzaj tożsamościami';
+$labels['newidentity'] = 'Nowa tożsamość';
+
+$labels['newitem'] = 'Nowy';
+$labels['edititem'] = 'Edytuj';
+
+$labels['setdefault'] = 'Ustaw domyślne';
+$labels['language'] = 'Język';
+$labels['timezone'] = 'Strefy czasu';
+$labels['pagesize'] = 'wierszy na stronie';
+
+
+$labels['folders'] = 'Foldery';
+$labels['foldername'] = 'Nazwa folderu';
+$labels['subscribed'] = 'Zapisany';
+$labels['create'] = 'Utwórz';
+$labels['createfolder'] = 'Utwórz nowy folder';
+$labels['deletefolder'] = 'Usuń folder';
+$labels['managefolders'] = 'Zarządzaj folderami';
+
+
+?> \ No newline at end of file
diff --git a/program/localization/pl/messages.inc b/program/localization/pl/messages.inc
new file mode 100644
index 000000000..a560b94b1
--- /dev/null
+++ b/program/localization/pl/messages.inc
@@ -0,0 +1,62 @@
+<?php
+
+/*
+ +-----------------------------------------------------------------------+
+ | language/pl/messages.inc |
+ | |
+ | Language file of the RoundCube Webmail client |
+ | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Licensed under the GNU GPL |
+ | |
+ +-----------------------------------------------------------------------+
+ | Author: Sławomir Cichoń <slawek.cichon@gmail.com> |
+ +-----------------------------------------------------------------------+
+
+ $Id$
+
+*/
+
+$utf8_decoding = TRUE;
+
+$messages = array();
+
+$messages['loginfailed'] = 'Błąd logowania.';
+
+$messages['cookiesdisabled'] = 'Twoja przeglądarka nie obsługuje Ciasteczek.';
+
+$messages['sessionerror'] = 'Błąd sesji,bądź sesja wygasła.';
+
+$messages['imaperror'] = 'Błąd połączenia z serwerem.';
+
+$messages['nomessagesfound'] = 'Brak wiadmomości w skrzynce.';
+
+$messages['loggedout'] = 'Do widzenia.';
+
+$messages['mailboxempty'] = 'Skrzynka jest pusta.';
+
+$messages['loadingdata'] = 'Ładowanie...';
+
+$messages['messagesent'] = 'Wiadomość wysłana pomyślnie.';
+
+$messages['successfullysaved'] = 'Zapisano.';
+
+$messages['addedsuccessfully'] = 'Kontakt został dodany.';
+
+$messages['contactexists'] = 'Kontakt o podanym adresie e-mail istnieje.';
+
+$messages['blockedimages'] = 'Ze względów bezpieczeństwa zewnętrzne obrazki zostały zablokowane.';
+
+$messages['encryptedmessage'] = 'Przepraszamy, nie można wyświeltlić zaszyfrowanej wiadomości.';
+
+$messages['nocontactsfound'] = 'Nie znaleziono kontaktu.';
+
+$messages['sendingfailed'] = 'Nie udało się wysłać wiadomości.';
+
+$messages['errorsaving'] = 'Błąd podczas zapisu.';
+
+$messages['errormoving'] = 'Nie można przeniść wybranej wiadmości';
+
+$messages['errordeleting'] = 'Nie można usunąć wiadomości';
+
+
+?> \ No newline at end of file