<?php // Module related error messages global $txt; $txt['link_not_found'] = 'Sorry, the link you requested does not exist!'; $txt['linkcat_not_found'] = 'Sorry, that category does not exist!'; // Error messages for isAllowedTo checks of portal permissions $txt['cannot_submit_link'] = 'Sorry, but you are not allowed to submit links.'; $txt['cannot_manage_faqs'] = 'Sorry, but you are not allowed to access FAQ Management.'; $txt['cannot_manage_guestbook'] = 'Sorry, but you are not allowed to access Guestbook Management.'; $txt['cannot_manage_quotes'] = 'Sorry, but you are not allowed to access Quotes Management.'; $txt['cannot_manage_downloads'] = 'Sorry, but you are not allowed to access Downloads Management.'; $txt['cannot_manage_polls'] = 'Sorry, but you are not allowed to access Polls Management.'; $txt['cannot_download_files'] = 'Sorry, but you are not allowed to Download Files from this site.'; $txt['cannot_manage_articles'] = 'Sorry, but you are not allowed to access Articles Management.'; $txt['cannot_review_link'] = 'Sorry, but you are not allowed to review links.'; $txt['cannot_bpoll_view'] = 'Sorry, but you are not allowed to access polls.'; $txt['cannot_bpoll_vote'] = 'Sorry, but you are not allowed to vote in polls.'; $txt['cannot_bpoll_lock'] = 'Sorry, but you are not allowed to lock polls.'; $txt['cannot_delete_shouts'] = 'Sorry, but you are not allowed to delete shouts.'; $txt['cannot_submit_shouts'] = 'Sorry, but you are not allowed to submit shouts.'; // end isAllowTo $txt['polls_no_question'] = 'You have to enter a question to have a poll.'; $txt['polls_too_few'] = 'How can you have a poll with only one choice?'; $txt['gb_emptymsg'] = 'Empty Message'; ?>