Browse Source

merged branch xmontana/master (PR #1618)

Commits
-------

b8b8869 updated translation to catalan

Discussion
----------

Edited src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ca.xliff
Fabien Potencier 14 years ago
parent
commit
1a5b14d49d

+ 12 - 0
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.ca.xliff

@@ -126,6 +126,18 @@
                 <source>The two values should be equal</source>
                 <target>Els dos valors haurien de ser iguals</target>
             </trans-unit>
+            <trans-unit id="32">
+                <source>The file is too large. Allowed maximum size is {{ limit }}</source>
+                <target>L'arxiu és massa gran. El tamany màxim permés és {{ limit }}</target>
+            </trans-unit>
+            <trans-unit id="33">
+                <source>The file is too large</source>
+                <target>L'arxiu és massa gran</target>
+            </trans-unit>
+            <trans-unit id="34">
+                <source>The file could not be uploaded</source>
+                <target>No es pot pujar l'arxiu</target>
+            </trans-unit>
         </body>
     </file>
 </xliff>