blob: cca2acfef22a4acdf5076d2cdf9a6c16727ce3ce (
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
|
#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...]
[Edit...]
[Remove]
[Add auto-replace word]
[Wrong word:]
[No separators and all lowercase chars]
[Correction:]
[Use variables in correction]
[Cancel]
[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]
[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]
[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]
[Unknown]
;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]
|