phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: bookmarks/inc class.bookmarks.inc.php,1.21.2.3,


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: bookmarks/inc class.bookmarks.inc.php,1.21.2.3,1.21.2.4
Date: Sat, 22 Mar 2003 18:03:18 -0500

Update of /cvsroot/phpgroupware/bookmarks/inc
In directory subversions:/tmp/cvs-serv4126/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.bookmarks.inc.php 
Log Message:
made more phrases translatable, incl. english and german lang-file


Index: class.bookmarks.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/bookmarks/inc/class.bookmarks.inc.php,v
retrieving revision 1.21.2.3
retrieving revision 1.21.2.4
diff -C2 -r1.21.2.3 -r1.21.2.4
*** class.bookmarks.inc.php     15 Nov 2002 10:34:23 -0000      1.21.2.3
--- class.bookmarks.inc.php     22 Mar 2003 23:03:16 -0000      1.21.2.4
***************
*** 1,649 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - Bookmarks                                              
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Based on Bookmarker Copyright (C) 1998  Padraic Renaghan              
   *
!       *                     http://www.renaghan.com/bookmarker                
   *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
[...1270 lines suppressed...]
! 
!       }
!       elseif (ereg( "Opera/([0-9]+)",$HTTP_USER_AGENT,$version))
!       {
!               # $opera=true;
! 
!       }
!       elseif (ereg( "Mozilla/([0-9]+)",$HTTP_USER_AGENT,$version))
!       {
!               $ver=(int)$version[1];
!               if ($ver>=5)
!               {
!                       $bookmarker->image_ext = 'png';
!               }
!       }
! 
!       $GLOBALS['phpgw']->template->set_unknowns('remove');
! 
!       $validate = createobject('phpgwapi.validator');
! ?>





reply via email to

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