summaryrefslogtreecommitdiffstats
path: root/po/lt.po
blob: ed2b5ae54f5624d9387b2b2886bc4a489ef0dbb9 (plain)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
# Lithuanian translation of DrakConf
# Copyright (C) 2000 Free Software Foundation, Inc.
# Gediminas Paulauskas <menesis@delfi.lt>, 2000,2002.
# Mykolas Norvaišas <Myka@centras.lt>, 1999-2001.
# 
msgid ""
msgstr ""
"Project-Id-Version: drakconf 0.96\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2004-01-08 11:58+0000\n"
"PO-Revision-Date: 2002-02-16 15:59+0200\n"
"Last-Translator: Gediminas Paulauskas <menesis@delfi.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-13\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../contributors.pl_.c:11
msgid "Per Oyvind Karlsen"
msgstr ""

#: ../contributors.pl_.c:11
msgid ""
"massive packages rebuilding and cleaning, Norwegian Bokmaal (nb) "
"translation, i18n work, games"
msgstr ""

#: ../contributors.pl_.c:12
msgid "Guillaume Rousse"
msgstr ""

#: ../contributors.pl_.c:12
msgid "cowsay introduction"
msgstr ""

#: ../contributors.pl_.c:13
msgid "Olivier Thauvin"
msgstr ""

#: ../contributors.pl_.c:13
msgid "figlet introduction, Distriblint (checking rpm in the distro)"
msgstr ""

#: ../contributors.pl_.c:14
msgid "Marcel Pol"
msgstr ""

#: ../contributors.pl_.c:14
msgid "mono introduction, updated abiword"
msgstr ""

#: ../contributors.pl_.c:15
msgid "Ben Reser"
msgstr ""

#: ../contributors.pl_.c:15
msgid ""
"updated nc with debian patches, fixed some perl packages, dnotify startup "
"script, urpmc, hddtemp, wipe, etc..."
msgstr ""

#: ../contributors.pl_.c:16
msgid ""
"\"deep and broad\" kernel work (many new patches before integration in "
"official kernel)"
msgstr ""

#: ../contributors.pl_.c:16
msgid "Thomas Backlund"
msgstr ""

#: ../contributors.pl_.c:17
msgid "Svetoslav Slavtchev"
msgstr ""

#: ../contributors.pl_.c:17
msgid "kernel work (audio- and video-related patches)"
msgstr ""

#: ../contributors.pl_.c:18
msgid "Danny Tholen"
msgstr ""

#: ../contributors.pl_.c:18
msgid "multimedia kernel"
msgstr ""

#: ../contributors.pl_.c:19
msgid "Buchan Milne"
msgstr ""

#: ../contributors.pl_.c:19
msgid ""
"Samba 3.0 (prerelease) that co-exists with Samba 2.2.x, Samba-2.2.x, GIS "
"software (grass, mapserver), cursor_themes collection, misc server-side "
"contributions"
msgstr ""

#: ../contributors.pl_.c:20
msgid "Goetz Waschk"
msgstr ""

#: ../contributors.pl_.c:20
msgid ""
"many multimedia packages (xine, mplayer, vlc, vcdimager), gnome-python, rox "
"desktop"
msgstr ""

#: ../contributors.pl_.c:21
msgid "Austin Acton"
msgstr ""

#: ../contributors.pl_.c:21
msgid ""
"audio/video/MIDI apps, scientific apps, audio/video production howtos, "
"bluetooth, pyqt & related"
msgstr ""

#: ../contributors.pl_.c:22
msgid "ATI/gatos/DRM stuff"
msgstr ""

#: ../contributors.pl_.c:22
#, fuzzy
msgid "Spencer Anderson"
msgstr "Kernelio versija:"

#: ../contributors.pl_.c:23
msgid "Andrey Borzenkov"
msgstr ""

#: ../contributors.pl_.c:23
msgid "supermount-ng and other kernel work"
msgstr ""

#: ../contributors.pl_.c:24
msgid "Oden Eriksson"
msgstr ""

#: ../contributors.pl_.c:24
msgid "most web-based packages and many security-related packages"
msgstr ""

#: ../contributors.pl_.c:25
msgid "Warly"
msgstr ""

#: ../contributors.pl_.c:25
msgid "bootsplash, databases, drakwizard, various other stuffs."
msgstr ""

#: ../control-center_.c:78
#, fuzzy
msgid "Mandrake Control Center"
msgstr "/_Mandrake Kontrolės Centras"

#: ../control-center_.c:83
#, fuzzy
msgid "Loading... Please wait"
msgstr "Prašome palaukti..."

