|
61 | 61 | 'ACP_PAGES_EMPTY' => 'No pages found', |
62 | 62 |
|
63 | 63 | // Purge icons |
64 | | - 'ACP_PAGES_PURGE_ICONS' => 'Purge icons', |
65 | | - 'ACP_PAGES_PURGE_ICONS_LABEL' => 'Purge pages icons cache', |
66 | | - 'ACP_PAGES_PURGE_ICONS_EXPLAIN' => 'When adding custom page link icons, you may need to purge the icon cache to see the new icons. Place custom icons named <samp>pages_route.gif</samp>, where <samp>route</samp> is the Page’s route name, in phpBB’s <samp>styles/*/theme/images/</samp> folders.', |
| 64 | +// 'ACP_PAGES_PURGE_ICONS' => 'Purge icons', |
| 65 | +// 'ACP_PAGES_PURGE_ICONS_LABEL' => 'Purge pages icons cache', |
| 66 | +// 'ACP_PAGES_PURGE_ICONS_EXPLAIN' => 'When adding custom page link icons, you may need to purge the icon cache to see the new icons. Place custom icons named <samp>pages_route.gif</samp>, where <samp>route</samp> is the Page’s route name, in phpBB’s <samp>styles/*/theme/images/</samp> folders.', |
67 | 67 |
|
68 | 68 | // Messages shown to user |
69 | 69 | 'ACP_PAGES_DELETE_CONFIRM' => 'Are you sure you want to delete this page?', |
|
92 | 92 | 'ACP_PAGES_FORM_LINKS' => 'Page link locations', |
93 | 93 | 'ACP_PAGES_FORM_LINKS_EXPLAIN' => 'Select one or more locations where the link to this page can appear. Use CTRL+CLICK (or CMD+CLICK on Mac) to select/deselect more than one item.', |
94 | 94 | 'ACP_PAGES_FORM_ICON_FONT' => 'Page link icon', |
95 | | - 'ACP_PAGES_FORM_ICON_FONT_EXPLAIN' => 'Enter the name of a <strong><a href="%s" target="_blank">Font Awesome</a></strong> icon to use with the page link. Leave this field blank to use Pages’ traditional CSS/GIF image icons.', |
| 95 | + 'ACP_PAGES_FORM_ICON_FONT_EXPLAIN' => 'Enter the name of a <strong><a href="%s" target="_blank">Font Awesome</a></strong> icon to use with the page link. Leave this field blank if you do not want to associate an icon with your page link.', |
96 | 96 | 'ACP_PAGES_FORM_DISPLAY' => 'Display page', |
97 | 97 | 'ACP_PAGES_FORM_DISPLAY_EXPLAIN' => 'If set to no, the page will not be accessible. (Note: Admins will still be able to access the page, allowing them to privately preview the page while developing it.)', |
98 | 98 | 'ACP_PAGES_FORM_GUESTS' => 'Display page to guests', |
|
0 commit comments