diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-27 17:15:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-06-27 17:15:26 +0200 |
commit | 50f8bf0043d3cd6f8bd5af9c2948d7058536dec2 (patch) | |
tree | 82e3c4b1091d241249e4a940d82cee36922420bf /po/hu.po | |
parent | c38eac19e399be7ace5281005e19e3eaf1904073 (diff) | |
download | weechat-50f8bf0043d3cd6f8bd5af9c2948d7058536dec2.zip |
Add input bar item, add "hidden" flag for bars, fix some display bugs with bars
Diffstat (limited to 'po/hu.po')
-rw-r--r-- | po/hu.po | 33 |
1 files changed, 26 insertions, 7 deletions
@@ -12,7 +12,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-10-10 18:07+0200\n" "Last-Translator: Andras Voroskoi <voroskoi@frugalware.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -100,9 +100,12 @@ msgid "List of bars:" msgstr "Aliaszok listája:\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 "%s %s%s%s/%s%s%s:%s %s%s%s mellőzése a következő(k)től: %s%s\n" +msgid "(hidden)" +msgstr "(rejtett)" + #, fuzzy msgid "height" msgstr "jobb" @@ -177,6 +180,14 @@ msgstr "a felhasználók le lettek tiltva" msgid "%sError: unable to set option \"%s\" for bar \"%s\"" msgstr "%s ismeretlen opció a \"%s\" parancsnak\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 ismeretlen opció a \"%s\" parancsnak\n" @@ -573,7 +584,7 @@ msgstr "pufferek kezelése" 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 "" @@ -768,9 +782,10 @@ msgstr "" "[list [név]] | [listfull [név]] | [load fájlnév] | [autoload] | [reload " "[név]] | [unload [név]]" +#, 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 " @@ -1659,6 +1674,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 "" @@ -3118,9 +3136,6 @@ msgstr "ki" msgid " (temporary server, will not be saved)" msgstr " (átmeneti szerver, nem lesz mentve)" -msgid "(hidden)" -msgstr "(rejtett)" - msgid " (temporary)" msgstr " (átmeneti)" @@ -4562,6 +4577,10 @@ msgid "%s%s: timeout for \"%s\" with %s" msgstr "%s hiányzó argumentum a(z) \"%s\" opciónak\n" #, fuzzy +#~ msgid "hidden" +#~ msgstr "(rejtett)" + +#, fuzzy #~ msgid "(MORE)" #~ msgstr "-TOVÁBB-" |