summaryrefslogtreecommitdiffstats
path: root/l10n/pl.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-27 16:36:42 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-10-27 16:36:42 -0400
commit6867494f338aed53acadb6a1790112e0235e0ba9 (patch)
treed700caad9d6d3aeb213bcbd94d515bd2b3fdd82f /l10n/pl.php
parent6ed616d793500ded3495ce61b9244c5676ebbb61 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/pl.php')
-rw-r--r--l10n/pl.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/l10n/pl.php b/l10n/pl.php
index a089b696c..e10e245d2 100644
--- a/l10n/pl.php
+++ b/l10n/pl.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Can not add feed: Exists already" => "Nie można dodać kanału: istnieje już",
"Can not add feed: URL does not exist, SSL Certificate can not be validated or feed has invalid xml" => "Nie można dodać kanału: URL nie istnieje, certyfikat SSL nie może zostać uwierzytelniony lub kanał ma niewłaściwy xml",
"Articles without feed" => "Artykuły nie z kanałów",
@@ -60,3 +61,4 @@
"Unread/Starred Articles" => "Nieprzeczytane/Oznaczone Artykuły",
"Error when importing: file does not contain valid JSON" => "Błąd podczas importowania: plik nie zawiera prawidłowego JSON"
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";