Merge pull request #2637 from emanuelschuetze/fix-translations

Fixed missing translations (Fixed #2616, fixed #2625)
This commit is contained in:
Norman Jäckel 2016-11-15 23:27:02 +01:00 committed by GitHub
commit e8bf67b185
2 changed files with 4 additions and 1 deletions

View File

@ -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');
}
]);

View File

@ -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>