1<?php 2$lang['skip_file'] = 'Page IDs to skip. Use a regex (e.g. /(:start$|^public:newstart$)/) or the special value @hidepages to automatically reuse DokuWiki\'s built-in hidepages setting.'; 3$lang['skip_page_without_title'] = 'Skip pages without a title?'; 4$lang['show_in_editor_menu'] = 'Show CatMenu in editor menus (classic and ProseMirror)?'; 5$lang['footer_content'] = 'DokuWiki markup injected at the bottom of every menu (links, notes, etc.). Leave empty to disable.'; 6$lang['context_menu_items'] = 'Actions available in the right-click context menu:'; 7$lang['context_menu_items_newpage'] = 'Create a new page'; 8$lang['context_menu_items_reload'] = 'Reload cache'; 9$lang['context_menu_items_medias'] = 'Manage media files'; 10$lang['context_menu_items_pagesicon'] = 'Manage icon (pagesicon plugin)'; 11$lang['context_menu_items_url'] = 'Copy URL'; 12