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

MySQL数据库

开发平台:

PHP

  1. // ** I18N
  2. // Calendar ES (spanish) language
  3. // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
  4. // Updater: Servilio Afre Puentes <servilios@yahoo.com>
  5. // Updated: 2004-06-03
  6. // Encoding: utf-8
  7. // Distributed under the same terms as the calendar itself.
  8. // For translators: please use UTF-8 if possible.  We strongly believe that
  9. // Unicode is the answer to a real internationalized world.  Also please
  10. // include your contact information in the header, as can be seen above.
  11. // full day names
  12. Calendar._DN = new Array
  13. ("Domingo",
  14.  "Lunes",
  15.  "Martes",
  16.  "Mi閞coles",
  17.  "Jueves",
  18.  "Viernes",
  19.  "S醔ado",
  20.  "Domingo");
  21. // Please note that the following array of short day names (and the same goes
  22. // for short month names, _SMN) isn't absolutely necessary.  We give it here
  23. // for exemplification on how one can customize the short day names, but if
  24. // they are simply the first N letters of the full name you can simply say:
  25. //
  26. //   Calendar._SDN_len = N; // short day name length
  27. //   Calendar._SMN_len = N; // short month name length
  28. //
  29. // If N = 3 then this is not needed either since we assume a value of 3 if not
  30. // present, to be compatible with translation files that were written before
  31. // this feature.
  32. // short day names
  33. Calendar._SDN = new Array
  34. ("Dom",
  35.  "Lun",
  36.  "Mar",
  37.  "Mi