Theme Inspinia
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

grid.locale-cat.js 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. ;(function($){
  2. /**
  3. * jqGrid Catalan Translation
  4. * Traducció jqGrid en Catatà per Faserline, S.L.
  5. * http://www.faserline.com
  6. * Dual licensed under the MIT and GPL licenses:
  7. * http://www.opensource.org/licenses/mit-license.php
  8. * http://www.gnu.org/licenses/gpl.html
  9. **/
  10. $.jgrid = $.jgrid || {};
  11. $.extend($.jgrid,{
  12. defaults : {
  13. recordtext: "Mostrant {0} - {1} de {2}",
  14. emptyrecords: "Sense registres que mostrar",
  15. loadtext: "Carregant...",
  16. pgtext : "Pàgina {0} de {1}"
  17. },
  18. search : {
  19. caption: "Cerca...",
  20. Find: "Cercar",
  21. Reset: "Buidar",
  22. odata: [{ oper:'eq', text:"equal"},{ oper:'ne', text:"not equal"},{ oper:'lt', text:"less"},{ oper:'le', text:"less or equal"},{ oper:'gt', text:"greater"},{ oper:'ge', text:"greater or equal"},{ oper:'bw', text:"begins with"},{ oper:'bn', text:"does not begin with"},{ oper:'in', text:"is in"},{ oper:'ni', text:"is not in"},{ oper:'ew', text:"ends with"},{ oper:'en', text:"does not end with"},{ oper:'cn', text:"contains"},{ oper:'nc', text:"does not contain"},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}],
  23. groupOps: [ { op: "AND", text: "tot" }, { op: "OR", text: "qualsevol" } ],
  24. operandTitle : "Click to select search operation.",
  25. resetTitle : "Reset Search Value"
  26. },
  27. edit : {
  28. addCaption: "Afegir registre",
  29. editCaption: "Modificar registre",
  30. bSubmit: "Guardar",
  31. bCancel: "Cancelar",
  32. bClose: "Tancar",
  33. saveData: "Les dades han canviat. Guardar canvis?",
  34. bYes : "Yes",
  35. bNo : "No",
  36. bExit : "Cancel",
  37. msg: {
  38. required:"Camp obligatori",
  39. number:"Introdueixi un nombre",
  40. minValue:"El valor ha de ser major o igual que ",
  41. maxValue:"El valor ha de ser menor o igual a ",
  42. email: "no és una direcció de correu vàlida",
  43. integer: "Introdueixi un valor enter",
  44. date: "Introdueixi una data correcta ",
  45. url: "no és una URL vàlida. Prefix requerit ('http://' or 'https://')",
  46. nodefined : " is not defined!",
  47. novalue : " return value is required!",
  48. customarray : "Custom function should return array!",
  49. customfcheck : "Custom function should be present in case of custom checking!"
  50. }
  51. },
  52. view : {
  53. caption: "Veure registre",
  54. bClose: "Tancar"
  55. },
  56. del : {
  57. caption: "Eliminar",
  58. msg: "¿Desitja eliminar els registres seleccionats?",
  59. bSubmit: "Eliminar",
  60. bCancel: "Cancelar"
  61. },
  62. nav : {
  63. edittext: " ",
  64. edittitle: "Modificar fila seleccionada",
  65. addtext:" ",
  66. addtitle: "Agregar nova fila",
  67. deltext: " ",
  68. deltitle: "Eliminar fila seleccionada",
  69. searchtext: " ",
  70. searchtitle: "Cercar informació",
  71. refreshtext: "",
  72. refreshtitle: "Refrescar taula",
  73. alertcap: "Avís",
  74. alerttext: "Seleccioni una fila",
  75. viewtext: " ",
  76. viewtitle: "Veure fila seleccionada"
  77. },
  78. // setcolumns module
  79. col : {
  80. caption: "Mostrar/ocultar columnes",
  81. bSubmit: "Enviar",
  82. bCancel: "Cancelar"
  83. },
  84. errors : {
  85. errcap : "Error",
  86. nourl : "No s'ha especificat una URL",
  87. norecords: "No hi ha dades per processar",
  88. model : "Les columnes de noms són diferents de les columnes del model"
  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. "Dg", "Dl", "Dt", "Dc", "Dj", "Dv", "Ds",
  97. "Diumenge", "Dilluns", "Dimarts", "Dimecres", "Dijous", "Divendres", "Dissabte"
  98. ],
  99. monthNames: [
  100. "Gen", "Febr", "Març", "Abr", "Maig", "Juny", "Jul", "Ag", "Set", "Oct", "Nov", "Des",
  101. "Gener", "Febrer", "Març", "Abril", "Maig", "Juny", "Juliol", "Agost", "Setembre", "Octubre", "Novembre", "Desembre"
  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: 'show',
  125. target: '',
  126. checkbox : {disabled:true},
  127. idName : 'id'
  128. }
  129. });
  130. })(jQuery);