merged branch alifity/image_validator_id_trans (PR #2230)

Commits
-------

e13998d updated indonesian translation for image validator

Discussion
----------

Updated indonesian translation for image validator

---------------------------------------------------------------------------

by stof at 2011/09/21 10:49:48 -0700

Can you send a PR to the 2.0 branch for the trans-unit 41 ?

---------------------------------------------------------------------------

by alifity at 2011/09/21 11:05:48 -0700

Hi @stof, I've sent another PR for trans-unit-41 :)
This commit is contained in:
Fabien Potencier 2011-09-21 20:15:39 +02:00
commit 9683d3c421

View File

@ -162,6 +162,30 @@
<source>This value is not a valid country</source>
<target>Nilai ini bukan negara yang sah</target>
</trans-unit>
<trans-unit id="41">
<source>This value is already used</source>
<target>Nilai ini sudah digunakan</target>
</trans-unit>
<trans-unit id="42">
<source>The size of the image could not be detected</source>
<target>Ukuran dari gambar tidak bisa dideteksi</target>
</trans-unit>
<trans-unit id="43">
<source>The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px</source>
<target>Lebar gambar terlalu besar ({{ width }}px). Ukuran lebar maksimum adalah {{ max_width }}px</target>
</trans-unit>
<trans-unit id="44">
<source>The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px</source>
<target>Lebar gambar terlalu kecil ({{ width}}px). Ukuran lebar minimum yang diharapkan adalah {{ min_width }}px</target>
</trans-unit>
<trans-unit id="45">
<source>The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px</source>
<target>Tinggi gambar terlalu besar ({{ height }}px). Ukuran tinggi maksimum adalah {{ max_height }}px</target>
</trans-unit>
<trans-unit id="46">
<source>The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px</source>
<target>Tinggi gambar terlalu kecil ({{ height }}px). Ukuran tinggi minimum yang diharapkan adalah {{ min_height }}px</target>
</trans-unit>
</body>
</file>
</xliff>