phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: property csv_invoice_import.php,1.2,1.2.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: property csv_invoice_import.php,1.2,1.2.2.1
Date: Thu, 06 Feb 2003 17:27:08 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        csv_invoice_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_invoice_import.php
===================================================================
RCS file: /cvsroot/phpgroupware/property/Attic/csv_invoice_import.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** csv_invoice_import.php      16 Oct 2002 15:32:15 -0000      1.2
--- csv_invoice_import.php      6 Feb 2003 22:27:06 -0000       1.2.2.1
***************
*** 332,338 ****
                $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');
--- 332,338 ----
                $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]