var Dictionary = {
	UPDATE_SUCCESED: 'Update succesed',
	UPDATE_FAILED: 'Update failed',
	SERVER_CONNECTION_ERROR: 'Server connection error',
	SERVER_ERROR: 'Server error',
	LOADING: 'Loading... Please wait!',
	WRONG_IP: 'Wrong IP',
	UPDATE_SUCCESED: 'Update succeeded',
	WRONG_FILE_EXTENTION: 'Wrong file type',
	WRONG_FILE_NAME: 'The file name contains characters (like dots and spaces) that are not supported by the system. Please, change the filename before uploading it',
	CONFIRM_DELETE: 'Are you sure you wish to delete this song?',
	BACK: 'Cancel',
	NO_DELETE_CURRENT_BG_MUSIC: 'You can not delete a music file that is currently used as background music. Please, set another file as current and try again',
	ENTER_REQUIRED_FIELD: 'Please enter required field',
	RECCOM_FILE_TYPE_ALLOWED_MESSAGE: 'It is only possible to upload files with the following extentions: ',
	CLOSE: 'close',
	CONFIRM: 'confirm',
	EMAIL_NOT_VALID: 'Email address not valid'
}

