Updated regexes in translations files

This commit is contained in:
Christophe Coevoet
2012-05-11 22:11:58 +02:00
parent cfd002cbd8
commit eaa9a7b932
9 changed files with 17 additions and 17 deletions

View File

@@ -99,8 +99,8 @@
<target><![CDATA[/^(?:|ich )sollte auf "(?P<page>[^"]+)" sein$/]]></target>
</trans-unit>
<trans-unit id="the-url-should-match">
<source><![CDATA[/^the (?i)url(?-i) should match "(?P<pattern>(?:[^"]|\\")*)"$/]]></source>
<target><![CDATA[/^die Webadresse sollte mit "(?P<pattern>(?:[^"]|\\")*)" übereinstimmen$/]]></target>
<source><![CDATA[/^the (?i)url(?-i) should match (?P<pattern>"(?:[^"]|\\")*")$/]]></source>
<target><![CDATA[/^die Webadresse sollte mit (?P<pattern>"(?:[^"]|\\")*") übereinstimmen$/]]></target>
</trans-unit>
<trans-unit id="the-element-should-contain">
<source><![CDATA[/^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>