Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
declare const wording: {
    name: string;
    lastName: string;
    registerTitle: string;
    emailAddress: string;
    phoneNumber: string;
    password: string;
    reenterPassword: string;
    emailNotify: string;
    emailNotifyLabel: string;
    createmyaccount: string;
    showPasswordLabel: string;
    showPassword: string;
    chooseYourQuestionLabel: string;
    yourAnswerLabel: string;
    securityQuestion: string;
    questionOne: string;
    passwordText: string;
    selectYourQuestion: string;
    firstName: string;
};
export { wording };