mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
i18n continuation
This commit is contained in:
parent
3d3d50762e
commit
5db5f4d63b
4 changed files with 49 additions and 25 deletions
|
@ -19,7 +19,7 @@
|
|||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
{{#ui/ui-toolbar-dropdown label="Content" arrow=true}}
|
||||
{{#ui/ui-toolbar-dropdown label=(localize 'content') arrow=true}}
|
||||
{{#attach-popover class="ember-attacher-popper" hideOn="click clickout" showOn="click" isShown=false}}
|
||||
<ul class="menu">
|
||||
{{#if pinState.isPinned}}
|
||||
|
@ -49,7 +49,7 @@
|
|||
{{/ui/ui-toolbar-dropdown}}
|
||||
|
||||
{{#if (or showActivity showRevisions)}}
|
||||
{{#ui/ui-toolbar-dropdown label="History" arrow=true}}
|
||||
{{#ui/ui-toolbar-dropdown label=(localize 'history') arrow=true}}
|
||||
{{#attach-popover class="ember-attacher-popper" hideOn="click clickout" showOn="click" isShown=false}}
|
||||
<ul class="menu">
|
||||
{{#if showActivity}}
|
||||
|
@ -77,7 +77,6 @@
|
|||
<div class="form-group">
|
||||
<label for="new-template-name">{{localize 'name'}}</label>
|
||||
{{input id="new-template-name" value=saveTemplate.name type="text" class="form-control mousetrap" placeholder=""}}
|
||||
<small class="form-text text-muted">Good template name conveys document type</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="new-template-desc">{{localize 'description'}}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue