minor #19550 Added missing czech validators translation of not expected charset (maryo)

This PR was merged into the 2.7 branch.

Discussion
----------

Added missing czech validators translation of not expected charset

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| License       | MIT

Profiler was complaining about using a not translated message so I translated it.
Not sure if bug or feature. The bug label is probably not apropriate, sorry. But I guess it should be merged to all versions.

Commits
-------

7eacae8 Added missing czech validators translation of not expected charset
This commit is contained in:
Fabien Potencier 2016-08-06 08:19:33 -07:00
commit 4335829d58
1 changed files with 4 additions and 0 deletions

View File

@ -302,6 +302,10 @@
<source>An empty file is not allowed.</source>
<target>Soubor nesmí být prázdný.</target>
</trans-unit>
<trans-unit id="79">
<source>This value does not match the expected {{ charset }} charset.</source>
<target>Tato hodnota neodpovídá očekávanému kódování {{ charset }}.</target>
</trans-unit>
</body>
</file>
</xliff>