aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-08-30 17:31:10 -0500
committerJesús <heckyel@hyperbola.info>2019-08-30 17:31:10 -0500
commit52e1a790e5da3438185de38e5aaa507e508d267a (patch)
treeddb41aa74be65c9791f3c5ae9ca954053ada1eb7
parente5c2d2ed692ca76b1f8a9658b1991a3354c74b76 (diff)
downloadlibrecart-52e1a790e5da3438185de38e5aaa507e508d267a.tar.lz
librecart-52e1a790e5da3438185de38e5aaa507e508d267a.tar.xz
librecart-52e1a790e5da3438185de38e5aaa507e508d267a.zip
translate to spanish
-rw-r--r--public/admin/language/es-es/extension/total/coupon.php14
-rw-r--r--public/admin/language/es-es/extension/total/credit.php14
-rw-r--r--public/admin/language/es-es/extension/total/handling.php18
3 files changed, 23 insertions, 23 deletions
diff --git a/public/admin/language/es-es/extension/total/coupon.php b/public/admin/language/es-es/extension/total/coupon.php
index 15a3f8c..5e9d3e5 100644
--- a/public/admin/language/es-es/extension/total/coupon.php
+++ b/public/admin/language/es-es/extension/total/coupon.php
@@ -1,15 +1,15 @@
<?php
// Heading
-$_['heading_title'] = 'Coupon';
+$_['heading_title'] = 'Cupón';
// Text
-$_['text_extension'] = 'Extensions';
-$_['text_success'] = 'Success: You have modified coupon total!';
-$_['text_edit'] = 'Edit Coupon';
+$_['text_extension'] = 'Extensiones';
+$_['text_success'] = 'Éxito: ¡Ha modificado el total del cupón!';
+$_['text_edit'] = 'Editar Cupón';
// Entry
-$_['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 coupon total!'; \ No newline at end of file
+$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el total del cupón!';
diff --git a/public/admin/language/es-es/extension/total/credit.php b/public/admin/language/es-es/extension/total/credit.php
index 6e86099..111502f 100644
--- a/public/admin/language/es-es/extension/total/credit.php
+++ b/public/admin/language/es-es/extension/total/credit.php
@@ -1,15 +1,15 @@
<?php
// Heading
-$_['heading_title'] = 'Store Credit';
+$_['heading_title'] = 'Crédito de la Tienda';
// Text
-$_['text_extension'] = 'Extensions';
-$_['text_success'] = 'Success: You have modified store credit total!';
-$_['text_edit'] = 'Edit Store Credit Total';
+$_['text_extension'] = 'Extensiones';
+$_['text_success'] = 'Éxito: ¡Ha modificado el Total del crédito de la Tienda!';
+$_['text_edit'] = 'Editar Total de Crédito de la Tienda';
// Entry
-$_['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 store credit total!'; \ No newline at end of file
+$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar el Total del Crédito de la Tienda!';
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!';