diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-02 10:58:38 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-11-02 10:58:38 +0100 |
commit | dd32052fec0edff570704d34afbeb9e9baa22168 (patch) | |
tree | ddd178a7d4912596e8122c8137f498a79eb35e34 /po/tr.po | |
parent | cf81a6dfcdb386efc0bf2d054f7da6b6565f2734 (diff) | |
download | weechat-dd32052fec0edff570704d34afbeb9e9baa22168.zip |
core: add support of italic text (requires ncurses >= 5.9 patch 20130831)
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-10-20 21:46+0200\n" +"POT-Creation-Date: 2013-11-02 10:22+0100\n" "PO-Revision-Date: 2013-10-06 12:40+0200\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -337,8 +337,8 @@ msgid "" "a WeeChat color name (default, black, (dark)gray, white, (light)red, " "(light)green, brown, yellow, (light)blue, (light)magenta, (light)cyan), a " "terminal color number or an alias; attributes are allowed before color (for " -"text color only, not background): \"*\" for bold, \"!\" for reverse, \"_\" " -"for underline" +"text color only, not background): \"*\" for bold, \"!\" for reverse, \"/\" " +"for italic, \"_\" for underline" msgstr "" #. TRANSLATORS: please do not translate "(null)" @@ -2094,8 +2094,8 @@ msgstr "" msgid "" "attributes for emphasized text: one or more attribute chars (\"*\" for bold, " -"\"!\" for reverse, \"_\" for underline); if the string is empty, the colors " -"weechat.color.emphasized* are used" +"\"!\" for reverse, \"/\" for italic, \"_\" for underline); if the string is " +"empty, the colors weechat.color.emphasized* are used" msgstr "" msgid "" @@ -5403,7 +5403,8 @@ msgstr "" msgid "" "allow user to send colors with special codes (ctrl-c + a code and optional " -"color: b=bold, cxx=color, cxx,yy=color+background, u=underline, r=reverse)" +"color: b=bold, cxx=color, cxx,yy=color+background, i=italic, o=disable color/" +"attributes, r=reverse, u=underline)" msgstr "" msgid "interval between two checks for lag (in seconds, 0 = never check)" |