1<?php 2/** 3 * @file progrecss/lang/de/settings.php 4 * @brief German settings file for Progrecss Plugin 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Gunnar Gorges 7 */ 8require_once(realpath(dirname(__FILE__). '/../common.php')); 9$lang['percent_format'] = 'Mögliche Formatierungen der Prozentanzeige<br/> (für Details siehe Beschreibung der Funktion '. $sprintf_link. 'im PHP-Handbuch)'; 10$lang['fraction_divisor'] = 'Trennzeichen (z.B.: "/" in 5/7). Standardzeichen ist der Schrägstrich ("/"). '; 11 12