Styling stuff

git-svn-id: file:///svn/phpbb/trunk@4314 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-07-22 20:03:52 +00:00
parent 0835d7ef19
commit 2a016e4f47

View file

@ -928,6 +928,7 @@ $lang = array_merge($lang, array(
'MANAGE_TEMPLATE_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.',
'EDIT_TEMPLATE' => 'Edit Template',
'EDIT_TEMPLATE_EXPLAIN' => 'Use this panel to edit an existing compiled template set. When you have made the required changes you can recompile the template and (or) download it. Please remember that the existing HTML templates are <b>not</b> altered, only the compiled versions are affected. Therefore you should download any altered files if you wish to keep them for future use and for archival purposes.',
'TEMPLATE_NAME' => 'Template name',
'SELECT_TEMPLATE' => 'Select template',
'TEMPLATE_CACHE' => 'Template Cache',
'TEMPLATE_CACHE_EXPLAIN'=> 'By default phpBB caches the compiled version of its templates. This decreases the load on the server each time a page is viewed and thus may reduce the page generation time. Here you can view the cache status of each file and delete individual files or the entire cache.',
@ -935,16 +936,21 @@ $lang = array_merge($lang, array(
'CACHE_FILESIZE' => 'Filesize',
'CACHE_CACHED' => 'Cached',
'CACHE_CREATED' => 'Created',
'NO_CACHED_TPL_FILES' => 'No cached files for this template',
'TEMPLATE_CACHE_CLEARED'=> 'Cached templates deleted',
'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',
'ERR_TPLCACHE_READ' => 'Cannot read the cache directory',
'NO_CACHED_TPL_FILES' => 'No cached files for this template',
'DOWNLOAD_STORE' => 'Download or Store archive',
'DOWNLOAD_STORE_EXPLAIN'=> 'You may directly download the archive or save it in your store/ folder.',
'ARCHIVE_FORMAT' => 'Archive file type',
'THEMES' => 'Themes',
'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.',
'SELECT_THEME_BASIS' => 'Select optional basis',
@ -964,91 +970,98 @@ $lang = array_merge($lang, array(
'HIDE_RAW_CSS' => 'Hide CSS',
'SHOW_RAW_CSS_EXPLAIN' => 'Enter each element on a new line, ending with a ; Expand the data for each element, e.g. do not use font: use font-family:, font-weight:, etc.',
'style_cat_text' => 'Text Classes',
'style_body' => 'Body',
'style_p' => 'Paragraph',
'style_h1' => 'Header 1',
'style_h2' => 'Header 2',
'style_h3' => 'Header 3',
'style_tabletitle' => 'Table Title',
'style_cattitle' => 'Category Title',
'style_topictitle' => 'Topic Titles',
'style_topicauthor' => 'Topic Author',
'style_topicdetails' => 'Topic Details',
'style_postbody' => 'Post Text',
'style_posthilit' => 'Post Highlight',
'style_postauthor' => 'Post Author',
'style_postdetails' => 'Post Details',
'style_mainmenu' => 'Main Menu',
'style_nav' => 'Navigation',
'style_genmed' => 'General Medium',
'style_gensmall' => 'General Small',
'style_copyright' => 'Copyright',
'STYLE_CAT_TEXT' => 'Text Classes',
'STYLE_BODY' => 'Body',
'STYLE_P' => 'Paragraph',
'STYLE_H1' => 'Header 1',
'STYLE_H2' => 'Header 2',
'STYLE_H3' => 'Header 3',
'STYLE_TABLETITLE' => 'Table Title',
'STYLE_CATTITLE' => 'Category Title',
'STYLE_TOPICTITLE' => 'Topic Titles',
'STYLE_TOPICAUTHOR' => 'Topic Author',
'STYLE_TOPICDETAILS' => 'Topic Details',
'STYLE_POSTBODY' => 'Post Text',
'STYLE_POSTHILIT' => 'Post Highlight',
'STYLE_POSTAUTHOR' => 'Post Author',
'STYLE_POSTDETAILS' => 'Post Details',
'STYLE_MAINMENU' => 'Main Menu',
'STYLE_NAV' => 'Navigation',
'STYLE_GENMED' => 'General Medium',
'STYLE_GENSMALL' => 'General Small',
'STYLE_COPYRIGHT' => 'Copyright',
'style_cat_tables' => 'Tabular Classes',
'style_table' => 'Table',
'style_th' => 'Table Header',
'style_td' => 'Table Data',
'style_cat' => 'Category Header',
'style_catdiv' => 'Category Fade',
'style_row1' => 'Alternate Row 1',
'style_row2' => 'Alternate Row 2',
'style_row3' => 'Alternate Row 3',
'style_spacer' => 'Spacer Row',
'style_hr' => 'Horizontal Rule',
'STYLE_CAT_TABLES' => 'Tabular Classes',
'STYLE_TABLE' => 'Table',
'STYLE_TH' => 'Table Header',
'STYLE_TD' => 'Table Data',
'STYLE_CAT' => 'Category Header',
'STYLE_CATDIV' => 'Category Fade',
'STYLE_ROW1' => 'Alternate Row 1',
'STYLE_ROW2' => 'Alternate Row 2',
'STYLE_ROW3' => 'Alternate Row 3',
'STYLE_SPACER' => 'Spacer Row',
'STYLE_HR' => 'Horizontal Rule',
'style_cat_forms' => 'Form Classes',
'style_form' => 'Form',
'style_input' => 'Input',
'style_select' => 'Select',
'style_textarea' => 'Textarea',
'style_post' => 'Text Input',
'style_btnmain' => 'Primary Buttons',
'style_btnlite' => 'Secondary Buttons',
'style_btnbbcode' => 'BBCode Buttons',
'STYLE_CAT_FORMS' => 'Form Classes',
'STYLE_FORM' => 'Form',
'STYLE_INPUT' => 'Input',
'STYLE_SELECT' => 'Select',
'STYLE_TEXTAREA' => 'Textarea',
'STYLE_POST' => 'Text Input',
'STYLE_BTNMAIN' => 'Primary Buttons',
'STYLE_BTNLITE' => 'Secondary Buttons',
'STYLE_BTNBBCODE' => 'BBCode Buttons',
'style_cat_bbcode' => 'BBCode Classes',
'style_b' => 'Bold',
'style_u' => 'Underline',
'style_i' => 'Italics',
'style_color' => 'Colour',
'style_size' => 'Size',
'style_code' => 'Code',
'style_quote' => 'Quote',
'STYLE_CAT_BBCODE' => 'BBCode Classes',
'STYLE_B' => 'Bold',
'STYLE_U' => 'Underline',
'STYLE_I' => 'Italics',
'STYLE_COLOR' => 'Colour',
'STYLE_SIZE' => 'Size',
'STYLE_CODE' => 'Code',
'STYLE_QUOTE' => 'Quote',
'style_flash' => 'Flash',
'style_syntaxbg' => 'Syntax Background',
'style_syntaxcomment' => 'Syntax Comments',
'style_syntaxdefault' => 'Syntax Default',
'style_syntaxhtml' => 'Syntax HTML',
'style_syntaxkeyword' => 'Syntax Keyword',
'style_syntaxstring' => 'Syntax String',
'STYLE_SYNTAXBG' => 'Syntax Background',
'STYLE_SYNTAXCOMMENT' => 'Syntax Comments',
'STYLE_SYNTAXDEFAULT' => 'Syntax Default',
'STYLE_SYNTAXHTML' => 'Syntax HTML',
'STYLE_SYNTAXKEYWORD' => 'Syntax Keyword',
'STYLE_SYNTAXSTRING' => 'Syntax String',
'style_cat_custom' => 'Custom Classes',
'STYLE_CAT_CUSTOM' => 'Custom Classes',
'STYLE_ANCHOR_LINK' => 'Link',
'STYLE_ANCHOR_ACTIVE' => 'Active',
'STYLE_ANCHOR_VISITED' => 'Visited',
'STYLE_ANCHOR_HOVER' => 'Hover',
'THEMES_EXPORT' => 'Export Theme',
'THEMES_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_ERR_STYLE_NAME' => 'You must supply a name for this theme',
'THEME_ERR_NAME_CHARS' => 'The theme name can only contain alphanumeric characters, -, +, _ and space',
'THEME_ERR_NAME_LONG' => 'The theme name can be no longer than 30 characters',
'THEME_ERR_NAME_EXIST' => 'A theme with that name already exists',
'THEME_ERR_COPY_LONG' => 'The copyright can be no longer than 60 characters',
'THEME_ERR_ARCHIVE' => 'Please select an archive method',
'THEME_UPDATED' => 'Theme updated successfully',
'THEME_DB_ADDED' => 'New theme added to database',
'THEME_FS_ADDED' => 'New theme added on filesystem',
'THEME_DETAILS_UPDATE' => 'Theme details updated',
'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',
'MANAGE_IMAGESET_EXPLAIN'=> 'Imagesets comprise all the button, forum, folder, etc. and other non-style specific images used by the board. Here you can edit, export or delete existing imagesets and import or activate new sets.',
'EDIT_IMAGESET' => 'Edit Imageset',
'EDIT_IMAGESET_EXPLAIN' => 'Here you can edit the individual images which define the imageset. You can also specify dimensions for the image. Dimensions are optional, specifying them can overcome certain rendering issues with some browsers. By not specifying them you reduce the size of the database record a little.',
'IMAGESET_NAME' => 'Imageset name',
'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',
'SEARCH_INDEX_EXPLAIN' => 'phpBB2 uses a fulltext search system. This breaks down each post into seperate words and then, if the word does not already exist it stores those words in a table. In turn the post is linked to each word it contains in this table. This allows quick searching of large databases and helps reduce load on the server compared to most other methods.</p><p>However, if the tables get out of sync for some reason or you change the minimum, maximum or disallowed list of words the tables need updating. This facility allows you to do just that.</p><p>Please be aware this procedure can take a long time, particularly on large databases. During this period your forum will be automatically shut down to prevent people posting. You can cancel the procedure at any time. Please remember this is an intensive operation and should only be carried out when absolutely necessarily. Do not run this script too often!</p>',