Pages');
define('AWM_POST_HEADER', '
Posts
');
define('AWM_CAT_HEADER', 'Category:');
define('AWM_NO_TITLE', '(No Title)');
define('AWM_CREDITS', 'Plugin by');
// XML creation
define('MAIN', '<item>');
define('UNMAIN', '</item>');
define('SUB', '<submenu>');
define('UNSUB', '</submenu>');
define('ID', '<id>');
define('UNID', '</id>');
define('LINK', '<link>');
define('UNLINK', '</link>');
define('TITLE', '<name>');
define('UNTITLE', '</name>');
// Text shown in options page
define('AWM_DEFAULTS_LOADED', 'Default Options Loaded!');
define('AWM_CONFIG_UPDATED', 'Configuration Updated!');
define('AWM_AWM_CREATED', 'Menu Created!');
define('AWM_FOR_INFO', 'For information and updates, please visit:');
define('AWM_DEFAULT_NOTICE', 'Upgrading? If you are upgrading from a previous version, click the Load Default Options button below. Some settings may have changed.');
define('AWM_GENERAL_OPTIONS', 'General Options');
define('AWM_MENU_ITEMS', 'Select Items for the Menu');
define('AWM_LOCATION', 'Select the Path and name of the menu');
define('AWM_LOCATION_NF', '- Define a folder relative to the blog\'s Root. If a folder with the specific name does not exist you have to create a new one.');
define('AWM_LOCATION_DEFAULT', 'Note: It is strongly recommended that you do not change the above two values. If you do, then make sure the new values match the values in the relevant properties of the AllWebMenus project file (Tools > Project Properties > Folders).');
define('AWM_SHOW', 'My Main Items:');
define('AWM_INCLUDEHOME', 'Include Home');
define('AWM_POSTIDS', '- Post IDs, separated by commas');
define('AWM_MAIN', 'as Main Items');
define('AWM_MAINORSUB', 'is the Main Item and the Sub Menu Group contains the');
define('AWM_EXCLUSIONS', 'Exclusions');
define('AWM_EXCLUDED_CATS', 'Excluded categories:');
define('AWM_EXCLUDED_CATS_DESC', '- Category IDs, separated by commas
- Sub-categories will also be excluded');
define('AWM_EXCLUDED_PAGES', 'Excluded pages:');
define('AWM_EXCLUDED_PAGES_DESC', '- Page IDs, separated by commas
- Sub-pages will also be excluded');
define('AWM_HIDE_FUTURE', 'Hide future-dated posts');
define('AWM_HIDE_PASS', 'Hide password-protected items:');
define('AWM_MENU_PATH', 'Location of the menu file:');
define('AWM_MENU_NAME', 'Name of menu:');
define('AWM_YARP', '"Yet Another Related Posts Plugin" Options:');
define('AWM_YARPDESC', 'Show "Related Posts" item when viewing a post:');
define('AWM_YARPBGC', 'Background Color of the item that will contain the posts:');
define('AWM_YARP_D', 'If you want to activate the YARP plugin from within the Plugins panel (as a separate plugin) make sure that you DEACTIVATE the YARP plugin first from this option or you will get a FATAL ERROR message! Then you can come back and reactivate it to use the YARP plugin either in your menu or in your posts.');
define('AWM_YARP_A', 'If YARP plugin is already activated you cannot use the YARPP functionality in your menu! You need to DEACTIVATE YARPP from the Plugins panel and then ACTIVATE it by clicking on this button.');
define('AWM_YARP_NA', 'You have deactivated the YARPP so you cannot select this option');
define('AWM_DEFAULT_BUTTON', 'Load Default Options');
define('AWM_UPDATE_BUTTON', 'Update options');
define('AWM_CREATE_BUTTON', 'Generate Menu Structure Code');
?>