minor #11247 [Validator] Polish translation for "empty file" validation (stloyd)

This PR was merged into the 2.6-dev branch.

Discussion
----------

[Validator] Polish translation for "empty file" validation

Commits
-------

7212d0e [Validator] Polish translation for "empty file" validation
This commit is contained in:
Fabien Potencier 2014-06-28 09:15:08 +02:00
commit 279b5e5b98

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>Obraz jest portretowy ({{ width }}x{{ height }}px). Portretowe zdjęcia nie są akceptowane.</target> <target>Obraz jest portretowy ({{ width }}x{{ height }}px). Portretowe zdjęcia nie są akceptowane.</target>
</trans-unit> </trans-unit>
<trans-unit id="78">
<source>An empty file is not allowed.</source>
<target>Plik nie może być pusty.</target>
</trans-unit>
</body> </body>
</file> </file>
</xliff> </xliff>