Updated translations.

This commit is contained in:
Emanuel Schuetze 2012-09-11 20:50:53 +02:00
parent 8732b67bd8
commit 7376b7a692
4 changed files with 263 additions and 361 deletions

View File

@ -87,7 +87,7 @@ class Assignment(models.Model, SlideMixin):
# if the candidation is blocked and anotherone tries to run the
# candidate
raise NameError(
_('The %s does not want to be a candidate.') % candidate)
_('%s does not want to be a candidate.') % candidate)
elif candidation and candidate == person:
candidation[0].blocked = False
candidation[0].save()

File diff suppressed because it is too large Load Diff

View File

@ -400,7 +400,7 @@ def get_widgets(request):
context.update(csrf(request))
widgets.append(Widget(
name='overlays',
display_name=_('Manage Overlays'),
display_name=_('Overlays'),
template='projector/overlay_widget.html',
permission_required='projector.can_manage_projector',
default_column=2,