phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv/inc class.uiinventory.inc.php,1.14,1.15


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv/inc class.uiinventory.inc.php,1.14,1.15
Date: Fri, 30 May 2003 18:25:45 -0400

Update of /cvsroot/phpgroupware/inv/inc
In directory subversions:/tmp/cvs-serv15161/inv/inc

Modified Files:
        class.uiinventory.inc.php 
Log Message:
Changed all x's into %'s in lang calls and lang files.


Index: class.uiinventory.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/inc/class.uiinventory.inc.php,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** class.uiinventory.inc.php   13 Oct 2002 22:05:31 -0000      1.14
--- class.uiinventory.inc.php   30 May 2003 22:25:43 -0000      1.15
***************
*** 398,406 ****
                                        if ($this->product_id)
                                        {
!                                               
$this->t->set_var('message',lang('Product x x has been updated !', 
$values['num'],$values['name']));
                                        }
                                        else
                                        {
!                                               
$this->t->set_var('message',lang('Product x x has been added !', 
$values['num'],$values['name']));
                                        }
                                }
--- 398,406 ----
                                        if ($this->product_id)
                                        {
!                                               
$this->t->set_var('message',lang('Product %1 %2 has been updated !', 
$values['num'],$values['name']));
                                        }
                                        else
                                        {
!                                               
$this->t->set_var('message',lang('Product %1 %2 has been added !', 
$values['num'],$values['name']));
                                        }
                                }





reply via email to

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