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:
10
plugins/sandbox/languages/tr.lang.php
Normal file
10
plugins/sandbox/languages/tr.lang.php
Normal 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',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user