summaryrefslogtreecommitdiff
path: root/po/fr.po
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-03-02 08:40:17 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-03-02 08:40:17 +0100
commitcc5ab76186b6a1f842eb758a6997c54b1917c885 (patch)
tree1615304c9235856ae37c8bbb05fa6c2230a22122 /po/fr.po
parentddf3e9043bed41a37d06bf3d5c6a104e7ddbeb79 (diff)
downloadweechat-cc5ab76186b6a1f842eb758a6997c54b1917c885.zip
trigger: allow chars '\' and '(' as delimiter in regex
Diffstat (limited to 'po/fr.po')
-rw-r--r--po/fr.po17
1 files changed, 8 insertions, 9 deletions
diff --git a/po/fr.po b/po/fr.po
index 0b414d647..6e4c45114 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: 2014-03-02 08:13+0100\n"
-"PO-Revision-Date: 2014-03-02 08:15+0100\n"
+"POT-Creation-Date: 2014-03-02 08:35+0100\n"
+"PO-Revision-Date: 2014-03-02 08:36+0100\n"
"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n"
"Language-Team: weechat-dev <weechat-dev@nongnu.org>\n"
"Language: fr\n"
@@ -10951,9 +10951,8 @@ msgid ""
"var\" (var is the hashtable variable to replace, it is optional), many regex "
"can be separated by a space, for example: \"/regex1/replace1/var1 /regex2/"
"replace2/var2\"; the separator \"/\" can be replaced by any char (one or "
-"more identical chars), except '\\' and parentheses; matching groups can be "
-"used in replace: $0 to $99, $+ for last match and $.cN to replace all chars "
-"of group N by char c"
+"more identical chars); matching groups can be used in replace: $0 to $99, $+ "
+"for last match and $.cN to replace all chars of group N by char c"
msgstr ""
"remplacer du texte avec une expression régulière POSIX étendue (cela est "
"fait seulement si les conditions sont OK, et avant d'exécuter la commande) "
@@ -10962,10 +10961,10 @@ msgstr ""
"de hachage à remplacer, elle est facultative), plusieurs expressions "
"régulières peuvent être séparées par un espace, par exemple: \"/regex1/"
"replace1/var1 /regex2/replace2/var2\"; le séparateur \"/\" peut être "
-"remplacé par n'importe quel caractère (un ou plusieurs identiques), sauf "
-"'\\' et les parenthèses; les groupes de correspondance peuvent être utilisés "
-"dans le remplacement: $0 à $99, $+ pour le dernier groupe et $.cN pour "
-"remplacer tous les caractères du groupe N par c"
+"remplacé par n'importe quel caractère (un ou plusieurs identiques); les "
+"groupes de correspondance peuvent être utilisés dans le remplacement: $0 à "
+"$99, $+ pour le dernier groupe et $.cN pour remplacer tous les caractères du "
+"groupe N par c"
msgid ""
"command(s) to run if conditions are OK, after regex replacements (many "