Skip to content

Commit d03a905

Browse files
committed
fixed id for translations
1 parent 9229b18 commit d03a905

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.de.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279279
<target>Dieser Wert sollte nicht identisch sein mit {{ compared_value_type }} {{ compared_value }}.</target>
280280
</trans-unit>
281-
<trans-unit id="73">
281+
<trans-unit id="80">
282282
<source>This value does not match the expected {{ charset }} charset.</source>
283283
<target>Dieser Wert entspricht nicht dem erwarteten Zeichensatz {{ charset }}.</target>
284284
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.en.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279279
<target>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</target>
280280
</trans-unit>
281-
<trans-unit id="73">
281+
<trans-unit id="80">
282282
<source>This value does not match the expected {{ charset }} charset.</source>
283283
<target>This value does not match the expected {{ charset }} charset.</target>
284284
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279279
<target>Cette valeur ne doit pas être identique à {{ compared_value_type }} {{ compared_value }}.</target>
280280
</trans-unit>
281-
<trans-unit id="73">
281+
<trans-unit id="80">
282282
<source>This value does not match the expected {{ charset }} charset.</source>
283283
<target>Cette valeur ne correspond pas au jeu de caractères {{ charset }} attendu.</target>
284284
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<source>This value should not be identical to {{ compared_value }}.</source>
279279
<target>Deze waarde mag niet identiek zijn aan {{ compared_value }}.</target>
280280
</trans-unit>
281-
<trans-unit id="73">
281+
<trans-unit id="80">
282282
<source>This value does not match the expected {{ charset }} charset.</source>
283283
<target>Deze waarde is niet in de verwachte tekencodering {{ charset }}.</target>
284284
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279279
<target>Ta wartość nie powinna być identycznego typu {{ compared_value_type }} oraz wartości {{ compared_value }}.</target>
280280
</trans-unit>
281-
<trans-unit id="73">
281+
<trans-unit id="80">
282282
<source>This value does not match the expected {{ charset }} charset.</source>
283283
<target>Ta wartość nie pasuje do oczekiwanego zestawu znaków {{ charset }}.</target>
284284
</trans-unit>

src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
279279
<target>Ta vrednost ne bi smela biti identična {{ compared_value_type }} {{ compared_value }}.</target>
280280
</trans-unit>
281-
<trans-unit id="73">
281+
<trans-unit id="80">
282282
<source>This value does not match the expected {{ charset }} charset.</source>
283283
<target>Ta vrednost se ne ujema s pričakovanim naborom znakov {{ charset }}.</target>
284284
</trans-unit>

0 commit comments

Comments
 (0)