summaryrefslogtreecommitdiff
path: root/login-selector.tmpl
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-02-10 14:27:00 +0100
committerJonas Smedegaard <dr@jones.dk>2021-03-24 11:38:41 +0100
commitd78ee45783c3867a6bae4f872ad95c4e2a4acca1 (patch)
tree9503fb1bd9e7cfe565b57f98f342d15fd6385ccc /login-selector.tmpl
parent9170baeee968e75728a57acd02672f3767c07d7e (diff)
translate to danish
Diffstat (limited to 'login-selector.tmpl')
-rw-r--r--login-selector.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/login-selector.tmpl b/login-selector.tmpl
index 3e7045c..b4cceb2 100644
--- a/login-selector.tmpl
+++ b/login-selector.tmpl
@@ -17,7 +17,7 @@ $(document).ready(function() {
<form action="<TMPL_VAR CGIURL>" method="get" id="login_selector_form">
<div>
<script>
- $('fieldset').append("<legend>Select login method</legend>");
+ $('fieldset').append("<legend>Vælg din login-metode</legend>");
</script>
<input type="hidden" name="do" value="signin" />
@@ -30,7 +30,7 @@ $(document).ready(function() {
<TMPL_IF LOGIN_SELECTOR_OPENID>
<div>
<h3>OpenId login:</h3>
- <label for="openid_identifier" class="block">Enter your OpenID:</label>
+ <label for="openid_identifier" class="block">Angiv din OpenID:</label>
<input id="openid_identifier" name="openid_identifier" type="text" value="<TMPL_VAR ESCAPE=HTML OPENID_URL>"/>
<input id="openid_submit" type="submit" value="Login"/>
</div>
@@ -38,7 +38,7 @@ $(document).ready(function() {
<TMPL_IF LOGIN_SELECTOR_EMAILAUTH>
<div>
<h3>Email login:</h3>
- <label for="email_address" class="block">Enter your email address:</label>
+ <label for="email_address" class="block">Angiv din email-adresse:</label>
<input id="email_address" name="Email_entry" type="text" value="<TMPL_VAR ESCAPE=HTML EMAIL_ADDRESS>"/>
<input id="email_submit" type="submit" value="Login"/>
</div>