diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-05-25 00:08:04 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-05-25 00:08:04 +0000 |
commit | a46d2f1d39c99b2e237b3b642099f02a3fb8c841 (patch) | |
tree | bf560a9cb33e8b58d370ab12fde859f983193b7d /apps/twofactor_backupcodes | |
parent | 6cc26efbc5329066cfd0a197023d2772311c85c0 (diff) | |
download | nextcloud-server-a46d2f1d39c99b2e237b3b642099f02a3fb8c841.tar.gz nextcloud-server-a46d2f1d39c99b2e237b3b642099f02a3fb8c841.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/twofactor_backupcodes')
-rw-r--r-- | apps/twofactor_backupcodes/l10n/en_GB.js | 19 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/en_GB.json | 17 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/fi.js | 1 | ||||
-rw-r--r-- | apps/twofactor_backupcodes/l10n/fi.json | 1 |
4 files changed, 38 insertions, 0 deletions
diff --git a/apps/twofactor_backupcodes/l10n/en_GB.js b/apps/twofactor_backupcodes/l10n/en_GB.js new file mode 100644 index 00000000000..fc9ec043807 --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/en_GB.js @@ -0,0 +1,19 @@ +OC.L10N.register( + "twofactor_backupcodes", + { + "Generate backup codes" : "Generate backup codes", + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Backup codes have been generated. {{used}} of {{total}} codes have been used.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later", + "Save backup codes" : "Save backup codes", + "Print backup codes" : "Print backup codes", + "Regenerate backup codes" : "Regenerate backup codes", + "If you regenerate backup codes, you automatically invalidate old codes." : "If you regenerate backup codes, you automatically invalidate old codes.", + "An error occurred while generating your backup codes" : "An error occurred while generating your backup codes", + "Nextcloud backup codes" : "Nextcloud backup codes", + "You created two-factor backup codes for your account" : "You created two-factor backup codes for your account", + "Backup code" : "Backup code", + "Use backup code" : "Use backup code", + "Two factor backup codes" : "Two factor backup codes", + "Second-factor backup codes" : "Second-factor backup codes" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/en_GB.json b/apps/twofactor_backupcodes/l10n/en_GB.json new file mode 100644 index 00000000000..21e2d234baa --- /dev/null +++ b/apps/twofactor_backupcodes/l10n/en_GB.json @@ -0,0 +1,17 @@ +{ "translations": { + "Generate backup codes" : "Generate backup codes", + "Backup codes have been generated. {{used}} of {{total}} codes have been used." : "Backup codes have been generated. {{used}} of {{total}} codes have been used.", + "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later" : "These are your backup codes. Please save and/or print them as you will not be able to read the codes again later", + "Save backup codes" : "Save backup codes", + "Print backup codes" : "Print backup codes", + "Regenerate backup codes" : "Regenerate backup codes", + "If you regenerate backup codes, you automatically invalidate old codes." : "If you regenerate backup codes, you automatically invalidate old codes.", + "An error occurred while generating your backup codes" : "An error occurred while generating your backup codes", + "Nextcloud backup codes" : "Nextcloud backup codes", + "You created two-factor backup codes for your account" : "You created two-factor backup codes for your account", + "Backup code" : "Backup code", + "Use backup code" : "Use backup code", + "Two factor backup codes" : "Two factor backup codes", + "Second-factor backup codes" : "Second-factor backup codes" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/twofactor_backupcodes/l10n/fi.js b/apps/twofactor_backupcodes/l10n/fi.js index 01203d93c9b..c267ef4a037 100644 --- a/apps/twofactor_backupcodes/l10n/fi.js +++ b/apps/twofactor_backupcodes/l10n/fi.js @@ -13,6 +13,7 @@ OC.L10N.register( "You created two-factor backup codes for your account" : "Loit kaksivaiheisen tunnistautumisen varakoodit tilillesi", "Backup code" : "Varakoodi", "Use backup code" : "Käytä varakoodia", + "Two factor backup codes" : "Kaksivaiheisen tunnistautumisen varakoodit", "Second-factor backup codes" : "Kaksivaiheisen tunnistautumisen varakoodit" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/twofactor_backupcodes/l10n/fi.json b/apps/twofactor_backupcodes/l10n/fi.json index 516e00216ff..2552aa37d71 100644 --- a/apps/twofactor_backupcodes/l10n/fi.json +++ b/apps/twofactor_backupcodes/l10n/fi.json @@ -11,6 +11,7 @@ "You created two-factor backup codes for your account" : "Loit kaksivaiheisen tunnistautumisen varakoodit tilillesi", "Backup code" : "Varakoodi", "Use backup code" : "Käytä varakoodia", + "Two factor backup codes" : "Kaksivaiheisen tunnistautumisen varakoodit", "Second-factor backup codes" : "Kaksivaiheisen tunnistautumisen varakoodit" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |