1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-02 19:27:52 +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,29 @@
<?php
return array(
'blocks' => array(
'Blocks' => 'Block',
'Blocks manager' => 'Pengelolaan Block',
'Delete' => 'Hapus',
'Edit' => 'Perbaiki',
'Name' => 'Nama',
'Create New Block' => 'Buat Block Baru',
'New Block' => 'Block Baru',
'Edit Block' => 'Edit Block',
'Save' => 'Simpan',
'Save and Exit' => 'Simpan dan Keluar',
'Actions' => 'Tindakan',
'Required field' => 'Isian yang Dibutuhkan',
'This block already exists' => 'Block ini sudah ada',
'This block does not exist' => 'Block ini belum ada',
'Delete block: :block' => 'Hapus Block: :block',
'Block content' => 'Isi Block',
'Block <i>:name</i> deleted' => 'Block <i>:nama</i> dihapus',
'Your changes to the block <i>:name</i> have been saved.' => 'Perubahan pada block <i>:nama</i> telah disimpan.',
'Delete block: :block' => 'Hapus Block: :block',
'View Embed Code' => 'Lihat Embed Code',
'Embed Code' => 'Embed Code',
'Shortcode' => 'Shortcode',
'PHP Code' => 'PHP Code',
)
);