merged branch acasademont/fix_translations (PR #5371)

Commits
-------

8bac442 [Validator] Fix Spanish and Catalan translation messages for the CSRF token validator

Discussion
----------

[Validator] Fix Spanish and Catalan translation messages for the CSRF to...

...ken validator
This commit is contained in:
Fabien Potencier 2012-08-28 15:58:48 +02:00
commit 7dac95f604
2 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@
<target>L'arxiu pujat és massa gran. Per favor, pugi un arxiu més petit.</target>
</trans-unit>
<trans-unit id="30">
<source>The CSRF token is invalid.</source>
<target>El token CSRF no és vàlid.</target>
<source>The CSRF token is invalid. Please try to resubmit the form.</source>
<target>El token CSRF no és vàlid. Per favor, provi d'enviar novament el formulari</target>
</trans-unit>
</body>
</file>

View File

@ -11,8 +11,8 @@
<target>El archivo subido es demasiado grande. Por favor, suba un archivo más pequeño.</target>
</trans-unit>
<trans-unit id="30">
<source>The CSRF token is invalid.</source>
<target>El token CSRF no es válido.</target>
<source>The CSRF token is invalid. Please try to resubmit the form.</source>
<target>El token CSRF no es válido. Por favor, pruebe de enviar nuevamente el formulario</target>
</trans-unit>
</body>
</file>