Blame view
sources/apps/imprint/l10n/lt_LT.php
1.06 KB
|
42e4f8d60
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<?php $TRANSLATIONS = array( "Legal notice" => "Teisinis pranešimas", "Nothing here yet" => "Kol kas čia nieko nėra", "The content of the legal notice has to be configured first" => "Pirmiausia turi būti sukonfigūruotas teisinio pranešimo turinys", "That configuration is done in the administration section." => "Šie nustatymai atliekami administracinėje panelėje.", "That configuration has to be done by the system administration." => "Šie nustatymai turi būti atlikti sistemos administratoriaus.", "Imprint" => "Imprint", "Placement" => "Išdėstymas", "Standalone app" => "Pavienė programa", "Header left" => "Antraštė kairėje", "Header right" => "Antraštė dešinėje", "Navigation top" => "Meniu viršuje", "Navigation bottom" => "Meniu mygtukas", "During login" => "Prisijungimo metu", "Content" => "Turinys", "You can use html markup (e.g. <br> for a linebreak) and inline style attributes (e.g. <a style=\"color:red;\">)." => "Jūs galite naudoti html žymėjimą (pvz. <br> eilutės lūžiui) ir vidinius stiliau atributus (pvz. <a style=\"color:red;\">)." ); |