mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-13 01:26:19 +02:00
20 lines
597 B
PHP
20 lines
597 B
PHP
<?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',
|
|
)
|
|
);
|