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/mail/chrome/messenger/viewSource.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 '')
-rw-r--r-- | l10n-ka/mail/chrome/messenger/viewSource.dtd | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/l10n-ka/mail/chrome/messenger/viewSource.dtd b/l10n-ka/mail/chrome/messenger/viewSource.dtd new file mode 100644 index 0000000000..46d3581407 --- /dev/null +++ b/l10n-ka/mail/chrome/messenger/viewSource.dtd @@ -0,0 +1,86 @@ +<!-- 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/. --> + +<!-- extracted from content/viewSource.xul --> + +<!-- extracted from content/viewSource.xhtml --> + +<!-- LOCALIZATION NOTE (mainWindow.title) : DONT_TRANSLATE --> +<!ENTITY mainWindow.title "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifier) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifier "&brandFullName;"> +<!-- LOCALIZATION NOTE (mainWindow.titlemodifierseparator) : DONT_TRANSLATE --> +<!ENTITY mainWindow.titlemodifierseparator " - "> +<!ENTITY mainWindow.preface "პირველწყარო: "> + +<!ENTITY editMenu.label "ჩასწორება"> +<!ENTITY editMenu.accesskey "ჩ"> +<!ENTITY fileMenu.label "ფაილი"> +<!ENTITY fileMenu.accesskey "ფ"> +<!ENTITY savePageCmd.label "გვერდის შენახვა როგორც…"> +<!ENTITY savePageCmd.accesskey "ო"> +<!ENTITY savePageCmd.commandkey "S"> +<!ENTITY printCmd.label "ამობეჭდვა…"> +<!ENTITY printCmd.accesskey "ბ"> +<!ENTITY printCmd.commandkey "P"> +<!ENTITY closeCmd.label "დახურვა"> +<!ENTITY closeCmd.accesskey "დ"> +<!ENTITY closeCmd.commandkey "W"> + +<!-- LOCALIZATION NOTE : +textEnlarge.commandkey3, textReduce.commandkey2 and +textReset.commandkey2 are alternative acceleration keys for zoom. +If shift key is needed with your locale popular keyboard for them, +you can use these alternative items. Otherwise, their values should be empty. --> + +<!ENTITY textEnlarge.commandkey "+"> +<!ENTITY textEnlarge.commandkey2 "="> +<!ENTITY textEnlarge.commandkey3 ""> +<!ENTITY textReduce.commandkey "-"> +<!ENTITY textReduce.commandkey2 ""> +<!ENTITY textReset.commandkey "0"> +<!ENTITY textReset.commandkey2 ""> + +<!ENTITY goToLineCmd.label "გადასვლა სტრიქონზე…"> +<!ENTITY goToLineCmd.accesskey "გ"> +<!ENTITY goToLineCmd.commandkey "l"> + +<!ENTITY viewMenu.label "ხედი"> +<!ENTITY viewMenu.accesskey "ე"> +<!ENTITY reloadCmd.label "განახლება"> +<!ENTITY reloadCmd.accesskey "ხ"> +<!ENTITY reloadCmd.commandkey "r"> +<!ENTITY menu_wrapLongLines.title "გრძელი სტრიქონების გადატანა"> +<!ENTITY menu_wrapLongLines.accesskey "ძ"> +<!ENTITY menu_highlightSyntax.label "სინტაქსის გამოყოფა"> +<!ENTITY menu_highlightSyntax.accesskey "ტ"> +<!ENTITY menu_textSize.label "ტექსტის ზომა"> +<!ENTITY menu_textSize.accesskey "ზ"> +<!ENTITY menu_textEnlarge.label "გადიდება"> +<!ENTITY menu_textEnlarge.accesskey "დ"> +<!ENTITY menu_textReduce.label "შემცირება"> +<!ENTITY menu_textReduce.accesskey "ც"> +<!ENTITY menu_textReset.label "ჩვეულებრივი"> +<!ENTITY menu_textReset.accesskey "ჩ"> + +<!ENTITY findOnCmd.label "პოვნა ამ გვერდზე…"> +<!ENTITY findOnCmd.accesskey "პ"> +<!ENTITY findOnCmd.commandkey "f"> +<!ENTITY findAgainCmd.label "კვლავძიება"> +<!ENTITY findAgainCmd.accesskey "კ"> +<!ENTITY findAgainCmd.commandkey "g"> +<!ENTITY findAgainCmd.commandkey2 "VK_F3"> +<!ENTITY findSelectionCmd.commandkey "e"> + +<!ENTITY backCmd.label "წინა"> +<!ENTITY backCmd.accesskey "წ"> +<!ENTITY forwardCmd.label "მომდევნო"> +<!ENTITY forwardCmd.accesskey "მ"> +<!ENTITY goBackCmd.commandKey "["> +<!ENTITY goForwardCmd.commandKey "]"> + +<!ENTITY copyLinkCmd.label "ბმულის მისამართის ასლი"> +<!ENTITY copyLinkCmd.accesskey "ლ"> +<!ENTITY copyEmailCmd.label "ელფოსტის მისამართის ასლი"> +<!ENTITY copyEmailCmd.accesskey "ე"> |