Add regex help and validation (RSS downloader

This commit is contained in:
Christophe Dumez
2011-04-18 15:56:22 +00:00
parent 44011c9cd9
commit 8bfbb98509
39 changed files with 1513 additions and 780 deletions

View File

@@ -314,6 +314,22 @@ p, li { white-space: pre-wrap; }
<source>Please type the new rule name</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Use regular expressions</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Regex mode: use Perl-like regular expressions</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Wildcard mode: you can use&lt;ul&gt;&lt;li&gt;? to match any single character&lt;/li&gt;&lt;li&gt;* to match zero or more of any characters&lt;/li&gt;&lt;li&gt;Whitespaces count as AND operators&lt;/li&gt;&lt;/ul&gt;</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Wildcard mode: you can use&lt;ul&gt;&lt;li&gt;? to match any single character&lt;/li&gt;&lt;li&gt;* to match zero or more of any characters&lt;/li&gt;&lt;li&gt;| is used as OR operator&lt;/li&gt;&lt;/ul&gt;</source>
<translation type="unfinished"></translation>
</message>
</context>
<context>
<name>Bittorrent</name>