1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-11 00:26:18 +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:
Mirosław Widz
2014-02-26 21:35:58 +01:00
parent 9c54a443d9
commit d68a4c5e28
5 changed files with 33 additions and 0 deletions

View 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',
)
);

View File

@ -0,0 +1,11 @@
<?php
return array(
'dashboard' => array(
'Dashboard' => 'Kokpit',
'Dashboard plugin for Monstra' => 'Wtyczka kokpitu dla systemu Monstra',
'Welcome back' => 'Witam ponownie',
'Create New' => 'Utwórz nowy',
'Upload File' => 'Prześlij plik',
)
);

View File

@ -0,0 +1,8 @@
<?php
return array(
'emails' => array(
'Emails' => 'Wiadomości e-mail',
'Emails plugin for Monstra' => 'Wtyczka wiadomości e-mail dla systemu Monstra',
)
);

View File

@ -49,6 +49,7 @@
'This user does not exist' => 'Ten użytkownik nie istnieje',
'Version' => 'Wersja',
'Plugin does not exist' => 'Wtyczka nie istnieje',
'Help' => 'Pomoc',
'Install script writable' => 'Skrypt instalacyjny ma możliwość zapisu',
'Install script not writable' => 'Skrypt instalacyjny nie ma możliwości zapisu',

View File

@ -46,5 +46,6 @@
'Script content' => 'Zawartość skryptu',
'New Script' => 'Nowy skrypt',
'Edit Script' => 'Edytuj skrypt',
'Site Theme' => 'Motyw strony',
)
);