From 20825920e3f723c1a2a962beaa72a33e82cd14da Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 06 Aug 2012 12:14:57 -0400
Subject: [PATCH] Synched translations from launchpad/master

---
 program/localization/pl_PL/labels.inc |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/program/localization/pl_PL/labels.inc b/program/localization/pl_PL/labels.inc
index 952d655..92da1f6 100644
--- a/program/localization/pl_PL/labels.inc
+++ b/program/localization/pl_PL/labels.inc
@@ -9,9 +9,8 @@
  | Licensed under the GNU General Public License                         |
  |                                                                       |
  +-----------------------------------------------------------------------+
- | Author: pp/bs <Unknown>                                               |
+ | Author: Aleksander Machniak <alec@alec.pl>                            |
  +-----------------------------------------------------------------------+
- @version $Id$
 */
 
 $labels = array();
@@ -96,7 +95,7 @@
 $labels['today'] = 'Dzisiaj';
 $labels['refresh'] = 'Odśwież';
 $labels['checkmail'] = 'Sprawdź skrzynkę';
-$labels['compose'] = 'Utwórz wiadomość';
+$labels['compose'] = 'Utwórz';
 $labels['writenewmessage'] = 'Utwórz nową wiadomość';
 $labels['reply'] = 'Odpowiedz';
 $labels['replytomessage'] = 'Odpowiedz nadawcy';
@@ -116,7 +115,7 @@
 $labels['lastmessage'] = 'Ostatnia wiadomość';
 $labels['backtolist'] = 'Pokaż listę wiadomości';
 $labels['viewsource'] = 'Pokaż źródło';
-$labels['mark'] = 'Zaznacz';
+$labels['mark'] = 'Oznacz';
 $labels['markmessages'] = 'Oznacz wiadomości';
 $labels['markread'] = 'Jako przeczytane';
 $labels['markunread'] = 'Jako nieprzeczytane';

--
Gitblit v1.9.1