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

MySQL数据库

开发平台:

PHP

  1. // ** I18N
  2. // Calendar SV language (Swedish, svenska)
  3. // Author: Mihai Bazon, <mihai_bazon@yahoo.com>
  4. // Translation team: <sv@li.org>
  5. // Translator: Leonard Norrg錼d <leonard.norrgard@refactor.fi>
  6. // Last translator: Leonard Norrg錼d <leonard.norrgard@refactor.fi>
  7. // Encoding: iso-latin-1
  8. // Distributed under the same terms as the calendar itself.
  9. // For translators: please use UTF-8 if possible.  We strongly believe that
  10. // Unicode is the answer to a real internationalized world.  Also please
  11. // include your contact information in the header, as can be seen above.
  12. // full day names
  13. Calendar._DN = new Array
  14. ("s鰊dag",
  15.  "m錸dag",
  16.  "tisdag",
  17.  "onsdag",
  18.  "torsdag",
  19.  "fredag",
  20.  "l鰎dag",
  21.  "s鰊dag");
  22. // Please note that the following array of short day names (and the same goes
  23. // for short month names, _SMN) isn't absolutely necessary.  We give it here
  24. // for exemplification on how one can customize the short day names, but if
  25. // they are simply the first N letters of the full name you can simply say:
  26. //
  27. //   Calendar._SDN_len = N; // short day name length
  28. //   Calendar._SMN_len = N; // short month name length
  29. //
  30. // If N = 3 then this is not needed either since we assume a value of 3 if not
  31. // present, to be compatible with translation files that were written before
  32. // this feature.
  33. Calendar._SDN_len = 2;
  34. Calendar._SMN_len = 3;
  35. // full month names
  36. Calendar._MN = new Array
  37. ("januari",
  38.  "februari",
  39.  "mars",
  40.  "april",
  41.  "maj",
  42.  "juni",
  43.  "juli",
  44.  "augusti",
  45.  "september",
  46.  "oktober",
  47.  "november",
  48.  "december");
  49. // tooltips
  50. Calendar._TT = {};
  51. Calendar._TT["INFO"] = "Om kalendern";
  52. Calendar._TT["ABOUT"] =
  53. "DHTML Datum/tid-v鋖jaren" +
  54. "(c) dynarch.com 2002-2005 / Author: Mihai Bazonn" + // don't translate this this ;-)
  55. "F鰎 senaste version g