[Top][All Lists]
[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']));
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Phpgroupware-cvs] CVS: inv/inc class.uiinventory.inc.php,1.14,1.15,
Guillaume Courtois <address@hidden> <=
- Prev by Date:
[Phpgroupware-cvs] CVS: inv/setup phpgw_de.lang,1.13,1.14 phpgw_en.lang,1.15,1.16 phpgw_es.lang,1.2,1.3 phpgw_fi.lang,1.1,1.2 phpgw_fr.lang,1.8,1.9 phpgw_pl.lang,1.2,1.3
- Next by Date:
[Phpgroupware-cvs] CVS: inv/setup phpgw_en.lang,1.16,1.17 phpgw_fr.lang,1.9,1.10
- Previous by thread:
[Phpgroupware-cvs] CVS: inv/setup phpgw_de.lang,1.13,1.14 phpgw_en.lang,1.15,1.16 phpgw_es.lang,1.2,1.3 phpgw_fi.lang,1.1,1.2 phpgw_fr.lang,1.8,1.9 phpgw_pl.lang,1.2,1.3
- Next by thread:
[Phpgroupware-cvs] CVS: inv/setup phpgw_en.lang,1.16,1.17 phpgw_fr.lang,1.9,1.10
- Index(es):