diff options
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r-- | apps/oauth2/l10n/et_EE.js | 11 | ||||
-rw-r--r-- | apps/oauth2/l10n/et_EE.json | 9 |
2 files changed, 20 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/et_EE.js b/apps/oauth2/l10n/et_EE.js new file mode 100644 index 00000000000..8cba010336b --- /dev/null +++ b/apps/oauth2/l10n/et_EE.js @@ -0,0 +1,11 @@ +OC.L10N.register( + "oauth2", + { + "OAuth 2.0 clients" : "OAuth 2.0 kliendid", + "Name" : "Nimi", + "Redirection URI" : "Suunamise URI", + "Secret" : "Saladus", + "Add client" : "Lisa klient", + "Add" : "Lisa" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/oauth2/l10n/et_EE.json b/apps/oauth2/l10n/et_EE.json new file mode 100644 index 00000000000..cbe3238027f --- /dev/null +++ b/apps/oauth2/l10n/et_EE.json @@ -0,0 +1,9 @@ +{ "translations": { + "OAuth 2.0 clients" : "OAuth 2.0 kliendid", + "Name" : "Nimi", + "Redirection URI" : "Suunamise URI", + "Secret" : "Saladus", + "Add client" : "Lisa klient", + "Add" : "Lisa" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |