dictionary = {
	required: "This field is required!",
	email: "This field must contain a valid e-mail address!",
	wronglength: "Length of text in this field is not proper!",
	uploadinprogress: "File uploading is in progress, please wait!",
    subscribe: "Subscribe",
    unsubscribe: "Unsubscribe",
    nofilesuploaded: "You should upload at least one file!",
    unsubscription_succeed: "Unsubscription succeed!",
    subscription_succeed: "Subscription succeed!",
}
