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-04-05 03:33:43 +0300
committerNextcloud bot <bot@nextcloud.com>2019-04-05 03:33:43 +0300
commitf247abb8df5987b4664fb3079db1e9e6e9056138 (patch)
tree06c3361404500c6aa2c6329e0876b76c8a30e863
parentdb75b776ef1d3f4ef5e4dff6e961a21ab5426b66 (diff)
[tx-robot] updated from transifexv16.0.0RC1
-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 55427d1..717d05d 100644
--- a/l10n/pl.js
+++ b/l10n/pl.js
@@ -15,7 +15,7 @@ OC.L10N.register(
"Enforce upper and lower case characters" : "Wymuś wielkie i małe litery",
"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",
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Sprawdź hasło na liście naruszonych haseł na haveibeenpwned.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."
},
"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 60b217b..a29c95a 100644
--- a/l10n/pl.json
+++ b/l10n/pl.json
@@ -13,7 +13,7 @@
"Enforce upper and lower case characters" : "Wymuś wielkie i małe litery",
"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",
+ "Check password against the list of breached passwords from haveibeenpwned.com" : "Sprawdź hasło na liście naruszonych haseł na haveibeenpwned.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."
},"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