aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/styles.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-10-08 11:25:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-10-08 11:25:20 +0000
commit9cfa28b5020afb7447105f85d03d1db01ac11aab (patch)
tree851ea51db405da0ad658deda74ed3831ee8d224c /phpBB/language/en/acp/styles.php
parent9a73fb26b29bc79281c12192ae0f303ed40ad1d0 (diff)
downloadforums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar.gz
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar.bz2
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.tar.xz
forums-9cfa28b5020afb7447105f85d03d1db01ac11aab.zip
remove useless information from tz array
git-svn-id: file:///svn/phpbb/trunk@6467 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r--phpBB/language/en/acp/styles.php36
1 files changed, 18 insertions, 18 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index 7f7b9e743f..27ecbdb261 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -51,25 +51,25 @@ $lang = array_merge($lang, array(
'BACKGROUND_REPEAT' => 'Background repeat',
'BOLD' => 'Bold',
- 'CACHE' => 'Cache',
- 'CACHE_CACHED' => 'Cached',
- 'CACHE_FILENAME' => 'Template file',
- 'CACHE_FILESIZE' => 'Filesize',
- 'CACHE_MODIFIED' => 'Modified',
- 'CONFIRM_IMAGESET_REFRESH' => 'Are you sure you wish to refresh all imageset data? The settings from the imageset configuration file will overwrite all modifications to the imageset which have been carried out with the imageset editor.',
+ 'CACHE' => 'Cache',
+ 'CACHE_CACHED' => 'Cached',
+ 'CACHE_FILENAME' => 'Template file',
+ 'CACHE_FILESIZE' => 'Filesize',
+ 'CACHE_MODIFIED' => 'Modified',
+ 'CONFIRM_IMAGESET_REFRESH' => 'Are you sure you wish to refresh all imageset data? The settings from the imageset configuration file will overwrite all modifications to the imageset which have been carried out with the imageset editor.',
'CONFIRM_TEMPLATE_CLEAR_CACHE' => 'Are you sure you wish to clear all cached versions of your template files?',
- 'CONFIRM_TEMPLATE_REFRESH' => 'Are you sure you wish to refresh all template data in the database with the contents of the template files on the filesystem? This will overwrite all modifications which have been carried out with the template editor while the template was stored in the database.',
- 'CONFIRM_THEME_REFRESH' => 'Are you sure you wish to refresh the theme data stored in the database with the contents of the theme on the filesystem? This will overwrite all modifications which have been carried out with the theme editor while the theme was stored in the database.',
- 'COPYRIGHT' => 'Copyright',
- 'CREATE_IMAGESET' => 'Create new imageset',
- '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 hexidecimal 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 (-) and number/hash/pound (#). The new class will be added to class selection above.',
+ 'CONFIRM_TEMPLATE_REFRESH' => 'Are you sure you wish to refresh all template data in the database with the contents of the template files on the filesystem? This will overwrite all modifications which have been carried out with the template editor while the template was stored in the database.',
+ 'CONFIRM_THEME_REFRESH' => 'Are you sure you wish to refresh the theme data stored in the database with the contents of the theme on the filesystem? This will overwrite all modifications which have been carried out with the theme editor while the theme was stored in the database.',
+ 'COPYRIGHT' => 'Copyright',
+ 'CREATE_IMAGESET' => 'Create new imageset',
+ '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 hexidecimal 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 (-) 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',