1<?php 2/** 3 * German language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Leo Eibler <dokuwiki@sprossenwanne.at> 7 * @date 20130405 Leo Eibler <dokuwiki@sprossenwanne.at> \n 8 * create german language file \n 9 */ 10 11// custom language strings for the plugin 12$lang['qb_todobutton'] = 'Markierten Text als Aufgabe/Todo'; 13 14//Setup VIM: ex: et ts=2 enc=utf-8 :