
if (typeof(Bs_InterfaceText) == 'undefined') Bs_InterfaceText = new Object;
if (typeof(Bs_InterfaceText['Bs_EditableListBox']) == 'undefined') Bs_InterfaceText['Bs_EditableListBox'] = new Object;


Bs_InterfaceText['Bs_EditableListBox']['en'] = {
	error : {
		maxElements : 'The maximum number of elements you can add is %s.', 
		maxLength   : 'The maximum number of characters is %s but you have used %s.', 
		dummy       : '' //no comma in the last element!!!
	}
}

