xref: /plugin/pagesicon/lang/en/settings.php (revision a3ea184d8fbbe3d7b0907bb9f539dee5a6e56ad6)
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';
9*a3ea184dSLORTET$lang['parent_fallback']     = 'Icon to use when none is found on the page';
10*a3ea184dSLORTET$lang['parent_fallback_o_none'] = 'Do not use the parent icon';
11*a3ea184dSLORTET$lang['parent_fallback_o_direct'] = 'Use the direct parent icon';
12*a3ea184dSLORTET$lang['parent_fallback_o_first'] = 'Use the first parent icon';
13