Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forms dashboard: Add translations and hide icon for screen readers #6883

Merged
merged 3 commits into from
Jan 14, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,33 @@
<div class="installer-wrapper">

<div class="installer-intro">
<i class="icon icon-umb-contour"></i>
<h3>Umbraco Forms</h3>
<i class="icon icon-umb-contour" aria-hidden="true"></i>
<h3>
<localize key="formsDashboard_formsHeadline">Umbraco Forms</localize>
</h3>
</div>

<!-- STEP one -->
<div class="step-one" ng-hide="vm.state">

<p class="step-text">Create forms using an intuitive drag and drop interface. From simple contact forms that sends e-mails to advanced questionaires that integrate with CRM systems. Your clients will love it!</p>
<p class="step-text">
<localize key="formsDashboard_formsDescription">Create forms using an intuitive drag and drop interface. From simple contact forms that sends e-mails to advanced questionaires that integrate with CRM systems. Your clients will love it!</localize>
</p>

<umb-button
class="forms-install-button"
type="button"
button-style="success"
label="Install"
label-key="general_install"
action="vm.installForms()">
</umb-button>

</div>

<!-- STEP two -->
<div class="step-two" ng-if="vm.state">
<p id="installer" class="step-text">Installing...</p>
<p id="installer" class="step-text"><localize key="general_installing">Installing</localize>...</p>

<div class="installing">

Expand Down
5 changes: 5 additions & 0 deletions src/Umbraco.Web.UI/Umbraco/config/lang/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,7 @@
<key alias="articles">Articles</key>
<key alias="videos">Videos</key>
<key alias="clear">Clear</key>
<key alias="installing">Installing</key>
</area>
<area alias="colors">
<key alias="blue">Blue</key>
Expand Down Expand Up @@ -2375,4 +2376,8 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="fallbackHeadline">Welcome to The Friendly CMS</key>
<key alias="fallbackDescription">Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.</key>
</area>
<area alias="formsDashboard">
<key alias="formsHeadline">Umbraco Forms</key>
<key alias="formsDescription">Create forms using an intuitive drag and drop interface. From simple contact forms that sends e-mails to advanced questionaires that integrate with CRM systems. Your clients will love it!</key>
</area>
</language>
5 changes: 5 additions & 0 deletions src/Umbraco.Web.UI/Umbraco/config/lang/en_us.xml
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@
<key alias="articles">Articles</key>
<key alias="videos">Videos</key>
<key alias="clear">Clear</key>
<key alias="installing">Installing</key>
</area>
<area alias="colors">
<key alias="blue">Blue</key>
Expand Down Expand Up @@ -2391,4 +2392,8 @@ To manage your website, simply open the Umbraco back office and start adding con
<key alias="fallbackHeadline">Welcome to The Friendly CMS</key>
<key alias="fallbackDescription">Thank you for choosing Umbraco - we think this could be the beginning of something beautiful. While it may feel overwhelming at first, we've done a lot to make the learning curve as smooth and fast as possible.</key>
</area>
<area alias="formsDashboard">
<key alias="formsHeadline">Umbraco Forms</key>
<key alias="formsDescription">Create forms using an intuitive drag and drop interface. From simple contact forms that sends e-mails to advanced questionaires that integrate with CRM systems. Your clients will love it!</key>
</area>
</language>