diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-11 14:49:34 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-04-11 14:49:34 +0200 |
commit | acb57723343d61cc287a260333c28d802d6ea70f (patch) | |
tree | 6d154d5b7b2e1fcdc3b0702e9a5693d342e710a6 /po/weechat.pot | |
parent | 8ac00cdac6ba3a2caf9a7b282701e3bb22c988de (diff) | |
download | weechat-acb57723343d61cc287a260333c28d802d6ea70f.zip |
Add support of many templates for completion of command arguments, rename default completion items
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 136 |
1 files changed, 119 insertions, 17 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index c89054c38..190b6546a 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-04-07 18:12+0200\n" +"POT-Creation-Date: 2009-04-09 12:57+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -333,18 +333,15 @@ msgstr "" msgid "Key bindings (%d):" msgstr "" -msgid "Default key bindings restored" +msgid "Key:" msgstr "" -#, c-format -msgid "%sError: \"-yes\" argument is required for keys reset (security reason)" +msgid "No key found" msgstr "" #, c-format -msgid "%d new key added" -msgid_plural "%d new keys added" -msgstr[0] "" -msgstr[1] "" +msgid "%sError: unable to bind key \"%s\"" +msgstr "" #, c-format msgid "Key \"%s\" unbound" @@ -354,15 +351,18 @@ msgstr "" msgid "%sError: unable to unbind key \"%s\"" msgstr "" -msgid "Key:" +msgid "Default key bindings restored" msgstr "" -msgid "No key found" +#, c-format +msgid "%sError: \"-yes\" argument is required for keys reset (security reason)" msgstr "" #, c-format -msgid "%sError: unable to bind key \"%s\"" -msgstr "" +msgid "%d new key added" +msgid_plural "%d new keys added" +msgstr[0] "" +msgstr[1] "" #, c-format msgid "leaf: id: %d, parent: %d, plugin: \"%s\", buffer: \"%s\"" @@ -870,15 +870,15 @@ msgstr "" msgid "bind/unbind keys" msgstr "" -msgid "[key [command [args]]] | [unbind key] | [reset -yes] | [missing]" +msgid "[bind key [command [args]]] | [unbind key] | [reset -yes] | [missing]" msgstr "" msgid "" -" key: display or bind this key to a command\n" -" unbind: unbind a key\n" -" reset: restore bindings to the default values and delete ALL personal " +" bind: bind a command to a key or display command bound to key\n" +" unbind: remove a key binding\n" +" reset: restore bindings to the default values and delete ALL personal " "bindings (use carefully!)\n" -" missing: add missing keys (using default bindings)" +"missing: add missing keys (using default bindings)" msgstr "" msgid "save/apply/reset layout for buffers and windows" @@ -1757,6 +1757,66 @@ msgstr "" msgid "Not enough memory for new line" msgstr "" +msgid "names of buffers" +msgstr "" + +msgid "numbers of buffers" +msgstr "" + +msgid "names of buffers (including plugins names)" +msgstr "" + +msgid "configuration files" +msgstr "" + +msgid "filename" +msgstr "" + +msgid "names of filters" +msgstr "" + +msgid "commands (weechat and plugins)" +msgstr "" + +msgid "names of infos hooked" +msgstr "" + +msgid "names of infolists hooked" +msgstr "" + +msgid "nicks in nicklist of current buffer" +msgstr "" + +msgid "configuration options" +msgstr "" + +msgid "names of plugins" +msgstr "" + +msgid "commands defined by plugins" +msgstr "" + +msgid "names of bars" +msgstr "" + +msgid "values for a configuration option" +msgstr "" + +msgid "weechat commands" +msgstr "" + +msgid "names of proxies" +msgstr "" + +msgid "options for proxies" +msgstr "" + +msgid "options for bars" +msgstr "" + +msgid "key codes" +msgstr "" + msgid "Error: not enough memory to add a buffer to hotlist" msgstr "" @@ -1880,6 +1940,9 @@ msgid "" "Input line beginning with a '/' is not checked, except for some commands." msgstr "" +msgid "list of supported langs for aspell" +msgstr "" + msgid "comma separated list of dictionaries to use on this buffer" msgstr "" @@ -2954,6 +3017,39 @@ msgstr "" msgid "%s%s: command \"%s\" must be executed on connected irc server" msgstr "" +msgid "current IRC server" +msgstr "" + +msgid "nick on current IRC server" +msgstr "" + +msgid "nicks on all channels of current IRC server" +msgstr "" + +msgid "IRC servers (internal names)" +msgstr "" + +msgid "current IRC channel" +msgstr "" + +msgid "nicks of current IRC channel" +msgstr "" + +msgid "nicks and hostnames of current IRC channel" +msgstr "" + +msgid "topic of current IRC channel" +msgstr "" + +msgid "IRC channels (on all servers)" +msgstr "" + +msgid "default part message for IRC channel" +msgstr "" + +msgid "numbers for defined ignores" +msgstr "" + #, c-format msgid "" "%s%s: warning: server \"%s\" not found in configuration file, not deleted in " @@ -4447,6 +4543,9 @@ msgid "" "Without argument, this command lists all loaded scripts." msgstr "" +msgid "list of scripts" +msgstr "" + #. TRANSLATORS: %s is language (for example "perl") #, c-format msgid "list of %s scripts" @@ -4698,6 +4797,9 @@ msgid "" "Without argument, this command opens buffer with xfer list." msgstr "" +msgid "nicks of DCC chat" +msgstr "" + msgid "auto open xfer buffer when a new xfer is added to list" msgstr "" |