#: ../control-center_.c:104
#, fuzzy
msgid "Auto Install floppy"
msgstr "Automatinis įdiegimas"

#: ../control-center_.c:105
msgid "Autologin"
msgstr ""

#: ../control-center_.c:106
msgid "Backups"
msgstr ""

#: ../control-center_.c:107
msgid "Bootstrapping"
msgstr ""

#: ../control-center_.c:108
#, fuzzy
msgid "Boot floppy"
msgstr "Įkrovos Logo"

#: ../control-center_.c:109
#, fuzzy
msgid "Internet connection sharing"
msgstr "Pašto/SMS perspėjimų konfigūravimas"

#: ../control-center_.c:110
#, fuzzy
msgid "New connection"
msgstr "Jungimasis"

#: ../control-center_.c:111
#, fuzzy
msgid "Manage connections"
msgstr "Pašto/SMS perspėjimų konfigūravimas"

#: ../control-center_.c:112
#, fuzzy
msgid "Monitor connections"
msgstr "Pašto/SMS perspėjimų konfigūravimas"

#: ../control-center_.c:113
#, fuzzy
msgid "Internet access"
msgstr "Internet & Tinklas"

#: ../control-center_.c:115
msgid "Console"
msgstr "Konsolė"

#: ../control-center_.c:117
#, fuzzy
msgid "Date and time"
msgstr "Data & Laikas"

#: ../control-center_.c:118
#, fuzzy
msgid "Display manager"
msgstr "/Rodyti logus"

#: ../control-center_.c:119
#, fuzzy
msgid "Firewall"
msgstr "Ugniasienės"

#: ../control-center_.c:120
msgid "Fonts"
msgstr "Šriftai"

#: ../control-center_.c:121
msgid "Graphical server"
msgstr ""

#: ../control-center_.c:122
msgid "Partitions"
msgstr ""

#: ../control-center_.c:123 ../control-center_.c:160
msgid "Hardware"
msgstr "Geležis"

#: ../control-center_.c:124
#, fuzzy
msgid "Install"
msgstr "Automatinis įdiegimas"

#: ../control-center_.c:125
msgid "Keyboard"
msgstr "Klaviatūra"

#: ../control-center_.c:126
msgid "Logs"
msgstr "Logai"

#: ../control-center_.c:127
msgid "Updates"
msgstr ""

#: ../control-center_.c:128
msgid "Menus"
msgstr "Meniu"

#: ../control-center_.c:129
msgid "Monitor"
msgstr ""

#: ../control-center_.c:130
msgid "Mouse"
msgstr "Pelė"

#: ../control-center_.c:131
#, fuzzy
msgid "NFS mount points"
msgstr "Prijungimo taškai"

#: ../control-center_.c:132
msgid "Local disk sharing"
msgstr ""

#: ../control-center_.c:133
#, fuzzy
msgid "Printers"
msgstr "Spausdintuvas"

#: ../control-center_.c:134
msgid "Scheduled tasks"
msgstr ""

#: ../control-center_.c:135
msgid "Proxy"
msgstr ""

#: ../control-center_.c:136
#, fuzzy
msgid "Remove a connection"
msgstr "Jungimasis"

#: ../control-center_.c:137
msgid "Remove"
msgstr ""

#: ../control-center_.c:138
#, fuzzy
msgid "Screen resolution"
msgstr "Pašto/SMS perspėjimų konfigūravimas"

#: ../control-center_.c:139
#, fuzzy
msgid "Samba mount points"
msgstr "Samba prijungimo taškai"

#: ../control-center_.c:140
msgid "Scanners"
msgstr ""

#: ../control-center_.c:141
msgid "Level and checks"
msgstr ""

#: ../control-center_.c:142
msgid "Permissions"
msgstr ""

#: ../control-center_.c:143
msgid "Services"
msgstr "Tarnybos"

#: ../control-center_.c:144
msgid "Media Manager"
msgstr ""

#: ../control-center_.c:145
msgid "TV card"
msgstr ""

#: ../control-center_.c:146
#, fuzzy
msgid "Users and groups"
msgstr "Vartotojas ir Grupės"

#: ../control-center_.c:147
#, fuzzy
msgid "WebDAV mount points"
msgstr "WebDAV prijungimo taškai"

#: ../control-center_.c:152
msgid "Boot"
msgstr "Įkrova"

#: ../control-center_.c:173
msgid "Mount Points"
msgstr "Prijungimo taškai"

