diff --git a/install.json b/install.json new file mode 100644 index 0000000..5aa5ad0 --- /dev/null +++ b/install.json @@ -0,0 +1,6 @@ +{ + "name": "Spanish Translation for OpenCart", + "version": "4.0.1.1", + "author": "Rodrigo Sepúlveda Heerwagen", + "link": "https://burbuja.cl" +} diff --git a/upload/admin/language/es-cl/catalog/attribute.php b/upload/admin/language/es-cl/catalog/attribute.php index f857868..870c97c 100644 --- a/upload/admin/language/es-cl/catalog/attribute.php +++ b/upload/admin/language/es-cl/catalog/attribute.php @@ -5,14 +5,15 @@ $_['text_list'] = 'Lista de atributos'; $_['text_add'] = 'Agregar atributo'; $_['text_edit'] = 'Editar atributo'; -$_['column_name'] = 'Nombre del atributo'; +$_['column_name'] = 'Nombre de atributo'; $_['column_attribute_group'] = 'Grupo de atributos'; $_['column_sort_order'] = 'Orden'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre del atributo'; +$_['entry_name'] = 'Nombre de atributo'; $_['entry_attribute_group'] = 'Grupo de atributos'; $_['entry_sort_order'] = 'Orden'; +$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los atributos!'; $_['error_attribute_group'] = '¡Se requiere el grupo de atributos!'; -$_['error_name'] = '¡El nombre de atributo debe tener de 1 a 64 caracteres!'; -$_['error_product'] = 'Aviso: ¡No se puede eliminar este atributo porque está asignado actualmente a %s productos!'; +$_['error_name'] = '¡El nombre de atributo debe tener entre 1 y 64 caracteres!'; +$_['error_product'] = 'Aviso: ¡No se puede eliminar este atributo debido a que se encuentra asignado a %s productos!'; diff --git a/upload/admin/language/es-cl/catalog/attribute_group.php b/upload/admin/language/es-cl/catalog/attribute_group.php index 1ca63bd..7e52dd4 100644 --- a/upload/admin/language/es-cl/catalog/attribute_group.php +++ b/upload/admin/language/es-cl/catalog/attribute_group.php @@ -4,13 +4,14 @@ $_['text_success'] = 'Éxito: ¡Has modificado los grupos de atributos!'; $_['text_list'] = 'Lista de atributos de grupo'; $_['text_add'] = 'Agregar grupo de atributos'; -$_['text_edit'] = 'Editar el grupo de atributos'; -$_['column_name'] = 'Nombre del grupo de atributos'; +$_['text_edit'] = 'Editar grupo de atributos'; +$_['column_name'] = 'Nombre de grupo de atributos'; $_['column_sort_order'] = 'Orden'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre del grupo de atributos'; +$_['entry_name'] = 'Nombre de grupo de atributos'; $_['entry_sort_order'] = 'Orden'; +$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los grupos de atributos!'; -$_['error_name'] = '¡El grupo de atributos debe tener de 1 a 64 caracteres!'; -$_['error_attribute'] = 'Aviso: ¡No se puede eliminar el grupo de atributos porque está asignado a %s atributos!'; -$_['error_product'] = 'Aviso: ¡No se puede eliminar este grupo de atributos porque está asignado a %s productos!'; +$_['error_name'] = '¡El nombre de grupo de atributos debe tener entre 1 y 64 caracteres!'; +$_['error_attribute'] = 'Aviso: ¡No se puede eliminar el grupo de atributos debido a que se encuentra asignado a %s atributos!'; +$_['error_product'] = 'Aviso: ¡No se puede eliminar este grupo de atributos debido a que se encuentra asignado a %s productos!'; diff --git a/upload/admin/language/es-cl/catalog/category.php b/upload/admin/language/es-cl/catalog/category.php index f9c1bde..c06c1ea 100644 --- a/upload/admin/language/es-cl/catalog/category.php +++ b/upload/admin/language/es-cl/catalog/category.php @@ -7,10 +7,10 @@ $_['text_edit'] = 'Editar categoría'; $_['text_default'] = 'Predeterminado'; $_['text_keyword'] = 'No uses espacios, en su lugar reemplaza los espacios por guiones y asegúrate de que el URL para SEO sea globalmente único.'; -$_['column_name'] = 'Nombre de la categoría'; +$_['column_name'] = 'Nombre de categoría'; $_['column_sort_order'] = 'Orden'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre de la categoría'; +$_['entry_name'] = 'Nombre de categoría'; $_['entry_description'] = 'Descripción'; $_['entry_meta_title'] = 'Título de la etiqueta meta'; $_['entry_meta_keyword'] = 'Palabras clave de la etiqueta meta'; @@ -25,13 +25,14 @@ $_['entry_sort_order'] = 'Orden'; $_['entry_status'] = 'Estado'; $_['entry_layout'] = 'Pasar por alto la disposición'; -$_['help_filter'] = '(Autocompletar)'; -$_['help_top'] = 'Display in the top menu bar. Only works for the top parent categories.'; -$_['help_column'] = 'Number of columns to use for the bottom 3 categories. Only works for the top parent categories.'; +$_['help_parent'] = '(Se completa automáticamente)'; +$_['help_filter'] = '(Se completa automáticamente)'; +$_['help_top'] = 'Mostrar en la barra de menú superior. Sólo funciona para las categorías madre superiores.'; +$_['help_column'] = 'El número de columnas a ser usadas por las 3 últimas categorías. Sólo funciona para las categorías madre superiores.'; $_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las categorías!'; -$_['error_name'] = '¡El nombre de la categoría debe tener de 1 a 255 caracteres!'; -$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!'; -$_['error_keyword'] = 'SEO URL already in use!'; -$_['error_unique'] = '¡La URL para SEO debe ser única!'; -$_['error_parent'] = 'The parent category you have chosen is a child of the current one!'; +$_['error_name'] = '¡El nombre de categoría debe tener entre 1 y 255 caracteres!'; +$_['error_meta_title'] = 'El metatítulo debe tener entre 1 y 255 caracteres!'; +$_['error_parent'] = '¡La categoría padre que elegiste es una categoría hija de la actual!'; +$_['error_seo'] = '¡Se requiere la palabra clave del URL para SEO!'; +$_['error_keyword'] = '¡La URL para SEO debe ser única!'; diff --git a/upload/admin/language/es-cl/catalog/download.php b/upload/admin/language/es-cl/catalog/download.php index cf40dca..1ad8254 100644 --- a/upload/admin/language/es-cl/catalog/download.php +++ b/upload/admin/language/es-cl/catalog/download.php @@ -4,21 +4,27 @@ $_['text_success'] = 'Éxito: ¡Has modificado las descargas!'; $_['text_list'] = 'Lista de descargas'; $_['text_add'] = 'Agregar descarga'; -$_['text_edit'] = 'Editar la descarga'; +$_['text_edit'] = 'Editar descarga'; $_['text_upload'] = '¡Tu archivo fue exitosamente cargado!'; -$_['column_name'] = 'Nombre de la descarga'; +$_['text_report'] = 'Informe'; +$_['column_name'] = 'Nombre de descarga'; +$_['column_ip'] = 'IP'; +$_['column_account'] = 'Cuentas'; +$_['column_store'] = 'Tienda'; +$_['column_country'] = 'País'; $_['column_date_added'] = 'Fecha de alta'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre de la descarga'; -$_['entry_filename'] = 'Nombre del archivo'; +$_['entry_name'] = 'Nombre de descarga'; +$_['entry_filename'] = 'Nombre de archivo'; $_['entry_mask'] = 'Máscara'; $_['help_filename'] = 'Puedes cargar a través del botón de carga o usar FTP para cargar en el directorio de descargas e ingresar los detalles de abajo.'; $_['help_mask'] = 'Se recomienda que el nombre de archivo y la máscara sean distintos para evitar que la gente intente acceder directamente a tus descargas.'; +$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las descargas!'; -$_['error_name'] = '¡El nombre de la descarga debe tener de 3 a 64 caracteres!'; -$_['error_upload'] = '¡Se requiere el archivo a cargar!'; -$_['error_filename'] = '¡El nombre de archivo debe tener de 3 a 128 caracteres!'; +$_['error_name'] = '¡El nombre de descarga debe tener entre 3 y 64 caracteres!'; +$_['error_filename'] = '¡El nombre de archivo debe tener entre 3 y 128 caracteres!'; +$_['error_directory'] = '¡Se necesita que las descargas se encuentren en el directorio storage/download!'; $_['error_exists'] = '¡El archivo no existe!'; -$_['error_mask'] = '¡La máscara debe tener de 3 a 128 caracteres!'; -$_['error_filetype'] = '¡El tipo de archivo no es válido!'; -$_['error_product'] = 'Aviso: ¡No se puede eliminar esta descarga porque está asignada a %s productos!'; +$_['error_mask'] = '¡La máscara debe tener entre 3 y 128 caracteres!'; +$_['error_file_type'] = '¡El tipo de archivo no es válido!'; +$_['error_product'] = 'Aviso: ¡No se puede eliminar esta descarga debido a que se encuentra asignada a %s productos!'; diff --git a/upload/admin/language/es-cl/catalog/filter.php b/upload/admin/language/es-cl/catalog/filter.php index e1b2ce0..4412d32 100644 --- a/upload/admin/language/es-cl/catalog/filter.php +++ b/upload/admin/language/es-cl/catalog/filter.php @@ -4,15 +4,17 @@ $_['text_success'] = 'Éxito: ¡Has modificado los filtros!'; $_['text_list'] = 'Lista de filtros'; $_['text_add'] = 'Agregar filtro'; -$_['text_edit'] = 'Editar el filtro'; +$_['text_edit'] = 'Editar filtro'; $_['text_group'] = 'Grupo de filtro'; $_['text_value'] = 'Filtrar valores'; $_['column_group'] = 'Grupo de filtro'; $_['column_sort_order'] = 'Orden'; $_['column_action'] = 'Acción'; -$_['entry_group'] = 'Filtrar por nombre del grupo'; -$_['entry_name'] = 'Nombre del filtro'; +$_['entry_group'] = 'Filtrar por nombre de grupo'; +$_['entry_name'] = 'Nombre de filtro'; $_['entry_sort_order'] = 'Orden'; +$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los filtros!'; -$_['error_group'] = '¡El nombre del grupo de filtros debe tener de 1 a 64 caracteres!'; -$_['error_name'] = '¡El nombre del filtro debe tener de 1 a 64 caracteres!'; +$_['error_group'] = '¡El nombre de grupo de filtros debe tener entre 1 y 64 caracteres!'; +$_['error_name'] = '¡El nombre de filtro debe tener entre 1 y 64 caracteres!'; +$_['error_values'] = 'Aviso: ¡Se requieren los valores del filtro!'; diff --git a/upload/admin/language/es-cl/catalog/information.php b/upload/admin/language/es-cl/catalog/information.php index 37c834e..ecd2e10 100644 --- a/upload/admin/language/es-cl/catalog/information.php +++ b/upload/admin/language/es-cl/catalog/information.php @@ -4,7 +4,7 @@ $_['text_success'] = 'Éxito: ¡Has modificado la información!'; $_['text_list'] = 'Lista de información'; $_['text_add'] = 'Agregar información'; -$_['text_edit'] = 'Editar la información'; +$_['text_edit'] = 'Editar información'; $_['text_default'] = 'Predeterminado'; $_['text_keyword'] = 'No uses espacios, en su lugar reemplaza los espacios por guiones y asegúrate de que el URL para SEO sea globalmente único.'; $_['column_title'] = 'Título de información'; @@ -24,13 +24,13 @@ $_['help_bottom'] = 'Mostrar en el pie de página.'; $_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar la información!'; -$_['error_title'] = '¡El título de la información debe tener de 1 a 64 caracteres!'; +$_['error_title'] = '¡El título de la información debe tener entre 1 y 64 caracteres!'; $_['error_description'] = '¡La descripción debe tener más de 3 caracteres!'; -$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!'; -$_['error_keyword'] = 'SEO URL already in use!'; -$_['error_unique'] = '¡La URL para SEO debe ser única!'; -$_['error_account'] = 'Aviso: ¡No se puede eliminar esta página de información porque está asignada como los términos de la cuenta de la tienda!'; -$_['error_checkout'] = 'Aviso: ¡No se puede eliminar esta página de información porque está asignada como los términos de compra de la tienda!'; -$_['error_affiliate'] = 'Aviso: ¡No se puede eliminar esta página de información porque está asignada como los términos del afiliado de la tienda!'; -$_['error_return'] = 'Aviso: ¡No se puede eliminar esta página de información porque está asignada como los términos de devolución de la tienda!'; +$_['error_meta_title'] = 'El metatítulo debe tener entre 1 y 255 caracteres!'; +$_['error_seo'] = '¡Se requiere la palabra clave del URL para SEO!'; +$_['error_keyword'] = '¡La URL para SEO debe ser única!'; +$_['error_account'] = 'Aviso: ¡No se puede eliminar esta página de información debido a que se encuentra asignada como los términos de la cuenta de la tienda!'; +$_['error_checkout'] = 'Aviso: ¡No se puede eliminar esta página de información debido a que se encuentra asignada como los términos de compra de la tienda!'; +$_['error_affiliate'] = 'Aviso: ¡No se puede eliminar esta página de información debido a que se encuentra asignada como los términos de afiliados de la tienda!'; +$_['error_return'] = 'Aviso: ¡No se puede eliminar esta página de información debido a que se encuentra asignada como los términos de devolución de la tienda!'; $_['error_store'] = 'Aviso: ¡No se puede eliminar esta página de información porque está siendo usada por %s tiendas!'; diff --git a/upload/admin/language/es-cl/catalog/manufacturer.php b/upload/admin/language/es-cl/catalog/manufacturer.php index 5062b87..4092fa4 100644 --- a/upload/admin/language/es-cl/catalog/manufacturer.php +++ b/upload/admin/language/es-cl/catalog/manufacturer.php @@ -4,22 +4,21 @@ $_['text_success'] = 'Éxito: ¡Has modificado el módulo de fabricantes!'; $_['text_list'] = 'Lista de fabricantes'; $_['text_add'] = 'Agregar fabricante'; -$_['text_edit'] = 'Editar el fabricante'; +$_['text_edit'] = 'Editar fabricante'; $_['text_default'] = 'Predeterminado'; -$_['text_percent'] = 'Porcentaje'; -$_['text_amount'] = 'Monto fijo'; $_['text_keyword'] = 'No uses espacios, en su lugar reemplaza los espacios por guiones y asegúrate de que el URL para SEO sea globalmente único.'; -$_['column_name'] = 'Nombre del fabricante'; +$_['column_name'] = 'Nombre de fabricante'; $_['column_sort_order'] = 'Orden'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre del fabricante'; +$_['entry_name'] = 'Nombre de fabricante'; $_['entry_store'] = 'Tiendas'; $_['entry_keyword'] = 'Palabra clave'; $_['entry_image'] = 'Imagen'; $_['entry_sort_order'] = 'Orden'; -$_['entry_type'] = 'Tipo'; +$_['entry_layout'] = 'Pasar por alto la disposición'; +$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los fabricantes!'; -$_['error_name'] = '¡El nombre del fabricante debe tener de 1 a 64 caracteres!'; -$_['error_keyword'] = 'SEO URL already in use!'; -$_['error_unique'] = '¡La URL para SEO debe ser única!'; -$_['error_product'] = 'Aviso: ¡No se puede eliminar este fabricante porque está asignado a %s productos!'; +$_['error_name'] = '¡El nombre de fabricante debe tener entre 1 y 64 caracteres!'; +$_['error_seo'] = '¡Se requiere la palabra clave del URL para SEO!'; +$_['error_keyword'] = '¡La URL para SEO debe ser única!'; +$_['error_product'] = 'Aviso: ¡No se puede eliminar este fabricante debido a que se encuentra asignado a %s productos!'; diff --git a/upload/admin/language/es-cl/catalog/option.php b/upload/admin/language/es-cl/catalog/option.php index 809cf1e..9ff6b16 100644 --- a/upload/admin/language/es-cl/catalog/option.php +++ b/upload/admin/language/es-cl/catalog/option.php @@ -18,16 +18,18 @@ $_['text_time'] = 'Hora'; $_['text_option'] = 'Opción'; $_['text_value'] = 'Valores de la opción'; -$_['column_name'] = 'Nombre de la opción'; +$_['column_name'] = 'Nombre de opción'; $_['column_sort_order'] = 'Orden'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre de la opción'; +$_['entry_name'] = 'Nombre de opción'; $_['entry_type'] = 'Tipo'; -$_['entry_option_value'] = 'Nombre del valor de la opción'; +$_['entry_option_value'] = 'Nombre de valor de opción'; $_['entry_image'] = 'Imagen'; $_['entry_sort_order'] = 'Orden'; +$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las opciones!'; -$_['error_name'] = '¡El nombre de la opción debe tener de 1 a 128 caracteres!'; +$_['error_name'] = '¡El nombre de opción debe tener entre 1 y 128 caracteres!'; $_['error_type'] = 'Aviso: ¡Se requieren los valores de la opción!'; -$_['error_option_value'] = '¡El nombre del valor de la opción debe tener de 1 a 128 caracteres!'; -$_['error_product'] = 'Aviso: ¡No se puede eliminar esta opción porque está asignada a %s productos!'; +$_['error_option_value'] = '¡El nombre de valor de opción debe tener entre 1 y 128 caracteres!'; +$_['error_value'] = 'Aviso: ¡No se puede eliminar este valor de opción debido a que se encuentra asignado a %s productos!'; +$_['error_product'] = 'Aviso: ¡No se puede eliminar esta opción debido a que se encuentra asignada a %s productos!'; diff --git a/upload/admin/language/es-cl/catalog/product.php b/upload/admin/language/es-cl/catalog/product.php index bac5a61..c1e1173 100644 --- a/upload/admin/language/es-cl/catalog/product.php +++ b/upload/admin/language/es-cl/catalog/product.php @@ -2,26 +2,49 @@ $_['heading_title'] = 'Productos'; $_['text_success'] = 'Éxito: ¡Has modificado los productos!'; +$_['text_variant'] = 'Por favor ten en cuenta que debido a que esta es una variante de producto a la que debes pasar por alto los datos del producto maestro. De otra forma, los datos reán reemplazados con los datos del producto maestro a la hora de guardar.'; $_['text_list'] = 'Lista de productos'; $_['text_add'] = 'Agregar producto'; $_['text_edit'] = 'Editar producto'; -$_['text_filter'] = 'Filtro'; -$_['text_plus'] = '+'; -$_['text_minus'] = '-'; +$_['text_variant_add'] = 'Agregar variante'; +$_['text_model'] = 'Modelo'; +$_['text_price'] = 'Precio'; +$_['text_stock'] = 'Existencias'; +$_['text_specification'] = 'Especificación'; +$_['text_filter'] = 'Filtrar'; $_['text_default'] = 'Predeterminado'; -$_['text_option'] = 'Opción'; -$_['text_option_value'] = 'Valor de la opción'; -$_['text_percent'] = 'Porcentaje'; -$_['text_amount'] = 'Monto fijo'; $_['text_keyword'] = 'No uses espacios, en su lugar reemplaza los espacios por guiones y asegúrate de que el URL para SEO sea globalmente único.'; -$_['column_name'] = 'Nombre del producto'; +$_['text_option_add'] = 'Agregar opción'; +$_['text_option_value'] = 'Valor de la opción'; +$_['text_select'] = 'Selección'; +$_['text_radio'] = 'Radio'; +$_['text_checkbox'] = 'Casilla de verificación'; +$_['text_input'] = 'Ingreso'; +$_['text_text'] = 'Texto'; +$_['text_textarea'] = 'Área de texto'; +$_['text_file'] = 'Archivo'; +$_['text_date'] = 'Fecha'; +$_['text_datetime'] = 'Fecha y hora'; +$_['text_time'] = 'Hora'; +$_['text_image'] = 'Imagen'; +$_['text_image_additional'] = 'Imágenes adicionales'; +$_['text_reward'] = 'Compra con puntos'; +$_['text_points'] = 'Puntos'; +$_['text_subscription_trial'] = '%s cada %d %s(s) para %d pago(s) entonces'; +$_['text_subscription_description'] = '%s cada %d %s(s) para %d pago(s)'; +$_['text_subscription_cancel'] = '%s cada %d %s(s) hasta que se cancele'; +$_['column_name'] = 'Nombre de producto'; $_['column_model'] = 'Modelo'; $_['column_image'] = 'Imagen'; $_['column_price'] = 'Precio'; $_['column_quantity'] = 'Cantidad'; $_['column_status'] = 'Estado'; +$_['column_ip'] = 'IP'; +$_['column_store'] = 'Tienda'; +$_['column_country'] = 'País'; +$_['column_date_added'] = 'Fecha de alta'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre del producto'; +$_['entry_name'] = 'Nombre de producto'; $_['entry_description'] = 'Descripción'; $_['entry_meta_title'] = 'Título de la etiqueta meta'; $_['entry_meta_keyword'] = 'Palabras clave de la etiqueta meta'; @@ -36,35 +59,33 @@ $_['entry_isbn'] = 'ISBN'; $_['entry_mpn'] = 'MPN'; $_['entry_location'] = 'Ubicación'; -$_['entry_shipping'] = 'Requiere el envío'; +$_['entry_shipping'] = 'Requiere envío'; $_['entry_manufacturer'] = 'Fabricante'; $_['entry_date_available'] = 'Fecha en que estará disponible'; $_['entry_quantity'] = 'Cantidad'; $_['entry_minimum'] = 'Cantidad mínima'; $_['entry_stock_status'] = 'Estado para agotado'; $_['entry_price'] = 'Precio'; -$_['entry_tax_class'] = 'Clase de impuesto'; +$_['entry_tax_class'] = 'Tipo de impuesto'; $_['entry_points'] = 'Puntos'; -$_['entry_option_points'] = 'Puntos'; $_['entry_subtract'] = 'Sustraer existencias'; -$_['entry_weight_class'] = 'Clase de peso'; +$_['entry_weight_class'] = 'Tipo de peso'; $_['entry_weight'] = 'Peso'; $_['entry_dimension'] = 'Dimensiones (largo x ancho x altura)'; -$_['entry_length_class'] = 'Clase de medida'; -$_['entry_length'] = 'Largo'; +$_['entry_length_class'] = 'Tipo de unidad de longitud'; +$_['entry_length'] = 'Longitud'; $_['entry_width'] = 'Ancho'; $_['entry_height'] = 'Altura'; -$_['entry_image'] = 'Imagen'; -$_['entry_additional_image'] = 'Imágenes adicionales'; +$_['entry_option'] = 'Opción'; +$_['entry_option_value'] = 'Valor de la opción'; $_['entry_customer_group'] = 'Grupo de clientes'; $_['entry_date_start'] = 'Fecha de inicio'; $_['entry_date_end'] = 'Fecha de fin'; $_['entry_priority'] = 'Prioridad'; $_['entry_attribute'] = 'Atributo'; $_['entry_attribute_group'] = 'Grupo de atributos'; +$_['entry_image'] = 'Imagen'; $_['entry_text'] = 'Texto'; -$_['entry_option'] = 'Opción'; -$_['entry_option_value'] = 'Valor de la opción'; $_['entry_required'] = 'Requerido'; $_['entry_status'] = 'Estado'; $_['entry_sort_order'] = 'Orden'; @@ -75,26 +96,28 @@ $_['entry_tag'] = 'Etiquetas del producto'; $_['entry_reward'] = 'Puntos'; $_['entry_layout'] = 'Pasar por alto la disposición'; -$_['entry_recurring'] = 'Perfil frecuente'; +$_['entry_subscription'] = 'Planes de suscripción'; +$_['help_tag'] = 'Separados por coma'; $_['help_sku'] = 'Número de referencia (Stock Keeping Unit)'; $_['help_upc'] = 'Código universal de producto'; $_['help_ean'] = 'Número de artículo europeo'; $_['help_jan'] = 'Número de Artículo Japonés (JAN)'; $_['help_isbn'] = 'Número Estándar Internacional de Libros'; $_['help_mpn'] = 'Número de parte del fabricante'; -$_['help_manufacturer'] = '(Autocompletar)'; -$_['help_minimum'] = 'Forzar un monto mínimo en el pedido'; +$_['help_minimum'] = 'Forzar una cantidad mínima en el pedido'; $_['help_stock_status'] = 'Estado que se muestra cuando un producto no tiene existencias'; -$_['help_points'] = 'Número de puntos necesarios para comprar este artículo. Si no quieres comprar este producto con puntos, déjalo en 0.'; -$_['help_category'] = '(Autocompletar)'; -$_['help_filter'] = '(Autocompletar)'; -$_['help_download'] = '(Autocompletar)'; -$_['help_related'] = '(Autocompletar)'; -$_['help_tag'] = 'Separados por coma'; +$_['help_manufacturer'] = '(Se completa automáticamente)'; +$_['help_category'] = '(Se completa automáticamente)'; +$_['help_filter'] = '(Se completa automáticamente)'; +$_['help_download'] = '(Se completa automáticamente)'; +$_['help_related'] = '(Se completa automáticamente)'; +$_['help_option'] = '(Se completa automáticamente)'; +$_['help_points'] = 'Número de puntos necesarios para comprar este artículo. Si no quieres que este producto se pueda comprar con puntos, déjalo en 0.'; $_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los productos!'; -$_['error_name'] = '¡El título meta debe tener de 1 a 255 caracteres!'; -$_['error_meta_title'] = 'Meta Title must be greater than 1 and less than 255 characters!'; -$_['error_model'] = '¡El modelo del producto debe tener de 1 a 64 caracteres!'; -$_['error_keyword'] = 'SEO URL already in use!'; -$_['error_unique'] = '¡La URL para SEO debe ser única!'; +$_['error_name'] = '¡El nombre de producto debe tener entre 1 y 255 caracteres!'; +$_['error_meta_title'] = 'El metatítulo debe tener entre 1 y 255 caracteres!'; +$_['error_model'] = '¡El modelo de producto debe tener entre 1 y 64 caracteres!'; +$_['error_seo'] = '¡Se requiere la palabra clave del URL para SEO!'; +$_['error_keyword'] = '¡La URL para SEO debe ser única!'; +$_['error_required'] = '¡Se requiere %s!'; diff --git a/upload/admin/language/es-cl/catalog/recurring.php b/upload/admin/language/es-cl/catalog/recurring.php deleted file mode 100644 index 1ce3f1d..0000000 --- a/upload/admin/language/es-cl/catalog/recurring.php +++ /dev/null @@ -1,34 +0,0 @@ - Recurring amounts are calculated by the frequency and cycles.

For example if you use a frequency of "week" and a cycle of "2", then the user will be billed every 2 weeks.

The duration is the number of times the user will make a payment, set this to 0 if you want payments until they are cancelled.

'; -$_['text_profile'] = 'Perfil frecuente'; -$_['text_trial'] = 'Perfil de prueba'; -$_['entry_name'] = 'Nombre'; -$_['entry_price'] = 'Precio'; -$_['entry_duration'] = 'Duración'; -$_['entry_cycle'] = 'Ciclo'; -$_['entry_frequency'] = 'Frecuencia'; -$_['entry_trial_price'] = 'Precio total'; -$_['entry_trial_duration'] = 'Duración del periodo de prueba'; -$_['entry_trial_status'] = 'Estado del periodo de prueba'; -$_['entry_trial_cycle'] = 'Ciclo de evaluación'; -$_['entry_trial_frequency'] = 'Frecuencia de evaluación'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['column_name'] = 'Nombre'; -$_['column_sort_order'] = 'Orden'; -$_['column_action'] = 'Acción'; -$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los perfiles frecuentes!'; -$_['error_name'] = '¡El nombre del perfil debe tener de 3 a 255 caracteres!'; -$_['error_product'] = 'Aviso: ¡No se puede eliminar este perfil frecuente porque está asignado a %s productos!'; diff --git a/upload/admin/language/es-cl/catalog/review.php b/upload/admin/language/es-cl/catalog/review.php index 239efef..6b019ba 100644 --- a/upload/admin/language/es-cl/catalog/review.php +++ b/upload/admin/language/es-cl/catalog/review.php @@ -2,25 +2,27 @@ $_['heading_title'] = 'Comentarios'; $_['text_success'] = 'Éxito: ¡Has modificado los comentarios!'; -$_['text_list'] = 'Lista de revisión'; +$_['text_list'] = 'Lista de comentarios'; $_['text_add'] = 'Agregar comentario'; -$_['text_edit'] = 'Editar el comentario'; -$_['text_filter'] = 'Filtro'; +$_['text_edit'] = 'Editar comentario'; +$_['text_filter'] = 'Filtrar'; $_['column_product'] = 'Producto'; $_['column_author'] = 'Autor'; -$_['column_rating'] = 'Preferencia'; +$_['column_rating'] = 'Calificación'; $_['column_status'] = 'Estado'; $_['column_date_added'] = 'Fecha de alta'; $_['column_action'] = 'Acción'; $_['entry_product'] = 'Producto'; $_['entry_author'] = 'Autor'; -$_['entry_rating'] = 'Preferencia'; +$_['entry_rating'] = 'Calificación'; $_['entry_status'] = 'Estado'; $_['entry_text'] = 'Texto'; -$_['entry_date_added'] = 'Fecha de alta'; -$_['help_product'] = '(Autocompletar)'; +$_['entry_date_from'] = 'Fecha de inicio'; +$_['entry_date_to'] = 'Fecha de fin'; +$_['help_product'] = '(Se completa automáticamente)'; +$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los comentarios!'; $_['error_product'] = '¡Se requiere el producto!'; -$_['error_author'] = '¡El autor debe tener de 3 a 64 caracteres!'; +$_['error_author'] = '¡El autor debe tener entre 3 y 64 caracteres!'; $_['error_text'] = '¡El texto del comentario debe tener 1 caracter al menos!'; -$_['error_rating'] = '¡Se requiere la nota en el comentario!'; +$_['error_rating'] = '¡Se requiere la calificación!'; diff --git a/upload/admin/language/es-cl/catalog/subscription_plan.php b/upload/admin/language/es-cl/catalog/subscription_plan.php new file mode 100644 index 0000000..3cb2bfa --- /dev/null +++ b/upload/admin/language/es-cl/catalog/subscription_plan.php @@ -0,0 +1,37 @@ +OpenCart © 2009-2019 All Rights Reserved.'; -$_['text_version'] = 'Versión %s
Traducido por Burbuja'; +$_['text_footer'] = 'OpenCart © 2009-2023 Todos los derechos reservados.'; +$_['text_version'] = 'Versión %s
Traducido por Burbuja'; diff --git a/upload/admin/language/es-cl/common/forgotten.php b/upload/admin/language/es-cl/common/forgotten.php index eba7f2c..afa686f 100644 --- a/upload/admin/language/es-cl/common/forgotten.php +++ b/upload/admin/language/es-cl/common/forgotten.php @@ -1,13 +1,16 @@ RGPD se procesarán después de %s días, así se podrá procesar también cualquier solicitud pendiente de detección de fraude, reversa de pago o reembolso.'; +$_['text_approve'] = 'Aprobar'; +$_['text_deny'] = 'Rechazar'; +$_['text_delete'] = 'Eliminar'; +$_['text_unverified'] = 'Sin verificar'; +$_['text_pending'] = 'Pendiente'; +$_['text_processing'] = 'Procesando'; +$_['text_complete'] = 'Completo'; +$_['text_denied'] = 'Rechazado'; +$_['text_export'] = 'Exportar'; +$_['text_remove'] = 'Eliminar'; +$_['text_filter'] = 'Filtrar'; +$_['column_email'] = 'Correo electrónico'; +$_['column_request'] = 'Petición'; +$_['column_status'] = 'Estado'; +$_['column_date_added'] = 'Fecha de alta'; +$_['column_action'] = 'Acción'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_action'] = 'Acción'; +$_['entry_status'] = 'Estado'; +$_['entry_date_from'] = 'Fecha de inicio'; +$_['entry_date_to'] = 'Fecha de fin'; +$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las aprobaciones de RGPD!'; diff --git a/upload/admin/language/es-cl/design/banner.php b/upload/admin/language/es-cl/design/banner.php index c1caa6b..a77db84 100644 --- a/upload/admin/language/es-cl/design/banner.php +++ b/upload/admin/language/es-cl/design/banner.php @@ -4,17 +4,17 @@ $_['text_success'] = 'Éxito: ¡Has modificado el módulo de anuncios!'; $_['text_list'] = 'Lista de anuncios'; $_['text_add'] = 'Agregar anuncio'; -$_['text_edit'] = 'Editar el anuncio'; +$_['text_edit'] = 'Editar anuncio'; $_['text_default'] = 'Predeterminado'; -$_['column_name'] = 'Nombre del anuncio'; +$_['column_name'] = 'Nombre de anuncio'; $_['column_status'] = 'Estado'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre del anuncio'; +$_['entry_name'] = 'Nombre de anuncio'; $_['entry_title'] = 'Título'; $_['entry_link'] = 'Enlace'; $_['entry_image'] = 'Imagen'; $_['entry_status'] = 'Estado'; $_['entry_sort_order'] = 'Orden'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los anuncios!'; -$_['error_name'] = '¡El nombre del anuncio debe tener de 3 a 64 caracteres!'; -$_['error_title'] = '¡El título del anuncio debe tener de 2 a 64 caracteres!'; +$_['error_name'] = '¡El nombre de anuncio debe tener entre 3 y 64 caracteres!'; +$_['error_title'] = '¡El título de anuncio debe tener entre 2 y 64 caracteres!'; diff --git a/upload/admin/language/es-cl/design/layout.php b/upload/admin/language/es-cl/design/layout.php index fccae5a..2dbd899 100644 --- a/upload/admin/language/es-cl/design/layout.php +++ b/upload/admin/language/es-cl/design/layout.php @@ -4,25 +4,27 @@ $_['text_success'] = 'Éxito: ¡Has modificado las disposiciones!'; $_['text_list'] = 'Lista de disposiciones'; $_['text_add'] = 'Agregar disposición'; -$_['text_edit'] = 'Editar la disposición'; +$_['text_edit'] = 'Editar disposición'; $_['text_remove'] = 'Eliminar'; -$_['text_route'] = 'Choose the store and routes to be used with this layout'; +$_['text_route'] = 'Elige la tienda y las rutas a ser usadas por esta disposición'; $_['text_module'] = 'Elige la posición de los módulos'; $_['text_default'] = 'Predeterminado'; $_['text_content_top'] = 'Cabecera del contenido'; $_['text_content_bottom'] = 'Pie de página del contenido'; $_['text_column_left'] = 'Columna izquierda'; $_['text_column_right'] = 'Columna derecha'; -$_['column_name'] = 'Nombre de la disposición'; +$_['column_name'] = 'Nombre de disposición'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre de la disposición'; +$_['entry_name'] = 'Nombre de disposición'; $_['entry_store'] = 'Tienda'; $_['entry_route'] = 'Ruta'; $_['entry_module'] = 'Módulo'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las disposiciones!'; -$_['error_name'] = '¡El nombre de la disposición debe tener de 3 a 64 caracteres!'; -$_['error_default'] = 'Aviso: ¡No se puede eliminar esta disposición porque está asignada como la disposición predeterminada de la tienda!'; -$_['error_store'] = 'Aviso: ¡No se puede eliminar esta disposición porque está asignada a %s tiendas!'; -$_['error_product'] = 'Aviso: ¡No se puede eliminar esta disposición porque está asignada a %s productos!'; -$_['error_category'] = 'Aviso: ¡No se puede eliminar esta disposición porque está asignada a %s categorías!'; -$_['error_information'] = 'Aviso: ¡No se puede eliminar esta disposición porque está asignada a %s páginas de información!'; +$_['error_name'] = '¡El nombre de disposición debe tener entre 3 y 64 caracteres!'; +$_['error_module'] = '¡Se requiere el módulo!'; +$_['error_default'] = 'Aviso: ¡No se puede eliminar esta disposición debido a que se encuentra asignada como la disposición predeterminada de la tienda!'; +$_['error_store'] = 'Aviso: ¡No se puede eliminar esta disposición debido a que se encuentra asignada a %s tiendas!'; +$_['error_product'] = 'Aviso: ¡No se puede eliminar esta disposición debido a que se encuentra asignada a %s productos!'; +$_['error_category'] = 'Aviso: ¡No se puede eliminar esta disposición debido a que se encuentra asignada a %s categorías!'; +$_['error_manufacturer'] = 'Aviso: ¡No se puede eliminar esta disposición porque se encuentra asignada a %s fabricantes!'; +$_['error_information'] = 'Aviso: ¡No se puede eliminar esta disposición debido a que se encuentra asignada a %s páginas de información!'; diff --git a/upload/admin/language/es-cl/design/seo_url.php b/upload/admin/language/es-cl/design/seo_url.php index 8501ba6..28c023e 100644 --- a/upload/admin/language/es-cl/design/seo_url.php +++ b/upload/admin/language/es-cl/design/seo_url.php @@ -1,22 +1,30 @@ Twig syntax here.'; +$_['text_twig'] = 'El editor de temas utiliza el lenguaje de plantilla Twig. Puedes leer acerca de la sintaxis de Twig aquí.'; $_['column_store'] = 'Tienda'; $_['column_route'] = 'Ruta'; -$_['column_theme'] = 'Tema'; $_['column_date_added'] = 'Fecha de alta'; $_['column_action'] = 'Acción'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el editor de temas!'; diff --git a/upload/admin/language/es-cl/design/translation.php b/upload/admin/language/es-cl/design/translation.php index 97dd555..67f29e2 100644 --- a/upload/admin/language/es-cl/design/translation.php +++ b/upload/admin/language/es-cl/design/translation.php @@ -3,8 +3,8 @@ $_['heading_title'] = 'Editor de idiomas'; $_['text_success'] = 'Éxito: ¡Has modificado el editor de idiomas!'; $_['text_list'] = 'Lista de traducción'; -$_['text_edit'] = 'Editar traducción'; $_['text_add'] = 'Agregar traducción'; +$_['text_edit'] = 'Editar traducción'; $_['text_default'] = 'Predeterminado'; $_['text_store'] = 'Tienda'; $_['text_language'] = 'Idioma'; @@ -21,4 +21,4 @@ $_['entry_default'] = 'Predeterminado'; $_['entry_value'] = 'Valor'; $_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar el editor de idiomas!'; -$_['error_key'] = '¡La clave debe tener de 3 a 64 caracteres!'; +$_['error_key'] = '¡La clave debe tener entre 3 y 64 caracteres!'; diff --git a/upload/admin/language/es-cl/error/permission.php b/upload/admin/language/es-cl/error/permission.php index d5c7448..1e03519 100644 --- a/upload/admin/language/es-cl/error/permission.php +++ b/upload/admin/language/es-cl/error/permission.php @@ -1,4 +1,4 @@ (Predeterminado)'; @@ -24,21 +27,36 @@ $_['text_no_results'] = '¡No hay resultados!'; $_['text_confirm'] = '¿Estás seguro?'; $_['text_home'] = 'Inicio'; +$_['text_second_ago'] = 'justo ahora'; +$_['text_seconds_ago'] = 'Hace %s segundos'; +$_['text_minute_ago'] = 'Hace %s minuto'; +$_['text_minutes_ago'] = 'Hace %s minutos'; +$_['text_hour_ago'] = 'Hace %s hora'; +$_['text_hours_ago'] = 'Hace %s horas'; +$_['text_day_ago'] = 'Hace %s día'; +$_['text_days_ago'] = 'Hace %s días'; +$_['text_week_ago'] = 'Hace %s semana'; +$_['text_weeks_ago'] = 'Hace %s semanas'; +$_['text_month_ago'] = 'Hace %s mes'; +$_['text_months_ago'] = 'Hace %s meses'; +$_['text_year_ago'] = 'Hace %s año'; +$_['text_years_ago'] = 'Hace %s años'; $_['button_add'] = 'Agregar nuevo'; $_['button_delete'] = 'Eliminar'; $_['button_save'] = 'Guardar'; $_['button_cancel'] = 'Anular'; -$_['button_cancel_recurring'] = 'Anular los pagos frecuentes'; +$_['button_subscription_cancel'] = 'Anular suscripción'; $_['button_continue'] = 'Continuar'; +$_['button_confirm'] = 'Confirmar'; $_['button_clear'] = 'Limpiar'; $_['button_close'] = 'Cerrar'; $_['button_enable'] = 'Habilitar'; $_['button_disable'] = 'Desactivar'; -$_['button_filter'] = 'Filtro'; +$_['button_filter'] = 'Filtrar'; $_['button_send'] = 'Enviar'; $_['button_edit'] = 'Editar'; $_['button_copy'] = 'Copiar'; -$_['button_back'] = 'Atrás'; +$_['button_back'] = 'Volver'; $_['button_remove'] = 'Eliminar'; $_['button_refresh'] = 'Refrescar'; $_['button_export'] = 'Exportar'; @@ -57,24 +75,24 @@ $_['button_filter_add'] = 'Agregar filtro'; $_['button_option_add'] = 'Agregar opción'; $_['button_option_value_add'] = 'Agregar el valor de la opción'; -$_['button_recurring_add'] = 'Agregar cíclico'; +$_['button_subscription_add'] = 'Agregar suscripción'; $_['button_discount_add'] = 'Agregar descuento'; -$_['button_special_add'] = 'Agregar especial'; +$_['button_special_add'] = 'Agregar oferta especial'; $_['button_image_add'] = 'Agregar imagen'; $_['button_geo_zone_add'] = 'Agregar zona geográfica'; $_['button_history_add'] = 'Agregar historial'; -$_['button_translation'] = 'Load Default Translation'; -$_['button_translation_add'] = 'Agregar traducción'; $_['button_transaction_add'] = 'Agregar transacción'; $_['button_route_add'] = 'Agregar ruta'; $_['button_rule_add'] = 'Agregar regla'; $_['button_module_add'] = 'Agregar el módulo'; $_['button_link_add'] = 'Agregar enlace'; +$_['button_customer_add'] = 'Agregar cliente'; $_['button_approve'] = 'Aprobar'; -$_['button_deny'] = 'Deny'; +$_['button_deny'] = 'Rechazar'; $_['button_reset'] = 'Restablecer'; $_['button_generate'] = 'Generar'; $_['button_voucher_add'] = 'Agregar tarjeta de regalo'; +$_['button_view'] = 'Ver'; $_['button_reward_add'] = 'Agregar puntos'; $_['button_reward_remove'] = 'Eliminar puntos'; $_['button_commission_add'] = 'Agregar comisión'; @@ -85,7 +103,6 @@ $_['button_parent'] = 'Padre'; $_['button_folder'] = 'Nueva carpeta'; $_['button_search'] = 'Buscar'; -$_['button_view'] = 'Ver'; $_['button_install'] = 'Instalar'; $_['button_uninstall'] = 'Desinstalar'; $_['button_link'] = 'Enlace'; @@ -93,14 +110,17 @@ $_['button_apply'] = 'Aplicar'; $_['button_category_add'] = 'Agregar categoría'; $_['button_order'] = 'Ver el pedido'; -$_['button_order_recurring'] = 'Ver pedido frecuente'; +$_['button_subscription'] = 'Ver suscripción'; $_['button_buy'] = 'Comprar'; -$_['tab_affiliate'] = 'Afiliado'; -$_['tab_address'] = 'Dirección'; +$_['button_restore'] = 'Restaurar'; +$_['button_run'] = 'Ejecutar trabajo Cron'; +$_['button_backup'] = 'Respaldo'; +$_['button_developer'] = 'Preferencias de desarrollador'; +$_['button_master'] = 'Producto maestro'; +$_['button_resend'] = 'Reenviar'; +$_['tab_address'] = 'Direcciones'; $_['tab_additional'] = 'Adicional'; -$_['tab_admin'] = 'Administrador'; $_['tab_attribute'] = 'Atributo'; -$_['tab_customer'] = 'Detalles del cliente'; $_['tab_comment'] = 'Comentario'; $_['tab_data'] = 'Datos'; $_['tab_description'] = 'Descripción'; @@ -109,7 +129,6 @@ $_['tab_documentation'] = 'Documentación'; $_['tab_general'] = 'General'; $_['tab_history'] = 'Historial'; -$_['tab_ftp'] = 'FTP'; $_['tab_ip'] = 'Direcciones IP'; $_['tab_links'] = 'Enlaces'; $_['tab_log'] = 'Registro'; @@ -118,25 +137,17 @@ $_['tab_server'] = 'Servidor'; $_['tab_seo'] = 'SEO'; $_['tab_store'] = 'Tienda'; -$_['tab_special'] = 'Especial'; +$_['tab_special'] = 'Oferta especial'; $_['tab_session'] = 'Sesión'; $_['tab_local'] = 'Local'; $_['tab_mail'] = 'Correo'; -$_['tab_module'] = 'Módulo'; -$_['tab_payment'] = 'Detalles del pago'; +$_['tab_payment_method'] = 'Métodos de pago'; $_['tab_product'] = 'Productos'; $_['tab_reward'] = 'Puntos'; -$_['tab_shipping'] = 'Detalles del envío'; -$_['tab_total'] = 'Totales'; $_['tab_transaction'] = 'Transacciones'; $_['tab_voucher'] = 'Tarjetas de regalo'; -$_['tab_sale'] = 'Ventas'; -$_['tab_marketing'] = 'Mercadeo'; -$_['tab_online'] = 'Personas en línea'; -$_['tab_activity'] = 'Actividad reciente'; -$_['tab_recurring'] = 'Frecuente'; -$_['tab_action'] = 'Acción'; -$_['tab_google'] = 'Google'; +$_['tab_subscription'] = 'Suscripción'; +$_['tab_report'] = 'Informe'; $_['error_exception'] = 'Código de error(%s): %s en %s en la línea %s'; $_['error_upload_1'] = 'Aviso: ¡El archivo cargado excede la directiva upload_max_filesize en php.ini!'; $_['error_upload_2'] = 'Aviso: ¡El archivo cargado excede la directiva MAX_FILE_SIZE que fue especificada en el formulario HTML!'; @@ -146,5 +157,11 @@ $_['error_upload_7'] = 'Aviso: ¡Hubo un error al intentar escribir el archivo en el disco!'; $_['error_upload_8'] = 'Aviso: ¡La carga de archivo fue detenida debido a su extensión!'; $_['error_upload_999'] = 'Aviso: ¡No hay código de error disponible!'; +$_['error_upload_size'] = 'Aviso: ¡El archivo cargado excede el tamaño máximo: %s megabytes!'; $_['error_curl'] = 'CURL: Código de error(%s): %s'; +$_['error_format_b'] = 'Aviso: ¡El archivo cargado excede el tamaño máximo: %s bytes!'; +$_['error_format_kb'] = 'Aviso: ¡El archivo cargado excede el tamaño máximo: %s kilobytes!'; +$_['error_format_mb'] = 'Aviso: ¡El archivo cargado excede el tamaño máximo: %s megabytes!'; +$_['error_format_gb'] = 'Aviso: ¡El archivo cargado excede el tamaño máximo: %s gigabytes!'; +$_['ckeditor'] = 'es'; $_['datepicker'] = 'es-cl'; diff --git a/upload/admin/language/es-cl/extension/advertise/google.php b/upload/admin/language/es-cl/extension/advertise/google.php deleted file mode 100644 index b2515a1..0000000 --- a/upload/admin/language/es-cl/extension/advertise/google.php +++ /dev/null @@ -1,291 +0,0 @@ - Localisation > Languages / Currencies'; -$_['help_gender'] = 'Specify the gender your product is designed for using the gender attribute. When you provide this information, potential customers can accurately filter products by gender to help narrow their search. Keep in mind that Google also uses the gender information together with the values you provide for Size and Age Group to standardize the sizes that are shown to users.'; -$_['help_google_product_category'] = 'Use the this attribute to indicate the category of your item based on the Google product taxonomy. Categorizing your product helps ensure that your ad is shown with the right search results.'; -$_['help_is_bundle'] = 'Use the Bundle attribute to indicate that you've created a bundle: a main product that you've grouped with other, different products, sold together as one package for a single price. This attribute lets Google show your ad in the right situations by distinguishing your item from manufacturer-created bundles, multipacks, and other products without accessories.'; -$_['help_local_cron'] = 'Insert this command in your web server CRON tab. Set it up to run every hour.'; -$_['help_multipack'] = 'Use the Multipack attribute to indicate that you've grouped multiple identical products for sale as one item. This attribute lets Google show your ad in the right situations by distinguishing your item from manufacturer-created multipacks, bundles, and other products.'; -$_['help_remote_cron'] = 'Use this URL to set up a CRON task via a web-based CRON service. Set it up to run every hour.'; -$_['help_size'] = 'Use the size attribute to describe the standardized size of your product. When you use this attribute, your ad can appear in results that are filtered by size. The size you submit will also affect how your product variants are shown.'; -$_['help_size_system'] = 'With this attribute you can explain which country's sizing system your product uses. This information helps create accurate filters, which users can use to narrow search results. The sizing system that you submit will affect search, filtering, and how variants are shown in your ad.'; -$_['help_size_type'] = 'Use this attribute to describe the cut of your product. This information helps create accurate filters, which users can use to narrow search results.'; -$_['entry_action'] = 'Acción'; -$_['entry_adult'] = 'Adult-Only Content'; -$_['entry_age_group'] = 'Age Group'; -$_['entry_auto_advertise'] = 'Automatically advertise new listings?'; -$_['entry_budget'] = 'Campaign Budget'; -$_['entry_campaign'] = 'Smart Shopping Ad Campaigns'; -$_['entry_campaign_name'] = 'Nombre de la campaña'; -$_['entry_color'] = 'Color Option'; -$_['entry_condition'] = 'Condición'; -$_['entry_country'] = 'Target Country'; -$_['entry_feed'] = 'Fuentes de productos'; -$_['entry_gender'] = 'Sexo'; -$_['entry_google_product_category'] = 'Google Product Category'; -$_['entry_is_bundle'] = 'Bundle'; -$_['entry_max_transit_time'] = 'Maximum Transit Time (days)'; -$_['entry_min_transit_time'] = 'Minimum Transit Time (days)'; -$_['entry_multipack'] = 'Multipack (number of items in a single package)'; -$_['entry_oc_category'] = 'OpenCart Category (autocomplete)'; -$_['entry_setup_confirmation'] = 'Setup Confirmation'; -$_['entry_size'] = 'Size Option'; -$_['entry_size_system'] = 'Size System'; -$_['entry_size_type'] = 'Size Type'; -$_['entry_status'] = 'Estado'; -$_['text_access_token'] = 'Access token'; -$_['text_acknowledge_add_campaign_1'] = 'I acknowledge that my campaigns will not become active until my product feeds get approved according to the Google Merchant Center requirements.'; -$_['text_acknowledge_add_campaign_2'] = 'I acknowledge that my campaigns will not become active until I set up Shipping and Tax (only in the US) details for my Merchant Center account.'; -$_['text_acknowledge_cron'] = 'I confirm that I have set up an automated CRON task using one of the methods above.'; -$_['text_acknowledge_merchant_tos'] = 'By purchasing Google Shopping ads, I agree to comply with Google's terms and policies, including Google's Merchant Center terms of service, Shopping ads policies, and Google Ads Terms and Conditions.'; -$_['text_action'] = 'Acción'; -$_['text_active'] = 'Activo'; -$_['text_active_states'] = 'Select active states'; -$_['text_add_target'] = 'New Campaign'; -$_['text_ads_intro'] = '

Important

To have your products accepted by Google Merchant Center, please make sure to follow these requirements:

'; -$_['text_advertise'] = 'Advertise'; -$_['text_age_group_adult'] = 'Adult (teens or older)'; -$_['text_age_group_infant'] = 'Infant (3-12 months old)'; -$_['text_age_group_kids'] = 'Kids (6-13 years old)'; -$_['text_age_group_newborn'] = 'Newborn (0-2 months old)'; -$_['text_age_group_toddler'] = 'Toddler (1-5 years old)'; -$_['text_all'] = 'Todo'; -$_['text_app_id'] = 'App ID'; -$_['text_app_secret'] = 'Secreto de la app'; -$_['text_approved'] = 'Aprobado'; -$_['text_campaign_more_info'] = '

Campaign Duration

Campaigns will run until paused. You can pause a campaign at any time.


Campaign Optimization

It usually takes around 30 days for Google to rank products and optimize shopping ad campaigns.


Products in Campaign

Google will create a unique shopping ad for each approved product synced to your Merchant Center account. Ads are optimized based to maximize your sales. Popular products will likely receive more of your budget.


Campaign Duration

Campaigns will run until paused. You can pause a campaign at any time.


Shopping Ad Placement

Your ads may appear on multiple platforms including Google Search, Google Display Network, Youtube, and Gmail.

'; -$_['text_campaigns'] = 'Campaigns'; -$_['text_carrier_postcode'] = 'Código postal de origen'; -$_['text_carrier_price_percentage'] = 'Price Percentage'; -$_['text_checklist_acknowledge_0'] = '

Visibility of product catalog

I confirm my product catalog is publically accessible without requiring a password.

'; -$_['text_checklist_acknowledge_1'] = '

Secure checkout process

Payment and transaction processing, as well as collection of any sensitive and financial personal information from the user, are conducted over a secure processing server (SSL-protected, with a valid SSL certificate - https://).

'; -$_['text_checklist_acknowledge_2'] = '

Return policy

I confirm my website provides a clear and conspicuous return policy to users.

'; -$_['text_checklist_acknowledge_3'] = '

Billing terms and conditions

I confirm my website provides clear and conspicuous billing terms and conditions.

'; -$_['text_checklist_acknowledge_4'] = '

Accurate contact information

I confirm my website displays sufficient and accurate contact information with at least two of the following: phone number, physical address, email address.

'; -$_['text_checklist_intro'] = '

Important

Before you can post ads on Google, your webstore must meet the Google Merchant Center requirements. A full of list of all requirements and recommendations can be found here.'; -$_['text_clicks'] = 'Clics'; -$_['text_color'] = 'Color'; -$_['text_condition_new'] = 'Nuevo'; -$_['text_condition_refurbished'] = 'Reacondicionado'; -$_['text_condition_used'] = 'Usado'; -$_['text_connect_intro'] = 'Your Google Shopping extension is not yet connected. Please go to the Google Shopping for OpenCart website to obtain an App ID and App Secret.'; -$_['text_connected'] = 'Connected with Merchant ID %s'; -$_['text_connecting'] = 'Connecting...'; -$_['text_connection'] = 'Connection'; -$_['text_conversion_value'] = 'Conversion Value'; -$_['text_conversions'] = 'Conversions'; -$_['text_cost'] = 'Costo'; -$_['text_critical'] = 'Crítico'; -$_['text_cron_email'] = 'Send Summary to E-Mail'; -$_['text_cron_email_status'] = 'Send E-Mail Summary'; -$_['text_cron_info'] = 'Please make sure to set up a CRON task executing each hour using one of the methods below. Method #1 is recommended. CRON jobs help you with:

• Periodic syncing of your OpenCart catalog with Google Merchant Center
• Automatic fetching of product statuses and product reports'; -$_['text_cron_settings'] = 'CRON Settings'; -$_['text_data_quality_issues'] = 'Data Quality Issues'; -$_['text_debug_log'] = 'Registro de depuración'; -$_['text_destination_status'] = 'Estado'; -$_['text_disabled'] = 'Inactivo'; -$_['text_disapproved'] = 'Disapproved'; -$_['text_disconnect_reminder'] = 'Even if you decide to disconnect this OpenCart extension, you will still have access to your Merchant Center account. It will not get deleted. Disconnecting will do the following:'; -$_['text_disconnecting_please_wait'] = 'Disconnecting...'; -$_['text_does_not_apply'] = '-- Does not apply --'; -$_['text_download_debug_log'] = 'Download Debug Log'; -$_['text_edit_target'] = 'Edit Campaign: %s'; -$_['text_enabled'] = 'Activo'; -$_['text_error'] = 'Error'; -$_['text_existing_merchant'] = 'Use my own Google Merchant Center account (In case you want to use your active Google Merchant Center account.)'; -$_['text_extension_settings'] = 'Configuraciones de extensión'; -$_['text_extensions'] = 'Extensiones'; -$_['text_filter'] = 'Filtro'; -$_['text_gender_female'] = 'Femenino'; -$_['text_gender_male'] = 'Masculino'; -$_['text_gender_unisex'] = 'Unisex'; -$_['text_google_expiration_date'] = 'Google Expiration Date'; -$_['text_heading_merchant_center_account'] = 'Merchant Center Account'; -$_['text_home'] = 'Inicio'; -$_['text_image'] = 'Imagen'; -$_['text_impressions'] = 'Impressions'; -$_['text_info_popup_product'] = 'The information requested here is required to properly list your product on Google Shopping. Click here for more information.'; -$_['text_issues'] = 'Issues'; -$_['text_item_level_issues'] = 'Item Issues'; -$_['text_label_active'] = 'ACTIVE'; -$_['text_label_approved'] = 'APPROVED'; -$_['text_label_critical'] = 'CRITICAL'; -$_['text_label_disapproved'] = 'DISAPPROVED'; -$_['text_label_error'] = 'ERROR'; -$_['text_label_paused'] = 'PAUSED'; -$_['text_label_pending'] = 'PENDING'; -$_['text_label_suggestion'] = 'SUGGESTION'; -$_['text_learn_more'] = 'Learn more'; -$_['text_loading_please_wait'] = 'Please wait. This may take a few minutes...'; -$_['text_local_cron'] = 'Method #1 - CRON Task:'; -$_['text_mapping_intro'] = 'Select your OpenCart categories which best match the pre-defined Google categories. This helps Google understand what you\'re selling so that they can better connect your ads with search queries from potential customers.'; -$_['text_mapping_verify_intro'] = 'Some of your products are already mapped to Google categories. Should the new mapping edit all current products, or should it apply only for your future products?'; -$_['text_mapping_verify_title'] = 'Confirm New Mapping'; -$_['text_maximum_five'] = 'Se puede seleccionar un máximo de 5 campañas.'; -$_['text_merchant_intro'] = 'Please select the account you wish to use:'; -$_['text_merchant_website_claim'] = '

Upon clicking Proceed, you will be asked to authorize OpenCart to manage your listing and account in Google Shopping. Your website URL will be claimed by the selected Merchant Center account.

'; -$_['text_na'] = '–'; -$_['text_new_merchant'] = 'Use an account managed by OpenCart (For beginners who do not have a Google Merchant Center account.)'; -$_['text_no'] = 'No'; -$_['text_no_results'] = 'No results found!'; -$_['text_no_targets'] = 'No campaigns found! Click the button below to add your first campaign.'; -$_['text_panel_connect'] = 'Paso 1 de 5: Conectar a la extensión de Google Shopping'; -$_['text_panel_heading'] = 'Edit Google Shopping | Store: %s'; -$_['text_panel_heading_campaign'] = 'Step 3 of 5: Set up Smart Shopping Ad Campaigns'; -$_['text_panel_heading_campaign_2'] = 'Set up Smart Shopping Ad Campaigns'; -$_['text_panel_heading_mapping'] = 'Step 5 of 5: Set up Category Mapping'; -$_['text_panel_heading_mapping_2'] = 'Set up Category Mapping'; -$_['text_panel_heading_merchant'] = 'Step 2 of 5: Set up Google Merchant Center Account'; -$_['text_panel_heading_more_info'] = 'About Campaigns'; -$_['text_panel_heading_preview'] = 'How an Ad Looks Like'; -$_['text_panel_heading_shipping_taxes'] = 'Step 4 of 5: Set up Shipping & Taxes'; -$_['text_panel_heading_shipping_taxes_2'] = 'Set up Shipping & Taxes'; -$_['text_paused'] = 'Pausado'; -$_['text_popup_error_body'] = 'The following error has occurred while trying to fetch this resource: {error}'; -$_['text_popup_error_title'] = 'Error'; -$_['text_popup_loading_body'] = 'Loading... Please wait...'; -$_['text_popup_loading_title'] = 'Loading form...'; -$_['text_popup_title_multiple'] = 'Editando %s productos'; -$_['text_popup_title_single'] = '%s (%s)'; -$_['text_product_category'] = 'Category (incl. sub-categories)'; -$_['text_product_is_modified'] = 'Google Fields Edited'; -$_['text_product_model'] = 'Product Model'; -$_['text_product_name'] = 'Nombre del producto'; -$_['text_refresh_token'] = 'Volver a crear token'; -$_['text_remote_cron'] = 'Method #2 - Remote CRON:'; -$_['text_report_campaign_name'] = 'Nombre de la campaña'; -$_['text_report_clicks'] = 'Clics'; -$_['text_report_conversion_value'] = 'Conversion Value'; -$_['text_report_conversions'] = 'Conversions'; -$_['text_report_cost'] = 'Costo'; -$_['text_report_date_range'] = 'Campaign Reports for %s'; -$_['text_report_impressions'] = 'Impressions'; -$_['text_report_status'] = 'Estado'; -$_['text_reporting_interval'] = 'Reporting Time Interval'; -$_['text_reporting_interval_ALL_TIME'] = 'All time'; -$_['text_reporting_interval_LAST_14_DAYS'] = 'Last 14 days'; -$_['text_reporting_interval_LAST_30_DAYS'] = 'Last 30 days'; -$_['text_reporting_interval_LAST_7_DAYS'] = 'Last 7 days'; -$_['text_reporting_interval_LAST_BUSINESS_WEEK'] = 'Last business week'; -$_['text_reporting_interval_LAST_MONTH'] = 'Last month'; -$_['text_reporting_interval_LAST_WEEK'] = 'Last week'; -$_['text_reporting_interval_LAST_WEEK_SUN_SAT'] = 'Last week (Sunday - Saturday)'; -$_['text_reporting_interval_THIS_MONTH'] = 'This month'; -$_['text_reporting_interval_THIS_WEEK_MON_TODAY'] = 'This week (Monday - Today)'; -$_['text_reporting_interval_THIS_WEEK_SUN_TODAY'] = 'This week (Sunday - Today)'; -$_['text_reporting_interval_TODAY'] = 'Hoy'; -$_['text_reporting_interval_YESTERDAY'] = 'Yesterday'; -$_['text_select_country'] = '-- Country --'; -$_['text_select_currency'] = '-- Currency --'; -$_['text_select_language'] = '-- Idioma --'; -$_['text_selection_all'] = 'You have selected all {total} items on all pages. Unselect Everything'; -$_['text_selection_page'] = 'You have selected {selected_page} item(s) on this page. Click here to select all {total} items on all pages.'; -$_['text_shipping_carrier'] = 'Use a distribution center and carrier services'; -$_['text_shipping_custom'] = 'Set this up myself in the Google Merchant Center'; -$_['text_shipping_flat'] = 'Use a flat rate for all orders'; -$_['text_shipping_services'] = 'Shipping Services'; -$_['text_shipping_transit_times'] = 'Shipping Transit Times'; -$_['text_size'] = 'Tamaño'; -$_['text_size_type_big_and_tall'] = 'Big & Tall'; -$_['text_size_type_maternity'] = 'Maternity'; -$_['text_size_type_petite'] = 'Petite'; -$_['text_size_type_plus'] = 'Plus'; -$_['text_size_type_regular'] = 'Regular'; -$_['text_status'] = 'Estado'; -$_['text_suggestion'] = 'Suggestion'; -$_['text_tax_custom'] = 'Set this up myself in the Google Merchant Center'; -$_['text_tax_not_usa'] = 'I am not based in the USA'; -$_['text_tax_on_shipping'] = 'Add tax on shipping'; -$_['text_tax_usa'] = 'Use Google's destination-based tax estimation'; -$_['text_taxes'] = 'Taxes (USA only)'; -$_['text_usd'] = 'USD'; -$_['text_video_tutorial_url_install'] = 'https://www.youtube.com/watch?v=AvkBLWAUojI'; -$_['text_video_tutorial_url_setup'] = 'https://www.youtube.com/watch?v=ZN7zz8raoVM'; -$_['text_view_issues'] = 'View Issues'; -$_['text_yes'] = 'Sí'; -$_['placeholder_access_token'] = 'Pega aquí tu token de acceso'; -$_['tab_text_ads'] = 'Product Ads / Reports'; -$_['tab_text_reports'] = 'Campaign Reports'; -$_['tab_text_settings'] = 'Configuraciones'; -$_['button_add_feed'] = 'New Feed'; -$_['button_add_target'] = 'New Campaign'; -$_['button_apply'] = 'Asignar productos seleccionados a campañas'; -$_['button_bulk_edit_google_fields'] = 'Edit Google Fields'; -$_['button_campaign'] = 'Smart Shopping Ad Campaigns'; -$_['button_close'] = 'Cerrar'; -$_['button_connect'] = 'Conectar'; -$_['button_disconnect'] = 'Disconnect'; -$_['button_mapping'] = 'Category Mapping'; -$_['button_proceed'] = 'Proceed'; -$_['button_product_edit'] = 'Edit Google Fields'; -$_['button_product_set'] = 'Set Google Fields'; -$_['button_save'] = 'Guardar'; -$_['button_save_future'] = 'Save & Do Nothing'; -$_['button_save_modify'] = 'Save & Modify Current Products'; -$_['button_select_campaigns'] = 'Select Campaigns'; -$_['button_shipping_taxes'] = 'Shipping & Taxes'; -$_['button_video_tutorial_install'] = 'Watch Video Tutorial'; -$_['button_video_tutorial_setup'] = 'Watch Video Tutorial'; -$_['success_advertise_disable'] = 'Success! Advertising has been disabled for the selected products!'; -$_['success_advertise_enable'] = 'Success! Advertising has been enabled for the selected products!'; -$_['success_advertise_listed'] = 'The shopping ads are live! If your products are not yet approved, please allow up to 3 business days for the Merchant Center team to review them.'; -$_['success_advertise_unlisted'] = 'The shopping ads have been stopped. The products you edited no longer belong to any campaigns.'; -$_['success_campaign'] = 'Success! You have set up Smart Shopping Ad Campaigns!'; -$_['success_connect'] = 'Success! You have connected your extension!'; -$_['success_disconnect'] = 'Success! The extension has been disconnected!'; -$_['success_index'] = 'Success! You have modified the extension!'; -$_['success_mapping'] = 'Success! You have set up mapping!'; -$_['success_merchant'] = 'Success! Your Google Merchant Center account has been set up! Your website has been claimed!'; -$_['success_merchant_access'] = 'Success! Your Google Merchant Center account has been set up! Your website has been claimed! You can access the linked Google Merchant Center account from the Google Merchant Center dashboard.'; -$_['success_product'] = 'Success! The product information has been updated.'; -$_['success_shipping_taxes'] = 'Success! The merchant shipping and taxes have been updated.'; -$_['success_target_add'] = 'Success! Your new campaign has been created! It will become active as soon as your product feeds get approved by Google Merchant Center.'; -$_['success_target_delete'] = 'Success! Your campaign has been deleted!'; -$_['success_target_edit'] = 'Success! You have edited your campaign!'; -$_['error_budget'] = 'Please insert the campaign budget. The value must be numeric and no less than 5.'; -$_['error_campaign_name_in_use'] = 'You are already using a campaign with the same name! Please choose another name.'; -$_['error_campaign_name_total'] = '"Total" is a forbidden name for a campaign! Please choose another name.'; -$_['error_carrier'] = '¡Por favor selecciona al menos un portador!'; -$_['error_carrier_postcode'] = 'Please provide the postcode for outgoing shipments.'; -$_['error_carrier_price_percentage'] = 'Please provide a valid price percentage from 0 to 100.'; -$_['error_cron_acknowledge'] = 'Please confirm you have set up a CRON job.'; -$_['error_empty_app_id'] = '¡Por favor ingrese el ID de la app!'; -$_['error_empty_app_secret'] = 'Please insert the App Secret!'; -$_['error_empty_campaign_name'] = 'Please set a name for your campaign!'; -$_['error_empty_country'] = '¡Por favor selecciona un país!'; -$_['error_empty_feed'] = 'Please specify at least one campaign feed!'; -$_['error_field_no_value'] = '¡Por favor ingresa un valor!'; -$_['error_flat_rate'] = 'Please insert a flat rate value. The value must be numeric.'; -$_['error_form'] = 'Please check the form for errors and try to save agian.'; -$_['error_invalid_email'] = 'The provided e-mail address is not valid!'; -$_['error_invalid_feed'] = '¡Todas las fuentes deben tener un idioma y una divisa!'; -$_['error_max_transit_time'] = 'Please insert a maximum transit time (number of days) which is larger than the minimum.'; -$_['error_min_transit_time'] = 'Please insert a minimum transit time (number of days).'; -$_['error_no_targets'] = 'Warning! No Smart Shopping Ad Campaigns have been set up.'; -$_['error_permission'] = 'Warning! You do not have permission to modify the extension Advertise > Google Shopping!'; -$_['error_popup_not_found_body'] = 'The system could not find the product.'; -$_['error_popup_not_found_title'] = 'Not found'; -$_['error_store_url_claim'] = 'Your store URL has been claimed by another app. Please connect your merchant account to re-claim the store URL.'; -$_['error_tax'] = 'Please select at least one taxable state.'; -$_['error_used_app_id'] = 'You have already connected this App with another one of your stores. Please disconnect the other store, or use a different App ID.'; -$_['error_warning'] = 'Warning! Please check the form carefully for errors.'; -$_['warning_paused_targets'] = 'The extension is disabled and all of your campaigns are stopped. Enable the extension to activate the Smart Shopping Ad Campaigns.'; -$_['warning_budget'] = 'Campaigns with a daily budget of less than $10 may not yield good conversion results. For best results, we suggest a daily budget of at least $10.'; diff --git a/upload/admin/language/es-cl/extension/extension/analytics.php b/upload/admin/language/es-cl/extension/analytics.php similarity index 58% rename from upload/admin/language/es-cl/extension/extension/analytics.php rename to upload/admin/language/es-cl/extension/analytics.php index 91597c9..0f3934a 100644 --- a/upload/admin/language/es-cl/extension/extension/analytics.php +++ b/upload/admin/language/es-cl/extension/analytics.php @@ -1,9 +1,10 @@ Google Analytics account and after creating your website profile copy and paste the analytics code into this field.'; -$_['text_default'] = 'Predeterminado'; -$_['entry_code'] = 'Código de Google Analytics'; -$_['entry_status'] = 'Estado'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de Google Analytics!'; -$_['error_code'] = '¡Se requiere el código!'; diff --git a/upload/admin/language/es-cl/extension/extension/captcha.php b/upload/admin/language/es-cl/extension/captcha.php similarity index 75% rename from upload/admin/language/es-cl/extension/extension/captcha.php rename to upload/admin/language/es-cl/extension/captcha.php index 21e85c8..ce50176 100644 --- a/upload/admin/language/es-cl/extension/extension/captcha.php +++ b/upload/admin/language/es-cl/extension/captcha.php @@ -3,7 +3,8 @@ $_['heading_title'] = 'Captchas'; $_['text_success'] = 'Éxito: ¡Has modificado el módulo de captchas!'; $_['text_list'] = 'Lista de captchas'; -$_['column_name'] = 'Nombre del captcha'; +$_['column_name'] = 'Nombre de captcha'; $_['column_status'] = 'Estado'; $_['column_action'] = 'Acción'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de captchas!'; +$_['error_extension'] = 'Aviso: ¡La extensión no existe!'; diff --git a/upload/admin/language/es-cl/extension/captcha/google.php b/upload/admin/language/es-cl/extension/captcha/google.php deleted file mode 100644 index 16787af..0000000 --- a/upload/admin/language/es-cl/extension/captcha/google.php +++ /dev/null @@ -1,13 +0,0 @@ -Google reCAPTCHA page and register your website.'; -$_['entry_key'] = 'Clave del sitio'; -$_['entry_secret'] = 'Clave secreta'; -$_['entry_status'] = 'Estado'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de Google reCAPTCHA!'; -$_['error_key'] = '¡Se requiere la clave!'; -$_['error_secret'] = '¡Se requiere el secreto!'; diff --git a/upload/admin/language/es-cl/extension/currency.php b/upload/admin/language/es-cl/extension/currency.php new file mode 100644 index 0000000..ed508db --- /dev/null +++ b/upload/admin/language/es-cl/extension/currency.php @@ -0,0 +1,10 @@ +Success: You have modified advertising!'; -$_['error_adblock'] = 'It looks like you are using an ad blocker. In order to use this Advertising section, please disable your ad blocker for your OpenCart admin panel.'; diff --git a/upload/admin/language/es-cl/extension/extension/marketing.php b/upload/admin/language/es-cl/extension/extension/marketing.php deleted file mode 100644 index fb6d935..0000000 --- a/upload/admin/language/es-cl/extension/extension/marketing.php +++ /dev/null @@ -1,9 +0,0 @@ -clicking here and choose taxonomy with numeric IDs in Plain Text (.txt) file. Upload via the green import button.'; -$_['column_google_category'] = 'Google Category'; -$_['column_category'] = 'Categoría'; -$_['column_action'] = 'Acción'; -$_['entry_google_category'] = 'Google Category'; -$_['entry_category'] = 'Categoría'; -$_['entry_data_feed'] = 'URL de la fuente de datos'; -$_['entry_status'] = 'Estado'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar la fuente de Google Base!'; -$_['error_upload'] = '¡No se pudo cargar el archivo!'; -$_['error_filetype'] = '¡El tipo de archivo no es válido!'; diff --git a/upload/admin/language/es-cl/extension/feed/google_sitemap.php b/upload/admin/language/es-cl/extension/feed/google_sitemap.php deleted file mode 100644 index a3452f7..0000000 --- a/upload/admin/language/es-cl/extension/feed/google_sitemap.php +++ /dev/null @@ -1,9 +0,0 @@ -sign up here for a free API Key.'; -$_['text_id'] = 'ID de FraudLabs Pro'; -$_['text_ip_address'] = 'Dirección IP'; -$_['text_ip_net_speed'] = 'Velocidad de la red de la dirección IP'; -$_['text_ip_isp_name'] = 'Nombre del ISP de la dirección IP'; -$_['text_ip_usage_type'] = 'Tipo de uso de la dirección IP'; -$_['text_ip_domain'] = 'Dominio de la dirección IP'; -$_['text_ip_time_zone'] = 'Zona horaria de la dirección IP'; -$_['text_ip_location'] = 'Ubicación de la dirección IP'; -$_['text_ip_distance'] = 'Distancia de la dirección IP'; -$_['text_ip_latitude'] = 'Latitud de la dirección IP'; -$_['text_ip_longitude'] = 'Longitud de la dirección IP'; -$_['text_risk_country'] = 'País de alto riesgo'; -$_['text_free_email'] = 'Correo electrónico gratis'; -$_['text_ship_forward'] = 'Ship Forward'; -$_['text_using_proxy'] = 'Usando proxy'; -$_['text_bin_found'] = 'BIN Found'; -$_['text_email_blacklist'] = 'Lista negra de correo'; -$_['text_credit_card_blacklist'] = 'Lista negra de tarjetas de crédito'; -$_['text_score'] = 'Puntaje de FraudLabs Pro'; -$_['text_status'] = 'Estado de FraudLabs Pro'; -$_['text_message'] = 'Mensaje'; -$_['text_transaction_id'] = 'ID de la transacción'; -$_['text_credits'] = 'Balance'; -$_['text_error'] = 'Error:'; -$_['text_flp_upgrade'] = '[Upgrade]'; -$_['text_flp_merchant_area'] = 'Please login to FraudLabs Pro Merchant Area for more information about this order.'; -$_['entry_status'] = 'Estado'; -$_['entry_key'] = 'Clave de la API'; -$_['entry_score'] = 'Puntaje de riesgo'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_review_status'] = 'Estado del comentario'; -$_['entry_approve_status'] = 'Aprobar estado'; -$_['entry_reject_status'] = 'Rechazar estado'; -$_['entry_simulate_ip'] = 'Simular dirección IP'; -$_['help_order_status'] = 'Los pedidos que tengan un puntaje por sobre tu puntaje de riesgo establecido, se asignará a este estado del pedido.'; -$_['help_review_status'] = 'A los pedidos marcados como revisión por FraudLabs Pro, se les asignará este estado del pedido.'; -$_['help_approve_status'] = 'Orders that marked as approve by FraudLabs Pro will be assigned this order status.'; -$_['help_reject_status'] = 'Orders that marked as reject by FraudLabs Pro will be assigned this order status.'; -$_['help_simulate_ip'] = 'Simular la dirección IP para pruebas. Déjalo en blanco para desactivarlo.'; -$_['help_fraudlabspro_id'] = 'Unique identifier for a transaction screened by FraudLabs Pro system.'; -$_['help_ip_address'] = 'Dirección IP.'; -$_['help_ip_net_speed'] = 'Velocidad de la conexión.'; -$_['help_ip_isp_name'] = 'ISP de la dirección IP.'; -$_['help_ip_usage_type'] = 'Tipo de uso estimado de la dirección IP. Ej. ISP, comercial, residencial.'; -$_['help_ip_domain'] = 'Nombre de dominio de la dirección IP.'; -$_['help_ip_time_zone'] = 'Zona horaria de la dirección IP.'; -$_['help_ip_location'] = 'Ubicación de la dirección IP.'; -$_['help_ip_distance'] = 'Distancia de la dirección IP hasta la ubicación de la facturación.'; -$_['help_ip_latitude'] = 'Latitud de la dirección IP.'; -$_['help_ip_longitude'] = 'Longitud de la dirección IP.'; -$_['help_risk_country'] = 'Whether IP address country is in the latest high risk country list.'; -$_['help_free_email'] = 'Si el correo electrónico es o no de un proveedor gratuito.'; -$_['help_ship_forward'] = 'Whether shipping address is a freight forwarder address.'; -$_['help_using_proxy'] = 'Si la dirección IP es de un servidor proxy anónimo.'; -$_['help_bin_found'] = 'Whether the BIN information matches our BIN list.'; -$_['help_email_blacklist'] = 'Si la dirección de correo se encuentra en nuestra base de datos de lista negra'; -$_['help_credit_card_blacklist'] = 'Whether the credit card is in our blacklist database.'; -$_['help_score'] = 'Puntaje de riesgo, 0 (bajo riesgo) - 100 (alto riesgo).'; -$_['help_status'] = 'Estado de FraudLabs.'; -$_['help_message'] = 'Mensaje de descripción del error de FraudLabs Pro.'; -$_['help_transaction_id'] = 'Unique identifier for a transaction screened by FraudLabs Pro system.'; -$_['help_credits'] = 'Balance de los créditos disponibles después de esta transacción.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las configuraciones de FraudLabs Pro!'; -$_['error_key'] = '¡Se requiere la clave de la API!'; diff --git a/upload/admin/language/es-cl/extension/fraud/maxmind.php b/upload/admin/language/es-cl/extension/fraud/maxmind.php deleted file mode 100644 index a059062..0000000 --- a/upload/admin/language/es-cl/extension/fraud/maxmind.php +++ /dev/null @@ -1,114 +0,0 @@ -sign up here.'; -$_['text_country_match'] = 'Coincidencia con el país:'; -$_['text_country_code'] = 'Código de país:'; -$_['text_high_risk_country'] = 'País de alto riesgo:'; -$_['text_distance'] = 'Distancia:'; -$_['text_ip_region'] = 'Región de la dirección IP:'; -$_['text_ip_city'] = 'Ciudad de la dirección IP:'; -$_['text_ip_latitude'] = 'Latitud de la dirección IP:'; -$_['text_ip_longitude'] = 'Longitud de la dirección:'; -$_['text_ip_isp'] = 'ISP:'; -$_['text_ip_org'] = 'Organización de la dirección IP:'; -$_['text_ip_asnum'] = 'ASNUM:'; -$_['text_ip_user_type'] = 'Tipo de usuario de la dirección IP:'; -$_['text_ip_country_confidence'] = 'Confianza del país de la dirección IP:'; -$_['text_ip_region_confidence'] = 'Confianza de la región de la dirección IP:'; -$_['text_ip_city_confidence'] = 'IP City Confidence:'; -$_['text_ip_postal_confidence'] = 'Confianza postal de la dirección IP:'; -$_['text_ip_postal_code'] = 'Código postal de la dirección IP'; -$_['text_ip_accuracy_radius'] = 'Radio de exactitud de la dirección IP:'; -$_['text_ip_net_speed_cell'] = 'IP Net Speed Cell'; -$_['text_ip_metro_code'] = 'Código metropolitano de la dirección IP:'; -$_['text_ip_area_code'] = 'Código de área de la dirección IP:'; -$_['text_ip_time_zone'] = 'Zona horaria de la dirección IP:'; -$_['text_ip_region_name'] = 'Nombre de la región de la dirección IP:'; -$_['text_ip_domain'] = 'Dominio de la dirección IP:'; -$_['text_ip_country_name'] = 'Nombre del país de la dirección IP:'; -$_['text_ip_continent_code'] = 'Código del continente de la dirección IP:'; -$_['text_ip_corporate_proxy'] = 'Dirección IP del proxy corportativo:'; -$_['text_anonymous_proxy'] = 'Proxy anónimo:'; -$_['text_proxy_score'] = 'Puntaje del proxy:'; -$_['text_is_trans_proxy'] = 'Es proxy transparente:'; -$_['text_free_mail'] = 'Correo gratis:'; -$_['text_carder_email'] = 'Correo electrónico del titular de la tarjeta:'; -$_['text_high_risk_username'] = 'Nombre de usuario de alto riesgo:'; -$_['text_high_risk_password'] = 'Contraseña de alto riesgo:'; -$_['text_bin_match'] = 'Bin Match:'; -$_['text_bin_country'] = 'Bin Country:'; -$_['text_bin_name_match'] = 'Bin Name Match:'; -$_['text_bin_name'] = 'Nombre del binario:'; -$_['text_bin_phone_match'] = 'Bin Phone Match:'; -$_['text_bin_phone'] = 'Bin Phone:'; -$_['text_customer_phone_in_billing_location'] = 'Núero de teléfono del cliente en la ubicación de facturación'; -$_['text_ship_forward'] = 'Shipping Forward:'; -$_['text_city_postal_match'] = 'Coincidencia del código postal de la ciudad:'; -$_['text_ship_city_postal_match'] = 'Shipping City Postal Match:'; -$_['text_score'] = 'Puntaje:'; -$_['text_explanation'] = 'Explicación:'; -$_['text_risk_score'] = 'Puntaje de riesgo:'; -$_['text_queries_remaining'] = 'Consultas disponibles:'; -$_['text_maxmind_id'] = 'ID de MaxMind:'; -$_['text_error'] = 'Error:'; -$_['entry_key'] = 'Clave de la licencia de MaxMind'; -$_['entry_score'] = 'Puntaje de riesgo'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_status'] = 'Estado'; -$_['help_order_status'] = 'Los pedidos que tengan un puntaje superior al conjunto de puntaje de riesgo, se asignará este estado del pedido y no se le permitirá el estado completado automáticamente.'; -$_['help_country_match'] = 'Whether country of IP address matches billing address country (mismatch = higher risk).'; -$_['help_country_code'] = 'Código de país de la dirección IP.'; -$_['help_high_risk_country'] = 'Whether IP address or billing address country is in Ghana, Nigeria, or Vietnam.'; -$_['help_distance'] = 'La distancia desde la dirección IP a la ubicación de la facturación en kilómetros (distancia grande = mayor riesgo).'; -$_['help_ip_region'] = 'Región o estado estimado de la dirección IP.'; -$_['help_ip_city'] = 'Ciudad estimada de la dirección IP.'; -$_['help_ip_latitude'] = 'Latitud estimada de la dirección IP.'; -$_['help_ip_longitude'] = 'Longitud estimada de la dirección IP.'; -$_['help_ip_isp'] = 'ISP de la dirección IP.'; -$_['help_ip_org'] = 'Organización de la dirección IP.'; -$_['help_ip_asnum'] = 'Número del sistema autónomo estimado de la dirección IP.'; -$_['help_ip_user_type'] = 'Tipo de usuario estimado de la dirección IP.'; -$_['help_ip_country_confidence'] = 'Representing our confidence that the country location is correct.'; -$_['help_ip_region_confidence'] = 'Representando nuestra confianza que la ubicación de la región es correcta.'; -$_['help_ip_city_confidence'] = 'Representando nuestra confianza en que la ubicación de la ciudad está correcta.'; -$_['help_ip_postal_confidence'] = 'Representing our confidence that the postal code location is correct.'; -$_['help_ip_postal_code'] = 'Código postal estimado de la dirección IP.'; -$_['help_ip_accuracy_radius'] = 'La distancia promedio entre la ubicación actual del usuario final, usando la dirección IP y la ubicación devuelta por la base de datos de GeoIP City, en millas.'; -$_['help_ip_net_speed_cell'] = 'Tipo de red estimado de la dirección IP.'; -$_['help_ip_metro_code'] = 'Código metropolitano estimado de la dirección IP.'; -$_['help_ip_area_code'] = 'Código de área estimado de la dirección IP.'; -$_['help_ip_time_zone'] = 'Zona horaria estimada de la dirección IP.'; -$_['help_ip_region_name'] = 'Nombre de la región estimada de la dirección IP.'; -$_['help_ip_domain'] = 'Dominio estimado de la dirección IP.'; -$_['help_ip_country_name'] = 'Nombre del país estimado de la dirección IP.'; -$_['help_ip_continent_code'] = 'Código continental estimado de la dirección IP.'; -$_['help_ip_corporate_proxy'] = 'Cuando la dirección IP es un proxy corporativo en la base de datos o no.'; -$_['help_anonymous_proxy'] = 'Whether IP address is Anonymous Proxy (anonymous proxy = very high risk).'; -$_['help_proxy_score'] = 'Likelihood of IP Address being an Open Proxy.'; -$_['help_is_trans_proxy'] = 'Whether IP address is in our database of known transparent proxy servers, returned if forwardedIP is passed as an input.'; -$_['help_free_mail'] = 'Whether e-mail is from free e-mail provider (free e-mail = higher risk).'; -$_['help_carder_email'] = 'Whether e-mail is in database of high risk e-mails.'; -$_['help_high_risk_username'] = 'Whether usernameMD5 input is in database of high risk usernames. Only returned if usernameMD5 is included in inputs.'; -$_['help_high_risk_password'] = 'Whether passwordMD5 input is in database of high risk passwords. Only returned if passwordMD5 is included in inputs.'; -$_['help_bin_match'] = 'Whether country of issuing bank based on BIN number matches billing address country.'; -$_['help_bin_country'] = 'Country Code of the bank which issued the credit card based on BIN number.'; -$_['help_bin_name_match'] = 'Ya sea que el nombre del banco emisor coincida con el nombre de BIN imputado, un valor de retorno de Sí, provee una indicación positiva de que el titular de la tarjeta está en posesión de ella.'; -$_['help_bin_name'] = 'Name of the bank which issued the credit card based on BIN number. Available for approximately 96% of BIN numbers.'; -$_['help_bin_phone_match'] = 'Whether customer service phone number matches inputed BIN Phone. A return value of Yes provides a positive indication that cardholder is in possession of credit card.'; -$_['help_bin_phone'] = 'Customer service phone number listed on back of credit card. Available for approximately 75% of BIN numbers. In some cases phone number returned may be outdated.'; -$_['help_customer_phone_in_billing_location'] = 'Whether the customer phone number is in the billing zip code. A return value of Yes provides a positive indication that the phone number listed belongs to the cardholder. A return value of No indicates that the phone number may be in a different area, or may not be listed in our database. NotFound is returned when the phone number prefix cannot be found in our database at all. Currently we only support US Phone numbers.'; -$_['help_ship_forward'] = 'Whether shipping address is in database of known mail drops.'; -$_['help_city_postal_match'] = 'Whether billing city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.'; -$_['help_ship_city_postal_match'] = 'Whether shipping city and state match zipcode. Currently available for US addresses only, returns empty string outside the US.'; -$_['help_score'] = 'Overall fraud score based on outputs listed above. This is the original fraud score, and is based on a simple formula. It has been replaced with risk score (see below), but is kept for backwards compatibility.'; -$_['help_explanation'] = 'A brief explanation of the score, detailing what factors contributed to it, according to our formula. Please note this corresponds to the score, not the riskScore.'; -$_['help_risk_score'] = 'El nuevo puntaje por fraude representa la posibilidad estimada de que el pedido es un fraude, basada en el análisis de las transacciones anteriores de minFraud. Requiere una actualización para clientes que se registraron después de febrero de 2007.'; -$_['help_queries_remaining'] = 'Number of queries remaining in your account, can be used to alert you when you may need to add more queries to your account.'; -$_['help_maxmind_id'] = 'Unique identifier, used to reference transactions when reporting fraudulent activity back to MaxMind. This reporting will help MaxMind improve its service to you and will enable a planned feature to customize the fraud scoring formula based on your chargeback history.'; -$_['help_error'] = 'Retorna una cadena de error con un mensaje de advertencia o una razón de porque falló la petición.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo antifraude de MaxMind!'; -$_['error_key'] = '¡Se requiere la clave de licencia!'; diff --git a/upload/admin/language/es-cl/extension/language.php b/upload/admin/language/es-cl/extension/language.php new file mode 100644 index 0000000..514cfb3 --- /dev/null +++ b/upload/admin/language/es-cl/extension/language.php @@ -0,0 +1,10 @@ +clicking here and choose taxonomy with numeric IDs in Plain Text (.txt) file. Upload via the green import button.'; -$_['column_google_category'] = 'Google Category'; -$_['column_category'] = 'Categoría'; -$_['column_action'] = 'Acción'; -$_['entry_google_category'] = 'Google Category'; -$_['entry_category'] = 'Categoría'; -$_['entry_data_feed'] = 'URL de la fuente de datos'; -$_['entry_status'] = 'Estado'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar la fuente de Google Base!'; -$_['error_upload'] = '¡No se pudo cargar el archivo!'; -$_['error_filetype'] = '¡El tipo de archivo no es válido!'; diff --git a/upload/admin/language/es-cl/extension/extension/module.php b/upload/admin/language/es-cl/extension/module.php similarity index 51% rename from upload/admin/language/es-cl/extension/extension/module.php rename to upload/admin/language/es-cl/extension/module.php index 279e663..5198048 100644 --- a/upload/admin/language/es-cl/extension/extension/module.php +++ b/upload/admin/language/es-cl/extension/module.php @@ -2,14 +2,15 @@ $_['heading_title'] = 'Módulos'; $_['text_success'] = 'Éxito: ¡Has modificado los módulos!'; -$_['text_layout'] = 'After you have installed and configured a module you can add it to a layout here!'; +$_['text_layout'] = '¡Después de que hayas instalado y configurado un módulo, puedes agregarlo a la disposición aquí!'; $_['text_add'] = 'Agregar el módulo'; $_['text_list'] = 'Lista de módulos'; -$_['column_name'] = 'Nombre del módulo'; +$_['column_name'] = 'Nombre de módulo'; $_['column_status'] = 'Estado'; $_['column_action'] = 'Acción'; $_['entry_code'] = 'Módulo'; -$_['entry_name'] = 'Nombre del módulo'; +$_['entry_name'] = 'Nombre de módulo'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los módulos!'; -$_['error_name'] = '¡El nombre del módulo debe tener de 3 a 64 caracteres!'; +$_['error_extension'] = 'Aviso: ¡La extensión no existe!'; +$_['error_name'] = '¡El nombre de módulo debe tener entre 3 y 64 caracteres!'; $_['error_code'] = '¡Se requiere la extensión!'; diff --git a/upload/admin/language/es-cl/extension/module/amazon_login.php b/upload/admin/language/es-cl/extension/module/amazon_login.php deleted file mode 100644 index a4f3fc7..0000000 --- a/upload/admin/language/es-cl/extension/module/amazon_login.php +++ /dev/null @@ -1,28 +0,0 @@ -Create a Google Hangout chatback badge and copy & paste the generated code into the text box.'; -$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar el módulo de Google Hangouts!'; -$_['error_code'] = 'Se requiere el código'; diff --git a/upload/admin/language/es-cl/extension/module/klarna_checkout_module.php b/upload/admin/language/es-cl/extension/module/klarna_checkout_module.php deleted file mode 100644 index f4b8239..0000000 --- a/upload/admin/language/es-cl/extension/module/klarna_checkout_module.php +++ /dev/null @@ -1,7 +0,0 @@ -not appear under certain conditions:'; -$_['text_info_li1'] = 'El carro está vacío y no se han aplicado los cupones'; -$_['text_info_li2'] = 'The cart has downloads or recurring payments and the user is not logged in'; -$_['text_info_li3'] = 'Out of stock item checkout is disabled and the cart contains an out of stock item'; -$_['text_layouts'] = 'After enabling the module, use the layout manager to add the button to areas on the store.'; -$_['text_layout_link'] = 'Haz clic aquí para acceder a la página de disposiciones'; -$_['entry_status'] = 'Estado'; -$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar el botón del módulo PayPal (impulsado por Braintree)!'; diff --git a/upload/admin/language/es-cl/extension/module/pp_button.php b/upload/admin/language/es-cl/extension/module/pp_button.php deleted file mode 100644 index f8e69cd..0000000 --- a/upload/admin/language/es-cl/extension/module/pp_button.php +++ /dev/null @@ -1,14 +0,0 @@ -not appear under certain conditions:'; -$_['text_info_li1'] = 'El carro está vacío y no se han aplicado los cupones'; -$_['text_info_li2'] = 'The cart has downloads or recurring payments and the user is not logged in'; -$_['text_info_li3'] = 'Out of stock item checkout is disabled and the cart contains an out of stock item'; -$_['text_layouts'] = 'After enabling the module, use the layout manager to add the button to areas on the store.'; -$_['text_layout_link'] = 'Haz clic aquí para acceder a la página de disposiciones'; -$_['entry_status'] = 'Estado'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo del botón de PayPal Express Checkout!'; diff --git a/upload/admin/language/es-cl/extension/module/pp_login.php b/upload/admin/language/es-cl/extension/module/pp_login.php deleted file mode 100644 index fca56a7..0000000 --- a/upload/admin/language/es-cl/extension/module/pp_login.php +++ /dev/null @@ -1,27 +0,0 @@ -Use lower stock amounts if you have eBay restrictions, when items sell the level will update back to your reserve until you sell out.
Do not use very low amounts like 1 or 2, if you do the listing will end if a buyer purchases all items at once.'; -$_['error_ended'] = 'La lista vinculada ha finalizado, no puedes editarla. Deberías eliminar el enlace.'; -$_['error_reserve'] = 'No puedes establecer la reserva por sobre las existencias locales'; -$_['error_no_sku'] = '¡No se encontró el SKU!'; -$_['error_no_item_id'] = 'Falta el ID del artículo en la petición'; -$_['error_recommendations_load'] = 'No se pudieron cargar las recomendaciones de artículos'; -$_['error_name_length'] = 'El nombre del producto debe tener menos de 80 caracteres'; diff --git a/upload/admin/language/es-cl/extension/openbay/ebay_import.php b/upload/admin/language/es-cl/extension/openbay/ebay_import.php deleted file mode 100644 index 1377d00..0000000 --- a/upload/admin/language/es-cl/extension/openbay/ebay_import.php +++ /dev/null @@ -1,27 +0,0 @@ -Caution! This will import all of your eBay products and build a category structure in your store. It is advised that you delete all categories and products before you run this option.
The category structure is from the normal eBay categories, not your shop categories (if you have an eBay shop). You can rename, remove and edit the imported categories without affecting your eBay products.'; -$_['text_sync_import_line3'] = 'Necesitas asegurarte de que tu servidor pueda aceptar y procesar tamaños grandes de datos POST. 1000 artículos de eBay son unos 40 MB en tamaño, necesitarás calcular lo que requieras. Si tu llamada fallara, podría ser porque puede haber un tamaño muy pequeño configurado. El límite de memoria de PHP necesita tener unos 128 MB.'; -$_['text_sync_server_size'] = 'Tu servidor puede aceptar actualmente'; -$_['text_sync_memory_size'] = 'Tu límite de memoria en PHP:'; -$_['text_import_confirm'] = 'Esto importará todos los ítems de eBay como productos nuevos, ¿estás seguro? ¡Esto NO SE PUEDE deshacer! ¡ASEGÚRATE de respaldar todo primero!'; -$_['text_import_notify'] = 'Your import request has been sent for processing. An import takes about 1 hour per 1000 items.'; -$_['text_import_images_msg1'] = 'imágenes que están pendientes de copiar o importar desde eBay. Refresca esta página, se el número no baja entonces'; -$_['text_import_images_msg2'] = 'haz clic aquí'; -$_['text_import_images_msg3'] = 'and wait. More information about why this happened can be found here'; -$_['entry_import_item_advanced'] = 'Conseguir datos avanzados'; -$_['entry_import_categories'] = 'Importar categorías'; -$_['entry_import_description'] = 'Importar las descripciones del artículo'; -$_['entry_import'] = 'Importar artículos desde eBay'; -$_['button_import'] = 'Importar'; -$_['button_complete'] = 'Completo'; -$_['help_import_item_advanced'] = 'Will take up to 10 times longer to import items. Imports weights, sizes, ISBN and more if available'; -$_['help_import_categories'] = 'Builds a category structure in your store from the eBay categories'; -$_['help_import_description'] = 'This will import everything including HTML, visit counters etc'; -$_['error_import'] = 'Falló al cargar'; -$_['error_maintenance'] = 'Tu tienda está en modo de mantenimiento. ¡La importación fallará!'; -$_['error_ajax_load'] = 'Falló la conexión al servidor'; -$_['error_validation'] = 'You need to register for your API token and enable the module.'; diff --git a/upload/admin/language/es-cl/extension/openbay/ebay_links.php b/upload/admin/language/es-cl/extension/openbay/ebay_links.php deleted file mode 100644 index b8dba3f..0000000 --- a/upload/admin/language/es-cl/extension/openbay/ebay_links.php +++ /dev/null @@ -1,46 +0,0 @@ - Opciones)'; -$_['text_catalog_help'] = 'Esto cambiará tu imagen principal y se establecerá para usar la imagen del catálogo de eBay'; -$_['text_failed_title'] = 'Falló el listar tu artículo.'; -$_['text_failed_msg1'] = 'Puede haber múltiples razones para esto.'; -$_['text_failed_li1'] = 'Si eres un vendedor nuevo en eBay (o no has vendido mucho en el pasado), necesitarás contactarte con eBay para eliminar tus restricciones de vendedor.'; -$_['text_failed_li2'] = 'You may have not subscribed to Selling Manager Pro on eBay - this is a requirement.'; -$_['text_failed_li3'] = 'Your OpenBay Pro account is suspended, please check via your module admin area under the "My Account" tab'; -$_['text_failed_contact'] = 'Si este error continúa, por favor ponte en contacto con soporte después de que te hayas asegurado de que la incidencia no corresponde a las que están listadas más arriba.'; -$_['text_template_images'] = 'Imágenes de la plantilla'; -$_['text_ebay_images'] = 'Imágenes de eBay'; -$_['text_shipping_first'] = 'Primer artículo'; -$_['text_shipping_add'] = 'Artículos adicionales'; -$_['text_shipping_service'] = 'Servicio'; -$_['text_stock_reserved'] = 'será reservado'; -$_['text_insert'] = 'Agregar nueva lista de eBay'; -$_['text_price_ex_tax'] = 'Excluyendo impuestos'; -$_['text_price_inc_tax'] = 'Incluyendo impuestos'; -$_['text_ebay_imagesize_ok'] = 'El tamaño de la imagen es bueno, puede usarse en eBay'; -$_['text_compatible'] = 'Opciones compatibles'; -$_['text_loading_compatibility'] = 'Cargando las opciones de compatibilidad'; -$_['text_product_identifiers'] = 'Identificadores de producto'; -$_['text_ean'] = 'EAN'; -$_['text_upc'] = 'UPC'; -$_['text_isbn'] = 'ISBN'; -$_['text_identifier_not_required'] = 'No se requiere'; -$_['column_stock_total'] = 'Disponible'; -$_['column_stock_col_qty'] = 'A la lista'; -$_['column_stock_col_qty_reserve'] = 'Reservado'; -$_['column_price_ex_tax'] = 'Excluyendo impuestos'; -$_['column_price_inc_tax'] = 'Incluyendo impuestos'; -$_['column_stock_col_comb'] = 'Combinación'; -$_['column_price'] = 'Precio'; -$_['column_stock_col_enabled'] = 'Activo'; -$_['column_thumb'] = 'Imagen'; -$_['column_img_size'] = 'Tamaño'; -$_['column_template_image'] = 'Imagen de la plantilla'; -$_['column_ebay_image'] = 'Imagen de eBay'; -$_['column_main_ebay_image'] = 'Imagen principal de eBay'; -$_['column_sku'] = 'SKU'; -$_['entry_compatibility'] = 'Compatibilidad de partes'; -$_['entry_shop_category'] = 'Categoría de tienda'; -$_['entry_category_popular'] = 'Categorías populares'; -$_['entry_category_suggested'] = 'Categoría de eBay sugerida'; -$_['entry_category'] = 'Categoría'; -$_['entry_listing_condition'] = 'Condición del artículo'; -$_['entry_listing_duration'] = 'Duración de la lista'; -$_['entry_search_catalog'] = 'Buscar en el catálogo de eBay:'; -$_['entry_catalog'] = 'Usar la imagen predeterminada'; -$_['entry_title'] = 'Título'; -$_['entry_subtitle'] = 'Subtítulo'; -$_['entry_description'] = 'Descripción'; -$_['entry_profile_load'] = 'Cargar el perfil'; -$_['entry_template'] = 'Tema'; -$_['entry_image_gallery'] = 'Tamaño de la imagen de la galería'; -$_['entry_image_thumb'] = 'Tamaño de la imagen en miniatura'; -$_['entry_images_supersize'] = 'Aumentar imágenes'; -$_['entry_images_gallery_plus'] = 'Gallery plus'; -$_['text_stock_matrix'] = 'Matriz de existencias'; -$_['entry_qty'] = 'Cantidad a listar'; -$_['entry_price'] = 'Precio'; -$_['entry_tax_inc'] = 'Impuesto incluido'; -$_['entry_offers'] = 'Permitir que los compradores hagan ofertas'; -$_['entry_private'] = 'Lista privada'; -$_['entry_imediate_payment'] = '¿Se requiere pago inmediato?'; -$_['entry_payment'] = 'Pagos aceptados'; -$_['entry_payment_instruction'] = 'Instrucciones de pago'; -$_['entry_item_postcode'] = 'Código postal de la ubicación'; -$_['entry_item_location'] = 'Ciudad o estado de la ubicación'; -$_['entry_dispatch_country'] = 'País de despacho'; -$_['entry_dispatch_time'] = 'Tiempo de despacho'; -$_['entry_shipping_getitfast'] = '¡Consíguelo rápido!'; -$_['entry_shipping_cod'] = 'Cargo por pago contra entrega'; -$_['entry_shipping_type_nat'] = 'Tipo de envío nacional'; -$_['entry_shipping_nat'] = 'Servicios de envío nacional'; -$_['entry_shipping_handling_nat'] = 'Cargo de manejo (nacional)'; -$_['entry_shipping_in_desc'] = 'Freight info in description'; -$_['entry_shipping_type_int'] = 'Tipo de despacho internacional'; -$_['entry_shipping_intnat'] = 'Servicios de envío internacionales'; -$_['entry_shipping_handling_int'] = 'Cargo de manejo (internacional)'; -$_['entry_shipping_pickupdropoff'] = 'Ir a buscar a la tienda'; -$_['entry_shipping_pickupinstore'] = 'Disponible para retirar en la tienda'; -$_['entry_shipping_global_shipping'] = 'Usar el servicio de envío global'; -$_['entry_shipping_promotion_discount'] = 'Descuentos combinados de envío (nacional)'; -$_['entry_shipping_promotion_discount_international'] = 'Descuentos combinados de envío (internacional)'; -$_['entry_vrm'] = 'Marga de registro del vehículo'; -$_['entry_vin'] = 'Número de identificación el vehículo'; -$_['tab_feature'] = 'Características'; -$_['tab_ebay_catalog'] = 'Catálogo de eBay'; -$_['tab_description'] = 'Descripción'; -$_['tab_price'] = 'Precio y detalles'; -$_['tab_payment'] = 'Pago'; -$_['tab_returns'] = 'Devoluciones'; -$_['help_quantity_reserve'] = 'Ingresa un monto menor si deseas mantener un nivel de existencias menor en eBay'; -$_['help_price_ex_tax'] = 'Tu precio estándar del artículo, excluyendo impuestos. Este valor no se envía a eBay.'; -$_['help_price_inc_tax'] = 'This value is sent to eBay and is the price users will pay.'; -$_['help_private'] = 'Esconder los nombres de usuario de los compradores'; -$_['help_category_suggested'] = 'The list of categories eBay has suggested based of your item title'; -$_['help_category_popular'] = 'Una lista de categorías usadas recientemente'; -$_['help_shop_category'] = 'La categoría donde se agregará el producto en tu tienda en eBay'; -$_['help_shipping_promotion_discount'] = 'Offer national buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.'; -$_['help_shipping_promotion_discount_international'] = 'Offer international buyers a discount on shipping if they buy multiple items. Discounts must have been setup in eBay to take effect.'; -$_['error_choose_category'] = 'Debes elegir una categoría'; -$_['error_search_text'] = 'Ingresa el texto de búsqueda'; -$_['error_no_stock'] = 'No puedes listar un artículo sin existencias'; -$_['error_catalog_data'] = 'No eBay catalog data was found for your product in eBay'; -$_['error_missing_settings'] = 'No puedes listar artículos hasta que sincronices las configuraciones de eBay'; -$_['error_category_load'] = 'No se pudo cargar las categorías'; -$_['error_features'] = 'Error al cargar características'; -$_['error_catalog_load'] = 'Error al cargar el catálogo'; -$_['error_category_sync'] = 'Debes reparar el problema de la categoría antes de que puedas crear la lista. Intenta volver a sincronizar en el área de administración del módulo.'; -$_['error_sku'] = 'No se puede enviar un producto sin un SKU'; -$_['error_name'] = 'No se puede enviar un producto sin un nombre'; -$_['error_name_length'] = 'El nombre del producto debe tener menos de 80 caracteres'; -$_['error_item_location'] = 'Ingresa el código postal de la ubicación de un artículo'; -$_['error_dispatch_time'] = 'Ingresa una hora de despacho'; -$_['error_shipping_national'] = 'Add at least one national shipping service'; -$_['error_stock'] = 'Debes tener existencias de un artículo para listarlo'; -$_['error_duration'] = 'Seleccionar la duración de una lista'; -$_['error_listing_duration'] = 'Select a listing duration, select category to load these options'; -$_['error_image_size'] = 'Ensure that you have a gallery and thumb image size'; -$_['error_no_images'] = 'Listing must have at least 1 image uploaded to eBay'; -$_['error_main_image'] = 'You need to choose a main eBay image from your selection of eBay images'; -$_['error_ebay_imagesize'] = 'Las imágenes deben tener al menos 500px en uno de los lados para usar en eBay'; -$_['error_no_sku'] = '¡No se encontró el SKU!'; diff --git a/upload/admin/language/es-cl/extension/openbay/ebay_newbulk.php b/upload/admin/language/es-cl/extension/openbay/ebay_newbulk.php deleted file mode 100644 index 549bf90..0000000 --- a/upload/admin/language/es-cl/extension/openbay/ebay_newbulk.php +++ /dev/null @@ -1,67 +0,0 @@ - items'; -$_['text_listed'] = '¡Artículo listado! ID:'; -$_['text_ajax_confirm_listing'] = 'Are you sure you want to bulk list these items?'; -$_['text_bulk_plan_error'] = 'Your current plan does not allow for bulk uploads, upgrade your plan here'; -$_['text_item_limit'] = 'You cannot list these items as you would exceed your plan limit, upgrade your plan here'; -$_['text_search_text'] = 'Ingresa el texto a buscar'; -$_['text_catalog_no_products'] = 'No se encontraron artículos del catálogo'; -$_['text_search_failed'] = 'Falló la búsqueda'; -$_['text_esc_key'] = 'Se ha escondido la página de bienvenida, pero podría no haberse terminado de cargar'; -$_['text_loading_categories'] = 'Cargando las categorías'; -$_['text_loading_condition'] = 'Cargando las condiciones del producto'; -$_['text_loading_duration'] = 'Cargando las duraciones de la lista'; -$_['text_total_fee'] = 'Cargos totales'; -$_['text_category_choose'] = 'Buscar categoría'; -$_['text_suggested'] = 'Categorías sugeridas'; -$_['text_product_identifiers'] = 'Identificadores de producto'; -$_['text_ean'] = 'EAN'; -$_['text_upc'] = 'UPC'; -$_['text_isbn'] = 'ISBN'; -$_['text_identifier_not_required'] = 'No se requiere'; -$_['text_error_ship_profile'] = 'Necesitas tener establecido un perfil de despacho'; -$_['text_error_generic_profile'] = 'Necesitas tener configurado un perfil predeterminado y genérico'; -$_['text_error_return_profile'] = 'Necesitas tener configurado un perfil predeterminado de devolución'; -$_['text_error_theme_profile'] = 'Necesitas tener configurado un tema de perfil predeterminado'; -$_['text_error_variants'] = 'Items with variations cannot be bulk listed and have been unselected'; -$_['text_error_stock'] = 'Algunos artículos tienen existencias y se han eliminado'; -$_['text_error_no_product'] = 'No hay productos elegibles seleccionados para usar la característica de carga masiva'; -$_['text_error_reverify'] = 'Hubo un error, deberías editar y volver a verificar los artículos'; -$_['error_missing_settings'] = 'No puedes listar masivamente los artículos hasta que sincronices tus configuraciones de eBay'; -$_['text_error_no_selection'] = 'Debes seleccionar al menos un artículo para la lista'; diff --git a/upload/admin/language/es-cl/extension/openbay/ebay_orders.php b/upload/admin/language/es-cl/extension/openbay/ebay_orders.php deleted file mode 100644 index 1189974..0000000 --- a/upload/admin/language/es-cl/extension/openbay/ebay_orders.php +++ /dev/null @@ -1,13 +0,0 @@ -Order ID'; -$_['column_additional'] = 'Información adicional'; -$_['column_comments'] = 'Comentarios'; -$_['column_notify'] = 'Notificar'; -$_['column_send_mail'] = 'Send email'; -$_['column_option'] = 'Opciones'; -$_['text_confirmed'] = 'Se han actualizado %s pedidos'; -$_['text_no_orders'] = 'No se seleccionaron pedidos para actualizar'; -$_['text_confirm_change_text'] = 'Cambiando el estado del pedido a'; -$_['text_other'] = 'Otro'; -$_['text_error_carrier_other'] = 'An order is missing an "Other Carrier" entry!'; -$_['text_web'] = 'Web'; -$_['text_ebay'] = 'eBay'; -$_['text_amazon'] = 'Amazon U.E.'; -$_['text_amazonus'] = 'Amazon EE.UU.'; -$_['text_etsy'] = 'Etsy'; -$_['text_list'] = 'Lista de pedidos'; -$_['text_order_id'] = 'Processing Order ID: '; -$_['text_modal_status_1'] = 'This is number '; -$_['text_modal_status_2'] = ' of '; -$_['text_modal_status_3'] = ' status updates to process'; -$_['text_confirm_submit'] = 'Begin the status update process on these orders?'; -$_['text_total'] = 'Total orders'; -$_['text_failed'] = 'Fallido'; -$_['text_successful'] = 'Successful'; -$_['text_view_order'] = 'View order in new tab'; -$_['text_link_policy'] = 'Amazon orders should not send store emails due to strict Amazon policies'; -$_['entry_carrier'] = 'Portador'; -$_['entry_tracking_no'] = 'Seguimiento'; -$_['entry_other'] = 'Otro'; -$_['entry_date_added'] = 'Fecha de alta'; -$_['entry_order_channel'] = 'Canal del pedido'; -$_['error_fetch_api_id'] = 'Unable to retrieve store API credentials - have you selected your default in store settings?'; -$_['error_marketplace_update'] = 'Unable to update the order at the marketplace'; diff --git a/upload/admin/language/es-cl/extension/extension/other.php b/upload/admin/language/es-cl/extension/other.php similarity index 66% rename from upload/admin/language/es-cl/extension/extension/other.php rename to upload/admin/language/es-cl/extension/other.php index 2072bbd..f795f7e 100644 --- a/upload/admin/language/es-cl/extension/extension/other.php +++ b/upload/admin/language/es-cl/extension/other.php @@ -2,8 +2,9 @@ $_['heading_title'] = 'Otro'; $_['text_success'] = 'Éxito: ¡Has modificado la extensión otros!'; -$_['text_list'] = 'Other List'; -$_['column_name'] = 'Otro'; +$_['text_list'] = 'Otra lista'; +$_['column_name'] = 'Otro nombre'; $_['column_status'] = 'Estado'; $_['column_action'] = 'Acción'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar otra extensión!'; +$_['error_extension'] = 'Aviso: ¡La extensión no existe!'; diff --git a/upload/admin/language/es-cl/extension/extension/payment.php b/upload/admin/language/es-cl/extension/payment.php similarity index 70% rename from upload/admin/language/es-cl/extension/extension/payment.php rename to upload/admin/language/es-cl/extension/payment.php index d4a3775..8e4afed 100644 --- a/upload/admin/language/es-cl/extension/extension/payment.php +++ b/upload/admin/language/es-cl/extension/payment.php @@ -3,8 +3,10 @@ $_['heading_title'] = 'Pagos'; $_['text_success'] = 'Éxito: ¡Has modificado los pagos!'; $_['text_list'] = 'Lista de pagos'; -$_['column_name'] = 'Medio de pago'; +$_['column_name'] = 'Método de pago'; +$_['column_vendor'] = 'Vendedor'; $_['column_status'] = 'Estado'; $_['column_sort_order'] = 'Orden'; $_['column_action'] = 'Acción'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los pagos!'; +$_['error_extension'] = 'Aviso: ¡La extensión no existe!'; diff --git a/upload/admin/language/es-cl/extension/payment/alipay.php b/upload/admin/language/es-cl/extension/payment/alipay.php deleted file mode 100644 index ea8af78..0000000 --- a/upload/admin/language/es-cl/extension/payment/alipay.php +++ /dev/null @@ -1,24 +0,0 @@ -Alipay Pay Website'; -$_['text_live'] = 'En producción'; -$_['text_sandbox'] = 'Entorno de pruebas (sandbox)'; -$_['entry_app_id'] = 'App ID'; -$_['entry_merchant_private_key'] = 'Clave privada del mercader'; -$_['entry_alipay_public_key'] = 'Alipay Public Key'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado de completado'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_alipay_setup'] = 'Click here to learn how to set up Alipay account.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de Alipay!'; -$_['error_app_id'] = '¡Se requiere el ID de app!'; -$_['error_merchant_private_key'] = 'Merchant Private Key required!'; -$_['error_alipay_public_key'] = '¡Se requiere la llave pública de Alipay!'; diff --git a/upload/admin/language/es-cl/extension/payment/alipay_cross.php b/upload/admin/language/es-cl/extension/payment/alipay_cross.php deleted file mode 100644 index 85ca4aa..0000000 --- a/upload/admin/language/es-cl/extension/payment/alipay_cross.php +++ /dev/null @@ -1,24 +0,0 @@ -Alipay Pay Website'; -$_['text_live'] = 'En producción'; -$_['text_sandbox'] = 'Entorno de pruebas (sandbox)'; -$_['entry_app_id'] = 'Partner ID'; -$_['entry_merchant_private_key'] = 'Clave'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_total'] = 'Total'; -$_['entry_currency'] = 'Código de divisa'; -$_['entry_order_status'] = 'Estado de completado'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_currency'] = 'The settlement currency code the merchant specifies in the contract. You can add a new currency in System->Localisation->Currency if your settlement currency is not in the list'; -$_['help_alipay_setup'] = 'Click here to learn how to set up Alipay account.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de Alipay!'; -$_['error_app_id'] = '¡Se requiere el ID de socio!'; -$_['error_merchant_private_key'] = '¡Se requiere la clave!'; diff --git a/upload/admin/language/es-cl/extension/payment/amazon_login_pay.php b/upload/admin/language/es-cl/extension/payment/amazon_login_pay.php deleted file mode 100644 index 1de6b6c..0000000 --- a/upload/admin/language/es-cl/extension/payment/amazon_login_pay.php +++ /dev/null @@ -1,115 +0,0 @@ -Amazon Pay and Login with Amazon'; -$_['text_amazon_join'] = 'Sign-up to Amazon Pay'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_capture_ok'] = 'La captura fue exitosa'; -$_['text_capture_ok_order'] = 'La captura fue exitosa, se ha capturado completamente la autorización'; -$_['text_refund_ok'] = 'Se solicitó el descuento exitosamente'; -$_['text_refund_ok_order'] = 'El reembolso fue exitosamente solicitado, monto completamente reembolsado'; -$_['text_cancel_ok'] = 'La anulación fue exitosa, se actualiza el estado del pedido a anulado'; -$_['text_capture_status'] = 'Pago capturado'; -$_['text_cancel_status'] = 'Pago anulado'; -$_['text_refund_status'] = 'Pago reembolsado'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_captured'] = 'Total capturado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_authorization_id'] = 'ID de autorización de Amazon'; -$_['text_column_capture_id'] = 'ID de captura de Amazon'; -$_['text_column_refund_id'] = 'ID de reembolso de Amazon'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_status'] = 'Estado'; -$_['text_column_date_added'] = 'Fecha de alta'; -$_['text_confirm_cancel'] = 'Are you sure you want to cancel the payment?'; -$_['text_confirm_capture'] = '¿Estás seguro de querer capturar el pago?'; -$_['text_confirm_refund'] = '¿Estás seguro de que quieres reembolsar el pago?'; -$_['text_minimum_total'] = 'Total mínimo del pedido'; -$_['text_geo_zone'] = 'Zona geográfica'; -$_['text_status'] = 'Estado'; -$_['text_declined_codes'] = 'Probar códigos de rechazo'; -$_['text_sort_order'] = 'Orden'; -$_['text_amazon_invalid'] = 'InvalidPaymentMethod'; -$_['text_amazon_rejected'] = 'AmazonRejected'; -$_['text_amazon_timeout'] = 'TransactionTimedOut'; -$_['text_amazon_no_declined'] = '--- Sin autorización rechazada automáticamente ---'; -$_['text_amazon_signup'] = 'Inscripción a Amazon Pay'; -$_['text_credentials'] = 'Por favor pegue aquí sus claves (en formato JSON)'; -$_['text_validate_credentials'] = 'Validate and Use Credentials'; -$_['text_extension'] = 'Extensiones'; -$_['text_info_ssl'] = 'Important: SSL (https://) is a requirement and must be enabled on your website for the Amazon Pay and Login with Amazon buttons to work.'; -$_['column_status'] = 'Estado'; -$_['entry_merchant_id'] = 'ID del comerciante'; -$_['entry_access_key'] = 'Clave de acceso'; -$_['entry_access_secret'] = 'Clave secreta'; -$_['entry_client_id'] = 'ID del cliente'; -$_['entry_client_secret'] = 'Secreto del cliente'; -$_['entry_language'] = 'Idioma'; -$_['entry_login_pay_test'] = 'Modo de pruebas'; -$_['entry_login_pay_mode'] = 'Modo de pago'; -$_['entry_checkout'] = 'Modo de pago'; -$_['entry_payment_region'] = 'Payment Region'; -$_['entry_capture_status'] = 'Estado de la captura automática'; -$_['entry_pending_status'] = 'Estado para pedido pendiente'; -$_['entry_ipn_url'] = 'URL del IPN'; -$_['entry_ipn_token'] = 'Token secreto'; -$_['entry_debug'] = 'Registro de depuración'; -$_['help_pay_mode'] = 'El pago esta disponible solo para el mercado de EE.UU.'; -$_['help_checkout'] = 'Should payment button also login customer'; -$_['help_capture_status'] = 'Elige el estado del pedido que desencadenará la captura automática de un pago autorizado'; -$_['help_ipn_url'] = 'Set this as you merhcant URL in Amazon Seller Central'; -$_['help_ipn_token'] = 'Make this long and hard to guess. The resulting IPN URL must not be longer than 150 characters.'; -$_['help_minimum_total'] = 'Esto debe ser sobre cero'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_declined_codes'] = 'This is for testing purposes only'; -$_['tab_order_adjustment'] = 'Ajuste del pedido'; -$_['error_permission'] = '¡No tienes permiso para modificar este módulo!'; -$_['error_merchant_id'] = 'Se requiere el ID del mercader'; -$_['error_access_key'] = 'Se requiere la clave de acceso'; -$_['error_access_secret'] = 'Se requiere la clave secreta'; -$_['error_client_id'] = 'Se requiere el ID del cliente'; -$_['error_client_secret'] = 'Se requiere la clave del cliente'; -$_['error_pay_mode'] = 'El pago esta disponible solo para el mercado de EE.UU.'; -$_['error_minimum_total'] = 'Minimum order total must be above zero'; -$_['error_curreny'] = 'Tu tienda debe tener la divisa %s instalada y habilitada'; -$_['error_upload'] = 'Falló la carga'; -$_['error_data_missing'] = 'Faltan los datos requeridos'; -$_['error_credentials'] = 'Please enter the keys in a valid JSON format'; -$_['button_capture'] = 'Captura'; -$_['button_refund'] = 'Reembolso'; -$_['button_cancel'] = 'Anular'; diff --git a/upload/admin/language/es-cl/extension/payment/authorizenet_aim.php b/upload/admin/language/es-cl/extension/payment/authorizenet_aim.php deleted file mode 100644 index 247f799..0000000 --- a/upload/admin/language/es-cl/extension/payment/authorizenet_aim.php +++ /dev/null @@ -1,26 +0,0 @@ -Authorize.Net'; -$_['entry_login'] = 'ID de inicio de sesión'; -$_['entry_key'] = 'Clave de la transacción'; -$_['entry_hash'] = 'Hash MD5'; -$_['entry_server'] = 'Servidor de transacciones'; -$_['entry_mode'] = 'Modo de transacción'; -$_['entry_method'] = 'Método de la transacción'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de Authorize.Net (SIM)!'; -$_['error_login'] = '¡Se requiere el ID de inicio de sesión!'; -$_['error_key'] = '¡Se requiere la clave de transacción!'; diff --git a/upload/admin/language/es-cl/extension/payment/authorizenet_sim.php b/upload/admin/language/es-cl/extension/payment/authorizenet_sim.php deleted file mode 100644 index a2b5a81..0000000 --- a/upload/admin/language/es-cl/extension/payment/authorizenet_sim.php +++ /dev/null @@ -1,23 +0,0 @@ -Authorize.Net'; -$_['entry_merchant'] = 'ID del comerciante'; -$_['entry_key'] = 'Clave de la transacción'; -$_['entry_callback'] = 'URL de respuesta de relevo'; -$_['entry_md5'] = 'Valor del hash MD5'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_callback'] = 'Please login and set this at https://secure.authorize.net.'; -$_['help_md5'] = 'The MD5 Hash feature enables you to authenticate that a transaction response is securely received from Authorize.Net.Please login and set this at https://secure.authorize.net.(Optional)'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de Authorize.Net (SIM)!'; -$_['error_merchant'] = '¡Se requiere el ID del comerciante!'; -$_['error_key'] = '¡Se requiere la clave de transacción!'; diff --git a/upload/admin/language/es-cl/extension/payment/bluepay_hosted.php b/upload/admin/language/es-cl/extension/payment/bluepay_hosted.php deleted file mode 100644 index 7aa6879..0000000 --- a/upload/admin/language/es-cl/extension/payment/bluepay_hosted.php +++ /dev/null @@ -1,55 +0,0 @@ -BluePay Hosted Form'; -$_['text_test'] = 'Prueba'; -$_['text_live'] = 'En producción'; -$_['text_sale'] = 'Venta'; -$_['text_authenticate'] = 'Autorizar'; -$_['text_release_ok'] = 'El lanzamiento ha sido exitoso'; -$_['text_release_ok_order'] = 'El lanzamiento ha sido exitoso'; -$_['text_rebate_ok'] = 'Rebate was successful'; -$_['text_rebate_ok_order'] = 'El descuento fue exitoso, se actualizó el estado del pedido a descontado'; -$_['text_void_ok'] = 'La anulación fue exitosa, el estado del pedido fue actualizado a anulado'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_release_status'] = 'Pago efectuado'; -$_['text_void_status'] = 'Pago anulado'; -$_['text_rebate_status'] = 'Pago descontado'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_released'] = 'Total liberado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Fecha de alta'; -$_['text_confirm_void'] = '¿Estás seguro de que quieres anular el pago?'; -$_['text_confirm_release'] = '¿Estás seguro de querer liberar el pago?'; -$_['text_confirm_rebate'] = '¿Estás seguro de querer descontar el pago?'; -$_['entry_account_name'] = 'Nombre de la cuenta'; -$_['entry_account_id'] = 'ID de cuenta'; -$_['entry_secret_key'] = 'Clave secreta'; -$_['entry_test'] = 'Modo de transacción'; -$_['entry_transaction'] = 'Método de la transacción'; -$_['entry_card_amex'] = 'Amex'; -$_['entry_card_discover'] = 'Discover'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_debug'] = 'Registro de depuración'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_transaction'] = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.'; -$_['help_cron_job_token'] = 'Haz esto largo y difícil de adivinar'; -$_['help_cron_job_url'] = 'Establecer un cronjob para llamar a esta URL'; -$_['button_release'] = 'Liberar'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Nulo'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el pago BluePay!'; -$_['error_account_name'] = '¡Se requiere el nombre de la cuenta!'; -$_['error_account_id'] = '¡Se requiere el ID de la cuenta!'; -$_['error_secret_key'] = '¡Se requiere la clave secreta!'; diff --git a/upload/admin/language/es-cl/extension/payment/bluepay_redirect.php b/upload/admin/language/es-cl/extension/payment/bluepay_redirect.php deleted file mode 100644 index 5f8afb5..0000000 --- a/upload/admin/language/es-cl/extension/payment/bluepay_redirect.php +++ /dev/null @@ -1,53 +0,0 @@ -BluePay Redirect'; -$_['text_sim'] = 'Simulador'; -$_['text_test'] = 'Prueba'; -$_['text_live'] = 'En producción'; -$_['text_sale'] = 'Venta'; -$_['text_authenticate'] = 'Autorizar'; -$_['text_release_ok'] = 'El lanzamiento ha sido exitoso'; -$_['text_release_ok_order'] = 'El lanzamiento ha sido exitoso'; -$_['text_rebate_ok'] = 'Rebate was successful'; -$_['text_rebate_ok_order'] = 'El descuento fue exitoso, se actualizó el estado del pedido a descontado'; -$_['text_void_ok'] = 'La anulación fue exitosa, el estado del pedido fue actualizado a anulado'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_release_status'] = 'Pago efectuado'; -$_['text_void_status'] = 'Pago anulado'; -$_['text_rebate_status'] = 'Pago descontado'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_released'] = 'Total liberado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Creada'; -$_['text_confirm_void'] = '¿Estás seguro de que quieres anular el pago?'; -$_['text_confirm_release'] = '¿Estás seguro de querer liberar el pago?'; -$_['text_confirm_rebate'] = '¿Estás seguro de querer descontar el pago?'; -$_['entry_vendor'] = 'ID de cuenta'; -$_['entry_secret_key'] = 'Clave secreta'; -$_['entry_test'] = 'Modo de transacción'; -$_['entry_transaction'] = 'Método de la transacción'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_card'] = 'Tarjetas de casas comerciales'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_transaction'] = 'Sale will charge customer immediately. Authorization will put funds on hold for future capture.'; -$_['help_cron_job_token'] = 'Haz esto largo y difícil de adivinar'; -$_['help_cron_job_url'] = 'Establecer un cronjob para llamar a esta URL'; -$_['button_release'] = 'Liberar'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Nulo'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el pago BluePay!'; -$_['error_account_id'] = '¡Se requiere el ID de la cuenta!'; -$_['error_secret_key'] = '¡Se requiere la clave secreta!'; diff --git a/upload/admin/language/es-cl/extension/payment/cardconnect.php b/upload/admin/language/es-cl/extension/payment/cardconnect.php deleted file mode 100644 index 1f86f24..0000000 --- a/upload/admin/language/es-cl/extension/payment/cardconnect.php +++ /dev/null @@ -1,89 +0,0 @@ -CardConnect'; -$_['text_payment'] = 'Pago'; -$_['text_authorize'] = 'Autorizar'; -$_['text_live'] = 'En producción'; -$_['text_test'] = 'Prueba'; -$_['text_no_cron_time'] = 'El cronjob aún no se ha ejecutado'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_payment_method'] = 'Medio de pago'; -$_['text_card'] = 'Card'; -$_['text_echeck'] = 'eCheck'; -$_['text_reference'] = 'Referencia'; -$_['text_update'] = 'Actualizar'; -$_['text_order_total'] = 'Total del pedido'; -$_['text_total_captured'] = 'Total capturado'; -$_['text_capture_payment'] = 'Capture Payment'; -$_['text_refund_payment'] = 'Refund Payment'; -$_['text_void'] = 'Nulo'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_reference'] = 'Referencia'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_status'] = 'Estado'; -$_['text_column_date_modified'] = 'Fecha de modificación'; -$_['text_column_date_added'] = 'Fecha de alta'; -$_['text_column_update'] = 'Actualizar'; -$_['text_column_void'] = 'Nulo'; -$_['text_confirm_capture'] = '¿Estás seguro de querer capturar el pago?'; -$_['text_confirm_refund'] = '¿Estás seguro de que quieres reembolsar el pago?'; -$_['text_inquire_success'] = 'Inquire was successful'; -$_['text_capture_success'] = 'La solicitud de captura fue exitosa'; -$_['text_refund_success'] = 'Refund request was successful'; -$_['text_void_success'] = 'Void request was successful'; -$_['entry_merchant_id'] = 'ID del comerciante'; -$_['entry_api_username'] = 'Nombre de usuario de la API'; -$_['entry_api_password'] = 'Contraseña de la API'; -$_['entry_token'] = 'Token secreto'; -$_['entry_transaction'] = 'Transacción'; -$_['entry_environment'] = 'Entorno'; -$_['entry_site'] = 'Sitio'; -$_['entry_store_cards'] = 'Tarjetas de casas comerciales'; -$_['entry_echeck'] = 'eCheck'; -$_['entry_total'] = 'Total'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_logging'] = 'Registro de depuración'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_cron_url'] = 'URL del cronjob'; -$_['entry_cron_time'] = 'Última ejecución del trabajo cron'; -$_['entry_order_status_pending'] = 'Pendiente'; -$_['entry_order_status_processing'] = 'Procesando'; -$_['help_merchant_id'] = 'Your personal CardConnect account merchant ID.'; -$_['help_api_username'] = 'Your username to access the CardConnect API.'; -$_['help_api_password'] = 'Your password to access the CardConnect API.'; -$_['help_token'] = 'Ingresa un token al azar por seguridad o usa el que se generó.'; -$_['help_transaction'] = 'Choose \'Payment\' to capture the payment immediately or \'Authorize\' to have to approve it.'; -$_['help_site'] = 'This determines the first part of the API URL. Only change if instructed.'; -$_['help_store_cards'] = 'Si quieres guardar las tarjetas de la tienda usando tokenización.'; -$_['help_echeck'] = 'Whether you want to offer the ability to pay using an eCheck.'; -$_['help_total'] = 'El total final que el pedido debe alcanzar antes de que este medio de pago se active. Debe ser un valor sin signo de divisa.'; -$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; -$_['help_cron_url'] = 'Set a cron job to call this URL so that the orders are auto-updated. It is designed to be ran a few hours after the last capture of a business day.'; -$_['help_cron_time'] = 'This is the last time that the cron job URL was executed.'; -$_['help_order_status_pending'] = 'The order status when the order has to be authorized by the merchant.'; -$_['help_order_status_processing'] = 'El estado del pedido cuando el pedido se capture automáticamente.'; -$_['button_inquire_all'] = 'Inquire All'; -$_['button_capture'] = 'Captura'; -$_['button_refund'] = 'Reembolso'; -$_['button_void_all'] = 'Void All'; -$_['button_inquire'] = 'Pregunta'; -$_['button_void'] = 'Nulo'; -$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar el módulo de pagos de CardConnect!'; -$_['error_merchant_id'] = '¡Se requiere el ID del comerciante!'; -$_['error_api_username'] = '¡Se requiere el nombre de usuario de la API!'; -$_['error_api_password'] = '¡Se requiere la contraseña de la API!'; -$_['error_token'] = '¡Se requiere el token secreto!'; -$_['error_site'] = '¡Se requiere el sitio!'; -$_['error_amount_zero'] = 'Amount must be higher than zero!'; -$_['error_no_order'] = '¡No hay información de pedido que coincida!'; -$_['error_invalid_response'] = 'Invalid response received!'; -$_['error_data_missing'] = '¡Faltan datos!'; -$_['error_not_enabled'] = '¡Módulo no habilitado!'; diff --git a/upload/admin/language/es-cl/extension/payment/cardinity.php b/upload/admin/language/es-cl/extension/payment/cardinity.php deleted file mode 100644 index 9cf5893..0000000 --- a/upload/admin/language/es-cl/extension/payment/cardinity.php +++ /dev/null @@ -1,40 +0,0 @@ -Cardinity'; -$_['text_production'] = 'Producción'; -$_['text_sandbox'] = 'Entorno de pruebas (sandbox)'; -$_['text_payment_info'] = 'Información de reembolso'; -$_['text_no_refund'] = 'Sin historial de reembolsos'; -$_['text_confirm_refund'] = '¿Estás seguro de que quieres hacer un reembolso?'; -$_['text_na'] = 'N/A'; -$_['text_success_action'] = 'Éxito'; -$_['text_error_generic'] = 'Error: There was an error with your request. Please check the logs.'; -$_['column_refund'] = 'Reembolso'; -$_['column_date'] = 'Fecha'; -$_['column_refund_history'] = 'Historial de reembolsos'; -$_['column_action'] = 'Acción'; -$_['column_status'] = 'Estado'; -$_['column_amount'] = 'Monto'; -$_['column_description'] = 'Descripción'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_key'] = 'Clave'; -$_['entry_secret'] = 'Secreto'; -$_['entry_debug'] = 'Depuración'; -$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['button_refund'] = 'Reembolso'; -$_['error_key'] = '¡Se requiere la clave!'; -$_['error_secret'] = '¡Se requiere el secreto!'; -$_['error_composer'] = 'No se pudo cargar el SDK de Cardinity. Por favor descarga una carpeta compilada de vendedor o ejecuta un compositor.'; -$_['error_php_version'] = '¡Se requiere como mínimo PHP versión 5.4.0!'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el pago Cardinity!'; -$_['error_connection'] = 'Hubo un problema al intentar realizar la conexión a la API de Cardinity. Por favor verifica las configuraciones de tu clave y secreto.'; -$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; diff --git a/upload/admin/language/es-cl/extension/payment/divido.php b/upload/admin/language/es-cl/extension/payment/divido.php deleted file mode 100644 index 9f3d88f..0000000 --- a/upload/admin/language/es-cl/extension/payment/divido.php +++ /dev/null @@ -1,36 +0,0 @@ -'; -$_['text_edit'] = 'Edit Divido'; -$_['text_extension'] = 'Extensiones'; -$_['text_order_info'] = 'Información de Divido'; -$_['text_success'] = 'Éxito: ¡Has modificado el módulo Divido!'; -$_['text_proposal_id'] = 'Proposal ID'; -$_['text_application_id'] = 'ID de aplicación'; -$_['text_deposit_amount'] = 'Monto del depósito'; -$_['entry_order_status'] = 'Order status when approved'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_status'] = 'Estado'; -$_['entry_api_key'] = 'Clave de la API'; -$_['entry_title'] = 'Título'; -$_['entry_productselection'] = 'Selección de productos'; -$_['entry_planselection'] = 'Show default plan'; -$_['entry_planlist'] = 'Planes'; -$_['entry_plans_options_all'] = 'Mostrar todos los planes'; -$_['entry_plans_options_selected'] = 'Selecciona los planes predeterminados'; -$_['entry_products_options_all'] = 'Todos los productos'; -$_['entry_products_options_selected'] = 'Only selected products'; -$_['entry_products_options_threshold'] = 'All products above a defined price'; -$_['entry_price_threshold'] = 'Umbral de precio de productos'; -$_['entry_cart_threshold'] = 'Cart total threshold'; -$_['entry_threshold_list'] = 'Plan thresholds'; -$_['entry_category'] = 'Categorías'; -$_['help_api_key'] = 'Key that identifies you with Divido (obtained from Divido)'; -$_['help_status'] = 'Estado del medio de pago'; -$_['help_order_status'] = 'Status of the order when lender has approved'; -$_['help_title'] = 'Title of the payment option, shown in checkout'; -$_['help_planselection'] = 'Choose whether to manually select plans or show the default set'; -$_['help_productselection'] = 'Select what products are available on finance'; -$_['help_category'] = 'Limit what categories where financing is available'; -$_['help_cart_threshold'] = 'Hard lower limit on cart amount for Divido to be available'; diff --git a/upload/admin/language/es-cl/extension/payment/eway.php b/upload/admin/language/es-cl/extension/payment/eway.php deleted file mode 100644 index 526166e..0000000 --- a/upload/admin/language/es-cl/extension/payment/eway.php +++ /dev/null @@ -1,158 +0,0 @@ -eWAY'; -$_['text_authorisation'] = 'Autorización'; -$_['text_sale'] = 'Venta'; -$_['text_transparent'] = 'Transparent Redirect (payment form on site)'; -$_['text_iframe'] = 'IFrame (payment form in window)'; -$_['text_connect_eway'] = 'eWAY helps businesses to securely process all major credit cards, with built-in fraud prevention, 24/7 technical support and so much more. Click Here'; -$_['text_eway_image'] = 'eWAY'; -$_['entry_paymode'] = 'Modo de pago'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_order_status_refund'] = 'Estado de pedido reembolsado'; -$_['entry_order_status_auth'] = 'Estado del pedido para autorizado'; -$_['entry_order_status_fraud'] = 'Estado del pedido para sospecha de fraude'; -$_['entry_status'] = 'Estado'; -$_['entry_username'] = 'Clave de la API de eWAY'; -$_['entry_password'] = 'Contraseña en eWAY'; -$_['entry_payment_type'] = 'Tipo de pago'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_transaction_method'] = 'Método de la transacción'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de eWAY!'; -$_['error_username'] = '¡Se requiere la clave de la API de eWAY!'; -$_['error_password'] = '¡Se requiere la contraseña de eWAY!'; -$_['error_payment_type'] = '¡Se requiere al menos un tipo de pago!'; -$_['help_testmode'] = 'Set to Yes to use the eWAY Sandbox.'; -$_['help_username'] = 'Your eWAY API Key from your MYeWAY account.'; -$_['help_password'] = 'Your eWAY API Password from your MYeWAY account.'; -$_['help_transaction_method'] = 'La autorización solo está disponible para bancos australianos'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_transactionid'] = 'ID de transacción de eWAY'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_created'] = 'Creada'; -$_['text_total_captured'] = 'Total capturado'; -$_['text_capture_status'] = 'Pago capturado'; -$_['text_void_status'] = 'Pago anulado'; -$_['text_refund_status'] = 'Pago reembolsado'; -$_['text_total_refunded'] = 'Total refunded'; -$_['text_refund_success'] = '¡Reembolso exitoso!'; -$_['text_capture_success'] = '¡Captura exitosa!'; -$_['text_refund_failed'] = 'Reembolso fallido:'; -$_['text_capture_failed'] = 'Falló la captura:'; -$_['text_unknown_failure'] = 'El pedido o el monto no es válido'; -$_['text_confirm_capture'] = '¿Estás seguro de querer capturar el pago?'; -$_['text_confirm_release'] = '¿Estás seguro de querer liberar el pago?'; -$_['text_confirm_refund'] = '¿Estás seguro de que quieres reembolsar el pago?'; -$_['text_empty_refund'] = 'Please enter an amount to refund'; -$_['text_empty_capture'] = 'Por favor ingresa un monto a capturar'; -$_['btn_refund'] = 'Reembolso'; -$_['btn_capture'] = 'Captura'; -$_['text_card_message_V6000'] = 'Error de validación indefinido'; -$_['text_card_message_V6001'] = 'La dirección IP del cliente no es válida'; -$_['text_card_message_V6002'] = 'Invalid DeviceID'; -$_['text_card_message_V6011'] = 'El monto no es válido'; -$_['text_card_message_V6012'] = 'La descripción de recibo no es válida'; -$_['text_card_message_V6013'] = 'Invalid Invoice Number'; -$_['text_card_message_V6014'] = 'Invalid Invoice Reference'; -$_['text_card_message_V6015'] = 'El código de la divisa no es válido'; -$_['text_card_message_V6016'] = 'Payment Required'; -$_['text_card_message_V6017'] = 'Se requiere el código de la divisa de pago'; -$_['text_card_message_V6018'] = 'Código desconocido de la divisa de pago'; -$_['text_card_message_V6021'] = 'Se requiere el nombre del titular de la tarjeta'; -$_['text_card_message_V6022'] = 'Se requiere el número de la tarjeta'; -$_['text_card_message_V6023'] = 'Se requiere el CVN'; -$_['text_card_message_V6031'] = 'El número de la tarjeta no es válido'; -$_['text_card_message_V6032'] = 'El CVN no es válido'; -$_['text_card_message_V6033'] = 'Invalid Expiry Date'; -$_['text_card_message_V6034'] = 'Invalid Issue Number'; -$_['text_card_message_V6035'] = 'La fecha de alta no es válida'; -$_['text_card_message_V6036'] = 'El mes no es válido'; -$_['text_card_message_V6037'] = 'El año no es válido'; -$_['text_card_message_V6040'] = 'Invalid Token Customer Id'; -$_['text_card_message_V6041'] = 'Se requiere el cliente'; -$_['text_card_message_V6042'] = 'Customer First Name Required'; -$_['text_card_message_V6043'] = 'Customer Last Name Required'; -$_['text_card_message_V6044'] = 'Se requiere el código de país del cliente'; -$_['text_card_message_V6045'] = 'Se requiere el título del cliente'; -$_['text_card_message_V6046'] = 'Se requiere el token del ID de cliente'; -$_['text_card_message_V6047'] = 'RedirectURL Required'; -$_['text_card_message_V6051'] = 'El nombre no es válido'; -$_['text_card_message_V6052'] = 'Invalid Last Name'; -$_['text_card_message_V6053'] = 'Invalid Country Code'; -$_['text_card_message_V6054'] = 'El correo electrónico no es válido'; -$_['text_card_message_V6055'] = 'El teléfono no es válido'; -$_['text_card_message_V6056'] = 'El móvil no es válido'; -$_['text_card_message_V6057'] = 'El fax no es válido'; -$_['text_card_message_V6058'] = 'El título no es válido'; -$_['text_card_message_V6059'] = 'La URL de redirección no es válida'; -$_['text_card_message_V6060'] = 'La URL de redirección no es válida'; -$_['text_card_message_V6061'] = 'La referencia no es válida'; -$_['text_card_message_V6062'] = 'El nombre de la empresa no es válido'; -$_['text_card_message_V6063'] = 'Invalid Job Description'; -$_['text_card_message_V6064'] = 'Invalid Street1'; -$_['text_card_message_V6065'] = 'Invalid Street2'; -$_['text_card_message_V6066'] = 'La ciudad no es válida'; -$_['text_card_message_V6067'] = 'El estado no es válido'; -$_['text_card_message_V6068'] = 'El código postal no es válido'; -$_['text_card_message_V6069'] = 'El correo electrónico no es válido'; -$_['text_card_message_V6070'] = 'El teléfono no es válido'; -$_['text_card_message_V6071'] = 'El móvil no es válido'; -$_['text_card_message_V6072'] = 'Los comentarios no son válidos'; -$_['text_card_message_V6073'] = 'El fax no es válido'; -$_['text_card_message_V6074'] = 'La URL no es válida'; -$_['text_card_message_V6075'] = 'El nombre para la dirección de despacho no es válido'; -$_['text_card_message_V6076'] = 'Invalid Shipping Address Last Name'; -$_['text_card_message_V6077'] = 'Invalid Shipping Address Street1'; -$_['text_card_message_V6078'] = 'Invalid Shipping Address Street2'; -$_['text_card_message_V6079'] = 'Invalid Shipping Address City'; -$_['text_card_message_V6080'] = 'Invalid Shipping Address State'; -$_['text_card_message_V6081'] = 'El código postal de la dirección de envío no es válido'; -$_['text_card_message_V6082'] = 'La dirección de correo electrónico de entrega no es válida'; -$_['text_card_message_V6083'] = 'Invalid Shipping Address Phone'; -$_['text_card_message_V6084'] = 'El país de la dirección de envío no es válida'; -$_['text_card_message_V6091'] = 'Código de país desconocido'; -$_['text_card_message_V6100'] = 'El nombre de la tarjeta no es válido'; -$_['text_card_message_V6101'] = 'Invalid Card Expiry Month'; -$_['text_card_message_V6102'] = 'Invalid Card Expiry Year'; -$_['text_card_message_V6103'] = 'Invalid Card Start Month'; -$_['text_card_message_V6104'] = 'El año de alta de la tarjeta no es válido'; -$_['text_card_message_V6105'] = 'Invalid Card Issue Number'; -$_['text_card_message_V6106'] = 'El CVN de la tarjeta no es válido'; -$_['text_card_message_V6107'] = 'El código de acceso no es válido'; -$_['text_card_message_V6108'] = 'Invalid CustomerHostAddress'; -$_['text_card_message_V6109'] = 'Invalid UserAgent'; -$_['text_card_message_V6110'] = 'El número de la tarjeta no es válido'; -$_['text_card_message_V6111'] = 'Unauthorised API Access, Account Not PCI Certified'; -$_['text_card_message_V6112'] = 'Redundant card details other than expiry year and month'; -$_['text_card_message_V6113'] = 'Invalid transaction for refund'; -$_['text_card_message_V6114'] = 'Error de validación de la puerta de enlace'; -$_['text_card_message_V6115'] = 'Invalid DirectRefundRequest, Transaction ID'; -$_['text_card_message_V6116'] = 'Invalid card data on original TransactionID'; -$_['text_card_message_V6124'] = 'Invalid Line Items. The line items have been provided however the totals do not match the TotalAmount field'; -$_['text_card_message_V6125'] = 'El tipo de pago seleccionado no está habilitado'; -$_['text_card_message_V6126'] = 'El número de tarjeta cifrado no es válido, falló el descifrado '; -$_['text_card_message_V6127'] = 'El CVN cifrado no es válido, falló el descifrado'; -$_['text_card_message_V6128'] = 'El medio no es válido para el tipo de pago'; -$_['text_card_message_V6129'] = 'La transacción no se pudo autorizar por captura o cancelación'; -$_['text_card_message_V6130'] = 'Generic customer information error'; -$_['text_card_message_V6131'] = 'Generic shipping information error'; -$_['text_card_message_V6132'] = 'Transaction has already been completed or voided, operation not permitted'; -$_['text_card_message_V6133'] = 'Checkout not available for Payment Type'; -$_['text_card_message_V6134'] = 'Invalid Auth Transaction ID for Capture/Void'; -$_['text_card_message_V6135'] = 'PayPal Error Processing Refund'; -$_['text_card_message_V6140'] = 'Merchant account is suspended'; -$_['text_card_message_V6141'] = 'Los detalles de la cuenta de PayPal o la firma de la API no son válidas'; -$_['text_card_message_V6142'] = 'Authorise not available for Bank/Branch'; -$_['text_card_message_V6150'] = 'Invalid Refund Amount'; -$_['text_card_message_V6151'] = 'Refund amount greater than original transaction'; -$_['text_card_message_D4406'] = 'Error desconocido'; -$_['text_card_message_S5010'] = 'Error desconocido'; diff --git a/upload/admin/language/es-cl/extension/payment/firstdata.php b/upload/admin/language/es-cl/extension/payment/firstdata.php deleted file mode 100644 index 7efc8ca..0000000 --- a/upload/admin/language/es-cl/extension/payment/firstdata.php +++ /dev/null @@ -1,67 +0,0 @@ -'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_capture_status'] = 'Pago capturado'; -$_['text_void_status'] = 'Pago anulado'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_captured'] = 'Total capturado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Creada'; -$_['text_confirm_void'] = '¿Estás seguro de que quieres anular el pago?'; -$_['text_confirm_capture'] = '¿Estás seguro de querer capturar el pago?'; -$_['entry_merchant_id'] = 'ID de la tienda'; -$_['entry_secret'] = 'Secreto compartido'; -$_['entry_total'] = 'Total'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_live_demo'] = 'Productivo o demostración'; -$_['entry_auto_settle'] = 'Tipo de acuerdo'; -$_['entry_card_select'] = 'Selecciona la tarjeta'; -$_['entry_tss_check'] = 'Chequeos TTS'; -$_['entry_live_url'] = 'URL de conexión en producción'; -$_['entry_demo_url'] = 'URL de conexión de prueba'; -$_['entry_status_success_settled'] = 'Success - settled'; -$_['entry_status_success_unsettled'] = 'Success - not settled'; -$_['entry_status_decline'] = 'Declinar'; -$_['entry_status_void'] = 'Nulo'; -$_['entry_enable_card_store'] = 'Habilitar los tokens de almacenamiento de la tarjeta'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_notification'] = 'Necesitas entregar esta URL a First Data para obtener notificaciones de pago'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped'; -$_['tab_account'] = 'Información de la API'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['tab_payment'] = 'Configuraciones de pago'; -$_['tab_advanced'] = 'Avanzado'; -$_['button_capture'] = 'Captura'; -$_['button_void'] = 'Nulo'; -$_['error_merchant_id'] = 'Se requiere el ID de la tienda'; -$_['error_secret'] = 'Se requiere el secreto compartido'; -$_['error_live_url'] = 'Se requiere la URL de producción'; -$_['error_demo_url'] = 'Se requiere la URL de la demostración'; -$_['error_data_missing'] = 'No hay datos'; -$_['error_void_error'] = 'No se pudo anular la transacción'; -$_['error_capture_error'] = 'No se pudo capturar la transacción'; diff --git a/upload/admin/language/es-cl/extension/payment/firstdata_remote.php b/upload/admin/language/es-cl/extension/payment/firstdata_remote.php deleted file mode 100644 index 1aec286..0000000 --- a/upload/admin/language/es-cl/extension/payment/firstdata_remote.php +++ /dev/null @@ -1,77 +0,0 @@ -'; -$_['text_extension'] = 'Extensiones'; -$_['text_success'] = 'Éxito: ¡Has modificado los detalles de la cuenta de First Data!'; -$_['text_edit'] = 'Edit First Data EMEA Web Service API'; -$_['text_card_type'] = 'Tipo de tarjeta'; -$_['text_enabled'] = 'Activo'; -$_['text_merchant_id'] = 'ID de la tienda'; -$_['text_subaccount'] = 'Subcuenta'; -$_['text_user_id'] = 'ID del usuario'; -$_['text_capture_ok'] = 'La captura fue exitosa'; -$_['text_capture_ok_order'] = 'La captura fue exitosa, el estado del pedido se actualizó a éxito - establecido'; -$_['text_refund_ok'] = 'El reembolso fue exitoso'; -$_['text_refund_ok_order'] = 'El reembolso fue exitoso, se actualizó el estado del pedido a reembolsado'; -$_['text_void_ok'] = 'La anulación fue exitosa, el estado del pedido fue actualizado a anulado'; -$_['text_settle_auto'] = 'Venta'; -$_['text_settle_delayed'] = 'Autorización previa'; -$_['text_mastercard'] = 'MasterCard'; -$_['text_visa'] = 'Visa'; -$_['text_diners'] = 'Diners'; -$_['text_amex'] = 'American Express'; -$_['text_maestro'] = 'Maestro'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_capture_status'] = 'Pago capturado'; -$_['text_void_status'] = 'Pago anulado'; -$_['text_refund_status'] = 'Pago reembolsado'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_captured'] = 'Total capturado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Creada'; -$_['text_confirm_void'] = '¿Estás seguro de que quieres anular el pago?'; -$_['text_confirm_capture'] = '¿Estás seguro de querer capturar el pago?'; -$_['text_confirm_refund'] = '¿Estás seguro de que quieres reembolsar el pago?'; -$_['entry_certificate_path'] = 'Ruta del certificado'; -$_['entry_certificate_key_path'] = 'Ruta de la clave privada'; -$_['entry_certificate_key_pw'] = 'Contraseña de clave privada'; -$_['entry_certificate_ca_path'] = 'Ruta del CA'; -$_['entry_merchant_id'] = 'ID de la tienda'; -$_['entry_user_id'] = 'ID del usuario'; -$_['entry_password'] = 'Contraseña'; -$_['entry_total'] = 'Total'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_auto_settle'] = 'Tipo de acuerdo'; -$_['entry_status_success_settled'] = 'Success - settled'; -$_['entry_status_success_unsettled'] = 'Success - not settled'; -$_['entry_status_decline'] = 'Declinar'; -$_['entry_status_void'] = 'Nulo'; -$_['entry_status_refund'] = 'Reembolsado'; -$_['entry_enable_card_store'] = 'Habilitar los tokens de almacenamiento de la tarjeta'; -$_['entry_cards_accepted'] = 'Tipos de tarjetas aceptadas'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_certificate'] = 'Los certificados y las claves privadas deberían guardarse fuera de tus carpetas web públicas.'; -$_['help_card_select'] = 'Pide al usuario elegir el tipo de tarjeta antes de ser redirigido'; -$_['help_notification'] = 'Necesitas entregar esta URL a First Data para obtener notificaciones de pago'; -$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise .'; -$_['help_settle'] = 'If you use pre-auth you must complete a post-auth action within 3-5 days otherwise your transaction will be dropped'; -$_['tab_account'] = 'Información de la API'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['tab_payment'] = 'Configuraciones de pago'; -$_['button_capture'] = 'Captura'; -$_['button_refund'] = 'Reembolso'; -$_['button_void'] = 'Nulo'; -$_['error_merchant_id'] = 'Se requiere el ID de la tienda'; -$_['error_user_id'] = 'Se requiere el ID del usuario'; -$_['error_password'] = 'Se requiere la contraseña'; -$_['error_certificate'] = 'Se requiere la ruta del certificado'; -$_['error_key'] = 'Se requiere la clave del certificado'; -$_['error_key_pw'] = 'Se requiere la clave del certificado'; -$_['error_ca'] = 'Se requiere el certificado de autoridad (CA)'; diff --git a/upload/admin/language/es-cl/extension/payment/g2apay.php b/upload/admin/language/es-cl/extension/payment/g2apay.php deleted file mode 100644 index bf7f4d0..0000000 --- a/upload/admin/language/es-cl/extension/payment/g2apay.php +++ /dev/null @@ -1,48 +0,0 @@ -G2APay'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_refund_status'] = 'Payment refund'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_released'] = 'Total liberado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Agregado'; -$_['text_refund_ok'] = 'Se solicitó el descuento exitosamente'; -$_['text_refund_ok_order'] = 'El reembolso fue exitosamente solicitado, monto completamente reembolsado'; -$_['entry_username'] = 'Nombre de usuario'; -$_['entry_secret'] = 'Secreto'; -$_['entry_api_hash'] = 'Hash de la API'; -$_['entry_environment'] = 'Entorno'; -$_['entry_secret_token'] = 'Token secreto'; -$_['entry_ipn_url'] = 'URL del IPN:'; -$_['entry_total'] = 'Total'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_complete_status'] = 'Estado completo:'; -$_['entry_rejected_status'] = 'Estado rechazado:'; -$_['entry_cancelled_status'] = 'Estado anulado:'; -$_['entry_pending_status'] = 'Estado pendiente:'; -$_['entry_refunded_status'] = 'Estado del reembolso'; -$_['entry_partially_refunded_status'] = 'Partially Refunded Status:'; -$_['help_username'] = 'La dirección de correo electrónico usada para tu cuenta'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['tab_settings'] = 'Configuraciones'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar G2APay!'; -$_['error_email'] = '¡Se requiere la dirección de correo electrónico!'; -$_['error_secret'] = '¡Se requiere el secreto!'; -$_['error_api_hash'] = '¡Se requiere el hash de la API!'; -$_['btn_refund'] = 'reembolso'; -$_['g2apay_environment_live'] = 'En producción'; -$_['g2apay_environment_test'] = 'Prueba'; diff --git a/upload/admin/language/es-cl/extension/payment/globalpay.php b/upload/admin/language/es-cl/extension/payment/globalpay.php deleted file mode 100644 index c1d3ed7..0000000 --- a/upload/admin/language/es-cl/extension/payment/globalpay.php +++ /dev/null @@ -1,86 +0,0 @@ -Globalpay'; -$_['entry_merchant_id'] = 'ID del comerciante'; -$_['entry_secret'] = 'Secreto compartido'; -$_['entry_rebate_password'] = 'Contraseña de descuento'; -$_['entry_total'] = 'Total'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_live_demo'] = 'Productivo o demostración'; -$_['entry_auto_settle'] = 'Tipo de acuerdo'; -$_['entry_card_select'] = 'Selecciona la tarjeta'; -$_['entry_tss_check'] = 'Chequeos TTS'; -$_['entry_live_url'] = 'URL de conexión en producción'; -$_['entry_demo_url'] = 'URL de conexión de prueba'; -$_['entry_status_success_settled'] = 'Success - settled'; -$_['entry_status_success_unsettled'] = 'Success - not settled'; -$_['entry_status_decline'] = 'Declinar'; -$_['entry_status_decline_pending'] = 'Decline - offline auth'; -$_['entry_status_decline_stolen'] = 'Declinar - tarjeta perdida o robada'; -$_['entry_status_decline_bank'] = 'Declinar - error del banco'; -$_['entry_status_void'] = 'Nulo'; -$_['entry_status_rebate'] = 'Descontado'; -$_['entry_notification_url'] = 'URL de notificación'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_card_select'] = 'Solicita al usuario elegir el tipo de su tarjeta antes de que sea redirigido'; -$_['help_notification'] = 'Necesitas entregar esta URL a Globalpay para obtener notificaciones de los pagos'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle'; -$_['tab_api'] = 'Detalles de la API'; -$_['tab_account'] = 'Cuentas'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['tab_payment'] = 'Configuraciones de pago'; -$_['tab_advanced'] = 'Avanzado'; -$_['button_capture'] = 'Captura'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Nulo'; -$_['error_merchant_id'] = 'Se requiere el ID del mercader'; -$_['error_secret'] = 'Se requiere el secreto compartido'; -$_['error_live_url'] = 'Se requiere la URL de producción'; -$_['error_demo_url'] = 'Se requiere la URL de la demostración'; -$_['error_data_missing'] = 'No hay datos'; -$_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work'; diff --git a/upload/admin/language/es-cl/extension/payment/globalpay_remote.php b/upload/admin/language/es-cl/extension/payment/globalpay_remote.php deleted file mode 100644 index 8bbd571..0000000 --- a/upload/admin/language/es-cl/extension/payment/globalpay_remote.php +++ /dev/null @@ -1,78 +0,0 @@ -Globalpay'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Creada'; -$_['entry_merchant_id'] = 'ID del comerciante'; -$_['entry_secret'] = 'Secreto compartido'; -$_['entry_rebate_password'] = 'Contraseña de descuento'; -$_['entry_total'] = 'Total'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_auto_settle'] = 'Tipo de acuerdo'; -$_['entry_tss_check'] = 'Chequeos TTS'; -$_['entry_card_data_status'] = 'Registro de la información de la tarjeta'; -$_['entry_3d'] = 'Habilitar el 3D seguro'; -$_['entry_liability_shift'] = 'Aceptar escenarios sin cambio de responsabilidad'; -$_['entry_status_success_settled'] = 'Success - settled'; -$_['entry_status_success_unsettled'] = 'Success - not settled'; -$_['entry_status_decline'] = 'Declinar'; -$_['entry_status_decline_pending'] = 'Decline - offline auth'; -$_['entry_status_decline_stolen'] = 'Declinar - tarjeta perdida o robada'; -$_['entry_status_decline_bank'] = 'Declinar - error del banco'; -$_['entry_status_void'] = 'Nulo'; -$_['entry_status_rebate'] = 'Descontado'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_card_select'] = 'Pide al usuario elegir el tipo de tarjeta antes de ser redirigido'; -$_['help_notification'] = 'Necesitas entregar esta URL a Globalpay para obtener notificaciones de los pagos'; -$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; -$_['help_liability'] = 'Accepting liability means you will still accept payments when a user fails 3D secure.'; -$_['help_card_data_status'] = 'Logs last 4 cards digits, expire, name, type and issuing bank information'; -$_['tab_api'] = 'Detalles de la API'; -$_['tab_account'] = 'Cuentas'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['tab_payment'] = 'Configuraciones de pago'; -$_['button_capture'] = 'Captura'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Nulo'; -$_['error_merchant_id'] = 'Se requiere el ID del mercader'; -$_['error_secret'] = 'Se requiere el secreto compartido'; diff --git a/upload/admin/language/es-cl/extension/payment/klarna_account.php b/upload/admin/language/es-cl/extension/payment/klarna_account.php deleted file mode 100644 index b0ea954..0000000 --- a/upload/admin/language/es-cl/extension/payment/klarna_account.php +++ /dev/null @@ -1,31 +0,0 @@ -Klarna Account'; -$_['text_live'] = 'En producción'; -$_['text_beta'] = 'Beta'; -$_['text_sweden'] = 'Suecia'; -$_['text_norway'] = 'Noruega'; -$_['text_finland'] = 'Finlandia'; -$_['text_denmark'] = 'Dinamarca'; -$_['text_germany'] = 'Alemania'; -$_['text_netherlands'] = 'Holanda'; -$_['entry_merchant'] = 'ID de mercader de Klarna'; -$_['entry_secret'] = 'Clave secreta de Klarna'; -$_['entry_server'] = 'Servidor'; -$_['entry_total'] = 'Total'; -$_['entry_pending_status'] = 'Estado pendiente'; -$_['entry_accepted_status'] = 'Estado para aceptado'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_merchant'] = '(estore id) para usar con el servicio de Klarna (provisto por Klarna).'; -$_['help_secret'] = 'Secreto compartido para usarse con el servicio de Klarna (provisto por Klarna).'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el pago de Pago de Klarna!'; -$_['error_pclass'] = 'No se pudo recuperar la pClass para %s. Código de error: %s; Mensaje de error: %s'; -$_['error_curl'] = 'Error de cURL - Código %d; Mensaje: %s'; -$_['error_log'] = 'Hubo errores actualizando el módulo. Por favor revisa el archivo de registro.'; diff --git a/upload/admin/language/es-cl/extension/payment/klarna_checkout.php b/upload/admin/language/es-cl/extension/payment/klarna_checkout.php deleted file mode 100644 index d711b42..0000000 --- a/upload/admin/language/es-cl/extension/payment/klarna_checkout.php +++ /dev/null @@ -1,162 +0,0 @@ -Klarna Invoice'; -$_['text_live'] = 'En producción'; -$_['text_beta'] = 'Beta'; -$_['text_sweden'] = 'Suecia'; -$_['text_norway'] = 'Noruega'; -$_['text_finland'] = 'Finlandia'; -$_['text_denmark'] = 'Dinamarca'; -$_['text_germany'] = 'Alemania'; -$_['text_netherlands'] = 'Holanda'; -$_['entry_merchant'] = 'ID de mercader de Klarna'; -$_['entry_secret'] = 'Clave secreta de Klarna'; -$_['entry_server'] = 'Servidor'; -$_['entry_total'] = 'Total'; -$_['entry_pending_status'] = 'Estado pendiente'; -$_['entry_accepted_status'] = 'Estado para aceptado'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_merchant'] = '(estore id) para usar con el servicio de Klarna (provisto por Klarna).'; -$_['help_secret'] = 'Secreto compartido para usarse con el servicio de Klarna (provisto por Klarna).'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el pago de Pago de Klarna!'; diff --git a/upload/admin/language/es-cl/extension/payment/laybuy.php b/upload/admin/language/es-cl/extension/payment/laybuy.php deleted file mode 100644 index abd59f6..0000000 --- a/upload/admin/language/es-cl/extension/payment/laybuy.php +++ /dev/null @@ -1,122 +0,0 @@ -Lay-Buys'; -$_['text_cancel_success'] = 'Se anuló la transacción exitosamente.'; -$_['text_cancel_failure'] = 'La anulación de la petición fue exitosa. ¡Por favor inténtalo de nuevo!'; -$_['text_revise_success'] = 'Revise request was successful.'; -$_['text_revise_failure'] = 'Revise request was unsuccessful. Please try again!'; -$_['text_type_laybuy'] = 'Lay-Buy'; -$_['text_type_buynow'] = 'Buy-Now'; -$_['text_status_1'] = 'Pendiente'; -$_['text_status_5'] = 'Completado'; -$_['text_status_7'] = 'Anulado'; -$_['text_status_50'] = 'Revise Requested'; -$_['text_status_51'] = 'Revisado'; -$_['text_fetched_some'] = 'Se actualizaron exitosamente %d transacción(es)'; -$_['text_fetched_none'] = 'No hay transacciones para actualizar.'; -$_['text_transaction_details'] = 'Detalles de la transacción'; -$_['text_not_found'] = 'No hay transacción con ese ID.'; -$_['text_paypal_profile_id'] = 'ID del perfil en PayPal'; -$_['text_laybuy_ref_no'] = 'Lay-Buy Reference ID'; -$_['text_order_id'] = 'ID del pedido'; -$_['text_status'] = 'Estado'; -$_['text_amount'] = 'Monto'; -$_['text_downpayment_percent'] = 'Down Payment Percent'; -$_['text_month'] = 'Mes'; -$_['text_months'] = 'Meses'; -$_['text_downpayment_amount'] = 'Down Payment Amount'; -$_['text_payment_amounts'] = 'Montos de pago'; -$_['text_first_payment_due'] = 'First Payment Due'; -$_['text_last_payment_due'] = 'Last Payment Due'; -$_['text_instalment'] = 'Instalment'; -$_['text_date'] = 'Fecha'; -$_['text_pp_trans_id'] = 'ID de transacción de PayPal'; -$_['text_downpayment'] = 'Down Payment'; -$_['text_report'] = 'Registro del pago'; -$_['text_revise_plan'] = 'Revisar plan'; -$_['text_today'] = 'Hoy'; -$_['text_due_date'] = 'Fecha de vencimiento'; -$_['text_cancel_plan'] = 'Cancel Plan'; -$_['text_firstname'] = 'Nombres'; -$_['text_lastname'] = 'Apellido'; -$_['text_email'] = 'Correo electrónico'; -$_['text_address'] = 'Dirección'; -$_['text_suburb'] = 'Suburbio'; -$_['text_state'] = 'Estado'; -$_['text_country'] = 'País'; -$_['text_postcode'] = 'Código postal'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_no_cron_time'] = 'El cronjob aún no se ha ejecutado'; -$_['text_comment'] = 'Actualizado por Lay-Buy'; -$_['text_comment_canceled'] = 'Pedido anulado y perfil frecuente de PayPal #%s anulado.'; -$_['text_remaining'] = 'Quedan:'; -$_['text_payment'] = 'Pago'; -$_['column_order_id'] = 'ID del pedido'; -$_['column_customer'] = 'Cliente'; -$_['column_amount'] = 'Monto'; -$_['column_dp_percent'] = 'Down Payment Percent'; -$_['column_months'] = 'Meses'; -$_['column_dp_amount'] = 'Down Payment Amount'; -$_['column_first_payment'] = 'First Payment Due'; -$_['column_last_payment'] = 'Last Payment Due'; -$_['column_status'] = 'Estado'; -$_['column_date_added'] = 'Fecha de alta'; -$_['column_action'] = 'Acción'; -$_['entry_membership_id'] = 'ID de membresía de Lay-Buys'; -$_['entry_token'] = 'Token secreto'; -$_['entry_minimum'] = 'Minimum Down Payment (%)'; -$_['entry_maximum'] = 'Maximum Down Payment (%)'; -$_['entry_max_months'] = 'Meses'; -$_['entry_category'] = 'Allowed Categories'; -$_['entry_product_ids'] = 'ID\'s de productos excluidos'; -$_['entry_customer_group'] = 'Grupos permitidos de clientes'; -$_['entry_logging'] = 'Registro de depuración'; -$_['entry_total'] = 'Total'; -$_['entry_order_status_pending'] = 'Estado del pedido (pendiente)'; -$_['entry_order_status_canceled'] = 'Estado del pedido (anulado)'; -$_['entry_order_status_processing'] = 'Estado del pedido (en proceso)'; -$_['entry_gateway_url'] = 'URL de la puerta de enlace'; -$_['entry_api_url'] = 'URL de la API'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_cron_url'] = 'URL del cronjob'; -$_['entry_cron_time'] = 'Última ejecución del trabajo cron'; -$_['entry_order_id'] = 'ID del pedido'; -$_['entry_customer'] = 'Cliente'; -$_['entry_dp_percent'] = 'Down Payment Percent'; -$_['entry_months'] = 'Meses'; -$_['entry_date_added'] = 'Fecha de alta'; -$_['help_membership_id'] = 'Tu número personal de membresía de la cuenta de Lay-Buy (se consigue cuando registras una cuenta de mercader en https://www.lay-buys.com/index.php/vtmob/login).'; -$_['help_token'] = 'Ingresa un token al azar por seguridad o usa el que se generó.'; -$_['help_minimum'] = 'Minimum Deposit Amount.'; -$_['help_maximum'] = 'Monto máximo de depósito.'; -$_['help_months'] = 'Maximum Number of Months to pay Balance.'; -$_['help_category'] = 'Select for which categories the payment option will be available. Leave blank if no restriction.'; -$_['help_product_ids'] = 'Agrega ID\'s de productos separados por comas (,) para los que el medio no estará disponible.'; -$_['help_customer_group'] = 'The customer must be in these customer groups before this payment method becomes active. Leave blank if there is no restriction.'; -$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; -$_['help_total'] = 'El total final que el pedido debe alcanzar antes de que este medio de pago se active. Debe ser un valor sin signo de divisa.'; -$_['help_order_status_pending'] = 'El estado del pedido después de que el pedido del cliente se haya realizado.'; -$_['help_order_status_canceled'] = 'El estado del pedido después de que el pedido del cliente se haya anulado.'; -$_['help_order_status_processing'] = 'El estado del pedido después de que el pedido del cliente se haya pagado.'; -$_['help_cron_url'] = 'Set a cron job to call this URL so that the reports are auto fetched.'; -$_['help_cron_time'] = 'This is the last time that the cron job URL was executed.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el pago Lay-buy!'; -$_['error_membership_id'] = '¡Se requiere el ID de membresía de Lay-Buys!'; -$_['error_token'] = 'Lay-Buy Secret Token Required!'; -$_['error_min_deposit'] = 'Cannot exceed the Maximum Down Payment amount!'; -$_['button_fetch'] = 'Ir a buscar'; -$_['button_revise_plan'] = 'Revisar plan'; -$_['button_cancel_plan'] = 'Cancel Plan'; diff --git a/upload/admin/language/es-cl/extension/payment/liqpay.php b/upload/admin/language/es-cl/extension/payment/liqpay.php deleted file mode 100644 index 16f75fe..0000000 --- a/upload/admin/language/es-cl/extension/payment/liqpay.php +++ /dev/null @@ -1,21 +0,0 @@ -'; -$_['entry_merchant'] = 'ID del comerciante'; -$_['entry_signature'] = 'Firma'; -$_['entry_type'] = 'Tipo'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de LIQPAY!'; -$_['error_merchant'] = '¡Se requiere el ID del comerciante!'; -$_['error_signature'] = '¡Se requiere la firma!'; diff --git a/upload/admin/language/es-cl/extension/payment/nochex.php b/upload/admin/language/es-cl/extension/payment/nochex.php deleted file mode 100644 index bf3619d..0000000 --- a/upload/admin/language/es-cl/extension/payment/nochex.php +++ /dev/null @@ -1,23 +0,0 @@ -NOCHEX'; -$_['text_seller'] = 'Seller / Personal Account'; -$_['text_merchant'] = 'Cuenta del comerciante'; -$_['entry_email'] = 'Correo electrónico'; -$_['entry_account'] = 'Tipo de cuenta'; -$_['entry_merchant'] = 'ID del comerciante'; -$_['entry_template'] = 'Pass Template'; -$_['entry_test'] = 'Prueba'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de NOCHEX!'; -$_['error_email'] = '¡Se requiere la dirección de correo electrónico!'; -$_['error_merchant'] = '¡Se requiere el ID del comerciante!'; diff --git a/upload/admin/language/es-cl/extension/payment/paymate.php b/upload/admin/language/es-cl/extension/payment/paymate.php deleted file mode 100644 index 37801f0..0000000 --- a/upload/admin/language/es-cl/extension/payment/paymate.php +++ /dev/null @@ -1,20 +0,0 @@ -'; -$_['entry_username'] = 'Nombre de usuario de Paymate'; -$_['entry_password'] = 'Contraseña'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_password'] = 'Solo usa una contraseña al azar. Esto se usará para asegurarnos de que la información de pago no sea interferida antes de enviarse a la pasarela de pagos.'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de Paymate!'; -$_['error_username'] = '¡Se requiere el nombre de usuario en Paymate!'; -$_['error_password'] = '¡Se requiere la contraseña!'; diff --git a/upload/admin/language/es-cl/extension/payment/paypoint.php b/upload/admin/language/es-cl/extension/payment/paypoint.php deleted file mode 100644 index d08838f..0000000 --- a/upload/admin/language/es-cl/extension/payment/paypoint.php +++ /dev/null @@ -1,22 +0,0 @@ -PayPoint'; -$_['text_live'] = 'Producción'; -$_['text_successful'] = 'Siempre exitoso'; -$_['text_fail'] = 'Fallar siempre'; -$_['entry_merchant'] = 'ID del comerciante'; -$_['entry_password'] = 'Contraseña remota'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_password'] = 'Leave empty if you do not have "Digest Key Authentication" enabled on your account.'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar el módulo de pago de PayPoint!'; -$_['error_merchant'] = '¡Se requiere el ID del comerciante!'; diff --git a/upload/admin/language/es-cl/extension/payment/payza.php b/upload/admin/language/es-cl/extension/payment/payza.php deleted file mode 100644 index 4920c98..0000000 --- a/upload/admin/language/es-cl/extension/payment/payza.php +++ /dev/null @@ -1,19 +0,0 @@ -Pilibaba'; -$_['text_live'] = 'En producción'; -$_['text_test'] = 'Prueba'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_order_id'] = 'ID del pedido'; -$_['text_amount'] = 'Monto'; -$_['text_fee'] = 'Cargo'; -$_['text_date_added'] = 'Fecha de alta'; -$_['text_tracking'] = 'Seguimiento'; -$_['text_barcode'] = 'Código de barras'; -$_['text_barcode_info'] = '(Print out this unique barcode and stick it on the surface of the parcel)'; -$_['text_confirm'] = '¿Estás seguro de que quieres actualizar el número de seguimiento?'; -$_['text_register_success'] = 'You have successfully registered. You should receive an email shortly.'; -$_['text_tracking_success'] = 'Se actualizó exitosamente el número de seguimiento.'; -$_['text_other'] = 'Otro'; -$_['text_email'] = 'The registered email address for your Pilibaba account is %s'; -$_['entry_email_address'] = 'Dirección de correo electrónico'; -$_['entry_password'] = 'Contraseña'; -$_['entry_currency'] = 'Divisa'; -$_['entry_warehouse'] = 'Almacén'; -$_['entry_country'] = 'País'; -$_['entry_merchant_number'] = 'Merchant Number'; -$_['entry_secret_key'] = 'Clave secreta'; -$_['entry_environment'] = 'Entorno'; -$_['entry_shipping_fee'] = 'Tarifa de envío'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_status'] = 'Estado'; -$_['entry_logging'] = 'Registro de depuración'; -$_['entry_sort_order'] = 'Orden'; -$_['help_email_address'] = 'Please enter the email address for the owner of this business.'; -$_['help_password'] = 'Please enter a password between 8 and 30 characters.'; -$_['help_currency'] = 'Selecciona la divisa usada en tu sitio web y para retirar de tu cuenta bancaria.'; -$_['help_warehouse'] = 'Select the nearest warehouse you will be shipping to. When you receive orders from Chinese customers (via Pilibaba gateway) you can deliver parcels to this warehouse.'; -$_['help_country'] = 'Dinos tu país, y te informaremos una vez que un almacén se abra en este país.'; -$_['help_merchant_number'] = 'Your personal Pilibaba account merchant number.'; -$_['help_secret_key'] = 'Your secret key to access the Pilibaba API.'; -$_['help_shipping_fee'] = 'The shipping cost from your warehouse to Pilibaba warehouse. Use two decimal places.'; -$_['help_order_status'] = 'El estado del pedido después de que el cliente lo haya realizado.'; -$_['help_total'] = 'El total final que el pedido debe alcanzar antes de que este medio de pago se active. Debe ser un valor sin signo de divisa.'; -$_['help_logging'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; -$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de Pilibaba!'; -$_['error_merchant_number'] = 'Merchant Number Required!'; -$_['error_secret_key'] = '¡Se requiere la clave secreta!'; -$_['error_shipping_fee'] = 'Shipping fee must be a decimal number!'; -$_['error_not_enabled'] = '¡Módulo no habilitado!'; -$_['error_data_missing'] = '¡Faltan datos!'; -$_['error_tracking_length'] = 'Tracking number must be between 1 and 50 characters!'; -$_['error_email_address'] = '¡Por favor ingresa tu dirección de correo electrónico!'; -$_['error_email_invalid'] = 'The email address is not valid!'; -$_['error_password'] = 'Password must be at least 8 characters!'; -$_['error_currency'] = '¡Por favor selecciona una divisa!'; -$_['error_warehouse'] = 'Please select a warehouse!'; -$_['error_country'] = '¡Por favor selecciona un país!'; -$_['error_weight'] = 'Please change your Weight Class setting to grams. It\'s in \'System -> Settings\' in the \'Local\' tab.'; -$_['error_bad_response'] = 'An invalid response was received. Please try again later.'; -$_['button_register'] = 'Registro'; -$_['button_tracking'] = 'Actualizar el número de seguimiento'; -$_['button_barcode'] = 'Generar código de barras'; diff --git a/upload/admin/language/es-cl/extension/payment/pp_braintree.php b/upload/admin/language/es-cl/extension/payment/pp_braintree.php deleted file mode 100644 index 5434cfc..0000000 --- a/upload/admin/language/es-cl/extension/payment/pp_braintree.php +++ /dev/null @@ -1,176 +0,0 @@ -'; -$_['text_payment'] = 'Pago'; -$_['text_success'] = 'Éxito: ¡Has modificado los detalles de la cuenta de Braintree!'; -$_['text_success_connect'] = 'Éxito: ¡Has conectado tu cuenta de PayPal (impulsado por Braintree)!'; -$_['text_edit'] = 'Editar PayPal (impulsado por Braintree)'; -$_['text_production'] = 'Producción'; -$_['text_sandbox'] = 'Entorno de pruebas (sandbox)'; -$_['text_currency'] = 'Divisa'; -$_['text_immediate'] = 'Immediate'; -$_['text_deferred'] = 'Diferido'; -$_['text_merchant_account_id'] = 'Merchant Account ID (Leave blank to use default merchant account)'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_confirm_void'] = '¿Estás seguro de que quieres anular esta transacción?'; -$_['text_avs_response'] = 'Street Address: %s, Postal Code: %s'; -$_['text_confirm_settle'] = 'Are you sure you want to settle/capture'; -$_['text_confirm_refund'] = '¿Estás seguro de que quieres hacer un reembolso?'; -$_['text_success_action'] = 'Éxito'; -$_['text_error_settle'] = 'Error: %s'; -$_['text_error_generic'] = 'Error: There was an error with your request.'; -$_['text_na'] = 'N/A'; -$_['text_all'] = 'Todo'; -$_['text_sale'] = 'Venta'; -$_['text_credit'] = 'Crédito'; -$_['text_credit_card'] = 'Tarjeta de crédito'; -$_['text_paypal'] = 'PayPal'; -$_['text_enable_transactions'] = 'Por favor habilita Braintree antes de ver las transacciones.'; -$_['text_yes'] = 'Sí'; -$_['text_no'] = 'No'; -$_['text_no_refund'] = 'Sin historial de reembolsos'; -$_['text_app_connected'] = 'El módulo está conectado a través de la autenticación de Braintree'; -$_['text_braintree'] = 'PayPal powered by Braintree'; -$_['text_paypal_gold'] = 'Dorado'; -$_['text_paypal_blue'] = 'Azul'; -$_['text_paypal_silver'] = 'Plata'; -$_['text_paypal_tiny'] = 'Pequeño'; -$_['text_paypal_small'] = 'Pequeño'; -$_['text_paypal_medium'] = 'Medio'; -$_['text_paypal_pill'] = 'Pill'; -$_['text_paypal_rectangular'] = 'Rectangular'; -$_['text_paypal_preview'] = 'Vista previa del botón
Guarda para ver los cambios'; -$_['text_braintree_learn'] = 'To start accepting credit/debit cards and PayPal, click Connect with Braintree. Learn more'; -$_['text_3ds'] = '3D Secure'; -$_['text_cvv'] = 'Número CVV'; -$_['text_promotion_main'] = 'Diseñado para negocios de todos los tamaños, desde pequeños a empresas grandes, fácilmente acepta y procesa pagos para ayudar a maximizar las oportunidades de negocio y crecimiento del retorno, sin configuraciones ni mensualidades'; -$_['text_promotion_li_1'] = 'All the benefits of PayPal, plus cards acceptance on your checkout page'; -$_['text_promotion_li_2'] = 'Fast configuration and setup'; -$_['text_promotion_li_3'] = 'Achieve PCI DSS v3.0 SAQ-A compliance using Hosted Fields'; -$_['text_promotion_li_4'] = 'Allow customers to vault card details'; -$_['text_learn_more'] = '(Aprenda más)'; -$_['text_accept'] = 'Aceptar'; -$_['text_decline'] = 'Declinar'; -$_['text_merchant_connected'] = 'Connected Merchant ID: '; -$_['text_enable_button'] = 'We recommend offering PayPal Express Shortcut to maximise checkout conversion, this allows customers to use their PayPal address book and checkout is as little as three taps from the basket page. Click enable to install the extension and access the layout manager, you will ned to add "PayPal (Powered by Braintree) Button" to the checkout layout'; -$_['text_3ds_ssl'] = '3D Secure requires the store to be using an SSL certificate'; -$_['text_unlink'] = 'Eliminar vínculo'; -$_['column_void'] = 'Nulo'; -$_['column_settle'] = 'Settle'; -$_['column_refund'] = 'Reembolso'; -$_['column_transaction_id'] = 'ID de la transacción'; -$_['column_transaction_type'] = 'Tipo de transacción'; -$_['column_transaction_date'] = 'Fecha de transacción'; -$_['column_merchant_account'] = 'Cuenta del comerciante'; -$_['column_payment_type'] = 'Tipo de pago'; -$_['column_order_id'] = 'ID del pedido'; -$_['column_processor_code'] = 'Código de autorización del procesador'; -$_['column_cvv_response'] = 'Respuesta del CVV'; -$_['column_avs_response'] = 'AVS Response'; -$_['column_3ds_enrolled'] = '3DS Enrolled'; -$_['column_3ds_status'] = '3DS Status'; -$_['column_3ds_shifted'] = 'Cambio de responsabilidad de 3DS'; -$_['column_3ds_shift_possible'] = 'Posible cambio de responsabilidad de 3DS'; -$_['column_transaction_history'] = 'Historial del estado de las transacciones'; -$_['column_date'] = 'Fecha'; -$_['column_refund_history'] = 'Historial de reembolsos'; -$_['column_action'] = 'Acción'; -$_['column_amount'] = 'Monto'; -$_['column_status'] = 'Estado'; -$_['column_type'] = 'Tipo'; -$_['column_customer'] = 'Cliente'; -$_['column_order'] = 'Pedido'; -$_['column_date_added'] = 'Fecha de alta'; -$_['entry_merchant_id'] = 'ID del comerciante'; -$_['entry_public_key'] = 'Clave pública'; -$_['entry_private_key'] = 'Clave privada'; -$_['entry_environment'] = 'Entorno'; -$_['entry_settlement_type'] = 'Tipo de acuerdo'; -$_['entry_card_vault'] = 'Enable card vault'; -$_['entry_card_check_vault'] = 'Card vault is pre-checked'; -$_['entry_paypal_vault'] = 'Enable PayPal vault'; -$_['entry_paypal_check_vault'] = 'PayPal vault is pre-checked'; -$_['entry_vault_cvv_3ds'] = '¿Requiere CVV2 o 3D Secure?'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_total'] = 'Total'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_authorization_expired'] = 'La autorización venció'; -$_['entry_authorized'] = 'Autorizado'; -$_['entry_authorizing'] = 'Autorizando'; -$_['entry_settlement_pending'] = 'Acuerdo pendiente'; -$_['entry_failed'] = 'Fallido'; -$_['entry_gateway_rejected'] = 'Gateway Rejected'; -$_['entry_processor_declined'] = 'Processor Declined'; -$_['entry_settled'] = 'Liquidado'; -$_['entry_settling'] = 'Liquidación'; -$_['entry_submitted_for_settlement'] = 'Submitted For Settlement'; -$_['entry_voided'] = 'Nulo'; -$_['entry_transaction_id'] = 'ID de la transacción'; -$_['entry_transaction_type'] = 'Tipo de transacción'; -$_['entry_date_from'] = 'Fecha de inicio'; -$_['entry_date_to'] = 'Fecha de fin'; -$_['entry_payment_type'] = 'Tipo de pago'; -$_['entry_card_type'] = 'Tipo de tarjeta'; -$_['entry_amount_from'] = 'Amount From'; -$_['entry_amount_to'] = 'Amount To'; -$_['entry_transaction_status'] = 'Estado de la transacción'; -$_['entry_merchant_account_id'] = 'ID de cuenta de vendedor'; -$_['entry_connection'] = 'Estado de conexión a la API'; -$_['entry_paypal_option'] = 'Display PayPal Option'; -$_['entry_paypal_button_colour'] = 'Color del botón'; -$_['entry_paypal_button_shape'] = 'Forma del botón'; -$_['entry_paypal_button_size'] = 'Tamaño del botón'; -$_['entry_paypal_billing_agreement'] = 'Descripción del acuerdo de facturación'; -$_['entry_3ds_status'] = 'Habilitar 3D Secure'; -$_['entry_3ds_unsupported_card'] = 'Unsupported Card
Default: Accept'; -$_['entry_3ds_lookup_error'] = 'Error de búsqueda
Predeterminado: Aceptar'; -$_['entry_3ds_lookup_enrolled'] = 'Lookup Enrolled
Default: Accept'; -$_['entry_3ds_lookup_not_enrolled'] = 'Lookup Not Enrolled
Default: Accept'; -$_['entry_3ds_not_participating'] = 'Auth Success, Issuer Not Participating
Default: Accept'; -$_['entry_3ds_unavailable'] = 'Auth Unavailable
Default: Accept'; -$_['entry_3ds_signature_failed'] = 'Auth Signature Verification Failed
Default: Decline'; -$_['entry_3ds_successful'] = 'Auth Successful
Default: Accept'; -$_['entry_3ds_attempt_successful'] = 'Auth Attempt Successful
Default: Accept'; -$_['entry_3ds_failed'] = 'Auth Failed
Default: Decline'; -$_['entry_3ds_unable_to_auth'] = 'Unable To Authenticate
Default: Accept'; -$_['entry_3ds_error'] = 'Authentication Error
Default: Accept'; -$_['help_settlement_type'] = 'Immediate will Submit For Settlement straight away. Deferred will set the transaction to Authorized and the merchant must Submit For Settlement manually in the OpenCart order details.'; -$_['help_card_vault'] = 'Allow customer to remember their card'; -$_['help_paypal_vault'] = 'Permitir que los clientes recuerden sus cuentas de PayPal'; -$_['help_card_check_vault'] = 'The checkbox for card vault is already checked when the page loads'; -$_['help_paypal_check_vault'] = 'The checkbox for PayPal vault is already checked when the page loads'; -$_['help_vault_cvv_3ds'] = 'This will require customers using a vaulted card to re-enter the CVV2 number or use 3D secure. It is not possible to enable both options for a vaulted card.'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_paypal_option'] = 'Si tienes tu cuenta de PayPal vinculada con la de Braintree, puedes desplegar la opción de pago de PayPal también'; -$_['help_paypal_billing_agreement'] = 'You can add a billing agreement description that will be shown to users in the PayPal window when opting to vault their PayPal account'; -$_['button_void'] = 'Nulo'; -$_['button_settle'] = 'Settle'; -$_['button_refund'] = 'Reembolso'; -$_['button_filter'] = 'Filtro'; -$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar el módulo de pagos de Braintree!'; -$_['error_php_version'] = '¡Se requiere como mínimo PHP versión 5.4.0!'; -$_['error_merchant_id'] = '¡Se requiere el ID del comerciante!'; -$_['error_public_key'] = 'Public Key Required!'; -$_['error_private_key'] = '¡Se requiere la clave privada!'; -$_['error_connection'] = 'Hubo un problema al intentar realizar la conexión a la API de Braintree. Por favor verifica las configuraciones de tu ID de vendedor, de la clave pública y del entorno.'; -$_['error_account'] = 'Por favor ingresa un ID de cuenta de vendedor como se especifica en tu cuenta de Braintree'; -$_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; -$_['error_3ds_not_ready'] = 'You have enabled 3D secure however your Braintree account does not have it configured, please check your Braintree Control Panel or contact Braintree support'; -$_['error_paypal_not_ready'] = 'You have enabled PayPal however your Braintree account does not have it configured, please check your Braintree Control Panel or contact Braintree support'; -$_['error_paypal_billing_not_ready'] = 'You have enabled PayPal vaulting/billing agreements however your Braintree account does not have it configured, please check your Braintree Control Panel or contact Braintree support'; -$_['error_braintree_account_3ds'] = '3DS is not enabled in your Braintree account yet, however it is not available for all countries. Please check your Braintree Control Panel or contact Braintree support'; -$_['error_braintree_account_paypal'] = 'PayPal is not enabled in your Braintree account yet. Please check your Braintree Control Panel or contact Braintree support'; -$_['error_braintree_account_billing'] = 'Billing agreements are not enabled in your Braintree account yet. Please check your Braintree Control Panel or contact Braintree support'; -$_['error_environment'] = 'No puedes establecer tu entorno para %s cuando tus credenciales son para el entorno de %s en Braintree'; -$_['tab_setting'] = 'Configuraciones'; -$_['tab_currency'] = 'Divisas'; -$_['tab_order_status'] = 'Order Statuses (New Orders)'; -$_['tab_3ds'] = '3-D Secure'; -$_['tab_transaction'] = 'Búsqueda de transacciones'; -$_['tab_vault'] = 'Bóveda'; -$_['tab_paypal'] = 'PayPal'; diff --git a/upload/admin/language/es-cl/extension/payment/pp_express.php b/upload/admin/language/es-cl/extension/payment/pp_express.php deleted file mode 100644 index 17e577e..0000000 --- a/upload/admin/language/es-cl/extension/payment/pp_express.php +++ /dev/null @@ -1,93 +0,0 @@ -PayPal Express Checkout'; -$_['text_authorization'] = 'Autorización'; -$_['text_sale'] = 'Venta'; -$_['text_signup'] = 'Inscripción para el entorno de pruebas de PayPal - guarda primero tus configuraciones y esta página se recargará'; -$_['text_sandbox'] = 'Inscripción para el entorno de pruebas de PayPal - guarda primero tus configuraciones para recargar esta página'; -$_['text_configure_live'] = 'Configure Live'; -$_['text_configure_sandbox'] = 'Configurar el ambiente de pruebas'; -$_['text_show_advanced'] = 'Mostrar avanzado'; -$_['text_show_quick_setup'] = 'Mostrar la configuración rápida'; -$_['text_quick_setup'] = 'Quick setup - Link an existing or create a new PayPal account to start accepting payments in minutes'; -$_['text_paypal_consent'] = 'By using the quick setup tool you allow PayPal to receive information about your store'; -$_['text_success_connect'] = 'Éxito: ¡Has conectado tu cuenta de PayPal!'; -$_['text_promotion_main'] = 'Give your buyers a simplified checkout experience on multiple devices that keeps them local to your website throughout the payment process'; -$_['text_learn_more'] = '(Aprenda más)'; -$_['text_promotion_li_1'] = 'Start accepting PayPal in three clicks'; -$_['text_promotion_li_2'] = 'Aceptar pagos de todo el mundo'; -$_['text_promotion_li_3'] = 'Offer Express Checkout Shortcut, let buyers checkout directly from your basket page'; -$_['text_connect_paypal'] = 'Conectar con PayPal'; -$_['text_retrieve'] = 'Your details have been entered from PayPal'; -$_['text_enable_button'] = 'We recommend offering PayPal Express Shortcut to maximise checkout conversion, this allows customers to use their PayPal address book and checkout is as little as three taps from the basket page. Click enable to install the extension and access the layout manager, you will ned to add "PayPal Express Checkout Button" to the checkout layout'; -$_['text_horizontal'] = 'Horizontal'; -$_['text_vertical'] = 'Vertical'; -$_['text_medium'] = 'Medio'; -$_['text_large'] = 'Grande'; -$_['text_responsive'] = 'Adaptable'; -$_['text_pill'] = 'Pill'; -$_['text_rectangle'] = 'Rectángulo'; -$_['text_gold'] = 'Dorado'; -$_['text_blue'] = 'Azul'; -$_['text_silver'] = 'Plata'; -$_['text_black'] = 'Negro'; -$_['text_button_styling'] = 'Estilo de botón'; -$_['text_funding_type'] = 'Optional Funding Methods'; -$_['entry_username'] = 'Nombre de usuario de la API'; -$_['entry_password'] = 'Contraseña de la API'; -$_['entry_signature'] = 'Firma de la API'; -$_['entry_sandbox_username'] = 'Nombre de usuario de la API de pruebas'; -$_['entry_sandbox_password'] = 'Contraseña de la API de desarrollo'; -$_['entry_sandbox_signature'] = 'Firma de la API de pruebas'; -$_['entry_ipn'] = 'URL del IPN'; -$_['entry_test'] = 'Modo de pruebas (sandbox)'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_currency'] = 'Divisa predeterminada'; -$_['entry_recurring_cancel'] = 'Allow customers to cancel recurring payments from account area'; -$_['entry_transaction'] = 'Tipo de acuerdo'; -$_['entry_total'] = 'Total'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_canceled_reversal_status'] = 'Estado de reversado anulado'; -$_['entry_completed_status'] = 'Estado de completado'; -$_['entry_denied_status'] = 'Estado denegado'; -$_['entry_expired_status'] = 'Estado vencido'; -$_['entry_failed_status'] = 'Estado fallido'; -$_['entry_pending_status'] = 'Estado pendiente'; -$_['entry_processed_status'] = 'Estado procesado'; -$_['entry_refunded_status'] = 'Estado de reembolsado'; -$_['entry_reversed_status'] = 'Estado reversado'; -$_['entry_voided_status'] = 'Estado anulado'; -$_['entry_logo'] = 'Logo'; -$_['entry_style_layout'] = 'Disposición del botón'; -$_['entry_style_size'] = 'Tamaño del botón'; -$_['entry_style_shape'] = 'Forma del botón'; -$_['entry_style_color'] = 'Color del botón'; -$_['entry_pp_credit'] = 'Crédito de PayPal'; -$_['entry_pp_cards'] = 'Credit or Debit Cards'; -$_['entry_pp_elv'] = 'DE (German) bank payment'; -$_['tab_api'] = 'Detalles de la API'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['tab_checkout'] = 'Pagar'; -$_['help_ipn'] = 'Se requiere para las suscripciones'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_logo'] = 'Max 750px(w) x 90px(h)
You should only use a logo if you have SSL set up.'; -$_['help_currency'] = 'Usado para búsquedas de transacción'; -$_['help_pp_credit'] = 'Non-US merchants need to apply to accept PayPal Credit, contact PayPal for more information. Enabled by default for all US buyers'; -$_['help_pp_cards'] = 'Enabled by default for all buyers'; -$_['help_pp_elv'] = 'Elektronisches Lastschriftverfahren (bank payments). Enabled by default for all DE buyers'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el medio de pago PayPal Express Checkout!'; -$_['error_username'] = '¡Se requiere el nombre de usuario de la API!'; -$_['error_password'] = '¡Se requiere la contraseña de la API!'; -$_['error_signature'] = '¡Se requiere la firma de la API!'; -$_['error_sandbox_username'] = '¡Se requiere el nombre de usuario de la API de prueba!'; -$_['error_sandbox_password'] = '¡Se requiere la contraseña de pruebas de la API!'; -$_['error_sandbox_signature'] = '¡Se requiere la firma de la API de pruebas!'; -$_['error_api'] = 'Error de autorización de PayPal'; -$_['error_api_sandbox'] = 'Paypal Sandbox Authorization Error'; -$_['error_consent'] = 'To use quick setup you need to permit PayPal to use your store information'; diff --git a/upload/admin/language/es-cl/extension/payment/pp_express_order.php b/upload/admin/language/es-cl/extension/payment/pp_express_order.php deleted file mode 100644 index 779c73b..0000000 --- a/upload/admin/language/es-cl/extension/payment/pp_express_order.php +++ /dev/null @@ -1,40 +0,0 @@ -PayPal Payflow Pro'; -$_['text_authorization'] = 'Autorización'; -$_['text_sale'] = 'Venta'; -$_['entry_vendor'] = 'Vendedor'; -$_['entry_user'] = 'Usuario'; -$_['entry_password'] = 'Contraseña'; -$_['entry_partner'] = 'Socio'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_transaction'] = 'Método de la transacción'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_vendor'] = 'El ID de inicio de sesión de mercader que creaste cuando te registraste para una cuenta de Website Payments Pro'; -$_['help_user'] = 'If you set up one or more additional users on the account, this value is the ID of the user authorised to process transactions. If, however, you have not set up additional users on the account, USER has the same value as VENDOR'; -$_['help_password'] = 'La contraseña de 6 a 32 caracteres que definiste al momento de crear la cuenta'; -$_['help_partner'] = 'El ID provisto a ti por el revendedor autorizado de PayPal, quien te registró para el Payflow SDK. Si compraste tu cuenta directamente a PayPal, usa PayPal Pro en su lugar'; -$_['help_test'] = '¿Usar el servidor de puerta de enlace, de producción o de pruebas para procesar las transacciones?'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Payflow Pro!'; -$_['error_vendor'] = '¡Se requiere el vendedor!'; -$_['error_user'] = '¡Se requiere el usuario!'; -$_['error_password'] = '¡Se requiere la contraseña!'; -$_['error_partner'] = '¡Se requiere el socio!'; diff --git a/upload/admin/language/es-cl/extension/payment/pp_payflow_iframe.php b/upload/admin/language/es-cl/extension/payment/pp_payflow_iframe.php deleted file mode 100644 index f417f32..0000000 --- a/upload/admin/language/es-cl/extension/payment/pp_payflow_iframe.php +++ /dev/null @@ -1,90 +0,0 @@ -PayPal Payflow Pro iFrame'; -$_['text_authorization'] = 'Autorización'; -$_['text_sale'] = 'Venta'; -$_['text_authorise'] = 'Autorizar'; -$_['text_capture'] = 'Captura retrasada'; -$_['text_void'] = 'Nulo'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_complete'] = 'Completo'; -$_['text_incomplete'] = 'Incompleto'; -$_['text_transaction'] = 'Transacción'; -$_['text_confirm_void'] = 'If you void you cannot capture any further funds'; -$_['text_refund'] = 'Reembolso'; -$_['text_refund_issued'] = 'El reembolso fue realizado exitosamente'; -$_['text_redirect'] = 'Redirección'; -$_['text_iframe'] = 'Iframe'; -$_['help_checkout_method'] = 'Please use Redirect method if do not have SSL installed or if you do not have Pay with PayPal option disabled on your hosted payment page.'; -$_['column_transaction_id'] = 'ID de la transacción'; -$_['column_transaction_type'] = 'Tipo de transacción'; -$_['column_amount'] = 'Monto'; -$_['column_time'] = 'Hora'; -$_['column_actions'] = 'Acciones'; -$_['tab_settings'] = 'Configuraciones'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['tab_checkout_customisation'] = 'Personalización del pago'; -$_['entry_vendor'] = 'Vendedor'; -$_['entry_user'] = 'Usuario'; -$_['entry_password'] = 'Contraseña'; -$_['entry_partner'] = 'Socio'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_transaction'] = 'Método de la transacción'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_transaction_id'] = 'ID de la transacción'; -$_['entry_full_refund'] = 'Reembolso completo'; -$_['entry_amount'] = 'Monto'; -$_['entry_message'] = 'Mensaje'; -$_['entry_ipn_url'] = 'URL del IPN'; -$_['entry_checkout_method'] = 'Método de pago'; -$_['entry_debug'] = 'Modo de depuración'; -$_['entry_transaction_reference'] = 'Referencia de la transacción'; -$_['entry_transaction_amount'] = 'Monto de la transacción'; -$_['entry_refund_amount'] = 'Monto del reembolso'; -$_['entry_capture_status'] = 'Estado de captura'; -$_['entry_void'] = 'Nulo'; -$_['entry_capture'] = 'Captura'; -$_['entry_transactions'] = 'Transacciones'; -$_['entry_complete_capture'] = 'Captura completa'; -$_['entry_canceled_reversal_status'] = 'Cancelar el estado de reversado:'; -$_['entry_completed_status'] = 'Estado para completado:'; -$_['entry_denied_status'] = 'Estado denegado:'; -$_['entry_expired_status'] = 'Estado expirado:'; -$_['entry_failed_status'] = 'Estado fallido:'; -$_['entry_pending_status'] = 'Estado pendiente:'; -$_['entry_processed_status'] = 'Estado procesado:'; -$_['entry_refunded_status'] = 'Estado del reembolso'; -$_['entry_reversed_status'] = 'Estado de reversado:'; -$_['entry_voided_status'] = 'Voided Status:'; -$_['entry_cancel_url'] = 'URL de anulación:'; -$_['entry_error_url'] = 'URL de error:'; -$_['entry_return_url'] = 'URL de retorno:'; -$_['entry_post_url'] = 'Silent POST URL:'; -$_['help_vendor'] = 'El ID de inicio de sesión de mercader que creaste cuando te registraste para una cuenta de Website Payments Pro'; -$_['help_user'] = 'If you set up one or more additional users on the account, this value is the ID of the user authorised to process transactions. If, however, you have not set up additional users on the account, USER has the same value as VENDOR'; -$_['help_password'] = 'La contraseña de 6 a 32 caracteres que definiste al momento de crear la cuenta'; -$_['help_partner'] = 'El ID provisto a ti por el revendedor autorizado de PayPal, quien te registró para el Payflow SDK. Si compraste tu cuenta directamente a PayPal, usa PayPal Pro en su lugar'; -$_['help_test'] = '¿Usar el servidor de puerta de enlace, de producción o de pruebas para procesar las transacciones?'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_debug'] = 'Registra información adicional'; -$_['button_refund'] = 'Reembolso'; -$_['button_void'] = 'Nulo'; -$_['button_capture'] = 'Captura'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de PayPal Payflow Pro iFrame!'; -$_['error_vendor'] = '¡Se requiere el vendedor!'; -$_['error_user'] = '¡Se requiere el usuario!'; -$_['error_password'] = '¡Se requiere la contraseña!'; -$_['error_partner'] = '¡Se requiere el socio!'; -$_['error_missing_data'] = 'No hay datos'; -$_['error_missing_order'] = 'No se pudo encontrar el pedido'; -$_['error_general'] = 'Hubo un error'; -$_['error_capture'] = 'Ingresa un monto a capturar'; diff --git a/upload/admin/language/es-cl/extension/payment/pp_pro.php b/upload/admin/language/es-cl/extension/payment/pp_pro.php deleted file mode 100644 index 29532f6..0000000 --- a/upload/admin/language/es-cl/extension/payment/pp_pro.php +++ /dev/null @@ -1,25 +0,0 @@ -PayPal Pro'; -$_['text_authorization'] = 'Autorización'; -$_['text_sale'] = 'Venta'; -$_['entry_username'] = 'Nombre de usuario de la API'; -$_['entry_password'] = 'Contraseña de la API'; -$_['entry_signature'] = 'Firma de la API'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_transaction'] = 'Método de la transacción:'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_test'] = '¿Usar el servidor de puerta de enlace, de producción o de pruebas para procesar las transacciones?'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['error_permission'] = 'Warning: You do not have permission to modify payment PayPal Pro!'; -$_['error_username'] = '¡Se requiere el nombre de usuario de la API!'; -$_['error_password'] = '¡Se requiere la contraseña de la API!'; -$_['error_signature'] = '¡Se requiere la firma de la API!'; diff --git a/upload/admin/language/es-cl/extension/payment/pp_pro_iframe.php b/upload/admin/language/es-cl/extension/payment/pp_pro_iframe.php deleted file mode 100644 index b98f922..0000000 --- a/upload/admin/language/es-cl/extension/payment/pp_pro_iframe.php +++ /dev/null @@ -1,160 +0,0 @@ -PayPal Pro iFrame'; -$_['text_authorization'] = 'Autorización'; -$_['text_sale'] = 'Venta'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_capture_status'] = 'Estado de la captura'; -$_['text_amount_auth'] = 'Monto autorizado'; -$_['text_amount_captured'] = 'Monto capturado'; -$_['text_amount_refunded'] = 'Monto reembolsado'; -$_['text_capture_amount'] = 'Monto de la captura'; -$_['text_complete_capture'] = 'Completar la captura'; -$_['text_transactions'] = 'Transacciones'; -$_['text_complete'] = 'Completo'; -$_['text_confirm_void'] = 'If you void you cannot capture any further funds'; -$_['text_view'] = 'Ver'; -$_['text_refund'] = 'Reembolso'; -$_['text_resend'] = 'Reenviar'; -$_['text_reauthorise'] = 'Reautorizar'; -$_['text_reauthorised'] = 'La transacción fue reautorizada'; -$_['text_transaction'] = 'Transacción'; -$_['text_product_lines'] = 'Líneas del producto'; -$_['text_ebay_txn_id'] = 'ID de transacción de eBay'; -$_['text_name'] = 'Nombre'; -$_['text_qty'] = 'Cantidad'; -$_['text_price'] = 'Precio'; -$_['text_number'] = 'Número'; -$_['text_coupon_id'] = 'ID del cupón'; -$_['text_coupon_amount'] = 'Monto del cupón'; -$_['text_coupon_currency'] = 'Divisa del cupón'; -$_['text_loyalty_disc_amt'] = 'Loyalty card disc amount'; -$_['text_loyalty_currency'] = 'Divisa de la tarjeta de cliente frecuente'; -$_['text_options_name'] = 'Nombre de las opciones'; -$_['text_tax_amt'] = 'Monto del impuesto'; -$_['text_currency_code'] = 'Código de la divisa'; -$_['text_amount'] = 'Monto'; -$_['text_gift_msg'] = 'Mensaje del regalo'; -$_['text_gift_receipt'] = 'Gift receipt'; -$_['text_gift_wrap_name'] = 'Nombre del envoltorio de regalo'; -$_['text_gift_wrap_amt'] = 'Monto del envoltorio de regalo'; -$_['text_buyer_email_market'] = 'Correo electrónico de mercadeo del comprador'; -$_['text_survey_question'] = 'Pregunta de la encuesta'; -$_['text_survey_chosen'] = 'Alternativa de la encuesta seleccionada'; -$_['text_receiver_business'] = 'Negocio del receptor'; -$_['text_receiver_email'] = 'Correo electrónico del receptor'; -$_['text_receiver_id'] = 'ID del receptor'; -$_['text_buyer_email'] = 'Correo electrónico del comprador'; -$_['text_payer_id'] = 'ID del pagador'; -$_['text_payer_status'] = 'Estado del pagador'; -$_['text_country_code'] = 'Código de país'; -$_['text_payer_business'] = 'Negocio pagador'; -$_['text_payer_salute'] = 'Situación del pagador'; -$_['text_payer_firstname'] = 'Nombre del pagador'; -$_['text_payer_middlename'] = 'Segundo nombre del pagador'; -$_['text_payer_lastname'] = 'Apellido del pagador'; -$_['text_payer_suffix'] = 'Sufijo del pagador'; -$_['text_address_owner'] = 'Dueño de la dirección'; -$_['text_address_status'] = 'Estado de la dirección'; -$_['text_ship_sec_name'] = 'Despachar a un nombre secundario'; -$_['text_ship_name'] = 'Enviar al nombre'; -$_['text_ship_street1'] = 'Enviar a la dirección 1'; -$_['text_ship_street2'] = 'Enviar a la dirección 2'; -$_['text_ship_city'] = 'Enviar a la ciudad'; -$_['text_ship_state'] = 'Enviar al estado'; -$_['text_ship_zip'] = 'Enviar al código postal'; -$_['text_ship_country'] = 'Enviar al código del país'; -$_['text_ship_phone'] = 'Enviar a un número de teléfono'; -$_['text_ship_sec_add1'] = 'Enviar a la dirección secundaria 1'; -$_['text_ship_sec_add2'] = 'Enviar a la dirección secundaria 2'; -$_['text_ship_sec_city'] = 'Enviar a la ciudad secundaria'; -$_['text_ship_sec_state'] = 'Enviar a un estado secundario'; -$_['text_ship_sec_zip'] = 'Enviar a código postal secundario'; -$_['text_ship_sec_country'] = 'Despachar al código de país secundatio'; -$_['text_ship_sec_phone'] = 'Enviar a un teléfono secundario'; -$_['text_trans_id'] = 'ID de la transacción'; -$_['text_receipt_id'] = 'ID del recibo'; -$_['text_parent_trans_id'] = 'ID de transacción padre'; -$_['text_trans_type'] = 'Tipo de transacción'; -$_['text_payment_type'] = 'Tipo de pago'; -$_['text_order_time'] = 'Hora del pedido'; -$_['text_fee_amount'] = 'Monto del cargo'; -$_['text_settle_amount'] = 'Monto de la liquidación'; -$_['text_tax_amount'] = 'Monto del impuesto'; -$_['text_exchange'] = 'Tasa de cambio'; -$_['text_payment_status'] = 'Estado del pago'; -$_['text_pending_reason'] = 'Razón pendiente'; -$_['text_reason_code'] = 'Código de razón'; -$_['text_protect_elig'] = 'Elegibilidad de la protección'; -$_['text_protect_elig_type'] = 'Tipo de elegibilidad de la protección'; -$_['text_store_id'] = 'ID de la tienda'; -$_['text_terminal_id'] = 'ID del terminal'; -$_['text_invoice_number'] = 'Número de recibo'; -$_['text_custom'] = 'Personalizado'; -$_['text_note'] = 'Nota'; -$_['text_sales_tax'] = 'Impuesto de ventas'; -$_['text_buyer_id'] = 'ID del comprador'; -$_['text_close_date'] = 'Fecha de cierre'; -$_['text_multi_item'] = 'Múltiples artículos'; -$_['text_sub_amt'] = 'Monto de la suscripción'; -$_['text_sub_period'] = 'Periodo de suscripción'; -$_['text_redirect'] = 'Redirección'; -$_['text_iframe'] = 'Iframe'; -$_['help_checkout_method'] = 'Please use Redirect method if do not have SSL installed or if you do not have Pay with PayPal option disabled on your hosted payment page.'; -$_['help_debug'] = 'Registra información adicional.'; -$_['column_trans_id'] = 'ID de la transacción'; -$_['column_amount'] = 'Monto'; -$_['column_type'] = 'Tipo de pago'; -$_['column_status'] = 'Estado'; -$_['column_pending_reason'] = 'Razón pendiente'; -$_['column_date_added'] = 'Creada'; -$_['column_action'] = 'Acción'; -$_['tab_settings'] = 'Configuraciones'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['tab_checkout_customisation'] = 'Personalización del pago'; -$_['entry_username'] = 'Nombre de usuario de la API'; -$_['entry_password'] = 'Contraseña de la API'; -$_['entry_signature'] = 'Firma de la API'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido:'; -$_['entry_geo_zone'] = 'Zona geográfica:'; -$_['entry_status'] = 'Estado:'; -$_['entry_sort_order'] = 'Orden:'; -$_['entry_transaction_method'] = 'Método de transacción:'; -$_['entry_transaction_id'] = 'ID de la transacción'; -$_['entry_full_refund'] = 'Reembolso completo'; -$_['entry_amount'] = 'Monto'; -$_['entry_message'] = 'Mensaje'; -$_['entry_ipn_url'] = 'URL del IPN:'; -$_['entry_checkout_method'] = 'Método de pago:'; -$_['entry_debug'] = 'Modo de depuración:'; -$_['entry_canceled_reversal_status'] = 'Cancelar el estado de reversado:'; -$_['entry_completed_status'] = 'Estado para completado:'; -$_['entry_denied_status'] = 'Estado denegado:'; -$_['entry_expired_status'] = 'Estado expirado:'; -$_['entry_failed_status'] = 'Estado fallido:'; -$_['entry_pending_status'] = 'Estado pendiente:'; -$_['entry_processed_status'] = 'Estado procesado:'; -$_['entry_refunded_status'] = 'Estado del reembolso'; -$_['entry_reversed_status'] = 'Estado de reversado:'; -$_['entry_voided_status'] = 'Voided Status:'; -$_['help_test'] = 'Use the live or testing (sandbox) gateway server to process transactions? Test may fail in Internet Explorer'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['button_refund'] = 'Reembolso'; -$_['button_void'] = 'Nulo'; -$_['button_capture'] = 'Captura'; -$_['button_reauthorise'] = 'Reautorizar'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de PayPal Pro iFrame!'; -$_['error_sig'] = '¡Se requiere la firma!'; -$_['error_user'] = '¡Se requiere el usuario!'; -$_['error_password'] = '¡Se requiere la contraseña!'; -$_['error_timeout'] = 'Se superó el tiempo de espera'; -$_['error_transaction_missing'] = 'No se pudo encontrar la transacción'; -$_['error_missing_data'] = 'No hay datos'; -$_['error_general'] = 'Hubo un error'; -$_['error_capture'] = 'Ingresa un monto a capturar'; diff --git a/upload/admin/language/es-cl/extension/payment/pp_standard.php b/upload/admin/language/es-cl/extension/payment/pp_standard.php deleted file mode 100644 index 4d877ba..0000000 --- a/upload/admin/language/es-cl/extension/payment/pp_standard.php +++ /dev/null @@ -1,34 +0,0 @@ -PayPal Payments Standard'; -$_['text_authorization'] = 'Autorización'; -$_['text_sale'] = 'Venta'; -$_['entry_email'] = 'Correo electrónico'; -$_['entry_test'] = 'Modo aislado'; -$_['entry_transaction'] = 'Método de la transacción'; -$_['entry_debug'] = 'Modo de depuración'; -$_['entry_total'] = 'Total'; -$_['entry_canceled_reversal_status'] = 'Estado de reversado anulado'; -$_['entry_completed_status'] = 'Estado de completado'; -$_['entry_denied_status'] = 'Estado denegado'; -$_['entry_expired_status'] = 'Estado vencido'; -$_['entry_failed_status'] = 'Estado fallido'; -$_['entry_pending_status'] = 'Estado pendiente'; -$_['entry_processed_status'] = 'Estado procesado'; -$_['entry_refunded_status'] = 'Estado de reembolsado'; -$_['entry_reversed_status'] = 'Estado reversado'; -$_['entry_voided_status'] = 'Estado anulado'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['tab_general'] = 'General'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['help_test'] = '¿Usar el servidor de puerta de enlace, de producción o de pruebas para procesar las transacciones?'; -$_['help_debug'] = 'Logs additional information to the system log'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de PayPal Payments Standard!'; -$_['error_email'] = '¡Se requiere la dirección de correo electrónico!'; diff --git a/upload/admin/language/es-cl/extension/payment/realex.php b/upload/admin/language/es-cl/extension/payment/realex.php deleted file mode 100644 index 0349238..0000000 --- a/upload/admin/language/es-cl/extension/payment/realex.php +++ /dev/null @@ -1,86 +0,0 @@ -Realex'; -$_['entry_merchant_id'] = 'ID del comerciante'; -$_['entry_secret'] = 'Secreto compartido'; -$_['entry_rebate_password'] = 'Contraseña de descuento'; -$_['entry_total'] = 'Total'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_live_demo'] = 'Productivo o demostración'; -$_['entry_auto_settle'] = 'Tipo de acuerdo'; -$_['entry_card_select'] = 'Selecciona la tarjeta'; -$_['entry_tss_check'] = 'Chequeos TTS'; -$_['entry_live_url'] = 'URL de conexión en producción'; -$_['entry_demo_url'] = 'URL de conexión de prueba'; -$_['entry_status_success_settled'] = 'Success - settled'; -$_['entry_status_success_unsettled'] = 'Success - not settled'; -$_['entry_status_decline'] = 'Declinar'; -$_['entry_status_decline_pending'] = 'Decline - offline auth'; -$_['entry_status_decline_stolen'] = 'Declinar - tarjeta perdida o robada'; -$_['entry_status_decline_bank'] = 'Declinar - error del banco'; -$_['entry_status_void'] = 'Nulo'; -$_['entry_status_rebate'] = 'Descontado'; -$_['entry_notification_url'] = 'URL de notificación'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_card_select'] = 'Solicita al usuario elegir el tipo de su tarjeta antes de que sea redirigido'; -$_['help_notification'] = 'Necesitas entregar esta URL a Realex para obtener notificaciones de pago'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_dcc_settle'] = 'If your subaccount is DCC enabled you must use Autosettle'; -$_['tab_api'] = 'Detalles de la API'; -$_['tab_account'] = 'Cuentas'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['tab_payment'] = 'Configuraciones de pago'; -$_['tab_advanced'] = 'Avanzado'; -$_['button_capture'] = 'Captura'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Nulo'; -$_['error_merchant_id'] = 'Se requiere el ID del mercader'; -$_['error_secret'] = 'Se requiere el secreto compartido'; -$_['error_live_url'] = 'Se requiere la URL de producción'; -$_['error_demo_url'] = 'Se requiere la URL de la demostración'; -$_['error_data_missing'] = 'No hay datos'; -$_['error_use_select_card'] = 'You must have "Select Card" enabled for subaccount routing by card type to work'; diff --git a/upload/admin/language/es-cl/extension/payment/realex_remote.php b/upload/admin/language/es-cl/extension/payment/realex_remote.php deleted file mode 100644 index 744d293..0000000 --- a/upload/admin/language/es-cl/extension/payment/realex_remote.php +++ /dev/null @@ -1,78 +0,0 @@ -Realex'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Creada'; -$_['entry_merchant_id'] = 'ID del comerciante'; -$_['entry_secret'] = 'Secreto compartido'; -$_['entry_rebate_password'] = 'Contraseña de descuento'; -$_['entry_total'] = 'Total'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_auto_settle'] = 'Tipo de acuerdo'; -$_['entry_tss_check'] = 'Chequeos TTS'; -$_['entry_card_data_status'] = 'Registro de la información de la tarjeta'; -$_['entry_3d'] = 'Habilitar el 3D seguro'; -$_['entry_liability_shift'] = 'Aceptar escenarios sin cambio de responsabilidad'; -$_['entry_status_success_settled'] = 'Success - settled'; -$_['entry_status_success_unsettled'] = 'Success - not settled'; -$_['entry_status_decline'] = 'Declinar'; -$_['entry_status_decline_pending'] = 'Decline - offline auth'; -$_['entry_status_decline_stolen'] = 'Declinar - tarjeta perdida o robada'; -$_['entry_status_decline_bank'] = 'Declinar - error del banco'; -$_['entry_status_void'] = 'Nulo'; -$_['entry_status_rebate'] = 'Descontado'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_card_select'] = 'Pide al usuario elegir el tipo de tarjeta antes de ser redirigido'; -$_['help_notification'] = 'Necesitas entregar esta URL a Realex para obtener notificaciones de pago'; -$_['help_debug'] = 'Enabling debug will write sensitive data to a log file. You should always disable unless instructed otherwise.'; -$_['help_liability'] = 'Accepting liability means you will still accept payments when a user fails 3D secure.'; -$_['help_card_data_status'] = 'Logs last 4 cards digits, expire, name, type and issuing bank information'; -$_['tab_api'] = 'Detalles de la API'; -$_['tab_account'] = 'Cuentas'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['tab_payment'] = 'Configuraciones de pago'; -$_['button_capture'] = 'Captura'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Nulo'; -$_['error_merchant_id'] = 'Se requiere el ID del mercader'; -$_['error_secret'] = 'Se requiere el secreto compartido'; diff --git a/upload/admin/language/es-cl/extension/payment/sagepay_direct.php b/upload/admin/language/es-cl/extension/payment/sagepay_direct.php deleted file mode 100644 index 4195c7c..0000000 --- a/upload/admin/language/es-cl/extension/payment/sagepay_direct.php +++ /dev/null @@ -1,55 +0,0 @@ -SagePay'; -$_['text_sim'] = 'Simulador'; -$_['text_test'] = 'Prueba'; -$_['text_live'] = 'En producción'; -$_['text_defered'] = 'Diferido'; -$_['text_authenticate'] = 'Autenticar'; -$_['text_payment'] = 'Pago'; -$_['text_release_ok'] = 'El lanzamiento ha sido exitoso'; -$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; -$_['text_rebate_ok'] = 'Rebate was successful'; -$_['text_rebate_ok_order'] = 'El descuento fue exitoso, se actualizó el estado del pedido a descontado'; -$_['text_void_ok'] = 'La anulación fue exitosa, el estado del pedido fue actualizado a anulado'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_release_status'] = 'Pago efectuado'; -$_['text_void_status'] = 'Pago anulado'; -$_['text_rebate_status'] = 'Pago descontado'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_released'] = 'Total liberado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Creada'; -$_['text_confirm_void'] = '¿Estás seguro de que quieres anular el pago?'; -$_['text_confirm_release'] = '¿Estás seguro de querer liberar el pago?'; -$_['text_confirm_rebate'] = '¿Estás seguro de querer descontar el pago?'; -$_['entry_vendor'] = 'Vendedor'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_transaction'] = 'Método de la transacción'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_card'] = 'Tarjetas de casas comerciales'; -$_['entry_cron_job_token'] = 'Token secreto'; -$_['entry_cron_job_url'] = 'URL del cron job'; -$_['entry_last_cron_job_run'] = 'Hora de la última ejecución de la tarea programada:'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments'; -$_['help_cron_job_token'] = 'Haz esto largo y difícil de adivinar'; -$_['help_cron_job_url'] = 'Establecer un cronjob para llamar a esta URL'; -$_['button_release'] = 'Liberar'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Nulo'; -$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar el módulo de pagos de SagePay!'; -$_['error_vendor'] = '¡Se requiere el ID del vendedor!'; diff --git a/upload/admin/language/es-cl/extension/payment/sagepay_server.php b/upload/admin/language/es-cl/extension/payment/sagepay_server.php deleted file mode 100644 index a8b4a50..0000000 --- a/upload/admin/language/es-cl/extension/payment/sagepay_server.php +++ /dev/null @@ -1,55 +0,0 @@ -SagePay'; -$_['text_sim'] = 'Simulador'; -$_['text_test'] = 'Prueba'; -$_['text_live'] = 'En producción'; -$_['text_defered'] = 'Diferido'; -$_['text_authenticate'] = 'Autenticar'; -$_['text_payment'] = 'Pago'; -$_['text_release_ok'] = 'El lanzamiento ha sido exitoso'; -$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; -$_['text_rebate_ok'] = 'Rebate was successful'; -$_['text_rebate_ok_order'] = 'El descuento fue exitoso, se actualizó el estado del pedido a descontado'; -$_['text_void_ok'] = 'La anulación fue exitosa, el estado del pedido fue actualizado a anulado'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_release_status'] = 'Pago efectuado'; -$_['text_void_status'] = 'Pago anulado'; -$_['text_rebate_status'] = 'Pago descontado'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_released'] = 'Total liberado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Creada'; -$_['text_confirm_void'] = '¿Estás seguro de que quieres anular el pago?'; -$_['text_confirm_release'] = '¿Estás seguro de querer liberar el pago?'; -$_['text_confirm_rebate'] = '¿Estás seguro de querer descontar el pago?'; -$_['entry_vendor'] = 'Vendedor'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_transaction'] = 'Método de la transacción'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_card'] = 'Tarjetas de casas comerciales'; -$_['entry_cron_job_token'] = 'Token secreto'; -$_['entry_cron_job_url'] = 'URL del trabajo programado:'; -$_['entry_last_cron_job_run'] = 'Hora de la última ejecución de la tarea programada:'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_transaction'] = 'Transaction method MUST be set to Payment to allow subscription payments'; -$_['help_cron_job_token'] = 'Haz esto largo y difícil de adivinar'; -$_['help_cron_job_url'] = 'Establecer un cronjob para llamar a esta URL'; -$_['button_release'] = 'Liberar'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Nulo'; -$_['error_permission'] = 'Advertencia: ¡No tienes permiso para modificar el módulo de pagos de SagePay!'; -$_['error_vendor'] = '¡Se requiere el ID del vendedor!'; diff --git a/upload/admin/language/es-cl/extension/payment/sagepay_us.php b/upload/admin/language/es-cl/extension/payment/sagepay_us.php deleted file mode 100644 index 04b6104..0000000 --- a/upload/admin/language/es-cl/extension/payment/sagepay_us.php +++ /dev/null @@ -1,17 +0,0 @@ -Secure Trading'; -$_['text_extension'] = 'Extensiones'; -$_['text_all_geo_zones'] = 'Todas las zonas geográficas'; -$_['text_process_immediately'] = 'Procesar inmediatamente'; -$_['text_wait_x_days'] = 'Esperar %d días'; -$_['text_success'] = 'Éxito: ¡Has modificado el módulo de Secure Trading!'; -$_['text_pending_settlement'] = 'Pending Settlement'; -$_['text_authorisation_reversed'] = 'La autorización fue reversada exitosamente'; -$_['text_refund_issued'] = 'El reembolso fue realizado exitosamente'; -$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden'; -$_['text_pending_suspended'] = 'Suspendido'; -$_['text_pending_settled'] = 'Liquidado'; -$_['entry_site_reference'] = 'Referencia del sitio'; -$_['entry_username'] = 'Nombre de usuario'; -$_['entry_password'] = 'Contraseña'; -$_['entry_site_security_status'] = 'Usar el hash de seguridad del sitio'; -$_['entry_site_security_password'] = 'Contraseña de seguridad del sitio'; -$_['entry_notification_password'] = 'Contraseña de notificación'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_declined_order_status'] = 'Estado del pedido declinado'; -$_['entry_refunded_order_status'] = 'Estado de pedido reembolsado'; -$_['entry_authorisation_reversed_order_status'] = 'Estado del pedido para autorización reversada'; -$_['entry_settle_status'] = 'Estado del acuerdo'; -$_['entry_settle_due_date'] = 'Fecha de vencimiento del acuerdo'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_status'] = 'Estado'; -$_['entry_total'] = 'Total'; -$_['entry_parent_css'] = 'CSS padre'; -$_['entry_child_css'] = 'CSS hijo'; -$_['entry_cards_accepted'] = 'Tarjetas aceptadas'; -$_['entry_reverse_authorisation'] = 'Reversado de la autorización:'; -$_['entry_refunded'] = 'Reembolsado:'; -$_['entry_refund'] = 'Realizar reembolso (%s):'; -$_['error_permission'] = 'No tienes permiso para modificar este módulo'; -$_['error_site_reference'] = 'Se requiere el sitio de referencia'; -$_['error_notification_password'] = 'Se requiere la contraseña de notificación'; -$_['error_cards_accepted'] = 'Se requieren las tarjetas aceptadas'; -$_['error_username'] = 'Se requiere el nombre de usuario'; -$_['error_password'] = 'Se requiere la contraseña'; -$_['error_connection'] = 'No se pudo conectar a Secure Trading'; -$_['error_data_missing'] = 'No hay datos'; -$_['help_username'] = 'El nombre de usuario del servicio web'; -$_['help_password'] = 'Tu contraseña en el servicio web'; -$_['help_refund'] = 'Por favor incluye el punto decimal y la parte decimal del monto'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['button_reverse_authorisation'] = 'Reversar la autorización'; -$_['button_refund'] = 'Reembolso'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_release_status'] = 'Pago efectuado'; -$_['text_void_status'] = 'Reversar la autorización'; -$_['text_rebate_status'] = 'Pago descontado'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_released'] = 'Total liberado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_created'] = 'Creada'; -$_['text_release_ok'] = 'El lanzamiento ha sido exitoso'; -$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; -$_['text_rebate_ok'] = 'Rebate was successful'; -$_['text_rebate_ok_order'] = 'El descuento fue exitoso, se actualizó el estado del pedido a descontado'; -$_['text_void_ok'] = 'La anulación fue exitosa, el estado del pedido fue actualizado a anulado'; -$_['text_confirm_void'] = '¿Estás seguro de querer reversar la autorización?'; -$_['text_confirm_release'] = '¿Estás seguro de querer liberar el pago?'; -$_['text_confirm_rebate'] = '¿Estás seguro de querer descontar el pago?'; -$_['button_release'] = 'Liberar'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Reversar la autorización'; diff --git a/upload/admin/language/es-cl/extension/payment/securetrading_ws.php b/upload/admin/language/es-cl/extension/payment/securetrading_ws.php deleted file mode 100644 index 35ec4aa..0000000 --- a/upload/admin/language/es-cl/extension/payment/securetrading_ws.php +++ /dev/null @@ -1,101 +0,0 @@ -Secure Trading'; -$_['text_extension'] = 'Extensiones'; -$_['text_all_geo_zones'] = 'Todas las zonas geográficas'; -$_['text_process_immediately'] = 'Procesar inmediatamente'; -$_['text_wait_x_days'] = 'Esperar %d días'; -$_['text_wait'] = 'Por favor espere.'; -$_['text_authorisation_reversed'] = 'La autorización fue reversada exitosamente'; -$_['text_refund_issued'] = 'El reembolso fue realizado exitosamente'; -$_['text_success'] = 'Éxito: ¡Has modificado el módulo de Secure Trading Web Service!'; -$_['text_pending_settlement'] = 'Pending Settlement'; -$_['text_manual_settlement'] = 'Acuerdo manual'; -$_['text_suspended'] = 'Suspendido'; -$_['text_cancelled'] = 'Cancelado'; -$_['text_settling'] = 'Liquidación'; -$_['text_settled'] = 'Liquidado'; -$_['text_no_transactions'] = 'No hay transacciones para mostrar'; -$_['text_ok'] = 'OK'; -$_['text_denied'] = 'Denegado'; -$_['text_pending_settlement_manually_overriden'] = 'Pending Settlement, manually overriden'; -$_['text_pending_suspended'] = 'Suspendido'; -$_['text_pending_settled'] = 'Liquidado'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_release_status'] = 'Pago efectuado'; -$_['text_void_status'] = 'Reversar la autorización'; -$_['text_rebate_status'] = 'Pago descontado'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_released'] = 'Total liberado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_created'] = 'Creada'; -$_['text_release_ok'] = 'El lanzamiento ha sido exitoso'; -$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; -$_['text_rebate_ok'] = 'Rebate was successful'; -$_['text_rebate_ok_order'] = 'El descuento fue exitoso, se actualizó el estado del pedido a descontado'; -$_['text_void_ok'] = 'La anulación fue exitosa, el estado del pedido fue actualizado a anulado'; -$_['text_confirm_void'] = '¿Estás seguro de querer reversar la autorización?'; -$_['text_confirm_release'] = '¿Estás seguro de querer liberar el pago?'; -$_['text_confirm_rebate'] = '¿Estás seguro de querer descontar el pago?'; -$_['entry_site_reference'] = 'Referencia del sitio'; -$_['entry_username'] = 'Nombre de usuario'; -$_['entry_password'] = 'Contraseña'; -$_['entry_csv_username'] = 'Nombre de usuario del CSV'; -$_['entry_csv_password'] = 'Contraseña de CSV'; -$_['entry_3d_secure'] = 'Usar 3D seguro'; -$_['entry_cards_accepted'] = 'Tarjetas aceptadas'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_failed_order_status'] = 'Estado pedido fallido'; -$_['entry_declined_order_status'] = 'Estado del pedido declinado'; -$_['entry_refunded_order_status'] = 'Estado de pedido reembolsado'; -$_['entry_authorisation_reversed_order_status'] = 'Estado del pedido para autorización reversada'; -$_['entry_settle_status'] = 'Estado del acuerdo'; -$_['entry_settle_due_date'] = 'Fecha de vencimiento del acuerdo'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_status'] = 'Estado'; -$_['entry_total'] = 'Total'; -$_['entry_reverse_authorisation'] = 'Reversado de la autorización:'; -$_['entry_refunded'] = 'Reembolsado:'; -$_['entry_refund'] = 'Realizar reembolso (%s):'; -$_['entry_currency'] = 'Divisa'; -$_['entry_status_code'] = 'Código de error'; -$_['entry_payment_type'] = 'Tipo de pago'; -$_['entry_request'] = 'Petición'; -$_['entry_date_from'] = 'Fecha de inicio'; -$_['entry_date_to'] = 'Fecha de fin'; -$_['entry_hour'] = 'Hora'; -$_['entry_minute'] = 'Minuto'; -$_['column_order_id'] = 'ID del pedido'; -$_['column_transaction_reference'] = 'Referencia de la transacción'; -$_['column_customer'] = 'Cliente'; -$_['column_total'] = 'Total'; -$_['column_currency'] = 'Divisa'; -$_['column_settle_status'] = 'Settle status'; -$_['column_status'] = 'Estado'; -$_['column_type'] = 'Tipo'; -$_['column_payment_type'] = 'Tipo de pago'; -$_['error_permission'] = 'No tienes permiso para modificar este módulo'; -$_['error_site_reference'] = 'Se requiere el sitio de referencia'; -$_['error_cards_accepted'] = 'Se requieren las tarjetas aceptadas'; -$_['error_username'] = 'Se requiere el nombre de usuario'; -$_['error_password'] = 'Se requiere la contraseña'; -$_['error_connection'] = 'No se pudo conectar a Secure Trading'; -$_['error_data_missing'] = 'No hay datos'; -$_['help_refund'] = 'Por favor incluye el punto decimal y la parte decimal del monto'; -$_['help_csv_username'] = 'Nombre de usuario del servicio de descarga de transacciones'; -$_['help_csv_password'] = 'Contraseña del servicio de transacción de la descarga'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['button_reverse_authorisation'] = 'Reversar la autorización'; -$_['button_refund'] = 'Reembolso'; -$_['button_show'] = 'Mostrar'; -$_['button_download'] = 'Descarga'; -$_['button_release'] = 'Liberar'; -$_['button_rebate'] = 'Reembolso o descuento'; -$_['button_void'] = 'Reversar la autorización'; diff --git a/upload/admin/language/es-cl/extension/payment/skrill.php b/upload/admin/language/es-cl/extension/payment/skrill.php deleted file mode 100644 index 39578ca..0000000 --- a/upload/admin/language/es-cl/extension/payment/skrill.php +++ /dev/null @@ -1,21 +0,0 @@ -Skrill'; -$_['entry_email'] = 'Correo electrónico'; -$_['entry_secret'] = 'Secreto'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_pending_status'] = 'Estado pendiente'; -$_['entry_canceled_status'] = 'Estado cancelado'; -$_['entry_failed_status'] = 'Estado fallido'; -$_['entry_chargeback_status'] = 'Estado de la devolución de dinero'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de Skrill!'; -$_['error_email'] = '¡Se requiere la dirección de correo electrónico!'; diff --git a/upload/admin/language/es-cl/extension/payment/squareup.php b/upload/admin/language/es-cl/extension/payment/squareup.php deleted file mode 100644 index b206d44..0000000 --- a/upload/admin/language/es-cl/extension/payment/squareup.php +++ /dev/null @@ -1,183 +0,0 @@ -NOTE: You must also setup a daily CRON task.'; -$_['help_cron_email'] = 'A summary of the recurring task will be sent to this e-mail after completion.'; -$_['help_cron_email_status'] = 'Habilitar el recibir un resumen luego de cada tarea cron.'; -$_['help_notify_recurring_success'] = 'Notify customers about successful recurring transactions.'; -$_['help_notify_recurring_fail'] = 'Notify customers about failed recurring transactions.'; -$_['tab_setting'] = 'Configuraciones'; -$_['tab_transaction'] = 'Transacciones'; -$_['tab_cron'] = 'CRON'; -$_['tab_recurring'] = 'Pagos frecuentes'; -$_['text_access_token_expires_label'] = 'Access token expires'; -$_['text_access_token_expires_placeholder'] = 'Not setup'; -$_['text_acknowledge_cron'] = 'I confirm that I have set up an automated CRON task using one of the methods above.'; -$_['text_admin_notifications'] = 'Notificaciones del administrador'; -$_['text_authorize_label'] = 'Autorizar'; -$_['text_canceled_success'] = 'Success: You have succesfully canceled this payment!'; -$_['text_capture'] = 'Captura'; -$_['text_client_id_help'] = 'Get this from the Manage Application page on Square'; -$_['text_client_id_label'] = 'ID de aplicación de Square'; -$_['text_client_id_placeholder'] = 'ID de aplicación de Square'; -$_['text_client_secret_help'] = 'Get this from the Manage Application page on Square'; -$_['text_client_secret_label'] = 'OAuth Application Secret'; -$_['text_client_secret_placeholder'] = 'OAuth Application Secret'; -$_['text_confirm_action'] = '¿Estás seguro?'; -$_['text_confirm_cancel'] = 'Are you sure you want to cancel the recurring payments?'; -$_['text_confirm_capture'] = 'You are about to capture the following amount: %s. Click OK to proceed.'; -$_['text_confirm_refund'] = 'Por favor indica una razón para el reembolso:'; -$_['text_confirm_void'] = 'You are about to void the following amount: %s. Click OK to proceed.'; -$_['text_connected'] = 'Conectado'; -$_['text_connected_info'] = 'Reconnect if you want to switch accounts or have manually revoked this extension\'s access from the Square App console. Manually refresh the access token if it has been close to 45 days since the last sale or reconnect.'; -$_['text_connection_section'] = 'Square Connection'; -$_['text_connection_success'] = '¡Exitosamente conectado!'; -$_['text_cron_email'] = 'Enviar el resumen de la tarea a esta dirección de correo electrónico:'; -$_['text_cron_email_status'] = 'Send e-mail summary:'; -$_['text_customer_notifications'] = 'Customer notifications'; -$_['text_debug_disabled'] = 'Inactivo'; -$_['text_debug_enabled'] = 'Activo'; -$_['text_debug_help'] = 'API requests and responses will be logged in the OpenCart error log. Use this for only for debugging and development purposes.'; -$_['text_debug_label'] = 'Registro de depuración'; -$_['text_delay_capture_help'] = 'Only authorize transactions or perform charges automatically'; -$_['text_delay_capture_label'] = 'Tipo de transacción'; -$_['text_disabled_connect_help_text'] = 'The client id and secret are required fields.'; -$_['text_edit_heading'] = 'Edit Square'; -$_['text_enable_sandbox_help'] = 'Habilitar el modo de desarrollo para poner transacciones a prueba'; -$_['text_enable_sandbox_label'] = 'Enable sandbox mode'; -$_['text_executables'] = 'CRON execution methods'; -$_['text_extension'] = 'Extensiones'; -$_['text_extension_status'] = 'Estado de la extensión'; -$_['text_extension_status_disabled'] = 'Inactivo'; -$_['text_extension_status_enabled'] = 'Activo'; -$_['text_extension_status_help'] = 'Habilitar o deshabilitar el medio de pago'; -$_['text_insert_amount'] = 'Por favor ingresa el monto a reembolsar. Máximo: %s en %s:'; -$_['text_loading'] = 'Cargado datos... por favor espera...'; -$_['text_loading_short'] = 'Porr favor espera...'; -$_['text_local_cron'] = 'Method #1 - CRON Task:'; -$_['text_location_error'] = 'There was an error when trying to sync locations and token: %s'; -$_['text_location_help'] = 'Select which configured Square location to be used for transactions. Has to have card processing capabilities enabled.'; -$_['text_location_label'] = 'Ubicación'; -$_['text_manage'] = 'Transacción de tarjeta de crédito (Square)'; -$_['text_manage_tooltip'] = 'See details / Capture / Void / Refund'; -$_['text_merchant_info_section_heading'] = 'Mechant Information'; -$_['text_merchant_name_label'] = 'Merchant name'; -$_['text_merchant_name_placeholder'] = 'Not setup'; -$_['text_no_appropriate_locations_warning'] = 'There are no locations capable of online card processing setup in your Square account.'; -$_['text_no_location_selected_warning'] = 'There is no selected location.'; -$_['text_no_locations_label'] = 'Sin ubicaciones válidas'; -$_['text_no_transactions'] = 'No transactions have been logged yet.'; -$_['text_not_connected'] = 'Not connected'; -$_['text_not_connected_info'] = 'By clicking this button you will connect this module to your Square account and activate the service.'; -$_['text_notification_ssl'] = 'Make sure you have SSL enabled on your checkout page. Otherwise, the extension will not work.'; -$_['text_notify_recurring_fail'] = 'Recurring Transaction Failed:'; -$_['text_notify_recurring_success'] = 'Recurring Transaction Successful:'; -$_['text_ok'] = 'Correcto'; -$_['text_order_history_cancel'] = 'An administrator has canceled your recurring payments. Your card will no longer be charged.'; -$_['text_payment_method_name_help'] = 'Checkout payment method name'; -$_['text_payment_method_name_label'] = 'Nombre del medio de pago'; -$_['text_payment_method_name_placeholder'] = 'Tarjeta de crédito o débito'; -$_['text_recurring_info'] = 'Please make sure to set up a daily CRON task using one of the methods below. CRON jobs help you with:

• Automatic refresh of your API access token
• Processing of recurring transactions'; -$_['text_recurring_status'] = 'Status of recurring payments:'; -$_['text_redirect_uri_help'] = 'Paste this link into the Redirect URI field under Manage Application/oAuth'; -$_['text_redirect_uri_label'] = 'URL de redirección del Square OAuth'; -$_['text_refresh_access_token_success'] = 'Successfully refreshed the connection to your Square account.'; -$_['text_refresh_token'] = 'Volver a crear token'; -$_['text_refund'] = 'Reembolso'; -$_['text_refund_details'] = 'Detalles del reembolso'; -$_['text_refunded_amount'] = 'Refunded: %s. Status of the refund: %s. Reason for the refund: %s'; -$_['text_refunds'] = 'Refunds (%s)'; -$_['text_remote_cron'] = 'Method #2 - Remote CRON:'; -$_['text_sale_label'] = 'Venta'; -$_['text_sandbox_access_token_help'] = 'Get this from the Manage Application page on Square'; -$_['text_sandbox_access_token_label'] = 'Token de acceso de desarrollo'; -$_['text_sandbox_access_token_placeholder'] = 'Token de acceso de desarrollo'; -$_['text_sandbox_client_id_help'] = 'Get this from the Manage Application page on Square'; -$_['text_sandbox_client_id_label'] = 'Sandbox Application ID'; -$_['text_sandbox_client_id_placeholder'] = 'Sandbox Application ID'; -$_['text_sandbox_disabled_label'] = 'Inactivo'; -$_['text_sandbox_enabled'] = 'Sandbox mode is enabled! Transactions will appear to go through, but no charges will be carried out.'; -$_['text_sandbox_enabled_label'] = 'Activo'; -$_['text_sandbox_section_heading'] = 'Square Sandbox Settings'; -$_['text_select_location'] = 'Selecciona la ubicación'; -$_['text_settings_section_heading'] = 'Preferencias de Square'; -$_['text_squareup'] = 'Square'; -$_['text_success'] = 'Éxito: ¡Has modificado el módulo de pagos de Square!'; -$_['text_success_capture'] = '¡La transacción fue capturada exitosamente!'; -$_['text_success_refund'] = '¡Transacción exitosamente reembolsada!'; -$_['text_success_void'] = 'Transaction successfully voided!'; -$_['text_token_expired'] = 'Your Square access token has expired! Click here to renew it now.'; -$_['text_token_expiry_warning'] = 'Your Square access token will expire on %s. Click here to renew it now.'; -$_['text_token_revoked'] = 'Your Square access token has expired or has been revoked! Click here to re-authorize the Square extension.'; -$_['text_transaction_statuses'] = 'Estados de la transacción'; -$_['text_view'] = 'Ver más'; -$_['text_void'] = 'Nulo'; -$_['text_na'] = 'N/A'; -$_['text_no_reason_provided'] = 'Reason not provided.'; -$_['squareup_status_comment_authorized'] = 'The card transaction has been authorized but not yet captured.'; -$_['squareup_status_comment_captured'] = 'The card transaction was authorized and subsequently captured (i.e., completed).'; -$_['squareup_status_comment_voided'] = 'The card transaction was authorized and subsequently voided (i.e., canceled). '; -$_['squareup_status_comment_failed'] = 'The card transaction failed.'; -$_['entry_total'] = 'Total'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_merchant'] = 'ID del comerciante'; -$_['entry_transaction_id'] = 'ID de la transacción'; -$_['entry_order_id'] = 'ID del pedido'; -$_['entry_partner_solution_id'] = 'Partner Solution ID'; -$_['entry_type'] = 'Tipo de transacción'; -$_['entry_currency'] = 'Divisa'; -$_['entry_amount'] = 'Monto'; -$_['entry_browser'] = 'Customer User Agent'; -$_['entry_ip'] = 'Dirección IP del cliente'; -$_['entry_date_created'] = 'Date Created'; -$_['entry_billing_address_company'] = 'Billing Company'; -$_['entry_billing_address_street'] = 'Calle de facturación'; -$_['entry_billing_address_city'] = 'Ciudad de facturación'; -$_['entry_billing_address_postcode'] = 'Código postal de facturación'; -$_['entry_billing_address_province'] = 'Billing Province/State'; -$_['entry_billing_address_country'] = 'Billing Country'; -$_['entry_status_authorized'] = 'Autorizado'; -$_['entry_status_captured'] = 'Capturado'; -$_['entry_status_voided'] = 'Nulo'; -$_['entry_status_failed'] = 'Fallido'; -$_['entry_setup_confirmation'] = 'Setup confirmation:'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de Square!'; -$_['error_permission_recurring'] = 'Aviso: ¡No tienes permiso para modificar los pagos recurrentes!'; -$_['error_transaction_missing'] = 'Transaction not found!'; -$_['error_no_ssl'] = 'Warning: SSL is not enabled on your admin panel. Please enable it to finish your configuration.'; -$_['error_user_rejected_connect_attempt'] = 'El intento de conexión fue cancelado por el usuario.'; -$_['error_possible_xss'] = 'We detected a possible cross site attack and have terminated your connection attempt. Please verify your application ID and secret and try again using the buttons in the admin panel.'; -$_['error_invalid_email'] = 'The provided e-mail address is not valid!'; -$_['error_cron_acknowledge'] = 'Please confirm you have set up a CRON job.'; -$_['error_client_id'] = 'The app client ID is a required field'; -$_['error_client_secret'] = 'The app client secret is a required field'; -$_['error_sandbox_client_id'] = 'The sandbox client ID is a required field when sandbox mode is enabled'; -$_['error_sandbox_token'] = 'The sandbox token is a required field when sandbox mode is enabled'; -$_['error_no_location_selected'] = 'The location is a required field'; -$_['error_refresh_access_token'] = 'An error occurred when trying to refresh the extension\'s connection to your Square account. Please verify your application credentials and try again.'; -$_['error_form'] = 'Please check the form for errors and try to save agian.'; -$_['error_token'] = 'An error was encountered while refreshing the token: %s'; -$_['error_no_refund'] = 'Falló el rembolso.'; -$_['column_transaction_id'] = 'ID de la transacción'; -$_['column_order_id'] = 'ID del pedido'; -$_['column_customer'] = 'Cliente'; -$_['column_status'] = 'Estado'; -$_['column_type'] = 'Tipo'; -$_['column_amount'] = 'Monto'; -$_['column_ip'] = 'IP'; -$_['column_date_created'] = 'Date Created'; -$_['column_action'] = 'Acción'; -$_['column_refunds'] = 'Refunds'; -$_['column_reason'] = 'Razón'; -$_['column_fee'] = 'Processing Fee'; -$_['button_void'] = 'Nulo'; -$_['button_refund'] = 'Reembolso'; -$_['button_capture'] = 'Captura'; -$_['button_connect'] = 'Conectar'; -$_['button_reconnect'] = 'Reconectar'; -$_['button_refresh'] = 'Refresh token'; diff --git a/upload/admin/language/es-cl/extension/payment/twocheckout.php b/upload/admin/language/es-cl/extension/payment/twocheckout.php deleted file mode 100644 index b812453..0000000 --- a/upload/admin/language/es-cl/extension/payment/twocheckout.php +++ /dev/null @@ -1,21 +0,0 @@ -2Checkout'; -$_['entry_account'] = 'ID de cuenta de 2Checkout'; -$_['entry_secret'] = 'Palabra secreta'; -$_['entry_display'] = 'Pago directo'; -$_['entry_test'] = 'Modo de pruebas'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_secret'] = 'The secret word to confirm transactions with (must be the same as defined on the merchant account configuration page).'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el pago 2Checkout!'; -$_['error_account'] = '¡Se requiere el número de cuenta!'; -$_['error_secret'] = '¡Se requiere la palabra secreta!'; diff --git a/upload/admin/language/es-cl/extension/payment/web_payment_software.php b/upload/admin/language/es-cl/extension/payment/web_payment_software.php deleted file mode 100644 index bea2500..0000000 --- a/upload/admin/language/es-cl/extension/payment/web_payment_software.php +++ /dev/null @@ -1,24 +0,0 @@ -Web Payment Software'; -$_['text_test'] = 'Prueba'; -$_['text_live'] = 'En producción'; -$_['text_authorization'] = 'Autorización'; -$_['text_capture'] = 'Captura'; -$_['entry_login'] = 'ID del comerciante'; -$_['entry_key'] = 'Clave del mercader'; -$_['entry_mode'] = 'Modo de transacción'; -$_['entry_method'] = 'Método de la transacción'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de Web Payment Software!'; -$_['error_login'] = '¡Se requiere el ID de inicio de sesión!'; -$_['error_key'] = '¡Se requiere la clave de transacción!'; diff --git a/upload/admin/language/es-cl/extension/payment/wechat_pay.php b/upload/admin/language/es-cl/extension/payment/wechat_pay.php deleted file mode 100644 index d181c74..0000000 --- a/upload/admin/language/es-cl/extension/payment/wechat_pay.php +++ /dev/null @@ -1,26 +0,0 @@ -Wechat Pay Website'; -$_['entry_app_id'] = 'App ID'; -$_['entry_app_secret'] = 'Secreto de la app'; -$_['entry_mch_id'] = 'ID del comerciante'; -$_['entry_api_secret'] = 'Secreto de la API'; -$_['entry_debug'] = 'Modo de depuración'; -$_['entry_total'] = 'Total'; -$_['entry_currency'] = 'Divisa'; -$_['entry_completed_status'] = 'Estado de completado'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['help_total'] = 'The checkout total the order must reach before this payment method becomes active'; -$_['help_currency'] = 'The currency customer paid merchant!'; -$_['help_wechat_pay_setup'] = 'Click here to learn how to set up Wechat Pay account.'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de WeChat!'; -$_['error_app_id'] = '¡Se requiere el ID de app!'; -$_['error_app_secret'] = '¡Se requiere el secreto de la app!'; -$_['error_mch_id'] = 'Merchant ID required!'; -$_['error_api_secret'] = '¡Se requiere el secreto de la API!'; diff --git a/upload/admin/language/es-cl/extension/payment/worldpay.php b/upload/admin/language/es-cl/extension/payment/worldpay.php deleted file mode 100644 index 54e212b..0000000 --- a/upload/admin/language/es-cl/extension/payment/worldpay.php +++ /dev/null @@ -1,59 +0,0 @@ -Worldpay'; -$_['text_test'] = 'Prueba'; -$_['text_live'] = 'En producción'; -$_['text_authenticate'] = 'Autenticar'; -$_['text_release_ok'] = 'El lanzamiento ha sido exitoso'; -$_['text_release_ok_order'] = 'Release was successful, order status updated to success - settled'; -$_['text_refund_ok'] = 'Rebate was successful'; -$_['text_refund_ok_order'] = 'Rebate was successful, order status updated to refund'; -$_['text_void_ok'] = 'La anulación fue exitosa, el estado del pedido fue actualizado a anulado'; -$_['entry_service_key'] = 'Clave de servicio'; -$_['entry_client_key'] = 'Clave de cliente'; -$_['entry_total'] = 'Total'; -$_['entry_order_status'] = 'Estado del pedido'; -$_['entry_geo_zone'] = 'Zona geográfica'; -$_['entry_status'] = 'Estado'; -$_['entry_sort_order'] = 'Orden'; -$_['entry_debug'] = 'Registro de depuración'; -$_['entry_card'] = 'Tarjetas de casas comerciales'; -$_['entry_secret_token'] = 'Token secreto'; -$_['entry_webhook_url'] = 'URL del webhook:'; -$_['entry_cron_job_url'] = 'URL del cronjob:'; -$_['entry_last_cron_job_run'] = 'Hora de la última ejecución de la tarea programada:'; -$_['entry_success_status'] = 'Estado exitoso:'; -$_['entry_failed_status'] = 'Estado fallido:'; -$_['entry_settled_status'] = 'Settled Status:'; -$_['entry_refunded_status'] = 'Estado del reembolso'; -$_['entry_partially_refunded_status'] = 'Partially Refunded Status:'; -$_['entry_charged_back_status'] = 'Reversado:'; -$_['entry_information_requested_status'] = 'Estado para información solicitada:'; -$_['entry_information_supplied_status'] = 'Estado de la información entregada:'; -$_['entry_chargeback_reversed_status'] = 'Chargeback Reversed Status:'; -$_['entry_reversed_status'] = 'Estado de reversado:'; -$_['entry_voided_status'] = 'Voided Status:'; -$_['help_total'] = 'El total a pagar que el pedido debe alcanzar antes de que este medio de pago se vuelva activo.'; -$_['help_debug'] = 'Al activar la depuración, se escribirán datos sensibles al archivo de registro. Siempre deberías desactivarla, a menos que se te lo pida'; -$_['help_secret_token'] = 'Haz esto largo y difícil de adivinar'; -$_['help_webhook_url'] = 'Set Worldpay webhooks to call this URL'; -$_['help_cron_job_url'] = 'Establecer un cronjob para llamar a esta URL'; -$_['tab_settings'] = 'Configuraciones'; -$_['tab_order_status'] = 'Estado del pedido'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de pagos de Worldpay!'; -$_['error_service_key'] = '¡Se requiere la clave de servicio!'; -$_['error_client_key'] = '¡Se requiere la clave del cliente!'; -$_['text_payment_info'] = 'Información de pago'; -$_['text_refund_status'] = 'Payment refund'; -$_['text_order_ref'] = 'Order ref'; -$_['text_order_total'] = 'Total autorizado'; -$_['text_total_released'] = 'Total liberado'; -$_['text_transactions'] = 'Transacciones'; -$_['text_column_amount'] = 'Monto'; -$_['text_column_type'] = 'Tipo'; -$_['text_column_date_added'] = 'Agregado'; -$_['text_confirm_refund'] = '¿Estás seguro de que quieres reembolsar el pago?'; -$_['button_refund'] = 'Reembolso o descuento'; diff --git a/upload/admin/language/es-cl/extension/promotion.php b/upload/admin/language/es-cl/extension/promotion.php new file mode 100644 index 0000000..439f82b --- /dev/null +++ b/upload/admin/language/es-cl/extension/promotion.php @@ -0,0 +1,3 @@ +Shipping services and prices guide is avaliable here:

http://www.royalmail.com/international-zones

http://www.royalmail.com/sites/default/files/RM_OurPrices_Mar2014a.pdf

http://www.royalmail.com/sites/default/files/RoyalMail_International_TrackedCoverage_Jan2014.pdf

'; -$_['tab_special_delivery_500'] = 'Entrega especial al día siguiente (£500)'; -$_['tab_special_delivery_1000'] = 'Entrega especial al día siguiente (£1000)'; -$_['tab_special_delivery_2500'] = 'Entrega especial al día siguiente (£2500)'; -$_['tab_1st_class_signed'] = '1st Class Signed'; -$_['tab_2nd_class_signed'] = '2nd Class Signed'; -$_['tab_1st_class_standard'] = '1era clase estándar'; -$_['tab_2nd_class_standard'] = '2nd Class Standard'; -$_['tab_international_standard'] = 'Estándar internacional'; -$_['tab_international_tracked_signed'] = 'International Tracked & Signed'; -$_['tab_international_tracked'] = 'Con seguimiento internacional'; -$_['tab_international_signed'] = 'Firmado internacionalmente'; -$_['tab_international_economy'] = 'Economía internacional'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el módulo de envíos del Royal Mail!'; diff --git a/upload/admin/language/es-cl/extension/shipping/ups.php b/upload/admin/language/es-cl/extension/shipping/ups.php deleted file mode 100644 index 8e84241..0000000 --- a/upload/admin/language/es-cl/extension/shipping/ups.php +++ /dev/null @@ -1,107 +0,0 @@ -Apellidos = {lastname}
Empresa = {company}
Dirección 1 = {address_1}
Dirección 2 = {address_2}
Ciudad = {city}
Código postal = {postcode}
Zona = {zone}
Código de zona = {zone_code}
País = {country}'; +$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los formatos de dirección!'; +$_['error_name'] = '¡El nombre de formato de dirección debe tener entre 1 y 128 caracteres!'; +$_['error_default'] = 'Aviso: ¡No se puede eliminar este formato de dirección debido a que se encuentra asignado como el formato de dirección predeterminado de la tienda!'; +$_['error_country'] = 'Éxito: ¡No se puede eliminar este formato de dirección porque se encuentra asignado a %s países!'; diff --git a/upload/admin/language/es-cl/localisation/country.php b/upload/admin/language/es-cl/localisation/country.php index 3e7a5b4..d131b42 100644 --- a/upload/admin/language/es-cl/localisation/country.php +++ b/upload/admin/language/es-cl/localisation/country.php @@ -5,22 +5,21 @@ $_['text_list'] = 'Lista de países'; $_['text_add'] = 'Agregar país'; $_['text_edit'] = 'Editar país'; -$_['column_name'] = 'Nombre del país'; +$_['text_filter'] = 'Filtrar'; +$_['column_name'] = 'Nombre de país'; $_['column_iso_code_2'] = 'Código ISO (2)'; $_['column_iso_code_3'] = 'Código ISO (3)'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre del país'; +$_['entry_name'] = 'Nombre de país'; $_['entry_iso_code_2'] = 'Código ISO (2)'; $_['entry_iso_code_3'] = 'Código ISO (3)'; -$_['entry_address_format'] = 'Formato de la dirección'; +$_['entry_address_format'] = 'Formatos de dirección'; $_['entry_postcode_required'] = 'Se requiere el código postal'; $_['entry_status'] = 'Estado'; -$_['help_address_format'] = 'Nombre = {firstname}
Apellidos = {lastname}
Empresa = {company}
Dirección 1 = {address_1}
Dirección 2 = {address_2}
Ciudad = {city}
Código postal = {postcode}
Zona = {zone}
Código de zona = {zone_code}
País = {country}'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los países!'; -$_['error_name'] = 'El nombre del país debe tener de 1 a 128 caracteres!'; -$_['error_default'] = 'Aviso: ¡No se puede eliminar este país porque está asignado actualmente como el país de la tienda predeterminada!'; -$_['error_store'] = 'Aviso: ¡No se puede eliminar el país porque está asignado a %s tiendas!'; -$_['error_address'] = 'Aviso: ¡No se puede eliminar el país porque está asignado a %s entradas de libretas de direcciones!'; -$_['error_affiliate'] = 'Aviso: ¡No se puede eliminar este país porque está asignado actualmente a %s afiliados!'; -$_['error_zone'] = 'Aviso: ¡No se puede eliminar este país porque está asignado a %s zonas!'; -$_['error_zone_to_geo_zone'] = 'Aviso: ¡No se puede eliminar este país porque está asignado a %s zonas en zonas geográficas!'; +$_['error_name'] = '¡El nombre de país debe tener entre 1 y 128 caracteres!'; +$_['error_default'] = 'Aviso: ¡No se puede eliminar este país debido a que se encuentra asignado como el país de la tienda predeterminada!'; +$_['error_store'] = 'Aviso: ¡No se puede eliminar el país debido a que se encuentra asignado a %s tiendas!'; +$_['error_address'] = 'Aviso: ¡No se puede eliminar el país debido a que se encuentra asignado a %s entradas de libretas de direcciones!'; +$_['error_zone'] = 'Aviso: ¡No se puede eliminar este país debido a que se encuentra asignado a %s zonas!'; +$_['error_zone_to_geo_zone'] = 'Aviso: ¡No se puede eliminar este país debido a que se encuentra asignado a %s zonas en zonas geográficas!'; diff --git a/upload/admin/language/es-cl/localisation/currency.php b/upload/admin/language/es-cl/localisation/currency.php index 0d7d94e..248ca7b 100644 --- a/upload/admin/language/es-cl/localisation/currency.php +++ b/upload/admin/language/es-cl/localisation/currency.php @@ -4,14 +4,15 @@ $_['text_success'] = 'Éxito: ¡Has modificado las divisas!'; $_['text_list'] = 'Lista de divisas'; $_['text_add'] = 'Agregar divisa'; -$_['text_edit'] = 'Editar la divisa'; -$_['text_iso'] = 'You can find a full list of ISO currency codes and settings here.'; -$_['column_title'] = 'Título de la divisa'; +$_['text_edit'] = 'Editar divisa'; +$_['text_iso'] = 'Puedes encontrar una lista completa de códigos de divisas y preferencias aquí.'; +$_['column_title'] = 'Título de divisa'; $_['column_code'] = 'Código'; $_['column_value'] = 'Valor'; +$_['column_status'] = 'Estado'; $_['column_date_modified'] = 'Última actualización'; $_['column_action'] = 'Acción'; -$_['entry_title'] = 'Título de la divisa'; +$_['entry_title'] = 'Título de divisa'; $_['entry_code'] = 'Código'; $_['entry_value'] = 'Valor'; $_['entry_symbol_left'] = 'Símbolo a la izquierda'; @@ -19,10 +20,11 @@ $_['entry_decimal_place'] = 'Digitos decimales'; $_['entry_status'] = 'Estado'; $_['help_code'] = 'No lo cambies si esta es tu divisa predeterminada.'; -$_['help_value'] = 'Establece en 1.00000 si esta es tu divisa predeterminada.'; +$_['help_value'] = 'El valor de tu divisa predeterminada en la actual unidad de divisas. Establécelo en 1 para tu divisa predeterminada.'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las divisas!'; -$_['error_title'] = '¡El título de la divisa debe tener de 3 a 32 caracteres!'; +$_['error_extension'] = 'Aviso: ¡No se pudo encontrar la extensión de divisas!'; +$_['error_title'] = '¡El título de divisa debe tener entre 3 y 32 caracteres!'; $_['error_code'] = '¡El código de la divisa debe tener 3 caracteres!'; -$_['error_default'] = 'Aviso: ¡Esta divisa no se puede eliminar porque está asignada como la divisa de la tienda predeterminada!'; -$_['error_store'] = 'Aviso: ¡No se puede eliminar esta divisa porque está asignada a %s tiendas!'; -$_['error_order'] = 'Aviso: ¡No se puede eliminar esta divisa porque está asignada a %s pedidos!'; +$_['error_default'] = 'Aviso: ¡Esta divisa no se puede eliminar debido a que se encuentra asignada como la divisa de la tienda predeterminada!'; +$_['error_store'] = 'Aviso: ¡No se puede eliminar esta divisa debido a que se encuentra asignada a %s tiendas!'; +$_['error_order'] = 'Aviso: ¡No se puede eliminar esta divisa debido a que se encuentra asignada a %s pedidos!'; diff --git a/upload/admin/language/es-cl/localisation/geo_zone.php b/upload/admin/language/es-cl/localisation/geo_zone.php index 6ab563e..10aaf83 100644 --- a/upload/admin/language/es-cl/localisation/geo_zone.php +++ b/upload/admin/language/es-cl/localisation/geo_zone.php @@ -4,16 +4,16 @@ $_['text_success'] = 'Éxito: ¡Has modificado las zonas geográficas!'; $_['text_list'] = 'Lista de zonas geográficas'; $_['text_add'] = 'Agregar zona geográfica'; -$_['text_edit'] = 'Editar la zona geogrática'; +$_['text_edit'] = 'Editar zona geogrática'; $_['text_geo_zone'] = 'Zonas geográticas'; -$_['column_name'] = 'Nombre de la zona geográfica'; +$_['column_name'] = 'Nombre de zona geográfica'; $_['column_description'] = 'Descripción'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre de la zona geográfica'; +$_['entry_name'] = 'Nombre de zona geográfica'; $_['entry_description'] = 'Descripción'; $_['entry_country'] = 'País'; $_['entry_zone'] = 'Zona'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las zonas geográficas!'; -$_['error_name'] = '¡La zona geográfica debe tener de 3 a 32 caracteres!'; -$_['error_description'] = '¡El nombre de la descripción debe tener de 3 a 255 caracteres!'; -$_['error_tax_rate'] = 'Aviso: ¡No se puede eliminar esta zona geográfica porque está asignada a una o más tasas de impuesto!'; +$_['error_name'] = '¡La zona geográfica debe tener entre 3 y 32 caracteres!'; +$_['error_description'] = '¡El nombre de descripción debe tener entre 3 y 255 caracteres!'; +$_['error_tax_rate'] = 'Aviso: ¡No se puede eliminar esta zona geográfica debido a que se encuentra asignada a una o más tasas de impuesto!'; diff --git a/upload/admin/language/es-cl/localisation/language.php b/upload/admin/language/es-cl/localisation/language.php index 7a347bf..0ff12ef 100644 --- a/upload/admin/language/es-cl/localisation/language.php +++ b/upload/admin/language/es-cl/localisation/language.php @@ -5,11 +5,11 @@ $_['text_list'] = 'Lista de idiomas'; $_['text_add'] = 'Agregar idioma'; $_['text_edit'] = 'Editar idioma'; -$_['column_name'] = 'Nombre del icioma'; +$_['column_name'] = 'Nombre de idioma'; $_['column_code'] = 'Código'; $_['column_sort_order'] = 'Orden'; $_['column_action'] = 'Acción'; -$_['entry_name'] = 'Nombre del icioma'; +$_['entry_name'] = 'Nombre de idioma'; $_['entry_code'] = 'Código'; $_['entry_locale'] = 'Configuración regional'; $_['entry_status'] = 'Estado'; @@ -17,11 +17,11 @@ $_['help_locale'] = 'Example: es_CL.UTF-8,es_CL,es-es,es_es,spanish'; $_['help_status'] = 'Mostrar o esconderlo en el menú de selección de idioma'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los idiomas!'; -$_['error_exists'] = 'Advertencia: ¡Ya habías agregado el idioma!'; -$_['error_name'] = '¡El nombre del idioma debe tener de 3 a 32 caracteres!'; -$_['error_code'] = '¡El código del idioma debe tener al menos 2 caracteres!'; +$_['error_exists'] = 'Advertencia: ¡Ya habías agregado este idioma!'; +$_['error_name'] = '¡El nombre del idioma debe tener entre 1 y 32 caracteres!'; +$_['error_code'] = '¡El código del idioma debe tener entre 2 y 5 caracteres!'; $_['error_locale'] = '¡Se requiere la configuración local!'; -$_['error_default'] = 'Aviso: ¡No se puede eliminar este idioma porque está asignado como el idioma predeterminado de la tienda!'; -$_['error_admin'] = 'Aviso: ¡No se puede eliminar este idioma porque está asignado como idioma de administración!'; -$_['error_store'] = 'Aviso: ¡No se puede eliminar este idioma porque está asignado a %s tiendas!'; -$_['error_order'] = 'Aviso: ¡No se puede eliminar este idioma porque está asignado a %s pedidos!'; +$_['error_default'] = 'Aviso: ¡No se puede eliminar este idioma debido a que se encuentra asignado como el idioma predeterminado de la tienda!'; +$_['error_admin'] = 'Aviso: ¡No se puede eliminar este idioma debido a que se encuentra asignado como idioma de administración!'; +$_['error_store'] = 'Aviso: ¡No se puede eliminar este idioma debido a que se encuentra asignado a %s tiendas!'; +$_['error_order'] = 'Aviso: ¡No se puede eliminar este idioma debido a que se encuentra asignado a %s pedidos!'; diff --git a/upload/admin/language/es-cl/localisation/length_class.php b/upload/admin/language/es-cl/localisation/length_class.php index 64fd79b..c5c7a17 100644 --- a/upload/admin/language/es-cl/localisation/length_class.php +++ b/upload/admin/language/es-cl/localisation/length_class.php @@ -1,20 +1,20 @@ %s,'; +$_['text_user'] = 'Usuario'; +$_['text_gdpr'] = 'Tu solicitud de eliminación de datos por RGPD se ha aprobado y se eliminarán en %s días.'; +$_['text_q'] = 'P. ¿Por qué no eliminamos tus datos inmediatamente?'; +$_['text_a'] = 'Las solicitudes de eliminación de cuenta se procesarán luego de %s días, así se podrá procesar cualquier reembolso, reversa de pago o detección de fraude.'; +$_['text_delete'] = 'Recibirás un mensaje por correo electrónico informando que tu cuenta se ha eliminado.'; +$_['text_thanks'] = 'Gracias.'; diff --git a/upload/admin/language/es-cl/mail/gdpr_delete.php b/upload/admin/language/es-cl/mail/gdpr_delete.php new file mode 100644 index 0000000..cb9878f --- /dev/null +++ b/upload/admin/language/es-cl/mail/gdpr_delete.php @@ -0,0 +1,10 @@ +%s,'; +$_['text_user'] = 'Usuario'; +$_['text_delete'] = 'Tu solicitud de eliminación de datos por RGPD, se ha completado.'; +$_['text_contact'] = 'Para mayor información, puedes ponerte en contacto con el dueño de la tienda aquí:'; +$_['text_thanks'] = 'Gracias.'; +$_['button_contact'] = 'Contáctanos'; diff --git a/upload/admin/language/es-cl/mail/gdpr_deny.php b/upload/admin/language/es-cl/mail/gdpr_deny.php new file mode 100644 index 0000000..e7c6dcd --- /dev/null +++ b/upload/admin/language/es-cl/mail/gdpr_deny.php @@ -0,0 +1,10 @@ +%s,'; +$_['text_user'] = 'Usuario'; +$_['text_contact'] = 'Lamentablemente, tu solicitud se ha rechazado. Para más información, puedes ponerte en contacto con la tienda aquí:'; +$_['text_thanks'] = 'Gracias.'; +$_['button_contact'] = 'Contáctanos'; diff --git a/upload/admin/language/es-cl/mail/gdpr_export.php b/upload/admin/language/es-cl/mail/gdpr_export.php new file mode 100644 index 0000000..f597331 --- /dev/null +++ b/upload/admin/language/es-cl/mail/gdpr_export.php @@ -0,0 +1,26 @@ +%s,'; +$_['text_user'] = 'Usuario'; +$_['text_gdpr'] = 'Se ha completado tu solicitud de datos por RGPD. Encontrarás a continuación tus datos de RGPD.'; +$_['text_account'] = 'Cuenta'; +$_['text_customer'] = 'Información personal'; +$_['text_address'] = 'Dirección'; +$_['text_addresses'] = 'Direcciones'; +$_['text_name'] = 'Nombre de cliente'; +$_['text_recipient'] = 'Destinatario'; +$_['text_email'] = 'Correo electrónico'; +$_['text_telephone'] = 'Teléfono'; +$_['text_company'] = 'Empresa'; +$_['text_address_1'] = 'Dirección 1'; +$_['text_address_2'] = 'Dirección 2'; +$_['text_postcode'] = 'Código postal'; +$_['text_city'] = 'Ciudad'; +$_['text_country'] = 'País'; +$_['text_zone'] = 'Región o estado'; +$_['text_history'] = 'Historial de inicios de sesión'; +$_['text_ip'] = 'IP'; +$_['text_date_added'] = 'Fecha de alta'; +$_['text_thanks'] = 'Gracias.'; diff --git a/upload/admin/language/es-cl/mail/return.php b/upload/admin/language/es-cl/mail/returns.php similarity index 100% rename from upload/admin/language/es-cl/mail/return.php rename to upload/admin/language/es-cl/mail/returns.php diff --git a/upload/admin/language/es-cl/mail/transaction.php b/upload/admin/language/es-cl/mail/transaction.php index 29f7ce6..c0d7d8f 100644 --- a/upload/admin/language/es-cl/mail/transaction.php +++ b/upload/admin/language/es-cl/mail/transaction.php @@ -1,6 +1,6 @@ %s, luego haz clic en el enlace a continuación y efectúa la compra del producto en el que desees usar esta tarjeta. Puedes ingresar el código en la página del carro de compras antes de que hagas clic en pagar.'; +$_['text_redeem'] = 'Para canjear esta tarjeta de regalo, escribe el código de canje, el cual es %s. Luego, haz clic en el siguiente enlace y compra el producto que desees para utilizar esta tarjeta de regalo. Puedes ingresar el código de la tarjeta de regalo en la página del carro de compra antes de que hagas clic en pagar.'; $_['text_footer'] = 'Por favor responde a este mensaje si tienes alguna pregunta.'; +$_['text_sent'] = 'Aviso: ¡El correo electrónico con la tarjeta de regalo ha sido enviado!'; diff --git a/upload/admin/language/es-cl/marketing/affiliate.php b/upload/admin/language/es-cl/marketing/affiliate.php new file mode 100644 index 0000000..d1ebaf1 --- /dev/null +++ b/upload/admin/language/es-cl/marketing/affiliate.php @@ -0,0 +1,67 @@ +here.'; +$_['text_signup'] = 'Por favor ingresa la información de la API de OpenCart, la cual puedes obtener aquí.'; $_['entry_username'] = 'Nombre de usuario'; $_['entry_secret'] = 'Secreto'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar la API del mercado!'; diff --git a/upload/admin/language/es-cl/marketplace/cron.php b/upload/admin/language/es-cl/marketplace/cron.php new file mode 100644 index 0000000..4205ace --- /dev/null +++ b/upload/admin/language/es-cl/marketplace/cron.php @@ -0,0 +1,20 @@ +documentación de OpenCart.'; +$_['text_cron_2'] = 'Necesitas establecer tu tarea Cron para ejecutarse cada hora.'; +$_['text_info'] = 'Información del CRON'; +$_['text_hour'] = 'Hora'; +$_['text_day'] = 'Día'; +$_['text_month'] = 'Mes'; +$_['column_code'] = 'Código de Cron'; +$_['column_cycle'] = 'Ciclo'; +$_['column_date_added'] = 'Fecha de alta'; +$_['column_date_modified'] = 'Fecha de modificación'; +$_['column_action'] = 'Acción'; +$_['entry_cron'] = 'URL de Cron'; +$_['entry_description'] = 'Descripción'; +$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar trabajos Cron!'; diff --git a/upload/admin/language/es-cl/marketplace/event.php b/upload/admin/language/es-cl/marketplace/event.php index 79c8998..1e6d8ac 100644 --- a/upload/admin/language/es-cl/marketplace/event.php +++ b/upload/admin/language/es-cl/marketplace/event.php @@ -3,12 +3,12 @@ $_['heading_title'] = 'Eventos'; $_['text_success'] = 'Éxito: ¡Has modificado los eventos!'; $_['text_list'] = 'Lista de eventos'; -$_['text_event'] = 'Events are used by extensions to override the default functionality of your store. If you have issues you can disable or enable the events here.'; +$_['text_event'] = 'Los eventos son utilizados por las extensiones para pasar por alto la funcionalidad predeterminada de tu tienda. Si tienes problemas, puedes desactivar o activar los eventos aquí.'; $_['text_info'] = 'Información del evento'; -$_['text_trigger'] = 'Trigger'; -$_['text_action'] = 'Acción'; $_['column_code'] = 'Código de evento'; -$_['column_status'] = 'Estado'; $_['column_sort_order'] = 'Orden'; $_['column_action'] = 'Acción'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las extensiones!'; +$_['entry_description'] = 'Descripción'; +$_['entry_trigger'] = 'Disparador'; +$_['entry_action'] = 'Acción'; +$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar los eventos!'; diff --git a/upload/admin/language/es-cl/marketplace/extension.php b/upload/admin/language/es-cl/marketplace/extension.php index 654a401..bb2efae 100644 --- a/upload/admin/language/es-cl/marketplace/extension.php +++ b/upload/admin/language/es-cl/marketplace/extension.php @@ -2,6 +2,6 @@ $_['heading_title'] = 'Extensiones'; $_['text_success'] = 'Éxito: ¡Has modificado las extensiones!'; -$_['text_list'] = 'Extension List'; -$_['text_type'] = 'Choose the extension type'; -$_['text_filter'] = 'Filtro'; +$_['text_list'] = 'Lista de extensiones'; +$_['text_type'] = 'Elige el tipo de extensión'; +$_['text_filter'] = 'Filtrar'; diff --git a/upload/admin/language/es-cl/marketplace/install.php b/upload/admin/language/es-cl/marketplace/install.php deleted file mode 100644 index b640d3f..0000000 --- a/upload/admin/language/es-cl/marketplace/install.php +++ /dev/null @@ -1,16 +0,0 @@ - ni <'; -$_['error_tracking_courier'] = 'Debes seleccionar una portadora si quieres agregar un ID de seguimiento'; -$_['error_tracking_custom'] = 'Por favor deja el campo del portador vacío si quieres usar el portador predeterminado'; -$_['error_permission'] = 'No tienes permiso para modificar la extensión de OpenBay Pro'; -$_['error_file_delete'] = 'No se pudo eliminar estos archivos, deberías eliminarlos manualmente'; -$_['error_mkdir'] = 'PHP function "mkdir" is disabled, contact your host'; -$_['error_openssl_encrypt'] = 'PHP function "openssl_encrypt" is not enabled. Contact your hosting provider.'; -$_['error_openssl_decrypt'] = 'PHP function "openssl_decrypt" is not enabled. Contact your hosting provider.'; -$_['error_fopen'] = 'PHP function "fopen" is not enabled. Contact your hosting provider.'; -$_['error_url_fopen'] = '"allow_url_fopen" directive is disabled by your host - you will be unable to import images when importing products from eBay'; -$_['error_curl'] = 'PHP library "CURL" is not enabled. Contact your hosting provider.'; -$_['error_zip'] = 'Se necesita cargar la extensión ZIP. Ponte en contacto con tu proveedor de alojamiento web.'; -$_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.'; -$_['error_oc_version'] = 'No se ha probado tu versión de OpenCart para funcionar con este módulo. Podrías experimentar problemas.'; -$_['help_clear_faq'] = 'Mostrar de nuevo todas las notificaciones de ayuda'; -$_['help_empty_data'] = 'This can cause serious damage, do not use it if you do not know what it does!'; -$_['help_easy_update'] = 'Click update to install the latest version of OpenBay Pro automatically'; -$_['help_patch'] = 'Haz clic para ejecutar los scripts de parchado'; -$_['help_beta'] = '¡Advertencia! La versión beta es la última versión de desarrollo. Podría no ser estable y podría contener errores.'; diff --git a/upload/admin/language/es-cl/marketplace/promotion.php b/upload/admin/language/es-cl/marketplace/promotion.php new file mode 100644 index 0000000..7575be8 --- /dev/null +++ b/upload/admin/language/es-cl/marketplace/promotion.php @@ -0,0 +1,6 @@ +order!'; +$_['error_order'] = 'Aviso: ¡No se puede eliminar esta tarjeta de regalo porque es parte de un pedido!'; diff --git a/upload/admin/language/es-cl/sale/voucher_theme.php b/upload/admin/language/es-cl/sale/voucher_theme.php index 1c0a1ff..bd91e2d 100644 --- a/upload/admin/language/es-cl/sale/voucher_theme.php +++ b/upload/admin/language/es-cl/sale/voucher_theme.php @@ -1,16 +1,16 @@ https://security.google.com/settings/security/apppasswords.'; +$_['help_mail_alert'] = 'Selecciona por cuáles características te gustaría recibir un correo electrónico de alerta cuando un cliente las utilice.'; +$_['help_mail_alert_email'] = 'Algunas direcciones de correo electrónico adicionales en las que quisieras que se reciba el mensaje de alerta, adicionales al correo electrónico principal de la tienda (separados por coma).'; +$_['help_session_expire'] = 'Establece el tiempo de vida de la sesión de PHP'; +$_['help_session_samesite'] = 'Establecer la cookie de sesión del mismo sitio de PHP'; +$_['help_security'] = 'Seguridad de dos factores para usuarios administradores.'; +$_['help_shared'] = 'Intenta compartir la cookie de sesión entre tiendas, así el carro puede pasarse entre distintos dominios.'; +$_['help_robots'] = 'Una lista de agentes de usuario de motores de búsqueda con sesiones compartidas que no se utilizarán. Utiliza una línea por cada agente de usuario.'; +$_['help_seo_url'] = 'Para usar URL\'s para SEO, el módulo de Apache mod_rewrite debe estar instalado y necesitas renombrar el archivo htaccess.txt a .htaccess.'; +$_['help_file_max_size'] = 'El tamaño de archivo máximo que permites que los clientes carguen. Ingrésalo como megabyte.'; $_['help_file_ext_allowed'] = 'Agrega cuáles extensiones de archivo se permitirá cargar. Usa una línea nueva para cada valor.'; -$_['help_file_mime_allowed'] = 'Add which file mime types are allowed to be uploaded. Use a new line for each value.'; +$_['help_file_mime_allowed'] = 'Agrega a cuáles tipos MIME se permite la carga. Utiliza una nueva línea por cada valor.'; $_['help_maintenance'] = 'Previene que los clientes naveguen por la tienda. En su lugar, verán un mensaje de mantenimiento. Si inicias sesión como administrador, verás la tienda como normal.'; -$_['help_password'] = 'Allow forgotten password to be used for the admin. This will be disabled automatically if the system detects a hack attempt.'; $_['help_encryption'] = 'Por favor provee una clave secreta que se usará para cifrar la información privada al procesar pedidos.'; $_['help_compression'] = 'GZIP para transferencia más eficiente desde clientes que lo requieren. El nivel de compresión debe estar entre 0 y 9.'; $_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; -$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las configuraciones!'; -$_['error_meta_title'] = '¡El título debe tener de 3 a 32 caracteres!'; -$_['error_name'] = '¡El nombre de la tienda debe tener de 3 a 32 caracteres!'; -$_['error_owner'] = '¡El dueño de la tienda debe tener de 3 a 64 caracteres!'; -$_['error_address'] = '¡La dirección de la tienda debe tener de 10 a 256 caracteres!'; +$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las preferencias!'; +$_['error_meta_title'] = '¡El título debe tener entre 3 y 32 caracteres!'; +$_['error_name'] = '¡El nombre de tienda debe tener entre 3 y 32 caracteres!'; +$_['error_owner'] = '¡El dueño de la tienda debe tener entre 3 y 64 caracteres!'; +$_['error_address'] = '¡La dirección de tienda debe tener entre 10 y 256 caracteres!'; $_['error_email'] = '¡La dirección de correo electrónico no parece ser válida!'; -$_['error_telephone'] = '¡El teléfono debe tener de 3 a 32 caracteres!'; -$_['error_limit'] = '¡Se requiere el límite!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; +$_['error_product_description_length'] = '¡Se requiere la descripción de longitud de producto!'; +$_['error_pagination'] = '¡Se requiere la paginación!'; $_['error_login_attempts'] = '¡Los intentos de inicio de sesión deben ser mayores a 0!'; $_['error_customer_group_display'] = '¡Debes incluir el grupo de clientes predeterminado si vas a usar esta característica!'; -$_['error_voucher_min'] = 'Minimum voucher amount required!'; +$_['error_voucher_min'] = '¡Se requiere el monto mínimo del cupón!'; $_['error_voucher_max'] = '¡Se requiere el monto máximo de la tarjeta de regalo!'; -$_['error_processing_status'] = 'You must choose at least 1 order process status'; +$_['error_customer_online_expire'] = '¡Configuración de tiempo de espera requerido para la lista de clientes conectados!'; +$_['error_processing_status'] = 'Debes elegir al menos 1 estado de proceso de pedido'; $_['error_complete_status'] = 'Debes elegir al menos un estado de pedido completo'; +$_['error_image_thumb'] = '¡Se requieren las dimensiones del tamaño de la miniatura de la imagen!'; +$_['error_image_popup'] = '¡Se requieren las dimensiones de tamaño de la ventana emergente!'; +$_['error_image_product'] = '¡Se requieren las dimensiones de tamaño de la lista de productos!'; +$_['error_image_category'] = '¡Se requieren las dimensiones de tamaño de la lista de categorías!'; +$_['error_image_additional'] = '¡Se requieren las dimensiones de la imagen adicional del producto!'; +$_['error_image_related'] = '¡Se requieren las dimensiones del tamaño de la imagen del producto relacionado!'; +$_['error_image_compare'] = '¡Se requieren las dimensiones de tamaño de la imagen para comparar!'; +$_['error_image_wishlist'] = '¡Se requieren las dimensiones de tamaño de la imagen de la lista de deseos!'; +$_['error_image_cart'] = '¡Se requieren las dimensiones de tamaño de la imagen del carro!'; +$_['error_image_location'] = '¡Se requieren las dimensiones de la imagen de la tienda!'; +$_['error_file_max_size'] = '¡Se requiere el tamaño máximo de archivo!'; +$_['error_security'] = '¡No se puede utilizar la seguridad de dos factores debido a que no tienes aún establecida tu dirección de correo electrónico!'; +$_['error_extension'] = '¡No están permitidas las cargas de PHP!'; +$_['error_mime'] = '¡No están permitidas las cargas de PHP!'; $_['error_log_required'] = '¡Se requiere el nombre de archivo del registro de errores!'; $_['error_log_invalid'] = '¡El nombre del archivo de registro no es válido!'; $_['error_log_extension'] = '¡Se necesita que la extensión del archivo de registro sea .log!'; -$_['error_encryption'] = '¡La clave de cifrado debe tener de 32 a 1024 caracteres!'; +$_['error_encryption'] = '¡La clave de cifrado debe tener entre 32 y 1024 caracteres!'; diff --git a/upload/admin/language/es-cl/setting/store.php b/upload/admin/language/es-cl/setting/store.php index 5aa9cf2..4cf207c 100644 --- a/upload/admin/language/es-cl/setting/store.php +++ b/upload/admin/language/es-cl/setting/store.php @@ -1,46 +1,52 @@
No uses directorios para crear una nueva tienda. Deberías siempre apuntar a otro dominio o subdominio en tu hosting.'; -$_['help_ssl'] = 'SSL URL to your store. Make sure to add \'/\' at the end. Example: http://www.yourdomain.com/path/

Don\'t use directories to create a new store. You should always point another domain or sub domain to your hosting.'; -$_['help_geocode'] = 'Please enter your store location geocode manually.'; +$_['entry_image_category'] = 'Tamaño de la imagen de la categoría (ancho x altura)'; +$_['entry_image_thumb'] = 'Tamaño de imagen en miniatura de producto (ancho x alto)'; +$_['entry_image_popup'] = 'Tamaño de la imagen emergente del producto (ancho x alto)'; +$_['entry_image_product'] = 'Tamaño del listado de imagen del producto (ancho x alto)'; +$_['entry_image_additional'] = 'Tamaño de la imagen del producto adicional (ancho x altura)'; +$_['entry_image_related'] = 'Tamaño de la imagen del producto relacionado (ancho x altura)'; +$_['entry_image_compare'] = 'Comparar el tamaño de la imagen (ancho por altura)'; +$_['entry_image_wishlist'] = 'Tamaño de la imagen de la lista de deseos (ancho x altura)'; +$_['entry_image_cart'] = 'Tamaño de la imagen del carro (ancho x altura)'; +$_['entry_image_location'] = 'Tamaño de la imagen de la tienda (ancho x altura)'; +$_['entry_width'] = 'Ancho'; +$_['entry_height'] = 'Altura'; +$_['help_url'] = 'Incluye la URL completa a tu tienda. Asegúrate de agregar \'/\' al final. P.ej.: http://www.tudominio.com/ruta/

No uses directorios para crear una nueva tienda. Deberías siempre apuntar a otro dominio o subdominio en tu hosting.'; +$_['help_geocode'] = 'Por favor ingresa manualmente el geocódigo de la ubicación de la tienda.'; $_['help_open'] = 'Llena los campos con los horarios de apertura de tu tienda.'; -$_['help_comment'] = 'Este campo es para notas especiales que te gustaría entregar al cliente. Ej. la tienda no acepta cheques.'; -$_['help_location'] = 'The different store locations you have that you want displayed on the contact us form.'; +$_['help_comment'] = 'Este campo es para notas especiales que te gustaría entregar al cliente. P.ej. la tienda no acepta cheques.'; +$_['help_location'] = 'Las diferentes ubicaciones de la tienda tiene y deseas que se muestren en el formulario de contacto.'; $_['help_currency'] = 'Cambia la divisa predeterminada. Limpia el caché de tu navegador para ver el cambio y restablece tu cookie existente.'; -$_['help_tax_default'] = 'Use the store address to calculate taxes if customer is not logged in. You can choose to use the store address for the customer\'s shipping or payment address.'; -$_['help_tax_customer'] = 'Use the customers default address when they login to calculate taxes. You can choose to use the default address for the customer\'s shipping or payment address.'; +$_['help_pagination'] = 'Determina cuántos artículos del catálogo se muestran por página (productos, categorías, etc.)'; +$_['help_product_description_length'] = 'En la vista de lista, límite de caracteres de descripción corta (categorías, ofertas especiales, etc.)'; +$_['help_cookie'] = 'Mostrar la política de cookies como parte de la legislación europea.'; +$_['help_gdpr'] = 'Habilita características de RGPD, tales como que los clientes puedan solicitar la eliminación de sus cuentas.'; +$_['help_tax_default'] = 'Utiliza la dirección de la tienda para calcular los impuestos si el cliente no inicia sesión. Puedes elegir utilizar la dirección de la tienda para la dirección de envío o de facturación del cliente.'; +$_['help_tax_customer'] = 'Utiliza la dirección predeterminada del cliente cuando haya que calcular los impuestos. Puedes elegir entre utilizar la dirección de envío o de facturación del cliente.'; $_['help_customer_group'] = 'Grupo de clientes predeterminado.'; -$_['help_customer_group_display'] = 'Display customer groups that new customers can select to use such as wholesale and business when signing up.'; +$_['help_customer_group_display'] = 'Mostrar los grupos de clientes que los nuevos clientes puedan seleccionar para utilizar, tales como mayoristas y negocios cuando se registren.'; $_['help_customer_price'] = 'Mostrar los precios solo cuando el cliente haya iniciado la sesión.'; -$_['help_account'] = 'Fuerza a que la gente esté de acuerdo con los términos antes de poder crearse una cuenta.'; -$_['help_checkout_guest'] = 'Permitir a los clientes pagar sin crear una cuenta. Esto no estará disponible cuando un producto descargable se encuentre en el carro de compra.'; -$_['help_checkout'] = 'Fuerza a que la gente esté de acuerdo con los términos antes de que un cliente pueda realizar el pago.'; -$_['help_order_status'] = 'Establece el estado predeterminado del pedido al procesarse un pedido.'; +$_['help_account'] = 'Fuerza a que los clientes estén de acuerdo con los términos antes de poder crear una cuenta.'; +$_['help_checkout_guest'] = 'Permitir a los clientes pagar sin crear una cuenta. Esto no estará disponible cuando un producto descargable se encuentre en el carro de compras.'; +$_['help_checkout'] = 'Fuerza a que los clientes estén de acuerdo con los términos antes de que puedan realizar el pago.'; $_['help_stock_display'] = 'Mostrar la cantidad de existencias en la página del producto.'; -$_['help_stock_checkout'] = 'Permitir que los clientes realicen pagos por productos que no están disponibles.'; -$_['help_icon'] = 'El ícono debería ser un PNG de 16px x 16px.'; -$_['help_secure'] = 'Para usar SSL revisa con tu alojamiento web si está instalado un certificado SSL.'; +$_['help_stock_checkout'] = 'Permitir que los clientes realicen pagos por productos que no estén disponibles.'; +$_['help_product_count'] = 'Mostrar el número de productos dentro de las subcategorías en la cabecera del menú de categorías de la fachada de la tienda. ¡Te advertimos que esto causará un enorme consumo de regursos en tiendas con un montón de subcategorías!'; $_['error_warning'] = 'Aviso: ¡Por favor revise cuidadosamente los errores del formulario!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las tiendas!'; $_['error_url'] = '¡Se requiere la URL de la tienda!'; -$_['error_meta_title'] = '¡El título debe tener de 3 a 32 caracteres!'; -$_['error_name'] = '¡El nombre de la tienda debe tener de 3 a 32 caracteres!'; -$_['error_owner'] = '¡El dueño de la tienda debe tener de 3 a 64 caracteres!'; -$_['error_address'] = '¡La dirección de la tienda debe tener de 10 a 256 caracteres!'; +$_['error_meta_title'] = '¡El título debe tener entre 3 y 32 caracteres!'; +$_['error_name'] = '¡El nombre de tienda debe tener entre 3 y 32 caracteres!'; +$_['error_owner'] = '¡El dueño de la tienda debe tener entre 3 y 64 caracteres!'; +$_['error_address'] = '¡La dirección de tienda debe tener entre 10 y 256 caracteres!'; $_['error_email'] = '¡La dirección de correo electrónico no parece ser válida!'; -$_['error_telephone'] = '¡El teléfono debe tener de 3 a 32 caracteres!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; +$_['error_product_description_length'] = '¡Se requiere la descripción de longitud de producto!'; +$_['error_pagination'] = '¡Se requiere la paginación!'; $_['error_customer_group_display'] = '¡Debes incluir el grupo de clientes predeterminado si vas a usar esta característica!'; $_['error_default'] = 'Aviso: ¡No puedes eliminar la tienda predeterminada!'; -$_['error_store'] = 'Aviso: ¡No se puede eliminar esta tienda porque está asignada a %s pedidos!'; +$_['error_store'] = 'Aviso: ¡No se puede eliminar esta tienda debido a que se encuentra asignada a %s pedidos!'; +$_['error_image_thumb'] = '¡Se requieren las dimensiones del tamaño de la miniatura de la imagen!'; +$_['error_image_popup'] = '¡Se requieren las dimensiones de tamaño de la ventana emergente!'; +$_['error_image_product'] = '¡Se requieren las dimensiones de tamaño de la lista de productos!'; +$_['error_image_category'] = '¡Se requieren las dimensiones de tamaño de la lista de categorías!'; +$_['error_image_additional'] = '¡Se requieren las dimensiones de la imagen adicional del producto!'; +$_['error_image_related'] = '¡Se requieren las dimensiones del tamaño de la imagen del producto relacionado!'; +$_['error_image_compare'] = '¡Se requieren las dimensiones de tamaño de la imagen para comparar!'; +$_['error_image_wishlist'] = '¡Se requieren las dimensiones de tamaño de la imagen de la lista de deseos!'; +$_['error_image_cart'] = '¡Se requieren las dimensiones de tamaño de la imagen del carro!'; +$_['error_image_location'] = '¡Se requieren las dimensiones de la imagen de la tienda!'; diff --git a/upload/admin/language/es-cl/tool/backup.php b/upload/admin/language/es-cl/tool/backup.php index 46c8672..f77d8c7 100644 --- a/upload/admin/language/es-cl/tool/backup.php +++ b/upload/admin/language/es-cl/tool/backup.php @@ -1,11 +1,24 @@ ~/storage/backup/.'; +$_['column_filename'] = 'Nombre de archivo'; +$_['column_size'] = 'Tamaño'; +$_['column_date_added'] = 'Fecha de alta'; +$_['column_action'] = 'Acción'; $_['entry_progress'] = 'Progreso'; $_['entry_export'] = 'Exportar'; -$_['tab_backup'] = 'Respaldo'; -$_['tab_restore'] = 'Restaurar'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar el respaldo y recuperación!'; $_['error_export'] = 'Aviso: ¡Debes seleccionar al menos una tabla para exportar!'; +$_['error_table'] = '¡La tabla %s no está en la lista de permitidos!'; $_['error_file'] = '¡No se pudo encontrar el archivo!'; +$_['error_directory'] = '¡No se pudo encontrar el directorio!'; +$_['error_not_found'] = 'Error: ¡No se pudo encontrar el archivo %s!'; +$_['error_headers_sent'] = 'Error: ¡Los encabezados ya se enviaron!'; +$_['error_upload_size'] = '¡El archivo a cargar no puede ser mayor a %s!'; diff --git a/upload/admin/language/es-cl/tool/log.php b/upload/admin/language/es-cl/tool/log.php index 500205f..7f41427 100644 --- a/upload/admin/language/es-cl/tool/log.php +++ b/upload/admin/language/es-cl/tool/log.php @@ -3,5 +3,7 @@ $_['heading_title'] = 'Registro de errores'; $_['text_success'] = 'Éxito: ¡Has limpiado exitosamente tu registro de errores!'; $_['text_list'] = 'Lista de errores'; -$_['error_warning'] = 'Aviso: ¡Tu archivo de registro de errores %s es %s!'; $_['error_permission'] = 'Aviso: ¡No tienes permiso para borrar el registro de errores!'; +$_['error_file'] = 'Aviso: ¡No se pudo encontrar el archivo %s!'; +$_['error_size'] = 'Aviso: ¡El archivo de registro de errores %s es %s!'; +$_['error_empty'] = 'Aviso: ¡El archivo del registro de eventos %s está vacío!'; diff --git a/upload/admin/language/es-cl/tool/notification.php b/upload/admin/language/es-cl/tool/notification.php new file mode 100644 index 0000000..732abc6 --- /dev/null +++ b/upload/admin/language/es-cl/tool/notification.php @@ -0,0 +1,8 @@ +%s'; +$_['text_success'] = 'Éxito: ¡Se ha actualizado exitosamente tu cuenta de afiliado!'; +$_['text_agree'] = 'He leído y estoy de acuerdo con la %s'; $_['entry_company'] = 'Empresa'; $_['entry_website'] = 'Sitio web'; $_['entry_tax'] = 'ID de impuesto'; -$_['entry_payment'] = 'Medio de pago'; -$_['entry_cheque'] = 'Nombre del pagador del cheque'; +$_['entry_payment'] = 'Método de pago'; +$_['entry_cheque'] = 'Nombre de pagador de cheque'; $_['entry_paypal'] = 'Cuenta de correo electrónico en PayPal'; -$_['entry_bank_name'] = 'Nombre del banco'; +$_['entry_bank_name'] = 'Nombre de banco'; $_['entry_bank_branch_number'] = 'Número ABA o BSB (número de la sucursal)'; $_['entry_bank_swift_code'] = 'Código SWIFT'; -$_['entry_bank_account_name'] = 'Nombre de la cuenta'; +$_['entry_bank_account_name'] = 'Nombre de cuenta'; $_['entry_bank_account_number'] = 'Número de cuenta'; +$_['error_token'] = 'Aviso: ¡El token de afiliado no es válido!'; $_['error_agree'] = 'Aviso: ¡Debes estar de acuerdo con el %s!'; $_['error_cheque'] = '¡Se requiere el nombre del pagador del cheque!'; $_['error_paypal'] = '¡La dirección de correo electrónico de PayPal no parece ser válida!'; -$_['error_bank_account_name'] = 'Account Name required!'; +$_['error_bank_account_name'] = '¡Se requiere el nombre de cuenta!'; $_['error_bank_account_number'] = '¡Se requiere el número de la cuenta!'; $_['error_custom_field'] = '¡Se requiere %s!'; +$_['error_regex'] = '¡%s no es una entrada válida!'; diff --git a/upload/catalog/language/es-cl/account/download.php b/upload/catalog/language/es-cl/account/download.php index 270aad6..3cdb218 100644 --- a/upload/catalog/language/es-cl/account/download.php +++ b/upload/catalog/language/es-cl/account/download.php @@ -1,10 +1,12 @@ %s to your shopping cart!'; -$_['text_empty'] = '¡No has hecho pedidos anteriormente!'; +$_['text_success'] = 'Éxito: ¡Has agregado %s a tu carro de compras!'; +$_['text_no_results'] = '¡No has hecho pedidos anteriormente!'; $_['text_error'] = '¡No se pudo encontrar el pedido que solicitaaste!'; -$_['column_order_id'] = 'ID del pedido'; +$_['column_order_id'] = 'ID de pedido'; $_['column_customer'] = 'Cliente'; $_['column_product'] = 'Número de productos'; -$_['column_name'] = 'Nombre del producto'; +$_['column_name'] = 'Nombre de producto'; $_['column_model'] = 'Modelo'; $_['column_quantity'] = 'Cantidad'; $_['column_price'] = 'Precio'; @@ -28,4 +28,4 @@ $_['column_date_added'] = 'Fecha de alta'; $_['column_status'] = 'Estado'; $_['column_comment'] = 'Comentario'; -$_['error_reorder'] = '%s no está disponible actualmente para ser pedido otra vez.'; +$_['error_reorder'] = '%s no está disponible como para volver a realizar un pedido.'; diff --git a/upload/catalog/language/es-cl/account/password.php b/upload/catalog/language/es-cl/account/password.php index a8d6a21..9f93393 100644 --- a/upload/catalog/language/es-cl/account/password.php +++ b/upload/catalog/language/es-cl/account/password.php @@ -6,5 +6,6 @@ $_['text_success'] = 'Éxito: ¡Tu contraseña se ha actualizado exitosamente!'; $_['entry_password'] = 'Contraseña'; $_['entry_confirm'] = 'Confirmar la contraseña'; -$_['error_password'] = 'La contraseña debe tener de 4 a 20 caracteres!'; +$_['error_token'] = 'Aviso: ¡Token de contraseña no válido!'; +$_['error_password'] = '¡La contraseña debe tener entre 4 y 20 caracteres!'; $_['error_confirm'] = '¡La confirmación de la contraseña no coincide con la contraseña!'; diff --git a/upload/catalog/language/es-cl/account/payment_method.php b/upload/catalog/language/es-cl/account/payment_method.php new file mode 100644 index 0000000..65c59d4 --- /dev/null +++ b/upload/catalog/language/es-cl/account/payment_method.php @@ -0,0 +1,12 @@ +login page.'; +$_['text_account_already'] = 'Si ya tienes una cuenta con nosotros, por favor inicia sesión en la página de inicio de sesión.'; $_['text_your_details'] = 'Tus detalles personales'; -$_['text_newsletter'] = 'Hoja informativa'; +$_['text_newsletter'] = 'Boletín informativo'; $_['text_your_password'] = 'Tu contraseña'; -$_['text_agree'] = 'I have read and agree to the %s'; +$_['text_agree'] = 'He leído y estoy de acuerdo con la %s'; $_['entry_customer_group'] = 'Grupo de clientes'; $_['entry_firstname'] = 'Nombres'; $_['entry_lastname'] = 'Apellido'; @@ -16,12 +16,14 @@ $_['entry_newsletter'] = 'Suscribir'; $_['entry_password'] = 'Contraseña'; $_['entry_confirm'] = 'Confirmar la contraseña'; +$_['error_token'] = 'Aviso: ¡El token de registro no es válido!'; $_['error_exists'] = 'Aviso: ¡La dirección de correo electrónico ya está registrada!'; +$_['error_customer_group'] = '¡El grupo de clientes no parece ser válido!'; $_['error_firstname'] = '¡El nombre debe tener entre 1 y 32 caracteres!'; -$_['error_lastname'] = '¡El apellido debe tener de 1 a 32 caracteres!'; +$_['error_lastname'] = '¡El apellido debe tener entre 1 y 32 caracteres!'; $_['error_email'] = '¡La dirección de correo electrónico no parece ser válida!'; -$_['error_telephone'] = '¡El teléfono debe tener de 3 a 32 caracteres!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; $_['error_custom_field'] = '¡Se requiere %s!'; -$_['error_password'] = 'La contraseña debe tener de 4 a 20 caracteres!'; -$_['error_confirm'] = '¡La confirmación de la contraseña no coincide con la contraseña!'; +$_['error_regex'] = '¡%s no es una entrada válida!'; +$_['error_password'] = '¡La contraseña debe tener entre 4 y 20 caracteres!'; $_['error_agree'] = 'Aviso: ¡Debes estar de acuerdo con el %s!'; diff --git a/upload/catalog/language/es-cl/account/reset.php b/upload/catalog/language/es-cl/account/reset.php deleted file mode 100644 index 353cc9d..0000000 --- a/upload/catalog/language/es-cl/account/reset.php +++ /dev/null @@ -1,11 +0,0 @@ -Thank you for submitting your return request. Your request has been sent to the relevant department for processing.

You will be notified via e-mail as to the status of your request.

'; +$_['text_message'] = '

Gracias por enviar tu solicitud de devolución. Se ha enviado la solicitud al departamento correspondiente para ser procesado.

Te enviaremos una notificación a través de correo electrónico con el estado de la solicitud.

'; $_['text_return_id'] = 'ID de devolución:'; -$_['text_order_id'] = 'ID del pedido:'; +$_['text_orders_id'] = 'ID de pedido:'; $_['text_date_ordered'] = 'Fecha del pedido:'; $_['text_status'] = 'Estado:'; $_['text_date_added'] = 'Fecha de alta:'; $_['text_comment'] = 'Comentarios de devolución'; $_['text_history'] = 'Historial de devoluciones'; -$_['text_empty'] = '¡No has hecho devoluciones previamente!'; -$_['text_agree'] = 'I have read and agree to the %s'; +$_['text_no_results'] = '¡No has hecho devoluciones previamente!'; +$_['text_agree'] = 'He leído y estoy de acuerdo con la %s'; $_['column_return_id'] = 'ID de devolución'; -$_['column_order_id'] = 'ID del pedido'; +$_['column_order_id'] = 'ID de pedido'; $_['column_status'] = 'Estado'; $_['column_date_added'] = 'Fecha de alta'; $_['column_customer'] = 'Cliente'; -$_['column_product'] = 'Nombre del producto'; +$_['column_product'] = 'Nombre de producto'; $_['column_model'] = 'Modelo'; $_['column_quantity'] = 'Cantidad'; $_['column_price'] = 'Precio'; @@ -31,25 +31,26 @@ $_['column_comment'] = 'Comentario'; $_['column_reason'] = 'Razón'; $_['column_action'] = 'Acción'; -$_['entry_order_id'] = 'ID del pedido'; +$_['entry_order_id'] = 'ID de pedido'; $_['entry_date_ordered'] = 'Fecha del pedido'; $_['entry_firstname'] = 'Nombres'; $_['entry_lastname'] = 'Apellido'; $_['entry_email'] = 'Correo electrónico'; $_['entry_telephone'] = 'Teléfono'; -$_['entry_product'] = 'Nombre del producto'; +$_['entry_product'] = 'Nombre de producto'; $_['entry_model'] = 'Código de producto'; $_['entry_quantity'] = 'Cantidad'; $_['entry_reason'] = 'Razón de la devolución'; $_['entry_opened'] = 'El producto está abierto'; -$_['entry_fault_detail'] = 'Faulty or other details'; -$_['text_error'] = 'The returns you requested could not be found!'; -$_['error_order_id'] = '¡Se requiere el ID del pedido!'; +$_['entry_fault_detail'] = 'Defecto u otros detalles'; +$_['text_error'] = '¡No se encontraron las devoluciones que pediste!'; +$_['error_token'] = 'Aviso: ¡El token de restablecimiento no es válido!'; +$_['error_order_id'] = '¡Se requiere el ID de pedido!'; $_['error_firstname'] = '¡El nombre debe tener entre 1 y 32 caracteres!'; -$_['error_lastname'] = '¡El apellido debe tener de 1 a 32 caracteres!'; +$_['error_lastname'] = '¡El apellido debe tener entre 1 y 32 caracteres!'; $_['error_email'] = '¡La dirección de correo electrónico no parece ser válida!'; -$_['error_telephone'] = '¡El teléfono debe tener de 3 a 32 caracteres!'; -$_['error_product'] = '¡El nombre del producto debe tener de 3 a 255 caracteres!'; -$_['error_model'] = '¡El modelo del producto debe tener de 3 a 64 caracteres!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; +$_['error_product'] = '¡El nombre de producto debe tener entre 3 y 255 caracteres!'; +$_['error_model'] = '¡El modelo de producto debe tener entre 3 y 64 caracteres!'; $_['error_reason'] = '¡Debes seleccionar una razón de devolución del producto!'; $_['error_agree'] = 'Aviso: ¡Debes estar de acuerdo con el %s!'; diff --git a/upload/catalog/language/es-cl/account/reward.php b/upload/catalog/language/es-cl/account/reward.php index d8b6c20..94cbe7b 100644 --- a/upload/catalog/language/es-cl/account/reward.php +++ b/upload/catalog/language/es-cl/account/reward.php @@ -7,4 +7,4 @@ $_['text_account'] = 'Cuenta'; $_['text_reward'] = 'Puntos'; $_['text_total'] = 'La cantidad total de puntos que tienes es de:'; -$_['text_empty'] = '¡No tienes puntos!'; +$_['text_no_results'] = '¡No tienes puntos!'; diff --git a/upload/catalog/language/es-cl/account/recurring.php b/upload/catalog/language/es-cl/account/subscription.php similarity index 75% rename from upload/catalog/language/es-cl/account/recurring.php rename to upload/catalog/language/es-cl/account/subscription.php index cbe5a00..1f0bce5 100644 --- a/upload/catalog/language/es-cl/account/recurring.php +++ b/upload/catalog/language/es-cl/account/subscription.php @@ -1,14 +1,13 @@ Congratulations! Your new account has been successfully created!

You can now take advantage of member privileges to enhance your online shopping experience with us.

If you have ANY questions about the operation of this online shop, please e-mail the store owner.

A confirmation has been sent to the provided e-mail address. If you have not received it within the hour, please contact us.

'; -$_['text_approval'] = '

Thank you for registering with %s!

You will be notified by e-mail once your account has been activated by the store owner.

If you have ANY questions about the operation of this online shop, please contact the store owner.

'; +$_['text_success'] = '

¡Felicitaciones! ¡Tu nueva cuenta se ha creado exitosamente!

Ahora puedes tomar ventaja de los privilegios de ser miembro para mejorar tu experiencia de compra con nosotros.

Si tienes alguna duda acerca de cómo operar con esta tienda, por favor envía un correo electrónico al dueño de la tienda.

Una confirmación se ha enviado a la casilla de correo electrónico provista. Si no la has recibido dentro de una hora, por favor contáctanos.

'; +$_['text_approval'] = '

¡Gracias por registrarte en %s!

Recibirás una notificación por correo electrónico una vez que tu cuenta haya sido activada por el dueño de la tienda.

Si deseas realizar alguna consulta en relación a la operación de esta tienda en línea, por favor ponte en contacto con el dueño de la tienda.

'; $_['text_account'] = 'Cuenta'; -$_['text_success'] = 'Éxito'; diff --git a/upload/catalog/language/es-cl/account/tracking.php b/upload/catalog/language/es-cl/account/tracking.php index 089d74e..ee0dd57 100644 --- a/upload/catalog/language/es-cl/account/tracking.php +++ b/upload/catalog/language/es-cl/account/tracking.php @@ -1,9 +1,9 @@ login or create an account to save %s to your wish list!'; -$_['text_success'] = 'Success: You have added %s to your wish list!'; -$_['text_remove'] = 'Éxito: ¡Has modificado tu lista de deseos!'; -$_['text_empty'] = 'Tu lista de deseos está vacía.'; +$_['text_login'] = '¡Debes iniciar sesión o crear una cuenta para guardar %s en tu lista de deseos!'; +$_['text_success'] = 'Éxito: ¡Has agregado %s a tu lista de deseos!'; +$_['text_remove'] = 'Éxito: ¡Has quitado un producto de tu lista de deseos!'; +$_['text_no_results'] = 'Tu lista de deseos está vacía.'; $_['column_image'] = 'Imagen'; -$_['column_name'] = 'Nombre del producto'; +$_['column_name'] = 'Nombre de producto'; $_['column_model'] = 'Modelo'; $_['column_stock'] = 'Existencias'; $_['column_price'] = 'Precio por unidad'; $_['column_action'] = 'Acción'; +$_['error_product'] = 'Aviso: ¡No se pudo encontrar el producto!'; diff --git a/upload/catalog/language/es-cl/affiliate/login.php b/upload/catalog/language/es-cl/affiliate/login.php deleted file mode 100644 index c932560..0000000 --- a/upload/catalog/language/es-cl/affiliate/login.php +++ /dev/null @@ -1,16 +0,0 @@ -%s affiliate program is free and enables members to earn revenue by placing a link or links on their web site which advertises %s or specific products on it. Any sales made to customers who have clicked on those links will earn the affiliate commission. The standard commission rate is currently %s.

For more information, visit our FAQ page or see our Affiliate terms & conditions.

'; -$_['text_new_affiliate'] = 'Nuevo afiliado'; -$_['text_register_account'] = '

Actualmente no soy un afiliado.

Haz clic más abajo en continuar para crear una nueva cuenta de afiliado. Por favor considera que esto no está conectado en forma alguna con tu cuenta de cliente.

'; -$_['text_returning_affiliate'] = 'Inicio de sesión del afiliado'; -$_['text_i_am_returning_affiliate'] = 'Soy un afiliado que ya está registrado.'; -$_['text_forgotten'] = 'Contraseña olvidada'; -$_['entry_email'] = 'Correo electrónico del afiliado'; -$_['entry_password'] = 'Contraseña'; -$_['error_login'] = 'Warning: No match for E-Mail Address and/or Password.'; -$_['error_attempts'] = 'Aviso: Tu cuenta ha excedido el número de intentos de inicio de sesión. Por favor intenta de nuevo en 1 hora.'; -$_['error_approved'] = 'Aviso: ¡Tu cuenta requiere aprobación antes de que puedas iniciar sesión!'; diff --git a/upload/catalog/language/es-cl/affiliate/register.php b/upload/catalog/language/es-cl/affiliate/register.php deleted file mode 100644 index 93a29c4..0000000 --- a/upload/catalog/language/es-cl/affiliate/register.php +++ /dev/null @@ -1,46 +0,0 @@ -login page.'; -$_['text_signup'] = 'Para crear una cuenta de afiliado, llena el siguiente formulario, asegurándote de llenar todos los campos requeridos:'; -$_['text_your_details'] = 'Tus detalles personales'; -$_['text_your_address'] = 'Detalles de tu dirección'; -$_['text_your_affiliate'] = 'tu información de afiliado'; -$_['text_your_password'] = 'Tu contraseña'; -$_['text_cheque'] = 'Cheque'; -$_['text_paypal'] = 'PayPal'; -$_['text_bank'] = 'Transferencia bancaria'; -$_['text_agree'] = 'I have read and agree to the %s'; -$_['entry_customer_group'] = 'Grupo de clientes'; -$_['entry_firstname'] = 'Nombres'; -$_['entry_lastname'] = 'Apellido'; -$_['entry_email'] = 'Correo electrónico'; -$_['entry_telephone'] = 'Teléfono'; -$_['entry_company'] = 'Empresa'; -$_['entry_website'] = 'Sitio web'; -$_['entry_tax'] = 'ID de impuesto'; -$_['entry_payment'] = 'Medio de pago'; -$_['entry_cheque'] = 'Nombre del pagador del cheque'; -$_['entry_paypal'] = 'Cuenta de correo electrónico en PayPal'; -$_['entry_bank_name'] = 'Nombre del banco'; -$_['entry_bank_branch_number'] = 'Número ABA o BSB (número de la sucursal)'; -$_['entry_bank_swift_code'] = 'Código SWIFT'; -$_['entry_bank_account_name'] = 'Nombre de la cuenta'; -$_['entry_bank_account_number'] = 'Número de cuenta'; -$_['entry_password'] = 'Contraseña'; -$_['entry_confirm'] = 'Confirmar la contraseña'; -$_['error_exists'] = 'Aviso: ¡La dirección de correo electrónico ya está registrada!'; -$_['error_firstname'] = '¡El nombre debe tener entre 1 y 32 caracteres!'; -$_['error_lastname'] = '¡El apellido debe tener de 1 a 32 caracteres!'; -$_['error_email'] = '¡La dirección de correo electrónico no parece ser válida!'; -$_['error_telephone'] = '¡El teléfono debe tener de 3 a 32 caracteres!'; -$_['error_custom_field'] = '¡Se requiere %s!'; -$_['error_cheque'] = '¡Se requiere el nombre del pagador del cheque!'; -$_['error_paypal'] = '¡La dirección de correo electrónico de PayPal no parece ser válida!'; -$_['error_bank_account_name'] = 'Account Name required!'; -$_['error_bank_account_number'] = '¡Se requiere el número de la cuenta!'; -$_['error_password'] = 'La contraseña debe tener de 4 a 20 caracteres!'; -$_['error_confirm'] = '¡La confirmación de la contraseña no coincide con la contraseña!'; -$_['error_agree'] = 'Aviso: ¡Debes estar de acuerdo con el %s!'; diff --git a/upload/catalog/language/es-cl/affiliate/success.php b/upload/catalog/language/es-cl/affiliate/success.php deleted file mode 100644 index d5d2092..0000000 --- a/upload/catalog/language/es-cl/affiliate/success.php +++ /dev/null @@ -1,7 +0,0 @@ -Congratulations! Your new account has been successfully created!

You are now a member of %s affiliates.

If you have ANY questions about the operation of this affiliate system, please e-mail the store owner.

A confirmation has been sent to the provided e-mail address. If you have not received it within the hour, please contact us.

'; -$_['text_approval'] = '

Thank you for registering for an affiliate account with %s!

You will be notified by e-mail once your account has been activated by the store owner.

If you have ANY questions about the operation of this affiliate system, please contact the store owner.

'; -$_['text_account'] = 'Cuenta'; -$_['text_success'] = 'Éxito'; diff --git a/upload/catalog/language/es-cl/api/login.php b/upload/catalog/language/es-cl/api/account/login.php similarity index 74% rename from upload/catalog/language/es-cl/api/login.php rename to upload/catalog/language/es-cl/api/account/login.php index 81bec75..18af632 100644 --- a/upload/catalog/language/es-cl/api/login.php +++ b/upload/catalog/language/es-cl/api/account/login.php @@ -1,5 +1,6 @@ %s to your shopping cart!'; -$_['text_remove'] = 'Éxito: ¡Has modificado tu carro de compras!'; -$_['text_login'] = 'Attention: You must login or create an account to view prices!'; -$_['text_items'] = '%s artículo(s) - %s'; -$_['text_points'] = 'Puntos: %s'; +$_['heading_title'] = 'Carro de compras'; +$_['text_success'] = 'Éxito: ¡Has agregado %s a tu carro de compras!'; +$_['text_edit'] = 'Éxito: ¡Has modificado tu carro de compras!'; +$_['text_remove'] = 'Éxito: ¡Has quitado un artículo de tu carro de compras!'; +$_['text_login'] = 'Atención: ¡Debes iniciar sesión o crear una cuenta para ver los precios!'; +$_['text_no_results'] = '¡Tu carro de compras está vacío!'; $_['text_next'] = '¿Qué te gustaría hacer después?'; $_['text_next_choice'] = 'Elige si tienes un código de descuento o puntos que quieras usar o para calcular el costo de envío.'; -$_['text_empty'] = '¡Tu carro de compras está vacío!'; +$_['text_points'] = 'Puntos'; +$_['text_subscription'] = 'Suscripción'; +$_['text_subscription_trial'] = '%s cada %d %s(s) para %d pago(s) entonces '; +$_['text_subscription_duration'] = '%s cada %d %s(s) para %d pago(s)'; +$_['text_subscription_cancel'] = '%s cada %d %s(s) hasta que se cancele'; $_['text_day'] = 'día'; $_['text_week'] = 'semana'; $_['text_semi_month'] = 'mitad de mes'; $_['text_month'] = 'mes'; $_['text_year'] = 'año'; -$_['text_trial'] = '%s every %s %s for %s payments then '; -$_['text_recurring'] = '%s cada %s %s'; -$_['text_payment_cancel'] = '%s every %d %s(s) until canceled'; -$_['text_recurring_item'] = 'Artículo frecuente'; -$_['text_payment_recurring'] = 'Perfil de pago'; -$_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then'; -$_['text_payment_description'] = '%s cada %d %s(s) para %d pago(s)'; $_['column_image'] = 'Imagen'; -$_['column_name'] = 'Nombre del producto'; +$_['column_name'] = 'Nombre de producto'; $_['column_model'] = 'Modelo'; $_['column_quantity'] = 'Cantidad'; $_['column_price'] = 'Precio por unidad'; @@ -30,5 +27,5 @@ $_['error_stock'] = '¡Los productos marcados con *** no están disponibles en la cantidad deseada o no hay existencias!'; $_['error_minimum'] = '¡El monto mínimo del pedido para %s es de %s!'; $_['error_required'] = '¡Se requiere %s!'; -$_['error_product'] = 'Advertncia: ¡No hay productos en tu carro!'; -$_['error_recurring_required'] = '¡Por favor selecciona un pago frecuente!'; +$_['error_product'] = 'Aviso: ¡No se pudo encontrar el producto!'; +$_['error_subscription'] = '¡Por favor selecciona un plan de suscripción!'; diff --git a/upload/catalog/language/es-cl/checkout/checkout.php b/upload/catalog/language/es-cl/checkout/checkout.php index 214f865..9118e11 100644 --- a/upload/catalog/language/es-cl/checkout/checkout.php +++ b/upload/catalog/language/es-cl/checkout/checkout.php @@ -1,85 +1,4 @@ %s'; -$_['text_address_new'] = 'Quiero usar una nueva dirección'; -$_['text_address_existing'] = 'Quiero usar una dirección existente'; -$_['text_shipping_method'] = 'Por favor selecciona el medio de envío preferido para usar en este pedido.'; -$_['text_payment_method'] = 'Por favor selecciona el medio de pago preferido para usar en este pedido.'; -$_['text_comments'] = 'Agrega comentarios acerca de tu pedido'; -$_['text_recurring_item'] = 'Artículo frecuente'; -$_['text_payment_recurring'] = 'Perfil de pago'; -$_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then'; -$_['text_payment_description'] = '%s cada %d %s(s) para %d pago(s)'; -$_['text_payment_cancel'] = '%s every %d %s(s) until canceled'; -$_['text_day'] = 'día'; -$_['text_week'] = 'semana'; -$_['text_semi_month'] = 'mitad de mes'; -$_['text_month'] = 'mes'; -$_['text_year'] = 'año'; -$_['column_name'] = 'Nombre del producto'; -$_['column_model'] = 'Modelo'; -$_['column_quantity'] = 'Cantidad'; -$_['column_price'] = 'Precio por unidad'; -$_['column_total'] = 'Total'; -$_['entry_email_address'] = 'Dirección de correo electrónico'; -$_['entry_email'] = 'Correo electrónico'; -$_['entry_password'] = 'Contraseña'; -$_['entry_confirm'] = 'Confirmar la contraseña'; -$_['entry_firstname'] = 'Nombres'; -$_['entry_lastname'] = 'Apellido'; -$_['entry_telephone'] = 'Teléfono'; -$_['entry_address'] = 'Elegir la dirección'; -$_['entry_company'] = 'Empresa'; -$_['entry_customer_group'] = 'Grupo de clientes'; -$_['entry_address_1'] = 'Dirección 1'; -$_['entry_address_2'] = 'Dirección 2'; -$_['entry_postcode'] = 'Código postal'; -$_['entry_city'] = 'Ciudad'; -$_['entry_country'] = 'País'; -$_['entry_zone'] = 'Región o estado'; -$_['entry_newsletter'] = 'Deseo suscribirme al boletín de %s.'; -$_['entry_shipping'] = 'Mi dirección de entrega y de facturación son la misma.'; -$_['error_warning'] = 'There was a problem while trying to process your order! If the problem persists please try selecting a different payment method or you can contact the store owner by clicking here.'; -$_['error_login'] = 'Warning: No match for E-Mail Address and/or Password.'; -$_['error_attempts'] = 'Aviso: Tu cuenta ha excedido el número de intentos de inicio de sesión. Por favor intenta de nuevo en 1 hora.'; -$_['error_approved'] = 'Aviso: ¡Tu cuenta requiere aprobación antes de que puedas iniciar sesión!'; -$_['error_exists'] = 'Aviso: ¡La dirección de correo electrónico ya está registrada!'; -$_['error_firstname'] = '¡El nombre debe tener entre 1 y 32 caracteres!'; -$_['error_lastname'] = '¡El apellido debe tener de 1 a 32 caracteres!'; -$_['error_email'] = '¡No parece ser válida la dirección de correo electrónico!'; -$_['error_telephone'] = '¡El teléfono debe tener de 3 a 32 caracteres!'; -$_['error_password'] = 'La contraseña debe tener de 4 a 20 caracteres!'; -$_['error_confirm'] = '¡La confirmación de la contraseña no coincide con la contraseña!'; -$_['error_address_1'] = '¡La dirección 1 debe tener de 3 a 128 caracteres!'; -$_['error_city'] = 'La ciudad debe tener de 2 a 128 caracteres!'; -$_['error_postcode'] = '¡El código postal debe tener de 2 a 10 caracteres!'; -$_['error_country'] = '¡Por favor selecciona un país!'; -$_['error_zone'] = '¡Por favor selecciona una región o estado!'; -$_['error_agree'] = 'Aviso: ¡Debes estar de acuerdo con el %s!'; -$_['error_address'] = 'Aviso: ¡Debes seleccionar la dirección!'; -$_['error_shipping'] = 'Aviso: ¡Se requiere el medio de envío!'; -$_['error_no_shipping'] = 'Warning: No Shipping options are available. Please contact us for assistance!'; -$_['error_payment'] = 'Aviso: ¡Se requiere el medio de pago!'; -$_['error_no_payment'] = 'Warning: No Payment options are available. Please contact us for assistance!'; -$_['error_custom_field'] = '¡Se requiere %s!'; +$_['text_cart'] = 'Carro de compras'; diff --git a/upload/catalog/language/es-cl/checkout/confirm.php b/upload/catalog/language/es-cl/checkout/confirm.php new file mode 100644 index 0000000..603ad5a --- /dev/null +++ b/upload/catalog/language/es-cl/checkout/confirm.php @@ -0,0 +1,16 @@ +There was a problem processing your payment and the order did not complete.

- -

Possible reasons are:

- - -

Please try to order again using a different payment method.

- -

If the problem persists please contact us with the details of the order you are trying to place.

-'; +$_['text_message'] = '

There was a problem processing your payment and the order did not complete.

\n\n

Possible reasons are:

\n\n\n

Please try to order again using a different payment method.

\n\n

If the problem persists please contact us with the details of the order you are trying to place.

\n'; diff --git a/upload/catalog/language/es-cl/checkout/payment_address.php b/upload/catalog/language/es-cl/checkout/payment_address.php new file mode 100644 index 0000000..630d945 --- /dev/null +++ b/upload/catalog/language/es-cl/checkout/payment_address.php @@ -0,0 +1,26 @@ +%s'; +$_['text_success'] = 'Éxito: ¡Has cambiado el método de pago!'; +$_['text_comment'] = 'Éxito: ¡Comentario agregado!'; +$_['error_payment_address'] = 'Aviso: ¡Se requiere la dirección de pago!'; +$_['error_payment_method'] = 'Aviso: ¡Se requiere el método de pago!'; +$_['error_no_payment'] = 'Aviso: ¡No hay opciones de pago disponibles! Por favor contáctanos para asistencia.'; diff --git a/upload/catalog/language/es-cl/checkout/register.php b/upload/catalog/language/es-cl/checkout/register.php new file mode 100644 index 0000000..166f307 --- /dev/null +++ b/upload/catalog/language/es-cl/checkout/register.php @@ -0,0 +1,46 @@ +página de inicio de sesión.'; +$_['text_register'] = 'Registrar una cuenta'; +$_['text_guest'] = 'Pagar como invitado'; +$_['text_payment_address'] = 'Dirección de pago'; +$_['text_shipping_address'] = 'Dirección de envío'; +$_['text_your_password'] = 'Tu contraseña'; +$_['text_agree'] = 'He leído y estoy de acuerdo con la %s'; +$_['text_success_add'] = 'Éxito: ¡Se ha creado tu cuenta!'; +$_['text_success_edit'] = 'Éxito: Tu cuenta ha sido actualizada exitosamente.'; +$_['entry_customer_group'] = 'Tipo de cuenta'; +$_['entry_firstname'] = 'Nombres'; +$_['entry_lastname'] = 'Apellido'; +$_['entry_email'] = 'Correo electrónico'; +$_['entry_telephone'] = 'Teléfono'; +$_['entry_password'] = 'Contraseña'; +$_['entry_confirm'] = 'Confirmar la contraseña'; +$_['entry_company'] = 'Empresa'; +$_['entry_address_1'] = 'Dirección 1'; +$_['entry_address_2'] = 'Dirección 2'; +$_['entry_postcode'] = 'Código postal'; +$_['entry_city'] = 'Ciudad'; +$_['entry_country'] = 'País'; +$_['entry_zone'] = 'Región o estado'; +$_['entry_match'] = 'Mi dirección de entrega y de facturación son la misma.'; +$_['entry_newsletter'] = 'Deseo suscribirme al boletín de %s.'; +$_['error_guest'] = 'Aviso: ¡Los artículos de tu carro de compras requieren que crees una cuenta!'; +$_['error_firstname'] = '¡El nombre debe tener entre 1 y 32 caracteres!'; +$_['error_lastname'] = '¡El apellido debe tener entre 1 y 32 caracteres!'; +$_['error_customer_group'] = '¡El grupo de clientes no parece ser válido!'; +$_['error_customer_approval'] = 'Aviso: ¡Se requiere aprobar este grupo de clientes y no se puede utilizar con cuenta de invitado!'; +$_['error_email'] = '¡No parece ser válida la dirección de correo electrónico!'; +$_['error_exists'] = 'Aviso: ¡La dirección de correo electrónico ya está registrada!'; +$_['error_telephone'] = '¡El teléfono debe tener entre 3 y 32 caracteres!'; +$_['error_password'] = '¡La contraseña debe tener entre 4 y 20 caracteres!'; +$_['error_confirm'] = '¡La confirmación de la contraseña no coincide con la contraseña!'; +$_['error_address_1'] = '¡La dirección 1 debe tener entre 3 y 128 caracteres!'; +$_['error_city'] = '¡La ciudad debe tener entre 2 y 128 caracteres!'; +$_['error_postcode'] = '¡El código postal debe tener entre 2 y 10 caracteres!'; +$_['error_country'] = '¡Por favor selecciona un país!'; +$_['error_zone'] = '¡Por favor selecciona una región o estado!'; +$_['error_agree'] = 'Aviso: ¡Debes estar de acuerdo con el %s!'; +$_['error_custom_field'] = '¡Se requiere %s!'; +$_['error_regex'] = '¡%s no es una entrada válida!'; diff --git a/upload/catalog/language/es-cl/checkout/shipping_address.php b/upload/catalog/language/es-cl/checkout/shipping_address.php new file mode 100644 index 0000000..9137dc6 --- /dev/null +++ b/upload/catalog/language/es-cl/checkout/shipping_address.php @@ -0,0 +1,26 @@ +ponte en contacto con nosotros para solicitar asistencia!'; diff --git a/upload/catalog/language/es-cl/checkout/success.php b/upload/catalog/language/es-cl/checkout/success.php index cb5f9d9..6d5be72 100644 --- a/upload/catalog/language/es-cl/checkout/success.php +++ b/upload/catalog/language/es-cl/checkout/success.php @@ -1,8 +1,8 @@ Your order has been successfully processed!

You can view your order history by going to the my account page and by clicking on history.

If your purchase has an associated download, you can go to the account downloads page to view them.

Please direct any questions you have to the store owner.

Thanks for shopping with us online!

'; -$_['text_guest'] = '

Your order has been successfully processed!

Please direct any questions you have to the store owner.

Thanks for shopping with us online!

'; +$_['text_customer'] = '

¡Tu pedido se ha procesado exitosamente!

Puedes ver el historial de tus pedidos en la página de mi cuenta y haciendo clic en historial.

Si tu compra tuviera una descarga asociada, puedes ir a la página de descargas de la cuenta para verlas.

Por favor haz llegar cualquier pregunta que tengas al dueño de la tienda.

¡Gracias por comprar en línea con nosotros!

'; +$_['text_guest'] = '

¡Se ha procesado tu pedido exitosamente!

Puedes realizar cualquier consulta al dueño de la tienda.

¡Gracias por comprar en línea con nosotros!

'; diff --git a/upload/catalog/language/es-cl/account/voucher.php b/upload/catalog/language/es-cl/checkout/voucher.php similarity index 64% rename from upload/catalog/language/es-cl/account/voucher.php rename to upload/catalog/language/es-cl/checkout/voucher.php index 6e126ef..205cbcb 100644 --- a/upload/catalog/language/es-cl/account/voucher.php +++ b/upload/catalog/language/es-cl/checkout/voucher.php @@ -4,10 +4,10 @@ $_['text_account'] = 'Cuenta'; $_['text_voucher'] = 'Tarjeta de regalo'; $_['text_description'] = 'Esta tarjeta de regalo se enviará por correo electrónico al destinatario después de que tu pedido se haya pagado.'; -$_['text_agree'] = 'Entiendo que las tarjetas de regalo no son reembolsables.'; -$_['text_message'] = '

Thank you for purchasing a gift certificate! Once you have completed your order your gift certificate recipient will be sent an e-mail with details how to redeem their gift certificate.

'; +$_['text_agree'] = 'Entiendo que las tarjetas de regalo no son reembolsables'; +$_['text_message'] = '

¡Gracias por adquirir una tarjeta de regalo! Una vez que hayas completado tu pedido, el receptor de la tarjeta recibirá un mensaje por correo electrónico, con detalles indicando cómo canjearla.

'; $_['text_for'] = 'Tarjeta de regalo de %s para %s'; -$_['entry_to_name'] = 'Nombre del destinatario'; +$_['entry_to_name'] = 'Nombre de destinatario'; $_['entry_to_email'] = 'Correo electrónico del destinatario'; $_['entry_from_name'] = 'Tu nombre'; $_['entry_from_email'] = 'Tu correo electrónico'; @@ -16,8 +16,10 @@ $_['entry_amount'] = 'Monto'; $_['help_message'] = 'Opcional'; $_['help_amount'] = 'El valor debe estar entre %s y %s'; -$_['error_to_name'] = '¡El nombre del destinatario debe tener de 1 a 64 caracteres!'; -$_['error_from_name'] = '¡Tu nombre debe tener de 1 a 64 caracteres!'; +$_['error_token'] = 'Aviso: ¡Token de voucher no válido!'; +$_['error_voucher'] = '¡No se pudo encontrar la tarjeta de regalo!'; +$_['error_to_name'] = '¡El nombre de destinatario debe tener entre 1 y 64 caracteres!'; +$_['error_from_name'] = '¡Tu nombre debe tener entre 1 y 64 caracteres!'; $_['error_email'] = '¡La dirección de correo electrónico no parece ser válida!'; $_['error_theme'] = '¡Debes seleccionar un tema!'; $_['error_amount'] = '¡El monto debe ser entre %s y %s!'; diff --git a/upload/catalog/language/es-cl/common/cart.php b/upload/catalog/language/es-cl/common/cart.php index 8426167..1db05e7 100644 --- a/upload/catalog/language/es-cl/common/cart.php +++ b/upload/catalog/language/es-cl/common/cart.php @@ -1,7 +1,15 @@ haz clic aquí.'; +$_['button_agree'] = 'Sí, ¡está bien!'; +$_['button_disagree'] = '¡No, gracias!'; diff --git a/upload/catalog/language/es-cl/common/footer.php b/upload/catalog/language/es-cl/common/footer.php index 6440ab0..274995c 100644 --- a/upload/catalog/language/es-cl/common/footer.php +++ b/upload/catalog/language/es-cl/common/footer.php @@ -6,12 +6,13 @@ $_['text_contact'] = 'Contáctanos'; $_['text_return'] = 'Devoluciones'; $_['text_sitemap'] = 'Mapa del sitio'; +$_['text_gdpr'] = 'RGPD'; $_['text_manufacturer'] = 'Marcas'; $_['text_voucher'] = 'Tarjetas de regalo'; -$_['text_affiliate'] = 'Afiliado'; +$_['text_affiliate'] = 'Afiliados'; $_['text_special'] = 'Ofertas especiales'; $_['text_account'] = 'Mi cuenta'; $_['text_order'] = 'Historial de pedidos'; $_['text_wishlist'] = 'Lista de deseos'; -$_['text_newsletter'] = 'Hoja informativa'; -$_['text_powered'] = 'Powered By OpenCart
%s © %s'; +$_['text_newsletter'] = 'Boletín informativo'; +$_['text_powered'] = 'Impulsado por OpenCart
%s © %s'; diff --git a/upload/catalog/language/es-cl/common/header.php b/upload/catalog/language/es-cl/common/header.php index 2b98a7a..3562943 100644 --- a/upload/catalog/language/es-cl/common/header.php +++ b/upload/catalog/language/es-cl/common/header.php @@ -1,9 +1,7 @@ We are currently performing some scheduled maintenance.
We will be back as soon as possible. Please check back soon.'; +$_['text_message'] = '

Estamos llevando a cabo mantenimientos programados.
Volveremos tan pronto como sea posible. Por favor vuelve más tarde.

'; diff --git a/upload/catalog/language/es-cl/common/menu.php b/upload/catalog/language/es-cl/common/menu.php index a743792..25a09d0 100644 --- a/upload/catalog/language/es-cl/common/menu.php +++ b/upload/catalog/language/es-cl/common/menu.php @@ -1,3 +1,4 @@ '; +$_['text_home'] = ''; $_['text_yes'] = 'Sí'; $_['text_no'] = 'No'; $_['text_none'] = ' --- Ninguno --- '; @@ -17,8 +17,22 @@ $_['text_pagination'] = 'Mostrando del %d al %d de %d (%d páginas)'; $_['text_loading'] = 'Cargando...'; $_['text_no_results'] = '¡No hay resultados!'; +$_['text_just_now'] = 'justo ahora'; +$_['text_seconds_ago'] = 'Hace %s segundos'; +$_['text_minute_ago'] = 'Hace %s minuto'; +$_['text_minutes_ago'] = 'Hace %s minutos'; +$_['text_hour_ago'] = 'Hace %s hora'; +$_['text_hours_ago'] = 'Hace %s horas'; +$_['text_day_ago'] = 'Hace %s día'; +$_['text_days_ago'] = 'Hace %s días'; +$_['text_week_ago'] = 'Hace %s semana'; +$_['text_weeks_ago'] = 'Hace %s semanas'; +$_['text_month_ago'] = 'Hace %s mes'; +$_['text_months_ago'] = 'Hace %s meses'; +$_['text_year_ago'] = 'Hace %s año'; +$_['text_years_ago'] = 'Hace %s años'; $_['button_address_add'] = 'Agregar dirección'; -$_['button_back'] = 'Atrás'; +$_['button_back'] = 'Volver'; $_['button_continue'] = 'Continuar'; $_['button_cart'] = 'Agregar al carro'; $_['button_cancel'] = 'Anular'; @@ -30,7 +44,7 @@ $_['button_delete'] = 'Eliminar'; $_['button_download'] = 'Descarga'; $_['button_edit'] = 'Editar'; -$_['button_filter'] = 'Refinar la búsqueda'; +$_['button_filter'] = 'Refinar'; $_['button_new_address'] = 'Nueva dirección'; $_['button_change_address'] = 'Cambiar dirección'; $_['button_reviews'] = 'Comentarios'; @@ -46,7 +60,7 @@ $_['button_submit'] = 'Enviar'; $_['button_guest'] = 'Pagar como invitado'; $_['button_view'] = 'Ver'; -$_['button_voucher'] = 'Apply Gift Certificate'; +$_['button_voucher'] = 'Aplicar tarjeta de regalo'; $_['button_upload'] = 'Cargar archivo'; $_['button_reward'] = 'Aplicar puntos'; $_['button_quote'] = 'Conseguir cotizaciones'; @@ -62,5 +76,7 @@ $_['error_upload_7'] = 'Aviso: ¡Hubo un error al intentar escribir el archivo en el disco!'; $_['error_upload_8'] = 'Aviso: ¡La carga de archivo fue detenida debido a su extensión!'; $_['error_upload_999'] = 'Aviso: ¡No hay código de error disponible!'; +$_['error_upload_size'] = 'Aviso: ¡El archivo cargado excede el tamaño máximo: %s megabytes!'; $_['error_curl'] = 'CURL: Código de error(%s): %s'; +$_['error_session'] = 'Aviso: ¡La sesión ha expirado, por favor envía el formulario otra vez!'; $_['datepicker'] = 'es-cl'; diff --git a/upload/catalog/language/es-cl/extension/advertise/google.php b/upload/catalog/language/es-cl/extension/advertise/google.php deleted file mode 100644 index bb0def7..0000000 --- a/upload/catalog/language/es-cl/extension/advertise/google.php +++ /dev/null @@ -1,4 +0,0 @@ -This is an automated report of the latest CRON task performed by your Google Shopping extension.

%s

'; -$_['text_cron_email_subject'] = 'CRON job report - Google Shopping on OpenCart'; diff --git a/upload/catalog/language/es-cl/extension/captcha/google.php b/upload/catalog/language/es-cl/extension/captcha/google.php deleted file mode 100644 index 577a1ae..0000000 --- a/upload/catalog/language/es-cl/extension/captcha/google.php +++ /dev/null @@ -1,5 +0,0 @@ -%s total amount. You may use the Standard Checkout instead.'; -$_['error_payment_method'] = 'Por favor selecciona un medio de pago'; -$_['error_process_order'] = 'Hubo un error al procesar tu pedido. Por favor ponte en contacto con el administrador de la tienda para recibir ayuda.'; -$_['error_session_expired'] = 'Your session has expired. Please sign in again by clicking on the Amazon Pay Button.'; -$_['error_shipping'] = 'Por favor selecciona un método de envío'; -$_['error_shipping_address'] = 'Por favor selecciona una dirección de entrega'; -$_['error_shipping_methods'] = 'Hubo un error al recuperar tu dirección desde Amazon. Por favor ponte en contacto con el administrador de la tienda para recibir ayuda.'; -$_['heading_address'] = 'Por favor elige una dirección de entrega'; -$_['heading_confirm'] = 'Resumen del pedido'; -$_['heading_payment'] = 'Por favor selecciona un medio de pago'; -$_['heading_title'] = 'Amazon Pay and Login with Amazon'; -$_['text_amount_converted'] = 'Warning: The total paid amount will be converted into %s at a conversion rate of %s. The expected transaction amount will be %s.'; -$_['text_back'] = 'Atrás'; -$_['text_cart'] = 'Carro'; -$_['text_confirm'] = 'Confirmar'; -$_['text_continue'] = 'Continuar'; -$_['text_continue_checkout'] = 'Continue Checkout Here'; -$_['text_coupon'] = 'Cupón'; -$_['text_enter_coupon'] = 'Ingresa el código de tu cupón aquí.'; -$_['text_lpa'] = 'Amazon Pay and Login with Amazon'; -$_['text_must_apply_coupon'] = 'Please apply your coupon.'; -$_['text_payment_success'] = 'Tu pedido se ha realizado exitosamente. Los detalles del pedido están a continuación'; -$_['text_success_title'] = '¡Tu pedido ha sido realizado!'; -$_['text_tax_other'] = 'Impuestos u otros cargos de manejo'; diff --git a/upload/catalog/language/es-cl/extension/payment/authorizenet_aim.php b/upload/catalog/language/es-cl/extension/payment/authorizenet_aim.php deleted file mode 100644 index 0115368..0000000 --- a/upload/catalog/language/es-cl/extension/payment/authorizenet_aim.php +++ /dev/null @@ -1,8 +0,0 @@ -Si este es un pedido real, de momento, usa por favor un medio de pago alternativo.'; -$_['text_basket'] = 'Canasta'; -$_['text_checkout'] = 'Pagar'; -$_['text_success'] = 'Éxito'; -$_['text_shipping'] = 'Envío'; -$_['entry_cc_number'] = 'Número de tarjeta'; -$_['entry_cc_name'] = 'Nombre del titular de la tarjeta'; -$_['entry_cc_expire_date'] = 'Fecha de vencimiento de la tarjeta'; -$_['entry_cc_cvv2'] = 'Código de seguridad de la tarjeta (CVV2)'; -$_['button_pay'] = 'Pagar ahora'; -$_['text_card_accepted'] = 'Tarjetas aceptadas:'; -$_['text_card_type_m'] = 'MasterCard'; -$_['text_card_type_v'] = 'Visa (Crédito/Débito/Electron/Delta)'; -$_['text_card_type_c'] = 'Diners'; -$_['text_card_type_a'] = 'American Express'; -$_['text_card_type_j'] = 'JCB'; -$_['text_card_type_pp'] = 'PayPal'; -$_['text_card_type_mp'] = 'Masterpass'; -$_['text_card_type_vm'] = 'Visa Checkout'; -$_['text_type_help'] = 'After you click "Confirm Order" you will be redirected to '; -$_['text_transaction_failed'] = 'Lo sentimos, se rechazó tu pago.'; -$_['help_cvv'] = 'Para Mastercard o Visa, estos son los tres últimos dígitos en el área de la firma en el reverso de tu tarjeta.'; -$_['help_cvv_amex'] = 'For American Express, it\'s the four digits on the front of the card'; -$_['text_card_message_Please check the API Key and Password'] = 'Please check the API Key and Password'; -$_['text_card_message_V6000'] = 'Error de validación indefinido'; -$_['text_card_message_V6001'] = 'La dirección IP del cliente no es válida'; -$_['text_card_message_V6002'] = 'Invalid DeviceID'; -$_['text_card_message_V6011'] = 'El monto no es válido'; -$_['text_card_message_V6012'] = 'La descripción de recibo no es válida'; -$_['text_card_message_V6013'] = 'Invalid Invoice Number'; -$_['text_card_message_V6014'] = 'Invalid Invoice Reference'; -$_['text_card_message_V6015'] = 'El código de la divisa no es válido'; -$_['text_card_message_V6016'] = 'Payment Required'; -$_['text_card_message_V6017'] = 'Se requiere el código de la divisa de pago'; -$_['text_card_message_V6018'] = 'Código desconocido de la divisa de pago'; -$_['text_card_message_V6021'] = 'Se requiere el nombre del titular de la tarjeta'; -$_['text_card_message_V6022'] = 'Se requiere el número de la tarjeta'; -$_['text_card_message_V6023'] = 'Se requiere el CVN'; -$_['text_card_message_V6031'] = 'El número de la tarjeta no es válido'; -$_['text_card_message_V6032'] = 'El CVN no es válido'; -$_['text_card_message_V6033'] = 'Invalid Expiry Date'; -$_['text_card_message_V6034'] = 'Invalid Issue Number'; -$_['text_card_message_V6035'] = 'La fecha de alta no es válida'; -$_['text_card_message_V6036'] = 'El mes no es válido'; -$_['text_card_message_V6037'] = 'El año no es válido'; -$_['text_card_message_V6040'] = 'Invalid Token Customer Id'; -$_['text_card_message_V6041'] = 'Se requiere el cliente'; -$_['text_card_message_V6042'] = 'Customer First Name Required'; -$_['text_card_message_V6043'] = 'Customer Last Name Required'; -$_['text_card_message_V6044'] = 'Se requiere el código de país del cliente'; -$_['text_card_message_V6045'] = 'Se requiere el título del cliente'; -$_['text_card_message_V6046'] = 'Se requiere el token del ID de cliente'; -$_['text_card_message_V6047'] = 'RedirectURL Required'; -$_['text_card_message_V6051'] = 'El nombre no es válido'; -$_['text_card_message_V6052'] = 'Invalid Last Name'; -$_['text_card_message_V6053'] = 'Invalid Country Code'; -$_['text_card_message_V6054'] = 'El correo electrónico no es válido'; -$_['text_card_message_V6055'] = 'El teléfono no es válido'; -$_['text_card_message_V6056'] = 'El móvil no es válido'; -$_['text_card_message_V6057'] = 'El fax no es válido'; -$_['text_card_message_V6058'] = 'El título no es válido'; -$_['text_card_message_V6059'] = 'La URL de redirección no es válida'; -$_['text_card_message_V6060'] = 'La URL de redirección no es válida'; -$_['text_card_message_V6061'] = 'La referencia no es válida'; -$_['text_card_message_V6062'] = 'El nombre de la empresa no es válido'; -$_['text_card_message_V6063'] = 'Invalid Job Description'; -$_['text_card_message_V6064'] = 'Invalid Street1'; -$_['text_card_message_V6065'] = 'Invalid Street2'; -$_['text_card_message_V6066'] = 'La ciudad no es válida'; -$_['text_card_message_V6067'] = 'El estado no es válido'; -$_['text_card_message_V6068'] = 'El código postal no es válido'; -$_['text_card_message_V6069'] = 'El correo electrónico no es válido'; -$_['text_card_message_V6070'] = 'El teléfono no es válido'; -$_['text_card_message_V6071'] = 'El móvil no es válido'; -$_['text_card_message_V6072'] = 'Los comentarios no son válidos'; -$_['text_card_message_V6073'] = 'El fax no es válido'; -$_['text_card_message_V6074'] = 'La URL no es válida'; -$_['text_card_message_V6075'] = 'El nombre para la dirección de despacho no es válido'; -$_['text_card_message_V6076'] = 'Invalid Shipping Address Last Name'; -$_['text_card_message_V6077'] = 'Invalid Shipping Address Street1'; -$_['text_card_message_V6078'] = 'Invalid Shipping Address Street2'; -$_['text_card_message_V6079'] = 'Invalid Shipping Address City'; -$_['text_card_message_V6080'] = 'Invalid Shipping Address State'; -$_['text_card_message_V6081'] = 'El código postal de la dirección de envío no es válido'; -$_['text_card_message_V6082'] = 'La dirección de correo electrónico de entrega no es válida'; -$_['text_card_message_V6083'] = 'Invalid Shipping Address Phone'; -$_['text_card_message_V6084'] = 'El país de la dirección de envío no es válida'; -$_['text_card_message_V6091'] = 'Código de país desconocido'; -$_['text_card_message_V6100'] = 'El nombre de la tarjeta no es válido'; -$_['text_card_message_V6101'] = 'Invalid Card Expiry Month'; -$_['text_card_message_V6102'] = 'Invalid Card Expiry Year'; -$_['text_card_message_V6103'] = 'Invalid Card Start Month'; -$_['text_card_message_V6104'] = 'El año de alta de la tarjeta no es válido'; -$_['text_card_message_V6105'] = 'Invalid Card Issue Number'; -$_['text_card_message_V6106'] = 'El CVN de la tarjeta no es válido'; -$_['text_card_message_V6107'] = 'El código de acceso no es válido'; -$_['text_card_message_V6108'] = 'Invalid CustomerHostAddress'; -$_['text_card_message_V6109'] = 'Invalid UserAgent'; -$_['text_card_message_V6110'] = 'El número de la tarjeta no es válido'; -$_['text_card_message_V6111'] = 'Unauthorised API Access, Account Not PCI Certified'; -$_['text_card_message_V6112'] = 'Redundant card details other than expiry year and month'; -$_['text_card_message_V6113'] = 'Invalid transaction for refund'; -$_['text_card_message_V6114'] = 'Error de validación de la puerta de enlace'; -$_['text_card_message_V6115'] = 'Invalid DirectRefundRequest, Transaction ID'; -$_['text_card_message_V6116'] = 'Invalid card data on original TransactionID'; -$_['text_card_message_V6124'] = 'Invalid Line Items. The line items have been provided however the totals do not match the TotalAmount field'; -$_['text_card_message_V6125'] = 'El tipo de pago seleccionado no está habilitado'; -$_['text_card_message_V6126'] = 'El número de tarjeta cifrado no es válido, falló el descifrado '; -$_['text_card_message_V6127'] = 'El CVN cifrado no es válido, falló el descifrado'; -$_['text_card_message_V6128'] = 'El medio no es válido para el tipo de pago'; -$_['text_card_message_V6129'] = 'La transacción no se pudo autorizar por captura o cancelación'; -$_['text_card_message_V6130'] = 'Generic customer information error'; -$_['text_card_message_V6131'] = 'Generic shipping information error'; -$_['text_card_message_V6132'] = 'Transaction has already been completed or voided, operation not permitted'; -$_['text_card_message_V6133'] = 'Checkout not available for Payment Type'; -$_['text_card_message_V6134'] = 'Invalid Auth Transaction ID for Capture/Void'; -$_['text_card_message_V6135'] = 'PayPal Error Processing Refund'; -$_['text_card_message_V6140'] = 'Merchant account is suspended'; -$_['text_card_message_V6141'] = 'Los detalles de la cuenta de PayPal o la firma de la API no son válidas'; -$_['text_card_message_V6142'] = 'Authorise not available for Bank/Branch'; -$_['text_card_message_V6150'] = 'Invalid Refund Amount'; -$_['text_card_message_V6151'] = 'Refund amount greater than original transaction'; -$_['text_card_message_D4401'] = 'Refer to Issuer'; -$_['text_card_message_D4402'] = 'Refer to Issuer, special'; -$_['text_card_message_D4403'] = 'No Merchant'; -$_['text_card_message_D4404'] = 'Pick Up Card'; -$_['text_card_message_D4405'] = 'Do Not Honour'; -$_['text_card_message_D4406'] = 'Error'; -$_['text_card_message_D4407'] = 'Pick Up Card, Special'; -$_['text_card_message_D4409'] = 'Solicitud en proceso'; -$_['text_card_message_D4412'] = 'La transacción no es válida'; -$_['text_card_message_D4413'] = 'El monto no es válido'; -$_['text_card_message_D4414'] = 'El número de la tarjeta no es válido'; -$_['text_card_message_D4415'] = 'No Issuer'; -$_['text_card_message_D4419'] = 'Reingresa la última transacción'; -$_['text_card_message_D4421'] = 'No Method Taken'; -$_['text_card_message_D4422'] = 'Mal funcionamiento sospechoso'; -$_['text_card_message_D4423'] = 'Tarifa de transacción inaceptable'; -$_['text_card_message_D4425'] = 'Unable to Locate Record On File'; -$_['text_card_message_D4430'] = 'Error de formato'; -$_['text_card_message_D4431'] = 'Bank Not Supported By Switch'; -$_['text_card_message_D4433'] = 'Expired Card, Capture'; -$_['text_card_message_D4434'] = 'Suspected Fraud, Retain Card'; -$_['text_card_message_D4435'] = 'Card Acceptor, Contact Acquirer, Retain Card'; -$_['text_card_message_D4436'] = 'Restricted Card, Retain Card'; -$_['text_card_message_D4437'] = 'Contact Acquirer Security Department, Retain Card'; -$_['text_card_message_D4438'] = 'PIN Tries Exceeded, Capture'; -$_['text_card_message_D4439'] = 'Sin cuenta de crédito'; -$_['text_card_message_D4440'] = 'Función no soportada'; -$_['text_card_message_D4441'] = 'Tarjeta perdida'; -$_['text_card_message_D4442'] = 'Sin cuenta universal'; -$_['text_card_message_D4443'] = 'Tarjeta robada'; -$_['text_card_message_D4444'] = 'Sin cuenta de inversiones'; -$_['text_card_message_D4451'] = 'Fondos insuficientes'; -$_['text_card_message_D4452'] = 'Sin cuenta de cheques'; -$_['text_card_message_D4453'] = 'Sin cuenta de ahorros'; -$_['text_card_message_D4454'] = 'Tarjeta vencida'; -$_['text_card_message_D4455'] = 'El PIN no es correcto'; -$_['text_card_message_D4456'] = 'Sin registro de tarjeta'; -$_['text_card_message_D4457'] = 'Función no permitida para el titular de la tarjeta'; -$_['text_card_message_D4458'] = 'La función no se permite en el terminal'; -$_['text_card_message_D4460'] = 'Acceptor Contact Acquirer'; -$_['text_card_message_D4461'] = 'Exceeds Withdrawal Limit'; -$_['text_card_message_D4462'] = 'Tarjeta restringida'; -$_['text_card_message_D4463'] = 'Violación de seguridad'; -$_['text_card_message_D4464'] = 'El monto original no es correcto'; -$_['text_card_message_D4466'] = 'Acceptor Contact Acquirer, Security'; -$_['text_card_message_D4467'] = 'Capturar tarjeta'; -$_['text_card_message_D4475'] = 'Se excedió el número de intentos del PIN'; -$_['text_card_message_D4482'] = 'Error de validación del CVV'; -$_['text_card_message_D4490'] = 'Cutoff In Progress'; -$_['text_card_message_D4491'] = 'Card Issuer Unavailable'; -$_['text_card_message_D4492'] = 'Unable To Route Transaction'; -$_['text_card_message_D4493'] = 'No se puede completar. Violación de la ley.'; -$_['text_card_message_D4494'] = 'Duplicar transacción'; -$_['text_card_message_D4496'] = 'Error del sistema'; -$_['text_card_message_D4497'] = 'MasterPass Error Failed'; -$_['text_card_message_D4498'] = 'PayPal Create Transaction Error Failed'; -$_['text_card_message_D4499'] = 'Invalid Transaction for Auth/Void'; -$_['text_card_message_F7000'] = 'Error de fraude no definido'; -$_['text_card_message_F7001'] = 'Challenged Fraud'; -$_['text_card_message_F7002'] = 'Country Match Fraud'; -$_['text_card_message_F7003'] = 'País de alto riesgo de fraude'; -$_['text_card_message_F7004'] = 'Anonymous Proxy Fraud'; -$_['text_card_message_F7005'] = 'Fraude con servidor proxy transparente'; -$_['text_card_message_F7006'] = 'Free Email Fraud'; -$_['text_card_message_F7007'] = 'International Transaction Fraud'; -$_['text_card_message_F7008'] = 'Risk Score Fraud'; -$_['text_card_message_F7009'] = 'Fraude denegado'; -$_['text_card_message_F7010'] = 'Rechazado por las reglas de fraude de PayPal'; -$_['text_card_message_F9010'] = 'País de facturación de alto riesgo'; -$_['text_card_message_F9011'] = 'Tarjeta de crédito de país de alto riesgo'; -$_['text_card_message_F9012'] = 'Dirección IP de cliente de alto riesgo'; -$_['text_card_message_F9013'] = 'Dirección de correo electrónico de alto riesgo'; -$_['text_card_message_F9014'] = 'País de envío de alto riesgo'; -$_['text_card_message_F9015'] = 'Multiple card numbers for single email address'; -$_['text_card_message_F9016'] = 'Multiple card numbers for single location'; -$_['text_card_message_F9017'] = 'Multiple email addresses for single card number'; -$_['text_card_message_F9018'] = 'Multiple email addresses for single location'; -$_['text_card_message_F9019'] = 'Multiple locations for single card number'; -$_['text_card_message_F9020'] = 'Multiple locations for single email address'; -$_['text_card_message_F9021'] = 'Nombre sospechoso del cliente'; -$_['text_card_message_F9022'] = 'Apellido sospechoso del cliente'; -$_['text_card_message_F9023'] = 'Transacción declinada'; -$_['text_card_message_F9024'] = 'Transacciones múltiples para la misma dirección con tarjeta de crédito conocida'; -$_['text_card_message_F9025'] = 'Multiple transactions for same address with new credit card'; -$_['text_card_message_F9026'] = 'Transacciones múltiples para el mismo correo electrónico con nueva tarjeta de crédito'; -$_['text_card_message_F9027'] = 'Múltiples transacciones para el mismo correo electrónico con tarjeta de crédito conocida'; -$_['text_card_message_F9028'] = 'Multiple transactions for new credit card'; -$_['text_card_message_F9029'] = 'Transacciones múltiples para la tarjeta de crédito conocida'; -$_['text_card_message_F9030'] = 'Transacciones múltiples para la misma dirección de correo electrónico'; -$_['text_card_message_F9031'] = 'Transacciones múltiples para la misma tarjeta de crédito'; -$_['text_card_message_F9032'] = 'Invalid Customer Last Name'; -$_['text_card_message_F9033'] = 'La dirección de facturación no es válida'; -$_['text_card_message_F9034'] = 'La dirección de entrega no es válida'; -$_['text_card_message_F9037'] = 'Suspicious Customer Email Address'; diff --git a/upload/catalog/language/es-cl/extension/payment/firstdata.php b/upload/catalog/language/es-cl/extension/payment/firstdata.php deleted file mode 100644 index daa91e2..0000000 --- a/upload/catalog/language/es-cl/extension/payment/firstdata.php +++ /dev/null @@ -1,36 +0,0 @@ -here to continue'; -$_['text_select_card'] = 'Por favor selecciona el tipo de tu tarjeta'; -$_['text_result'] = 'Resultado de la autorización'; -$_['text_message'] = 'Mensaje'; -$_['text_cvn_result'] = 'Resultado del CVN'; -$_['text_avs_postcode'] = 'Código postal AVS'; -$_['text_avs_address'] = 'Dirección AVS'; -$_['text_eci'] = 'Resultado de ECI (3D Secure)'; -$_['text_tss'] = 'Resultado del TSS'; -$_['text_order_ref'] = 'Order ref'; -$_['text_timestamp'] = 'Marca de tiempo'; -$_['text_card_type'] = 'Tipo de tarjeta'; -$_['text_card_digits'] = 'Número de tarjeta'; -$_['text_card_exp'] = 'Vencimiento de la tarjeta'; -$_['text_card_name'] = 'Nombre de la tarjeta'; -$_['text_3d_s1'] = 'Titular de la tarjeta no enrolado, cambio de responsabilidad'; -$_['text_3d_s2'] = 'No se pudo verificar el enrolamiento, sin cambio de responsabilidad'; -$_['text_3d_s3'] = 'La respuesta del servidor de enrolamiento no es válida, sin cambio de responsabilidad'; -$_['text_3d_s4'] = 'Enrolled, But Invalid Response From ACS (Access Control Server), no liability shift'; -$_['text_3d_s5'] = 'Autenticación exitosa, cambio de responsabilidad'; -$_['text_3d_s6'] = 'Intento de autenticación reconocido, cambio de responsabilidad'; -$_['text_3d_s7'] = 'Se ingresó una contraseña incorrecta, sin cambio de responsabilidad'; -$_['text_3d_s8'] = 'Authentication Unavailable, no liability shift'; -$_['text_3d_s9'] = 'Respuesta no válida desde ACS, sin cambio de responsabilidad'; -$_['text_3d_s10'] = 'Error fatal de RealMPI, sin cambio de responsabilidad'; -$_['text_3d_liability'] = 'Sin cambio de responsabilidad'; -$_['text_card_visa'] = 'Visa'; -$_['text_card_mc'] = 'MasterCard'; -$_['text_card_amex'] = 'American Express'; -$_['text_card_switch'] = 'Interruptor'; -$_['text_card_laser'] = 'Láser'; -$_['text_card_diners'] = 'Diners'; diff --git a/upload/catalog/language/es-cl/extension/payment/globalpay_remote.php b/upload/catalog/language/es-cl/extension/payment/globalpay_remote.php deleted file mode 100644 index 46ee7a4..0000000 --- a/upload/catalog/language/es-cl/extension/payment/globalpay_remote.php +++ /dev/null @@ -1,49 +0,0 @@ -'; -$_['text_information'] = 'Información sobre la cuenta de Klarna'; -$_['text_additional'] = 'Klarna Account requires some additional information before they can proccess your order.'; -$_['text_male'] = 'Masculino'; -$_['text_female'] = 'Femenino'; -$_['text_year'] = 'Año'; -$_['text_month'] = 'Mes'; -$_['text_day'] = 'Día'; -$_['text_payment_option'] = 'Opciones de pago'; -$_['text_single_payment'] = 'Pago simple'; -$_['text_monthly_payment'] = '%s - %s por mes'; -$_['text_comment'] = 'Klarna\'s Invoice ID: %s -%s/%s: %.4f'; -$_['entry_gender'] = 'Sexo'; -$_['entry_pno'] = 'Número personal'; -$_['entry_dob'] = 'Fecha de nacimiento'; -$_['entry_phone_no'] = 'Número de teléfono'; -$_['entry_street'] = 'Calle'; -$_['entry_house_no'] = 'Número de casa'; -$_['entry_house_ext'] = 'Extensión de la casa'; -$_['entry_company'] = 'Número de registro de la empresa'; -$_['help_pno'] = 'Por favor ingresa aquí tu número de Seguridad Social.'; -$_['help_phone_no'] = 'Por favor ingresa tu número de teléfono.'; -$_['help_street'] = 'Por favor toma nota de que la entrega solo puede tomar lugar en la dirección registrada al pagar con Klarna.'; -$_['help_house_no'] = 'Por favor ingresa el número de tu casa.'; -$_['help_house_ext'] = 'Por favor indique la extensión de su casa aquí. Ej. A, B, C, Roja, Azul, etc.'; -$_['help_company'] = 'Por favor ingresa el número de registro de tu empresa'; -$_['error_deu_terms'] = 'Debes estar de acuerdo con la política de privacidad de Klarna (Datenschutz)'; -$_['error_address_match'] = 'Billing and Shipping addresses must match if you want to use Klarna Payments'; -$_['error_network'] = 'Ocurrió un error al intentar conectarse a Klarna. Por favor intenta de nuevo más tarde.'; diff --git a/upload/catalog/language/es-cl/extension/payment/klarna_checkout.php b/upload/catalog/language/es-cl/extension/payment/klarna_checkout.php deleted file mode 100644 index d0eba24..0000000 --- a/upload/catalog/language/es-cl/extension/payment/klarna_checkout.php +++ /dev/null @@ -1,11 +0,0 @@ - (+%s)'; -$_['text_terms_no_fee'] = ''; -$_['text_additional'] = 'Klarna Invoice requiere información adicional antes de que ellos puedan procesar tu pedido.'; -$_['text_male'] = 'Masculino'; -$_['text_female'] = 'Femenino'; -$_['text_year'] = 'Año'; -$_['text_month'] = 'Mes'; -$_['text_day'] = 'Día'; -$_['text_comment'] = 'Klarna\'s Invoice ID: %s. -%s/%s: %.4f'; -$_['entry_gender'] = 'Sexo'; -$_['entry_pno'] = 'Número personal'; -$_['entry_dob'] = 'Fecha de nacimiento'; -$_['entry_phone_no'] = 'Número de teléfono'; -$_['entry_street'] = 'Calle'; -$_['entry_house_no'] = 'Número de casa'; -$_['entry_house_ext'] = 'Extensión de la casa'; -$_['entry_company'] = 'Número de registro de la empresa'; -$_['help_pno'] = 'Por favor ingresa aquí tu número de Seguridad Social.'; -$_['help_phone_no'] = 'Por favor ingresa tu número de teléfono.'; -$_['help_street'] = 'Por favor toma nota de que la entrega solo puede tomar lugar en la dirección registrada al pagar con Klarna.'; -$_['help_house_no'] = 'Por favor ingresa el número de tu casa.'; -$_['help_house_ext'] = 'Por favor indique la extensión de su casa aquí. Ej. A, B, C, Roja, Azul, etc.'; -$_['help_company'] = 'Por favor ingresa el número de registro de tu empresa'; -$_['error_deu_terms'] = 'Debes estar de acuerdo con la política de privacidad de Klarna (Datenschutz)'; -$_['error_address_match'] = 'Las direcciones de envío y de facturación deben ser las mismas si quieres usar Klarna Invoice'; -$_['error_network'] = 'Ocurrió un error al intentar conectarse a Klarna. Por favor intenta de nuevo más tarde.'; diff --git a/upload/catalog/language/es-cl/extension/payment/laybuy.php b/upload/catalog/language/es-cl/extension/payment/laybuy.php deleted file mode 100644 index f178e77..0000000 --- a/upload/catalog/language/es-cl/extension/payment/laybuy.php +++ /dev/null @@ -1,23 +0,0 @@ -Unfortunately there was an error processing your Paymate transaction.

Warning: %s

Please verify your Paymate account balance before attempting to re-process this order

If you believe this transaction has completed successfully, or is showing as a deduction in your Paymate account, please Contact Us with your order details.

'; -$_['text_basket'] = 'Canasta'; -$_['text_checkout'] = 'Pagar'; -$_['text_success'] = 'Éxito'; diff --git a/upload/catalog/language/es-cl/extension/payment/paypoint.php b/upload/catalog/language/es-cl/extension/payment/paypoint.php deleted file mode 100644 index 3670d46..0000000 --- a/upload/catalog/language/es-cl/extension/payment/paypoint.php +++ /dev/null @@ -1,9 +0,0 @@ -Please wait... whilst we finish processing your order.
If you are not automatically re-directed in 10 seconds, please click here.'; -$_['text_failure'] = '...¡Tu pago ha sido anulado!'; -$_['text_failure_wait'] = 'Please wait...
If you are not automatically re-directed in 10 seconds, please click here.'; diff --git a/upload/catalog/language/es-cl/extension/payment/payza.php b/upload/catalog/language/es-cl/extension/payment/payza.php deleted file mode 100644 index ae2978b..0000000 --- a/upload/catalog/language/es-cl/extension/payment/payza.php +++ /dev/null @@ -1,3 +0,0 @@ -contact us for assistance!'; diff --git a/upload/catalog/language/es-cl/extension/payment/pp_payflow.php b/upload/catalog/language/es-cl/extension/payment/pp_payflow.php deleted file mode 100644 index c526298..0000000 --- a/upload/catalog/language/es-cl/extension/payment/pp_payflow.php +++ /dev/null @@ -1,20 +0,0 @@ -here to continue'; -$_['text_select_card'] = 'Por favor selecciona el tipo de tu tarjeta'; -$_['text_result'] = 'Resultado de la autorización'; -$_['text_message'] = 'Mensaje'; -$_['text_cvn_result'] = 'Resultado del CVN'; -$_['text_avs_postcode'] = 'Código postal AVS'; -$_['text_avs_address'] = 'Dirección AVS'; -$_['text_eci'] = 'Resultado de ECI (3D Secure)'; -$_['text_tss'] = 'Resultado del TSS'; -$_['text_order_ref'] = 'Order ref'; -$_['text_timestamp'] = 'Marca de tiempo'; -$_['text_card_type'] = 'Tipo de tarjeta'; -$_['text_card_digits'] = 'Número de tarjeta'; -$_['text_card_exp'] = 'Vencimiento de la tarjeta'; -$_['text_card_name'] = 'Nombre de la tarjeta'; -$_['text_3d_s1'] = 'Titular de la tarjeta no enrolado, cambio de responsabilidad'; -$_['text_3d_s2'] = 'No se pudo verificar el enrolamiento, sin cambio de responsabilidad'; -$_['text_3d_s3'] = 'La respuesta del servidor de enrolamiento no es válida, sin cambio de responsabilidad'; -$_['text_3d_s4'] = 'Enrolled, But Invalid Response From ACS (Access Control Server), no liability shift'; -$_['text_3d_s5'] = 'Autenticación exitosa, cambio de responsabilidad'; -$_['text_3d_s6'] = 'Intento de autenticación reconocido, cambio de responsabilidad'; -$_['text_3d_s7'] = 'Se ingresó una contraseña incorrecta, sin cambio de responsabilidad'; -$_['text_3d_s8'] = 'Authentication Unavailable, no liability shift'; -$_['text_3d_s9'] = 'Respuesta no válida desde ACS, sin cambio de responsabilidad'; -$_['text_3d_s10'] = 'Error fatal de RealMPI, sin cambio de responsabilidad'; -$_['text_3d_liability'] = 'Sin cambio de responsabilidad'; -$_['text_card_visa'] = 'Visa'; -$_['text_card_mc'] = 'MasterCard'; -$_['text_card_amex'] = 'American Express'; -$_['text_card_switch'] = 'Interruptor'; -$_['text_card_laser'] = 'Láser'; -$_['text_card_diners'] = 'Diners'; diff --git a/upload/catalog/language/es-cl/extension/payment/realex_remote.php b/upload/catalog/language/es-cl/extension/payment/realex_remote.php deleted file mode 100644 index 46ee7a4..0000000 --- a/upload/catalog/language/es-cl/extension/payment/realex_remote.php +++ /dev/null @@ -1,49 +0,0 @@ -here to continue'; -$_['text_confirm_delete'] = '¿Estás seguro de que quieres eliminar la tarjeta?'; -$_['entry_card'] = 'Tarjeta nueva o existente:'; -$_['entry_card_existing'] = 'Existente'; -$_['entry_card_new'] = 'Nuevo'; -$_['entry_card_save'] = 'Recordar los detalles de la tarjeta para uso futuro'; -$_['entry_cc_choice'] = 'Elige una tarjeta existente'; -$_['button_delete_card'] = 'Eliminar la tarjeta seleccionada'; diff --git a/upload/catalog/language/es-cl/extension/payment/sagepay_us.php b/upload/catalog/language/es-cl/extension/payment/sagepay_us.php deleted file mode 100644 index b47d900..0000000 --- a/upload/catalog/language/es-cl/extension/payment/sagepay_us.php +++ /dev/null @@ -1,8 +0,0 @@ -#%s could not get charged with %s'; -$_['text_cron_success_charge'] = 'Profile #%s was charged with %s'; -$_['text_card_placeholder'] = 'XXXX XXXX XXXX XXXX'; -$_['text_cvv'] = 'CVV'; -$_['text_expiry'] = 'MM/YY'; -$_['text_default_squareup_name'] = 'Tarjeta de crédito o débito'; -$_['text_token_issue_customer_error'] = 'We are experiencing a technical outage in our payment system. Please try again later.'; -$_['text_token_revoked_subject'] = '¡Se revocó tu token de acceso de Square!'; -$_['text_token_revoked_message'] = 'The Square payment extension\'s access to your Square account has been revoked through the Square Dashboard. You need to verify your application credentials in the extension settings and connect again.'; -$_['text_token_expired_subject'] = 'Your Square access token has expired!'; -$_['text_token_expired_message'] = 'The Square payment extension\'s access token connecting it to your Square account has expired. You need to verify your application credentials and CRON job in the extension settings and connect again.'; -$_['error_browser_not_supported'] = 'Error: The payment system no longer supports your web browser. Please update or use a different one.'; -$_['error_card_invalid'] = 'Error: ¡La tarjeta no es válida!'; -$_['error_squareup_cron_token'] = 'Error: Access token could not get refreshed. Please connect your Square Payment extension via the OpenCart admin panel.'; -$_['warning_test_mode'] = 'Warning: Sandbox mode is enabled! Transactions will appear to go through, but no charges will be carried out.'; -$_['squareup_status_comment_authorized'] = 'The card transaction has been authorized but not yet captured.'; -$_['squareup_status_comment_captured'] = 'The card transaction was authorized and subsequently captured (i.e., completed).'; -$_['squareup_status_comment_voided'] = 'The card transaction was authorized and subsequently voided (i.e., canceled). '; -$_['squareup_status_comment_failed'] = 'The card transaction failed.'; -$_['squareup_override_error_billing_address.country'] = 'Payment Address country is not valid. Please modify it and try again.'; -$_['squareup_override_error_shipping_address.country'] = 'Shipping Address country is not valid. Please modify it and try again.'; -$_['squareup_override_error_email_address'] = 'Your customer e-mail address is not valid. Please modify it and try again.'; -$_['squareup_override_error_phone_number'] = 'Tu número de teléfono no es válido. Por favor modifícalo e inténtalo de nuevo.'; -$_['squareup_error_field'] = ' Campo: %s'; diff --git a/upload/catalog/language/es-cl/extension/payment/twocheckout.php b/upload/catalog/language/es-cl/extension/payment/twocheckout.php deleted file mode 100644 index 0f9a704..0000000 --- a/upload/catalog/language/es-cl/extension/payment/twocheckout.php +++ /dev/null @@ -1,3 +0,0 @@ -contact us for assistance!'; diff --git a/upload/catalog/language/es-cl/extension/total/voucher.php b/upload/catalog/language/es-cl/extension/total/voucher.php deleted file mode 100644 index 16c5e22..0000000 --- a/upload/catalog/language/es-cl/extension/total/voucher.php +++ /dev/null @@ -1,8 +0,0 @@ -¡Tu solicitud se ha enviado exitosamente al dueño de la tienda!

'; +$_['text_message'] = '

¡Tu solicitud se ha enviado exitosamente al dueño de la tienda!

'; $_['entry_name'] = 'Tu nombre'; $_['entry_email'] = 'Dirección de correo electrónico'; $_['entry_enquiry'] = 'Solicitud'; $_['email_subject'] = 'Solicitud %s'; -$_['error_name'] = '¡El nombre debe tener de 3 a 32 caracteres!'; +$_['error_name'] = '¡El nombre debe tener entre 3 y 32 caracteres!'; $_['error_email'] = '¡La dirección de correo electrónico no parece ser válida!'; -$_['error_enquiry'] = '¡La solicitud debe tener de 10 a 3000 caracteres!'; +$_['error_enquiry'] = '¡La solicitud debe tener entre 10 y 3000 caracteres!'; diff --git a/upload/catalog/language/es-cl/information/gdpr.php b/upload/catalog/language/es-cl/information/gdpr.php new file mode 100644 index 0000000..24806fc --- /dev/null +++ b/upload/catalog/language/es-cl/information/gdpr.php @@ -0,0 +1,19 @@ +%s.'; +$_['text_verification'] = 'Verificación de la cuenta'; +$_['text_email'] = 'Antes de que llevemos a cabo alguna solicitud por RGPD, debemos validar tu cuenta. Por favor ingresa tu dirección de correo electrónico a continuación.'; +$_['text_action'] = 'Elige una acción'; +$_['text_export'] = 'Exportar datos personales'; +$_['text_remove'] = 'Eliminar información personal'; +$_['text_warning'] = 'Aviso: ¡Perderás acceso a tu cuenta!'; +$_['text_access'] = 'No tendrás acceso a tu cuenta %s.'; +$_['text_history'] = 'No tendrás acceso a tu historial de pedidos, facturación, listas de deseos o descargas.'; +$_['text_limit'] = 'Las solicitudes de eliminación de cuenta se procesarán luego de %s días, así se podrá procesar cualquier detección de fraude, reversa de pago o reembolso.'; +$_['text_success'] = 'Éxito: ¡Se ha enviado un mensaje a tu dirección de correo electrónico!'; +$_['text_cancel'] = 'Anular'; +$_['entry_email'] = 'Correo electrónico'; +$_['error_email'] = '¡La dirección de correo electrónico no parece ser válida!'; +$_['error_action'] = '¡Debes seleccionar una acción por RGPD válida!'; diff --git a/upload/catalog/language/es-cl/information/gdpr_success.php b/upload/catalog/language/es-cl/information/gdpr_success.php new file mode 100644 index 0000000..cb8322c --- /dev/null +++ b/upload/catalog/language/es-cl/information/gdpr_success.php @@ -0,0 +1,6 @@ +%s días, así se podrá procesar cualquier reversa de pago, reembolso o detección de fraude.'; diff --git a/upload/catalog/language/es-cl/information/sitemap.php b/upload/catalog/language/es-cl/information/sitemap.php index d5f8579..44d8228 100644 --- a/upload/catalog/language/es-cl/information/sitemap.php +++ b/upload/catalog/language/es-cl/information/sitemap.php @@ -8,7 +8,7 @@ $_['text_address'] = 'Libreta de direcciones'; $_['text_history'] = 'Historial de pedidos'; $_['text_download'] = 'Descargas'; -$_['text_cart'] = 'Carro de compra'; +$_['text_cart'] = 'Carro de compras'; $_['text_checkout'] = 'Pagar'; $_['text_search'] = 'Buscar'; $_['text_information'] = 'Información'; diff --git a/upload/catalog/language/es-cl/mail/affiliate.php b/upload/catalog/language/es-cl/mail/affiliate.php index 549e300..fe216b6 100644 --- a/upload/catalog/language/es-cl/mail/affiliate.php +++ b/upload/catalog/language/es-cl/mail/affiliate.php @@ -3,8 +3,8 @@ $_['text_subject'] = '%s - Programa de afiliados'; $_['text_welcome'] = '¡Gracias por registrarse en el programa de afiliados de %s!'; $_['text_login'] = 'Tu cuenta ha sido creada ahora y puedes iniciar sesión usando tu dirección de correo y contraseña al visitar nuestro sitio web o en la siguiente URL:'; -$_['text_approval'] = 'Your account must be approved before you can login. Once approved you can log in by using your e-mail address and password by visiting our website or at the following URL:'; -$_['text_service'] = 'Upon logging in, you will be able to generate tracking codes, track commission payments and edit your account information.'; +$_['text_approval'] = 'Tu cuenta debe aprobarse antes de que puedas iniciar sesión. Una vez aprobada, puedes iniciar sesión usando tu dirección de correo electrónico y contraseña visitando nuestro sitio web o en la siguiente URL:'; +$_['text_service'] = 'Una vez iniciada la sesión, podrás generar códigos de seguimiento, hacer seguimiento a pagos de comisión y editar la información de tu cuenta.'; $_['text_thanks'] = 'Gracias.'; $_['text_new_affiliate'] = 'Nuevo afiliado'; $_['text_signup'] = 'Se ha registrado un nuevo afiliado:'; @@ -15,3 +15,4 @@ $_['text_company'] = 'Empresa:'; $_['text_email'] = 'Correo electrónico:'; $_['text_telephone'] = 'Teléfono:'; +$_['button_login'] = 'Iniciar sesión'; diff --git a/upload/catalog/language/es-cl/mail/forgotten.php b/upload/catalog/language/es-cl/mail/forgotten.php index 0813d43..202e25a 100644 --- a/upload/catalog/language/es-cl/mail/forgotten.php +++ b/upload/catalog/language/es-cl/mail/forgotten.php @@ -1,6 +1,7 @@ %s to your product comparison!'; +$_['text_success'] = 'Éxito: ¡Has agregado %s al comparador de productos!'; $_['text_remove'] = 'Éxito: ¡Has modificado tu comparador de productos!'; -$_['text_empty'] = 'No has elegido productos para comparar.'; +$_['text_no_results'] = 'No has elegido productos para comparar.'; +$_['error_product'] = 'Aviso: ¡No se pudo encontrar el producto!'; diff --git a/upload/catalog/language/es-cl/product/manufacturer.php b/upload/catalog/language/es-cl/product/manufacturer.php index 6907c04..99c1bc1 100644 --- a/upload/catalog/language/es-cl/product/manufacturer.php +++ b/upload/catalog/language/es-cl/product/manufacturer.php @@ -4,15 +4,9 @@ $_['text_brand'] = 'Marca'; $_['text_index'] = 'Índice de marca:'; $_['text_error'] = '¡No se encuentra la marca!'; -$_['text_empty'] = 'No hay productos para listar.'; -$_['text_quantity'] = 'Cantidad:'; -$_['text_manufacturer'] = 'Marca:'; -$_['text_model'] = 'Código del producto:'; -$_['text_points'] = 'Puntos:'; -$_['text_price'] = 'Precio:'; -$_['text_tax'] = 'Sin impuestos:'; +$_['text_no_results'] = 'No hay productos para listar.'; $_['text_compare'] = 'Comparador de productos (%s)'; -$_['text_sort'] = 'Ordenar por:'; +$_['text_sort'] = 'Ordenar por'; $_['text_default'] = 'Predeterminado'; $_['text_name_asc'] = 'Nombre (A - Z)'; $_['text_name_desc'] = 'Nombre (Z - A)'; @@ -22,4 +16,4 @@ $_['text_rating_desc'] = 'Calificación (la más alta)'; $_['text_model_asc'] = 'Modelo (A - Z)'; $_['text_model_desc'] = 'Modelo (Z - A)'; -$_['text_limit'] = 'Mostrar:'; +$_['text_limit'] = 'Mostrar'; diff --git a/upload/catalog/language/es-cl/product/product.php b/upload/catalog/language/es-cl/product/product.php index 0a35fca..f95b663 100644 --- a/upload/catalog/language/es-cl/product/product.php +++ b/upload/catalog/language/es-cl/product/product.php @@ -14,31 +14,21 @@ $_['text_minimum'] = 'Este producto tiene una cantidad mínima de %s'; $_['text_reviews'] = '%s comentarios'; $_['text_write'] = 'Escribir un comentario'; -$_['text_login'] = 'Please login or register to review'; -$_['text_no_reviews'] = 'No hay comentarios para este producto.'; -$_['text_note'] = 'Note: HTML is not translated!'; -$_['text_success'] = 'Gracias por dejar tu comentario. Ha sido enviado para ser aprobado por el administrador del sitio web.'; +$_['text_login'] = 'Por favor inicia sesión o regístrate para dejar tu comentario'; $_['text_related'] = 'Productos relacionados'; $_['text_tags'] = 'Etiquetas:'; $_['text_error'] = '¡No se encuentra el producto!'; -$_['text_payment_recurring'] = 'Perfil de pago'; -$_['text_trial_description'] = '%s every %d %s(s) for %d payment(s) then'; -$_['text_payment_description'] = '%s cada %d %s(s) para %d pago(s)'; -$_['text_payment_cancel'] = '%s every %d %s(s) until canceled'; +$_['text_subscription'] = 'Suscripción'; +$_['text_subscription_trial'] = '%s cada %d %s(s) para %d pago(s) entonces'; +$_['text_subscription_duration'] = '%s cada %d %s(s) para %d pago(s)'; +$_['text_subscription_cancel'] = '%s cada %d %s(s) hasta que se cancele'; $_['text_day'] = 'día'; $_['text_week'] = 'semana'; $_['text_semi_month'] = 'mitad de mes'; $_['text_month'] = 'mes'; $_['text_year'] = 'año'; $_['entry_qty'] = 'Cantidad'; -$_['entry_name'] = 'Tu nombre'; -$_['entry_review'] = 'Tu comentario'; -$_['entry_rating'] = 'Preferencia'; -$_['entry_good'] = 'Bueno'; -$_['entry_bad'] = 'Malo'; +$_['entry_rating'] = 'Calificación'; $_['tab_description'] = 'Descripción'; $_['tab_attribute'] = 'Especificación'; $_['tab_review'] = 'Comentarios (%s)'; -$_['error_name'] = 'Aviso: ¡El nombre del comentario debe tener de 3 a 25 caracteres!'; -$_['error_text'] = 'Aviso: ¡El texto del comentario debe tener de 25 a 1000 caracteres!'; -$_['error_rating'] = 'Aviso: ¡Por favor selecciona una nota!'; diff --git a/upload/catalog/language/es-cl/product/review.php b/upload/catalog/language/es-cl/product/review.php new file mode 100644 index 0000000..e4e27f4 --- /dev/null +++ b/upload/catalog/language/es-cl/product/review.php @@ -0,0 +1,21 @@ +inicia sesión o regístrate para dejar tu comentario'; +$_['text_no_results'] = 'No hay comentarios para este producto.'; +$_['text_note'] = 'Nota: ¡No se traduce el HTML!'; +$_['text_success'] = 'Gracias por dejar tu comentario. Ha sido enviado para ser aprobado por el administrador del sitio web.'; +$_['entry_name'] = 'Tu nombre'; +$_['entry_review'] = 'Tu comentario'; +$_['entry_rating'] = 'Calificación'; +$_['entry_good'] = 'Bueno'; +$_['entry_bad'] = 'Malo'; +$_['tab_review'] = 'Comentarios (%s)'; +$_['error_token'] = 'Aviso: ¡El token de comentario no es válido!'; +$_['error_product'] = 'Aviso: ¡No se pudo encontrar el producto!'; +$_['error_name'] = 'Aviso: ¡El nombre de comentario debe tener entre 3 y 25 caracteres!'; +$_['error_text'] = '¡El texto del comentario debe tener entre 25 y 1000 caracteres!'; +$_['error_rating'] = '¡Por favor selecciona la calificación para adjuntar al comentario!'; +$_['error_guest'] = '¡Debes iniciar sesión para dejar un comentario del producto!'; +$_['error_purchased'] = '¡Debes haber comprado este producto antes de que puedas escribir una reseña!'; diff --git a/upload/catalog/language/es-cl/product/search.php b/upload/catalog/language/es-cl/product/search.php index acf555a..e0f0962 100644 --- a/upload/catalog/language/es-cl/product/search.php +++ b/upload/catalog/language/es-cl/product/search.php @@ -6,16 +6,9 @@ $_['text_keyword'] = 'Palabras clave'; $_['text_category'] = 'Todas las categorías'; $_['text_sub_category'] = 'Buscar en subcategorías'; -$_['text_empty'] = 'No hay productos que coincidan con el criterio de búsqueda.'; -$_['text_quantity'] = 'Cantidad:'; -$_['text_manufacturer'] = 'Marca:'; -$_['text_model'] = 'Código del producto:'; -$_['text_points'] = 'Puntos:'; -$_['text_price'] = 'Precio:'; -$_['text_tax'] = 'Sin impuestos:'; -$_['text_reviews'] = 'Basado en %s comentarios.'; +$_['text_no_results'] = 'No hay productos que coincidan con el criterio de búsqueda.'; $_['text_compare'] = 'Comparador de productos (%s)'; -$_['text_sort'] = 'Ordenar por:'; +$_['text_sort'] = 'Ordenar por'; $_['text_default'] = 'Predeterminado'; $_['text_name_asc'] = 'Nombre (A - Z)'; $_['text_name_desc'] = 'Nombre (Z - A)'; @@ -25,6 +18,6 @@ $_['text_rating_desc'] = 'Calificación (la más alta)'; $_['text_model_asc'] = 'Modelo (A - Z)'; $_['text_model_desc'] = 'Modelo (Z - A)'; -$_['text_limit'] = 'Mostrar:'; +$_['text_limit'] = 'Mostrar'; $_['entry_search'] = 'Criterio de búsqueda'; $_['entry_description'] = 'Buscar en las descripciones de los productos'; diff --git a/upload/catalog/language/es-cl/product/special.php b/upload/catalog/language/es-cl/product/special.php index bd2e3d3..d575b06 100644 --- a/upload/catalog/language/es-cl/product/special.php +++ b/upload/catalog/language/es-cl/product/special.php @@ -1,15 +1,9 @@ signup here.'; +$_['text_support'] = 'Esta extensión requiere que la divisa EUR esté disponible como opción de divisa.'; +$_['entry_api'] = 'Clave de acceso a la API'; +$_['entry_status'] = 'Estado'; +$_['error_permission'] = 'Aviso: ¡No tienes permiso para modificar las tasas de divisas de Fixer!'; +$_['error_api'] = '¡Se requiere la clave de la API de acceso!'; diff --git a/upload/admin/language/es-cl/extension/dashboard/activity.php b/upload/extension/opencart/admin/language/es-cl/dashboard/activity.php similarity index 53% rename from upload/admin/language/es-cl/extension/dashboard/activity.php rename to upload/extension/opencart/admin/language/es-cl/dashboard/activity.php index 5e5f581..b910abd 100644 --- a/upload/admin/language/es-cl/extension/dashboard/activity.php +++ b/upload/extension/opencart/admin/language/es-cl/dashboard/activity.php @@ -3,23 +3,23 @@ $_['heading_title'] = 'Actividad reciente'; $_['text_extension'] = 'Extensiones'; $_['text_success'] = 'Éxito: ¡Has modificado la actividad del panel!'; -$_['text_edit'] = 'Edit Dashboard Recent Activity'; -$_['text_activity_register'] = '%s registered a new account.'; -$_['text_activity_edit'] = '%s updated their account details.'; -$_['text_activity_password'] = '%s updated their account password.'; -$_['text_activity_reset'] = '%s reset their account password.'; -$_['text_activity_login'] = '%s logged in.'; -$_['text_activity_forgotten'] = '%s has requested a reset password.'; -$_['text_activity_address_add'] = '%s added a new address.'; -$_['text_activity_address_edit'] = '%s updated their address.'; -$_['text_activity_address_delete'] = '%s deleted one of their addresses.'; -$_['text_activity_return_account'] = '%s submitted a product return.'; -$_['text_activity_return_guest'] = '%s submitted a product return.'; -$_['text_activity_order_account'] = '%s added a new order.'; -$_['text_activity_order_guest'] = '%s created a new order.'; -$_['text_activity_affiliate_add'] = '%s registered for a affiliate account.'; -$_['text_activity_affiliate_edit'] = '%s updated their affiliate details.'; -$_['text_activity_transaction'] = '%s received commission from an new order.'; +$_['text_edit'] = 'Editar actividad reciente del panel de control'; +$_['text_activity_register'] = '%s registró una nueva cuenta.'; +$_['text_activity_edit'] = '%s actualizó sus detalles de la cuenta.'; +$_['text_activity_password'] = '%s actualizó la contraseña de su cuenta.'; +$_['text_activity_reset'] = '%s restableció la contraseña de su cuenta.'; +$_['text_activity_login'] = '%s inició sesión.'; +$_['text_activity_forgotten'] = '%s ha solicitado restablecer la contraseña.'; +$_['text_activity_address_add'] = '%s agregó una nueva dirección.'; +$_['text_activity_address_edit'] = '%s actualizó su dirección.'; +$_['text_activity_address_delete'] = '%s eliminó una de sus direcciones.'; +$_['text_activity_return_account'] = '%s envió una devolución de producto.'; +$_['text_activity_return_guest'] = '%s envió una devolución de producto.'; +$_['text_activity_order_account'] = '%s agregó un nuevo pedido.'; +$_['text_activity_order_guest'] = '%s creó un nuevo pedido.'; +$_['text_activity_affiliate_add'] = '%s registró una cuenta de afiliado.'; +$_['text_activity_affiliate_edit'] = '%s actualizó sus detalles de afiliado.'; +$_['text_activity_transaction'] = '%s recibió comisión de un nuevo pedido.'; $_['entry_status'] = 'Estado'; $_['entry_sort_order'] = 'Orden'; $_['entry_width'] = 'Ancho'; diff --git a/upload/admin/language/es-cl/extension/dashboard/chart.php b/upload/extension/opencart/admin/language/es-cl/dashboard/chart.php similarity index 82% rename from upload/admin/language/es-cl/extension/dashboard/chart.php rename to upload/extension/opencart/admin/language/es-cl/dashboard/chart.php index afd2c31..b833ac3 100644 --- a/upload/admin/language/es-cl/extension/dashboard/chart.php +++ b/upload/extension/opencart/admin/language/es-cl/dashboard/chart.php @@ -1,9 +1,9 @@ %s registered for an account.'; -$_['text_activity_edit'] = '%s updated their account details.'; -$_['text_activity_password'] = '%s updated their account password.'; -$_['text_activity_reset'] = '%s reset their account password.'; -$_['text_activity_login'] = '%s logged in.'; -$_['text_activity_forgotten'] = '%s requested a reset password.'; -$_['text_activity_address_add'] = '%s added a new address.'; -$_['text_activity_address_edit'] = '%s updated their address.'; -$_['text_activity_address_delete'] = '%s deleted one of their addresses.'; -$_['text_activity_return_account'] = '%s submitted a product return.'; +$_['text_edit'] = 'Editar informe de actividades de clientes'; +$_['text_success'] = 'Éxito: ¡Has modificado el informe de actividades de clientes!'; +$_['text_filter'] = 'Filtrar'; +$_['text_activity_register'] = '%s registró una cuenta.'; +$_['text_activity_edit'] = '%s actualizó sus detalles de la cuenta.'; +$_['text_activity_password'] = '%s actualizó la contraseña de su cuenta.'; +$_['text_activity_reset'] = '%s restableció la contraseña de su cuenta.'; +$_['text_activity_login'] = '%s inició sesión.'; +$_['text_activity_forgotten'] = '%s solicitó restablecer la contraseña.'; +$_['text_activity_address_add'] = '%s agregó una nueva dirección.'; +$_['text_activity_address_edit'] = '%s actualizó su dirección.'; +$_['text_activity_address_delete'] = '%s eliminó una de sus direcciones.'; +$_['text_activity_return_account'] = '%s envío una devolución de producto.'; $_['text_activity_return_guest'] = '%s envío una devolución de producto.'; -$_['text_activity_order_account'] = '%s created a new order.'; -$_['text_activity_order_guest'] = '%s created a new order.'; -$_['text_activity_affiliate_add'] = '%s registered for a affiliate account.'; -$_['text_activity_affiliate_edit'] = '%s updated their affiliate details.'; -$_['text_activity_transaction'] = '%s received commission from an new order.'; +$_['text_activity_order_account'] = '%s creó un nuevo pedido.'; +$_['text_activity_order_guest'] = '%s creó un nuevo pedido.'; +$_['text_activity_affiliate_add'] = '%s registró una cuenta de afiliado.'; +$_['text_activity_affiliate_edit'] = '%s actualizó sus detalles de afiliado.'; +$_['text_activity_transaction'] = '%s recibió comisión de un nuevo pedido.'; $_['column_customer'] = 'Cliente'; $_['column_comment'] = 'Comentario'; $_['column_ip'] = 'IP'; diff --git a/upload/admin/language/es-cl/extension/report/customer_order.php b/upload/extension/opencart/admin/language/es-cl/report/customer_order.php similarity index 75% rename from upload/admin/language/es-cl/extension/report/customer_order.php rename to upload/extension/opencart/admin/language/es-cl/report/customer_order.php index 8b4877d..6348393 100644 --- a/upload/admin/language/es-cl/extension/report/customer_order.php +++ b/upload/extension/opencart/admin/language/es-cl/report/customer_order.php @@ -1,12 +1,12 @@ %s'; $_['column_keyword'] = 'Palabra clave'; diff --git a/upload/extension/opencart/admin/language/es-cl/report/customer_subscription.php b/upload/extension/opencart/admin/language/es-cl/report/customer_subscription.php new file mode 100644 index 0000000..08a377d --- /dev/null +++ b/upload/extension/opencart/admin/language/es-cl/report/customer_subscription.php @@ -0,0 +1,19 @@ +ponte en contacto con nosotros para solicitar asistencia!'; diff --git a/upload/catalog/language/es-cl/extension/total/sub_total.php b/upload/extension/opencart/catalog/language/es-cl/total/sub_total.php similarity index 100% rename from upload/catalog/language/es-cl/extension/total/sub_total.php rename to upload/extension/opencart/catalog/language/es-cl/total/sub_total.php diff --git a/upload/catalog/language/es-cl/extension/total/total.php b/upload/extension/opencart/catalog/language/es-cl/total/total.php similarity index 100% rename from upload/catalog/language/es-cl/extension/total/total.php rename to upload/extension/opencart/catalog/language/es-cl/total/total.php diff --git a/upload/extension/opencart/catalog/language/es-cl/total/voucher.php b/upload/extension/opencart/catalog/language/es-cl/total/voucher.php new file mode 100644 index 0000000..99e1ba0 --- /dev/null +++ b/upload/extension/opencart/catalog/language/es-cl/total/voucher.php @@ -0,0 +1,9 @@ +OpenCart © 2009-2023 Todos los derechos reservados.'; diff --git a/upload/install/language/es-cl/common/language.php b/upload/install/language/es-cl/common/language.php new file mode 100644 index 0000000..6927f9c --- /dev/null +++ b/upload/install/language/es-cl/common/language.php @@ -0,0 +1,3 @@ +GNU GENERAL PUBLIC LICENSE -

Version 3, 29 June 2007

-

Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>

-

Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed.

-

Preamble

-

The GNU General Public License is a free, copyleft license for - software and other kinds of works.

-

The licenses for most software and other practical works are designed - to take away your freedom to share and change the works. By contrast, - the GNU General Public License is intended to guarantee your freedom to - share and change all versions of a program--to make sure it remains free - software for all its users. We, the Free Software Foundation, use the - GNU General Public License for most of our software; it applies also to - any other work released this way by its authors. You can apply it to - your programs, too.

-

When we speak of free software, we are referring to freedom, not - price. Our General Public Licenses are designed to make sure that you - have the freedom to distribute copies of free software (and charge for - them if you wish), that you receive source code or can get it if you - want it, that you can change the software or use pieces of it in new - free programs, and that you know you can do these things.

-

To protect your rights, we need to prevent others from denying you - these rights or asking you to surrender the rights. Therefore, you have - certain responsibilities if you distribute copies of the software, or if - you modify it: responsibilities to respect the freedom of others.

-

For example, if you distribute copies of such a program, whether - gratis or for a fee, you must pass on to the recipients the same - freedoms that you received. You must make sure that they, too, receive - or can get the source code. And you must show them these terms so they - know their rights.

-

Developers that use the GNU GPL protect your rights with two steps: - (1) assert copyright on the software, and (2) offer you this License - giving you legal permission to copy, distribute and/or modify it.

-

For the developers\' and authors\' protection, the GPL clearly explains - that there is no warranty for this free software. For both users\' and - authors\' sake, the GPL requires that modified versions be marked as - changed, so that their problems will not be attributed erroneously to - authors of previous versions.

-

Some devices are designed to deny users access to install or run - modified versions of the software inside them, although the manufacturer - can do so. This is fundamentally incompatible with the aim of - protecting users\' freedom to change the software. The systematic - pattern of such abuse occurs in the area of products for individuals to - use, which is precisely where it is most unacceptable. Therefore, we - have designed this version of the GPL to prohibit the practice for those - products. If such problems arise substantially in other domains, we - stand ready to extend this provision to those domains in future versions - of the GPL, as needed to protect the freedom of users.

-

Finally, every program is threatened constantly by software patents. - States should not allow patents to restrict development and use of - software on general-purpose computers, but in those that do, we wish to - avoid the special danger that patents applied to a free program could - make it effectively proprietary. To prevent this, the GPL assures that - patents cannot be used to render the program non-free.

-

The precise terms and conditions for copying, distribution and - modification follow.

-

TERMS AND CONDITIONS

-

0. Definitions.

-

“This License” refers to version 3 of the GNU General Public License.

-

“Copyright” also means copyright-like laws that apply to other kinds of - works, such as semiconductor masks.

-

“The Program” refers to any copyrightable work licensed under this - License. Each licensee is addressed as “you”. “Licensees” and - “recipients” may be individuals or organizations.

-

To “modify” a work means to copy from or adapt all or part of the work - in a fashion requiring copyright permission, other than the making of an - exact copy. The resulting work is called a “modified version” of the - earlier work or a work “based on” the earlier work.

-

A “covered work” means either the unmodified Program or a work based - on the Program.

-

To “propagate” a work means to do anything with it that, without - permission, would make you directly or secondarily liable for - infringement under applicable copyright law, except executing it on a - computer or modifying a private copy. Propagation includes copying, - distribution (with or without modification), making available to the - public, and in some countries other activities as well.

-

To “convey” a work means any kind of propagation that enables other - parties to make or receive copies. Mere interaction with a user through - a computer network, with no transfer of a copy, is not conveying.

-

An interactive user interface displays “Appropriate Legal Notices” - to the extent that it includes a convenient and prominently visible - feature that (1) displays an appropriate copyright notice, and (2) - tells the user that there is no warranty for the work (except to the - extent that warranties are provided), that licensees may convey the - work under this License, and how to view a copy of this License. If - the interface presents a list of user commands or options, such as a - menu, a prominent item in the list meets this criterion.

-

1. Source Code.

-

The “source code” for a work means the preferred form of the work - for making modifications to it. “Object code” means any non-source - form of a work.

-

A “Standard Interface” means an interface that either is an official - standard defined by a recognized standards body, or, in the case of - interfaces specified for a particular programming language, one that - is widely used among developers working in that language.

-

The “System Libraries” of an executable work include anything, other - than the work as a whole, that (a) is included in the normal form of - packaging a Major Component, but which is not part of that Major - Component, and (b) serves only to enable use of the work with that - Major Component, or to implement a Standard Interface for which an - implementation is available to the public in source code form. A - “Major Component”, in this context, means a major essential component - (kernel, window system, and so on) of the specific operating system - (if any) on which the executable work runs, or a compiler used to - produce the work, or an object code interpreter used to run it.

-

The “Corresponding Source” for a work in object code form means all - the source code needed to generate, install, and (for an executable - work) run the object code and to modify the work, including scripts to - control those activities. However, it does not include the work\'s - System Libraries, or general-purpose tools or generally available free - programs which are used unmodified in performing those activities but - which are not part of the work. For example, Corresponding Source - includes interface definition files associated with source files for - the work, and the source code for shared libraries and dynamically - linked subprograms that the work is specifically designed to require, - such as by intimate data communication or control flow between those - subprograms and other parts of the work.

-

The Corresponding Source need not include anything that users - can regenerate automatically from other parts of the Corresponding - Source.

-

The Corresponding Source for a work in source code form is that - same work.

-

2. Basic Permissions.

-

All rights granted under this License are granted for the term of - copyright on the Program, and are irrevocable provided the stated - conditions are met. This License explicitly affirms your unlimited - permission to run the unmodified Program. The output from running a - covered work is covered by this License only if the output, given its - content, constitutes a covered work. This License acknowledges your - rights of fair use or other equivalent, as provided by copyright law.

-

You may make, run and propagate covered works that you do not - convey, without conditions so long as your license otherwise remains - in force. You may convey covered works to others for the sole purpose - of having them make modifications exclusively for you, or provide you - with facilities for running those works, provided that you comply with - the terms of this License in conveying all material for which you do - not control copyright. Those thus making or running the covered works - for you must do so exclusively on your behalf, under your direction - and control, on terms that prohibit them from making any copies of - your copyrighted material outside their relationship with you.

-

Conveying under any other circumstances is permitted solely under - the conditions stated below. Sublicensing is not allowed; section 10 - makes it unnecessary.

-

3. Protecting Users\' Legal Rights From Anti-Circumvention Law.

-

No covered work shall be deemed part of an effective technological - measure under any applicable law fulfilling obligations under article - 11 of the WIPO copyright treaty adopted on 20 December 1996, or - similar laws prohibiting or restricting circumvention of such - measures.

-

When you convey a covered work, you waive any legal power to forbid - circumvention of technological measures to the extent such circumvention - is effected by exercising rights under this License with respect to - the covered work, and you disclaim any intention to limit operation or - modification of the work as a means of enforcing, against the work\'s - users, your or third parties\' legal rights to forbid circumvention of - technological measures.

-

4. Conveying Verbatim Copies.

-

You may convey verbatim copies of the Program\'s source code as you - receive it, in any medium, provided that you conspicuously and - appropriately publish on each copy an appropriate copyright notice; - keep intact all notices stating that this License and any - non-permissive terms added in accord with section 7 apply to the code; - keep intact all notices of the absence of any warranty; and give all - recipients a copy of this License along with the Program.

-

You may charge any price or no price for each copy that you convey, - and you may offer support or warranty protection for a fee.

-

5. Conveying Modified Source Versions.

-

You may convey a work based on the Program, or the modifications to - produce it from the Program, in the form of source code under the - terms of section 4, provided that you also meet all of these conditions:

- -

A compilation of a covered work with other separate and independent - works, which are not by their nature extensions of the covered work, - and which are not combined with it such as to form a larger program, - in or on a volume of a storage or distribution medium, is called an - “aggregate” if the compilation and its resulting copyright are not - used to limit the access or legal rights of the compilation\'s users - beyond what the individual works permit. Inclusion of a covered work - in an aggregate does not cause this License to apply to the other - parts of the aggregate.

-

6. Conveying Non-Source Forms.

-

You may convey a covered work in object code form under the terms - of sections 4 and 5, provided that you also convey the - machine-readable Corresponding Source under the terms of this License, - in one of these ways:

- -

A separable portion of the object code, whose source code is excluded - from the Corresponding Source as a System Library, need not be - included in conveying the object code work.

-

A “User Product” is either (1) a “consumer product”, which means any - tangible personal property which is normally used for personal, family, - or household purposes, or (2) anything designed or sold for incorporation - into a dwelling. In determining whether a product is a consumer product, - doubtful cases shall be resolved in favor of coverage. For a particular - product received by a particular user, “normally used” refers to a - typical or common use of that class of product, regardless of the status - of the particular user or of the way in which the particular user - actually uses, or expects or is expected to use, the product. A product - is a consumer product regardless of whether the product has substantial - commercial, industrial or non-consumer uses, unless such uses represent - the only significant mode of use of the product.

-

“Installation Information” for a User Product means any methods, - procedures, authorization keys, or other information required to install - and execute modified versions of a covered work in that User Product from - a modified version of its Corresponding Source. The information must - suffice to ensure that the continued functioning of the modified object - code is in no case prevented or interfered with solely because - modification has been made.

-

If you convey an object code work under this section in, or with, or - specifically for use in, a User Product, and the conveying occurs as - part of a transaction in which the right of possession and use of the - User Product is transferred to the recipient in perpetuity or for a - fixed term (regardless of how the transaction is characterized), the - Corresponding Source conveyed under this section must be accompanied - by the Installation Information. But this requirement does not apply - if neither you nor any third party retains the ability to install - modified object code on the User Product (for example, the work has - been installed in ROM).

-

The requirement to provide Installation Information does not include a - requirement to continue to provide support service, warranty, or updates - for a work that has been modified or installed by the recipient, or for - the User Product in which it has been modified or installed. Access to a - network may be denied when the modification itself materially and - adversely affects the operation of the network or violates the rules and - protocols for communication across the network.

-

Corresponding Source conveyed, and Installation Information provided, - in accord with this section must be in a format that is publicly - documented (and with an implementation available to the public in - source code form), and must require no special password or key for - unpacking, reading or copying.

-

7. Additional Terms.

-

“Additional permissions” are terms that supplement the terms of this - License by making exceptions from one or more of its conditions. - Additional permissions that are applicable to the entire Program shall - be treated as though they were included in this License, to the extent - that they are valid under applicable law. If additional permissions - apply only to part of the Program, that part may be used separately - under those permissions, but the entire Program remains governed by - this License without regard to the additional permissions.

-

When you convey a copy of a covered work, you may at your option - remove any additional permissions from that copy, or from any part of - it. (Additional permissions may be written to require their own - removal in certain cases when you modify the work.) You may place - additional permissions on material, added by you to a covered work, - for which you have or can give appropriate copyright permission.

-

Notwithstanding any other provision of this License, for material you - add to a covered work, you may (if authorized by the copyright holders of - that material) supplement the terms of this License with terms:

- -

All other non-permissive additional terms are considered “further - restrictions” within the meaning of section 10. If the Program as you - received it, or any part of it, contains a notice stating that it is - governed by this License along with a term that is a further - restriction, you may remove that term. If a license document contains - a further restriction but permits relicensing or conveying under this - License, you may add to a covered work material governed by the terms - of that license document, provided that the further restriction does - not survive such relicensing or conveying.

-

If you add terms to a covered work in accord with this section, you - must place, in the relevant source files, a statement of the - additional terms that apply to those files, or a notice indicating - where to find the applicable terms.

-

Additional terms, permissive or non-permissive, may be stated in the - form of a separately written license, or stated as exceptions; - the above requirements apply either way.

-

8. Termination.

-

You may not propagate or modify a covered work except as expressly - provided under this License. Any attempt otherwise to propagate or - modify it is void, and will automatically terminate your rights under - this License (including any patent licenses granted under the third - paragraph of section 11).

-

However, if you cease all violation of this License, then your - license from a particular copyright holder is reinstated (a) - provisionally, unless and until the copyright holder explicitly and - finally terminates your license, and (b) permanently, if the copyright - holder fails to notify you of the violation by some reasonable means - prior to 60 days after the cessation.

-

Moreover, your license from a particular copyright holder is - reinstated permanently if the copyright holder notifies you of the - violation by some reasonable means, this is the first time you have - received notice of violation of this License (for any work) from that - copyright holder, and you cure the violation prior to 30 days after - your receipt of the notice.

-

Termination of your rights under this section does not terminate the - licenses of parties who have received copies or rights from you under - this License. If your rights have been terminated and not permanently - reinstated, you do not qualify to receive new licenses for the same - material under section 10.

-

9. Acceptance Not Required for Having Copies.

-

You are not required to accept this License in order to receive or - run a copy of the Program. Ancillary propagation of a covered work - occurring solely as a consequence of using peer-to-peer transmission - to receive a copy likewise does not require acceptance. However, - nothing other than this License grants you permission to propagate or - modify any covered work. These actions infringe copyright if you do - not accept this License. Therefore, by modifying or propagating a - covered work, you indicate your acceptance of this License to do so.

-

10. Automatic Licensing of Downstream Recipients.

-

Each time you convey a covered work, the recipient automatically - receives a license from the original licensors, to run, modify and - propagate that work, subject to this License. You are not responsible - for enforcing compliance by third parties with this License.

-

An “entity transaction” is a transaction transferring control of an - organization, or substantially all assets of one, or subdividing an - organization, or merging organizations. If propagation of a covered - work results from an entity transaction, each party to that - transaction who receives a copy of the work also receives whatever - licenses to the work the party\'s predecessor in interest had or could - give under the previous paragraph, plus a right to possession of the - Corresponding Source of the work from the predecessor in interest, if - the predecessor has it or can get it with reasonable efforts.

-

You may not impose any further restrictions on the exercise of the - rights granted or affirmed under this License. For example, you may - not impose a license fee, royalty, or other charge for exercise of - rights granted under this License, and you may not initiate litigation - (including a cross-claim or counterclaim in a lawsuit) alleging that - any patent claim is infringed by making, using, selling, offering for - sale, or importing the Program or any portion of it.

-

11. Patents.

-

A “contributor” is a copyright holder who authorizes use under this - License of the Program or a work on which the Program is based. The - work thus licensed is called the contributor\'s “contributor version”.

-

A contributor\'s “essential patent claims” are all patent claims - owned or controlled by the contributor, whether already acquired or - hereafter acquired, that would be infringed by some manner, permitted - by this License, of making, using, or selling its contributor version, - but do not include claims that would be infringed only as a - consequence of further modification of the contributor version. For - purposes of this definition, “control” includes the right to grant - patent sublicenses in a manner consistent with the requirements of - this License.

-

Each contributor grants you a non-exclusive, worldwide, royalty-free - patent license under the contributor\'s essential patent claims, to - make, use, sell, offer for sale, import and otherwise run, modify and - propagate the contents of its contributor version.

-

In the following three paragraphs, a “patent license” is any express - agreement or commitment, however denominated, not to enforce a patent - (such as an express permission to practice a patent or covenant not to - sue for patent infringement). To “grant” such a patent license to a - party means to make such an agreement or commitment not to enforce a - patent against the party.

-

If you convey a covered work, knowingly relying on a patent license, - and the Corresponding Source of the work is not available for anyone - to copy, free of charge and under the terms of this License, through a - publicly available network server or other readily accessible means, - then you must either (1) cause the Corresponding Source to be so - available, or (2) arrange to deprive yourself of the benefit of the - patent license for this particular work, or (3) arrange, in a manner - consistent with the requirements of this License, to extend the patent - license to downstream recipients. “Knowingly relying” means you have - actual knowledge that, but for the patent license, your conveying the - covered work in a country, or your recipient\'s use of the covered work - in a country, would infringe one or more identifiable patents in that - country that you have reason to believe are valid.

-

If, pursuant to or in connection with a single transaction or - arrangement, you convey, or propagate by procuring conveyance of, a - covered work, and grant a patent license to some of the parties - receiving the covered work authorizing them to use, propagate, modify - or convey a specific copy of the covered work, then the patent license - you grant is automatically extended to all recipients of the covered - work and works based on it.

-

A patent license is “discriminatory” if it does not include within - the scope of its coverage, prohibits the exercise of, or is - conditioned on the non-exercise of one or more of the rights that are - specifically granted under this License. You may not convey a covered - work if you are a party to an arrangement with a third party that is - in the business of distributing software, under which you make payment - to the third party based on the extent of your activity of conveying - the work, and under which the third party grants, to any of the - parties who would receive the covered work from you, a discriminatory - patent license (a) in connection with copies of the covered work - conveyed by you (or copies made from those copies), or (b) primarily - for and in connection with specific products or compilations that - contain the covered work, unless you entered into that arrangement, - or that patent license was granted, prior to 28 March 2007.

-

Nothing in this License shall be construed as excluding or limiting - any implied license or other defenses to infringement that may - otherwise be available to you under applicable patent law.

-

12. No Surrender of Others\' Freedom.

-

If conditions are imposed on you (whether by court order, agreement or - otherwise) that contradict the conditions of this License, they do not - excuse you from the conditions of this License. If you cannot convey a - covered work so as to satisfy simultaneously your obligations under this - License and any other pertinent obligations, then as a consequence you may - not convey it at all. For example, if you agree to terms that obligate you - to collect a royalty for further conveying from those to whom you convey - the Program, the only way you could satisfy both those terms and this - License would be to refrain entirely from conveying the Program.

-

13. Use with the GNU Affero General Public License.

-

Notwithstanding any other provision of this License, you have - permission to link or combine any covered work with a work licensed - under version 3 of the GNU Affero General Public License into a single - combined work, and to convey the resulting work. The terms of this - License will continue to apply to the part which is the covered work, - but the special requirements of the GNU Affero General Public License, - section 13, concerning interaction through a network will apply to the - combination as such.

-

14. Revised Versions of this License.

-

The Free Software Foundation may publish revised and/or new versions of - the GNU General Public License from time to time. Such new versions will - be similar in spirit to the present version, but may differ in detail to - address new problems or concerns.

-

Each version is given a distinguishing version number. If the - Program specifies that a certain numbered version of the GNU General - Public License “or any later version” applies to it, you have the - option of following the terms and conditions either of that numbered - version or of any later version published by the Free Software - Foundation. If the Program does not specify a version number of the - GNU General Public License, you may choose any version ever published - by the Free Software Foundation.

-

If the Program specifies that a proxy can decide which future - versions of the GNU General Public License can be used, that proxy\'s - public statement of acceptance of a version permanently authorizes you - to choose that version for the Program.

-

Later license versions may give you additional or different - permissions. However, no additional obligations are imposed on any - author or copyright holder as a result of your choosing to follow a - later version.

-

15. Disclaimer of Warranty.

-

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY - APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT - HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY - OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, - THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM - IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF - ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

-

16. Limitation of Liability.

-

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING - WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS - THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY - GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE - USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF - DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD - PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), - EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF - SUCH DAMAGES.

-

17. Interpretation of Sections 15 and 16.

-

If the disclaimer of warranty and limitation of liability provided - above cannot be given local legal effect according to their terms, - reviewing courts shall apply local law that most closely approximates - an absolute waiver of all civil liability in connection with the - Program, unless a warranty or assumption of liability accompanies a - copy of the Program in return for a fee.

-

END OF TERMS AND CONDITIONS

-

How to Apply These Terms to Your New Programs

-

If you develop a new program, and you want it to be of the greatest - possible use to the public, the best way to achieve this is to make it - free software which everyone can redistribute and change under these terms.

-

To do so, attach the following notices to the program. It is safest - to attach them to the start of each source file to most effectively - state the exclusion of warranty; and each file should have at least - the “copyright” line and a pointer to where the full notice is found.

-
<one line to give the program\'s name and a brief idea of what it does.>
-Copyright (C) <year>  <name of author>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-

Also add information on how to contact you by electronic and paper mail.

-

If the program does terminal interaction, make it output a short - notice like this when it starts in an interactive mode:

-
<program>  Copyright (C) <year>  <name of author>
-This program comes with ABSOLUTELY NO WARRANTY; for details type `show w\'.
-This is free software, and you are welcome to redistribute it
-under certain conditions; type `show c\' for details.
-
-

The hypothetical commands `show w\' and `show c\' should show the appropriate - parts of the General Public License. Of course, your program\'s commands - might be different; for a GUI interface, you would use an “about box”.

-

You should also get your employer (if you work as a programmer) or school, - if any, to sign a “copyright disclaimer” for the program, if necessary. - For more information on this, and how to apply and follow the GNU GPL, see - <http://www.gnu.org/licenses/>.

-

The GNU General Public License does not permit incorporating your program - into proprietary programs. If your program is a subroutine library, you - may consider it more useful to permit linking proprietary applications with - the library. If this is what you want to do, use the GNU Lesser General - Public License instead of this License. But first, please read - <http://www.gnu.org/philosophy/why-not-lgpl.html>.

'; +$_['text_step_1'] = 'Por favor lee el acuerdo de licencia de OpenCart'; +$_['text_terms'] = '

GNU GENERAL PUBLIC LICENSE

\n

Version 3, 29 June 2007

\n

Copyright © 2007 Free Software Foundation, Inc. <http://fsf.org/>

\n

Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.

\n

Preamble

\n

The GNU General Public License is a free, copyleft license for\n software and other kinds of works.

\n

The licenses for most software and other practical works are designed\n to take away your freedom to share and change the works. By contrast,\n the GNU General Public License is intended to guarantee your freedom to\n share and change all versions of a program--to make sure it remains free\n software for all its users. We, the Free Software Foundation, use the\n GNU General Public License for most of our software; it applies also to\n any other work released this way by its authors. You can apply it to\n your programs, too.

\n

When we speak of free software, we are referring to freedom, not\n price. Our General Public Licenses are designed to make sure that you\n have the freedom to distribute copies of free software (and charge for\n them if you wish), that you receive source code or can get it if you\n want it, that you can change the software or use pieces of it in new\n free programs, and that you know you can do these things.

\n

To protect your rights, we need to prevent others from denying you\n these rights or asking you to surrender the rights. Therefore, you have\n certain responsibilities if you distribute copies of the software, or if\n you modify it: responsibilities to respect the freedom of others.

\n

For example, if you distribute copies of such a program, whether\n gratis or for a fee, you must pass on to the recipients the same\n freedoms that you received. You must make sure that they, too, receive\n or can get the source code. And you must show them these terms so they\n know their rights.

\n

Developers that use the GNU GPL protect your rights with two steps:\n (1) assert copyright on the software, and (2) offer you this License\n giving you legal permission to copy, distribute and/or modify it.

\n

For the developers\' and authors\' protection, the GPL clearly explains\n that there is no warranty for this free software. For both users\' and\n authors\' sake, the GPL requires that modified versions be marked as\n changed, so that their problems will not be attributed erroneously to\n authors of previous versions.

\n

Some devices are designed to deny users access to install or run\n modified versions of the software inside them, although the manufacturer\n can do so. This is fundamentally incompatible with the aim of\n protecting users\' freedom to change the software. The systematic\n pattern of such abuse occurs in the area of products for individuals to\n use, which is precisely where it is most unacceptable. Therefore, we\n have designed this version of the GPL to prohibit the practice for those\n products. If such problems arise substantially in other domains, we\n stand ready to extend this provision to those domains in future versions\n of the GPL, as needed to protect the freedom of users.

\n

Finally, every program is threatened constantly by software patents.\n States should not allow patents to restrict development and use of\n software on general-purpose computers, but in those that do, we wish to\n avoid the special danger that patents applied to a free program could\n make it effectively proprietary. To prevent this, the GPL assures that\n patents cannot be used to render the program non-free.

\n

The precise terms and conditions for copying, distribution and\n modification follow.

\n

TERMS AND CONDITIONS

\n

0. Definitions.

\n

“This License” refers to version 3 of the GNU General Public License.

\n

“Copyright” also means copyright-like laws that apply to other kinds of\n works, such as semiconductor masks.

\n

“The Program” refers to any copyrightable work licensed under this\n License. Each licensee is addressed as “you”. “Licensees” and\n “recipients” may be individuals or organizations.

\n

To “modify” a work means to copy from or adapt all or part of the work\n in a fashion requiring copyright permission, other than the making of an\n exact copy. The resulting work is called a “modified version” of the\n earlier work or a work “based on” the earlier work.

\n

A “covered work” means either the unmodified Program or a work based\n on the Program.

\n

To “propagate” a work means to do anything with it that, without\n permission, would make you directly or secondarily liable for\n infringement under applicable copyright law, except executing it on a\n computer or modifying a private copy. Propagation includes copying,\n distribution (with or without modification), making available to the\n public, and in some countries other activities as well.

\n

To “convey” a work means any kind of propagation that enables other\n parties to make or receive copies. Mere interaction with a user through\n a computer network, with no transfer of a copy, is not conveying.

\n

An interactive user interface displays “Appropriate Legal Notices”\n to the extent that it includes a convenient and prominently visible\n feature that (1) displays an appropriate copyright notice, and (2)\n tells the user that there is no warranty for the work (except to the\n extent that warranties are provided), that licensees may convey the\n work under this License, and how to view a copy of this License. If\n the interface presents a list of user commands or options, such as a\n menu, a prominent item in the list meets this criterion.

\n

1. Source Code.

\n

The “source code” for a work means the preferred form of the work\n for making modifications to it. “Object code” means any non-source\n form of a work.

\n

A “Standard Interface” means an interface that either is an official\n standard defined by a recognized standards body, or, in the case of\n interfaces specified for a particular programming language, one that\n is widely used among developers working in that language.

\n

The “System Libraries” of an executable work include anything, other\n than the work as a whole, that (a) is included in the normal form of\n packaging a Major Component, but which is not part of that Major\n Component, and (b) serves only to enable use of the work with that\n Major Component, or to implement a Standard Interface for which an\n implementation is available to the public in source code form. A\n “Major Component”, in this context, means a major essential component\n (kernel, window system, and so on) of the specific operating system\n (if any) on which the executable work runs, or a compiler used to\n produce the work, or an object code interpreter used to run it.

\n

The “Corresponding Source” for a work in object code form means all\n the source code needed to generate, install, and (for an executable\n work) run the object code and to modify the work, including scripts to\n control those activities. However, it does not include the work\'s\n System Libraries, or general-purpose tools or generally available free\n programs which are used unmodified in performing those activities but\n which are not part of the work. For example, Corresponding Source\n includes interface definition files associated with source files for\n the work, and the source code for shared libraries and dynamically\n linked subprograms that the work is specifically designed to require,\n such as by intimate data communication or control flow between those\n subprograms and other parts of the work.

\n

The Corresponding Source need not include anything that users\n can regenerate automatically from other parts of the Corresponding\n Source.

\n

The Corresponding Source for a work in source code form is that\n same work.

\n

2. Basic Permissions.

\n

All rights granted under this License are granted for the term of\n copyright on the Program, and are irrevocable provided the stated\n conditions are met. This License explicitly affirms your unlimited\n permission to run the unmodified Program. The output from running a\n covered work is covered by this License only if the output, given its\n content, constitutes a covered work. This License acknowledges your\n rights of fair use or other equivalent, as provided by copyright law.

\n

You may make, run and propagate covered works that you do not\n convey, without conditions so long as your license otherwise remains\n in force. You may convey covered works to others for the sole purpose\n of having them make modifications exclusively for you, or provide you\n with facilities for running those works, provided that you comply with\n the terms of this License in conveying all material for which you do\n not control copyright. Those thus making or running the covered works\n for you must do so exclusively on your behalf, under your direction\n and control, on terms that prohibit them from making any copies of\n your copyrighted material outside their relationship with you.

\n

Conveying under any other circumstances is permitted solely under\n the conditions stated below. Sublicensing is not allowed; section 10\n makes it unnecessary.

\n

3. Protecting Users\' Legal Rights From Anti-Circumvention Law.

\n

No covered work shall be deemed part of an effective technological\n measure under any applicable law fulfilling obligations under article\n 11 of the WIPO copyright treaty adopted on 20 December 1996, or\n similar laws prohibiting or restricting circumvention of such\n measures.

\n

When you convey a covered work, you waive any legal power to forbid\n circumvention of technological measures to the extent such circumvention\n is effected by exercising rights under this License with respect to\n the covered work, and you disclaim any intention to limit operation or\n modification of the work as a means of enforcing, against the work\'s\n users, your or third parties\' legal rights to forbid circumvention of\n technological measures.

\n

4. Conveying Verbatim Copies.

\n

You may convey verbatim copies of the Program\'s source code as you\n receive it, in any medium, provided that you conspicuously and\n appropriately publish on each copy an appropriate copyright notice;\n keep intact all notices stating that this License and any\n non-permissive terms added in accord with section 7 apply to the code;\n keep intact all notices of the absence of any warranty; and give all\n recipients a copy of this License along with the Program.

\n

You may charge any price or no price for each copy that you convey,\n and you may offer support or warranty protection for a fee.

\n

5. Conveying Modified Source Versions.

\n

You may convey a work based on the Program, or the modifications to\n produce it from the Program, in the form of source code under the\n terms of section 4, provided that you also meet all of these conditions:

\n\n

A compilation of a covered work with other separate and independent\n works, which are not by their nature extensions of the covered work,\n and which are not combined with it such as to form a larger program,\n in or on a volume of a storage or distribution medium, is called an\n “aggregate” if the compilation and its resulting copyright are not\n used to limit the access or legal rights of the compilation\'s users\n beyond what the individual works permit. Inclusion of a covered work\n in an aggregate does not cause this License to apply to the other\n parts of the aggregate.

\n

6. Conveying Non-Source Forms.

\n

You may convey a covered work in object code form under the terms\n of sections 4 and 5, provided that you also convey the\n machine-readable Corresponding Source under the terms of this License,\n in one of these ways:

\n\n

A separable portion of the object code, whose source code is excluded\n from the Corresponding Source as a System Library, need not be\n included in conveying the object code work.

\n

A “User Product” is either (1) a “consumer product”, which means any\n tangible personal property which is normally used for personal, family,\n or household purposes, or (2) anything designed or sold for incorporation\n into a dwelling. In determining whether a product is a consumer product,\n doubtful cases shall be resolved in favor of coverage. For a particular\n product received by a particular user, “normally used” refers to a\n typical or common use of that class of product, regardless of the status\n of the particular user or of the way in which the particular user\n actually uses, or expects or is expected to use, the product. A product\n is a consumer product regardless of whether the product has substantial\n commercial, industrial or non-consumer uses, unless such uses represent\n the only significant mode of use of the product.

\n

“Installation Information” for a User Product means any methods,\n procedures, authorization keys, or other information required to install\n and execute modified versions of a covered work in that User Product from\n a modified version of its Corresponding Source. The information must\n suffice to ensure that the continued functioning of the modified object\n code is in no case prevented or interfered with solely because\n modification has been made.

\n

If you convey an object code work under this section in, or with, or\n specifically for use in, a User Product, and the conveying occurs as\n part of a transaction in which the right of possession and use of the\n User Product is transferred to the recipient in perpetuity or for a\n fixed term (regardless of how the transaction is characterized), the\n Corresponding Source conveyed under this section must be accompanied\n by the Installation Information. But this requirement does not apply\n if neither you nor any third party retains the ability to install\n modified object code on the User Product (for example, the work has\n been installed in ROM).

\n

The requirement to provide Installation Information does not include a\n requirement to continue to provide support service, warranty, or updates\n for a work that has been modified or installed by the recipient, or for\n the User Product in which it has been modified or installed. Access to a\n network may be denied when the modification itself materially and\n adversely affects the operation of the network or violates the rules and\n protocols for communication across the network.

\n

Corresponding Source conveyed, and Installation Information provided,\n in accord with this section must be in a format that is publicly\n documented (and with an implementation available to the public in\n source code form), and must require no special password or key for\n unpacking, reading or copying.

\n

7. Additional Terms.

\n

“Additional permissions” are terms that supplement the terms of this\n License by making exceptions from one or more of its conditions.\n Additional permissions that are applicable to the entire Program shall\n be treated as though they were included in this License, to the extent\n that they are valid under applicable law. If additional permissions\n apply only to part of the Program, that part may be used separately\n under those permissions, but the entire Program remains governed by\n this License without regard to the additional permissions.

\n

When you convey a copy of a covered work, you may at your option\n remove any additional permissions from that copy, or from any part of\n it. (Additional permissions may be written to require their own\n removal in certain cases when you modify the work.) You may place\n additional permissions on material, added by you to a covered work,\n for which you have or can give appropriate copyright permission.

\n

Notwithstanding any other provision of this License, for material you\n add to a covered work, you may (if authorized by the copyright holders of\n that material) supplement the terms of this License with terms:

\n\n

All other non-permissive additional terms are considered “further\n restrictions” within the meaning of section 10. If the Program as you\n received it, or any part of it, contains a notice stating that it is\n governed by this License along with a term that is a further\n restriction, you may remove that term. If a license document contains\n a further restriction but permits relicensing or conveying under this\n License, you may add to a covered work material governed by the terms\n of that license document, provided that the further restriction does\n not survive such relicensing or conveying.

\n

If you add terms to a covered work in accord with this section, you\n must place, in the relevant source files, a statement of the\n additional terms that apply to those files, or a notice indicating\n where to find the applicable terms.

\n

Additional terms, permissive or non-permissive, may be stated in the\n form of a separately written license, or stated as exceptions;\n the above requirements apply either way.

\n

8. Termination.

\n

You may not propagate or modify a covered work except as expressly\n provided under this License. Any attempt otherwise to propagate or\n modify it is void, and will automatically terminate your rights under\n this License (including any patent licenses granted under the third\n paragraph of section 11).

\n

However, if you cease all violation of this License, then your\n license from a particular copyright holder is reinstated (a)\n provisionally, unless and until the copyright holder explicitly and\n finally terminates your license, and (b) permanently, if the copyright\n holder fails to notify you of the violation by some reasonable means\n prior to 60 days after the cessation.

\n

Moreover, your license from a particular copyright holder is\n reinstated permanently if the copyright holder notifies you of the\n violation by some reasonable means, this is the first time you have\n received notice of violation of this License (for any work) from that\n copyright holder, and you cure the violation prior to 30 days after\n your receipt of the notice.

\n

Termination of your rights under this section does not terminate the\n licenses of parties who have received copies or rights from you under\n this License. If your rights have been terminated and not permanently\n reinstated, you do not qualify to receive new licenses for the same\n material under section 10.

\n

9. Acceptance Not Required for Having Copies.

\n

You are not required to accept this License in order to receive or\n run a copy of the Program. Ancillary propagation of a covered work\n occurring solely as a consequence of using peer-to-peer transmission\n to receive a copy likewise does not require acceptance. However,\n nothing other than this License grants you permission to propagate or\n modify any covered work. These actions infringe copyright if you do\n not accept this License. Therefore, by modifying or propagating a\n covered work, you indicate your acceptance of this License to do so.

\n

10. Automatic Licensing of Downstream Recipients.

\n

Each time you convey a covered work, the recipient automatically\n receives a license from the original licensors, to run, modify and\n propagate that work, subject to this License. You are not responsible\n for enforcing compliance by third parties with this License.

\n

An “entity transaction” is a transaction transferring control of an\n organization, or substantially all assets of one, or subdividing an\n organization, or merging organizations. If propagation of a covered\n work results from an entity transaction, each party to that\n transaction who receives a copy of the work also receives whatever\n licenses to the work the party\'s predecessor in interest had or could\n give under the previous paragraph, plus a right to possession of the\n Corresponding Source of the work from the predecessor in interest, if\n the predecessor has it or can get it with reasonable efforts.

\n

You may not impose any further restrictions on the exercise of the\n rights granted or affirmed under this License. For example, you may\n not impose a license fee, royalty, or other charge for exercise of\n rights granted under this License, and you may not initiate litigation\n (including a cross-claim or counterclaim in a lawsuit) alleging that\n any patent claim is infringed by making, using, selling, offering for\n sale, or importing the Program or any portion of it.

\n

11. Patents.

\n

A “contributor” is a copyright holder who authorizes use under this\n License of the Program or a work on which the Program is based. The\n work thus licensed is called the contributor\'s “contributor version”.

\n

A contributor\'s “essential patent claims” are all patent claims\n owned or controlled by the contributor, whether already acquired or\n hereafter acquired, that would be infringed by some manner, permitted\n by this License, of making, using, or selling its contributor version,\n but do not include claims that would be infringed only as a\n consequence of further modification of the contributor version. For\n purposes of this definition, “control” includes the right to grant\n patent sublicenses in a manner consistent with the requirements of\n this License.

\n

Each contributor grants you a non-exclusive, worldwide, royalty-free\n patent license under the contributor\'s essential patent claims, to\n make, use, sell, offer for sale, import and otherwise run, modify and\n propagate the contents of its contributor version.

\n

In the following three paragraphs, a “patent license” is any express\n agreement or commitment, however denominated, not to enforce a patent\n (such as an express permission to practice a patent or covenant not to\n sue for patent infringement). To “grant” such a patent license to a\n party means to make such an agreement or commitment not to enforce a\n patent against the party.

\n

If you convey a covered work, knowingly relying on a patent license,\n and the Corresponding Source of the work is not available for anyone\n to copy, free of charge and under the terms of this License, through a\n publicly available network server or other readily accessible means,\n then you must either (1) cause the Corresponding Source to be so\n available, or (2) arrange to deprive yourself of the benefit of the\n patent license for this particular work, or (3) arrange, in a manner\n consistent with the requirements of this License, to extend the patent\n license to downstream recipients. “Knowingly relying” means you have\n actual knowledge that, but for the patent license, your conveying the\n covered work in a country, or your recipient\'s use of the covered work\n in a country, would infringe one or more identifiable patents in that\n country that you have reason to believe are valid.

\n

If, pursuant to or in connection with a single transaction or\n arrangement, you convey, or propagate by procuring conveyance of, a\n covered work, and grant a patent license to some of the parties\n receiving the covered work authorizing them to use, propagate, modify\n or convey a specific copy of the covered work, then the patent license\n you grant is automatically extended to all recipients of the covered\n work and works based on it.

\n

A patent license is “discriminatory” if it does not include within\n the scope of its coverage, prohibits the exercise of, or is\n conditioned on the non-exercise of one or more of the rights that are\n specifically granted under this License. You may not convey a covered\n work if you are a party to an arrangement with a third party that is\n in the business of distributing software, under which you make payment\n to the third party based on the extent of your activity of conveying\n the work, and under which the third party grants, to any of the\n parties who would receive the covered work from you, a discriminatory\n patent license (a) in connection with copies of the covered work\n conveyed by you (or copies made from those copies), or (b) primarily\n for and in connection with specific products or compilations that\n contain the covered work, unless you entered into that arrangement,\n or that patent license was granted, prior to 28 March 2007.

\n

Nothing in this License shall be construed as excluding or limiting\n any implied license or other defenses to infringement that may\n otherwise be available to you under applicable patent law.

\n

12. No Surrender of Others\' Freedom.

\n

If conditions are imposed on you (whether by court order, agreement or\n otherwise) that contradict the conditions of this License, they do not\n excuse you from the conditions of this License. If you cannot convey a\n covered work so as to satisfy simultaneously your obligations under this\n License and any other pertinent obligations, then as a consequence you may\n not convey it at all. For example, if you agree to terms that obligate you\n to collect a royalty for further conveying from those to whom you convey\n the Program, the only way you could satisfy both those terms and this\n License would be to refrain entirely from conveying the Program.

\n

13. Use with the GNU Affero General Public License.

\n

Notwithstanding any other provision of this License, you have\n permission to link or combine any covered work with a work licensed\n under version 3 of the GNU Affero General Public License into a single\n combined work, and to convey the resulting work. The terms of this\n License will continue to apply to the part which is the covered work,\n but the special requirements of the GNU Affero General Public License,\n section 13, concerning interaction through a network will apply to the\n combination as such.

\n

14. Revised Versions of this License.

\n

The Free Software Foundation may publish revised and/or new versions of\n the GNU General Public License from time to time. Such new versions will\n be similar in spirit to the present version, but may differ in detail to\n address new problems or concerns.

\n

Each version is given a distinguishing version number. If the\n Program specifies that a certain numbered version of the GNU General\n Public License “or any later version” applies to it, you have the\n option of following the terms and conditions either of that numbered\n version or of any later version published by the Free Software\n Foundation. If the Program does not specify a version number of the\n GNU General Public License, you may choose any version ever published\n by the Free Software Foundation.

\n

If the Program specifies that a proxy can decide which future\n versions of the GNU General Public License can be used, that proxy\'s\n public statement of acceptance of a version permanently authorizes you\n to choose that version for the Program.

\n

Later license versions may give you additional or different\n permissions. However, no additional obligations are imposed on any\n author or copyright holder as a result of your choosing to follow a\n later version.

\n

15. Disclaimer of Warranty.

\n

THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\n APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\n HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM “AS IS” WITHOUT WARRANTY\n OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\n THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\n IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\n ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

\n

16. Limitation of Liability.

\n

IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\n WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\n THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\n GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\n USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\n DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\n PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\n EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\n SUCH DAMAGES.

\n

17. Interpretation of Sections 15 and 16.

\n

If the disclaimer of warranty and limitation of liability provided\n above cannot be given local legal effect according to their terms,\n reviewing courts shall apply local law that most closely approximates\n an absolute waiver of all civil liability in connection with the\n Program, unless a warranty or assumption of liability accompanies a\n copy of the Program in return for a fee.

\n

END OF TERMS AND CONDITIONS

\n

How to Apply These Terms to Your New Programs

\n

If you develop a new program, and you want it to be of the greatest\n possible use to the public, the best way to achieve this is to make it\n free software which everyone can redistribute and change under these terms.

\n

To do so, attach the following notices to the program. It is safest\n to attach them to the start of each source file to most effectively\n state the exclusion of warranty; and each file should have at least\n the “copyright” line and a pointer to where the full notice is found.

\n
<one line to give the program\'s name and a brief idea of what it does.>\nCopyright (C) <year>  <name of author>\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see <http://www.gnu.org/licenses/>.\n
\n

Also add information on how to contact you by electronic and paper mail.

\n

If the program does terminal interaction, make it output a short\n notice like this when it starts in an interactive mode:

\n
<program>  Copyright (C) <year>  <name of author>\nThis program comes with ABSOLUTELY NO WARRANTY; for details type `show w\'.\nThis is free software, and you are welcome to redistribute it\nunder certain conditions; type `show c\' for details.\n
\n

The hypothetical commands `show w\' and `show c\' should show the appropriate\n parts of the General Public License. Of course, your program\'s commands\n might be different; for a GUI interface, you would use an “about box”.

\n

You should also get your employer (if you work as a programmer) or school,\n if any, to sign a “copyright disclaimer” for the program, if necessary.\n For more information on this, and how to apply and follow the GNU GPL, see\n <http://www.gnu.org/licenses/>.

\n

The GNU General Public License does not permit incorporating your program\n into proprietary programs. If your program is a subroutine library, you\n may consider it more useful to permit linking proprietary applications with\n the library. If this is what you want to do, use the GNU Lesser General\n Public License instead of this License. But first, please read\n <http://www.gnu.org/philosophy/why-not-lgpl.html>.

'; diff --git a/upload/install/language/es-cl/install/step_2.php b/upload/install/language/es-cl/install/step_2.php index 499454e..5789af8 100644 --- a/upload/install/language/es-cl/install/step_2.php +++ b/upload/install/language/es-cl/install/step_2.php @@ -2,25 +2,19 @@ $_['heading_title'] = 'Preinstalación'; $_['text_step_2'] = 'Verifica que tu servidor esté configurado correctamente'; -$_['text_install_php'] = '1. Por favor configura PHP para satisfacer los requerimientos listados más abajo.'; -$_['text_install_extension'] = '2. Please make sure the PHP extensions listed below are installed.'; -$_['text_install_db'] = '3. Please ensure you have at least one available database driver.'; -$_['text_install_file'] = '4. Please make sure you have set the correct permissions on the files list below.'; -$_['text_install_directory'] = '5. Please make sure you have set the correct permissions on the directories list below.'; -$_['text_setting'] = 'Configuraciones de PHP'; -$_['text_current'] = 'Configuraciones actuales'; -$_['text_required'] = 'Configuraciones requeridas'; -$_['text_extension'] = 'Configuraciones de extensión'; +$_['text_install_php'] = '1. Por favor configura tus preferencias de PHP para satisfacer los requerimientos listados más abajo.'; +$_['text_install_extension'] = '2. Por favor asegúrate de que las siguientes extensiones PHP estén instaladas.'; +$_['text_install_file'] = '3. Por favor asegúrate de tener establecidos los permisos correctos en los siguientes archivos.'; +$_['text_setting'] = 'Preferencias de PHP'; +$_['text_current'] = 'Preferencias actuales'; +$_['text_required'] = 'Preferencias requeridas'; +$_['text_extension'] = 'Preferencias de la extensión'; $_['text_db'] = 'Base de datos'; -$_['text_db_driver'] = 'Controlador de la base de datos'; -$_['text_file'] = 'Archivos'; -$_['text_directory'] = 'Directorios'; -$_['text_status'] = 'Estado'; $_['text_version'] = 'Versión de PHP'; $_['text_global'] = 'Registrar globales'; $_['text_magic'] = 'Comillas mágicas GPC'; $_['text_file_upload'] = 'Carga de archivos'; -$_['text_session'] = 'Session Auto Start'; +$_['text_session'] = 'Inicio automático de la sesión'; $_['text_gd'] = 'GD'; $_['text_curl'] = 'cURL'; $_['text_openssl'] = 'OpenSSL'; @@ -29,29 +23,22 @@ $_['text_mbstring'] = 'mbstring'; $_['text_on'] = 'Activo'; $_['text_off'] = 'Inactivo'; +$_['text_file'] = 'Archivos'; +$_['text_status'] = 'Estado'; $_['text_writable'] = 'Escribible'; $_['text_unwritable'] = 'No escribible'; -$_['error_missing'] = 'Faltante'; -$_['error_unwritable'] = 'No escribible'; -$_['error_version'] = 'Aviso: ¡Necesitas usar PHP 5.4 o superior para que funcione OpenCart!'; -$_['error_file_upload'] = 'Warning: file_uploads needs to be enabled!'; +$_['text_missing'] = 'Faltante'; +$_['error_version'] = 'Aviso: ¡Necesitas usar PHP 8 o superior para que funcione OpenCart!'; +$_['error_file_upload'] = 'Aviso: ¡Se necesita habilitar file_uploads!'; $_['error_session'] = 'Aviso: ¡OpenCart no funcionará con session.auto_start habilitado!'; -$_['error_db'] = 'Warning: A database extension needs to be loaded in the php.ini for OpenCart to work!'; -$_['error_gd'] = 'Aviso: ¡Se necesita que la extensión GD esté cargada para que funcione OpenCart!'; -$_['error_curl'] = 'Aviso: ¡Se necesita que la extensión cURL esté cargada para que funcione OpenCart!'; -$_['error_openssl'] = 'Warning: OpenSSL extension needs to be loaded for OpenCart to work!'; -$_['error_zlib'] = 'Advertencia: ¡Se necesita que la extensión ZLIB esté cargada para que OpenCart funcione!'; -$_['error_zip'] = 'Advertencia: ¡Se necesita cargar la extensión ZIP para que OpenCart funcione!'; -$_['error_mbstring'] = 'Warning: mbstring extension needs to be loaded for OpenCart to work!'; -$_['error_catalog_exist'] = 'Warning: config.php does not exist. You need to rename config-dist.php to config.php!'; -$_['error_catalog_writable'] = 'Warning: config.php needs to be writable for OpenCart to be installed!'; -$_['error_admin_exist'] = 'Warning: admin/config.php does not exist. You need to rename admin/config-dist.php to admin/config.php!'; +$_['error_db'] = 'Aviso: ¡Es necesario que una extensión de base de datos esté cargada en el archivo php.ini para que funcione OpenCart!'; +$_['error_gd'] = 'Aviso: ¡Es necesario que la extensión GD esté cargada para que funcione OpenCart!'; +$_['error_curl'] = 'Aviso: ¡Es necesario que la extensión cURL esté cargada para que funcione OpenCart!'; +$_['error_openssl'] = 'Aviso: ¡Es necesario que la extensión OpenSSL esté cargada para que funcione OpenCart!'; +$_['error_zlib'] = 'Aviso: ¡Es necesario que la extensión ZLIB esté cargada para que funcione OpenCart!'; +$_['error_zip'] = 'Aviso: ¡Es necesario que la extensión ZIP esté cargada para que funcione OpenCart!'; +$_['error_mbstring'] = 'Aviso: ¡Es necesario que la extensión mbstring esté cargada para que funcione OpenCart!'; +$_['error_catalog_exist'] = 'Aviso: El archivo config.php no existe. ¡Necesitas renombrar el archivo config-dist.php a config.php!'; +$_['error_catalog_writable'] = 'Aviso: ¡El archivo config.php necesita permisos de escritura para que OpenCart pueda instalarse! '; +$_['error_admin_exist'] = 'Aviso: El archivo admin/config.php no existe. ¡Es necesario renombrar admin/config-dist.php a admin/config.php!'; $_['error_admin_writable'] = 'Aviso: ¡Se necesitan permisos de escritura en admin/config.php para que se pueda instalar OpenCart!'; -$_['error_image'] = 'Aviso: ¡Se necesita que el directorio de imágenes tenga permisos de escritura para que funcione OpenCart!'; -$_['error_image_cache'] = 'Warning: Image cache directory needs to be writable for OpenCart to work!'; -$_['error_image_catalog'] = 'Warning: Image catalog directory needs to be writable for OpenCart to work!'; -$_['error_cache'] = 'Warning: Cache directory needs to be writable for OpenCart to work!'; -$_['error_log'] = 'Warning: Logs directory needs to be writable for OpenCart to work!'; -$_['error_download'] = 'Aviso: ¡Es necesario que el directorio de descargas tenga permisos de escritura para que funcione OpenCart!'; -$_['error_upload'] = 'Warning: Upload directory needs to be writable for OpenCart to work!'; -$_['error_modification'] = 'Aviso: ¡El directorio de modificación debe tener permisos de escritura para que funcione OpenCart!'; diff --git a/upload/install/language/es-cl/install/step_3.php b/upload/install/language/es-cl/install/step_3.php index e177f32..ec9c1ea 100644 --- a/upload/install/language/es-cl/install/step_3.php +++ b/upload/install/language/es-cl/install/step_3.php @@ -1,15 +1,17 @@ More information'; -$_['text_amazon_pay'] = 'Amazon Pay is a trusted payment solution which allows customers to check in and out using information already stored in their Amazon account. It\'s fast, simple and secure....More information'; $_['text_facebook'] = 'Danos me gusta en Facebook'; $_['text_facebook_description'] = '¡Dinos cuánto te gusta OpenCart!'; $_['text_facebook_visit'] = 'Visita nuestra página en Facebook'; @@ -19,10 +16,5 @@ $_['text_commercial'] = 'Soporte comercial'; $_['text_commercial_description'] = 'Servicios de desarrollo de socios de OpenCart'; $_['text_commercial_visit'] = 'Visita el sitio web de nuestro socio'; -$_['text_price'] = 'Precio'; -$_['text_view'] = 'Detalles de la vista'; -$_['text_download'] = 'Descarga'; -$_['text_downloads'] = 'Descargas'; $_['button_mail'] = 'Únete aquí'; -$_['button_setup'] = 'Set-up now'; $_['error_warning'] = '¡No olvides eliminar el directorio de instalación!'; diff --git a/upload/install/language/es-cl/upgrade/upgrade.php b/upload/install/language/es-cl/upgrade/upgrade.php index 0798446..1d2a05f 100644 --- a/upload/install/language/es-cl/upgrade/upgrade.php +++ b/upload/install/language/es-cl/upgrade/upgrade.php @@ -2,15 +2,27 @@ $_['heading_title'] = 'Actualizar'; $_['heading_success'] = 'Actualización - ¡Completa!'; -$_['text_upgrade'] = 'Prepare for your upgrade'; +$_['text_upgrade'] = 'Prepárate para la actualización'; $_['text_server'] = 'Verifica que tu servidor esté configurado correctamente'; $_['text_steps'] = 'Progreso de la actualización'; $_['text_error'] = 'Publica cualquier problema con errores del script de actualización en los foros'; -$_['text_clear'] = 'After upgrade, clear any cookies in your browser to avoid getting token errors.'; -$_['text_admin'] = 'Load the admin page & press Ctrl+F5 twice to force the browser to update the css changes.'; -$_['text_user'] = 'Goto Admin -> Users -> User Groups and Edit the Top Adminstrator group. Check All boxes.'; -$_['text_setting'] = 'Ve al panel de administración y edita las configuraciones del sistema. Actualiza todos los campos y haz clic en guardar, incluso si nada se cambió.'; -$_['text_store'] = 'Load the store front & press Ctrl+F5 twice to force the browser to update the css changes.'; +$_['text_clear'] = 'Después de actualizar, limpia las cookies de tu navegador para evitar obtener errores de token.'; +$_['text_admin'] = 'Carga la página de administración y presiona un par de veces Ctrl+F5 para forzar a que el navegador actualice los cambios realizados en los archivos CSS.'; +$_['text_user'] = 'Ve a Sistema → Usuarios → Grupos de usuarios y edita el grupo Administrator. Marca todas las casillas de verificación.'; +$_['text_setting'] = 'Ve al panel de administración y edita las preferencias del sistema. Actualiza todos los campos y haz clic en guardar, incluso si nada se cambió.'; +$_['text_store'] = 'Carga la página de inicio de la tienda y presiona Ctrl+F5 un par de veces con tal de forzar a que el navegador cargue los cambios hechos al CSS.'; $_['text_progress'] = 'El parche %s ha sido aplicado (%s de %s)'; -$_['text_success'] = '¡Felicitaciones! ¡Has actualizado exitosamente tu instalación de OpenCart!'; +$_['text_success'] = '¡Felicidades! ¡Has actualizado exitosamente tu instalación de OpenCart!'; $_['entry_progress'] = 'Progreso'; +$_['error_admin'] = 'Error: No se encontró el archivo %s. ¡Asegúrate de que el directorio de administración tenga el nombre correcto!'; +$_['error_file'] = 'Error: ¡No se pudo encontrar el archivo de configuración %s!'; +$_['error_writable'] = 'Error: ¡No se puede escribir en el archivo de configuración %s!'; +$_['error_upgrade'] = 'Error: ¡No se han establecido archivos de actualización!'; +$_['error_server'] = 'Error: ¡No se pudo encontrar la constante HTTP_SERVER!'; +$_['error_db_driver'] = 'Error: ¡No se pudo encontrar la constante DB_DRIVER!'; +$_['error_db_hostname'] = 'Error: ¡No se pudo encontrar la constante DB_HOSTNAME!'; +$_['error_db_username'] = 'Error: ¡No se pudo encontrar la constante DB_USERNAME!'; +$_['error_db_password'] = 'Error: ¡No se pudo encontrar la constante DB_PASSWORD!'; +$_['error_db_database'] = 'Error: ¡No se pudo encontrar la constante DB_DATABASE!'; +$_['error_db_port'] = 'Error: ¡No se pudo encontrar la constante DB_PORT!'; +$_['error_db_prefix'] = 'Error: ¡No se pudo encontrar la constante DB_PREFIX!';