[slbackup-commit] CVS update: slbackup-php/templates login.tpl
finnarne-guest at alioth.debian.org
finnarne-guest at alioth.debian.org
Fri Apr 13 10:51:08 UTC 2007
User: finnarne-guest
Date: 07/04/13 10:51:08
Modified: templates login.tpl
Log:
Preparred localization of login.tpl
Revision Changes Path
1.2 +5 -7 slbackup-php/templates/login.tpl
Index: login.tpl
===================================================================
RCS file: /cvsroot/slbackup/slbackup-php/templates/login.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- login.tpl 13 Apr 2007 06:07:38 -0000 1.1
+++ login.tpl 13 Apr 2007 10:51:07 -0000 1.2
@@ -18,16 +18,14 @@
*}
<html>
<head>
- <title>SLBackup Configuration</title>
+ <title>{t}SLBackup Configuration{/t}</title>
</head>
<body>
<FORM name=login method=POST>
- To read the configuration, you must log in as {$backupuser}
- on {$backuphost}.<BR>
- Please enter the password for the {$backupuser} account on
- {$backuphost}:<BR>
+ {t 1=$backupuser 2=$backuphost}To read the configuration, you must log in as %1 on %2.{/t}<BR>
+ {t 1=$backupuser 2=$backuphost}Please enter the password for the %1 account on %2:{/t}<BR>
<INPUT type=password name=Passwd><BR>
- <INPUT type=submit name=login value="Login">
- <INPUT type=reset name=Reset value="Reset">
+ <INPUT type=submit name=login value="{t}Login{/t}">
+ <INPUT type=reset name=Reset value="{t}Reset{/t}">
</FORM>
</html>
More information about the slbackup-commit
mailing list