#: ../control-center_.c:188
msgid "CD-ROM"
msgstr ""

#: ../control-center_.c:189
msgid "DVD"
msgstr ""

#: ../control-center_.c:189
msgid "DVD-ROM"
msgstr ""

#: ../control-center_.c:190
msgid "CD Burner"
msgstr ""

#: ../control-center_.c:190
msgid "CD/DVD"
msgstr ""

#: ../control-center_.c:191
#, fuzzy
msgid "Floppy"
msgstr "DrakFloppy"

#: ../control-center_.c:191
#, fuzzy
msgid "Floppy drive"
msgstr "DrakFloppy"

#: ../control-center_.c:192
msgid "ZIP drive"
msgstr ""

#: ../control-center_.c:192
msgid "Zip"
msgstr ""

#: ../control-center_.c:201
msgid "Network & Internet"
msgstr "Tinklas & Internetas"

#: ../control-center_.c:212
msgid "Security"
msgstr "Saugumas"

#: ../control-center_.c:219
msgid "System"
msgstr "Sistema"

#: ../control-center_.c:235
#, fuzzy
msgid "Software Management"
msgstr "Programinės įrangos tvarkyklė"

#: ../control-center_.c:244
msgid "Server wizards"
msgstr ""

#: ../control-center_.c:251
#, fuzzy
msgid "Configure DHCP"
msgstr "Konfigūruoti..."

#: ../control-center_.c:252
msgid "Add a DNS client"
msgstr ""

#: ../control-center_.c:253
#, fuzzy
msgid "Configure DNS"
msgstr "Konfigūruoti..."

#: ../control-center_.c:254
#, fuzzy
msgid "Configure FTP"
msgstr "Konfigūruoti..."

#: ../control-center_.c:255
#, fuzzy
msgid "Configure news"
msgstr "Konfigūruoti..."

#: ../control-center_.c:256
#, fuzzy
msgid "Configure mail"
msgstr "Konfigūruoti..."

#: ../control-center_.c:257
#, fuzzy
msgid "Configure proxy"
msgstr "Konfigūruoti..."

#: ../control-center_.c:258
#, fuzzy
msgid "Configure Samba"
msgstr "Konfigūruoti..."

#: ../control-center_.c:259
#, fuzzy
msgid "Configure time"
msgstr "Konfigūruoti..."

#: ../control-center_.c:260
#, fuzzy
msgid "Configure web"
msgstr "Konfigūruoti..."

#: ../control-center_.c:265
msgid "Online Administration"
msgstr ""

#: ../control-center_.c:272
msgid "Local administration"
msgstr ""

#: ../control-center_.c:273
#, fuzzy
msgid "Remote administration"
msgstr "Jungimasis"

#: ../control-center_.c:301
msgid "/Display _Logs"
msgstr "/Rodyti _logus"

#. -PO Translators, please keep all "/" charaters !!!
#: ../control-center_.c:301 ../control-center_.c:302 ../control-center_.c:303
#: ../control-center_.c:322
msgid "/_Options"
msgstr "/Nu_ostatos"

#: ../control-center_.c:302
msgid "/_Embedded Mode"
msgstr ""

#: ../control-center_.c:303
msgid "/Expert mode in _wizards"
msgstr ""

#: ../control-center_.c:307
#, fuzzy
msgid "/_Profiles"
msgstr "/_Byla"

#: ../control-center_.c:308
msgid "/_Delete"
msgstr ""

#: ../control-center_.c:309
#, fuzzy
msgid "/_New"
msgstr "/Byla/_Naujas"

#: ../control-center_.c:320 ../control-center_.c:321
msgid "/_File"
msgstr "/_Byla"

#: ../control-center_.c:321
msgid "/_Quit"
msgstr "/I_šeiti"

#: ../control-center_.c:321
msgid "<control>Q"
msgstr "<control>Q"

#: ../control-center_.c:321
msgid "Quit"
msgstr "Išeiti"

#: ../control-center_.c:337 ../control-center_.c:340 ../control-center_.c:353
msgid "/_Themes"
msgstr ""

#: ../control-center_.c:343
msgid ""
"This action will restart the control center.\n"
"Any change not applied will be lost."
msgstr ""

#: ../control-center_.c:353
msgid "/_More themes"
msgstr ""

#: ../control-center_.c:357
msgid "New profile..."
msgstr ""

#: ../control-center_.c:360
msgid ""
"Name of the profile to create (the new profile is created as a copy of the "
"current one):"
msgstr ""

