xref: /plugin/acknowledge/lang/de/lang.php (revision c1d6d38c7dcb712fccde4eccadb5e4d78c2a841f)
1*c1d6d38cSAndreas Gohr<?php
2*c1d6d38cSAndreas Gohr/**
3*c1d6d38cSAndreas Gohr * German language file for acknowledge plugin
4*c1d6d38cSAndreas Gohr *
5*c1d6d38cSAndreas Gohr * @author Andreas Gohr, Anna Dabrowska <dokuwiki@cosmocode.de>
6*c1d6d38cSAndreas Gohr */
7*c1d6d38cSAndreas Gohr
8*c1d6d38cSAndreas Gohr// menu entry for admin plugins
9*c1d6d38cSAndreas Gohr $lang['menu'] = 'Bestätigungsüberblick';
10*c1d6d38cSAndreas Gohr
11*c1d6d38cSAndreas Gohr// custom language strings for the plugin
12*c1d6d38cSAndreas Gohr$lang['ackRequired'] = 'Sie müssen diese Seite noch bestätigen';
13*c1d6d38cSAndreas Gohr$lang['ackText'] = 'Ich bestätige den Inhalt dieser Seite gelesen und verstanden zu haben';
14*c1d6d38cSAndreas Gohr$lang['ackButton'] = 'Bestätigen';
15*c1d6d38cSAndreas Gohr$lang['ackGranted'] = 'Sie haben diese Seite bestätigt am ';
16*c1d6d38cSAndreas Gohr$lang['ackNotFound'] = 'Nichts gefunden';
17*c1d6d38cSAndreas Gohr$lang['overviewPage'] = 'Seite';
18*c1d6d38cSAndreas Gohr$lang['overviewUser'] = 'Nutzer';
19*c1d6d38cSAndreas Gohr$lang['overviewTime'] = 'Letzte Bestätigung';
20*c1d6d38cSAndreas Gohr$lang['overviewHistory'] = 'Sie können ältere Bestätigungen über die Datenbank abfragen. Bitten Sie Ihren Administrator um Hilfe.';
21*c1d6d38cSAndreas Gohr
22*c1d6d38cSAndreas Gohr
23*c1d6d38cSAndreas Gohr$lang['error sqlite plugin missing'] = 'Das sqlite plugin ist nicht installiert';
24