diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-29 17:08:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-29 17:08:31 +0200 |
commit | c491241989db700c5a3527ba9802639f59f30faf (patch) | |
tree | b3da4797ec5c1c7d143523deabbb83d5c54d9179 /po/es.po | |
parent | 1329dfb57ad6759316dfa366ec38176dfa59a837 (diff) | |
download | weechat-c491241989db700c5a3527ba9802639f59f30faf.zip |
core: update translations
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2017-04-26 15:04+0200\n" +"POT-Creation-Date: 2017-04-29 17:04+0200\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" @@ -1488,6 +1488,8 @@ msgid "" " > greater\n" " =~ is matching POSIX extended regex\n" " !~ is NOT matching POSIX extended regex\n" +" =* is matching wildcard mask\n" +" !* is NOT matching wildcard mask\n" "\n" "An expression is considered as \"true\" if it is not NULL, not empty, and " "different from \"0\".\n" @@ -1557,7 +1559,8 @@ msgid "" " /eval -n -c abcd =~ ^ABC ==> 1\n" " /eval -n -c abcd =~ (?-i)^ABC ==> 0\n" " /eval -n -c abcd =~ (?-i)^abc ==> 1\n" -" /eval -n -c abcd !~ abc ==> 0" +" /eval -n -c abcd !~ abc ==> 0\n" +" /eval -n -c abcd =* a*d ==> 1" msgstr "" msgid "" |