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:
Diffstat (limited to 'apps/oauth2/l10n/id.js')
-rw-r--r--apps/oauth2/l10n/id.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/id.js b/apps/oauth2/l10n/id.js
index 41cac573832..397ac44b89c 100644
--- a/apps/oauth2/l10n/id.js
+++ b/apps/oauth2/l10n/id.js
@@ -2,12 +2,12 @@ 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"
+ "Add" : "Tambah",
+ "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 memungkinkan layanan eksternal untuk meminta akses ke %s."
},
"nplurals=1; plural=0;");