summaryrefslogtreecommitdiffstats
path: root/l10n-el/browser/browser/menubar.ftl
blob: 696f3240378cf5e6722bb21c8db5fc1e1ceb11c7 (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
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.


# NOTE: For English locales, strings in this file should be in APA-style Title Case.
# See https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case
#
# NOTE: For Engineers, please don't re-use these strings outside of the menubar.


# NOTE: For English locales, strings in this file should be in APA-style Title Case.
# See https://apastyle.apa.org/style-grammar-guidelines/capitalization/title-case
#
# NOTE: For Engineers, please don't reuse these strings outside of the menubar.


## Application Menu (macOS only)

menu-application-preferences =
    .label = Προτιμήσεις
menu-application-services =
    .label = Υπηρεσίες
menu-application-hide-this =
    .label = Απόκρυψη του { -brand-shorter-name }
menu-application-hide-other =
    .label = Απόκρυψη άλλων
menu-application-show-all =
    .label = Εμφάνιση όλων
menu-application-touch-bar =
    .label = Προσαρμογή γραμμής αφής…

##

# These menu-quit strings are only used on Windows and Linux.
menu-quit =
    .label =
        { PLATFORM() ->
            [windows] Έξοδος
           *[other] Έξοδος
        }
    .accesskey =
        { PLATFORM() ->
            [windows] ξ
           *[other] ξ
        }
# This menu-quit-mac string is only used on macOS.
menu-quit-mac =
    .label = Έξοδος από το { -brand-shorter-name }
menu-about =
    .label = Σχετικά με το { -brand-shorter-name }
    .accesskey = τ

## File Menu

menu-file =
    .label = Αρχείο
    .accesskey = Α
menu-file-new-tab =
    .label = Νέα καρτέλα
    .accesskey = τ
menu-file-new-container-tab =
    .label = Νέα θεματική καρτέλα
    .accesskey = θ
menu-file-new-window =
    .label = Νέο παράθυρο
    .accesskey = Ν
menu-file-new-private-window =
    .label = Νέο ιδιωτικό παράθυρο
    .accesskey = δ
# "Open Location" is only displayed on macOS, and only on windows
# that aren't main browser windows, or when there are no windows
# but Firefox is still running.
menu-file-open-location =
    .label = Άνοιγμα τοποθεσίας…
menu-file-open-file =
    .label = Άνοιγμα αρχείου…
    .accesskey = ν
# Variables:
#  $tabCount (Number): the number of tabs that are affected by the action.
menu-file-close-tab =
    .label =
        { $tabCount ->
            [1] Κλείσιμο καρτέλας
           *[other] Κλείσιμο { $tabCount } καρτελών
        }
    .accesskey = Κ
menu-file-close-window =
    .label = Κλείσιμο παραθύρου
    .accesskey = θ
menu-file-save-page =
    .label = Αποθήκευση σελίδας ως…
    .accesskey = π
menu-file-email-link =
    .label = Αποστολή συνδέσμου…
    .accesskey = λ
menu-file-share-url =
    .label = Κοινή χρήση
    .accesskey = χ
menu-file-print-setup =
    .label = Διαμόρφωση σελίδας…
    .accesskey = μ
menu-file-print =
    .label = Εκτύπωση…
    .accesskey = κ
menu-file-import-from-another-browser =
    .label = Εισαγωγή από άλλο πρόγραμμα περιήγησης…
    .accesskey = Ε
menu-file-go-offline =
    .label = Εργασία εκτός σύνδεσης
    .accesskey = τ

## Edit Menu

menu-edit =
    .label = Επεξεργασία
    .accesskey = Ε
menu-edit-find-in-page =
    .label = Εύρεση στη σελίδα…
    .accesskey = Ε
menu-edit-find-again =
    .label = Εύρεση ξανά
    .accesskey = ξ
menu-edit-bidi-switch-text-direction =
    .label = Αλλαγή κατεύθυνσης κειμένου
    .accesskey = κ

## View Menu

menu-view =
    .label = Προβολή
    .accesskey = ρ
menu-view-toolbars-menu =
    .label = Γραμμές εργαλείων
    .accesskey = ρ
menu-view-customize-toolbar2 =
    .label = Προσαρμογή γραμμής εργαλείων…
    .accesskey = Π
menu-view-sidebar =
    .label = Πλαϊνή γραμμή
    .accesskey = ν
menu-view-bookmarks =
    .label = Σελιδοδείκτες
menu-view-history-button =
    .label = Ιστορικό
menu-view-synced-tabs-sidebar =
    .label = Συγχρονισμένες καρτέλες
menu-view-full-zoom =
    .label = Ζουμ
    .accesskey = Ζ
menu-view-full-zoom-enlarge =
    .label = Μεγέθυνση
    .accesskey = σ
menu-view-full-zoom-reduce =
    .label = Σμίκρυνση
    .accesskey = υ
menu-view-full-zoom-actual-size =
    .label = Πραγματικό μέγεθος
    .accesskey = Π
menu-view-full-zoom-toggle =
    .label = Ζουμ μόνο στο κείμενο
    .accesskey = κ
menu-view-page-style-menu =
    .label = Μορφοποίηση σελίδας
    .accesskey = ο
menu-view-page-style-no-style =
    .label = Χωρίς μορφοποίηση
    .accesskey = ρ
menu-view-page-basic-style =
    .label = Βασική μορφοποίηση σελίδας
    .accesskey = Β
menu-view-repair-text-encoding =
    .label = Επιδιόρθωση κωδικοποίησης κειμένου
    .accesskey = δ

## These should match what Safari and other Apple applications
## use on macOS.

menu-view-enter-full-screen =
    .label = Μετάβαση σε πλήρη οθόνη
    .accesskey = π
menu-view-exit-full-screen =
    .label = Έξοδος από πλήρη οθόνη
    .accesskey = π
menu-view-full-screen =
    .label = Πλήρης οθόνη
    .accesskey = Π

## These menu items may use the same accesskey.

# This should match reader-view-enter-button in browser.ftl
menu-view-enter-readerview =
    .label = Άνοιγμα προβολής ανάγνωσης
    .accesskey = Α
# This should match reader-view-close-button in browser.ftl
menu-view-close-readerview =
    .label = Κλείσιμο προβολής ανάγνωσης
    .accesskey = Α

##

menu-view-show-all-tabs =
    .label = Εμφάνιση όλων των καρτελών
    .accesskey = λ
menu-view-bidi-switch-page-direction =
    .label = Αλλαγή κατεύθυνσης σελίδας
    .accesskey = τ

## History Menu

menu-history =
    .label = Ιστορικό
    .accesskey = Ι
menu-history-show-all-history =
    .label = Εμφάνιση πλήρους ιστορικού
menu-history-clear-recent-history =
    .label = Απαλοιφή πρόσφατου ιστορικού…
menu-history-synced-tabs =
    .label = Συγχρονισμένες καρτέλες
menu-history-restore-last-session =
    .label = Επαναφορά προηγούμενης συνεδρίας
menu-history-hidden-tabs =
    .label = Κρυμμένες καρτέλες
menu-history-undo-menu =
    .label = Πρόσφατα κλεισμένες καρτέλες
menu-history-undo-window-menu =
    .label = Πρόσφατα κλεισμένα παράθυρα
# "Search" is a verb, as in "Search in History"
menu-history-search =
    .label = Αναζήτηση ιστορικού

## Bookmarks Menu

menu-bookmarks-menu =
    .label = Σελιδοδείκτες
    .accesskey = Σ
menu-bookmarks-manage =
    .label = Διαχείριση σελιδοδεικτών
menu-bookmark-tab =
    .label = Προσθήκη σελιδοδείκτη…
menu-edit-bookmark =
    .label = Επεξεργασία σελιδοδείκτη…
# "Search" is a verb, as in "Search in bookmarks"
menu-bookmarks-search =
    .label = Αναζήτηση σελιδοδεικτών
menu-bookmarks-all-tabs =
    .label = Αποθήκευση όλων των καρτελών…
menu-bookmarks-toolbar =
    .label = Γραμμή σελιδοδεικτών
menu-bookmarks-other =
    .label = Άλλοι σελιδοδείκτες
menu-bookmarks-mobile =
    .label = Σελιδοδείκτες κινητού

## Tools Menu

menu-tools =
    .label = Εργαλεία
    .accesskey = γ
menu-tools-downloads =
    .label = Λήψεις
    .accesskey = ψ
menu-tools-addons-and-themes =
    .label = Πρόσθετα και θέματα
    .accesskey = Π
menu-tools-fxa-sign-in2 =
    .label = Σύνδεση
    .accesskey = δ
menu-tools-turn-on-sync2 =
    .label = Ενεργοποίηση Sync…
    .accesskey = ν
menu-tools-sync-now =
    .label = Συγχρονισμός τώρα
    .accesskey = Σ
menu-tools-fxa-re-auth =
    .label = Επανασύνδεση στο { -brand-product-name }…
    .accesskey = Ε
menu-tools-browser-tools =
    .label = Εργαλεία προγράμματος περιήγησης
    .accesskey = ρ
menu-tools-task-manager =
    .label = Διαχείριση εργασιών
    .accesskey = Δ
menu-tools-page-source =
    .label = Πηγαίος κώδικας σελίδας
    .accesskey = δ
menu-tools-page-info =
    .label = Πληροφορίες σελίδας
    .accesskey = λ
menu-settings =
    .label = Ρυθμίσεις
    .accesskey =
        { PLATFORM() ->
            [windows] Ρ
           *[other] θ
        }
menu-tools-layout-debugger =
    .label = Έλεγχος σφαλμάτων διάταξης
    .accesskey = Έ

## Window Menu

menu-window-menu =
    .label = Παράθυρο
menu-window-bring-all-to-front =
    .label = Μεταφορά όλων μπροστά

## Help Menu


# NOTE: For Engineers, any additions or changes to Help menu strings should
# also be reflected in the related strings in appmenu.ftl. Those strings, by
# convention, will have the same ID as these, but prefixed with "app".
# Example: appmenu-get-help
#
# These strings are duplicated to allow for different casing depending on
# where the strings appear.

menu-help =
    .label = Βοήθεια
    .accesskey = Β
menu-get-help =
    .label = Λήψη βοήθειας
    .accesskey = Λ
menu-help-more-troubleshooting-info =
    .label = Πληροφορίες επίλυσης προβλημάτων
    .accesskey = Π
menu-help-report-site-issue =
    .label = Αναφορά ζητήματος ιστοτόπου…
menu-help-share-ideas =
    .label = Κοινοποίηση ιδεών και σχολίων…
    .accesskey = Κ
menu-help-enter-troubleshoot-mode2 =
    .label = Λειτουργία επίλυσης προβλημάτων…
    .accesskey = Λ
menu-help-exit-troubleshoot-mode =
    .label = Απενεργοποίηση λειτουργίας επίλυσης προβλημάτων
    .accesskey = ν
menu-help-switch-device =
    .label = Εναλλαγή σε νέα συσκευή
    .accesskey = ν
# Label of the Help menu item. Either this or
# menu-help-notdeceptive is shown.
menu-help-report-deceptive-site =
    .label = Αναφορά παραπλανητικού ιστοτόπου…
    .accesskey = Α
menu-help-not-deceptive =
    .label = Αυτός δεν είναι παραπλανητικός ιστότοπος…
    .accesskey = δ
menu-report-broken-site =
    .label = Αναφορά προβληματικού ιστοτόπου