Theme Inspinia
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

grid.locale-es.js 4.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. ;(function($){
  2. /**
  3. * jqGrid Spanish Translation
  4. * Traduccion jqGrid en Español por Yamil Bracho
  5. * Traduccion corregida y ampliada por Faserline, S.L.
  6. * http://www.faserline.com
  7. * Dual licensed under the MIT and GPL licenses:
  8. * http://www.opensource.org/licenses/mit-license.php
  9. * http://www.gnu.org/licenses/gpl.html
  10. **/
  11. $.jgrid = $.jgrid || {};
  12. $.extend($.jgrid,{
  13. defaults : {
  14. recordtext: "Mostrando {0} - {1} de {2}",
  15. emptyrecords: "Sin registros que mostrar",
  16. loadtext: "Cargando...",
  17. pgtext : "Página {0} de {1}"
  18. },
  19. search : {
  20. caption: "Búsqueda...",
  21. Find: "Buscar",
  22. Reset: "Limpiar",
  23. odata: [{ oper:'eq', text:"igual "},{ oper:'ne', text:"no igual a"},{ oper:'lt', text:"menor que"},{ oper:'le', text:"menor o igual que"},{ oper:'gt', text:"mayor que"},{ oper:'ge', text:"mayor o igual a"},{ oper:'bw', text:"empiece por"},{ oper:'bn', text:"no empiece por"},{ oper:'in', text:"está en"},{ oper:'ni', text:"no está en"},{ oper:'ew', text:"termina por"},{ oper:'en', text:"no termina por"},{ oper:'cn', text:"contiene"},{ oper:'nc', text:"no contiene"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
  24. groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "cualquier" } ],
  25. operandTitle : "Click to select search operation.",
  26. resetTitle : "Reset Search Value"
  27. },
  28. edit : {
  29. addCaption: "Agregar registro",
  30. editCaption: "Modificar registro",
  31. bSubmit: "Guardar",
  32. bCancel: "Cancelar",
  33. bClose: "Cerrar",
  34. saveData: "Se han modificado los datos, ¿guardar cambios?",
  35. bYes : "Si",
  36. bNo : "No",
  37. bExit : "Cancelar",
  38. msg: {
  39. required:"Campo obligatorio",
  40. number:"Introduzca un número",
  41. minValue:"El valor debe ser mayor o igual a ",
  42. maxValue:"El valor debe ser menor o igual a ",
  43. email: "no es una dirección de correo válida",
  44. integer: "Introduzca un valor entero",
  45. date: "Introduza una fecha correcta ",
  46. url: "no es una URL válida. Prefijo requerido ('http://' or 'https://')",
  47. nodefined : " no está definido.",
  48. novalue : " valor de retorno es requerido.",
  49. customarray : "La función personalizada debe devolver un array.",
  50. customfcheck : "La función personalizada debe estar presente en el caso de validación personalizada."
  51. }
  52. },
  53. view : {
  54. caption: "Consultar registro",
  55. bClose: "Cerrar"
  56. },
  57. del : {
  58. caption: "Eliminar",
  59. msg: "¿Desea eliminar los registros seleccionados?",
  60. bSubmit: "Eliminar",
  61. bCancel: "Cancelar"
  62. },
  63. nav : {
  64. edittext: " ",
  65. edittitle: "Modificar fila seleccionada",
  66. addtext:" ",
  67. addtitle: "Agregar nueva fila",
  68. deltext: " ",
  69. deltitle: "Eliminar fila seleccionada",
  70. searchtext: " ",
  71. searchtitle: "Buscar información",
  72. refreshtext: "",
  73. refreshtitle: "Recargar datos",
  74. alertcap: "Aviso",
  75. alerttext: "Seleccione una fila",
  76. viewtext: "",
  77. viewtitle: "Ver fila seleccionada"
  78. },
  79. col : {
  80. caption: "Mostrar/ocultar columnas",
  81. bSubmit: "Enviar",
  82. bCancel: "Cancelar"
  83. },
  84. errors : {
  85. errcap : "Error",
  86. nourl : "No se ha especificado una URL",
  87. norecords: "No hay datos para procesar",
  88. model : "Las columnas de nombres son diferentes de las columnas de modelo"
  89. },
  90. formatter : {
  91. integer : {thousandsSeparator: ".", defaultValue: '0'},
  92. number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
  93. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
  94. date : {
  95. dayNames: [
  96. "Do", "Lu", "Ma", "Mi", "Ju", "Vi", "Sa",
  97. "Domingo", "Lunes", "Martes", "Miercoles", "Jueves", "Viernes", "Sabado"
  98. ],
  99. monthNames: [
  100. "Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic",
  101. "Enero", "Febrero", "Marzo", "Abril", "Mayo", "Junio", "Julio", "Agosto", "Septiembre", "Octubre", "Noviembre", "Diciembre"
  102. ],
  103. AmPm : ["am","pm","AM","PM"],
  104. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  105. srcformat: 'Y-m-d',
  106. newformat: 'd-m-Y',
  107. parseRe : /[#%\\\/:_;.,\t\s-]/,
  108. masks : {
  109. ISO8601Long:"Y-m-d H:i:s",
  110. ISO8601Short:"Y-m-d",
  111. ShortDate: "n/j/Y",
  112. LongDate: "l, F d, Y",
  113. FullDateTime: "l, F d, Y g:i:s A",
  114. MonthDay: "F d",
  115. ShortTime: "g:i A",
  116. LongTime: "g:i:s A",
  117. SortableDateTime: "Y-m-d\\TH:i:s",
  118. UniversalSortableDateTime: "Y-m-d H:i:sO",
  119. YearMonth: "F, Y"
  120. },
  121. reformatAfterEdit : false
  122. },
  123. baseLinkUrl: '',
  124. showAction: '',
  125. target: '',
  126. checkbox : {disabled:true},
  127. idName : 'id'
  128. }
  129. });
  130. })(jQuery);