merged branch hason/upload_translations (PR #3724)

Commits
-------

44a7ca1 [FrameworkBundle] added new czech validators translations for the File constraint.

Discussion
----------

[FrameworkBundle] added new czech validators translations for the File c...

...onstraint.
This commit is contained in:
Fabien Potencier 2012-03-29 14:53:58 +02:00
commit 565c89cff2

View File

@ -194,6 +194,26 @@
<source>This value should have exactly {{ limit }} characters</source>
<target>Tato hodnota musí mít přesně {{limit}} znaků</target>
</trans-unit>
<trans-unit id="49">
<source>The file was only partially uploaded</source>
<target>Byla nahrána jen část souboru</target>
</trans-unit>
<trans-unit id="50">
<source>No file was uploaded</source>
<target>Žádný soubor nebyl nahrán</target>
</trans-unit>
<trans-unit id="51">
<source>No temporary folder was configured in php.ini</source>
<target>V php.ini není nastavena cesta k adresáři pro dočasné soubory</target>
</trans-unit>
<trans-unit id="52">
<source>Cannot write temporary file to disk</source>
<target>Dočasný soubor se nepodařilo zapsat na disk</target>
</trans-unit>
<trans-unit id="53">
<source>A PHP extension caused the upload to fail</source>
<target>Rozšíření PHP zabránilo nahrání souboru</target>
</trans-unit>
</body>
</file>
</xliff>