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:
Diffstat (limited to 'l10n/sk.js')
-rw-r--r--l10n/sk.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/l10n/sk.js b/l10n/sk.js
index 930f097..1251bd2 100644
--- a/l10n/sk.js
+++ b/l10n/sk.js
@@ -27,6 +27,7 @@ OC.L10N.register(
"Minimal length has to be a non negative number" : "Minimálna dĺžka musí byť kladné číslo",
"History size has to be a non negative number" : "Veľkosť histórie musí byť kladné číslo",
"Expiration days have to be a non negative number" : "Dní do expirácie musí byť kladné číslo",
- "Maximum login attempts have to be a non negative number" : "Maximálny počet pokusov o prihlásenie musí byť kladné číslo"
+ "Maximum login attempts have to be a non negative number" : "Maximálny počet pokusov o prihlásenie musí byť kladné číslo",
+ "Error while saving" : "Chyba pri ukladaní"
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");