mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 04:37:51 +02:00
Merge pull request #125 from mwidz/master
Localization: Polish(pl) translations added.
This commit is contained in:
40
plugins/box/information/languages/pl.lang.php
Normal file
40
plugins/box/information/languages/pl.lang.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Informacja',
|
||||
'Debugging' => 'Odpluskwianie',
|
||||
'Name' => 'Nazwa',
|
||||
'Value' => 'Wartość',
|
||||
'Security' => 'Bezpieczeństwo',
|
||||
'System' => 'System',
|
||||
'on' => 'włączone',
|
||||
'off'=> 'wyłączone',
|
||||
'Server' => 'Serwer',
|
||||
'PHP version' => 'Wersja PHP',
|
||||
'SimpleXML module' => 'Moduł SimpleXML',
|
||||
'DOM module' => 'Moduł DOM',
|
||||
'Installed' => 'Zainstalowane',
|
||||
'Not Installed' => 'Nie zainstalowane',
|
||||
'Security check results' => 'Wyniki sprawdzenia bezpieczeństwa',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'Plik konfiguracyjny ma możliwość zapisu. Radzimy, aby w systemach produkcyjnych usunąć wszystkie uprawnienia zapisu dla pliku defines.php.',
|
||||
'The Monstra core directory (":path") and/or files underneath it has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod -R a-w :path</code>' =>
|
||||
'Katalog główny systemu Monstra (":path") i/lub pliki w nim zawarte mają możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu. <br/>Na systemach UNIX możesz to zrobić za pomocą: <code>chmod -R a-w :path</code>',
|
||||
'The Monstra .htaccess file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Plik .htaccess systemu Monstra ma możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu. <br/>Na systemach UNIX możesz to zrobić za pomocą: <code>chmod a-w :path</code>',
|
||||
'The Monstra index.php file has been found to be writable. We would advise you to remove all write permissions. <br/>You can do this on unix systems with: <code>chmod a-w :path</code>' =>
|
||||
'Plik index.php systemu Monstra ma możliwość zapisu. Radzimy, aby usunąć wszystkie uprawnienia zapisu. <br/>Na systemach UNIX możesz to zrobić za pomocą: <code>chmod a-w :path</code>',
|
||||
'Due to the type and amount of information an error might give intruders when Monstra::$environment = Monstra::DEVELOPMENT, we strongly advise setting Monstra::PRODUCTION in production systems.' =>
|
||||
'Ze względu na rodzaj i ilość informacji o błędach, które mogą dostać się w niepowołane ręce, gdy Monstra::$environment = Monstra::DEVELOPMENT, zdecydowanie zalecamy ustawienie Monstra::PRODUCTION w systemach produkcyjnych.',
|
||||
'Monstra version' => 'Wersja systemu Monstra',
|
||||
'Directory Permissions' => 'Uprawnienia katalogu',
|
||||
'Directory' => 'Katalog',
|
||||
'Writable' => 'Możliwość zapisu',
|
||||
'Unwritable' => 'Brak możliwości zapisu',
|
||||
'Status' => 'Status',
|
||||
'PHP Built On' => 'Oparty na systemie',
|
||||
'Web Server' => 'Serwer WWW',
|
||||
'WebServer to PHP Interface' => 'Serwerowy interfejs PHP',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user