forked from vendidero/woocommerce-germanized
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wpml-config.xml
109 lines (109 loc) · 5.11 KB
/
wpml-config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<wpml-config>
<custom-fields>
<custom-field action="copy">_unit</custom-field>
<custom-field action="copy">_unit_base</custom-field>
<custom-field action="copy">_unit_product</custom-field>
<custom-field action="copy">_unit_price</custom-field>
<custom-field action="copy">_unit_price_regular</custom-field>
<custom-field action="copy">_unit_price_sale</custom-field>
<custom-field action="copy">_unit_price_auto</custom-field>
<custom-field action="copy">_sale_price_label</custom-field>
<custom-field action="copy">_sale_price_regular_label</custom-field>
<custom-field action="copy">_free_shipping</custom-field>
<custom-field action="copy">_min_age</custom-field>
<custom-field action="copy">_tax_class_by_countries</custom-field>
<custom-field action="translate">_mini_desc</custom-field>
<custom-field action="copy">_service</custom-field>
<custom-field action="copy">_differential_taxation</custom-field>
<custom-field action="copy-once">_ts_mpn</custom-field>
<custom-field action="copy-once">_ts_gtin</custom-field>
<custom-field action="translate">_legal_text</custom-field>
<custom-field action="copy">_hs_code</custom-field>
<custom-field action="copy">_manufacture_country</custom-field>
</custom-fields>
<taxonomies>
<taxonomy translate="1">product_price_label</taxonomy>
<taxonomy translate="1">product_unit</taxonomy>
<taxonomy translate="1">product_delivery_time</taxonomy>
</taxonomies>
<admin-texts>
<key name="woocommerce_gzd_small_enterprise_text" />
<key name="woocommerce_gzd_differential_taxation_notice_text" />
<key name="woocommerce_gzd_shipping_costs_text" />
<key name="woocommerce_gzd_free_shipping_text" />
<key name="woocommerce_gzd_order_submit_btn_text" />
<key name="woocommerce_gzd_complaints_procedure_text" />
<key name="woocommerce_gzd_delivery_time_text" />
<key name="woocommerce_gzd_unit_price_text" />
<key name="woocommerce_gzd_product_units_text" />
<key name="woocommerce_gzd_display_listings_link_details_text" />
<key name="woocommerce_gzd_display_digital_delivery_time_text" />
<key name="woocommerce_gzd_order_success_text" />
<key name="woocommerce_gzd_customer_account_text" />
<key name="woocommerce_gzd_email_order_confirmation_text" />
<key name="woocommerce_gzd_price_range_format_text" />
<key name="woocommerce_direct-debit_settings">
<key name="mandate_text" />
<key name="company_info" />
<key name="company_identification_number" />
<key name="checkbox_label" />
</key>
<key name="woocommerce_gzd_legal_checkboxes_settings">
<key name="*">
<key name="admin_name" />
<key name="admin_desc" />
<key name="label" />
<key name="error_message" />
<key name="confirmation" />
</key>
</key>
<key name="woocommerce_gzd_alternative_complaints_text_none" />
<key name="woocommerce_gzd_alternative_complaints_text_willing" />
<key name="woocommerce_gzd_alternative_complaints_text_obliged" />
<key name="woocommerce_gzd_email_title_text" />
<key name="woocommerce_customer_revocation_settings">
<key name="subject" />
<key name="heading" />
<key name="additional_content" />
</key>
<key name="woocommerce_customer_trusted_shops_settings">
<key name="subject" />
<key name="heading" />
<key name="additional_content" />
</key>
<key name="woocommerce_customer_sepa_direct_debit_mandate_settings">
<key name="subject" />
<key name="heading" />
<key name="additional_content" />
</key>
<key name="woocommerce_customer_paid_for_order_settings">
<key name="subject" />
<key name="heading" />
<key name="additional_content" />
</key>
<key name="woocommerce_customer_new_account_activation_settings">
<key name="subject" />
<key name="heading" />
<key name="additional_content" />
</key>
<key name="woocommerce_customer_shipment_settings">
<key name="subject_full" />
<key name="heading_full" />
<key name="subject_partial" />
<key name="heading_partial" />
<key name="additional_content" />
</key>
<key name="woocommerce_customer_sepa_direct_debit_mandate_settings">
<key name="subject" />
<key name="heading" />
<key name="additional_content" />
</key>
<key name="woocommerce_customer_cancelled_order_settings">
<key name="subject_full" />
<key name="subject_partial" />
<key name="heading_full" />
<key name="heading_partial" />
<key name="additional_content" />
</key>
</admin-texts>
</wpml-config>