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-07 04:16:24 +0300
committerNextcloud bot <bot@nextcloud.com>2017-02-07 04:16:24 +0300
commitdf352ba32eaaf8b3f1a5bd52896eda87ffbaff54 (patch)
tree43a4226cff7814671ce30cd0b366c0c48dcd8df2 /l10n
parent7291a35b36986bdc6adea8935aa0156fc98e257f (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n')
-rw-r--r--l10n/pl.js13
-rw-r--r--l10n/pl.json13
2 files changed, 16 insertions, 10 deletions
diff --git a/l10n/pl.js b/l10n/pl.js
index 7c94654..4b952b9 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -2,11 +2,14 @@ OC.L10N.register(
"twofactor_totp",
{
"Enable TOTP" : "Włącz TOTP",
- "This is your new TOTP secret:" : "To jest Twój nowy tajny dla TOTP:",
- "Scan this QR code with your TOTP app" : "Zeskanuj ten kod QR przy pomocy swojej aplikacji TOTP",
+ "This is your new TOTP secret:" : "To jest twoje nowe tajne TOTP:",
+ "Scan this QR code with your TOTP app" : "Zeskanuj kod QR przy pomocy swojej aplikacji TOTP",
+ "You enabled TOTP two-factor authentication for your account" : "Włączono dwukrotne uwierzytelnienie TOTP na twoim koncie",
+ "You disabled TOTP two-factor authentication for your account" : "Wyłączono dwukrotne uwierzytelnienie TOTP na twoim koncie",
+ "TOTP (Authenticator app)" : "TOTP (aplikacja uwierzytelniająca)",
"Authenticate with a TOTP app" : "Uwierzytelnij przy pomocy aplikacji TOTP",
- "Authentication code" : "Kod autoryzacji",
- "Get the authentication code from the two-factor authentication app on your device." : "Pobierz kod autoryzacji z dwuskładnikowego uwierzytelniania aplikacji na urządzeniu.",
- "TOTP second-factor auth" : "TOTP druga opcja auth"
+ "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"
},
"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/l10n/pl.json b/l10n/pl.json
index 1b7ce43..349b416 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -1,10 +1,13 @@
{ "translations": {
"Enable TOTP" : "Włącz TOTP",
- "This is your new TOTP secret:" : "To jest Twój nowy tajny dla TOTP:",
- "Scan this QR code with your TOTP app" : "Zeskanuj ten kod QR przy pomocy swojej aplikacji TOTP",
+ "This is your new TOTP secret:" : "To jest twoje nowe tajne TOTP:",
+ "Scan this QR code with your TOTP app" : "Zeskanuj kod QR przy pomocy swojej aplikacji TOTP",
+ "You enabled TOTP two-factor authentication for your account" : "Włączono dwukrotne uwierzytelnienie TOTP na twoim koncie",
+ "You disabled TOTP two-factor authentication for your account" : "Wyłączono dwukrotne uwierzytelnienie TOTP na twoim koncie",
+ "TOTP (Authenticator app)" : "TOTP (aplikacja uwierzytelniająca)",
"Authenticate with a TOTP app" : "Uwierzytelnij przy pomocy aplikacji TOTP",
- "Authentication code" : "Kod autoryzacji",
- "Get the authentication code from the two-factor authentication app on your device." : "Pobierz kod autoryzacji z dwuskładnikowego uwierzytelniania aplikacji na urządzeniu.",
- "TOTP second-factor auth" : "TOTP druga opcja auth"
+ "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);"
} \ No newline at end of file