calendar-ca.js
上传用户:yantgcom
上传日期:2013-07-19
资源大小:478k
文件大小:4k
源码类别:

MySQL数据库

开发平台:

PHP

  1. // ** I18N
  2. // Calendar CA language
  3. // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
  4. // Encoding: any
  5. // Distributed under the same terms as the calendar itself.
  6. // For translators: please use UTF-8 if possible.  We strongly believe that
  7. // Unicode is the answer to a real internationalized world.  Also please
  8. // include your contact information in the header, as can be seen above.
  9. // full day names
  10. Calendar._DN = new Array
  11. ("Diumenge",
  12.  "Dilluns",
  13.  "Dimarts",
  14.  "Dimecres",
  15.  "Dijous",
  16.  "Divendres",
  17.  "Dissabte",
  18.  "Diumenge");
  19. // Please note that the following array of short day names (and the same goes
  20. // for short month names, _SMN) isn't absolutely necessary.  We give it here
  21. // for exemplification on how one can customize the short day names, but if
  22. // they are simply the first N letters of the full name you can simply say:
  23. //
  24. //   Calendar._SDN_len = N; // short day name length
  25. //   Calendar._SMN_len = N; // short month name length
  26. //
  27. // If N = 3 then this is not needed either since we assume a value of 3 if not
  28. // present, to be compatible with translation files that were written before
  29. // this feature.
  30. // short day names
  31. Calendar._SDN = new Array
  32. ("Diu",
  33.  "Dil",
  34.  "Dmt",
  35.  "Dmc",
  36.  "Dij",
  37.  "Div",
  38.  "Dis",
  39.  "Diu");
  40. // full month names
  41. Calendar._MN = new Array
  42. ("Gener",
  43.  "Febrer",
  44.  "Mar