Merge branch 'fr_trans' into 1.3 (PR #123)
This PR was submitted to the 2.0 branch but merged into the 1.3 branch instead. Closes #123
This commit is contained in:
@@ -126,6 +126,10 @@
|
||||
<source><![CDATA[/^the "(?P<element>[^"]*)" element should contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
|
||||
<target><![CDATA[/^l'élément "(?P<element>[^"]*)" devrait contenir "(?P<value>(?:[^"]|\\")*)"$/]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="the-element-should-not-contain">
|
||||
<source><![CDATA[/^the "(?P<element>[^"]*)" element should not contain "(?P<value>(?:[^"]|\\")*)"$/]]></source>
|
||||
<target><![CDATA[/^l'élément "(?P<element>[^"]*)" ne devrait pas contenir "(?P<value>(?:[^"]|\\")*)"$/]]></target>
|
||||
</trans-unit>
|
||||
<trans-unit id="i-should-see-text-in-element">
|
||||
<source><![CDATA[/^(?:|I )should see "(?P<text>(?:[^"]|\\")*)" in the "(?P<element>[^"]*)" element$/]]></source>
|
||||
<target><![CDATA[/^(?:|je )devrais voir "(?P<text>(?:[^"]|\\")*)" dans l'élément "(?P<element>[^"]*)"$/]]></target>
|
||||
|
||||
Reference in New Issue
Block a user