HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/2foodfactor/public_html/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'      => '.',
);