Remove double "the-checkbox-should-not-be-checked" translate

This commit is contained in:
Андрей
2013-06-04 19:59:26 +04:00
parent b4522f19fe
commit 855315d542

View File

@@ -118,10 +118,6 @@
<source><![CDATA[/^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" should (?:be unchecked|not be checked)$/]]></source> <source><![CDATA[/^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" should (?:be unchecked|not be checked)$/]]></source>
<target><![CDATA[/^галочка "(?P<checkbox>(?:[^"]|\\")*)" не должна быть отмечена$/]]></target> <target><![CDATA[/^галочка "(?P<checkbox>(?:[^"]|\\")*)" не должна быть отмечена$/]]></target>
</trans-unit> </trans-unit>
<trans-unit id="the-checkbox-should-not-be-checked">
<source><![CDATA[/^the "(?P<checkbox>(?:[^"]|\\")*)" checkbox should not be checked$/]]></source>
<target><![CDATA[/^галочка "(?P<checkbox>(?:[^"]|\\")*)" не должна быть отмечена$/]]></target>
</trans-unit>
<trans-unit id="the-checkbox-is-unchecked"> <trans-unit id="the-checkbox-is-unchecked">
<source><![CDATA[/^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" is (?:unchecked|not checked)$/]]></source> <source><![CDATA[/^the checkbox "(?P<checkbox>(?:[^"]|\\")*)" is (?:unchecked|not checked)$/]]></source>
<target><![CDATA[/^галочка "(?P<checkbox>(?:[^"]|\\")*)" должна быть не отмечена$/]]></target> <target><![CDATA[/^галочка "(?P<checkbox>(?:[^"]|\\")*)" должна быть не отмечена$/]]></target>