var _lang = {
    logout : 'Are you sure you want to log out?',
    are_you_sure : 'Are you sure? This cannot be undone!',
    error_communicating_with_server : 'There was an error communicating with the server',
    saved : 'Saved!',
    spam_reported : 'Spam message has been reported and removed!',
    user_not_found : "This user was not found in our database!",
    already_ignored : "You have <em>already</em> ignored this member!",
    unknown_error : "Unknown error!",
    added_to_ignored : 'Added the sender to your ignore list!',
    already_friends : "You are <em>already</em> friends!",
    added_to_friends : 'Added the user to your friends list!',
    message_saved : 'Message has been successfully saved!',
    invalid_url : 'URL specified is invalid!',
    error_processing_request : 'There was an error processing your request!',
    invalid_link_title : 'Link title specified is invalid!',

    error_getting_event : 'There was an error getting event information',
    event_ends_before_start : 'Event will end before it starts',
    event_added : 'Event has been successfully added',
    event_edited : 'Event has been successfully edited',
    event_ends_in_past : 'Event end date is in the past',
    event_error : 'There was an error processing the event',

    need_username : "You haven't specified the name of the member!",
    already_admired : "This member is <em>already</em> in the list!",

    already_in_the_list : 'This user is already in the list!',
    photo_error : 'There was an error processing the photo!',
    image_uploaded : "Image has been successfully uploaded!",

    data_saved : 'Data have been successfully saved',
    x_in_y : ' in '
};
