Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
admin
/
htdocs
/
phppgadmin-7.13
/
plugins
/
Report
/
lang
/
/srv/admin/htdocs/phppgadmin-7.13/plugins/Report/lang/spanish.php
<?php /** * Spanish language file. */ // Basic $plugin_lang['strplugindescription'] = 'Report plugin'; $plugin_lang['strnoreportsdb'] = 'Aún no se ha creado la base de datos para los reportes. Lea las instrucciones del archivo INSTALL.'; // Reports $plugin_lang['strreport'] = 'Reporte'; $plugin_lang['strreports'] = 'Reportes'; $plugin_lang['strshowallreports'] = 'Mostrar todos los reportes'; $plugin_lang['strnoreports'] = 'No se encontró el reporte.'; $plugin_lang['strcreatereport'] = 'Crear Reporte'; $plugin_lang['strreportdropped'] = 'Reporte eliminado.'; $plugin_lang['strreportdroppedbad'] = 'Falló al eliminar el Reporte.'; $plugin_lang['strconfdropreport'] = '¿Estás seguro que quiere eliminar el reporte "%s"?'; $plugin_lang['strreportneedsname'] = 'Debe especificar un nombre para el reporte.'; $plugin_lang['strreportneedsdef'] = 'Debe especificar un SQL para el reporte.'; $plugin_lang['strreportcreated'] = 'Reporte guardado.'; $plugin_lang['strreportcreatedbad'] = 'Falló al guardar el reporte.'; ?>