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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sun Nov 18 15:39:01 2001


User:      racke
Date:      2001-11-18 20:38:25 GMT
Modified:  dist/lib/UI/pages/admin dbdownload.html
Log:
merged changes 2.0 vs 2.0.2.1
+++ 2.0.2.1 +++
translation update

Revision  Changes    Path
2.1       +6 -6      interchange/dist/lib/UI/pages/admin/dbdownload.html


rev 2.1, prev_rev 2.0
Index: dbdownload.html
===================================================================
RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/dbdownload.html,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- dbdownload.html	2001/07/18 02:22:00	2.0
+++ dbdownload.html	2001/11/18 20:38:25	2.1
@@ -1,4 +1,4 @@
-[set page_title]Database export[/set]
+[set page_title][L]Database export[/L][/set]
 [set ui_class]Admin[/set]
 [set help_name]dbdownload.main[/set]
 [set icon_name]icon_config.gif[/set]
@@ -18,12 +18,12 @@
 
 [if scratch exported_tables]
 <BLOCKQUOTE>
-	[backup-database
+	[msg arg.0='[backup-database
 		compress="[cgi ui_compress]"
 		xls="[cgi ui_export_xls]"
 		max_xls_string="[cgi ui_export_max_xls_string]"
 		tables="[scratch exported_tables]"
-	] tables backed up.
+	]']%s tables backed up.[/msg]
 </BLOCKQUOTE>
 [/if]
 
@@ -36,11 +36,11 @@
 			form="
 				mv_data_file=backup/DBDOWNLOAD.xls
 				mv_todo=deliver
-			"]Download XLS file ([file-info name="backup/DBDOWNLOAD.xls" date=1])</A><BR>
+			"][L]Download XLS file[/L] ([file-info name="backup/DBDOWNLOAD.xls" date=1])</A><BR>
 [/if]
 
 [if scratch ui_error]
-	<B>Errors on last operation:</B>
+	<B>[L]Errors on last operation[/L]:</B>
 	[scratch ui_error][set ui_error][/set]
 [/if]
 
@@ -91,7 +91,7 @@
 	[/if]
 	</BLOCKQUOTE>
 	<p>
-	<input type=submit name="do_download" value="Perform export">
+	<input type=submit name="do_download" value="[L]Perform export[/L]">
 	</td>
 </tr>
 </table>