diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-05 16:06:28 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-05 16:06:28 +0200 |
commit | 3de7b2ff3d097ba779f544620552852b7939b511 (patch) | |
tree | 25904a33388da8bf7b574d39ed46980972c9f9a8 /po/es.po | |
parent | cbc47ece3d717b4acd9fe3e5b4c435b5ccc5ffc5 (diff) | |
download | weechat-3de7b2ff3d097ba779f544620552852b7939b511.zip |
aspell: add new option aspell.check.enabled, add options enable/disable/toggle for command /aspell, display aspell status with /aspell (task #11988)
New options in command /aspell:
- "enable": enable aspell
- "disable": disable aspell
- "toggle": toggle aspell
Options renamed in command /aspell:
- "enable" renamed to "setdict" (set dictionary for current buffer)
- "disable" renamed to "deldict" (delete dictionary used on current buffer)
- "dictlist" renamed to "listdict" (show installed dictionaries)
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 57 |
1 files changed, 49 insertions, 8 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.9-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2012-06-30 14:13+0200\n" +"POT-Creation-Date: 2012-07-05 15:54+0200\n" "PO-Revision-Date: 2012-06-03 09:49+0200\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -3797,6 +3797,32 @@ msgstr "%s: palabra \"%s\" agregada al diccionario personal" msgid "%s%s: failed to add word to personal dictionary" msgstr "%s%s: no se pudo agregar una palabra al diccionario personal" +#, fuzzy +msgid "Aspell is enabled" +msgstr "Ratón activado" + +#, fuzzy +msgid "Aspell is disabled" +msgstr "Ratón desactivado" + +#, fuzzy, c-format +msgid "Default dictionary: %s" +msgstr "Colores predeterminados:" + +msgid "(not set)" +msgstr "" + +msgid "Specific dictionaries on buffers:" +msgstr "" + +#, fuzzy +msgid "Aspell enabled" +msgstr "Ratón activado" + +#, fuzzy +msgid "Aspell disabled" +msgstr "Ratón desactivado" + #, c-format msgid "%s%s: no dictionary on this buffer for adding word" msgstr "%s%s: no hay diccionario en este buffer para agregar una palabra" @@ -3812,21 +3838,32 @@ msgstr "" msgid "aspell plugin configuration" msgstr "configuración del plugin aspell" -msgid "dictlist || enable <lang> || disable || addword [<lang>] <word>" +#, fuzzy +msgid "" +"enable|disable|toggle || listdict || setdict <lang> || deldict || addword " +"[<lang>] <word>" msgstr "" "dictlist || enable <lenguaje> || disable || addword [<lenguaje>] <palabra>" +#, fuzzy msgid "" -"dictlist: show installed dictionaries\n" -" enable: enable aspell on current buffer\n" -" disable: disable aspell on current buffer\n" -" addword: add a word in your personal aspell dictionary\n" +" enable: enable aspell\n" +" disable: disable aspell\n" +" toggle: toggle aspell\n" +"listdict: show installed dictionaries\n" +" setdict: set dictionary for current buffer\n" +" deldict: delete dictionary used on current buffer\n" +" addword: add a word in personal aspell dictionary\n" "\n" "Input line beginning with a '/' is not checked, except for some commands " "(see /set aspell.check.commands).\n" "\n" -"To enable aspell on all buffers, use option \"default_dict\", for example:\n" -" /set aspell.check.default_dict \"en\"" +"To enable aspell on all buffers, use option \"default_dict\", then enable " +"aspell, for example:\n" +" /set aspell.check.default_dict \"en\"\n" +" /aspell enable\n" +"\n" +"Default key to toggle aspell is alt-s." msgstr "" "dictlist: muestra diccionarios instalados\n" " enable: habilita aspell en el buffer actual\n" @@ -3884,6 +3921,10 @@ msgstr "" msgid "check words during text search in buffer" msgstr "verificar palabras durante la búsqueda de texto en el buffer" +#, fuzzy +msgid "enable aspell check for command line" +msgstr "funciones para la línea de comandos" + msgid "" "real-time spell checking of words (slower, disabled by default: words are " "checked only if there's delimiter after)" |