//
// locales
//
var locales =
{ get: function ( locale ) // vrátí slovo v aktuálním jazyce
  { return this.library[ locale ] || locale
  }
, library: // jazykově závislé texty
  { insertEmail: 'Inserisca il Vostro indirizzo e-mail valido.'
  , inserNumber: 'Inserite il numero.'
  , insertDate: 'Scriva la data in formato &lt;code&gt;gg.mm.aaaa&lt;\/code&gt;.'
  , fillIn: 'Compili il campo, per favore.'
  , fillInOneOf: 'Compili almeno uno dei campi: '
  , mustBeChecked: 'Accetto.'
  , emptyCartWarning: 'Non ha scelto nessun prodotto.'
  , totalPrice: 'Prezzo totale'
  , toLiteVersion: '<b>light versione</b>'
  , toLiteVersionTitle: 'Turn off flash decorations'
  , toFullVersion: '<b>full versione</b>'
  , toFullVersionTitle: 'Switch to full version'
  }
}
