mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 07:35:29 +02:00
Raft of fixes ... hopefully things are working as they should ... if not, I'll be requring a new PC since I don't think this one will work too well after being dropped out a third floor window
git-svn-id: file:///svn/phpbb/trunk@4403 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
bb14bcbe6b
commit
32e2c788c2
@ -1034,6 +1034,7 @@ $lang += array(
|
|||||||
|
|
||||||
'EDIT_TEMPLATE' => 'Edit Template',
|
'EDIT_TEMPLATE' => 'Edit Template',
|
||||||
'EDIT_TEMPLATE_EXPLAIN' => 'Here you can edit your template set directly. Please remember that these edits are permanent and cannot be undone once submitted. If PHP can write to the template files in your styles directory any changes here will be written directly to those files. If PHP cannot write to those files they will be copied into the database and all changes will only be reflected there. Please take care when editing your template set, remember to close all replacement variable terms {XXXX} and conditional statements.',
|
'EDIT_TEMPLATE_EXPLAIN' => 'Here you can edit your template set directly. Please remember that these edits are permanent and cannot be undone once submitted. If PHP can write to the template files in your styles directory any changes here will be written directly to those files. If PHP cannot write to those files they will be copied into the database and all changes will only be reflected there. Please take care when editing your template set, remember to close all replacement variable terms {XXXX} and conditional statements.',
|
||||||
|
'SELECTED_TEMPLATE' => 'Selected template set:',
|
||||||
'RAW_HTML' => 'Raw HTML',
|
'RAW_HTML' => 'Raw HTML',
|
||||||
'TEMPLATE_UPDATED' => 'Template updated successfully',
|
'TEMPLATE_UPDATED' => 'Template updated successfully',
|
||||||
|
|
||||||
@ -1220,6 +1221,7 @@ $lang += array(
|
|||||||
|
|
||||||
'EDIT_IMAGESET' => 'Edit Imageset',
|
'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.',
|
'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.',
|
||||||
|
'SELECTED_IMAGESET' => 'Selected imageset',
|
||||||
'IMAGE' => 'Image',
|
'IMAGE' => 'Image',
|
||||||
'DIMENSIONS' => 'Dimensions',
|
'DIMENSIONS' => 'Dimensions',
|
||||||
'DIMENSIONS_EXPLAIN' => 'Dimensions are optional, set to zero to ignore.',
|
'DIMENSIONS_EXPLAIN' => 'Dimensions are optional, set to zero to ignore.',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user