Fixed translation strings.

This commit is contained in:
Emanuel Schütze 2017-02-17 23:10:50 +01:00
parent 6bad8e8cc6
commit 58f499283f
4 changed files with 6 additions and 6 deletions

View File

@ -100,7 +100,7 @@ def get_config_variables():
yield ConfigVariable( yield ConfigVariable(
name='general_login_info_text', name='general_login_info_text',
default_value='', default_value='',
label='Show this text on the login page.', label='Show this text on the login page',
weight=140, weight=140,
group='General', group='General',
subgroup='System') subgroup='System')
@ -110,7 +110,7 @@ def get_config_variables():
yield ConfigVariable( yield ConfigVariable(
name='general_csv_separator', name='general_csv_separator',
default_value=',', default_value=',',
label='The separator used for the csv export and examples', label='Separator used for all csv exports and examples',
weight=144, weight=144,
group='General', group='General',
subgroup='CSV') subgroup='CSV')

View File

@ -1655,8 +1655,8 @@ angular.module('OpenSlidesApp.core.site', [
gettext('Front page text'); gettext('Front page text');
gettext('[Space for your welcome text.]'); gettext('[Space for your welcome text.]');
gettext('Allow access for anonymous guest users'); gettext('Allow access for anonymous guest users');
gettext('Show this text on the login page.'); gettext('Show this text on the login page');
gettext('The separator used for the csv export and examples.'); gettext('Separator used for all csv exports and examples');
gettext('Show logo on projector'); gettext('Show logo on projector');
gettext('You can replace the logo. Just copy a file to ' + gettext('You can replace the logo. Just copy a file to ' +
'"static/img/logo-projector.png" in your OpenSlides data ' + '"static/img/logo-projector.png" in your OpenSlides data ' +

View File

@ -84,7 +84,7 @@ angular.module('OpenSlidesApp.mediafiles.forms', [
key: 'uploader_id', key: 'uploader_id',
type: 'select-single', type: 'select-single',
templateOptions: { templateOptions: {
label: gettextCatalog.getString('Uploader'), label: gettextCatalog.getString('Uploaded by'),
options: User.getAll(), options: User.getAll(),
ngOptions: 'option.id as option.full_name for option in to.options', ngOptions: 'option.id as option.full_name for option in to.options',
placeholder: gettextCatalog.getString('Select or search a participant ...') placeholder: gettextCatalog.getString('Select or search a participant ...')

View File

@ -108,7 +108,7 @@
<input type="radio" name="viewChangeRecommendations.mode" value="agreed" <input type="radio" name="viewChangeRecommendations.mode" value="agreed"
ng-model="viewChangeRecommendations.mode" ng-model="viewChangeRecommendations.mode"
ng-checked="viewChangeRecommendations.mode == 'agreed'"> ng-checked="viewChangeRecommendations.mode == 'agreed'">
<translate translate-context="resolution">Final version</translate> <translate>Final version</translate>
</label> </label>
</div> </div>
</div> </div>