diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-22 02:06:18 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-10-22 02:06:18 +0200 |
commit | d8e945466da8aa39b7dfe849b305d5b1b33531d2 (patch) | |
tree | e58a07b01bb95bb254f203a4469c716c6a75919a /lib/l10n | |
parent | 16c4eb66d79bfb8f4c27e4b7ce5a16846527979b (diff) | |
download | nextcloud-server-d8e945466da8aa39b7dfe849b305d5b1b33531d2.tar.gz nextcloud-server-d8e945466da8aa39b7dfe849b305d5b1b33531d2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-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" +); |