xref: /plugin/todo/lang/en/settings.php (revision 6c2e020f694bbdc74c02beb7af61e9a259e65e53)
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'] = 'Should the CheckBox be rendered in a list view?';
13$lang['Header'] = 'How should the header of a list be named? As "id" or as the first header of the page "firstheader".';
14$lang['Username'] = 'How should the name of the assigned user be rendered? As "username", full name "real" oder not at all "none"';
15
16//Setup VIM: ex: et ts=2 enc=utf-8 :
17