#: ../control-center_.c:364 ../control-center_.c:397 ../control-center_.c:522
msgid "Cancel"
msgstr "Nutraukti"

#: ../control-center_.c:366 ../control-center_.c:398
msgid "Ok"
msgstr ""

#: ../control-center_.c:372
msgid "Error"
msgstr ""

#: ../control-center_.c:372
#, c-format
msgid "The \"%s\" profile already exists!"
msgstr ""

#: ../control-center_.c:390
msgid "Delete profile"
msgstr ""

#: ../control-center_.c:392
msgid "Profile to delete:"
msgstr ""

#: ../control-center_.c:401 ../control-center_.c:461 ../control-center_.c:911
msgid "Warning"
msgstr ""

#: ../control-center_.c:401
msgid "You can not delete the current profile"
msgstr ""

#: ../control-center_.c:416 ../control-center_.c:417 ../control-center_.c:418
#: ../control-center_.c:419
msgid "/_Help"
msgstr "/_Pagalba"

#: ../control-center_.c:417
#, fuzzy
msgid "Help"
msgstr "/Pagalba"

#: ../control-center_.c:418
msgid "/_Report Bug"
msgstr "/_Raportuoti Klaidą"

#: ../control-center_.c:419
msgid "/_About..."
msgstr "/_Apie..."

#: ../control-center_.c:462
#, c-format
msgid ""
"We are about to switch from the \"%s\" profile to the \"%s\" profile.\n"
"\n"
"Are you sure you want to do the switch?"
msgstr ""

#: ../control-center_.c:509
msgid "Please wait..."
msgstr "Prašome palaukti..."

#: ../control-center_.c:527
msgid "Previous"
msgstr ""

#: ../control-center_.c:542
#, fuzzy, c-format
msgid "Mandrake Control Center %s [on %s]"
msgstr "Mandrake valdymo centras %s"

#: ../control-center_.c:553
msgid "_banner font: Sans 20"
msgstr ""

#: ../control-center_.c:555
msgid "Welcome to the Mandrake Control Center"
msgstr "Sveiki atvykę į Mandrake valdymo centrą"

#: ../control-center_.c:698
msgid "The modifications done in the current module won't be saved."
msgstr ""

#: ../control-center_.c:774
#, c-format
msgid "cannot fork: %s"
msgstr "negaliu šakotis: %s"

#: ../control-center_.c:784
#, c-format
msgid "cannot fork and exec \"%s\" since it is not executable"
msgstr ""

#: ../control-center_.c:902
msgid "This program has exited abnormally"
msgstr ""

#: ../control-center_.c:921
msgid "Close"
msgstr "Uždaryti"

#: ../control-center_.c:928
msgid "More themes"
msgstr ""

#: ../control-center_.c:930
msgid "Getting new themes"
msgstr ""

#: ../control-center_.c:931
msgid "Additional themes"
msgstr ""

#: ../control-center_.c:933
msgid "Get additional themes on www.damz.net"
msgstr ""

#: ../control-center_.c:941
msgid "About - Mandrake Control Center"
msgstr "Apie - Mandrake valdymo centras"

#: ../control-center_.c:951
#, fuzzy
msgid "Authors: "
msgstr "Autorius: "

#: ../control-center_.c:952
msgid "(original C version)"
msgstr ""

#. -PO "perl" here is the programming language
#: ../control-center_.c:954 ../control-center_.c:957
#, fuzzy
msgid "(perl version)"
msgstr "Kernelio versija:"

#: ../control-center_.c:959
#, fuzzy
msgid "Artwork: "
msgstr "Autorius: "

#: ../control-center_.c:960
msgid "(design)"
msgstr ""

#. -PO If your language allows it, use eacute for first "e" and egrave for 2nd one.
#: ../control-center_.c:962
msgid "Helene Durosini"
msgstr ""

#. -PO Add your Name here to find it in the About section in your language.
#: ../control-center_.c:976
msgid "~ * ~"
msgstr ""

#. -PO Add your E-Mail address here if you want to show it in the about doialog.
#: ../control-center_.c:978
msgid "~ @ ~"
msgstr ""

#: ../control-center_.c:980
msgid "Translator: "
msgstr ""

#: ../control-center_.c:986
#, c-format
msgid "Mandrake Control Center %s\n"
msgstr "Mandrake valdymo centras %s\n"

#: ../control-center_.c:987
#, fuzzy
msgid "Copyright (C) 1999-2003 Mandrakesoft SA"
msgstr "Copyright © 2001-2002 Mandrakesoft SA"

#: ../control-center_.c:991
#, fuzzy
msgid "Authors"
msgstr "Autorius: "

