From 8ca36552eaa5fcdb2b82961dee0fa81ed69fe2bb Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 4 Aug 2013 12:18:47 +0200 Subject: core: change color format for options from `${xxx}` to `${color:xxx}` Options affected: - weechat.look.buffer_time_format - weechat.look.prefix_action - weechat.look.prefix_error - weechat.look.prefix_join - weechat.look.prefix_network - weechat.look.prefix_quit --- po/weechat.pot | 33 +++++++++++++++++++++++++-------- 1 file changed, 25 insertions(+), 8 deletions(-) (limited to 'po/weechat.pot') diff --git a/po/weechat.pot b/po/weechat.pot index 00e1ccb9c..5b400c4ea 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.4.1-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-08-04 09:08+0200\n" +"POT-Creation-Date: 2013-08-04 11:51+0200\n" "PO-Revision-Date: 2013-02-14 18:20+0100\n" "Last-Translator: FULL NAME \n" "Language-Team: weechat-dev \n" @@ -1978,10 +1978,13 @@ msgid "" "none=never display in hotlist" msgstr "" +#. TRANSLATORS: string "${color:xxx}" must NOT be translated msgid "" "time format for each line displayed in buffers (see man strftime for date/" -"time specifiers), colors are allowed with format \"${color}\", for example " -"french time: \"${lightblue}%H${white}%M${lightred}%S\"" +"time specifiers) (note: content is evaluated, so you can use colors with " +"format \"${color:xxx}\", see /help eval); for example time using grayscale " +"(requires support of 256 colors): \"${color:251}%H${color:243}%M" +"${color:238}%S\"" msgstr "" msgid "" @@ -2207,20 +2210,34 @@ msgid "" "max number of lines for paste without asking user (-1 = disable this feature)" msgstr "" -msgid "prefix for error messages, colors are allowed with format \"${color}\"" +#. TRANSLATORS: string "${color:xxx}" must NOT be translated +msgid "" +"prefix for error messages (note: content is evaluated, so you can use colors " +"with format \"${color:xxx}\", see /help eval)" msgstr "" +#. TRANSLATORS: string "${color:xxx}" must NOT be translated msgid "" -"prefix for network messages, colors are allowed with format \"${color}\"" +"prefix for network messages (note: content is evaluated, so you can use " +"colors with format \"${color:xxx}\", see /help eval)" msgstr "" -msgid "prefix for action messages, colors are allowed with format \"${color}\"" +#. TRANSLATORS: string "${color:xxx}" must NOT be translated +msgid "" +"prefix for action messages (note: content is evaluated, so you can use " +"colors with format \"${color:xxx}\", see /help eval)" msgstr "" -msgid "prefix for join messages, colors are allowed with format \"${color}\"" +#. TRANSLATORS: string "${color:xxx}" must NOT be translated +msgid "" +"prefix for join messages (note: content is evaluated, so you can use colors " +"with format \"${color:xxx}\", see /help eval)" msgstr "" -msgid "prefix for quit messages, colors are allowed with format \"${color}\"" +#. TRANSLATORS: string "${color:xxx}" must NOT be translated +msgid "" +"prefix for quit messages (note: content is evaluated, so you can use colors " +"with format \"${color:xxx}\", see /help eval)" msgstr "" msgid "prefix alignment (none, left, right (default))" -- cgit v1.2.3