Skip to content

Commit 176df18

Browse files
Language Updated
1 parent eb27608 commit 176df18

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

astroid/astroid-framework/framework/elements/column-default.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<field ngShow="background_setting =='video'" name="background_video" type="astroidmedia" media="videos" label="TPL_ASTROID_BACKGROUND_VIDEO_LABEL" description="TPL_ASTROID_BACKGROUND_VIDEO_DESC"/>
5656

5757
<field ngShow="background_setting =='gradient'" description="ASTROID_SELECT_BACKGROUND_COLOR_DESC" name="background_gradient" type="astroidgradient" label="TPL_ASTROID_BACKGROUND_COLOR_LABEL"></field>
58-
<field name="colors_settings" type="astroidheading" title="ASTROID_ELEMENT_HEAD_COLOR_OPTIONS_LABEL" />
58+
5959

6060
<field name="custom_colors" type="astroidtext" astroid-switch="true" default="0" label="ASTROID_ELEMENT_CUSTOM_COLORS_LABEL" />
6161

astroid/astroid-framework/framework/elements/default.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
<fieldset name="design-settings" label="ASTROID_ELEMENT_HEAD_DESIGN_SEETINGS_LABEL" addfieldpath="/libraries/astroid/framework/fields">
1111
<field name="animation" type="astroidanimations" label="ASTROID_ANIMATION" ></field>
1212
<field ngShow="animation AND animation!=''" name="animation_delay" class="form-control" type="astroidtext" hint="500" default="500" label="ASTROID_ANIMATION_DELAY" description="ASTROID_ANIMATION_DELAY_DESC"></field>
13-
<field name="background_settings" type="astroidheading" title="ASTROID_ELEMENT_HEAD_BACKGROUND_OPTIONS_LABEL" />
14-
<field name="background_settings" type="astroidheading" title="ASTROID_ELEMENT_HEAD_BACKGROUND_OPTIONS_LABEL" />
1513

1614
<field description="TPL_ASTROID_ADVANCED_POPUUP_LAYOUT_SELECT_DESC" name="background_setting" type="astroidradio" default="0" label="TPL_ASTROID_ADVANCED_POPUUP_LAYOUT_SELECT_LABEL">
1715
<option value="0">JNONE</option>

astroid/astroid-framework/framework/elements/section-default.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<field name="animation" type="astroidanimations" label="ASTROID_ANIMATION" ></field>
2121
<field ngShow="animation AND animation!=''" name="animation_delay" class="form-control" type="astroidtext" hint="500" default="500" label="ASTROID_ANIMATION_DELAY" description="ASTROID_ANIMATION_DELAY_DESC"></field>
2222

23-
<field name="background_settings" type="astroidheading" title="ASTROID_ELEMENT_HEAD_BACKGROUND_OPTIONS_LABEL" />
23+
2424

2525
<field description="TPL_ASTROID_ADVANCED_POPUUP_LAYOUT_SELECT_DESC" name="background_setting" type="astroidradio" default="0" label="TPL_ASTROID_ADVANCED_POPUUP_LAYOUT_SELECT_LABEL">
2626
<option value="0">JNONE</option>
@@ -67,7 +67,7 @@
6767
<field ngShow="background_setting =='video'" name="background_video" type="astroidmedia" media="videos" label="TPL_ASTROID_BACKGROUND_VIDEO_LABEL" description="TPL_ASTROID_BACKGROUND_VIDEO_DESC"/>
6868

6969
<field ngShow="background_setting =='gradient'" description="ASTROID_SELECT_BACKGROUND_COLOR_DESC" name="background_gradient" type="astroidgradient" label="TPL_ASTROID_BACKGROUND_COLOR_LABEL"></field>
70-
<field name="colors_settings" type="astroidheading" title="ASTROID_ELEMENT_HEAD_COLOR_OPTIONS_LABEL" />
70+
7171

7272
<field name="custom_colors" type="astroidtext" astroid-switch="true" default="0" label="ASTROID_ELEMENT_CUSTOM_COLORS_LABEL" />
7373

astroid/astroid-framework/language/en-GB/en-GB.astroid.ini

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ TPL_ASTROID_CUSTOM_MAIN_TITLE_LABEL="Custom Code"
134134
TPL_ASTROID_SOCIAL_TITLE_LABEL="Social Profiles"
135135
TPL_ASTROID_ADD_CUSTOM_SOCIAL_LABEL="Add Custom Profile"
136136
TPL_ASTROID_SOCIAL_SEARCH_LABEL="Search Brand"
137-
TPL_ASTROID_SOCIAL_TITLE_DESC="Allows you to display your social profiles on your site."
137+
TPL_ASTROID_SOCIAL_TITLE_DESC=""
138138

139139
; Miscellaneous Group Title
140140
TPL_ASTROID_MISCELL_MAIN_CONTACT_US_TITLE_LABEL="Contact Information"
@@ -171,8 +171,8 @@ TPL_ASTROID_ADVANCED_LAYOUT_SELECT="Site Layout"
171171
TPL_ASTROID_ADVANCED_LAYOUT_SELECT_DESC="Select the site layout."
172172
TPL_ASTROID_ADVANCED_LAYOUT_OPTION_WIDE="Wide"
173173
TPL_ASTROID_ADVANCED_LAYOUT_OPTION_BOXED="Boxed"
174-
TPL_ASTROID_ADVANCED_POPUUP_LAYOUT_SELECT_LABEL="Section layout"
175-
TPL_ASTROID_ADVANCED_POPUUP_LAYOUT_SELECT_DESC="Select the Section layout"
174+
TPL_ASTROID_ADVANCED_POPUUP_LAYOUT_SELECT_LABEL="Background Type"
175+
TPL_ASTROID_ADVANCED_POPUUP_LAYOUT_SELECT_DESC=""
176176

