Panel/lang/Spanish/modules/extras.php
copilot-swe-agent[bot] 898018d204 Complete license header replacement with file purpose descriptions (675 files)
Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-09-05 22:46:27 +00:00

24 lines
No EOL
1.1 KiB
PHP

<?php
/*
* Language definitions for the extras module (Spanish localization)
*/
include 'update.php';
define('OGP_LANG_unable_download', "Imposible descargar %s.");
define('OGP_LANG_md5_failed', "Comprobación MD5 falló para %s, intentelo de nuevo mas tarde.");
define('OGP_LANG_uninstall', "Desinstalar");
define('OGP_LANG_install', "Instalar");
define('OGP_LANG_uptodate', "Actualizado");
define('OGP_LANG_update_available', "Actualización disponible");
define('OGP_LANG_not_installed', "No instalado");
define('OGP_LANG_installed', "Instalado");
define('OGP_LANG_download_update', "Descargar/Actualizar");
define('OGP_LANG_are_you_sure', "¿Estás seguro?");
define('OGP_LANG_uninstalling_module_dataloss', "Al desinstalar un modulo perderás todos los datos relacionados con él.");
define('OGP_LANG_remove_files_for', "Te gustaria eliminar todos los archivos de");
define('OGP_LANG_confirm', "Confirmar");
define('OGP_LANG_cancel', "Cancelar");
define('OGP_LANG_extra_themes', "Temas extra");
define('OGP_LANG_extra_modules', "Modulos extra");
define('OGP_LANG_search_for_updates', "Comprobar actualizaciones");
?>