Fixed and updated EN translations.
This commit is contained in:
parent
5afffaba84
commit
1d0dacbc2d
@ -29,10 +29,6 @@ msgstr ""
|
|||||||
msgid "<a href=\"http://www.openslides.org\">OpenSlides</a> is a free web based presentation and assembly system for visualizing and controlling agenda, motions and elections of an assembly."
|
msgid "<a href=\"http://www.openslides.org\">OpenSlides</a> is a free web based presentation and assembly system for visualizing and controlling agenda, motions and elections of an assembly."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: users/static/templates/users/group-list.html:43
|
|
||||||
msgid "<i class=\"fa fa-trash fa-lg\"></i>"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. Prefix for the identifier for amendments
|
#. Prefix for the identifier for amendments
|
||||||
#: motions/static/js/motions/site.js:1594
|
#: motions/static/js/motions/site.js:1594
|
||||||
msgid "A"
|
msgid "A"
|
||||||
@ -384,7 +380,7 @@ msgstr ""
|
|||||||
#: motions/static/templates/motions/motion-form.html:13
|
#: motions/static/templates/motions/motion-form.html:13
|
||||||
#: motions/static/templates/motions/motion-list.html:268
|
#: motions/static/templates/motions/motion-list.html:268
|
||||||
#: motions/static/templates/motions/motionpoll-form.html:18
|
#: motions/static/templates/motions/motionpoll-form.html:18
|
||||||
#: users/static/templates/users/group-edit.html:23
|
#: users/static/templates/users/group-edit.html:22
|
||||||
#: users/static/templates/users/user-detail-password.html:39
|
#: users/static/templates/users/user-detail-password.html:39
|
||||||
#: users/static/templates/users/user-detail-profile.html:46
|
#: users/static/templates/users/user-detail-profile.html:46
|
||||||
#: users/static/templates/users/user-form.html:13
|
#: users/static/templates/users/user-form.html:13
|
||||||
@ -1386,12 +1382,12 @@ msgstr ""
|
|||||||
msgid "Phase"
|
msgid "Phase"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: users/static/templates/users/group-edit.html:11
|
#: users/static/templates/users/group-edit.html:10
|
||||||
msgid "Please enter a name for the new group"
|
msgid "Please enter a name for the new group:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: users/static/templates/users/group-edit.html:8
|
#: users/static/templates/users/group-edit.html:8
|
||||||
msgid "Please enter a new name for"
|
msgid "Please enter a new name for {{ group.name }}:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: agenda/static/templates/agenda/item-import.html:67
|
#: agenda/static/templates/agenda/item-import.html:67
|
||||||
@ -1631,7 +1627,7 @@ msgstr ""
|
|||||||
#: motions/static/templates/motions/category-form.html:25
|
#: motions/static/templates/motions/category-form.html:25
|
||||||
#: motions/static/templates/motions/motion-form.html:10
|
#: motions/static/templates/motions/motion-form.html:10
|
||||||
#: motions/static/templates/motions/motionpoll-form.html:15
|
#: motions/static/templates/motions/motionpoll-form.html:15
|
||||||
#: users/static/templates/users/group-edit.html:20
|
#: users/static/templates/users/group-edit.html:19
|
||||||
#: users/static/templates/users/user-detail-password.html:36
|
#: users/static/templates/users/user-detail-password.html:36
|
||||||
#: users/static/templates/users/user-detail-profile.html:43
|
#: users/static/templates/users/user-detail-profile.html:43
|
||||||
#: users/static/templates/users/user-form.html:10
|
#: users/static/templates/users/user-form.html:10
|
||||||
|
@ -5,11 +5,10 @@
|
|||||||
</uib-alert>
|
</uib-alert>
|
||||||
<label for="name_1">
|
<label for="name_1">
|
||||||
<span ng-if="group">
|
<span ng-if="group">
|
||||||
<translate>Please enter a new name for</translate>
|
<translate>Please enter a new name for {{ group.name }}:</translate>
|
||||||
{{ group.name }}
|
|
||||||
</span>
|
</span>
|
||||||
<span ng-if="!group" translate>
|
<span ng-if="!group" translate>
|
||||||
Please enter a name for the new group
|
Please enter a name for the new group:
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<div>
|
<div>
|
||||||
|
@ -43,7 +43,7 @@
|
|||||||
<a href="" class="text-danger"
|
<a href="" class="text-danger"
|
||||||
ng-bootbox-confirm="{{ 'Are you sure you want to delete this entry?' | translate }}<br>
|
ng-bootbox-confirm="{{ 'Are you sure you want to delete this entry?' | translate }}<br>
|
||||||
<b>{{ group.name | translate }}</b>"
|
<b>{{ group.name | translate }}</b>"
|
||||||
ng-bootbox-confirm-action="delete(group)" translate>
|
ng-bootbox-confirm-action="delete(group)">
|
||||||
<i class="fa fa-trash fa-lg"></i>
|
<i class="fa fa-trash fa-lg"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user