D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
oems
/
wp-content
/
plugins
/
tablepress
/
i18n
/
datatables
/
Filename :
lang-it_IT.php
back
Copy
<?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' => '.', );