[Validator] Add en and ru translations for empty file message

This commit is contained in:
Vyacheslav Salakhutdinov 2014-06-23 12:27:02 +00:00
parent 9dc55b5c5e
commit 8308cfaf05
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>