Skip to content

Commit

Permalink
updated Arabic translations
Browse files Browse the repository at this point in the history
added the missing trans-units of 64 to 72
  • Loading branch information
Abdul.Mohsen B. A. A authored and fabpot committed Jan 20, 2014
1 parent d8abd64 commit 770a94d
Showing 1 changed file with 36 additions and 0 deletions.
Expand Up @@ -242,6 +242,42 @@
<source>This value is not a valid ISSN.</source>
<target>هذه القيمة ليست ISSN صالحة.</target>
</trans-unit>
<trans-unit id="64">
<source>This value is not a valid currency.</source>
<target>العُملة غير صحيحة</target>
</trans-unit>
<trans-unit id="65">
<source>This value should be equal to {{ compared_value }}.</source>
<target>القيمة يجب ان تساوي {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="66">
<source>This value should be greater than {{ compared_value }}.</source>
<target>القيمة يجب ان تكون اعلي من {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>القيمة يجب ان تكون مساوية او اعلي من {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>القيمة يجب ان تطابق {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="69">
<source>This value should be less than {{ compared_value }}.</source>
<target>القيمة يجب ان تكون اقل من {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source>
<target>القيمة يجب ان تساوي او تقل عن {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source>
<target>القيمة يجب ان لا تساوي {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="72">
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>القيمة يجب ان لا تطابق {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 770a94d

Please sign in to comment.