phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: /sitemgr/sitemgr-site blockconfig.inc.php,1.2,1.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: /sitemgr/sitemgr-site blockconfig.inc.php,1.2,1.2.2.1 config.inc.php.template,1.5,1.5.2.1
Date: Fri, 18 Oct 2002 19:22:24 -0400

Update of /cvsroot/phpgroupware//sitemgr/sitemgr-site
In directory subversions:/tmp/cvs-serv4366

Modified Files:
      Tag: Version-0_9_14-branch
        blockconfig.inc.php config.inc.php.template 
Log Message:
Lang'ed sitemgr-site (thanks to Michael Totschnig)


Index: blockconfig.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/sitemgr-site/blockconfig.inc.php,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** blockconfig.inc.php 5 Sep 2002 06:57:52 -0000       1.2
--- blockconfig.inc.php 18 Oct 2002 23:22:22 -0000      1.2.2.1
***************
*** 17,21 ****
        */
        $blocks[]=array(
!               'title' => 'Root Site Index',
                'position' => 'l',
                'blockfile' => 'block-SiteIndex.php',
--- 17,21 ----
        */
        $blocks[]=array(
!               'title' => lang('Root Site Index'),
                'position' => 'l',
                'blockfile' => 'block-SiteIndex.php',
***************
*** 23,27 ****
        );
        $blocks[]=array(
!               'title' => 'Table of Contents',
                'position' => 'l',
                'blockfile' => 'block-Table_of_Contents.php',
--- 23,27 ----
        );
        $blocks[]=array(
!               'title' => lang('Table of Contents'),
                'position' => 'l',
                'blockfile' => 'block-Table_of_Contents.php',
***************
*** 29,33 ****
        );
        $blocks[]=array(
!               'title' => 'Your Calendar',
                'position' => 'l',
                'blockfile' => 'block-phpgwCalendar.php',
--- 29,33 ----
        );
        $blocks[]=array(
!               'title' => lang('Your Calendar'),
                'position' => 'l',
                'blockfile' => 'block-phpgwCalendar.php',
***************
*** 35,39 ****
        );
        $blocks[]=array(
!               'title' => 'Login',
                'position' => 'r',
                'blockfile' => 'block-Login.php',
--- 35,39 ----
        );
        $blocks[]=array(
!               'title' => lang('Login'),
                'position' => 'r',
                'blockfile' => 'block-Login.php',
***************
*** 50,54 ****
        */
        $blocks[]=array(
!               'title' => 'Google Search',
                'position' => 'r',
                'blockfile' => 'block-GoogleSearch.php',
--- 50,54 ----
        */
        $blocks[]=array(
!               'title' => lang('Google Search'),
                'position' => 'r',
                'blockfile' => 'block-GoogleSearch.php',
***************
*** 58,62 ****
        $blocks[]=array(
                'bkey' => '',
!               'title' => 'Headlines',
                'position' => 'r',
                'active' => 1,
--- 58,62 ----
        $blocks[]=array(
                'bkey' => '',
!               'title' => lang('Headlines'),
                'position' => 'r',
                'active' => 1,
***************
*** 68,73 ****
        $blocks[]=array(
                'bkey' => 'admin',
!               'title' => 'Administration',
!               'content' => 
'&nbsp;&nbsp;<strong><big>&middot;</big></strong><a 
href="'.phpgw_link('/index.php','menuaction=sitemgr.MainMenu_UI.DisplayMenu').'">Content
 Manager</a>',
                'position' => 'l',
                'active' => 1,
--- 68,73 ----
        $blocks[]=array(
                'bkey' => 'admin',
!               'title' => lang('Administration'),
!               'content' => 
'&nbsp;&nbsp;<strong><big>&middot;</big></strong><a 
href="'.phpgw_link('/index.php','menuaction=sitemgr.MainMenu_UI.DisplayMenu').'">'
 . lang('Content Manager') . '</a>',
                'position' => 'l',
                'active' => 1,
***************
*** 79,83 ****
                
        $blocks[]=array(
!               'title' => 'Amazon',
                'position' => 'r',
                'refresh' => 3600,
--- 79,83 ----
                
        $blocks[]=array(
!               'title' => lang('Amazon'),
                'position' => 'r',
                'refresh' => 3600,

Index: config.inc.php.template
===================================================================
RCS file: /cvsroot/phpgroupware//sitemgr/sitemgr-site/config.inc.php.template,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -C2 -r1.5 -r1.5.2.1
*** config.inc.php.template     12 Sep 2002 03:55:57 -0000      1.5
--- config.inc.php.template     18 Oct 2002 23:22:22 -0000      1.5.2.1
***************
*** 48,52 ****
                        if (!$GLOBALS['sessionid'])
                        {
!                               die('NO ANONYMOUS USER ACCOUNTS INSTALLED.  
NOTIFY THE ADMINISTRATOR.');
                                //exit;
                        }
--- 48,52 ----
                        if (!$GLOBALS['sessionid'])
                        {
!                               die(lang('NO ANONYMOUS USER ACCOUNTS INSTALLED. 
 NOTIFY THE ADMINISTRATOR.'));
                                //exit;
                        }





reply via email to

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