Fix translation strings.
This commit is contained in:
parent
4fc95e5f19
commit
140869ebd7
@ -131,11 +131,13 @@
|
|||||||
{{ alert.msg }}
|
{{ alert.msg }}
|
||||||
</uib-alert>
|
</uib-alert>
|
||||||
<div os-perms="agenda.can_manage">
|
<div os-perms="agenda.can_manage">
|
||||||
<select chosen ng-model="speakerSelectBox.selected" ng-change="addSpeaker(speakerSelectBox.selected)"
|
<select chosen
|
||||||
|
ng-model="speakerSelectBox.selected"
|
||||||
|
ng-change="addSpeaker(speakerSelectBox.selected)"
|
||||||
ng-options="user.id as user.get_full_name() for user in users"
|
ng-options="user.id as user.get_full_name() for user in users"
|
||||||
search-contains="true"
|
search-contains="true"
|
||||||
placeholder-text-single="'{{ 'Select or search a participant ...' | translate }}'"
|
placeholder-text-single="'Select or search a participant ...' | translate"
|
||||||
no-results-text="'{{ 'No results available ...' | translate }}'"
|
no-results-text="'No results available ...' | translate"
|
||||||
class="form-control">
|
class="form-control">
|
||||||
<select>
|
<select>
|
||||||
</div>
|
</div>
|
||||||
|
@ -94,8 +94,8 @@
|
|||||||
<select chosen ng-model="candidateSelectBox.selected" ng-change="addCandidate(candidateSelectBox.selected)"
|
<select chosen ng-model="candidateSelectBox.selected" ng-change="addCandidate(candidateSelectBox.selected)"
|
||||||
ng-options="user.id as user.get_full_name() for user in users"
|
ng-options="user.id as user.get_full_name() for user in users"
|
||||||
search-contains="true"
|
search-contains="true"
|
||||||
placeholder-text-single="'{{ 'Select or search a participant ...' | translate }}'"
|
placeholder-text-single="'Select or search a participant ...' | translate"
|
||||||
no-results-text="'{{ 'No results available ...' | translate }}'"
|
no-results-text="'No results available ...' | translate"
|
||||||
class="form-control">
|
class="form-control">
|
||||||
<select>
|
<select>
|
||||||
</div>
|
</div>
|
||||||
|
@ -5,6 +5,6 @@
|
|||||||
ng-options="{{ to.ngOptions }}"
|
ng-options="{{ to.ngOptions }}"
|
||||||
search-contains="true"
|
search-contains="true"
|
||||||
placeholder-text-multiple="'{{ to.placeholder }}'"
|
placeholder-text-multiple="'{{ to.placeholder }}'"
|
||||||
no-results-text="'{{ 'No results available ...' | translate }}'"
|
no-results-text="'No results available ...' | translate"
|
||||||
class="form-control">
|
class="form-control">
|
||||||
</select>
|
</select>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
allow-single-deselect="true"
|
allow-single-deselect="true"
|
||||||
search-contains="true"
|
search-contains="true"
|
||||||
placeholder-text-single="'{{ to.placeholder }}'"
|
placeholder-text-single="'{{ to.placeholder }}'"
|
||||||
no-results-text="'{{ 'No results available ...' | translate }}'"
|
no-results-text="'No results available ...' | translate"
|
||||||
class="form-control">
|
class="form-control">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
</select>
|
</select>
|
||||||
|
@ -29,8 +29,8 @@
|
|||||||
ng-options="user.id as user.get_full_name() for user in users"
|
ng-options="user.id as user.get_full_name() for user in users"
|
||||||
allow-single-deselect="true"
|
allow-single-deselect="true"
|
||||||
search-contains="true"
|
search-contains="true"
|
||||||
placeholder-text-single="'{{ 'Select or search a participant ...' | translate }}'"
|
placeholder-text-single="'Select or search a participant ...' | translate"
|
||||||
no-results-text="'{{ 'No results available ...' | translate }}'"
|
no-results-text="'No results available ...' | translate"
|
||||||
class="form-control">
|
class="form-control">
|
||||||
<option value=""></option>
|
<option value=""></option>
|
||||||
<select>
|
<select>
|
||||||
|
Loading…
Reference in New Issue
Block a user