diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-01 14:39:12 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-01-01 14:39:12 +0100 |
commit | 0721bb1d4c247b3d063a589644f4b88c2585fedd (patch) | |
tree | 9697ebf2eef7c30dbd4c8f83270c22eea3be656b /po/weechat.pot | |
parent | 7445c12667766d4a8ea43536325a25a44d5acd18 (diff) | |
download | weechat-0721bb1d4c247b3d063a589644f4b88c2585fedd.zip |
Add new command /color
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 88 |
1 files changed, 75 insertions, 13 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 2e0b33329..f3a943d44 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: 2010-12-27 11:05+0100\n" +"POT-Creation-Date: 2011-01-01 11:27+0100\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" @@ -112,10 +112,6 @@ msgid "No bar item defined" msgstr "" #, c-format -msgid "%sError: missing arguments for \"%s\" command" -msgstr "" - -#, c-format msgid "%sNot enough memory" msgstr "" @@ -189,6 +185,14 @@ msgid "No local variable defined for buffer \"%s\"" msgstr "" #, c-format +msgid "%sInvalid pair number \"%s\" (must be between %d and %d)" +msgstr "" + +#, c-format +msgid "%sColor \"%s\" is not defined in palette" +msgstr "" + +#, c-format msgid "%sPlugin \"%s\" not found" msgstr "" @@ -231,6 +235,10 @@ msgid "Filter \"%s\" disabled" msgstr "" #, c-format +msgid "%sError: missing arguments for \"%s\" command" +msgstr "" + +#, c-format msgid "%sError: filter \"%s\" already exists" msgstr "" @@ -635,6 +643,9 @@ msgstr "" msgid "Option changed: " msgstr "" +msgid "Option created: " +msgstr "" + msgid "Option changed" msgstr "" @@ -842,6 +853,32 @@ msgid "" " /buffer +1" msgstr "" +msgid "define custom colors and display palette of colors" +msgstr "" + +msgid "[add pair [alias] [fg,bg]] | [del pair] | switch" +msgstr "" + +msgid "" +" add: add a color pair\n" +" del: delete a color pair\n" +"switch: switch WeeChat/terminal colors\n" +" pair: pair number (>= 1)\n" +" alias: alias name for color (for example: \"orange\")\n" +" fg,bg: foreground and background pair number (-1 for default terminal " +"foreground or background)\n" +"\n" +"Without argument, this command displays colors in a new buffer.\n" +"\n" +"Examples:\n" +" add color 214 with alias \"orange\":\n" +" /color add 214 orange\n" +" add color 250 with orange on blue:\n" +" /color add 250 214,4 orange_blue\n" +" delete color 214:\n" +" /color del 214" +msgstr "" + msgid "launch explicit WeeChat or plugin command" msgstr "" @@ -1289,6 +1326,9 @@ msgstr "" msgid "properties that can be read on a buffer" msgstr "" +msgid "color pairs" +msgstr "" + msgid "configuration files" msgstr "" @@ -1356,10 +1396,9 @@ msgid "debug level for plugin (\"core\" for WeeChat core)" msgstr "" msgid "" -"custom color in palette, format is: \"alias;fg,bg;r/g/b\" where alias is " -"color name, fg,bg is \"foreground,background\" (example: \"200,-1\"), r/g/b " -"is redefinition of color (terminal must support it) (everything is optional " -"in this format and order is not important)" +"custom color in palette, format is: \"alias;fg,bg\" where alias is color " +"name, fg,bg is \"foreground,background\" (example: \"200,-1\") (everything " +"is optional in this format and order is not important)" msgstr "" #, c-format @@ -2019,6 +2058,29 @@ msgstr "" msgid "Default colors:" msgstr "" +msgid "" +"WeeChat colors | Actions: [R] Refresh [Q] Close buffer | Keys: [alt-c] " +"Toggle colors" +msgstr "" + +msgid "Terminal colors:" +msgstr "" + +msgid "WeeChat colors:" +msgstr "" + +msgid "fixed color" +msgstr "" + +msgid "WeeChat basic colors:" +msgstr "" + +msgid "Nick colors:" +msgstr "" + +msgid "Palette colors:" +msgstr "" + msgid "Terminal lost, exiting WeeChat..." msgstr "" @@ -2629,6 +2691,10 @@ msgid "%s%s: unknown option for \"%s\" command" msgstr "" #, c-format +msgid "%s%s: command \"%s\" must be executed on connected irc server" +msgstr "" + +#, c-format msgid "%s%s: mask must begin with nick" msgstr "" @@ -3562,10 +3628,6 @@ msgstr "" msgid "%s%s: command \"%s\" must be executed on irc buffer (server or channel)" msgstr "" -#, c-format -msgid "%s%s: command \"%s\" must be executed on connected irc server" -msgstr "" - msgid "current IRC server" msgstr "" |