diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 33 |
1 files changed, 26 insertions, 7 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index b878851c4..a75229382 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-04-19 10:27+0200\n" +"POT-Creation-Date: 2008-04-22 18:08+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" @@ -94,7 +94,7 @@ msgid "List of bars:" msgstr "" #, c-format -msgid " %d. %s: %s, %s, %s: %s%s%d%s, items: %s%s (plugin: %s)" +msgid " %d. %s: %s (cond: %s), %s, %s: %s%s%d%s, items: %s%s (plugin: %s)" msgstr "" msgid "height" @@ -127,6 +127,10 @@ msgid "%sError: missing arguments for \"%s\" command" msgstr "" #, c-format +msgid "%sNot enough memory" +msgstr "" + +#, c-format msgid "%sError: wrong type \"%s\" for bar \"%s\"" msgstr "" @@ -154,6 +158,10 @@ msgid "Bar deleted" msgstr "" #, c-format +msgid "%sError: unable to set option \"%s\" for bar \"%s\"" +msgstr "" + +#, c-format msgid "%sError: unknown option for \"%s\" command" msgstr "" @@ -521,16 +529,21 @@ msgid "manage bars" msgstr "" msgid "" -"[add barname type position size separator item1,item2,...] | [del barname] | " -"[set barname name|number|position|size|separator|items value] | [list] | " -"[listitems]" +"[add barname type[,cond1,cond2,...] position size separator item1,item2,...] " +"| [del barname] | [set barname name|number|condition|position|size|separator|" +"items value] | [list] | [listitems]" msgstr "" msgid "" " add: add a new bar\n" " barname: name of bar (must be unique)\n" -" type: \"root\" (outside windows), \"window_active\" (inside active " -"window), or \"window_inactive\" (inside each inactive window)\n" +" type: root: outside windows),\n" +" window: inside windows, with optional conditions (see below)\n" +"cond1,...: condition(s) for displaying bar (only for type \"window\"):\n" +" active: on active window\n" +" inactive: on inactive windows\n" +" nicklist: on windows with nicklist\n" +" without condition, bar is always displayed\n" " position: bottom, top, left or right\n" " size: size of bar (in chars)\n" "separator: 1 for using separator (line), 0 or nothing means no separator\n" @@ -1391,12 +1404,18 @@ msgstr "" msgid "bar type (root, window, window_active, window_inactive)" msgstr "" +msgid "condition(s) for displaying bar (for bars of type \"window\")" +msgstr "" + msgid "bar position (bottom, top, left, right)" msgstr "" msgid "bar size in chars (0 = auto size)" msgstr "" +msgid "max bar size in chars (0 = no limit)" +msgstr "" + msgid "separator line between bar and other bars/windows" msgstr "" |