add contents
This commit is contained in:
15
lib/plugins/hidden/lang/de/lang.php
Normal file
15
lib/plugins/hidden/lang/de/lang.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
||||
*
|
||||
* @author Tim Weinhold <tim.weinhold@gmail.com>
|
||||
* @author Matthias Schulte <dokuwiki@lupo49.de>
|
||||
*/
|
||||
$lang['encoding'] = 'UTF-8';
|
||||
$lang['direction'] = 'ltr';
|
||||
$lang['onHidden'] = 'Zum Anzeigen hier klicken ⇲';
|
||||
$lang['onVisible'] = 'Zum Verstecken hier klicken ⇱';
|
||||
$lang['edit'] = 'Bearbeite versteckten Absatz';
|
||||
$lang['button'] = 'Versteckter Absatz';
|
||||
$lang['switch.default'] = 'Alle anzeigen / alle verstecken';
|
Reference in New Issue
Block a user