mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Style related updates
git-svn-id: file:///svn/phpbb/trunk@4351 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -946,6 +946,7 @@ $lang += array(
|
||||
'INSTALLED_STYLE' => 'Installed styles',
|
||||
'UNINSTALLED_STYLE' => 'Uninstalled styles',
|
||||
'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.',
|
||||
@@ -957,6 +958,22 @@ $lang += array(
|
||||
'STYLE_ADDED' => 'Style added successfully',
|
||||
'STYLE_EDITED' => 'Style edited successfully',
|
||||
|
||||
'ADD_STYLE' => 'Create Template',
|
||||
'ADD_STYLE_EXPLAIN' => 'Here you can add a new template. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this template set on an existing one. You may also be able to upload or import (from the store directory) a template archive. If you upload or import an archive the template name can be optionally taken from the archive name (to do this leave the template name blank).',
|
||||
'INSTALL_STYLE' => 'Install Template',
|
||||
'INSTALL_STYLE_EXPLAIN' => 'Here you can install a new template set. Depending on your server configuration you may have a number of options here.',
|
||||
'SELECT_STYLE' => 'Select style',
|
||||
'STYLE_EXISTING_BASIS' => 'Use existing style as basis',
|
||||
'STYLE_UPLOAD_BASIS' => 'Upload a style',
|
||||
'STYLE_IMPORT_BASIS' => 'Import style from store',
|
||||
|
||||
'STYLE_EXPORT' => 'Export Style',
|
||||
'STYLE_EXPORT_EXPLAIN' => 'Here you can export a style in the form of an archive. A style does not need to contain all elements but it must contain at least two. For example if you have created a new theme and imageset for a commonly used template you could simply export the theme and imageset and ommit the template. You may select whether to download the file directly or to place it in your store folder for download later or via FTP.',
|
||||
'INCLUDE_TEMPLATE' => 'Include template',
|
||||
'INCLUDE_THEME' => 'Include theme',
|
||||
'INCLUDE_IMAGESET' => 'Include imageset',
|
||||
'STYLE_EXPORTED' => 'Style exported succesfully and stored in %s',
|
||||
|
||||
'STYLE_ERR_STYLE_NAME' => 'You must supply a name for this style',
|
||||
'STYLE_ERR_NAME_LONG' => 'The style name can be no longer than 30 characters',
|
||||
'STYLE_ERR_NAME_EXIST' => 'A style with that name already exists',
|
||||
@@ -1196,10 +1213,20 @@ $lang += array(
|
||||
'IMAGESET_EXPORTED' => 'Imageset exported succesfully and stored in %s',
|
||||
'DELETE_IMAGESET' => 'Delete Imageset',
|
||||
'DELETE_IMAGESET_EXPLAIN' => 'Here you can remove the selected imageset 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 imageset is deleted it is gone for good. It is recommended that you first export your set for possible future use.',
|
||||
'REPLACE_IMAGESET' => 'Replace imageset with',
|
||||
'REPLACE_IMAGESET_EXPLAIN' => 'This imageset will replace the one you are deleting in any styles that use it.',
|
||||
'IMAGESET_DELETED' => 'Imageset set deleted successfully',
|
||||
'IMAGESET_DELETED_FS' => 'Imageset set removed from database but some files may remain on the filesystem',
|
||||
'ONLY_IMAGESET' => 'This is the only remaining imageset, you cannot delete it',
|
||||
|
||||
'IMAGESET_ERR_STYLE_NAME' => 'You must supply a name for this imageset',
|
||||
'IMAGESET_ERR_NAME_CHARS' => 'The imageset name can only contain alphanumeric characters, -, +, _ and space',
|
||||
'IMAGESET_ERR_NAME_LONG' => 'The imageset name can be no longer than 30 characters',
|
||||
'IMAGESET_ERR_NAME_EXIST' => 'A imageset with that name already exists',
|
||||
'IMAGESET_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters',
|
||||
'IMAGESET_ERR_ARCHIVE' => 'Please select an archive method',
|
||||
'IMAGESET_ERR_NOT_IMAGESET' => 'The archive you specified does not contain a valid imageset.',
|
||||
|
||||
|
||||
'DOWNLOAD_STORE' => 'Download or Store archive',
|
||||
'DOWNLOAD_STORE_EXPLAIN'=> 'You may directly download the archive or save it in your store/ folder.',
|
||||
@@ -1215,6 +1242,8 @@ $lang += array(
|
||||
'REFRESH' => 'Refresh',
|
||||
'STORE_DATABASE' => 'Database',
|
||||
'STORE_FILESYSTEM' => 'Filesystem',
|
||||
'EXPORT_STORE' => 'Store',
|
||||
'EXPORT_DOWNLOAD' => 'Download',
|
||||
'NO_IMAGESET' => 'Cannot find imageset on filesystem',
|
||||
'NO_THEME' => 'Cannot find theme on filesystem',
|
||||
'NO_TEMPLATE' => 'Cannot find template on filesystem',
|
||||
|
Reference in New Issue
Block a user