Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-09-12 03:08:25 +0300
committerNextcloud bot <bot@nextcloud.com>2017-09-12 03:08:25 +0300
commitc124a43d744e700ce7da080d8f43887d93ec4077 (patch)
tree635932188f54a663de4999bc89e11af19841c180 /apps/oauth2/l10n/id.js
parent038ae39f13ff3ff775953010eac6b78ff241ee78 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/oauth2/l10n/id.js')
-rw-r--r--apps/oauth2/l10n/id.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/id.js b/apps/oauth2/l10n/id.js
new file mode 100644
index 00000000000..41cac573832
--- /dev/null
+++ b/apps/oauth2/l10n/id.js
@@ -0,0 +1,13 @@
+OC.L10N.register(
+ "oauth2",
+ {
+ "OAuth 2.0 clients" : "Klien OAuth 2.0",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 memungkinkan layanan eksternal untuk meminta akses ke %s.",
+ "Name" : "Nama",
+ "Redirection URI" : "URI Pengalihan",
+ "Client Identifier" : "Identifier klien",
+ "Secret" : "Rahasia",
+ "Add client" : "Tambah klien",
+ "Add" : "Tambah"
+},
+"nplurals=1; plural=0;");