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/de.po | |
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/de.po')
-rw-r--r-- | po/de.po | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.2.7-dev\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: 2007-09-06 12:44+0200\n" "Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -583,8 +583,9 @@ msgstr "Puffer verwalten" 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 "" @@ -602,6 +603,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" |