diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-31 17:46:37 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-05-31 17:46:37 +0000 |
commit | e4d8dbdfb0e72700dae2efb728924c6e60a8bb99 (patch) | |
tree | ff7a374fe34212d5ac670d8664775060cc43c1a6 /pages | |
parent | 643e2e172545c1dbc19e1f7bb61ac54f66367dcf (diff) | |
download | vdr-plugin-live-e4d8dbdfb0e72700dae2efb728924c6e60a8bb99.tar.gz vdr-plugin-live-e4d8dbdfb0e72700dae2efb728924c6e60a8bb99.tar.bz2 |
- [0000336] finnish translation
Diffstat (limited to 'pages')
-rw-r--r-- | pages/login.ecpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/login.ecpp b/pages/login.ecpp index 448d328..7462a59 100644 --- a/pages/login.ecpp +++ b/pages/login.ecpp @@ -34,14 +34,14 @@ if (logged_in || !LiveSetup().UseAuth()) return reply.redirect("whats_on.html"); <& pageelems.doc_type &> <html> <head> - <title>VDR-Live - Login</title> + <title>VDR-Live - <$ tr("Login") $></title> <link rel="stylesheet" type="text/css" href="styles.css" /> <& tooltip.javascript var=("domTT_styleClass") value=("domTTepg") &> <& pageelems.ajax_js &> </head> <body onload="document.auth.login.focus()"> <div style="width: 350px; margin: 0 auto; text-align: center; padding: 20px"> - <div class="boxheader"><div><div>VDR Live Login</div></div></div> + <div class="boxheader"><div><div><$ tr("VDR Live Login") $></div></div></div> <div style="border: 1px solid black; padding: 15px"> <img src="logo_login.png" alt="VDR Live"></img> <form name="auth"> @@ -65,4 +65,4 @@ if (logged_in || !LiveSetup().UseAuth()) return reply.redirect("whats_on.html"); </div> </div> </body> -</html>
\ No newline at end of file +</html> |