diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-22 13:50:05 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-01-22 13:50:05 +0100 |
commit | 3c29cff2a5c0ce46a1c0cbcaa25f3a07327abf23 (patch) | |
tree | af25f33868978bebb10a9a165a7f253712980f53 /po/es.po | |
parent | 9a35a07d8694c7e096ba7517ddf8637bd19d1bc1 (diff) | |
download | weechat-3c29cff2a5c0ce46a1c0cbcaa25f3a07327abf23.zip |
core, alias: add xgettext comment on some command help strings
The help on commands /window and /alias contain percent chars, so we
have to force xgettext to NOT use "c-format", using the string
"xgettext:no-c-format".
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-01-22 09:21+0100\n" +"POT-Creation-Date: 2017-01-22 13:29+0100\n" "PO-Revision-Date: 2017-01-06 22:01+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -2645,7 +2645,7 @@ msgstr "" "scroll_unread [-window <número>] || swap [-window <número>] [up|down|left|" "right] || zoom[-window <número>]" -#, fuzzy, c-format +#, fuzzy, no-c-format msgid "" " list: list opened windows (without argument, this list is " "displayed)\n" @@ -2702,11 +2702,11 @@ msgid "" " /window scroll -d\n" " zoom on window #2:\n" " /window zoom -window 2\n" -" split window horizontally using 30%% of space for the window on top:\n" +" split window horizontally using 30% of space for the window on top:\n" " /window splith 30\n" -" resize window to 75%% of the parent window size:\n" +" resize window to 75% of the parent window size:\n" " /window resize 75\n" -" resize vertical split, add 10%% in size:\n" +" resize vertical split, add 10% in size:\n" " /window resize v+10\n" " remove the split:\n" " /window merge\n" |