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/cloudlinux/alt-php54/root/usr/share/pear/RVSeagullMod/modules/block/lang/spanish-utf-8.php
<?php
    $words = array(

        /*  BLOCK MGR   */

        // Page title
        'Blocks Manager' => 'Gestor de Bloques',

        // Modes
        'Browse' => 'Examinar',
        'Edit block' => 'Editar bloque',
        'New block' => 'Nuevo bloque',
        'Reorder blocks' => 'Reordenar bloques',

        // Columns header and form fields
        'Title class' => 'Clase de Título',
        'Body class' => 'Clase del Contenido',
        'Sections' => 'Secciones',
        'Order' => 'Orden',
        'Position' => 'Posición',
        'Block Details' => 'Detalles del Bloque',

        // Messages
        'Block successfully added' => 'Bloque añadido correctamente',
        'Block details successfully updated' => 'Datos del bloque añadidos correctamente',
        'The selected block(s) have successfully been deleted' => 'El/Los bloque(s) seleccionado(s) han sido borrados',

        // Errors
        'You must enter a name for your block' => 'Debe indicar un nombre para el bloque',
        'You must enter a title for your block' => 'Debe indicar un título para el bloque',
        'You need to define a class for this block before activating it' => 'Es obligatorio definir una clase para este bloque antes de activarlo',

        // Misc
        'Block' => 'Bloque',
        'Reorder instructions' => 'Cambiar el orden de aparición seleccionando y pulsando un elemento <b>subir</b> o <b>bajar</b>. Asegurarse de pulsar <b>Enviar</b> cuando lo haya hecho.',
        'Left column' => 'Columna izquierda',
        'Right column' => 'Columna derecha',
        'No section' => 'Ninguna sección',
        'All sections' => 'Todas las secciones',
    );
?>