1<?php 2/** 3 * English language strings for the ToDo Plugin 4 * 5 * @author Babbage <babbage@digitalbrink.com> 6 */ 7 8$lang['AllowLinks'] = 'Allow actions to also link to pages with the same name?'; 9$lang['ActionNamespace'] = 'What namespace should your actions be created in (".:" = Current NS, Blank = Root NS)'; 10$lang['Strikethrough'] = 'Should the actions have strikethrough applied when checked?'; 11$lang['CheckboxText'] = 'If AllowLinks is disabled, should clicking the actions\' text mark the action complete?'; 12$lang['Checkbox'] = '(Default value for option "checkbox") Should the CheckBox be rendered in a list view?'; 13$lang['Header'] = '(Default value for option "header") How should the header of a list be named? As "id" or as the first header of the page "firstheader" or no header at all "none".'; 14$lang['Username'] = '(Default value for option "username") How should the name of the assigned user be rendered? As "username", full name "real" oder not at all "none"'; 15$lang['ShowdateTag'] = '(Default value for option "showdate") Should the Start/Due-date be rendered in tag definition view?'; 16$lang['ShowdateList'] = '(Default value for option "showdate") Should the Start/Due-date be rendered in list view?'; 17//Setup VIM: ex: et ts=2 enc=utf-8 : 18