Merge pull request #2637 from emanuelschuetze/fix-translations
Fixed missing translations (Fixed #2616, fixed #2625)
This commit is contained in:
commit
e8bf67b185
@ -1450,6 +1450,7 @@ angular.module('OpenSlidesApp.core.site', [
|
||||
gettext('Font color of projector header and footer');
|
||||
gettext('Font color of projector headline');
|
||||
gettext('Predefined seconds of new countdowns');
|
||||
gettext('Color for blanked projector');
|
||||
gettext('List of speakers overlay');
|
||||
}
|
||||
]);
|
||||
|
@ -9,7 +9,9 @@
|
||||
|
||||
<div class="motion-save-toolbar" ng-class="{ 'visible': (inlineEditing.changed && inlineEditing.active) }">
|
||||
<div class="changed-hint" translate>The text has been changed.</div>
|
||||
<button type="button" ng-click="inlineEditing.save()" class="btn btn-primary">Save</button>
|
||||
<button type="button" ng-click="inlineEditing.save()" class="btn btn-primary" translate>
|
||||
Save
|
||||
</button>
|
||||
<label ng-if="motion.state.versioning && config('motions_allow_disable_versioning')">
|
||||
<input type="checkbox" ng-model="inlineEditing.trivialChange" value="1">
|
||||
<span translate>Trivial change</span>
|
||||
|
Loading…
Reference in New Issue
Block a user