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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-02-14 04:15:13 +0300
committerNextcloud bot <bot@nextcloud.com>2017-02-14 04:15:13 +0300
commit069ccdc49719f124921c5a6ebf793f72b888e407 (patch)
treeee14919a5a0a15029a93baf8f844b2427a271762 /l10n
parentfee0335bcb47e71763d4b248e80c99aab582e8a1 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/pl.js2
-rw-r--r--l10n/pl.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 4b952b9..aae8067 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -12,4 +12,4 @@ OC.L10N.register(
"Get the authentication code from the two-factor authentication app on your device." : "Pobierz kod uwierzytelnienia z aplikacji dwuskładnikowego uwierzytelniania na swoim urządzeniu.",
"TOTP second-factor auth" : "Drugi składnik uwierzytelnienia TOTP"
},
-"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);");
diff --git a/l10n/pl.json b/l10n/pl.json
index 349b416..d0c6cca 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -9,5 +9,5 @@
"Authentication code" : "Kod uwierzytelnienia",
"Get the authentication code from the two-factor authentication app on your device." : "Pobierz kod uwierzytelnienia z aplikacji dwuskładnikowego uwierzytelniania na swoim urządzeniu.",
"TOTP second-factor auth" : "Drugi składnik uwierzytelnienia TOTP"
-},"pluralForm" :"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+},"pluralForm" :"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);"
} \ No newline at end of file