//define the base namespace
if (!LLDL){
    LLDL = {};
}

if (!LLDL.bundle){
    LLDL.bundle = {};
}


LLDL.bundle.authentication = {
	activity_title: "Authentication",
        server_error: "We are experiencing technical difficulties with the server and hope to resolve them soon.",
        not_login: "You are not logged in",
        login_as: "Logged in as",
        login: "Login",
        guest_login: "Login as guest",
        logout: "Logout",
        user_account: "User account", 
        student_account: "Student account",
        add_user: "Add a new user"				              								  
}