#: ../control-center_.c:992
#, fuzzy
msgid "Mandrake Linux Contributors"
msgstr "Mandrake valdymo centras %s"

#: ../menus_launcher.pl_.c:19 ../menus_launcher.pl_.c:41
msgid "Menu Configuration Center"
msgstr "Meniu konfigūravimo centras"

#: ../menus_launcher.pl_.c:28
msgid "System menu"
msgstr "Sistemos meniu"

#: ../menus_launcher.pl_.c:29 ../menus_launcher.pl_.c:36
#: ../print_launcher.pl_.c:31
msgid "Configure..."
msgstr "Konfigūruoti..."

#: ../menus_launcher.pl_.c:31
msgid "User menu"
msgstr "Vartotojo Meniu"

#: ../menus_launcher.pl_.c:41
msgid ""
"\n"
"\n"
"Choose which menu you want to configure"
msgstr ""
"\n"
"Pasirink, kurį meniu nori konfigūruoti"

#: ../print_launcher.pl_.c:14 ../print_launcher.pl_.c:21
#, fuzzy
msgid "Printing configuration"
msgstr "Pašto/SMS perspėjimų konfigūravimas"

#: ../print_launcher.pl_.c:30
msgid "Click here to configure the printing system"
msgstr ""

#: ../print_launcher.pl_.c:37
msgid "Done"
msgstr "Atlikta"

#, fuzzy
#~ msgid "DrakGw helps you share your Internet connection"
#~ msgstr "Tinklo ir Internet Pasijungimas"

#, fuzzy
#~ msgid "DrakFont helps you add and remove fonts, including Windows fonts"
#~ msgstr "Tinklo ir Internet Pasijungimas"

#, fuzzy
#~ msgid "Server Configuration"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#, fuzzy
#~ msgid "DrakConnect helps you set up your network and Internet connection"
#~ msgstr "Tinklo ir Internet Pasijungimas"

#~ msgid "DrakClock"
#~ msgstr "DrakClock"

#~ msgid "Time Zone"
#~ msgstr "Laiko juosta"

#~ msgid "Timezone - DrakClock"
#~ msgstr "Laiko juosta - DrakClock"

#~ msgid "Which is your timezone?"
#~ msgstr "Kokia tavo laiko juosta?"

#~ msgid "GMT - DrakClock"
#~ msgstr "GMT - DrakClock"

#~ msgid "Is your hardware clock set to GMT?"
#~ msgstr "Ar tavo įrangos laikrodis nustatytas GMT?"

#, fuzzy
#~ msgid "Server:"
#~ msgstr "Serveriai"

#~ msgid "OK"
#~ msgstr "Gerai"

#~ msgid "Reset"
#~ msgstr "Atstatyti"

#~ msgid "Warning: No browser specified"
#~ msgstr "Įspėjimas: nenurodyta jokia naršyklė"

#~ msgid ""
#~ "Security Warning: I'm not allowed to connect to the internet as root user"
#~ msgstr ""
#~ "Saugumo įspėjimas: man neleista prisijungti prie interneto kaip root "
#~ "vartotoju"

#~ msgid "/Options"
#~ msgstr "/Nuostatos"

#, fuzzy
#~ msgid "Date & Time configuration"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#, fuzzy
#~ msgid "NFS mount points: dummy description"
#~ msgstr "NFS prijungimo taškai"

#, fuzzy
#~ msgid "CD-ROM drive: mount point configuration"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#, fuzzy
#~ msgid "DVD drive: mount point configuration"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#, fuzzy
#~ msgid "CD/DVD burner: mount point configuration"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#, fuzzy
#~ msgid "Floppy drive: mount point configuration"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#, fuzzy
#~ msgid "ZIP drive: mount point configuration"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#, fuzzy
#~ msgid "Connection Sharing: dummy description"
#~ msgstr "Prisijungimo dalinimasis"

#, fuzzy
#~ msgid "Graphical server configuration: dummy description"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#, fuzzy
#~ msgid "Proxy Configuration: dummy description"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#, fuzzy
#~ msgid "Install Software: dummy description"
#~ msgstr "Automatinis įdiegimas"

#, fuzzy
#~ msgid "Partition Sharing: dummy description"
#~ msgstr "Prisijungimo dalinimasis"

#, fuzzy
#~ msgid "Software Sources Manager: dummy description"
#~ msgstr "Programinės įrangos tvarkyklė"

#, fuzzy
#~ msgid "Time"
#~ msgstr "Laiko juosta"

