<?php
/**
 * @file progrecss/lang/de/lang.php
 * @brief German language file for Progrecss Plugin
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Gunnar Gorges
 */

$lang['plugin_desc']    = 'Ermöglicht die Ausgabe CSS-basierter Fortschrittsbalken. Verfügbare Ausgabeformate sind <progrecss x% /> und <progrecss x/y />';

$lang['caption']  = 'Fortschritt';

