#3433 added language keys for text of culture variant permissions

This commit is contained in:
Dave Woestenborghs
2018-10-25 12:49:32 +02:00
parent 3b2e473a9e
commit 3c217adc2e
3 changed files with 9 additions and 3 deletions

View File

@@ -41,15 +41,15 @@
<div class="sub-view-column-section">
<h5>Content Type Variation</h5>
<small>Define the rules for how this content type's properties can be varied</small>
<h5><localize key="contentTypeEditor_variantsHeading" /></h5>
<small><localize key="contentTypeEditor_variantsDescription" /></small>
</div>
<div class="sub-view-columns">
<div class="sub-view-column-left">
<label>Allow varying by Culture</label>
<label><localize key="contentTypeEditor_allowVaryByCulture" /></label>
</div>
<div class="sub-view-column-right">
<umb-toggle data-element="permissions-allow-culture-variant"

View File

@@ -1483,6 +1483,9 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="tabHasNoSortOrder">tab has no sort order</key>
<key alias="compositionUsageHeading">Where is this composition used?</key>
<key alias="compositionUsageSpecification">This composition is currently used in the composition of the following content types:</key>
<key alias="variantsHeading">Content Type Variation</key>
<key alias="variantsDescription">Define the rules for how this content type's properties can be varied</key>
<key alias="allowVaryByCulture">Allow varying by Culture</key>
</area>
<area alias="modelsBuilder">
<key alias="buildingModels">Building models</key>

View File

@@ -1505,6 +1505,9 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="tabHasNoSortOrder">tab has no sort order</key>
<key alias="compositionUsageHeading">Where is this composition used?</key>
<key alias="compositionUsageSpecification">This composition is currently used in the composition of the following content types:</key>
<key alias="variantsHeading">Content Type Variation</key>
<key alias="variantsDescription">Define the rules for how this content type's properties can be varied</key>
<key alias="allowVaryByCulture">Allow varying by Culture</key>
</area>
<area alias="languages">
<key alias="addLanguage">Add language</key>