diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-18 15:36:52 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-03-18 15:36:52 +0100 |
commit | bee3f511c218b5ef30e2108cdf13f66765cdd43c (patch) | |
tree | d1cd7cce198970fad7d3a9e85cd4307e59740ce1 /po/pl.po | |
parent | 2711bc4afed3e6a81c961e8898149bc2d7309452 (diff) | |
download | weechat-bee3f511c218b5ef30e2108cdf13f66765cdd43c.zip |
Add optional bar name in command /bar default
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.5-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2011-03-18 12:15+0100\n" +"POT-Creation-Date: 2011-03-18 15:29+0100\n" "PO-Revision-Date: 2011-02-07 17:29+0100\n" "Last-Translator: Krzysztof Koroscik <soltys@szluug.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -805,9 +805,9 @@ msgstr "zarządzaj paskami" #, fuzzy msgid "" "list|listfull|listitems || add <name> <type>[,<cond1>[,<cond2>...]] " -"<position> <size> <separator> <item1>[,<item2>...] || default || del <name>|-" -"all || set <name> <option> <value> || hide|show|toggle <name> || scroll " -"<name> <buffer> <scroll_value>" +"<position> <size> <separator> <item1>[,<item2>...] || default [input|title|" +"status|nicklist] || del <name>|-all || set <name> <option> <value> || hide|" +"show|toggle <name> || scroll <name> <buffer> <scroll_value>" msgstr "" "[add nazwa typ[,warunek1,warunek2,...] pozycja rozmiar separator element1," "element2,...] | [default] | [del nazwa|-all] | [set nazwa opcja wartość] | " @@ -834,7 +834,8 @@ msgid "" "separator\n" " item1,...: items for this bar (items can be separated by comma (space " "between items) or \"+\" (glued items))\n" -" default: create default bars\n" +" default: create a default bar (all default bars if no bar name is " +"given)\n" " del: delete a bar (or all bars with -all)\n" " set: set a value for a bar property\n" " option: option to change (for options list, look at /set weechat.bar." |