/* exhibit-l10n.js */
if(!("l10n" in Exhibit)){Exhibit.l10n={};
}
Exhibit.l10n.missingLabel = "non valorizzato";
Exhibit.l10n.missingSortKey = "(non valorizzato)";
Exhibit.l10n.notApplicableSortKey = "(n/a)";
Exhibit.l10n.itemLinkLabel = "Collegamento";

Exhibit.l10n.busyIndicatorMessage = "Elaborazione in corso...";
Exhibit.l10n.showDocumentationMessage = "We will show the relevant documentation after this message.";
Exhibit.l10n.showJavascriptValidationMessage = "We will explain the error in details after this message.";

Exhibit.l10n.showJsonValidationMessage = "We will explain the error in details after this message.";
Exhibit.l10n.showJsonValidationFormMessage = "We will browse to a web service where you can upload and check your code after this message.";

Exhibit.l10n.badJsonMessage = function(url, e) {
    return "The JSON data file\n  " + url + "\ncontains errors =\n\n" + e;
};
Exhibit.l10n.failedToLoadDataFileMessage = function(url) {
    return "We cannot locate the data file\n  " + url + "\nCheck that the file name is correct.";
};

/*
 *  Copy button and dialog box
 */
Exhibit.l10n.exportButtonLabel = "Esporta";
Exhibit.l10n.exportAllButtonLabel = "Esporta Tutto";
Exhibit.l10n.exportDialogBoxCloseButtonLabel =  "Chiudi";
Exhibit.l10n.exportDialogBoxPrompt =
    "Copia il contenuto negli appunti di sistema. Premi esc per chiudere questa finestra.";

/*
 *  Focusdialog box
 */
Exhibit.l10n.focusDialogBoxCloseButtonLabel = "Chiudi";

/*
 *  Common exporters' labels
 */
Exhibit.l10n.rdfXmlExporterLabel =            "RDF/XML";
Exhibit.l10n.smwExporterLabel =               "Semantic wikitext";
Exhibit.l10n.exhibitJsonExporterLabel =       "Notazione Javascript";
Exhibit.l10n.tsvExporterLabel =               "Valori separati da tabulazioni";
Exhibit.l10n.htmlExporterLabel =              "HTML della vista";


/* formatter-l10n.js 
if(!("l10n" in Exhibit.Formatter)){Exhibit.Formatter.l10n={};
}Exhibit.Formatter.l10n.listSeparator=", ";
Exhibit.Formatter.l10n.listLastSeparator=", e ";
Exhibit.Formatter.l10n.listPairSeparator=" e ";
Exhibit.Formatter.l10n.textEllipsis="...";
Exhibit.Formatter.l10n.booleanTrue="vero";
Exhibit.Formatter.l10n.booleanFalse="falso";
Exhibit.Formatter.l10n.currencySymbol="$";
Exhibit.Formatter.l10n.currencySymbolPlacement="primo";
Exhibit.Formatter.l10n.currencyShowSign=true;
Exhibit.Formatter.l10n.currencyShowRed=false;
Exhibit.Formatter.l10n.currencyShowParentheses=false;
Exhibit.Formatter.l10n.dateTimeDefaultFormat="dd/MM/yyyy hh:mm a";
Exhibit.Formatter.l10n.dateShortFormat="dd/MM/yyyy";
Exhibit.Formatter.l10n.timeShortFormat="hh:mm a";
Exhibit.Formatter.l10n.dateTimeShortFormat="dd/MM/yyyy hh:mm a";
Exhibit.Formatter.l10n.dateMediumFormat=" d MMM  yyyy";
Exhibit.Formatter.l10n.timeMediumFormat="hh:mm a";
Exhibit.Formatter.l10n.dateTimeMediumFormat=" d MMM  yyyy hh:mm a";
Exhibit.Formatter.l10n.dateLongFormat=" d MMMM yyyy";
Exhibit.Formatter.l10n.timeLongFormat="HH:mm:ss z";
Exhibit.Formatter.l10n.dateTimeLongFormat=" d MMMM yyyy HH:mm:ss z";
Exhibit.Formatter.l10n.dateFullFormat=" d MMMM yyyy";
Exhibit.Formatter.l10n.timeFullFormat="HH:mm:ss.S z";
Exhibit.Formatter.l10n.dateTimeFullFormat=" d MMMM yyyy G, HH:mm:ss.S z";
Exhibit.Formatter.l10n.shortDaysOfWeek=["Dom","Lun","Mar","Mer","Gio","Ven","Sab"];
Exhibit.Formatter.l10n.daysOfWeek=["Domenica","Lunedi","Martedi","Mercoledi","Govedi","Venerdi","Sabato"];
Exhibit.Formatter.l10n.shortMonths=["Gen","Feb","Mar","Apr","Mag","Giu","Lug","Ago","Set","Ott","Nov","Dic"];
Exhibit.Formatter.l10n.months=["Gennaio","Febbraio","Marzo","Aprile","Maggio","Giugno","Luglio","Agosto","Settembre","Ottobre","Novembre","Dicembre"];
Exhibit.Formatter.l10n.commonEra="DC";
Exhibit.Formatter.l10n.beforeCommonEra="AC";
Exhibit.Formatter.l10n.beforeNoon="am";
Exhibit.Formatter.l10n.afterNoon="pm";
Exhibit.Formatter.l10n.BeforeNoon="AM";
Exhibit.Formatter.l10n.AfterNoon="PM";
*/

