blob: ba0adcc2d594c5cde20a850fb9fa924e94bef13b (
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
|
<!-- 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/. -->
<!ENTITY validatePage.label "Επικύρωση σελίδας">
<!ENTITY validatePage.accesskey "Ε">
<!ENTITY allowRemoteDebugging.label "Να επιτρέπεται ο απομακρυσμένος έλεγχος σφαλμάτων">
<!ENTITY allowRemoteDebugging.accesskey "Ν">
<!ENTITY devToolsCmd.keycode "VK_F12">
<!ENTITY devToolsCmd.keytext "F12">
<!ENTITY devtoolsConnect.label "Σύνδεση…">
<!ENTITY devtoolsConnect.accesskey "ε">
<!ENTITY browserConsoleCmd.label "Κονσόλα προγρ. περιήγησης">
<!ENTITY browserConsoleCmd.commandkey "Ζ">
<!ENTITY browserConsoleCmd.accesskey "Κ">
<!ENTITY responsiveDesignTool.label "Προβολή ευελιξίας σχεδίου">
<!ENTITY responsiveDesignTool.accesskey "α">
<!ENTITY eyedropper.label "Σταγονόμετρο χρωμάτων">
<!ENTITY eyedropper.accesskey "γ">
<!-- LOCALIZATION NOTE (scratchpad.label): This menu item label appears
- in the Tools menu. See bug 653093.
- The Scratchpad is intended to provide a simple text editor for creating
- and evaluating bits of JavaScript code for the purposes of function
- prototyping, experimentation and convenient scripting.
-
- It's quite possible that you won't have a good analogue for the word
- "Scratchpad" in your locale. You should feel free to find a close
- approximation to it or choose a word (or words) that means
- "simple discardable text editor". -->
<!ENTITY scratchpad.label "Σημειωματάριο">
<!ENTITY scratchpad.accesskey "Σ">
<!ENTITY scratchpad.keycode "VK_F4">
<!ENTITY scratchpad.keytext "F4">
<!-- LOCALIZATION NOTE (browserToolboxMenu.label): This is the label for the
- application menu item that opens the browser toolbox UI in the Tools menu. -->
<!ENTITY browserToolboxMenu.label "Εργαλειοθήκη φυλλομετρητή">
<!ENTITY browserToolboxMenu.accesskey "η">
<!ENTITY browserToolboxCmd.commandkey "I">
<!-- LOCALIZATION NOTE (browserContentToolboxMenu.label): This is the label for the
- application menu item that opens the browser content toolbox UI in the Tools menu.
- This toolbox allows to debug the chrome of the content process in multiprocess builds. -->
<!ENTITY browserContentToolboxMenu.label "Εργαλειοθήκη περιεχομένου φυλλομετρητή">
<!ENTITY browserContentToolboxMenu.accesskey "χ">
<!ENTITY devToolbarCloseButton.tooltiptext "Κλείσιμο γραμμής εργαλείων ανάπτυξης">
<!ENTITY devToolbarMenu.label "Γραμμή εργαλείων ανάπτυξης">
<!ENTITY devToolbarMenu.accesskey "π">
<!ENTITY webide.label "WebIDE">
<!ENTITY webide.accesskey "W">
<!ENTITY webide.keycode "VK_F8">
<!ENTITY webide.keytext "F8">
<!ENTITY devToolbar.keycode "VK_F2">
<!ENTITY devToolbar.keytext "F2">
<!ENTITY devToolboxMenuItem.label "(Απ)ενεργοποίηση εργαλείων">
<!ENTITY devToolboxMenuItem.accesskey "ε">
<!ENTITY devToolboxMenuItem.keytext "I">
<!ENTITY devToolbarToolsButton.tooltip "(Απ)ενεργοποίηση εργαλείων ανάπτυξης">
<!ENTITY getMoreDevtoolsCmd.label "Λήψη περισσότερων εργαλείων">
<!ENTITY getMoreDevtoolsCmd.accesskey "π">
|