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

Create tr.lang.php in box/sitemap plugin

This commit is contained in:
Ali Galip Çamlı
2014-05-24 09:59:40 +03:00
parent 3a58e39f5c
commit 91d769a1c4

View File

@@ -0,0 +1,7 @@
<?php
return array(
'sitemap' => array(
'Sitemap' => 'Site Haritası',
)
);