1<?php 2/** 3 * German language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Luigi Micco <l.micco@tiscali.it> 7 * @author Mark C. Prins <mprins@users.sf.net> 8 */ 9 10// for the configuration manager 11$lang['show_tools'] = 'Position'; 12$lang['show_tools_o_0'] = 'Versteckt'; 13$lang['show_tools_o_1'] = 'Seitenende'; 14$lang['show_tools_o_2'] = 'Seitenanfang'; 15$lang['show_tools_o_3'] = 'Seitenanfang und -ende'; 16 17$lang['show_link'] = 'Werkzeuge anzeigen'; 18$lang['show_link_o_0'] = 'Symbole'; 19$lang['show_link_o_1'] = 'Text'; 20$lang['show_link_o_2'] = 'Symbole und text'; 21 22$lang['show_header'] = 'Pluginkopfzeile anzeigen'; 23$lang['tools'] = 'folgende Werkzeuge einschalten'; 24$lang['skip_ids'] = 'Werkzeuge bei folgenden IDs nicht anzeigen'; 25 26//Setup VIM: ex: et ts=2 enc=utf-8 : 27 28