1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Create id.lang.php

This commit is contained in:
ANISSA90
2014-01-19 16:25:59 +07:00
parent caecc6df07
commit cc7d270bfb

View File

@@ -0,0 +1,10 @@
<?php
return array(
'sandbox' => array(
'Sandbox' => 'Sandbox',
'Sandbox plugin for Monstra' => 'Plugin Sandbox untuk Monstra',
'Sandbox template' => 'Template Sandbox',
'Save' => 'Simpan',
)
);