mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-10 18:54:08 +02:00
trying to fix some bugs...
git-svn-id: file:///svn/phpbb/trunk@7054 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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.',
|
||||
|
Reference in New Issue
Block a user