diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-24 07:13:34 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-08-24 07:13:34 +0200 |
commit | 61c5d08320805d65a259fe6f9574597e8694161b (patch) | |
tree | dc3131f8029cc4dcc98e64b60d282425d9410b8e /po/tr.po | |
parent | 04162214d41d8f3f3b389a92a843f4c0c76f7f70 (diff) | |
download | weechat-61c5d08320805d65a259fe6f9574597e8694161b.zip |
fset: add filters "h=xxx" and "he=xxx" to filter options by description (translated or in English)
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-08-20 16:13+0200\n" +"POT-Creation-Date: 2019-08-24 07:05+0200\n" "PO-Revision-Date: 2019-05-13 21:32+0200\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -4655,6 +4655,10 @@ msgid "" " d:xxx show only changed options with \"xxx\" in name\n" " d=xxx show only changed options with \"xxx\" in value\n" " d==xxx show only changed options with exact value \"xxx\"\n" +" h=xxx show only options with \"xxx\" in description " +"(translated)\n" +" he=xxx show only options with \"xxx\" in description (in " +"English)\n" " =xxx show only options with \"xxx\" in value\n" " ==xxx show only options with exact value \"xxx\"\n" " c:xxx show only options matching the evaluated condition " |