HEX
Server: Apache
System: Linux webm004.cluster121.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: grainesdfo (155059)
PHP: 5.4.45
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/grainesdfo/www/wp-content/plugins/tablepress/i18n/datatables/lang-pt_BR.php
<?php
/**
 * TablePress DataTables language file for "pt_BR".
 *
 * @package TablePress
 * @subpackage DataTables
 * @author Tobias Bäthge
 * @since 2.0.0
 */

return array(
	'emptyTable'     => 'Nenhum registro encontrado',
	'info'           => 'Mostrando de _START_ até _END_ de _TOTAL_ registros',
	'infoEmpty'      => 'Mostrando 0 até 0 de 0 registros',
	'infoFiltered'   => '(Filtrados de _MAX_ registros)',
	'infoPostFix'    => '',
	'lengthMenu'     => '_MENU_ resultados por página',
	'loadingRecords' => 'Carregando...',
	'processing'     => 'Processando...',
	'search'         => 'Pesquisar',
	'zeroRecords'    => 'Nenhum registro encontrado',
	'paginate'       => array(
		'first'    => '❮❮',
		'previous' => '❮',
		'next'     => '❯',
		'last'     => '❯❯',
	),
	'aria'           => array(
		'sortAscending'  => ': Ordenar colunas de forma ascendente',
		'sortDescending' => ': Ordenar colunas de forma descendente',
	),
	'decimal'        => ',',
	'thousands'      => '.',
);