chocolatdemariage/www/localization/ru.xml
Michael RICOIS f46be40623 Init
2017-06-07 16:31:24 +02:00

29 lines
897 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8" ?>
<localizationPack name="Russia" version="1.0">
<currencies>
<currency name="Ruble" iso_code="RUB" iso_code_num="643" sign="руб" blank="1" conversion_rate="41.7632" format="2" decimals="1" />
</currencies>
<languages>
<language iso_code="ru" />
</languages>
<taxes>
<tax id="1" name="НДС RU 18%" rate="18" />
<tax id="2" name="НДС RU 10%" rate="10" />
<taxRulesGroup name="RU Standard Rate (18%)">
<taxRule iso_code_country="ru" id_tax="1" />
</taxRulesGroup>
<taxRulesGroup name="RU Reduced Rate (10%)">
<taxRule iso_code_country="ru" id_tax="2" />
</taxRulesGroup>
</taxes>
<units>
<unit type="weight" value="kg" />
<unit type="volume" value="L" />
<unit type="short_distance" value="cm" />
<unit type="base_distance" value="m" />
<unit type="long_distance" value="km" />
</units>
</localizationPack>