diff --git a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml
index 2021be1d9d..3a7a0fda7c 100644
--- a/src/Umbraco.Web.UI/umbraco/config/lang/en.xml
+++ b/src/Umbraco.Web.UI/umbraco/config/lang/en.xml
@@ -1032,6 +1032,9 @@ To manage your website, simply open the Umbraco back office and start adding con
Sections
Insert content area
Insert content area placeholder
+
+ Insert
+ Choose what to insert into your template
Dictionary item
A dictionary item is a placeholder for a translatable piece of text, which makes it easy to create designs for multilingual websites.
@@ -1053,15 +1056,50 @@ To manage your website, simply open the Umbraco back office and start adding con
Master template
+ No master template
+
+ Render child template
+
+ @RenderBody() placeholder.
+ ]]>
+
+
+
+ Define a named section
+
+ @section { ... }. This can be rendered in a
+ specific area of the parent of this template, by using @RenderSection.
+ ]]>
+
+
+ Render a named section
+
+ @RenderSection(name) placeholder.
+ This renders an area of a child template which is wrapped in a corresponding @section [name]{ ... } definition.
+ ]]>
+
+
+ Section Name
+ Section is mandatory
+
+ If mandatory, the child template must contain a @section definition, otherwise an error is shown.
+
+
Query builder
items returned, in
I want
+ everything
from
where
and
- everything
+
Template