summaryrefslogtreecommitdiffstats
path: root/apps/oauth2/l10n
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-11-23 01:09:47 +0000
committerNextcloud bot <bot@nextcloud.com>2017-11-23 01:09:47 +0000
commitb6a39b79278df848af388506cce394671a414f19 (patch)
tree7af7b5cfbafb2fb57d6ce29e82177be5136ff3b9 /apps/oauth2/l10n
parent90c1d3e129493a50ef976fd2baabe0d33f58f4eb (diff)
downloadnextcloud-server-b6a39b79278df848af388506cce394671a414f19.tar.gz
nextcloud-server-b6a39b79278df848af388506cce394671a414f19.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n')
-rw-r--r--apps/oauth2/l10n/eu.js13
-rw-r--r--apps/oauth2/l10n/eu.json11
2 files changed, 24 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/eu.js b/apps/oauth2/l10n/eu.js
new file mode 100644
index 00000000000..305681cf66f
--- /dev/null
+++ b/apps/oauth2/l10n/eu.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0 clients" : "OAuth 2.0-en bezeroak",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 -k kanpo zerbitzuek %s atzitzea baimentzen dute.",
+ "Name" : "Izena",
+ "Redirection URI" : "Birbideraketaren URI",
+ "Client Identifier" : "Bezeroaren Identifikadorea",
+ "Secret" : "Sekretua",
+ "Add client" : "Bezeroa gehitu",
+ "Add" : "Gehitu"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/eu.json b/apps/oauth2/l10n/eu.json
new file mode 100644
index 00000000000..821d81ed11d
--- /dev/null
+++ b/apps/oauth2/l10n/eu.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "OAuth 2.0 clients" : "OAuth 2.0-en bezeroak",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 -k kanpo zerbitzuek %s atzitzea baimentzen dute.",
+ "Name" : "Izena",
+ "Redirection URI" : "Birbideraketaren URI",
+ "Client Identifier" : "Bezeroaren Identifikadorea",
+ "Secret" : "Sekretua",
+ "Add client" : "Bezeroa gehitu",
+ "Add" : "Gehitu"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file