User:松/Drafts/Extension:AbuseFilter/Rules format: Difference between revisions

restore translation units
m (update message keys)
(restore translation units)
Line 894:
# <translate><!--T:376--> Function calls (<tvar|1><code>norm</code></>, <tvar|2><code>lcase</code></>, etc.)</translate>
# <translate><!--T:377--> Unary <tvar|1><code>+</code></> and <tvar|2><code>-</code></> (defining positive or negative value, e.g. <tvar|3><code>-1234</code></>, <tvar|4><code>+1234</code></>)</translate>
# <translate><!--T:378--> Keywords</translate> (<translate><tvar|1><code>in</code></>, <tvar|2><code>rlike</code></>, etc.)</translate>)
# <translate><!--T:379--> Boolean inversion</translate> (<code>!x</code>)
# <translate><!--T:380--> Exponentiation</translate> (<code>2**3 → 8</code>)
Line 909:
 
<translate>
 
== Condition counting == <!--T:390-->