diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:44 +0200 |
commit | f1b10fcc93dad0667cf50f0e3d9d423705a4ed8a (patch) | |
tree | 2f9c2151cb7c6cb46b302d1f9ba1ae2f9a9fdf90 /apps/files/l10n/id.php | |
parent | 063c9accb6772001ade8bea1251cd0d9bd000e15 (diff) | |
download | nextcloud-server-f1b10fcc93dad0667cf50f0e3d9d423705a4ed8a.tar.gz nextcloud-server-f1b10fcc93dad0667cf50f0e3d9d423705a4ed8a.zip |
update translations
Diffstat (limited to 'apps/files/l10n/id.php')
-rw-r--r-- | apps/files/l10n/id.php | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/apps/files/l10n/id.php b/apps/files/l10n/id.php index 902eeeb4ec2..1f9dc3290aa 100644 --- a/apps/files/l10n/id.php +++ b/apps/files/l10n/id.php @@ -1,13 +1,32 @@ <?php $TRANSLATIONS = array( +"There is no error, the file uploaded with success" => "Tidak ada galat, berkas sukses diunggah", +"The uploaded file was only partially uploaded" => "Berkas hanya diunggah sebagian", +"No file was uploaded" => "Tidak ada berkas yang diunggah", +"Missing a temporary folder" => "Kehilangan folder temporer", +"Failed to write to disk" => "Gagal menulis ke disk", "Files" => "Berkas", +"Size" => "Ukuran", +"Modified" => "Dimodifikasi", +"File handling" => "Penanganan berkas", "Maximum upload size" => "Ukuran unggah maksimum", +"max. possible: " => "Kemungkinan maks:", +"Needed for multi-file and folder downloads." => "Dibutuhkan untuk multi-berkas dan unduhan folder", +"Enable ZIP-download" => "Aktifkan unduhan ZIP", +"0 is unlimited" => "0 adalah tidak terbatas", +"Maximum input size for ZIP files" => "Ukuran masukan maksimal untuk berkas ZIP", +"New" => "Baru", +"Text file" => "Berkas teks", +"Folder" => "Folder", +"From url" => "Dari url", "Upload" => "Unggah", +"Cancel upload" => "Batal mengunggah", "Nothing in here. Upload something!" => "Tidak ada apa-apa di sini. Unggah sesuatu!", "Name" => "Nama", +"Share" => "Bagikan", "Download" => "Unduh", -"Size" => "Ukuran", -"Modified" => "Dimodifikasi", "Delete" => "Hapus", "Upload too large" => "Unggahan terlalu besar", -"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Berkas yang anda coba unggah melebihi ukuran maksimum untuk pengunggahan berkas di server ini." +"The files you are trying to upload exceed the maximum size for file uploads on this server." => "Berkas yang anda coba unggah melebihi ukuran maksimum untuk pengunggahan berkas di server ini.", +"Files are being scanned, please wait." => "Berkas sedang dipindai, silahkan tunggu.", +"Current scanning" => "Sedang memindai" ); |