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

