diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-31 19:40:41 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-01-31 19:40:41 +0100 |
commit | 6983d34e884bf21c72990a9ad4ab7cad35f0c555 (patch) | |
tree | 7de0fbe4516a39f438d791dc8671dc5335771062 /po/hu.po | |
parent | 5d2382caab50d046a1a8abddeb34d7a545b9ea12 (diff) | |
download | weechat-6983d34e884bf21c72990a9ad4ab7cad35f0c555.zip |
aspell: optimization on spellers to improve speed (save state by buffer), add info "aspell_dict", add completion "aspell_dicts"
Two hashtables have been added to store the spellers currently used (in all
buffers) and info for each buffer: array with pointers to spellers and state of
aspell for this buffer.
Therefore the spellers are not destroyed and created again on each buffer switch,
or each time screen is refreshed when window is split.
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 58 |
1 files changed, 35 insertions, 23 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-01-29 20:16+0100\n" +"POT-Creation-Date: 2013-01-31 19:07+0100\n" "PO-Revision-Date: 2013-01-20 12:07+0100\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3394,20 +3394,30 @@ msgstr "" msgid "Spell checker for input (with Aspell)" msgstr "" -#, fuzzy, c-format -msgid "%s: \"%s\" removed" -msgstr "A \"%s\" aliasz eltávolítva\n" - #. TRANSLATORS: "%s" is "aspell" #, fuzzy, c-format msgid "%s dictionaries list:" msgstr "a /who lista vége" +#, fuzzy, c-format +msgid "%s: \"%s\" removed" +msgstr "A \"%s\" aliasz eltávolítva\n" + #, c-format msgid "%s: error: dictionary \"%s\" is not available on your system" msgstr "" #, c-format +msgid "%s%s: no dictionary on this buffer for adding word" +msgstr "" + +#, c-format +msgid "" +"%s%s: many dictionaries are defined for this buffer, please specify " +"dictionary" +msgstr "" + +#, c-format msgid "%s: word \"%s\" added to personal dictionary" msgstr "" @@ -3441,23 +3451,13 @@ msgstr "a felhasználók le lettek tiltva" msgid "Aspell disabled" msgstr "Nincs aliasz definiálva.\n" -#, c-format -msgid "%s%s: no dictionary on this buffer for adding word" -msgstr "" - -#, c-format -msgid "" -"%s%s: many dictionaries are defined for this buffer, please specify " -"dictionary" -msgstr "" - #, fuzzy msgid "aspell plugin configuration" msgstr "Beállítások mentése a lemezre\n" msgid "" -"enable|disable|toggle || listdict || setdict <lang> || deldict || addword " -"[<lang>] <word>" +"enable|disable|toggle || listdict || setdict <dict>[,<dict>...] || deldict " +"|| addword [<dict>] <word>" msgstr "" msgid "" @@ -3465,7 +3465,8 @@ msgid "" " disable: disable aspell\n" " toggle: toggle aspell\n" "listdict: show installed dictionaries\n" -" setdict: set dictionary for current buffer\n" +" setdict: set dictionary for current buffer (multiple dictionaries can be " +"separated by a comma)\n" " deldict: delete dictionary used on current buffer\n" " addword: add a word in personal aspell dictionary\n" "\n" @@ -3480,7 +3481,10 @@ msgid "" "Default key to toggle aspell is alt-s." msgstr "" -msgid "list of supported langs for aspell" +msgid "list of all languages supported by aspell" +msgstr "" + +msgid "list of aspell installed dictionaries" msgstr "" msgid "comma separated list of dictionaries to use on this buffer" @@ -3535,14 +3539,18 @@ msgid "" "minimum length for a word to be spell checked (use 0 to check all words)" msgstr "" +msgid "comma-separated list of dictionaries used in buffer" +msgstr "" + +msgid "" +"buffer pointer (\"0x12345678\") or buffer full name (\"irc.freenode.#weechat" +"\")" +msgstr "" + #, c-format msgid "%s: warning: dictionary \"%s\" is not available on your system" msgstr "" -#, fuzzy, c-format -msgid "%s%s: not enough memory to create new speller" -msgstr "%s nincs elegendő memória új DCC számára\n" - #, fuzzy msgid "Charset conversions" msgstr "WeeChat szlogen" @@ -8783,6 +8791,10 @@ msgid "Constants" msgstr "" #, fuzzy +#~ msgid "%s%s: not enough memory to create new speller" +#~ msgstr "%s nincs elegendő memória új DCC számára\n" + +#, fuzzy #~ msgid "%s%s: cannot set socket option \"SO_REUSEADDR\"" #~ msgstr "%s nem sikerült a \"SO_REUSEADDR\" csatornaopciót beállítani\n" |