add contents
This commit is contained in:
19
lib/plugins/todo/lang/de/lang.php
Normal file
19
lib/plugins/todo/lang/de/lang.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* German language file
|
||||
*
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
* @author Leo Eibler <dokuwiki@sprossenwanne.at>
|
||||
* @date 20130405 Leo Eibler <dokuwiki@sprossenwanne.at> \n
|
||||
* create german language file \n
|
||||
* @date 20140317 Leo Eibler <dokuwiki@sprossenwanne.at> \n
|
||||
* add 'refreshpage', 'checkboxchange_on' and 'checkboxchange_off' \n
|
||||
*/
|
||||
|
||||
// custom language strings for the plugin
|
||||
$lang['qb_todobutton'] = 'Markierten Text als Aufgabe/Todo';
|
||||
$lang['refreshpage'] = 'Eine neue Version dieser Seite ist verfügbar. Bitte laden Sie die Seite neu.';
|
||||
$lang['checkboxchange_on'] = 'ToDo erledigt';
|
||||
$lang['checkboxchange_off'] = 'ToDo unerledigt';
|
||||
|
||||
//Setup VIM: ex: et ts=2 enc=utf-8 :
|
Reference in New Issue
Block a user