1<?php
2/**
3 * @file progrecss/lang/de/lang.php
4 * @brief German language file for Progrecss Plugin
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     Gunnar Gorges
7 */
8
9$lang['plugin_desc']    = 'Ermöglicht die Ausgabe CSS-basierter Fortschrittsbalken. Verfügbare Ausgabeformate sind <progrecss x% /> und <progrecss x/y />';
10
11$lang['caption']  = 'Fortschritt';
12
13