diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-10-23 16:16:46 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-10-23 16:16:46 +0200 |
commit | 7424f3aef6ecdb1b62f4ab4ff0d23ade9011ad77 (patch) | |
tree | e9cf72f3d6813d564baa9c286d0461afd0a27b34 /lib/l10n/id.php | |
parent | 707bd68bb4e77b4184b578699d508750653e2d42 (diff) | |
parent | ab944094e2c0c9d063cc363a81dbe517c259a466 (diff) | |
download | nextcloud-server-7424f3aef6ecdb1b62f4ab4ff0d23ade9011ad77.tar.gz nextcloud-server-7424f3aef6ecdb1b62f4ab4ff0d23ade9011ad77.zip |
merge master into filesystem
Diffstat (limited to 'lib/l10n/id.php')
-rw-r--r-- | lib/l10n/id.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/l10n/id.php b/lib/l10n/id.php new file mode 100644 index 00000000000..3f9bc4ee6ba --- /dev/null +++ b/lib/l10n/id.php @@ -0,0 +1,28 @@ +<?php $TRANSLATIONS = array( +"Help" => "bantu", +"Personal" => "perseorangan", +"Settings" => "pengaturan", +"Users" => "pengguna", +"Apps" => "aplikasi", +"Admin" => "admin", +"ZIP download is turned off." => "download ZIP sedang dimatikan", +"Files need to be downloaded one by one." => "file harus di unduh satu persatu", +"Back to Files" => "kembali ke daftar file", +"Selected files too large to generate zip file." => "file yang dipilih terlalu besar untuk membuat file zip", +"Application is not enabled" => "aplikasi tidak diaktifkan", +"Authentication error" => "autentikasi bermasalah", +"Token expired. Please reload page." => "token kadaluarsa.mohon perbaharui laman.", +"seconds ago" => "beberapa detik yang lalu", +"1 minute ago" => "1 menit lalu", +"%d minutes ago" => "%d menit lalu", +"today" => "hari ini", +"yesterday" => "kemarin", +"%d days ago" => "%d hari lalu", +"last month" => "bulan kemarin", +"months ago" => "beberapa bulan lalu", +"last year" => "tahun kemarin", +"years ago" => "beberapa tahun lalu", +"%s is available. Get <a href=\"%s\">more information</a>" => "%s tersedia. dapatkan <a href=\"%s\"> info lebih lanjut</a>", +"up to date" => "terbaru", +"updates check is disabled" => "pengecekan pembaharuan sedang non-aktifkan" +); |