mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 22:41:28 +02:00
fixing some bugs, most being submitted grammatical/spelling errors.
git-svn-id: file:///svn/phpbb/trunk@6915 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -66,7 +66,7 @@ $lang = array_merge($lang, array(
|
||||
'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.',
|
||||
'CSS_COLOUR_EXPLAIN' => 'You can either enter a hexadecimal 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.',
|
||||
@@ -105,7 +105,7 @@ $lang = array_merge($lang, array(
|
||||
'FOREGROUND' => 'Foreground',
|
||||
'FONT_COLOUR' => 'Font colour',
|
||||
'FONT_FACE' => 'Font face',
|
||||
'FONT_FACE_EXPLAIN' => 'You can specify multiple fonts seperated by commas. If a user doesn’t have the first font installed the first other working font will be chosen.',
|
||||
'FONT_FACE_EXPLAIN' => 'You can specify multiple fonts separated by commas. If a user doesn’t have the first font installed the first other working font will be chosen.',
|
||||
'FONT_SIZE' => 'Font size',
|
||||
|
||||
'GLOBAL_IMAGES' => 'Global',
|
||||
@@ -134,7 +134,7 @@ $lang = array_merge($lang, array(
|
||||
'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.',
|
||||
'IMAGESET_EXPORTED' => 'Imageset exported succesfully and stored in %s.',
|
||||
'IMAGESET_EXPORTED' => 'Imageset exported successfully and stored in %s.',
|
||||
'IMAGESET_NAME' => 'Imageset name',
|
||||
'IMAGESET_REFRESHED' => 'Imageset refreshed successfully.',
|
||||
'IMAGESET_UPDATED' => 'Imageset updated successfully.',
|
||||
@@ -348,8 +348,8 @@ $lang = array_merge($lang, array(
|
||||
'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.',
|
||||
'STYLE_EXPORTED' => 'Style exported succesfully and stored in %s.',
|
||||
'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 omit 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.',
|
||||
'STYLE_EXPORTED' => 'Style exported successfully and stored in %s.',
|
||||
'STYLE_IMAGESET' => 'Imageset',
|
||||
'STYLE_NAME' => 'Style name',
|
||||
'STYLE_TEMPLATE' => 'Template',
|
||||
@@ -377,7 +377,7 @@ $lang = array_merge($lang, array(
|
||||
'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.',
|
||||
'TEMPLATE_EXPORTED' => 'Templates exported succesfully and stored in %s.',
|
||||
'TEMPLATE_EXPORTED' => 'Templates exported successfully and stored in %s.',
|
||||
'TEMPLATE_FILE' => 'Template file',
|
||||
'TEMPLATE_FILE_UPDATED' => 'Template file updated successfully.',
|
||||
'TEMPLATE_LOCATION' => 'Store templates in',
|
||||
@@ -404,7 +404,7 @@ $lang = array_merge($lang, array(
|
||||
'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.',
|
||||
'THEME_EXPORTED' => 'Theme exported succesfully and stored in %s.',
|
||||
'THEME_EXPORTED' => 'Theme exported successfully and stored in %s.',
|
||||
'THEME_LOCATION' => 'Store stylesheet in',
|
||||
'THEME_LOCATION_EXPLAIN' => 'Images are always stored on the filesystem.',
|
||||
'THEME_NAME' => 'Theme name',
|
||||
|
Reference in New Issue
Block a user