blob: d7850df0b6837dbb455ed39c704e2fd1985f7dbc (
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
|
#muuid {36753ae3-840b-4797-94a5-fd9f5852b942}
;============================================================
; File: SpellChecker.dll
; Plugin: Spell checker
; Version: 0.2.6.1
; Authors: Ricardo Pescuma Domenecci, FREAK_THEMIGHTY
;============================================================
[Spell checker for the message windows. Uses Hunspell to do the checking.]
;file \plugins\SpellChecker\res\resource.rc
[Replacements]
[Enable auto-replacements]
[Language:]
[Add...]
Añadir...
[Edit...]
[Remove]
Eliminar
[Add auto-replace word]
[Wrong word:]
[No separators and all lowercase chars]
[Correction:]
[Use variables in correction]
[Cancel]
Cancelar
[Spell Checker]
[Default language:]
[Auto-replace words with dictionary suggestions]
[Ignore words with numbers]
[Ignore words in UPPER CASE]
[Ask before sending a message with spelling errors]
[Download more dictionaries]
[Advanced]
Avanzado
[Underline type:]
[Show corrections in submenu]
[Show all corrections in context menu (takes more time to show)]
[Show wrong word]
[Use flags]
[Use input language to select dictionary]
[Use dictionaries from other programs]
[Avoid removing underscores (slows down checking of long texts)]
;file \plugins\SpellChecker\src\ardialog.cpp
[The wrong word can't be empty!]
[Wrong Correction]
[The correction can't be empty!]
[The correction can't be equal to the wrong word!]
;file \plugins\SpellChecker\src\dictionary.cpp
[Tagalog (Philippines)]
[German (Germany)]
;file \plugins\SpellChecker\src\options.cpp
[Message Sessions]
Sesiones de mensaje
[Auto-replacements]
[Line]
[Dotted]
[Dash]
[Dash dot]
[Dash dot dot]
[Wave]
[Thick]
[Wrong word]
[Correction]
;file \plugins\SpellChecker\src\spellchecker.cpp
[Dictionaries]
[Custom Dictionaries]
[Flags DLL]
[Enable/disable spell checker]
[Enabled]
[Disabled]
Desabilitado
[Unknown]
Desconocido
;file \plugins\SpellChecker\src\utils.cpp
[There are %d spelling errors. Are you sure you want to send this message?]
[Other...]
[Always replace with]
[Ignore all]
[Add to dictionary]
[Corrections]
[Wrong word: %s]
[Language]
[Enable spell checking]
[Wrong words]
|