mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-07 13:46:47 +02:00
Add Lithuanian Language
This commit is contained in:
33
plugins/box/information/languages/lt.lang.php
Normal file
33
plugins/box/information/languages/lt.lang.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'information' => array(
|
||||
'Information' => 'Informacija',
|
||||
'Debuging' => 'Derinimas',
|
||||
'Name' => 'Pavadinimas',
|
||||
'Value' => 'Reikšmė',
|
||||
'Security' => 'Saugumas',
|
||||
'System' => 'Systema',
|
||||
'on' => 'Įjungta',
|
||||
'off'=> 'Išjungta',
|
||||
'Server' => 'Serveris',
|
||||
'PHP version' => 'PHP versija',
|
||||
'SimpleXML module' => 'SimpleXML modulis',
|
||||
'DOM module' => 'DOM modulis',
|
||||
'Installed' => 'Įdiegta',
|
||||
'Not Installed' => 'Neįdiegta',
|
||||
'System version' => 'Systemos versija',
|
||||
'System version ID' => 'Systemos versijos ID',
|
||||
'Security check results' => 'Saugumo patikrinimo rezultatai',
|
||||
'The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.' =>
|
||||
'Leidžiama perrašyti nustatymų bylą. Siūlome pašalinti visus rašymo leidimus sistemos bylai 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>' =>
|
||||
'Monstra pagrindinį aplanką (":path") ir/arba jo bylas leidžiama perrašyti. Siūlome pašalinti visus rašymo leidimus. <br/>Tai galite padaryti Unix sistemoje su: <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>' =>
|
||||
'Monstra .htaccess bylą galima perrašyti. Siūlome pašalinti visus rašymo leidimus. <br/>Tai galite padaryti Unix sistemoje su: <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>' =>
|
||||
'Monstra index.php bylą galima perrašyti. Siūlome pašalinti visus rašymo leidimus. <br/>Tai galite padaryti Unix sistemoje su: <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.' =>
|
||||
'Dėl įsilaužimų grėsmės atvaiduojant klaidų pranešimus Core::$environment = Core::DEVELOPMENT veiksenoje, rekomenduojame naudoti Core::PRODUCTION nustatymą nuolatinėje tinklapio veiksenoje.',
|
||||
)
|
||||
);
|
Reference in New Issue
Block a user