Просмотр исходного кода

merged branch maerlyn/hungarian_translation_2.0 (PR #3076)

Commits
-------

63e7f95 updated hungarian translations

Discussion
----------

Hungarian translations for 2.0

Bug fix: no
Feature addition: no
Backwards compatibility break: no
Symfony2 tests pass: yes
Fixes the following tickets: -

I have translated the trans-unit #41.
Fabien Potencier 13 лет назад
Родитель
Сommit
74961c8d22

+ 4 - 0
src/Symfony/Bundle/FrameworkBundle/Resources/translations/validators.hu.xliff

@@ -162,6 +162,10 @@
                 <source>This value is not a valid country</source>
                 <target>Ez az érték nem egy érvényes ország</target>
             </trans-unit>
+            <trans-unit id="41">
+                <source>This value is already used</source>
+                <target>Ez az érték már használva van</target>
+            </trans-unit>
         </body>
     </file>
 </xliff>