#~ msgid "Boot Disk"
#~ msgstr "Įkrovos diskelis"

#~ msgid "Boot Config"
#~ msgstr "Įkrovos konfiguracija"

#, fuzzy
#~ msgid "Hardware List"
#~ msgstr "Geležis"

#, fuzzy
#~ msgid "Users"
#~ msgstr "Vartotojas: "

#~ msgid "Hard Drives"
#~ msgstr "Kietieji diskai"

#~ msgid "Security Level"
#~ msgstr "Saugumo lygis"

#~ msgid "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-1,*-r-*"
#~ msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-13,*-r-*"

#~ msgid "System:"
#~ msgstr "Sistema: "

#~ msgid "Hostname:"
#~ msgstr "Kompiuterio vardas:"

#~ msgid "Machine:"
#~ msgstr "Kompiuteris:"

#, fuzzy
#~ msgid "Old authors: "
#~ msgstr "Autorius: "

#~ msgid "cannot open this file for read: %s"
#~ msgstr "negaliu atidaryti bylos skaitymui: %s"

#~ msgid "/File"
#~ msgstr "/Byla"

#~ msgid "Display"
#~ msgstr "Displėjus"

#~ msgid "DrakConf: error"
#~ msgstr "DrakConf: klaida"

#~ msgid ""
#~ "Error while parsing\n"
#~ "config file."
#~ msgstr ""
#~ "Klaida nagrinėjant\n"
#~ "konfigūracijos bylą."

#~ msgid "Can't find any program\n"
#~ msgstr "Negaliu rasti jokios programos\n"

#~ msgid "logdrake"
#~ msgstr "logdrake"

#~ msgid "Show only for this day"
#~ msgstr "Rodyti tik šiandieną"

#~ msgid "<control>N"
#~ msgstr "<control>N"

#~ msgid "/File/_Open"
#~ msgstr "/Byla/_Atidaryti"

#~ msgid "<control>O"
#~ msgstr "<control>O"

#~ msgid "/File/_Save"
#~ msgstr "/Byla/Iš_saugoti"

#~ msgid "<control>S"
#~ msgstr "<control>S"

#~ msgid "/File/Save _As"
#~ msgstr "/Byla/Išsaugoti k_aip"

#~ msgid "/File/-"
#~ msgstr "/Byla/-"

#~ msgid "/File/_Quit"
#~ msgstr "/Byla/I_šeiti"

#~ msgid "/Options/Test"
#~ msgstr "/Nuostatos/Bandyti"

#~ msgid "/Help/_About..."
#~ msgstr "/Pagalba/_Apie..."

#~ msgid "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-*-*,*"
#~ msgstr "-misc-fixed-medium-r-*-*-*-100-*-*-*-*-iso8859-13,*"

#~ msgid "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-*-*,*"
#~ msgstr "-misc-fixed-bold-r-*-*-*-100-*-*-*-*-iso8859-13,*"

#~ msgid "authentification"
#~ msgstr "autentifikacija"

#~ msgid "user"
#~ msgstr "vartotojas"

#~ msgid "messages"
#~ msgstr "pranešimai"

#~ msgid "syslog"
#~ msgstr "syslog"

#~ msgid "Mandrake Tools Explanations"
#~ msgstr "Mandrake įrankių paaiškinimai"

#~ msgid "A tool to monitor your logs"
#~ msgstr "Įrankis stebėti logams"

#~ msgid "Settings"
#~ msgstr "Nuostatos"

#~ msgid "matching"
#~ msgstr "tenkinantys"

#~ msgid "but not matching"
#~ msgstr "bet netenkinantys"

#~ msgid "Choose file"
#~ msgstr "Pasirink bylą"

#~ msgid "Calendar"
#~ msgstr "Kalendorius"

#~ msgid "search"
#~ msgstr "ieškoti"

#~ msgid "Content of the file"
#~ msgstr "Bylos turinys"

#~ msgid "Mail/SMS alert"
#~ msgstr "Pašto/SMS perspėjimas"

#~ msgid "Save"
#~ msgstr "Išsaugoti"

#~ msgid "please wait, parsing file: %s"
#~ msgstr "prašome palaukti, nagrinėjama byla: %s"

#~ msgid "Mail/SMS alert configuration"
#~ msgstr "Pašto/SMS perspėjimų konfigūravimas"

#~ msgid ""
#~ "Welcome to the mail/SMS configuration utility.\n"
#~ "\n"
#~ "Here, you'll be able to set up \n"
#~ msgstr ""
#~ "Sveiki atvykę į pašto/SMS perspėjimų konfigūravimo priemonę.\n"
#~ "\n"
#~ "Čia jūs galėsite nustatyti:\n"

