diff options
Diffstat (limited to 'theme/admin/lang/en.php')
-rw-r--r-- | theme/admin/lang/en.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/theme/admin/lang/en.php b/theme/admin/lang/en.php index adf10ff..9232b25 100644 --- a/theme/admin/lang/en.php +++ b/theme/admin/lang/en.php @@ -14,6 +14,12 @@ $LANGUAGE['date_format'] = '[Y]-[M]-[D]'; #=============================================================================== +# Theme color switch +#=============================================================================== +$LANGUAGE['bright_colors'] = 'Bright colors'; +$LANGUAGE['dark_colors'] = 'Dark colors'; + +#=============================================================================== # Item last text #=============================================================================== $LANGUAGE['last_post'] = 'Last post'; |