diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-30 19:12:05 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-30 19:12:05 -0500 |
commit | e419206e3fb007c8843dc6abe263e98899efc87d (patch) | |
tree | 4a1dfc8dceb63304d8c75b8272f9da8a32cea669 /public/admin/language/es-es/extension/total/klarna_fee.php | |
parent | 52e1a790e5da3438185de38e5aaa507e508d267a (diff) | |
download | librecart-e419206e3fb007c8843dc6abe263e98899efc87d.tar.lz librecart-e419206e3fb007c8843dc6abe263e98899efc87d.tar.xz librecart-e419206e3fb007c8843dc6abe263e98899efc87d.zip |
translate total to spanish
Diffstat (limited to 'public/admin/language/es-es/extension/total/klarna_fee.php')
-rw-r--r-- | public/admin/language/es-es/extension/total/klarna_fee.php | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/public/admin/language/es-es/extension/total/klarna_fee.php b/public/admin/language/es-es/extension/total/klarna_fee.php index feb108d..f94e7a9 100644 --- a/public/admin/language/es-es/extension/total/klarna_fee.php +++ b/public/admin/language/es-es/extension/total/klarna_fee.php @@ -3,22 +3,22 @@ $_['heading_title'] = 'Klarna Fee'; // Text -$_['text_extension'] = 'Extensions'; -$_['text_success'] = 'Success: You have modified Klarna fee total!'; -$_['text_edit'] = 'Edit Klarna Fee Total'; -$_['text_sweden'] = 'Sweden'; -$_['text_norway'] = 'Norway'; -$_['text_finland'] = 'Finland'; -$_['text_denmark'] = 'Denmark'; -$_['text_germany'] = 'Germany'; -$_['text_netherlands'] = 'The Netherlands'; +$_['text_extension'] = 'Extensiones'; +$_['text_success'] = 'Éxito: ha modificado Klarna Fee Total'; +$_['text_edit'] = 'Editar Klarna Fee Total'; +$_['text_sweden'] = 'Suecia'; +$_['text_norway'] = 'Noruega'; +$_['text_finland'] = 'Finlandia'; +$_['text_denmark'] = 'Dinamarca'; +$_['text_germany'] = 'Alemania'; +$_['text_netherlands'] = 'Los Países Bajos'; // Entry -$_['entry_total'] = 'Order Total'; -$_['entry_fee'] = 'Invoice Fee'; +$_['entry_total'] = 'Total del Pedido'; +$_['entry_fee'] = 'Tarifa de Factura'; $_['entry_tax_class'] = 'Tax Class'; -$_['entry_status'] = 'Status'; -$_['entry_sort_order'] = 'Sort Order'; +$_['entry_status'] = 'Estado'; +$_['entry_sort_order'] = 'Orden'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify Klarna fee total!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: no tienes permiso para modificar Klarna fee total!'; |