summaryrefslogtreecommitdiffstats
path: root/apps/oauth2
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-10-18 00:08:23 +0000
committerNextcloud bot <bot@nextcloud.com>2017-10-18 00:08:23 +0000
commit8e884ba52fe3796d0da1e108a7a8fb1b43e6d554 (patch)
tree23976b7937c110478294697f2cbdd6c79dc265fd /apps/oauth2
parentcd0d27e46dd2dbe649108e82c9c61254b1ff9f39 (diff)
downloadnextcloud-server-8e884ba52fe3796d0da1e108a7a8fb1b43e6d554.tar.gz
nextcloud-server-8e884ba52fe3796d0da1e108a7a8fb1b43e6d554.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2')
-rw-r--r--apps/oauth2/l10n/sr.js13
-rw-r--r--apps/oauth2/l10n/sr.json11
2 files changed, 24 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/sr.js b/apps/oauth2/l10n/sr.js
new file mode 100644
index 00000000000..17bf401136d
--- /dev/null
+++ b/apps/oauth2/l10n/sr.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0 clients" : "OAuth 2.0 клијенти",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 дозвољава спољним сервисима да захтевају приступ на %s.",
+ "Name" : "Име",
+ "Redirection URI" : "Адреса за преусмеравање",
+ "Client Identifier" : "Идентификација клијента",
+ "Secret" : "Тајна",
+ "Add client" : "Додај клијента",
+ "Add" : "Додај"
+},
+"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");
diff --git a/apps/oauth2/l10n/sr.json b/apps/oauth2/l10n/sr.json
new file mode 100644
index 00000000000..ce91adc6253
--- /dev/null
+++ b/apps/oauth2/l10n/sr.json
@@ -0,0 +1,11 @@
+{ "translations": {
+ "OAuth 2.0 clients" : "OAuth 2.0 клијенти",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 дозвољава спољним сервисима да захтевају приступ на %s.",
+ "Name" : "Име",
+ "Redirection URI" : "Адреса за преусмеравање",
+ "Client Identifier" : "Идентификација клијента",
+ "Secret" : "Тајна",
+ "Add client" : "Додај клијента",
+ "Add" : "Додај"
+},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+} \ No newline at end of file