mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Theme editor replaced with something more basic, it was not robust and was more error prone
git-svn-id: file:///svn/phpbb/trunk@7562 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -65,11 +65,7 @@ $lang = array_merge($lang, array(
|
||||
'CREATE_STYLE' => 'Create new style',
|
||||
'CREATE_TEMPLATE' => 'Create new template set',
|
||||
'CREATE_THEME' => 'Create new theme',
|
||||
'CSS_CLASS_NAME' => 'CSS class name',
|
||||
'CSS_COLOUR_EXPLAIN' => 'You can either enter a hexadecimal number for the colour or use the web safe colour swatch to select one.',
|
||||
'CURRENT_IMAGE' => 'Current image',
|
||||
'CUSTOM_CLASS' => 'Custom class',
|
||||
'CUSTOM_CLASS_EXPLAIN' => 'You can add additional classes to this theme if you wish. You must provide the actual CSS class name below, it must be the same as that you have or will use in your template. Please remember that class names may contain only alphanumeric characters, periods (.), colons (:), dash (-), underscore (_) and number/hash/pound (#). The new class will be added to class selection above.',
|
||||
|
||||
'DEACTIVATE_DEFAULT' => 'You cannot deactivate the default style.',
|
||||
'DELETE_FROM_FS' => 'Delete from filesystem',
|
||||
@@ -98,7 +94,7 @@ $lang = array_merge($lang, array(
|
||||
'EDIT_TEMPLATE_EXPLAIN' => 'Here you can edit your template set directly. Please remember that these edits are permanent and cannot be undone once submitted. If PHP can write to the template files in your styles directory any changes here will be written directly to those files. If PHP cannot write to those files they will be copied into the database and all changes will only be reflected there. Please take care when editing your template set, remember to close all replacement variable terms {XXXX} and conditional statements.',
|
||||
'EDIT_TEMPLATE_STORED_DB' => 'The template file was unwritable so the template set is now stored in the database containing the modified file.',
|
||||
'EDIT_THEME' => 'Edit theme',
|
||||
'EDIT_THEME_EXPLAIN' => 'Here you can edit the selected theme, changing colours, images, etc. You can switch between a simplified interface where you can set basic colours, etc. and a more advanced "raw CSS" mode. The raw mode allows you to add additional parameters such as borders, etc. Only set parameters you need else leave them blank or undefined.',
|
||||
'EDIT_THEME_EXPLAIN' => 'Here you can edit the selected theme, changing colours, images, etc.',
|
||||
'EDIT_THEME_STORED_DB' => 'The stylesheet file was unwritable so the stylesheet is now stored in the database containing your modification.',
|
||||
'EXPORT' => 'Export',
|
||||
|
||||
@@ -322,16 +318,13 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'SELECT_IMAGE' => 'Select image',
|
||||
'SELECT_TEMPLATE' => 'Select template file',
|
||||
'SELECT_CLASS' => 'Select CSS class',
|
||||
'SELECT_THEME' => 'Select theme file',
|
||||
'SELECTED_IMAGE' => 'Selected image',
|
||||
'SELECTED_IMAGESET' => 'Selected imageset',
|
||||
'SELECTED_TEMPLATE' => 'Selected template',
|
||||
'SELECTED_TEMPLATE_FILE' => 'Selected template file',
|
||||
'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.',
|
||||
'SELECTED_THEME_FILE' => 'Selected theme file',
|
||||
'STORE_DATABASE' => 'Database',
|
||||
'STORE_FILESYSTEM' => 'Filesystem',
|
||||
'STYLE_ACTIVATE' => 'Activate',
|
||||
@@ -394,7 +387,7 @@ $lang = array_merge($lang, array(
|
||||
'THEME_DELETED' => 'Theme deleted successfully.',
|
||||
'THEME_DELETED_FS' => 'Theme removed from database but files remain on the filesystem.',
|
||||
'THEME_DETAILS_UPDATED' => 'Theme details successfully updated.',
|
||||
'THEME_EDITOR' => 'Raw CSS theme editor',
|
||||
'THEME_EDITOR' => 'Theme editor',
|
||||
'THEME_EDITOR_HEIGHT' => 'Theme editor height',
|
||||
'THEME_ERR_ARCHIVE' => 'Please select an archive method.',
|
||||
'THEME_ERR_CLASS_CHARS' => 'Only alphanumeric characters plus ., :, -, _ and # are valid in class names.',
|
||||
@@ -405,6 +398,7 @@ $lang = array_merge($lang, array(
|
||||
'THEME_ERR_NOT_THEME' => 'The archive you specified does not contain a valid theme.',
|
||||
'THEME_ERR_REFRESH_FS' => 'This theme is stored on the filesystem so there is no need to refresh it.',
|
||||
'THEME_ERR_STYLE_NAME' => 'You must supply a name for this theme.',
|
||||
'THEME_FILE' => 'Theme file',
|
||||
'THEME_EXPORT' => 'Export Theme',
|
||||
'THEME_EXPORT_EXPLAIN' => 'Here you can export a theme in the form of an archive. This archive will contain all the data necessary to install the theme on another board. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.',
|
||||
'THEME_EXPORTED' => 'Theme exported successfully and stored in %s.',
|
||||
@@ -412,7 +406,7 @@ $lang = array_merge($lang, array(
|
||||
'THEME_LOCATION_EXPLAIN' => 'Images are always stored on the filesystem.',
|
||||
'THEME_NAME' => 'Theme name',
|
||||
'THEME_REFRESHED' => 'Theme refreshed successfully.',
|
||||
'THEME_UPDATED' => 'Class updated successfully.',
|
||||
'THEME_UPDATED' => 'Theme updated successfully.',
|
||||
|
||||
'UNDERLINE' => 'Underline',
|
||||
'UNINSTALLED_IMAGESET' => 'Uninstalled imagesets',
|
||||
|
Reference in New Issue
Block a user