From 9fabc679b4340f594035939ab2bb5dfe3ccc63a8 Mon Sep 17 00:00:00 2001 From: ANISSA90 Date: Thu, 16 Jan 2014 07:05:14 +0700 Subject: [PATCH] Create id.lang.php --- .../box/filesmanager/languages/id.lang.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 plugins/box/filesmanager/languages/id.lang.php diff --git a/plugins/box/filesmanager/languages/id.lang.php b/plugins/box/filesmanager/languages/id.lang.php new file mode 100644 index 0000000..78e3764 --- /dev/null +++ b/plugins/box/filesmanager/languages/id.lang.php @@ -0,0 +1,19 @@ + array( + 'Files' => 'File', + 'Files manager' => 'Pengaturan File', + 'Name' => 'Nama', + 'Actions' => 'Tindakan', + 'Delete' => 'Hapus', + 'Upload' => 'Unduh', + 'directory' => 'Direktori', + 'Delete directory: :dir' => 'Hapus Direktori: :dir', + 'Delete file: :file' => 'Hapus File: :file', + 'Extension' => 'Tambahan', + 'Size' => 'Ukuran', + 'Select file' => 'Pilih File', + 'Change' => 'Ubah', + ) + );