commit | author | age
|
a403cd
|
1 |
<?php |
T |
2 |
|
|
3 |
/* |
e31c56
|
4 |
+-----------------------------------------------------------------------+ |
aed581
|
5 |
| localization/<lang>/labels.inc | |
e31c56
|
6 |
| | |
aed581
|
7 |
| Localization file of the Roundcube Webmail client | |
TB |
8 |
| Copyright (C) 2005-2013, The Roundcube Dev Team | |
|
9 |
| | |
|
10 |
| Licensed under the GNU General Public License version 3 or | |
|
11 |
| any later version with exceptions for skins & plugins. | |
|
12 |
| See the README file for a full license statement. | |
e31c56
|
13 |
| | |
T |
14 |
+-----------------------------------------------------------------------+ |
aed581
|
15 |
|
TB |
16 |
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/labels/ |
a403cd
|
17 |
*/ |
aed581
|
18 |
$labels['welcome'] = 'Sveiki! Čia $product'; |
TB |
19 |
$labels['username'] = 'Naudotojo vardas'; |
|
20 |
$labels['password'] = 'Slaptažodis'; |
|
21 |
$labels['server'] = 'Serveris'; |
|
22 |
$labels['login'] = 'Prisijungti'; |
|
23 |
$labels['logout'] = 'Atsijungti'; |
|
24 |
$labels['mail'] = 'El. paštas'; |
6199a7
|
25 |
$labels['settings'] = 'Nuostatos'; |
d16ddb
|
26 |
$labels['addressbook'] = 'Adresų knyga'; |
aed581
|
27 |
$labels['inbox'] = 'Gauti laiškai'; |
a403cd
|
28 |
$labels['drafts'] = 'Juodraščiai'; |
aed581
|
29 |
$labels['sent'] = 'Išsiųsti laiškai'; |
TB |
30 |
$labels['trash'] = 'Šiukšlinė'; |
|
31 |
$labels['junk'] = 'Brukalas'; |
413617
|
32 |
$labels['show_real_foldernames'] = 'Rodyti tikrus specialiųjų aplankų vardus'; |
a403cd
|
33 |
$labels['subject'] = 'Tema'; |
aed581
|
34 |
$labels['from'] = 'Siuntėjas'; |
TB |
35 |
$labels['sender'] = 'Siuntėjas'; |
|
36 |
$labels['to'] = 'Gavėjas'; |
|
37 |
$labels['cc'] = 'Kopija'; |
|
38 |
$labels['bcc'] = 'Slaptoji kopija'; |
08f906
|
39 |
$labels['replyto'] = 'Atsakymą gaus'; |
e624fc
|
40 |
$labels['followupto'] = 'Followup-To'; |
aed581
|
41 |
$labels['date'] = 'Data'; |
TB |
42 |
$labels['size'] = 'Dydis'; |
08f906
|
43 |
$labels['priority'] = 'Prioritetas'; |
a403cd
|
44 |
$labels['organization'] = 'Organizacija'; |
7416ae
|
45 |
$labels['readstatus'] = 'Neskaitytas'; |
5cea36
|
46 |
$labels['listoptions'] = 'Sąrašo nuostatos…'; |
a403cd
|
47 |
$labels['mailboxlist'] = 'Aplankai'; |
T |
48 |
$labels['messagesfromto'] = 'Laiškai nuo $from iki $to iš $count'; |
08f906
|
49 |
$labels['threadsfromto'] = 'Gijos nuo $from iki $to iš $count'; |
a403cd
|
50 |
$labels['messagenrof'] = 'Laiškas $nr iš $count'; |
5cea36
|
51 |
$labels['fromtoshort'] = '$from – $to iš $count'; |
aed581
|
52 |
$labels['copy'] = 'Kopijuoti'; |
TB |
53 |
$labels['move'] = 'Perkelti'; |
|
54 |
$labels['moveto'] = 'Perkelti į…'; |
0e2b64
|
55 |
$labels['download'] = 'Parsisiųsti'; |
3e78fc
|
56 |
$labels['open'] = 'Atverti'; |
aed581
|
57 |
$labels['showattachment'] = 'Rodyti'; |
TB |
58 |
$labels['showanyway'] = 'Vistiek rodyti'; |
08f906
|
59 |
$labels['filename'] = 'Failo vardas'; |
T |
60 |
$labels['filesize'] = 'Failo dydis'; |
a403cd
|
61 |
$labels['addtoaddressbook'] = 'Įtraukti į adresų knygą'; |
T |
62 |
$labels['sun'] = 'Sek'; |
|
63 |
$labels['mon'] = 'Pir'; |
|
64 |
$labels['tue'] = 'Ant'; |
|
65 |
$labels['wed'] = 'Tre'; |
|
66 |
$labels['thu'] = 'Ket'; |
|
67 |
$labels['fri'] = 'Pen'; |
|
68 |
$labels['sat'] = 'Šeš'; |
aed581
|
69 |
$labels['sunday'] = 'Sekmadienis'; |
TB |
70 |
$labels['monday'] = 'Pirmadienis'; |
|
71 |
$labels['tuesday'] = 'Antradienis'; |
a403cd
|
72 |
$labels['wednesday'] = 'Trečiadienis'; |
aed581
|
73 |
$labels['thursday'] = 'Ketvirtadienis'; |
TB |
74 |
$labels['friday'] = 'Penktadienis'; |
|
75 |
$labels['saturday'] = 'Šeštadienis'; |
|
76 |
$labels['jan'] = 'Sau'; |
|
77 |
$labels['feb'] = 'Vas'; |
|
78 |
$labels['mar'] = 'Kov'; |
|
79 |
$labels['apr'] = 'Bal'; |
|
80 |
$labels['may'] = 'Gegužė'; |
|
81 |
$labels['jun'] = 'Bir'; |
|
82 |
$labels['jul'] = 'Lie'; |
|
83 |
$labels['aug'] = 'Rgp'; |
|
84 |
$labels['sep'] = 'Rgs'; |
|
85 |
$labels['oct'] = 'Spl'; |
|
86 |
$labels['nov'] = 'Lap'; |
|
87 |
$labels['dec'] = 'Grd'; |
|
88 |
$labels['longjan'] = 'Sausis'; |
|
89 |
$labels['longfeb'] = 'Vasaris'; |
|
90 |
$labels['longmar'] = 'Kovas'; |
|
91 |
$labels['longapr'] = 'Balandis'; |
|
92 |
$labels['longmay'] = 'Gegužė'; |
|
93 |
$labels['longjun'] = 'Biržėlis'; |
|
94 |
$labels['longjul'] = 'Liepa'; |
|
95 |
$labels['longaug'] = 'Rugpjūtis'; |
|
96 |
$labels['longsep'] = 'Rugsėjis'; |
|
97 |
$labels['longoct'] = 'Spalis'; |
|
98 |
$labels['longnov'] = 'Lapkritis'; |
|
99 |
$labels['longdec'] = 'Gruodis'; |
a403cd
|
100 |
$labels['today'] = 'Šiandien'; |
aed581
|
101 |
$labels['refresh'] = 'Atnaujinti'; |
TB |
102 |
$labels['checkmail'] = 'Tikrinti, ar yra naujų laiškų'; |
413617
|
103 |
$labels['compose'] = 'Rašyti'; |
aed581
|
104 |
$labels['writenewmessage'] = 'Rašyti naują laišką'; |
TB |
105 |
$labels['reply'] = 'Atsakyti'; |
|
106 |
$labels['replytomessage'] = 'Atsakyti siuntėjui'; |
7416ae
|
107 |
$labels['replytoallmessage'] = 'Atsakyti el. pašto grupei arba laiško siuntėjui ir visiems jo gavėjams'; |
aed581
|
108 |
$labels['replyall'] = 'Atsakyti visiems'; |
TB |
109 |
$labels['replylist'] = 'Atsakyti el. pašto grupei'; |
|
110 |
$labels['forward'] = 'Persiųsti'; |
|
111 |
$labels['forwardinline'] = 'Persiųsti cituojant'; |
84ae7d
|
112 |
$labels['forwardattachment'] = 'Persiųsti priedu'; |
aed581
|
113 |
$labels['forwardmessage'] = 'Persiųsti laišką'; |
TB |
114 |
$labels['deletemessage'] = 'Pašalinti laišką'; |
08f906
|
115 |
$labels['movemessagetotrash'] = 'Perkelti laišką į šiukšlinę'; |
aed581
|
116 |
$labels['printmessage'] = 'Atspausdinti laišką'; |
TB |
117 |
$labels['previousmessage'] = 'Rodyti ankstesnį laišką'; |
|
118 |
$labels['firstmessage'] = 'Rodyti pirmąjį laišką'; |
|
119 |
$labels['nextmessage'] = 'Rodyti tolesnį laišką'; |
|
120 |
$labels['lastmessage'] = 'Rodyti paskutinį laišką'; |
|
121 |
$labels['backtolist'] = 'Grižti į laiškų sarašą'; |
|
122 |
$labels['viewsource'] = 'Rodyti pirminį tekstą'; |
|
123 |
$labels['mark'] = 'Pažymėti'; |
|
124 |
$labels['markmessages'] = 'Pažymėti laiškus'; |
|
125 |
$labels['markread'] = 'Kaip skaitytus'; |
|
126 |
$labels['markunread'] = 'Kaip neskaitytus'; |
|
127 |
$labels['markflagged'] = 'Pažymėti gairele'; |
|
128 |
$labels['markunflagged'] = 'Pašalinti gairelę'; |
|
129 |
$labels['moreactions'] = 'Kiti veiksmai…'; |
413617
|
130 |
$labels['more'] = 'Kita'; |
aed581
|
131 |
$labels['back'] = 'Grįžti'; |
TB |
132 |
$labels['options'] = 'Nuostatos'; |
a403cd
|
133 |
$labels['select'] = 'Pažymėti'; |
d24b84
|
134 |
$labels['all'] = 'visus'; |
e31c56
|
135 |
$labels['none'] = 'Nerūšiuoti'; |
d24b84
|
136 |
$labels['currpage'] = 'matomus šiame puslapyje'; |
T |
137 |
$labels['unread'] = 'neskaitytus'; |
|
138 |
$labels['flagged'] = 'su gairele'; |
|
139 |
$labels['unanswered'] = 'neatsakytus'; |
3e78fc
|
140 |
$labels['withattachment'] = 'Su priedu'; |
d24b84
|
141 |
$labels['deleted'] = 'pašalintus'; |
aed581
|
142 |
$labels['undeleted'] = 'Neištrintas'; |
d24b84
|
143 |
$labels['invert'] = 'invertuoti'; |
08f906
|
144 |
$labels['filter'] = 'Rodyti'; |
T |
145 |
$labels['list'] = 'Sąrašas'; |
|
146 |
$labels['threads'] = 'Gijos'; |
d24b84
|
147 |
$labels['expand-all'] = 'išskleisti visas'; |
T |
148 |
$labels['expand-unread'] = 'išskleisti turinčias neskaitytų laiškų'; |
|
149 |
$labels['collapse-all'] = 'suskleisti visas'; |
08f906
|
150 |
$labels['threaded'] = 'Rodyti gijas'; |
T |
151 |
$labels['autoexpand_threads'] = 'Išskleisti gijas'; |
|
152 |
$labels['do_expand'] = 'visas'; |
|
153 |
$labels['expand_only_unread'] = 'tik turinčias neskaitytų laiškų'; |
|
154 |
$labels['fromto'] = 'Siuntėjas/Gavėjas'; |
|
155 |
$labels['flag'] = 'Gairelė'; |
|
156 |
$labels['attachment'] = 'Priedas'; |
aed581
|
157 |
$labels['nonesort'] = 'Nerūšiuoti'; |
08f906
|
158 |
$labels['sentdate'] = 'Išsiuntimo laikas'; |
T |
159 |
$labels['arrival'] = 'Gavimo laikas'; |
|
160 |
$labels['asc'] = 'didėjančiai'; |
|
161 |
$labels['desc'] = 'mažėjančiai'; |
|
162 |
$labels['listcolumns'] = 'Stulpelių sąrašas'; |
|
163 |
$labels['listsorting'] = 'Stulpelis rikiavimui'; |
|
164 |
$labels['listorder'] = 'Rikiavimo tvarka'; |
|
165 |
$labels['listmode'] = 'Sąrašo rodymo veiksena'; |
d24b84
|
166 |
$labels['folderactions'] = 'Veiksmai su aplankais…'; |
aa1b67
|
167 |
$labels['compact'] = 'Suglaudinti'; |
a403cd
|
168 |
$labels['empty'] = 'Ištuštinti'; |
413617
|
169 |
$labels['importmessages'] = 'Importuoti laiškus'; |
a403cd
|
170 |
$labels['quota'] = 'Disko naudojimas'; |
aed581
|
171 |
$labels['unknown'] = 'nežinomas'; |
TB |
172 |
$labels['unlimited'] = 'neribotas'; |
|
173 |
$labels['quicksearch'] = 'Sparčioji paieška'; |
|
174 |
$labels['resetsearch'] = 'Atšaukti paiešką'; |
|
175 |
$labels['searchmod'] = 'Paieškos modifikatoriai'; |
|
176 |
$labels['msgtext'] = 'Visas laiškas'; |
3e78fc
|
177 |
$labels['body'] = 'Laiško tekstas'; |
413617
|
178 |
$labels['type'] = 'Tipas'; |
AM |
179 |
$labels['namex'] = 'Vardas'; |
08f906
|
180 |
$labels['openinextwin'] = 'Atverti naujame lange'; |
T |
181 |
$labels['emlsave'] = 'Parsisiųsti (.eml)'; |
3e78fc
|
182 |
$labels['changeformattext'] = 'Rodyti grynojo teksto formatu'; |
TB |
183 |
$labels['changeformathtml'] = 'Rodyti HTML formatu'; |
aed581
|
184 |
$labels['editasnew'] = 'Redaguoti kaip naują'; |
TB |
185 |
$labels['send'] = 'Siųsti'; |
|
186 |
$labels['sendmessage'] = 'Išsiųsti laiską'; |
|
187 |
$labels['savemessage'] = 'Išsaugoti šį juodraštį'; |
|
188 |
$labels['addattachment'] = 'Pridėti failą'; |
|
189 |
$labels['charset'] = 'Koduotė'; |
|
190 |
$labels['editortype'] = 'Laiško tipas'; |
|
191 |
$labels['returnreceipt'] = 'Prašyti pristatymo pažymos'; |
|
192 |
$labels['dsn'] = 'Laiško pristatymo pažyma'; |
b5d904
|
193 |
$labels['mailreplyintro'] = '$date, $sender rašė:'; |
aa1b67
|
194 |
$labels['originalmessage'] = 'Originalus laiškas'; |
aed581
|
195 |
$labels['editidents'] = 'Tvarkyti tapatybes'; |
TB |
196 |
$labels['spellcheck'] = 'Tikrinti rašybą'; |
d16ddb
|
197 |
$labels['checkspelling'] = 'Tikrinti rašybą'; |
18da24
|
198 |
$labels['resumeediting'] = 'Tęsti redagavimą'; |
aed581
|
199 |
$labels['revertto'] = 'Atstatyti į'; |
5cea36
|
200 |
$labels['attach'] = 'Pridėti failą'; |
08f906
|
201 |
$labels['attachments'] = 'Pridėti failai'; |
a403cd
|
202 |
$labels['upload'] = 'Įkelti'; |
b5d904
|
203 |
$labels['uploadprogress'] = '$percent ($current iš $total)'; |
aed581
|
204 |
$labels['close'] = 'Užverti'; |
TB |
205 |
$labels['messageoptions'] = 'Laiško savybės…'; |
|
206 |
$labels['low'] = 'Žemas'; |
|
207 |
$labels['lowest'] = 'Žemiausias'; |
|
208 |
$labels['normal'] = 'Normalus'; |
|
209 |
$labels['high'] = 'Aukštas'; |
a403cd
|
210 |
$labels['highest'] = 'Aukščiausias'; |
aed581
|
211 |
$labels['nosubject'] = '(tema nenurodyta)'; |
a403cd
|
212 |
$labels['showimages'] = 'Rodyti paveikslėlius'; |
08f906
|
213 |
$labels['alwaysshow'] = 'Visada rodyti paveikslėlius $sender laiškuose'; |
aed581
|
214 |
$labels['isdraft'] = 'Tai – laiško juodraštis.'; |
TB |
215 |
$labels['andnmore'] = '$nr daugiau...'; |
|
216 |
$labels['togglemoreheaders'] = 'Rodyti daugiau antraščių'; |
|
217 |
$labels['togglefullheaders'] = 'Įjungti/išjungti neapdorotas laiškų antraštes'; |
d16ddb
|
218 |
$labels['htmltoggle'] = 'HTML'; |
08f906
|
219 |
$labels['plaintoggle'] = 'Grynasis tekstas'; |
T |
220 |
$labels['savesentmessagein'] = 'Išsiųstus laiškus įrašyti į'; |
|
221 |
$labels['dontsave'] = 'neįrašyti'; |
|
222 |
$labels['maxuploadsize'] = 'Maksimalus leistinas failo dydis yra $size'; |
9a051b
|
223 |
$labels['addcc'] = 'Pridėti Cc'; |
Y |
224 |
$labels['addbcc'] = 'Pridėti Bcc'; |
|
225 |
$labels['addreplyto'] = 'Pridėti Reply-To'; |
e624fc
|
226 |
$labels['addfollowupto'] = 'Pridėti Followup-To'; |
08f906
|
227 |
$labels['mdnrequest'] = 'Šio laiško siuntėjas paprašė patvirtinti, kad jūs jį perskaitėte. Ar išsiųsti tai patvirtinančią pažymą?'; |
T |
228 |
$labels['receiptread'] = 'Patvirtinimas (laiškas perskaitytas)'; |
|
229 |
$labels['yourmessage'] = 'Tai – pažyma, patvirtinanti, jog buvo perskaitytas Jūsų laiškas'; |
|
230 |
$labels['receiptnote'] = 'Pastaba: šia pažyma patvirtinamas tik faktas, jog laiškas buvo parodytas gavėjui. Ja negarantuojama, jog gavėjas perskaitė ir suprato laiško turinį.'; |
aed581
|
231 |
$labels['name'] = 'Rodomas vardas'; |
TB |
232 |
$labels['firstname'] = 'Vardas'; |
|
233 |
$labels['surname'] = 'Pavardė'; |
|
234 |
$labels['middlename'] = 'Kiti vardai'; |
|
235 |
$labels['nameprefix'] = 'Titulas'; |
|
236 |
$labels['namesuffix'] = 'Sufiksas'; |
|
237 |
$labels['nickname'] = 'Pravardė'; |
|
238 |
$labels['jobtitle'] = 'Pareigos'; |
|
239 |
$labels['department'] = 'Padalinys'; |
|
240 |
$labels['gender'] = 'Lytis'; |
|
241 |
$labels['maidenname'] = 'Mergautinė pavardė'; |
|
242 |
$labels['email'] = 'El. paštas'; |
|
243 |
$labels['phone'] = 'Telefono numeris'; |
|
244 |
$labels['address'] = 'Adresas'; |
|
245 |
$labels['street'] = 'Gatvė, namas ir butas'; |
|
246 |
$labels['locality'] = 'Miestas'; |
|
247 |
$labels['zipcode'] = 'Pašto kodas'; |
|
248 |
$labels['region'] = 'Regionas'; |
|
249 |
$labels['country'] = 'Valstybė'; |
|
250 |
$labels['birthday'] = 'Gimimo data'; |
|
251 |
$labels['anniversary'] = 'Jubiliejus'; |
|
252 |
$labels['website'] = 'Svetainė'; |
84ae7d
|
253 |
$labels['instantmessenger'] = 'Tikralaikiai pokalbiai'; |
T |
254 |
$labels['notes'] = 'Pastabos'; |
aed581
|
255 |
$labels['male'] = 'vyras'; |
84ae7d
|
256 |
$labels['female'] = 'moteris'; |
T |
257 |
$labels['manager'] = 'Vadybininkas(-ė)'; |
e31c56
|
258 |
$labels['assistant'] = 'Padėjėjo(-os)'; |
84ae7d
|
259 |
$labels['spouse'] = 'Sutuoktinis'; |
T |
260 |
$labels['allfields'] = 'Visi laukai'; |
b5d904
|
261 |
$labels['search'] = 'Paieška'; |
T |
262 |
$labels['advsearch'] = 'Išplėstinė paieška'; |
dc365c
|
263 |
$labels['advanced'] = 'Išsamiau'; |
e31c56
|
264 |
$labels['other'] = 'Kitas'; |
aed581
|
265 |
$labels['typehome'] = 'Namų'; |
TB |
266 |
$labels['typework'] = 'Darbo'; |
|
267 |
$labels['typeother'] = 'Kitas'; |
|
268 |
$labels['typemobile'] = 'Mobilusis'; |
|
269 |
$labels['typemain'] = 'Pagrindinis'; |
|
270 |
$labels['typehomefax'] = 'Namų faksas'; |
|
271 |
$labels['typeworkfax'] = 'Darbo faksas'; |
|
272 |
$labels['typecar'] = 'Automobilyje'; |
|
273 |
$labels['typepager'] = 'Pranešimų gaviklis'; |
|
274 |
$labels['typevideo'] = 'Vaizdo'; |
|
275 |
$labels['typeassistant'] = 'Padėjėjo(-os)'; |
|
276 |
$labels['typehomepage'] = 'Tinklalapis'; |
aa1b67
|
277 |
$labels['typeblog'] = 'Tinklaraštis'; |
T |
278 |
$labels['typeprofile'] = 'Profilis'; |
84ae7d
|
279 |
$labels['addfield'] = 'Pridėti lauką…'; |
d24b84
|
280 |
$labels['addcontact'] = 'Pridėti adresatą'; |
T |
281 |
$labels['editcontact'] = 'Taisyti adresatą'; |
|
282 |
$labels['contacts'] = 'Adresatai'; |
7416ae
|
283 |
$labels['contactproperties'] = 'Adresato savybės'; |
84ae7d
|
284 |
$labels['personalinfo'] = 'Asmeniniai duomenys'; |
aed581
|
285 |
$labels['edit'] = 'Redaguoti'; |
08f906
|
286 |
$labels['cancel'] = 'Atsisakyti'; |
aed581
|
287 |
$labels['save'] = 'Įrašyti'; |
08f906
|
288 |
$labels['delete'] = 'Pašalinti'; |
f811da
|
289 |
$labels['rename'] = 'Pervardinti'; |
84ae7d
|
290 |
$labels['addphoto'] = 'Pridėti'; |
T |
291 |
$labels['replacephoto'] = 'Pakeisti'; |
5cea36
|
292 |
$labels['uploadphoto'] = 'Įkelti nuotrauką'; |
aed581
|
293 |
$labels['newcontact'] = 'Sukurti naują adresatą'; |
TB |
294 |
$labels['deletecontact'] = 'Ištrinti pažymėtus adresatus'; |
|
295 |
$labels['composeto'] = 'Rašyti laišką'; |
d24b84
|
296 |
$labels['contactsfromto'] = 'Adresatai nuo $from iki $to iš $count'; |
aed581
|
297 |
$labels['print'] = 'Spausdinti'; |
TB |
298 |
$labels['export'] = 'Eksportuoti'; |
3e78fc
|
299 |
$labels['exportall'] = 'Eksportuoti visus'; |
TB |
300 |
$labels['exportsel'] = 'Eksportuoti pažymėtus'; |
aed581
|
301 |
$labels['exportvcards'] = 'Eksportuoti adresatus „vCard“ formatu'; |
d24b84
|
302 |
$labels['newcontactgroup'] = 'Kurti adresatų grupę'; |
aed581
|
303 |
$labels['grouprename'] = 'Pervardinti grupę'; |
TB |
304 |
$labels['groupdelete'] = 'Pašalinti grupę'; |
5cea36
|
305 |
$labels['groupremoveselected'] = 'Pašalinti pažymėtus adresatus iš grupės'; |
aed581
|
306 |
$labels['previouspage'] = 'Rodyti ankstesnį puslapį'; |
TB |
307 |
$labels['firstpage'] = 'Rodyti pirmąjį puslapį'; |
|
308 |
$labels['nextpage'] = 'Rodyti tolesnį puslapį'; |
|
309 |
$labels['lastpage'] = 'Rodyti paskutinį puslapį'; |
08f906
|
310 |
$labels['group'] = 'Grupė'; |
f5c43c
|
311 |
$labels['groups'] = 'Grupės'; |
413617
|
312 |
$labels['listgroup'] = 'Išvardinti grupės narius'; |
f5c43c
|
313 |
$labels['personaladrbook'] = 'Asmeniniai adresai'; |
aa1b67
|
314 |
$labels['searchsave'] = 'Įrašyti kaip radinių aplanką'; |
T |
315 |
$labels['searchdelete'] = 'Pašalinti radinių aplanką'; |
d1ed46
|
316 |
$labels['import'] = 'Importuoti'; |
d24b84
|
317 |
$labels['importcontacts'] = 'Importuoti adresatus'; |
08f906
|
318 |
$labels['importfromfile'] = 'Importuoti iš failo:'; |
T |
319 |
$labels['importreplace'] = 'Perrašyti visą adresų knygą'; |
aed581
|
320 |
$labels['importdesc'] = 'Galite įkelti kontaktus iš jau turimos adresų knygos. <br/>Šiuo metu galima importuoti kontaktus iš <a href="http://en.wikipedia.org/wiki/VCard">vCard</a> arba CSV (comma-separated) duomenų formatų.'; |
d1ed46
|
321 |
$labels['done'] = 'Baigta'; |
5cea36
|
322 |
$labels['settingsfor'] = 'Nuostatos'; |
2c3655
|
323 |
$labels['about'] = 'Apie'; |
5cea36
|
324 |
$labels['preferences'] = 'Nuostatos'; |
TB |
325 |
$labels['userpreferences'] = 'Naudotojo nuostatos'; |
|
326 |
$labels['editpreferences'] = 'Keisti naudotojo nuostatas'; |
f5c43c
|
327 |
$labels['identities'] = 'Tapatybės'; |
08f906
|
328 |
$labels['manageidentities'] = 'Tvarkyti šios paskyros tapatybes'; |
f5c43c
|
329 |
$labels['newidentity'] = 'Nauja tapatybė'; |
08f906
|
330 |
$labels['newitem'] = 'Naujas elementas'; |
T |
331 |
$labels['edititem'] = 'Redaguoti elementą'; |
|
332 |
$labels['preferhtml'] = 'Rodyti HTML'; |
|
333 |
$labels['defaultcharset'] = 'Numatytoji koduotė'; |
|
334 |
$labels['htmlmessage'] = 'HTML laiškas'; |
aed581
|
335 |
$labels['messagepart'] = 'Dalis'; |
TB |
336 |
$labels['digitalsig'] = 'Skaitmeninis parašas'; |
aa1b67
|
337 |
$labels['dateformat'] = 'Datos formatas'; |
T |
338 |
$labels['timeformat'] = 'Laiko formatas'; |
08f906
|
339 |
$labels['prettydate'] = 'Dailios datos'; |
aed581
|
340 |
$labels['setdefault'] = 'Laikyti numatytąja'; |
TB |
341 |
$labels['autodetect'] = 'Aptikti automatiškai'; |
|
342 |
$labels['language'] = 'Kalba'; |
|
343 |
$labels['timezone'] = 'Laiko juosta'; |
|
344 |
$labels['pagesize'] = 'Eilučių skaičius puslapyje'; |
a403cd
|
345 |
$labels['signature'] = 'Parašas'; |
aed581
|
346 |
$labels['dstactive'] = 'Vasaros laikas skiriasi'; |
TB |
347 |
$labels['showinextwin'] = 'Atidaryti pranešimą naujame lange'; |
|
348 |
$labels['composeextwin'] = 'Rašyti naujame lange'; |
08f906
|
349 |
$labels['htmleditor'] = 'Laiškus kurti HTML formatu'; |
7416ae
|
350 |
$labels['htmlonreply'] = 'tik atsakymus į HTML formato laiškus'; |
aed581
|
351 |
$labels['htmlonreplyandforward'] = 'atsakant į HTML laišką arba jį persiunčiant'; |
d16ddb
|
352 |
$labels['htmlsignature'] = 'HTML parašas'; |
413617
|
353 |
$labels['showemail'] = 'Rodyti el. pašto adresą ir asmenvardį'; |
8da62f
|
354 |
$labels['previewpane'] = 'Rodyti laiško peržiūros polangį'; |
08f906
|
355 |
$labels['skin'] = 'Grafinis apvalkalas'; |
T |
356 |
$labels['logoutclear'] = 'Išvalyti Šiukšlinę atsijungiant'; |
aa1b67
|
357 |
$labels['logoutcompact'] = 'Suglaudinti gautųjų laiškų aplanką atsijungiant'; |
08f906
|
358 |
$labels['uisettings'] = 'Naudotojo sąsaja'; |
5cea36
|
359 |
$labels['serversettings'] = 'Serverio nuostatos'; |
7416ae
|
360 |
$labels['mailboxview'] = 'Pašto dėžutės rodymas'; |
Y |
361 |
$labels['mdnrequests'] = 'Gavus prašymą patvirtinti, jog laiškas perskaitytas'; |
|
362 |
$labels['askuser'] = 'visuomet klausti, ar siųsti patvirtinimą'; |
|
363 |
$labels['autosend'] = 'visuomet siųsti patvirtinimą automatiškai'; |
|
364 |
$labels['autosendknown'] = 'automatiškai siųsti patvirtinimą adresų knygoje esantiems adresatams, kitu atveju klausti'; |
|
365 |
$labels['autosendknownignore'] = 'automatiškai siųsti patvirtinimą adresų knygoje esantiems adresatams, kitu atveju nesiųsti'; |
|
366 |
$labels['ignore'] = 'niekada nesiųsti patvirtinimo'; |
08f906
|
367 |
$labels['readwhendeleted'] = 'Pažymėti laišką kaip skaitytą prieš šalinant'; |
T |
368 |
$labels['flagfordeletion'] = 'Pažymėti laišką šalinimui užuot šalinus'; |
|
369 |
$labels['skipdeleted'] = 'Nerodyti pašalintų laiškų'; |
|
370 |
$labels['deletealways'] = 'Pašalinti laiškus, jeigu nepavyksta jų perkelti į Šiukšlinę'; |
5cea36
|
371 |
$labels['deletejunk'] = 'Pašalinti Brukalo aplanke esančius laiškus'; |
08f906
|
372 |
$labels['showremoteimages'] = 'Įkelti paveikslėlius iš interneto serverių'; |
T |
373 |
$labels['fromknownsenders'] = 'tik žinomų siuntėjų laiškuose'; |
4b8a5c
|
374 |
$labels['always'] = 'visada'; |
08f906
|
375 |
$labels['showinlineimages'] = 'Rodyti pridėtus paveikslėlius žemiau laiško'; |
aed581
|
376 |
$labels['autosavedraft'] = 'Automatiškai įrašyti juodraščius'; |
TB |
377 |
$labels['everynminutes'] = 'kas $n min.'; |
|
378 |
$labels['refreshinterval'] = 'Atnaujinti (patikrinti, ar nėra naujų laiškų ir pan.)'; |
|
379 |
$labels['never'] = 'niekada'; |
|
380 |
$labels['immediately'] = 'nedelsiant'; |
d1ed46
|
381 |
$labels['messagesdisplaying'] = 'Laiškų rodymas'; |
08f906
|
382 |
$labels['messagescomposition'] = 'Laiškų rašymas'; |
T |
383 |
$labels['mimeparamfolding'] = 'Prisegtų failų vardų kodavimas'; |
|
384 |
$labels['2231folding'] = 'visiškas RFC 2231 (Thunderbird)'; |
4b8a5c
|
385 |
$labels['miscfolding'] = 'RFC 2047/2231 (MS Outlook)'; |
08f906
|
386 |
$labels['2047folding'] = 'visiškas RFC 2047 (kitos programos)'; |
T |
387 |
$labels['force7bit'] = 'Naudoti MIME kodavimą 8 bitų simboliams'; |
5cea36
|
388 |
$labels['advancedoptions'] = 'Papildomos nuostatos'; |
4b8a5c
|
389 |
$labels['focusonnewmessage'] = 'Fokusuoti naršyklės langą gavus naują laišką'; |
08f906
|
390 |
$labels['checkallfolders'] = 'Naujų laiškų ieškoti visuose aplankuose'; |
T |
391 |
$labels['displaynext'] = 'Rodyti pranešimą pašalinus/perkėlus laišką'; |
e31c56
|
392 |
$labels['defaultfont'] = 'Numatytasis HTML laiškų šriftas'; |
5cea36
|
393 |
$labels['mainoptions'] = 'Pagrindinės nuostatos'; |
TB |
394 |
$labels['browseroptions'] = 'Naršyklės nuostatos'; |
0e2b64
|
395 |
$labels['section'] = 'Sekcija'; |
Y |
396 |
$labels['maintenance'] = 'Priežiūra'; |
|
397 |
$labels['newmessage'] = 'Naujas laiškas'; |
5cea36
|
398 |
$labels['signatureoptions'] = 'Parašo nuostatos'; |
08f906
|
399 |
$labels['whenreplying'] = 'Kuriant atsakymą'; |
aed581
|
400 |
$labels['replyempty'] = 'necituoti originalaus laiško'; |
08f906
|
401 |
$labels['replytopposting'] = 'rašyti atsakymą virš cituojamo laiško'; |
T |
402 |
$labels['replybottomposting'] = 'rašyti atsakymą po cituojamu laišku'; |
|
403 |
$labels['replyremovesignature'] = 'Pašalinti cituojamame laiške esantį parašą'; |
|
404 |
$labels['autoaddsignature'] = 'Automatiškai pridėti parašą'; |
|
405 |
$labels['newmessageonly'] = 'tik naujuose laiškuose'; |
|
406 |
$labels['replyandforwardonly'] = 'tik atsakymuose ir persiunčiamuose laiškuose'; |
|
407 |
$labels['insertsignature'] = 'Pridėti parašą'; |
aed581
|
408 |
$labels['previewpanemarkread'] = 'Peržiūros polangyje parodytus laiškus žymėti skaitytais'; |
TB |
409 |
$labels['afternseconds'] = 'praėjus $n sek.'; |
7416ae
|
410 |
$labels['reqmdn'] = 'Visuomet prašyti patvirtinimo, jog laiškas perskaitytas'; |
Y |
411 |
$labels['reqdsn'] = 'Visuomet prašyti laiško pristatymo pažymos'; |
|
412 |
$labels['replysamefolder'] = 'Atsakymus talpinti į tą patį aplanką, kuriame yra pirminis laiškas'; |
aed581
|
413 |
$labels['defaultabook'] = 'Numatytoji adresų knyga'; |
2c3655
|
414 |
$labels['autocompletesingle'] = 'Užbaigiant adresus, praleisti antrinius'; |
5cea36
|
415 |
$labels['listnamedisplay'] = 'Rodyti adresatus kaip'; |
84ae7d
|
416 |
$labels['spellcheckbeforesend'] = 'Tikrinti rašybą prieš išsiunčiant laišką'; |
aa1b67
|
417 |
$labels['spellcheckoptions'] = 'Rašybos tikrinimo nuostatos'; |
T |
418 |
$labels['spellcheckignoresyms'] = 'Nepaisyti žodžių su spec. simboliais'; |
|
419 |
$labels['spellcheckignorenums'] = 'Nepaisyti žodžių su skaitmenimis'; |
|
420 |
$labels['spellcheckignorecaps'] = 'Nepaisyti žodžių vien iš didžiųjų raidžių'; |
|
421 |
$labels['addtodict'] = 'Įtraukti į žodyną'; |
5cea36
|
422 |
$labels['mailtoprotohandler'] = 'Užregistruoti svetainę kaip dirbančią su „mailto:“ saitais'; |
413617
|
423 |
$labels['standardwindows'] = 'Iškylančiuosius langus traktuoti kaip įprastus'; |
aed581
|
424 |
$labels['forwardmode'] = 'Laiškų persiuntimo būdas'; |
TB |
425 |
$labels['inline'] = 'kaip citatą'; |
|
426 |
$labels['asattachment'] = 'kaip priedas'; |
|
427 |
$labels['folder'] = 'Aplankas'; |
|
428 |
$labels['folders'] = 'Aplankai'; |
|
429 |
$labels['foldername'] = 'Aplanko vardas'; |
|
430 |
$labels['subscribed'] = 'Užsakytas'; |
6be99c
|
431 |
$labels['messagecount'] = 'Laiškai'; |
aed581
|
432 |
$labels['create'] = 'Sukurti'; |
TB |
433 |
$labels['createfolder'] = 'Sukurti naują aplanką'; |
|
434 |
$labels['managefolders'] = 'Tvarkyti aplankus'; |
08f906
|
435 |
$labels['specialfolders'] = 'Specialieji aplankai'; |
f811da
|
436 |
$labels['properties'] = 'Savybės'; |
Y |
437 |
$labels['folderproperties'] = 'Aplanko savybės'; |
|
438 |
$labels['parentfolder'] = 'Tėvinis aplankas'; |
|
439 |
$labels['location'] = 'Vieta'; |
|
440 |
$labels['info'] = 'Informacija'; |
|
441 |
$labels['getfoldersize'] = 'Spustelėkite, norėdami sužinoti aplanko dydį'; |
|
442 |
$labels['changesubscription'] = 'Spustelėkite, norėdami keisti prenumeratos nuostatas'; |
84ae7d
|
443 |
$labels['foldertype'] = 'Aplanko tipas'; |
aed581
|
444 |
$labels['personalfolder'] = 'Asmeninis aplankas'; |
TB |
445 |
$labels['otherfolder'] = 'Kito naudotojo aplankas'; |
|
446 |
$labels['sharedfolder'] = 'Viešas aplankas'; |
18da24
|
447 |
$labels['sortby'] = 'Rikiuoti pagal'; |
aed581
|
448 |
$labels['sortasc'] = 'Rikiuoti didėjančiai'; |
08f906
|
449 |
$labels['sortdesc'] = 'Rikiuoti mažėjančiai'; |
b5d904
|
450 |
$labels['undo'] = 'Atšaukti'; |
aed581
|
451 |
$labels['installedplugins'] = 'Įdiegti įskiepiai'; |
2c3655
|
452 |
$labels['plugin'] = 'Papildinys'; |
T |
453 |
$labels['version'] = 'Versija'; |
|
454 |
$labels['source'] = 'Šaltinis'; |
|
455 |
$labels['license'] = 'Licencija'; |
|
456 |
$labels['support'] = 'Gauti pagalbos'; |
4b8a5c
|
457 |
$labels['B'] = 'B'; |
Y |
458 |
$labels['KB'] = 'KB'; |
|
459 |
$labels['MB'] = 'MB'; |
|
460 |
$labels['GB'] = 'GB'; |
08f906
|
461 |
$labels['unicode'] = 'Unikodas'; |
T |
462 |
$labels['english'] = 'Anglų'; |
|
463 |
$labels['westerneuropean'] = 'Vakarų Europos'; |
|
464 |
$labels['easterneuropean'] = 'Rytų Europos'; |
|
465 |
$labels['southeasterneuropean'] = 'Pietryčių Europos'; |
|
466 |
$labels['baltic'] = 'Baltijos šalių'; |
|
467 |
$labels['cyrillic'] = 'Kirilica'; |
|
468 |
$labels['arabic'] = 'Arabų'; |
|
469 |
$labels['greek'] = 'Graikų'; |
|
470 |
$labels['hebrew'] = 'Hebrajų'; |
|
471 |
$labels['turkish'] = 'Turkų'; |
|
472 |
$labels['nordic'] = 'Šiaurės šalių'; |
|
473 |
$labels['thai'] = 'Tajų'; |
|
474 |
$labels['celtic'] = 'Keltų'; |
|
475 |
$labels['vietnamese'] = 'Vietnamiečių'; |
|
476 |
$labels['japanese'] = 'Japonų'; |
|
477 |
$labels['korean'] = 'Korėjiečių'; |
|
478 |
$labels['chinese'] = 'Kinų'; |
aed581
|
479 |
?> |