forked from PintaProject/Pinta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathel.po
2458 lines (1928 loc) · 77.4 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 for pinta
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the pinta package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: pinta\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2016-05-23 18:07-0500\n"
"PO-Revision-Date: 2015-02-16 09:03+0000\n"
"Last-Translator: Chris Taklis (aka Kailor) <[email protected]>\n"
"Language-Team: Greek <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Launchpad-Export-Date: 2016-06-04 22:52+0000\n"
"X-Generator: Launchpad (build 18086)\n"
#: ../xdg/pinta.desktop.in.h:1
msgid "Pinta"
msgstr "Επεξεργασία εικόνας Pinta"
#: ../xdg/pinta.desktop.in.h:2
msgid "Easily create and edit images"
msgstr "Δημιουργήστε και επεξεργαστείτε εικόνες εύκολα"
#: ../xdg/pinta.desktop.in.h:3
msgid "Image Editor"
msgstr "Επεξεργασία εικόνας"
#: ../xdg/pinta.desktop.in.h:4
msgid "Pinta Image Editor"
msgstr "Επεξεργασία εικόνας Pinta"
#: ../Pinta.Core/Actions/AddinActions.cs:40
msgid "Add-in Manager"
msgstr "Διαχειριστής προσθέτων"
#: ../Pinta.Core/Actions/EditActions.cs:67
msgid "Undo"
msgstr "Αναίρεση"
#: ../Pinta.Core/Actions/EditActions.cs:68
msgid "Redo"
msgstr "Επανάληψη τελευταίας ενέργειας"
#: ../Pinta.Core/Actions/EditActions.cs:69
#: ../Pinta.Core/Actions/EditActions.cs:216
msgid "Cut"
msgstr "Αποκοπή"
#: ../Pinta.Core/Actions/EditActions.cs:70
msgid "Copy"
msgstr "Αντιγραφή"
#: ../Pinta.Core/Actions/EditActions.cs:71
msgid "Copy Merged"
msgstr "Αντιγραφή συγχώνευσης"
#: ../Pinta.Core/Actions/EditActions.cs:72
#: ../Pinta.Core/Classes/Document.cs:794
#: ../Pinta.Core/HistoryItems/PasteHistoryItem.cs:44
msgid "Paste"
msgstr "Επικόλληση"
#: ../Pinta.Core/Actions/EditActions.cs:73
#: ../Pinta.Core/Classes/Document.cs:790
msgid "Paste Into New Layer"
msgstr "Επικόλληση σε νέο επίπεδο"
#: ../Pinta.Core/Actions/EditActions.cs:74
msgid "Paste Into New Image"
msgstr "Επικόλληση σε νέα εικόνα"
#: ../Pinta.Core/Actions/EditActions.cs:75
#: ../Pinta.Core/Actions/EditActions.cs:218
msgid "Erase Selection"
msgstr "Διαγραφή επιλογής"
#: ../Pinta.Core/Actions/EditActions.cs:76
#: ../Pinta.Core/Actions/EditActions.cs:178
msgid "Fill Selection"
msgstr "Γέμισμα επιλογής"
#: ../Pinta.Core/Actions/EditActions.cs:77
#: ../Pinta.Core/Actions/EditActions.cs:414
msgid "Invert Selection"
msgstr "Αντιστροφή επιλογής"
#: ../Pinta.Core/Actions/EditActions.cs:78
#: ../Pinta.Core/Actions/EditActions.cs:187
msgid "Select All"
msgstr "Επιλογή όλων"
#: ../Pinta.Core/Actions/EditActions.cs:79
msgid "Deselect All"
msgstr "Αποεπιλογή όλου"
#: ../Pinta.Core/Actions/EditActions.cs:81
#: ../Pinta.Core/Actions/FileActions.cs:56
msgid "Open..."
msgstr "Άνοιγμα..."
#: ../Pinta.Core/Actions/EditActions.cs:82
#: ../Pinta.Core/Actions/FileActions.cs:66
msgid "Save As..."
msgstr "Αποθήκευση ως…"
#: ../Pinta.Core/Actions/EditActions.cs:83
msgid "Reset to Default"
msgstr "Επαναφορά στην προεπιλογή"
#: ../Pinta.Core/Actions/EditActions.cs:84
msgid "Set Number of Colors"
msgstr "Καθορισμός αριθμού χρωμάτων"
#: ../Pinta.Core/Actions/EditActions.cs:125 ../Pinta/Pads/ColorPalettePad.cs:42
#: ../Pinta/Pads/ColorPalettePad.cs:49
msgid "Palette"
msgstr "Παλέτα"
#: ../Pinta.Core/Actions/EditActions.cs:227
msgid "Deselect"
msgstr "Αποεπιλογή"
#: ../Pinta.Core/Actions/EditActions.cs:323
msgid "Open Palette File"
msgstr "Άνοιγμα αρχείου παλέτας"
#: ../Pinta.Core/Actions/EditActions.cs:330
msgid "Palette files (*.txt, *.gpl)"
msgstr "Αρχεία παλέτας (*.txt, *.gpl)"
#: ../Pinta.Core/Actions/EditActions.cs:334
#: ../Pinta/Actions/File/OpenDocumentAction.cs:67
msgid "All files"
msgstr "Όλα τα αρχεία"
#: ../Pinta.Core/Actions/EditActions.cs:350
#, csharp-format
msgid ""
"Could not open palette file: {0}.\n"
"Please verify that you are trying to open a valid GIMP or Paint.NET palette."
msgstr ""
"Αδύνατο το άνοιγμα αρχείου παλέτας: {0}.\n"
"Επιβεβαιώστε οτι προσπαθείτε να ανοίξετε έγκυρη παλέτα τύπου GIMP ή "
"Paint.NET."
#: ../Pinta.Core/Actions/EditActions.cs:351
#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:191
#: ../Pinta/Actions/File/SaveDocumentImplementationAction.cs:203
msgid "Error"
msgstr "Σφάλμα"
#: ../Pinta.Core/Actions/EditActions.cs:363
msgid "Save Palette File"
msgstr "Αποθήκευση Αρχείου Παλέτας"
#: ../Pinta.Core/Actions/EditActions.cs:369
msgid "Paint.NET palette (*.txt)"
msgstr "Παλέττα Paint.NET (*.txt)"
#: ../Pinta.Core/Actions/EditActions.cs:374
msgid "GIMP palette (*.gpl)"
msgstr "Παλέττα Gimp (*.gpl)"
#: ../Pinta.Core/Actions/FileActions.cs:54
msgid "New..."
msgstr "Νέο..."
#: ../Pinta.Core/Actions/FileActions.cs:55
msgid "New Screenshot..."
msgstr "Νέο στιγμιότυπο οθόνης"
#: ../Pinta.Core/Actions/FileActions.cs:57
msgid "Open Recent"
msgstr "Άνοιγμα Πρόσφατου"
#: ../Pinta.Core/Actions/FileActions.cs:64
#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:173
msgid "Close"
msgstr "Κλείσιμο"
#: ../Pinta.Core/Actions/FileActions.cs:65
msgid "Save"
msgstr "Αποθήκευση"
#: ../Pinta.Core/Actions/FileActions.cs:67
msgid "Print"
msgstr "Εκτύπωση"
#: ../Pinta.Core/Actions/FileActions.cs:68
msgid "Quit"
msgstr "Έξοδος"
#: ../Pinta.Core/Actions/FileActions.cs:70
msgid "New"
msgstr "Νέο"
#: ../Pinta.Core/Actions/FileActions.cs:71
msgid "Open"
msgstr "Άνοιγμα"
#: ../Pinta.Core/Actions/HelpActions.cs:52
msgid "Contents"
msgstr ""
#: ../Pinta.Core/Actions/HelpActions.cs:53
msgid "Pinta Website"
msgstr "Ιστοσελίδα Pinta"
#: ../Pinta.Core/Actions/HelpActions.cs:54
msgid "File a Bug"
msgstr "Στείλτε αναφορά σφάλματος"
#: ../Pinta.Core/Actions/HelpActions.cs:55
msgid "Translate This Application"
msgstr "Μεταφράστε την εφαρμογή"
#: ../Pinta.Core/Actions/HelpActions.cs:56 ../Pinta/MainWindow.cs:347
msgid "About"
msgstr "Περί"
#: ../Pinta.Core/Actions/ImageActions.cs:60
#: ../Pinta.Core/Actions/ImageActions.cs:283
msgid "Crop to Selection"
msgstr "Περικοπή στην επιλογή"
#: ../Pinta.Core/Actions/ImageActions.cs:61
msgid "Auto Crop"
msgstr "Αυτόματη περικοπή"
#: ../Pinta.Core/Actions/ImageActions.cs:62
msgid "Resize Image..."
msgstr "Αλλαγή μεγέθους εικόνας..."
#: ../Pinta.Core/Actions/ImageActions.cs:63
msgid "Resize Canvas..."
msgstr "Αλλαγή μεγέθους καμβά..."
#: ../Pinta.Core/Actions/ImageActions.cs:64
#: ../Pinta.Core/Actions/LayerActions.cs:70
msgid "Flip Horizontal"
msgstr "Αναστροφή οριζόντια"
#: ../Pinta.Core/Actions/ImageActions.cs:65
#: ../Pinta.Core/Actions/LayerActions.cs:71
msgid "Flip Vertical"
msgstr "Αναστροφή κατακόρυφα"
#: ../Pinta.Core/Actions/ImageActions.cs:66
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:62
msgid "Rotate 90° Clockwise"
msgstr "Περιστροφή 90° δεξιόστροφα"
#: ../Pinta.Core/Actions/ImageActions.cs:67
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:66
msgid "Rotate 90° Counter-Clockwise"
msgstr "Περιστροφή 90° αριστερόστροφα"
#: ../Pinta.Core/Actions/ImageActions.cs:68
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:50
msgid "Rotate 180°"
msgstr "Περιστροφή 180°"
#: ../Pinta.Core/Actions/ImageActions.cs:69
#: ../Pinta.Core/Actions/ImageActions.cs:138
msgid "Flatten"
msgstr "Ισοπέδωση"
#: ../Pinta.Core/Actions/LayerActions.cs:65
#: ../Pinta.Core/Actions/LayerActions.cs:292
#: ../Pinta.Core/Classes/Document.cs:852
msgid "Add New Layer"
msgstr "Προσθήκη νέου επιπέδου"
#: ../Pinta.Core/Actions/LayerActions.cs:66
#: ../Pinta.Core/Actions/LayerActions.cs:275
msgid "Delete Layer"
msgstr "Διαγραφή επιπέδου"
#: ../Pinta.Core/Actions/LayerActions.cs:67
#: ../Pinta.Core/Actions/LayerActions.cs:266
msgid "Duplicate Layer"
msgstr "Διπλότυπο επιπέδου"
#: ../Pinta.Core/Actions/LayerActions.cs:68
#: ../Pinta.Core/Actions/LayerActions.cs:244
msgid "Merge Layer Down"
msgstr "Συγχώνευση επιπέδου προς τα κάτω"
#: ../Pinta.Core/Actions/LayerActions.cs:69
msgid "Import from File..."
msgstr "Εισαγωγή από αρχείο..."
#: ../Pinta.Core/Actions/LayerActions.cs:72
msgid "Rotate / Zoom Layer..."
msgstr "Περιστροφή / Μεγέθυνση επιπέδου..."
#: ../Pinta.Core/Actions/LayerActions.cs:73
#: ../Pinta.Core/Actions/LayerActions.cs:219
msgid "Move Layer Up"
msgstr "Μετακίνηση επιπέδου προς τα πάνω"
#: ../Pinta.Core/Actions/LayerActions.cs:74
#: ../Pinta.Core/Actions/LayerActions.cs:230
msgid "Move Layer Down"
msgstr "Μετακίνηση επιπέδου προς τα κάτω"
#: ../Pinta.Core/Actions/LayerActions.cs:75
msgid "Layer Properties..."
msgstr "Ιδιότητες επιπέδου..."
#: ../Pinta.Core/Actions/LayerActions.cs:157
#: ../Pinta/Actions/File/OpenDocumentAction.cs:50
msgid "Open Image File"
msgstr "Άνοιγμα αρχείου εικόνας"
#: ../Pinta.Core/Actions/LayerActions.cs:185
msgid "Import From File"
msgstr "Εισαγωγή από αρχείο"
#: ../Pinta.Core/Actions/ViewActions.cs:77
msgid "Zoom In"
msgstr "Μεγέθυνση"
#: ../Pinta.Core/Actions/ViewActions.cs:78
msgid "Zoom Out"
msgstr "Σμίκρυνση"
#: ../Pinta.Core/Actions/ViewActions.cs:79
msgid "Best Fit"
msgstr "Βέλτιστη προσαρμογή"
#: ../Pinta.Core/Actions/ViewActions.cs:80
msgid "Zoom to Selection"
msgstr "Μεγέθυνση στην επιλογή"
#: ../Pinta.Core/Actions/ViewActions.cs:81
msgid "Normal Size"
msgstr "Κανονικό μέγεθος"
#: ../Pinta.Core/Actions/ViewActions.cs:82
msgid "Toolbar"
msgstr "Εργαλειοθήκη"
#: ../Pinta.Core/Actions/ViewActions.cs:83
msgid "Image Tabs"
msgstr ""
#: ../Pinta.Core/Actions/ViewActions.cs:84
msgid "Pixel Grid"
msgstr "Πλέγμα εικονοστοιχείου"
#: ../Pinta.Core/Actions/ViewActions.cs:85
msgid "Rulers"
msgstr "Χάρακες"
#: ../Pinta.Core/Actions/ViewActions.cs:86
msgid "Pixels"
msgstr "Εικονοστοιχεία"
#: ../Pinta.Core/Actions/ViewActions.cs:87
msgid "Inches"
msgstr "Ίντσες"
#: ../Pinta.Core/Actions/ViewActions.cs:88
msgid "Centimeters"
msgstr "Εκατοστά"
#: ../Pinta.Core/Actions/ViewActions.cs:89
msgid "Fullscreen"
msgstr "Πλήρης οθόνη"
#: ../Pinta.Core/Actions/ViewActions.cs:115
#: ../Pinta.Core/Actions/ViewActions.cs:276
#: ../Pinta.Core/Classes/DocumentWorkspace.cs:320
#: ../Pinta.Core/Classes/DocumentWorkspace.cs:328
msgid "Window"
msgstr "Παράθυρο"
#: ../Pinta.Core/Actions/ViewActions.cs:159
msgid "Ruler Units"
msgstr "Μονάδες χάρακα"
#. Translators: This specifies the format of the zoom percentage choices
#. in the toolbar.
#: ../Pinta.Core/Actions/ViewActions.cs:257
#, csharp-format
msgid "{0}%"
msgstr ""
#: ../Pinta.Core/Actions/WindowActions.cs:45
msgid "Save All"
msgstr "Αποθήκευση όλων"
#: ../Pinta.Core/Actions/WindowActions.cs:46
msgid "Close All"
msgstr "Κλείσιμο όλων"
#: ../Pinta.Core/Classes/BaseTool.cs:244
msgid "Tool"
msgstr "Εργαλείο"
#: ../Pinta.Core/Classes/BaseTool.cs:316
msgid "Shortcut key"
msgstr "Πλήκτρο συντόμευσης"
#: ../Pinta.Core/Classes/BaseTool.cs:428
msgid "Normal Blending"
msgstr "Κανονική ανάμειξη"
#: ../Pinta.Core/Classes/BaseTool.cs:429
msgid "Overwrite"
msgstr "Αντικατάσταση"
#: ../Pinta.Core/Classes/BaseTool.cs:443
msgid "Antialiasing On"
msgstr "Ενεργοποίηση εξομάλυνσης γραφικών"
#: ../Pinta.Core/Classes/BaseTool.cs:444
msgid "Antialiasing Off"
msgstr "Απενεργοποίηση εξομάλυνσης γραφικών"
#: ../Pinta.Core/Classes/Document.cs:305 ../Pinta.Core/Classes/Document.cs:310
#: ../Pinta.Tools/Tools/ColorPickerTool.cs:135
msgid "Layer"
msgstr "Επίπεδο"
#: ../Pinta.Core/Classes/Document.cs:392
msgid "copy"
msgstr "αντιγραφή"
#: ../Pinta.Core/Classes/Document.cs:668
#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:39
#: ../Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:86
msgid "Resize Canvas"
msgstr "Αλλαγή μεγέθους καμβά"
#: ../Pinta.Core/Classes/Document.cs:868
#: ../Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs:65
#: ../Pinta.Core/HistoryItems/PasteHistoryItem.cs:67
#: ../Pinta.Tools/Tools/MoveSelectedTool.cs:43
msgid "Move Selected Pixels"
msgstr "Μετακίνηση επιλεγμένων εικονοστοιχείων"
#: ../Pinta.Core/Classes/Document.cs:885
msgid "Image larger than canvas"
msgstr "Η εικόνα είναι μεγαλύτερη από τον καμβά"
#: ../Pinta.Core/Classes/Document.cs:886
msgid ""
"The image being pasted is larger than the canvas size. What would you like "
"to do?"
msgstr ""
"Η εικόνα που επικολλήθηκε είναι μεγαλύτερη σε μέγεθος από τον καμβά. Τι "
"θέλετε να κάνετε;"
#: ../Pinta.Core/Classes/Document.cs:890
msgid "Expand canvas"
msgstr "Επέκταση του καμβά"
#: ../Pinta.Core/Classes/Document.cs:891
msgid "Don't change canvas size"
msgstr "Να μην αλλάξει το μέγεθος του καμβά"
#: ../Pinta.Core/Classes/Document.cs:904
msgid "Image cannot be pasted"
msgstr "Η εικόνα δεν μπορεί να επικολληθεί"
#: ../Pinta.Core/Classes/Document.cs:905
msgid "The clipboard does not contain an image."
msgstr "Το πρόχειρο δεν περιέχει εικόνα."
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:46
msgid "Replace"
msgstr "Αντικατάσταση"
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:47
msgid "Union (+) (Ctrl + Left Click)"
msgstr "Ένωση (+) (Ctrl + αριστερό κλικ)"
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:48
msgid "Exclude (-) (Right Click)"
msgstr "Αποκλεισμός (-) (δεξί κλικ)"
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:49
msgid "Xor (Ctrl + Right Click)"
msgstr "Αποκλειστικό ή (Ctrl + δεξί κλικ)"
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:50
msgid "Intersect (Shift + Left Click)"
msgstr "Διασταύρωση (Shift + αριστερό κλικ)"
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:57
msgid " Selection Mode: "
msgstr " Λειτουργία επιλογής: "
#: ../Pinta.Core/Effects/UserBlendOps.cs:34
#: ../Pinta.Tools/Brushes/PlainBrush.cs:37
#: ../Pinta.Tools/Tools/EraserTool.cs:189 ../Pinta.Tools/Tools/TextTool.cs:248
msgid "Normal"
msgstr "Κανονικό"
#: ../Pinta.Core/Effects/UserBlendOps.cs:35
msgid "Multiply"
msgstr "Πολλαπλασιαστικό"
#: ../Pinta.Core/Effects/UserBlendOps.cs:36
msgid "Color Burn"
msgstr "Κάψιμο χρώματος"
#: ../Pinta.Core/Effects/UserBlendOps.cs:37
msgid "Color Dodge"
msgstr "Υπερέκθεση χρώματος"
#: ../Pinta.Core/Effects/UserBlendOps.cs:38
msgid "Overlay"
msgstr "Επικάλυψη"
#: ../Pinta.Core/Effects/UserBlendOps.cs:39
msgid "Difference"
msgstr "Διαφορά"
#: ../Pinta.Core/Effects/UserBlendOps.cs:40
msgid "Lighten"
msgstr "Πιο φωτεινό"
#: ../Pinta.Core/Effects/UserBlendOps.cs:41
msgid "Darken"
msgstr "Πιο σκοτεινό"
#: ../Pinta.Core/Effects/UserBlendOps.cs:42
msgid "Screen"
msgstr "Οθόνη"
#: ../Pinta.Core/Effects/UserBlendOps.cs:43
msgid "Xor"
msgstr "Αποκλειστικό ή"
#: ../Pinta.Core/Effects/UserBlendOps.cs:44
msgid "Hard Light"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:45
msgid "Soft Light"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:46
msgid "Color"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:47
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:70
msgid "Luminosity"
msgstr "Φωτεινότητα"
#: ../Pinta.Core/Effects/UserBlendOps.cs:48
#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:67
msgid "Hue"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:49
#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:70
msgid "Saturation"
msgstr ""
#: ../Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs:43
msgid "Finish Pixels"
msgstr "τελείωμα εικονοστοιχείων"
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:54
msgid "Flip Image Horizontal"
msgstr "Αναποδογύρισμα εικόνας οριζόντια"
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:58
msgid "Flip Image Vertical"
msgstr "Αναποδογύρισμα εικόνας κάθετα"
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:79
msgid "Flip Layer Horizontal"
msgstr "Αναποδογύρισμα επιπέδου οριζόντια"
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:83
msgid "Flip Layer Vertical"
msgstr "Αναποδογύρισμα επιπέδου κάθετα"
#: ../Pinta.Core/HistoryItems/ResizeHistoryItem.cs:43
#: ../Pinta/Dialogs/ResizeImageDialog.cs:38
#: ../Pinta/gtk-gui/Pinta.ResizeImageDialog.cs:56
msgid "Resize Image"
msgstr "Αλλαγή μεγέθους εικόνας"
#: ../Pinta.Core/ImageFormats/FormatDescriptor.cs:93
#, csharp-format
msgid "{0} image ({1})"
msgstr "{0} εικόνα ({1})"
#: ../Pinta.Core/Managers/EffectsManager.cs:63
#: ../Pinta.Core/Managers/EffectsManager.cs:98
msgid "..."
msgstr "..."
#: ../Pinta.Core/Managers/LivePreviewManager.cs:221
msgid "Rendering Effect"
msgstr "Απόδοση αποτελέσματος"
#: ../Pinta.Core/Managers/ToolManager.cs:234
#: ../Pinta.Core/Managers/ToolManager.cs:236
msgid "No tool selected."
msgstr "Κανένα εργαλείο δεν επιλέχθηκε"
#: ../Pinta.Core/Managers/WorkspaceManager.cs:100
#, csharp-format
msgid "Unsaved Image {0}"
msgstr "Μη αποθηκευμένη εικόνα {0}"
#: ../Pinta.Core/Managers/WorkspaceManager.cs:157
msgid "Background"
msgstr "Παρασκήνιο"
#: ../Pinta.Core/Managers/WorkspaceManager.cs:166
#: ../Pinta/Dialogs/NewImageDialog.cs:68
msgid "New Image"
msgstr "Νέα εικόνα"
#: ../Pinta.Core/Managers/WorkspaceManager.cs:186
msgid "Unsupported file format"
msgstr ""
#: ../Pinta.Core/Managers/WorkspaceManager.cs:191
msgid "Open Image"
msgstr "Άνοιγμα εικόνας"
#: ../Pinta.Core/Managers/WorkspaceManager.cs:204
msgid "Permission denied"
msgstr "Άρνηση πρόσβασης"
#: ../Pinta.Core/Managers/WorkspaceManager.cs:345
#, csharp-format
msgid "Could not open file: {0}"
msgstr "Δεν ήταν δυνατό να ανοιχτεί το αρχείο: {0}"
#: ../Pinta.Docking/DockLibrary/DockItem.cs:541
msgid "Hide"
msgstr "Απόκρυψη"
#: ../Pinta.Docking/DockLibrary/DockItem.cs:550
msgid "Minimize"
msgstr ""
#: ../Pinta.Docking/DockLibrary/DockItem.cs:557
#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:248
msgid "Dock"
msgstr "Προσάρτηση"
#: ../Pinta.Docking/DockLibrary/DockItem.cs:564
msgid "Undock"
msgstr ""
#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:163
#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:252
msgid "Auto Hide"
msgstr "Αυτόματη απόκρυψη"
#: ../Pinta.Effects/Adjustments/AutoLevelEffect.cs:25
msgid "Auto Level"
msgstr "Αυτόματο επίπεδο"
#: ../Pinta.Effects/Adjustments/BlackAndWhiteEffect.cs:25
msgid "Black and White"
msgstr "Ασπρόμαυρο"
#: ../Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:29
msgid "Brightness / Contrast"
msgstr "Φωτεινότητα / αντίθεση"
#: ../Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:152
#: ../Pinta.Effects/Effects/GlowEffect.cs:82
msgid "Brightness"
msgstr "Φωτεινότητα"
#: ../Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:163
#: ../Pinta.Effects/Effects/GlowEffect.cs:84
msgid "Contrast"
msgstr "Αντίθεση"
#: ../Pinta.Effects/Adjustments/CurvesEffect.cs:27
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:82
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:30
msgid "Curves"
msgstr "Καμπύλες"
#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:26
msgid "Hue / Saturation"
msgstr "Απόχρωση / κορεσμός"
#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:73
msgid "Lightness"
msgstr ""
#: ../Pinta.Effects/Adjustments/InvertColorsEffect.cs:25
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:167
msgid "Invert Colors"
msgstr "Αντιστροφή χρωμάτων"
#: ../Pinta.Effects/Adjustments/LevelsEffect.cs:23
msgid "Levels"
msgstr "Επίπεδα"
#: ../Pinta.Effects/Adjustments/PosterizeEffect.cs:25
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:56
msgid "Posterize"
msgstr "Ποστεροποίηση"
#: ../Pinta.Effects/Adjustments/SepiaEffect.cs:26
msgid "Sepia"
msgstr "Σέπια"
#: ../Pinta.Effects/Dialogs/Effects.LevelsDialog.cs:53
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:59
msgid "Levels Adjustment"
msgstr "Ρύθμιση επιπέδων"
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:109
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:434
msgid "Red"
msgstr "Κόκκινο"
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:113
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:126
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:445
msgid "Green"
msgstr "Πράσινο"
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:117
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:484
msgid "Blue"
msgstr "Μπλε"
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:120
msgid "Linked"
msgstr "Συνδεμένο"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:29
msgid "Add Noise"
msgstr "Προσθήκη θορύβου"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:37
#: ../Pinta.Effects/Effects/MedianEffect.cs:36
#: ../Pinta.Effects/Effects/ReduceNoiseEffect.cs:36
msgid "Noise"
msgstr "Θόρυβος"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:169
#: ../Pinta.Effects/Effects/OutlineEffect.cs:145
#: ../Pinta.Effects/Effects/TileEffect.cs:142
msgid "Intensity"
msgstr "Ένταση"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:172
msgid "Color Saturation"
msgstr "Κορεσμός χρώματος"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:175
msgid "Coverage"
msgstr "Κάλυψη"
#: ../Pinta.Effects/Effects/BulgeEffect.cs:25
msgid "Bulge"
msgstr "Διόγκωση"
#: ../Pinta.Effects/Effects/BulgeEffect.cs:33
#: ../Pinta.Effects/Effects/FrostedGlassEffect.cs:33
#: ../Pinta.Effects/Effects/PixelateEffect.cs:37
#: ../Pinta.Effects/Effects/PolarInversionEffect.cs:38
#: ../Pinta.Effects/Effects/TileEffect.cs:33
#: ../Pinta.Effects/Effects/TwistEffect.cs:33
msgid "Distort"
msgstr "Παραμόρφωση"
#: ../Pinta.Effects/Effects/BulgeEffect.cs:101
#: ../Pinta.Effects/Effects/FrostedGlassEffect.cs:161
#: ../Pinta.Effects/Effects/SharpenEffect.cs:63
#: ../Pinta.Effects/Effects/TwistEffect.cs:131
#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:131
msgid "Amount"
msgstr "Ποσότητα"
#: ../Pinta.Effects/Effects/BulgeEffect.cs:104
#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:161
#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:134
msgid "Offset"
msgstr "Μετατόπιση"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:30
msgid "Clouds"
msgstr "Σύννεφα"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:38
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:33
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:33
msgid "Render"
msgstr "Απόδοση"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:205
msgid "Scale"
msgstr "Κλίμακα"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:208
msgid "Power"
msgstr "Δύναμη"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:231
msgid "Seed"
msgstr "Αρχική τυχαία τιμή"
#: ../Pinta.Effects/Effects/EdgeDetectEffect.cs:28
msgid "Edge Detect"
msgstr "Εντοπισμός άκρων"
#: ../Pinta.Effects/Effects/EdgeDetectEffect.cs:36
#: ../Pinta.Effects/Effects/EmbossEffect.cs:33
#: ../Pinta.Effects/Effects/OutlineEffect.cs:36
#: ../Pinta.Effects/Effects/ReliefEffect.cs:32
msgid "Stylize"
msgstr "Πρόσδοση ύφους"
#: ../Pinta.Effects/Effects/EdgeDetectEffect.cs:88
#: ../Pinta.Effects/Effects/EmbossEffect.cs:143
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:140
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:164
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:111
#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:158
#: ../Pinta.Effects/Effects/ReliefEffect.cs:88
#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:435
#: ../Pinta/Actions/Layers/RotateZoomLayerAction.cs:112
msgid "Angle"
msgstr "Γωνία"
#: ../Pinta.Effects/Effects/EmbossEffect.cs:25
msgid "Emboss"
msgstr "Εμβάθυνση"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:25
msgid "Fragment"
msgstr "Κατακερμάτιση"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:33
#: ../Pinta.Effects/Effects/GaussianBlurEffect.cs:33
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:33
#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:33
#: ../Pinta.Effects/Effects/UnfocusEffect.cs:35
#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:33
msgid "Blurs"
msgstr "Θολώματα"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:111
msgid "Fragments"
msgstr "Τεμάχια"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:114
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:114
msgid "Distance"
msgstr "Απόσταση"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:117
#: ../Pinta.Effects/Effects/TileEffect.cs:138
msgid "Rotation"
msgstr "Περιστροφή"
#: ../Pinta.Effects/Effects/FrostedGlassEffect.cs:25
msgid "Frosted Glass"
msgstr "Σμυριδωμένο γυαλί"
#: ../Pinta.Effects/Effects/GaussianBlurEffect.cs:25
msgid "Gaussian Blur"
msgstr "Θόλωση Γκάους"
#: ../Pinta.Effects/Effects/GaussianBlurEffect.cs:264
#: ../Pinta.Effects/Effects/GlowEffect.cs:80
#: ../Pinta.Effects/Effects/MedianEffect.cs:70
#: ../Pinta.Effects/Effects/ReduceNoiseEffect.cs:94
#: ../Pinta.Effects/Effects/UnfocusEffect.cs:98
#: ../Pinta.Tools/Editable/EditEngines/RoundedLineEditEngine.cs:125
msgid "Radius"
msgstr "Ακτίνα"
#: ../Pinta.Effects/Effects/GlowEffect.cs:30
msgid "Glow"
msgstr "Λάμψη"
#: ../Pinta.Effects/Effects/GlowEffect.cs:38
#: ../Pinta.Effects/Effects/RedEyeRemoveEffect.cs:36
#: ../Pinta.Effects/Effects/SharpenEffect.cs:33
#: ../Pinta.Effects/Effects/SoftenPortraitEffect.cs:66
msgid "Photo"
msgstr "Φωτογραφία"
#: ../Pinta.Effects/Effects/InkSketchEffect.cs:33
msgid "Ink Sketch"
msgstr "Σκίτσο μελάνης"
#: ../Pinta.Effects/Effects/InkSketchEffect.cs:41
#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:33
#: ../Pinta.Effects/Effects/PencilSketchEffect.cs:40
msgid "Artistic"
msgstr "Καλλιτεχνικό"
#: ../Pinta.Effects/Effects/InkSketchEffect.cs:165
msgid "Ink Outline"
msgstr "Περίγραμμα μελανιού"
#: ../Pinta.Effects/Effects/InkSketchEffect.cs:168
msgid "Coloring"
msgstr "Χρωματισμός"
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:25
msgid "Julia Fractal"
msgstr "Φράκταλ Τζούλια"
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:131
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:154
msgid "Factor"
msgstr "Συντελεστής"
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:134
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:157
#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:164
#: ../Pinta.Effects/Effects/WarpEffect.cs:188
msgid "Quality"
msgstr "Ποιότητα"
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:137
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:161
#: ../Pinta.Tools/Tools/ZoomTool.cs:48
#: ../Pinta/Actions/Layers/RotateZoomLayerAction.cs:118
msgid "Zoom"
msgstr "Μεγένθυση"
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:25
msgid "Mandelbrot Fractal"
msgstr "Φράκταλ Μάντελμπροτ"
#: ../Pinta.Effects/Effects/MedianEffect.cs:28
msgid "Median"
msgstr "Διάμεση τιμή"
#: ../Pinta.Effects/Effects/MedianEffect.cs:73
msgid "Percentile"
msgstr "Ποσοστημόριο"
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:25
msgid "Motion Blur"
msgstr "Θόλωση κίνησης"
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:117
msgid "Centered"
msgstr "Στο κέντρο"
#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:25
msgid "Oil Painting"
msgstr "Ζωγραφική λαδομπογιάς"
#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:176
msgid "Brush Size"
msgstr "Μέγεθος πινέλου"
#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:179
msgid "Coarseness"
msgstr "Τραχύτητα"
#: ../Pinta.Effects/Effects/OutlineEffect.cs:28
#: ../Pinta.Tools/Tools/TextTool.cs:250
msgid "Outline"
msgstr "Εξωτερικό περίγραμμα"
#: ../Pinta.Effects/Effects/OutlineEffect.cs:142
msgid "Thickness"
msgstr "Πάχος"
#: ../Pinta.Effects/Effects/PencilSketchEffect.cs:32
msgid "Pencil Sketch"
msgstr "Σκίτσο με μολύβι"
#: ../Pinta.Effects/Effects/PencilSketchEffect.cs:99
msgid "Pencil Tip Size"
msgstr "Μέγεθος μύτης μολυβιού"
#: ../Pinta.Effects/Effects/PencilSketchEffect.cs:102
msgid "Color Range"
msgstr "Εύρος χρώματος"
#: ../Pinta.Effects/Effects/PixelateEffect.cs:25
msgid "Pixelate"
msgstr "Εικονοστοιχειοποίηση"
#: ../Pinta.Effects/Effects/PixelateEffect.cs:119