aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/styles.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-02-24 12:31:21 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-02-24 12:31:21 +0000
commit2e941d3d38530fbc1979a6eb72b3b43adee64d14 (patch)
tree3b7bca4bd34724d151089d60a3874766b088c18c /phpBB/language/en/acp/styles.php
parent74ad87df5c696b62e73bc1b5b7c5fceea75932d7 (diff)
downloadforums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar
forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.gz
forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.bz2
forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.tar.xz
forums-2e941d3d38530fbc1979a6eb72b3b43adee64d14.zip
trying to fix some bugs...
git-svn-id: file:///svn/phpbb/trunk@7054 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/styles.php')
-rw-r--r--phpBB/language/en/acp/styles.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/phpBB/language/en/acp/styles.php b/phpBB/language/en/acp/styles.php
index 8270614c2a..c5c9438edd 100644
--- a/phpBB/language/en/acp/styles.php
+++ b/phpBB/language/en/acp/styles.php
@@ -89,7 +89,7 @@ $lang = array_merge($lang, array(
'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 make the style the default one.',
'EDIT_DETAILS_TEMPLATE' => 'Edit template details',
- 'EDIT_DETAILS_TEMPLATE_EXPLAIN' => 'Here you can edit certain templates details such as its name. You may also have the option to switch storage of the stylesheet from the filesystem to the database and vice versa. This option depends on your PHP configuration and whether your template set can be written to by the webserver.',
+ 'EDIT_DETAILS_TEMPLATE_EXPLAIN' => 'Here you can edit certain template details such as its name. You may also have the option to switch storage of the stylesheet from the filesystem to the database and vice versa. This option depends on your PHP configuration and whether your template set can be written to by the webserver.',
'EDIT_DETAILS_THEME' => 'Edit theme details',
'EDIT_DETAILS_THEME_EXPLAIN' => 'Here you can edit certain theme details such as its name. You may also have the option to switch storage of the stylesheet from the filesystem to the database and vice versa. This option depends on your PHP configuration and whether your stylesheet can be written to by the webserver.',
'EDIT_IMAGESET' => 'Edit imageset',
@@ -170,15 +170,15 @@ $lang = array_merge($lang, array(
'IMG_TOPIC_READ' => 'Topic',
'IMG_TOPIC_READ_MINE' => 'Topic posted to',
- 'IMG_TOPIC_READ_HOT' => 'Topic hot',
- 'IMG_TOPIC_READ_HOT_MINE' => 'Topic hot posted to',
+ 'IMG_TOPIC_READ_HOT' => 'Topic popular',
+ 'IMG_TOPIC_READ_HOT_MINE' => 'Topic popular posted to',
'IMG_TOPIC_READ_LOCKED' => 'Topic locked',
'IMG_TOPIC_READ_LOCKED_MINE' => 'Topic locked posted to',
'IMG_TOPIC_UNREAD' => 'Topic new posts',
'IMG_TOPIC_UNREAD_MINE' => 'Topic posted to new',
- 'IMG_TOPIC_UNREAD_HOT' => 'Topic hot new posts',
- 'IMG_TOPIC_UNREAD_HOT_MINE' => 'Topic hot posted to new',
+ 'IMG_TOPIC_UNREAD_HOT' => 'Topic popular new posts',
+ 'IMG_TOPIC_UNREAD_HOT_MINE' => 'Topic popular posted to new',
'IMG_TOPIC_UNREAD_LOCKED' => 'Topic locked new',
'IMG_TOPIC_UNREAD_LOCKED_MINE' => 'Topic locked posted to new',
@@ -374,7 +374,7 @@ $lang = array_merge($lang, array(
'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_ERR_STYLE_NAME' => 'You must supply a name for this template.',
'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.',
'TEMPLATE_EXPORTED' => 'Templates exported successfully and stored in %s.',