E5FA merged branch micheleorselli/update_it_validator_translation (PR #2117) · sdboyer/symfony@addfbd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit addfbd4

Browse files
committed
merged branch micheleorselli/update_it_validator_translation (PR symfony#2117)
Commits ------- 8198078 updated italian translation for validators Discussion ---------- updated italian translation in validators.it.xliff --------------------------------------------------------------------------- by stof at 2011/09/06 14:06:39 -0700 could you do the update up-to the id 41 against the 2.0 branch (as they should be there) ? Only 42 and up are new for 2.1 --------------------------------------------------------------------------- by stloyd at 2011/09/06 14:12:28 -0700 @micheleorselli, as @stof mentioned you should make two PRs. One against __2.0__ to fix translation issues, and second against __master__ to add those new ones, available only in __2.1+__ --------------------------------------------------------------------------- by micheleorselli at 2011/09/06 15:04:17 -0700 @stof @stloyd: translation for 2.0 branch are updated in PR symfony#2118
2 parents f15cbc6 + 8198078 commit addfbd4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.it.xliff

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,26 @@
166166
<source>This value is already used</source>
167167
<target>Questo valore è già stato utilizzato</target>
168168
</trans-unit>
169+
<trans-unit id="42">
170+
<source>The size of the image could not be detected</source>
171+
<target>La dimensione dell'immagine non può essere determinata</target>
172+
</trans-unit>
173+
<trans-unit id="43">
174+
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px</source>
175+
<target>La larghezza dell'immagine è troppo grande ({{ width }}px). La larghezza massima è di {{ max_width }}px</target>
176+
</trans-unit>
177+
<trans-unit id="44">
178+
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px</source>
179+
<target>La larghezza dell'immagine è troppo piccola ({{ width }}px). La larghezza minima è di {{ min_width }}px</target>
180+
</trans-unit>
181+
<trans-unit id="45">
182+
<source&g 6676 t;The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px</source>
183+
<target>L'altezza dell'immagine è troppo grande ({{ height }}px). L'altezza massima è di {{ max_height }}px</target>
184+
</trans-unit>
185+
<trans-unit id="46">
186+
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
187+
<target>L'altezza dell'immagine è troppo piccola ({{ height }}px). L'altezza minima è di {{ min_height }}px</target>
188+
</trans-unit>
169189
</body>
170190
</file>
171191
</xliff>

0 commit comments

Comments
 (0)
0