diff options
Diffstat (limited to 'public/admin/language/es-es/localisation/order_status.php')
-rw-r--r-- | public/admin/language/es-es/localisation/order_status.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/public/admin/language/es-es/localisation/order_status.php b/public/admin/language/es-es/localisation/order_status.php new file mode 100644 index 0000000..09aa802 --- /dev/null +++ b/public/admin/language/es-es/localisation/order_status.php @@ -0,0 +1,24 @@ +<?php +// Heading +$_['heading_title'] = 'Order Statuses'; + +// Text +$_['text_success'] = 'Success: You have modified order statuses!'; +$_['text_list'] = 'Order Status List'; +$_['text_add'] = 'Add Order Status'; +$_['text_edit'] = 'Edit Order Status'; + +// Column +$_['column_name'] = 'Order Status Name'; +$_['column_action'] = 'Action'; + +// Entry +$_['entry_name'] = 'Order Status Name'; + +// Error +$_['error_permission'] = 'Warning: You do not have permission to modify order statuses!'; +$_['error_name'] = 'Order Status Name must be between 3 and 32 characters!'; +$_['error_default'] = 'Warning: This order status cannot be deleted as it is currently assigned as the default store order status!'; +$_['error_download'] = 'Warning: This order status cannot be deleted as it is currently assigned as the default download status!'; +$_['error_store'] = 'Warning: This order status cannot be deleted as it is currently assigned to %s stores!'; +$_['error_order'] = 'Warning: This order status cannot be deleted as it is currently assigned to %s orders!';
\ No newline at end of file |