﻿// $Id: calendar-it.js 8354 2007-10-01 11:26:16Z nmaxim $
// ** I18N

// Calendar IT language

Zapatec.Utils.createNestedHash(Zapatec, ["Langs", "Zapatec.Calendar", "it"], {
  // full day names
  "_DN"  : new Array
           ("Domenica",
 "Lunedì",
 "Martedì",
 "Mercoledì",
 "Giovedì",
 "Venerdì",
 "Sabato",
 "Domenica"),
  // short day names
  "_SDN" : new Array
           ("Dom",
 "Lun",
 "Mar",
 "Mer",
 "Gio",
 "Ven",
 "Sab",
 "Dom"),
  // First day of the week. "0" means display Sunday first, "1" means display
  // Monday first, etc.
  "_FD"  : 0,
  // full month names
  "_MN"  : new Array
            ("Gennaio",
 "Febbraio",
 "Marzo",
 "Aprile",
 "Maggio",
 "Giugno",
 "Luglio",
 "Agosto",
 "Settembre",
 "Ottobre",
 "Novembre",
 "Dicembre"),
  // short month names
  "_SMN" : new Array
           ("Gen",
 "Feb",
 "Mar",
 "Apr",
 "Mag",
 "Giu",
 "Lug",
 "Ago",
 "Set",
 "Ott",
 "Nov",
 "Dic"),
   // tooltips
   "INFO" : "Informazioni sul calendario",
   "ABOUT": "DHTML Date/Time Selector\n" +
"(c) zapatec.com 2002-2007\n" + // don't translate this this ;-)
"Per gli aggiornamenti: http://www.zapatec.com\n" +
"This translation distributed under GNU LGPL.  See http://gnu.org/licenses/lgpl.html for details." +
"\n\n" +
"Selezione data:\n" +
"- Usa \xab, \xbb per selezionare l'anno\n" +
"- Usa  " + String.fromCharCode(0x2039) + ", " + String.fromCharCode(0x203a) + " per i mesi\n" +
"- Tieni premuto a lungo il mouse per accedere alle funzioni di selezione veloce.",

   "ABOUT_TIME" : "\n\n" +
"Selezione orario:\n" +
"- Clicca sul numero per incrementarlo\n" +
"- o Shift+click per decrementarlo\n" +
"- o click e sinistra o destra per variarlo.",

   "PREV_YEAR"    : "Anno prec.(clicca a lungo per il menù)",
   "PREV_MONTH"   : "Mese prec. (clicca a lungo per il menù)",
   "GO_TODAY"     : "Oggi",
   "NEXT_MONTH"   : "Pross. mese (clicca a lungo per il menù)",
   "NEXT_YEAR"    : "Pross. anno (clicca a lungo per il menù)",
   "SEL_DATE"     : "Seleziona data",
   "DRAG_TO_MOVE" : "Trascina per spostarlo",
   "PART_TODAY"   : " (oggi)",

   // the following is to inform that "%s" is to be the first day of week
   // %s will be replaced with the day name.
   "DAY_FIRST"    : "Mostra prima %s",

   // This may be locale-dependent.  It specifies the week-end days, as an array
   // of comma-separated numbers.  The numbers are from 0 to 6: 0 means Sunday, 1
   // means Monday, etc.
   "WEEKEND"      : "0,6",

   "CLOSE"        : "Chiudi",
   "TODAY"        : "Oggi",
   "TIME_PART"    : "(Shift-)Click o trascina per cambiare il valore",

   // date formats
   "DEF_DATE_FORMAT"  : "%d-%m-%Y",
   "TT_DATE_FORMAT"   : "%a:%b:%e",

   "WK"           : "set",
   "TIME"         : "Ora:",
   "E_RANGE"      : "Outside the range",
   "_AMPM"        : {am : "am",
                     pm : "pm"}
});
