1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-06 13:16:54 +02:00

Create tr.lang.php in box/editor plugin

This commit is contained in:
Ali Galip Çamlı
2014-05-23 10:17:14 +03:00
parent fb5e278073
commit 8a905b9481

View File

@@ -0,0 +1,8 @@
<?php
return array(
'Editor' => array(
'Editor' => 'Düzenleyici',
'Editor plugin' => 'Düzenleyici eklentisi',
)
);