I use VM 2.0.24 at the moment.
In admin > Configuration > Order Status I see (pls see attachment)
I know that these order status comes from "install_essential_data_sql (line 64 ff)
INSERT INTO `#__virtuemart_orderstates` (`virtuemart_orderstate_id`, `order_status_code`, `order_status_name`, `order_status_description`, `order_stock_handle`, `ordering`, `virtuemart_vendor_id`) VALUES
(null, 'P', 'COM_VIRTUEMART_ORDER_STATUS_PENDING', '', 'R',1, 1),
(null, 'U', 'COM_VIRTUEMART_ORDER_STATUS_CONFIRMED_BY_SHOPPER', '', 'R',2, 1),
(null, 'C', 'COM_VIRTUEMART_ORDER_STATUS_CONFIRMED', '', 'R', 3, 1),
(null, 'X', 'COM_VIRTUEMART_ORDER_STATUS_CANCELLED', '', 'A',4, 1),
(null, 'R', 'COM_VIRTUEMART_ORDER_STATUS_REFUNDED', '', 'A',5, 1),
(null, 'S', 'COM_VIRTUEMART_ORDER_STATUS_SHIPPED', '', 'O',6, 1);
these strings should be translatable. I know that I can use language overrides to translate these in my shop. However, a new user is at least irritated because of these not translated expressions:
Pending, Confirmed, etc.
But somewhere must be a GB language file!
This language file should be translatable on Transfex.
Thanx
[attachment cleanup by admin]