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-ca/suite/chrome/editor/dialogs/EditorSpellCheck.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-ca/suite/chrome/editor/dialogs/EditorSpellCheck.dtd')
-rw-r--r-- | l10n-ca/suite/chrome/editor/dialogs/EditorSpellCheck.dtd | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/l10n-ca/suite/chrome/editor/dialogs/EditorSpellCheck.dtd b/l10n-ca/suite/chrome/editor/dialogs/EditorSpellCheck.dtd new file mode 100644 index 0000000000..429d8fcc8d --- /dev/null +++ b/l10n-ca/suite/chrome/editor/dialogs/EditorSpellCheck.dtd @@ -0,0 +1,38 @@ +<!-- 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 --> + +<!ENTITY windowTitle.label "Verifica l'ortografia"> + +<!ENTITY misspelledWord.label "Paraula mal escrita:"> +<!ENTITY wordEditField.label "Reemplaça amb:"> +<!ENTITY wordEditField.accessKey "m"> +<!ENTITY checkwordButton.label "Revisa la paraula"> +<!ENTITY checkwordButton.accessKey "R"> +<!ENTITY suggestions.label "Suggeriments:"> +<!ENTITY suggestions.accessKey "u"> +<!ENTITY ignoreButton.label "Ignora"> +<!ENTITY ignoreButton.accessKey "g"> +<!ENTITY ignoreAllButton.label "Ignora-les totes"> +<!ENTITY ignoreAllButton.accessKey "n"> +<!ENTITY replaceButton.label "Reemplaça"> +<!ENTITY replaceButton.accessKey "m"> +<!ENTITY replaceAllButton.label "Reemplaça-ho tot"> +<!ENTITY replaceAllButton.accessKey "a"> +<!ENTITY stopButton.label "Atura"> +<!ENTITY stopButton.accessKey "u"> +<!ENTITY userDictionary.label "Diccionari de l'usuari:"> +<!ENTITY moreDictionaries.label "Baixa més diccionaris…"> +<!ENTITY addToUserDictionaryButton.label "Afegeix una paraula"> +<!ENTITY addToUserDictionaryButton.accessKey "f"> +<!ENTITY editUserDictionaryButton.label "Edita…"> +<!ENTITY editUserDictionaryButton.accessKey "E"> +<!ENTITY recheckButton2.label "Torna a verificar el text"> +<!ENTITY recheckButton2.accessKey "T"> +<!ENTITY closeButton.label "Tanca"> +<!ENTITY closeButton.accessKey "c"> +<!ENTITY sendButton.label "Envia"> +<!ENTITY sendButton.accessKey "v"> +<!ENTITY languagePopup.label "Llengua:"> +<!ENTITY languagePopup.accessKey "L"> |