mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-01 10:50:37 +02:00
Update and rename plugins/blog/languages to plugins/blog/languages/sr.lang.php
Prevod na srpskom, MOSTRA
This commit is contained in:
11
plugins/blog/languages/sr.lang.php
Normal file
11
plugins/blog/languages/sr.lang.php
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
return array(
|
||||||
|
'blog' => array(
|
||||||
|
'Blog' => 'Blog',
|
||||||
|
'Blog plugin for Monstra' => 'Blog, dodatak za Monstra',
|
||||||
|
'begin' => 'početak',
|
||||||
|
'end' => 'kraj',
|
||||||
|
'prev' => 'predhodna',
|
||||||
|
'next' => 'sledeća',
|
||||||
|
)
|
||||||
|
);
|
Reference in New Issue
Block a user