mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-03 19:57:57 +02:00
19
plugins/box/filesmanager/languages/id.lang.php
Normal file
19
plugins/box/filesmanager/languages/id.lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'filesmanager' => 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',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user