1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-05 20:57:49 +02:00

Create id.lang.php

This commit is contained in:
ANISSA90
2014-01-16 07:05:14 +07:00
parent 326a846be3
commit 9fabc679b4

View 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',
)
);