mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
Create id.lang.php
This commit is contained in:
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