[ Index ]
 

Code source de Symfony 1.0.0

Accdez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/data/web/sf/calendar/lang/ -> calendar-hr.js (source)

   1  /* Croatian language file for the DHTML Calendar version 0.9.2 
   2  * Author Krunoslav Zubrinic <krunoslav.zubrinic@vip.hr>, June 2003.
   3  * Feel free to use this script under the terms of the GNU Lesser General
   4  * Public License, as long as you do not remove or alter this notice.
   5  */
   6  Calendar._DN = new Array
   7  ("Nedjelja",
   8   "Ponedjeljak",
   9   "Utorak",
  10   "Srijeda",
  11   "Četvrtak",
  12   "Petak",
  13   "Subota",
  14   "Nedjelja");
  15  
  16  // First day of the week. "0" means display Sunday first, "1" means display
  17  // Monday first, etc.
  18  Calendar._FD = 1;
  19  
  20  Calendar._MN = new Array
  21  ("Siječanj",
  22   "Veljača",
  23   "Ožujak",
  24   "Travanj",
  25   "Svibanj",
  26   "Lipanj",
  27   "Srpanj",
  28   "Kolovoz",
  29   "Rujan",
  30   "Listopad",
  31   "Studeni",
  32   "Prosinac");
  33  
  34  // tooltips
  35  Calendar._TT = {};
  36  Calendar._TT["TOGGLE"] = "Promjeni dan s kojim počinje tjedan";
  37  Calendar._TT["PREV_YEAR"] = "Prethodna godina (dugi pritisak za meni)";
  38  Calendar._TT["PREV_MONTH"] = "Prethodni mjesec (dugi pritisak za meni)";
  39  Calendar._TT["GO_TODAY"] = "Idi na tekući dan";
  40  Calendar._TT["NEXT_MONTH"] = "Slijedeći mjesec (dugi pritisak za meni)";
  41  Calendar._TT["NEXT_YEAR"] = "Slijedeća godina (dugi pritisak za meni)";
  42  Calendar._TT["SEL_DATE"] = "Izaberite datum";
  43  Calendar._TT["DRAG_TO_MOVE"] = "Pritisni i povuci za promjenu pozicije";
  44  Calendar._TT["PART_TODAY"] = " (today)";
  45  Calendar._TT["MON_FIRST"] = "Prikaži ponedjeljak kao prvi dan";
  46  Calendar._TT["SUN_FIRST"] = "Prikaži nedjelju kao prvi dan";
  47  
  48  // the following is to inform that "%s" is to be the first day of week
  49  // %s will be replaced with the day name.
  50  Calendar._TT["DAY_FIRST"] = "Display %s first";
  51  
  52  // This may be locale-dependent.  It specifies the week-end days, as an array
  53  // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
  54  // means Monday, etc.
  55  Calendar._TT["WEEKEND"] = "0,6";
  56  
  57  Calendar._TT["CLOSE"] = "Zatvori";
  58  Calendar._TT["TODAY"] = "Danas";
  59  
  60  // date formats
  61  Calendar._TT["DEF_DATE_FORMAT"] = "dd-mm-y";
  62  Calendar._TT["TT_DATE_FORMAT"] = "DD, dd.mm.y";
  63  
  64  Calendar._TT["WK"] = "Tje";


Gnr le : Fri Mar 16 22:42:14 2007 par Balluche grce PHPXref 0.7