diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:22:09 +0000 |
commit | 43a97878ce14b72f0981164f87f2e35e14151312 (patch) | |
tree | 620249daf56c0258faa40cbdcf9cfba06de2a846 /l10n-ka/suite/chrome/editor/editor.dtd | |
parent | Initial commit. (diff) | |
download | firefox-43a97878ce14b72f0981164f87f2e35e14151312.tar.xz firefox-43a97878ce14b72f0981164f87f2e35e14151312.zip |
Adding upstream version 110.0.1.upstream/110.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-ka/suite/chrome/editor/editor.dtd')
-rw-r--r-- | l10n-ka/suite/chrome/editor/editor.dtd | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/l10n-ka/suite/chrome/editor/editor.dtd b/l10n-ka/suite/chrome/editor/editor.dtd new file mode 100644 index 0000000000..f99d87ec71 --- /dev/null +++ b/l10n-ka/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 "H"> +<!ENTITY HTMLSourceMode.tooltip "HTML კოდის ჩასწორება"> +<!ENTITY PreviewModeTab.label "შეთვალიერება"> +<!ENTITY PreviewMode.label "შეთვალიერება"> +<!ENTITY PreviewMode.accesskey "შ"> +<!ENTITY PreviewMode.tooltip "WYSIWYG-სახით ჩვენება (როგორც ბრაუზერში)"> |