diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-29 02:06:48 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-29 02:06:48 +0200 |
commit | 9338d093f9bbcb8b25c088d8777f5803964570c3 (patch) | |
tree | 3cea67bc39f8d03d8d141c16d4cc1f4a6501aae0 /apps/files | |
parent | 92c782c1b049cbb4b9c8433edec2a08b739202a9 (diff) | |
download | nextcloud-server-9338d093f9bbcb8b25c088d8777f5803964570c3.tar.gz nextcloud-server-9338d093f9bbcb8b25c088d8777f5803964570c3.zip |
[tx-robot] updated from transifexv4.5.0beta1
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/l10n/id.php | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/files/l10n/id.php b/apps/files/l10n/id.php index 47ce6429c9f..399056bf278 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 exceeds the upload_max_filesize directive in php.ini" => "File yang diunggah melampaui directive upload_max_filesize di php.ini", +"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "File yang diunggah melampaui directive MAX_FILE_SIZE yang disebutan dalam form HTML.", "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", "Delete" => "Hapus", +"already exists" => "sudah ada", +"replace" => "mengganti", +"cancel" => "batalkan", +"replaced" => "diganti", +"with" => "dengan", +"undo" => "batal dikerjakan", +"deleted" => "dihapus", +"generating ZIP-file, it may take some time." => "membuat berkas ZIP, ini mungkin memakan waktu.", +"Unable to upload your file as it is a directory or has 0 bytes" => "Gagal mengunggah berkas anda karena berupa direktori atau mempunyai ukuran 0 byte", +"Upload Error" => "Terjadi Galat Pengunggahan", +"Pending" => "Menunggu", +"Upload cancelled." => "Pengunggahan dibatalkan.", +"Invalid name, '/' is not allowed." => "Kesalahan nama, '/' tidak diijinkan.", "Size" => "Ukuran", "Modified" => "Dimodifikasi", +"folder" => "folder", +"folders" => "folder-folder", +"file" => "berkas", +"files" => "berkas-berkas", "File handling" => "Penanganan berkas", "Maximum upload size" => "Ukuran unggah maksimum", "max. possible: " => "Kemungkinan maks:", |