phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/inc class.uiholiday.inc.php,1.3,1.3.2.1


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.uiholiday.inc.php,1.3,1.3.2.1
Date: Tue, 28 Jan 2003 17:18:11 -0500

Update of /cvsroot/phpgroupware/calendar/inc
In directory subversions:/tmp/cvs-serv2969/calendar/inc

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


Index: class.uiholiday.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.uiholiday.inc.php,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** class.uiholiday.inc.php     24 Dec 2001 04:04:05 -0000      1.3
--- class.uiholiday.inc.php     28 Jan 2003 22:18:08 -0000      1.3.2.1
***************
*** 77,81 ****
                        if (!$locales)
                        {
!                               $p->set_var('message',lang('No matchs found'));
                                $p->parse('rows','row_empty',True);
                        }
--- 77,81 ----
                        if (!$locales)
                        {
!                               $p->set_var('message',lang('no matches found'));
                                $p->parse('rows','row_empty',True);
                        }
***************
*** 151,155 ****
                        if (!count($holidays))
                        {
!                               $p->set_var('message',lang('No matchs found'));
                                $p->parse('rows','row_empty',True);
                        }
--- 151,155 ----
                        if (!count($holidays))
                        {
!                               $p->set_var('message',lang('no matches found'));
                                $p->parse('rows','row_empty',True);
                        }





reply via email to

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