diff --git a/include/language/en_us.EcmDropdownEditor.php b/include/language/en_us.EcmDropdownEditor.php index 4f88868f..4aa90bfc 100644 --- a/include/language/en_us.EcmDropdownEditor.php +++ b/include/language/en_us.EcmDropdownEditor.php @@ -1,5 +1,5 @@ array ( @@ -81,6 +81,7 @@ $customDoms = array ( '47fbe61c-20f4-5d48-118c-6851105ddc97' => 'Tablet', 'c1477582-33b9-529d-bdd2-685250fc18d4' => 'Blister tablets 6pcs 6,5g', '31bf91c9-6176-a27a-9a4e-686f6b2597ee' => 'Liquid', + '27c00505-f6cf-3ef1-3c1d-6880847a5893' => 'Powder', ), 'ecmproducts_brand_dom' => array ( @@ -174,6 +175,7 @@ $customDoms = array ( '19b9cd31-f4d2-fd74-3cd4-6826d53b5245' => 'GAYA', '11095313-0dd0-aa9b-df3a-682739877d33' => 'Coffix', 'd97b870b-86a1-1970-9cea-68527ecc5ad9' => 'Zenevo', + 'c709e4cf-9ca7-c946-f5e3-688202ec4c24' => 'Aspico', ), 'ecmproducts_category_dom' => array ( @@ -307,7 +309,8 @@ $customDoms = array ( 'gratis' => 'Samples', 'b2c' => 'For stock', 'b2b' => 'Import', - 'interval_order' => 'Zamówienie okresowe', + 'abf8f342-13de-bb9f-7848-687897a3b953' => 'From Stock', + 'interval_order' => 'xxx', ), 'ecmproducts_status_dom' => array ( @@ -322,7 +325,7 @@ $customDoms = array ( 's30' => 'Accepted', 's40' => 'Not Accepted', 's50' => 'Sent', - 's60' => 'From Stock', + 's60' => 'XXX', '93cc9f90-9a94-5502-50a9-66264b2fd03a' => 'Closed', ), ); diff --git a/include/language/pl_pl.EcmDropdownEditor.php b/include/language/pl_pl.EcmDropdownEditor.php index 836fc288..ec1927ab 100644 --- a/include/language/pl_pl.EcmDropdownEditor.php +++ b/include/language/pl_pl.EcmDropdownEditor.php @@ -1,5 +1,5 @@ array ( @@ -81,6 +81,7 @@ $customDoms = array ( '47fbe61c-20f4-5d48-118c-6851105ddc97' => 'Tabletka', 'c1477582-33b9-529d-bdd2-685250fc18d4' => 'Blister, tabletki 6szt. 6,5g', '31bf91c9-6176-a27a-9a4e-686f6b2597ee' => 'Płyn_WOD', + '27c00505-f6cf-3ef1-3c1d-6880847a5893' => 'Proszek', ), 'ecmproducts_brand_dom' => array ( @@ -174,6 +175,7 @@ $customDoms = array ( '19b9cd31-f4d2-fd74-3cd4-6826d53b5245' => 'GAYA', '11095313-0dd0-aa9b-df3a-682739877d33' => 'Coffix', 'd97b870b-86a1-1970-9cea-68527ecc5ad9' => 'Zenevo', + 'c709e4cf-9ca7-c946-f5e3-688202ec4c24' => 'Aspico', ), 'ecmproducts_category_dom' => array ( @@ -225,7 +227,7 @@ $customDoms = array ( ), 'ecmactions_category_dom' => array ( - 'dd4ddbad-c949-0ee5-fb73-54cb9b6c86ef' => 'Nalewanie', + 'dd4ddbad-c949-0ee5-fb73-54cb9b6c86ef' => 'NZE', '8519dfc8-5eec-0233-7f84-54d1fe00e9fc' => 'Zestawy', '55020d96-73d5-7b29-3bab-654f4818e0cd' => 'Mieszanie', '9bc2bafc-0608-7bc7-468b-686a94772424' => 'Blistrowanie', @@ -308,7 +310,8 @@ $customDoms = array ( 'gratis' => 'Próbki', 'b2c' => 'Produkcja na magazyn', 'b2b' => 'Import', - 'interval_order' => 'Zamówienie okresowe', + 'abf8f342-13de-bb9f-7848-687897a3b953' => 'Zamówienie z magazynu', + 'interval_order' => 'xxx', ), 'ecmproducts_status_dom' => array ( @@ -323,7 +326,7 @@ $customDoms = array ( 's30' => 'Zaakceptowany', 's40' => 'Odrzucone', 's50' => 'Wysłany', - 's60' => 'Realizacja ze stanów magazynowych', + 's60' => 'XXX', '93cc9f90-9a94-5502-50a9-66264b2fd03a' => 'Zrealizowany ', ), );