summaryrefslogtreecommitdiff
path: root/httemplate/docs/cvv2.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/docs/cvv2.html')
-rw-r--r--httemplate/docs/cvv2.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/httemplate/docs/cvv2.html b/httemplate/docs/cvv2.html
index 845484d26..199aadf07 100644
--- a/httemplate/docs/cvv2.html
+++ b/httemplate/docs/cvv2.html
@@ -1,23 +1,23 @@
<HTML>
<HEAD>
<TITLE>
- CVV2 information
+ <% mt('CVV2 information') |h %>
</TITLE>
</HEAD>
<BODY BGCOLOR="#f8f8f8">
- The CVV2 number (also called CVC2 or CID) is a three- or four-digit
- security code used to reduce credit card fraud.<BR><BR>
+ <% mt('The CVV2 number (also called CVC2 or CID) is a three- or four-digit security code used to reduce credit card fraud') |h %>
+ <BR><BR>
<TABLE BORDER=0 CELLSPACING=4>
<TR>
- <TH>Visa / MasterCard / Discover</TH>
- <TH>American Express</TH>
+ <TH><% mt('Visa/MasterCard/Discover') |h %></TH>
+ <TH><% mt('American Express') |h %></TH>
</TR>
<TR>
<TD>
- <IMG BORDER=0 ALT="Visa/MasterCard/Discover" SRC="../images/cvv2.png">
+ <IMG BORDER=0 ALT="<% mt('Visa/MasterCard/Discover') |h %>" SRC="../images/cvv2.png">
</TD>
<TD>
- <IMG BORDER=0 ALT="American Express" SRC="../images/cvv2_amex.png">
+ <IMG BORDER=0 ALT="<% mt('American Express') |h %>" SRC="../images/cvv2_amex.png">
</TD>
</TABLE>
</BODY>