We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2860cba commit 803c7f1Copy full SHA for 803c7f1
1 file changed
include/top.php
@@ -195,9 +195,9 @@
195
},
196
datatables: {
197
"emptyTable": "'.tr('Nessun dato presente nella tabella').'",
198
- "info": "'.tr('Vista da _START_ a _END_ di _TOTAL_ elementi').'",
199
- "infoEmpty": "'.tr('Vista da 0 a 0 di 0 elementi').'",
200
- "infoFiltered": "('.tr('filtrati da _MAX_ elementi totali').')",
+ "info": "'.tr('_TOTAL_ elementi').'",
+ "infoEmpty": "'.tr('Nessun risultato').'",
+ "infoFiltered": "('.tr('_MAX_ totali').')",
201
"infoPostFix": "",
202
"lengthMenu": "'.tr('Visualizza _MENU_ elementi').'",
203
"loadingRecords": " ",
0 commit comments