* all: sort alphabetically for better diff tool usability * de: translated 'sSortAscending/sSortDescending/sLoadingRecords' * de: corrected punctuation for 'sZeroRecords' * es: removed 'sUrl' as missing in 'default/english' file * fr: add missing translation file * it: corrected punctuation for 'sZeroRecords' * ru: add missing strings 'sLoadingRecords/sEmptyTable' * ru: removed 'sUrl' as missing in 'default/english' file * ru: corrected punctuation for 'sZeroRecords' Change-Id: If62137e7e5910e884f8d8eccb055999806cbb731mr10.0
parent
d3566d0aa8
commit
3f96d76269
@ -0,0 +1,23 @@
|
||||
{
|
||||
"oAria": {
|
||||
"sSortAscending": ": activer pour trier les colonnes par ordre croissant",
|
||||
"sSortDescending": ": activer pour trier les colonnes par ordre décroissant"
|
||||
},
|
||||
"sEmptyTable": "Aucune donnée disponible dans le tableau",
|
||||
"sInfo": "Affichage de _START_ à _END_ sur _TOTAL_ entrées",
|
||||
"sInfoEmpty": "Affichage de 0 à 0 sur 0 entrées",
|
||||
"sInfoFiltered": "(filtré à partir de _MAX_ entrées totales)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "Afficher _MENU_ entrées",
|
||||
"sLoadingRecords": "Chargement...",
|
||||
"oPaginate": {
|
||||
"sFirst": "Première",
|
||||
"sLast": "Dernière",
|
||||
"sNext": "Suivante",
|
||||
"sPrevious": "Précédente"
|
||||
},
|
||||
"sProcessing": "Traitement...",
|
||||
"sSearch": "Rechercher:",
|
||||
"sZeroRecords": "Aucun enregistrements correspondants trouvés"
|
||||
}
|
||||
@ -1,23 +1,23 @@
|
||||
{
|
||||
"sEmptyTable": "Nessun dato presente nella tabella",
|
||||
"sInfo": "Vista da _START_ a _END_ di _TOTAL_ elementi",
|
||||
"sInfoEmpty": "Vista da 0 a 0 di 0 elementi",
|
||||
"sInfoFiltered": "(filtrati da _MAX_ elementi totali)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "Visualizza _MENU_ elementi",
|
||||
"sLoadingRecords": "Caricamento...",
|
||||
"sProcessing": "Elaborazione...",
|
||||
"sSearch": "Cerca:",
|
||||
"sZeroRecords": "La ricerca non ha portato alcun risultato.",
|
||||
"oPaginate": {
|
||||
"sFirst": "Inizio",
|
||||
"sPrevious": "Precedente",
|
||||
"sNext": "Successivo",
|
||||
"sLast": "Fine"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": attiva per ordinare la colonna in ordine crescente",
|
||||
"sSortDescending": ": attiva per ordinare la colonna in ordine decrescente"
|
||||
}
|
||||
"oAria": {
|
||||
"sSortAscending": ": attiva per ordinare la colonna in ordine crescente",
|
||||
"sSortDescending": ": attiva per ordinare la colonna in ordine decrescente"
|
||||
},
|
||||
"sEmptyTable": "Nessun dato presente nella tabella",
|
||||
"sInfo": "Vista da _START_ a _END_ di _TOTAL_ elementi",
|
||||
"sInfoEmpty": "Vista da 0 a 0 di 0 elementi",
|
||||
"sInfoFiltered": "(filtrati da _MAX_ elementi totali)",
|
||||
"sInfoPostFix": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLengthMenu": "Visualizza _MENU_ elementi",
|
||||
"sLoadingRecords": "Caricamento...",
|
||||
"oPaginate": {
|
||||
"sFirst": "Inizio",
|
||||
"sLast": "Fine",
|
||||
"sNext": "Successivo",
|
||||
"sPrevious": "Precedente"
|
||||
},
|
||||
"sProcessing": "Elaborazione...",
|
||||
"sSearch": "Cerca:",
|
||||
"sZeroRecords": "La ricerca non ha portato alcun risultato"
|
||||
}
|
||||
|
||||
Loading…
Reference in new issue