mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-10 08:06:45 +02:00
Updated and added 'pl' language files
--HG-- rename : plugins/blog/languages/en.lang.php => plugins/blog/languages/pl.lang.php rename : plugins/box/dashboard/languages/en.lang.php => plugins/box/dashboard/languages/pl.lang.php rename : plugins/box/emails/languages/en.lang.php => plugins/box/emails/languages/pl.lang.php
This commit is contained in:
12
plugins/blog/languages/pl.lang.php
Normal file
12
plugins/blog/languages/pl.lang.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'blog' => array(
|
||||
'Blog' => 'Blog',
|
||||
'Blog plugin for Monstra' => 'Wtyczka Blog dla systemu Monstra',
|
||||
'begin' => 'początek',
|
||||
'end' => 'koniec',
|
||||
'prev' => 'poprzedni',
|
||||
'next' => 'następny',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user