summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
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