merged branch hhamon/validators_french_translations (PR #3671)

Commits
-------

00ae766 [FrameworkBundle] added new french validators translations for the File constraint.

Discussion
----------

[FrameworkBundle] added new french validators translations for the File ...

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -
This commit is contained in:
Fabien Potencier 2012-03-22 00:06:33 +01:00
commit 2c133e6891

View File

@ -194,6 +194,26 @@
<source>This value should have exactly {{ limit }} characters</source>
<target>Cette chaine doit avoir exactement {{ limit }} caractères</target>
</trans-unit>
<trans-unit id="49">
<source>The file was only partially uploaded</source>
<target>Le fichier a été partiellement transféré</target>
</trans-unit>
<trans-unit id="50">
<source>No file was uploaded</source>
<target>Aucun fichier n'a été transféré</target>
</trans-unit>
<trans-unit id="51">
<source>No temporary folder was configured in php.ini</source>
<target>Aucun répertoire temporaire n'a été configuré dans le php.ini</target>
</trans-unit>
<trans-unit id="52">
<source>Cannot write temporary file to disk</source>
<target>Impossible d'écrire le fichier temporaire sur le disque</target>
</trans-unit>
<trans-unit id="53">
<source>A PHP extension caused the upload to fail</source>
<target>Une extension PHP a empêché le transfert du fichier</target>
</trans-unit>
</body>
</file>
</xliff>