1
0
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:
Awilum
2013-03-16 11:18:30 +02:00
parent 8b1c3a7ba6
commit ad494c4dc9
13 changed files with 447 additions and 0 deletions

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