#~ msgid ""
#~ "Apache is a World Wide Web server. It is used to serve HTML files and CGI."
#~ msgstr "Apache yra WWW serveris. Jis naudojamas pateikti HTML bylas ir CGI."

#~ msgid ""
#~ "named (BIND) is a Domain Name Server (DNS) that is used to resolve host "
#~ "names to IP addresses."
#~ msgstr ""
#~ "named (BIND) yra domenų vardų serveris (DNS), naudojamas sužinoti IP "
#~ "adresus pagal kompiuterių vardus."

#~ msgid "proftpd"
#~ msgstr "proftpd"

#~ msgid ""
#~ "Postfix is a Mail Transport Agent, which is the program that moves mail "
#~ "from one machine to another."
#~ msgstr ""
#~ "Postfix yra pašto persiuntimo agentas (MTA), o tai yra programa, kuri "
#~ "perkelia paštą iš vieno kompiuterio į kitą."

#~ msgid "sshd"
#~ msgstr "sshd"

#~ msgid "webmin"
#~ msgstr "webmin"

#~ msgid "xinetd"
#~ msgstr "xinetd"

#~ msgid "service setting"
#~ msgstr "tarnybos parinktis"

#~ msgid ""
#~ "You will receive an alert if one of the selected service is no more "
#~ "running"
#~ msgstr "Jūs gausite perspėjimą, jei viena iš pažymėtų tarnybų nustos veikti"

#~ msgid "load setting"
#~ msgstr "apkrovos parinktis"

#~ msgid "You will receive an alert if the load is higher than this value"
#~ msgstr "Jūs gausite perspėjimą, jei apkrova bus didesnė už šią reikšmę"

#~ msgid "window title - ask_from"
#~ msgstr "lango pavadinimas - ask_from"

#~ msgid ""
#~ "message\n"
#~ "examples of utilisation of ask_from"
#~ msgstr ""
#~ "pranešimas\n"
#~ "ask_from naudojimo pavyzdžiai"

#~ msgid "Save as.."
#~ msgstr "Išsaugoti kaip..."

#~ msgid "Firewalling"
#~ msgstr "Ugniasienės"

#, fuzzy
#~ msgid "-*-helvetica-medium-r-bold-*-14-*-100-100-p-*-iso8859-1,*-r-*"
#~ msgstr "-*-helvetica-medium-r-normal-*-20-*-100-100-p-*-iso8859-13,*-r-*"

#, fuzzy
#~ msgid "Technology Contributor: "
#~ msgstr "Padėjėjai: "

#, fuzzy
#~ msgid "-*-times-bold-r-normal-*-14-*-*-*-p-*-iso8859-1,*-r-*"
#~ msgstr "-adobe-times-bold-r-normal--17-*-100-100-p-*-iso8859-*,*-r-*"

#~ msgid "Configuration Wizards"
#~ msgstr "Konfigūracijos meistrai"

#~ msgid "Removable disks"
#~ msgstr "Nešiojami diskai"

#~ msgid "/Help/-"
#~ msgstr "/Pagalba/-"

#~ msgid "The place where you can configure your Mandrake Box"
#~ msgstr "Vieta kur jūs galite konfiguruoti savo Mandrake Dėžutę"

#~ msgid "Item Factory"
#~ msgstr "Daiktų Fabrikas"

#~ msgid ""
#~ "Type\n"
#~ "<alt>\n"
#~ "to start"
#~ msgstr ""
#~ "Surinkite\n"
#~ "<alt>\n"
#~ ", kad pradėti"

#~ msgid "/File/tearoff1"
#~ msgstr "/Byla/tearoff1"

#~ msgid "/Help/_Mandrake Control Center"
#~ msgstr "/Pagalba/_Mandrake Kontrolės Centras"

#~ msgid "/Help/_Report Bug"
#~ msgstr "/Pagalba/_Raportuoti Klaidą"

#~ msgid "System: "
#~ msgstr "Sistema: "

#~ msgid "Hostname: "
#~ msgstr "Kompiuterio vardas: "

#~ msgid "Kernel Version: "
#~ msgstr "Kernelio Versija: "

#~ msgid "Machine: "
#~ msgstr "Kompiuteris: "

#~ msgid "User and Groups Management"
#~ msgstr "Vartotojo ir Grupių Valdymas"

#~ msgid "Menu Customization"
#~ msgstr "Meniu Konfiguracija"

