EnhancedGrid.js 850 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. define("dojox/grid/enhanced/nls/EnhancedGrid", { root:
  2. //begin v1.x content
  3. ({
  4. singleSort: "Single Sort",
  5. nestedSort: "Nested Sort",
  6. ascending: "Click to sort Ascending",
  7. descending: "Click to sort Descending",
  8. sortingState: "${0} - ${1}",
  9. unsorted: "Do not sort this column",
  10. indirectSelectionRadio: "Row ${0}, single selection, radio box",
  11. indirectSelectionCheckBox: "Row ${0}, multiple selection, check box",
  12. selectAll: "Select all"
  13. })
  14. //end v1.x content
  15. ,
  16. "ar": true,
  17. "ca": true,
  18. "cs": true,
  19. "da": true,
  20. "de": true,
  21. "el": true,
  22. "es": true,
  23. "fi": true,
  24. "fr": true,
  25. "he": true,
  26. "hr": true,
  27. "hu": true,
  28. "hr": true,
  29. "it": true,
  30. "ja": true,
  31. "kk": true,
  32. "ko": true,
  33. "nb": true,
  34. "nl": true,
  35. "pl": true,
  36. "pt": true,
  37. "pt-pt": true,
  38. "ro": true,
  39. "ru": true,
  40. "sk": true,
  41. "sl": true,
  42. "sv": true,
  43. "th": true,
  44. "tr": true,
  45. "zh": true,
  46. "zh-tw": true
  47. });