summaryrefslogtreecommitdiff
path: root/plugins/managesieve/localization/pl_PL.inc
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-10 10:27:39 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-10-10 10:27:39 +0000
commit2ee1e3cb017419a6df8341cfeabe47b074285c35 (patch)
tree3ef01dfdce5497e643c862c710c1ed252dda0c1f /plugins/managesieve/localization/pl_PL.inc
parent86ffed7da35f05874943d198e34711921de06c6f (diff)
- Support relational operators and i;ascii-numeric comparator (RFC3431)
git-svn-id: https://svn.roundcube.net/trunk@4068 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'plugins/managesieve/localization/pl_PL.inc')
-rw-r--r--plugins/managesieve/localization/pl_PL.inc12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/managesieve/localization/pl_PL.inc b/plugins/managesieve/localization/pl_PL.inc
index 3a7fc9e47..e7fc07dea 100644
--- a/plugins/managesieve/localization/pl_PL.inc
+++ b/plugins/managesieve/localization/pl_PL.inc
@@ -53,6 +53,18 @@ $labels['none'] = 'brak';
$labels['fromset'] = 'ze zbioru';
$labels['fromfile'] = 'z pliku';
$labels['filterdisabled'] = 'Filtr wyłączony';
+$labels['countisgreaterthan'] = 'ilość jest większa od';
+$labels['countisgreaterthanequal'] = 'ilość jest róna lub większa od';
+$labels['countislessthan'] = 'ilość jest mniejsza od';
+$labels['countislessthanequal'] = 'ilość jest równa lub mniejsza od';
+$labels['countequals'] = 'ilość jest równa';
+$labels['countnotequals'] = 'ilość jest różna od';
+$labels['valueisgreaterthan'] = 'wartość jest większa od';
+$labels['valueisgreaterthanequal'] = 'wartość jest równa lub większa od';
+$labels['valueislessthan'] = 'wartość jest mniejsza od';
+$labels['valueislessthanequal'] = 'wartość jest równa lub mniejsza od';
+$labels['valueequals'] = 'wartość jest równa';
+$labels['valuenotequals'] = 'wartość jest różna od';
$messages = array();
$messages['filterunknownerror'] = 'Nieznany błąd serwera';