summaryrefslogtreecommitdiff
path: root/httemplate/misc
diff options
context:
space:
mode:
authorlevinse <levinse>2011-05-27 05:57:19 +0000
committerlevinse <levinse>2011-05-27 05:57:19 +0000
commitd0c5ddbd31af8b1747d447f31623e1af05961eb4 (patch)
tree8fdb8e3bb059eb0d2b96648cf7933271ba8509ae /httemplate/misc
parent8ef00c68688492b2afa3dde8d3d467f89f238c40 (diff)
internationalization/localization, RT12515
Diffstat (limited to 'httemplate/misc')
-rwxr-xr-xhttemplate/misc/change_pkg.cgi2
-rw-r--r--httemplate/misc/order_pkg.html2
-rw-r--r--httemplate/misc/payment.cgi6
3 files changed, 5 insertions, 5 deletions
diff --git a/httemplate/misc/change_pkg.cgi b/httemplate/misc/change_pkg.cgi
index 01b283d7a..2ab9329a1 100755
--- a/httemplate/misc/change_pkg.cgi
+++ b/httemplate/misc/change_pkg.cgi
@@ -40,7 +40,7 @@
<BR>
<INPUT NAME = "submitButton"
TYPE = "button"
- VALUE = "Change package"
+ VALUE = "<% mt("Change package") |h %>"
onClick = "this.disabled=true; standardize_new_location();"
<% scalar($cgi->param('pkgpart')) ? '' : 'DISABLED' %>
>
diff --git a/httemplate/misc/order_pkg.html b/httemplate/misc/order_pkg.html
index 985472142..4c7a02b1e 100644
--- a/httemplate/misc/order_pkg.html
+++ b/httemplate/misc/order_pkg.html
@@ -126,7 +126,7 @@
% : 'standardize_new_location()';
<INPUT NAME = "submitButton"
TYPE = "button"
- VALUE = "Order Package"
+ VALUE = "<% mt("Order Package") |h %>"
onClick = "this.disabled=true; <% $onclick %>;"
<% $pkgpart ? '' : 'DISABLED' %>
>
diff --git a/httemplate/misc/payment.cgi b/httemplate/misc/payment.cgi
index 4c02da066..a033c1cea 100644
--- a/httemplate/misc/payment.cgi
+++ b/httemplate/misc/payment.cgi
@@ -222,7 +222,7 @@
<TR>
<TD COLSPAN=2>
<INPUT TYPE="checkbox" CHECKED NAME="save" VALUE="1">
- <% mt('Remember this informatio') |h %>
+ <% mt('Remember this information') |h %>
</TD>
</TR>
@@ -265,8 +265,8 @@
die "access denied"
unless $FS::CurrentUser::CurrentUser->access_right('Process payment');
-my %type = ( 'CARD' => emt('credit card'),
- 'CHEK' => emt('electronic check (ACH)'),
+my %type = ( 'CARD' => 'credit card',
+ 'CHEK' => 'electronic check (ACH)',
);
$cgi->param('payby') =~ /^(CARD|CHEK)$/