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.66.2.28,


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: calendar/inc class.uicalendar.inc.php,1.66.2.28,1.66.2.29
Date: Mon, 28 Oct 2002 14:04:00 -0500

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

Modified Files:
      Tag: Version-0_9_14-branch
        class.uicalendar.inc.php 
Log Message:
added some german and english translations, made the status-letters translatable


Index: class.uicalendar.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/calendar/inc/class.uicalendar.inc.php,v
retrieving revision 1.66.2.28
retrieving revision 1.66.2.29
diff -C2 -r1.66.2.28 -r1.66.2.29
*** class.uicalendar.inc.php    28 Oct 2002 17:44:10 -0000      1.66.2.28
--- class.uicalendar.inc.php    28 Oct 2002 19:03:58 -0000      1.66.2.29
***************
*** 1419,1423 ****
                                        if ($offset >= 3)
                                        {
!                                               $hdr[1][$w] .= \'<font 
size="-2"> \'.lang(\'WN \').$w.\' </font>\';
                                        }
                                        $days_left = $this->planner_days - 
$offset;
--- 1419,1423 ----
                                        if ($offset >= 3)
                                        {
!                                               $hdr[1][$w] .= \'<font 
size="-2"> \'.lang(\'week\').\' \'.$w.\' </font>\';
                                        }
                                        $days_left = $this->planner_days - 
$offset;
***************
*** 1436,1440 ****
                                                if ($days_left >= 3)
                                                {
!                                                       $hdr[1][$w] .= \'<font 
size="-2"> \'.lang(\'WN \').$w.\' </font>\';
                                                }
                                
--- 1436,1440 ----
                                                if ($days_left >= 3)
                                                {
!                                                       $hdr[1][$w] .= \'<font 
size="-2"> \'.lang(\'week\').\' \'.$w.\' </font>\';
                                                }
                                
***************
*** 2684,2687 ****
--- 2684,2689 ----
                        while (list($id,$status) = each($parts))
                        {
+                               $status = 
substr($this->bo->get_long_status($status),0,1);
+                               
                                if (!isset($id2lid[$id]))
                                {





reply via email to

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