summaryrefslogtreecommitdiff
path: root/po/weechat.pot
diff options
context:
space:
mode:
Diffstat (limited to 'po/weechat.pot')
-rw-r--r--po/weechat.pot108
1 files changed, 80 insertions, 28 deletions
diff --git a/po/weechat.pot b/po/weechat.pot
index 475d4ecb0..9ff9d4a05 100644
--- a/po/weechat.pot
+++ b/po/weechat.pot
@@ -21,7 +21,7 @@ msgid ""
msgstr ""
"Project-Id-Version: WeeChat\n"
"Report-Msgid-Bugs-To: flashcode@flashtux.org\n"
-"POT-Creation-Date: 2023-03-10 20:50+0100\n"
+"POT-Creation-Date: 2023-03-18 09:18+0100\n"
"PO-Revision-Date: 2014-08-16 10:27+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
@@ -584,10 +584,6 @@ msgid "No key binding added, redefined or removed for context \"%s\""
msgstr ""
#, c-format
-msgid "%sUnable to bind key \"%s\""
-msgstr ""
-
-#, c-format
msgid "Key \"%s\" has already default value"
msgstr ""
@@ -624,13 +620,6 @@ msgid "No key found"
msgstr ""
#, c-format
-msgid ""
-"%sIt is not safe to bind key \"%s\" because it does not start with a ctrl or "
-"meta code (tip: use alt-k to find key codes); if you want to bind this key "
-"anyway, turn off option weechat.look.key_bind_safe"
-msgstr ""
-
-#, c-format
msgid "%sContext \"%s\" not found"
msgstr ""
@@ -908,9 +897,6 @@ msgstr ""
msgid "Option created: "
msgstr ""
-msgid "Option changed"
-msgstr ""
-
#, c-format
msgid "%sFailed to unset option \"%s\""
msgstr ""
@@ -1309,6 +1295,8 @@ msgid ""
" hdata: display infos about hdata (with free: remove all hdata in "
"memory)\n"
"infolists: display infos about infolists\n"
+" key: enable keyboard and mouse debug: display raw codes, expanded key "
+"name and associated command ('q' to quit this mode)\n"
" libs: display infos about external libraries used\n"
" memory: display infos about memory usage\n"
" mouse: toggle debug for mouse\n"
@@ -1677,8 +1665,6 @@ msgid ""
" insert: insert text in command line (escaped chars are allowed, see /help "
"print)\n"
" send: send text to the buffer\n"
-" paste_start: start paste (bracketed paste mode)\n"
-" paste_stop: stop paste (bracketed paste mode)\n"
"\n"
"This command is used by key bindings or plugins."
msgstr ""
@@ -1740,15 +1726,14 @@ msgid "bind/unbind keys"
msgstr ""
msgid ""
-"list|listdefault|listdiff [<context>] || bind <key> [<command> [<args>]] || "
-"bindctxt <context> <key> [<command> [<args>]] || unbind <key> || unbindctxt "
-"<context> <key> || reset <key> || resetctxt <context> <key> || resetall -yes "
-"[<context>] || missing [<context>]"
+"[list|listdefault|listdiff] [<context>] || bind <key> [<command> [<args>]] "
+"|| bindctxt <context> <key> [<command> [<args>]] || unbind <key> || "
+"unbindctxt <context> <key> || reset <key> || resetctxt <context> <key> || "
+"resetall -yes [<context>] || missing [<context>]"
msgstr ""
msgid ""
-" list: list all current keys (without argument, this list is "
-"displayed)\n"
+" list: list all current keys\n"
"listdefault: list default keys\n"
" listdiff: list differences between current and default keys (keys added, "
"redefined or deleted)\n"
@@ -1768,9 +1753,19 @@ msgid ""
"installing new WeeChat version\n"
"\n"
"When binding a command to a key, it is recommended to use key alt+k (or Esc "
-"then k), and then press the key to bind: this will insert key code in "
+"then k), and then press the key to bind: this will insert key name in "
"command line.\n"
"\n"
+"Modifiers allowed (in this order when multiple are used):\n"
+" meta- (alt key)\n"
+" ctrl- (control key)\n"
+" shift- (shift key, can only be used with key names below)\n"
+"\n"
+"Key names allowed: f0 to f20, home, insert, delete, end, backspace, pgup, "
+"pgdn, up, down, right, left, tab, return, comma, space.\n"
+"\n"
+"Combo of keys must be separated by a comma.\n"
+"\n"
"For context \"mouse\" (possible in context \"cursor\" too), key has format: "
"\"@area:key\" or \"@area1>area2:key\" where area can be:\n"
" *: any area on screen\n"
@@ -1789,14 +1784,14 @@ msgid ""
"when looking for keys).\n"
"\n"
"Examples:\n"
-" key alt-t to toggle nicklist bar:\n"
-" /key bind meta-t /bar toggle nicklist\n"
" key alt-r to jump to #weechat IRC channel:\n"
" /key bind meta-r /buffer #weechat\n"
" restore default binding for key alt-r:\n"
" /key reset meta-r\n"
+" key meta-v then f1 to run /help:\n"
+" /key bind meta-v,f1 /help\n"
" key \"tab\" to stop search in buffer:\n"
-" /key bindctxt search ctrl-i /input search_stop\n"
+" /key bindctxt search tab /input search_stop\n"
" middle button of mouse on a nick to retrieve info on nick:\n"
" /key bindctxt mouse @item(buffer_nicklist):button3 /msg nickserv info "
"${nick}"
@@ -2576,6 +2571,14 @@ msgid ""
"%sWarning: proxy \"%s\" does not exist (you can add it with command /proxy)"
msgstr ""
+#, c-format
+msgid "Legacy key removed: \"%s\""
+msgstr ""
+
+#, c-format
+msgid "Legacy key converted: \"%s\" => \"%s\""
+msgstr ""
+
msgid "debug level for plugin (\"core\" for WeeChat core)"
msgstr ""
@@ -3635,7 +3638,13 @@ msgid "%sWarning: %s, line %d: unknown section identifier (\"%s\")"
msgstr ""
#, c-format
-msgid "%sWarning: %s, line %d: unknown option for section \"%s\": %s"
+msgid "%sWarning: %s, line %d: invalid config version: %s"
+msgstr ""
+
+#, c-format
+msgid ""
+"%sWarning: %s, version read (%d) is newer than supported version (%d), "
+"options may be broken!"
msgstr ""
#, c-format
@@ -3643,6 +3652,10 @@ msgid "%sWarning: %s, line %d: option outside section: %s"
msgstr ""
#, c-format
+msgid "%sWarning: %s, line %d: unknown option for section \"%s\": %s"
+msgstr ""
+
+#, c-format
msgid "%sWarning: %s, line %d: invalid value for option: %s"
msgstr ""
@@ -4155,6 +4168,9 @@ msgstr[1] ""
msgid "Search"
msgstr ""
+msgid "keyboard and mouse debug ('q' to quit debug mode)"
+msgstr ""
+
#, c-format
msgid "%s-MORE(%d)-"
msgstr ""
@@ -4218,10 +4234,37 @@ msgid "not enough memory"
msgstr ""
#, c-format
+msgid "key \"%s\" in context \"%s\""
+msgstr ""
+
+#, c-format
+msgid ""
+"%sInvalid key for mouse context \"%s\": it must start with \"@area\" (see /"
+"help key)"
+msgstr ""
+
+#, c-format
msgid "New key binding (context \"%s\"): %s%s => %s%s"
msgstr ""
#, c-format
+msgid "%sUnable to bind key \"%s\" in context \"%s\" (see /help key)"
+msgstr ""
+
+#, c-format
+msgid ""
+"%sIt is not safe to bind key \"%s\" because it does not start with a ctrl or "
+"meta code (tip: use alt-k to find key codes); if you want to bind this key "
+"anyway, turn off option weechat.look.key_bind_safe"
+msgstr ""
+
+#, c-format
+msgid ""
+"%sWarning: key \"%s\" seems either a raw code or invalid, it may not work "
+"(see /help key)"
+msgstr ""
+
+#, c-format
msgid "Key \"%s\" unbound (context: \"%s\")"
msgstr ""
@@ -4240,6 +4283,15 @@ msgstr ""
msgid "Executing command: \"%s\" on buffer \"%s\""
msgstr ""
+msgid "no key binding"
+msgstr ""
+
+msgid "debug:"
+msgstr ""
+
+msgid "mouse"
+msgstr ""
+
#, c-format
msgid "Debug enabled for mouse (%s)"
msgstr ""