diff options
Diffstat (limited to 'po/weechat.pot')
-rw-r--r-- | po/weechat.pot | 39 |
1 files changed, 25 insertions, 14 deletions
diff --git a/po/weechat.pot b/po/weechat.pot index 1602a3ceb..f134a3e0d 100644 --- a/po/weechat.pot +++ b/po/weechat.pot @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2020-05-03 16:04+0200\n" +"POT-Creation-Date: 2020-05-05 20:43+0200\n" "PO-Revision-Date: 2014-08-16 10:27+0200\n" "Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1321,19 +1321,29 @@ msgid "" "replaced (see below); many commands can be separated by semicolons\n" " operator: a logical or comparison operator:\n" " - logical operators:\n" -" && boolean \"and\"\n" -" || boolean \"or\"\n" +" && boolean \"and\"\n" +" || boolean \"or\"\n" " - comparison operators:\n" -" == equal\n" -" != not equal\n" -" <= less or equal\n" -" < less\n" -" >= greater or equal\n" -" > greater\n" -" =~ is matching POSIX extended regex\n" -" !~ is NOT matching POSIX extended regex\n" -" =* is matching mask (wildcard \"*\" is allowed)\n" -" !* is NOT matching mask (wildcard \"*\" is allowed)\n" +" == equal\n" +" != not equal\n" +" <= less or equal\n" +" < less\n" +" >= greater or equal\n" +" > greater\n" +" =~ is matching POSIX extended regex\n" +" !~ is NOT matching POSIX extended regex\n" +" ==* is matching mask, case sensitive (wildcard \"*\" is " +"allowed)\n" +" !!* is NOT matching mask, case sensitive (wildcard \"*\" is " +"allowed)\n" +" =* is matching mask, case insensitive (wildcard \"*\" is " +"allowed)\n" +" !* is NOT matching mask, case insensitive (wildcard \"*\" " +"is allowed)\n" +" ==- is included, case sensitive\n" +" !!- is NOT included, case sensitive\n" +" =- is included, case insensitive\n" +" !- is NOT included, case insensitive\n" "\n" "An expression is considered as \"true\" if it is not NULL, not empty, and " "different from \"0\".\n" @@ -1418,7 +1428,8 @@ msgid "" " /eval -n -c abcd =~ (?-i)^ABC ==> 0\n" " /eval -n -c abcd =~ (?-i)^abc ==> 1\n" " /eval -n -c abcd !~ abc ==> 0\n" -" /eval -n -c abcd =* a*d ==> 1" +" /eval -n -c abcd =* a*d ==> 1\n" +" /eval -n -c abcd =- bc ==> 1" msgstr "" msgid "" |