phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: projects/inc class.boprojecthours.inc.php,1.8,1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: projects/inc class.boprojecthours.inc.php,1.8,1.8.2.1 class.boprojects.inc.php,1.42.2.4,1.42.2.5
Date: Mon, 03 Feb 2003 15:55:43 -0500

Update of /cvsroot/phpgroupware/projects/inc
In directory subversions:/tmp/cvs-serv18638/projects/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.boprojecthours.inc.php class.boprojects.inc.php 
Log Message:
Added missing phrases and their french translation and corrected doublons.


Index: class.boprojecthours.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.boprojecthours.inc.php,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** class.boprojecthours.inc.php        7 Jan 2002 10:50:42 -0000       1.8
--- class.boprojecthours.inc.php        3 Feb 2003 20:55:37 -0000       1.8.2.1
***************
*** 143,152 ****
                        if (! 
checkdate($values['smonth'],$values['sday'],$values['syear']))
                        {
!                               $error[] = lang('You have entered a starting 
invalid date !');
                        }
  
                        if (! 
checkdate($values['emonth'],$values['eday'],$values['eyear']))
                        {
!                               $error[] = lang('You have entered an ending 
invalid date !');
                        }
  
--- 143,152 ----
                        if (! 
checkdate($values['smonth'],$values['sday'],$values['syear']))
                        {
!                               $error[] = lang('You have entered an invalid 
start date !');
                        }
  
                        if (! 
checkdate($values['emonth'],$values['eday'],$values['eyear']))
                        {
!                               $error[] = lang('You have entered an invalid 
end date !');
                        }
  

Index: class.boprojects.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/projects/inc/class.boprojects.inc.php,v
retrieving revision 1.42.2.4
retrieving revision 1.42.2.5
diff -C2 -r1.42.2.4 -r1.42.2.5
*** class.boprojects.inc.php    18 Aug 2002 21:47:21 -0000      1.42.2.4
--- class.boprojects.inc.php    3 Feb 2003 20:55:37 -0000       1.42.2.5
***************
*** 470,474 ****
                                if (! 
checkdate($values['smonth'],$values['sday'],$values['syear']))
                                {
!                                       $error[] = lang('You have entered an 
starting invalid date');
                                }
                        }
--- 470,474 ----
                                if (! 
checkdate($values['smonth'],$values['sday'],$values['syear']))
                                {
!                                       $error[] = lang('You have entered an 
invalid start date !');
                                }
                        }
***************
*** 478,482 ****
                                if (! 
checkdate($values['emonth'],$values['eday'],$values['eyear']))
                                {
!                                       $error[] = lang('You have entered an 
ending invalid date');
                                }
                        }
--- 478,482 ----
                                if (! 
checkdate($values['emonth'],$values['eday'],$values['eyear']))
                                {
!                                       $error[] = lang('You have entered an 
invalid end date !');
                                }
                        }





reply via email to

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