Server : Apache System : Linux indy02.toastserver.com 3.10.0-962.3.2.lve1.5.85.el7.x86_64 #1 SMP Thu Apr 18 15:18:36 UTC 2024 x86_64 User : palandch ( 1163) PHP Version : 7.1.33 Disable Function : NONE Directory : /home/palandch/www/core/lexicon/en/ |
<?php /** * Top Menu English lexicon topic * * @language en * @package modx * @subpackage lexicon */ $_lang['about'] = 'About'; $_lang['about_desc'] = 'More information about MODX Revolution.'; $_lang['access_permissions'] = 'Access Permissions'; $_lang['access_permissions_desc'] = 'Manage user group access to resources and contexts.'; $_lang['api_docs'] = 'API Documentation'; $_lang['api_docs_desc'] = 'Complete API documentation for MODX Revolution.'; $_lang['components'] = 'Components'; $_lang['content_types'] = 'Content Types'; $_lang['content_types_desc'] = 'Add content types for resources, such as .html, .js, etc.'; $_lang['contexts'] = 'Contexts'; $_lang['contexts_desc'] = 'Manage site contexts and their settings.'; $_lang['dashboard'] = 'Dashboard'; $_lang['dashboards'] = 'Dashboards'; $_lang['dashboards_desc'] = 'Manage all dashboard configurations.'; $_lang['edit_menu'] = 'Actions'; $_lang['edit_menu_desc'] = 'Manage Actions and the Top Menu structure.'; $_lang['eventlog_viewer'] = 'Error Log'; $_lang['eventlog_viewer_desc'] = 'View the MODX error.log.'; $_lang['export_site'] = 'Export Static HTML'; $_lang['export_site_desc'] = 'Export the current site into static HTML pages.'; $_lang['flush_access'] = 'Flush Permissions'; $_lang['flush_access_confirm'] = 'Are you sure you want to flush your access permissions? NOTE: this does not affect other user sessions.'; $_lang['flush_access_desc'] = 'Flush all permissions and reload the cache.'; $_lang['flush_sessions'] = 'Flush All Sessions'; $_lang['flush_sessions_confirm'] = 'Are you sure you want to flush all user sessions? This will destroy all current and recent user sessions, including your own, forcing everyone to login following this action.'; $_lang['flush_sessions_desc'] = 'Flush all sessions and logout all users.'; $_lang['flush_sessions_err'] = 'An error occured while attempting to flush the current user sessions.'; $_lang['flush_sessions_not_supported'] = 'Flushing user sessions is not supported on your configuration.'; $_lang['form_customization'] = 'Form Customization'; $_lang['form_customization_desc'] = 'Customize manager forms by security permissions.'; $_lang['forums'] = 'Forums'; $_lang['forums_desc'] = 'View the official MODX forums.'; $_lang['import_resources'] = 'Import Resources'; $_lang['import_resources_desc'] = 'Import a batch of static resources into the site.'; $_lang['import_site'] = 'Import HTML'; $_lang['import_site_desc'] = 'Import a batch of HTML files into the site.'; $_lang['jira'] = 'Bugs'; $_lang['jira_desc'] = 'Launch the MODX bugtracker to track and file bugs.'; $_lang['lexicon_management'] = 'Lexicon Management'; $_lang['lexicon_management_desc'] = 'Edit any of the language strings across the MODX manager.'; $_lang['logout_desc'] = 'Log out of the MODX manager.'; $_lang['manage_workspaces'] = 'Package Management'; $_lang['manage_workspaces_desc'] = 'Download 3rd Party Components, add Providers, and install packages.'; $_lang['messages'] = 'Messages'; $_lang['messages_desc'] = 'View your messages and send new ones to users.'; $_lang['namespaces'] = 'Namespaces'; $_lang['namespaces_desc'] = 'Handle namespaces, which distinguish between different custom-added components.'; $_lang['new_document'] = 'New Document'; $_lang['new_document_desc'] = 'Create a new document.'; $_lang['new_resource'] = 'New Resource'; $_lang['new_resource_desc'] = 'Create a new resource.'; $_lang['new_static_resource'] = 'New Static Resource'; $_lang['new_static_resource_desc'] = 'Create a new file-based Static Resource.'; $_lang['new_symlink'] = 'New Symlink'; $_lang['new_symlink_desc'] = 'Create a new symlink that points to an existing URL without redirecting.'; $_lang['new_weblink'] = 'New Weblink'; $_lang['new_weblink_desc'] = 'Create a new weblink that points to an existing URL and redirects.'; $_lang['policy_management'] = 'Access Policies'; $_lang['policy_management_desc'] = 'Create and edit site-wide policies to secure processes.'; $_lang['preview'] = 'View'; $_lang['preview_desc'] = 'Loads your home page in a new window.'; $_lang['profile'] = 'Profile'; $_lang['profile_desc'] = 'Update your personal profile.'; $_lang['propertysets'] = 'Property Sets'; $_lang['propertysets_desc'] = 'Manage all of your site\'s property sets and the elements they are assigned to.'; $_lang['refresh_site'] = 'Clear Cache'; $_lang['refresh_site_desc'] = 'Clear your site\'s cache.'; $_lang['remove_locks'] = 'Remove Locks'; $_lang['remove_locks_desc'] = 'This will remove any locks that are on any manager pages as a result of other users editing them.'; $_lang['remove_locks_error'] = 'An error occurred while trying to remove the locks.'; $_lang['reports'] = 'Reports'; $_lang['resource_groups'] = 'Resource Groups'; $_lang['resource_groups_desc'] = 'Manage the groups resources belong to.'; $_lang['search'] = 'Search'; $_lang['search_desc'] = 'Search for resources.'; $_lang['security'] = 'Security'; $_lang['site'] = 'Site'; $_lang['sources'] = 'Media Sources'; $_lang['sources_desc'] = 'Manage your media sources here.'; $_lang['support'] = 'Support'; $_lang['support_desc'] = ''; $_lang['site_schedule'] = 'Site Schedule'; $_lang['site_schedule_desc'] = 'View Resources with upcoming publish or unpublish dates.'; $_lang['system'] = 'System'; $_lang['system_settings'] = 'System Settings'; $_lang['system_settings_desc'] = 'Change or create site-wide system settings.'; $_lang['tools'] = 'Tools'; $_lang['user'] = 'User'; $_lang['user_management'] = 'Manage Users'; $_lang['user_management_desc'] = 'Add, update, and assign permissions to users.'; $_lang['user_group_management'] = 'Access Controls'; $_lang['user_group_management_desc'] = 'Manage user groups, roles, and access policies.'; $_lang['view_logging'] = 'Manager Actions'; $_lang['view_logging_desc'] = 'View the recent manager activity.'; $_lang['view_sysinfo'] = 'System Info'; $_lang['view_sysinfo_desc'] = 'View server information, such as phpinfo, database info, and more.'; $_lang['wiki'] = 'Wiki'; $_lang['wiki_desc'] = 'Launch the official MODX documentation.';