Skip to content

Commit

Permalink
merged branch pcampr/cs_translation_fix (PR #2737)
Browse files Browse the repository at this point in the history
Commits
-------

0be8820 [FrameworkBundle] fixed small typo in Czech translation

Discussion
----------

[FrameworkBundle] fixed small typo in Czech translation

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

fixed small typo in Czech translation in validators.cs.xliff
  • Loading branch information
fabpot committed Dec 1, 2011
2 parents cc66739 + 0be8820 commit 83894be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
</trans-unit>
<trans-unit id="29">
<source>The uploaded file was too large. Please try to upload a smaller file</source>
<target>Nahraný soubor je příliš velký. Nahrejte prosím menší soubor</target>
<target>Nahraný soubor je příliš velký. Nahrajte prosím menší soubor</target>
</trans-unit>
<trans-unit id="30">
<source>The CSRF token is invalid. Please try to resubmit the form</source>
Expand Down

0 comments on commit 83894be

Please sign in to comment.