2026-01-22 15:17:18 +00:00

35 lines
1.0 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'sortAscending' => ': attiva per ordinare la colonna in ordine crescente',
'sortDescending' => ': attiva per ordinare la colonna in ordine decrescente',
),
'decimal' => ',',
'thousands' => '.',
);