[interchange-cvs] interchange - ton modified 3 files

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Fri Feb 14 05:02:00 2003


User:      ton
Date:      2003-02-14 10:01:40 GMT
Modified:  dist/foundation/pages/affiliate index.html login.html
Modified:  dist/foundation/products locale.txt
Log:
	Localization foundation cont'd

Revision  Changes    Path
2.1       +12 -12    interchange/dist/foundation/pages/affiliate/index.html


rev 2.1, prev_rev 2.0
Index: index.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/affiliate/index.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- index.html	18 Jul 2001 02:21:21 -0000	2.0
+++ index.html	14 Feb 2003 10:01:40 -0000	2.1
@@ -3,7 +3,7 @@
 ui_template_name: leftonly
 [/comment]
 
-[tmp page_title]Affiliate headquarters[/tmp]
+[tmp page_title][L]Affiliate headquarters[/L][/tmp]
 
 [control reset=1]
 
@@ -30,7 +30,7 @@
 <TABLE>
 <TR>
 	<TH ALIGN=RIGHT>
-	Affiliate code
+	[L]Affiliate code[/L]:
 	</TH>
 	<TD>
 		[loop-code]
@@ -38,7 +38,7 @@
 </TR>
 <TR>
 	<TH ALIGN=RIGHT>
-	Business name
+	[L]Business name[/L]:
 	</TH>
 	<TD>
 		[loop-data affiliate name]
@@ -47,29 +47,29 @@
 
 <TR>
 	<TH ALIGN=RIGHT>
-	Account active
+	[L]Account active[/L]:
 	</TH>
 	<TD>
-		[if-loop-data affiliate active]Yes[else]no[/else][/if-loop-data]
+		[if-loop-data affiliate active][L]Yes[/L][else][L]No[/L][/else][/if-loop-data]
 	</TD>
 </TR>
 
 <TR>
 	<TH ALIGN=RIGHT>
-	Linkback URL
+	[L]Linkback URL[/L]:
 	</TH>
 	<TD>
-		[if-loop-data affiliate url]<A HREF="[loop-data affiliate url]">[loop-data affiliate url]</A>[else]none[/else][/if-loop-data]
+		[if-loop-data affiliate url]<A HREF="[loop-data affiliate url]">[loop-data affiliate url]</A>[else][L]none[/L][/else][/if-loop-data]
 	</TD>
 </TR>
 
 
 <TR>
 	<TH ALIGN=RIGHT>
-	Logo image
+	[L]Logo image[/L]:
 	</TH>
 	<TD>
-		[if-loop-data affiliate image]<IMG SRC="[loop-data affiliate image]">[else]none[/else][/if-loop-data]
+		[if-loop-data affiliate image]<IMG SRC="[loop-data affiliate image]">[else][L]none[/L][/else][/if-loop-data]
 	</TD>
 </TR>
 
@@ -81,7 +81,7 @@
 
 <TR>
 	<TH ALIGN=RIGHT VALIGN=top>
-	URL to enter catalog
+	[L]URL to enter catalog[/L]:
 	</TH>
 	<TD>
 		<A HREF="[area href='index' form='mv_pc=[loop-code]']">[calc]$Config->{VendURL}[/calc]?mv_pc=[loop-code]</A>
@@ -95,7 +95,7 @@
 
 <TR>
 	<TH ALIGN=RIGHT VALIGN=top>
-	URL to order a product
+	[L]URL to order a product[/L]:
 	</TH>
 	<TD>
 		[if cgi SKU]
@@ -105,7 +105,7 @@
 							mv_pc=[loop-code]
 						"]">order SKU [cgi SKU]</A>, "[description code="[cgi SKU]"]", use:
 			<FORM>
-			<TEXTAREA COLS=70 ROWS=1>[calc] $Config->{VendURL} [/calc]/order?mv_pc=[loop-code]&mv_order_item=[cgi SKU]</TEXTAREA>
+			<TEXTAREA COLS=70 ROWS=3>[calc] $Config->{VendURL} [/calc]/order?mv_pc=[loop-code]&mv_order_item=[cgi SKU]</TEXTAREA>
 			</FORM><BR>
 		<P>
 		[/if]



2.2       +5 -5      interchange/dist/foundation/pages/affiliate/login.html


rev 2.2, prev_rev 2.1
Index: login.html
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/pages/affiliate/login.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- login.html	1 Sep 2002 23:54:22 -0000	2.1
+++ login.html	14 Feb 2003 10:01:40 -0000	2.2
@@ -4,7 +4,7 @@
 [/comment]
 
 [tmp members_only][/tmp]
-[tmp page_title]Affiliates -- log in[/tmp]
+[tmp page_title][L]Affiliates[/L] -- [L]log in[/L][/tmp]
 
 [control reset=1]
 
@@ -22,7 +22,7 @@
 
 <!-- BEGIN CONTENT -->
 
-Log in as an affiliate
+[L]Log in as an affiliate[/L]
 
 [set AFLogin]
 [if session logged_in]
@@ -48,7 +48,7 @@
     <table border="0" cellspacing="0" cellpadding="2">
     <tr> 
       <td align="right">
-        <b>Username:</b>
+        <b>[L]Username[/L]:</b>
       </td>
       <td align="left"> 
         <INPUT NAME=mv_username VALUE="[read-cookie MV_USERNAME]">
@@ -56,7 +56,7 @@
     </tr>
     <tr> 
       <td align="right"> 
-        <b>Password:</b>
+        <b>[L]Password[/L]:</b>
       </td>
       <td align="left"> 
         <INPUT TYPE=password NAME=mv_password VALUE="">
@@ -65,7 +65,7 @@
     <tr> 
       <td>&nbsp;</td>
       <td> 
-        <input type="submit" value="Log In">
+        <input type="submit" value="[L]Log In[/L]">
       </td>
     </tr>
     </table>



2.10      +2 -1      interchange/dist/foundation/products/locale.txt


rev 2.10, prev_rev 2.9
Index: locale.txt
===================================================================
RCS file: /var/cvs/interchange/dist/foundation/products/locale.txt,v
retrieving revision 2.9
retrieving revision 2.10
diff -u -r2.9 -r2.10
--- locale.txt	14 Feb 2003 09:50:57 -0000	2.9
+++ locale.txt	14 Feb 2003 10:01:40 -0000	2.10
@@ -218,7 +218,7 @@
 Welcome back	Welcome back			Welkom terug
 Welcome to	Welcome to			Welkom bij
 Welcome to __COMPANY__, an Interchange catalog!	Welcome to __COMPANY__, an Interchange catalog!			Welkom bij __COMPANY__, een Interchange catalogus!
-Will one-click order these random items	Will one-click order these random items			
+Will one-click order these random items	Will one-click order these random items			Bestelt deze willekeurige artikelen met een klik
 Yes	Yes			Ja
 You are already logged in.	You are already logged in.			U bent al aangemeld.
 You can contact us the following ways	You can contact us the following ways			U kunt ons als volgt bereiken
@@ -243,6 +243,7 @@
 mon_decimal_point	.	,	,	.
 mon_thousand_sep		 		
 mon_thousands_sep	,	,	.	,
+none	none			geen
 on	on			op
 p_cs_precedes	1			1
 p_sep_by_space			1	1