diff options
Diffstat (limited to 'public/admin/language/es-es/marketplace/installer.php')
-rw-r--r-- | public/admin/language/es-es/marketplace/installer.php | 34 |
1 files changed, 17 insertions, 17 deletions
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!'; |