aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/language/es-es/customer/customer_approval.php
diff options
context:
space:
mode:
Diffstat (limited to 'public/admin/language/es-es/customer/customer_approval.php')
-rw-r--r--public/admin/language/es-es/customer/customer_approval.php28
1 files changed, 28 insertions, 0 deletions
diff --git a/public/admin/language/es-es/customer/customer_approval.php b/public/admin/language/es-es/customer/customer_approval.php
new file mode 100644
index 0000000..80dc7f5
--- /dev/null
+++ b/public/admin/language/es-es/customer/customer_approval.php
@@ -0,0 +1,28 @@
+<?php
+// Heading
+$_['heading_title'] = 'Aprobaciones del cliente';
+
+// Text
+$_['text_success'] = 'Éxito: ¡Ha modificado las aprobaciones de clientes!';
+$_['text_list'] = 'Lista de aprobación del cliente';
+$_['text_default'] = 'Por defecto';
+$_['text_customer'] = 'Cliente';
+$_['text_affiliate'] = 'Afiliado';
+
+// Column
+$_['column_name'] = 'Nombre del cliente';
+$_['column_email'] = 'Correo electrónico';
+$_['column_customer_group'] = 'Grupo de clientes';
+$_['column_type'] = 'Tipo';
+$_['column_date_added'] = 'Fecha Agregada';
+$_['column_action'] = 'Acción';
+
+// Entry
+$_['entry_name'] = 'Nombre del cliente';
+$_['entry_email'] = 'Correo electrónico';
+$_['entry_customer_group'] = 'Grupo de clientes';
+$_['entry_type'] = 'Tipo';
+$_['entry_date_added'] = 'Fecha Agregada';
+
+// Error
+$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar las aprobaciones de clientes!';