diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 11:46:49 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-18 11:46:49 +0200 |
commit | 6720a45d65dd0627489e3766e584066a17233432 (patch) | |
tree | 773f891921e87db75bd240d543095a33ec473544 /core/l10n/id.php | |
parent | 8fb75f379a8fb155f4d36233864e4e62e21d538b (diff) | |
download | nextcloud-server-6720a45d65dd0627489e3766e584066a17233432.tar.gz nextcloud-server-6720a45d65dd0627489e3766e584066a17233432.zip |
updated translations
Diffstat (limited to 'core/l10n/id.php')
-rw-r--r-- | core/l10n/id.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/core/l10n/id.php b/core/l10n/id.php new file mode 100644 index 00000000000..51dc4f992c9 --- /dev/null +++ b/core/l10n/id.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Login failed!" => "Gagal masuk!", +"Username" => "Username", +"Password" => "Password", +"Advanced" => "Tingkat Lanjut", +"Finish setup" => "Selesaikan instalasi", +"prev" => "sebelum", +"next" => "selanjutnya", +"You are logged out." => "Anda telah keluar." +); |