source: extensions/community/language/lt_LT/plugin.lang.php @ 24997

Last change on this file since 24997 was 24997, checked in by TranslationTeam, 10 years ago

[community] 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['(in addition to user album)'] = '(kartu su vartotojo albumu)';
24$lang['a group'] = 'grupė';
25$lang['a specific user'] = 'konkretus vartotojas';
26$lang['ability to create sub-albums'] = 'galimybė kurti subalbumus';
27$lang['any registered user'] = 'bet kuris registruotas vartotojas ';
28$lang['any visitor'] = 'bet kuris lankytojas';
29$lang['high trust'] = 'aukštas pasitikėjimas';
30$lang['low trust'] = 'žemas pasitikėjimas';
31$lang['no limit'] = 'be apribojimų';
32$lang['sub-albums creation'] = 'subalbumų kūrimas';
33$lang['up to %d photos (for each user)'] = 'iki %d nuotraukų (kiekvienam vartotojui)';
34$lang['up to %dMB (for each user)'] = 'iki %dMB (kiekvienam vartotojui)';
35$lang['uploaded photos are directly displayed in the gallery'] = 'nuotraukos rodomos iš karto, po įkėlimo į galeriją';
36$lang['uploaded photos must be validated by an administrator'] = 'nuotraukos turi būti patvirtintos administratoriaus';
37$lang['web size'] = 'web dydis';
38$lang['User albums'] = 'Vartotojo albumai';
39$lang['Validation page: %s'] = 'Patvirtinimų puslapis: %s';
40$lang['Where should Piwigo create user albums?'] = 'Kur Piwigo turėtų kurti vartotojų albumus?';
41$lang['Where?'] = 'Kur?';
42$lang['Which level of trust?'] = 'Koks pasitikėjimo lygis?';
43$lang['Who?'] = 'Kas?';
44$lang['Your photos are waiting for validation, administrators have been notified'] = 'Jūsų nuotraukos laukia patvirtinimo, administratoriai informuoti';
45$lang['Zoom'] = 'Priartinti';
46$lang['%d photos validated'] = '%d nuotraukų patvirtinta';
47$lang['Gallery root'] = 'Galerijos šaknis';
48$lang['Hi administrators,'] = 'Sveiki administratoriai,';
49$lang['How many photos?'] = 'Kiek nuotraukų?';
50$lang['How much disk space?'] = 'Kiek disko vietos?';
51$lang['Level 16'] = 'Laukiama';
52$lang['Maximum number of photos reached (%u)'] = 'Pasiektas maksimalus nuotraukų skaičius (%u)';
53$lang['No album, this photo is orphan'] = 'Ši nuotrauka nepriklauso jokiam albumui';
54$lang['Pending Photos'] = 'Laukiančios nuotraukos';
55$lang['Permission added'] = 'Leidimas pridėtas';
56$lang['Permission removed'] = 'Leidimas panaikintas';
57$lang['Permission updated'] = 'Leidimas atnaujintas';
58$lang['Photo %s rejected.'] = 'Nuotrauka %s atmesta.';
59$lang['Piwigo automatically creates an album for each user, on first connection'] = 'Piwigo automatiškai sukuria albuma kiekvienam vartotojui, kai jis pirmą karta prisijungia.';
60$lang['Set Photo Properties'] = 'Nustatyti nuotraukų savybes';
61$lang['The whole gallery'] = 'Visa galerija';
62$lang['Upload Permissions'] = 'Įkrovos leidimai';
63$lang['Upload your own photos'] = 'Įkelti savo nuotraukas';
64$lang['User album only'] = 'Tik vartotojo albumas';
65$lang['%d photos rejected'] = '%d nuotraukos atmestos';
66$lang['%d photos uploaded by %s'] = '%d nuotraukų įkėlė %s';
67$lang['%d photos uploaded into album "%s"'] = '%d nuotraukų įkelta į albumą "%s"';
68$lang['%s (the group)'] = '%s (grupė)';
69$lang['%s (the user)'] = '%s (vartotojas)';
70$lang['%s out of %s'] = '%s iš %s';
71$lang['%u pending photos'] = '%u nuotraukų laukia';
72$lang['Add a permission'] = 'Pridėti leidimą';
73$lang['Available %s.'] = 'Prieinama %s.';
74$lang['Available quota %s.'] = 'Prieinama kvota %s.';
75$lang['Cancel'] = 'Atšaukti';
76$lang['Delete permission'] = 'Panaikinti leidimus';
77$lang['Disk usage quota reached (%uMB)'] = 'Viršyta disko kvota (%uMB)';
78$lang['Edit a permission'] = 'Redaguoti leidimus';
79$lang['File %s too big (%uMB), quota of %uMB exceeded'] = 'Failas %s per didelis (%uMB), kai kvota yra %uMB';
80$lang['Album of user'] = 'Vartotojo albumas';
81$lang['a user can own only one album'] = 'vartotojas gali turėti tik vieną albumą';
82?>
Note: See TracBrowser for help on using the repository browser.