diff options
Diffstat (limited to 'l10n-el/suite/chrome/editor/editor.dtd')
-rw-r--r-- | l10n-el/suite/chrome/editor/editor.dtd | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/l10n-el/suite/chrome/editor/editor.dtd b/l10n-el/suite/chrome/editor/editor.dtd new file mode 100644 index 0000000000..0d3b255a55 --- /dev/null +++ b/l10n-el/suite/chrome/editor/editor.dtd @@ -0,0 +1,67 @@ +<!-- 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/. --> + +<!-- Window title --> +<!-- LOCALIZATION NOTE (editorWindow.titlemodifier): DONT_TRANSLATE --> +<!ENTITY editorWindow.titlemodifier "Σύνθεση"> +<!ENTITY editorWindow.titlemodifiermenuseparator " - "> + +<!-- Menu items: the . means that the menu item isn't implemented yet --> + +<!-- Toolbar-only items --> +<!ENTITY compositionToolbar.tooltip "Γραμμή εργαλείων σύνθεσης"> +<!ENTITY previewToolbarCmd.label "Περιήγηση"> +<!ENTITY previewToolbarCmd.tooltip "Φόρτωση σελίδας στο πρόγραμμα περιήγησης"> + +<!-- File menu items --> +<!ENTITY exportToTextCmd.label "Εξαγωγή σε κείμενο…"> +<!ENTITY exportToTextCmd.accesskey "μ"> +<!ENTITY previewCmd.label "Περιήγηση στη σελίδα"> +<!ENTITY previewCmd.accesskey "γ"> +<!ENTITY sendPageCmd.label "Αποστολή σελίδας…"> +<!ENTITY sendPageCmd.accesskey "τ"> + +<!-- View menu items --> +<!ENTITY compositionToolbarCmd.label "Γραμμή εργαλείων σύνταξης"> +<!ENTITY compositionToolbarCmd.accesskey "γ"> +<!ENTITY formattingToolbarCmd.label "Γραμμή εργαλείων μορφής"> +<!ENTITY formattingToolbarCmd.accesskey "μ"> +<!ENTITY editmodeToolbarCmd.label "Γραμμή εργαλείων λειτουργίας επεξεργασίας"> +<!ENTITY editmodeToolbarCmd.accesskey "Ε"> + +<!-- Format menu items --> +<!ENTITY formatMenu.label "Μορφή"> +<!ENTITY formatMenu.accesskey "φ"> +<!ENTITY grid.label "Πλέγμα τοποθέτησης"> +<!ENTITY grid.accesskey "τ"> +<!ENTITY pageProperties.label "Τίτλος και ιδιότητες σελίδας…"> +<!ENTITY pageProperties.accesskey "λ"> + +<!-- Tools menu items --> +<!ENTITY validateCmd.label "Επικύρωση HTML"> +<!ENTITY validateCmd.accesskey "ω"> + +<!-- Display Mode toolbar and View menu items --> +<!ENTITY NormalModeTab.label "Κανονική"> +<!ENTITY NormalMode.label "Κανονική λειτουργία επεξεργασίας"> +<!ENTITY NormalMode.accesskey "υ"> +<!ENTITY NormalMode.tooltip "Προβολή περιγραμμάτων πινάκων και αγκυρών"> +<!ENTITY AllTagsModeTab.label "Ετικέτες HTML"> +<!ENTITY AllTagsMode.label "Ετικέτες HTML"> +<!ENTITY AllTagsMode.accesskey "ι"> +<!ENTITY AllTagsMode.tooltip "Προβολή εικονιδίων για όλες τις ετικέτες HTML"> +<!-- LOCALIZATION NOTE: (HTMLSourceModeTab.dir, HTMLSourceModeTab.label) + Do NOT translate text for 'HTMLSourceModeTab.dir', use latin "ltr" if + you want the <html> image to left of the 'HTMLSourceModeTab.label' text, + or use latin "rtl" if you want this image to the right of text. You do + not need to include HTML in the label 'HTMLSourceModeTab.label' --> +<!ENTITY HTMLSourceModeTab.dir "ltr"> +<!ENTITY HTMLSourceModeTab.label "Κώδικας"> +<!ENTITY HTMLSourceMode.label "Κώδικας HTML"> +<!ENTITY HTMLSourceMode.accesskey "δ"> +<!ENTITY HTMLSourceMode.tooltip "Επεξεργασία κώδικα HTML"> +<!ENTITY PreviewModeTab.label "Προεπισκόπηση"> +<!ENTITY PreviewMode.label "Προεπισκόπηση"> +<!ENTITY PreviewMode.accesskey "Π"> +<!ENTITY PreviewMode.tooltip "Προβολή ως WYSIWYG (όπως στο πρόγρ. περιήγησης)"> |