diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-30 17:31:10 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-30 17:31:10 -0500 |
commit | 52e1a790e5da3438185de38e5aaa507e508d267a (patch) | |
tree | ddb41aa74be65c9791f3c5ae9ca954053ada1eb7 /public/admin/language/es-es/extension/total/handling.php | |
parent | e5c2d2ed692ca76b1f8a9658b1991a3354c74b76 (diff) | |
download | librecart-52e1a790e5da3438185de38e5aaa507e508d267a.tar.lz librecart-52e1a790e5da3438185de38e5aaa507e508d267a.tar.xz librecart-52e1a790e5da3438185de38e5aaa507e508d267a.zip |
translate to spanish
Diffstat (limited to 'public/admin/language/es-es/extension/total/handling.php')
-rw-r--r-- | public/admin/language/es-es/extension/total/handling.php | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/public/admin/language/es-es/extension/total/handling.php b/public/admin/language/es-es/extension/total/handling.php index 0e3728c..ee2f1ec 100644 --- a/public/admin/language/es-es/extension/total/handling.php +++ b/public/admin/language/es-es/extension/total/handling.php @@ -1,21 +1,21 @@ <?php // Heading -$_['heading_title'] = 'Handling Fee'; +$_['heading_title'] = 'Tasa de Tramitación'; // Text -$_['text_extension'] = 'Extensions'; -$_['text_success'] = 'Success: You have modified handling fee total!'; -$_['text_edit'] = 'Edit Handling Fee Total'; +$_['text_extension'] = 'Extensiones'; +$_['text_success'] = 'Éxito: ¡Ha modificado el total de la Tasa de Tramitación!'; +$_['text_edit'] = 'Editar Total Tasa de Tramitación'; // Entry -$_['entry_total'] = 'Order Total'; +$_['entry_total'] = 'Total del Pedido'; $_['entry_fee'] = 'Fee'; $_['entry_tax_class'] = 'Tax Class'; -$_['entry_status'] = 'Status'; -$_['entry_sort_order'] = 'Sort Order'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Orden'; // Help -$_['help_total'] = 'The checkout total the order must reach before this order total becomes active.'; +$_['help_total'] = 'El total de pago que debe alcanzar el pedido antes de que este total de pedidos se active.'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify handling fee total!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el total de la Tasa de Tramitación!'; |