------------------------------------------------------------
- SimpleHelp Customised Translations
------------------------------------------------------------
The configuration/translations folder contains customised
translation files. To customise any text in SimpleHelp copy
create a translation file with the same name as those in
the DEPLOY/translations folder, and include new entries
for keys you wish to overwrite. 

For example, to change the default username in English for
the technician login screen do the following: 

1) Create the file
	 configuration/translations/en.txt
	
2) Insert the following key and value pair:
 
	DO_NOT_TRANSLATE_DEFAULT_USERNAME				= SimpleHelpTechnician
	
to change the login from SimpleHelpAdmin to SimpleHelpTechnician

