[interchange-cvs] interchange - racke modified dist/lib/UI/pages/admin/export_table.html

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sun Nov 18 15:40:00 2001


User:      racke
Date:      2001-11-18 20:39:13 GMT
Modified:  dist/lib/UI/pages/admin export_table.html
Log:
merged changes 2.0.2.1 vs 2.0.2.2
+++ 2.0.2.2 +++
translation update

Revision  Changes    Path
2.2       +25 -25    interchange/dist/lib/UI/pages/admin/export_table.html


rev 2.2, prev_rev 2.1
Index: export_table.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/export_table.html,v
retrieving revision 2.1
retrieving revision 2.2
diff -u -r2.1 -r2.2
--- export_table.html	2001/08/29 07:38:23	2.1
+++ export_table.html	2001/11/18 20:39:13	2.2
@@ -1,17 +1,17 @@
 [if cgi mv_data_table]
 [if-mm function=!export table="[cgi mv_data_table]"]
-[set ui_error]Not allowed to export table '[cgi mv_data_table]'.[/seti]
+[set ui_error][msg arg.0="[cgi mv_data_table]"]Not allowed to export table '%s'.[/msg][/seti]
 [bounce page="__UI_BASE__/error"]
 [/if-mm]
 [/if]
-[set page_title]Individual Table Export[/set]
+[set page_title][L]Individual Table Export[/L][/set]
 [set ui_class]Admin[/set]
 [set table_perm]1[/set]
 [set help_name]export.main[/set]
 [set icon_name]icon_config.gif[/set]
 @_UI_STD_HEAD_@
 
-[page __UI_BASE__/dbdownload]Multiple table export[/page]<BR>
+[page __UI_BASE__/dbdownload][L]Multiple table export[/L][/page]<BR>
 
 [seti user_tables][loop list="[list-databases]"][if-mm function=export table="[loop-code]"][loop-code]
 [/if-mm][/loop][/seti]
@@ -25,7 +25,7 @@
 	for(@tables) {
 		#Log("table $_");
 		unless (ref $Db{$_}) {
-			Log("bad table $_");
+			Log("bad table %s", $_);
 			next;
 		}
 		$tables{$_} = [ $Db{$_}->columns() ];
@@ -194,7 +194,7 @@
 
 <tr>
 <td bgcolor="__UI_C_INTBLOCK__">
-Table to export
+[L]Table to export[/L]
 </td>
 <td bgcolor="__UI_C_INTBLOCK__">
 <select name="mv_data_table" onChange="populateTable(
@@ -212,25 +212,25 @@
 
 <tr>
 <td bgcolor="__UI_C_INTBLOCK__">
-Export as<BR>
+[L]Export as[/L]<BR>
 </td>
 <td bgcolor="__UI_C_INTBLOCK__">
         <SELECT NAME="mv_data_export_type">
-            <OPTION VALUE=""> Current type
-            <OPTION VALUE="DEFAULT"> System default
-            <OPTION VALUE="TAB"> TAB delimited
-            <OPTION VALUE="CSV"> CSV
-            <OPTION VALUE="PIPE"> PIPE separated
+            <OPTION VALUE=""> [L]Current type[/L]
+            <OPTION VALUE="DEFAULT"> [L]System default[/L]
+            <OPTION VALUE="TAB"> [L]TAB delimited[/L]
+            <OPTION VALUE="CSV"> [L]CSV[/L]
+            <OPTION VALUE="PIPE"> [L]PIPE separated[/L]
             <OPTION VALUE="%%"> %%/%%%
-            <OPTION VALUE="LINE"> Line mode
+            <OPTION VALUE="LINE"> [L]Line mode[/L]
         </SELECT>
 </td>
 </tr>
 
 <tr>
 <td bgcolor="__UI_C_INTBLOCK__">
-	Export to file<br>
-	<small><I>(leave empty for default file)</I></small>
+	[L]Export to file[/L]<br>
+	<small><I>([L]leave empty for default file[/L])</I></small>
 </td>
 <td bgcolor="__UI_C_INTBLOCK__">
  <INPUT NAME=mv_data_file SIZE=40>
@@ -239,11 +239,11 @@
 
 <tr>
 <td bgcolor="__UI_C_INTBLOCK__">
-Sort by column
+[L]Sort by column[/L]
 </td>
 <td bgcolor="__UI_C_INTBLOCK__">
 	<SELECT NAME=ui_sort_field>
-		<OPTION VALUE=""> unsorted
+		<OPTION VALUE=""> [L]unsorted[/L]
 		[loop list=|
 						[db-columns name="[value mv_data_table]"]
 					|]
@@ -255,16 +255,16 @@
 
 <tr>
 <td bgcolor="__UI_C_INTBLOCK__">
-	Sort options<BR>
+	[L]Sort options[/L]<BR>
 </td>
 <td bgcolor="__UI_C_INTBLOCK__">
 	<SELECT NAME=ui_sort_option>
-		<OPTION VALUE=""> default (alpha)
-		<OPTION VALUE="r"> reverse
-		<OPTION VALUE="n"> numeric
-		<OPTION VALUE="rn"> reverse numeric
-		<OPTION VALUE="f"> case-insensitive
-		<OPTION VALUE="rf"> case-insensitive, reverse
+		<OPTION VALUE=""> [L]default (alpha)[/L]
+		<OPTION VALUE="r"> [L]reverse[/L]
+		<OPTION VALUE="n"> [L]numeric[/L]
+		<OPTION VALUE="rn"> [L]reverse numeric[/L]
+		<OPTION VALUE="f"> [L]case-insensitive[/L]
+		<OPTION VALUE="rf"> [L]case-insensitive[/L], [L]reverse[/L]
 	</SELECT>
 </td>
 </tr>
@@ -273,9 +273,9 @@
 <td bgcolor="__UI_C_INTBLOCK__" colspan=2>
 
 <center>
-<INPUT TYPE=submit NAME=mv_click VALUE="Export">
+<INPUT TYPE=submit NAME=mv_click VALUE="[L]Export[/L]">
 </center>
-[set Export]
+[set [L]Export[/L]]
 ui_export_database=1
 [/set]