forked from hexameron/dl-fldigi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathel.po
9024 lines (6902 loc) · 218 KB
/
el.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
# Greek translation file for Fldigi.
# Copyright (C) 2017 Dave Freese, Stelios Bounanos, Leigh Klotz, and others
# This file is distributed under the same license as the fldigi package.
# Haris Andrianos <[email protected]>, 2017.
#
msgid ""
msgstr ""
"Project-Id-Version: fldigi 4.1.06\n"
"Report-Msgid-Bugs-To: w1hkj AT w1hkj DOT com\n"
"POT-Creation-Date: 2019-07-23 10:39-0500\n"
"PO-Revision-Date: 2019-07-29 20:18+0300\n"
"Last-Translator: Haris Andrianos <[email protected]>\n"
"Language-Team: Greek (Haris Andrianos) <[email protected]>\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-SourceCharset: iso-8859-7\n"
"X-Generator: Poedit 2.2.3\n"
#: src/main.cxx:1018
#, c-format
msgid "%s log started on %s"
msgstr ""
#: src/main.cxx:1703
msgid "Bad modem id"
msgstr ""
#: src/main.cxx:1710
msgid "Bad frequency"
msgstr ""
#: src/main.cxx:1845
msgid ""
"License GPLv3+: GNU GPL version 3 or later <http://www.gnu.org/licenses/"
"gpl-3.0.html>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n"
msgstr ""
#: src/main.cxx:2074 src/main.cxx:2116 src/main.cxx:2140 src/main.cxx:2154
msgid "Could not make directory "
msgstr "Αδυναμία δημιουργίας φακέλου "
#: src/dialogs/fl_digi.cxx:189
msgid "Log all RX/TX text"
msgstr "Καταγραφή όλου του κειμένου Λήψης/Εκπομπής"
#: src/dialogs/fl_digi.cxx:190 src/misc/debug.cxx:101
msgid "Rig control"
msgstr "Έλεγχος Π/Δ"
#: src/dialogs/fl_digi.cxx:191 src/dialogs/fl_digi.cxx:7534
msgid "Op &Mode"
msgstr "&Mode λειτουργίας"
#: src/dialogs/fl_digi.cxx:192
msgid "Show fewer modes"
msgstr "Εμφ.λιγότερων mode"
#: src/dialogs/fl_digi.cxx:193
msgid "Show all modes"
msgstr "Εμφ.όλων των mode"
#: src/dialogs/fl_digi.cxx:197
msgid "&View"
msgstr "Προβολή"
#: src/dialogs/fl_digi.cxx:198
msgid "MFSK Image"
msgstr "Εικόνα MFSK"
#: src/dialogs/fl_digi.cxx:199
msgid "THOR Raw Image"
msgstr "THOR εικόνα Raw"
#: src/dialogs/fl_digi.cxx:200
msgid "IFKP Raw Image"
msgstr "IFKP εικόνα Raw"
#: src/dialogs/fl_digi.cxx:201
msgid "Weather Fax Image RX"
msgstr "Λήψη εικόνας Weather Fax"
#: src/dialogs/fl_digi.cxx:202
msgid "Weather Fax Image TX"
msgstr "Αποστολή εικόνας Weather Fax"
#: src/dialogs/fl_digi.cxx:203 src/dialogs/confdialog.cxx:8948
#: src/logbook/lgbook.cxx:1288
msgid "Contest"
msgstr ""
#: src/dialogs/fl_digi.cxx:204
msgid "C&ountries"
msgstr "Χώρες"
#: src/dialogs/fl_digi.cxx:205
msgid "&UI"
msgstr ""
#: src/dialogs/fl_digi.cxx:206
msgid "Full"
msgstr "Πλήρες"
#: src/dialogs/fl_digi.cxx:207
msgid "Partial"
msgstr "Μερικό"
#: src/dialogs/fl_digi.cxx:208 src/waterfall/waterfall.cxx:2330
#: src/dialogs/confdialog.cxx:8431 src/dialogs/confdialog.cxx:15706
#: src/dialogs/confdialog.cxx:15795
msgid "None"
msgstr "Κανένα"
#: src/dialogs/fl_digi.cxx:209
msgid "Docked scope"
msgstr "Σταθερό παλμογράφημα"
#: src/dialogs/fl_digi.cxx:210
msgid "Minimal controls"
msgstr "Λιγότερα ρυθμιστικά"
#: src/dialogs/fl_digi.cxx:211
msgid "Show channels"
msgstr "Εμφ.καναλιών"
#: src/dialogs/fl_digi.cxx:213
msgid "Connect to server"
msgstr "Σύνδεση με server"
#: src/dialogs/fl_digi.cxx:1023 src/dialogs/fl_digi.cxx:1051
#: src/dialogs/fl_digi.cxx:1061 src/dialogs/fl_digi.cxx:5922
#: src/dialogs/fl_digi.cxx:6007 src/dialogs/fl_digi.cxx:6084
#: src/dialogs/fl_digi.cxx:7561 src/dialogs/fl_digi.cxx:7618
#: src/dialogs/fl_digi.cxx:7663
msgid "Custom..."
msgstr "Προσαρμοσμένο..."
#: src/dialogs/fl_digi.cxx:1519 src/dialogs/fl_digi.cxx:4533
msgid "Save changed macros?"
msgstr "Αποθήκευση αλλαγών macros;"
#: src/dialogs/fl_digi.cxx:1519 src/dialogs/fl_digi.cxx:4178
#: src/dialogs/fl_digi.cxx:4237 src/dialogs/fl_digi.cxx:6581
#: src/logbook/logsupport.cxx:1202 src/misc/configuration.cxx:723
#: src/dialogs/font_browser.cxx:137 src/logbook/lgbook.cxx:832
#: src/logbook/lgbook.cxx:1642
msgid "Cancel"
msgstr "Ακύρωση"
#: src/dialogs/fl_digi.cxx:1519 src/dialogs/fl_digi.cxx:6223
#: src/logbook/logsupport.cxx:331 src/logbook/logsupport.cxx:1201
#: src/dialogs/confdialog.cxx:11415 src/dialogs/confdialog.cxx:16863
msgid "Save"
msgstr "Αποθήκευση"
#: src/dialogs/fl_digi.cxx:1519
msgid "Don't save"
msgstr "Χωρίς αποθήκευση"
#: src/dialogs/fl_digi.cxx:1738
msgid "Switch to ARQ I/O"
msgstr "Μετάβαση σε ARQ I/O"
#: src/dialogs/fl_digi.cxx:1738 src/dialogs/fl_digi.cxx:3017
#: src/dialogs/fl_digi.cxx:4525 src/dialogs/fl_digi.cxx:4533
#: src/dialogs/fl_digi.cxx:4541 src/dialogs/fl_digi.cxx:4557
#: src/dialogs/fl_digi.cxx:4566 src/dialogs/fl_digi.cxx:4579
#: src/dialogs/fl_digi.cxx:9943 src/logbook/logsupport.cxx:360
#: src/logbook/logsupport.cxx:405 src/logbook/logsupport.cxx:1818
#: src/misc/configuration.cxx:725 src/soundcard/sound.cxx:360
msgid "No"
msgstr "Όχι"
#: src/dialogs/fl_digi.cxx:1738 src/dialogs/fl_digi.cxx:3017
#: src/dialogs/fl_digi.cxx:4525 src/dialogs/fl_digi.cxx:4533
#: src/dialogs/fl_digi.cxx:4541 src/dialogs/fl_digi.cxx:4557
#: src/dialogs/fl_digi.cxx:4566 src/dialogs/fl_digi.cxx:4579
#: src/dialogs/fl_digi.cxx:9943 src/logbook/logsupport.cxx:360
#: src/logbook/logsupport.cxx:405 src/logbook/logsupport.cxx:1818
#: src/misc/configuration.cxx:725 src/soundcard/sound.cxx:360
msgid "Yes"
msgstr "Ναι"
#: src/dialogs/fl_digi.cxx:2694
msgid "No file name given"
msgstr "Δεν δόθηκε όνομα αρχείου"
#: src/dialogs/fl_digi.cxx:2697
msgid "Unsupported format"
msgstr "Format δεν υποστηρίζεται"
#: src/dialogs/fl_digi.cxx:2700
msgid "channels != 1"
msgstr "κανάλια != 1"
#: src/dialogs/fl_digi.cxx:2703
msgid "unknown wave file error"
msgstr "Άγνωστο σφάλμα αρχείου wave"
#: src/dialogs/fl_digi.cxx:2710
msgid "Spotting disabled"
msgstr "Απενεργ.Spotting"
#: src/dialogs/fl_digi.cxx:2758
#, c-format
msgid ""
"Could not run a web browser:\n"
"%s\n"
"\n"
"Open this URL manually:\n"
"%s"
msgstr ""
"Δεν ήταν δυνατή η εκτέλεση ενός προγράμματος περιήγησης Web:\n"
"%s \n"
"\n"
"Άνοιγμα αυτής της URL με μη αυτόματο τρόπο:\n"
"%s"
#: src/dialogs/fl_digi.cxx:2771
#, c-format
msgid ""
"Could not open url:\n"
"%s\n"
msgstr ""
"Δεν ήταν δυνατό το άνοιγμα της διεύθυνσης URL:\n"
"\n"
"%s\n"
#: src/dialogs/fl_digi.cxx:2853
msgid "Checking for updates..."
msgstr "Έλεγχος για ενημερώσεις..."
#: src/dialogs/fl_digi.cxx:2858
msgid "Update site not available"
msgstr "Δεν υπάρχει διαθέσιμο site ενημερώσεων"
#: src/dialogs/fl_digi.cxx:2871
msgid "You are running the latest version"
msgstr "Τρέχετε την τελευταία έκδοση"
#: src/dialogs/fl_digi.cxx:2875
msgid "You are probably running an alpha version "
msgstr "Πιθανότατα τρέχετε μια έκδοση alpha"
#: src/dialogs/fl_digi.cxx:2876
msgid ""
"\n"
"Posted version: "
msgstr ""
"\n"
"Δημοσιευμένη έκδοση: "
#: src/dialogs/fl_digi.cxx:2881
#, c-format
msgid "Version %s is available at Source Forge"
msgstr "Η έκδοση %s είναι διαθέσιμη στο Source Forge"
#: src/dialogs/fl_digi.cxx:2950
msgid "Sunspot creation underway!"
msgstr ""
#: src/dialogs/fl_digi.cxx:2957
msgid "Audio device information is only available for the PortAudio backend"
msgstr ""
"Πληροφορίες της συσκευής ήχου είναι διαθέσιμες μόνο για το backend του "
"PortAudio"
#: src/dialogs/fl_digi.cxx:2966
msgid "Capture device"
msgstr "Συσκευή εγγραφής"
#: src/dialogs/fl_digi.cxx:2967
msgid "Playback device"
msgstr "Συσκευή αναπαραγωγής"
#: src/dialogs/fl_digi.cxx:2971
msgid "Capture and playback devices"
msgstr "Συσκευές εγγραφής και αναπαραγωγής"
#: src/dialogs/fl_digi.cxx:3017
#, c-format
msgid "%s: Do not exist, create?"
msgstr "%s: Δεν υπάρχει, δημιουργία;"
#: src/dialogs/fl_digi.cxx:4178
msgid "Clear log fields?"
msgstr "Καθαρισμός πεδίων log;"
#: src/dialogs/fl_digi.cxx:4178 src/misc/configuration.cxx:723
#: src/logbook/lgbook.cxx:829 src/logbook/lgbook.cxx:1639
msgid "OK"
msgstr ""
#: src/dialogs/fl_digi.cxx:4237 src/dialogs/fl_digi.cxx:6581
msgid "Confirm"
msgstr "Επιβεβ."
#: src/dialogs/fl_digi.cxx:4525
msgid "Save changed configuration?"
msgstr "Αποθήκευση αλλαγών ρυθμίσεων;"
#: src/dialogs/fl_digi.cxx:4541 src/dialogs/fl_digi.cxx:4566
msgid "Save log entry?"
msgstr "Αποθήκευση καταχώρησης log;"
#: src/dialogs/fl_digi.cxx:4557
msgid "Confirm Quit"
msgstr "Επιβεβαίωση εξόδου"
#: src/dialogs/fl_digi.cxx:4579
msgid "Confirm quit?"
msgstr "Επιβεβαίωση εξόδου;"
#: src/dialogs/fl_digi.cxx:5861 src/dialogs/fl_digi.cxx:7530
msgid "&File"
msgstr "Αρχείο"
#: src/dialogs/fl_digi.cxx:5863
msgid "Folders"
msgstr "Φάκελοι"
#: src/dialogs/fl_digi.cxx:5864
msgid "Fldigi config..."
msgstr "Φάκελος ρυθμ.Fldigi..."
#: src/dialogs/fl_digi.cxx:5865
msgid "FLMSG files..."
msgstr "Αρχεία FLMSG..."
#: src/dialogs/fl_digi.cxx:5866
msgid "NBEMS files..."
msgstr "Αρχεία NBEMS..."
#: src/dialogs/fl_digi.cxx:5867
msgid "Data files..."
msgstr "Αρχεία δεδομένων..."
#: src/dialogs/fl_digi.cxx:5870 src/dialogs/confdialog.cxx:9267
msgid "Macros"
msgstr ""
#: src/dialogs/fl_digi.cxx:5871
msgid "Open ..."
msgstr "Άνοιγμα ..."
#: src/dialogs/fl_digi.cxx:5872
msgid "Save ..."
msgstr "Αποθήκευση ..."
#: src/dialogs/fl_digi.cxx:5875
msgid "Config Scripts"
msgstr "Script ρυθμίσεων"
#: src/dialogs/fl_digi.cxx:5876
msgid "Execute"
msgstr "Εκτέλεση"
#: src/dialogs/fl_digi.cxx:5877
msgid "Generate"
msgstr "Δημιουργία"
#: src/dialogs/fl_digi.cxx:5880
msgid "Text Capture"
msgstr "Καταγραφή κειμένου"
#: src/dialogs/fl_digi.cxx:5885 src/misc/debug.cxx:99
#: src/dialogs/confdialog.cxx:14403
msgid "Audio"
msgstr "Ήχος"
#: src/dialogs/fl_digi.cxx:5886
msgid "RX capture"
msgstr "Καταγραφή σημάτων Λήψης"
#: src/dialogs/fl_digi.cxx:5887
msgid "TX generate"
msgstr "Δημιουργία σημάτων Εκπομπής"
#: src/dialogs/fl_digi.cxx:5888 src/dialogs/confdialog.cxx:14514
msgid "Playback"
msgstr "Αναπαραγωγή"
#: src/dialogs/fl_digi.cxx:5892 src/dialogs/fl_digi.cxx:7531
msgid "Exit"
msgstr "Έξοδος"
#: src/dialogs/fl_digi.cxx:6135 src/dialogs/fl_digi.cxx:7692
msgid "&Configure"
msgstr "Ρύθμιση"
#: src/dialogs/fl_digi.cxx:6137 src/dialogs/confdialog.cxx:8377
msgid "UI"
msgstr ""
#: src/dialogs/fl_digi.cxx:6139
msgid "Colors && Fonts"
msgstr "Χρώματα && Γραμματοσειρές"
#: src/dialogs/fl_digi.cxx:6140 src/dialogs/confdialog.cxx:8224
#: src/logbook/lgbook.cxx:726
msgid "Operator"
msgstr "Χειριστής"
#: src/dialogs/fl_digi.cxx:6141
msgid "User Interface"
msgstr "Περιβάλλον Χρήστη"
#: src/dialogs/fl_digi.cxx:6142 src/dialogs/fl_digi.cxx:6211
#: src/dialogs/fl_digi.cxx:7693 src/dialogs/confdialog.cxx:9972
msgid "Waterfall"
msgstr "Καταρράκτης"
#: src/dialogs/fl_digi.cxx:6143
msgid "Waterfall controls"
msgstr "Ρυθμιστικά καταρράκτη"
#: src/dialogs/fl_digi.cxx:6146
msgid "Operating"
msgstr ""
#: src/dialogs/fl_digi.cxx:6147 src/dialogs/fl_digi.cxx:7696
msgid "Active Modem"
msgstr "Ενεργό Modem"
#: src/dialogs/fl_digi.cxx:6148
msgid "Winkeyer"
msgstr ""
#: src/dialogs/fl_digi.cxx:6152 src/dialogs/fl_digi.cxx:7695
msgid "Sound Card"
msgstr "Κάρτα ήχου"
#: src/dialogs/fl_digi.cxx:6154
msgid "Miscellaneous"
msgstr "Διάφορα"
#: src/dialogs/fl_digi.cxx:6155
msgid "CPU speed"
msgstr "Ταχύτητα CPU"
#: src/dialogs/fl_digi.cxx:6156 src/dialogs/confdialog.cxx:15102
msgid "NBEMS"
msgstr ""
#: src/dialogs/fl_digi.cxx:6157
msgid "PSKmail"
msgstr ""
#: src/dialogs/fl_digi.cxx:6158
msgid "PSK reporter"
msgstr ""
#: src/dialogs/fl_digi.cxx:6159
msgid "Sweet spot"
msgstr ""
#: src/dialogs/fl_digi.cxx:6160
msgid "Text IO"
msgstr ""
#: src/dialogs/fl_digi.cxx:6161 src/dialogs/confdialog.cxx:15491
msgid "DTMF"
msgstr ""
#: src/dialogs/fl_digi.cxx:6162 src/dialogs/confdialog.cxx:15501
msgid "WX"
msgstr ""
#: src/dialogs/fl_digi.cxx:6163 src/dialogs/confdialog.cxx:15592
msgid "KML"
msgstr ""
#: src/dialogs/fl_digi.cxx:6166 src/misc/debug.cxx:107
#: src/widgets/FTextRXTX.cxx:1927 src/widgets/flinput2.cxx:127
#: src/dialogs/confdialog.cxx:13399 src/logbook/lgbook.cxx:1143
msgid "Other"
msgstr "Άλλα"
#: src/dialogs/fl_digi.cxx:6167 src/dialogs/confdialog.cxx:16152
msgid "Autostart"
msgstr "Αυτόμ.εκκίν."
#: src/dialogs/fl_digi.cxx:6168 src/dialogs/fl_digi.cxx:7697
msgid "IDs"
msgstr ""
#: src/dialogs/fl_digi.cxx:6169 src/dialogs/fl_digi.cxx:7698
#: src/dialogs/confdialog.cxx:16360
msgid "IO"
msgstr ""
#: src/dialogs/fl_digi.cxx:6170 src/dialogs/fl_digi.cxx:7700
#: src/dialogs/notifydialog.cxx:104
msgid "Notifications"
msgstr "Ειδοποιήσεις"
#: src/dialogs/fl_digi.cxx:6171 src/dialogs/fl_digi.cxx:7699
#: src/dialogs/confdialog.cxx:16691
msgid "PSM"
msgstr ""
#: src/dialogs/fl_digi.cxx:6172 src/dialogs/fl_digi.cxx:7701
msgid "Test Signals"
msgstr "Σήματα δοκιμών"
#: src/dialogs/fl_digi.cxx:6175
msgid "Contest/Logging"
msgstr ""
#: src/dialogs/fl_digi.cxx:6176
msgid "QRZ/eQSL"
msgstr ""
#: src/dialogs/fl_digi.cxx:6178 src/dialogs/confdialog.cxx:8861
msgid "N3FJP logs"
msgstr ""
#: src/dialogs/fl_digi.cxx:6179 src/dialogs/confdialog.cxx:8810
msgid "MacLogger"
msgstr ""
#: src/dialogs/fl_digi.cxx:6182 src/dialogs/fl_digi.cxx:7702
msgid "Save Config"
msgstr "Αποθήκευση ρυθμίσεων"
#: src/dialogs/fl_digi.cxx:6187
msgid "View/Hide Channels"
msgstr "Εμφ./Απόκρ.καναλιών"
#: src/dialogs/fl_digi.cxx:6188
msgid "Signal browser"
msgstr "Περιηγητής σημάτων"
#: src/dialogs/fl_digi.cxx:6190
msgid "View/Hide 48 macros"
msgstr "Εμφ./Απόκρ.48 macros"
#: src/dialogs/fl_digi.cxx:6192
msgid "DX Cluster"
msgstr ""
#: src/dialogs/fl_digi.cxx:6194
msgid "Floating scope"
msgstr "Ελεύθερο παλμογράφημα"
#: src/dialogs/fl_digi.cxx:6195 src/dialogs/fl_digi.cxx:7713
msgid "Spectrum scope"
msgstr "Αναλυτής φάσματος"
#: src/dialogs/fl_digi.cxx:6205
msgid "Rig/Log Controls"
msgstr ""
#: src/dialogs/fl_digi.cxx:6218
msgid "&Logbook"
msgstr ""
#: src/dialogs/fl_digi.cxx:6219
msgid "View"
msgstr "Εμφάνιση"
#: src/dialogs/fl_digi.cxx:6221
msgid "Files"
msgstr "Αρχεία"
#: src/dialogs/fl_digi.cxx:6222 src/dialogs/confdialog.cxx:13583
msgid "Open..."
msgstr "Άνοιγμα..."
#: src/dialogs/fl_digi.cxx:6224 src/logbook/logsupport.cxx:1210
#: src/logbook/lgbook.cxx:1562
msgid "New"
msgstr "Νέο"
#: src/dialogs/fl_digi.cxx:6227
msgid "ADIF"
msgstr ""
#: src/dialogs/fl_digi.cxx:6228
msgid "Merge..."
msgstr "Ένωση..."
#: src/dialogs/fl_digi.cxx:6229
msgid "Export..."
msgstr "Εξαγωγή..."
#: src/dialogs/fl_digi.cxx:6232 src/dialogs/confdialog.cxx:16027
#: src/logbook/lgbook.cxx:826
msgid "LoTW"
msgstr ""
#: src/dialogs/fl_digi.cxx:6234
msgid "Reports"
msgstr "Αναφορές"
#: src/dialogs/fl_digi.cxx:6235
msgid "Text..."
msgstr ""
#: src/dialogs/fl_digi.cxx:6236
msgid "CSV..."
msgstr ""
#: src/dialogs/fl_digi.cxx:6237
msgid "Cabrillo..."
msgstr ""
#: src/dialogs/fl_digi.cxx:6242
msgid "Field Day Logging"
msgstr ""
#: src/dialogs/fl_digi.cxx:6247 src/dialogs/fl_digi.cxx:7718
msgid "&Help"
msgstr "Βοήθεια"
#: src/dialogs/fl_digi.cxx:6250
msgid "Create sunspots"
msgstr "Δημιουργία sunspots"
#: src/dialogs/fl_digi.cxx:6252
msgid "Beginners' Guide"
msgstr "Οδηγός για αρχάριους"
#: src/dialogs/fl_digi.cxx:6253 src/dialogs/fl_digi.cxx:7719
msgid "Online documentation..."
msgstr ""
#: src/dialogs/fl_digi.cxx:6254
msgid "Fldigi web site..."
msgstr "Ιστότοπος Fldigi..."
#: src/dialogs/fl_digi.cxx:6255
msgid "Reception reports..."
msgstr "Αναφορές λήψης..."
#: src/dialogs/fl_digi.cxx:6256
msgid "Command line options"
msgstr "Επιλογές γραμμής εντολών"
#: src/dialogs/fl_digi.cxx:6257
msgid "Audio device info"
msgstr "Πληροφ.συσκευής ήχου"
#: src/dialogs/fl_digi.cxx:6258
msgid "Build info"
msgstr ""
#: src/dialogs/fl_digi.cxx:6259 src/dialogs/fl_digi.cxx:7720
#: src/misc/debug.cxx:159
msgid "Event log"
msgstr ""
#: src/dialogs/fl_digi.cxx:6260 src/dialogs/fl_digi.cxx:7721
msgid "Check for updates..."
msgstr "Έλεγχος για ενημερώσεις..."
#: src/dialogs/fl_digi.cxx:6261 src/dialogs/fl_digi.cxx:7722
msgid "&About"
msgstr "Σχετικά"
#: src/dialogs/fl_digi.cxx:6513
msgid "waterfall-only mode"
msgstr ""
#: src/dialogs/fl_digi.cxx:6515
msgid "NO CALLSIGN SET"
msgstr "ΔΕΝ ΕΧΕΙ ΟΡΙΣΤΕΙ CALLSIGN"
#: src/dialogs/fl_digi.cxx:6540
msgid "Close List"
msgstr "Κλείσιμο λίστας"
#: src/dialogs/fl_digi.cxx:6548
msgid "Open List"
msgstr "Άνοιγμα λίστας"
#: src/dialogs/fl_digi.cxx:6581
msgid "Clear list?"
msgstr "Καθαρισμός λίστας;"
#: src/dialogs/fl_digi.cxx:6618
msgid "report"
msgstr "αναφορά"
#: src/dialogs/fl_digi.cxx:6618
msgid "reports"
msgstr "αναφορές"
#: src/dialogs/fl_digi.cxx:6628
msgid "Recent activity for grid"
msgstr "Πρόσφατη δραστηριότητα για το grid"
#: src/dialogs/fl_digi.cxx:7712 src/dialogs/Viewer.cxx:287
msgid "Signal Browser"
msgstr "Περιηγητής σημάτων"
#: src/dialogs/fl_digi.cxx:8009
msgid "Scope"
msgstr "Παλμογράφημα"
#: src/dialogs/fl_digi.cxx:8104
msgid "Detected signal level"
msgstr "Επίπεδο ανίχν.σήματος"
#: src/dialogs/fl_digi.cxx:8116 src/waterfall/waterfall.cxx:2331
msgid "Squelch level"
msgstr "Επίπεδο Squelch"
#: src/dialogs/fl_digi.cxx:8132
msgid ""
"Left click: change mode\n"
"Right click: configure"
msgstr ""
"Αριστερό κλικ: αλλαγή mode\n"
"Δεξί κλικ: ρύθμιση"
#: src/dialogs/fl_digi.cxx:8141
msgid "CW transmit WPM"
msgstr ""
#: src/dialogs/fl_digi.cxx:8150
msgid "Default WPM"
msgstr ""
#: src/dialogs/fl_digi.cxx:8188
msgid "Tx level attenuator (dB)"
msgstr "Εξασθενητής επιπέδου Εκπομπής (dB)"
#: src/dialogs/fl_digi.cxx:8216
msgid "Automatic Frequency Control"
msgstr ""
#: src/dialogs/fl_digi.cxx:8221 src/dialogs/confdialog.cxx:10531
msgid "Squelch"
msgstr ""
#: src/dialogs/fl_digi.cxx:8226
msgid "Power Signal Monitor"
msgstr ""
#: src/dialogs/fl_digi.cxx:9943
msgid "Delete entry?"
msgstr "Διαγραφή καταχώρησης;"
#: src/dialogs/fl_digi.cxx:9943 src/spot/notify.cxx:223 src/spot/notify.cxx:229
msgid "All"
msgstr "Όλα"
#: src/dialogs/Viewer.cxx:291
msgid "Find: "
msgstr "Εύρεση: "
#: src/dialogs/Viewer.cxx:312 src/logbook/logsupport.cxx:325
#: src/logbook/logsupport.cxx:1057 src/misc/macroedit.cxx:485
#: src/misc/newinstall.cxx:391 src/mfsk/mfsk-pic.cxx:353
#: src/spot/notify.cxx:523 src/spot/notify.cxx:527
#: src/dialogs/confdialog.cxx:16866
msgid "Close"
msgstr "Κλείσιμο"
#: src/dialogs/Viewer.cxx:320 src/logbook/logsupport.cxx:328
#: src/widgets/FTextView.cxx:485 src/widgets/FTextView.cxx:652
#: src/widgets/flinput2.cxx:48 src/dialogs/confdialog.cxx:12390
msgid "Clear"
msgstr "Καθαρισμός"
#: src/dialogs/Viewer.cxx:324
msgid ""
"Left click to clear text\n"
"Right click to reset frequencies"
msgstr ""
"Αριστερό κλικ για καθαρισμό κειμένου\n"
"Δεξί κλικ για επαναφορά συχνοτήτων"
#: src/dialogs/Viewer.cxx:330
msgid "Set Viewer Squelch"
msgstr ""
#: src/logbook/logsupport.cxx:161
msgid "Export to CSV file"
msgstr "Εξαγωγή σε αρχείο CSV"
#: src/logbook/logsupport.cxx:188
msgid "Export to fixed field text file"
msgstr "Εξαγωγή σε αρχείο σταθερών πεδίων"
#: src/logbook/logsupport.cxx:216
msgid "Export to ADIF file"
msgstr "Εξαγωγή σε αρχείο ADIF"
#: src/logbook/logsupport.cxx:318
msgid "LoTW Review"
msgstr ""
#: src/logbook/logsupport.cxx:360
msgid "Save changed Logbook?"
msgstr "Αποθήκευση αλλαγών Logbook;"
#: src/logbook/logsupport.cxx:381
msgid "Create new logbook file"
msgstr "Δημιουργία νέου αρχείου logbook"
#: src/logbook/logsupport.cxx:404
#, c-format
msgid "%s exists, overwrite?"
msgstr "%s υπάρχει, αντικατάσταση;"
#: src/logbook/logsupport.cxx:439
msgid "Open logbook file"
msgstr "Άνοιγμα αρχείου logbook"
#: src/logbook/logsupport.cxx:471
msgid "Save logbook file"
msgstr "Αποθήκευση αρχείου logbook"
#: src/logbook/logsupport.cxx:928
msgid "Database merger in progress"
msgstr "Συγχώνευση βάσης δεδομένων σε εξέλιξη"
#: src/logbook/logsupport.cxx:934
msgid "Merge ADIF file"
msgstr "Ένωση αρχείων ADIF"
#: src/logbook/logsupport.cxx:971
msgid "No records in lotw download file"
msgstr ""
#: src/logbook/logsupport.cxx:1051
msgid "Unmatched LoTW Records"
msgstr ""
#: src/logbook/logsupport.cxx:1089
msgid ""
"Could not find LoTW report file.\n"
"\n"
"Download from ARRL's LoTW page after logging in at:\n"
"\n"
"https://lotw.arrl.org/lotwuser/default\n"
"\n"
"Store the report file to the fldigi LOTW folder,\n"
"\n"
"naming the file 'lotwreport.adi'"
msgstr ""
"Δεν ήταν δυνατή η εύρεση του αρχείου report LoTW.\n"
"\n"
"Λήψη από τη σελίδα LoTW ARRL μετά τη σύνδεση στο: \n"
"\n"
"https://lotw.arrl.org/lotwuser/default\n"
"\n"
"Αποθηκεύστε το αρχείο αναφοράς στο φάκελο fldigi LOTW,\n"
"\n"
"ονομάζοντας το αρχείο ' lotwreport. adi '"
#: src/logbook/logsupport.cxx:1211 src/spot/notify.cxx:207
#: src/spot/notify.cxx:521 src/dialogs/record_browse.cxx:47
#: src/logbook/lgbook.cxx:1569
msgid "Update"
msgstr "Ενημέρ."
#: src/logbook/logsupport.cxx:1817
#, c-format
msgid "Really delete record for \"%s\"?"
msgstr "Διαγραφή καταχώρησης για \"%s\";"
#: src/logbook/logsupport.cxx:2306
msgid "Create cabrillo report"
msgstr "Δημιουργία αναφοράς cabrillo"
#: src/logbook/logsupport.cxx:2545
msgid "LoTW download file"
msgstr "Λήψη αρχείου LoTW"
#: src/logger/rx_extract.cxx:57
msgid ""
"Detect the occurance of [WRAP:beg] and [WRAP:end]\n"
"Save tags and all enclosed text to date-time stamped file, ie:\n"
" NBEMS.files\\WRAP\\recv\\extract-20090127-092515.wrap"
msgstr ""
#: src/logger/rx_extract.cxx:62
msgid ""
"Detect the occurance of [WRAP:beg] and [WRAP:end]\n"
"Save tags and all enclosed text to date-time stamped file, ie:\n"
" ~/.nbems/WRAP/recv/extract-20090127-092515.wrap"
msgstr ""
#: src/logger/rx_extract.cxx:288 src/logger/rx_extract.cxx:318
msgid "Could not start flmsg"
msgstr "Αδυναμία έναρξης flmsg"
#: src/logger/rx_extract.cxx:416 src/logger/rx_extract.cxx:420
#: src/dialogs/confdialog.cxx:15151
msgid "Locate flmsg executable"
msgstr "Εντοπισμός εκτελέσιμου flmsg"
#: src/logger/rx_extract.cxx:416
msgid "flmsg.exe\t*.exe"
msgstr ""
#: src/logger/rx_extract.cxx:420
msgid "flmsg\t*"
msgstr ""
#: src/logger/rx_extract.cxx:494
msgid "Locate executable"
msgstr "Εντοπισμός εκτελέσιμου"
#: src/logger/rx_extract.cxx:494
msgid "*.exe"
msgstr ""
#: src/logger/rx_extract.cxx:497
msgid "Locate binary"
msgstr "Εντοπισμός binary"
#: src/logger/rx_extract.cxx:497
msgid "*"
msgstr ""
#: src/logger/speak.cxx:42
msgid ""
"Save all received text, one character at a time to the following file:\n"
"\n"
" fldigi.files\\talk\\textout.txt (Windows)\n"
" ~/.fldigi/talk/textout.txt (Linux, OS X, Free BSD)"
msgstr ""
#: src/misc/configuration.cxx:537
msgid "Rig mode"
msgstr "Mode Π/Δ"
#: src/misc/configuration.cxx:538
msgid "Always LSB"
msgstr "Πάντα LSB"
#: src/misc/configuration.cxx:539
msgid "Always USB"
msgstr "Πάντα USB"
#: src/misc/configuration.cxx:720
msgid ""
"Reset all options to their default values?\n"
"\n"
"Reset options will take effect at the next start\n"
"Files: fldigi_def.xml and fldigi.prefs will be deleted!\n"
msgstr ""
"Επαναφορά όλων των επιλογών στις αρχικές τιμές;\n"
"\n"
"Η επαναφορά θα πραγματοποιηθεί στην επόμενη επανεκκίνηση\n"
"Τα αρχεία: fldigi_def.xml και fldigi.prefs θα διαγραφούν!\n"
#: src/misc/configuration.cxx:725
msgid "Confirm RESET"
msgstr "Επιβεβαίωση ΕΠΑΝΑΦΟΡΑΣ"
#: src/misc/debug.cxx:89
msgid "Quiet"
msgstr ""
#: src/misc/debug.cxx:89
msgid "Error"
msgstr ""
#: src/misc/debug.cxx:89
msgid "Warning"
msgstr ""
#: src/misc/debug.cxx:89
msgid "Info"
msgstr ""
#: src/misc/debug.cxx:89
msgid "Verbose"
msgstr ""
#: src/misc/debug.cxx:89
msgid "Debug"
msgstr ""
#: src/misc/debug.cxx:98
msgid "ARQ control"
msgstr ""
#: src/misc/debug.cxx:100 src/waterfall/waterfall.cxx:2332
msgid "Modem"
msgstr ""
#: src/misc/debug.cxx:102
msgid "Flrig I/O"
msgstr ""
#: src/misc/debug.cxx:103
msgid "RPC"
msgstr ""
#: src/misc/debug.cxx:104
msgid "Spotter"