summaryrefslogtreecommitdiff
path: root/po/fr.po
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-29 17:08:31 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-29 17:08:31 +0200
commitc491241989db700c5a3527ba9802639f59f30faf (patch)
treeb3da4797ec5c1c7d143523deabbb83d5c54d9179 /po/fr.po
parent1329dfb57ad6759316dfa366ec38176dfa59a837 (diff)
downloadweechat-c491241989db700c5a3527ba9802639f59f30faf.zip
core: update translations
Diffstat (limited to 'po/fr.po')
-rw-r--r--po/fr.po14
1 files changed, 10 insertions, 4 deletions
diff --git a/po/fr.po b/po/fr.po
index bd838de7f..f906d3989 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -21,8 +21,8 @@ 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"
-"PO-Revision-Date: 2017-04-26 20:19+0200\n"
+"POT-Creation-Date: 2017-04-29 17:04+0200\n"
+"PO-Revision-Date: 2017-04-29 17:07+0200\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -1535,6 +1535,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"
@@ -1604,7 +1606,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 ""
" -n : afficher le résultat sans envoyer au tampon (mode debug)\n"
" -s : découper l'expression avant de l'évaluer (plusieurs commandes "
@@ -1628,6 +1631,8 @@ msgstr ""
" =~ correspond à l'expression régulière POSIX étendue\n"
" !~ ne correspond PAS à l'expression régulière POSIX "
"étendue\n"
+" =* correspond au masque qui peut contenir \"*\"\n"
+" != ne correspond PAS au masque qui peut contenir \"*\"\n"
"\n"
"Une expression est considérée comme \"vraie\" si elle est non NULL, non "
"vide, et différente de \"0\".\n"
@@ -1702,7 +1707,8 @@ msgstr ""
" /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"
msgid ""
"filter messages in buffers, to hide/show them according to tags or regex"