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
1.0 KiB

<?php
/**
* TablePress DataTables language file for "it_IT".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Nessun dato presente nella tabella',
'info' => 'Vista da _START_ a _END_ di _TOTAL_ elementi',
'infoEmpty' => 'Vista da 0 a 0 di 0 elementi',
'infoFiltered' => '(filtrati da _MAX_ elementi totali)',
'infoPostFix' => '',
'lengthMenu' => 'Visualizza _MENU_ elementi',
'loadingRecords' => 'Caricamento...',
'processing' => 'Caricamento...',
'search' => 'Cerca:',
'zeroRecords' => 'La ricerca non ha portato alcun risultato.',
'paginate' => array(
'first' => 'Inizio',
'previous' => 'Precedente',
'next' => 'Successivo',
'last' => 'Fine',
),
'aria' => array(
'sortAscending' => ': attiva per ordinare la colonna in ordine crescente',
'sortDescending' => ': attiva per ordinare la colonna in ordine decrescente',
),
'decimal' => ',',
'thousands' => '.',
);