8000 merged branch franmomu/patch-2 (PR #5177) · sun/symfony@ed5153d · GitHub
[go: up one dir, main page]

Skip to content

Commit ed5153d

Browse files
committed
merged branch franmomu/patch-2 (PR symfony#5177)
Commits ------- 981da1a [Validator] Updated Spanish translations Discussion ---------- [Validator] Updated Spanish translations --------------------------------------------------------------------------- by travisbot at 2012-08-03T23:06:26Z This pull request [passes](http://travis-ci.org/symfony/symfony/builds/2032706) (merged 981da1a into be41ca3).
2 parents aeaa69a + 981da1a commit ed5153d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,38 @@
182182
<source>This value should have exactly {{ limit }} characters.</source>
183183
<target>Este valor debería tener exactamente {{ limit }} caracter.|Este valor debería tener exactamente {{ limit }} caracteres.</target>
184184
</trans-unit>
185+
<trans-unit id="49">
186+
<source>The file was only partially uploaded.</source>
187+
<target>El archivo fue sólo subido parcialmente.</target>
188+
</trans-unit>
189+
<trans-unit id="50">
190+
<source>No file was uploaded.</source>
191+
<target>Ningún archivo fue subido.</target>
192+
</trans-unit>
193+
<trans-unit id="51">
194+
<source>No temporary folder was configured in php.ini.</source>
195+
<target>Ninguna carpeta temporal fue configurada en php.ini.</target>
196+
</trans-unit>
197+
<trans-unit id="52">
198+
<source>Cannot write temporary file to disk.</source>
199+
<target>No se pudo escribir el archivo temporal en el disco.</target>
200+
</trans-unit>
201+
<trans-unit id="53">
202+
<source>A PHP extension caused the upload to fail.</source>
203+
<target>Una extensión de PHP hizo que la subida fallara.</target>
204+
</trans-unit>
205+
<trans-unit id="54">
206+
<source>This collection should contain {{ limit }} elements or more.</source>
207+
<target>Esta colección debe contener {{ limit }} elemento o más.|Esta colección debe contener {{ limit }} elementos o más.</target>
208+
</trans-unit>
209+
<trans-unit id="55">
210+
<source>This collection should contain {{ limit }} elements or less.</source>
211+
<target>Esta colección debe contener {{ limit }} elemento o menos.|Esta colección debe contener {{ limit }} elementos o menos.</target>
212+
</trans-unit>
213+
<trans-unit id="56">
214+
<source>This collection should contain exactly {{ limit }} elements.</source>
215+
<target>Esta colección debe contener exactamente {{ limit }} elemento.|Esta colección debe contener exactamente {{ limit }} elementos.</target>
216+
</trans-unit>
185217
</body>
186218
</file>
187219
</xliff>

0 commit comments

Comments
 (0)
0