minor #11196 [Validator] Add translation for empty file message (megazoll)

This PR was merged into the 2.6-dev branch.

Discussion
----------

[Validator] Add translation for empty file message

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

8308cfa [Validator] Add en and ru translations for empty file message
This commit is contained in:
Fabien Potencier 2014-06-23 14:43:23 +02:00
commit e42c07b1d6
2 changed files with 8 additions and 0 deletions

View File

@ -298,6 +298,10 @@
<source>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source> <source>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source>
<target>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</target> <target>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</target>
</trans-unit> </trans-unit>
<trans-unit id="78">
<source>An empty file is not allowed.</source>
<target>An empty file is not allowed.</target>
</trans-unit>
</body> </body>
</file> </file>
</xliff> </xliff>

View File

@ -298,6 +298,10 @@
<source>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source> <source>The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed.</source>
<target>Изображение в портретной ориентации ({{ width }}x{{ height }}px). Изображения в портретной ориентации не разрешены.</target> <target>Изображение в портретной ориентации ({{ width }}x{{ height }}px). Изображения в портретной ориентации не разрешены.</target>
</trans-unit> </trans-unit>
<trans-unit id="78">
<source>An empty file is not allowed.</source>
<target>Пустые файлы не разрешены.</target>
</trans-unit>
</body> </body>
</file> </file>
</xliff> </xliff>