1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 11:47:51 +02:00

Merge pull request #223 from ANISSA90/master

language
This commit is contained in:
Sergey Romanenko
2014-01-23 01:10:41 -08:00
13 changed files with 453 additions and 0 deletions

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