diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-27 17:15:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-27 17:15:26 +0200 |
commit | 50f8bf0043d3cd6f8bd5af9c2948d7058536dec2 (patch) | |
tree | 82e3c4b1091d241249e4a940d82cee36922420bf /po/weechat.pot | |
parent | c38eac19e399be7ace5281005e19e3eaf1904073 (diff) | |
download | weechat-50f8bf0043d3cd6f8bd5af9c2948d7058536dec2.zip |
Add input bar item, add "hidden" flag for bars, fix some display bugs with bars
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 23fd0dfb6..7cfc3c0da 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-22 10:47+0200\n" +"POT-Creation-Date: 2008-06-27 17:04+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" @@ -77,7 +77,10 @@ msgid "List of bars:" msgstr "" #, c-format -msgid " %s%s%s: %s (cond: %s), %s, filling: %s, %s: %s" +msgid " %s%s%s: %s%s%s (cond: %s), %s, filling: %s, %s: %s" +msgstr "" + +msgid "(hidden)" msgstr "" msgid "height" @@ -149,6 +152,14 @@ msgid "%sError: unable to set option \"%s\" for bar \"%s\"" msgstr "" #, c-format +msgid "Bar \"%s\" is now hidden" +msgstr "" + +#, c-format +msgid "Bar \"%s\" is now visible" +msgstr "" + +#, c-format msgid "%sError: unknown option for \"%s\" command" msgstr "" @@ -499,7 +510,7 @@ msgstr "" msgid "" "[add barname type[,cond1,cond2,...] position size separator item1,item2,...] " "| [del barname] | [set barname name|priority|condition|position|filling|size|" -"separator|items value] | [list] | [listitems]" +"separator|items value] | [hide|show barname] | [list] | [listitems]" msgstr "" msgid "" @@ -519,7 +530,10 @@ msgid "" "item1,...: items for this bar\n" " del: delete a bar\n" " set: set a value for a bar property\n" +" hide: hide a bar\n" +" show: show an hidden bar\n" " list: list all bars\n" +" listfull: list all bars (verbose)\n" "listitems: list all bar items" msgstr "" @@ -646,7 +660,7 @@ msgstr "" msgid "" " list: list loaded plugins\n" -"listfull: list loaded plugins with detailed info for each plugin\n" +"listfull: list loaded plugins (verbose)\n" " load: load a plugin\n" "autoload: autoload plugins in system or user directory\n" " reload: reload one plugin (if no name given, unload all plugins, then " @@ -1373,6 +1387,9 @@ msgid "" "that" msgstr "" +msgid "true if bar is hidden, false if it is displayed" +msgstr "" + msgid "bar priority (high number means bar displayed first)" msgstr "" @@ -2598,9 +2615,6 @@ msgstr "" msgid " (temporary server, will not be saved)" msgstr "" -msgid "(hidden)" -msgstr "" - msgid " (temporary)" msgstr "" |