summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-12-07 01:10:37 +0000
committerNextcloud bot <bot@nextcloud.com>2017-12-07 01:10:37 +0000
commit7d529c081a5b379b7058d194970dc79c3b49357f (patch)
tree5f9415558cc9600d2eb6ad6c767f78f18134fa45 /apps/oauth2
parent430f60db21bbda895825bdb37632b5d68dff1f6e (diff)
downloadnextcloud-server-7d529c081a5b379b7058d194970dc79c3b49357f.tar.gz
nextcloud-server-7d529c081a5b379b7058d194970dc79c3b49357f.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/et_EE.js11
-rw-r--r--apps/oauth2/l10n/et_EE.json9
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