diff options
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 33 |
1 files changed, 26 insertions, 7 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-22 10:47+0200\n" +"POT-Creation-Date: 2008-06-27 17:04+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" @@ -99,9 +99,12 @@ msgid "List of bars:" msgstr "Liste der Aliases:\n" #, fuzzy, 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 "%sin %s%s%s/%s%s%s:%s ignoriere %s%s%s von %s%s\n" +msgid "(hidden)" +msgstr "(versteckt)" + #, fuzzy msgid "height" msgstr "right" @@ -176,6 +179,14 @@ msgstr "/users wurde deaktiviert" msgid "%sError: unable to set option \"%s\" for bar \"%s\"" msgstr "%s unbekannte Option für den \"%s\"-Befehl\n" +#, c-format +msgid "Bar \"%s\" is now hidden" +msgstr "" + +#, c-format +msgid "Bar \"%s\" is now visible" +msgstr "" + #, fuzzy, c-format msgid "%sError: unknown option for \"%s\" command" msgstr "%s unbekannte Option für den \"%s\"-Befehl\n" @@ -573,7 +584,7 @@ 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] | [list] | [listitems]" +"separator|items value] | [hide|show barname] | [list] | [listitems]" msgstr "" msgid "" @@ -593,7 +604,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 "" @@ -755,9 +769,10 @@ msgstr "" "[list [Name]] | [listfull [Name]] | [load Dateiname] | [autoload] | [reload " "[Name]] | [unload [Name]]" +#, fuzzy 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 " @@ -1654,6 +1669,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 "" @@ -3096,9 +3114,6 @@ msgstr "aus" msgid " (temporary server, will not be saved)" msgstr " (temporärer Server, wird nicht gespeichert)" -msgid "(hidden)" -msgstr "(versteckt)" - msgid " (temporary)" msgstr "" @@ -4546,6 +4561,10 @@ msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s fehlende Argumente für die \"--dir\"-Option\n" #, fuzzy +#~ msgid "hidden" +#~ msgstr "(versteckt)" + +#, fuzzy #~ msgid "(MORE)" #~ msgstr "-MEHR-" |