source: trunk/language/lt_LT/admin.lang.php @ 22059

Last change on this file since 22059 was 22059, checked in by TranslationTeam, 11 years ago

[trunk_admin] Update lt_LT, thanks to : vilisas

  • Property svn:executable set to *
File size: 5.1 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | Piwigo - a PHP based photo gallery                                    |
4// +-----------------------------------------------------------------------+
5// | Copyright(C) 2008-2013 Piwigo Team                  http://piwigo.org |
6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
8// +-----------------------------------------------------------------------+
9// | This program is free software; you can redistribute it and/or modify  |
10// | it under the terms of the GNU General Public License as published by  |
11// | the Free Software Foundation                                          |
12// |                                                                       |
13// | This program is distributed in the hope that it will be useful, but   |
14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
16// | General Public License for more details.                              |
17// |                                                                       |
18// | You should have received a copy of the GNU General Public License     |
19// | along with this program; if not, write to the Free Software           |
20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
21// | USA.                                                                  |
22// +-----------------------------------------------------------------------+
23$lang['%d users were not updated.'] = '%d vartotojų neatnaujinta.';
24$lang['%d users were updated.'] = '%d vartotojų atnaujinta.';
25$lang['%d waiting for validation'] = '%d laukia patvirtinimo';
26$lang['%d week'] = '%d savaitę';
27$lang['%d weeks'] = '%d savaites';
28$lang['%d year'] = '%d metus';
29$lang['%d years'] = '%d metų';
30$lang['%s ago'] = 'prieš %s';
31$lang['%s has been successfully updated.'] = '%s sėkmingai atnaujinta.';
32$lang['%s in the future'] = '%s ateityje';
33$lang['%d parameters were updated.'] = '%d parametrai pakeisti.';
34$lang['%d photo was deleted'] = '%d nuotrauka ištrinta';
35$lang['%d photos uploaded'] = 'įkelta %d nuotraukų';
36$lang['%d photos were deleted'] = 'ištrinta %d nuotrauka';
37$lang['%d physical'] = ' %d fizinių';
38$lang['%d physicals'] = ' %d fizinių';
39$lang['%d second'] = '%d sekundė';
40$lang['%d seconds'] = '%d sekundžių';
41$lang['%d tag'] = '%d žymė';
42$lang['%d tags'] = '%d žymės';
43$lang['%d user'] = '%d vartotojas';
44$lang['%d user comment rejected'] = '%d vartotojų komentaras atmestas';
45$lang['%d user comment validated'] = '%d vartotojų komentaras patvirtintas';
46$lang['%d user comments rejected'] = '%d vartotojų komentarų atmesta';
47$lang['%d user comments validated'] = '%d vartotojų komentarų patvirtinta';
48$lang['%d user deleted'] = '%d vartotojas pašalintas';
49$lang['%d user was not updated.'] = '%d vartotojų neatnaujinta';
50$lang['%d user was updated.'] = '%d vartotojas atnaujintas';
51$lang['%d users'] = '%d vartotojų';
52$lang['%d users deleted'] = '%d vartotojų pašalinta';
53$lang['%d guest'] = '%d svečias';
54$lang['%d guests'] = '%d svečiai';
55$lang['%d hour'] = '%d valanda';
56$lang['%d hours'] = '%d valandų';
57$lang['%d line filtered'] = '%d eilutė nufiltruota';
58$lang['%d lines filtered'] = '%d eilutės nufiltruotos';
59$lang['%d mail was not sent.'] = '%d pranešimas nebuvo išsiųstas.';
60$lang['%d mail was sent.'] = '%d pranešimas išsiųstas.';
61$lang['%d mails were not sent.'] = '%d pranešimai nebuvo išsiųsta.';
62$lang['%d mails were sent.'] = '%d pranešimai išsiųsta.';
63$lang['%d member'] = '%d narys';
64$lang['%d members'] = '%d nariai';
65$lang['%d minute'] = '%d minutė';
66$lang['%d minutes'] = '%d minučių';
67$lang['%d month'] = '%d mėnesį';
68$lang['%d months'] = '%d mėnesius';
69$lang['%d of %d photos selected'] = 'pasirinkta %d iš %d nuotraukų';
70$lang['%d parameter was updated.'] = '%d parametras atnaujintas';
71$lang[' and %d virtuals'] = 'ir %d virtualių';
72$lang[' and %d virtual'] = 'ir %d virtualių';
73$lang['%d album including'] = 'įskaitant %d albumą';
74$lang['%d album moved'] = '%d albumas perkeltas';
75$lang['%d albums including'] = 'įskaitant %d albumus';
76$lang['%d albums moved'] = '%d albumų perkelta';
77$lang['%d anomalies have been detected corrected.'] = 'aptikta ir sutvarkyta %d anomalijų(-os).';
78$lang['%d anomalies have been detected.'] = 'aptikta %d anomalijų(-os).';
79$lang['%d anomalies have been ignored.'] = 'ignoruota %d anomalijų(-os).';
80$lang['%d anomalies have not been corrected.'] = '%d anomalijų(-os) nebuvo sutvarkyta.';
81$lang['%d anomaly has been corrected.'] = '%d anomalijų(-os) buvo sutvarkyta.';
82$lang['%d anomaly has been detected.'] = 'aptikta %d anomalija.';
83$lang['%d anomaly has been ignored.'] = 'ignoruota %d anomalija.';
84$lang['%d anomaly has not been corrected.'] = '%d anomalija nebuvo sutvarkyta.';
85$lang['%d association'] = '%d asociacija';
86$lang['%d associations'] = '%d asociacijų';
87$lang['%d day'] = '%d diena';
88$lang['%d days'] = '%d dienos';
89$lang['%d group'] = '%d grupė';
90$lang['%d groups'] = '%d grupės';
91?>
Note: See TracBrowser for help on using the repository browser.