]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/language/en_us.lang.php
Release 6.2.3
[Github/sugarcrm.git] / include / language / en_us.lang.php
1 <?php
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
3 /*********************************************************************************
4  * SugarCRM Community Edition is a customer relationship management program developed by
5  * SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
6  * 
7  * This program is free software; you can redistribute it and/or modify it under
8  * the terms of the GNU Affero General Public License version 3 as published by the
9  * Free Software Foundation with the addition of the following permission added
10  * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
11  * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
12  * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
13  * 
14  * This program is distributed in the hope that it will be useful, but WITHOUT
15  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
16  * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
17  * details.
18  * 
19  * You should have received a copy of the GNU Affero General Public License along with
20  * this program; if not, see http://www.gnu.org/licenses or write to the Free
21  * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
22  * 02110-1301 USA.
23  * 
24  * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
25  * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
26  * 
27  * The interactive user interfaces in modified source and object code versions
28  * of this program must display Appropriate Legal Notices, as required under
29  * Section 5 of the GNU Affero General Public License version 3.
30  * 
31  * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
32  * these Appropriate Legal Notices must retain the display of the "Powered by
33  * SugarCRM" logo. If the display of the logo is not reasonably feasible for
34  * technical reasons, the Appropriate Legal Notices must display the words
35  * "Powered by SugarCRM".
36  ********************************************************************************/
37
38 /*********************************************************************************
39
40  * Description:  Defines the English language pack for the base application.
41  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
42  * All Rights Reserved.
43  * Contributor(s): ______________________________________..
44  ********************************************************************************/
45
46 //the left value is the key stored in the db and the right value is ie display value
47 //to translate, only modify the right value in each key/value pair
48 $app_list_strings = array (
49 //e.g. auf Deutsch 'Contacts'=>'Contakten',
50   'language_pack_name' => 'US English',
51   'moduleList' =>
52   array (
53     'Home' => 'Home',
54     'Contacts' => 'Contacts',
55     'Accounts' => 'Accounts',
56     'Opportunities' => 'Opportunities',
57     'Cases' => 'Cases',
58     'Notes' => 'Notes',
59     'Calls' => 'Calls',
60     'Emails' => 'Emails',
61     'Meetings' => 'Meetings',
62     'Tasks' => 'Tasks',
63     'Calendar' => 'Calendar',
64     'Leads' => 'Leads',
65     'Currencies' => 'Currencies',
66     'Activities' => 'Activities',
67     'Bugs' => 'Bug Tracker',
68     'Feeds' => 'RSS',
69     'iFrames'=>'My Sites',
70     'TimePeriods'=>'Time Periods',
71     'TaxRates'=>'Tax Rates',
72     'ContractTypes' => 'Contract Types',
73     'Schedulers'=>'Schedulers',
74     'Project'=>'Projects',
75     'ProjectTask'=>'Project Tasks',
76     'Campaigns'=>'Campaigns',
77     'CampaignLog'=>'Campaign Log',
78     'Documents'=>'Documents',
79     'DocumentRevisions'=>'Document Revisions',
80     'Connectors'=>'Connectors',
81     'Roles'=>'Roles',
82     'Notifications'=>'Notifications',
83     'Sync'=>'Sync',
84     'Users' => 'Users',
85     'Employees' => 'Employees',
86     'Administration' => 'Administration',
87     'ACLRoles' => 'Roles',
88     'InboundEmail' => 'Inbound Email',
89     'Releases' => 'Releases',
90     'Prospects' => 'Targets',
91     'Queues' => 'Queues',
92     'EmailMarketing' => 'Email Marketing',
93     'EmailTemplates' => 'Email Templates',
94     'ProspectLists' => 'Target Lists',
95     'SavedSearch' => 'Saved Searches',
96     'UpgradeWizard' => 'Upgrade Wizard',
97     'Trackers' => 'Trackers',
98     'TrackerPerfs' => 'Tracker Performance',
99     'TrackerSessions' => 'Tracker Sessions',
100     'TrackerQueries' => 'Tracker Queries',
101     'FAQ' => 'FAQ',
102     'Newsletters' => 'Newsletters',
103     'SugarFeed'=>'Sugar Feed',
104     'KBDocuments' => 'Knowledge Base',
105         'SugarFavorites'=>'Favorites',
106         ),
107   'moduleListSingular' =>
108   array (
109     'Home' => 'Home',
110     'Dashboard' => 'Dashboard',
111     'Contacts' => 'Contact',
112     'Accounts' => 'Account',
113     'Opportunities' => 'Opportunity',
114     'Cases' => 'Case',
115     'Notes' => 'Note',
116     'Calls' => 'Call',
117     'Emails' => 'Email',
118     'Meetings' => 'Meeting',
119     'Tasks' => 'Task',
120     'Calendar' => 'Calendar',
121     'Leads' => 'Lead',
122     'Activities' => 'Activity',
123     'Bugs' => 'Bug Tracker',
124     'Feeds' => 'RSS',
125     'iFrames'=>'My Sites',
126     'TimePeriods'=>'Time Period',
127     'Project'=>'Projects',
128     'ProjectTask'=>'Project Task',
129     'Campaigns'=>'Campaign',
130     'Documents'=>'Document',
131     'SugarFollowing'=>'SugarFollowing',
132     'Sync'=>'Sync',
133     'Users' => 'User',
134         'SugarFavorites'=>'SugarFavorites'
135
136         ),
137
138   'checkbox_dom'=> array(
139     ''=>'',
140     '1'=>'Yes',
141     '2'=>'No',
142   ),
143
144   //e.g. en fran�ais 'Analyst'=>'Analyste',
145   'account_type_dom' =>
146   array (
147     '' => '',
148     'Analyst' => 'Analyst',
149     'Competitor' => 'Competitor',
150     'Customer' => 'Customer',
151     'Integrator' => 'Integrator',
152     'Investor' => 'Investor',
153     'Partner' => 'Partner',
154     'Press' => 'Press',
155     'Prospect' => 'Prospect',
156     'Reseller' => 'Reseller',
157     'Other' => 'Other',
158   ),
159   //e.g. en espa�ol 'Apparel'=>'Ropa',
160   'industry_dom' =>
161   array (
162     '' => '',
163     'Apparel' => 'Apparel',
164     'Banking' => 'Banking',
165     'Biotechnology' => 'Biotechnology',
166     'Chemicals' => 'Chemicals',
167     'Communications' => 'Communications',
168     'Construction' => 'Construction',
169     'Consulting' => 'Consulting',
170     'Education' => 'Education',
171     'Electronics' => 'Electronics',
172     'Energy' => 'Energy',
173     'Engineering' => 'Engineering',
174     'Entertainment' => 'Entertainment',
175     'Environmental' => 'Environmental',
176     'Finance' => 'Finance',
177     'Government' => 'Government',
178     'Healthcare' => 'Healthcare',
179     'Hospitality' => 'Hospitality',
180     'Insurance' => 'Insurance',
181     'Machinery' => 'Machinery',
182     'Manufacturing' => 'Manufacturing',
183     'Media' => 'Media',
184     'Not For Profit' => 'Not For Profit',
185     'Recreation' => 'Recreation',
186     'Retail' => 'Retail',
187     'Shipping' => 'Shipping',
188     'Technology' => 'Technology',
189     'Telecommunications' => 'Telecommunications',
190     'Transportation' => 'Transportation',
191     'Utilities' => 'Utilities',
192     'Other' => 'Other',
193   ),
194   'lead_source_default_key' => 'Self Generated',
195   'lead_source_dom' =>
196   array (
197     '' => '',
198     'Cold Call' => 'Cold Call',
199     'Existing Customer' => 'Existing Customer',
200     'Self Generated' => 'Self Generated',
201     'Employee' => 'Employee',
202     'Partner' => 'Partner',
203     'Public Relations' => 'Public Relations',
204     'Direct Mail' => 'Direct Mail',
205     'Conference' => 'Conference',
206     'Trade Show' => 'Trade Show',
207     'Web Site' => 'Web Site',
208     'Word of mouth' => 'Word of mouth',
209     'Email' => 'Email',
210     'Campaign'=>'Campaign',
211     'Other' => 'Other',
212   ),
213   'opportunity_type_dom' =>
214   array (
215     '' => '',
216     'Existing Business' => 'Existing Business',
217     'New Business' => 'New Business',
218   ),
219   'roi_type_dom' =>
220     array (
221     'Revenue' => 'Revenue',
222     'Investment'=>'Investment',
223     'Expected_Revenue'=>'Expected Revenue',
224     'Budget'=>'Budget',
225
226   ),
227   //Note:  do not translate opportunity_relationship_type_default_key
228 //       it is the key for the default opportunity_relationship_type_dom value
229   'opportunity_relationship_type_default_key' => 'Primary Decision Maker',
230   'opportunity_relationship_type_dom' =>
231   array (
232     '' => '',
233     'Primary Decision Maker' => 'Primary Decision Maker',
234     'Business Decision Maker' => 'Business Decision Maker',
235     'Business Evaluator' => 'Business Evaluator',
236     'Technical Decision Maker' => 'Technical Decision Maker',
237     'Technical Evaluator' => 'Technical Evaluator',
238     'Executive Sponsor' => 'Executive Sponsor',
239     'Influencer' => 'Influencer',
240     'Other' => 'Other',
241   ),
242   //Note:  do not translate case_relationship_type_default_key
243 //       it is the key for the default case_relationship_type_dom value
244   'case_relationship_type_default_key' => 'Primary Contact',
245   'case_relationship_type_dom' =>
246   array (
247     '' => '',
248     'Primary Contact' => 'Primary Contact',
249     'Alternate Contact' => 'Alternate Contact',
250   ),
251   'payment_terms' =>
252   array (
253     '' => '',
254     'Net 15' => 'Net 15',
255     'Net 30' => 'Net 30',
256   ),
257   'sales_stage_default_key' => 'Prospecting',
258   'sales_stage_dom' =>
259   array (
260     'Prospecting' => 'Prospecting',
261     'Qualification' => 'Qualification',
262     'Needs Analysis' => 'Needs Analysis',
263     'Value Proposition' => 'Value Proposition',
264     'Id. Decision Makers' => 'Id. Decision Makers',
265     'Perception Analysis' => 'Perception Analysis',
266     'Proposal/Price Quote' => 'Proposal/Price Quote',
267     'Negotiation/Review' => 'Negotiation/Review',
268     'Closed Won' => 'Closed Won',
269     'Closed Lost' => 'Closed Lost',
270   ),
271   'in_total_group_stages' => array (
272     'Draft' => 'Draft',
273     'Negotiation' => 'Negotiation',
274     'Delivered' => 'Delivered',
275     'On Hold' => 'On Hold',
276     'Confirmed' => 'Confirmed',
277     'Closed Accepted' => 'Closed Accepted',
278     'Closed Lost' => 'Closed Lost',
279     'Closed Dead' => 'Closed Dead',
280   ),
281   'sales_probability_dom' => // keys must be the same as sales_stage_dom
282   array (
283     'Prospecting' => '10',
284     'Qualification' => '20',
285     'Needs Analysis' => '25',
286     'Value Proposition' => '30',
287     'Id. Decision Makers' => '40',
288     'Perception Analysis' => '50',
289     'Proposal/Price Quote' => '65',
290     'Negotiation/Review' => '80',
291     'Closed Won' => '100',
292     'Closed Lost' => '0',
293   ),
294   'activity_dom' =>
295   array (
296     'Call' => 'Call',
297     'Meeting' => 'Meeting',
298     'Task' => 'Task',
299     'Email' => 'Email',
300     'Note' => 'Note',
301   ),
302   'salutation_dom' =>
303       array (
304         '' => '',
305         'Mr.' => 'Mr.',
306         'Ms.' => 'Ms.',
307         'Mrs.' => 'Mrs.',
308         'Dr.' => 'Dr.',
309         'Prof.' => 'Prof.',
310       ),
311   //time is in seconds; the greater the time the longer it takes;
312   'reminder_max_time'=>3600,
313   'reminder_time_options' => array( 60=> '1 minute prior',
314                                   300=> '5 minutes prior',
315                                   600=> '10 minutes prior',
316                                   900=> '15 minutes prior',
317                                   1800=> '30 minutes prior',
318                                   3600=> '1 hour prior',
319                                  ),
320
321   'task_priority_default' => 'Medium',
322   'task_priority_dom' =>
323   array (
324     'High' => 'High',
325     'Medium' => 'Medium',
326     'Low' => 'Low',
327   ),
328   'task_status_default' => 'Not Started',
329   'task_status_dom' =>
330   array (
331     'Not Started' => 'Not Started',
332     'In Progress' => 'In Progress',
333     'Completed' => 'Completed',
334     'Pending Input' => 'Pending Input',
335     'Deferred' => 'Deferred',
336   ),
337   'meeting_status_default' => 'Planned',
338   'meeting_status_dom' =>
339   array (
340     'Planned' => 'Planned',
341     'Held' => 'Held',
342     'Not Held' => 'Not Held',
343   ),
344   'extapi_meeting_password' =>
345   array (
346       'WebEx' => 'WebEx',
347   ),
348   'meeting_type_dom' =>
349    array (
350       'Other' => 'Other',
351       'SugarCRM' => 'SugarCRM',
352    ),
353   'call_status_default' => 'Planned',
354   'call_status_dom' =>
355   array (
356     'Planned' => 'Planned',
357     'Held' => 'Held',
358     'Not Held' => 'Not Held',
359   ),
360   'call_direction_default' => 'Outbound',
361   'call_direction_dom' =>
362   array (
363     'Inbound' => 'Inbound',
364     'Outbound' => 'Outbound',
365   ),
366   'lead_status_dom' =>
367   array (
368     '' => '',
369     'New' => 'New',
370     'Assigned' => 'Assigned',
371     'In Process' => 'In Process',
372     'Converted' => 'Converted',
373     'Recycled' => 'Recycled',
374     'Dead' => 'Dead',
375   ),
376    'gender_list' =>
377   array (
378     'male' => 'Male',
379     'female' => 'Female',
380   ),
381   //Note:  do not translate case_status_default_key
382 //       it is the key for the default case_status_dom value
383   'case_status_default_key' => 'New',
384   'case_status_dom' =>
385   array (
386     'New' => 'New',
387     'Assigned' => 'Assigned',
388     'Closed' => 'Closed',
389     'Pending Input' => 'Pending Input',
390     'Rejected' => 'Rejected',
391     'Duplicate' => 'Duplicate',
392   ),
393   'case_priority_default_key' => 'P2',
394   'case_priority_dom' =>
395   array (
396     'P1' => 'High',
397     'P2' => 'Medium',
398     'P3' => 'Low',
399   ),
400   'user_status_dom' =>
401   array (
402     'Active' => 'Active',
403     'Inactive' => 'Inactive',
404   ),
405   'employee_status_dom' =>
406   array (
407     'Active' => 'Active',
408     'Terminated' => 'Terminated',
409     'Leave of Absence' => 'Leave of Absence',
410   ),
411   'messenger_type_dom' =>
412   array (
413     '' => '',
414     'MSN' => 'MSN',
415     'Yahoo!' => 'Yahoo!',
416     'AOL' => 'AOL',
417   ),
418     'project_task_priority_options' => array (
419         'High' => 'High',
420         'Medium' => 'Medium',
421         'Low' => 'Low',
422     ),
423     'project_task_priority_default' => 'Medium',
424
425     'project_task_status_options' => array (
426         'Not Started' => 'Not Started',
427         'In Progress' => 'In Progress',
428         'Completed' => 'Completed',
429         'Pending Input' => 'Pending Input',
430         'Deferred' => 'Deferred',
431     ),
432     'project_task_utilization_options' => array (
433         '0' => 'none',
434         '25' => '25',
435         '50' => '50',
436         '75' => '75',
437         '100' => '100',
438     ),
439
440     'project_status_dom' => array (
441         'Draft' => 'Draft',
442         'In Review' => 'In Review',
443         'Published' => 'Published',
444     ),
445     'project_status_default' => 'Draft',
446
447     'project_duration_units_dom' => array (
448         'Days' => 'Days',
449         'Hours' => 'Hours',
450     ),
451
452     'project_priority_options' => array (
453         'High' => 'High',
454         'Medium' => 'Medium',
455         'Low' => 'Low',
456     ),
457     'project_priority_default' => 'Medium',
458   //Note:  do not translate record_type_default_key
459 //       it is the key for the default record_type_module value
460   'record_type_default_key' => 'Accounts',
461   'record_type_display' =>
462   array (
463     '' => '',
464     'Accounts' => 'Account',
465     'Opportunities' => 'Opportunity',
466     'Cases' => 'Case',
467     'Leads' => 'Lead',
468     'Contacts' => 'Contacts', // cn (11/22/2005) added to support Emails
469
470
471     'Bugs' => 'Bug',
472     'Project' => 'Project',
473
474     'Prospects' => 'Target',
475     'ProjectTask' => 'Project Task',
476
477
478     'Tasks' => 'Task',
479
480   ),
481
482   'record_type_display_notes' =>
483   array (
484     'Accounts' => 'Account',
485     'Contacts' => 'Contact',
486     'Opportunities' => 'Opportunity',
487     'Tasks' => 'Task',
488     'Emails' => 'Email',
489
490     'Bugs' => 'Bug',
491     'Project' => 'Project',
492     'ProjectTask' => 'Project Task',
493     'Prospects' => 'Target',
494     'Cases' => 'Case',
495     'Leads' => 'Lead',
496
497     'Meetings' => 'Meeting',
498     'Calls' => 'Call',
499   ),
500
501   'parent_type_display' =>
502   array (
503     'Accounts' => 'Account',
504     'Contacts' => 'Contact',
505     'Tasks' => 'Task',
506     'Opportunities' => 'Opportunity',
507
508
509
510     'Bugs' => 'Bug Tracker',
511     'Cases' => 'Case',
512     'Leads' => 'Lead',
513
514     'Project' => 'Project',
515     'ProjectTask' => 'Project Task',
516
517     'Prospects' => 'Target',
518
519   ),
520
521   'issue_priority_default_key' => 'Medium',
522   'issue_priority_dom' =>
523   array (
524     'Urgent' => 'Urgent',
525     'High' => 'High',
526     'Medium' => 'Medium',
527     'Low' => 'Low',
528   ),
529   'issue_resolution_default_key' => '',
530   'issue_resolution_dom' =>
531   array (
532     '' => '',
533     'Accepted' => 'Accepted',
534     'Duplicate' => 'Duplicate',
535     'Closed' => 'Closed',
536     'Out of Date' => 'Out of Date',
537     'Invalid' => 'Invalid',
538   ),
539
540   'issue_status_default_key' => 'New',
541   'issue_status_dom' =>
542   array (
543     'New' => 'New',
544     'Assigned' => 'Assigned',
545     'Closed' => 'Closed',
546     'Pending' => 'Pending',
547     'Rejected' => 'Rejected',
548   ),
549
550   'bug_priority_default_key' => 'Medium',
551   'bug_priority_dom' =>
552   array (
553     'Urgent' => 'Urgent',
554     'High' => 'High',
555     'Medium' => 'Medium',
556     'Low' => 'Low',
557   ),
558    'bug_resolution_default_key' => '',
559   'bug_resolution_dom' =>
560   array (
561     '' => '',
562     'Accepted' => 'Accepted',
563     'Duplicate' => 'Duplicate',
564     'Fixed' => 'Fixed',
565     'Out of Date' => 'Out of Date',
566     'Invalid' => 'Invalid',
567     'Later' => 'Later',
568   ),
569   'bug_status_default_key' => 'New',
570   'bug_status_dom' =>
571   array (
572     'New' => 'New',
573     'Assigned' => 'Assigned',
574     'Closed' => 'Closed',
575     'Pending' => 'Pending',
576     'Rejected' => 'Rejected',
577   ),
578    'bug_type_default_key' => 'Bug',
579   'bug_type_dom' =>
580   array (
581     'Defect' => 'Defect',
582     'Feature' => 'Feature',
583   ),
584  'case_type_dom' =>
585   array (
586     'Administration' => 'Administration',
587     'Product' => 'Product',
588     'User' => 'User',
589   ),
590
591   'source_default_key' => '',
592   'source_dom' =>
593   array (
594     '' => '',
595     'Internal' => 'Internal',
596     'Forum' => 'Forum',
597     'Web' => 'Web',
598     'InboundEmail' => 'Email'
599   ),
600
601   'product_category_default_key' => '',
602   'product_category_dom' =>
603   array (
604     '' => '',
605     'Accounts' => 'Accounts',
606     'Activities' => 'Activities',
607     'Bug Tracker' => 'Bug Tracker',
608     'Calendar' => 'Calendar',
609     'Calls' => 'Calls',
610     'Campaigns' => 'Campaigns',
611     'Cases' => 'Cases',
612     'Contacts' => 'Contacts',
613     'Currencies' => 'Currencies',
614         'Dashboard' => 'Dashboard',
615         'Documents' => 'Documents',
616     'Emails' => 'Emails',
617     'Feeds' => 'Feeds',
618     'Forecasts' => 'Forecasts',
619     'Help' => 'Help',
620     'Home' => 'Home',
621         'Leads' => 'Leads',
622         'Meetings' => 'Meetings',
623     'Notes' => 'Notes',
624     'Opportunities' => 'Opportunities',
625     'Outlook Plugin' => 'Outlook Plugin',
626     'Projects' => 'Projects',
627     'Quotes' => 'Quotes',
628     'Releases' => 'Releases',
629     'RSS' => 'RSS',
630     'Studio' => 'Studio',
631     'Upgrade' => 'Upgrade',
632     'Users' => 'Users',
633   ),
634   /*Added entries 'Queued' and 'Sending' for 4.0 release..*/
635   'campaign_status_dom' =>
636   array (
637         '' => '',
638         'Planning' => 'Planning',
639         'Active' => 'Active',
640         'Inactive' => 'Inactive',
641         'Complete' => 'Complete',
642         'In Queue' => 'In Queue',
643         'Sending'=> 'Sending',
644   ),
645   'campaign_type_dom' =>
646   array (
647         '' => '',
648         'Telesales' => 'Telesales',
649         'Mail' => 'Mail',
650         'Email' => 'Email',
651         'Print' => 'Print',
652         'Web' => 'Web',
653         'Radio' => 'Radio',
654         'Television' => 'Television',
655         'NewsLetter' => 'Newsletter',
656         ),
657
658   'newsletter_frequency_dom' =>
659   array (
660         '' => '',
661         'Weekly' => 'Weekly',
662         'Monthly' => 'Monthly',
663         'Quarterly' => 'Quarterly',
664         'Annually' => 'Annually',
665         ),
666
667   'notifymail_sendtype' =>
668   array (
669     'SMTP' => 'SMTP',
670   ),
671       'dom_cal_month_long'=>array(
672                 '0'=>"",
673                 '1'=>"January",
674                 '2'=>"February",
675                 '3'=>"March",
676                 '4'=>"April",
677                 '5'=>"May",
678                 '6'=>"June",
679                 '7'=>"July",
680                 '8'=>"August",
681                 '9'=>"September",
682                 '10'=>"October",
683                 '11'=>"November",
684                 '12'=>"December",
685                 ),
686         'dom_cal_month_short'=>array(
687                 '0'=>"",
688                 '1'=>"Jan",
689                 '2'=>"Feb",
690                 '3'=>"Mar",
691                 '4'=>"Apr",
692                 '5'=>"May",
693                 '6'=>"Jun",
694                 '7'=>"Jul",
695                 '8'=>"Aug",
696                 '9'=>"Sep",
697                 '10'=>"Oct",
698                 '11'=>"Nov",
699                 '12'=>"Dec",
700                 ),
701         'dom_cal_day_long'=>array(
702                 '0'=>"",
703                 '1'=>"Sunday",
704                 '2'=>"Monday",
705                 '3'=>"Tuesday",
706                 '4'=>"Wednesday",
707                 '5'=>"Thursday",
708                 '6'=>"Friday",
709                 '7'=>"Saturday",
710                 ),
711         'dom_cal_day_short'=>array(
712                 '0'=>"",
713                 '1'=>"Sun",
714                 '2'=>"Mon",
715                 '3'=>"Tue",
716                 '4'=>"Wed",
717                 '5'=>"Thu",
718                 '6'=>"Fri",
719                 '7'=>"Sat",
720         ),
721     'dom_meridiem_lowercase'=>array(
722                 'am'=>"am",
723                 'pm'=>"pm"
724         ),
725     'dom_meridiem_uppercase'=>array(
726                  'AM'=>'AM',
727                  'PM'=>'PM'
728         ),
729
730     'dom_report_types'=>array(
731                 'tabular'=>'Rows and Columns',
732                 'summary'=>'Summation',
733                 'detailed_summary'=>'Summation with details',
734                 'Matrix' => 'Matrix',
735         ),
736
737
738     'dom_email_types'=> array(
739         'out'       => 'Sent',
740         'archived'  => 'Archived',
741         'draft'     => 'Draft',
742         'inbound'   => 'Inbound',
743         'campaign'  => 'Campaign'
744     ),
745     'dom_email_status' => array (
746         'archived'  => 'Archived',
747         'closed'    => 'Closed',
748         'draft'     => 'In Draft',
749         'read'      => 'Read',
750         'replied'   => 'Replied',
751         'sent'      => 'Sent',
752         'send_error'=> 'Send Error',
753         'unread'    => 'Unread',
754     ),
755     'dom_email_archived_status' => array (
756         'archived'  => 'Archived',
757     ),
758
759     'dom_email_server_type' => array(   ''          => '--None--',
760                                         'imap'      => 'IMAP',
761     ),
762     'dom_mailbox_type'      => array(/*''           => '--None Specified--',*/
763                                      'pick'     => '--None--',
764                                      'createcase'  => 'Create Case',
765                                      'bounce'   => 'Bounce Handling',
766     ),
767     'dom_email_distribution'=> array(''             => '--None--',
768                                      'direct'       => 'Direct Assign',
769                                      'roundRobin'   => 'Round-Robin',
770                                      'leastBusy'    => 'Least-Busy',
771     ),
772     'dom_email_distribution_for_auto_create'=> array('roundRobin'   => 'Round-Robin',
773                                                      'leastBusy'    => 'Least-Busy',
774     ),
775     'dom_email_errors'      => array(1 => 'Only select one user when Direct Assigning items.',
776                                      2 => 'You must assign Only Checked Items when Direct Assigning items.',
777     ),
778     'dom_email_bool'        => array('bool_true' => 'Yes',
779                                      'bool_false' => 'No',
780     ),
781     'dom_int_bool'          => array(1 => 'Yes',
782                                      0 => 'No',
783     ),
784     'dom_switch_bool'       => array ('on' => 'Yes',
785                                         'off' => 'No',
786                                         '' => 'No', ),
787
788     'dom_email_link_type'   => array(   'sugar'     => 'Sugar Email Client',
789                                         'mailto'    => 'External Email Client'),
790
791
792     'dom_email_editor_option'=> array(  ''          => 'Default Email Format',
793                                         'html'      => 'HTML Email',
794                                         'plain'     => 'Plain Text Email'),
795
796     'schedulers_times_dom'  => array(   'not run'       => 'Past Run Time, Not Executed',
797                                         'ready'         => 'Ready',
798                                         'in progress'   => 'In Progress',
799                                         'failed'        => 'Failed',
800                                         'completed'     => 'Completed',
801                                         'no curl'       => 'Not Run: No cURL available',
802     ),
803
804     'scheduler_status_dom' =>
805         array (
806         'Active' => 'Active',
807         'Inactive' => 'Inactive',
808         ),
809
810     'scheduler_period_dom' =>
811         array (
812         'min' => 'Minutes',
813         'hour' => 'Hours',
814         ),
815     'forecast_schedule_status_dom' =>
816     array (
817     'Active' => 'Active',
818     'Inactive' => 'Inactive',
819   ),
820     'forecast_type_dom' =>
821     array (
822     'Direct' => 'Direct',
823     'Rollup' => 'Rollup',
824   ),
825     'document_category_dom' =>
826     array (
827     '' => '',
828     'Marketing' => 'Marketing',
829     'Knowledege Base' => 'Knowledge Base',
830     'Sales' => 'Sales',
831   ),
832
833     'document_subcategory_dom' =>
834     array (
835     '' => '',
836     'Marketing Collateral' => 'Marketing Collateral',
837     'Product Brochures' => 'Product Brochures',
838     'FAQ' => 'FAQ',
839   ),
840
841     'document_status_dom' =>
842     array (
843     'Active' => 'Active',
844     'Draft' => 'Draft',
845     'FAQ' => 'FAQ',
846     'Expired' => 'Expired',
847     'Under Review' => 'Under Review',
848     'Pending' => 'Pending',
849   ),
850   'document_template_type_dom' =>
851   array(
852     ''=>'',
853     'mailmerge'=>'Mail Merge',
854     'eula'=>'EULA',
855     'nda'=>'NDA',
856     'license'=>'License Agreement',
857   ),
858     'dom_meeting_accept_options' =>
859     array (
860     'accept' => 'Accept',
861     'decline' => 'Decline',
862     'tentative' => 'Tentative',
863   ),
864     'dom_meeting_accept_status' =>
865     array (
866     'accept' => 'Accepted',
867     'decline' => 'Declined',
868     'tentative' => 'Tentative',
869     'none'      => 'None',
870   ),
871     'duration_intervals' => array('0'=>'00',
872                                     '15'=>'15',
873                                     '30'=>'30',
874                                     '45'=>'45'),
875
876
877 // deferred
878 /*// QUEUES MODULE DOMs
879 'queue_type_dom' => array(
880     'Users' => 'Users',
881     'Mailbox' => 'Mailbox',
882 ),
883 */
884 //prospect list type dom
885   'prospect_list_type_dom' =>
886   array (
887     'default' => 'Default',
888     'seed' => 'Seed',
889     'exempt_domain' => 'Suppression List - By Domain',
890     'exempt_address' => 'Suppression List - By Email Address',
891     'exempt' => 'Suppression List - By Id',
892     'test' => 'Test',
893   ),
894
895   'email_settings_num_dom' =>
896   array(
897         '10'    => '10',
898         '20'    => '20',
899         '50'    => '50'
900     ),
901   'email_marketing_status_dom' =>
902   array (
903     '' => '',
904     'active'=>'Active',
905     'inactive'=>'Inactive'
906   ),
907
908   'campainglog_activity_type_dom' =>
909   array (
910     ''=>'',
911     'targeted' => 'Message Sent/Attempted',
912     'send error'=>'Bounced Messages,Other',
913     'invalid email'=>'Bounced Messages,Invalid Email',
914     'link'=>'Click-thru Link',
915     'viewed'=>'Viewed Message',
916     'removed'=>'Opted Out',
917     'lead'=>'Leads Created',
918     'contact'=>'Contacts Created',
919     'blocked'=>'Suppressed by address or domain',
920   ),
921
922   'campainglog_target_type_dom' =>
923   array (
924     'Contacts' => 'Contacts',
925     'Users'=>'Users',
926     'Prospects'=>'Targets',
927     'Leads'=>'Leads',
928     'Accounts'=>'Accounts',
929   ),
930   'merge_operators_dom' => array (
931     'like'=>'Contains',
932     'exact'=>'Exactly',
933     'start'=>'Starts With',
934   ),
935
936   'custom_fields_importable_dom' => array (
937     'true'=>'Yes',
938     'false'=>'No',
939     'required'=>'Required',
940   ),
941
942   'custom_fields_merge_dup_dom'=> array (
943         0=>'Disabled',
944         1=>'Enabled',
945   ),
946
947   'navigation_paradigms' => array(
948         'm'=>'Modules',
949         'gm'=>'Grouped Modules',
950   ),
951
952
953     'projects_priority_options' => array (
954         'high'      => 'High',
955         'medium'    => 'Medium',
956         'low'       => 'Low',
957     ),
958
959     'projects_status_options' => array (
960         'notstarted'    => 'Not Started',
961         'inprogress'    => 'In Progress',
962         'completed'     => 'Completed',
963     ),
964     // strings to pass to Flash charts
965     'chart_strings' => array (
966         'expandlegend'      => 'Expand Legend',
967         'collapselegend'    => 'Collapse Legend',
968         'clickfordrilldown' => 'Click for Drilldown',
969         'drilldownoptions'  => 'Drill Down Options',
970         'detailview'        => 'More Details...',
971         'piechart'          => 'Pie Chart',
972         'groupchart'        => 'Group Chart',
973         'stackedchart'      => 'Stacked Chart',
974         'barchart'                      => 'Bar Chart',
975         'horizontalbarchart'   => 'Horizontal Bar Chart',
976         'linechart'         => 'Line Chart',
977         'noData'            => 'Data not available',
978         'print'                         => 'Print',
979         'pieWedgeName'      => 'sections',
980     ),
981     'release_status_dom' =>
982     array (
983         'Active' => 'Active',
984         'Inactive' => 'Inactive',
985     ),
986     'email_settings_for_ssl' =>
987     array (
988         '0' => '',
989         '1' => 'SSL',
990         '2' => 'TLS',
991     ),
992     'link_target_dom' =>
993     array (
994         '_blank' => 'New Window',
995         '_self' => 'Same Window',
996     ),
997     'dashlet_auto_refresh_options' =>
998     array (
999         '-1'    => 'Do not auto-refresh',
1000         '30'    => 'Every 30 seconds',
1001         '60'    => 'Every 1 minute',
1002         '180'   => 'Every 3 minutes',
1003         '300'   => 'Every 5 minutes',
1004         '600'   => 'Every 10 minutes',
1005                 ),
1006         'dashlet_auto_refresh_options_admin' =>
1007     array (
1008         '-1'    => 'Never',
1009         '30'    => 'Every 30 seconds',
1010         '60'    => 'Every 1 minute',
1011         '180'   => 'Every 3 minutes',
1012         '300'   => 'Every 5 minutes',
1013         '600'   => 'Every 10 minutes',
1014                 ),
1015         'date_range_search_dom' =>
1016         array(
1017                 '=' => 'Equals',
1018                 'not_equal' => 'Not On',
1019                 'greater_than' => 'After',
1020                 'less_than' => 'Before',
1021                 'last_7_days' => 'Last 7 Days',
1022                 'next_7_days' => 'Next 7 Days',
1023                 'last_30_days' => 'Last 30 Days',
1024                 'next_30_days' => 'Next 30 Days',
1025                 'last_month' => 'Last Month',
1026                 'this_month' => 'This Month',
1027                 'next_month' => 'Next Month',
1028                 'last_year' => 'Last Year',
1029                 'this_year' => 'This Year',
1030                 'next_year' => 'Next Year',
1031                 'between' => 'Is Between',
1032         ),
1033         'numeric_range_search_dom' =>
1034         array(
1035                 '=' => 'Equals',
1036                 'not_equal' => 'Does Not Equal',
1037                 'greater_than' => 'Greater Than',
1038                 'greater_than_equals' => 'Greater Than Or Equal To',
1039                 'less_than' => 'Less Than',
1040                 'less_than_equals' => 'Less Than Or Equal To',
1041                 'between' => 'Is Between',
1042         ),
1043 );
1044
1045 $app_strings = array (
1046     'DEFAULT'                              => 'Basic',
1047     'LBL_SORT'                              => 'Sort',
1048     'LBL_OUTBOUND_EMAIL_ADD_SERVER'         => 'Add Server...',
1049         'LBL_EMAIL_SMTP_SSL_OR_TLS'                                     => 'Enable SMTP over SSL or TLS?',
1050     'LBL_NO_ACTION'                         => 'There is no action by that name.',
1051     'LBL_NO_DATA'                           => 'No Data',
1052     'LBL_ROUTING_ADD_RULE'                  => 'Add Rule',
1053     'LBL_ROUTING_ALL'                       => 'At Least',
1054     'LBL_ROUTING_ANY'                       => 'Any',
1055     'LBL_ROUTING_BREAK'                     => '-',
1056     'LBL_ROUTING_BUTTON_CANCEL'             => 'Cancel',
1057     'LBL_ROUTING_BUTTON_SAVE'               => 'Save Rule',
1058
1059     'LBL_ROUTING_ACTIONS_COPY_MAIL'         => 'Copy Mail',
1060     'LBL_ROUTING_ACTIONS_DELETE_BEAN'       => 'Delete Sugar Object',
1061     'LBL_ROUTING_ACTIONS_DELETE_FILE'       => 'Delete File',
1062     'LBL_ROUTING_ACTIONS_DELETE_MAIL'       => 'Delete Email',
1063     'LBL_ROUTING_ACTIONS_FORWARD'           => 'Forward Email',
1064     'LBL_ROUTING_ACTIONS_MARK_FLAGGED'      => 'Flag Email',
1065     'LBL_ROUTING_ACTIONS_MARK_READ'         => 'Mark Read',
1066     'LBL_ROUTING_ACTIONS_MARK_UNREAD'       => 'Mark Unread',
1067     'LBL_ROUTING_ACTIONS_MOVE_MAIL'         => 'Move Email',
1068     'LBL_ROUTING_ACTIONS_PEFORM'            => 'Perform the following actions',
1069     'LBL_ROUTING_ACTIONS_REPLY'             => 'Reply to Email',
1070
1071     'LBL_ROUTING_CHECK_RULE'                => "An error was detected:\n",
1072     'LBL_ROUTING_CHECK_RULE_DESC'           => 'Please verify all fields that are marked.',
1073     'LBL_ROUTING_CONFIRM_DELETE'            => "Are you sure you want to delete this rule?\nThis cannot be undone.",
1074
1075     'LBL_ROUTING_FLAGGED'                   => 'flag set',
1076     'LBL_ROUTING_FORM_DESC'                 => 'Saved Rules are immediately active.',
1077     'LBL_ROUTING_FW'                        => 'FW: ',
1078     'LBL_ROUTING_LIST_TITLE'                => 'Rules',
1079     'LBL_ROUTING_MATCH'                     => 'If',
1080     'LBL_ROUTING_MATCH_2'                   => 'of the following conditions are met:',
1081     'LBL_NOTIFICATIONS'                     => 'Notifications',
1082     'LBL_ROUTING_MATCH_CC_ADDR'             => 'CC',
1083     'LBL_ROUTING_MATCH_DESCRIPTION'         => 'Body Content',
1084     'LBL_ROUTING_MATCH_FROM_ADDR'           => 'From',
1085     'LBL_ROUTING_MATCH_NAME'                => 'Subject',
1086     'LBL_ROUTING_MATCH_PRIORITY_HIGH'       => 'High Priority',
1087     'LBL_ROUTING_MATCH_PRIORITY_NORMAL'     => 'Normal Priority',
1088     'LBL_ROUTING_MATCH_PRIORITY_LOW'        => 'Low Priority',
1089     'LBL_ROUTING_MATCH_TO_ADDR'             => 'To',
1090     'LBL_ROUTING_MATCH_TYPE_MATCH'          => 'Contains',
1091     'LBL_ROUTING_MATCH_TYPE_NOT_MATCH'      => 'Does not contain',
1092
1093     'LBL_ROUTING_NAME'                      => 'Rule Name',
1094     'LBL_ROUTING_NEW_NAME'                  => 'New Rule',
1095     'LBL_ROUTING_ONE_MOMENT'                => 'One moment please...',
1096     'LBL_ROUTING_ORIGINAL_MESSAGE_FOLLOWS'  => 'Original message follows.',
1097     'LBL_ROUTING_RE'                        => 'RE: ',
1098     'LBL_ROUTING_SAVING_RULE'               => 'Saving Rule',
1099     'LBL_ROUTING_SUB_DESC'                  => 'Checked rules are active. Click name to edit.',
1100     'LBL_ROUTING_TO'                        => 'to',
1101     'LBL_ROUTING_TO_ADDRESS'                => 'to address',
1102     'LBL_ROUTING_WITH_TEMPLATE'             => 'with template',
1103         'NTC_OVERWRITE_ADDRESS_PHONE_CONFIRM' => 'This record currently contains values in the Office Phone and Address fields. To overwrite these values with the following Office Phone and Address of the Account that you selected, click "OK". To keep the current values, click "Cancel".',
1104         'LBL_DROP_HERE' => '[Drop Here]',
1105     'LBL_EMAIL_ACCOUNTS_EDIT'               => 'Edit',
1106     'LBL_EMAIL_ACCOUNTS_GMAIL_DEFAULTS'     => 'Prefill Gmail&#153; Defaults',
1107     'LBL_EMAIL_ACCOUNTS_NAME'               => 'Name',
1108     'LBL_EMAIL_ACCOUNTS_OUTBOUND'           => 'Outgoing Mail Server Properties',
1109     'LBL_EMAIL_ACCOUNTS_SENDTYPE'           => 'Mail transfer agent',
1110     'LBL_EMAIL_ACCOUNTS_SMTPAUTH_REQ'       => 'Use SMTP Authentication?',
1111     'LBL_EMAIL_ACCOUNTS_SMTPPASS'           => 'SMTP Password',
1112     'LBL_EMAIL_ACCOUNTS_SMTPPORT'           => 'SMTP Port',
1113     'LBL_EMAIL_ACCOUNTS_SMTPSERVER'         => 'SMTP Server',
1114     'LBL_EMAIL_ACCOUNTS_SMTPSSL'            => 'Use SSL when connecting',
1115     'LBL_EMAIL_ACCOUNTS_SMTPUSER'           => 'SMTP Username',
1116     'LBL_EMAIL_ACCOUNTS_SMTPDEFAULT'        => 'Default',
1117     'LBL_EMAIL_WARNING_MISSING_USER_CREDS'  => 'Warning: Missing username and password for outgoing mail account.',
1118     'LBL_EMAIL_ACCOUNTS_SMTPUSER_REQD'      => 'SMTP Username is required',
1119     'LBL_EMAIL_ACCOUNTS_SMTPPASS_REQD'      => 'SMTP Password is required',
1120     'LBL_EMAIL_ACCOUNTS_TITLE'              => 'Mail Account Management',
1121     'LBL_EMAIL_POP3_REMOVE_MESSAGE'                     => 'Mail Server Protocol of type POP3 will not be supported in the next release. Only IMAP will be supported.',
1122         'LBL_EMAIL_ACCOUNTS_SUBTITLE'           => 'Set up Mail Accounts to view incoming emails from your email accounts.',
1123         'LBL_EMAIL_ACCOUNTS_OUTBOUND_SUBTITLE'  => 'Provide SMTP mail server information to use for outgoing email in Mail Accounts.',
1124     'LBL_EMAIL_ADD'                         => 'Add Address',
1125
1126     'LBL_EMAIL_ADDRESS_BOOK_ADD'            => 'Done',
1127     'LBL_EMAIL_ADDRESS_BOOK_CLEAR'          => 'Clear',
1128     'LBL_EMAIL_ADDRESS_BOOK_ADD_TO'         => 'To:',
1129     'LBL_EMAIL_ADDRESS_BOOK_ADD_CC'         => 'Cc:',
1130     'LBL_EMAIL_ADDRESS_BOOK_ADD_BCC'        => 'Bcc:',
1131     'LBL_EMAIL_ADDRESS_BOOK_ADRRESS_TYPE'   => 'To/Cc/Bcc',
1132     'LBL_EMAIL_ADDRESS_BOOK_ADD_LIST'       => 'New List',
1133     'LBL_EMAIL_ADDRESS_BOOK_EMAIL_ADDR'     => 'Email Address',
1134     'LBL_EMAIL_ADDRESS_BOOK_ERR_NOT_CONTACT'=> 'Only Contact editting is supported at this time.',
1135     'LBL_EMAIL_ADDRESS_BOOK_FILTER'         => 'Filter',
1136     'LBL_EMAIL_ADDRESS_BOOK_FIRST_NAME'     => 'First Name/Account Name',
1137     'LBL_EMAIL_ADDRESS_BOOK_LAST_NAME'      => 'Last Name',
1138     'LBL_EMAIL_ADDRESS_BOOK_MY_CONTACTS'    => 'My Contacts',
1139     'LBL_EMAIL_ADDRESS_BOOK_MY_LISTS'       => 'My Mailing Lists',
1140     'LBL_EMAIL_ADDRESS_BOOK_NAME'           => 'Name',
1141     'LBL_EMAIL_ADDRESS_BOOK_NOT_FOUND'      => 'No Addresses Found',
1142     'LBL_EMAIL_ADDRESS_BOOK_SAVE_AND_ADD'   => 'Save & Add to Address Book',
1143     'LBL_EMAIL_ADDRESS_BOOK_SEARCH'         => 'Search',
1144     'LBL_EMAIL_ADDRESS_BOOK_SELECT_TITLE'   => 'Select Email Recipients',
1145     'LBL_EMAIL_ADDRESS_BOOK_TITLE'          => 'Address Book',
1146     'LBL_EMAIL_REPORTS_TITLE'               => 'Reports',
1147     'LBL_EMAIL_ADDRESS_BOOK_TITLE_ICON'     => '<img src='.SugarThemeRegistry::current()->getImageURL('icon_email_addressbook.gif').' align=absmiddle border=0> Address Book',
1148     'LBL_EMAIL_ADDRESS_BOOK_TITLE_ICON_SHORT'     => '<img width=14 height=14 src='.SugarThemeRegistry::current()->getImageURL('icon_email_addressbook.gif').' align=absmiddle border=0>',
1149     'LBL_EMAIL_REMOVE_SMTP_WARNING'         => 'Warning! The outbound account you are trying to delete is associated to an existing inbound account.  Are you sure you want to continue?',
1150     'LBL_EMAIL_ADDRESSES'                   => 'Email',
1151     'LBL_EMAIL_ADDRESS_PRIMARY'             => 'Email Address',
1152     'LBL_EMAIL_ADDRESSES_TITLE'             => 'Email Addresses',
1153     'LBL_EMAIL_ARCHIVE_TO_SUGAR'            => 'Import to Sugar',
1154     'LBL_EMAIL_ASSIGNMENT'                  => 'Assignment',
1155     'LBL_EMAIL_ATTACH_FILE_TO_EMAIL'        => 'Attach',
1156     'LBL_EMAIL_ATTACHMENT'                  => 'Attach',
1157     'LBL_EMAIL_ATTACHMENTS'                 => 'From Local System',
1158     'LBL_EMAIL_ATTACHMENTS2'                => 'From Sugar Documents',
1159     'LBL_EMAIL_ATTACHMENTS3'                => 'Template Attachments',
1160     'LBL_EMAIL_ATTACHMENTS_FILE'            => 'File',
1161     'LBL_EMAIL_ATTACHMENTS_DOCUMENT'        => 'Document',
1162     'LBL_EMAIL_ATTACHMENTS_EMBEDED'         => 'Embeded',
1163     'LBL_EMAIL_BCC'                         => 'BCC',
1164     'LBL_EMAIL_CANCEL'                      => 'Cancel',
1165     'LBL_EMAIL_CC'                          => 'CC',
1166     'LBL_EMAIL_CHARSET'                     => 'Character Set',
1167     'LBL_EMAIL_CHECK'                       => 'Check Mail',
1168     'LBL_EMAIL_CHECKING_NEW'                => 'Checking for New Email',
1169     'LBL_EMAIL_CHECKING_DESC'               => 'One moment please... <br><br>If this is the first check for the mail account, it may take some time.',
1170     'LBL_EMAIL_CLOSE'                       => 'Close',
1171     'LBL_EMAIL_COFFEE_BREAK'                => 'Checking for New Email. <br><br>Large mail accounts may take a considerable amount of time.',
1172     'LBL_EMAIL_COMMON'                      => 'Common',
1173
1174     'LBL_EMAIL_COMPOSE'                     => 'Email',
1175     'LBL_EMAIL_COMPOSE_ERR_NO_RECIPIENTS'   => 'Please enter recipient(s) for this email.',
1176     'LBL_EMAIL_COMPOSE_LINK_TO'             => 'Associate with',
1177     'LBL_EMAIL_COMPOSE_NO_BODY'             => 'The body of this email is empty.  Send anyway?',
1178     'LBL_EMAIL_COMPOSE_NO_SUBJECT'          => 'This email has no subject.  Send anyway?',
1179     'LBL_EMAIL_COMPOSE_NO_SUBJECT_LITERAL'  => '(no subject)',
1180     'LBL_EMAIL_COMPOSE_READ'                => 'Read & Compose Email',
1181     'LBL_EMAIL_COMPOSE_SEND_FROM'           => 'Send From Mail Account',
1182     'LBL_EMAIL_COMPOSE_OPTIONS'             => 'Options',
1183     'LBL_EMAIL_COMPOSE_INVALID_ADDRESS'     => 'Please enter valid email address for To, CC and BCC fields',
1184
1185     'LBL_EMAIL_CONFIRM_CLOSE'               => 'Discard this email?',
1186     'LBL_EMAIL_CONFIRM_DELETE'              => 'Remove these entries from your Address Book?',
1187     'LBL_EMAIL_CONFIRM_DELETE_SIGNATURE'    => 'Are you sure you want to delete this signature?',
1188
1189     'LBL_EMAIL_CREATE_NEW'                  => '--Create On Save--',
1190     'LBL_EMAIL_MULT_GROUP_FOLDER_ACCOUNTS'  => 'Multiple',
1191     'LBL_EMAIL_MULT_GROUP_FOLDER_ACCOUNTS_EMPTY' => 'Empty',
1192     'LBL_EMAIL_DATE_SENT_BY_SENDER'         => 'Date Sent by Sender',
1193         'LBL_EMAIL_DATE_RECEIVED'               => 'Date Received',
1194     'LBL_EMAIL_ASSIGNED_TO_USER'            =>'Assigned to User',
1195     'LBL_EMAIL_DATE_TODAY'                  => 'Today',
1196     'LBL_EMAIL_DATE_YESTERDAY'              => 'Yesterday',
1197     'LBL_EMAIL_DD_TEXT'                     => 'email(s) selected.',
1198     'LBL_EMAIL_DEFAULTS'                    => 'Defaults',
1199     'LBL_EMAIL_DELETE'                      => 'Delete',
1200     'LBL_EMAIL_DELETE_CONFIRM'              => 'Delete selected messages?',
1201     'LBL_EMAIL_DELETE_SUCCESS'              => 'Email deleted successfully.',
1202     'LBL_EMAIL_DELETING_MESSAGE'            => 'Deleting Message',
1203     'LBL_EMAIL_DETAILS'                     => 'Details',
1204     'LBL_EMAIL_DISPLAY_MSG'                 => 'Displaying email(s) {0} - {1} of {2}',
1205     'LBL_EMAIL_ADDR_DISPLAY_MSG'            => 'Displaying email address(es) {0} - {1} of {2}',
1206
1207     'LBL_EMAIL_EDIT_CONTACT'                => 'Edit Contact',
1208     'LBL_EMAIL_EDIT_CONTACT_WARN'           => 'Only the Primary address will be used when working with Contacts.',
1209     'LBL_EMAIL_EDIT_MAILING_LIST'           => 'Edit Mailing List',
1210
1211     'LBL_EMAIL_EMPTYING_TRASH'              => 'Emptying Trash',
1212     'LBL_EMAIL_DELETING_OUTBOUND'           => 'Deleteting outbound server',
1213     'LBL_EMAIL_CLEARING_CACHE_FILES'        => 'CLearing cache files',
1214     'LBL_EMAIL_EMPTY_MSG'                   => 'No emails to display.',
1215     'LBL_EMAIL_EMPTY_ADDR_MSG'              => 'No email addresses to display.',
1216
1217     'LBL_EMAIL_ERROR_ADD_GROUP_FOLDER'      => 'Folder name be unique and not empty. Please try again.',
1218     'LBL_EMAIL_ERROR_DELETE_GROUP_FOLDER'   => 'Cannot delete a folder. Either the folder or its children has emails or a mail box associated to it.',
1219     'LBL_EMAIL_ERROR_CANNOT_FIND_NODE'      => 'Cannot determine the intended folder from context.  Try again.',
1220     'LBL_EMAIL_ERROR_CHECK_IE_SETTINGS'     => 'Please check your settings.',
1221     'LBL_EMAIL_ERROR_CONTACT_NAME'          => 'Please make sure you enter a last name.',
1222     'LBL_EMAIL_ERROR_DESC'                  => 'Errors were detected: ',
1223     'LBL_EMAIL_DELETE_ERROR_DESC'           => 'You do not have access to this area. Contact your site administrator to obtain access.',
1224     'LBL_EMAIL_ERROR_DUPE_FOLDER_NAME'      => 'Sugar Folder names must be unique.',
1225     'LBL_EMAIL_ERROR_EMPTY'                 => 'Please enter some search criteria.',
1226     'LBL_EMAIL_ERROR_GENERAL_TITLE'         => 'An error has occured',
1227     'LBL_EMAIL_ERROR_LIST_NAME'             => 'An email list with that name already exists',
1228     'LBL_EMAIL_ERROR_MESSAGE_DELETED'       => 'Message Removed from Server',
1229     'LBL_EMAIL_ERROR_IMAP_MESSAGE_DELETED'  => 'Either message Removed from Server or moved to a different folder',
1230     'LBL_EMAIL_ERROR_MAILSERVERCONNECTION'  => 'Connection to the mail server failed. Please contact your Administrator',
1231     'LBL_EMAIL_ERROR_MOVE'                  => 'Moving email between servers and/or mail accounts is not supported at this time.',
1232     'LBL_EMAIL_ERROR_MOVE_TITLE'            => 'Move Error',
1233     'LBL_EMAIL_ERROR_NAME'                  => 'A name is required.',
1234     'LBL_EMAIL_ERROR_FROM_ADDRESS'          => 'From Address is required.  Please enter a valid email address.',
1235     'LBL_EMAIL_ERROR_NO_FILE'               => 'Please provide a file.',
1236     'LBL_EMAIL_ERROR_NO_IMAP_FOLDER_RENAME' => 'IMAP folder renaming is not supported at this time.',
1237     'LBL_EMAIL_ERROR_SERVER'                => 'A mail server address is required.',
1238     'LBL_EMAIL_ERROR_SAVE_ACCOUNT'          => 'The mail account may not have been saved.',
1239     'LBL_EMAIL_ERROR_TIMEOUT'               => 'An error has occured while communicating with the mail server.',
1240     'LBL_EMAIL_ERROR_USER'                  => 'A login name is required.',
1241     'LBL_EMAIL_ERROR_PASSWORD'              => 'A password is required.',
1242     'LBL_EMAIL_ERROR_PORT'                  => 'A mail server port is required.',
1243     'LBL_EMAIL_ERROR_PROTOCOL'              => 'A server protocol is required.',
1244     'LBL_EMAIL_ERROR_MONITORED_FOLDER'      => 'Monitored Folder is required.',
1245     'LBL_EMAIL_ERROR_TRASH_FOLDER'          => 'Trash Folder is required.',
1246     'LBL_EMAIL_ERROR_VIEW_RAW_SOURCE'       => 'This information is not available',
1247     'LBL_EMAIL_ERROR_NO_OUTBOUND'           => 'No outgoing mail server specified.',
1248     'LBL_EMAIL_FOLDERS'                     => '<img src='.SugarThemeRegistry::current()->getImageURL('icon_email_folder.gif').' align=absmiddle border=0> Folders',
1249     'LBL_EMAIL_FOLDERS_SHORT'               => '<img src='.SugarThemeRegistry::current()->getImageURL('icon_email_folder.gif').' align=absmiddle border=0>',
1250     'LBL_EMAIL_FOLDERS_ACTIONS'             => 'Move To',
1251     'LBL_EMAIL_FOLDERS_ADD'                 => 'Add',
1252     'LBL_EMAIL_FOLDERS_ADD_DIALOG_TITLE'    => 'Add New Folder',
1253     'LBL_EMAIL_FOLDERS_RENAME_DIALOG_TITLE' => 'Rename Folder',
1254     'LBL_EMAIL_FOLDERS_ADD_NEW_FOLDER'      => 'Save',
1255     'LBL_EMAIL_FOLDERS_ADD_THIS_TO'         => 'Add this folder to',
1256     'LBL_EMAIL_FOLDERS_CHANGE_HOME'         => 'This folder cannot be changed',
1257     'LBL_EMAIL_FOLDERS_DELETE_CONFIRM'      => 'Are you sure you would like to delete this folder?\nThis process cannot be reversed.\nFolder deletions will cascade to all contained folders.',
1258     'LBL_EMAIL_FOLDERS_NEW_FOLDER'          => 'New Folder Name',
1259     'LBL_EMAIL_FOLDERS_NO_VALID_NODE'       => 'Please select a folder before performing this action.',
1260     'LBL_EMAIL_FOLDERS_TITLE'               => 'Folder Management',
1261     'LBL_EMAIL_FOLDERS_USING_GROUP_USER'    => 'Using Group',
1262
1263     'LBL_EMAIL_FORWARD'                     => 'Forward',
1264     'LBL_EMAIL_DELIMITER'                   => '::;::',
1265     'LBL_EMAIL_DOWNLOAD_STATUS'             => 'Downloaded [[count]] of [[total]] emails',
1266     'LBL_EMAIL_FOUND'                       => 'Found',
1267     'LBL_EMAIL_FROM'                        => 'From',
1268     'LBL_EMAIL_GROUP'                       => 'group',
1269     'LBL_EMAIL_UPPER_CASE_GROUP'            => 'Group',
1270     'LBL_EMAIL_HOME_FOLDER'                 => 'Home',
1271     'LBL_EMAIL_HTML_RTF'                    => 'Send HTML',
1272     'LBL_EMAIL_IE_DELETE'                   => 'Deleting Mail Account',
1273     'LBL_EMAIL_IE_DELETE_SIGNATURE'         => 'Deleting signature',
1274     'LBL_EMAIL_IE_DELETE_CONFIRM'           => 'Are you sure you would like to delete this mail account?',
1275     'LBL_EMAIL_IE_DELETE_SUCCESSFUL'        => 'Deletion successful.',
1276     'LBL_EMAIL_IE_SAVE'                     => 'Saving Mail Account Information',
1277     'LBL_EMAIL_IMPORTING_EMAIL'             => 'Importing Email',
1278     'LBL_EMAIL_IMPORT_EMAIL'                => 'Import to Sugar',
1279     'LBL_EMAIL_IMPORT_SETTINGS'                => 'Import Settings',
1280     'LBL_EMAIL_INVALID'                     => 'Invalid',
1281     'LBL_EMAIL_LOADING'                     => 'Loading...',
1282     'LBL_EMAIL_MARK'                        => 'Mark',
1283     'LBL_EMAIL_MARK_FLAGGED'                => 'As Flagged',
1284     'LBL_EMAIL_MARK_READ'                   => 'As Read',
1285     'LBL_EMAIL_MARK_UNFLAGGED'              => 'As Unflagged',
1286     'LBL_EMAIL_MARK_UNREAD'                 => 'As Unread',
1287     'LBL_EMAIL_ASSIGN_TO'                   => 'Assign To',
1288
1289     'LBL_EMAIL_MENU_ADD_FOLDER'             => 'Create Folder',
1290     'LBL_EMAIL_MENU_COMPOSE'                => 'Compose to',
1291     'LBL_EMAIL_MENU_DELETE_FOLDER'          => 'Delete Folder',
1292     'LBL_EMAIL_MENU_EDIT'                   => 'Edit',
1293     'LBL_EMAIL_MENU_EMPTY_TRASH'            => 'Empty Trash',
1294     'LBL_EMAIL_MENU_SYNCHRONIZE'            => 'Synchronize',
1295     'LBL_EMAIL_MENU_CLEAR_CACHE'            => 'Clear cache files',
1296     'LBL_EMAIL_MENU_REMOVE'                 => 'Remove',
1297     'LBL_EMAIL_MENU_RENAME'                 => 'Rename',
1298     'LBL_EMAIL_MENU_RENAME_FOLDER'          => 'Rename Folder',
1299     'LBL_EMAIL_MENU_RENAMING_FOLDER'        => 'Renaming Folder',
1300     'LBL_EMAIL_MENU_MAKE_SELECTION'         => 'Please make a selection before trying this operation.',
1301
1302     'LBL_EMAIL_MENU_HELP_ADD_FOLDER'        => 'Create a Folder (remote or in Sugar)',
1303     'LBL_EMAIL_MENU_HELP_ARCHIVE'           => 'Archive these email(s) to SugarCRM',
1304     'LBL_EMAIL_MENU_HELP_COMPOSE_TO_LIST'   => 'Email selected Mailing Lists',
1305     'LBL_EMAIL_MENU_HELP_CONTACT_COMPOSE'   => 'Email this Contact',
1306     'LBL_EMAIL_MENU_HELP_CONTACT_REMOVE'    => 'Remove a Contact',
1307     'LBL_EMAIL_MENU_HELP_DELETE'            => 'Delete these email(s)',
1308     'LBL_EMAIL_MENU_HELP_DELETE_FOLDER'     => 'Delete a Folder (remote or in Sugar)',
1309     'LBL_EMAIL_MENU_HELP_EDIT_CONTACT'      => 'Edit a Contact',
1310     'LBL_EMAIL_MENU_HELP_EDIT_LIST'         => 'Edit a Mailing List',
1311     'LBL_EMAIL_MENU_HELP_EMPTY_TRASH'       => 'Empties all Trash folders for your mail accounts',
1312     'LBL_EMAIL_MENU_HELP_MARK_FLAGGED'      => 'Mark these email(s) flagged',
1313     'LBL_EMAIL_MENU_HELP_MARK_READ'         => 'Mark these email(s) read',
1314     'LBL_EMAIL_MENU_HELP_MARK_UNFLAGGED'    => 'Mark these email(s) unflagged',
1315     'LBL_EMAIL_MENU_HELP_MARK_UNREAD'       => 'Mark these email(s) unread',
1316     'LBL_EMAIL_MENU_HELP_REMOVE_LIST'       => 'Removes Mailing Lists',
1317     'LBL_EMAIL_MENU_HELP_RENAME_FOLDER'     => 'Rename a Folder (remote or in Sugar)',
1318     'LBL_EMAIL_MENU_HELP_REPLY'             => 'Reply to these email(s)',
1319     'LBL_EMAIL_MENU_HELP_REPLY_ALL'         => 'Reply to all recipients for these email(s)',
1320
1321     'LBL_EMAIL_MESSAGES'                    => 'messages',
1322
1323     'LBL_EMAIL_ML_NAME'                     => 'List Name',
1324     'LBL_EMAIL_ML_ADDRESSES_1'              => 'Selected List Addresses',
1325     'LBL_EMAIL_ML_ADDRESSES_2'              => 'Available List Addresses',
1326
1327     'LBL_EMAIL_MULTISELECT'                 => '<b>Ctrl-Click</b> to select multiples<br />(Mac users use <b>CMD-Click</b>)',
1328
1329     'LBL_EMAIL_NO'                          => 'No',
1330     'LBL_EMAIL_NOT_SENT'                    => 'System is unable to process your request. Please contact the system administrator.',
1331
1332     'LBL_EMAIL_OK'                          => 'OK',
1333     'LBL_EMAIL_ONE_MOMENT'                  => 'One moment please...',
1334     'LBL_EMAIL_OPEN_ALL'                    => 'Open Multiple Messages',
1335     'LBL_EMAIL_OPTIONS'                     => 'Options',
1336     'LBL_EMAIL_QUICK_COMPOSE'                           => 'Quick Compose',
1337     'LBL_EMAIL_OPT_OUT'                     => 'Opted Out',
1338     'LBL_EMAIL_OPT_OUT_AND_INVALID'         => 'Opted Out and Invalid',
1339     'LBL_EMAIL_PAGE_AFTER'                  => 'of {0}',
1340     'LBL_EMAIL_PAGE_BEFORE'                 => 'Page',
1341     'LBL_EMAIL_PERFORMING_TASK'             => 'Performing Task',
1342     'LBL_EMAIL_PRIMARY'                     => 'Primary',
1343     'LBL_EMAIL_PRINT'                       => 'Print',
1344
1345     'LBL_EMAIL_QC_BUGS'                     => 'Bug',
1346     'LBL_EMAIL_QC_CASES'                    => 'Case',
1347     'LBL_EMAIL_QC_LEADS'                    => 'Lead',
1348     'LBL_EMAIL_QC_CONTACTS'                 => 'Contact',
1349     'LBL_EMAIL_QC_TASKS'                    => 'Task',
1350     'LBL_EMAIL_QUICK_CREATE'                => 'Quick Create',
1351
1352     'LBL_EMAIL_REBUILDING_FOLDERS'          => 'Rebuilding Folders',
1353     'LBL_EMAIL_RELATE_TO'                   => 'Relate',
1354     'LBL_EMAIL_VIEW_RELATIONSHIPS'          => 'View Relationships',
1355     'LBL_EMAIL_RECORD'                                  => 'Email Record',
1356     'LBL_EMAIL_REMOVE'                      => 'Remove',
1357     'LBL_EMAIL_REPLY'                       => 'Reply',
1358     'LBL_EMAIL_REPLY_ALL'                   => 'Reply All',
1359     'LBL_EMAIL_REPLY_TO'                    => 'Reply-to',
1360     'LBL_EMAIL_RETRIEVING_LIST'             => 'Retrieving Email List',
1361     'LBL_EMAIL_RETRIEVING_MESSAGE'          => 'Retrieving Message',
1362     'LBL_EMAIL_RETRIEVING_RECORD'           => 'Retrieving Email Record',
1363     'LBL_EMAIL_SELECT_ONE_RECORD'           => 'Please select only one email record',
1364     'LBL_EMAIL_RETURN_TO_VIEW'              => 'Return to Previous Module?',
1365     'LBL_EMAIL_REVERT'                      => 'Revert',
1366     'LBL_EMAIL_RELATE_EMAIL'                => 'Relate Email',
1367
1368     'LBL_EMAIL_RULES_TITLE'                 => 'Rule Management',
1369
1370     'LBL_EMAIL_SAVE'                        => 'Save',
1371     'LBL_EMAIL_SAVE_AND_REPLY'              => 'Save & Reply',
1372     'LBL_EMAIL_SAVE_DRAFT'                  => 'Save Draft',
1373
1374     'LBL_EMAIL_SEARCHING'                   => 'Conducting Search',
1375     'LBL_EMAIL_SEARCH'                      => '<img src='.SugarThemeRegistry::current()->getImageURL('Search.gif').' align=absmiddle border=0> Search',
1376     'LBL_EMAIL_SEARCH_SHORT'                => '<img src='.SugarThemeRegistry::current()->getImageURL('Search.gif').' align=absmiddle border=0>',
1377     'LBL_EMAIL_SEARCH_ADVANCED'             => 'Advanced Search',
1378     'LBL_EMAIL_SEARCH_DATE_FROM'            => 'Date From',
1379     'LBL_EMAIL_SEARCH_DATE_UNTIL'           => 'Date Until',
1380     'LBL_EMAIL_SEARCH_FULL_TEXT'            => 'Body Text',
1381     'LBL_EMAIL_SEARCH_NO_RESULTS'           => 'No results match your search criteria.',
1382     'LBL_EMAIL_SEARCH_RESULTS_TITLE'        => 'Search Results',
1383     'LBL_EMAIL_SEARCH_TITLE'                => 'Simple Search',
1384     'LBL_EMAIL_SEARCH__FROM_ACCOUNTS'       => 'Search email account',
1385
1386     'LBL_EMAIL_SELECT'                      => 'Select',
1387
1388     'LBL_EMAIL_SEND'                        => 'Send',
1389     'LBL_EMAIL_SENDING_EMAIL'               => 'Sending Email',
1390
1391     'LBL_EMAIL_SETTINGS'                    => 'Settings',
1392     'LBL_EMAIL_SETTINGS_2_ROWS'             => '2 Rows',
1393     'LBL_EMAIL_SETTINGS_3_COLS'             => '3 Columns',
1394     'LBL_EMAIL_SETTINGS_LAYOUT'             => 'Layout Style',
1395     'LBL_EMAIL_SETTINGS_ACCOUNTS'           => 'Mail Accounts',
1396     'LBL_EMAIL_SETTINGS_ADD_ACCOUNT'        => 'Clear Form',
1397     'LBL_EMAIL_SETTINGS_AUTO_IMPORT'        => 'Import Email Upon View',
1398     'LBL_EMAIL_SETTINGS_CHECK_INTERVAL'     => 'Check for New Mail',
1399     'LBL_EMAIL_SETTINGS_COMPOSE_INLINE'     => 'Use Preview Pane',
1400     'LBL_EMAIL_SETTINGS_COMPOSE_POPUP'      => 'Use Popup Window',
1401     'LBL_EMAIL_SETTINGS_DISPLAY_NUM'        => 'Number emails per page',
1402     'LBL_EMAIL_SETTINGS_EDIT_ACCOUNT'       => 'Edit Mail Account',
1403     'LBL_EMAIL_SETTINGS_FOLDERS'            => 'Folders',
1404     'LBL_EMAIL_SETTINGS_FROM_ADDR'          => 'From Address',
1405     'LBL_EMAIL_SETTINGS_FROM_TO_EMAIL_ADDR' => 'Email Address For Test Notification:',
1406     'LBL_EMAIL_SETTINGS_TO_EMAIL_ADDR'      => 'To Email Address',
1407     'LBL_EMAIL_SETTINGS_FROM_NAME'          => 'From Name',
1408     'LBL_EMAIL_SETTINGS_REPLY_TO_ADDR'      =>'Reply to Address',
1409     'LBL_EMAIL_SETTINGS_FULL_SCREEN'        => 'Full Screen',
1410     'LBL_EMAIL_SETTINGS_FULL_SYNC'          => 'Synchronize All Mail Accounts',
1411     'LBL_EMAIL_TEST_NOTIFICATION_SENT'      => 'An email was sent to the specified email address using the provided outgoing mail settings. Please check to see if the email was received to verify the settings are correct.',
1412     'LBL_EMAIL_SETTINGS_FULL_SYNC_DESC'     => 'Performing this action will synchronize mail accounts and their contents.',
1413     'LBL_EMAIL_SETTINGS_FULL_SYNC_WARN'     => 'Perform a full synchronization?\nLarge mail accounts may take a few minutes.',
1414     'LBL_EMAIL_SUBSCRIPTION_FOLDER_HELP'    => 'Click the Shift key or the Ctrl key to select multiple folders.',
1415     'LBL_EMAIL_SETTINGS_GENERAL'            => 'General',
1416     'LBL_EMAIL_SETTINGS_GROUP_FOLDERS'      => 'Available Group Folders',
1417     'LBL_EMAIL_SETTINGS_GROUP_FOLDERS_CREATE'   => 'Create Group Folders',
1418     'LBL_EMAIL_SETTINGS_GROUP_FOLDERS_Save' => 'Saving Group Folders',
1419     'LBL_EMAIL_SETTINGS_RETRIEVING_GROUP'   => 'Retrieving Group Folder',
1420
1421     'LBL_EMAIL_SETTINGS_GROUP_FOLDERS_EDIT' => 'Edit Group Folder',
1422
1423     'LBL_EMAIL_SETTINGS_NAME'               => 'Mail Account Name',
1424     'LBL_EMAIL_SETTINGS_REQUIRE_REFRESH'    => 'Select the number of emails per page in the Inbox. This setting might require a page refresh in order to take effect.',
1425     'LBL_EMAIL_SETTINGS_RETRIEVING_ACCOUNT' => 'Retrieving Mail Account',
1426     'LBL_EMAIL_SETTINGS_RULES'              => 'Rules',
1427     'LBL_EMAIL_SETTINGS_SAVED'              => 'The settings have been saved.\n\nYou must reload the page for the new settings to take effect.',
1428     'LBL_EMAIL_SETTINGS_SEND_EMAIL_AS'      => 'Send Plain Text Emails Only',
1429     'LBL_EMAIL_SETTINGS_SHOW_IN_FOLDERS'    => 'Active',
1430     'LBL_EMAIL_SETTINGS_SHOW_NUM_IN_LIST'   => 'Emails per Page',
1431     'LBL_EMAIL_SETTINGS_TAB_POS'            => 'Place Tabs at Bottom',
1432     'LBL_EMAIL_SETTINGS_TITLE_LAYOUT'       => 'Visual Settings',
1433     'LBL_EMAIL_SETTINGS_TITLE_PREFERENCES'  => 'Preferences',
1434     'LBL_EMAIL_SETTINGS_TOGGLE_ADV'         => 'Show Advanced',
1435     'LBL_EMAIL_SETTINGS_USER_FOLDERS'       => 'Available User Folders',
1436     'LBL_EMAIL_ERROR_PREPEND'               => 'Error:',
1437         'LBL_EMAIL_INVALID_PERSONAL_OUTBOUND' => 'The outbound mail server selected for the mail account you are using is invalid.  Check the settings or select a different mail server for the mail account.',
1438         'LBL_EMAIL_INVALID_SYSTEM_OUTBOUND' => 'An outgoing mail server is not configured to send emails. Please configure an outgoing mail server or select an outgoing mail server for the mail account that you are using in Settings >> Mail Account.',
1439     'LBL_EMAIL_SHOW_READ'                   => 'Show All',
1440     'LBL_EMAIL_SHOW_UNREAD_ONLY'            => 'Show Unread Only',
1441     'LBL_EMAIL_SIGNATURES'                  => 'Signatures',
1442     'LBL_EMAIL_SIGNATURE_CREATE'            => 'Create Signature',
1443     'LBL_EMAIL_SIGNATURE_NAME'              => 'Signature Name',
1444     'LBL_EMAIL_SIGNATURE_TEXT'              => 'Signature Body',
1445         'LBL_SMTPTYPE_GMAIL'                    => 'Gmail',
1446         'LBL_SMTPTYPE_YAHOO'                    => 'Yahoo! Mail',
1447         'LBL_SMTPTYPE_EXCHANGE'                 => 'Microsoft Exchange',
1448     'LBL_EMAIL_SPACER_MAIL_SERVER'          => '[ Remote Folders ]',
1449     'LBL_EMAIL_SPACER_LOCAL_FOLDER'         => '[ Sugar Folders ]',
1450     'LBL_EMAIL_SUBJECT'                     => 'Subject',
1451     'LBL_EMAIL_TO'                              => 'To',
1452     'LBL_EMAIL_SUCCESS'                     => 'Success',
1453     'LBL_EMAIL_SUGAR_FOLDER'                => 'SugarFolder',
1454     'LBL_EMAIL_TEMPLATE_EDIT_PLAIN_TEXT'    => 'Email template body is empty',
1455     'LBL_EMAIL_TEMPLATES'                   => 'Templates',
1456     'LBL_EMAIL_TEXT_FIRST'                  => 'First Page',
1457     'LBL_EMAIL_TEXT_PREV'                   => 'Previous Page',
1458     'LBL_EMAIL_TEXT_NEXT'                   => 'Next Page',
1459     'LBL_EMAIL_TEXT_LAST'                   => 'Last Page',
1460     'LBL_EMAIL_TEXT_REFRESH'                => 'Refresh',
1461     'LBL_EMAIL_TO'                          => 'To',
1462     'LBL_EMAIL_TOGGLE_LIST'                 => 'Toggle List',
1463     'LBL_EMAIL_VIEW'                        => 'View',
1464     'LBL_EMAIL_VIEWS'                       => 'Views',
1465     'LBL_EMAIL_VIEW_HEADERS'                => 'Display Headers',
1466     'LBL_EMAIL_VIEW_PRINTABLE'              => 'Printable Version',
1467     'LBL_EMAIL_VIEW_RAW'                    => 'Display Raw Email',
1468     'LBL_EMAIL_VIEW_UNSUPPORTED'            => 'This feature is unsupported when used with POP3.',
1469     'LBL_DEFAULT_LINK_TEXT'                 => 'Default link text.',
1470     'LBL_EMAIL_YES'                         => 'Yes',
1471     'LBL_EMAIL_TEST_OUTBOUND_SETTINGS'      => 'Send Test Email',
1472     'LBL_EMAIL_TEST_OUTBOUND_SETTINGS_SENT' => 'Test Email Sent',
1473     'LBL_EMAIL_CHECK_INTERVAL_DOM'          => array(
1474         '-1' => "Manually",
1475         '5' => 'Every 5 minutes',
1476         '15' => 'Every 15 minutes',
1477         '30' => 'Every 30 minutes',
1478         '60' => 'Every hour'
1479     ),
1480
1481
1482     'LBL_EMAIL_MESSAGE_NO'                  => 'Message No',
1483     'LBL_EMAIL_IMPORT_SUCCESS'              => 'Import Passed',
1484     'LBL_EMAIL_IMPORT_FAIL'                 => 'Import Failed because either the message is already imported or deleted from server',
1485
1486     'LBL_LINK_NONE'=> 'None',
1487     'LBL_LINK_ALL'=> 'All',
1488     'LBL_LINK_RECORDS'=> 'Records',
1489     'LBL_LINK_SELECT'=> 'Select',
1490     'LBL_LINK_ACTIONS'=> 'Actions',
1491     'LBL_CLOSE_ACTIVITY_HEADER' => "Confirm",
1492     'LBL_CLOSE_ACTIVITY_CONFIRM' => "Do you want to close this #module#?",
1493     'LBL_CLOSE_ACTIVITY_REMEMBER' => "Do not display this message in the future: &nbsp;",
1494     'LBL_INVALID_FILE_EXTENSION' => 'Invalid File Extension',
1495
1496
1497     'ERR_CREATING_FIELDS' => 'Error filling in additional detail fields: ',
1498     'ERR_CREATING_TABLE' => 'Error creating table: ',
1499     'ERR_DECIMAL_SEP_EQ_THOUSANDS_SEP'  => "The decimal separator cannot use the same character as the thousands separator.\\n\\n  Please change the values.",
1500     'ERR_DELETE_RECORD' => 'A record number must be specified to delete the contact.',
1501     'ERR_EXPORT_DISABLED' => 'Exports Disabled.',
1502     'ERR_EXPORT_TYPE' => 'Error exporting ',
1503     'ERR_INVALID_AMOUNT' => 'Please enter a valid amount.',
1504     'ERR_INVALID_DATE_FORMAT' => 'The date format must be: ',
1505     'ERR_INVALID_DATE' => 'Please enter a valid date.',
1506     'ERR_INVALID_DAY' => 'Please enter a valid day.',
1507     'ERR_INVALID_EMAIL_ADDRESS' => 'not a valid email address.',
1508     'ERR_INVALID_FILE_REFERENCE' => 'Invalid File Reference',
1509     'ERR_INVALID_HOUR' => 'Please enter a valid hour.',
1510     'ERR_INVALID_MONTH' => 'Please enter a valid month.',
1511     'ERR_INVALID_TIME' => 'Please enter a valid time.',
1512     'ERR_INVALID_YEAR' => 'Please enter a valid 4 digit year.',
1513     'ERR_NEED_ACTIVE_SESSION' => 'An active session is required to export content.',
1514     'ERR_NO_HEADER_ID' => 'This feature is unavailable in this theme.',
1515     'ERR_NOT_ADMIN' => "Unauthorized access to administration.",
1516     'ERR_MISSING_REQUIRED_FIELDS' => 'Missing required field:',
1517     'ERR_INVALID_REQUIRED_FIELDS' => 'Invalid required field:',
1518     'ERR_INVALID_VALUE' => 'Invalid Value:',
1519     'ERR_NO_SUCH_FILE' =>'File does not exist on system',
1520     'ERR_NO_SINGLE_QUOTE' => 'Cannot use the single quotation mark for ',
1521     'ERR_NOTHING_SELECTED' =>'Please make a selection before proceeding.',
1522     'ERR_OPPORTUNITY_NAME_DUPE' => 'An opportunity with the name %s already exists.  Please enter another name below.',
1523     'ERR_OPPORTUNITY_NAME_MISSING' => 'An opportunity name was not entered.  Please enter an opportunity name below.',
1524     'ERR_POTENTIAL_SEGFAULT' => 'A potential Apache segmentation fault was detected.  Please notify your system administrator to confirm this problem and have her/him report it to SugarCRM.',
1525     'ERR_SELF_REPORTING' => 'User cannot report to him or herself.',
1526     'ERR_SINGLE_QUOTE'  => 'Using the single quote is not supported for this field.  Please change the value.',
1527     'ERR_SQS_NO_MATCH_FIELD' => 'No match for field: ',
1528     'ERR_SQS_NO_MATCH' =>'No Match',
1529     'ERR_ADDRESS_KEY_NOT_SPECIFIED' => 'Please specify \'key\' index in displayParams attribute for the Meta-Data definition',
1530     'ERR_EXISTING_PORTAL_USERNAME'=>'Error: The Portal Name is already assigned to another contact.',
1531     'ERR_COMPATIBLE_PRECISION_VALUE' => 'Field value is not compatible with precision value',
1532     'ERR_EXTERNAL_API_SAVE_FAIL' => 'An error occurred when trying to save to the external account.',
1533     'ERR_EXTERNAL_API_UPLOAD_FAIL' => 'An error occurred while uploading.  Please ensure the file you are uploading is not empty.',
1534     'ERR_NO_DB' => 'Could not connect to the database. Please refer to sugarcrm.log for details.',
1535     'ERR_DB_FAIL' => 'Database failure. Please refer to sugarcrm.log for details.',
1536     'ERR_EXTERNAL_API_403' => 'Permission Denied. File type is not supported.',
1537
1538     'LBL_ACCOUNT'=>'Account',
1539     'LBL_OLD_ACCOUNT_LINK'=>'Old Account',
1540     'LBL_ACCOUNTS'=>'Accounts',
1541     'LBL_ACTIVITIES_SUBPANEL_TITLE'=>'Activities',
1542     'LBL_ACCUMULATED_HISTORY_BUTTON_KEY' => 'H',
1543     'LBL_ACCUMULATED_HISTORY_BUTTON_LABEL' => 'View Summary',
1544     'LBL_ACCUMULATED_HISTORY_BUTTON_TITLE' => 'View Summary [Alt+H]',
1545     'LBL_ADD_BUTTON_KEY' => 'A',
1546     'LBL_ADD_BUTTON_TITLE' => 'Add [Alt+A]',
1547     'LBL_ADD_BUTTON' => 'Add',
1548     'LBL_ADD_DOCUMENT' => 'Add Document',
1549     'LBL_REPLACE_BUTTON' => 'Replace',
1550     'LBL_ADD_TO_PROSPECT_LIST_BUTTON_KEY' => 'L',
1551     'LBL_ADD_TO_PROSPECT_LIST_BUTTON_LABEL' => 'Add To Target List',
1552     'LBL_ADD_TO_PROSPECT_LIST_BUTTON_TITLE' => 'Add To Target List',
1553     'LBL_ADDITIONAL_DETAILS_CLOSE_TITLE' => 'Click to Close',
1554     'LBL_ADDITIONAL_DETAILS_CLOSE' => 'Close',
1555     'LBL_ADDITIONAL_DETAILS' => 'Additional Details',
1556     'LBL_ADMIN' => 'Admin',
1557     'LBL_ALT_HOT_KEY' => 'Alt+',
1558     'LBL_ARCHIVE' => 'Archive',
1559     'LBL_ASSIGNED_TO_USER'=>'Assigned to User',
1560     'LBL_ASSIGNED_TO' => 'Assigned to:',
1561     'LBL_BACK' => 'Back',
1562     'LBL_BILL_TO_ACCOUNT'=>'Bill to Account',
1563     'LBL_BILL_TO_CONTACT'=>'Bill to Contact',
1564     'LBL_BILLING_ADDRESS'=>'Billing Address',
1565     'LBL_BROWSER_TITLE' => 'SugarCRM - Commercial Open Source CRM',
1566     'LBL_BUGS'=>'Bugs',
1567     'LBL_BY' => 'by',
1568     'LBL_CALLS'=>'Calls',
1569     'LBL_CALL'=>'Call',
1570     'LBL_CAMPAIGNS_SEND_QUEUED' => 'Send Queued Campaign Emails',
1571     'LBL_CANCEL_BUTTON_KEY' => 'X',
1572     'LBL_CANCEL_BUTTON_LABEL' => 'Cancel',
1573     'LBL_CANCEL_BUTTON_TITLE' => 'Cancel [Alt+X]',
1574     'LBL_SUBMIT_BUTTON_LABEL' => 'Submit',
1575     'LBL_CASE'=>'Case',
1576     'LBL_CASES'=>'Cases',
1577     'LBL_CHANGE_BUTTON_KEY' => 'G',
1578     'LBL_CHANGE_PASSWORD' => 'Change password',
1579     'LBL_CHANGE_BUTTON_LABEL' => 'Change',
1580     'LBL_CHANGE_BUTTON_TITLE' => 'Change [Alt+G]',
1581     'LBL_CHARSET' => 'UTF-8',
1582     'LBL_CHECKALL' => 'Check All',
1583     'LBL_CITY' => 'City',
1584     'LBL_CLEAR_BUTTON_KEY' => 'C',
1585     'LBL_CLEAR_BUTTON_LABEL' => 'Clear',
1586     'LBL_CLEAR_BUTTON_TITLE' => 'Clear [Alt+C]',
1587     'LBL_CLEARALL' => 'Clear All',
1588     'LBL_CLOSE_BUTTON_TITLE' =>'Close',
1589     'LBL_CLOSE_BUTTON_KEY'=>'Q',
1590     'LBL_CLOSE_WINDOW'=>'Close Window',
1591     'LBL_CLOSEALL_BUTTON_KEY' => 'Q',
1592     'LBL_CLOSEALL_BUTTON_LABEL' => 'Close All',
1593     'LBL_CLOSEALL_BUTTON_TITLE' => 'Close All [Alt+I]',
1594     'LBL_CLOSE_AND_CREATE_BUTTON_LABEL' => 'Close and Create New',
1595     'LBL_CLOSE_AND_CREATE_BUTTON_TITLE' => 'Close and Create New',
1596     'LBL_CLOSE_AND_CREATE_BUTTON_KEY' => 'C',
1597     'LBL_OPEN_ITEMS' => 'Open Items:',
1598     'LBL_COMPOSE_EMAIL_BUTTON_KEY' => 'L',
1599     'LBL_COMPOSE_EMAIL_BUTTON_LABEL' => 'Compose Email',
1600     'LBL_COMPOSE_EMAIL_BUTTON_TITLE' => 'Compose Email [Alt+L]',
1601     'LBL_SEARCH_DROPDOWN_YES'=>'Yes',
1602     'LBL_SEARCH_DROPDOWN_NO'=>'No',
1603     'LBL_CONTACT_LIST' => 'Contact List',
1604     'LBL_CONTACT'=>'Contact',
1605     'LBL_CONTACTS'=>'Contacts',
1606     'LBL_CONTRACTS'=>'Contracts',
1607     'LBL_COUNTRY' => 'Country:',
1608     'LBL_CREATE_BUTTON_LABEL' => 'Create',
1609     'LBL_CREATED_BY_USER'=>'Created by User',
1610     'LBL_CREATED_USER'=>'Created by User',
1611     'LBL_CREATED_ID' => 'Created By Id',
1612     'LBL_CREATED' => 'Created by',
1613     'LBL_CURRENT_USER_FILTER' => 'My Items:',
1614     'LBL_CURRENCY'=>'Currency:',
1615     'LBL_DOCUMENTS'=>'Documents',
1616     'LBL_DATE_ENTERED' => 'Date Created:',
1617     'LBL_DATE_MODIFIED' => 'Date Modified:',
1618     'LBL_DELETE_BUTTON_KEY' => 'D',
1619     'LBL_DELETE_BUTTON_LABEL' => 'Delete',
1620     'LBL_DELETE_BUTTON_TITLE' => 'Delete [Alt+D]',
1621     'LBL_DELETE_BUTTON' => 'Delete',
1622     'LBL_DELETE' => 'Delete',
1623     'LBL_DELETED'=>'Deleted',
1624     'LBL_DIRECT_REPORTS'=>'Direct Reports',
1625     'LBL_DONE_BUTTON_KEY' => 'X',
1626     'LBL_DONE_BUTTON_LABEL' => 'Done',
1627     'LBL_DONE_BUTTON_TITLE' => 'Done [Alt+X]',
1628     'LBL_DST_NEEDS_FIXIN' => 'The application requires a Daylight Saving Time fix to be applied.  Please go to the <a href="index.php?module=Administration&action=DstFix">Repair</a> link in the Admin console and apply the Daylight Saving Time fix.',
1629     'LBL_DUPLICATE_BUTTON_KEY' => 'U',
1630     'LBL_DUPLICATE_BUTTON_LABEL' => 'Duplicate',
1631     'LBL_DUPLICATE_BUTTON_TITLE' => 'Duplicate [Alt+U]',
1632     'LBL_DUPLICATE_BUTTON' => 'Duplicate',
1633     'LBL_EDIT_BUTTON_KEY' => 'E',
1634     'LBL_EDIT_BUTTON_LABEL' => 'Edit',
1635     'LBL_EDIT_BUTTON_TITLE' => 'Edit [Alt+E]',
1636     'LBL_EDIT_BUTTON' => 'Edit',
1637     'LBL_EDIT_AS_NEW_BUTTON_LABEL' => 'Edit As New',
1638     'LBL_EDIT_AS_NEW_BUTTON_TITLE' => 'Edit As New',
1639     'LBL_VCARD' => 'vCard',
1640     'LBL_EMPTY_VCARD' => 'Please select a vCard file',
1641     'LBL_IMPORT_VCARD' => 'Import vCard:',
1642     'LBL_IMPORT_VCARD_BUTTON_KEY' => 'I',
1643     'LBL_IMPORT_VCARD_BUTTON_LABEL' => 'Import vCard',
1644     'LBL_IMPORT_VCARD_BUTTON_TITLE' => 'Import vCard [Alt+I]',
1645     'LBL_VIEW_BUTTON_KEY' => 'V',
1646     'LBL_VIEW_BUTTON_LABEL' => 'View',
1647     'LBL_VIEW_BUTTON_TITLE' => 'View [Alt+V]',
1648     'LBL_VIEW_BUTTON' => 'View',
1649     'LBL_EMAIL_PDF_BUTTON_KEY' => 'M',
1650     'LBL_EMAIL_PDF_BUTTON_LABEL' => 'Email as PDF',
1651     'LBL_EMAIL_PDF_BUTTON_TITLE' => 'Email as PDF [Alt+M]',
1652     'LBL_EMAILS'=>'Emails',
1653     'LBL_EMPLOYEES' => 'Employees',
1654     'LBL_ENTER_DATE' => 'Enter Date',
1655     'LBL_EXPORT_ALL' => 'Export All',
1656     'LBL_EXPORT' => 'Export',
1657     'LBL_FAVORITES_FILTER' => 'My Favorites:',
1658     'LBL_GO_BUTTON_LABEL' => 'Go',
1659     'LBL_HIDE'=>'Hide',
1660     'LBL_ID'=>'ID',
1661     'LBL_IMPORT' => 'Import',
1662     'LBL_IMPORT_STARTED' => 'Import Started: ',
1663     'LBL_MISSING_CUSTOM_DELIMITER' => 'Must specify a custom delimiter.',
1664     'LBL_LAST_VIEWED' => 'Last Viewed',
1665     'LBL_TODAYS_ACTIVITIES' => 'Today\'s Activities',
1666     'LBL_LEADS'=>'Leads',
1667     'LBL_LESS' => 'less',
1668     'LBL_CAMPAIGN' => 'Campaign:',
1669     'LBL_CAMPAIGNS' => 'Campaigns',
1670     'LBL_CAMPAIGNLOG' => 'CampaignLog',
1671     'LBL_CAMPAIGN_CONTACT'=>'Campaigns',
1672     'LBL_CAMPAIGN_ID'=>'campaign_id',
1673     'LBL_SITEMAP'=>'Sitemap',
1674     'LBL_THEME'=>'Theme:',
1675     'LBL_THEME_PICKER'=>'Page Style',
1676     'LBL_THEME_PICKER_IE6COMPAT_CHECK' => 'Warning: Internet Explorer 6 is not supported for the selected theme. Click OK to select it anyways or Cancel to select a different theme.',
1677     'LBL_FOUND_IN_RELEASE'=>'Found In Release',
1678     'LBL_FIXED_IN_RELEASE'=>'Fixed In Release',
1679     'LBL_LIST_ACCOUNT_NAME' => 'Account Name',
1680     'LBL_LIST_ASSIGNED_USER' => 'User',
1681     'LBL_LIST_CONTACT_NAME' => 'Contact Name',
1682     'LBL_LIST_CONTACT_ROLE' => 'Contact Role',
1683     'LBL_LIST_DATE_ENTERED'=>'Date Created',
1684     'LBL_LIST_EMAIL' => 'Email',
1685     'LBL_LIST_NAME' => 'Name',
1686     'LBL_LIST_OF' => 'of',
1687     'LBL_LIST_PHONE' => 'Phone',
1688     'LBL_LIST_RELATED_TO' => 'Related to',
1689     'LBL_LIST_USER_NAME' => 'User Name',
1690     'LBL_LISTVIEW_MASS_UPDATE_CONFIRM' => 'Are you sure you want to update the entire list?',
1691     'LBL_LISTVIEW_NO_SELECTED' => 'Please select at least 1 record to proceed.',
1692     'LBL_LISTVIEW_TWO_REQUIRED' => 'Please select at least 2 records to proceed.',
1693     'LBL_LISTVIEW_LESS_THAN_TEN_SELECT' => 'Please select less than 10 records to proceed.',
1694     'LBL_LISTVIEW_ALL' => 'All',
1695     'LBL_LISTVIEW_NONE' => 'Deselect All',
1696     'LBL_LISTVIEW_OPTION_CURRENT' => 'Select This Page',
1697     'LBL_LISTVIEW_OPTION_ENTIRE' => 'Select All',
1698     'LBL_LISTVIEW_OPTION_SELECTED' => 'Selected Records',
1699     'LBL_LISTVIEW_SELECTED_OBJECTS' => 'Selected: ',
1700
1701     'LBL_LOCALE_NAME_EXAMPLE_FIRST' => 'David',
1702     'LBL_LOCALE_NAME_EXAMPLE_LAST' => 'Livingstone',
1703     'LBL_LOCALE_NAME_EXAMPLE_SALUTATION' => 'Dr.',
1704     'LBL_LOCALE_NAME_EXAMPLE_TITLE' => 'Code Monkey Extraordinaire',
1705     'LBL_LOGIN_TO_ACCESS' => 'Please sign in to access this area.',
1706     'LBL_LOGOUT' => 'Log Out',
1707     'LBL_MAILMERGE_KEY' => 'M',
1708     'LBL_MAILMERGE' => 'Mail Merge',
1709     'LBL_MASS_UPDATE' => 'Mass Update',
1710     'LBL_NO_MASS_UPDATE_FIELDS_AVAILABLE' => 'There are no fields available for the Mass Update operation',
1711     'LBL_OPT_OUT_FLAG_PRIMARY' => 'Opt out Primary Email',
1712     'LBL_MEETINGS'=>'Meetings',
1713     'LBL_MEETING'=>'Meeting',
1714     'LBL_MEMBERS'=>'Members',
1715     'LBL_MEMBER_OF'=>'Member Of',
1716     'LBL_MODIFIED_BY_USER'=>'Modified by User',
1717     'LBL_MODIFIED_USER'=>'Modified by User',
1718     'LBL_MODIFIED' => 'Modified by',
1719     'LBL_MODIFIED_NAME'=>'Modified By Name',
1720     'LBL_MODIFIED_ID'=>'Modified By Id',
1721     'LBL_MORE' => 'more',
1722     'LBL_MY_ACCOUNT' => 'My Settings',
1723     'LBL_NAME' => 'Name',
1724     'LBL_NEW_BUTTON_KEY' => 'N',
1725     'LBL_NEW_BUTTON_LABEL' => 'Create',
1726     'LBL_NEW_BUTTON_TITLE' => 'Create [Alt+N]',
1727     'LBL_NEXT_BUTTON_LABEL' => 'Next',
1728     'LBL_NONE' => '--None--',
1729     'LBL_NOTES'=>'Notes',
1730     'LBL_OPENALL_BUTTON_KEY' => 'O',
1731     'LBL_OPENALL_BUTTON_LABEL' => 'Open All',
1732     'LBL_OPENALL_BUTTON_TITLE' => 'Open All [Alt+O]',
1733     'LBL_OPENTO_BUTTON_KEY' => 'T',
1734     'LBL_OPENTO_BUTTON_LABEL' => 'Open To: ',
1735     'LBL_OPENTO_BUTTON_TITLE' => 'Open To: [Alt+T]',
1736     'LBL_OPPORTUNITIES'=>'Opportunities',
1737     'LBL_OPPORTUNITY_NAME' => 'Opportunity Name',
1738     'LBL_OPPORTUNITY'=>'Opportunity',
1739     'LBL_OR' => 'OR',
1740     'LBL_LOWER_OR' => 'or',
1741     'LBL_PANEL_ASSIGNMENT' => 'Other',
1742     'LBL_PANEL_ADVANCED' => 'More Information',
1743     'LBL_PARENT_TYPE' => 'Parent Type',
1744     'LBL_PERCENTAGE_SYMBOL' => '%',
1745     'LBL_PHASE' => 'Range',
1746     'LBL_POSTAL_CODE' => 'Postal Code:',
1747     'LBL_PRIMARY_ADDRESS_CITY' => 'Primary Address City:',
1748     'LBL_PRIMARY_ADDRESS_COUNTRY' => 'Primary Address Country:',
1749     'LBL_PRIMARY_ADDRESS_POSTALCODE' => 'Primary Address Postal Code:',
1750     'LBL_PRIMARY_ADDRESS_STATE' => 'Primary Address State:',
1751     'LBL_PRIMARY_ADDRESS_STREET_2' => 'Primary Address Street 2:',
1752     'LBL_PRIMARY_ADDRESS_STREET_3' => 'Primary Address Street 3:',
1753     'LBL_PRIMARY_ADDRESS_STREET' => 'Primary Address Street:',
1754     'LBL_PRIMARY_ADDRESS' => 'Primary Address:',
1755         
1756         'LBL_BILLING_STREET'=> 'Street:',
1757         'LBL_SHIPPING_STREET'=> 'Street:',
1758
1759     'LBL_PRODUCT_BUNDLES'=>'Product Bundles',
1760     'LBL_PRODUCT_BUNDLES'=>'Product Bundles',
1761     'LBL_PRODUCTS'=>'Products',
1762     'LBL_PROJECT_TASKS'=>'Project Tasks',
1763     'LBL_PROJECTS'=>'Projects',
1764     'LBL_PROJECTS'=>'Projects',
1765     'LBL_QUOTE_TO_OPPORTUNITY_KEY' => 'O',
1766     'LBL_QUOTE_TO_OPPORTUNITY_LABEL' => 'Create Opportunity from Quote',
1767     'LBL_QUOTE_TO_OPPORTUNITY_TITLE' => 'Create Opportunity from Quote [Alt+O]',
1768     'LBL_QUOTES_SHIP_TO'=>'Quotes Ship to',
1769     'LBL_QUOTES'=>'Quotes',
1770
1771     'LBL_RELATED' => 'Related',
1772     'LBL_RELATED_INFORMATION' => 'Related Information',
1773     'LBL_RELATED_RECORDS' => 'Related Records',
1774     'LBL_REMOVE' => 'Remove',
1775     'LBL_REPORTS_TO' => 'Reports To',
1776     'LBL_REQUIRED_SYMBOL' => '*',
1777     'LBL_REQUIRED_TITLE' => 'Indicates required field',
1778     'LBL_SAVE_BUTTON_KEY' => 'S',
1779     'LBL_SAVE_BUTTON_LABEL' => 'Save',
1780     'LBL_EMAIL_DONE_BUTTON_LABEL' => 'Done',
1781     'LBL_SAVE_BUTTON_TITLE' => 'Save [Alt+S]',
1782     'LBL_SAVE_AS_BUTTON_KEY' => 'A',
1783     'LBL_SAVE_AS_BUTTON_LABEL' => 'Save As',
1784     'LBL_SAVE_AS_BUTTON_TITLE' => 'Save As [Alt+A]',
1785     'LBL_FULL_FORM_BUTTON_KEY' => 'F',
1786     'LBL_FULL_FORM_BUTTON_LABEL' => 'Full Form',
1787     'LBL_FULL_FORM_BUTTON_TITLE' => 'Full Form [Alt+F]',
1788     'LBL_SAVE_NEW_BUTTON_KEY' => 'V',
1789     'LBL_SAVE_NEW_BUTTON_LABEL' => 'Save & Create New',
1790     'LBL_SAVE_NEW_BUTTON_TITLE' => 'Save & Create New [Alt+V]',
1791     'LBL_SEARCH_BUTTON_KEY' => 'Q',
1792     'LBL_SEARCH_BUTTON_LABEL' => 'Search',
1793     'LBL_SEARCH_BUTTON_TITLE' => 'Search [Alt+Q]',
1794     'LBL_SEARCH' => 'Search',
1795     'LBL_SEARCH_MORE' => 'more',
1796     'LBL_SEE_ALL' => 'See All',
1797     'LBL_UPLOAD_IMAGE_FILE_INVALID' => 'Invalid file format, only image file can be uploaded.',
1798     'LBL_SELECT_BUTTON_KEY' => 'T',
1799     'LBL_SELECT_BUTTON_LABEL' => 'Select',
1800     'LBL_SELECT_BUTTON_TITLE' => 'Select [Alt+T]',
1801     'LBL_SELECT_TEAMS_KEY' => 'Z',
1802     'LBL_SELECT_TEAMS_LABEL' => 'Add Team(s)',
1803     'LBL_SELECT_TEAMS_TITLE' => 'Add Teams(s) [Alt+Z]',
1804     'LBL_BROWSE_DOCUMENTS_BUTTON_KEY' => 'B',
1805     'LBL_BROWSE_DOCUMENTS_BUTTON_LABEL' => 'Browse Documents',
1806     'LBL_BROWSE_DOCUMENTS_BUTTON_TITLE' => 'Browse Documents [Alt+B]',
1807     'LBL_SELECT_CONTACT_BUTTON_KEY' => 'T',
1808     'LBL_SELECT_CONTACT_BUTTON_LABEL' => 'Select Contact',
1809     'LBL_SELECT_CONTACT_BUTTON_TITLE' => 'Select Contact [Alt+T]',
1810     'LBL_GRID_SELECTED_FILE' => 'selected file',
1811     'LBL_GRID_SELECTED_FILES' => 'selected files',
1812     'LBL_SELECT_REPORTS_BUTTON_LABEL' => 'Select from Reports',
1813     'LBL_SELECT_REPORTS_BUTTON_TITLE' => 'Select Reports',
1814     'LBL_SELECT_USER_BUTTON_KEY' => 'U',
1815     'LBL_SELECT_USER_BUTTON_LABEL' => 'Select User',
1816     'LBL_SELECT_USER_BUTTON_TITLE' => 'Select User [Alt+U]',
1817     'LBL_SERVER_RESPONSE_RESOURCES' => 'Resources used to construct this page (queries, files)',
1818     'LBL_SERVER_RESPONSE_TIME_SECONDS' => 'seconds.',
1819     'LBL_SERVER_RESPONSE_TIME' => 'Server response time:',
1820     'LBL_SHIP_TO_ACCOUNT'=>'Ship to Account',
1821     'LBL_SHIP_TO_CONTACT'=>'Ship to Contact',
1822     'LBL_SHIPPING_ADDRESS'=>'Shipping Address',
1823     'LBL_SHORTCUTS' => 'Shortcuts',
1824     'LBL_SHOW'=>'Show',
1825     'LBL_SQS_INDICATOR' => '',
1826     'LBL_STATE' => 'State:',
1827     'LBL_STATUS_UPDATED'=>'Your Status for this event has been updated!',
1828     'LBL_STATUS'=>'Status:',
1829     'LBL_STREET'=>'Street',
1830     'LBL_SUBJECT' => 'Subject',
1831
1832     'LBL_INBOUNDEMAIL_ID' => 'Inbound Email ID',
1833
1834     /* The following version of LBL_SUGAR_COPYRIGHT is intended for Sugar Open Source only. */
1835
1836     'LBL_SUGAR_COPYRIGHT' => '&copy; 2004-2011 SugarCRM Inc. The Program is provided AS IS, without warranty.  Licensed under <a href="LICENSE.txt" target="_blank" class="copyRightLink">AGPLv3</a>.<br />SugarCRM is a trademark of SugarCRM, Inc. All other company and product names may be trademarks of the respective companies with which they are associated.',
1837
1838
1839
1840     // The following version of LBL_SUGAR_COPYRIGHT is for Professional and Enterprise editions.
1841
1842     'LBL_SUGAR_COPYRIGHT_SUB' => '&copy; 2004-2011 <a href="http://www.sugarcrm.com" target="_blank" class="copyRightLink">SugarCRM Inc.</a> All Rights Reserved.<br />SugarCRM is a trademark of SugarCRM, Inc. All other company and product names may be trademarks of the respective companies with which they are associated.',
1843
1844
1845     'LBL_SYNC' => 'Sync',
1846     'LBL_SYNC' => 'Sync',
1847     'LBL_TABGROUP_ALL' => 'All',
1848     'LBL_TABGROUP_ACTIVITIES' => 'Activities',
1849     'LBL_TABGROUP_COLLABORATION' => 'Collaboration',
1850     'LBL_TABGROUP_HOME' => 'Home',
1851     'LBL_TABGROUP_MARKETING' => 'Marketing',
1852     'LBL_TABGROUP_MY_PORTALS' => 'My Sites',
1853     'LBL_TABGROUP_OTHER' => 'Other',
1854     'LBL_TABGROUP_REPORTS' => 'Reports',
1855     'LBL_TABGROUP_SALES' => 'Sales',
1856     'LBL_TABGROUP_SUPPORT' => 'Support',
1857     'LBL_TABGROUP_TOOLS' => 'Tools',
1858     'LBL_TASKS'=>'Tasks',
1859     'LBL_TEAMS_LINK'=>'Teams',
1860     'LBL_THEME_COLOR'=>'Color',
1861     'LBL_THEME_FONT'=>'Font',
1862     'LBL_THOUSANDS_SYMBOL' => 'K',
1863     'LBL_TRACK_EMAIL_BUTTON_KEY' => 'K',
1864     'LBL_TRACK_EMAIL_BUTTON_LABEL' => 'Archive Email',
1865     'LBL_TRACK_EMAIL_BUTTON_TITLE' => 'Archive Email [Alt+K]',
1866     'LBL_UNAUTH_ADMIN' => 'Unauthorized access to administration',
1867     'LBL_UNDELETE_BUTTON_LABEL' => 'Undelete',
1868     'LBL_UNDELETE_BUTTON_TITLE' => 'Undelete [Alt+D]',
1869     'LBL_UNDELETE_BUTTON' => 'Undelete',
1870     'LBL_UNDELETE' => 'Undelete',
1871     'LBL_UNSYNC' => 'Unsync',
1872     'LBL_UPDATE' => 'Update',
1873     'LBL_USER_LIST' => 'User List',
1874     'LBL_USERS_SYNC'=>'Users Sync',
1875     'LBL_USERS'=>'Users',
1876     'LBL_VERIFY_EMAIL_ADDRESS'=>'Checking for existing email entry...',
1877     'LBL_VERIFY_PORTAL_NAME'=>'Checking for existing portal name...',
1878     'LBL_VIEW_IMAGE' => 'view',
1879     'LBL_VIEW_PDF_BUTTON_KEY' => 'P',
1880     'LBL_VIEW_PDF_BUTTON_LABEL' => 'Print as PDF',
1881     'LBL_VIEW_PDF_BUTTON_TITLE' => 'Print as PDF [Alt+P]',
1882
1883
1884     'LNK_ABOUT' => 'About',
1885     'LNK_ADVANCED_SEARCH' => 'Advanced Search',
1886     'LNK_BASIC_SEARCH' => 'Basic Search',
1887     'LBL_MODIFY_CURRENT_SEARCH'=> 'Modify current search',
1888     'LNK_SAVED_VIEWS' => 'Layout Options',
1889     'LNK_DELETE_ALL' => 'del all',
1890     'LNK_DELETE' => 'del',
1891     'LNK_EDIT' => 'edit',
1892     'LNK_GET_LATEST'=>'Get latest',
1893     'LNK_GET_LATEST_TOOLTIP'=>'Replace with latest version',
1894     'LNK_HELP' => 'Help',
1895     'LNK_CREATE' => 'Create',
1896     'LNK_LIST_END' => 'End',
1897     'LNK_LIST_NEXT' => 'Next',
1898     'LNK_LIST_PREVIOUS' => 'Previous',
1899     'LNK_LIST_RETURN' => 'Return to List',
1900     'LNK_LIST_START' => 'Start',
1901     'LNK_LOAD_SIGNED'=>'Sign',
1902     'LNK_LOAD_SIGNED_TOOLTIP'=>'Replace with signed document',
1903     'LNK_PRINT' => 'Print',
1904     'LNK_BACKTOTOP' => 'Back to top',
1905     'LNK_REMOVE' => 'rem',
1906     'LNK_RESUME' => 'Resume',
1907     'LNK_VIEW_CHANGE_LOG' => 'View Change Log',
1908
1909
1910     'NTC_CLICK_BACK' => 'Please click the browser back button and fix the error.',
1911     'NTC_DATE_FORMAT' => '(yyyy-mm-dd)',
1912     'NTC_DATE_TIME_FORMAT' => '(yyyy-mm-dd 24:00)',
1913     'NTC_DELETE_CONFIRMATION_MULTIPLE' => 'Are you sure you want to delete selected record(s)?',
1914     'NTC_TEMPLATE_IS_USED' => 'The template is used in at least one email marketing record. Are you sure you want to delete it?',
1915     'NTC_TEMPLATES_IS_USED' => "The following templates are used in email marketing records. Are you sure you want to delete them?\n",
1916     'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
1917     'NTC_DELETE_CONFIRMATION_NUM' => 'Are you sure you want to delete the ',
1918     'NTC_UPDATE_CONFIRMATION_NUM' => 'Are you sure you want to update the ',
1919     'NTC_DELETE_SELECTED_RECORDS' =>' selected record(s)?',
1920     'NTC_LOGIN_MESSAGE' => 'Please enter your user name and password.',
1921     'NTC_NO_ITEMS_DISPLAY' => 'none',
1922     'NTC_REMOVE_CONFIRMATION' => 'Are you sure you want to remove this relationship? Only the relationship will be removed. The record will not be deleted.',
1923     'NTC_REQUIRED' => 'Indicates required field',
1924     'NTC_SUPPORT_SUGARCRM' => 'Support the SugarCRM open source project with a donation through PayPal - it\'s fast, free and secure!',
1925     'NTC_TIME_FORMAT' => '(24:00)',
1926     'NTC_WELCOME' => 'Welcome',
1927     'NTC_YEAR_FORMAT' => '(yyyy)',
1928     'LOGIN_LOGO_ERROR'=> 'Please replace the SugarCRM logos.',
1929     'ERROR_FULLY_EXPIRED'=> "Your company's license for SugarCRM has expired for more than 30 days and needs to be brought up to date. Only admins may login.",
1930     'ERROR_LICENSE_EXPIRED'=> "Your company's license for SugarCRM needs to be updated. Only admins may login",
1931     'ERROR_LICENSE_VALIDATION'=> "Your company's license for SugarCRM needs to be validated. Only admins may login",
1932         'WARN_LICENSE_SEATS'=>  "Warning: The number of active users is already the maximum number of licenses allowed.",
1933         'WARN_LICENSE_SEATS_MAXED'=>  "Warning: The number of active users exceeds the maximum number of licenses allowed.",
1934     'WARN_ONLY_ADMINS'=> "Only admins may log in.",
1935     'WARN_UNSAVED_CHANGES'=> "You are about to leave this record without saving any changes you may have made to the record. Are you sure you want to navigate away from this record?",
1936     'ERROR_NO_RECORD' => 'Error retrieving record.  This record may be deleted or you may not be authorized to view it.',
1937     'ERROR_TYPE_NOT_VALID' => 'Error. This type is not valid.',
1938     'LBL_DUP_MERGE'=>'Find Duplicates',
1939     'LBL_MANAGE_SUBSCRIPTIONS'=>'Manage Subscriptions',
1940     'LBL_MANAGE_SUBSCRIPTIONS_FOR'=>'Manage Subscriptions for ',
1941     'LBL_SUBSCRIBE'=>'Subscribe',
1942     'LBL_UNSUBSCRIBE'=>'Unsubscribe',
1943     // Ajax status strings
1944     'LBL_LOADING' => 'Loading ...',
1945     'LBL_SEARCHING' => 'Searching...',
1946     'LBL_SAVING_LAYOUT' => 'Saving Layout ...',
1947     'LBL_SAVED_LAYOUT' => 'Layout has been saved.',
1948     'LBL_SAVED' => 'Saved',
1949     'LBL_SAVING' => 'Saving',
1950     'LBL_FAILED' => 'Failed!',
1951     'LBL_DISPLAY_COLUMNS' => 'Display Columns',
1952     'LBL_HIDE_COLUMNS' => 'Hide Columns',
1953     'LBL_SEARCH_CRITERIA' => 'Search Criteria',
1954     'LBL_SAVED_VIEWS' => 'Saved Views',
1955     'LBL_PROCESSING_REQUEST'=>'Processing..',
1956     'LBL_REQUEST_PROCESSED'=>'Done',
1957     'LBL_AJAX_FAILURE' => 'Ajax failure',
1958     'LBL_MERGE_DUPLICATES'  => 'Merge',
1959     'LBL_SAVED_SEARCH_SHORTCUT' => 'Saved Searches',
1960     'LBL_SEARCH_POPULATE_ONLY'=> 'Perform a search using the search form above',
1961     'LBL_DETAILVIEW'=>'Detail View',
1962     'LBL_LISTVIEW'=>'List View',
1963     'LBL_EDITVIEW'=>'Edit View',
1964     'LBL_SEARCHFORM'=>'Search Form',
1965     'LBL_SAVED_SEARCH_ERROR' => 'Please provide a name for this view.',
1966     'LBL_DISPLAY_LOG' => 'Display Log',
1967     'ERROR_JS_ALERT_SYSTEM_CLASS' => 'System',
1968     'ERROR_JS_ALERT_TIMEOUT_TITLE' => 'Session Timeout',
1969     'ERROR_JS_ALERT_TIMEOUT_MSG_1' => 'Your session is about to timeout in 2 minutes. Please save your work.',
1970     'ERROR_JS_ALERT_TIMEOUT_MSG_2' =>'Your session has timed out.',
1971     'MSG_JS_ALERT_MTG_REMINDER_AGENDA' => "\nAgenda: ",
1972     'MSG_JS_ALERT_MTG_REMINDER_MEETING' => 'Meeting',
1973     'MSG_JS_ALERT_MTG_REMINDER_CALL' => 'Call',
1974     'MSG_JS_ALERT_MTG_REMINDER_TIME' => 'Time: ',
1975     'MSG_JS_ALERT_MTG_REMINDER_LOC' => 'Location: ',
1976     'MSG_JS_ALERT_MTG_REMINDER_DESC' => 'Description: ',
1977     'MSG_JS_ALERT_MTG_REMINDER_CALL_MSG' => "\nClick OK to view this call or click Cancel to dismiss this message.",
1978         'MSG_JS_ALERT_MTG_REMINDER_MEETING_MSG' => "\nClick OK to view this meeting or click Cancel to dismiss this message.",
1979     // contextMenu strings
1980     'LBL_ADD_TO_FAVORITES' => 'Add to My Favorites',
1981     'LBL_MARK_AS_FAVORITES' => 'Mark as Favorite',
1982     'LBL_CREATE_CONTACT' => 'Create Contact',
1983     'LBL_CREATE_CASE' => 'Create Case',
1984     'LBL_CREATE_NOTE' => 'Create Note',
1985     'LBL_CREATE_OPPORTUNITY' => 'Create Opportunity',
1986     'LBL_SCHEDULE_CALL' => 'Log Call',
1987     'LBL_SCHEDULE_MEETING' => 'Schedule Meeting',
1988     'LBL_CREATE_TASK' => 'Create Task',
1989     'LBL_REMOVE_FROM_FAVORITES' => 'Remove From My Favorites',
1990     //web to lead
1991     'LBL_GENERATE_WEB_TO_LEAD_FORM' => 'Generate Form',
1992     'LBL_SAVE_WEB_TO_LEAD_FORM' =>'Save Web To Lead Form',
1993
1994     'LBL_PLEASE_SELECT' => 'Please Select',
1995     'LBL_REDIRECT_URL'=>'Redirect URL',
1996     'LBL_RELATED_CAMPAIGN' =>'Related campaign',
1997     'LBL_ADD_ALL_LEAD_FIELDS' => 'Add All Fields',
1998     'LBL_REMOVE_ALL_LEAD_FIELDS' => 'Remove All Fields',
1999     'LBL_ONLY_IMAGE_ATTACHMENT' => 'Only image type attachment can be embedded',
2000     'LBL_REMOVE' => 'Remove',
2001     'LBL_TRAINING' => 'Support',
2002     'ERR_DATABASE_CONN_DROPPED'=>'Error executing a query. Possibly, your database dropped the connection. Please refresh this page, you may need to restart you web server.',
2003     'ERR_MSSQL_DB_CONTEXT' =>'Changed database context to',
2004         'ERR_MSSQL_WARNING' =>'Warning:',
2005
2006     //Meta-Data framework
2007     'ERR_MISSING_VARDEF_NAME' => 'Warning: field [[field]] does not have a mapped entry in [moduleDir] vardefs.php file',
2008     'ERR_CANNOT_CREATE_METADATA_FILE' => 'Error: File [[file]] is missing.  Unable to create because no corresponding HTML file was found.',
2009         'ERR_CANNOT_FIND_MODULE' => 'Error: Module [module] does not exist.',
2010         'LBL_ALT_ADDRESS' => 'Other Address:',
2011     'ERR_SMARTY_UNEQUAL_RELATED_FIELD_PARAMETERS' => 'Error: There are an unequal number of arguments for the \'key\' and \'copy\' elements in the displayParams array.',
2012     'ERR_SMARTY_MISSING_DISPLAY_PARAMS' => 'Missing index in displayParams Array for: ',
2013
2014     /* MySugar Framework (for Home and Dashboard) */
2015     'LBL_DASHLET_CONFIGURE_GENERAL' => 'General',
2016     'LBL_DASHLET_CONFIGURE_FILTERS' => 'Filters',
2017     'LBL_DASHLET_CONFIGURE_MY_ITEMS_ONLY' => 'Only My Items',
2018     'LBL_DASHLET_CONFIGURE_TITLE' => 'Title',
2019     'LBL_DASHLET_CONFIGURE_DISPLAY_ROWS' => 'Display Rows',
2020
2021     // MySugar status strings
2022     'LBL_CREATING_NEW_PAGE' => 'Creating New Page ...',
2023     'LBL_NEW_PAGE_FEEDBACK' => 'You have created a new page. You may add new content with the Add Sugar Dashlets menu option.',
2024     'LBL_DELETE_PAGE_CONFIRM' => 'Are you sure you want to delete this page?',
2025     'LBL_SAVING_PAGE_TITLE' => 'Saving Page Title ...',
2026     'LBL_RETRIEVING_PAGE' => 'Retrieving Page ...',
2027     'LBL_MAX_DASHLETS_REACHED' => 'You have reached the maximum number of Sugar Dashlets your adminstrator has set. Please remove a Sugar Dashlet to add more.',
2028     'LBL_ADDING_DASHLET' => 'Adding Sugar Dashlet ...',
2029     'LBL_ADDED_DASHLET' => 'Sugar Dashlet Added',
2030     'LBL_REMOVE_DASHLET_CONFIRM' => 'Are you sure you want to remove the Sugar Dashlet?',
2031     'LBL_REMOVING_DASHLET' => 'Removing Sugar Dashlet ...',
2032     'LBL_REMOVED_DASHLET' => 'Sugar Dashlet Removed',
2033
2034     // MySugar Menu Options
2035     'LBL_ADD_PAGE' => 'Add Page',
2036     'LBL_DELETE_PAGE' => 'Delete Page',
2037     'LBL_CHANGE_LAYOUT' => 'Change Layout',
2038     'LBL_RENAME_PAGE' => 'Rename Page',
2039
2040     'LBL_LOADING_PAGE' => 'Loading page, please wait...',
2041
2042     'LBL_RELOAD_PAGE' => 'Please <a href="javascript: window.location.reload()">reload the window</a> to use this Sugar Dashlet.',
2043     'LBL_ADD_DASHLETS' => 'Add Dashlets',
2044     'LBL_CLOSE_DASHLETS' => 'Close',
2045     'LBL_OPTIONS' => 'Options',
2046     'LBL_NUMBER_OF_COLUMNS' => 'Select the number of columns',
2047     'LBL_1_COLUMN' => '1 Column',
2048     'LBL_2_COLUMN' => '2 Column',
2049     'LBL_3_COLUMN' => '3 Column',
2050     'LBL_PAGE_NAME' => 'Page Name',
2051
2052     'LBL_SEARCH_RESULTS' => 'Search Results',
2053     'LBL_SEARCH_MODULES' => 'Modules',
2054     'LBL_SEARCH_CHARTS' => 'Charts',
2055     'LBL_SEARCH_REPORT_CHARTS' => 'Report Charts',
2056     'LBL_SEARCH_TOOLS' => 'Tools',
2057     'LBL_SEARCH_HELP_TITLE' => 'Search Tips',
2058     'LBL_SEARCH_HELP_CLOSE_TOOLTIP' => 'Close',
2059
2060     'ERR_BLANK_PAGE_NAME' => 'Please enter a page name.',
2061     /* End MySugar Framework strings */
2062
2063     'LBL_NO_IMAGE' => 'No Image',
2064
2065     'LBL_MODULE' => 'Module',
2066
2067     //adding a label for address copy from left
2068     'LBL_COPY_ADDRESS_FROM_LEFT' => 'Copy address from left:',
2069     'LBL_SAVE_AND_CONTINUE' => 'Save and Continue',
2070
2071     'LBL_SEARCH_HELP_TEXT' => '<p><br /><strong>Multiselect controls</strong></p><ul><li>Click on the values to select an attribute.</li><li>Ctrl-click&nbsp;to&nbsp;select multiple. Mac users use CMD-click.</li><li>To select all values between two attributes,&nbsp; click first value&nbsp;and then shift-click last value.</li></ul><p><strong>Advanced Search & Layout Options</strong><br><br>Using the <b>Saved Search & Layout</b> option, you can save a set of search parameters and/or a custom List View layout in order to quickly obtain the desired search results in the future. You can save an unlimited number of custom searches and layouts. All saved searches appear by name in the Saved Searches list, with the last loaded saved search appearing at the top of the list.<br><br>To customize the List View layout, use the Hide Columns and Display Columns boxes to select which fields to display in the search results. For example, you can view or hide details such as the record name, and assigned user, and assigned team in the search results. To add a column to List View, select the field from the Hide Columns list and use the left arrow to move it to the Display Columns list. To remove a column from List View, select it from the Display Columns list and use the right arrow to move it to the Hide Columns list.<br><br>If you save layout settings, you will be able to load them at any time to view the search results in the custom layout.<br><br>To save and update a search and/or layout:<ol><li>Enter a name for the search results in the <b>Save this search as</b> field and click <b>Save</b>.The name now displays in the Saved Searches list adjacent to the <b>Clear</b> button.</li><li>To view a saved search, select it from the Saved Searches list. The search results are displayed in the List View.</li><li>To update the properties of a saved search, select the saved search from the list, enter the new search criteria and/or layout options in the Advanced Search area, and click <b>Update</b> next to <b>Modify Current Search</b>.</li><li>To delete a saved search, select it in the Saved Searches list, click <b>Delete</b> next to <b>Modify Current Search</b>, and then click <b>OK</b> to confirm the deletion.</li></ol><p><strong>Tips</strong><br><br>By using the % as a wildcard operator you can make your search more broad.  For example insead of just searching for results that equal "Apples" you could change your search to "Apples%" which would match all results that start with the word Apples but could contain other characters as well.</p>' ,
2072
2073     //resource management
2074     'ERR_QUERY_LIMIT' => 'Error: Query limit of $limit reached for $module module.',
2075     'ERROR_NOTIFY_OVERRIDE' => 'Error: ResourceObserver->notify() needs to be overridden.',
2076
2077     //tracker labels
2078     'ERR_MONITOR_FILE_MISSING' => 'Error: Unable to create monitor because metadata file is empty or file does not exist.',
2079     'ERR_MONITOR_NOT_CONFIGURED' => 'Error: There is no monitor configured for requested name',
2080     'ERR_UNDEFINED_METRIC' => 'Error: Unable to set value for undefined metric',
2081     'ERR_STORE_FILE_MISSING' => 'Error: Unable to find Store implementation file',
2082
2083     'LBL_MONITOR_ID' => 'Monitor Id',
2084     'LBL_USER_ID' => 'User Id',
2085     'LBL_MODULE_NAME' => 'Module Name',
2086     'LBL_ITEM_ID' => 'Item Id',
2087     'LBL_ITEM_SUMMARY' => 'Item Summary',
2088     'LBL_ACTION' => 'Action',
2089     'LBL_SESSION_ID' => 'Session Id',
2090     'LBL_BREADCRUMBSTACK_CREATED' => 'BreadCrumbStack created for user id {0}',
2091     'LBL_VISIBLE' => 'Record Visible',
2092     'LBL_DATE_LAST_ACTION' => 'Date of Last Action',
2093
2094
2095
2096     
2097
2098     //jc:#12287 - For javascript validation messages
2099     'MSG_IS_NOT_BEFORE' => 'is not before',
2100         'MSG_IS_MORE_THAN' => 'is more than',
2101         'MSG_IS_LESS_THAN' => 'is less than',
2102         'MSG_SHOULD_BE' => 'should be',
2103         'MSG_OR_GREATER' => 'or greater',
2104
2105     'LBL_PORTAL_WELCOME_TITLE' => 'Welcome to Sugar Portal 5.1.0',
2106     'LBL_PORTAL_WELCOME_INFO' => 'Sugar Portal is a framework which provides real-time view of cases, bugs & newsletters etc to customers. This is an external facing interface to Sugar that can be deployed within any website.  Stay tuned for more customer self service features like Project Management and Forums in our future releases.',
2107     'LBL_LIST' => 'List',
2108     'LBL_CREATE_CASE' => 'Create Case',
2109     'LBL_CREATE_BUG' => 'Create Bug',
2110     'LBL_NO_RECORDS_FOUND' => '- 0 Records Found -',
2111
2112     'DATA_TYPE_DUE' => 'Due:',
2113         'DATA_TYPE_START' => 'Start:',
2114         'DATA_TYPE_SENT' => 'Sent:',
2115         'DATA_TYPE_MODIFIED' => 'Modified:',
2116
2117
2118     //jchi at 608/06/2008 10913am china time for the bug 12253.
2119     'LBL_REPORT_NEWREPORT_COLUMNS_TAB_COUNT' => 'Count',
2120     //jchi #19433
2121     'LBL_OBJECT_IMAGE' => 'object image',
2122     //jchi #12300
2123     'LBL_MASSUPDATE_DATE' => 'Select Date',
2124
2125     'LBL_VALIDATE_RANGE' => 'is not within the valid range',
2126
2127     //jchi #    20776
2128     'LBL_DROPDOWN_LIST_ALL' => 'All',
2129
2130     'LBL_OPERATOR_IN_TEXT' => 'is one of the following:',
2131     'LBL_OPERATOR_NOT_IN_TEXT' => 'is not one of the following:',
2132
2133
2134         //Connector
2135     'ERR_CONNECTOR_FILL_BEANS_SIZE_MISMATCH' => 'Error: The Array count of the bean parameter does not match the Array count of the results.',
2136         'ERR_MISSING_MAPPING_ENTRY_FORM_MODULE' => 'Error: Missing mapping entry for module.',
2137         'ERROR_UNABLE_TO_RETRIEVE_DATA' => 'Error: Unable to retrieve data for {0} Connector.  The service may currently be inaccessible or the configuration settings may be invalid.  Connector error message: ({1}).',
2138         'LBL_MERGE_CONNECTORS' => 'Get Data',
2139         'LBL_MERGE_CONNECTORS_BUTTON_KEY' => '[D]',
2140         'LBL_REMOVE_MODULE_ENTRY' => 'Are you sure you want to disable connector integration for this module?',
2141
2142     // fastcgi checks
2143     'LBL_FASTCGI_LOGGING'      => 'For optimal experience using IIS/FastCGI sapi, set fastcgi.logging to 0 in your php.ini file.',
2144
2145     //cma
2146     'LBL_MASSUPDATE_DELETE_GLOBAL_TEAM'=> 'The Global team cannot be deleted.',
2147     'LBL_MASSUPDATE_DELETE_USER_EXISTS'=>'This private team [{0}] cannot be deleted until the user [{1}] is deleted.',
2148
2149     //martin #25548
2150     'LBL_NO_FLASH_PLAYER' => 'You either have Abobe Flash turned off or are using an older version of the Adobe Flash Player. To get the latest version of the Flash Player, <a href="http://www.adobe.com/go/getflashplayer/">click here</a>.',
2151         //Collection Field
2152         'LBL_COLLECTION_NAME' => 'Name',
2153         'LBL_COLLECTION_PRIMARY' => 'Primary',
2154         'ERROR_MISSING_COLLECTION_SELECTION' => 'Empty required field',
2155     'LBL_COLLECTION_EXACT' => 'Exact',
2156
2157     // fastcgi checks
2158     'LBL_FASTCGI_LOGGING'      => 'For optimal experience using IIS/FastCGI sapi, set fastcgi.logging to 0 in your php.ini file.',
2159     //MB -Fixed Bug #32812 -Max
2160     'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
2161     'LBL_DESCRIPTION' => 'Description',
2162
2163         'LBL_NONE' => '-none-',
2164         'LBL_YESTERDAY'=> 'yesterday',
2165         'LBL_TODAY'=>'today',
2166         'LBL_TOMORROW'=>'tomorrow',
2167         'LBL_NEXT_WEEK'=> 'next week',
2168         'LBL_NEXT_MONDAY'=>'next monday',
2169         'LBL_NEXT_FRIDAY'=>'next friday',
2170         'LBL_TWO_WEEKS'=> 'two weeks',
2171         'LBL_NEXT_MONTH'=> 'next month',
2172         'LBL_FIRST_DAY_OF_NEXT_MONTH'=> 'first day of next month',
2173         'LBL_THREE_MONTHS'=> 'three months',
2174         'LBL_SIXMONTHS'=> 'six months',
2175         'LBL_NEXT_YEAR'=> 'next year',
2176     'LBL_FILTERED' => 'Filtered',
2177
2178     //Datetimecombo fields
2179     'LBL_HOURS' => 'Hours',
2180     'LBL_MINUTES' => 'Minutes',
2181     'LBL_MERIDIEM' => 'Meridiem',
2182     'LBL_DATE' => 'Date',
2183     'LBL_DASHLET_CONFIGURE_AUTOREFRESH' => 'Auto-Refresh',
2184     
2185     //Calendar widget labels
2186     'LBL_CHOOSE_MONTH' => 'Choose Month',
2187     'LBL_ENTER_YEAR' => 'Enter Year',
2188     'LBL_ENTER_VALID_YEAR' => 'Please enter a valid year',
2189
2190     //SugarFieldPhone labels
2191     'LBL_INVALID_USA_PHONE_FORMAT' => 'Please enter a numeric U.S. phone number, including area code.',
2192
2193     //File write error label
2194     'ERR_FILE_WRITE' => 'Error: Could not write file {0}.  Please check system and web server permissions.',
2195         'ERR_FILE_NOT_FOUND' => 'Error: Could not load file {0}.  Please check system and web server permissions.',
2196
2197     'LBL_AND' => 'And',
2198     'LBL_BEFORE' => 'Before',
2199
2200     // File fields
2201     'LBL_UPLOAD_FROM_COMPUTER' => 'Upload From Your Computer',
2202     'LBL_SEARCH_EXTERNAL_API' => 'File on External Source',
2203     'LBL_EXTERNAL_SECURITY_LEVEL' => 'Security',
2204     'LBL_SHARE_PRIVATE' => 'Private',
2205     'LBL_SHARE_COMPANY' => 'Company',
2206     'LBL_SHARE_LINKABLE' => 'Linkable',
2207     'LBL_SHARE_PUBLIC' => 'Public',
2208
2209     
2210     // Web Services REST RSS
2211     'LBL_RSS_FEED' => 'RSS Feed',
2212     'LBL_RSS_RECORDS_FOUND' => 'record(s) found',
2213     'ERR_RSS_INVALID_INPUT' => 'RSS is not a valid input_type',
2214     'ERR_RSS_INVALID_RESPONSE' => 'RSS is not a valid response_type for this method',
2215     
2216     //External API Error Messages
2217     'ERR_GOOGLE_API_415' => 'Google Docs does not support the file format you provided.',
2218     'LBL_REMOVING_ATTACHMENT'               => 'Removing attachment',
2219     'ERR_REMOVING_ATTACHMENT'               => 'Error in Removing attachment',
2220     );
2221
2222 $app_list_strings['moduleList']['Library'] = 'Library';
2223 $app_list_strings['library_type'] = array('Books'=>'Book', 'Music'=>'Music', 'DVD'=>'DVD', 'Magazines'=>'Magazines');
2224 $app_list_strings['moduleList']['EmailAddresses'] = 'Email Address';
2225 $app_list_strings['project_priority_default'] = 'Medium';
2226 $app_list_strings['project_priority_options'] = array (
2227     'High' => 'High',
2228     'Medium' => 'Medium',
2229     'Low' => 'Low',
2230 );
2231
2232
2233 $app_list_strings['kbdocument_status_dom'] = array (
2234     'Draft' => 'Draft',
2235     'Expired' => 'Expired',
2236     'In Review' => 'In Review',
2237     'Published' => 'Published',
2238   );
2239
2240    $app_list_strings['kbadmin_actions_dom'] =
2241     array (
2242     ''          => '--Admin Actions--',
2243     'Create New Tag' => 'Create New Tag',
2244     'Delete Tag'=>'Delete Tag',
2245     'Rename Tag'=>'Rename Tag',
2246     'Move Selected Articles'=>'Move Selected Articles',
2247     'Apply Tags On Articles'=>'Apply Tags To Articles',
2248     'Delete Selected Articles'=>'Delete Selected Articles',
2249   );
2250
2251
2252   $app_list_strings['kbdocument_attachment_option_dom'] =
2253     array(
2254         ''=>'',
2255         'some' => 'Has Attachments',
2256         'none' => 'Has None',
2257         'mime' => 'Specify Mime Type',
2258         'name' => 'Specify Name',
2259     );
2260
2261   $app_list_strings['moduleList']['KBDocuments'] = 'Knowledge Base';
2262   $app_strings['LBL_CREATE_KB_DOCUMENT'] = 'Create Article';
2263   $app_list_strings['kbdocument_viewing_frequency_dom'] =
2264   array(
2265     ''=>'',
2266     'Top_5'  => 'Top 5',
2267     'Top_10' => 'Top 10',
2268     'Top_20' => 'Top 20',
2269     'Bot_5'  => 'Bottom 5',
2270     'Bot_10' => 'Bottom 10',
2271     'Bot_20' => 'Bottom 20',
2272   );
2273
2274    $app_list_strings['kbdocument_canned_search'] =
2275     array(
2276         'all'=>'All',
2277         'added' => 'Added Last 30 days',
2278         'pending' => 'Pending my Approval',
2279         'updated' =>'Updated Last 30 days',
2280         'faqs' => 'FAQs',
2281     );
2282     $app_list_strings['kbdocument_date_filter_options'] =
2283         array(
2284     '' => '',
2285     'on' => 'On',
2286     'before' => 'Before',
2287     'after' => 'After',
2288     'between_dates' => 'Is Between',
2289     'last_7_days' => 'Last 7 Days',
2290     'next_7_days' => 'Next 7 Days',
2291     'last_month' => 'Last Month',
2292     'this_month' => 'This Month',
2293     'next_month' => 'Next Month',
2294     'last_30_days' => 'Last 30 Days',
2295     'next_30_days' => 'Next 30 Days',
2296     'last_year' => 'Last Year',
2297     'this_year' => 'This Year',
2298     'next_year' => 'Next Year',
2299     'isnull' => 'Is Null',
2300         );
2301
2302     $app_list_strings['countries_dom'] = array(
2303         '' => '',
2304         'ABU DHABI' => 'ABU DHABI',
2305         'ADEN' => 'ADEN',
2306         'AFGHANISTAN' => 'AFGHANISTAN',
2307         'ALBANIA' => 'ALBANIA',
2308         'ALGERIA' => 'ALGERIA',
2309         'AMERICAN SAMOA' => 'AMERICAN SAMOA',
2310         'ANDORRA' => 'ANDORRA',
2311         'ANGOLA' => 'ANGOLA',
2312         'ANTARCTICA' => 'ANTARCTICA',
2313         'ANTIGUA' => 'ANTIGUA',
2314         'ARGENTINA' => 'ARGENTINA',
2315         'ARMENIA' => 'ARMENIA',
2316         'ARUBA' => 'ARUBA',
2317         'AUSTRALIA' => 'AUSTRALIA',
2318         'AUSTRIA' => 'AUSTRIA',
2319         'AZERBAIJAN' => 'AZERBAIJAN',
2320         'BAHAMAS' => 'BAHAMAS',
2321         'BAHRAIN' => 'BAHRAIN',
2322         'BANGLADESH' => 'BANGLADESH',
2323         'BARBADOS' => 'BARBADOS',
2324         'BELARUS' => 'BELARUS',
2325         'BELGIUM' => 'BELGIUM',
2326         'BELIZE' => 'BELIZE',
2327         'BENIN' => 'BENIN',
2328         'BERMUDA' => 'BERMUDA',
2329         'BHUTAN' => 'BHUTAN',
2330         'BOLIVIA' => 'BOLIVIA',
2331         'BOSNIA' => 'BOSNIA',
2332         'BOTSWANA' => 'BOTSWANA',
2333         'BOUVET ISLAND' => 'BOUVET ISLAND',
2334         'BRAZIL' => 'BRAZIL',
2335         'BRITISH ANTARCTICA TERRITORY' => 'BRITISH ANTARCTICA TERRITORY',
2336         'BRITISH INDIAN OCEAN TERRITORY' => 'BRITISH INDIAN OCEAN TERRITORY',
2337         'BRITISH VIRGIN ISLANDS' => 'BRITISH VIRGIN ISLANDS',
2338         'BRITISH WEST INDIES' => 'BRITISH WEST INDIES',
2339         'BRUNEI' => 'BRUNEI',
2340         'BULGARIA' => 'BULGARIA',
2341         'BURKINA FASO' => 'BURKINA FASO',
2342         'BURUNDI' => 'BURUNDI',
2343         'CAMBODIA' => 'CAMBODIA',
2344         'CAMEROON' => 'CAMEROON',
2345         'CANADA' => 'CANADA',
2346         'CANAL ZONE' => 'CANAL ZONE',
2347         'CANARY ISLAND' => 'CANARY ISLAND',
2348         'CAPE VERDI ISLANDS' => 'CAPE VERDI ISLANDS',
2349         'CAYMAN ISLANDS' => 'CAYMAN ISLANDS',
2350         'CEVLON' => 'CEVLON',
2351         'CHAD' => 'CHAD',
2352         'CHANNEL ISLAND UK' => 'CHANNEL ISLAND UK',
2353         'CHILE' => 'CHILE',
2354         'CHINA' => 'CHINA',
2355         'CHRISTMAS ISLAND' => 'CHRISTMAS ISLAND',
2356         'COCOS (KEELING) ISLAND' => 'COCOS (KEELING) ISLAND',
2357         'COLOMBIA' => 'COLOMBIA',
2358         'COMORO ISLANDS' => 'COMORO ISLANDS',
2359         'CONGO' => 'CONGO',
2360         'CONGO KINSHASA' => 'CONGO KINSHASA',
2361         'COOK ISLANDS' => 'COOK ISLANDS',
2362         'COSTA RICA' => 'COSTA RICA',
2363         'CROATIA' => 'CROATIA',
2364         'CUBA' => 'CUBA',
2365         'CURACAO' => 'CURACAO',
2366         'CYPRUS' => 'CYPRUS',
2367         'CZECH REPUBLIC' => 'CZECH REPUBLIC',
2368         'DAHOMEY' => 'DAHOMEY',
2369         'DENMARK' => 'DENMARK',
2370         'DJIBOUTI' => 'DJIBOUTI',
2371         'DOMINICA' => 'DOMINICA',
2372         'DOMINICAN REPUBLIC' => 'DOMINICAN REPUBLIC',
2373         'DUBAI' => 'DUBAI',
2374         'ECUADOR' => 'ECUADOR',
2375         'EGYPT' => 'EGYPT',
2376         'EL SALVADOR' => 'EL SALVADOR',
2377         'EQUATORIAL GUINEA' => 'EQUATORIAL GUINEA',
2378         'ESTONIA' => 'ESTONIA',
2379         'ETHIOPIA' => 'ETHIOPIA',
2380         'FAEROE ISLANDS' => 'FAEROE ISLANDS',
2381         'FALKLAND ISLANDS' => 'FALKLAND ISLANDS',
2382         'FIJI' => 'FIJI',
2383         'FINLAND' => 'FINLAND',
2384         'FRANCE' => 'FRANCE',
2385         'FRENCH GUIANA' => 'FRENCH GUIANA',
2386         'FRENCH POLYNESIA' => 'FRENCH POLYNESIA',
2387         'GABON' => 'GABON',
2388         'GAMBIA' => 'GAMBIA',
2389         'GEORGIA' => 'GEORGIA',
2390         'GERMANY' => 'GERMANY',
2391         'GHANA' => 'GHANA',
2392         'GIBRALTAR' => 'GIBRALTAR',
2393         'GREECE' => 'GREECE',
2394         'GREENLAND' => 'GREENLAND',
2395         'GUADELOUPE' => 'GUADELOUPE',
2396         'GUAM' => 'GUAM',
2397         'GUATEMALA' => 'GUATEMALA',
2398         'GUINEA' => 'GUINEA',
2399         'GUYANA' => 'GUYANA',
2400         'HAITI' => 'HAITI',
2401         'HONDURAS' => 'HONDURAS',
2402         'HONG KONG' => 'HONG KONG',
2403         'HUNGARY' => 'HUNGARY',
2404         'ICELAND' => 'ICELAND',
2405         'IFNI' => 'IFNI',
2406         'INDIA' => 'INDIA',
2407         'INDONESIA' => 'INDONESIA',
2408         'IRAN' => 'IRAN',
2409         'IRAQ' => 'IRAQ',
2410         'IRELAND' => 'IRELAND',
2411         'ISRAEL' => 'ISRAEL',
2412         'ITALY' => 'ITALY',
2413         'IVORY COAST' => 'IVORY COAST',
2414         'JAMAICA' => 'JAMAICA',
2415         'JAPAN' => 'JAPAN',
2416         'JORDAN' => 'JORDAN',
2417         'KAZAKHSTAN' => 'KAZAKHSTAN',
2418         'KENYA' => 'KENYA',
2419         'KOREA' => 'KOREA',
2420         'KOREA, SOUTH' => 'KOREA, SOUTH',
2421         'KUWAIT' => 'KUWAIT',
2422         'KYRGYZSTAN' => 'KYRGYZSTAN',
2423         'LAOS' => 'LAOS',
2424         'LATVIA' => 'LATVIA',
2425         'LEBANON' => 'LEBANON',
2426         'LEEWARD ISLANDS' => 'LEEWARD ISLANDS',
2427         'LESOTHO' => 'LESOTHO',
2428         'LIBYA' => 'LIBYA',
2429         'LIECHTENSTEIN' => 'LIECHTENSTEIN',
2430         'LITHUANIA' => 'LITHUANIA',
2431         'LUXEMBOURG' => 'LUXEMBOURG',
2432         'MACAO' => 'MACAO',
2433         'MACEDONIA' => 'MACEDONIA',
2434         'MADAGASCAR' => 'MADAGASCAR',
2435         'MALAWI' => 'MALAWI',
2436         'MALAYSIA' => 'MALAYSIA',
2437         'MALDIVES' => 'MALDIVES',
2438         'MALI' => 'MALI',
2439         'MALTA' => 'MALTA',
2440         'MARTINIQUE' => 'MARTINIQUE',
2441         'MAURITANIA' => 'MAURITANIA',
2442         'MAURITIUS' => 'MAURITIUS',
2443         'MELANESIA' => 'MELANESIA',
2444         'MEXICO' => 'MEXICO',
2445         'MOLDOVIA' => 'MOLDOVIA',
2446         'MONACO' => 'MONACO',
2447         'MONGOLIA' => 'MONGOLIA',
2448         'MOROCCO' => 'MOROCCO',
2449         'MOZAMBIQUE' => 'MOZAMBIQUE',
2450         'MYANAMAR' => 'MYANAMAR',
2451         'NAMIBIA' => 'NAMIBIA',
2452         'NEPAL' => 'NEPAL',
2453         'NETHERLANDS' => 'NETHERLANDS',
2454         'NETHERLANDS ANTILLES' => 'NETHERLANDS ANTILLES',
2455         'NETHERLANDS ANTILLES NEUTRAL ZONE' => 'NETHERLANDS ANTILLES NEUTRAL ZONE',
2456         'NEW CALADONIA' => 'NEW CALADONIA',
2457         'NEW HEBRIDES' => 'NEW HEBRIDES',
2458         'NEW ZEALAND' => 'NEW ZEALAND',
2459         'NICARAGUA' => 'NICARAGUA',
2460         'NIGER' => 'NIGER',
2461         'NIGERIA' => 'NIGERIA',
2462         'NORFOLK ISLAND' => 'NORFOLK ISLAND',
2463         'NORWAY' => 'NORWAY',
2464         'OMAN' => 'OMAN',
2465         'OTHER' => 'OTHER',
2466         'PACIFIC ISLAND' => 'PACIFIC ISLAND',
2467         'PAKISTAN' => 'PAKISTAN',
2468         'PANAMA' => 'PANAMA',
2469         'PAPUA NEW GUINEA' => 'PAPUA NEW GUINEA',
2470         'PARAGUAY' => 'PARAGUAY',
2471         'PERU' => 'PERU',
2472         'PHILIPPINES' => 'PHILIPPINES',
2473         'POLAND' => 'POLAND',
2474         'PORTUGAL' => 'PORTUGAL',
2475         'PORTUGUESE TIMOR' => 'PORTUGUESE TIMOR',
2476         'PUERTO RICO' => 'PUERTO RICO',
2477         'QATAR' => 'QATAR',
2478         'REPUBLIC OF BELARUS' => 'REPUBLIC OF BELARUS',
2479         'REPUBLIC OF SOUTH AFRICA' => 'REPUBLIC OF SOUTH AFRICA',
2480         'REUNION' => 'REUNION',
2481         'ROMANIA' => 'ROMANIA',
2482         'RUSSIA' => 'RUSSIA',
2483         'RWANDA' => 'RWANDA',
2484         'RYUKYU ISLANDS' => 'RYUKYU ISLANDS',
2485         'SABAH' => 'SABAH',
2486         'SAN MARINO' => 'SAN MARINO',
2487         'SAUDI ARABIA' => 'SAUDI ARABIA',
2488         'SENEGAL' => 'SENEGAL',
2489         'SERBIA' => 'SERBIA',
2490         'SEYCHELLES' => 'SEYCHELLES',
2491         'SIERRA LEONE' => 'SIERRA LEONE',
2492         'SINGAPORE' => 'SINGAPORE',
2493         'SLOVAKIA' => 'SLOVAKIA',
2494         'SLOVENIA' => 'SLOVENIA',
2495         'SOMALILIAND' => 'SOMALILIAND',
2496         'SOUTH AFRICA' => 'SOUTH AFRICA',
2497         'SOUTH YEMEN' => 'SOUTH YEMEN',
2498         'SPAIN' => 'SPAIN',
2499         'SPANISH SAHARA' => 'SPANISH SAHARA',
2500         'SRI LANKA' => 'SRI LANKA',
2501         'ST. KITTS AND NEVIS' => 'ST. KITTS AND NEVIS',
2502         'ST. LUCIA' => 'ST. LUCIA',
2503         'SUDAN' => 'SUDAN',
2504         'SURINAM' => 'SURINAM',
2505         'SW AFRICA' => 'SW AFRICA',
2506         'SWAZILAND' => 'SWAZILAND',
2507         'SWEDEN' => 'SWEDEN',
2508         'SWITZERLAND' => 'SWITZERLAND',
2509         'SYRIA' => 'SYRIA',
2510         'TAIWAN' => 'TAIWAN',
2511         'TAJIKISTAN' => 'TAJIKISTAN',
2512         'TANZANIA' => 'TANZANIA',
2513         'THAILAND' => 'THAILAND',
2514         'TONGA' => 'TONGA',
2515         'TRINIDAD' => 'TRINIDAD',
2516         'TUNISIA' => 'TUNISIA',
2517         'TURKEY' => 'TURKEY',
2518         'UGANDA' => 'UGANDA',
2519         'UKRAINE' => 'UKRAINE',
2520         'UNITED ARAB EMIRATES' => 'UNITED ARAB EMIRATES',
2521         'UNITED KINGDOM' => 'UNITED KINGDOM',
2522         'UPPER VOLTA' => 'UPPER VOLTA',
2523         'URUGUAY' => 'URUGUAY',
2524         'US PACIFIC ISLAND' => 'US PACIFIC ISLAND',
2525         'US VIRGIN ISLANDS' => 'US VIRGIN ISLANDS',
2526         'USA' => 'USA',
2527         'UZBEKISTAN' => 'UZBEKISTAN',
2528         'VANUATU' => 'VANUATU',
2529         'VATICAN CITY' => 'VATICAN CITY',
2530         'VENEZUELA' => 'VENEZUELA',
2531         'VIETNAM' => 'VIETNAM',
2532         'WAKE ISLAND' => 'WAKE ISLAND',
2533         'WEST INDIES' => 'WEST INDIES',
2534         'WESTERN SAHARA' => 'WESTERN SAHARA',
2535         'YEMEN' => 'YEMEN',
2536         'ZAIRE' => 'ZAIRE',
2537         'ZAMBIA' => 'ZAMBIA',
2538         'ZIMBABWE' => 'ZIMBABWE',
2539     );
2540
2541   $app_list_strings['charset_dom'] = array(
2542     'BIG-5'     => 'BIG-5 (Taiwan and Hong Kong)',
2543     /*'CP866'     => 'CP866', // ms-dos Cyrillic */
2544     /*'CP949'     => 'CP949 (Microsoft Korean)', */
2545     'CP1251'    => 'CP1251 (MS Cyrillic)',
2546     'CP1252'    => 'CP1252 (MS Western European & US)',
2547     'EUC-CN'    => 'EUC-CN (Simplified Chinese GB2312)',
2548     'EUC-JP'    => 'EUC-JP (Unix Japanese)',
2549     'EUC-KR'    => 'EUC-KR (Korean)',
2550     'EUC-TW'    => 'EUC-TW (Taiwanese)',
2551     'ISO-2022-JP' => 'ISO-2022-JP (Japanese)',
2552     'ISO-2022-KR' => 'ISO-2022-KR (Korean)',
2553     'ISO-8859-1'  => 'ISO-8859-1 (Western European and US)',
2554     'ISO-8859-2'  => 'ISO-8859-2 (Central and Eastern European)',
2555     'ISO-8859-3'  => 'ISO-8859-3 (Latin 3)',
2556     'ISO-8859-4'  => 'ISO-8859-4 (Latin 4)',
2557     'ISO-8859-5'  => 'ISO-8859-5 (Cyrillic)',
2558     'ISO-8859-6'  => 'ISO-8859-6 (Arabic)',
2559     'ISO-8859-7'  => 'ISO-8859-7 (Greek)',
2560     'ISO-8859-8'  => 'ISO-8859-8 (Hebrew)',
2561     'ISO-8859-9'  => 'ISO-8859-9 (Latin 5)',
2562     'ISO-8859-10' => 'ISO-8859-10 (Latin 6)',
2563     'ISO-8859-13' => 'ISO-8859-13 (Latin 7)',
2564     'ISO-8859-14' => 'ISO-8859-14 (Latin 8)',
2565     'ISO-8859-15' => 'ISO-8859-15 (Latin 9)',
2566     'KOI8-R'    => 'KOI8-R (Cyrillic Russian)',
2567     'KOI8-U'    => 'KOI8-U (Cyrillic Ukranian)',
2568     'SJIS'      => 'SJIS (MS Japanese)',
2569     'UTF-8'     => 'UTF-8',
2570   );
2571
2572   $app_list_strings['timezone_dom'] = array(
2573
2574       'Africa/Algiers' => 'Africa/Algiers',
2575   'Africa/Luanda' => 'Africa/Luanda',
2576   'Africa/Porto-Novo' => 'Africa/Porto-Novo',
2577   'Africa/Gaborone' => 'Africa/Gaborone',
2578   'Africa/Ouagadougou' => 'Africa/Ouagadougou',
2579   'Africa/Bujumbura' => 'Africa/Bujumbura',
2580   'Africa/Douala' => 'Africa/Douala',
2581   'Atlantic/Cape_Verde' => 'Atlantic/Cape_Verde',
2582   'Africa/Bangui' => 'Africa/Bangui',
2583   'Africa/Ndjamena' => 'Africa/Ndjamena',
2584   'Indian/Comoro' => 'Indian/Comoro',
2585   'Africa/Kinshasa' => 'Africa/Kinshasa',
2586   'Africa/Lubumbashi' => 'Africa/Lubumbashi',
2587   'Africa/Brazzaville' => 'Africa/Brazzaville',
2588   'Africa/Abidjan' => 'Africa/Abidjan',
2589   'Africa/Djibouti' => 'Africa/Djibouti',
2590   'Africa/Cairo' => 'Africa/Cairo',
2591   'Africa/Malabo' => 'Africa/Malabo',
2592   'Africa/Asmera' => 'Africa/Asmera',
2593   'Africa/Addis_Ababa' => 'Africa/Addis_Ababa',
2594   'Africa/Libreville' => 'Africa/Libreville',
2595   'Africa/Banjul' => 'Africa/Banjul',
2596   'Africa/Accra' => 'Africa/Accra',
2597   'Africa/Conakry' => 'Africa/Conakry',
2598   'Africa/Bissau' => 'Africa/Bissau',
2599   'Africa/Nairobi' => 'Africa/Nairobi',
2600   'Africa/Maseru' => 'Africa/Maseru',
2601   'Africa/Monrovia' => 'Africa/Monrovia',
2602   'Africa/Tripoli' => 'Africa/Tripoli',
2603   'Indian/Antananarivo' => 'Indian/Antananarivo',
2604   'Africa/Blantyre' => 'Africa/Blantyre',
2605   'Africa/Bamako' => 'Africa/Bamako',
2606   'Africa/Nouakchott' => 'Africa/Nouakchott',
2607   'Indian/Mauritius' => 'Indian/Mauritius',
2608   'Indian/Mayotte' => 'Indian/Mayotte',
2609   'Africa/Casablanca' => 'Africa/Casablanca',
2610   'Africa/El_Aaiun' => 'Africa/El_Aaiun',
2611   'Africa/Maputo' => 'Africa/Maputo',
2612   'Africa/Windhoek' => 'Africa/Windhoek',
2613   'Africa/Niamey' => 'Africa/Niamey',
2614   'Africa/Lagos' => 'Africa/Lagos',
2615   'Indian/Reunion' => 'Indian/Reunion',
2616   'Africa/Kigali' => 'Africa/Kigali',
2617   'Atlantic/St_Helena' => 'Atlantic/St_Helena',
2618   'Africa/Sao_Tome' => 'Africa/Sao_Tome',
2619   'Africa/Dakar' => 'Africa/Dakar',
2620   'Indian/Mahe' => 'Indian/Mahe',
2621   'Africa/Freetown' => 'Africa/Freetown',
2622   'Africa/Mogadishu' => 'Africa/Mogadishu',
2623   'Africa/Johannesburg' => 'Africa/Johannesburg',
2624   'Africa/Khartoum' => 'Africa/Khartoum',
2625   'Africa/Mbabane' => 'Africa/Mbabane',
2626   'Africa/Dar_es_Salaam' => 'Africa/Dar_es_Salaam',
2627   'Africa/Lome' => 'Africa/Lome',
2628   'Africa/Tunis' => 'Africa/Tunis',
2629   'Africa/Kampala' => 'Africa/Kampala',
2630   'Africa/Lusaka' => 'Africa/Lusaka',
2631   'Africa/Harare' => 'Africa/Harare',
2632   'Antarctica/Casey' => 'Antarctica/Casey',
2633   'Antarctica/Davis' => 'Antarctica/Davis',
2634   'Antarctica/Mawson' => 'Antarctica/Mawson',
2635   'Indian/Kerguelen' => 'Indian/Kerguelen',
2636   'Antarctica/DumontDUrville' => 'Antarctica/DumontDUrville',
2637   'Antarctica/Syowa' => 'Antarctica/Syowa',
2638   'Antarctica/Vostok' => 'Antarctica/Vostok',
2639   'Antarctica/Rothera' => 'Antarctica/Rothera',
2640   'Antarctica/Palmer' => 'Antarctica/Palmer',
2641   'Antarctica/McMurdo' => 'Antarctica/McMurdo',
2642   'Asia/Kabul' => 'Asia/Kabul',
2643   'Asia/Yerevan' => 'Asia/Yerevan',
2644   'Asia/Baku' => 'Asia/Baku',
2645   'Asia/Bahrain' => 'Asia/Bahrain',
2646   'Asia/Dhaka' => 'Asia/Dhaka',
2647   'Asia/Thimphu' => 'Asia/Thimphu',
2648   'Indian/Chagos' => 'Indian/Chagos',
2649   'Asia/Brunei' => 'Asia/Brunei',
2650   'Asia/Rangoon' => 'Asia/Rangoon',
2651   'Asia/Phnom_Penh' => 'Asia/Phnom_Penh',
2652   'Asia/Beijing' => 'Asia/Beijing',
2653   'Asia/Harbin' => 'Asia/Harbin',
2654   'Asia/Shanghai' => 'Asia/Shanghai',
2655   'Asia/Chongqing' => 'Asia/Chongqing',
2656   'Asia/Urumqi' => 'Asia/Urumqi',
2657   'Asia/Kashgar' => 'Asia/Kashgar',
2658   'Asia/Hong_Kong' => 'Asia/Hong_Kong',
2659   'Asia/Taipei' => 'Asia/Taipei',
2660   'Asia/Macau' => 'Asia/Macau',
2661   'Asia/Nicosia' => 'Asia/Nicosia',
2662   'Asia/Tbilisi' => 'Asia/Tbilisi',
2663   'Asia/Dili' => 'Asia/Dili',
2664   'Asia/Calcutta' => 'Asia/Calcutta',
2665   'Asia/Jakarta' => 'Asia/Jakarta',
2666   'Asia/Pontianak' => 'Asia/Pontianak',
2667   'Asia/Makassar' => 'Asia/Makassar',
2668   'Asia/Jayapura' => 'Asia/Jayapura',
2669   'Asia/Tehran' => 'Asia/Tehran',
2670   'Asia/Baghdad' => 'Asia/Baghdad',
2671   'Asia/Jerusalem' => 'Asia/Jerusalem',
2672   'Asia/Tokyo' => 'Asia/Tokyo',
2673   'Asia/Amman' => 'Asia/Amman',
2674   'Asia/Almaty' => 'Asia/Almaty',
2675   'Asia/Qyzylorda' => 'Asia/Qyzylorda',
2676   'Asia/Aqtobe' => 'Asia/Aqtobe',
2677   'Asia/Aqtau' => 'Asia/Aqtau',
2678   'Asia/Oral' => 'Asia/Oral',
2679   'Asia/Bishkek' => 'Asia/Bishkek',
2680   'Asia/Seoul' => 'Asia/Seoul',
2681   'Asia/Pyongyang' => 'Asia/Pyongyang',
2682   'Asia/Kuwait' => 'Asia/Kuwait',
2683   'Asia/Vientiane' => 'Asia/Vientiane',
2684   'Asia/Beirut' => 'Asia/Beirut',
2685   'Asia/Kuala_Lumpur' => 'Asia/Kuala_Lumpur',
2686   'Asia/Kuching' => 'Asia/Kuching',
2687   'Indian/Maldives' => 'Indian/Maldives',
2688   'Asia/Hovd' => 'Asia/Hovd',
2689   'Asia/Ulaanbaatar' => 'Asia/Ulaanbaatar',
2690   'Asia/Choibalsan' => 'Asia/Choibalsan',
2691   'Asia/Katmandu' => 'Asia/Katmandu',
2692   'Asia/Muscat' => 'Asia/Muscat',
2693   'Asia/Karachi' => 'Asia/Karachi',
2694   'Asia/Gaza' => 'Asia/Gaza',
2695   'Asia/Manila' => 'Asia/Manila',
2696   'Asia/Qatar' => 'Asia/Qatar',
2697   'Asia/Riyadh' => 'Asia/Riyadh',
2698   'Asia/Singapore' => 'Asia/Singapore',
2699   'Asia/Colombo' => 'Asia/Colombo',
2700   'Asia/Damascus' => 'Asia/Damascus',
2701   'Asia/Dushanbe' => 'Asia/Dushanbe',
2702   'Asia/Bangkok' => 'Asia/Bangkok',
2703   'Asia/Ashgabat' => 'Asia/Ashgabat',
2704   'Asia/Dubai' => 'Asia/Dubai',
2705   'Asia/Samarkand' => 'Asia/Samarkand',
2706   'Asia/Tashkent' => 'Asia/Tashkent',
2707   'Asia/Saigon' => 'Asia/Saigon',
2708   'Asia/Aden' => 'Asia/Aden',
2709   'Australia/Darwin' => 'Australia/Darwin',
2710   'Australia/Perth' => 'Australia/Perth',
2711   'Australia/Brisbane' => 'Australia/Brisbane',
2712   'Australia/Lindeman' => 'Australia/Lindeman',
2713   'Australia/Adelaide' => 'Australia/Adelaide',
2714   'Australia/Hobart' => 'Australia/Hobart',
2715   'Australia/Currie' => 'Australia/Currie',
2716   'Australia/Melbourne' => 'Australia/Melbourne',
2717   'Australia/Sydney' => 'Australia/Sydney',
2718   'Australia/Broken_Hill' => 'Australia/Broken_Hill',
2719   'Indian/Christmas' => 'Indian/Christmas',
2720   'Pacific/Rarotonga' => 'Pacific/Rarotonga',
2721   'Indian/Cocos' => 'Indian/Cocos',
2722   'Pacific/Fiji' => 'Pacific/Fiji',
2723   'Pacific/Gambier' => 'Pacific/Gambier',
2724   'Pacific/Marquesas' => 'Pacific/Marquesas',
2725   'Pacific/Tahiti' => 'Pacific/Tahiti',
2726   'Pacific/Guam' => 'Pacific/Guam',
2727   'Pacific/Tarawa' => 'Pacific/Tarawa',
2728   'Pacific/Enderbury' => 'Pacific/Enderbury',
2729   'Pacific/Kiritimati' => 'Pacific/Kiritimati',
2730   'Pacific/Saipan' => 'Pacific/Saipan',
2731   'Pacific/Majuro' => 'Pacific/Majuro',
2732   'Pacific/Kwajalein' => 'Pacific/Kwajalein',
2733   'Pacific/Truk' => 'Pacific/Truk',
2734   'Pacific/Ponape' => 'Pacific/Ponape',
2735   'Pacific/Kosrae' => 'Pacific/Kosrae',
2736   'Pacific/Nauru' => 'Pacific/Nauru',
2737   'Pacific/Noumea' => 'Pacific/Noumea',
2738   'Pacific/Auckland' => 'Pacific/Auckland',
2739   'Pacific/Chatham' => 'Pacific/Chatham',
2740   'Pacific/Niue' => 'Pacific/Niue',
2741   'Pacific/Norfolk' => 'Pacific/Norfolk',
2742   'Pacific/Palau' => 'Pacific/Palau',
2743   'Pacific/Port_Moresby' => 'Pacific/Port_Moresby',
2744   'Pacific/Pitcairn' => 'Pacific/Pitcairn',
2745   'Pacific/Pago_Pago' => 'Pacific/Pago_Pago',
2746   'Pacific/Apia' => 'Pacific/Apia',
2747   'Pacific/Guadalcanal' => 'Pacific/Guadalcanal',
2748   'Pacific/Fakaofo' => 'Pacific/Fakaofo',
2749   'Pacific/Tongatapu' => 'Pacific/Tongatapu',
2750   'Pacific/Funafuti' => 'Pacific/Funafuti',
2751   'Pacific/Johnston' => 'Pacific/Johnston',
2752   'Pacific/Midway' => 'Pacific/Midway',
2753   'Pacific/Wake' => 'Pacific/Wake',
2754   'Pacific/Efate' => 'Pacific/Efate',
2755   'Pacific/Wallis' => 'Pacific/Wallis',
2756   'Europe/London' => 'Europe/London',
2757   'Europe/Dublin' => 'Europe/Dublin',
2758   'WET' => 'WET',
2759   'CET' => 'CET',
2760   'MET' => 'MET',
2761   'EET' => 'EET',
2762   'Europe/Tirane' => 'Europe/Tirane',
2763   'Europe/Andorra' => 'Europe/Andorra',
2764   'Europe/Vienna' => 'Europe/Vienna',
2765   'Europe/Minsk' => 'Europe/Minsk',
2766   'Europe/Brussels' => 'Europe/Brussels',
2767   'Europe/Sofia' => 'Europe/Sofia',
2768   'Europe/Prague' => 'Europe/Prague',
2769   'Europe/Copenhagen' => 'Europe/Copenhagen',
2770   'Atlantic/Faeroe' => 'Atlantic/Faeroe',
2771   'America/Danmarkshavn' => 'America/Danmarkshavn',
2772   'America/Scoresbysund' => 'America/Scoresbysund',
2773   'America/Godthab' => 'America/Godthab',
2774   'America/Thule' => 'America/Thule',
2775   'Europe/Tallinn' => 'Europe/Tallinn',
2776   'Europe/Helsinki' => 'Europe/Helsinki',
2777   'Europe/Paris' => 'Europe/Paris',
2778   'Europe/Berlin' => 'Europe/Berlin',
2779   'Europe/Gibraltar' => 'Europe/Gibraltar',
2780   'Europe/Athens' => 'Europe/Athens',
2781   'Europe/Budapest' => 'Europe/Budapest',
2782   'Atlantic/Reykjavik' => 'Atlantic/Reykjavik',
2783   'Europe/Rome' => 'Europe/Rome',
2784   'Europe/Riga' => 'Europe/Riga',
2785   'Europe/Vaduz' => 'Europe/Vaduz',
2786   'Europe/Vilnius' => 'Europe/Vilnius',
2787   'Europe/Luxembourg' => 'Europe/Luxembourg',
2788   'Europe/Malta' => 'Europe/Malta',
2789   'Europe/Chisinau' => 'Europe/Chisinau',
2790   'Europe/Monaco' => 'Europe/Monaco',
2791   'Europe/Amsterdam' => 'Europe/Amsterdam',
2792   'Europe/Oslo' => 'Europe/Oslo',
2793   'Europe/Warsaw' => 'Europe/Warsaw',
2794   'Europe/Lisbon' => 'Europe/Lisbon',
2795   'Atlantic/Azores' => 'Atlantic/Azores',
2796   'Atlantic/Madeira' => 'Atlantic/Madeira',
2797   'Europe/Bucharest' => 'Europe/Bucharest',
2798   'Europe/Kaliningrad' => 'Europe/Kaliningrad',
2799   'Europe/Moscow' => 'Europe/Moscow',
2800   'Europe/Samara' => 'Europe/Samara',
2801   'Asia/Yekaterinburg' => 'Asia/Yekaterinburg',
2802   'Asia/Omsk' => 'Asia/Omsk',
2803   'Asia/Novosibirsk' => 'Asia/Novosibirsk',
2804   'Asia/Krasnoyarsk' => 'Asia/Krasnoyarsk',
2805   'Asia/Irkutsk' => 'Asia/Irkutsk',
2806   'Asia/Yakutsk' => 'Asia/Yakutsk',
2807   'Asia/Vladivostok' => 'Asia/Vladivostok',
2808   'Asia/Sakhalin' => 'Asia/Sakhalin',
2809   'Asia/Magadan' => 'Asia/Magadan',
2810   'Asia/Kamchatka' => 'Asia/Kamchatka',
2811   'Asia/Anadyr' => 'Asia/Anadyr',
2812   'Europe/Belgrade' => 'Europe/Belgrade' ,
2813   'Europe/Madrid' =>'Europe/Madrid' ,
2814   'Africa/Ceuta' => 'Africa/Ceuta',
2815   'Atlantic/Canary' => 'Atlantic/Canary',
2816   'Europe/Stockholm' => 'Europe/Stockholm',
2817   'Europe/Zurich' => 'Europe/Zurich' ,
2818   'Europe/Istanbul' => 'Europe/Istanbul',
2819   'Europe/Kiev' => 'Europe/Kiev',
2820   'Europe/Uzhgorod' => 'Europe/Uzhgorod',
2821   'Europe/Zaporozhye' => 'Europe/Zaporozhye',
2822   'Europe/Simferopol' => 'Europe/Simferopol',
2823   'America/New_York' => 'America/New_York',
2824   'America/Chicago' =>'America/Chicago' ,
2825   'America/North_Dakota/Center' => 'America/North_Dakota/Center',
2826   'America/Denver' => 'America/Denver',
2827   'America/Los_Angeles' => 'America/Los_Angeles',
2828   'America/Juneau' => 'America/Juneau',
2829   'America/Yakutat' => 'America/Yakutat',
2830   'America/Anchorage' => 'America/Anchorage',
2831   'America/Nome' =>'America/Nome' ,
2832   'America/Adak' => 'America/Adak',
2833   'Pacific/Honolulu' => 'Pacific/Honolulu',
2834   'America/Phoenix' => 'America/Phoenix',
2835   'America/Boise' => 'America/Boise',
2836   'America/Indiana/Indianapolis' => 'America/Indiana/Indianapolis',
2837   'America/Indiana/Marengo' => 'America/Indiana/Marengo',
2838   'America/Indiana/Knox' =>  'America/Indiana/Knox',
2839   'America/Indiana/Vevay' => 'America/Indiana/Vevay',
2840   'America/Kentucky/Louisville' =>'America/Kentucky/Louisville'  ,
2841   'America/Kentucky/Monticello' =>  'America/Kentucky/Monticello' ,
2842   'America/Detroit' => 'America/Detroit',
2843   'America/Menominee' => 'America/Menominee',
2844   'America/St_Johns' => 'America/St_Johns',
2845   'America/Goose_Bay' => 'America/Goose_Bay' ,
2846   'America/Halifax' => 'America/Halifax',
2847   'America/Glace_Bay' =>'America/Glace_Bay' ,
2848   'America/Montreal' => 'America/Montreal',
2849   'America/Toronto' => 'America/Toronto',
2850   'America/Thunder_Bay' => 'America/Thunder_Bay' ,
2851   'America/Nipigon' => 'America/Nipigon',
2852   'America/Rainy_River' => 'America/Rainy_River',
2853   'America/Winnipeg' => 'America/Winnipeg',
2854   'America/Regina' => 'America/Regina',
2855   'America/Swift_Current' => 'America/Swift_Current',
2856   'America/Edmonton' =>  'America/Edmonton',
2857   'America/Vancouver' => 'America/Vancouver',
2858   'America/Dawson_Creek' => 'America/Dawson_Creek',
2859   'America/Pangnirtung' => 'America/Pangnirtung'  ,
2860   'America/Iqaluit' => 'America/Iqaluit' ,
2861   'America/Coral_Harbour' => 'America/Coral_Harbour' ,
2862   'America/Rankin_Inlet' => 'America/Rankin_Inlet',
2863   'America/Cambridge_Bay' => 'America/Cambridge_Bay',
2864   'America/Yellowknife' => 'America/Yellowknife',
2865   'America/Inuvik' =>'America/Inuvik' ,
2866   'America/Whitehorse' => 'America/Whitehorse' ,
2867   'America/Dawson' => 'America/Dawson',
2868   'America/Cancun' => 'America/Cancun',
2869   'America/Merida' => 'America/Merida',
2870   'America/Monterrey' => 'America/Monterrey',
2871   'America/Mexico_City' => 'America/Mexico_City',
2872   'America/Chihuahua' => 'America/Chihuahua',
2873   'America/Hermosillo' => 'America/Hermosillo',
2874   'America/Mazatlan' => 'America/Mazatlan',
2875   'America/Tijuana' => 'America/Tijuana',
2876   'America/Anguilla' => 'America/Anguilla',
2877   'America/Antigua' => 'America/Antigua',
2878   'America/Nassau' =>'America/Nassau' ,
2879   'America/Barbados' => 'America/Barbados',
2880   'America/Belize' => 'America/Belize',
2881   'Atlantic/Bermuda' => 'Atlantic/Bermuda',
2882   'America/Cayman' => 'America/Cayman',
2883   'America/Costa_Rica' => 'America/Costa_Rica',
2884   'America/Havana' => 'America/Havana',
2885   'America/Dominica' => 'America/Dominica',
2886   'America/Santo_Domingo' => 'America/Santo_Domingo',
2887   'America/El_Salvador' => 'America/El_Salvador',
2888   'America/Grenada' => 'America/Grenada',
2889   'America/Guadeloupe' => 'America/Guadeloupe',
2890   'America/Guatemala' => 'America/Guatemala',
2891   'America/Port-au-Prince' => 'America/Port-au-Prince',
2892   'America/Tegucigalpa' => 'America/Tegucigalpa',
2893   'America/Jamaica' => 'America/Jamaica',
2894   'America/Martinique' => 'America/Martinique',
2895   'America/Montserrat' => 'America/Montserrat',
2896   'America/Managua' => 'America/Managua',
2897   'America/Panama' => 'America/Panama',
2898   'America/Puerto_Rico' =>'America/Puerto_Rico' ,
2899   'America/St_Kitts' => 'America/St_Kitts',
2900   'America/St_Lucia' => 'America/St_Lucia',
2901   'America/Miquelon' => 'America/Miquelon',
2902   'America/St_Vincent' => 'America/St_Vincent',
2903   'America/Grand_Turk' => 'America/Grand_Turk',
2904   'America/Tortola' => 'America/Tortola',
2905   'America/St_Thomas' => 'America/St_Thomas',
2906   'America/Argentina/Buenos_Aires' => 'America/Argentina/Buenos_Aires',
2907   'America/Argentina/Cordoba' => 'America/Argentina/Cordoba',
2908   'America/Argentina/Tucuman' => 'America/Argentina/Tucuman',
2909   'America/Argentina/La_Rioja' => 'America/Argentina/La_Rioja',
2910   'America/Argentina/San_Juan' => 'America/Argentina/San_Juan',
2911   'America/Argentina/Jujuy' => 'America/Argentina/Jujuy',
2912   'America/Argentina/Catamarca' => 'America/Argentina/Catamarca',
2913   'America/Argentina/Mendoza' => 'America/Argentina/Mendoza',
2914   'America/Argentina/Rio_Gallegos' => 'America/Argentina/Rio_Gallegos',
2915   'America/Argentina/Ushuaia' =>  'America/Argentina/Ushuaia',
2916   'America/Aruba' => 'America/Aruba',
2917   'America/La_Paz' => 'America/La_Paz',
2918   'America/Noronha' => 'America/Noronha',
2919   'America/Belem' => 'America/Belem',
2920   'America/Fortaleza' => 'America/Fortaleza',
2921   'America/Recife' => 'America/Recife',
2922   'America/Araguaina' => 'America/Araguaina',
2923   'America/Maceio' => 'America/Maceio',
2924   'America/Bahia' => 'America/Bahia',
2925   'America/Sao_Paulo' => 'America/Sao_Paulo',
2926   'America/Campo_Grande' => 'America/Campo_Grande',
2927   'America/Cuiaba' => 'America/Cuiaba',
2928   'America/Porto_Velho' => 'America/Porto_Velho',
2929   'America/Boa_Vista' => 'America/Boa_Vista',
2930   'America/Manaus' => 'America/Manaus',
2931   'America/Eirunepe' => 'America/Eirunepe',
2932   'America/Rio_Branco' => 'America/Rio_Branco',
2933   'America/Santiago' => 'America/Santiago',
2934   'Pacific/Easter' => 'Pacific/Easter' ,
2935   'America/Bogota' => 'America/Bogota',
2936   'America/Curacao' => 'America/Curacao',
2937   'America/Guayaquil' => 'America/Guayaquil',
2938   'Pacific/Galapagos' => 'Pacific/Galapagos' ,
2939   'Atlantic/Stanley' => 'Atlantic/Stanley',
2940   'America/Cayenne' => 'America/Cayenne',
2941   'America/Guyana' => 'America/Guyana',
2942   'America/Asuncion' => 'America/Asuncion',
2943   'America/Lima' => 'America/Lima',
2944   'Atlantic/South_Georgia' => 'Atlantic/South_Georgia',
2945   'America/Paramaribo' => 'America/Paramaribo',
2946   'America/Port_of_Spain' => 'America/Port_of_Spain',
2947   'America/Montevideo' => 'America/Montevideo',
2948   'America/Caracas' => 'America/Caracas',
2949   );
2950
2951   $app_list_strings['moduleList']['Sugar_Favorites'] = 'Favorites';
2952   $app_list_strings['eapm_list']= array(
2953         'Sugar'=>'Sugar',
2954         'WebEx'=>'WebEx',
2955         'GoToMeeting'=>'GoToMeeting',
2956         'LotusLive'=>'LotusLive',
2957         'Google' => 'Google Docs',
2958     'Box' => 'Box.net',
2959     'Facebook'=>'Facebook',
2960     'Twitter'=>'Twitter',
2961   );
2962   ?>