diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-28 12:43:57 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-28 12:43:57 +0200 |
commit | e5745e4d146d5ead13e026280a87b51fec7acb49 (patch) | |
tree | 4eab732d49c0251288e9150b2f0f96192fdcac53 /po/weechat.pot | |
parent | f7706ff40090525fca2ba1b06930cccca095dc00 (diff) | |
download | weechat-e5745e4d146d5ead13e026280a87b51fec7acb49.zip |
Add "default" option to command /bar, to create default bars (today only input and status)
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 7cfc3c0da..33d67090f 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-27 17:04+0200\n" +"POT-Creation-Date: 2008-06-28 12:09+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" @@ -509,8 +509,9 @@ 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] | [hide|show barname] | [list] | [listitems]" +"| [default] | [del barname] | [set barname name|priority|condition|position|" +"filling|size|separator|items value] | [hide|show barname] | [list] | " +"[listitems]" msgstr "" msgid "" @@ -528,6 +529,7 @@ msgid "" " size: size of bar (in chars)\n" "separator: 1 for using separator (line), 0 or nothing means no separator\n" "item1,...: items for this bar\n" +" default: create default bars\n" " del: delete a bar\n" " set: set a value for a bar property\n" " hide: hide a bar\n" |