mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Create tr.lang.php in blog plugin
This commit is contained in:
12
plugins/blog/languages/tr.lang.php
Normal file
12
plugins/blog/languages/tr.lang.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blog' => array(
|
||||
'Blog' => 'Günce',
|
||||
'Blog plugin for Monstra' => 'Monstra için günce eklentisi',
|
||||
'begin' => 'Baş',
|
||||
'end' => 'Son',
|
||||
'prev' => 'Önceki',
|
||||
'next' => 'Sonraki',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user