mirror of
https://github.com/dawidolko/Website-Templates.git
synced 2026-03-25 08:42:16 +00:00
Website templates
This commit is contained in:
31
startbootstrap-sb-admin-2-1.0.5/bower_components/datatables-plugins/i18n/spanish.lang
vendored
Normal file
31
startbootstrap-sb-admin-2-1.0.5/bower_components/datatables-plugins/i18n/spanish.lang
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
/**
|
||||
* Spanish translation
|
||||
* @name Spanish
|
||||
* @anchor Spanish
|
||||
* @author Giovanni Ariza, Aristobulo Gomez and Roberto Poo
|
||||
*/
|
||||
|
||||
{
|
||||
"sProcessing": "Procesando...",
|
||||
"sLengthMenu": "Mostrar _MENU_ registros",
|
||||
"sZeroRecords": "No se encontraron resultados",
|
||||
"sEmptyTable": "Ningún dato disponible en esta tabla",
|
||||
"sInfo": "Mostrando registros del _START_ al _END_ de un total de _TOTAL_ registros",
|
||||
"sInfoEmpty": "Mostrando registros del 0 al 0 de un total de 0 registros",
|
||||
"sInfoFiltered": "(filtrado de un total de _MAX_ registros)",
|
||||
"sInfoPostFix": "",
|
||||
"sSearch": "Buscar:",
|
||||
"sUrl": "",
|
||||
"sInfoThousands": ",",
|
||||
"sLoadingRecords": "Cargando...",
|
||||
"oPaginate": {
|
||||
"sFirst": "Primero",
|
||||
"sLast": "Último",
|
||||
"sNext": "Siguiente",
|
||||
"sPrevious": "Anterior"
|
||||
},
|
||||
"oAria": {
|
||||
"sSortAscending": ": Activar para ordenar la columna de manera ascendente",
|
||||
"sSortDescending": ": Activar para ordenar la columna de manera descendente"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user