summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-06-09 00:08:24 +0000
committerNextcloud bot <bot@nextcloud.com>2017-06-09 00:08:24 +0000
commit628284a34c08bbc16a4cff06245ed5aee4c96aac (patch)
tree1bd3301c6492b58983e11aaf631e9127f4f649f6 /apps/oauth2
parent3384c5fb70842a1dbdd24381bdbfa56593c93d2f (diff)
downloadnextcloud-server-628284a34c08bbc16a4cff06245ed5aee4c96aac.tar.gz
nextcloud-server-628284a34c08bbc16a4cff06245ed5aee4c96aac.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/es.js14
-rw-r--r--apps/oauth2/l10n/es.json12
2 files changed, 26 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js
new file mode 100644
index 00000000000..4d2d3feac21
--- /dev/null
+++ b/apps/oauth2/l10n/es.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clientes OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 permite a servicios externos pedir acceso a tu %s.",
+ "Name" : "Nombre",
+ "Redirection URI" : "URI de redirección",
+ "Client Identifier" : "Identificador de cliente",
+ "Secret" : "Secreto",
+ "Add client" : "Añadir cliente",
+ "Add" : "Añadir"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/es.json b/apps/oauth2/l10n/es.json
new file mode 100644
index 00000000000..03a08a143ec
--- /dev/null
+++ b/apps/oauth2/l10n/es.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "Clientes OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to your %s." : "OAuth 2.0 permite a servicios externos pedir acceso a tu %s.",
+ "Name" : "Nombre",
+ "Redirection URI" : "URI de redirección",
+ "Client Identifier" : "Identificador de cliente",
+ "Secret" : "Secreto",
+ "Add client" : "Añadir cliente",
+ "Add" : "Añadir"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file