<?php
/**
 * English language strings for the ToDo Plugin
 *
 * @author  Babbage <babbage@digitalbrink.com>
 */
 
$lang['AllowLinks'] = 'Allow actions to also link to pages with the same name?';
$lang['ActionNamespace'] = 'What namespace should your actions be created in (".:" = Current NS, Blank = Root NS)';
$lang['Strikethrough'] = 'Should the actions have strikethrough applied when checked?';
$lang['CheckboxText'] = 'If AllowLinks is disabled, should clicking the actions\' text mark the action complete?';

//Setup VIM: ex: et ts=2 enc=utf-8 :