xref: /plugin/todo/lang/en/settings.php (revision bec1dc0160476a59c45ee3e25412044240ad3fd3)
163314d65SLeo Eibler<?php
263314d65SLeo Eibler/**
363314d65SLeo Eibler * English language strings for the ToDo Plugin
463314d65SLeo Eibler *
563314d65SLeo Eibler * @author  Babbage <babbage@digitalbrink.com>
663314d65SLeo Eibler */
763314d65SLeo Eibler
863314d65SLeo Eibler$lang['AllowLinks'] = 'Allow actions to also link to pages with the same name?';
963314d65SLeo Eibler$lang['ActionNamespace'] = 'What namespace should your actions be created in (".:" = Current NS, Blank = Root NS)';
1063314d65SLeo Eibler$lang['Strikethrough'] = 'Should the actions have strikethrough applied when checked?';
1163314d65SLeo Eibler$lang['CheckboxText'] = 'If AllowLinks is disabled, should clicking the actions\' text mark the action complete?';
126412d765Srunout-at$lang['Checkbox'] = '(Default value for option "checkbox") Should the CheckBox be rendered in a list view?';
13417ccbc6Srunout-at$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".';
146412d765Srunout-at$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*bec1dc01Srunout-at$lang['ShowdateTag'] = '(Default value for option "showdate") Should the Start/Due-date be rendered in tag definition view?';
16*bec1dc01Srunout-at$lang['ShowdateList'] = '(Default value for option "showdate") Should the Start/Due-date be rendered in list view?';
1763314d65SLeo Eibler//Setup VIM: ex: et ts=2 enc=utf-8 :
18