You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1004 B
35 lines
1004 B
<?php
|
|
/**
|
|
* TablePress DataTables language file for "pt_PT".
|
|
*
|
|
* @package TablePress
|
|
* @subpackage DataTables
|
|
* @author Tobias Bäthge
|
|
* @since 2.0.0
|
|
*/
|
|
|
|
return array(
|
|
'emptyTable' => 'Nenhum registo encontrado na tabela',
|
|
'info' => 'A mostrar _START_ a _END_ de _TOTAL_ registos',
|
|
'infoEmpty' => 'A mostrar 0 registos',
|
|
'infoFiltered' => '(filtrado do total de _MAX_ registos)',
|
|
'infoPostFix' => '',
|
|
'lengthMenu' => 'Mostrar _MENU_ registos',
|
|
'loadingRecords' => 'A carregar...',
|
|
'processing' => 'A processar...',
|
|
'search' => 'Pesquisar:',
|
|
'zeroRecords' => 'Nenhum resultado encontrado',
|
|
'paginate' => array(
|
|
'first' => 'Primeiro',
|
|
'previous' => 'Anterior',
|
|
'next' => 'Seguinte',
|
|
'last' => 'Último',
|
|
),
|
|
'aria' => array(
|
|
'sortAscending' => ': Ordenar colunas de modo ascendente',
|
|
'sortDescending' => ': Ordenar colunas de modo descendente',
|
|
),
|
|
'decimal' => ',',
|
|
'thousands' => '.',
|
|
);
|