merged branch peterkokot/translations-2.3 (PR #8160)

This PR was merged into the 2.3 branch.

Discussion
----------

slovenian validator translations updated

Slovenian validator component translations updated.

Commits
-------

35c6768 slovenian validator translations updated
This commit is contained in:
Fabien Potencier 2013-05-29 10:48:18 +02:00
commit 42b0fe4e35
1 changed files with 56 additions and 0 deletions

View File

@ -222,6 +222,62 @@
<source>Unsupported card type or invalid card number.</source>
<target>Nepodprti tip kartice ali neveljavna številka kartice.</target>
</trans-unit>
<trans-unit id="59">
<source>This is not a valid International Bank Account Number (IBAN).</source>
<target>Neveljavna mednarodna številka bančnega računa (IBAN).</target>
</trans-unit>
<trans-unit id="60">
<source>This value is not a valid ISBN-10.</source>
<target>Neveljavna vrednost po ISBN-10.</target>
</trans-unit>
<trans-unit id="61">
<source>This value is not a valid ISBN-13.</source>
<target>Neveljavna vrednost po ISBN-13.</target>
</trans-unit>
<trans-unit id="62">
<source>This value is neither a valid ISBN-10 nor a valid ISBN-13.</source>
<target>Neveljavna vrednost po ISBN-10 ali po ISBN-13.</target>
</trans-unit>
<trans-unit id="63">
<source>This value is not a valid ISSN.</source>
<target>Neveljavna vrednost ISSN.</target>
</trans-unit>
<trans-unit id="64">
<source>This value is not a valid currency.</source>
<target>Vrednost ni veljavna valuta.</target>
</trans-unit>
<trans-unit id="65">
<source>This value should be equal to {{ compared_value }}.</source>
<target>Vrednost mora biti enaka {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="66">
<source>This value should be greater than {{ compared_value }}.</source>
<target>Vrednost mora biti večja od {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="67">
<source>This value should be greater than or equal to {{ compared_value }}.</source>
<target>Vrednost mora biti večja ali enaka {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="68">
<source>This value should be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Vrednost mora biti identična {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="69">
<source>This value should be less than {{ compared_value }}.</source>
<target>Vrednost mora biti manjša {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="70">
<source>This value should be less than or equal to {{ compared_value }}.</source>
<target>Vrednost mora biti manjša ali enaka {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="71">
<source>This value should not be equal to {{ compared_value }}.</source>
<target>Vrednost ne sme biti enaka {{ compared_value }}.</target>
</trans-unit>
<trans-unit id="72">
<source>This value should not be identical to {{ compared_value_type }} {{ compared_value }}.</source>
<target>Vrednost ne sme biti identična {{ compared_value_type }} {{ compared_value }}.</target>
</trans-unit>
</body>
</file>
</xliff>