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

View File

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

View File

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

View File

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