-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathen-GB.mod_myheader.ini
40 lines (36 loc) · 1.54 KB
/
en-GB.mod_myheader.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
; this is an INI file
[section]
HEADER_HEIGHT = "Header height"
HEADER_HEIGHT_DESC = "Header height in pixels"
HEADER_MARGIN_TOP = "Top Margin";
HEADER_MARGIN_TOP_DESC ="Top margin in pixels";
WEBSITE_TITLE = 'Web site title'
WEBSITE_TITLE_DESC = 'Title of web site'
TITLE_COLOR ='Title colour'
TITLE_COLOR_DESC ='Define the colour'
WEBSITE_SUBTITLE = 'Subtitle of web site'
WEBSITE_SUBTITLE_DESC = 'Subtitle of web site'
SUBTITLE_COLOR = 'Colour of sub title'
SUBTITLE_COLOR_DESC = 'Define the sub title colour'
LOGO_SECTION ='Logo section - on left of header'
LOGO_SECTION_DESC ='Logo section - on left of header'
LOGO_IMAGE = 'Logo Image'
LOGO_IMAGE_DESC = 'Logo Image displayed at left of header area'
LOGO_WIDTH = 'Image display width'
LOGO_WIDTH_DESC = 'Logo Image display width'
LOGO_HEIGHT = 'Image display height'
LOGO_HEIGHT_DESC = 'Logo Image display height'
LOGO_URL = 'Hyperlink setting'
LOGO_URL_DESC = 'Hyperlink setting on logo image'
LOGO_URL_TARGET = 'Target window'
LOGO_URL_TARGET_DESC = 'Target window to open URL'
LOGO_MARGIN_TOP = "Top Margin";
LOGO_MARGIN_TOP_DESC = "Top Margin above logo in pixels";
BACKGROUND_STYLE = 'Background Style'
BACKGROUND_STYLE_DESC = 'Horizon displayed on right, full width is stretched to fit width'
BACKGROUND_SECTION ='Background of header area'
BACKGROUND_SECTION_DESC ='Background of header area'
BACKGROUND_IMAGE = 'Background image'
BACKGROUND_IMAGE_DESC = 'Background image behind site title and subtitle'
COM_MODULES_LOGO_FIELDSET_LABEL = 'Web site Logo'
COM_MODULES_BACKGROUND_FIELDSET_LABEL = 'Header Background'