From 4075c1aa3fbf9437d08f154ba54f138806a6f92b Mon Sep 17 00:00:00 2001 From: Emanuel Schuetze Date: Tue, 4 Oct 2016 12:00:11 +0200 Subject: [PATCH] Fixed translations strings. Updated template-en.pot. --- .../agenda/current-list-of-speakers.html | 2 +- .../static/templates/agenda/item-detail.html | 4 +- .../static/templates/agenda/item-list.html | 4 +- .../slide-current-list-of-speakers.html | 2 +- .../templates/core/manage-projectors.html | 7 +- .../locale/angular-gettext/template-en.pot | 75 +++++++++---------- .../templates/mediafiles/mediafile-list.html | 4 +- openslides/motions/static/js/motions/site.js | 2 +- 8 files changed, 48 insertions(+), 52 deletions(-) diff --git a/openslides/agenda/static/templates/agenda/current-list-of-speakers.html b/openslides/agenda/static/templates/agenda/current-list-of-speakers.html index c6c4a7923..cd0473467 100644 --- a/openslides/agenda/static/templates/agenda/current-list-of-speakers.html +++ b/openslides/agenda/static/templates/agenda/current-list-of-speakers.html @@ -34,7 +34,7 @@ ng-class="{ 'projected': isCurrentLoSProjected() == projector.id }"> {{ projector.name }} - (Standard) + (Default) diff --git a/openslides/agenda/static/templates/agenda/item-detail.html b/openslides/agenda/static/templates/agenda/item-detail.html index 477855a6d..2832be5eb 100644 --- a/openslides/agenda/static/templates/agenda/item-detail.html +++ b/openslides/agenda/static/templates/agenda/item-detail.html @@ -11,7 +11,7 @@ diff --git a/openslides/motions/static/js/motions/site.js b/openslides/motions/static/js/motions/site.js index aab2d957f..8c60545a2 100644 --- a/openslides/motions/static/js/motions/site.js +++ b/openslides/motions/static/js/motions/site.js @@ -1999,7 +1999,7 @@ angular.module('OpenSlidesApp.motions.site', ['OpenSlidesApp.motions', 'OpenSlid gettext('Remove all supporters of a motion if a submitter edits his ' + 'motion in early state'); - // subgroup Suppoerters + // subgroup Supporters gettext('Comments'); gettext('Comment fields for motions'); gettext('Public');