You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
-
- /**
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * Lithuanian language file
- *
- * @author audrius.klevas <audrius.klevas@gmail.com>
- * @author Arunas Vaitekunas <aras@fan.lt>
- */
- $lang['lang'] = 'Kalba';
- $lang['template'] = 'Paruoštukas';
- $lang['recent'] = 'Paskutiniai taisymai';
- $lang['disableactions_check'] = 'Patikrinti';
- $lang['xsendfile_o_1'] = 'Firminė lighthttpd antraštė (prieš 1.5 išleidimą)';
- $lang['xsendfile_o_2'] = 'Standartinė X-Sendfile antraštė';
- $lang['xsendfile_o_3'] = 'Firminė Nginx X-Accel-Redirect antraštė';
- $lang['showuseras_o_loginname'] = 'Prisijungimo vardas';
- $lang['showuseras_o_username'] = 'Vartotojo pilnas vardas';
- $lang['showuseras_o_email'] = 'Vartotojo el. pašto adresas (pasak pašto apsaugos yra netinkamas)';
- $lang['showuseras_o_email_link'] = 'Vartotojo el. pašto adresas kaip mailto: nuoroda';
- $lang['useheading_o_0'] = 'Niekada';
- $lang['useheading_o_navigation'] = 'Tik Navigacija';
- $lang['useheading_o_content'] = 'Tik Wiki Turinys';
- $lang['useheading_o_1'] = 'Visada';
|