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