English translations

This commit is contained in:
Per Ploug
2017-01-13 13:20:49 +01:00
parent 9b9db23461
commit b413a6eeae

View File

@@ -1032,6 +1032,9 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="insertSections">Sections</key>
<key alias="insertContentArea">Insert content area</key>
<key alias="insertContentAreaPlaceHolder">Insert content area placeholder</key>
<key alias="insert">Insert</key>
<key alias="insertDesc">Choose what to insert into your template</key>
<key alias="insertDictionaryItem">Dictionary item</key>
<key alias="insertDictionaryItemDesc">A dictionary item is a placeholder for a translatable piece of text, which makes it easy to create designs for multilingual websites.</key>
@@ -1053,15 +1056,50 @@ To manage your website, simply open the Umbraco back office and start adding con
</key>
<key alias="mastertemplate">Master template</key>
<key alias="noMastertemplate">No master template</key>
<key alias="renderBody">Render child template</key>
<key alias="renderBodyDesc">
<![CDATA[
Renders the contents of a child template, by inserting a
<code>@RenderBody()</code> placeholder.
]]>
</key>
<key alias="defineSection">Define a named section</key>
<key alias="defineSectionDesc">
<![CDATA[
Defines a part of your template as a named section by wrapping it in
<code>@section { ... }</code>. This can be rendered in a
specific area of the parent of this template, by using <code>@RenderSection</code>.
]]>
</key>
<key alias="renderSection">Render a named section</key>
<key alias="renderSectionDesc">
<![CDATA[
Renders a named area of a child template, by inserting a <code>@RenderSection(name)</code> placeholder.
This renders an area of a child template which is wrapped in a corresponding <code>@section [name]{ ... }</code> definition.
]]>
</key>
<key alias="sectionName">Section Name</key>
<key alias="sectionMandatory">Section is mandatory</key>
<key alias="sectionMandatoryDesc">
If mandatory, the child template must contain a <code>@section</code> definition, otherwise an error is shown.
</key>
<key alias="queryBuilder">Query builder</key>
<key alias="itemsReturned">items returned, in</key>
<key alias="iWant">I want</key>
<key alias="everything">everything</key>
<key alias="from">from</key>
<key alias="where">where</key>
<key alias="and">and</key>
<key alias="everything">everything</key>
<key alias="template">Template</key>