1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

- fix some bugs in the theme editor

git-svn-id: file:///svn/phpbb/trunk@5954 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2006-05-21 01:08:31 +00:00
parent 5fb416fc26
commit 205c3245a5
3 changed files with 17 additions and 7 deletions

View File

@@ -272,6 +272,8 @@ $lang = array_merge($lang, array(
'SELECTED_THEME' => 'Selected theme',
'SELECTED_CLASS' => 'Selected CSS class',
'SHOW_CSS' => 'Show raw CSS',
'SHOW_CSS_NOTE' => 'Note',
'SHOW_CSS_EXPLAIN' => 'Enter each element on a new line, ending with a ; Expand the data for each element, e.g. do not use font: use font-family:, font-weight:, etc.',
'STORE_DATABASE' => 'Database',
'STORE_FILESYSTEM' => 'Filesystem',
'STYLE_ACTIVATE' => 'Activate',