1<?php 2/** 3 * german language file for colorswatch plugin 4 * 5 * @author Henning Kockerbeck <henning.kockerbeck@isatis-online.de> 6 */ 7 8// keys need to match the config setting name 9// $lang['fixme'] = 'FIXME'; 10$lang['colorswatch_size'] = 'Größe des Farbtonmusters (global; Änderungen werden beim nächsten Speichern der jeweiligen Wiki-Seite wirksam)'; 11$lang['colorswatch_size_o_colorswatch_tiny'] = 'Winzig'; 12$lang['colorswatch_size_o_colorswatch_small'] = 'Klein'; 13$lang['colorswatch_size_o_colorswatch_middle'] = 'Mittel'; 14$lang['colorswatch_size_o_colorswatch_large'] = 'Groß'; 15 16