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>2017-07-13 03:20:27 +0300
committerNextcloud bot <bot@nextcloud.com>2017-07-13 03:20:27 +0300
commit33a2ef0554d6cf3b744e24d08e8477d4985283c9 (patch)
treee1b7f4691e16242da4f703db1b8ceabaf5f0011e /l10n/lv.js
parent1f5294113a3f881e0d7c529e8935c0791d6574f3 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'l10n/lv.js')
-rw-r--r--l10n/lv.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/l10n/lv.js b/l10n/lv.js
index b6ac812..8253f61 100644
--- a/l10n/lv.js
+++ b/l10n/lv.js
@@ -1,16 +1,16 @@
OC.L10N.register(
"password_policy",
{
- "Password need to be at least %s characters long" : "Parolei ir jābūt vismaz %s simbolu garai",
- "Password need to contain at least one lower case character and one upper case character." : "Parolē ir jābūt vismaz vienam mazajam un vienam lielajam burtam.",
- "Password need to contain at least one numeric character." : "Parolē ir jābūt vismaz vienam skaitlim.",
- "Password need to contain at least one special character." : "Parolei jāsatur vismaz vienu speciālo rakstzīmi.",
- "Password is within the 1,000,000 most common passwords. Please choose another one." : "Parole ir vien no 1,000,000 izplatītākajām parolēm. Lūdzu, izvēlieties citu.",
"Password policy" : "Paroles politika",
"Minimal length" : "Minimālais garums",
"Forbid common passwords" : "Aizliegt kopīgas paroles",
"Enforce upper and lower case characters" : "Uzspiest lielos un mazos burtus",
"Enforce numeric characters" : "Uzspiest skaitļus",
- "Enforce special characters" : "Uzspiest speciālos simbolus"
+ "Enforce special characters" : "Uzspiest speciālos simbolus",
+ "Password need to be at least %s characters long" : "Parolei ir jābūt vismaz %s simbolu garai",
+ "Password need to contain at least one lower case character and one upper case character." : "Parolē ir jābūt vismaz vienam mazajam un vienam lielajam burtam.",
+ "Password need to contain at least one numeric character." : "Parolē ir jābūt vismaz vienam skaitlim.",
+ "Password need to contain at least one special character." : "Parolei jāsatur vismaz vienu speciālo rakstzīmi.",
+ "Password is within the 1,000,000 most common passwords. Please choose another one." : "Parole ir vien no 1,000,000 izplatītākajām parolēm. Lūdzu, izvēlieties citu."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");