xref: /plugin/todo/lang/en/settings.php (revision aa11d6a46e34fdcba785525ca93431f9f30b4c89)
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
13//Setup VIM: ex: et ts=2 enc=utf-8 :