grid.locale-gl.js 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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. pgfirst : "First Page",
  17. pglast : "Last Page",
  18. pgnext : "Next Page",
  19. pgprev : "Previous Page",
  20. pgrecs : "Records per Page",
  21. showhide: "Toggle Expand Collapse Grid"
  22. },
  23. search : {
  24. caption: "Búsqueda...",
  25. Find: "Buscar",
  26. Reset: "Limpar",
  27. 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'}],
  28. groupOps: [ { op: "AND", text: "todo" }, { op: "OR", text: "calquera" } ],
  29. operandTitle : "Click to select search operation.",
  30. resetTitle : "Reset Search Value"
  31. },
  32. edit : {
  33. addCaption: "Engadir rexistro",
  34. editCaption: "Modificar rexistro",
  35. bSubmit: "Gardar",
  36. bCancel: "Cancelar",
  37. bClose: "Pechar",
  38. saveData: "Modificáronse os datos, quere gardar os cambios?",
  39. bYes : "Si",
  40. bNo : "Non",
  41. bExit : "Cancelar",
  42. msg: {
  43. required:"Campo obrigatorio",
  44. number:"Introduza un número",
  45. minValue:"O valor debe ser maior ou igual a ",
  46. maxValue:"O valor debe ser menor ou igual a ",
  47. email: "non é un enderezo de correo válido",
  48. integer: "Introduza un valor enteiro",
  49. date: "Introduza unha data correcta ",
  50. url: "non é unha URL válida. Prefixo requerido ('http://' ou 'https://')",
  51. nodefined : " non está definido.",
  52. novalue : " o valor de retorno é obrigatorio.",
  53. customarray : "A función persoalizada debe devolver un array.",
  54. customfcheck : "A función persoalizada debe estar presente no caso de ter validación persoalizada."
  55. }
  56. },
  57. view : {
  58. caption: "Consultar rexistro",
  59. bClose: "Pechar"
  60. },
  61. del : {
  62. caption: "Eliminar",
  63. msg: "Desexa eliminar os rexistros seleccionados?",
  64. bSubmit: "Eliminar",
  65. bCancel: "Cancelar"
  66. },
  67. nav : {
  68. edittext: " ",
  69. edittitle: "Modificar a fila seleccionada",
  70. addtext:" ",
  71. addtitle: "Engadir unha nova fila",
  72. deltext: " ",
  73. deltitle: "Eliminar a fila seleccionada",
  74. searchtext: " ",
  75. searchtitle: "Buscar información",
  76. refreshtext: "",
  77. refreshtitle: "Recargar datos",
  78. alertcap: "Aviso",
  79. alerttext: "Seleccione unha fila",
  80. viewtext: "",
  81. viewtitle: "Ver fila seleccionada"
  82. },
  83. col : {
  84. caption: "Mostrar/ocultar columnas",
  85. bSubmit: "Enviar",
  86. bCancel: "Cancelar"
  87. },
  88. errors : {
  89. errcap : "Erro",
  90. nourl : "Non especificou unha URL",
  91. norecords: "Non hai datos para procesar",
  92. model : "As columnas de nomes son diferentes das columnas de modelo"
  93. },
  94. formatter : {
  95. integer : {thousandsSeparator: ".", defaultValue: '0'},
  96. number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue: '0,00'},
  97. currency : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0,00'},
  98. date : {
  99. dayNames: [
  100. "Do", "Lu", "Ma", "Me", "Xo", "Ve", "Sa",
  101. "Domingo", "Luns", "Martes", "Mércoles", "Xoves", "Vernes", "Sábado"
  102. ],
  103. monthNames: [
  104. "Xan", "Feb", "Mar", "Abr", "Mai", "Xuñ", "Xul", "Ago", "Set", "Out", "Nov", "Dec",
  105. "Xaneiro", "Febreiro", "Marzo", "Abril", "Maio", "Xuño", "Xullo", "Agosto", "Setembro", "Outubro", "Novembro", "Decembro"
  106. ],
  107. AmPm : ["am","pm","AM","PM"],
  108. S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th'},
  109. srcformat: 'Y-m-d',
  110. newformat: 'd-m-Y',
  111. parseRe : /[#%\\\/:_;.,\t\s-]/,
  112. masks : {
  113. ISO8601Long:"Y-m-d H:i:s",
  114. ISO8601Short:"Y-m-d",
  115. ShortDate: "n/j/Y",
  116. LongDate: "l, F d, Y",
  117. FullDateTime: "l, F d, Y g:i:s A",
  118. MonthDay: "F d",
  119. ShortTime: "g:i A",
  120. LongTime: "g:i:s A",
  121. SortableDateTime: "Y-m-d\\TH:i:s",
  122. UniversalSortableDateTime: "Y-m-d H:i:sO",
  123. YearMonth: "F, Y"
  124. },
  125. reformatAfterEdit : false,
  126. userLocalTime : false
  127. },
  128. baseLinkUrl: '',
  129. showAction: '',
  130. target: '',
  131. checkbox : {disabled:true},
  132. idName : 'id'
  133. }
  134. });
  135. })(jQuery);