phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: addressbook/inc class.uiXport.inc.php,1.6,1.7


From: Pablo Pessagno <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook/inc class.uiXport.inc.php,1.6,1.7
Date: Tue, 15 Jan 2002 10:26:50 -0500

Update of /cvsroot/phpgroupware/addressbook/inc
In directory subversions:/tmp/cvs-serv5226/inc

Modified Files:
        class.uiXport.inc.php 
Log Message:

Export template lang fixes 


Index: class.uiXport.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/inc/class.uiXport.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** class.uiXport.inc.php       30 Dec 2001 11:57:02 -0000      1.6
--- class.uiXport.inc.php       15 Jan 2002 15:26:47 -0000      1.7
***************
*** 227,233 ****
--- 227,236 ----
                                
$this->template->set_var('action_url',$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.export'));
                                
$this->template->set_var('filename',lang('Export file name'));
+                               
$this->template->set_var('conversion',lang('Select the type of conversion'));
                                $this->template->set_var('conv',$conv);
                                $this->template->set_var('debug',lang(''));
                                
$this->template->set_var('download',lang('Submit'));
+                               
$this->template->set_var('download_export',lang('Download export file (Uncheck 
to debug output in browser)'));
+                               $this->template->set_var('none',lang('none'));
                                $this->template->set_var('start',$this->start);
                                $this->template->set_var('sort',$this->sort);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]