1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-09 23:56:26 +02:00

Create tr.lang.php in sandbox plugin

This commit is contained in:
Ali Galip Çamlı
2014-05-24 11:00:40 +03:00
parent bf7e12b16d
commit ff18aba1b5

View File

@ -0,0 +1,10 @@
<?php
return array(
'sandbox' => array(
'Sandbox' => 'Deneme',
'Sandbox plugin for Monstra' => 'Monstra için deneme/test eklentisi',
'Sandbox template' => 'Deneme şablonu',
'Save' => 'Kaydet',
)
);