phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc hook_sidebox_menu.inc.php,1.4


From: gugux
Subject: [Phpgroupware-cvs] addressbook/inc hook_sidebox_menu.inc.php,1.4
Date: Mon, 4 Apr 2005 22:24:00 +0200

Update of addressbook/inc

Modified Files:
     Branch: MAIN
            hook_sidebox_menu.inc.php lines: +8 -8

Log Message:
Ok, my bad, no need for lang calls, only need for phrases in lang files.

====================================================
Index: addressbook/inc/hook_sidebox_menu.inc.php
diff -u addressbook/inc/hook_sidebox_menu.inc.php:1.3 
addressbook/inc/hook_sidebox_menu.inc.php:1.4
--- addressbook/inc/hook_sidebox_menu.inc.php:1.3       Mon Apr  4 19:45:55 2005
+++ addressbook/inc/hook_sidebox_menu.inc.php   Mon Apr  4 20:24:44 2005
@@ -2,26 +2,26 @@
        $menu_title = $GLOBALS['phpgw_info']['apps'][$appname]['title'] . ' '. 
lang('Menu');

 $file = Array(
-               array('text'  => lang('New Person'),
+               array('text'  => 'New Person',
                        'url' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.add_person')),

-               array('text'  => lang('New Org'),
+               array('text'  => 'New Org',
                        'url' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiaddressbook.add_org')),

                array('text'  => '_NewLine_'),

-               array('text'  => lang('Add VCard'),
+               array('text'  => 'Add VCard',
                        'url' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uivcard.in')),

-               array('text'  => lang('Categorize Persons'),
-                       'url' =>  
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uicategorize_contacts.index')),
-               array('text'  => lang('Import Contacts'),
+               array('text'  => 'Categorize Persons',
+                       'url' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uicategorize_contacts.index')),
+               array('text'  => 'Import Contacts',
                        'url' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.import')),

-               array('text'  => lang('Import CSV'),
+               array('text'  => 'Import CSV',
                        'url' => 
$GLOBALS['phpgw']->link('/addressbook/csv_import.php')),

-               array('text'  => lang('Export Contacts'),
+               array('text'  => 'Export Contacts',
                        'url' => 
$GLOBALS['phpgw']->link('/index.php','menuaction=addressbook.uiXport.export')),

                array('text'  => '_NewLine_') // give a newline






reply via email to

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