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:
17
plugins/box/backup/languages/id.lang.php
Normal file
17
plugins/box/backup/languages/id.lang.php
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return array(
|
||||||
|
'backup' => array(
|
||||||
|
'Backups' => 'Cadangan',
|
||||||
|
'Backup date' => 'Tanggal Cadangan',
|
||||||
|
'Create Backup' => 'Buat Cadangan',
|
||||||
|
'Delete' => 'Hapus',
|
||||||
|
'storage' => 'Penyimpanan',
|
||||||
|
'public' => 'Umum',
|
||||||
|
'plugins' => 'Plugins',
|
||||||
|
'Size' => 'Ukuran',
|
||||||
|
'Actions' => 'Tindakan',
|
||||||
|
'Delete backup: :backup' => 'Hapus Cadangan: :backup',
|
||||||
|
'Creating...' => 'Dibuat...',
|
||||||
|
)
|
||||||
|
);
|
Reference in New Issue
Block a user