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.3


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

Update of addressbook/inc

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

Log Message:
Added lang calls to side menu, english phrases and french translations (bug 
#12509).

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

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

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

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

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

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

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

-               array('text'  => 'Export Contacts',
+               array('text'  => lang('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]