Files
mr-legend_wiki/lib/tpl/minima/lang/de/settings.php
T
2024-07-08 03:32:47 +09:00

34 lines
1.2 KiB
PHP

<?php
/**
* German language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
* @author Esther Brunner <wikidesign@gmail.com>
*/
// for the configuration manager
$lang['color'] = 'Farbschema';
$lang['color_o_blue'] = 'blau';
$lang['color_o_brown'] = 'braun';
$lang['color_o_gray'] = 'grau';
$lang['color_o_green'] = 'grün';
$lang['color_o_pink'] = 'pink';
$lang['color_o_purple'] = 'violett';
$lang['width'] = 'Breite des Layouts';
$lang['width_o_narrow'] = 'schmal (610 Pixel)';
$lang['width_o_medium'] = 'mittel (754 Pixel)';
$lang['width_o_wide'] = 'breit (987 Pixel)';
$lang['sidebar_position'] = 'Position der Seitenleiste';
$lang['sidebar_position_o_left'] = 'links';
$lang['sidebar_position_o_right'] = 'rechts';
$lang['sidebar_page'] = 'Name der Seitenleiste-Seite';
$lang['tabs_page'] = 'Name der Tabs-Seite';
$lang['showpageinfo'] = 'Seiteninfo anzeigen';
$lang['showsiteactions'] = 'Website-Aktionen anzeigen';
$lang['showuseractions'] = 'Benutzer-Aktionen anzeigen';
//Setup VIM: ex: et ts=2 enc=utf-8 :