phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: inv addstatus.php,1.14,1.14.2.1 editstatus.php,


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: inv addstatus.php,1.14,1.14.2.1 editstatus.php,1.16,1.16.2.1
Date: Sat, 01 Feb 2003 16:21:04 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        addstatus.php editstatus.php 
Log Message:
Added missing phrases and their french translation and corrected a doublon.


Index: addstatus.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/Attic/addstatus.php,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -C2 -r1.14 -r1.14.2.1
*** addstatus.php       7 Jun 2001 02:17:59 -0000       1.14
--- addstatus.php       1 Feb 2003 21:21:02 -0000       1.14.2.1
***************
*** 32,36 ****
                if ($phpgw->db->f(0) != 0)
                {
!                       $error = lang('This name has been used already !');
                }
                else
--- 32,36 ----
                if ($phpgw->db->f(0) != 0)
                {
!                       $error = lang('That name has been used already !');
                }
                else

Index: editstatus.php
===================================================================
RCS file: /cvsroot/phpgroupware/inv/Attic/editstatus.php,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -C2 -r1.16 -r1.16.2.1
*** editstatus.php      7 Jun 2001 02:17:59 -0000       1.16
--- editstatus.php      1 Feb 2003 21:21:02 -0000       1.16.2.1
***************
*** 33,37 ****
                if ($phpgw->db->f(0) != 0)
                {
!                       $error = lang('This name has been used already !');
                }
                else
--- 33,37 ----
                if ($phpgw->db->f(0) != 0)
                {
!                       $error = lang('That name has been used already !');
                }
                else





reply via email to

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