var I18N = {
  
  lang: "en",
  
	glp: function(msg){
	  return I18N[msg];
	},
	
	'error.unknown': "An unknown error occured, please contact an administrator.",
	'warn.edit.contentlost'   : "Your document has not been saved, all changes will be lost.",
	'warn.popup.blocker':       "Popup has been blocked by a popup blocker.\nPlease disable the popup blocker and try again, or contact your system administrator.",
	'warn.json.sessiontimeout': "An error occured while contacting the server, your action could not be completed.\nYour session may have expired or the server is down.",
  'ui.adm.admin-notes.error': "An error occured while contacting the server, your note could not be saved.\n"
                              + "Your session may have expired or the server is down.",
  'ui.textarea-resizer.title': "Drag to resize text box",
  'info.msg.loading':         "Processing...",
  'msg.confirm.dragdrop': "Please confirm drag and drop ?"
  
}