mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 02:10:37 +02:00
Merge pull request #234 from mwidz/dev
Updated language files and adding translations.
This commit is contained in:
@@ -518,7 +518,7 @@
|
||||
if (isset($errors['email_valid'])) echo '<li class="error">'.$errors['email_valid'].'</li>';
|
||||
?>
|
||||
</ul>
|
||||
<a href="install.php?action=install" class="btn btn-primary continue">Continue</a>
|
||||
<a href="install.php?action=install" class="btn btn-primary continue"><?php echo __('Continue', 'system'); ?></a>
|
||||
</div>
|
||||
|
||||
<div class="install-block-footer login-footer">
|
||||
|
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',
|
||||
)
|
||||
);
|
11
plugins/box/dashboard/languages/pl.lang.php
Normal file
11
plugins/box/dashboard/languages/pl.lang.php
Normal 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',
|
||||
)
|
||||
);
|
8
plugins/box/emails/languages/pl.lang.php
Normal file
8
plugins/box/emails/languages/pl.lang.php
Normal 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',
|
||||
)
|
||||
);
|
@@ -69,6 +69,7 @@
|
||||
'Field "Password" is empty' => 'Field "Password" is empty',
|
||||
'Field "Site url" is empty' => 'Field "Site url" is empty',
|
||||
'Email not valid' => 'Email not valid',
|
||||
'Continue' => 'Continue',
|
||||
'Install' => 'Install',
|
||||
'...Monstra says...' => '...Monstra says...',
|
||||
'Sitemap file writable' => 'Sitemap file writable',
|
||||
|
@@ -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',
|
||||
@@ -68,6 +69,7 @@
|
||||
'Field "Password" is empty' => 'Pole "Hasło" jest puste',
|
||||
'Field "Site url" is empty' => 'Pole "URL witryny" jest puste',
|
||||
'Email not valid' => 'Email jest nieprawidłowy',
|
||||
'Continue' => 'Kontynuuj',
|
||||
'Install' => 'Instaluj',
|
||||
'...Monstra says...' => '...Monstra mówi...',
|
||||
'Sitemap file writable' => 'Plik mapy witryny ma możliwość zapisu',
|
||||
|
@@ -46,5 +46,6 @@
|
||||
'Script content' => 'Zawartość skryptu',
|
||||
'New Script' => 'Nowy skrypt',
|
||||
'Edit Script' => 'Edytuj skrypt',
|
||||
'Site Theme' => 'Motyw strony',
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user