aboutsummaryrefslogtreecommitdiff
path: root/authorization_required.cgi
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2018-08-25 22:54:45 +0200
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2018-08-25 22:54:45 +0200
commitfaab2792af4e54342362c9ba96b72d1c8c806908 (patch)
treec8378815ff5a997f37b65e23b1f5831e649311ad /authorization_required.cgi
parent81803975b690804d46d8ea719a404bc732a9f604 (diff)
massive english corrections, thanks to Haezel
Diffstat (limited to 'authorization_required.cgi')
-rwxr-xr-xauthorization_required.cgi10
1 files changed, 5 insertions, 5 deletions
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 << "<h2>" + _("Authorization Required") + "</h2>"
+ $d << "<h2>" + _("Authorization required") + "</h2>"
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 => "<code>#{$cgi["user"]}</code>"}
@@ -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 << <<END
<p>#{authstr}</p>