Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-02-14 04:12:57 +0300
committerNextcloud bot <bot@nextcloud.com>2017-02-14 04:12:57 +0300
commit76852c0d77c81766fe706afb9293eff40187c7a4 (patch)
treea30264aebd15e6663ef35c9d9be7fcda6299f013 /l10n/pl.js
parent3263a77c5b8967783a7dc041e6d625d477660d88 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/pl.js')
-rw-r--r--l10n/pl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index f48c9b65..a3919e47 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -284,4 +284,4 @@ OC.L10N.register(
"Dismiss" : "Odrzuć",
"seconds ago" : "sekund temu"
},
-"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
+"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");