mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 12:48:00 +02:00
Create id.lang.php
This commit is contained in:
20
plugins/box/plugins/languages/id.lang.php
Normal file
20
plugins/box/plugins/languages/id.lang.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'plugins' => array(
|
||||
'Plugins' => 'Plugins',
|
||||
'Name' => 'Nama',
|
||||
'Actions' => 'Tindakan',
|
||||
'Description' => 'Deskripsi',
|
||||
'Installed' => 'Terpasang',
|
||||
'Install New' => 'Pemasangan Baru',
|
||||
'Delete' => 'Hapus',
|
||||
'Delete plugin :plugin' => 'Hapus Plugin :plugin',
|
||||
'This plugins does not exist' => 'Plugin ini tidak ada',
|
||||
'Version' => 'Versi',
|
||||
'Author' => 'Penulis',
|
||||
'Get More Plugins' => 'Cari Plugins Baru',
|
||||
'Install' => 'Memasangkan',
|
||||
'Uninstall' => 'Menghapus Program',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user