phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog csv_import.php,1.7.2.4,1.7.2.5


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog csv_import.php,1.7.2.4,1.7.2.5
Date: Thu, 06 Feb 2003 17:27:08 -0500

Update of /cvsroot/phpgroupware/infolog
In directory subversions:/tmp/cvs-serv4735/infolog

Modified Files:
      Tag: Version-0_9_14-branch
        csv_import.php 
Log Message:
Replaced %1, %2, etc ... by x, x, etc ... in the phrase put in the lang() call
This way all the lang calls are used the same way.


Index: csv_import.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/csv_import.php,v
retrieving revision 1.7.2.4
retrieving revision 1.7.2.5
diff -C2 -r1.7.2.4 -r1.7.2.5
*** csv_import.php      1 Jun 2002 10:47:50 -0000       1.7.2.4
--- csv_import.php      6 Feb 2003 22:27:05 -0000       1.7.2.5
***************
*** 346,352 ****
                $log .= "\t</tr>\n</table>\n";
  
!               $t->set_var('anz_imported',$debug ? lang( '%1 records read (not 
yet imported, you may go back and uncheck Test Import)',
                                                                                
                                                $anz,'<a 
href="javascript:history.back()">','</a>' ) :
!                                                                               
                                lang( '%1 records imported',$anz ));
                $t->set_var('log',$log);
                $t->parse('importedhandle','imported');
--- 346,352 ----
                $log .= "\t</tr>\n</table>\n";
  
!               $t->set_var('anz_imported',$debug ? lang( 'x records read (not 
yet imported, you may go back and uncheck Test Import)',
                                                                                
                                                $anz,'<a 
href="javascript:history.back()">','</a>' ) :
!                                                                               
                                lang( 'x records imported',$anz ));
                $t->set_var('log',$log);
                $t->parse('importedhandle','imported');





reply via email to

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