mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-13 14:11:49 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.es.js
Normal file
30
jtable/lib/localization/jquery.jtable.es.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Spanish' language.
|
||||
Author: Guillermo Bisheimer
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Ocurrió un error en la comunicación con el servidor.',
|
||||
loadingMessage: 'Cargando registros...',
|
||||
noDataAvailable: 'No hay datos disponibles!',
|
||||
addNewRecord: 'Crear nuevo registro',
|
||||
editRecord: 'Editar registro',
|
||||
areYouSure: '¿Está seguro?',
|
||||
deleteConfirmation: 'El registro será eliminado. ¿Está seguro?',
|
||||
save: 'Guardar',
|
||||
saving: 'Guardando',
|
||||
cancel: 'Cancelar',
|
||||
deleteText: 'Eliminar',
|
||||
deleting: 'Eliminando',
|
||||
error: 'Error',
|
||||
close: 'Cerrar',
|
||||
cannotLoadOptionsFor: 'No se pueden cargar las opciones para el campo {0}',
|
||||
pagingInfo: 'Mostrando registros {0} a {1} de {2}',
|
||||
canNotDeletedRecords: 'No se puede borrar registro(s) {0} de {1}!',
|
||||
deleteProggress: 'Eliminando {0} de {1} registros, procesando...',
|
||||
pageSizeChangeLabel: 'Registros por página',
|
||||
gotoPageLabel: 'Ir a página'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue