From faab2792af4e54342362c9ba96b72d1c8c806908 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Sat, 25 Aug 2018 22:54:45 +0200 Subject: massive english corrections, thanks to Haezel --- authorization_required.cgi | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'authorization_required.cgi') diff --git a/authorization_required.cgi b/authorization_required.cgi index c93d85a..45c7e46 100755 --- a/authorization_required.cgi +++ b/authorization_required.cgi @@ -33,12 +33,12 @@ if $cgi.include?("poll") $d = Dudle.new(:hide_lang_chooser => true) end - $d << "

" + _("Authorization Required") + "

" + $d << "

" + _("Authorization required") + "

" case $cgi["user"] when "admin" - $d << _("The configuration of this Poll is protected by password!") + $d << _("The configuration of this poll is password-protected!") when "participant" - $d << _("This Poll is protected by password!") + $d << _("This poll is password-protected!") end $d << _("In order to proceed, you have to give the password for user %{user}.") % {:user => "#{$cgi["user"]}"} @@ -49,8 +49,8 @@ if $cgi.include?("poll") end else - $d = Dudle.new(:title => _("Authorization Required"), :hide_lang_chooser => true) - returnstr = _("Return to dudle home and Schedule a new Poll") + $d = Dudle.new(:title => _("Authorization required"), :hide_lang_chooser => true) + returnstr = _("Return to Dudle home and schedule a new poll") authstr = _("You have to authorize yourself in order to access this page!") $d << <#{authstr}

-- cgit v1.2.3