/* lens-l10n.js */
if(!("l10n" in Exhibit.Lens)){Exhibit.Lens.l10n={};
}

/* ui-context-l10n.js 
if(!("l10n" in Exhibit.UIContext)){Exhibit.UIContext.l10n={};
}Exhibit.UIContext.l10n.initialSettings={"bubbleWidth":400,"bubbleHeight":300};
*/

/* ordered-view-frame-l10n.js */
if(!("l10n" in Exhibit.OrderedViewFrame)){Exhibit.OrderedViewFrame.l10n={};
}Exhibit.OrderedViewFrame.l10n.removeOrderLabel="Rimuovi ordinamento";
Exhibit.OrderedViewFrame.l10n.sortingControlsTemplate="ordinato per: <span id='ordersSpan'></span>; <a id='thenSortByAction' href='javascript:void' class='exhibit-action' title='Ordina anche per'>Ordina anche per...</a>";
Exhibit.OrderedViewFrame.l10n.formatSortActionTitle=function(B,A){return"Ordinato per "+B+" ("+A+")";
};
Exhibit.OrderedViewFrame.l10n.formatRemoveOrderActionTitle=function(B,A){return"Rimosso ordinamento "+B+" ("+A+")";
};
Exhibit.OrderedViewFrame.l10n.groupedAsSortedOptionLabel="raggruppati per livelli d'ordinamento";
Exhibit.OrderedViewFrame.l10n.groupAsSortedActionTitle="raggruppati per livelli d'ordinamento";
Exhibit.OrderedViewFrame.l10n.ungroupAsSortedActionTitle="rimuovi raggruppamento";
Exhibit.OrderedViewFrame.l10n.showAllActionTitle="Mostra tutto";
Exhibit.OrderedViewFrame.l10n.dontShowAllActionTitle="Mostra pochi ";
Exhibit.OrderedViewFrame.l10n.formatDontShowAll=function(A){return"Mostra solo le prime  "+A+" scuole";
};
Exhibit.OrderedViewFrame.l10n.formatShowAll=function(A){return"Mostra tutte le "+A+" scuole";
};


/* tabular-view-l10n.js */
if(!("l10n" in Exhibit.TabularView)){Exhibit.TabularView.l10n={};
}Exhibit.TabularView.l10n.viewLabel="Table";
Exhibit.TabularView.l10n.viewTooltip="View items in a table";
Exhibit.TabularView.l10n.columnHeaderSortTooltip="Click to sort by this column";
Exhibit.TabularView.l10n.columnHeaderReSortTooltip="Click to sort in the reverse order";
Exhibit.TabularView.l10n.makeSortActionTitle=function(A,B){return(B?"sorted ascending by ":"sorted descending by ")+A;
};


/* thumbnail-view-l10n.js */
if(!("l10n" in Exhibit.ThumbnailView)){Exhibit.ThumbnailView.l10n={};
}Exhibit.ThumbnailView.l10n.viewLabel="Thumbnails";
Exhibit.ThumbnailView.l10n.viewTooltip="View items as thumbnails";


/* tile-view-l10n.js */
if(!("l10n" in Exhibit.TileView)){Exhibit.TileView.l10n={};
}Exhibit.TileView.l10n.viewLabel="Lista";
Exhibit.TileView.l10n.viewTooltip="Mostra la lista delle scuole";


