1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
|
#. extracted from uui/source.oo
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://qa.openoffice.org/issues/enter_bug.cgi?comment=&component=l10n&form_name=enter_issue&short_desc=Localization+issue+in+file%3A+uui%2Fsource.oo&subcomponent=ui\n"
"POT-Creation-Date: 2012-07-04 16:39+0200\n"
"PO-Revision-Date: 2012-08-15 17:40+0200\n"
"Last-Translator: Modestas <modestas.rimkus@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"X-Generator: Pootle 2.1.6\n"
"X-Accelerator-Marker: ~\n"
#: newerverwarn.src#RID_DLG_NEWER_VERSION_WARNING.FT_INFO.fixedtext.text
msgid ""
"This document was created by a newer version of %PRODUCTNAME. It may contain features not supported by your current version.\n"
"\n"
"Click 'Update Now...' to run online update and get the latest version of %PRODUCTNAME."
msgstr ""
"Šis dokumentas buvo sukurtas su naujesne „%PRODUCTNAME“ versija. Jame gali būti su turima programos versija nesuderinamų elementų.\n"
"\n"
"Spustelėkite „Naujinti…“, jei norite atsiųsti ir įdiegti naujausią „%PRODUCTNAME“ versiją."
#: newerverwarn.src#RID_DLG_NEWER_VERSION_WARNING.PB_UPDATE.pushbutton.text
msgid "~Update Now..."
msgstr "Naujinti…"
#: newerverwarn.src#RID_DLG_NEWER_VERSION_WARNING.PB_LATER.cancelbutton.text
msgid "~Later"
msgstr "Vėliau"
#: newerverwarn.src#RID_DLG_NEWER_VERSION_WARNING.modaldialog.text
msgid "%PRODUCTNAME Update Available"
msgstr "Galimas „%PRODUCTNAME“ atnaujinimas"
#: openlocked.src#STR_OPENLOCKED_TITLE.string.text
msgctxt "openlocked.src#STR_OPENLOCKED_TITLE.string.text"
msgid "Document in Use"
msgstr "Dokumentas naudojamas"
#: openlocked.src#STR_OPENLOCKED_MSG.string.text
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
"\n"
"$(ARG2)\n"
"\n"
"Open document read-only or open a copy of the document for editing.\n"
"\n"
msgstr ""
"Dokumento failas „$(ARG1)“ yra užblokuotas redagavimui naudotojo:\n"
"\n"
"$(ARG2)\n"
"\n"
"Atverkite dokumentą tik skaitymui arba atverkite dokumento kopiją redagavimui.\n"
"\n"
#: openlocked.src#STR_OPENLOCKED_OPENREADONLY_BTN.string.text
msgctxt "openlocked.src#STR_OPENLOCKED_OPENREADONLY_BTN.string.text"
msgid "Open ~Read-Only"
msgstr "Atverti tik skaitymui"
#: openlocked.src#STR_OPENLOCKED_OPENCOPY_BTN.string.text
msgid "Open ~Copy"
msgstr "Atverti kopiją"
#: openlocked.src#STR_UNKNOWNUSER.string.text
msgid "Unknown User"
msgstr "Nežinomas naudotojas"
#: nameclashdlg.src#DLG_SIMPLE_NAME_CLASH.BTN_OVERWRITE.pushbutton.text
msgid "Replace"
msgstr "Pakeisti"
#: nameclashdlg.src#DLG_SIMPLE_NAME_CLASH.BTN_RENAME.pushbutton.text
msgid "Rename"
msgstr "Pervadinti"
#: nameclashdlg.src#DLG_SIMPLE_NAME_CLASH.modaldialog.text
msgid "File Exists"
msgstr "Failas egzistuoja"
#: trylater.src#STR_TRYLATER_TITLE.string.text
msgctxt "trylater.src#STR_TRYLATER_TITLE.string.text"
msgid "Document in Use"
msgstr "Dokumentas naudojamas"
#: trylater.src#STR_TRYLATER_MSG.string.text
msgid ""
"Document file '$(ARG1)' is locked for editing by:\n"
"\n"
"$(ARG2)\n"
"\n"
"Try again later to save document or save a copy of that document.\n"
"\n"
msgstr ""
"Dokumento failas „$(ARG1)“ yra užblokuotas redagavimui naudotojo:\n"
"\n"
"$(ARG2)\n"
"\n"
"Pamėginkite įrašyti dokumentą vėliau arba įrašykite dokumento kopiją.\n"
"\n"
#: trylater.src#STR_TRYLATER_RETRYSAVING_BTN.string.text
msgctxt "trylater.src#STR_TRYLATER_RETRYSAVING_BTN.string.text"
msgid "~Retry Saving"
msgstr "Bandyti įrašyti dar kartą"
#: trylater.src#STR_TRYLATER_SAVEAS_BTN.string.text
msgid "~Save As..."
msgstr "Įrašyti taip…"
#: masterpassworddlg.src#DLG_UUI_MASTERPASSWORD.FT_MASTERPASSWORD.fixedtext.text
msgid "Enter password"
msgstr "Įveskite slaptažodį"
#: masterpassworddlg.src#DLG_UUI_MASTERPASSWORD.modaldialog.text
msgid "Enter Master Password"
msgstr "Įveskite pagrindinį slaptažodį"
#: ids.src#RID_KEEP_PASSWORD.string.text
msgid "~Remember password until end of session"
msgstr "Prisiminti slaptažodį iki seanso pabaigos"
#: ids.src#RID_SAVE_PASSWORD.string.text
msgctxt "ids.src#RID_SAVE_PASSWORD.string.text"
msgid "~Remember password"
msgstr "Įsiminti slaptažodį"
#: ids.src#STR_WARNING_BROKENSIGNATURE_TITLE.string.text
msgid "Invalid Document Signature"
msgstr "Netinkamas dokumento parašas"
#: ids.src#STR_WARNING_INCOMPLETE_ENCRYPTION_TITLE.string.text
msgid "Non-Encrypted Streams"
msgstr ""
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_ABORT___ERRCODE_RES_MASK_.string.text
msgid "The operation executed on $(ARG1) was aborted."
msgstr "Operacija, vykdyta su $(ARG1), buvo nutraukta."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_ACCESSDENIED___ERRCODE_RES_MASK_.string.text
msgid "Access to $(ARG1) was denied."
msgstr "Prieiga prie $(ARG1) negalima."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_ALREADYEXISTS___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) already exists."
msgstr "$(ARG1) jau yra."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_TARGETALREADYEXISTS___ERRCODE_RES_MASK_.string.text
msgid "Target already exists."
msgstr "Paskirties objektas jau yra."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_MODULESIZEEXCEEDED___ERRCODE_RES_MASK_.string.text
msgid ""
"You are about to save/export a password protected basic library containing module(s) \n"
"$(ARG1)\n"
"which are too large to store in binary format. If you wish users that don't have access to the library password to be able to run macros in those module(s) you must split those modules into a number of smaller modules. Do you wish to continue to save/export this library?"
msgstr ""
"Rengiatės įrašyti ar eksportuoti slaptažodžiu apsaugotą biblioteką, kurioje yra moduliai \n"
"$(ARG1).\n"
"Šie moduliai yra per dideli saugoti dvejetainiu formatu. Jei norite, kad naudotojai, nežinantys bibliotekos slaptažodžio, galėtų vykdyti tų modulių makrokomandas, turite padalinti šiuos modulius į mažesnius. Ar norite tęsti ir įrašyti ar eksportuoti šią biblioteką?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_BADCRC___ERRCODE_RES_MASK_.string.text
msgid "The data from $(ARG1) has an incorrect checksum."
msgstr "Duomenys iš $(ARG1) turi neteisingą kontrolinę sumą."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_CANTCREATE___ERRCODE_RES_MASK_.string.text
msgid "The object $(ARG1) cannot be created in directory $(ARG2)."
msgstr "Objekto $(ARG1) negalima sukurti aplanke $(ARG2)."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_CANTREAD___ERRCODE_RES_MASK_.string.text
msgid "Data of $(ARG1) could not be read."
msgstr " $(ARG1) duomenų negalima perskaityti."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_CANTSEEK___ERRCODE_RES_MASK_.string.text
msgid "The seek operation on $(ARG1) could not be performed."
msgstr "Operacijos nepavyko atlikti su „$(ARG1)“."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_CANTTELL___ERRCODE_RES_MASK_.string.text
msgid "The tell operation on $(ARG1) could not be performed."
msgstr "Operacijos nepavyko atlikti su „$(ARG1)“."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_CANTWRITE___ERRCODE_RES_MASK_.string.text
msgid "Data for $(ARG1) could not be written."
msgstr " $(ARG1) duomenų negalima užrašyti."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_CURRENTDIR___ERRCODE_RES_MASK_.string.text
msgid "Action impossible: $(ARG1) is the current directory."
msgstr "Negalimas veiksmas: $(ARG1) yra veikiamasis aplankas."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTREADY___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) is not ready."
msgstr "$(ARG1) neparuoštas."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTSAMEDEVICE___ERRCODE_RES_MASK_.string.text
msgid "Action impossible: $(ARG1) and $(ARG2) are different devices (drives)."
msgstr "Negalimas veiksmas: $(ARG1) ir $(ARG2) yra skirtingi įrenginiai (diskasukiai)."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_GENERAL___ERRCODE_RES_MASK_.string.text
msgid "General input/output error while accessing $(ARG1)."
msgstr "Bendra įvesties arba išvesties klaida kreipiantis į $(ARG1)."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_INVALIDACCESS___ERRCODE_RES_MASK_.string.text
msgid "An attempt was made to access $(ARG1) in an invalid way."
msgstr "Bandyta neteisingai kreiptis į $(ARG1)."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_INVALIDCHAR___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) contains invalid characters."
msgstr "$(ARG1) yra neleistinų rašmenų."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_INVALIDDEVICE___ERRCODE_RES_MASK_.string.text
msgid "The device (drive) $(ARG1) is invalid."
msgstr "Įrenginys (diskasukis) $(ARG1) negalimas."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_INVALIDLENGTH___ERRCODE_RES_MASK_.string.text
msgid "The data from $(ARG1) has an invalid length."
msgstr "Duomenys iš $(ARG1) yra neteisingos apimties."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_INVALIDPARAMETER___ERRCODE_RES_MASK_.string.text
msgid "The operation on $(ARG1) was started with an invalid parameter."
msgstr "Operacija su $(ARG1) buvo pradėta su neteisingais parametrais."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_ISWILDCARD___ERRCODE_RES_MASK_.string.text
msgid "The operation cannot be performed because $(ARG1) contains wildcards."
msgstr "Operacijos vykdyti negalima, nes „$(ARG1)“ yra pakaitos simbolių."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_LOCKVIOLATION___ERRCODE_RES_MASK_.string.text
msgid "Error during shared access to $(ARG1)."
msgstr "Klaida kreipiantis į $(ARG1)."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_MISPLACEDCHAR___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) contains misplaced characters."
msgstr "$(ARG1) yra ne vietoje įvestų rašmenų."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NAMETOOLONG___ERRCODE_RES_MASK_.string.text
msgid "The name $(ARG1) contains too many characters."
msgstr "Varde „$(ARG1)“ yra per daug rašmenų."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTEXISTS___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) does not exist."
msgstr "„$(ARG1)“ nėra."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTEXISTSPATH___ERRCODE_RES_MASK_.string.text
msgid "The path $(ARG1) does not exist."
msgstr "Adreso „$(ARG1)“ nėra."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTSUPPORTED___ERRCODE_RES_MASK_.string.text
msgid "The operation on $(ARG1) is not supported on this operating system."
msgstr "Operacija su $(ARG1) negalima šioje operacinėje sistemoje."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTADIRECTORY___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) is not a directory."
msgstr "„$(ARG1)“ nėra aplankas."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTAFILE___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) is not a file."
msgstr "„$(ARG1)“ nėra failas."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_OUTOFSPACE___ERRCODE_RES_MASK_.string.text
msgid "There is no space left on device $(ARG1)."
msgstr "Įrenginyje „$(ARG1)“ nebėra vietos."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_TOOMANYOPENFILES___ERRCODE_RES_MASK_.string.text
msgid "The operation on $(ARG1) cannot be performed because too many files are already open."
msgstr "Operacijos su $(ARG1) vykdyti negalima, nes atverta per daug failų."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_OUTOFMEMORY___ERRCODE_RES_MASK_.string.text
msgid "The operation on $(ARG1) cannot be performed because there is no more memory available."
msgstr "Operacijos su $(ARG1)“ vykdyti negalima, nes nebėra atminties."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_PENDING___ERRCODE_RES_MASK_.string.text
msgid "The operation on $(ARG1) cannot continue because more data is pending."
msgstr "Operacijos su $(ARG1) tęsti negalima, nes yra daugiau atidėtų duomenų."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_RECURSIVE___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) cannot be copied into itself."
msgstr "„$(ARG1)“ negalima kopijuoti į jį patį."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_UNKNOWN___ERRCODE_RES_MASK_.string.text
msgid "Unknown input/output error while accessing $(ARG1)."
msgstr "Nežinoma įvesties arba išvesties klaida kreipiantis į „$(ARG1)“."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_WRITEPROTECTED___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) is write protected."
msgstr "Į „$(ARG1)“ rašyti neleidžiama."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_WRONGFORMAT___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) is not in the correct format."
msgstr "„$(ARG1)“ yra neteisingo formato."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_WRONGVERSION___ERRCODE_RES_MASK_.string.text
msgid "The version of $(ARG1) is not correct."
msgstr "„$(ARG1)“ versija yra neteisinga."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTEXISTS_VOLUME___ERRCODE_RES_MASK_.string.text
msgid "Drive $(ARG1) does not exist."
msgstr "Diskasukio „$(ARG1)“ nėra."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTEXISTS_FOLDER___ERRCODE_RES_MASK_.string.text
msgid "Folder $(ARG1) does not exist."
msgstr "Aplanko „$(ARG1)“ nėra."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_WRONGJAVA___ERRCODE_RES_MASK_.string.text
msgid "The installed Java version is not supported."
msgstr "Įdiegta Java versija netinkama."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_WRONGJAVA_VERSION___ERRCODE_RES_MASK_.string.text
msgid "The installed Java version $(ARG1) is not supported."
msgstr "Įdiegta Java versija „$(ARG1)“ netinkama."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_WRONGJAVA_MIN___ERRCODE_RES_MASK_.string.text
msgid "The installed Java version is not supported, at least version $(ARG1) is required."
msgstr "Įdiegta Java versija netinkama. Reikalinga ne vėlesnė nei „$(ARG1)“ versija."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_WRONGJAVA_VERSION_MIN___ERRCODE_RES_MASK_.string.text
msgid "The installed Java version $(ARG1) is not supported, at least version $(ARG2) is required."
msgstr "Įdiegta Java versija „$(ARG1)“ netinkama. Reikalinga ne vėlesnė nei „$(ARG2)“ versija."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_BADPARTNERSHIP___ERRCODE_RES_MASK_.string.text
msgid "The data associated with the partnership is corrupted."
msgstr "Su grupe susieti duomenys yra sugadinti."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_BADPARTNERSHIP_NAME___ERRCODE_RES_MASK_.string.text
msgid "The data associated with the partnership $(ARG1) is corrupted."
msgstr "Su grupe „$(ARG1)“ susieti duomenys yra sugadinti."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTREADY_VOLUME___ERRCODE_RES_MASK_.string.text
msgid "Volume $(ARG1) is not ready."
msgstr "Tomas „$(ARG1)“ neparuoštas."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTREADY_REMOVABLE___ERRCODE_RES_MASK_.string.text
msgid "$(ARG1) is not ready; please insert a storage medium."
msgstr "„$(ARG1)“ neparuoštas. Įdėkite laikmeną."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_NOTREADY_VOLUME_REMOVABLE___ERRCODE_RES_MASK_.string.text
msgid "Volume $(ARG1) is not ready; please insert a storage medium."
msgstr "Tomas „$(ARG1)“ neparuoštas. Įdėkite laikmeną."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_WRONGMEDIUM___ERRCODE_RES_MASK_.string.text
msgid "Please insert disk $(ARG1)."
msgstr "Įdėkite diską „$(ARG1)“."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_CANTCREATE_NONAME___ERRCODE_RES_MASK_.string.text
msgid "The object cannot be created in directory $(ARG1)."
msgstr "Objekto negalima sukurti aplanke „$(ARG1)“."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_UNSUPPORTEDOVERWRITE___ERRCODE_RES_MASK_.string.text
msgid "%PRODUCTNAME cannot keep files from being overwritten when this transmission protocol is used. Do you want to continue anyway?"
msgstr "„%PRODUCTNAME“ negali apsaugoti failų nuo perrašymo, kai naudojamas šis perdavimo protokolas. Ar tęsti?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_BROKENPACKAGE___ERRCODE_RES_MASK_.string.text
msgid ""
"The file '$(ARG1)' is corrupt and therefore cannot be opened. %PRODUCTNAME can try to repair the file.\n"
"\n"
"The corruption could be the result of document manipulation or of structural document damage due to data transmission.\n"
"\n"
"We recommend that you do not trust the content of the repaired document.\n"
"Execution of macros is disabled for this document.\n"
"\n"
"Should %PRODUCTNAME repair the file?\n"
msgstr ""
"Failas „$(ARG1)“ yra sugadintas, todėl jo negalima atverti. „%PRODUCTNAME“ gali pamėginti pataisyti failą.\n"
"\n"
"Dokumentas galėjo būti sugadintas bandant jį suklastoti arba jo struktūra pažeista persiunčiant duomenis.\n"
"\n"
"Nerekomenduojama pasitikėti pataisyto dokumento turiniu.\n"
"Makrokomandų vykdymas šiame dokumente išjungtas.\n"
"\n"
"Ar mėginti pataisyti failą?\n"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_IO_BROKENPACKAGE_CANTREPAIR___ERRCODE_RES_MASK_.string.text
msgid "The file '$(ARG1)' could not be repaired and therefore cannot be opened."
msgstr "Failo „$(ARG1)“ nepavyko pataisyti, todėl jo negalima atverti."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_CONFIGURATION_BROKENDATA_NOREMOVE___ERRCODE_RES_MASK_.string.text
msgid ""
"Configuration data in '$(ARG1)' is corrupted. Without this data some functions may not operate correctly.\n"
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
"Sąrankos duomenys iš „$(ARG1)“ sugadinti. Be šių duomenų kai kurios funkcijos gali neveikti.\n"
"Ar paleisti „%PRODUCTNAME“ be sugadintų sąrankos duomenų?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_CONFIGURATION_BROKENDATA_WITHREMOVE___ERRCODE_RES_MASK_.string.text
msgid ""
"The personal configuration file '$(ARG1)' is corrupted and must be deleted to continue. Some of your personal settings may be lost.\n"
"Do you want to continue startup of %PRODUCTNAME without the corrupted configuration data?"
msgstr ""
"Asmeninės sąrankos failas „$(ARG1)“ yra sugadintas ir, norint tęsti, jį reikia pašalinti. Dalis asmeninių nuostatų gali būti prarasta.\n"
"Ar paleisti „%PRODUCTNAME“ be sugadintų sąrankos duomenų?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_CONFIGURATION_BACKENDMISSING___ERRCODE_RES_MASK_.string.text
msgid "The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly."
msgstr "Sąrankos duomenų šaltinis „$(ARG1)“ nepasiekiamas. Be šių duomenų kai kurios funkcijos gali neveikti."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_CONFIGURATION_BACKENDMISSING_WITHRECOVER___ERRCODE_RES_MASK_.string.text
msgid ""
"The configuration data source '$(ARG1)' is unavailable. Without this data some functions may not operate correctly.\n"
"Do you want to continue startup of %PRODUCTNAME without the missing configuration data?"
msgstr ""
"Sąrankos duomenų šaltinis „$(ARG1)“ nepasiekiamas. Be šių duomenų kai kurios funkcijos gali neveikti.\n"
"Ar paleisti „%PRODUCTNAME“ be trūkstamų sąrankos duomenų?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_INVALID_XFORMS_SUBMISSION_DATA___ERRCODE_RES_MASK_.string.text
msgid "The form contains invalid data. Do you still want to continue?"
msgstr "Formoje yra neleistinų duomenų. Ar tęsti?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_LOCKING_LOCKED___ERRCODE_RES_MASK_.string.text
msgid "The file $(ARG1) is locked by another user. Currently, another write access to this file cannot be granted."
msgstr "Failas „$(ARG1)“ yra užblokuotas kito naudotojo. Šiuo metu nėra galimybės suteikti rašymo į šį failą teisių."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_LOCKING_LOCKED_SELF___ERRCODE_RES_MASK_.string.text
msgid "The file $(ARG1) is locked by yourself. Currently, another write access to this file cannot be granted."
msgstr ""
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_LOCKING_NOT_LOCKED___ERRCODE_RES_MASK_.string.text
msgid "The file $(ARG1) is currently not locked by yourself."
msgstr ""
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_LOCKING_LOCK_EXPIRED___ERRCODE_RES_MASK_.string.text
msgid ""
"The previously obtained lock for file $(ARG1) has expired.\n"
"This can happen due to problems on the server managing the file lock. It cannot be guaranteed that write operations on this file will not overwrite changes done by other users!"
msgstr ""
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_UNKNOWNAUTH_UNTRUSTED_.string.text
msgid ""
"Unable to verify the identity of $(ARG1) site.\n"
"\n"
"Before accepting this certificate, you should examine this site's certificate carefully. Are you willing to accept this certificate for the purpose of identifying the Web site $(ARG1)?"
msgstr ""
"Nepavyko patvirtinti $(ARG1) svetainės tapatumo.\n"
"\n"
"Prieš priimti šį liudijimą, įdėmiai jį peržiūrėkite. Ar norite pasitikėti šiuo liudijimu nustatant $(ARG1) svetainės tapatumą?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_SSLWARN_EXPIRED_1_.string.text
msgid ""
"$(ARG1) is a site that uses a security certificate to encrypt data during transmission, but its certificate expired on $(ARG2).\n"
"\n"
"You should check to make sure that your computer's time is correct."
msgstr ""
"$(ARG1) svetainė naudoją tapatumo liudijimą persiunčiamiems duomenims užšifruoti, bet liudijimo galiojimo terminas baigėsi $(ARG2).\n"
"\n"
"Patikrinkite, ar kompiuterio laikas teisingas."
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_SSLWARN_DOMAINMISMATCH_1_.string.text
msgid ""
"You have attempted to establish a connection with $(ARG1). However, the security certificate presented belongs to $(ARG2). It is possible, though unlikely, that someone may be trying to intercept your communication with this web site.\n"
"\n"
"If you suspect the certificate shown does not belong to $(ARG1), please cancel the connection and notify the site administrator.\n"
"\n"
"Would you like to continue anyway?"
msgstr ""
"Bandėte prisijungti prie $(ARG1), tačiau pateiktas tapatumo liudijimas priklauso $(ARG2). Gali būti, nors mažai tikėtina, kad kažkas bando įsiterpti į ryšį su šia svetaine.\n"
"\n"
"Jei įtariate, kad liudijimas gali nepriklausyti $(ARG1), nutraukite ryšį ir informuokite svetainės administratorių.\n"
"\n"
"Ar vis tiek norite tęsti?"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_SSLWARN_INVALID_1_.string.text
msgid ""
"The certificate could not be validated. You should examine this site's certificate carefully.\n"
"\n"
"If you suspect the certificate shown, please cancel the connection and notify the site administrator."
msgstr ""
"Liudijimo nepavyko patikrinti. Įdėmiai peržiūrėkite svetainės liudijimą.\n"
"\n"
"Jei abejojate pateiktu liudijimu, nutraukite ryšį ir informuokite svetainės administratorių."
#: ids.src#RID_UUI_ERRHDL._TITLE_UUI_SSLWARN_DOMAINMISMATCH_.string.text
msgid "Security Warning: Domain Name Mismatch"
msgstr "Saugumo perspėjimas: neatitinka sričių vardai"
#: ids.src#RID_UUI_ERRHDL._TITLE_UUI_SSLWARN_EXPIRED_.string.text
msgid "Security Warning: Server Certificate Expired"
msgstr "Saugumo perspėjimas: serverio liudijimas nebegalioja"
#: ids.src#RID_UUI_ERRHDL._TITLE_UUI_SSLWARN_INVALID_.string.text
msgid "Security Warning: Server Certificate Invalid"
msgstr "Saugumo perspėjimas: serverio liudijimas netikras"
#: ids.src#RID_UUI_ERRHDL._ERRCODE_UUI_CANNOT_ACTIVATE_FACTORY___ERRCODE_RES_MASK_.string.text
msgid ""
"Component cannot be loaded, possibly broken or incomplete installation.\n"
"Full error message:\n"
"\n"
" $(ARG1)."
msgstr ""
#: logindlg.src#DLG_UUI_LOGIN.FT_LOGIN_ERROR.fixedtext.text
#, fuzzy
msgid "Message from server:"
msgstr "Serverio pranešimas"
#: logindlg.src#DLG_UUI_LOGIN.FT_INFO_LOGIN_REQUEST.fixedtext.text
msgid ""
"Enter user name and password for: \n"
"%1"
msgstr ""
#: logindlg.src#DLG_UUI_LOGIN.STR_LOGIN_REALM.string.text
msgid ""
"Enter user name and password for: \n"
"\"%2\" on %1"
msgstr ""
#: logindlg.src#DLG_UUI_LOGIN.FT_LOGIN_PATH.fixedtext.text
msgid "~Path"
msgstr "Adresas"
#: logindlg.src#DLG_UUI_LOGIN.FT_LOGIN_USERNAME.fixedtext.text
msgid "~User name"
msgstr "Naudotojo vardas"
#: logindlg.src#DLG_UUI_LOGIN.FT_LOGIN_PASSWORD.fixedtext.text
msgid "Pass~word"
msgstr "Slaptažodis"
#: logindlg.src#DLG_UUI_LOGIN.FT_LOGIN_ACCOUNT.fixedtext.text
msgid "A~ccount"
msgstr "Paskyra"
#: logindlg.src#DLG_UUI_LOGIN.CB_LOGIN_SAVEPASSWORD.checkbox.text
#, fuzzy
msgctxt "logindlg.src#DLG_UUI_LOGIN.CB_LOGIN_SAVEPASSWORD.checkbox.text"
msgid "~Remember password"
msgstr "Prisiminti slaptažodį"
#: logindlg.src#DLG_UUI_LOGIN.CB_LOGIN_USESYSCREDS.checkbox.text
msgid "~Use system credentials"
msgstr ""
#: logindlg.src#DLG_UUI_LOGIN.modaldialog.text
msgid "Authentication Required"
msgstr ""
#: alreadyopen.src#STR_ALREADYOPEN_MSG.string.text
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
"Open document read-only, or ignore own file locking and open the document for editing.\n"
"\n"
msgstr ""
#: alreadyopen.src#STR_ALREADYOPEN_READONLY_BTN.string.text
msgctxt "alreadyopen.src#STR_ALREADYOPEN_READONLY_BTN.string.text"
msgid "Open ~Read-Only"
msgstr "Atverti tik skaitymui"
#: alreadyopen.src#STR_ALREADYOPEN_OPEN_BTN.string.text
msgid "~Open"
msgstr "Atverti"
#: alreadyopen.src#STR_ALREADYOPEN_SAVE_MSG.string.text
msgid ""
"Document file '$(ARG1)' is locked for editing by yourself on a different system since $(ARG2)\n"
"\n"
"Close document on other system and retry saving or ignore own file locking and save current document.\n"
"\n"
msgstr ""
#: alreadyopen.src#STR_ALREADYOPEN_RETRY_SAVE_BTN.string.text
msgctxt "alreadyopen.src#STR_ALREADYOPEN_RETRY_SAVE_BTN.string.text"
msgid "~Retry Saving"
msgstr "Bandyti įrašyti dar kartą"
#: alreadyopen.src#STR_ALREADYOPEN_SAVE_BTN.string.text
msgid "~Save"
msgstr "Įrašyti"
#: secmacrowarnings.src#RID_XMLSECDLG_MACROWARN.FI_DESCR1A.fixedtext.text
msgid "The document contains document macros signed by:"
msgstr "Dokumente yra makrokomandų, pasirašytų:"
#: secmacrowarnings.src#RID_XMLSECDLG_MACROWARN.FI_DESCR1B.fixedtext.text
msgid "The document contains document macros."
msgstr "Dokumente yra makrokomandų."
#: secmacrowarnings.src#RID_XMLSECDLG_MACROWARN.PB_VIEWSIGNS.pushbutton.text
msgid "View Signatures..."
msgstr "Rodyti parašus..."
#: secmacrowarnings.src#RID_XMLSECDLG_MACROWARN.FI_DESCR2.fixedtext.text
msgid "Macros may contain viruses. Disabling macros for a document is always safe. If you disable macros you may lose functionality provided by the document macros."
msgstr "Makrokomandose gali būti virusų. Visada saugu išjungti dokumento makrokomandas. Jei išjungsite makrokomandas, galite prarasti jų funkcijas dokumente."
#: secmacrowarnings.src#RID_XMLSECDLG_MACROWARN.CB_ALWAYSTRUST.checkbox.text
msgid "Always trust macros from this source"
msgstr "Visada pasitikėti makrokomandomis iš šio šaltinio"
#: secmacrowarnings.src#RID_XMLSECDLG_MACROWARN.PB_ENABLE.okbutton.text
msgid "~Enable Macros"
msgstr "Įjungti makrokomandas"
#: secmacrowarnings.src#RID_XMLSECDLG_MACROWARN.PB_DISABLE.cancelbutton.text
msgid "~Disable Macros"
msgstr "Išjungti makrokomandas"
#: secmacrowarnings.src#RID_XMLSECDLG_MACROWARN.modaldialog.text
msgid "%PRODUCTNAME - Security Warning"
msgstr "„%PRODUCTNAME“ - saugumo perspėjimas"
#: masterpasscrtdlg.src#DLG_UUI_MASTERPASSWORD_CRT.FT_INFOTEXT.fixedtext.text
msgid "Passwords for web connections are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr ""
#: masterpasscrtdlg.src#DLG_UUI_MASTERPASSWORD_CRT.FT_MASTERPASSWORD_CRT.fixedtext.text
msgid "~Enter password"
msgstr "Įvesti slaptažodį"
#: masterpasscrtdlg.src#DLG_UUI_MASTERPASSWORD_CRT.FT_MASTERPASSWORD_REPEAT.fixedtext.text
msgid "~Reenter password"
msgstr "Prisiminti slaptažodį"
#: masterpasscrtdlg.src#DLG_UUI_MASTERPASSWORD_CRT.FT_CAUTIONTEXT.fixedtext.text
msgid "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case-sensitive."
msgstr ""
#: masterpasscrtdlg.src#DLG_UUI_MASTERPASSWORD_CRT.modaldialog.text
msgid "Set Master Password"
msgstr "Įveskite pagrindinį slaptažodį"
#: fltdlg.src#DLG_FILTER_SELECT.modaldialog.text
msgid "Filter Selection"
msgstr "Filtro pasirinkimas"
#: passworderrs.src#STR_ERROR_PASSWORD_TO_OPEN_WRONG.string.text
msgid "The password is incorrect. The file cannot be opened."
msgstr ""
#: passworderrs.src#STR_ERROR_PASSWORD_TO_MODIFY_WRONG.string.text
msgid "The password is incorrect. The file cannot be modified."
msgstr ""
#: passworderrs.src#STR_ERROR_MASTERPASSWORD_WRONG.string.text
#, fuzzy
msgid "The master password is incorrect."
msgstr "Slaptažodis nustatytas."
#: passworderrs.src#STR_ERROR_SIMPLE_PASSWORD_WRONG.string.text
#, fuzzy
msgid "The password is incorrect."
msgstr "Slaptažodis nustatytas."
#: passworderrs.src#STR_ERROR_PASSWORDS_NOT_IDENTICAL.string.text
msgid "The password confirmation does not match."
msgstr ""
#: passworddlg.src#DLG_UUI_PASSWORD.STR_ENTER_PASSWORD_TO_OPEN.string.text
msgid "Enter password to open file: \n"
msgstr "Įveskite slaptažodį failui atverti: \n"
#: passworddlg.src#DLG_UUI_PASSWORD.STR_ENTER_PASSWORD_TO_MODIFY.string.text
#, fuzzy
msgid "Enter password to modify file: \n"
msgstr "Įveskite slaptažodį failui atverti: \n"
#: passworddlg.src#DLG_UUI_PASSWORD.STR_ENTER_SIMPLE_PASSWORD.string.text
#, fuzzy
msgid "Enter password: "
msgstr "Įvesti slaptažodį"
#: passworddlg.src#DLG_UUI_PASSWORD.STR_CONFIRM_SIMPLE_PASSWORD.string.text
#, fuzzy
msgid "Confirm password: "
msgstr "Patvirtinkite slaptažodį"
#: passworddlg.src#DLG_UUI_PASSWORD.STR_TITLE_CREATE_PASSWORD.string.text
msgid "Set Password"
msgstr "Nustatyti slaptažodį"
#: passworddlg.src#DLG_UUI_PASSWORD.STR_TITLE_ENTER_PASSWORD.string.text
msgid "Enter Password"
msgstr "Įvesti slaptažodį"
#: passworddlg.src#DLG_UUI_PASSWORD.STR_PASSWORD_MISMATCH.string.text
msgid "The confirmation password did not match the password. Set the password again by entering the same password in both boxes."
msgstr "Patvirtinimo slaptažodis nesutampa su pradiniu. Nustatykite slaptažodį iš naujo ir įveskite tą patį slaptažodį abiejuose laukeliuose."
#: sslwarndlg.src#DLG_UUI_SSLWARN.FT_LABEL_1.fixedtext.text
msgctxt "sslwarndlg.src#DLG_UUI_SSLWARN.FT_LABEL_1.fixedtext.text"
msgid "No Text"
msgstr "Nėra teksto"
#: sslwarndlg.src#DLG_UUI_SSLWARN.PB_VIEW__CERTIFICATE.pushbutton.text
msgid "View Certificate"
msgstr "Rodyti liudijimą"
#: sslwarndlg.src#DLG_UUI_SSLWARN.PB_CANCEL.cancelbutton.text
msgid "Cancel Connection"
msgstr "Nutraukti ryšį"
#: sslwarndlg.src#DLG_UUI_SSLWARN.PB_OK.pushbutton.text
msgid "Continue"
msgstr "Tęsti"
#: sslwarndlg.src#DLG_UUI_SSLWARN.modaldialog.text
msgid "Security Warning: "
msgstr "Saugumo perspėjimas:"
#: unknownauthdlg.src#DLG_UUI_UNKNOWNAUTH.PB_VIEW__CERTIFICATE.pushbutton.text
msgid "Examine Certificate..."
msgstr "Peržiūrėti liudijimą..."
#: unknownauthdlg.src#DLG_UUI_UNKNOWNAUTH.PB_HELP.helpbutton.text
msgid "Help"
msgstr "Žinynas"
#: unknownauthdlg.src#DLG_UUI_UNKNOWNAUTH.PB_OK.pushbutton.text
msgid "OK"
msgstr "Gerai"
#: unknownauthdlg.src#DLG_UUI_UNKNOWNAUTH.RB_ACCEPT_1.radiobutton.text
msgid "Accept this certificate temporarily for this session"
msgstr "Priimti šį liudijimą tik šiam seansui"
#: unknownauthdlg.src#DLG_UUI_UNKNOWNAUTH.RB_DONTACCEPT_2.radiobutton.text
msgid "Do not accept this certificate and do not connect to this Web site"
msgstr "Nepriimti šio liudijimo ir nesijungti prie svetainės"
#: unknownauthdlg.src#DLG_UUI_UNKNOWNAUTH.FT_LABEL_1.fixedtext.text
msgctxt "unknownauthdlg.src#DLG_UUI_UNKNOWNAUTH.FT_LABEL_1.fixedtext.text"
msgid "No Text"
msgstr "Nėra teksto"
#: unknownauthdlg.src#DLG_UUI_UNKNOWNAUTH.modaldialog.text
msgid "Website Certified by an Unknown Authority"
msgstr "Svetainės liudijimą išdavė nežinoma įstaiga"
#: filechanged.src#STR_FILECHANGED_TITLE.string.text
#, fuzzy
msgid "Document Has Been Changed by Others"
msgstr "Dokumentas įrašytas taip"
#: filechanged.src#STR_FILECHANGED_MSG.string.text
msgid ""
"The file has been changed since it was opened for editing in %PRODUCTNAME. Saving your version of the document will overwrite changes made by others.\n"
"\n"
"Do you want to save anyway?\n"
"\n"
msgstr ""
#: filechanged.src#STR_FILECHANGED_SAVEANYWAY_BTN.string.text
msgid "~Save Anyway"
msgstr ""
#: lockfailed.src#STR_LOCKFAILED_MSG.string.text
msgid "The file could not be locked for exclusive access by %PRODUCTNAME, due to missing permission to create a lock file on that file location."
msgstr ""
|