Lukas
Joined: 22 Sep 2006
Posts: 406
Location: Czech rep.
|
| Posted: Mon Mar 12, 2007 9:20 pm Post subject: Re: Change navigation links |
|
|
Hi, this is for latest SVN version (can be at diff lines...)
for parent tabs: include/language/en_us.lang.php from line 418
line 418 'My Home Page' => 'My Home Page',
line 419 'Marketing' => 'Marketing',
line 420 'Sales' => 'Sales',
line 421 'Support' => 'Support',
line 422 'Analytics' => 'Analytics',
line 423 'Inventory' => 'Inventory',
line 424 'Tools' => 'Tools',
line 425 'Settings' => 'Settings',
for child tabs: include/language/en_us.lang.php from line 375
line 375 'Leads' => 'Leads',
line 376 'Accounts' => 'Accounts',
line 378 'Contacts' => 'Contacts',
line 379 'Potentials' => 'Potentials',
line 380 'Products' => 'Products',
line 381 'Emails' => 'Emails',
line 382 'HelpDesk' => 'Trouble Tickets',
line 389 'Quotes' => 'Quotes',
line 391 'PurchaseOrder' => 'Purchase Orders',
line 392 'SalesOrder' => 'Sales Orders',
line 393 'Invoice' => 'Invoices',
line 394 'Calendar' => 'Calendar',
line 395 'Home' => 'Home',
line 396 'Campaigns' => 'Campaigns',
line 397 'PriceBooks' => 'Price Books',
line 398 'Notes' => 'Notes',
line 399 'Faq' => 'FAQ',
line 400 'Dashboards' => 'Dashboard',
line 401 'Reports' => 'Reports',
line 402 'Vendors' => 'Vendors',
line 403 'Rss' => 'RSS',
line 404 'Portal' => 'My Sites',
Thanks & Regards
LN |
|