diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-31 14:20:32 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-31 14:20:32 -0500 |
commit | ffe52ce7f2858669dc7581e7e41703ab61b173b8 (patch) | |
tree | ae2b7e380614f5bf76cb2bd242789e87e7f08462 | |
parent | 9c0509fcf9884d1c6d3025be2f95b7cbf23ff2d0 (diff) | |
download | librecart-ffe52ce7f2858669dc7581e7e41703ab61b173b8.tar.lz librecart-ffe52ce7f2858669dc7581e7e41703ab61b173b8.tar.xz librecart-ffe52ce7f2858669dc7581e7e41703ab61b173b8.zip |
completed marketplace translate to spanish
-rw-r--r-- | public/admin/language/es-es/marketplace/api.php | 14 | ||||
-rw-r--r-- | public/admin/language/es-es/marketplace/event.php | 24 | ||||
-rw-r--r-- | public/admin/language/es-es/marketplace/extension.php | 10 | ||||
-rw-r--r-- | public/admin/language/es-es/marketplace/install.php | 28 | ||||
-rw-r--r-- | public/admin/language/es-es/marketplace/installer.php | 34 | ||||
-rw-r--r-- | public/admin/language/es-es/marketplace/marketplace.php | 112 | ||||
-rw-r--r-- | public/admin/language/es-es/marketplace/modification.php | 20 | ||||
-rw-r--r-- | public/admin/language/es-es/marketplace/openbay.php | 158 |
8 files changed, 200 insertions, 200 deletions
diff --git a/public/admin/language/es-es/marketplace/api.php b/public/admin/language/es-es/marketplace/api.php index c74525e..90c433d 100644 --- a/public/admin/language/es-es/marketplace/api.php +++ b/public/admin/language/es-es/marketplace/api.php @@ -1,16 +1,16 @@ <?php // Heading -$_['heading_title'] = 'OpenCart Marketplace API'; +$_['heading_title'] = 'API de OpenCart Marketplace'; // Text -$_['text_success'] = 'Success: You have modified your API information!'; -$_['text_signup'] = 'Please enter your OpenCart API information which you can obtain <a href="https://www.opencart.com/index.php?route=account/store" target="_blank" class="alert-link">here</a>.'; +$_['text_success'] = 'Éxito: ¡Has modificado tu información de API!'; +$_['text_signup'] = 'Ingrese la información de su API de OpenCart que puede obtener <a href="https://www.opencart.com/index.php?route=account/store" target="_blank" class="alert-link">aquí</a>.'; // Entry -$_['entry_username'] = 'Username'; +$_['entry_username'] = 'Nombre de Usuario'; $_['entry_secret'] = 'Secret'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify marketplace API!'; -$_['error_username'] = 'Username required!'; -$_['error_secret'] = 'Secret required!'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar la API del mercado!'; +$_['error_username'] = '¡Nombre de Usuario requerido!'; +$_['error_secret'] = '¡Secret requerido!'; diff --git a/public/admin/language/es-es/marketplace/event.php b/public/admin/language/es-es/marketplace/event.php index c02c584..8bb42ab 100644 --- a/public/admin/language/es-es/marketplace/event.php +++ b/public/admin/language/es-es/marketplace/event.php @@ -1,20 +1,20 @@ <?php // Heading -$_['heading_title'] = 'Events'; +$_['heading_title'] = 'Eventos'; // Text -$_['text_success'] = 'Success: You have modified events!'; -$_['text_list'] = 'Event List'; -$_['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_info'] = 'Event Information'; -$_['text_trigger'] = 'Trigger'; -$_['text_action'] = 'Action'; +$_['text_success'] = 'Éxito: ¡Has modificado eventos!'; +$_['text_list'] = 'Lista de eventos'; +$_['text_event'] = 'Las extensiones utilizan los eventos para anular la funcionalidad predeterminada de su tienda. Si tiene problemas, puede deshabilitar o habilitar los eventos aquí.'; +$_['text_info'] = 'Información del Evento'; +$_['text_trigger'] = 'Desencadenar'; +$_['text_action'] = 'Acción'; // Column -$_['column_code'] = 'Event Code'; -$_['column_status'] = 'Status'; -$_['column_sort_order'] = 'Sort Order'; -$_['column_action'] = 'Action'; +$_['column_code'] = 'Código de Evento'; +$_['column_status'] = 'Estado'; +$_['column_sort_order'] = 'Orden'; +$_['column_action'] = 'Acción'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar extensiones!'; diff --git a/public/admin/language/es-es/marketplace/extension.php b/public/admin/language/es-es/marketplace/extension.php index 662f4c9..4c9fa9b 100644 --- a/public/admin/language/es-es/marketplace/extension.php +++ b/public/admin/language/es-es/marketplace/extension.php @@ -1,9 +1,9 @@ <?php // Heading -$_['heading_title'] = 'Extensions'; +$_['heading_title'] = 'Extensiones'; // Text -$_['text_success'] = 'Success: You have modified extensions!'; -$_['text_list'] = 'Extension List'; -$_['text_type'] = 'Choose the extension type'; -$_['text_filter'] = 'Filter';
\ No newline at end of file +$_['text_success'] = 'Éxito: ¡Has modificado las extensiones!'; +$_['text_list'] = 'Listas de Extensiones'; +$_['text_type'] = 'Elija el tipo de extensión'; +$_['text_filter'] = 'Filtrar'; diff --git a/public/admin/language/es-es/marketplace/install.php b/public/admin/language/es-es/marketplace/install.php index 93a9a12..762ac30 100644 --- a/public/admin/language/es-es/marketplace/install.php +++ b/public/admin/language/es-es/marketplace/install.php @@ -1,18 +1,18 @@ <?php // Text -$_['text_success'] = 'Success: You have modified extensions!'; -$_['text_unzip'] = 'Extracting files!'; -$_['text_move'] = 'Copying files!'; -$_['text_xml'] = 'Applying modifications!'; -$_['text_remove'] = 'Removing temporary files!'; +$_['text_success'] = 'Éxito: ¡Has modificado las extensiones!'; +$_['text_unzip'] = '¡Extrayendo archivos!'; +$_['text_move'] = '¡Copiando documentos!'; +$_['text_xml'] = 'Aplicando modificaciones!'; +$_['text_remove'] = 'Eliminando archivos temporales!'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; -$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; -$_['error_unzip'] = 'Zip file could not be opened!'; -$_['error_file'] = 'Install file could not be found!'; -$_['error_directory'] = 'Install directory could not be found!'; -$_['error_code'] = 'Unique code is required for modification XML!'; -$_['error_xml'] = 'Modification %s is already being used!'; -$_['error_exists'] = 'The file %s already exists!'; -$_['error_allowed'] = 'The directory %s is not allowed to be written to!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar extensiones!'; +$_['error_install'] = 'Se está realizando la instalación de la extensión. ¡Espere unos segundos antes de intentar la instalación!'; +$_['error_unzip'] = '¡No se pudo abrir el archivo zip!'; +$_['error_file'] = '¡No se pudo encontrar el archivo de instalación!'; +$_['error_directory'] = '¡No se pudo encontrar el directorio de instalación!'; +$_['error_code'] = '¡Se requiere un código único para modificar XML!'; +$_['error_xml'] = '¡La modificación %s ya se está utilizando!'; +$_['error_exists'] = '¡El archivo %s ya existe!'; +$_['error_allowed'] = '¡No se puede escribir en el directorio %s!'; diff --git a/public/admin/language/es-es/marketplace/installer.php b/public/admin/language/es-es/marketplace/installer.php index 2fd6411..db40b0f 100644 --- a/public/admin/language/es-es/marketplace/installer.php +++ b/public/admin/language/es-es/marketplace/installer.php @@ -1,29 +1,29 @@ <?php // Heading -$_['heading_title'] = 'Extension Installer'; +$_['heading_title'] = 'Instalador de Extensiones'; // Text -$_['text_progress'] = 'Install Progress'; -$_['text_upload'] = 'Upload your extensions'; -$_['text_history'] = 'Install History'; -$_['text_success'] = 'Success: The extension has been installed!'; -$_['text_install'] = 'Installing'; +$_['text_progress'] = 'Instalar progreso'; +$_['text_upload'] = 'Sube tus Extensiones'; +$_['text_history'] = 'Instalar historial'; +$_['text_success'] = 'Éxito: ¡la extensión ha sido instalada!'; +$_['text_install'] = 'Instalando'; // Column -$_['column_filename'] = 'Filename'; -$_['column_date_added'] = 'Date Added'; -$_['column_action'] = 'Action'; +$_['column_filename'] = 'Nombre del Archivo'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_action'] = 'Acción'; // Entry -$_['entry_upload'] = 'Upload File'; -$_['entry_progress'] = 'Progress'; +$_['entry_upload'] = 'Subir Archivo'; +$_['entry_progress'] = 'Progreso'; // Help -$_['help_upload'] = 'Requires a modification file with extension \'.ocmod.zip\'.'; +$_['help_upload'] = 'Requiere un archivo de modificación con extensión \'.ocmod.zip\'.'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; -$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; -$_['error_upload'] = 'File could not be uploaded!'; -$_['error_filetype'] = 'Invalid file type!'; -$_['error_file'] = 'File could not be found!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar extensiones!'; +$_['error_install'] = 'Se está realizando la instalación de la extensión. ¡Espere unos segundos antes de intentar la instalación!'; +$_['error_upload'] = '¡No se pudo cargar el archivo!'; +$_['error_filetype'] = '¡Tipo de archivo invalido!'; +$_['error_file'] = '¡No se pudo encontrar el archivo!'; diff --git a/public/admin/language/es-es/marketplace/marketplace.php b/public/admin/language/es-es/marketplace/marketplace.php index 19d1482..2c191a1 100644 --- a/public/admin/language/es-es/marketplace/marketplace.php +++ b/public/admin/language/es-es/marketplace/marketplace.php @@ -1,72 +1,72 @@ <?php // Heading -$_['heading_title'] = 'Extension Marketplace'; +$_['heading_title'] = 'Mercado de extensiones'; // Text -$_['text_success'] = 'Success: You have modified extensions!'; -$_['text_list'] = 'Extension List'; -$_['text_filter'] = 'Filter'; -$_['text_search'] = 'Search for extensions and themes'; -$_['text_category'] = 'Categories'; -$_['text_all'] = 'All'; -$_['text_theme'] = 'Themes'; +$_['text_success'] = 'Éxito: ¡Has modificado las extensiones!'; +$_['text_list'] = 'Lista de extensiones'; +$_['text_filter'] = 'Filtrar'; +$_['text_search'] = 'Buscar extensiones y temas'; +$_['text_category'] = 'Categorias'; +$_['text_all'] = 'Todo'; +$_['text_theme'] = 'Temas'; $_['text_marketplace'] = 'Marketplaces'; -$_['text_language'] = 'Languages'; -$_['text_payment'] = 'Payment'; -$_['text_shipping'] = 'Shipping'; -$_['text_module'] = 'Modules'; -$_['text_total'] = 'Order Totals'; +$_['text_language'] = 'Idiomas'; +$_['text_payment'] = 'Pago'; +$_['text_shipping'] = 'Envíos'; +$_['text_module'] = 'Módulos'; +$_['text_total'] = 'Totales de Pedidos'; $_['text_feed'] = 'Feeds'; -$_['text_report'] = 'Reports'; -$_['text_other'] = 'Other'; -$_['text_free'] = 'Free'; -$_['text_paid'] = 'Paid'; -$_['text_purchased'] = 'Purchased'; -$_['text_date_modified'] = 'Date Modified'; -$_['text_date_added'] = 'Date Added'; -$_['text_rating'] = 'Rating'; -$_['text_reviews'] = 'reviews'; -$_['text_compatibility'] = 'Compatibility'; -$_['text_downloaded'] = 'Downloaded'; -$_['text_member_since'] = 'Member since:'; -$_['text_price'] = 'Price'; -$_['text_partner'] = 'Developed by OpenCart Partner'; -$_['text_support'] = '12 Months free support'; -$_['text_documentation'] = 'Documentation Included'; -$_['text_sales'] = 'Sales'; -$_['text_comment'] = 'Comments'; -$_['text_download'] = 'Downloading'; -$_['text_install'] = 'Installing'; -$_['text_comment_add'] = 'Leave your comment'; -$_['text_write'] = 'Write your comment here..'; -$_['text_purchase'] = 'Please confirm who you are!'; -$_['text_pin'] = 'Please enter your 4 digit PIN number. This PIN number is to protect your account.'; -$_['text_secure'] = 'Do not give your PIN to any one including developers. If you require an extension seller to install an extension for you then you should email them the required extension.'; -$_['text_name'] = 'Download Name'; -$_['text_progress'] = 'Progress'; -$_['text_available'] = 'Available Installs'; -$_['text_action'] = 'Action'; +$_['text_report'] = 'Informes'; +$_['text_other'] = 'Otros'; +$_['text_free'] = 'Gratis'; +$_['text_paid'] = 'Pagado'; +$_['text_purchased'] = 'Comprado'; +$_['text_date_modified'] = 'Fecha Modificado'; +$_['text_date_added'] = 'Fecha Agregado'; +$_['text_rating'] = 'Clasificación'; +$_['text_reviews'] = 'Comentarios'; +$_['text_compatibility'] = 'Compatibilidad'; +$_['text_downloaded'] = 'Descargado'; +$_['text_member_since'] = 'Miembro desde:'; +$_['text_price'] = 'Precio'; +$_['text_partner'] = 'Desarrollado por OpenCart Partner'; +$_['text_support'] = '12 meses de soporte gratuito'; +$_['text_documentation'] = 'Documentación Incluida'; +$_['text_sales'] = 'Ventas'; +$_['text_comment'] = 'Comentarios'; +$_['text_download'] = 'Descargando'; +$_['text_install'] = 'Instalando'; +$_['text_comment_add'] = 'Deje su comentario'; +$_['text_write'] = 'Escribe tu comentario aqui..'; +$_['text_purchase'] = '¡Por favor confirma quién eres!'; +$_['text_pin'] = 'Ingrese su número PIN de 4 dígitos. Este número PIN es para proteger su cuenta.'; +$_['text_secure'] = 'No le dé su PIN a nadie, incluidos los desarrolladores. Si necesita que un vendedor de extensiones instale una extensión para usted, debe enviarles por correo electrónico la extensión requerida.'; +$_['text_name'] = 'Descargar nombre'; +$_['text_progress'] = 'Progreso'; +$_['text_available'] = 'Instalaciones disponibles'; +$_['text_action'] = 'Acción'; // Entry $_['entry_pin'] = 'PIN'; // Tab -$_['tab_description'] = 'Description'; -$_['tab_documentation'] = 'Documentation'; -$_['tab_download'] = 'Download'; -$_['tab_comment'] = 'Comment'; +$_['tab_description'] = 'Descripción'; +$_['tab_documentation'] = 'Documentación'; +$_['tab_download'] = 'Descargar'; +$_['tab_comment'] = 'Comentario'; // Button $_['button_opencart'] = 'Marketplace API'; -$_['button_purchase'] = 'Purchase'; -$_['button_view_all'] = 'View all extensions'; -$_['button_get_support'] = 'Get Support'; -$_['button_comment'] = 'Comment'; -$_['button_reply'] = 'Reply'; +$_['button_purchase'] = 'Compra'; +$_['button_view_all'] = 'Ver todas las extensiones'; +$_['button_get_support'] = 'Obtener Apoyo'; +$_['button_comment'] = 'Comentario'; +$_['button_reply'] = 'Responder'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify extensions!'; -$_['error_opencart'] = 'Warning: You must enter your OpenCart API information before you can make any purchases!'; -$_['error_install'] = 'Extension installation taking place please wait a few seconds before trying to install!'; -$_['error_purchase'] = 'Extension could not be purchased!'; -$_['error_download'] = 'Extension could not be downloaded!'; +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar extensiones!'; +$_['error_opencart'] = 'Advertencia: ¡Debe ingresar su información de API de OpenCart antes de poder realizar compras!'; +$_['error_install'] = 'Se está realizando la instalación de la extensión. ¡Espere unos segundos antes de intentar la instalación!'; +$_['error_purchase'] = '¡No se pudo comprar la extensión!'; +$_['error_download'] = '¡No se pudo descargar la extensión!'; diff --git a/public/admin/language/es-es/marketplace/modification.php b/public/admin/language/es-es/marketplace/modification.php index cd0cae3..f1eaaa0 100644 --- a/public/admin/language/es-es/marketplace/modification.php +++ b/public/admin/language/es-es/marketplace/modification.php @@ -1,19 +1,19 @@ <?php // Heading -$_['heading_title'] = 'Modifications'; +$_['heading_title'] = 'Modificaciones'; // Text -$_['text_success'] = 'Success: You have modified modifications!'; -$_['text_refresh'] = 'Whenever you enable / disable or delete a modification you need to click the refresh button to rebuild your modification cache!'; -$_['text_list'] = 'Modification List'; +$_['text_success'] = 'Éxito: ¡Has modificado modificaciones!'; +$_['text_refresh'] = '¡Siempre que habilite / deshabilite o elimine una modificación, debe hacer clic en el botón Actualizar para reconstruir su caché de modificaciones!'; +$_['text_list'] = 'Lista de Modificaciones'; // Column -$_['column_name'] = 'Modification Name'; -$_['column_author'] = 'Author'; +$_['column_name'] = 'Nombre de Modificación'; +$_['column_author'] = 'Autor'; $_['column_version'] = 'Version'; -$_['column_status'] = 'Status'; -$_['column_date_added'] = 'Date Added'; -$_['column_action'] = 'Action'; +$_['column_status'] = 'Estado'; +$_['column_date_added'] = 'Fecha Agregada'; +$_['column_action'] = 'Acción'; // Error -$_['error_permission'] = 'Warning: You do not have permission to modify modifications!';
\ No newline at end of file +$_['error_permission'] = 'Advertencia: ¡No tiene permiso para modificar modificaciones!'; diff --git a/public/admin/language/es-es/marketplace/openbay.php b/public/admin/language/es-es/marketplace/openbay.php index b54aaaa..cba2335 100644 --- a/public/admin/language/es-es/marketplace/openbay.php +++ b/public/admin/language/es-es/marketplace/openbay.php @@ -1,95 +1,95 @@ <?php // Heading -$_['heading_title'] = 'OpenBay Pro'; +$_['heading_title'] = 'OpenBay Pro'; // Buttons -$_['button_retry'] = 'Retry'; -$_['button_update'] = 'Update'; -$_['button_patch'] = 'Patch'; -$_['button_faq'] = 'View FAQ topic'; +$_['button_retry'] = 'Procesar de Nuevo'; +$_['button_update'] = 'Actualizar'; +$_['button_patch'] = 'Patch'; +$_['button_faq'] = 'Ver tema de preguntas frecuentes'; // Tab -$_['tab_setting'] = 'Settings'; -$_['tab_update'] = 'Software updates'; -$_['tab_developer'] = 'Developer'; +$_['tab_setting'] = 'Configuraciones'; +$_['tab_update'] = 'Actualizaciones de software'; +$_['tab_developer'] = 'Desarrollador'; // Text -$_['text_dashboard'] = 'Dashboard'; -$_['text_success'] = 'Success: Settings have been saved'; -$_['text_products'] = 'Items'; -$_['text_orders'] = 'Orders'; -$_['text_manage'] = 'Manage'; -$_['text_help'] = 'Help'; -$_['text_tutorials'] = 'Tutorials'; -$_['text_suggestions'] = 'Ideas'; -$_['text_version_latest'] = 'You are running the latest version'; -$_['text_version_check'] = 'Checking software version'; -$_['text_version_installed'] = 'Installed version of OpenBay Pro: v'; -$_['text_version_current'] = 'Your version is'; -$_['text_version_available'] = 'the latest is'; -$_['text_language'] = 'API response language'; -$_['text_getting_messages'] = 'Getting OpenBay Pro messages'; -$_['text_complete'] = 'Complete'; -$_['text_patch_complete'] = 'Patch has been applied'; -$_['text_updated'] = 'Module has been updated (v.%s)'; -$_['text_update_description'] = 'The update tool will make changes to your shop file system. Make sure you have a complete file and database backup before updating.'; -$_['text_patch_description'] = 'If you uploaded the update files manually, you need to run the patch to complete the update'; -$_['text_clear_faq'] = 'Clear hidden FAQ popups'; -$_['text_clear_faq_complete'] = 'Notifications will now show again'; -$_['text_install_success'] = 'Marketplace has been installed'; -$_['text_uninstall_success'] = 'Marketplace has been removed'; -$_['text_title_messages'] = 'Messages & notifications'; -$_['text_marketplace_shipped'] = 'The order status will be updated to shipped on the marketplace'; -$_['text_action_warning'] = 'This action is dangerous so is password protected.'; -$_['text_check_new'] = 'Checking for newer version'; -$_['text_downloading'] = 'Downloading update files'; -$_['text_extracting'] = 'Extracting files'; -$_['text_running_patch'] = 'Running patch files'; -$_['text_fail_patch'] = 'Unable to extract update files'; -$_['text_updated_ok'] = 'Update complete, installed version is now '; -$_['text_check_server'] = 'Checking server requirements'; -$_['text_version_ok'] = 'Software is already up to date, installed version is '; -$_['text_remove_files'] = 'Removing files no longer required'; -$_['text_confirm_backup'] = 'Ensure that you have a full backup before continuing'; -$_['text_software_update'] = 'OpenBay Pro software update'; -$_['text_patch_option'] = 'Manual patching'; +$_['text_dashboard'] = 'Tablero'; +$_['text_success'] = 'Éxito: la configuración se ha guardado'; +$_['text_products'] = 'Artículos'; +$_['text_orders'] = 'Pedidos'; +$_['text_manage'] = 'Gestionar'; +$_['text_help'] = 'Ayuda'; +$_['text_tutorials'] = 'Tutorials'; +$_['text_suggestions'] = 'Ideas'; +$_['text_version_latest'] = 'Estás ejecutando la última versión'; +$_['text_version_check'] = 'Comprobando la versión del software'; +$_['text_version_installed'] = 'Versión instalada de OpenBay Pro: v'; +$_['text_version_current'] = 'Su versión es'; +$_['text_version_available'] = 'la última es'; +$_['text_language'] = 'Lenguaje de respuesta API'; +$_['text_getting_messages'] = 'Recibir mensajes de OpenBay Pro'; +$_['text_complete'] = 'Completar'; +$_['text_patch_complete'] = 'Se ha aplicado el parche.'; +$_['text_updated'] = 'El módulo ha sido actualizado (v.%s)'; +$_['text_update_description'] = 'La herramienta de actualización realizará cambios en su sistema de archivos de la tienda. Asegúrese de tener una copia de seguridad completa de archivos y bases de datos antes de actualizar.'; +$_['text_patch_description'] = 'Si cargó los archivos de actualización manualmente, debe ejecutar el parche para completar la actualización'; +$_['text_clear_faq'] = 'Borrar ventanas emergentes de preguntas frecuentes ocultas'; +$_['text_clear_faq_complete'] = 'Las notificaciones ahora se mostrarán nuevamente'; +$_['text_install_success'] = 'Marketplace ha sido instalado'; +$_['text_uninstall_success'] = 'Marketplace ha sido eliminado'; +$_['text_title_messages'] = 'Mensajes & Notificaciones'; +$_['text_marketplace_shipped'] = 'El estado del pedido se actualizará a enviado en el mercado'; +$_['text_action_warning'] = 'Esta acción es peligrosa, por lo que está protegida con contraseña.'; +$_['text_check_new'] = 'Comprobando la versión más nueva'; +$_['text_downloading'] = 'Descargar archivos de actualización'; +$_['text_extracting'] = 'Extrayendo archivos'; +$_['text_running_patch'] = 'Ejecutar archivos de parche'; +$_['text_fail_patch'] = 'No se pueden extraer los archivos de actualización'; +$_['text_updated_ok'] = 'Actualización completa, la versión instalada es ahora '; +$_['text_check_server'] = 'Comprobación de los requisitos del servidor'; +$_['text_version_ok'] = 'El software ya está actualizado, la versión instalada es '; +$_['text_remove_files'] = 'Eliminar archivos ya no es necesario'; +$_['text_confirm_backup'] = 'Asegúrese de tener una copia de seguridad completa antes de continuar'; +$_['text_software_update'] = 'Actualización de software OpenBay Pro'; +$_['text_patch_option'] = 'Parches manuales'; // Column -$_['column_name'] = 'Plugin name'; -$_['column_status'] = 'Status'; -$_['column_action'] = 'Action'; +$_['column_name'] = 'Nombre del Plugin'; +$_['column_status'] = 'Estado'; +$_['column_action'] = 'Acción'; // Entry -$_['entry_patch'] = 'Manual update patch'; -$_['entry_courier'] = 'Courier'; -$_['entry_courier_other'] = 'Other courier'; -$_['entry_tracking'] = 'Tracking #'; -$_['entry_empty_data'] = 'Empty store data?'; -$_['entry_password_prompt'] = 'Please enter the data wipe password'; -$_['entry_update'] = 'Easy 1 click update'; -$_['entry_beta'] = 'Use beta version'; +$_['entry_patch'] = 'Parche de actualización manual'; +$_['entry_courier'] = 'Courier'; +$_['entry_courier_other'] = 'Otro courier'; +$_['entry_tracking'] = 'Seguimiento #'; +$_['entry_empty_data'] = 'Datos de la tienda vacía?'; +$_['entry_password_prompt'] = 'Ingrese la contraseña de borrado de datos'; +$_['entry_update'] = 'Actualización fácil de 1 clic'; +$_['entry_beta'] = 'Usar versión beta'; // Error -$_['error_admin'] = 'Admin directory expected'; -$_['error_failed'] = 'Failed to load, retry?'; -$_['error_tracking_id_format'] = 'Your tracking ID cannot contain the characters > or <'; -$_['error_tracking_courier'] = 'You must select a courier if you want to add a tracking ID'; -$_['error_tracking_custom'] = 'Please leave courier field empty if you want to use custom courier'; -$_['error_permission'] = 'You do not have permission to modify the OpenBay Pro extension'; -$_['error_file_delete'] = 'Unable to remove these files, you should delete them manually'; -$_['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'] = 'ZIP extension needs to be loaded. Contact your hosting provider.'; -$_['error_mbstring'] = 'PHP library "mb strings" is not enabled. Contact your hosting provider.'; -$_['error_oc_version'] = 'Your version of OpenCart is not tested to work with this module. You may experience problems.'; +$_['error_admin'] = 'Directorio de administrador esperado'; +$_['error_failed'] = 'No se pudo cargar, ¿volver a intentarlo?'; +$_['error_tracking_id_format'] = 'Su ID de seguimiento no puede contener los caracteres > o <'; +$_['error_tracking_courier'] = 'Debe seleccionar un servicio de mensajería si desea agregar una identificación de seguimiento'; +$_['error_tracking_custom'] = 'Deje el campo de mensajería vacío si desea usar mensajería personalizada'; +$_['error_permission'] = 'No tiene permiso para modificar la extensión OpenBay Pro'; +$_['error_file_delete'] = 'Al no poder eliminar estos archivos, debe eliminarlos manualmente'; +$_['error_mkdir'] = 'La función PHP "mkdir" está deshabilitada, contacte a su proveedor'; +$_['error_openssl_encrypt'] = 'La función PHP "openssl_encrypt" no está habilitada. Póngase en contacto con su proveedor de alojamiento.'; +$_['error_openssl_decrypt'] = 'La función PHP "openssl_decrypt" no está habilitada. Póngase en contacto con su proveedor de alojamiento.'; +$_['error_fopen'] = 'La función PHP "fopen" no está habilitada. Póngase en contacto con su proveedor de alojamiento.'; +$_['error_url_fopen'] = 'La directiva "allow_url_fopen" está deshabilitada por su host: no podrá importar imágenes al importar productos de eBay'; +$_['error_curl'] = 'La biblioteca PHP "CURL" no está habilitada. Póngase en contacto con su proveedor de alojamiento.'; +$_['error_zip'] = 'La extensión ZIP necesita ser cargada. Póngase en contacto con su proveedor de alojamiento.'; +$_['error_mbstring'] = 'La biblioteca PHP "mb strings" no está habilitada. Póngase en contacto con su proveedor de alojamiento'; +$_['error_oc_version'] = 'Su versión de OpenCart no está probada para funcionar con este módulo. Puedes experimentar problemas.'; // Help -$_['help_clear_faq'] = 'Show all of the help notifications again'; -$_['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'] = 'Click to run the patch scripts'; -$_['help_beta'] = 'Caution! The beta version is the latest development version. It may not be stable and could contain bugs.'; +$_['help_clear_faq'] = 'Mostrar todas las notificaciones de ayuda nuevamente'; +$_['help_empty_data'] = 'Esto puede causar daños graves, ¡no lo use si no sabe lo que hace!'; +$_['help_easy_update'] = 'Haga clic en actualizar para instalar la última versión de OpenBay Pro automáticamente'; +$_['help_patch'] = 'Haga clic para ejecutar los scripts de parche'; +$_['help_beta'] = '¡Precaución! La versión beta es la última versión de desarrollo. Es posible que no sea estable y que pueda contener errores.'; |