1<?php
2/**
3 * German settings translations for the authphpbb3 plugin.
4 *
5 * @license	GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  Benjamin Vetter <mail@b-vetter.de>
7 */
8
9$lang['phpbb_root_path']    = 'Relativer Pfad zum phpBB Forum.';
10$lang['phpbb_cache']        = 'Cache Laufzeit in Tagen (0 deaktiviert den Cache).';
11$lang['phpbb_inline_style'] = 'Wenn das Kästchen aktiviert ist, wird verwendet, der Stil HTML-Elemente in der Authentifizierungs-Form-Attribut.';
12