var translation = Object;
translation.user_popups = Object;
translation.user_popups.tooshort = 'This field should be at least 3 characters long' ;
translation.user_popups.toolong = 'This field should be maximum 15 characters long' ;
translation.user_popups.notvalid = 'This is not valid username';
translation.user_popups.usernamefree = 'This username is free';
translation.user_popups.usernametaken = 'This username is already taken';
translation.user_popups.passwordshort = 'The password is too short';
translation.user_popups.emailinvalid = 'This email is not valid';
translation.user_popups.errorregistration = 'We are sorry, something unexpected occured, please try again';
translation.user_popups.confirmregcancel = 'Are you sure you want to cancel the registration?';