xref: /plugin/pagesicon/lang/en/settings.php (revision c8e99a276375ecec8f29dd837c92b2b86eeb3f41)
1da933f89SLORTET<?php
2da933f89SLORTET$lang['icon_name']           = 'Icon name';
3da933f89SLORTET$lang['icon_thumbnail_name'] = 'Thumbnail icon name';
474a9e763SLORTET$lang['default_image']       = 'Default image (media ID, e.g. wiki:logo.png)';
5da933f89SLORTET$lang['icon_size']           = 'Icon size (px)';
6da933f89SLORTET$lang['extensions']          = 'Image extensions (separated by ;)';
7da933f89SLORTET$lang['show_on_top']         = 'Show icon at top of page';
8da933f89SLORTET$lang['show_as_favicon']     = 'Use icon as page favicon';
9a3ea184dSLORTET$lang['parent_fallback']     = 'Icon to use when none is found on the page';
10a3ea184dSLORTET$lang['parent_fallback_o_none'] = 'Do not use the parent icon';
11a3ea184dSLORTET$lang['parent_fallback_o_direct'] = 'Use the direct parent icon';
12a3ea184dSLORTET$lang['parent_fallback_o_first'] = 'Use the first parent icon';
13*c8e99a27SLORTET$lang['link_icons']              = 'Show icon before internal links';
14*c8e99a27SLORTET$lang['link_icons_o_none']       = 'Disabled';
15*c8e99a27SLORTET$lang['link_icons_o_existing']   = 'Existing pages only';
16*c8e99a27SLORTET$lang['link_icons_o_all']        = 'All pages (including missing)';
17