forked from zsx/totem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlt.po
3139 lines (2473 loc) · 86.8 KB
/
lt.po
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
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# translation of lt.po to Lithuanian
# Lithuanian translation of totem.
# Copyright (C) 2004-2006, 2007, 2008 Free Software Foundation, Inc.
# This file is distributed under the same license as the totem package.
#
# Artūras Šlajus <[email protected]>, 2004.
# Žygimantas Beručka <[email protected]>, 2004-2007.
# Justina Klingaitė <[email protected]>, 2005.
# Gintautas Miliauskas <[email protected]>, 2007, 2008, 2009.
# Marius Gedminas <[email protected]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: lt\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2010-03-02 17:34+0200\n"
"PO-Revision-Date: 2010-03-02 17:34+0200\n"
"Last-Translator: Gintautas Miliauskas <[email protected]>\n"
"Language-Team: Lithuanian <[email protected]>\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: KBabel 1.11.4\n"
#: ../data/fullscreen.ui.h:1
msgid "Leave Fullscreen"
msgstr "Išjungti viso ekrano veikseną"
#: ../data/fullscreen.ui.h:2 ../data/totem.ui.h:98
msgid "Time:"
msgstr "Laikas:"
#: ../data/playlist.ui.h:1
msgid "Add..."
msgstr "Pridėti..."
#: ../data/playlist.ui.h:2 ../data/video-list.ui.h:2
msgid "Copy the location to the clipboard"
msgstr "Perkelti vietą į iškarpinę"
#: ../data/playlist.ui.h:3
msgid "Move Down"
msgstr "Mažinti garsumą"
#: ../data/playlist.ui.h:4
msgid "Move Up"
msgstr "Didinti garsumą"
#: ../data/playlist.ui.h:5
msgid "Remove"
msgstr "Pašalinti"
#: ../data/playlist.ui.h:6
msgid "Remove file from playlist"
msgstr "Pašalinti failą iš grojaraščio"
#: ../data/playlist.ui.h:7
msgid "Save Playlist..."
msgstr "Išsaugoti grojaraštį..."
#: ../data/playlist.ui.h:8 ../data/totem.ui.h:73
msgid "Select a file to use for text subtitles"
msgstr "Pasirinkite titrų failą"
#: ../data/playlist.ui.h:9 ../data/video-list.ui.h:4
msgid "_Copy Location"
msgstr "_Kopijuoti vietą"
#: ../data/playlist.ui.h:10
msgid "_Remove"
msgstr "_Pašalinti"
#: ../data/playlist.ui.h:11 ../data/totem.ui.h:138
msgid "_Select Text Subtitles..."
msgstr "Pasirinkite _titrus..."
#: ../data/plugins.ui.h:1
msgid "Author:"
msgstr "Autorius:"
#: ../data/plugins.ui.h:2
msgid "C_onfigure..."
msgstr "K_onfigūruoti..."
#: ../data/plugins.ui.h:3
msgid "Copyright:"
msgstr "Autorinės teisės:"
#: ../data/plugins.ui.h:4
msgid "Description:"
msgstr "Aprašymas:"
#: ../data/plugins.ui.h:5
msgid "Site:"
msgstr "Svetainė:"
#. Channels
#: ../data/properties.ui.h:1
#: ../src/plugins/properties/bacon-video-widget-properties.c:173
msgid "0 Channels"
msgstr "0 kanalų"
#. Sample rate
#: ../data/properties.ui.h:2
#: ../src/plugins/properties/bacon-video-widget-properties.c:171
msgid "0 Hz"
msgstr "0 Hz"
#: ../data/properties.ui.h:3
msgid "0 frames per second"
msgstr "0 kadrų per sekundę"
# Bitrate
#: ../data/properties.ui.h:4
msgid "0 kbps"
msgstr "0 kbps"
# 0 seconds
#. 0 seconds
#: ../data/properties.ui.h:5 ../src/backend/video-utils.c:158
msgid "0 seconds"
msgstr "0 sekundžių"
# Dimensions
#: ../data/properties.ui.h:6
msgid "0 x 0"
msgstr "0 x 0"
#: ../data/properties.ui.h:7
msgid "Album:"
msgstr "Albumas:"
#: ../data/properties.ui.h:8
msgid "Artist:"
msgstr "Atlikėjas:"
#: ../data/properties.ui.h:9 ../data/totem.ui.h:23
#: ../src/totem-properties-view.c:89
msgid "Audio"
msgstr "Garsas"
#: ../data/properties.ui.h:10
msgid "Bitrate:"
msgstr "Bitų dažnis:"
#: ../data/properties.ui.h:11
msgid "Channels:"
msgstr "Kanalai:"
#: ../data/properties.ui.h:12
msgid "Codec:"
msgstr "Kodavimas:"
#: ../data/properties.ui.h:13
msgid "Comment:"
msgstr "Komentaras:"
#: ../data/properties.ui.h:14
msgid "Dimensions:"
msgstr "Matmenys:"
#: ../data/properties.ui.h:15
msgid "Duration:"
msgstr "Trukmė:"
#: ../data/properties.ui.h:16
msgid "Framerate:"
msgstr "Kadrų dažnis:"
#: ../data/properties.ui.h:17 ../data/totem.ui.h:40
msgid "General"
msgstr "Bendri"
# Video Codec
# Audio Codec
#. Dimensions
#. Video Codec
#. Audio Codec
#: ../data/properties.ui.h:18
#: ../src/plugins/properties/bacon-video-widget-properties.c:156
#: ../src/plugins/properties/bacon-video-widget-properties.c:158
#: ../src/plugins/properties/bacon-video-widget-properties.c:161
#: ../src/plugins/properties/bacon-video-widget-properties.c:164
#: ../src/plugins/properties/bacon-video-widget-properties.c:167
#: ../src/plugins/properties/bacon-video-widget-properties.c:169
#: ../src/plugins/properties/bacon-video-widget-properties.c:238
#: ../src/plugins/properties/bacon-video-widget-properties.c:240
#: ../src/plugins/properties/bacon-video-widget-properties.c:257
#: ../src/plugins/properties/bacon-video-widget-properties.c:260
msgid "N/A"
msgstr "Nepasiekimas"
#: ../data/properties.ui.h:19
msgid "Sample rate:"
msgstr "Garso elementų dažnis:"
#: ../data/properties.ui.h:20
msgid "Title:"
msgstr "Pavadinimas:"
# Title
# Artist
# Year
#. Title
#. Artist
#. Album
#. Year
#: ../data/properties.ui.h:21
#: ../src/plugins/properties/bacon-video-widget-properties.c:143
#: ../src/plugins/properties/bacon-video-widget-properties.c:145
#: ../src/plugins/properties/bacon-video-widget-properties.c:147
#: ../src/plugins/properties/bacon-video-widget-properties.c:149
msgid "Unknown"
msgstr "Nežinoma"
#: ../data/properties.ui.h:22 ../src/totem-properties-view.c:85
msgid "Video"
msgstr "Vaizdas"
#: ../data/properties.ui.h:23
msgid "Year:"
msgstr "Metai:"
#: ../data/video-list.ui.h:1
msgid "Add the video to the playlist"
msgstr "Pridėti video į grojaraštį"
#: ../data/video-list.ui.h:3 ../src/totem-dnd-menu.c:97
#: ../src/plugins/jamendo/jamendo.ui.h:10
msgid "_Add to Playlist"
msgstr "_Pridėti į grojaraštį"
# Title
#. Title
#: ../data/totem.desktop.in.in.in.h:1 ../data/totem.ui.h:50
#: ../src/totem-object.c:1631
msgid "Movie Player"
msgstr "Filmų leistuvas"
#: ../data/totem.desktop.in.in.in.h:2
msgid "Play movies and songs"
msgstr "Žiūrėkite filmus ir klausykitės muzikos"
#: ../data/totem.ui.h:1
msgid "1.5 Mbps T1/Intranet/LAN"
msgstr "1.5 Mbps T1/Intranet/LAN"
#: ../data/totem.ui.h:2
msgid "112 Kbps Dual ISDN/DSL"
msgstr "112 Kbps ISDN/DSL"
#: ../data/totem.ui.h:3
msgid "14.4 Kbps Modem"
msgstr "14.4 Kbps modemas"
#: ../data/totem.ui.h:4
msgid "16:9 (Widescreen)"
msgstr "16:9 (Plačiaekranis)"
#: ../data/totem.ui.h:5
msgid "19.2 Kbps Modem"
msgstr "19.2 Kbps modemas"
#: ../data/totem.ui.h:6
msgid "2.11:1 (DVB)"
msgstr "2.11:1 (DVB)"
#: ../data/totem.ui.h:7
msgid "256 Kbps DSL/Cable"
msgstr "256 Kbps DSL/kabelinis internetas"
#: ../data/totem.ui.h:8
msgid "28.8 Kbps Modem"
msgstr "28.8 Kbps modemas"
#: ../data/totem.ui.h:9
msgid "33.6 Kbps Modem"
msgstr "33.6 Kbps modemas"
#: ../data/totem.ui.h:10
msgid "34.4 Kbps Modem"
msgstr "34.4 Kbps modemas"
#: ../data/totem.ui.h:11
msgid "384 Kbps DSL/Cable"
msgstr "384 Kbps DSL/kabelinis internetas"
#: ../data/totem.ui.h:12
msgid "4-channel"
msgstr "4 kanalų"
#: ../data/totem.ui.h:13
msgid "4.1-channel"
msgstr "4.1 kanalų"
#: ../data/totem.ui.h:14
msgid "4:3 (TV)"
msgstr "4:3 (TV)"
#: ../data/totem.ui.h:15
msgid "5.0-channel"
msgstr "5.0 kanalų"
#: ../data/totem.ui.h:16
msgid "5.1-channel"
msgstr "5.1 kanalų"
#: ../data/totem.ui.h:17
msgid "512 Kbps DSL/Cable"
msgstr "512 Kbps DSL/kabelinis internetas"
#: ../data/totem.ui.h:18
msgid "56 Kbps Modem/ISDN"
msgstr "56 Kbps modemas/ISDN"
#: ../data/totem.ui.h:19
msgid "AC3 Passthrough"
msgstr "AC3 Passthrough"
#: ../data/totem.ui.h:20
msgid "A_udio Menu"
msgstr "Garso meni_u"
#: ../data/totem.ui.h:21
msgid "About this application"
msgstr "Apie šią programą"
#: ../data/totem.ui.h:22
msgid "Also disable the screensaver when playing _audio"
msgstr "Išjungti ekrano užsklandą grojant _audio"
#: ../data/totem.ui.h:24
msgid "Audio Output"
msgstr "Garso išvestis"
#: ../data/totem.ui.h:25 ../src/totem-menu.c:346
msgid "Auto"
msgstr "Auto"
#: ../data/totem.ui.h:26
msgid "Automatically _load subtitle files when movie is loaded"
msgstr "Automatiškai įkelti _titrus, kai įkeliamas filmas"
#: ../data/totem.ui.h:27
msgid "Automatically _resize the window when a new video is loaded"
msgstr "Automatiškai _pakeisti lango dydį, kai įkeliamas naujas filmas"
#: ../data/totem.ui.h:28
msgid "Clear the playlist"
msgstr "Išvalyti grojaraštį"
#: ../data/totem.ui.h:29
msgid "Co_ntrast:"
msgstr "Ko_ntrastas:"
#: ../data/totem.ui.h:30
msgid "Color Balance"
msgstr "Spalvų balansas"
#: ../data/totem.ui.h:31
msgid "Configure plugins to extend the application"
msgstr "Konfigūruoti įskiepius programos išplėtimui"
#: ../data/totem.ui.h:32
msgid "Configure the application"
msgstr "Konfigūruoti programą"
#: ../data/totem.ui.h:33
msgid "Connection _speed:"
msgstr "_Ryšio sparta:"
#: ../data/totem.ui.h:34
msgid "Decrease volume"
msgstr "Sumažinti garsumą"
#: ../data/totem.ui.h:35
msgid "Deinterlace"
msgstr "Pašalinti linijas"
#: ../data/totem.ui.h:36
msgid "Display"
msgstr "Ekranas"
#: ../data/totem.ui.h:37
msgid "Eject the current disc"
msgstr "Išstumti diską"
#: ../data/totem.ui.h:38
msgid "Extra Large"
msgstr "Ypač didelis"
#: ../data/totem.ui.h:39
msgid "Fit Window to Movie"
msgstr "Pritaikyti lango dydį prie filmo"
#: ../data/totem.ui.h:41
msgid "Go to the DVD menu"
msgstr "Eiti į DVD meniu"
#: ../data/totem.ui.h:42
msgid "Go to the angle menu"
msgstr "Eiti į kampo meniu"
#: ../data/totem.ui.h:43
msgid "Go to the audio menu"
msgstr "Eiti į garso meniu"
#: ../data/totem.ui.h:44
msgid "Go to the chapter menu"
msgstr "Eiti į skyriaus menu"
#: ../data/totem.ui.h:45
msgid "Go to the title menu"
msgstr "Eiti į pavadinimo meniu"
#: ../data/totem.ui.h:46
msgid "Help contents"
msgstr "Žinynas turinys"
#: ../data/totem.ui.h:47
msgid "Increase volume"
msgstr "Padidinti garsumą"
#: ../data/totem.ui.h:48
msgid "Intranet/LAN"
msgstr "Intranet/LAN"
#: ../data/totem.ui.h:49
msgid "Large"
msgstr "Didelis"
#: ../data/totem.ui.h:51
msgid "Networking"
msgstr "Tinklas"
#: ../data/totem.ui.h:52
msgid "Next chapter or movie"
msgstr "Kitas skyrius arba filmas"
#: ../data/totem.ui.h:53
msgid "Normal"
msgstr "Vidutinis"
#: ../data/totem.ui.h:54
msgid "Open _Location..."
msgstr "Atverti _vietą..."
#: ../data/totem.ui.h:55
msgid "Open a file"
msgstr "Atverti failą"
#: ../data/totem.ui.h:56
msgid "Open a non-local file"
msgstr "Atverti nevietinį failą"
#: ../data/totem.ui.h:57
msgid "Play / P_ause"
msgstr "Groti / P_auzė"
#: ../data/totem.ui.h:58
msgid "Play or pause the movie"
msgstr "Leisti arba pristabdyti filmą"
#: ../data/totem.ui.h:59
msgid "Playback"
msgstr "Grojimas"
#: ../data/totem.ui.h:60
msgid "Plugins..."
msgstr "Įskiepiai..."
#: ../data/totem.ui.h:61
msgid "Prefere_nces"
msgstr "_Nustatymai"
#: ../data/totem.ui.h:62
msgid "Previous chapter or movie"
msgstr "Ankstesnis skyrius arba filmas"
#: ../data/totem.ui.h:63
msgid "Quit the program"
msgstr "Išeiti iš programos"
#: ../data/totem.ui.h:64
msgid "Reset to _Defaults"
msgstr "Atkurti _numatytuosius"
#: ../data/totem.ui.h:65
msgid "Resize _1:1"
msgstr "Keisti mastelį į _1:1"
#: ../data/totem.ui.h:66
msgid "Resize _2:1"
msgstr "Keisti mastelį į _2:1"
#: ../data/totem.ui.h:67
msgid "Resize to double the original video size"
msgstr "Dvigubai padidinti vaizdą"
#: ../data/totem.ui.h:68
msgid "Resize to half the original video size"
msgstr "Perpus sumažinti vaizdą"
#: ../data/totem.ui.h:69
msgid "Resize to the original video size"
msgstr "Nustatyti originalų vaizdo dydį"
#: ../data/totem.ui.h:70
msgid "S_idebar"
msgstr "Šoninė _juosta"
#: ../data/totem.ui.h:71
msgid "S_ubtitles"
msgstr "S_ubtitrai"
#: ../data/totem.ui.h:72
msgid "Sat_uration:"
msgstr "Spalvų gr_ynis:"
#: ../data/totem.ui.h:74
msgid "Set the repeat mode"
msgstr "Nustatyti kartojimo veikseną"
#: ../data/totem.ui.h:75
msgid "Set the shuffle mode"
msgstr "Nustatyti maišymo veikseną"
#: ../data/totem.ui.h:76
msgid "Sets 16:9 (widescreen) aspect ratio"
msgstr "Nustato 16:9 (plačiaekranę) vaizdo proporciją"
#: ../data/totem.ui.h:77
msgid "Sets 2.11:1 (DVB) aspect ratio"
msgstr "Nustato 2.11:1 (DVB) vaizdo proporciją"
#: ../data/totem.ui.h:78
msgid "Sets 4:3 (TV) aspect ratio"
msgstr "Nustato 4:3 (TV) vaizdo proporciją"
#: ../data/totem.ui.h:79
msgid "Sets automatic aspect ratio"
msgstr "Automatiškai nustato vaizdo proporciją"
#: ../data/totem.ui.h:80
msgid "Sets square aspect ratio"
msgstr "Nustato kvadratinę vaizdo proporciją"
#: ../data/totem.ui.h:81
msgid "Show _Controls"
msgstr "Rodyti _valdiklius"
#: ../data/totem.ui.h:82
msgid "Show _visual effects when an audio file is played"
msgstr "Kai leidžiamas garso failas, rodyti _vaizdo efektus"
#: ../data/totem.ui.h:83
msgid "Show controls"
msgstr "Rodyti valdymo elementus"
#: ../data/totem.ui.h:84
msgid "Show or hide the sidebar"
msgstr "Rodyti arba slėpti šoninę juostą"
#: ../data/totem.ui.h:85
msgid "Shuff_le Mode"
msgstr "_Maišymo veiksena"
#: ../data/totem.ui.h:86
msgid "Skip _Backwards"
msgstr "Persukti _atgal"
#: ../data/totem.ui.h:87
msgid "Skip _Forward"
msgstr "Persukti į _priekį"
#: ../data/totem.ui.h:88
msgid "Skip backwards"
msgstr "Persukti atgal"
#: ../data/totem.ui.h:89
msgid "Skip forward"
msgstr "Persukti į priekį"
#: ../data/totem.ui.h:90
msgid "Square"
msgstr "Kvadratas"
#: ../data/totem.ui.h:91
msgid "Start playing files from last position"
msgstr "Pradėti groti failus nuo paskutinės vietos"
#: ../data/totem.ui.h:92 ../src/backend/bacon-video-widget-gst-0.10.c:5743
msgid "Stereo"
msgstr "Stereo"
#: ../data/totem.ui.h:93
msgid "Switch An_gles"
msgstr "Pakeisti kamp_us"
#: ../data/totem.ui.h:94
msgid "Switch camera angles"
msgstr "Pakeisti kameros kampą"
#: ../data/totem.ui.h:95
msgid "Switch to fullscreen"
msgstr "Rodyti visame ekrane"
#: ../data/totem.ui.h:96
msgid "Text Subtitles"
msgstr "Teksto subtitrai"
#: ../data/totem.ui.h:97
msgid "Time seek bar"
msgstr "Laiko slankiklis"
#: ../data/totem.ui.h:99
msgid "Totem Preferences"
msgstr "Totem nustatymai"
#: ../data/totem.ui.h:100
msgid "View the properties of the current stream"
msgstr "Rodyti srauto savybes"
#: ../data/totem.ui.h:101
msgid "Visual Effects"
msgstr "Vaizdo efektai"
#: ../data/totem.ui.h:102
msgid "Visualization _size:"
msgstr "Vaizdo efektų dydi_s:"
#: ../data/totem.ui.h:103
msgid "Volume _Down"
msgstr "_Mažinti garsumą"
#: ../data/totem.ui.h:104
msgid "Volume _Up"
msgstr "_Didinti garsumą"
#: ../data/totem.ui.h:105
msgid "Zoom In"
msgstr "Pritraukti"
#: ../data/totem.ui.h:106
msgid "Zoom Out"
msgstr "Atitraukti"
#: ../data/totem.ui.h:107
msgid "Zoom Reset"
msgstr "Atstatyti mastelį"
#: ../data/totem.ui.h:108
msgid "Zoom in"
msgstr "Pritraukti"
#: ../data/totem.ui.h:109
msgid "Zoom out"
msgstr "Atitraukti"
#: ../data/totem.ui.h:110
msgid "Zoom reset"
msgstr "Atstatyti mastelį"
#: ../data/totem.ui.h:111
msgid "_About"
msgstr "_Apie"
#: ../data/totem.ui.h:112
msgid "_Angle Menu"
msgstr "K_ampo meniu"
#: ../data/totem.ui.h:113
msgid "_Aspect Ratio"
msgstr "V_aizdo proporcija"
#: ../data/totem.ui.h:114
msgid "_Audio output type:"
msgstr "_Audio išvesties tipas:"
#: ../data/totem.ui.h:115
msgid "_Brightness:"
msgstr "_Skaistis:"
#: ../data/totem.ui.h:116
msgid "_Chapter Menu"
msgstr "_Skyriaus meniu"
#: ../data/totem.ui.h:117
msgid "_Clear Playlist"
msgstr "Iš_valyti grojaraštį"
#: ../data/totem.ui.h:118
msgid "_Contents"
msgstr "_Turinys"
#: ../data/totem.ui.h:119
msgid "_DVD Menu"
msgstr "_DVD meniu"
#: ../data/totem.ui.h:120
msgid "_Deinterlace"
msgstr "Pašalinti _linijas"
#: ../data/totem.ui.h:121
msgid "_Edit"
msgstr "_Keisti"
#: ../data/totem.ui.h:122
msgid "_Eject"
msgstr "_Išmesti"
#: ../data/totem.ui.h:123
msgid "_Encoding:"
msgstr "_Koduotė:"
#: ../data/totem.ui.h:124
msgid "_Font:"
msgstr "Šri_ftas:"
#: ../data/totem.ui.h:125
msgid "_Fullscreen"
msgstr "_Visame ekrane"
#: ../data/totem.ui.h:126
msgid "_Go"
msgstr "_Eiti"
#: ../data/totem.ui.h:127
msgid "_Help"
msgstr "_Žinynas"
#: ../data/totem.ui.h:128
msgid "_Hue:"
msgstr "_Atspalvis:"
#: ../data/totem.ui.h:129
msgid "_Languages"
msgstr "Ka_lbos"
#: ../data/totem.ui.h:130
msgid "_Movie"
msgstr "_Filmas"
#: ../data/totem.ui.h:131
msgid "_Next Chapter/Movie"
msgstr "_Kitas skyrius / filmas"
#: ../data/totem.ui.h:132
msgid "_Open..."
msgstr "_Atverti..."
#: ../data/totem.ui.h:133
msgid "_Previous Chapter/Movie"
msgstr "_Ankstesnis skyrius / filmas"
#: ../data/totem.ui.h:134
msgid "_Properties"
msgstr "_Savybės"
#: ../data/totem.ui.h:135
msgid "_Quit"
msgstr "Iš_eiti"
#: ../data/totem.ui.h:136
msgid "_Repeat Mode"
msgstr "Ka_rtojimo veiksena"
#: ../data/totem.ui.h:137
msgid "_Resize 1:2"
msgstr "_Keisti mastelį į 1:2"
#: ../data/totem.ui.h:139
msgid "_Sound"
msgstr "Gar_sas"
#: ../data/totem.ui.h:140
msgid "_Title Menu"
msgstr "_Pavadinimo meniu"
#: ../data/totem.ui.h:141
msgid "_Type of visualization:"
msgstr "Vaizdo efektų _tipas:"
#: ../data/totem.ui.h:142
msgid "_View"
msgstr "R_odymas"
#: ../data/totem.schemas.in.h:1
msgid "Allow the screensaver to activate when playing audio"
msgstr "Leisti ekrano užsklandą, kai groja audio įrašas"
#: ../data/totem.schemas.in.h:2
msgid ""
"Allow the screensaver to activate when playing audio. Disable if you have "
"monitor-powered speakers."
msgstr ""
"Leisti ekrano užsklandą, kai groja audio įrašas. Naudinga garsiakalbiams, "
"integruotiems į monitorių."
#: ../data/totem.schemas.in.h:3
msgid ""
"Amount of data to buffer for network streams before starting to display the "
"stream (in seconds)"
msgstr ""
"Buferizuojamų tinklo srauto duomenų kiekis prieš pradedant rodyti srautą "
"(sekundėmis)"
#: ../data/totem.schemas.in.h:4
msgid ""
"Approximate network connection speed, used to select quality on media over "
"the network: \"0\" for 14.4 Kbps Modem, \"1\" for 19.2 Kbps Modem, \"2\" for "
"28.8 Kbps Modem, \"3\" for 33.6 Kbps Modem, \"4\" for 34.4 Kbps Modem, \"5\" "
"for 56 Kbps Modem/ISDN, \"6\" for 112 Kbps Dual ISDN/DSL, \"7\" for 256 Kbps "
"DSL/Cable, \"8\" for 384 Kbps DSL/Cable, \"9\" for 512 Kbps DSL/Cable, \"10"
"\" for 1.5 Mbps T1/Intranet/LAN, \"11\" for Intranet/LAN."
msgstr ""
"Apytikslis tinklo greitis, naudojamas kokybei parinkti: „0“ – 14.4 Kbps "
"modemas, „1“ – 19.2 Kbps modemas, „2“ – 28.8 Kbps modemas, „3“ – 33.6 Kbps "
"modemas, „4“ – 34.4 Kbps modemas, „5“ – 56 Kbps modemas/ISDN, „6“ – 112 Kbps "
"dvigubas ISDN/DSL, „7“ – 256 Kbps DSL/kabelinis, „8“ – 384 Kbps DSL/"
"kabelinis, „9“ – 512 Kbps DSL/kabelinis, „10“ – 1.5 Mbps T1/Intranet/LAN, „11"
"\" – Intranet/LAN."
#: ../data/totem.schemas.in.h:5
msgid "Buffer size"
msgstr "Buferio dydis"
#: ../data/totem.schemas.in.h:6
msgid "Default location for the \"Open...\" dialogs"
msgstr "Numatytoji „Atverti...“ dialogų vieta"
#: ../data/totem.schemas.in.h:7
msgid ""
"Default location for the \"Open...\" dialogs, default is the current "
"directory"
msgstr "Numatytoji dialogų „Atverti...“ vieta; numatytoji – esamas aplankas"
#: ../data/totem.schemas.in.h:8
msgid "Default location for the \"Take Screenshot\" dialogs"
msgstr "Numatytoji dialogų „Padaryti nuotrauką“ vieta"
#: ../data/totem.schemas.in.h:9
msgid ""
"Default location for the \"Take Screenshot\" dialogs, default is the "
"Pictures directory"
msgstr ""
"Numatytoji dialogų „Padaryti nuotrauką“ vieta, numatytoji – aplankas "
"„Paveikslėliai“"
#: ../data/totem.schemas.in.h:10
msgid "Enable deinterlacing"
msgstr "Įjungti linijų pašalinimą"
#: ../data/totem.schemas.in.h:11
msgid "Encoding charset for subtitle"
msgstr "Subtitrų simbolių rinkinio koduotė"
#: ../data/totem.schemas.in.h:12
msgid "Maximum amount of data to decode ahead of display (in seconds)"
msgstr "Didžiausias dekoduojamų duomenų kiekis prieš rodymą (sekundėmis)"
#: ../data/totem.schemas.in.h:13
msgid "Name of the visual effects plugins"
msgstr "Vaizdo efektų įskiepių pavadinimas"
#: ../data/totem.schemas.in.h:14
msgid "Network buffering threshold"
msgstr "Tinklo buferizavimo riba"
#: ../data/totem.schemas.in.h:15
msgid "Network connection speed"
msgstr "Ryšio sparta"
#: ../data/totem.schemas.in.h:16
msgid "Pango font description for subtitle rendering"
msgstr "Pango šrifto aprašymas subtitrų vaizdavimui"
#: ../data/totem.schemas.in.h:17
msgid ""
"Quality settings for the audio visualization: \"0\" for small, \"1\" for "
"normal, \"2\" for large, \"3\" for extra large."
msgstr ""
"Audio vizualizacijos kokybė: „0“ – maža, „1“ – normali normal, „2“ – didelė, "
"„3“ – labai didelė."
#: ../data/totem.schemas.in.h:18
msgid "Repeat mode"
msgstr "Kartojimo veiksena"
#: ../data/totem.schemas.in.h:19
msgid "Resize the canvas automatically on file load"
msgstr "Įkeliant failą automatiškai pakeisti ekrano dydį"
#: ../data/totem.schemas.in.h:20
msgid "Show visual effects when no video is displayed"
msgstr "Kai nerodomas vaizdas rodyti vaizdo efektus"
#: ../data/totem.schemas.in.h:21
msgid "Show visual effects when playing an audio only file."
msgstr "Rodyti vaizdo efektus, kai leidžiamas tik garso failas."
#: ../data/totem.schemas.in.h:22
msgid "Shuffle mode"
msgstr "Maišymo veiksena"
#: ../data/totem.schemas.in.h:23
msgid "Subtitle encoding"
msgstr "Subtitrų koduotė"
#: ../data/totem.schemas.in.h:24
msgid "Subtitle font"
msgstr "Subtitrų šriftas"
#: ../data/totem.schemas.in.h:25
msgid "The brightness of the video"
msgstr "Vaizdo šviesumas"
#: ../data/totem.schemas.in.h:26
msgid "The contrast of the video"
msgstr "Vaizdo kontrastas"
#: ../data/totem.schemas.in.h:27
msgid "The hue of the video"
msgstr "Vaizdo atspalvis"
#: ../data/totem.schemas.in.h:28
msgid "The saturation of the video"
msgstr "Vaizdo spalvų sotumas"
#: ../data/totem.schemas.in.h:29
msgid "Type of audio output to use"
msgstr "Garso išvesties tipas"
#: ../data/totem.schemas.in.h:30
msgid ""
"Type of audio output to use: \"0\" for stereo, \"1\" for 4-channel output, "
"\"2\" for 5.0 channel output, \"3\" for 5.1 channel output, \"4\" for AC3 "
"Passthrough."
msgstr ""
"Garso išvesties tipas: „0“ - stereo, „1“ - 4 kanalai, „2“ - 5.0 kanalai, „3“ "
"- 5.1 kanalai, „4“ - AC3 perėjimas."
#. Translators: This is default subtitle encoding
#. character set. You can change this to be the most common
#. encoding for fansub subtitles in your language. File a bug
#. against Totem, and leave UTF-8 as the default if in doubt.
#: ../data/totem.schemas.in.h:35
msgid "UTF-8"
msgstr "UTF-8"
#: ../data/totem.schemas.in.h:36
msgid "Visualization quality setting"
msgstr "Vizualizacijos kokybė"
#: ../data/totem.schemas.in.h:37
msgid "Whether the main window should stay on top"
msgstr "Ar pagrindinis langas turėtų likti viršuje"
#: ../data/totem.schemas.in.h:38
msgid "Whether the main window should stay on top of the other ones"
msgstr "Ar pagrindinis langas turėtų likti virš kitų langų"
#: ../data/totem.schemas.in.h:39
msgid "Whether to autoload text subtitle files when a movie is loaded"
msgstr "Ar automatiškai įkelti titrus įkėlus filmą"
#: ../data/totem.schemas.in.h:40
msgid "Whether to disable the keyboard shortcuts"
msgstr "Ar išjungti klaviatūros greituosius klavišus"
#: ../data/totem.schemas.in.h:41
msgid "Whether to disable the plugins in the user's home directory"
msgstr "Ar išjungti įskiepius, esančis naudotojo namų aplanke"
#: ../data/totem.schemas.in.h:42
msgid "Whether to enable debug for the playback engine"
msgstr "Ar įjungti rodymo posistemės derinimą"
#: ../data/totem.schemas.in.h:43
msgid ""
"Whether to remember the position of played audio/video files when pausing or "
"closing them."
msgstr ""
"Ar prisiminti grotų audio/video failų poziciją juos sustabdant ar uždarant."
#: ../data/uri.ui.h:1
msgid "Enter the _address of the file you would like to open:"
msgstr "Įveskite norimo atverti failo _adresą:"
#: ../lib/totem-scrsaver.c:115
msgid "Playing a movie"
msgstr "Rodomas filmas"
#: ../src/eggdesktopfile.c:165
#, c-format
msgid "File is not a valid .desktop file"
msgstr "Šis failas nėra tinkamas .desktop failas"
#: ../src/eggdesktopfile.c:188