<?php
/**
 * german language file for colorswatch plugin
 *
 * @author Henning Kockerbeck <henning.kockerbeck@isatis-online.de>
 */

// keys need to match the config setting name
// $lang['fixme'] = 'FIXME';
$lang['colorswatch_size'] = 'Größe des Farbtonmusters (global; Änderungen werden beim nächsten Speichern der jeweiligen Wiki-Seite wirksam)';
$lang['colorswatch_size_o_colorswatch_tiny'] = 'Winzig';
$lang['colorswatch_size_o_colorswatch_small'] = 'Klein';
$lang['colorswatch_size_o_colorswatch_middle'] = 'Mittel';
$lang['colorswatch_size_o_colorswatch_large'] = 'Groß';

