HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cpanel/ea-php56/root/usr/share/pear/RVSeagullMod/modules/navigation/lang/spanish-utf-8.php
<?php
    $words = array(
/*  SECTION MANAGER */
        'Page Manager' => 'Gestor de Página',
        'new section' => 'Nueva página',
        'Reorder sections' => 'Reordenar secciones',
        'Resource URI' => 'URI',
        'Parent ID' => 'ID del padre',
        'Order' => 'Orden',
        'Move/Edit' => 'Mover/Editar',
        'Delete selected section(s)' => 'Eliminar el/las seccion(es) seleccionada(s)',
        'Modify nav bar appearance' => 'Modificar el aspecto de la barra de navegación',
        'Navigation Style Manager' => 'Gestor del Estilo de la Navegación',
        'new style' => 'nuevo estilo',
        'edit navigation template' => 'editar la plantilla de la navegación',

/*  MESSAGES    */
        'Sections reordered successfully' => 'Secciones reordenadas correctamente',
        'Section successfully added' => 'Sección añadida correctamente',
        'The selected section(s) have successfully been deleted' => 'El/Las seccion(es) seleccionada(s) han sido borradas',
        'Section details successfully updated' => 'Los detalles de la sección han sido actualizados',
        'A section may not be a parent to itself and therefore was not moved.' => 'Una sección no debería ser padre de si misma y por lo tanto no ha sido movida.',
        'The default style may not be modified' => 'El estilo actual no debería ser modificado',
        'The selected style has been deleted successfully' => 'El estilo seleccionado ha sido borrado correctamente',
        'Current style successfully changed' => 'El estilo actual ha sido modificado',
        'Style values successfully saved' => 'Los valores del estilo han sido grabados correctamente',
        'Section details updated, no data changed' => 'Detalles de la sección actualizados, los datos no han sido modificados',
    );
?>