1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-10 16:16:18 +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(
'snippets' => array(
'Snippets' => 'Snippets',
'Snippets manager' => 'Pengelolaan Snippets',
'Actions' => 'Tindakan',
'Delete' => 'Hapus',
'Edit' => 'Perbaiki',
'Name' => 'Nama',
'Create New Snippet' => 'Buat Snippet Baru',
'New Snippet' => 'Snippet Baru',
'Edit snippet' => 'Perbaiki Snippet',
'Save' => 'Simpan',
'Save and Exit' => 'Simpan dan Keluar',
'This snippet already exists' => 'Snippet ini sudah ada',
'This snippet does not exist' => 'Snippet ini belum ada',
'Delete snippet: :snippet' => 'Hapus snippet: :snippet',
'Snippet content' => 'Isi snippet',
'Snippet <i>:name</i> deleted' => 'Snippet <i>:name</i> dihapus',
'Your changes to the snippet <i>:name</i> have been saved.' => 'Perubahan pada snippet <i>:name</i> telah disimpan.',
'Delete snippet: :snippet' => 'Hapus snippet: :snippet',
'Required field' => 'Isian yang Diperlukan',
'View Embed Code' => 'Lihat Kodingan yang Disisipkan',
'Embed Code' => 'Kode Sisipan',
'Shortcode' => 'Shortcode',
'PHP Code' => 'PHP Code',
)
);