ontos.locale = {
	//Menu
	  menu_news : 'News'
	, menu_business : 'Business'
	, menu_try : 'Try'
	, menu_try_workbench: 'Try Workbench'
	, menu_biz_portal:'Business Portal'
	, menu_news_portal : 'News Portal'
	, menu_options : 'Extras'
	, menu_getplugin : 'Navigation Plug-in'
	, menu_getcardplugin : 'Clip&nbsp;&amp;&nbsp;Share Plug-in'
	, menu_tutorial : 'Tutorial'
	, menu_feedback : 'Feedback'
	
	, no_results : 'No results'
	, home: "HOME"
	, feedback: "Feedback"
	, todayCount: "Today"
    , allCount: "Total"
    , crowledArticles: "Knowledge Base"
    , Articles: "Articles"
    , Objects: "Objects"
	, downloadPlugin: "Get Plug-in"
	, company: "COMPANY"
	, expert: "Expert"
	, portal: "Portal"
	, russian_area: "russian area"
	, english_area: "english area"
	/////// search
	, focus: "FOCUS"
	, history: "history"
	, found: "found"
	////
	, loading: "Loading ..."
	, sloading: "Loading ..."
	// panels
	, hotObjects: "Hot Objects [@@]"
	, HotObjects: "Hot objects"
	, Search: "Search"
	// information panel
	, FoundIn: "Found&nbsp;in:&nbsp;"
	// sources panel
	, sources: "Sources"
	, sourceStats: "{0} of {1}"
	, sourceStatsTitle: "Today {0} article(s)<br>All {1} article(s)"
	// sources panel end
	, inDetails: "Details"
	, latestArticles : "Latest Articles {0} [Sorted by {1}]"
	, articlesRelatedTo: "Articles {0} related to \"{1}\" [Sorted by {2}]"
	, breakingNews: "Breaking News"
	, advertisement: "Advertisement"
	, facts_tab: "Facts"
	, information: "Information"
	, diagram: "Diagram"
	, searching: "Searching..."
	, detailsFor: "Details for \"{0}\" [{1}]"
    ////// toolbars
	, persons: "Persons"
	, organizations: "Organizations"
	, locations: "Locations"
	, all: "All"
	, show: "Filter"
	, sortBy: "Sort By"
	, facts: "Facts"
	, facts2: "facts in article"
	, document: "Document"
	, documents: "Documents"
	, date: "Date"
	, showOnlyNewsTitle: "Show only news title"
	, showTitleAndDescription: "Show title and description"
	, showTitleDescriptionAndObjects: "Show title description and objects"
	, involved: "Involved:"
	, generateSummary: "Generate Summary"
	, last24: "LAST <br/>24 HOURS <br/>articles:"
	, last24facts: "facts:"
	, numberOfStatementsInStream: "Number of facts in news stream"
	, mentionedIn: "Mentioned in"
	, articles: "articles"
	///////
	, newsPortal: "News Portal"
	, blog: "Blog"
	, company2: "Company"
	, downloadPlugin2: "Get Plug-in"
	, downloadPluginTitle: "Get Plug-in"
	, faq: "FAQ" 
	, faqTitle: "Frequently asked questions"
	, tutorial: "Tutorial"
	, tutorialTitle: "Tutorial"
	//// paging
	, previous: "Previous"
	, next: "Next"
	// hacks
	, descrIsNotAvailable: "Description is not available"
//////////////////// chart //////////////////////////////////////
	, timeLine: "Charts"
	,chartDataType: "Data Type"
	,statementsOverTime: "Number of facts over time"
	,documentsOverTime: "Number of documents over time"
	,startDate: "Start Date"
	,endDate: "End Date"
	,findAndAdd: "Find"
	,interval: "Interval"
	,chartType: "Chart Type"
	,day: "Day"
	,day7: "7 Days"
	,day30: "30 Days"
	,barChart: "Bar Chart"
	,lineChart: "Line Chart"
	,redraw: "Redraw"
	,incorrentInterval:"Incorrect date interval"
	,dateMustBeLess:"The start date must presede the end one"
	,dateMustBeGreater:"The end date must be greater than the start one"
	,removeObjectFromChart:"Remove object from chart"
	,removeObjectFromChartSure:'You about to remove {0} from chart.  Are you sure?'
	,info:"Info"
	,objectAlreadyOnChart:"Object {0} already on chart"
//////////////////// flash //////////////////////////////////////
	,tutorialMoovie:"flash_menue.swf"
//////////////////// expert //////////////////////////////////////
	, newDocument: "New Document"
	, NewDocumentForm: "New Document Form"
	, ExportForm: "Export"
	, Submit: "Submit"
	, Cancel: "Cancel"
	, Export: "Export"
	, Download: "Download"
	, DocumentText: "Document Text"
	, rdf: "Export Instances"
	, ont: "Export Ontology"
	, exportTextObjects: "Export Diagram"
	, ontology: "Ontology"
	, tobigtexttitle: "Text Upload"
	, tobigtext: "Text is too big and will be cut down"
	, typeTextLbl: "Type Text"
	, orUploadTextLbl: "or Upload File"
//////////////////// functions ////////////////////////////////// 
	,get: function(aKey,aParams){
		var theRetVal = ontos.locale[aKey];
		for (var i=0;i<aParams.length;i++){
			theRetVal = theRetVal.replace("@@",aParams[i]);
		}
		return theRetVal;
	}
/////////////////////collections //////////////////////////////////
	,monthNames: [
 	"January",
   	"February",
   	"March",
   	"April",
   	"May",
   	"June",
   	"July",
   	"August",
   	"September",
   	"October",
   	"November",
   	"December"
	]
}

