1<?php 2/** 3 * English language file for config of PurpleNumbers plugin 4 * 5 */ 6 7$lang['numbering'] = 'type of ID numbering'; 8 $lang['numbering_o_0'] = 'consecutive'; 9 $lang['numbering_o_1'] = 'hierarchical'; 10$lang['uniqueness'] = 'uniqueness of IDs'; 11 $lang['uniqueness_o_0'] = 'page-wide'; 12 $lang['uniqueness_o_1'] = 'site-wide'; 13$lang['internalID'] = 'create IDs that can be used as internal anchors? (Attention: might not be unique)'; 14$lang['linkText'] = 'link text'; 15 $lang['linkText_o_0'] = 'paragraph/section sign'; 16 $lang['linkText_o_1'] = 'ID'; 17$lang['restrictionNS'] = 'restrict usage of plugin to these (comma separated) first level namespaces (leave empty if Purple Numbers shall always be shown)'; 18$lang['restrictionType'] = 'restriction type, specifies if pages under the specified namespaces shall be included or excluded for the display of Purple Numbers'; 19 $lang['restrictionType_o_0'] = 'exclude'; 20 $lang['restrictionType_o_1'] = 'include'; 21$lang['includeStartpage'] = 'display Purple Numbers on start pages?'; 22$lang['annotationPage'] = 'pattern for links to annotation pages (leave empty to disable)'; 23