updated indonesian translation for image validator

This commit is contained in:
Alif Rachmawadi 2011-09-21 19:21:05 +07:00
parent 774ac80d18
commit e13998d1fd

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>