{
    "login": {
        "error": {
            "1": "Invalid login or password",
            "10": "System error"
        },
        "connect": "Connect",
        "welcome": "Welcome to BlueMind",
        "login": "login",
        "password": "password",
        "privateTitle": "Select this option if you are the only person who uses this computer.",
        "private": "Private computer",
        "publicTitle": "Select this option if you use BlueMind on a public computer. Be sure to log off when you have finished using BlueMind and close all windows to end your session.",
        "public": "Public computer"
    },
    "updatePassword": {
        "expiremsg": "Expired password, update needed",
        "currentPassword": "Current password",
        "newPassword": "New password",
        "confirmPassword": "Confirm new password",
        "update": "Update password",
        "unknown": "System error - Update password fail",
        "nullpassword": "Fill all the fields!",
        "passwordnotmatch": "New passwords not match",
        "usernotfound": "System error - User not found",
        "invalidpassword": "Invalid current password",
        "invalidnewpassword": "Invalid new password",
        "invalidParameter": "Invalid parameter, please check form values",
        "emptyNewPassword": "New password must not be empty",
        "invalidCharacterNewPassword": "New password contains invalid characters",
        "mustNotTheSame": "Current and new password must not be the same",
        "logout": "Logout"
    }
}
