diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-18 16:47:09 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-18 16:47:09 +0200 |
commit | 66e8d703bd12c3c5da29c091d14485e260f6ab31 (patch) | |
tree | 0b2fa44b1da0c0d5c105c3426c0900ef3d2a4363 /po/weechat.pot | |
parent | 47c9c68b40dfaaf0f61f0d3ee1d37db1934f241a (diff) | |
download | weechat-66e8d703bd12c3c5da29c091d14485e260f6ab31.zip |
Add new options for completion, optional stop instead of cycling with words found
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 46 |
1 files changed, 30 insertions, 16 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 1c28fcce8..4734a1ce5 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: 2008-06-17 16:16+0200\n" +"POT-Creation-Date: 2008-06-18 16:02+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" @@ -849,15 +849,6 @@ msgstr "" msgid "time format for \"time\" bar item" msgstr "" -msgid "complete only with first nick found" -msgstr "" - -msgid "chars ignored for nick completion" -msgstr "" - -msgid "string inserted after nick completion" -msgstr "" - msgid "display nicklist (on buffers with nicklist enabled)" msgstr "" @@ -1136,6 +1127,35 @@ msgstr "" msgid "text color for nicklist separator" msgstr "" +msgid "string inserted after nick completion" +msgstr "" + +msgid "complete only with first nick found" +msgstr "" + +msgid "chars ignored for nick completion" +msgstr "" + +msgid "alert user when a partial completion occurs" +msgstr "" + +msgid "" +"partially complete nicks (stop when many nicks found begin with same letters)" +msgstr "" + +msgid "" +"partially complete command names (stop when many commands found begin with " +"same letters)" +msgstr "" + +msgid "" +"partially complete command arguments (stop when many arguments found begin " +"with same prefix)" +msgstr "" + +msgid "display count for each partial completion in bar item" +msgstr "" + msgid "maximum number of lines in history per buffer (0 = unlimited)" msgstr "" @@ -2506,12 +2526,6 @@ msgstr "" msgid "automatically rejoin channels when kicked" msgstr "" -msgid "" -"comma separated list of notify levels for channels of this server (format: " -"#channel:1,..), a channel name '*' is reserved for server default notify " -"level" -msgstr "" - #, c-format msgid "%s%s: error creating server option \"%s\"" msgstr "" |