1<?php 2/** 3 * English language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Babbage <babbage@digitalbrink.com> 7 * @date 20140317 Leo Eibler <dokuwiki@sprossenwanne.at> \n 8 * replace 'checkboxchange' with 'checkboxchange_on' and 'checkboxchange_off' \n 9 */ 10 11// custom language strings for the plugin 12$lang['qb_todobutton'] = 'Mark text as ToDo'; 13$lang['refreshpage'] = 'A newer version of this page is available, refresh your page before trying again.'; 14$lang['checkboxchange_on'] = 'ToDo checked'; 15$lang['checkboxchange_off'] = 'ToDo unchecked'; 16 17//Setup VIM: ex: et ts=2 enc=utf-8 :