diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-22 10:56:27 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-22 10:56:27 +0000 |
commit | cebec2980d00661cddf6d287800de656c6909f29 (patch) | |
tree | 7c8ef709f3286158ab3b321a273d5602ee3cdc48 /plugins/SpellChecker | |
parent | 5a329278e222cffc29b9532e0a6dc5dd4b5f87d8 (diff) |
lpgen script updated ,translation files updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@524 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker')
-rw-r--r-- | plugins/SpellChecker/Docs/langpack_spellchecker.txt | 74 | ||||
-rw-r--r-- | plugins/SpellChecker/spellchecker-translation.txt | 71 |
2 files changed, 71 insertions, 74 deletions
diff --git a/plugins/SpellChecker/Docs/langpack_spellchecker.txt b/plugins/SpellChecker/Docs/langpack_spellchecker.txt deleted file mode 100644 index 6bd580b2eb..0000000000 --- a/plugins/SpellChecker/Docs/langpack_spellchecker.txt +++ /dev/null @@ -1,74 +0,0 @@ -; Spell Checker
-; Author: Pescuma
-
-; Options
-
-[Message Sessions]
-[Spell Checker]
-[Auto-replacements]
-
-[Dictionaries]
-[Custom Dictionaries]
-[Flags DLL]
-
-[Enabled]
-[Disabled]
-
-[Spell Checker]
-[Default language:]
-[Auto-replace words with dictionary suggestions]
-[Ignore words with numbers]
-[Ignore words in UPPER CASE]
-[Download more dictionaries]
-
-[Advanced]
-[Underline type:]
-[Line]
-[Dotted]
-[Dash]
-[Dash dot]
-[Dash dot dot]
-[Wave]
-[Thick]
-[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]
-
-[Replacements]
-[Enable auto-replacements]
-[Language:]
-[Wrong word]
-[Correction]
-
-
-; Menu
-
-[Language]
-[Enable spell checking]
-[Always replace with]
-[Ignore all]
-[Add to dictionary]
-[Wrong word: %s]
-[Other...]
-
-
-; Add auto-replace word
-
-[Add auto-replace word]
-[Wrong word:]
-[Correction:]
-[No separators and all lowercase chars]
-[Use variables in correction]
-[The wrong word can't be empty!]
-[The correction can't be empty!]
-[The correction can't be equal to the wrong word!]
-[Wrong Correction]
-[The wrong word typed by the user]
-
-
-; Message Box
-
-[Something is wrong with the message window.\n\nThis usually means one of two things:\n- In tabSRMM the checkbox 'Enable event API' is disabled or\n- You are using SRMM (which don't support Spell Checker).\n In this case, please install tabSRMM or Scriver.]
-[There are spelling errors. Are you sure you want to send this message?]
diff --git a/plugins/SpellChecker/spellchecker-translation.txt b/plugins/SpellChecker/spellchecker-translation.txt new file mode 100644 index 0000000000..cfd53dd935 --- /dev/null +++ b/plugins/SpellChecker/spellchecker-translation.txt @@ -0,0 +1,71 @@ +; Common strings that belong to many files
+;[Spell Checker]
+
+; ../../plugins/SpellChecker/ardialog.cpp
+;[The correction can't be empty!]
+;[The correction can't be equal to the wrong word!]
+;[The wrong word can't be empty!]
+;[Wrong Correction]
+
+; ../../plugins/SpellChecker/options.cpp
+;[Auto-replacements]
+;[Correction]
+;[Dash]
+;[Dash dot]
+;[Dash dot dot]
+;[Dotted]
+;[Line]
+;[Message Sessions]
+;[Thick]
+;[Wave]
+;[Wrong word]
+
+; ../../plugins/SpellChecker/resource.rc
+;[Add auto-replace word]
+;[Add...]
+;[Advanced]
+;[Ask before sending a message with spelling errors]
+;[Auto-replace words with dictionary suggestions]
+;[Avoid removing underscores (slows down checking of long texts)]
+;[Cancel]
+;[Correction:]
+;[Default language:]
+;[Download more dictionaries]
+;[Edit...]
+;[Enable auto-replacements]
+;[Ignore words in UPPER CASE]
+;[Ignore words with numbers]
+;[Language:]
+;[No separators and all lowercase chars]
+;[OK]
+;[Remove]
+;[Replacements]
+;[Show all corrections in context menu (takes more time to show)]
+;[Show corrections in submenu]
+;[Show wrong word]
+;[Underline type:]
+;[Use dictionaries from other programs]
+;[Use flags]
+;[Use input language to select dictionary]
+;[Use variables in correction]
+;[Wrong word:]
+
+; ../../plugins/SpellChecker/spellchecker.cpp
+;[Add to dictionary]
+;[Always replace with]
+;[Corrections]
+;[Custom Dictionaries]
+;[Dictionaries]
+;[Disabled]
+;[Enable spell checking]
+;[Enable/disable spell checker]
+;[Enabled]
+;[Flags DLL]
+;[Ignore all]
+;[Language]
+;[Other...]
+;[There are %d spelling errors. Are you sure you want to send this message?]
+;[Unknown Flag]
+;[Wrong word: %s]
+;[Wrong words]
+;[Your message window does not support SpellChecker Plugin.\nIf you use SRMM, tabSRMM or Scriver, please update them to the latest version,\notherwise ask the author of your message window plugin to add support for Spell Checker.]
|