[interchange-cvs] interchange - ton modified dist/lib/UI/pages/admin/gpg_key.html

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Dec 7 12:03:29 EST 2003


User:      ton
Date:      2003-12-07 17:03:29 GMT
Modified:  dist/lib/UI/pages/admin gpg_key.html
Log:
	More i18n work.

Revision  Changes    Path
2.3       +13 -12    interchange/dist/lib/UI/pages/admin/gpg_key.html


rev 2.3, prev_rev 2.2
Index: gpg_key.html
===================================================================
RCS file: /var/cvs/interchange/dist/lib/UI/pages/admin/gpg_key.html,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- gpg_key.html	12 Jul 2003 04:15:23 -0000	2.2
+++ gpg_key.html	7 Dec 2003 17:03:29 -0000	2.3
@@ -1,4 +1,4 @@
-[set page_title]Payment Preferences - PGP[/set]
+[set page_title][L]Payment Preferences - PGP[/L][/set]
 [set ui_class]Admin[/set]
 [set mv_logical_page][/set]
 [set help_name]wizard.pgp[/set]
@@ -7,12 +7,13 @@
 
 <table width=500>
 <tr><td align=left>
-Enter the values used to enable payment processing through PGP or GnuPG.
+[L]Enter the values used to enable payment processing through PGP or GnuPG.[/L]
 </td></tr>
-<tr><td align=left>
+<tr><td align=left>[L GPG_KEY_PAR1]
 If you already have a GPG keyring, possible keys to encrypt against should
 be displayed. You may select one, or you may input a new PGP/GPG public key to add
 to the keyring at time of preview.
+[/L]
 </td></tr>
 </table>
 
@@ -69,7 +70,7 @@
 	no_bottom=1
    	row_template="[scratch row_template]"
 
-	next_text="Import GPG/PGP key"
+	next_text="[L]Import GPG/PGP key[/L]"
 	top_buttons=1
 	mv_nextpage="@@MV_PAGE@@"
 	hidden.ui_return_to="__UI_BASE__/wizard/index"
@@ -78,26 +79,26 @@
 
 	ui_wizard_fields="pgpkeyid pgpkeyfile pgpkeytext"
 
-	label.pgp="Enable PGP/GPG mode"
+	label.pgp="[L]Enable PGP/GPG mode[/L]"
 	widget.pgp=yesno
 	default.pgp=1
 
-	label.pgpkeyid="PGP/GPG key selection"
-	help.pgpkeyid="This is either the key ID or the email address associated with the PGP/GPG key"
+	label.pgpkeyid="[L]PGP/GPG key selection[/L]"
+	help.pgpkeyid="[L]This is either the key ID or the email address associated with the PGP/GPG key[/L]"
 	passed.pgpkeyid=`$Scratch->{tmp_pgpkeys}`
 	widget.pgpkeyid=select
 
-	label.pgpkeytext="PGP/GPG Public Key"
-	help.pgpkeytext="...or export an ASCII-armored version of your key, and paste it in."
+	label.pgpkeytext="[L]PGP/GPG Public Key[/L]"
+	help.pgpkeytext="[L]...or export an ASCII-armored version of your key, and paste it in.[/L]"
 	widget.pgpkeytext=textarea_20_60
 	extra.pgpkeytext="wrap=off"
 
-	label.pgpkeyfile="PGP/GPG Upload file"
-	help.pgpkeyfile="Upload a keyfile..."
+	label.pgpkeyfile="[L]PGP/GPG Upload file[/L]"
+	help.pgpkeyfile="[L]Upload a keyfile...[/L]"
 	widget.pgpkeyfile=file
 	extra.pgpkeyfile="wrap=off"
 	output-map=1
 ]
 
 @_UI_STD_FOOTER_@
-<!-- page: @@MV_PAGE@@ Revision: $Id: gpg_key.html,v 2.2 2003/07/12 04:15:23 mheins Exp $ -->
+<!-- page: @@MV_PAGE@@ Revision: $Id: gpg_key.html,v 2.3 2003/12/07 17:03:29 ton Exp $ -->








More information about the interchange-cvs mailing list