summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-08-02 00:08:10 +0000
committerNextcloud bot <bot@nextcloud.com>2017-08-02 00:08:10 +0000
commit2800e017dea5eb81590696101df1729a37c753ca (patch)
tree612899bb60b6a5729feed83c9b0a248d29390590 /apps/oauth2
parent3f0f18b4c45429445678613f6d07cfbc800ceade (diff)
downloadnextcloud-server-2800e017dea5eb81590696101df1729a37c753ca.tar.gz
nextcloud-server-2800e017dea5eb81590696101df1729a37c753ca.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/ca.js14
-rw-r--r--apps/oauth2/l10n/ca.json12
2 files changed, 26 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ca.js b/apps/oauth2/l10n/ca.js
new file mode 100644
index 00000000000..dc7bad39f35
--- /dev/null
+++ b/apps/oauth2/l10n/ca.js
@@ -0,0 +1,14 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "clients OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet que els serveis externs sol·licitin accés a %s.",
+ "Name" : "Nom",
+ "Redirection URI" : "URl redirecció",
+ "Client Identifier" : "Identificador de client",
+ "Secret" : "Secret",
+ "Add client" : "Afegir client",
+ "Add" : "Afegir"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/apps/oauth2/l10n/ca.json b/apps/oauth2/l10n/ca.json
new file mode 100644
index 00000000000..983ff83872e
--- /dev/null
+++ b/apps/oauth2/l10n/ca.json
@@ -0,0 +1,12 @@
+{ "translations": {
+ "OAuth 2.0" : "OAuth 2.0",
+ "OAuth 2.0 clients" : "clients OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 permet que els serveis externs sol·licitin accés a %s.",
+ "Name" : "Nom",
+ "Redirection URI" : "URl redirecció",
+ "Client Identifier" : "Identificador de client",
+ "Secret" : "Secret",
+ "Add client" : "Afegir client",
+ "Add" : "Afegir"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file