HEX
Server: LiteSpeed
System: Linux server334.web-hosting.com 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64
User: richfield (1256)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/richfield/www/vendor/tcg/voyager/publishable/lang/gl/datatable.php
<?php

// DataTable translations from: https://github.com/DataTables/Plugins/tree/master/i18n
return [
    'sEmptyTable'     => 'Non hai datos dispoñibles na táboa',
    'sInfo'           => 'Mostrando _START_ a _END_ de _TOTAL_ entradas',
    'sInfoEmpty'      => 'Mostrando 0 a 0 de 0 entradas',
    'sInfoFiltered'   => '(Filtrada de _MAX_ entradas totais)',
    'sInfoPostFix'    => '',
    'sInfoThousands'  => ',',
    'sLengthMenu'     => 'Mostrar _MENU_ entradas',
    'sLoadingRecords' => 'Cargando...',
    'sProcessing'     => 'Procesando...',
    'sSearch'         => 'Procurar:',
    'sZeroRecords'    => 'Non se atoparon rexistros coincidentes',
    'oPaginate'       => [
        'sFirst'    => 'Primeiro',
        'sLast'     => 'Último',
        'sNext'     => 'Seguinte',
        'sPrevious' => 'Anterior',
    ],
    'oAria' => [
        'sSortAscending'  => ': Activar para ordenar a columna ascendente',
        'sSortDescending' => ': Activar para ordenar a columna descendente',
    ],
];