mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 05:07:49 +02:00
Localization: Magyar(hu) translations added.
This commit is contained in:
40
plugins/box/information/languages/hu.lang.php
Normal file
40
plugins/box/information/languages/hu.lang.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Információk',
|
||||
'Debugging' => 'Hibakeresés',
|
||||
'Name' => 'Név',
|
||||
'Value' => 'Érték',
|
||||
'Security' => 'Biztonság',
|
||||
'System' => 'Rendszer',
|
||||
'on' => 'be',
|
||||
'off'=> 'ki',
|
||||
'Server' => 'Szerver',
|
||||
'PHP version' => 'PHP verzió',
|
||||
'SimpleXML module' => 'SimpleXML modul',
|
||||
'DOM module' => 'DOM modul',
|
||||
'Installed' => 'Telepítve',
|
||||
'Not Installed' => 'Nincs Telepítve',
|
||||
'Security check results' => 'Biztonsági ellenőrzés eredményei',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'A konfigurációs fájl írható. Azt javasoljuk, hogy távolítsa el az összes írási jogosultságot itt: 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>' =>
|
||||
'A Monstra core directory (":path") és/vagy fájlok írhatók. Azt javasoljuk, hogy távolítsa el az összes írási jogosultságot. <br/>Unix rendszeren: <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>' =>
|
||||
'A Monstra .htaccess fájl írható. Azt javasoljuk, hogy távolítsa el az összes írási jogosultságot. <br/>Unix rendszeren: <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>' =>
|
||||
'A Monstra index.php fájl írható. Azt javasoljuk, hogy távolítsa el az összes írási jogosultságot. <br/>Unix rendszeren: <code>chmod a-w :path</code>',
|
||||
'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.' =>
|
||||
'Due to the type and amount of information an error might give intruders when Core::$environment = Core::DEVELOPMENT, we strongly advise setting Core::PRODUCTION in production systems.',
|
||||
'Monstra version' => 'Monstra verzió',
|
||||
'Directory Permissions' => 'Kategória Jogosultságok',
|
||||
'Directory' => 'Kategória',
|
||||
'Writable' => 'Írható',
|
||||
'Unwritable' => 'Nem Írható',
|
||||
'Status' => 'Státusz',
|
||||
'PHP Built On' => 'PHP Built On',
|
||||
'Web Server' => 'Web Szerver',
|
||||
'WebServer to PHP Interface' => 'WebServer to PHP Interface',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user