#~ msgid "Font Management"
#~ msgstr "Šriftų Vadovas"

#~ msgid "Drakboot"
#~ msgstr "Drakboot"

#~ msgid "Drakfloppy"
#~ msgstr "Drakfloppy"

#~ msgid "XFDrake"
#~ msgstr "XFDrake"

#~ msgid "Mousedrake"
#~ msgstr "Mousedrake"

#~ msgid "Printerdrake"
#~ msgstr "Printerdrake"

#~ msgid "Keyboarddrake"
#~ msgstr "Keyboarddrake"

#~ msgid "Userdrake"
#~ msgstr "Userdrake"

#~ msgid "Draknet"
#~ msgstr "Draknet"

#~ msgid "Drakgw"
#~ msgstr "Drakgw"

#~ msgid "Menudrake"
#~ msgstr "Menudrake"

#~ msgid "Drakfont"
#~ msgstr "Drakfont"

#~ msgid ""
#~ "Mandrake Control Center 1.0 \n"
#~ " Copyright (C) 2001 MandrakeSoft SA\n"
#~ msgstr ""
#~ "Mandrake Kontrolės Centras 1.0 \n"
#~ " Copyright (C) 2001 MandrakeSoft SA\n"

#~ msgid ""
#~ "\n"
#~ "If you want to report bug please connect as normal user to \n"
#~ " \n"
#~ "https://qa.mandrakesoft.com and fill a bug report\n"
#~ "\n"
#~ msgstr ""
#~ "\n"
#~ "Jeigu norite pranešti apie klaidą prisijunkite prie \n"
#~ "https://qa.mandrakesoft.com paprastu vartotoju \n"
#~ "ir užpildykite raportą apie klaidos\n"
#~ "\n"

#~ msgid "The XID of the sockets window nr. %s is [%s]\n"
#~ msgstr "Lango lizdo XID nr. %s is [%s]\n"

#~ msgid "My PID is [%s]\n"
#~ msgstr "Mano PID yra [%s]\n"

#~ msgid "Control Center"
#~ msgstr "Kontrolės Centras"

#~ msgid "/_Preferences"
#~ msgstr "/Nustatymai"

#~ msgid "/_Preferences/_Color"
#~ msgstr "/Nustatymai/Spalva"

#~ msgid "/_Preferences/Color/_Red"
#~ msgstr "/Nustatymai/Spalva/_Raudona"

#~ msgid "/_Preferences/Color/_Green"
#~ msgstr "/Nustatymai/Spalva/Žalia"

#~ msgid "/_Preferences/Color/_Blue"
#~ msgstr "/Nustatymai/Spalva/Mėlyna"

#~ msgid "/_Preferences/_Shape"
#~ msgstr "/Nustatymai/Forma"

#~ msgid "/_Preferences/Shape/_Square"
#~ msgstr "/Nustatymai/Forma/Kvadratas"

#~ msgid "/_Preferences/Shape/_Rectangle"
#~ msgstr "/Nustatymai/Forma/Stačiakampis"

#~ msgid "/_Preferences/Shape/_Oval"
#~ msgstr "/Nustatymai/Forma/_Ovalas"

#~ msgid "About, help, click on that button..."
#~ msgstr "Apie pagalbą, spragtelėkite ant šio mygtyko..."

#~ msgid "num: "
#~ msgstr "sk:"

#~ msgid ""
#~ "This is the Mandrake Control Center, The place where you can configure "
#~ "your Mandrake Box"
#~ msgstr ""
#~ "Čia yra Madrake Kontrolės Centras. Vieta kur jūs galite konfiguruoti "
#~ "savoMadrake Dėžutę"

#~ msgid "cannot open this file for read:$!"
#~ msgstr "negaliu atidaryti bylos skaitymui:$!"

#~ msgid "DrakeLogo"
#~ msgstr "DrakeLogo"

#~ msgid "DrakFont"
#~ msgstr "DrakFont"

#~ msgid "nb gr: "
#~ msgstr "nb gr: "

#~ msgid "group: "
#~ msgstr "grupė: "

#~ msgid "item: "
#~ msgstr "daiktas: "

#~ msgid "Gateway Config"
#~ msgstr "Sąsajos Konfiguracija"

#~ msgid "Users Config"
#~ msgstr "Vartotojų Konfiguraciją"

#~ msgid "Cleaning...\n"
#~ msgstr "Valau...\n"

#~ msgid "Boot Loader"
#~ msgstr "Įkrovos Kvietėjas"