diff options
Diffstat (limited to 'theme/admin/lang/de.php')
-rw-r--r-- | theme/admin/lang/de.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/admin/lang/de.php b/theme/admin/lang/de.php index 716a0a0..54e8352 100644 --- a/theme/admin/lang/de.php +++ b/theme/admin/lang/de.php @@ -14,6 +14,12 @@ $LANGUAGE['date_format'] = '[D].[M].[Y]'; #=============================================================================== +# Theme color switch +#=============================================================================== +$LANGUAGE['bright_colors'] = 'Helle Farben'; +$LANGUAGE['dark_colors'] = 'Dunkle Farben'; + +#=============================================================================== # Item last text #=============================================================================== $LANGUAGE['last_post'] = 'Letzter Post'; |