phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.31,1.32


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: admin/inc class.uicategories.inc.php,1.31,1.32
Date: Tue, 22 Apr 2003 16:09:03 -0400

Update of /cvsroot/phpgroupware/admin/inc
In directory subversions:/tmp/cvs-serv10170/admin/inc

Modified Files:
        class.uicategories.inc.php 
Log Message:
Begin translation of x's to %'s ...


Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/admin/inc/class.uicategories.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -r1.31 -r1.32
*** class.uicategories.inc.php  13 Oct 2002 22:03:55 -0000      1.31
--- class.uicategories.inc.php  22 Apr 2003 20:09:01 -0000      1.32
***************
*** 278,282 ****
                                {
                                        $this->bo->save_cat($values);
!                                       
$GLOBALS['phpgw']->template->set_var('message',lang('Category x has been added 
!', $values['name']));
                                }
                        }
--- 278,282 ----
                                {
                                        $this->bo->save_cat($values);
!                                       
$GLOBALS['phpgw']->template->set_var('message',lang('Category %1 has been added 
!', $values['name']));
                                }
                        }
***************
*** 347,351 ****
                                {
                                        $this->cat_id = 
$this->bo->save_cat($values);
!                                       
$GLOBALS['phpgw']->template->set_var('message',lang('Category x has been 
updated !',$values['name']));
                                }
                        }
--- 347,351 ----
                                {
                                        $this->cat_id = 
$this->bo->save_cat($values);
!                                       
$GLOBALS['phpgw']->template->set_var('message',lang('Category %1 has been 
updated !',$values['name']));
                                }
                        }





reply via email to

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