phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: calendar/inc class.uicalendar.inc.php,1.95,1.96


From: Guillaume Courtois <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.uicalendar.inc.php,1.95,1.96 class.uiholiday.inc.php,1.4,1.5
Date: Thu, 27 Feb 2003 17:57:58 -0500

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

Modified Files:
        class.uicalendar.inc.php class.uiholiday.inc.php 
Log Message:
Modified all x's into %'s in lang calls and lang files.


Index: class.uicalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -r1.95 -r1.96
*** class.uicalendar.inc.php    26 Feb 2003 18:58:01 -0000      1.95
--- class.uicalendar.inc.php    27 Feb 2003 22:57:54 -0000      1.96
***************
*** 2434,2438 ****
                        elseif ($matches > 0)
                        {
!                               $quantity = lang('x matches 
found',$matches).'.';
                        }
                        else
--- 2434,2438 ----
                        elseif ($matches > 0)
                        {
!                               $quantity = lang('%1 matches 
found',$matches).'.';
                        }
                        else
***************
*** 2946,2950 ****
                                'color'         => $this->theme['bg_text'],
                                'overlap_title' => lang('Scheduling Conflict'),
!                               'overlap_text'  => lang('Your suggested time of 
<B> x - x </B> conflicts with the following existing calendar 
entries:',$GLOBALS['phpgw']->common->show_date($start),$GLOBALS['phpgw']->common->show_date($end)),
                                'overlap_list'  => $overlap
                        );
--- 2946,2950 ----
                                'color'         => $this->theme['bg_text'],
                                'overlap_title' => lang('Scheduling Conflict'),
!                               'overlap_text'  => lang('Your suggested time of 
<B> %1 - %2 </B> conflicts with the following existing calendar 
entries:',$GLOBALS['phpgw']->common->show_date($start),$GLOBALS['phpgw']->common->show_date($end)),
                                'overlap_list'  => $overlap
                        );

Index: class.uiholiday.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.uiholiday.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.uiholiday.inc.php     27 Feb 2003 19:28:25 -0000      1.4
--- class.uiholiday.inc.php     27 Feb 2003 22:57:54 -0000      1.5
***************
*** 81,85 ****
                        if (!$locales)
                        {
!                               $p->set_var('message',lang('No matchs found'));
                                $p->parse('rows','row_empty',True);
                        }
--- 81,85 ----
                        if (!$locales)
                        {
!                               $p->set_var('message',lang('No matches 
found.'));
                                $p->parse('rows','row_empty',True);
                        }
***************
*** 165,169 ****
                        if (!count($holidays))
                        {
!                               $p->set_var('message',lang('No matchs found'));
                                $p->parse('rows','row_empty',True);
                        }
--- 165,169 ----
                        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]