blob: 435a7344d0224b123e6700a5e6a57b58289aea14 (
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
|
<!-- 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 "Revisar ortografía">
<!ENTITY misspelledWord.label "Palabra mal escrita:">
<!ENTITY wordEditField.label "Reemplazar con:">
<!ENTITY wordEditField.accessKey "z">
<!ENTITY checkwordButton.label "Revisar palabra">
<!ENTITY checkwordButton.accessKey "s">
<!ENTITY suggestions.label "Sugerencias:">
<!ENTITY suggestions.accessKey "u">
<!ENTITY ignoreButton.label "Ignorar">
<!ENTITY ignoreButton.accessKey "I">
<!ENTITY ignoreAllButton.label "Ignorar todo">
<!ENTITY ignoreAllButton.accessKey "n">
<!ENTITY replaceButton.label "Reemplazar">
<!ENTITY replaceButton.accessKey "R">
<!ENTITY replaceAllButton.label "Reemplazar todo">
<!ENTITY replaceAllButton.accessKey "A">
<!ENTITY stopButton.label "Detener">
<!ENTITY stopButton.accessKey "t">
<!ENTITY userDictionary.label "Diccionario personal:">
<!ENTITY moreDictionaries.label "Descargar más">
<!ENTITY addToUserDictionaryButton.label "Añadir palabra">
<!ENTITY addToUserDictionaryButton.accessKey "d">
<!ENTITY editUserDictionaryButton.label "Editar...">
<!ENTITY editUserDictionaryButton.accessKey "E">
<!ENTITY recheckButton2.label "Volver a revisar texto">
<!ENTITY recheckButton2.accessKey "T">
<!ENTITY closeButton.label "Cerrar">
<!ENTITY closeButton.accessKey "C">
<!ENTITY sendButton.label "Enviar">
<!ENTITY sendButton.accessKey "v">
<!ENTITY languagePopup.label "Idioma:">
<!ENTITY languagePopup.accessKey "m">
|