mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 16:16:18 +02:00
13 lines
300 B
PHP
13 lines
300 B
PHP
<?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',
|
|
)
|
|
);
|