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

github.com/nextcloud/password_policy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2019-03-25 04:27:38 +0300
committerNextcloud bot <bot@nextcloud.com>2019-03-25 04:27:38 +0300
commitdbefe6ff7e48f5e1e5b440cd811dc526193fdd1f (patch)
tree3416693a16dcff2fae7b194eb525e63421aac6c9
parent3931e6bec98bb02178700ee461cb92e1551e0546 (diff)
[tx-robot] updated from transifexv15.0.6RC1v15.0.6
-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 71fdc81..55427d1 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -16,6 +16,6 @@ OC.L10N.register(
"Enforce numeric characters" : "Wymuś znaki numeryczne",
"Enforce special characters" : "Wymuś znaki specjalne",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Sprawdź hasło z listą naruszonych haseł na hasibeenpwned.com",
- "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Ten test tworzy skrót hasła i wysyła 5 pierwszych znaków tego skrótu do API haveibeenpwned.com, aby pobrać listę wszystkich skrótów, które zaczynają się od nich. Następnie sprawdza w instancji NextCloud czy skrót hasła jest w zestawie wyników."
+ "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Ten test tworzy skrót hasła i wysyła 5 pierwszych znaków tego skrótu do API haveibeenpwned.com, aby pobrać listę wszystkich skrótów, które zaczynają się od nich. Następnie sprawdza w instancji Nextcloud czy skrót hasła jest w zestawie wyników."
},
"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 1406755..60b217b 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -14,6 +14,6 @@
"Enforce numeric characters" : "Wymuś znaki numeryczne",
"Enforce special characters" : "Wymuś znaki specjalne",
"Check password against the list of breached passwords from haveibeenpwned.com" : "Sprawdź hasło z listą naruszonych haseł na hasibeenpwned.com",
- "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Ten test tworzy skrót hasła i wysyła 5 pierwszych znaków tego skrótu do API haveibeenpwned.com, aby pobrać listę wszystkich skrótów, które zaczynają się od nich. Następnie sprawdza w instancji NextCloud czy skrót hasła jest w zestawie wyników."
+ "This check creates a hash of the password and sends the first 5 characters of this hash to the haveibeenpwned.com API to retrieve a list of all hashes that start with those. Then it checks on the Nextcloud instance if the password hash is in the result set." : "Ten test tworzy skrót hasła i wysyła 5 pierwszych znaków tego skrótu do API haveibeenpwned.com, aby pobrać listę wszystkich skrótów, które zaczynają się od nich. Następnie sprawdza w instancji Nextcloud czy skrót hasła jest w zestawie wyników."
},"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