diff options
Diffstat (limited to 'apps/twofactor_backupcodes/l10n/hr.js')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/hr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/twofactor_backupcodes/l10n/hr.js b/apps/twofactor_backupcodes/l10n/hr.js index 83bc0d8bcfd..d7189f30793 100644 --- a/apps/twofactor_backupcodes/l10n/hr.js +++ b/apps/twofactor_backupcodes/l10n/hr.js @@ -1,7 +1,6 @@ OC.L10N.register( "twofactor_backupcodes", { - "function" : "funkcija", "_" : "_", "An error occurred while generating your backup codes" : "Došlo je do pogreške pri generiranju pričuvnih šifri", "{name} backup codes" : "{name} pričuvnih šifri", @@ -33,6 +32,7 @@ OC.L10N.register( "destroyed" : "uništene", "beforeMount" : "beforeMount", "Nextcloud backup codes" : "Nextcloudove pričuvne šifre", - "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "Omogućili ste dvofaktorsku autentifikaciju, ali još niste generirali pričuvne šifre. Obavezno to učinite u slučaju da izgubite pristup svom drugom faktoru." + "You have enabled two-factor authentication but have not yet generated backup codes. Be sure to do this in case you lose access to your second factor." : "Omogućili ste dvofaktorsku autentifikaciju, ali još niste generirali pričuvne šifre. Obavezno to učinite u slučaju da izgubite pristup svom drugom faktoru.", + "function" : "funkcija" }, "nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;"); |