From 5a876fddb1539ca2bd07f6f92fefbe63dce45546 Mon Sep 17 00:00:00 2001 From: bernte Date: Sat, 1 Mar 2014 01:24:14 +0100 Subject: [PATCH] Update id.lang.php --- .../box/filesmanager/languages/id.lang.php | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/plugins/box/filesmanager/languages/id.lang.php b/plugins/box/filesmanager/languages/id.lang.php index 78e3764..bd260d0 100644 --- a/plugins/box/filesmanager/languages/id.lang.php +++ b/plugins/box/filesmanager/languages/id.lang.php @@ -8,6 +8,30 @@ 'Actions' => 'Tindakan', 'Delete' => 'Hapus', 'Upload' => 'Unduh', + 'Drop File Here' => 'Drop File Here', + 'Maximum upload file size: :upload_max_filesize' => 'Maximum upload file size: :upload_max_filesize', + 'Rename' => 'Rename', + 'Renamed successfully' => 'Renamed successfully', + 'Failure' => 'Failure', + 'Forbidden file type' => 'Forbidden file type', + 'Upload server error' => 'Upload server error', + 'Can not be empty' => 'Can not be empty', + 'Create New Directory' => 'Create New Directory', + 'Directory Name' => 'Directory Name', + 'Directory:' => 'Directory:', + 'Directory was not created' => 'Directory was not created', + 'Directory was created' => 'Directory was created', + 'Directory was deleted' => 'Directory was deleted', + 'Directory was not deleted' => 'Directory was not deleted', + 'Directory exists' => 'Directory exists', + 'File:' => 'File:', + 'File was uploaded' => 'File was uploaded', + 'File was not uploaded' => 'File was not uploaded', + 'File was deleted' => 'File was deleted', + 'File was not deleted' => 'File was not deleted', + 'File exists' => 'File exists', + 'Cancel' => 'Cancel', + 'Create' => 'Create', 'directory' => 'Direktori', 'Delete directory: :dir' => 'Hapus Direktori: :dir', 'Delete file: :file' => 'Hapus File: :file',