8000 merged branch hason/plural_validators (PR #4259) · symfony/symfony@266b686 · GitHub
[go: up one dir, main page]

Skip to content

Commit 266b686

Browse files
committed
merged branch hason/plural_validators (PR #4259)
Commits ------- 030dd2f Added English plural messages 077a594 Added Czech plural messages Discussion ---------- Plural validators --------------------------------------------------------------------------- by travisbot at 2012-05-11T08:47:46Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/1303101) (merged 030dd2f into 554e073).
2 parents 4c7261e + 030dd2f commit 266b686

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.cs.xlf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choices.</source>
27-
<target>Musí být vybráno nejméně {{ limit }} možností.</target>
27+
<target>Musí být vybrána nejméně {{ limit }} možnost.|Musí být vybrány nejméně {{ limit }} možnosti.|Musí být vybráno nejméně {{ limit }} možností.</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You must select at most {{ limit }} choices.</source>
31-
<target>Musí být vybráno maximálně {{ limit }} možností.</target>
31+
<target>Musí být vybrána maximálně {{ limit }} možnost.|Musí být vybrány maximálně {{ limit }} možnosti.|Musí být vybráno maximálně {{ limit }} možností.</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid.</source>
@@ -76,15 +76,15 @@
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value is too long. It should have {{ limit }} characters or less.</source>
79-
<target>Tato hodnota je příliš dlouhá. Musí obsahovat maximálně {{ limit }} znaků.</target>
79+
<target>Tato hodnota je příliš dlouhá. Musí obsahovat maximálně {{ limit }} znak.|Tato hodnota je příliš dlouhá. Musí obsahovat maximálně {{ limit }} znaky.|Tato hodnota je příliš dlouhá. Musí obsahovat maximálně {{ limit }} znaků.</target>
8080
</trans-unit>
8181
<trans-unit id="20">
8282
<source>This value should be {{ limit }} or more.</source>
8383
<target>Tato hodnota musí být {{ limit }} nebo více.</target>
8484
</trans-unit>
8585
<trans-unit id="21">
8686
<source>This value is too short. It should have {{ limit }} characters or more.</source>
87-
<target>Tato hodnota je příliš krátká. Musí obsahovat minimálně {{ limit }} znaků.</target>
87+
<target>Tato hodnota je příliš krátká. Musí obsahovat minimálně {{ limit }} znak.|Tato hodnota je příliš krátká. Musí obsahovat minimálně {{ limit }} znaky.|Tato hodnota je příliš krátká. Musí obsahovat minimálně {{ limit }} znaků.</target>
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be blank.</source>
@@ -192,7 +192,7 @@
192192
</trans-unit>
193193
<trans-unit id="48">
194194
<source>This value should have exactly {{ limit }} characters.</source>
195-
<target>Tato hodnota musí mít přesně {{limit}} znaků.</target>
195+
<target>Tato hodnota musí mít přesně {{ limit }} znak.|Tato hodnota musí mít přesně {{ limit }} znaky.|Tato hodnota musí mít přesně {{limit}} znaků.</target>
196196
</trans-unit>
197197
<trans-unit id="49">
198198
<source>The file was only partially uploaded.</source>

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.en.xlf

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>You must select at least {{ limit }} choices.</source>
27-
<target>You must select at least {{ limit }} choices.</target>
27+
<target>You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices.</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>You must select at most {{ limit }} choices.</source>
31-
<target>You must select at most {{ limit }} choices.</target>
31+
<target>You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.</target>
3232
</trans-unit>
3333
<trans-unit id="8">
3434
<source>One or more of the given values is invalid.</source>
@@ -76,15 +76,15 @@
7676
</trans-unit>
7777
<trans-unit id="19">
7878
<source>This value is too long. It should have {{ limit }} characters or less.</source>
79-
<target>This value is too long. It should have {{ limit }} characters or less.</target>
79+
<target>This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less.</target>
8080
</trans-unit>
8181
<trans-unit id="20">
8282
<source>This value should be {{ limit }} or more.</source>
8383
<target>This value should be {{ limit }} or more.</target>
8484
</trans-unit>
8585
<trans-unit id="21">
8686
<source>This value is too short. It should have {{ limit }} characters or more.</source>
87-
<target>This value is too short. It should have {{ limit }} characters or more.</target>
87+
<target>This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more.</target>
8888
</trans-unit>
8989
<trans-unit id="22">
9090
<source>This value should not be blank.</source>
@@ -192,7 +192,7 @@
192192
</trans-unit>
193193
<trans-unit id="48">
194194
<source>This value should have exactly {{ limit }} characters.</source>
195-
<target>This value should have exactly {{ limit }} characters.</target>
195+
<target>This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters.</target>
196196
</trans-unit>
197197
<trans-unit id="49">
198198
<source>The file was only partially uploaded.</source>

0 commit comments

Comments
 (0)
0