mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- install style and style elements
- refresh template and style cache git-svn-id: file:///svn/phpbb/trunk@5416 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -105,6 +105,7 @@ $lang = array_merge($lang, array(
|
||||
'ACP_STYLES' => 'Styles',
|
||||
'ACP_TEMPLATES' => 'Templates',
|
||||
'ACP_THEMES' => 'Themes',
|
||||
'ACP_UPDATE' => 'Updating',
|
||||
'ACP_USER_ATTACH' => 'Attachments',
|
||||
'ACP_USER_AVATAR' => 'Avatar',
|
||||
'ACP_USER_FEEDBACK' => 'Feedback',
|
||||
@@ -116,6 +117,7 @@ $lang = array_merge($lang, array(
|
||||
'ACP_USER_PROFILE' => 'Profile',
|
||||
'ACP_USER_SECURITY' => 'User Security',
|
||||
'ACP_USER_SIG' => 'Signature',
|
||||
'ACP_VERSION_CHECK' => 'Check for Updates',
|
||||
'ACP_WORDS' => 'Word Censoring',
|
||||
|
||||
'ACTION' => 'Action',
|
||||
@@ -331,6 +333,8 @@ $lang = array_merge($lang, array(
|
||||
'LOG_USERS_APPROVED' => '<b>Users approved in usergroup</b> %s<br />» %s',
|
||||
'LOG_USERS_ADDED' => '<b>Added new members to usergroup</b> %s<br />» %s',
|
||||
|
||||
'LOG_IMAGESET_ADD_DB' => '<b>Added new imageset to database</b><br />» %s',
|
||||
'LOG_IMAGESET_ADD_FS' => '<b>Add new imageset on filesystem</b><br />» %s',
|
||||
'LOG_IMAGESET_DELETE' => '<b>Deleted imageset</b><br />» %s',
|
||||
'LOG_IMAGESET_EDIT_DETAILS' => '<b>Edited imageset details</b><br />» %s',
|
||||
'LOG_IMAGESET_EXPORT' => '<b>Exported imageset</b><br />» %s',
|
||||
@@ -375,14 +379,19 @@ $lang = array_merge($lang, array(
|
||||
'LOG_RESYNC_POSTCOUNTS' => '<b>User postcounts synced</b>',
|
||||
'LOG_RESYNC_STATS' => '<b>Post, topic and user stats reset</b>',
|
||||
|
||||
'LOG_STYLE_ADD' => '<b>Added new style</b><br />» %s',
|
||||
'LOG_STYLE_DELETE' => '<b>Deleted style</b><br />» %s',
|
||||
'LOG_STYLE_EDIT_DETAILS' => '<b>Edited style</b><br />» %s',
|
||||
'LOG_STYLE_EXPORT' => '<b>Exported style</b><br />» %s',
|
||||
|
||||
'LOG_TEMPLATE_ADD_DB' => '<b>Added new template set to database</b><br />» %s',
|
||||
'LOG_TEMPLATE_ADD_FS' => '<b>Add new template set on filesystem</b><br />» %s',
|
||||
'LOG_TEMPLATE_DELETE' => '<b>Deleted template set</b><br />» %s',
|
||||
'LOG_TEMPLATE_EDIT_DETAILS' => '<b>Edited template details</b><br />» %s',
|
||||
'LOG_TEMPLATE_EXPORT' => '<b>Exported template set</b><br />» %s',
|
||||
|
||||
'LOG_THEME_ADD_DB' => '<b>Added new theme to database</b><br />» %s',
|
||||
'LOG_THEME_ADD_FS' => '<b>Add new theme on filesystem</b><br />» %s',
|
||||
'LOG_THEME_DELETE' => '<b>Theme deleted</b><br />» %s',
|
||||
'LOG_THEME_EDIT_DETAILS' => '<b>Edited theme details</b><br />» %s',
|
||||
'LOG_THEME_EXPORT' => '<b>Exported theme</b><br />» %s',
|
||||
|
@@ -33,6 +33,14 @@ $lang = array_merge($lang, array(
|
||||
'ACP_STYLES_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.',
|
||||
'ACP_TEMPLATES_EXPLAIN' => 'A Template set comprises all the markup used to generate the layout of your board. Here you can edit existing template sets, delete, export, import and preview sets. You can also modify the templating code used to generate BBCode.',
|
||||
'ACP_THEMES_EXPLAIN' => 'From here you can create, install, edit, delete and export themes. A theme is the combination of colours and images that are applied to your templates to define the basic look of your forum. The range of options open to you depends on the configuration of your server and phpBB installation, see the Manual for further details. Please note that when creating new themes the use of an existing theme as a basis is optional.',
|
||||
'ADD_IMAGESET' => 'Create Imageset',
|
||||
'ADD_IMAGESET_EXPLAIN' => 'Here you can create a new imageset. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this imageset on an existing one. You may also be able to upload or import (from the store directory) a imageset archive. If you upload or import an archive the imageset name can be optionally taken from the archive name (to do this leave the imageset name blank).',
|
||||
'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.',
|
||||
'ADD_TEMPLATE' => 'Create Template',
|
||||
'ADD_TEMPLATE_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).',
|
||||
'ADD_THEME' => 'Create Theme',
|
||||
'ADD_THEME_EXPLAIN' => 'Here you can add a new theme. Depending on your server configuration and file permissions you may have additional options here. For example you may be able to base this theme on an existing one. You may also be able to upload or import (from the store directory) a theme archive. If you upload or import an archive the theme name can be optionally taken from the archive name (to do this leave the theme name blank).',
|
||||
'ARCHIVE_FORMAT' => 'Archive file type',
|
||||
|
||||
'CACHE' => 'Cache',
|
||||
@@ -66,6 +74,8 @@ $lang = array_merge($lang, array(
|
||||
|
||||
'FROM' => 'from', // "Create new style .... from ..."
|
||||
|
||||
'IMAGESET_ADDED' => 'New imageset added on filesystem',
|
||||
'IMAGESET_ADDED_DB' => 'New imageset added to database',
|
||||
'IMAGESET_DELETED' => 'Imageset deleted successfully',
|
||||
'IMAGESET_DELETED_FS' => 'Imageset removed from database but some files may remain on the filesystem',
|
||||
'IMAGESET_DETAILS_UPDATED' => 'Imageset details successfully updated',
|
||||
@@ -74,6 +84,7 @@ $lang = array_merge($lang, array(
|
||||
'IMAGESET_ERR_NAME_CHARS' => 'The imageset name can only contain alphanumeric characters, -, +, _ and space',
|
||||
'IMAGESET_ERR_NAME_EXIST' => 'A imageset with that name already exists',
|
||||
'IMAGESET_ERR_NAME_LONG' => 'The imageset name can be no longer than 30 characters',
|
||||
'IMAGESET_ERR_NOT_IMAGESET' => 'The archive you specified does not contain a valid imageset.',
|
||||
'IMAGESET_ERR_STYLE_NAME' => 'You must supply a name for this imageset',
|
||||
'IMAGESET_EXPORT' => 'Export Imageset',
|
||||
'IMAGESET_EXPORT_EXPLAIN' => 'Here you can export an imageset in the form of an archive. This archive will contain all the data necessary to install the set of images 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.',
|
||||
@@ -82,6 +93,14 @@ $lang = array_merge($lang, array(
|
||||
'INCLUDE_IMAGESET' => 'Include imageset',
|
||||
'INCLUDE_TEMPLATE' => 'Include template',
|
||||
'INCLUDE_THEME' => 'Include theme',
|
||||
'INSTALL_IMAGESET' => 'Install Imageset',
|
||||
'INSTALL_IMAGESET_EXPLAIN' => 'Here you can install your selected imageset. You can edit certain details if you wish or use the installation defaults.',
|
||||
'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.',
|
||||
'INSTALL_TEMPLATE' => 'Install Template',
|
||||
'INSTALL_TEMPLATE_EXPLAIN' => 'Here you can install a new template set. Depending on your server configuration you may have a number of options here.',
|
||||
'INSTALL_THEME' => 'Install Theme',
|
||||
'INSTALL_THEME_EXPLAIN' => 'Here you can install your selected theme. You can edit certain details if you wish or use the installation defaults.',
|
||||
'INSTALLED_IMAGESET' => 'Installed imagesets',
|
||||
'INSTALLED_STYLE' => 'Installed styles',
|
||||
'INSTALLED_TEMPLATE' => 'Installed templates',
|
||||
@@ -111,12 +130,16 @@ $lang = array_merge($lang, array(
|
||||
'REPLACE_TEMPLATE_EXPLAIN' => 'This template set will replace the one you are deleting in any styles that use it.',
|
||||
'REPLACE_THEME' => 'Replace theme with',
|
||||
'REPLACE_THEME_EXPLAIN' => 'This theme will replace the one you are deleting in any styles that use it.',
|
||||
'REQUIRES_IMAGESET' => 'This style requires the %s imageset to be installed.',
|
||||
'REQUIRES_TEMPLATE' => 'This style requires the %s template set to be installed.',
|
||||
'REQUIRES_THEME' => 'This style requires the %s theme to be installed.',
|
||||
|
||||
'STORE_DATABASE' => 'Database',
|
||||
'STORE_FILESYSTEM' => 'Filesystem',
|
||||
|
||||
'STYLE_ACTIVATE' => 'Activate',
|
||||
'STYLE_ACTIVE' => 'Active',
|
||||
'STYLE_ADDED' => 'Style added successfully',
|
||||
'STYLE_DEACTIVATE' => 'Deactivate',
|
||||
'STYLE_DEFAULT' => 'Make default style',
|
||||
'STYLE_DELETED' => 'Style deleted successfully',
|
||||
@@ -128,6 +151,7 @@ $lang = array_merge($lang, array(
|
||||
'STYLE_ERR_NAME_EXIST' => 'A style with that name already exists',
|
||||
'STYLE_ERR_NAME_LONG' => 'The style name can be no longer than 30 characters',
|
||||
'STYLE_ERR_NO_IDS' => 'You must select a template, theme and imageset for this style',
|
||||
'STYLE_ERR_NOT_STYLE' => 'The imported or uploaded file did not contain a valid style archive.',
|
||||
'STYLE_ERR_STYLE_NAME' => 'You must supply a name for this style',
|
||||
'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 one. 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.',
|
||||
@@ -138,6 +162,8 @@ $lang = array_merge($lang, array(
|
||||
'STYLE_THEME' => 'Theme',
|
||||
'STYLE_USED_BY' => 'Used by',
|
||||
|
||||
'TEMPLATE_ADDED' => 'Template set added and stored on filesystem',
|
||||
'TEMPLATE_ADDED_DB' => 'Template set added and stored in database',
|
||||
'TEMPLATE_DELETED' => 'Template set deleted successfully',
|
||||
'TEMPLATE_DELETED_FS' => 'Template set removed from database but some files may remain on the filesystem',
|
||||
'TEMPLATE_DETAILS_UPDATED' => 'Template details successfully updated',
|
||||
@@ -146,6 +172,7 @@ $lang = array_merge($lang, array(
|
||||
'TEMPLATE_ERR_NAME_CHARS' => 'The template name can only contain alphanumeric characters, -, +, _ and space',
|
||||
'TEMPLATE_ERR_NAME_EXIST' => 'A template set with that name already exists',
|
||||
'TEMPLATE_ERR_NAME_LONG' => 'The template name can be no longer than 30 characters',
|
||||
'TEMPLATE_ERR_NOT_TEMPLATE' => 'The archive you specified does not contain a valid template set.',
|
||||
'TEMPLATE_ERR_STYLE_NAME' => 'You must supply a name for this templates',
|
||||
'TEMPLATE_EXPORT' => 'Export Templates',
|
||||
'TEMPLATE_EXPORT_EXPLAIN' => 'Here you can export a template set in the form of an archive. This archive will contain all the files necessary to install the templates 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.',
|
||||
@@ -154,6 +181,8 @@ $lang = array_merge($lang, array(
|
||||
'TEMPLATE_LOCATION_EXPLAIN' => 'Images are always stored on the filesystem.',
|
||||
'TEMPLATE_NAME' => 'Template name',
|
||||
|
||||
'THEME_ADDED' => 'New theme added on filesystem',
|
||||
'THEME_ADDED_DB' => 'New theme added to database',
|
||||
'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',
|
||||
@@ -162,6 +191,7 @@ $lang = array_merge($lang, array(
|
||||
'THEME_ERR_NAME_CHARS' => 'The theme name can only contain alphanumeric characters, -, +, _ and space',
|
||||
'THEME_ERR_NAME_EXIST' => 'A theme with that name already exists',
|
||||
'THEME_ERR_NAME_LONG' => 'The theme name can be no longer than 30 characters',
|
||||
'THEME_ERR_NOT_THEME' => 'The archive you specified does not contain a valid theme.',
|
||||
'THEME_ERR_STYLE_NAME' => 'You must supply a name for this theme',
|
||||
'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.',
|
||||
|
@@ -126,6 +126,7 @@ $lang = array_merge($lang, array(
|
||||
'FILENAME' => 'Filename',
|
||||
'FILESIZE' => 'Filesize',
|
||||
'FILE_COMMENT' => 'File comment',
|
||||
'FILE_NOT_FOUND' => 'The requested file could not be found',
|
||||
'FIND_USERNAME' => 'Find a member',
|
||||
'FOLDER' => 'Folder',
|
||||
'FORGOT_PASS' => 'I forgot my password',
|
||||
|
Reference in New Issue
Block a user