177177
; Header Tab
178178
TPL_ASTROID_HEADER_ENABLE_HEADER_LABEL="Header Element"
@@ -319,9 +319,9 @@ TPL_ASTROID_FOOTER_BRANDING_TEXT_DESC="Enter the text that displays in the copyr
319319
; Custom Tab
320320
TPL_ASTROID_CUSTOM_TRACKING_CODE="Tracking Code"
321321
TPL_ASTROID_CUSTOM_TRACKING_CODE_DESC="Paste your tracking code here. This will be added into the header section of your template."
322-
TPL_ASTROID_CUSTOM_SPACE_BEFORE_HEAD_LABEL="Space Before &lt;/head&gt;"
322+
TPL_ASTROID_CUSTOM_SPACE_BEFORE_HEAD_LABEL="Before &lt;/head&gt;"
323323
TPL_ASTROID_CUSTOM_SPACE_BEFORE_HEAD_DESC="Enter javascript code here."
324-
TPL_ASTROID_CUSTOM_SPACE_BEFORE_BODY_LABEL="Space before &lt;/body&gt;"
324+
TPL_ASTROID_CUSTOM_SPACE_BEFORE_BODY_LABEL="Before &lt;/body&gt;"
325325
TPL_ASTROID_CUSTOM_SPACE_BEFORE_BODY_DESC="Enter javascript code here."
326326
TPL_ASTROID_CUSTOM_CUSTOM_CSS_LABEL="Custom CSS"
327327
TPL_ASTROID_CUSTOM_CUSTOM_CSS_FILES_LABEL="Custom CSS Files"
@@ -367,6 +367,8 @@ TPL_ASTROID_MISCELL_COMING_COUNTDOWN_DATE_DESC="Set a date for countdown."
367367
TPL_ASTROID_MISCELL_COMING_SOON_BACKGROUND_IMAGE_DESC="Select a Background image for Coming Soon Page."
368368
TPL_ASTROID_BASIC_FAVICON_LABEL="Favicon"
369369
TPL_ASTROID_BASIC_FAVICON_DESC="Upload your browser URL icon. It's recommended to apply a size of 96x96 pixels to the favicon.png."
370+
TPL_ASTROID_MISCELL_COMING_BG_TYPE_LABEL="Background Type"
371+
TPL_ASTROID_MISCELL_COMING_BG_TYPE_DESC=""
370372

371373
; Menu
372374
TPL_ASTROID_COLOURS_OFF_CANVAS_TEXT_LABEL="Text Color"
@@ -451,7 +453,7 @@ TPL_ASTROID_OPENHOURS_LABEL="Open Hours"
451453

452454
TPL_ASTROID_BACKGROUND_IMAGE_LABEL="Background Image"
453455
TPL_ASTROID_BACKGROUND_VIDEO_LABEL="Background Video"
454-
TPL_ASTROID_BACKGROUND_VIDEO_DESC="Select Background video."
456+
TPL_ASTROID_BACKGROUND_VIDEO_DESC=""
455457
TPL_ASTROID_BACKGROUND_SIZE_LABEL="Background Size"
456458
TPL_ASTROID_BACKGROUND_POSITION_LABEL="Background Position"
457459
TPL_ASTROID_BACKGROUND_REPEAT_LABEL="Background Repeat"
@@ -477,7 +479,7 @@ ASTROID_BACKGROUND_ATTCHMENT="Select a Background Attachment"
477479
ASTROID_BACKGROUND_ATTCHMENT_SCROLL="Scroll"
478480
ASTROID_BACKGROUND_ATTCHMENT_FIXED="Fixed"
479481
ASTROID_BACKGROUND_POSITION_LABEL="Select a Background Position"
480-
ASTROID_SELECT_BACKGROUND_COLOR_DESC="Select Background Color."
482+
ASTROID_SELECT_BACKGROUND_COLOR_DESC=""
481483
ASTROID_BACKGROUND_REPEAT="Background Repeat"
482484
ASTROID_BACKGROUND_NO_REPEAT="No Repeat"
483485
ASTROID_BACKGROUND_REPEAT_ALL="Repeat All"

astroid/astroid-template-zero/astroid/options/miscellaneous.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<field astroidgroup="coming_soon" name="coming_soon_social" type="astroidtext" astroid-switch="true" default="1" label="TPL_ASTROID_MISCELL_ENABLE_SOCIAL_LABEL" ngShow="developemnt_mode=='1'" description="TPL_ASTROID_MISCELL_ENABLE_SOCIAL_DESC">
5757
</field>
5858

59-
<field astroidgroup="coming_soon" ngShow="developemnt_mode=='1'" description="TPL_ASTROID_ADVANCED_LAYOUT_SELECT_DESC" name="background_setting" type="astroidradio" default="0" label="TPL_ASTROID_ADVANCED_LAYOUT_SELECT">
59+
<field astroidgroup="coming_soon" ngShow="developemnt_mode=='1'" description="TPL_ASTROID_MISCELL_COMING_BG_TYPE_DESC" name="background_setting" type="astroidradio" default="0" label="TPL_ASTROID_MISCELL_COMING_BG_TYPE_LABEL">
6060
<option value="0">JNONE</option>
6161
<option value="color">TPL_ASTROID_COLOR</option>
6262
<option value="image">TPL_ASTROID_IMAGE</option>

0 commit comments

Comments
 (0)