source: documentation/trunk/packages/dokuwiki-2011-05-25a/lib/plugins/config/lang/lt/lang.php@ 25027

Last change on this file since 25027 was 25027, checked in by jmt12, 12 years ago

Adding the packages directory, and within it a configured version of dokuwiki all ready to run

File size: 1.0 KB
Line 
1<?php
2/**
3 * Lithuanian language file
4 *
5 * @author [email protected]
6 * @author Arunas Vaitekunas <[email protected]>
7 */
8$lang['lang'] = 'Kalba';
9$lang['template'] = 'Paruoštukas';
10$lang['recent'] = 'Paskutiniai taisymai';
11$lang['disableactions_check'] = 'Patikrinti';
12$lang['xsendfile_o_1'] = 'Firminė lighthttpd antraštė (prieš 1.5 išleidimą
13)';
14$lang['xsendfile_o_2'] = 'Standartinė X-Sendfile antraštė';
15$lang['xsendfile_o_3'] = 'Firminė Nginx X-Accel-Redirect antraštė';
16$lang['showuseras_o_loginname'] = 'Prisijungimo vardas';
17$lang['showuseras_o_username'] = 'Vartotojo pilnas vardas';
18$lang['showuseras_o_email'] = 'Vartotojo el. pašto adresas (pasak pašto apsaugos yra netinkamas)';
19$lang['showuseras_o_email_link'] = 'Vartotojo el. pašto adresas kaip mailto: nuoroda';
20$lang['useheading_o_0'] = 'Niekada';
21$lang['useheading_o_navigation'] = 'Tik Navigacija';
22$lang['useheading_o_content'] = 'Tik Wiki Turinys';
23$lang['useheading_o_1'] = 'Visada';
Note: See TracBrowser for help on using the repository browser.