roykin/_install/langs/ru/data/supplier_order_state.xml
Thibault UBUNTU 3d7f60a05e push site
2016-03-03 10:33:17 +01:00

22 lines
856 B
XML
Executable File
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"?>
<entity_supplier_order_state>
<supplier_order_state id="creation_in_progress">
<name><![CDATA[В процессе создания]]></name>
</supplier_order_state>
<supplier_order_state id="Order_validated">
<name><![CDATA[Заказ одобрен]]></name>
</supplier_order_state>
<supplier_order_state id="Pending_receipt">
<name><![CDATA[Ожидает оплаты]]></name>
</supplier_order_state>
<supplier_order_state id="Order_received_in_part">
<name><![CDATA[Получен частично]]></name>
</supplier_order_state>
<supplier_order_state id="Order_received_completely">
<name><![CDATA[Получен]]></name>
</supplier_order_state>
<supplier_order_state id="order_fenced">
<name><![CDATA[Отклонен]]></name>
</supplier_order_state>
</entity_supplier_order_state>