/* view-panel-l10n.js */
if(!("l10n" in Exhibit.ViewPanel)){Exhibit.ViewPanel.l10n={};
}Exhibit.ViewPanel.l10n.createSelectViewActionTitle=function(A){return"seleziona la vista "+A;
};
Exhibit.ViewPanel.l10n.missingViewClassMessage="The specification for one of the views is missing the viewClass field.";
Exhibit.ViewPanel.l10n.viewClassNotFunctionMessage=function(A){return"The viewClass attribute value '"+A+"' you have specified\nfor one of the views does not evaluate to a Javascript function.";
};
Exhibit.ViewPanel.l10n.badViewClassMessage=function(A){return"The viewClass attribute value '"+A+"' you have specified\nfor one of the views is not a valid Javascript expression.";
};


/* collection-summary-widget-l10n.js */
if (typeof Exhibit.CollectionSummaryWidget != 'undefined' ){ 
if( !("l10n" in Exhibit.CollectionSummaryWidget)){Exhibit.CollectionSummaryWidget.l10n={};
}Exhibit.CollectionSummaryWidget.l10n.resetFiltersLabel="Rimuovi tutti i filtri";
Exhibit.CollectionSummaryWidget.l10n.resetFiltersTooltip="Rimuovi tutti i filtri e mostra la lista";
Exhibit.CollectionSummaryWidget.l10n.resetActionTitle="Reimposta tutti i  filtri";
Exhibit.CollectionSummaryWidget.l10n.allResultsTemplate="<span class='%0' id='resultDescription'></span>";
Exhibit.CollectionSummaryWidget.l10n.noResultsTemplate="<span class='%0'><span class='%1'>0</span> scuole</span> (<span id='resetActionLink'></span>)";
Exhibit.CollectionSummaryWidget.l10n.filteredResultsTemplate="<span class='%0' id='resultDescription'></span> filtrate su <span id='originalCountSpan'>0</span>  (<span id='resetActionLink'></span>)";
}

/* coders-l10n.js */
if (typeof Exhibit.Coders != 'undefined' ){ 
if(!("l10n" in Exhibit.Coders)){Exhibit.Coders.l10n={};
}Exhibit.Coders.l10n.mixedCaseLabel="SCUOLE DI DIVERSO ORDINE SCOLASTICO PRESENTI NELLO STESSO LUOGO";
Exhibit.Coders.l10n.missingCaseLabel="mancante";
Exhibit.Coders.l10n.othersCaseLabel="altri";
}

/* facets-l10n.js */
if (typeof Exhibit.FacetUtilities != 'undefined' ){ 
if(!("l10n" in Exhibit.FacetUtilities))Exhibit.FacetUtilities.l10n={};

Exhibit.FacetUtilities.l10n.clearSelectionsTooltip="Rimuovi le selezioni";
Exhibit.FacetUtilities.l10n.facetSelectActionTitle="Seleziona %0 in lista %1";
Exhibit.FacetUtilities.l10n.facetUnselectActionTitle="Libera %0 in lista %1";
Exhibit.FacetUtilities.l10n.facetSelectOnlyActionTitle="Seleziona solo %0 in lista %1";
Exhibit.FacetUtilities.l10n.facetClearSelectionsActionTitle="Rimuovi le selezioni nella lista %0";
Exhibit.FacetUtilities.l10n.facetTextSearchActionTitle="Ricerca %0";
Exhibit.FacetUtilities.l10n.facetClearTextSearchActionTitle="Pulisci la ricerca";
Exhibit.FacetUtilities.l10n.missingThisField="(mancante)";
}
if (typeof Exhibit.ViewUtilities != 'undefined' ){ 


		   if (!("l10n" in Exhibit.ViewUtilities)) {
		       Exhibit.ViewUtilities.l10n = {};
		   }

		   Exhibit.ViewUtilities.l10n.unplottableMessageFormatter = function(totalCount, unplottableItems, uiContext) {
		       var count = unplottableItems.length;
		       return 'Vista Mappa ';
			/* 
			*serve a visualizzare gli errori di tracciatura con geocoder di google
			*non piu' in uso dal 26/09/2008
			*attivare solo per debug
			
		       return String.substitute(
		           "<a class='exhibit-action exhibit-views-unplottableCount' href='javascript:void' id='unplottableCountLink'>%0</a> "+
		           " su <class class='exhibit-views-totalCount'>%1</span> non sono tracciabili.",
		           [ count == 1 ? (count + " scuola") : (count + " scuole"), totalCount ]
		       );
		       
		       */
		       
		   };
}
