mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 15:45:34 +02:00
Style related updates
git-svn-id: file:///svn/phpbb/trunk@4385 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7f8e853356
commit
0e2e2abe5a
@ -981,7 +981,6 @@ $lang += array(
|
||||
$lang += array(
|
||||
'MANAGE_STYLE_EXPLAIN' => 'Here you can manage the available styles on your board. A style consists off a template, theme and imageset. You may alter existing styles, delete, deactivate, reactivate, create or import new ones. You can also see what a style will look like using the preview function. The current default style is noted by the presence of an asterix, * Also listed is the total user count for each style, note that overriding user styles will not be reflected here.',
|
||||
'STYLE_NAME' => 'Style name',
|
||||
'STYLE_COPYRIGHT' => 'Style copyright',
|
||||
'STYLE_USED_BY' => 'Used by',
|
||||
'STYLE_ACTIVATE' => 'Activate',
|
||||
'STYLE_DEACTIVATE' => 'Deactivate',
|
||||
@ -991,20 +990,21 @@ $lang += array(
|
||||
'NO_UNINSTALLED_STYLE' => 'No uninstalled styles detected',
|
||||
'DEACTIVATE_DEFAULT' => 'You cannot deactivate the default style.',
|
||||
|
||||
'EDIT_STYLE' => 'Edit Style',
|
||||
'EDIT_STYLE_EXPLAIN'=> 'Using the form below you can modify this existing style. You may alter the combination of template, theme and imageset which define the style itself. You may also deactivate the style and alter its name.',
|
||||
'STYLE_ACTIVE' => 'Active',
|
||||
'STYLE_DEFAULT' => 'Make default style',
|
||||
'STYLE_IMAGESET' => 'Imageset',
|
||||
'STYLE_THEME' => 'Theme',
|
||||
'STYLE_TEMPLATE' => 'Template',
|
||||
'STYLE_ADDED' => 'Style added successfully',
|
||||
'STYLE_EDITED' => 'Style edited successfully',
|
||||
'EDIT_DETAILS_STYLE' => 'Edit Style',
|
||||
'EDIT_DETAILS_STYLE_EXPLAIN'=> 'Using the form below you can modify this existing style. You may alter the combination of template, theme and imageset which define the style itself. You may also deactivate the style and alter its name.',
|
||||
'STYLE_ACTIVE' => 'Active',
|
||||
'STYLE_DEFAULT' => 'Make default style',
|
||||
'STYLE_IMAGESET' => 'Imageset',
|
||||
'STYLE_THEME' => 'Theme',
|
||||
'STYLE_TEMPLATE' => 'Template',
|
||||
'STYLE_ADDED' => 'Style added successfully',
|
||||
'STYLE_EDITED' => 'Style edited successfully',
|
||||
|
||||
'ADD_STYLE' => 'Create Style',
|
||||
'ADD_STYLE_EXPLAIN' => 'Here you can create a new style. Depending on your server configuration and file permissions you may have additional options. For example you may be able to base this style on an existing one. You may also be able to upload or import (from the store directory) a style archive. If you upload or import an archive the style name will be determined automatically.',
|
||||
'INSTALL_STYLE' => 'Install Style',
|
||||
'INSTALL_STYLE_EXPLAIN' => 'Here you can install a new style and if appropriate the corresponding style elements. If you already have the relevant style elements installed they will not be overwritten. Some styles require existing style elements to already be installed. If you try installing such a style and do not have the required elements you will be notified.',
|
||||
'STYLE_BASIS' => 'Style based on',
|
||||
'SELECT_STYLE' => 'Select style',
|
||||
'STYLE_UPLOAD_BASIS' => 'Upload a style',
|
||||
'STYLE_IMPORT_BASIS' => 'Import style from store',
|
||||
@ -1043,11 +1043,13 @@ $lang += array(
|
||||
'INSTALL_TEMPLATE_EXPLAIN' => 'Here you can install a new template set. Depending on your server configuration you may have a number of options here.',
|
||||
'TEMPLATE_NAME' => 'Template name',
|
||||
'SELECT_TEMPLATE' => 'Select template',
|
||||
'TEMPLATE_EXISTING_BASIS' => 'Use existing template as basis',
|
||||
'TEMPLATE_BASIS' => 'Template set based on',
|
||||
'TEMPLATE_UPLOAD_BASIS' => 'Upload a template',
|
||||
'TEMPLATE_IMPORT_BASIS' => 'Import template from store',
|
||||
'TEMPLATE_LOCATION' => 'Store templates in',
|
||||
'TEMPLATE_LOCATION_EXPLAIN' => 'Images are always stored on the filesystem.',
|
||||
'TEMPLATE_ADDED' => 'Template set added and stored on filesystem',
|
||||
'TEMPLATE_ADDED_DB' => 'Template set added and stored in database',
|
||||
|
||||
'TEMPLATE_CACHE' => 'Template Cache',
|
||||
'TEMPLATE_CACHE_EXPLAIN'=> 'By default phpBB caches the compiled version of its templates. This decreases the load on the server each time a page is viewed and thus may reduce the page generation time. Here you can view the cache status of each file and delete individual files or the entire cache.',
|
||||
@ -1064,6 +1066,8 @@ $lang += array(
|
||||
|
||||
'DELETE_TEMPLATE' => 'Delete Template',
|
||||
'DELETE_TEMPLATE_EXPLAIN' => 'Here you can remove the selected template set from the database. Additionally, if you have permission you can elect to remove the set from the filesystem. Please note that there is no undo capability. When the templates are deleted they are gone for good. It is recommended that you first export your set for possible future use.',
|
||||
'REPLACE_TEMPLATE' => 'Replate template with',
|
||||
'REPLACE_TEMPLATE_EXPLAIN' => 'This template set will replace the one you are deleting in any styles that use it.',
|
||||
'TEMPLATE_DELETED' => 'Template set deleted successfully',
|
||||
'TEMPLATE_DELETED_FS' => 'Template set removed from database but some files may remain on the filesystem',
|
||||
'ONLY_TEMPLATE' => 'This is the only remaining template set, you cannot delete it',
|
||||
@ -1093,7 +1097,7 @@ $lang += array(
|
||||
'INSTALL_THEME_EXPLAIN' => 'Here you can install your selected theme. You can edit certain details if you wish or use the installation defaults.',
|
||||
'THEME_NAME' => 'Theme Name',
|
||||
'THEME_BASIS' => 'Theme Basis',
|
||||
'THEME_EXISTING_BASIS' => 'Use existing theme as basis',
|
||||
'THEME_BASIS' => 'Theme based on',
|
||||
'THEME_UPLOAD_BASIS' => 'Upload a theme',
|
||||
'THEME_IMPORT_BASIS' => 'Import theme from store',
|
||||
'THEME_LOCATION' => 'Store stylesheet in',
|
||||
@ -1195,8 +1199,8 @@ $lang += array(
|
||||
'CUSTOM_CLASS' => 'Custom Class',
|
||||
|
||||
'THEME_UPDATED' => 'Theme updated successfully',
|
||||
'THEME_DB_ADDED' => 'New theme added to database',
|
||||
'THEME_FS_ADDED' => 'New theme added on filesystem',
|
||||
'THEME_ADDED_DB' => 'New theme added to database',
|
||||
'THEME_ADDED' => 'New theme added on filesystem',
|
||||
'THEME_DETAILS_UPDATE' => 'Theme details updated',
|
||||
|
||||
'THEME_EXPORT' => 'Export Theme',
|
||||
@ -1226,7 +1230,7 @@ $lang += array(
|
||||
'INSTALL_IMAGESET_EXPLAIN' => 'Here you can install your selected imageset. You can edit certain details if you wish or use the installation defaults.',
|
||||
'IMAGESET_NAME' => 'Imageset Name',
|
||||
'IMAGESET_BASIS' => 'Imageset Basis',
|
||||
'IMAGESET_EXISTING_BASIS' => 'Use existing imageset as basis',
|
||||
'IMAGESET_BASIS' => 'Imageset based on',
|
||||
'IMAGESET_UPLOAD_BASIS' => 'Upload a imageset',
|
||||
'IMAGESET_IMPORT_BASIS' => 'Import imageset from store',
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user