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-gl.js 4.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. ;(function($){
  2. /**
  3. * jqGrid Galician Translation
  4. * Translated by Jorge Barreiro <yortx.barry@gmail.com>
  5. * Dual licensed under the MIT and GPL licenses:
  6. * http://www.opensource.org/licenses/mit-license.php
  7. * http://www.gnu.org/licenses/gpl.html
  8. **/
  9. $.jgrid = $.jgrid || {};
  10. $.extend($.jgrid,{
  11. defaults : {
  12. recordtext: "Amosando {0} - {1} de {2}",
  13. emptyrecords: "Sen rexistros que amosar",
  14. loadtext: "Cargando...",
  15. pgtext : "Páxina {0} de {1}"
  16. },
  17. search : {
  18. caption: "Búsqueda...",
  19. Find: "Buscar",
  20. Reset: "Limpar",
  21. odata: [{ oper:'eq', text:"igual "},{ oper:'ne', text:"diferente a"},{ oper:'lt', text:"menor que"},{ oper:'le', text:"menor ou igual que"},{ oper:'gt', text:"maior que"},{ oper:'ge', text:"maior ou igual a"},{ oper:'bw', text:"empece por"},{ oper:'bn', text:"non empece por"},{ oper:'in', text:"está en"},{ oper:'ni', text:"non está en"},{ oper:'ew', text:"termina por"},{ oper:'en', text:"non termina por"},{ oper:'cn', text:"contén"},{ oper:'nc', text:"non contén"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
  22. groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "calquera" } ],
  23. operandTitle : "Click to select search operation.",
  24. resetTitle : "Reset Search Value"
  25. },
  26. edit : {
  27. addCaption: "Engadir rexistro",
  28. editCaption: "Modificar rexistro",
  29. bSubmit: "Gardar",
  30. bCancel: "Cancelar",
  31. bClose: "Pechar",
  32. saveData: "Modificáronse os datos, quere gardar os cambios?",
  33. bYes : "Si",
  34. bNo : "Non",
  35. bExit : "Cancelar",
  36. msg: {
  37. required:"Campo obrigatorio",
  38. number:"Introduza un número",
  39. minValue:"O valor debe ser maior ou igual a ",
  40. maxValue:"O valor debe ser menor ou igual a ",
  41. email: "non é un enderezo de correo válido",
  42. integer: "Introduza un valor enteiro",
  43. date: "Introduza unha data correcta ",
  44. url: "non é unha URL válida. Prefixo requerido ('http://' ou 'https://')",
  45. nodefined : " non está definido.",
  46. novalue : " o valor de retorno é obrigatorio.",
  47. customarray : "A función persoalizada debe devolver un array.",
  48. customfcheck : "A función persoalizada debe estar presente no caso de ter validación persoalizada."
  49. }
  50. },
  51. view : {
  52. caption: "Consultar rexistro",
  53. bClose: "Pechar"
  54. },
  55. del : {
  56. caption: "Eliminar",
  57. msg: "Desexa eliminar os rexistros seleccionados?",
  58. bSubmit: "Eliminar",
  59. bCancel: "Cancelar"
  60. },
  61. nav : {
  62. edittext: " ",
  63. edittitle: "Modificar a fila seleccionada",
  64. addtext:" ",
  65. addtitle: "Engadir unha nova fila",
  66. deltext: " ",
  67. deltitle: "Eliminar a fila seleccionada",
  68. searchtext: " ",
  69. searchtitle: "Buscar información",
  70. refreshtext: "",
  71. refreshtitle: "Recargar datos",
  72. alertcap: "Aviso",
  73. alerttext: "Seleccione unha fila",
  74. viewtext: "",
  75. viewtitle: "Ver fila seleccionada"
  76. },
  77. col : {
  78. caption: "Mostrar/ocultar columnas",
  79. bSubmit: "Enviar",
  80. bCancel: "Cancelar"
  81. },
  82. errors : {
  83. errcap : "Erro",
  84. nourl : "Non especificou unha URL",
  85. norecords: "Non hai datos para procesar",
  86. model : "As columnas de nomes son diferentes das columnas de modelo"
  87. },
  88. formatter : {
  89. integer : {thousandsSeparator: ".", defaultValue: '0'},
  90. number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
  91. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
  92. date : {
  93. dayNames: [
  94. "Do", "Lu", "Ma", "Me", "Xo", "Ve", "Sa",
  95. "Domingo", "Luns", "Martes", "Mércoles", "Xoves", "Vernes", "Sábado"
  96. ],
  97. monthNames: [
  98. "Xan", "Feb", "Mar", "Abr", "Mai", "Xuñ", "Xul", "Ago", "Set", "Out", "Nov", "Dec",
  99. "Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro"
  100. ],
  101. AmPm : ["am","pm","AM","PM"],
  102. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  103. srcformat: 'Y-m-d',
  104. newformat: 'd-m-Y',
  105. parseRe : /[#%\\\/:_;.,\t\s-]/,
  106. masks : {
  107. ISO8601Long:"Y-m-d H:i:s",
  108. ISO8601Short:"Y-m-d",
  109. ShortDate: "n/j/Y",
  110. LongDate: "l, F d, Y",
  111. FullDateTime: "l, F d, Y g:i:s A",
  112. MonthDay: "F d",
  113. ShortTime: "g:i A",
  114. LongTime: "g:i:s A",
  115. SortableDateTime: "Y-m-d\\TH:i:s",
  116. UniversalSortableDateTime: "Y-m-d H:i:sO",
  117. YearMonth: "F, Y"
  118. },
  119. reformatAfterEdit : false
  120. },
  121. baseLinkUrl: '',
  122. showAction: '',
  123. target: '',
  124. checkbox : {disabled:true},
  125. idName : 'id'
  126. }
  127. });
  128. })(jQuery);