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