]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/language/en_us.lang.php
Release 6.5.6
[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_TOUR_NEXT' => 'Next',
1127   'LBL_TOUR_SKIP' => 'Skip',
1128   'LBL_TOUR_BACK' => 'Back',
1129   'LBL_TOUR_CLOSE' => 'Close',
1130   'LBL_TOUR_TAKE_TOUR' => 'Take the tour',
1131   'LBL_MY_AREA_LINKS' => 'My area links: ' /*for 508 compliance fix*/,
1132   'LBL_GETTINGAIR' => 'Getting Air' /*for 508 compliance fix*/,
1133   'LBL_WELCOMEBAR' => 'Welcome' /*for 508 compliance fix*/,
1134   'LBL_ADVANCEDSEARCH' => 'Advanced Search' /*for 508 compliance fix*/,
1135   'LBL_MOREDETAIL' => 'More Detail' /*for 508 compliance fix*/,
1136   'LBL_EDIT_INLINE' => 'Edit Inline' /*for 508 compliance fix*/,
1137   'LBL_VIEW_INLINE' => 'View' /*for 508 compliance fix*/,
1138   'LBL_BASIC_SEARCH' => 'Search' /*for 508 compliance fix*/,
1139   'LBL_PROJECT_MINUS' => 'Remove' /*for 508 compliance fix*/,
1140   'LBL_PROJECT_PLUS' => 'Add' /*for 508 compliance fix*/,
1141   'LBL_Blank' => ' ' /*for 508 compliance fix*/,
1142   'LBL_ICON_COLUMN_1' => 'Column' /*for 508 compliance fix*/,
1143   'LBL_ICON_COLUMN_2' => '2 Columns' /*for 508 compliance fix*/,
1144   'LBL_ICON_COLUMN_3' => '3 Columns' /*for 508 compliance fix*/,
1145   'LBL_ADVANCED_SEARCH' => 'Advanced Search' /*for 508 compliance fix*/,
1146   'LBL_ID_FF_ADD' => 'Add' /*for 508 compliance fix*/,
1147   'LBL_HIDE_SHOW' => 'Hide/Show' /*for 508 compliance fix*/,
1148   'LBL_DELETE_INLINE' => 'Delete' /*for 508 compliance fix*/,
1149   'LBL_PLUS_INLINE' => 'Add' /*for 508 compliance fix*/,
1150   'LBL_ID_FF_CLEAR' => 'Clear' /*for 508 compliance fix*/,
1151   'LBL_ID_FF_VCARD' => 'vCard' /*for 508 compliance fix*/,
1152   'LBL_ID_FF_REMOVE' => 'Remove' /*for 508 compliance fix*/,
1153   'LBL_ADD' => 'Add' /*for 508 compliance fix*/,
1154   'LBL_COMPANY_LOGO' => 'Company logo' /*for 508 compliance fix*/,
1155   'LBL_JS_CALENDAR' => 'Calendar' /*for 508 compliance fix*/,
1156     'LBL_ADVANCED' => 'Advanced',
1157     'LBL_BASIC' => 'Basic',
1158     'LBL_MODULE_FILTER' => 'Filter By',
1159     'LBL_CONNECTORS_POPUPS'=>'Connectors Popups',
1160     'LBL_CLOSEINLINE'=>'Close',
1161     'LBL_MOREDETAIL'=>'More Detail',
1162     'LBL_EDITINLINE'=>'Edit',
1163     'LBL_VIEWINLINE'=>'View',
1164     'LBL_INFOINLINE'=>'Info',
1165     'LBL_POWERED_BY_SUGARCRM' => "Powered by SugarCRM",
1166     'LBL_PRINT' => "Print",
1167     'LBL_HELP' => "Help",
1168     'LBL_ID_FF_SELECT' => "Select",
1169     'DEFAULT'                              => 'Basic',
1170     'LBL_SORT'                              => 'Sort',
1171     'LBL_OUTBOUND_EMAIL_ADD_SERVER'         => 'Add Server...',
1172     'LBL_EMAIL_SMTP_SSL_OR_TLS'         => 'Enable SMTP over SSL or TLS?',
1173     'LBL_NO_ACTION'                         => 'There is no action by that name.',
1174     'LBL_NO_DATA'                           => 'No Data',
1175     'LBL_ROUTING_ADD_RULE'                  => 'Add Rule',
1176     'LBL_ROUTING_ALL'                       => 'At Least',
1177     'LBL_ROUTING_ANY'                       => 'Any',
1178     'LBL_ROUTING_BREAK'                     => '-',
1179     'LBL_ROUTING_BUTTON_CANCEL'             => 'Cancel',
1180     'LBL_ROUTING_BUTTON_SAVE'               => 'Save Rule',
1181
1182     'LBL_ROUTING_ACTIONS_COPY_MAIL'         => 'Copy Mail',
1183     'LBL_ROUTING_ACTIONS_DELETE_BEAN'       => 'Delete Sugar Object',
1184     'LBL_ROUTING_ACTIONS_DELETE_FILE'       => 'Delete File',
1185     'LBL_ROUTING_ACTIONS_DELETE_MAIL'       => 'Delete Email',
1186     'LBL_ROUTING_ACTIONS_FORWARD'           => 'Forward Email',
1187     'LBL_ROUTING_ACTIONS_MARK_FLAGGED'      => 'Flag Email',
1188     'LBL_ROUTING_ACTIONS_MARK_READ'         => 'Mark Read',
1189     'LBL_ROUTING_ACTIONS_MARK_UNREAD'       => 'Mark Unread',
1190     'LBL_ROUTING_ACTIONS_MOVE_MAIL'         => 'Move Email',
1191     'LBL_ROUTING_ACTIONS_PEFORM'            => 'Perform the following actions',
1192     'LBL_ROUTING_ACTIONS_REPLY'             => 'Reply to Email',
1193
1194     'LBL_ROUTING_CHECK_RULE'                => "An error was detected:\n",
1195     'LBL_ROUTING_CHECK_RULE_DESC'           => 'Please verify all fields that are marked.',
1196     'LBL_ROUTING_CONFIRM_DELETE'            => "Are you sure you want to delete this rule?\nThis cannot be undone.",
1197
1198     'LBL_ROUTING_FLAGGED'                   => 'flag set',
1199     'LBL_ROUTING_FORM_DESC'                 => 'Saved Rules are immediately active.',
1200     'LBL_ROUTING_FW'                        => 'FW: ',
1201     'LBL_ROUTING_LIST_TITLE'                => 'Rules',
1202     'LBL_ROUTING_MATCH'                     => 'If',
1203     'LBL_ROUTING_MATCH_2'                   => 'of the following conditions are met:',
1204     'LBL_NOTIFICATIONS'                     => 'Notifications',
1205     'LBL_ROUTING_MATCH_CC_ADDR'             => 'CC',
1206     'LBL_ROUTING_MATCH_DESCRIPTION'         => 'Body Content',
1207     'LBL_ROUTING_MATCH_FROM_ADDR'           => 'From',
1208     'LBL_ROUTING_MATCH_NAME'                => 'Subject',
1209     'LBL_ROUTING_MATCH_PRIORITY_HIGH'       => 'High Priority',
1210     'LBL_ROUTING_MATCH_PRIORITY_NORMAL'     => 'Normal Priority',
1211     'LBL_ROUTING_MATCH_PRIORITY_LOW'        => 'Low Priority',
1212     'LBL_ROUTING_MATCH_TO_ADDR'             => 'To',
1213     'LBL_ROUTING_MATCH_TYPE_MATCH'          => 'Contains',
1214     'LBL_ROUTING_MATCH_TYPE_NOT_MATCH'      => 'Does not contain',
1215
1216     'LBL_ROUTING_NAME'                      => 'Rule Name',
1217     'LBL_ROUTING_NEW_NAME'                  => 'New Rule',
1218     'LBL_ROUTING_ONE_MOMENT'                => 'One moment please...',
1219     'LBL_ROUTING_ORIGINAL_MESSAGE_FOLLOWS'  => 'Original message follows.',
1220     'LBL_ROUTING_RE'                        => 'RE: ',
1221     'LBL_ROUTING_SAVING_RULE'               => 'Saving Rule',
1222     'LBL_ROUTING_SUB_DESC'                  => 'Checked rules are active. Click name to edit.',
1223     'LBL_ROUTING_TO'                        => 'to',
1224     'LBL_ROUTING_TO_ADDRESS'                => 'to address',
1225     'LBL_ROUTING_WITH_TEMPLATE'             => 'with template',
1226   '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".',
1227   'LBL_DROP_HERE' => '[Drop Here]',
1228     'LBL_EMAIL_ACCOUNTS_EDIT'               => 'Edit',
1229     'LBL_EMAIL_ACCOUNTS_GMAIL_DEFAULTS'     => 'Prefill Gmail&#153; Defaults',
1230     'LBL_EMAIL_ACCOUNTS_NAME'               => 'Name',
1231     'LBL_EMAIL_ACCOUNTS_OUTBOUND'           => 'Outgoing Mail Server Properties',
1232     'LBL_EMAIL_ACCOUNTS_SENDTYPE'           => 'Mail transfer agent',
1233     'LBL_EMAIL_ACCOUNTS_SMTPAUTH_REQ'       => 'Use SMTP Authentication?',
1234     'LBL_EMAIL_ACCOUNTS_SMTPPASS'           => 'SMTP Password',
1235     'LBL_EMAIL_ACCOUNTS_SMTPPORT'           => 'SMTP Port',
1236     'LBL_EMAIL_ACCOUNTS_SMTPSERVER'         => 'SMTP Server',
1237     'LBL_EMAIL_ACCOUNTS_SMTPSSL'            => 'Use SSL when connecting',
1238     'LBL_EMAIL_ACCOUNTS_SMTPUSER'           => 'SMTP Username',
1239     'LBL_EMAIL_ACCOUNTS_SMTPDEFAULT'        => 'Default',
1240     'LBL_EMAIL_WARNING_MISSING_USER_CREDS'  => 'Warning: Missing username and password for outgoing mail account.',
1241     'LBL_EMAIL_ACCOUNTS_SMTPUSER_REQD'      => 'SMTP Username is required',
1242     'LBL_EMAIL_ACCOUNTS_SMTPPASS_REQD'      => 'SMTP Password is required',
1243     'LBL_EMAIL_ACCOUNTS_TITLE'              => 'Mail Account Management',
1244     'LBL_EMAIL_POP3_REMOVE_MESSAGE'     => 'Mail Server Protocol of type POP3 will not be supported in the next release. Only IMAP will be supported.',
1245   'LBL_EMAIL_ACCOUNTS_SUBTITLE'           => 'Set up Mail Accounts to view incoming emails from your email accounts.',
1246   'LBL_EMAIL_ACCOUNTS_OUTBOUND_SUBTITLE'  => 'Provide SMTP mail server information to use for outgoing email in Mail Accounts.',
1247     'LBL_EMAIL_ADD'                         => 'Add Address',
1248
1249     'LBL_EMAIL_ADDRESS_BOOK_ADD'            => 'Done',
1250     'LBL_EMAIL_ADDRESS_BOOK_CLEAR'          => 'Clear',
1251     'LBL_EMAIL_ADDRESS_BOOK_ADD_TO'         => 'To:',
1252     'LBL_EMAIL_ADDRESS_BOOK_ADD_CC'         => 'Cc:',
1253     'LBL_EMAIL_ADDRESS_BOOK_ADD_BCC'        => 'Bcc:',
1254     'LBL_EMAIL_ADDRESS_BOOK_ADRRESS_TYPE'   => 'To/Cc/Bcc',
1255     'LBL_EMAIL_ADDRESS_BOOK_ADD_LIST'       => 'New List',
1256     'LBL_EMAIL_ADDRESS_BOOK_EMAIL_ADDR'     => 'Email Address',
1257     'LBL_EMAIL_ADDRESS_BOOK_ERR_NOT_CONTACT'=> 'Only Contact editting is supported at this time.',
1258     'LBL_EMAIL_ADDRESS_BOOK_FILTER'         => 'Filter',
1259     'LBL_EMAIL_ADDRESS_BOOK_FIRST_NAME'     => 'First Name/Account Name',
1260     'LBL_EMAIL_ADDRESS_BOOK_LAST_NAME'      => 'Last Name',
1261     'LBL_EMAIL_ADDRESS_BOOK_MY_CONTACTS'    => 'My Contacts',
1262     'LBL_EMAIL_ADDRESS_BOOK_MY_LISTS'       => 'My Mailing Lists',
1263     'LBL_EMAIL_ADDRESS_BOOK_NAME'           => 'Name',
1264     'LBL_EMAIL_ADDRESS_BOOK_NOT_FOUND'      => 'No Addresses Found',
1265     'LBL_EMAIL_ADDRESS_BOOK_SAVE_AND_ADD'   => 'Save & Add to Address Book',
1266     'LBL_EMAIL_ADDRESS_BOOK_SEARCH'         => 'Search',
1267     'LBL_EMAIL_ADDRESS_BOOK_SELECT_TITLE'   => 'Select Email Recipients',
1268     'LBL_EMAIL_ADDRESS_BOOK_TITLE'          => 'Address Book',
1269     'LBL_EMAIL_REPORTS_TITLE'               => 'Reports',
1270     'LBL_EMAIL_ADDRESS_BOOK_TITLE_ICON'     => SugarThemeRegistry::current()->getImage('icon_email_addressbook', "", null, null, ".gif", 'Address Book').' Address Book',
1271     'LBL_EMAIL_ADDRESS_BOOK_TITLE_ICON_SHORT'     => SugarThemeRegistry::current()->getImage('icon_email_addressbook', 'align=absmiddle border=0', 14, 14, ".gif", ''),
1272     '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?',
1273     'LBL_EMAIL_ADDRESSES'                   => 'Email',
1274     'LBL_EMAIL_ADDRESS_PRIMARY'             => 'Email Address',
1275     'LBL_EMAIL_ADDRESSES_TITLE'             => 'Email Addresses',
1276     'LBL_EMAIL_ARCHIVE_TO_SUGAR'            => 'Import to Sugar',
1277     'LBL_EMAIL_ASSIGNMENT'                  => 'Assignment',
1278     'LBL_EMAIL_ATTACH_FILE_TO_EMAIL'        => 'Attach',
1279     'LBL_EMAIL_ATTACHMENT'                  => 'Attach',
1280     'LBL_EMAIL_ATTACHMENTS'                 => 'From Local System',
1281     'LBL_EMAIL_ATTACHMENTS2'                => 'From Sugar Documents',
1282     'LBL_EMAIL_ATTACHMENTS3'                => 'Template Attachments',
1283     'LBL_EMAIL_ATTACHMENTS_FILE'            => 'File',
1284     'LBL_EMAIL_ATTACHMENTS_DOCUMENT'        => 'Document',
1285     'LBL_EMAIL_ATTACHMENTS_EMBEDED'         => 'Embeded',
1286     'LBL_EMAIL_BCC'                         => 'BCC',
1287     'LBL_EMAIL_CANCEL'                      => 'Cancel',
1288     'LBL_EMAIL_CC'                          => 'CC',
1289     'LBL_EMAIL_CHARSET'                     => 'Character Set',
1290     'LBL_EMAIL_CHECK'                       => 'Check Mail',
1291     'LBL_EMAIL_CHECKING_NEW'                => 'Checking for New Email',
1292     'LBL_EMAIL_CHECKING_DESC'               => 'One moment please... <br><br>If this is the first check for the mail account, it may take some time.',
1293     'LBL_EMAIL_CLOSE'                       => 'Close',
1294     'LBL_EMAIL_COFFEE_BREAK'                => 'Checking for New Email. <br><br>Large mail accounts may take a considerable amount of time.',
1295     'LBL_EMAIL_COMMON'                      => 'Common',
1296
1297     'LBL_EMAIL_COMPOSE'                     => 'Email',
1298     'LBL_EMAIL_COMPOSE_ERR_NO_RECIPIENTS'   => 'Please enter recipient(s) for this email.',
1299     'LBL_EMAIL_COMPOSE_LINK_TO'             => 'Associate with',
1300     'LBL_EMAIL_COMPOSE_NO_BODY'             => 'The body of this email is empty.  Send anyway?',
1301     'LBL_EMAIL_COMPOSE_NO_SUBJECT'          => 'This email has no subject.  Send anyway?',
1302     'LBL_EMAIL_COMPOSE_NO_SUBJECT_LITERAL'  => '(no subject)',
1303     'LBL_EMAIL_COMPOSE_READ'                => 'Read & Compose Email',
1304     'LBL_EMAIL_COMPOSE_SEND_FROM'           => 'Send From Mail Account',
1305     'LBL_EMAIL_COMPOSE_OPTIONS'             => 'Options',
1306     'LBL_EMAIL_COMPOSE_INVALID_ADDRESS'     => 'Please enter valid email address for To, CC and BCC fields',
1307
1308     'LBL_EMAIL_CONFIRM_CLOSE'               => 'Discard this email?',
1309     'LBL_EMAIL_CONFIRM_DELETE'              => 'Remove these entries from your Address Book?',
1310     'LBL_EMAIL_CONFIRM_DELETE_SIGNATURE'    => 'Are you sure you want to delete this signature?',
1311
1312     'LBL_EMAIL_CREATE_NEW'                  => '--Create On Save--',
1313     'LBL_EMAIL_MULT_GROUP_FOLDER_ACCOUNTS'  => 'Multiple',
1314     'LBL_EMAIL_MULT_GROUP_FOLDER_ACCOUNTS_EMPTY' => 'Empty',
1315     'LBL_EMAIL_DATE_SENT_BY_SENDER'         => 'Date Sent by Sender',
1316   'LBL_EMAIL_DATE_RECEIVED'               => 'Date Received',
1317     'LBL_EMAIL_ASSIGNED_TO_USER'            =>'Assigned to User',
1318     'LBL_EMAIL_DATE_TODAY'                  => 'Today',
1319     'LBL_EMAIL_DATE_YESTERDAY'              => 'Yesterday',
1320     'LBL_EMAIL_DD_TEXT'                     => 'email(s) selected.',
1321     'LBL_EMAIL_DEFAULTS'                    => 'Defaults',
1322     'LBL_EMAIL_DELETE'                      => 'Delete',
1323     'LBL_EMAIL_DELETE_CONFIRM'              => 'Delete selected messages?',
1324     'LBL_EMAIL_DELETE_SUCCESS'              => 'Email deleted successfully.',
1325     'LBL_EMAIL_DELETING_MESSAGE'            => 'Deleting Message',
1326     'LBL_EMAIL_DETAILS'                     => 'Details',
1327     'LBL_EMAIL_DISPLAY_MSG'                 => 'Displaying email(s) {0} - {1} of {2}',
1328     'LBL_EMAIL_ADDR_DISPLAY_MSG'            => 'Displaying email address(es) {0} - {1} of {2}',
1329
1330     'LBL_EMAIL_EDIT_CONTACT'                => 'Edit Contact',
1331     'LBL_EMAIL_EDIT_CONTACT_WARN'           => 'Only the Primary address will be used when working with Contacts.',
1332     'LBL_EMAIL_EDIT_MAILING_LIST'           => 'Edit Mailing List',
1333
1334     'LBL_EMAIL_EMPTYING_TRASH'              => 'Emptying Trash',
1335     'LBL_EMAIL_DELETING_OUTBOUND'           => 'Deleteting outbound server',
1336     'LBL_EMAIL_CLEARING_CACHE_FILES'        => 'CLearing cache files',
1337     'LBL_EMAIL_EMPTY_MSG'                   => 'No emails to display.',
1338     'LBL_EMAIL_EMPTY_ADDR_MSG'              => 'No email addresses to display.',
1339
1340     'LBL_EMAIL_ERROR_ADD_GROUP_FOLDER'      => 'Folder name be unique and not empty. Please try again.',
1341     '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.',
1342     'LBL_EMAIL_ERROR_CANNOT_FIND_NODE'      => 'Cannot determine the intended folder from context.  Try again.',
1343     'LBL_EMAIL_ERROR_CHECK_IE_SETTINGS'     => 'Please check your settings.',
1344     'LBL_EMAIL_ERROR_CONTACT_NAME'          => 'Please make sure you enter a last name.',
1345     'LBL_EMAIL_ERROR_DESC'                  => 'Errors were detected: ',
1346     'LBL_EMAIL_DELETE_ERROR_DESC'           => 'You do not have access to this area. Contact your site administrator to obtain access.',
1347     'LBL_EMAIL_ERROR_DUPE_FOLDER_NAME'      => 'Sugar Folder names must be unique.',
1348     'LBL_EMAIL_ERROR_EMPTY'                 => 'Please enter some search criteria.',
1349     'LBL_EMAIL_ERROR_GENERAL_TITLE'         => 'An error has occurred',
1350     'LBL_EMAIL_ERROR_LIST_NAME'             => 'An email list with that name already exists',
1351     'LBL_EMAIL_ERROR_MESSAGE_DELETED'       => 'Message Removed from Server',
1352     'LBL_EMAIL_ERROR_IMAP_MESSAGE_DELETED'  => 'Either message Removed from Server or moved to a different folder',
1353     'LBL_EMAIL_ERROR_MAILSERVERCONNECTION'  => 'Connection to the mail server failed. Please contact your Administrator',
1354     'LBL_EMAIL_ERROR_MOVE'                  => 'Moving email between servers and/or mail accounts is not supported at this time.',
1355     'LBL_EMAIL_ERROR_MOVE_TITLE'            => 'Move Error',
1356     'LBL_EMAIL_ERROR_NAME'                  => 'A name is required.',
1357     'LBL_EMAIL_ERROR_FROM_ADDRESS'          => 'From Address is required.  Please enter a valid email address.',
1358     'LBL_EMAIL_ERROR_NO_FILE'               => 'Please provide a file.',
1359     'LBL_EMAIL_ERROR_NO_IMAP_FOLDER_RENAME' => 'IMAP folder renaming is not supported at this time.',
1360     'LBL_EMAIL_ERROR_SERVER'                => 'A mail server address is required.',
1361     'LBL_EMAIL_ERROR_SAVE_ACCOUNT'          => 'The mail account may not have been saved.',
1362     'LBL_EMAIL_ERROR_TIMEOUT'               => 'An error has occurred while communicating with the mail server.',
1363     'LBL_EMAIL_ERROR_USER'                  => 'A login name is required.',
1364     'LBL_EMAIL_ERROR_PASSWORD'              => 'A password is required.',
1365     'LBL_EMAIL_ERROR_PORT'                  => 'A mail server port is required.',
1366     'LBL_EMAIL_ERROR_PROTOCOL'              => 'A server protocol is required.',
1367     'LBL_EMAIL_ERROR_MONITORED_FOLDER'      => 'Monitored Folder is required.',
1368     'LBL_EMAIL_ERROR_TRASH_FOLDER'          => 'Trash Folder is required.',
1369     'LBL_EMAIL_ERROR_VIEW_RAW_SOURCE'       => 'This information is not available',
1370     'LBL_EMAIL_ERROR_NO_OUTBOUND'           => 'No outgoing mail server specified.',
1371     'LBL_EMAIL_FOLDERS'                     => SugarThemeRegistry::current()->getImage('icon_email_folder', 'align=absmiddle border=0', null, null, ".gif", '').'Folders',
1372     'LBL_EMAIL_FOLDERS_SHORT'               => SugarThemeRegistry::current()->getImage('icon_email_folder', 'align=absmiddle border=0', null, null, ".gif", ''),
1373     'LBL_EMAIL_FOLDERS_ACTIONS'             => 'Move To',
1374     'LBL_EMAIL_FOLDERS_ADD'                 => 'Add',
1375     'LBL_EMAIL_FOLDERS_ADD_DIALOG_TITLE'    => 'Add New Folder',
1376     'LBL_EMAIL_FOLDERS_RENAME_DIALOG_TITLE' => 'Rename Folder',
1377     'LBL_EMAIL_FOLDERS_ADD_NEW_FOLDER'      => 'Save',
1378     'LBL_EMAIL_FOLDERS_ADD_THIS_TO'         => 'Add this folder to',
1379     'LBL_EMAIL_FOLDERS_CHANGE_HOME'         => 'This folder cannot be changed',
1380     '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.',
1381     'LBL_EMAIL_FOLDERS_NEW_FOLDER'          => 'New Folder Name',
1382     'LBL_EMAIL_FOLDERS_NO_VALID_NODE'       => 'Please select a folder before performing this action.',
1383     'LBL_EMAIL_FOLDERS_TITLE'               => 'Folder Management',
1384     'LBL_EMAIL_FOLDERS_USING_GROUP_USER'    => 'Using Group',
1385
1386     'LBL_EMAIL_FORWARD'                     => 'Forward',
1387     'LBL_EMAIL_DELIMITER'                   => '::;::',
1388     'LBL_EMAIL_DOWNLOAD_STATUS'             => 'Downloaded [[count]] of [[total]] emails',
1389     'LBL_EMAIL_FOUND'                       => 'Found',
1390     'LBL_EMAIL_FROM'                        => 'From',
1391     'LBL_EMAIL_GROUP'                       => 'group',
1392     'LBL_EMAIL_UPPER_CASE_GROUP'            => 'Group',
1393     'LBL_EMAIL_HOME_FOLDER'                 => 'Home',
1394     'LBL_EMAIL_HTML_RTF'                    => 'Send HTML',
1395     'LBL_EMAIL_IE_DELETE'                   => 'Deleting Mail Account',
1396     'LBL_EMAIL_IE_DELETE_SIGNATURE'         => 'Deleting signature',
1397     'LBL_EMAIL_IE_DELETE_CONFIRM'           => 'Are you sure you would like to delete this mail account?',
1398     'LBL_EMAIL_IE_DELETE_SUCCESSFUL'        => 'Deletion successful.',
1399     'LBL_EMAIL_IE_SAVE'                     => 'Saving Mail Account Information',
1400     'LBL_EMAIL_IMPORTING_EMAIL'             => 'Importing Email',
1401     'LBL_EMAIL_IMPORT_EMAIL'                => 'Import to Sugar',
1402     'LBL_EMAIL_IMPORT_SETTINGS'                => 'Import Settings',
1403     'LBL_EMAIL_INVALID'                     => 'Invalid',
1404     'LBL_EMAIL_LOADING'                     => 'Loading...',
1405     'LBL_EMAIL_MARK'                        => 'Mark',
1406     'LBL_EMAIL_MARK_FLAGGED'                => 'As Flagged',
1407     'LBL_EMAIL_MARK_READ'                   => 'As Read',
1408     'LBL_EMAIL_MARK_UNFLAGGED'              => 'As Unflagged',
1409     'LBL_EMAIL_MARK_UNREAD'                 => 'As Unread',
1410     'LBL_EMAIL_ASSIGN_TO'                   => 'Assign To',
1411
1412     'LBL_EMAIL_MENU_ADD_FOLDER'             => 'Create Folder',
1413     'LBL_EMAIL_MENU_COMPOSE'                => 'Compose to',
1414     'LBL_EMAIL_MENU_DELETE_FOLDER'          => 'Delete Folder',
1415     'LBL_EMAIL_MENU_EDIT'                   => 'Edit',
1416     'LBL_EMAIL_MENU_EMPTY_TRASH'            => 'Empty Trash',
1417     'LBL_EMAIL_MENU_SYNCHRONIZE'            => 'Synchronize',
1418     'LBL_EMAIL_MENU_CLEAR_CACHE'            => 'Clear cache files',
1419     'LBL_EMAIL_MENU_REMOVE'                 => 'Remove',
1420     'LBL_EMAIL_MENU_RENAME'                 => 'Rename',
1421     'LBL_EMAIL_MENU_RENAME_FOLDER'          => 'Rename Folder',
1422     'LBL_EMAIL_MENU_RENAMING_FOLDER'        => 'Renaming Folder',
1423     'LBL_EMAIL_MENU_MAKE_SELECTION'         => 'Please make a selection before trying this operation.',
1424
1425     'LBL_EMAIL_MENU_HELP_ADD_FOLDER'        => 'Create a Folder (remote or in Sugar)',
1426     'LBL_EMAIL_MENU_HELP_ARCHIVE'           => 'Archive these email(s) to SugarCRM',
1427     'LBL_EMAIL_MENU_HELP_COMPOSE_TO_LIST'   => 'Email selected Mailing Lists',
1428     'LBL_EMAIL_MENU_HELP_CONTACT_COMPOSE'   => 'Email this Contact',
1429     'LBL_EMAIL_MENU_HELP_CONTACT_REMOVE'    => 'Remove a Contact',
1430     'LBL_EMAIL_MENU_HELP_DELETE'            => 'Delete these email(s)',
1431     'LBL_EMAIL_MENU_HELP_DELETE_FOLDER'     => 'Delete a Folder (remote or in Sugar)',
1432     'LBL_EMAIL_MENU_HELP_EDIT_CONTACT'      => 'Edit a Contact',
1433     'LBL_EMAIL_MENU_HELP_EDIT_LIST'         => 'Edit a Mailing List',
1434     'LBL_EMAIL_MENU_HELP_EMPTY_TRASH'       => 'Empties all Trash folders for your mail accounts',
1435     'LBL_EMAIL_MENU_HELP_MARK_FLAGGED'      => 'Mark these email(s) flagged',
1436     'LBL_EMAIL_MENU_HELP_MARK_READ'         => 'Mark these email(s) read',
1437     'LBL_EMAIL_MENU_HELP_MARK_UNFLAGGED'    => 'Mark these email(s) unflagged',
1438     'LBL_EMAIL_MENU_HELP_MARK_UNREAD'       => 'Mark these email(s) unread',
1439     'LBL_EMAIL_MENU_HELP_REMOVE_LIST'       => 'Removes Mailing Lists',
1440     'LBL_EMAIL_MENU_HELP_RENAME_FOLDER'     => 'Rename a Folder (remote or in Sugar)',
1441     'LBL_EMAIL_MENU_HELP_REPLY'             => 'Reply to these email(s)',
1442     'LBL_EMAIL_MENU_HELP_REPLY_ALL'         => 'Reply to all recipients for these email(s)',
1443
1444     'LBL_EMAIL_MESSAGES'                    => 'messages',
1445
1446     'LBL_EMAIL_ML_NAME'                     => 'List Name',
1447     'LBL_EMAIL_ML_ADDRESSES_1'              => 'Selected List Addresses',
1448     'LBL_EMAIL_ML_ADDRESSES_2'              => 'Available List Addresses',
1449
1450     'LBL_EMAIL_MULTISELECT'                 => '<b>Ctrl-Click</b> to select multiples<br />(Mac users use <b>CMD-Click</b>)',
1451
1452     'LBL_EMAIL_NO'                          => 'No',
1453     'LBL_EMAIL_NOT_SENT'                    => 'System is unable to process your request. Please contact the system administrator.',
1454
1455     'LBL_EMAIL_OK'                          => 'OK',
1456     'LBL_EMAIL_ONE_MOMENT'                  => 'One moment please...',
1457     'LBL_EMAIL_OPEN_ALL'                    => 'Open Multiple Messages',
1458     'LBL_EMAIL_OPTIONS'                     => 'Options',
1459     'LBL_EMAIL_QUICK_COMPOSE'       => 'Quick Compose',
1460     'LBL_EMAIL_OPT_OUT'                     => 'Opted Out',
1461     'LBL_EMAIL_OPT_OUT_AND_INVALID'         => 'Opted Out and Invalid',
1462     'LBL_EMAIL_PAGE_AFTER'                  => 'of {0}',
1463     'LBL_EMAIL_PAGE_BEFORE'                 => 'Page',
1464     'LBL_EMAIL_PERFORMING_TASK'             => 'Performing Task',
1465     'LBL_EMAIL_PRIMARY'                     => 'Primary',
1466     'LBL_EMAIL_PRINT'                       => 'Print',
1467
1468     'LBL_EMAIL_QC_BUGS'                     => 'Bug',
1469     'LBL_EMAIL_QC_CASES'                    => 'Case',
1470     'LBL_EMAIL_QC_LEADS'                    => 'Lead',
1471     'LBL_EMAIL_QC_CONTACTS'                 => 'Contact',
1472     'LBL_EMAIL_QC_TASKS'                    => 'Task',
1473     'LBL_EMAIL_QC_OPPORTUNITIES'            => 'Opportunity',
1474     'LBL_EMAIL_QUICK_CREATE'                => 'Quick Create',
1475
1476     'LBL_EMAIL_REBUILDING_FOLDERS'          => 'Rebuilding Folders',
1477     'LBL_EMAIL_RELATE_TO'                   => 'Relate',
1478     'LBL_EMAIL_VIEW_RELATIONSHIPS'          => 'View Relationships',
1479     'LBL_EMAIL_RECORD'                => 'Email Record',
1480     'LBL_EMAIL_REMOVE'                      => 'Remove',
1481     'LBL_EMAIL_REPLY'                       => 'Reply',
1482     'LBL_EMAIL_REPLY_ALL'                   => 'Reply All',
1483     'LBL_EMAIL_REPLY_TO'                    => 'Reply-to',
1484     'LBL_EMAIL_RETRIEVING_LIST'             => 'Retrieving Email List',
1485     'LBL_EMAIL_RETRIEVING_MESSAGE'          => 'Retrieving Message',
1486     'LBL_EMAIL_RETRIEVING_RECORD'           => 'Retrieving Email Record',
1487     'LBL_EMAIL_SELECT_ONE_RECORD'           => 'Please select only one email record',
1488     'LBL_EMAIL_RETURN_TO_VIEW'              => 'Return to Previous Module?',
1489     'LBL_EMAIL_REVERT'                      => 'Revert',
1490     'LBL_EMAIL_RELATE_EMAIL'                => 'Relate Email',
1491
1492     'LBL_EMAIL_RULES_TITLE'                 => 'Rule Management',
1493
1494     'LBL_EMAIL_SAVE'                        => 'Save',
1495     'LBL_EMAIL_SAVE_AND_REPLY'              => 'Save & Reply',
1496     'LBL_EMAIL_SAVE_DRAFT'                  => 'Save Draft',
1497
1498     'LBL_EMAIL_SEARCHING'                   => 'Conducting Search',
1499     'LBL_EMAIL_SEARCH'                      => SugarThemeRegistry::current()->getImage('Search', 'align=absmiddle border=0', null, null, ".gif", ''),
1500     'LBL_EMAIL_SEARCH_SHORT'                => SugarThemeRegistry::current()->getImage('Search', 'align=absmiddle border=0', null, null, ".gif", ''),
1501     'LBL_EMAIL_SEARCH_ADVANCED'             => 'Advanced Search',
1502     'LBL_EMAIL_SEARCH_DATE_FROM'            => 'Date From',
1503     'LBL_EMAIL_SEARCH_DATE_UNTIL'           => 'Date Until',
1504     'LBL_EMAIL_SEARCH_FULL_TEXT'            => 'Body Text',
1505     'LBL_EMAIL_SEARCH_NO_RESULTS'           => 'No results match your search criteria.',
1506     'LBL_EMAIL_SEARCH_RESULTS_TITLE'        => 'Search Results',
1507     'LBL_EMAIL_SEARCH_TITLE'                => 'Simple Search',
1508     'LBL_EMAIL_SEARCH__FROM_ACCOUNTS'       => 'Search email account',
1509
1510     'LBL_EMAIL_SELECT'                      => 'Select',
1511
1512     'LBL_EMAIL_SEND'                        => 'Send',
1513     'LBL_EMAIL_SENDING_EMAIL'               => 'Sending Email',
1514
1515     'LBL_EMAIL_SETTINGS'                    => 'Settings',
1516     'LBL_EMAIL_SETTINGS_2_ROWS'             => '2 Rows',
1517     'LBL_EMAIL_SETTINGS_3_COLS'             => '3 Columns',
1518     'LBL_EMAIL_SETTINGS_LAYOUT'             => 'Layout Style',
1519     'LBL_EMAIL_SETTINGS_ACCOUNTS'           => 'Mail Accounts',
1520     'LBL_EMAIL_SETTINGS_ADD_ACCOUNT'        => 'Clear Form',
1521     'LBL_EMAIL_SETTINGS_AUTO_IMPORT'        => 'Import Email Upon View',
1522     'LBL_EMAIL_SETTINGS_CHECK_INTERVAL'     => 'Check for New Mail',
1523     'LBL_EMAIL_SETTINGS_COMPOSE_INLINE'     => 'Use Preview Pane',
1524     'LBL_EMAIL_SETTINGS_COMPOSE_POPUP'      => 'Use Popup Window',
1525     'LBL_EMAIL_SETTINGS_DISPLAY_NUM'        => 'Number emails per page',
1526     'LBL_EMAIL_SETTINGS_EDIT_ACCOUNT'       => 'Edit Mail Account',
1527     'LBL_EMAIL_SETTINGS_FOLDERS'            => 'Folders',
1528     'LBL_EMAIL_SETTINGS_FROM_ADDR'          => 'From Address',
1529     'LBL_EMAIL_SETTINGS_FROM_TO_EMAIL_ADDR' => 'Email Address For Test Notification:',
1530     'LBL_EMAIL_SETTINGS_TO_EMAIL_ADDR'      => 'To Email Address',
1531     'LBL_EMAIL_SETTINGS_FROM_NAME'          => 'From Name',
1532     'LBL_EMAIL_SETTINGS_REPLY_TO_ADDR'      =>'Reply to Address',
1533     'LBL_EMAIL_SETTINGS_FULL_SCREEN'        => 'Full Screen',
1534     'LBL_EMAIL_SETTINGS_FULL_SYNC'          => 'Synchronize All Mail Accounts',
1535     '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.',
1536     'LBL_EMAIL_SETTINGS_FULL_SYNC_DESC'     => 'Performing this action will synchronize mail accounts and their contents.',
1537     'LBL_EMAIL_SETTINGS_FULL_SYNC_WARN'     => 'Perform a full synchronization?\nLarge mail accounts may take a few minutes.',
1538     'LBL_EMAIL_SUBSCRIPTION_FOLDER_HELP'    => 'Click the Shift key or the Ctrl key to select multiple folders.',
1539     'LBL_EMAIL_SETTINGS_GENERAL'            => 'General',
1540     'LBL_EMAIL_SETTINGS_GROUP_FOLDERS'      => 'Available Group Folders',
1541     'LBL_EMAIL_SETTINGS_GROUP_FOLDERS_CREATE'   => 'Create Group Folders',
1542     'LBL_EMAIL_SETTINGS_GROUP_FOLDERS_Save' => 'Saving Group Folders',
1543     'LBL_EMAIL_SETTINGS_RETRIEVING_GROUP'   => 'Retrieving Group Folder',
1544
1545     'LBL_EMAIL_SETTINGS_GROUP_FOLDERS_EDIT' => 'Edit Group Folder',
1546
1547     'LBL_EMAIL_SETTINGS_NAME'               => 'Mail Account Name',
1548     '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.',
1549     'LBL_EMAIL_SETTINGS_RETRIEVING_ACCOUNT' => 'Retrieving Mail Account',
1550     'LBL_EMAIL_SETTINGS_RULES'              => 'Rules',
1551     'LBL_EMAIL_SETTINGS_SAVED'              => 'The settings have been saved.\n\nYou must reload the page for the new settings to take effect.',
1552     'LBL_EMAIL_SETTINGS_SEND_EMAIL_AS'      => 'Send Plain Text Emails Only',
1553     'LBL_EMAIL_SETTINGS_SHOW_IN_FOLDERS'    => 'Active',
1554     'LBL_EMAIL_SETTINGS_SHOW_NUM_IN_LIST'   => 'Emails per Page',
1555     'LBL_EMAIL_SETTINGS_TAB_POS'            => 'Place Tabs at Bottom',
1556     'LBL_EMAIL_SETTINGS_TITLE_LAYOUT'       => 'Visual Settings',
1557     'LBL_EMAIL_SETTINGS_TITLE_PREFERENCES'  => 'Preferences',
1558     'LBL_EMAIL_SETTINGS_TOGGLE_ADV'         => 'Show Advanced',
1559     'LBL_EMAIL_SETTINGS_USER_FOLDERS'       => 'Available User Folders',
1560     'LBL_EMAIL_ERROR_PREPEND'               => 'Error:',
1561   '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.',
1562   '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.',
1563     'LBL_EMAIL_SHOW_READ'                   => 'Show All',
1564     'LBL_EMAIL_SHOW_UNREAD_ONLY'            => 'Show Unread Only',
1565     'LBL_EMAIL_SIGNATURES'                  => 'Signatures',
1566     'LBL_EMAIL_SIGNATURE_CREATE'            => 'Create Signature',
1567     'LBL_EMAIL_SIGNATURE_NAME'              => 'Signature Name',
1568     'LBL_EMAIL_SIGNATURE_TEXT'              => 'Signature Body',
1569   'LBL_SMTPTYPE_GMAIL'                    => 'Gmail',
1570   'LBL_SMTPTYPE_YAHOO'                    => 'Yahoo! Mail',
1571   'LBL_SMTPTYPE_EXCHANGE'                 => 'Microsoft Exchange',
1572     'LBL_SMTPTYPE_OTHER'                  => 'Other',
1573     'LBL_EMAIL_SPACER_MAIL_SERVER'          => '[ Remote Folders ]',
1574     'LBL_EMAIL_SPACER_LOCAL_FOLDER'         => '[ Sugar Folders ]',
1575     'LBL_EMAIL_SUBJECT'                     => 'Subject',
1576     'LBL_EMAIL_TO'                        => 'To',
1577     'LBL_EMAIL_SUCCESS'                     => 'Success',
1578     'LBL_EMAIL_SUGAR_FOLDER'                => 'SugarFolder',
1579     'LBL_EMAIL_TEMPLATE_EDIT_PLAIN_TEXT'    => 'Email template body is empty',
1580     'LBL_EMAIL_TEMPLATES'                   => 'Templates',
1581     'LBL_EMAIL_TEXT_FIRST'                  => 'First Page',
1582     'LBL_EMAIL_TEXT_PREV'                   => 'Previous Page',
1583     'LBL_EMAIL_TEXT_NEXT'                   => 'Next Page',
1584     'LBL_EMAIL_TEXT_LAST'                   => 'Last Page',
1585     'LBL_EMAIL_TEXT_REFRESH'                => 'Refresh',
1586     'LBL_EMAIL_TO'                          => 'To',
1587     'LBL_EMAIL_TOGGLE_LIST'                 => 'Toggle List',
1588     'LBL_EMAIL_VIEW'                        => 'View',
1589     'LBL_EMAIL_VIEWS'                       => 'Views',
1590     'LBL_EMAIL_VIEW_HEADERS'                => 'Display Headers',
1591     'LBL_EMAIL_VIEW_PRINTABLE'              => 'Printable Version',
1592     'LBL_EMAIL_VIEW_RAW'                    => 'Display Raw Email',
1593     'LBL_EMAIL_VIEW_UNSUPPORTED'            => 'This feature is unsupported when used with POP3.',
1594     'LBL_DEFAULT_LINK_TEXT'                 => 'Default link text.',
1595     'LBL_EMAIL_YES'                         => 'Yes',
1596     'LBL_EMAIL_TEST_OUTBOUND_SETTINGS'      => 'Send Test Email',
1597     'LBL_EMAIL_TEST_OUTBOUND_SETTINGS_SENT' => 'Test Email Sent',
1598     'LBL_EMAIL_CHECK_INTERVAL_DOM'          => array(
1599         '-1' => "Manually",
1600         '5' => 'Every 5 minutes',
1601         '15' => 'Every 15 minutes',
1602         '30' => 'Every 30 minutes',
1603         '60' => 'Every hour'
1604     ),
1605
1606
1607     'LBL_EMAIL_MESSAGE_NO'                  => 'Message No',
1608     'LBL_EMAIL_IMPORT_SUCCESS'              => 'Import Passed',
1609     'LBL_EMAIL_IMPORT_FAIL'                 => 'Import Failed because either the message is already imported or deleted from server',
1610
1611     'LBL_LINK_NONE'=> 'None',
1612     'LBL_LINK_ALL'=> 'All',
1613     'LBL_LINK_RECORDS'=> 'Records',
1614     'LBL_LINK_SELECT'=> 'Select',
1615     'LBL_LINK_ACTIONS'=> 'Actions',
1616     'LBL_LINK_MORE'=> 'More',
1617     'LBL_CLOSE_ACTIVITY_HEADER' => "Confirm",
1618     'LBL_CLOSE_ACTIVITY_CONFIRM' => "Do you want to close this #module#?",
1619     'LBL_CLOSE_ACTIVITY_REMEMBER' => "Do not display this message in the future: &nbsp;",
1620     'LBL_INVALID_FILE_EXTENSION' => 'Invalid File Extension',
1621
1622
1623     'ERR_AJAX_LOAD'     => 'An error has occurred:',
1624     'ERR_AJAX_LOAD_FAILURE'     => 'There was an error processing your request, please try again at a later time.',
1625     'ERR_AJAX_LOAD_FOOTER' => 'If this error persists, please have your administrator disable Ajax for this module',
1626     'ERR_CREATING_FIELDS' => 'Error filling in additional detail fields: ',
1627     'ERR_CREATING_TABLE' => 'Error creating table: ',
1628     'ERR_DECIMAL_SEP_EQ_THOUSANDS_SEP'  => "The decimal separator cannot use the same character as the thousands separator.\\n\\n  Please change the values.",
1629     'ERR_DELETE_RECORD' => 'A record number must be specified to delete the contact.',
1630     'ERR_EXPORT_DISABLED' => 'Exports Disabled.',
1631     'ERR_EXPORT_TYPE' => 'Error exporting ',
1632     'ERR_INVALID_AMOUNT' => 'Please enter a valid amount.',
1633     'ERR_INVALID_DATE_FORMAT' => 'The date format must be: ',
1634     'ERR_INVALID_DATE' => 'Please enter a valid date.',
1635     'ERR_INVALID_DAY' => 'Please enter a valid day.',
1636     'ERR_INVALID_EMAIL_ADDRESS' => 'not a valid email address.',
1637     'ERR_INVALID_FILE_REFERENCE' => 'Invalid File Reference',
1638     'ERR_INVALID_HOUR' => 'Please enter a valid hour.',
1639     'ERR_INVALID_MONTH' => 'Please enter a valid month.',
1640     'ERR_INVALID_TIME' => 'Please enter a valid time.',
1641     'ERR_INVALID_YEAR' => 'Please enter a valid 4 digit year.',
1642     'ERR_NEED_ACTIVE_SESSION' => 'An active session is required to export content.',
1643     'ERR_NO_HEADER_ID' => 'This feature is unavailable in this theme.',
1644     'ERR_NOT_ADMIN' => "Unauthorized access to administration.",
1645     'ERR_MISSING_REQUIRED_FIELDS' => 'Missing required field:',
1646     'ERR_INVALID_REQUIRED_FIELDS' => 'Invalid required field:',
1647     'ERR_INVALID_VALUE' => 'Invalid Value:',
1648     'ERR_NO_SUCH_FILE' =>'File does not exist on system',
1649     'ERR_NO_SINGLE_QUOTE' => 'Cannot use the single quotation mark for ',
1650     'ERR_NOTHING_SELECTED' =>'Please make a selection before proceeding.',
1651     'ERR_OPPORTUNITY_NAME_DUPE' => 'An opportunity with the name %s already exists.  Please enter another name below.',
1652     'ERR_OPPORTUNITY_NAME_MISSING' => 'An opportunity name was not entered.  Please enter an opportunity name below.',
1653     '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.',
1654     'ERR_SELF_REPORTING' => 'User cannot report to him or herself.',
1655     'ERR_SINGLE_QUOTE'  => 'Using the single quote is not supported for this field.  Please change the value.',
1656     'ERR_SQS_NO_MATCH_FIELD' => 'No match for field: ',
1657     'ERR_SQS_NO_MATCH' =>'No Match',
1658     'ERR_ADDRESS_KEY_NOT_SPECIFIED' => 'Please specify \'key\' index in displayParams attribute for the Meta-Data definition',
1659     'ERR_EXISTING_PORTAL_USERNAME'=>'Error: The Portal Name is already assigned to another contact.',
1660     'ERR_COMPATIBLE_PRECISION_VALUE' => 'Field value is not compatible with precision value',
1661     'ERR_EXTERNAL_API_SAVE_FAIL' => 'An error occurred when trying to save to the external account.',
1662     'ERR_EXTERNAL_API_UPLOAD_FAIL' => 'An error occurred while uploading.  Please ensure the file you are uploading is not empty.',
1663     'ERR_NO_DB' => 'Could not connect to the database. Please refer to sugarcrm.log for details.',
1664     'ERR_DB_FAIL' => 'Database failure. Please refer to sugarcrm.log for details.',
1665     'ERR_EXTERNAL_API_403' => 'Permission Denied. File type is not supported.',
1666     'ERR_DB_VERSION' => 'Sugar CRM {0} Files May Only Be Used With A Sugar CRM {1} Database.',
1667
1668
1669     'LBL_ACCOUNT'=>'Account',
1670     'LBL_OLD_ACCOUNT_LINK'=>'Old Account',
1671     'LBL_ACCOUNTS'=>'Accounts',
1672     'LBL_ACTIVITIES_SUBPANEL_TITLE'=>'Activities',
1673     'LBL_ACCUMULATED_HISTORY_BUTTON_KEY' => 'H',
1674     'LBL_ACCUMULATED_HISTORY_BUTTON_LABEL' => 'View Summary',
1675     'LBL_ACCUMULATED_HISTORY_BUTTON_TITLE' => 'View Summary',
1676     'LBL_ADD_BUTTON_KEY' => 'A',
1677     'LBL_ADD_BUTTON_TITLE' => 'Add',
1678     'LBL_ADD_BUTTON' => 'Add',
1679     'LBL_ADD_DOCUMENT' => 'Add Document',
1680     'LBL_REPLACE_BUTTON' => 'Replace',
1681     'LBL_ADD_TO_PROSPECT_LIST_BUTTON_KEY' => 'L',
1682     'LBL_ADD_TO_PROSPECT_LIST_BUTTON_LABEL' => 'Add To Target List',
1683     'LBL_ADD_TO_PROSPECT_LIST_BUTTON_TITLE' => 'Add To Target List',
1684     'LBL_ADDITIONAL_DETAILS_CLOSE_TITLE' => 'Click to Close',
1685     'LBL_ADDITIONAL_DETAILS_CLOSE' => 'Close',
1686     'LBL_ADDITIONAL_DETAILS' => 'Additional Details',
1687     'LBL_ADMIN' => 'Admin',
1688     'LBL_ALT_HOT_KEY' => '',
1689     'LBL_ARCHIVE' => 'Archive',
1690     'LBL_ASSIGNED_TO_USER'=>'Assigned to User',
1691     'LBL_ASSIGNED_TO' => 'Assigned to:',
1692     'LBL_BACK' => 'Back',
1693     'LBL_BILL_TO_ACCOUNT'=>'Bill to Account',
1694     'LBL_BILL_TO_CONTACT'=>'Bill to Contact',
1695     'LBL_BILLING_ADDRESS'=>'Billing Address',
1696     'LBL_QUICK_CREATE_TITLE' => 'Quick Create',
1697     'LBL_BROWSER_TITLE' => 'SugarCRM - Commercial Open Source CRM',
1698     'LBL_BUGS'=>'Bugs',
1699     'LBL_BY' => 'by',
1700     'LBL_CALLS'=>'Calls',
1701     'LBL_CALL'=>'Call',
1702     'LBL_CAMPAIGNS_SEND_QUEUED' => 'Send Queued Campaign Emails',
1703     'LBL_SUBMIT_BUTTON_LABEL' => 'Submit',
1704     'LBL_CASE'=>'Case',
1705     'LBL_CASES'=>'Cases',
1706     'LBL_CHANGE_BUTTON_KEY' => 'G',
1707     'LBL_CHANGE_PASSWORD' => 'Change password',
1708     'LBL_CHANGE_BUTTON_LABEL' => 'Change',
1709     'LBL_CHANGE_BUTTON_TITLE' => 'Change',
1710     'LBL_CHARSET' => 'UTF-8',
1711     'LBL_CHECKALL' => 'Check All',
1712     'LBL_CITY' => 'City',
1713     'LBL_CLEAR_BUTTON_KEY' => 'C',
1714     'LBL_CLEAR_BUTTON_LABEL' => 'Clear',
1715     'LBL_CLEAR_BUTTON_TITLE' => 'Clear',
1716     'LBL_CLEARALL' => 'Clear All',
1717     'LBL_CLOSE_BUTTON_TITLE' =>'Close',
1718     'LBL_CLOSE_BUTTON_KEY'=>'Q',
1719     'LBL_CLOSE_WINDOW'=>'Close Window',
1720     'LBL_CLOSEALL_BUTTON_KEY' => 'Q',
1721     'LBL_CLOSEALL_BUTTON_LABEL' => 'Close All',
1722     'LBL_CLOSEALL_BUTTON_TITLE' => 'Close All',
1723     'LBL_CLOSE_AND_CREATE_BUTTON_LABEL' => 'Close and Create New',
1724     'LBL_CLOSE_AND_CREATE_BUTTON_TITLE' => 'Close and Create New',
1725     'LBL_CLOSE_AND_CREATE_BUTTON_KEY' => 'C',
1726     'LBL_OPEN_ITEMS' => 'Open Items:',
1727     'LBL_COMPOSE_EMAIL_BUTTON_KEY' => 'L',
1728     'LBL_COMPOSE_EMAIL_BUTTON_LABEL' => 'Compose Email',
1729     'LBL_COMPOSE_EMAIL_BUTTON_TITLE' => 'Compose Email',
1730     'LBL_SEARCH_DROPDOWN_YES'=>'Yes',
1731     'LBL_SEARCH_DROPDOWN_NO'=>'No',
1732     'LBL_CONTACT_LIST' => 'Contact List',
1733     'LBL_CONTACT'=>'Contact',
1734     'LBL_CONTACTS'=>'Contacts',
1735     'LBL_CONTRACTS'=>'Contracts',
1736     'LBL_COUNTRY' => 'Country:',
1737     'LBL_CREATE_BUTTON_LABEL' => 'Create',
1738     'LBL_CREATED_BY_USER'=>'Created by User',
1739     'LBL_CREATED_USER'=>'Created by User',
1740     'LBL_CREATED_ID' => 'Created By Id',
1741     'LBL_CREATED' => 'Created by',
1742     'LBL_CURRENT_USER_FILTER' => 'My Items:',
1743     'LBL_CURRENCY'=>'Currency:',
1744     'LBL_DOCUMENTS'=>'Documents',
1745     'LBL_DATE_ENTERED' => 'Date Created:',
1746     'LBL_DATE_MODIFIED' => 'Date Modified:',
1747     'LBL_EDIT_BUTTON' => 'Edit',
1748     'LBL_DUPLICATE_BUTTON' => 'Duplicate',
1749     'LBL_DELETE_BUTTON' => 'Delete',
1750     'LBL_DELETE' => 'Delete',
1751     'LBL_DELETED'=>'Deleted',
1752     'LBL_DIRECT_REPORTS'=>'Direct Reports',
1753     'LBL_DONE_BUTTON_KEY' => 'X',
1754     'LBL_DONE_BUTTON_LABEL' => 'Done',
1755     'LBL_DONE_BUTTON_TITLE' => 'Done',
1756     '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.',
1757     'LBL_EDIT_AS_NEW_BUTTON_LABEL' => 'Edit As New',
1758     'LBL_EDIT_AS_NEW_BUTTON_TITLE' => 'Edit As New',
1759     'LBL_FAVORITES' => 'Favorites',
1760     'LBL_FILTER_MENU_BY' => 'Filter Menu By',
1761     'LBL_VCARD' => 'vCard',
1762     'LBL_EMPTY_VCARD' => 'Please select a vCard file',
1763     'LBL_IMPORT_VCARD' => 'Import vCard:',
1764     'LBL_IMPORT_VCARD_BUTTON_KEY' => 'I',
1765     'LBL_IMPORT_VCARD_BUTTON_LABEL' => 'Import vCard',
1766     'LBL_IMPORT_VCARD_BUTTON_TITLE' => 'Import vCard',
1767     'LBL_VIEW_BUTTON_KEY' => 'V',
1768     'LBL_VIEW_BUTTON_LABEL' => 'View',
1769     'LBL_VIEW_BUTTON_TITLE' => 'View',
1770     'LBL_VIEW_BUTTON' => 'View',
1771     'LBL_EMAIL_PDF_BUTTON_KEY' => 'M',
1772     'LBL_EMAIL_PDF_BUTTON_LABEL' => 'Email as PDF',
1773     'LBL_EMAIL_PDF_BUTTON_TITLE' => 'Email as PDF',
1774     'LBL_EMAILS'=>'Emails',
1775     'LBL_EMPLOYEES' => 'Employees',
1776     'LBL_ENTER_DATE' => 'Enter Date',
1777     'LBL_EXPORT_ALL' => 'Export All',
1778     'LBL_EXPORT' => 'Export',
1779     'LBL_FAVORITES_FILTER' => 'My Favorites:',
1780     'LBL_GO_BUTTON_LABEL' => 'Go',
1781     'LBL_GS_HELP' => 'The fields in this module used in this search appear above.  The highlighted text matches your search criteria.',
1782     'LBL_HIDE'=>'Hide',
1783     'LBL_ID'=>'ID',
1784     'LBL_IMPORT' => 'Import',
1785     'LBL_IMPORT_STARTED' => 'Import Started: ',
1786     'LBL_MISSING_CUSTOM_DELIMITER' => 'Must specify a custom delimiter.',
1787     'LBL_LAST_VIEWED' => 'Recently Viewed',
1788     'LBL_SHOW_LESS' => 'Show Less',
1789     'LBL_SHOW_MORE' => 'Show More',
1790     'LBL_TODAYS_ACTIVITIES' => 'Today\'s Activities',
1791     'LBL_LEADS'=>'Leads',
1792     'LBL_LESS' => 'less',
1793     'LBL_CAMPAIGN' => 'Campaign:',
1794     'LBL_CAMPAIGNS' => 'Campaigns',
1795     'LBL_CAMPAIGNLOG' => 'CampaignLog',
1796     'LBL_CAMPAIGN_CONTACT'=>'Campaigns',
1797     'LBL_CAMPAIGN_ID'=>'campaign_id',
1798     'LBL_SITEMAP'=>'Sitemap',
1799     'LBL_THEME'=>'Theme:',
1800     'LBL_THEME_PICKER'=>'Page Style',
1801     '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.',
1802     'LBL_FOUND_IN_RELEASE'=>'Found In Release',
1803     'LBL_FIXED_IN_RELEASE'=>'Fixed In Release',
1804     'LBL_LIST_ACCOUNT_NAME' => 'Account Name',
1805     'LBL_LIST_ASSIGNED_USER' => 'User',
1806     'LBL_LIST_CONTACT_NAME' => 'Contact Name',
1807     'LBL_LIST_CONTACT_ROLE' => 'Contact Role',
1808     'LBL_LIST_DATE_ENTERED'=>'Date Created',
1809     'LBL_LIST_EMAIL' => 'Email',
1810     'LBL_LIST_NAME' => 'Name',
1811     'LBL_LIST_OF' => 'of',
1812     'LBL_LIST_PHONE' => 'Phone',
1813     'LBL_LIST_RELATED_TO' => 'Related to',
1814     'LBL_LIST_USER_NAME' => 'User Name',
1815     'LBL_LISTVIEW_MASS_UPDATE_CONFIRM' => 'Are you sure you want to update the entire list?',
1816     'LBL_LISTVIEW_NO_SELECTED' => 'Please select at least 1 record to proceed.',
1817     'LBL_LISTVIEW_TWO_REQUIRED' => 'Please select at least 2 records to proceed.',
1818     'LBL_LISTVIEW_LESS_THAN_TEN_SELECT' => 'Please select less than 10 records to proceed.',
1819     'LBL_LISTVIEW_ALL' => 'All',
1820     'LBL_LISTVIEW_NONE' => 'Deselect All',
1821     'LBL_LISTVIEW_OPTION_CURRENT' => 'Select This Page',
1822     'LBL_LISTVIEW_OPTION_ENTIRE' => 'Select All',
1823     'LBL_LISTVIEW_OPTION_SELECTED' => 'Selected Records',
1824     'LBL_LISTVIEW_SELECTED_OBJECTS' => 'Selected: ',
1825
1826     'LBL_LOCALE_NAME_EXAMPLE_FIRST' => 'David',
1827     'LBL_LOCALE_NAME_EXAMPLE_LAST' => 'Livingstone',
1828     'LBL_LOCALE_NAME_EXAMPLE_SALUTATION' => 'Dr.',
1829     'LBL_LOCALE_NAME_EXAMPLE_TITLE' => 'Code Monkey Extraordinaire',
1830     'LBL_LOGIN_TO_ACCESS' => 'Please sign in to access this area.',
1831     'LBL_LOGOUT' => 'Log Out',
1832     'LBL_PROFILE' => 'Profile',
1833     'LBL_MAILMERGE_KEY' => 'M',
1834     'LBL_MAILMERGE' => 'Mail Merge',
1835     'LBL_MASS_UPDATE' => 'Mass Update',
1836     'LBL_NO_MASS_UPDATE_FIELDS_AVAILABLE' => 'There are no fields available for the Mass Update operation',
1837     'LBL_OPT_OUT_FLAG_PRIMARY' => 'Opt out Primary Email',
1838     'LBL_MEETINGS'=>'Meetings',
1839     'LBL_MEETING'=>'Meeting',
1840     'LBL_MEETING_GO_BACK'=>'Go back to the meeting',
1841     'LBL_MEMBERS'=>'Members',
1842     'LBL_MEMBER_OF'=>'Member Of',
1843     'LBL_MODIFIED_BY_USER'=>'Modified by User',
1844     'LBL_MODIFIED_USER'=>'Modified by User',
1845     'LBL_MODIFIED' => 'Modified by',
1846     'LBL_MODIFIED_NAME'=>'Modified By Name',
1847     'LBL_MODIFIED_ID'=>'Modified By Id',
1848     'LBL_MORE' => 'More',
1849     'LBL_MY_ACCOUNT' => 'My Settings',
1850     'LBL_NAME' => 'Name',
1851     'LBL_NEW_BUTTON_KEY' => 'N',
1852     'LBL_NEW_BUTTON_LABEL' => 'Create',
1853     'LBL_NEW_BUTTON_TITLE' => 'Create',
1854     'LBL_NEXT_BUTTON_LABEL' => 'Next',
1855     'LBL_NONE' => '--None--',
1856     'LBL_NOTES'=>'Notes',
1857     'LBL_OPENALL_BUTTON_KEY' => 'O',
1858     'LBL_OPENALL_BUTTON_LABEL' => 'Open All',
1859     'LBL_OPENALL_BUTTON_TITLE' => 'Open All',
1860     'LBL_OPENTO_BUTTON_KEY' => 'T',
1861     'LBL_OPENTO_BUTTON_LABEL' => 'Open To: ',
1862     'LBL_OPENTO_BUTTON_TITLE' => 'Open To:',
1863     'LBL_OPPORTUNITIES'=>'Opportunities',
1864     'LBL_OPPORTUNITY_NAME' => 'Opportunity Name',
1865     'LBL_OPPORTUNITY'=>'Opportunity',
1866     'LBL_OR' => 'OR',
1867     'LBL_LOWER_OR' => 'or',
1868     'LBL_PANEL_ASSIGNMENT' => 'Other',
1869     'LBL_PANEL_ADVANCED' => 'More Information',
1870     'LBL_PARENT_TYPE' => 'Parent Type',
1871     'LBL_PERCENTAGE_SYMBOL' => '%',
1872     'LBL_PHASE' => 'Range',
1873     'LBL_POSTAL_CODE' => 'Postal Code:',
1874     'LBL_PRIMARY_ADDRESS_CITY' => 'Primary Address City:',
1875     'LBL_PRIMARY_ADDRESS_COUNTRY' => 'Primary Address Country:',
1876     'LBL_PRIMARY_ADDRESS_POSTALCODE' => 'Primary Address Postal Code:',
1877     'LBL_PRIMARY_ADDRESS_STATE' => 'Primary Address State:',
1878     'LBL_PRIMARY_ADDRESS_STREET_2' => 'Primary Address Street 2:',
1879     'LBL_PRIMARY_ADDRESS_STREET_3' => 'Primary Address Street 3:',
1880     'LBL_PRIMARY_ADDRESS_STREET' => 'Primary Address Street:',
1881     'LBL_PRIMARY_ADDRESS' => 'Primary Address:',
1882
1883         'LBL_BILLING_STREET'=> 'Street:',
1884         'LBL_SHIPPING_STREET'=> 'Street:',
1885
1886     'LBL_PRODUCT_BUNDLES'=>'Product Bundles',
1887     'LBL_PRODUCT_BUNDLES'=>'Product Bundles',
1888     'LBL_PRODUCTS'=>'Products',
1889     'LBL_PROJECT_TASKS'=>'Project Tasks',
1890     'LBL_PROJECTS'=>'Projects',
1891     'LBL_PROJECTS'=>'Projects',
1892     'LBL_QUOTE_TO_OPPORTUNITY_KEY' => 'O',
1893     'LBL_QUOTE_TO_OPPORTUNITY_LABEL' => 'Create Opportunity from Quote',
1894     'LBL_QUOTE_TO_OPPORTUNITY_TITLE' => 'Create Opportunity from Quote',
1895     'LBL_QUOTES_SHIP_TO'=>'Quotes Ship to',
1896     'LBL_QUOTES'=>'Quotes',
1897
1898     'LBL_RELATED' => 'Related',
1899     'LBL_RELATED_INFORMATION' => 'Related Information',
1900     'LBL_RELATED_RECORDS' => 'Related Records',
1901     'LBL_REMOVE' => 'Remove',
1902     'LBL_REPORTS_TO' => 'Reports To',
1903     'LBL_REQUIRED_SYMBOL' => '*',
1904     'LBL_REQUIRED_TITLE' => 'Indicates required field',
1905     'LBL_EMAIL_DONE_BUTTON_LABEL' => 'Done',
1906     'LBL_SAVE_AS_BUTTON_KEY' => 'A',
1907     'LBL_SAVE_AS_BUTTON_LABEL' => 'Save As',
1908     'LBL_SAVE_AS_BUTTON_TITLE' => 'Save As',
1909     'LBL_FULL_FORM_BUTTON_KEY' => 'L',
1910     'LBL_FULL_FORM_BUTTON_LABEL' => 'Full Form',
1911     'LBL_FULL_FORM_BUTTON_TITLE' => 'Full Form',
1912     'LBL_SAVE_NEW_BUTTON_KEY' => 'V',
1913     'LBL_SAVE_NEW_BUTTON_LABEL' => 'Save & Create New',
1914     'LBL_SAVE_NEW_BUTTON_TITLE' => 'Save & Create New',
1915     'LBL_SAVE_OBJECT' => 'Save {0}',
1916     'LBL_SEARCH_BUTTON_KEY' => 'Q',
1917     'LBL_SEARCH_BUTTON_LABEL' => 'Search',
1918     'LBL_SEARCH_BUTTON_TITLE' => 'Search',
1919     'LBL_SEARCH' => 'Search',
1920     'LBL_SEARCH_TIPS' => "Press the search button or click enter to get an exact match for them.",
1921     'LBL_SEARCH_TIPS_2' => "Press the search button or click enter to get an exact match for",
1922     'LBL_SEARCH_MORE' => 'more',
1923     'LBL_SEE_ALL' => 'See All',
1924     'LBL_UPLOAD_IMAGE_FILE_INVALID' => 'Invalid file format, only image file can be uploaded.',
1925     'LBL_SELECT_BUTTON_KEY' => 'T',
1926     'LBL_SELECT_BUTTON_LABEL' => 'Select',
1927     'LBL_SELECT_BUTTON_TITLE' => 'Select',
1928     'LBL_SELECT_TEAMS_KEY' => 'Z',
1929     'LBL_SELECT_TEAMS_LABEL' => 'Add Team(s)',
1930     'LBL_SELECT_TEAMS_TITLE' => 'Add Teams(s)',
1931     'LBL_BROWSE_DOCUMENTS_BUTTON_KEY' => 'B',
1932     'LBL_BROWSE_DOCUMENTS_BUTTON_LABEL' => 'Browse Documents',
1933     'LBL_BROWSE_DOCUMENTS_BUTTON_TITLE' => 'Browse Documents',
1934     'LBL_SELECT_CONTACT_BUTTON_KEY' => 'T',
1935     'LBL_SELECT_CONTACT_BUTTON_LABEL' => 'Select Contact',
1936     'LBL_SELECT_CONTACT_BUTTON_TITLE' => 'Select Contact',
1937     'LBL_GRID_SELECTED_FILE' => 'selected file',
1938     'LBL_GRID_SELECTED_FILES' => 'selected files',
1939     'LBL_SELECT_REPORTS_BUTTON_LABEL' => 'Select from Reports',
1940     'LBL_SELECT_REPORTS_BUTTON_TITLE' => 'Select Reports',
1941     'LBL_SELECT_USER_BUTTON_KEY' => 'U',
1942     'LBL_SELECT_USER_BUTTON_LABEL' => 'Select User',
1943     'LBL_SELECT_USER_BUTTON_TITLE' => 'Select User',
1944     // Clear buttons take up too many keys, lets default the relate and collection ones to be empty
1945     'LBL_ACCESSKEY_CLEAR_RELATE_KEY' => ' ',
1946     'LBL_ACCESSKEY_CLEAR_RELATE_TITLE' => 'Clear Selection',
1947     'LBL_ACCESSKEY_CLEAR_RELATE_LABEL' => 'Clear Selection',
1948     'LBL_ACCESSKEY_CLEAR_COLLECTION_KEY' => ' ',
1949     'LBL_ACCESSKEY_CLEAR_COLLECTION_TITLE' => 'Clear Selection',
1950     'LBL_ACCESSKEY_CLEAR_COLLECTION_LABEL' => 'Clear Selection',
1951     'LBL_ACCESSKEY_SELECT_FILE_KEY' => 'F',
1952     'LBL_ACCESSKEY_SELECT_FILE_TITLE' => 'Select File',
1953     'LBL_ACCESSKEY_SELECT_FILE_LABEL' => 'Select File',
1954     'LBL_ACCESSKEY_CLEAR_FILE_KEY' => ' ',
1955     'LBL_ACCESSKEY_CLEAR_FILE_TITLE' => 'Clear File',
1956     'LBL_ACCESSKEY_CLEAR_FILE_LABEL' => 'Clear File',
1957
1958
1959     'LBL_ACCESSKEY_SELECT_USERS_KEY' => 'U',
1960     'LBL_ACCESSKEY_SELECT_USERS_TITLE' => 'Select User',
1961     'LBL_ACCESSKEY_SELECT_USERS_LABEL' => 'Select User',
1962     'LBL_ACCESSKEY_CLEAR_USERS_KEY' => ' ',
1963     'LBL_ACCESSKEY_CLEAR_USERS_TITLE' => 'Clear User',
1964     'LBL_ACCESSKEY_CLEAR_USERS_LABEL' => 'Clear User',
1965     'LBL_ACCESSKEY_SELECT_ACCOUNTS_KEY' => 'A',
1966     'LBL_ACCESSKEY_SELECT_ACCOUNTS_TITLE' => 'Select Account',
1967     'LBL_ACCESSKEY_SELECT_ACCOUNTS_LABEL' => 'Select Account',
1968     'LBL_ACCESSKEY_CLEAR_ACCOUNTS_KEY' => ' ',
1969     'LBL_ACCESSKEY_CLEAR_ACCOUNTS_TITLE' => 'Clear Account',
1970     'LBL_ACCESSKEY_CLEAR_ACCOUNTS_LABEL' => 'Clear Account',
1971     'LBL_ACCESSKEY_SELECT_CAMPAIGNS_KEY' => 'M',
1972     'LBL_ACCESSKEY_SELECT_CAMPAIGNS_TITLE' => 'Select Campaign',
1973     'LBL_ACCESSKEY_SELECT_CAMPAIGNS_LABEL' => 'Select Campaign',
1974     'LBL_ACCESSKEY_CLEAR_CAMPAIGNS_KEY' => ' ',
1975     'LBL_ACCESSKEY_CLEAR_CAMPAIGNS_TITLE' => 'Clear Campaign',
1976     'LBL_ACCESSKEY_CLEAR_CAMPAIGNS_LABEL' => 'Clear Campaign',
1977     'LBL_ACCESSKEY_SELECT_CONTACTS_KEY' => 'C',
1978     'LBL_ACCESSKEY_SELECT_CONTACTS_TITLE' => 'Select Contact',
1979     'LBL_ACCESSKEY_SELECT_CONTACTS_LABEL' => 'Select Contact',
1980     'LBL_ACCESSKEY_CLEAR_CONTACTS_KEY' => ' ',
1981     'LBL_ACCESSKEY_CLEAR_CONTACTS_TITLE' => 'Clear Contact',
1982     'LBL_ACCESSKEY_CLEAR_CONTACTS_LABEL' => 'Clear Contact',
1983     'LBL_ACCESSKEY_SELECT_TEAMSET_KEY' => 'Z',
1984     'LBL_ACCESSKEY_SELECT_TEAMSET_TITLE' => 'Select Team',
1985     'LBL_ACCESSKEY_SELECT_TEAMSET_LABEL' => 'Select Team',
1986     'LBL_ACCESSKEY_CLEAR_TEAMS_KEY' => ' ',
1987     'LBL_ACCESSKEY_CLEAR_TEAMS_TITLE' => 'Clear Team',
1988     'LBL_ACCESSKEY_CLEAR_TEAMS_LABEL' => 'Clear Team',
1989     'LBL_SERVER_RESPONSE_RESOURCES' => 'Resources used to construct this page (queries, files)',
1990     'LBL_SERVER_RESPONSE_TIME_SECONDS' => 'seconds.',
1991     'LBL_SERVER_RESPONSE_TIME' => 'Server response time:',
1992     'LBL_SERVER_MEMORY_BYTES' => 'bytes',
1993     'LBL_SERVER_MEMORY_USAGE' => 'Server Memory Usage: {0} ({1})',
1994     'LBL_SERVER_MEMORY_LOG_MESSAGE' => 'Usage: - module: {0} - action: {1}',
1995     'LBL_SERVER_PEAK_MEMORY_USAGE' => 'Server Peak Memory Usage: {0} ({1})',
1996     'LBL_SHIP_TO_ACCOUNT'=>'Ship to Account',
1997     'LBL_SHIP_TO_CONTACT'=>'Ship to Contact',
1998     'LBL_SHIPPING_ADDRESS'=>'Shipping Address',
1999     'LBL_SHORTCUTS' => 'Shortcuts',
2000     'LBL_SHOW'=>'Show',
2001     'LBL_SQS_INDICATOR' => '',
2002     'LBL_STATE' => 'State:',
2003     'LBL_STATUS_UPDATED'=>'Your Status for this event has been updated!',
2004     'LBL_STATUS'=>'Status:',
2005     'LBL_STREET'=>'Street',
2006     'LBL_SUBJECT' => 'Subject',
2007
2008     'LBL_INBOUNDEMAIL_ID' => 'Inbound Email ID',
2009
2010     /* The following version of LBL_SUGAR_COPYRIGHT is intended for Sugar Open Source only. */
2011
2012     '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.',
2013
2014
2015
2016     // The following version of LBL_SUGAR_COPYRIGHT is for Professional and Enterprise editions.
2017
2018     '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.',
2019
2020
2021     'LBL_SYNC' => 'Sync',
2022     'LBL_SYNC' => 'Sync',
2023     'LBL_TABGROUP_ALL' => 'All',
2024     'LBL_TABGROUP_ACTIVITIES' => 'Activities',
2025     'LBL_TABGROUP_COLLABORATION' => 'Collaboration',
2026     'LBL_TABGROUP_HOME' => 'Dashboard',
2027     'LBL_TABGROUP_MARKETING' => 'Marketing',
2028     'LBL_TABGROUP_MY_PORTALS' => 'My Sites',
2029     'LBL_TABGROUP_OTHER' => 'Other',
2030     'LBL_TABGROUP_REPORTS' => 'Reports',
2031     'LBL_TABGROUP_SALES' => 'Sales',
2032     'LBL_TABGROUP_SUPPORT' => 'Support',
2033     'LBL_TABGROUP_TOOLS' => 'Tools',
2034     'LBL_TASKS'=>'Tasks',
2035     'LBL_TEAMS_LINK'=>'Teams',
2036     'LBL_THEME_COLOR'=>'Color',
2037     'LBL_THEME_FONT'=>'Font',
2038     'LBL_THOUSANDS_SYMBOL' => 'K',
2039     'LBL_TRACK_EMAIL_BUTTON_KEY' => 'K',
2040     'LBL_TRACK_EMAIL_BUTTON_LABEL' => 'Archive Email',
2041     'LBL_TRACK_EMAIL_BUTTON_TITLE' => 'Archive Email',
2042     'LBL_UNAUTH_ADMIN' => 'Unauthorized access to administration',
2043     'LBL_UNDELETE_BUTTON_LABEL' => 'Undelete',
2044     'LBL_UNDELETE_BUTTON_TITLE' => 'Undelete',
2045     'LBL_UNDELETE_BUTTON' => 'Undelete',
2046     'LBL_UNDELETE' => 'Undelete',
2047     'LBL_UNSYNC' => 'Unsync',
2048     'LBL_UPDATE' => 'Update',
2049     'LBL_USER_LIST' => 'User List',
2050     'LBL_USERS_SYNC'=>'Users Sync',
2051     'LBL_USERS'=>'Users',
2052     'LBL_VERIFY_EMAIL_ADDRESS'=>'Checking for existing email entry...',
2053     'LBL_VERIFY_PORTAL_NAME'=>'Checking for existing portal name...',
2054     'LBL_VIEW_IMAGE' => 'view',
2055     'LBL_VIEW_PDF_BUTTON_KEY' => 'P',
2056     'LBL_VIEW_PDF_BUTTON_LABEL' => 'Print as PDF',
2057     'LBL_VIEW_PDF_BUTTON_TITLE' => 'Print as PDF',
2058
2059
2060     'LNK_ABOUT' => 'About',
2061     'LNK_ADVANCED_SEARCH' => 'Advanced Search',
2062     'LNK_BASIC_SEARCH' => 'Basic Search',
2063     'LNK_SEARCH_FTS_VIEW_ALL' => 'View all results',
2064     'LNK_SEARCH_NONFTS_VIEW_ALL' => 'Show All',
2065     'LNK_CLOSE' => 'close',
2066     'LBL_MODIFY_CURRENT_SEARCH'=> 'Modify current search',
2067     'LNK_SAVED_VIEWS' => 'Layout Options',
2068     'LNK_DELETE_ALL' => 'del all',
2069     'LNK_DELETE' => 'delete',
2070     'LNK_EDIT' => 'edit',
2071     'LNK_GET_LATEST'=>'Get latest',
2072     'LNK_GET_LATEST_TOOLTIP'=>'Replace with latest version',
2073     'LNK_HELP' => 'Help',
2074     'LNK_CREATE' => 'Create',
2075     'LNK_LIST_END' => 'End',
2076     'LNK_LIST_NEXT' => 'Next',
2077     'LNK_LIST_PREVIOUS' => 'Previous',
2078     'LNK_LIST_RETURN' => 'Return to List',
2079     'LNK_LIST_START' => 'Start',
2080     'LNK_LOAD_SIGNED'=>'Sign',
2081     'LNK_LOAD_SIGNED_TOOLTIP'=>'Replace with signed document',
2082     'LNK_PRINT' => 'Print',
2083     'LNK_BACKTOTOP' => 'Back to top',
2084     'LNK_REMOVE' => 'remove',
2085     'LNK_RESUME' => 'Resume',
2086     'LNK_VIEW_CHANGE_LOG' => 'View Change Log',
2087
2088
2089     'NTC_CLICK_BACK' => 'Please click the browser back button and fix the error.',
2090     'NTC_DATE_FORMAT' => '(yyyy-mm-dd)',
2091     'NTC_DATE_TIME_FORMAT' => '(yyyy-mm-dd 24:00)',
2092     'NTC_DELETE_CONFIRMATION_MULTIPLE' => 'Are you sure you want to delete selected record(s)?',
2093     'NTC_TEMPLATE_IS_USED' => 'The template is used in at least one email marketing record. Are you sure you want to delete it?',
2094     'NTC_TEMPLATES_IS_USED' => "The following templates are used in email marketing records. Are you sure you want to delete them?\n",
2095     'NTC_DELETE_CONFIRMATION' => 'Are you sure you want to delete this record?',
2096     'NTC_DELETE_CONFIRMATION_NUM' => 'Are you sure you want to delete the ',
2097     'NTC_UPDATE_CONFIRMATION_NUM' => 'Are you sure you want to update the ',
2098     'NTC_DELETE_SELECTED_RECORDS' =>' selected record(s)?',
2099     'NTC_LOGIN_MESSAGE' => 'Please enter your user name and password.',
2100     'NTC_NO_ITEMS_DISPLAY' => 'none',
2101     'NTC_REMOVE_CONFIRMATION' => 'Are you sure you want to remove this relationship? Only the relationship will be removed. The record will not be deleted.',
2102     'NTC_REQUIRED' => 'Indicates required field',
2103     'NTC_SUPPORT_SUGARCRM' => 'Support the SugarCRM open source project with a donation through PayPal - it\'s fast, free and secure!',
2104     'NTC_TIME_FORMAT' => '(24:00)',
2105     'NTC_WELCOME' => 'Welcome',
2106     'NTC_YEAR_FORMAT' => '(yyyy)',
2107     'LOGIN_LOGO_ERROR'=> 'Please replace the SugarCRM logos.',
2108     '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.",
2109     'ERROR_LICENSE_EXPIRED'=> "Your company's license for SugarCRM needs to be updated. Only admins may login",
2110     'ERROR_LICENSE_VALIDATION'=> "Your company's license for SugarCRM needs to be validated. Only admins may login",
2111   'WARN_LICENSE_SEATS'=>  "Warning: The number of active users is already the maximum number of licenses allowed.",
2112   'WARN_LICENSE_SEATS_MAXED'=>  "Warning: The number of active users exceeds the maximum number of licenses allowed.",
2113     'WARN_ONLY_ADMINS'=> "Only admins may log in.",
2114     '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?",
2115     'ERROR_NO_RECORD' => 'Error retrieving record.  This record may be deleted or you may not be authorized to view it.',
2116     'ERROR_TYPE_NOT_VALID' => 'Error. This type is not valid.',
2117     'ERROR_NO_BEAN' => 'Failed to get bean.', 
2118     'LBL_DUP_MERGE'=>'Find Duplicates',
2119     'LBL_MANAGE_SUBSCRIPTIONS'=>'Manage Subscriptions',
2120     'LBL_MANAGE_SUBSCRIPTIONS_FOR'=>'Manage Subscriptions for ',
2121     'LBL_SUBSCRIBE'=>'Subscribe',
2122     'LBL_UNSUBSCRIBE'=>'Unsubscribe',
2123     // Ajax status strings
2124     'LBL_LOADING' => 'Loading ...',
2125     'LBL_SEARCHING' => 'Searching...',
2126     'LBL_SAVING_LAYOUT' => 'Saving Layout ...',
2127     'LBL_SAVED_LAYOUT' => 'Layout has been saved.',
2128     'LBL_SAVED' => 'Saved',
2129     'LBL_SAVING' => 'Saving',
2130     'LBL_FAILED' => 'Failed!',
2131     'LBL_DISPLAY_COLUMNS' => 'Display Columns',
2132     'LBL_HIDE_COLUMNS' => 'Hide Columns',
2133     'LBL_SEARCH_CRITERIA' => 'Search Criteria',
2134     'LBL_SAVED_VIEWS' => 'Saved Views',
2135     'LBL_PROCESSING_REQUEST'=>'Processing..',
2136     'LBL_REQUEST_PROCESSED'=>'Done',
2137     'LBL_AJAX_FAILURE' => 'Ajax failure',
2138     'LBL_MERGE_DUPLICATES'  => 'Merge',
2139     'LBL_SAVED_SEARCH_SHORTCUT' => 'Saved Searches',
2140     'LBL_SEARCH_POPULATE_ONLY'=> 'Perform a search using the search form above',
2141     'LBL_DETAILVIEW'=>'Detail View',
2142     'LBL_LISTVIEW'=>'List View',
2143     'LBL_EDITVIEW'=>'Edit View',
2144     'LBL_SEARCHFORM'=>'Search Form',
2145     'LBL_SAVED_SEARCH_ERROR' => 'Please provide a name for this view.',
2146     'LBL_DISPLAY_LOG' => 'Display Log',
2147     'ERROR_JS_ALERT_SYSTEM_CLASS' => 'System',
2148     'ERROR_JS_ALERT_TIMEOUT_TITLE' => 'Session Timeout',
2149     'ERROR_JS_ALERT_TIMEOUT_MSG_1' => 'Your session is about to timeout in 2 minutes. Please save your work.',
2150     'ERROR_JS_ALERT_TIMEOUT_MSG_2' =>'Your session has timed out.',
2151     'MSG_JS_ALERT_MTG_REMINDER_AGENDA' => "\nAgenda: ",
2152     'MSG_JS_ALERT_MTG_REMINDER_MEETING' => 'Meeting',
2153     'MSG_JS_ALERT_MTG_REMINDER_CALL' => 'Call',
2154     'MSG_JS_ALERT_MTG_REMINDER_TIME' => 'Time: ',
2155     'MSG_JS_ALERT_MTG_REMINDER_LOC' => 'Location: ',
2156     'MSG_JS_ALERT_MTG_REMINDER_DESC' => 'Description: ',
2157     'MSG_JS_ALERT_MTG_REMINDER_CALL_MSG' => "\nClick OK to view this call or click Cancel to dismiss this message.",
2158         'MSG_JS_ALERT_MTG_REMINDER_MEETING_MSG' => "\nClick OK to view this meeting or click Cancel to dismiss this message.",
2159         'MSG_LIST_VIEW_NO_RESULTS_BASIC' => "No results found.",
2160         'MSG_LIST_VIEW_NO_RESULTS' => "No results found for <item1>",
2161         'MSG_LIST_VIEW_NO_RESULTS_SUBMSG' => "Create <item1> as a new <item2>",
2162         'MSG_EMPTY_LIST_VIEW_NO_RESULTS' => "You currently have no records saved. <item2> or <item3> one now.",
2163         '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.",
2164
2165     'LBL_CLICK_HERE' => "Click here",
2166     // contextMenu strings
2167     'LBL_ADD_TO_FAVORITES' => 'Add to My Favorites',
2168     'LBL_MARK_AS_FAVORITES' => 'Mark as Favorite',
2169     'LBL_CREATE_CONTACT' => 'Create Contact',
2170     'LBL_CREATE_CASE' => 'Create Case',
2171     'LBL_CREATE_NOTE' => 'Create Note',
2172     'LBL_CREATE_OPPORTUNITY' => 'Create Opportunity',
2173     'LBL_SCHEDULE_CALL' => 'Log Call',
2174     'LBL_SCHEDULE_MEETING' => 'Schedule Meeting',
2175     'LBL_CREATE_TASK' => 'Create Task',
2176     'LBL_REMOVE_FROM_FAVORITES' => 'Remove From My Favorites',
2177     //web to lead
2178     'LBL_GENERATE_WEB_TO_LEAD_FORM' => 'Generate Form',
2179     'LBL_SAVE_WEB_TO_LEAD_FORM' =>'Save Web To Lead Form',
2180
2181     'LBL_PLEASE_SELECT' => 'Please Select',
2182     'LBL_REDIRECT_URL'=>'Redirect URL',
2183     'LBL_RELATED_CAMPAIGN' =>'Related campaign',
2184     'LBL_ADD_ALL_LEAD_FIELDS' => 'Add All Fields',
2185     'LBL_REMOVE_ALL_LEAD_FIELDS' => 'Remove All Fields',
2186     'LBL_ONLY_IMAGE_ATTACHMENT' => 'Only image type attachment can be embedded',
2187     'LBL_REMOVE' => 'Remove',
2188     'LBL_TRAINING' => 'Support',
2189     '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.',
2190     'ERR_MSSQL_DB_CONTEXT' =>'Changed database context to',
2191   'ERR_MSSQL_WARNING' =>'Warning:',
2192
2193     //Meta-Data framework
2194     'ERR_MISSING_VARDEF_NAME' => 'Warning: field [[field]] does not have a mapped entry in [moduleDir] vardefs.php file',
2195     'ERR_CANNOT_CREATE_METADATA_FILE' => 'Error: File [[file]] is missing.  Unable to create because no corresponding HTML file was found.',
2196   'ERR_CANNOT_FIND_MODULE' => 'Error: Module [module] does not exist.',
2197   'LBL_ALT_ADDRESS' => 'Other Address:',
2198     'ERR_SMARTY_UNEQUAL_RELATED_FIELD_PARAMETERS' => 'Error: There are an unequal number of arguments for the \'key\' and \'copy\' elements in the displayParams array.',
2199     'ERR_SMARTY_MISSING_DISPLAY_PARAMS' => 'Missing index in displayParams Array for: ',
2200
2201     /* MySugar Framework (for Home and Dashboard) */
2202     'LBL_DASHLET_CONFIGURE_GENERAL' => 'General',
2203     'LBL_DASHLET_CONFIGURE_FILTERS' => 'Filters',
2204     'LBL_DASHLET_CONFIGURE_MY_ITEMS_ONLY' => 'Only My Items',
2205     'LBL_DASHLET_CONFIGURE_TITLE' => 'Title',
2206     'LBL_DASHLET_CONFIGURE_DISPLAY_ROWS' => 'Display Rows',
2207
2208     // MySugar status strings
2209     'LBL_CREATING_NEW_PAGE' => 'Creating New Page ...',
2210     'LBL_NEW_PAGE_FEEDBACK' => 'You have created a new page. You may add new content with the Add Sugar Dashlets menu option.',
2211     'LBL_DELETE_PAGE_CONFIRM' => 'Are you sure you want to delete this page?',
2212     'LBL_SAVING_PAGE_TITLE' => 'Saving Page Title ...',
2213     'LBL_RETRIEVING_PAGE' => 'Retrieving Page ...',
2214     '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.',
2215     'LBL_ADDING_DASHLET' => 'Adding Sugar Dashlet ...',
2216     'LBL_ADDED_DASHLET' => 'Sugar Dashlet Added',
2217     'LBL_REMOVE_DASHLET_CONFIRM' => 'Are you sure you want to remove the Sugar Dashlet?',
2218     'LBL_REMOVING_DASHLET' => 'Removing Sugar Dashlet ...',
2219     'LBL_REMOVED_DASHLET' => 'Sugar Dashlet Removed',
2220
2221     // MySugar Menu Options
2222     'LBL_ADD_PAGE' => 'Add Page',
2223     'LBL_DELETE_PAGE' => 'Delete Page',
2224     'LBL_CHANGE_LAYOUT' => 'Change Layout',
2225     'LBL_RENAME_PAGE' => 'Rename Page',
2226
2227     'LBL_LOADING_PAGE' => 'Loading page, please wait...',
2228
2229     'LBL_RELOAD_PAGE' => 'Please <a href="javascript: window.location.reload()">reload the window</a> to use this Sugar Dashlet.',
2230     'LBL_ADD_DASHLETS' => 'Add Dashlets',
2231     'LBL_CLOSE_DASHLETS' => 'Close',
2232     'LBL_OPTIONS' => 'Options',
2233     'LBL_NUMBER_OF_COLUMNS' => 'Select the number of columns',
2234     'LBL_1_COLUMN' => '1 Column',
2235     'LBL_2_COLUMN' => '2 Column',
2236     'LBL_3_COLUMN' => '3 Column',
2237     'LBL_PAGE_NAME' => 'Page Name',
2238
2239     'LBL_SEARCH_RESULTS' => 'Search Results',
2240     'LBL_SEARCH_MODULES' => 'Modules',
2241     'LBL_SEARCH_CHARTS' => 'Charts',
2242     'LBL_SEARCH_REPORT_CHARTS' => 'Report Charts',
2243     'LBL_SEARCH_TOOLS' => 'Tools',
2244     'LBL_SEARCH_HELP_TITLE' => 'Search Tips',
2245     'LBL_SEARCH_HELP_CLOSE_TOOLTIP' => 'Close',
2246     'LBL_SEARCH_RESULTS_FOUND' => 'Search Results Found',
2247     'LBL_SEARCH_RESULTS_TIME' => 'ms.',
2248     'ERR_BLANK_PAGE_NAME' => 'Please enter a page name.',
2249     /* End MySugar Framework strings */
2250
2251     'LBL_NO_IMAGE' => 'No Image',
2252
2253     'LBL_MODULE' => 'Module',
2254
2255     //adding a label for address copy from left
2256     'LBL_COPY_ADDRESS_FROM_LEFT' => 'Copy address from left:',
2257     'LBL_SAVE_AND_CONTINUE' => 'Save and Continue',
2258
2259     '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>' ,
2260
2261     //resource management
2262     'ERR_QUERY_LIMIT' => 'Error: Query limit of $limit reached for $module module.',
2263     'ERROR_NOTIFY_OVERRIDE' => 'Error: ResourceObserver->notify() needs to be overridden.',
2264
2265     //tracker labels
2266     'ERR_MONITOR_FILE_MISSING' => 'Error: Unable to create monitor because metadata file is empty or file does not exist.',
2267     'ERR_MONITOR_NOT_CONFIGURED' => 'Error: There is no monitor configured for requested name',
2268     'ERR_UNDEFINED_METRIC' => 'Error: Unable to set value for undefined metric',
2269     'ERR_STORE_FILE_MISSING' => 'Error: Unable to find Store implementation file',
2270
2271     'LBL_MONITOR_ID' => 'Monitor Id',
2272     'LBL_USER_ID' => 'User Id',
2273     'LBL_MODULE_NAME' => 'Module Name',
2274     'LBL_ITEM_ID' => 'Item Id',
2275     'LBL_ITEM_SUMMARY' => 'Item Summary',
2276     'LBL_ACTION' => 'Action',
2277     'LBL_SESSION_ID' => 'Session Id',
2278     'LBL_BREADCRUMBSTACK_CREATED' => 'BreadCrumbStack created for user id {0}',
2279     'LBL_VISIBLE' => 'Record Visible',
2280     'LBL_DATE_LAST_ACTION' => 'Date of Last Action',
2281
2282
2283
2284
2285
2286     //jc:#12287 - For javascript validation messages
2287     'MSG_IS_NOT_BEFORE' => 'is not before',
2288   'MSG_IS_MORE_THAN' => 'is more than',
2289   'MSG_IS_LESS_THAN' => 'is less than',
2290   'MSG_SHOULD_BE' => 'should be',
2291   'MSG_OR_GREATER' => 'or greater',
2292
2293     'LBL_PORTAL_WELCOME_TITLE' => 'Welcome to Sugar Portal 5.1.0',
2294     '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.',
2295     'LBL_LIST' => 'List',
2296     'LBL_CREATE_CASE' => 'Create Case',
2297     'LBL_CREATE_BUG' => 'Create Bug',
2298     'LBL_NO_RECORDS_FOUND' => '- 0 Records Found -',
2299
2300     'DATA_TYPE_DUE' => 'Due:',
2301     'DATA_TYPE_START' => 'Start:',
2302     'DATA_TYPE_SENT' => 'Sent:',
2303     'DATA_TYPE_MODIFIED' => 'Modified:',
2304
2305
2306     //jchi at 608/06/2008 10913am china time for the bug 12253.
2307     'LBL_REPORT_NEWREPORT_COLUMNS_TAB_COUNT' => 'Count',
2308     //jchi #19433
2309     'LBL_OBJECT_IMAGE' => 'object image',
2310     //jchi #12300
2311     'LBL_MASSUPDATE_DATE' => 'Select Date',
2312
2313     'LBL_VALIDATE_RANGE' => 'is not within the valid range',
2314
2315     //jchi #  20776
2316     'LBL_DROPDOWN_LIST_ALL' => 'All',
2317
2318     'LBL_OPERATOR_IN_TEXT' => 'is one of the following:',
2319     'LBL_OPERATOR_NOT_IN_TEXT' => 'is not one of the following:',
2320
2321
2322   //Connector
2323     'ERR_CONNECTOR_FILL_BEANS_SIZE_MISMATCH' => 'Error: The Array count of the bean parameter does not match the Array count of the results.',
2324   'ERR_MISSING_MAPPING_ENTRY_FORM_MODULE' => 'Error: Missing mapping entry for module.',
2325   '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}).',
2326   'LBL_MERGE_CONNECTORS' => 'Get Data',
2327   'LBL_MERGE_CONNECTORS_BUTTON_KEY' => '[D]',
2328   'LBL_REMOVE_MODULE_ENTRY' => 'Are you sure you want to disable connector integration for this module?',
2329
2330     // fastcgi checks
2331     'LBL_FASTCGI_LOGGING'      => 'For optimal experience using IIS/FastCGI sapi, set fastcgi.logging to 0 in your php.ini file.',
2332
2333     //cma
2334     'LBL_MASSUPDATE_DELETE_GLOBAL_TEAM'=> 'The Global team cannot be deleted.',
2335     'LBL_MASSUPDATE_DELETE_USER_EXISTS'=>'This private team [{0}] cannot be deleted until the user [{1}] is deleted.',
2336
2337     //martin #25548
2338     '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>.',
2339   //Collection Field
2340   'LBL_COLLECTION_NAME' => 'Name',
2341   'LBL_COLLECTION_PRIMARY' => 'Primary',
2342   'ERROR_MISSING_COLLECTION_SELECTION' => 'Empty required field',
2343     'LBL_COLLECTION_EXACT' => 'Exact',
2344
2345     // fastcgi checks
2346     'LBL_FASTCGI_LOGGING'      => 'For optimal experience using IIS/FastCGI sapi, set fastcgi.logging to 0 in your php.ini file.',
2347     //MB -Fixed Bug #32812 -Max
2348     'LBL_ASSIGNED_TO_NAME' => 'Assigned to',
2349     'LBL_DESCRIPTION' => 'Description',
2350
2351   'LBL_NONE' => '-none-',
2352   'LBL_YESTERDAY'=> 'yesterday',
2353   'LBL_TODAY'=>'today',
2354   'LBL_TOMORROW'=>'tomorrow',
2355   'LBL_NEXT_WEEK'=> 'next week',
2356   'LBL_NEXT_MONDAY'=>'next monday',
2357   'LBL_NEXT_FRIDAY'=>'next friday',
2358   'LBL_TWO_WEEKS'=> 'two weeks',
2359   'LBL_NEXT_MONTH'=> 'next month',
2360   'LBL_FIRST_DAY_OF_NEXT_MONTH'=> 'first day of next month',
2361   'LBL_THREE_MONTHS'=> 'three months',
2362   'LBL_SIXMONTHS'=> 'six months',
2363   'LBL_NEXT_YEAR'=> 'next year',
2364     'LBL_FILTERED' => 'Filtered',
2365
2366     //Datetimecombo fields
2367     'LBL_HOURS' => 'Hours',
2368     'LBL_MINUTES' => 'Minutes',
2369     'LBL_MERIDIEM' => 'Meridiem',
2370     'LBL_DATE' => 'Date',
2371     'LBL_DASHLET_CONFIGURE_AUTOREFRESH' => 'Auto-Refresh',
2372
2373     'LBL_DURATION_DAY' => 'day',
2374     'LBL_DURATION_HOUR' => 'hour',
2375     'LBL_DURATION_MINUTE' => 'minute',
2376     'LBL_DURATION_DAYS' => 'days',
2377     'LBL_DURATION_HOURS' => 'hours',
2378     'LBL_DURATION_MINUTES' => 'minutes',
2379
2380     //Calendar widget labels
2381     'LBL_CHOOSE_MONTH' => 'Choose Month',
2382     'LBL_ENTER_YEAR' => 'Enter Year',
2383     'LBL_ENTER_VALID_YEAR' => 'Please enter a valid year',
2384
2385     //SugarFieldPhone labels
2386     'LBL_INVALID_USA_PHONE_FORMAT' => 'Please enter a numeric U.S. phone number, including area code.',
2387
2388     //File write error label
2389     'ERR_FILE_WRITE' => 'Error: Could not write file {0}.  Please check system and web server permissions.',
2390   'ERR_FILE_NOT_FOUND' => 'Error: Could not load file {0}.  Please check system and web server permissions.',
2391
2392     'LBL_AND' => 'And',
2393     'LBL_BEFORE' => 'Before',
2394
2395     // File fields
2396     'LBL_UPLOAD_FROM_COMPUTER' => 'Upload From Your Computer',
2397     'LBL_SEARCH_EXTERNAL_API' => 'File on External Source',
2398     'LBL_EXTERNAL_SECURITY_LEVEL' => 'Security',
2399     'LBL_SHARE_PRIVATE' => 'Private',
2400     'LBL_SHARE_COMPANY' => 'Company',
2401     'LBL_SHARE_LINKABLE' => 'Linkable',
2402     'LBL_SHARE_PUBLIC' => 'Public',
2403
2404
2405     // Web Services REST RSS
2406     'LBL_RSS_FEED' => 'RSS Feed',
2407     'LBL_RSS_RECORDS_FOUND' => 'record(s) found',
2408     'ERR_RSS_INVALID_INPUT' => 'RSS is not a valid input_type',
2409     'ERR_RSS_INVALID_RESPONSE' => 'RSS is not a valid response_type for this method',
2410
2411     //External API Error Messages
2412     'ERR_GOOGLE_API_415' => 'Google Docs does not support the file format you provided.',
2413
2414     'LBL_EMPTY' => 'Empty',
2415     'LBL_IS_EMPTY' => 'Is empty',
2416     'LBL_IS_NOT_EMPTY' => 'Is not empty',
2417     //IMPORT SAMPLE TEXT
2418     'LBL_IMPORT_SAMPLE_FILE_TEXT' => '
2419 "This is a sample import file which provides an example of the expected contents of a file that is ready for import."
2420 "The file is a comma-delimited .csv file, using double-quotes as the field qualifier."
2421
2422 "The header row is the top-most row in the file and contains the field labels as you would see them in the application."
2423 "These labels are used for mapping the data in the file to the fields in the application."
2424
2425 "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."
2426 "The column order is not critical as the import process matches the data to the appropriate fields based on the header row."
2427
2428
2429 "To use this file as a template, do the following:"
2430 "1. Remove the sample rows of data"
2431 "2. Remove the help text that you are reading right now"
2432 "3. Input your own data into the appropriate rows and columns"
2433 "4. Save the file to a known location on your system"
2434 "5. Click on the Import option from the Actions menu in the application and choose the file to upload"
2435    ',
2436     //define labels to be used for overriding local values during import/export
2437     'LBL_EXPORT_ASSIGNED_USER_ID' => 'Assigned To',
2438     'LBL_EXPORT_ASSIGNED_USER_NAME' => 'Assigned User',
2439     'LBL_EXPORT_REPORTS_TO_ID' => 'Reports To ID',
2440     'LBL_EXPORT_FULL_NAME' => 'Full Name',
2441     'LBL_EXPORT_TEAM_ID' => 'Team ID',
2442     'LBL_EXPORT_TEAM_NAME' => 'Teams',
2443     'LBL_EXPORT_TEAM_SET_ID' => 'Team Set ID',
2444
2445     'LBL_QUICKEDIT_NODEFS_NAVIGATION'=> 'Navigating... ',
2446
2447     'LBL_PENDING_NOTIFICATIONS' => 'Notifications',
2448     'LBL_ALT_ADD_TEAM_ROW' => 'Add new team row',
2449     'LBL_ALT_REMOVE_TEAM_ROW' => 'Remove team',
2450     'LBL_ALT_SPOT_SEARCH' => 'Spot Search',
2451     'LBL_ALT_SORT_DESC' => 'Sorted Descending',
2452     'LBL_ALT_SORT_ASC' => 'Sorted Ascending',
2453     'LBL_ALT_SORT' => 'Sort',
2454     'LBL_ALT_SHOW_OPTIONS' => 'Show Options',
2455     'LBL_ALT_HIDE_OPTIONS' => 'Hide Options',
2456     'LBL_ALT_MOVE_COLUMN_LEFT' => 'Move selected entry to the list on the left',
2457     'LBL_ALT_MOVE_COLUMN_RIGHT' => 'Move selected entry to the list on the right',
2458     'LBL_ALT_MOVE_COLUMN_UP' =>'Move selected entry up in the displayed list order',
2459     'LBL_ALT_MOVE_COLUMN_DOWN' => 'Move selected entry down in the displayed list order',
2460     'LBL_ALT_INFO' => 'Information',
2461         '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.',
2462     '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}.',
2463     'LBL_EMAIL_TITLE' => 'email address',
2464     'LBL_EMAIL_OPT_TITLE' => 'opted out email address',
2465     'LBL_EMAIL_INV_TITLE' => 'invalid email address',
2466     'LBL_EMAIL_PRIM_TITLE' => 'primary email address',
2467     'LBL_SELECT_ALL_TITLE' => 'Select all',
2468     'LBL_SELECT_THIS_ROW_TITLE' => 'Select this row',
2469     'LBL_TEAM_SELECTED_TITLE' => 'Team Selected ',
2470     'LBL_TEAM_SELECT_AS_PRIM_TITLE' => 'Select to make this team primary',
2471
2472     //for upload errors
2473     'UPLOAD_ERROR_TEXT'          => 'ERROR: There was an error during upload. Error code: {0} - {1}',
2474     'UPLOAD_ERROR_TEXT_SIZEINFO' => 'ERROR: There was an error during upload. Error code: {0} - {1}. The upload_maxsize is {2} ',
2475     'UPLOAD_ERROR_HOME_TEXT'     => 'ERROR: There was an error during your upload, please contact an administrator for help.',
2476     'UPLOAD_MAXIMUM_EXCEEDED'    => 'Size of Upload ({0} bytes) Exceeded Allowed Maximum: {1} bytes',
2477
2478
2479     //508 used Access Keys
2480     'LBL_EDIT_BUTTON_KEY' => 'i',
2481     'LBL_EDIT_BUTTON_LABEL' => 'Edit',
2482     'LBL_EDIT_BUTTON_TITLE' => 'Edit',
2483     'LBL_DUPLICATE_BUTTON_KEY' => 'u',
2484     'LBL_DUPLICATE_BUTTON_LABEL' => 'Duplicate',
2485     'LBL_DUPLICATE_BUTTON_TITLE' => 'Duplicate',
2486     'LBL_DELETE_BUTTON_KEY' => 'd',
2487     'LBL_DELETE_BUTTON_LABEL' => 'Delete',
2488     'LBL_DELETE_BUTTON_TITLE' => 'Delete',
2489     'LBL_SAVE_BUTTON_KEY' => 'a',
2490     'LBL_SAVE_BUTTON_LABEL' => 'Save',
2491     'LBL_SAVE_BUTTON_TITLE' => 'Save',
2492     'LBL_CANCEL_BUTTON_KEY' => 'l',
2493     'LBL_CANCEL_BUTTON_LABEL' => 'Cancel',
2494     'LBL_CANCEL_BUTTON_TITLE' => 'Cancel',
2495     'LBL_FIRST_INPUT_EDIT_VIEW_KEY' => '7',
2496     'LBL_ADV_SEARCH_LNK_KEY' => '8',
2497     'LBL_FIRST_INPUT_SEARCH_KEY' => '9',
2498     'LBL_GLOBAL_SEARCH_LNK_KEY' => '0',
2499     'LBL_KEYBOARD_SHORTCUTS_HELP_TITLE' => 'Keyboard Shortcuts',
2500     '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>' ,
2501
2502     'ERR_CONNECTOR_NOT_ARRAY' => 'connector array in {0} been defined incorrectly or is empty and could not be used.',
2503     'ERR_SUHOSIN' => 'Upload stream is blocked by Suhosin, please add &quot;upload&quot; to suhosin.executor.include.whitelist (See sugarcrm.log for more information)',
2504     );
2505
2506 $app_list_strings['moduleList']['Library'] = 'Library';
2507 $app_list_strings['library_type'] = array('Books'=>'Book', 'Music'=>'Music', 'DVD'=>'DVD', 'Magazines'=>'Magazines');
2508 $app_list_strings['moduleList']['EmailAddresses'] = 'Email Address';
2509 $app_list_strings['project_priority_default'] = 'Medium';
2510 $app_list_strings['project_priority_options'] = array (
2511     'High' => 'High',
2512     'Medium' => 'Medium',
2513     'Low' => 'Low',
2514 );
2515
2516
2517 $app_list_strings['kbdocument_status_dom'] = array (
2518     'Draft' => 'Draft',
2519     'Expired' => 'Expired',
2520     'In Review' => 'In Review',
2521     'Published' => 'Published',
2522   );
2523
2524    $app_list_strings['kbadmin_actions_dom'] =
2525     array (
2526     ''          => '--Admin Actions--',
2527     'Create New Tag' => 'Create New Tag',
2528     'Delete Tag'=>'Delete Tag',
2529     'Rename Tag'=>'Rename Tag',
2530     'Move Selected Articles'=>'Move Selected Articles',
2531     'Apply Tags On Articles'=>'Apply Tags To Articles',
2532     'Delete Selected Articles'=>'Delete Selected Articles',
2533   );
2534
2535
2536   $app_list_strings['kbdocument_attachment_option_dom'] =
2537     array(
2538         ''=>'',
2539         'some' => 'Has Attachments',
2540         'none' => 'Has None',
2541         'mime' => 'Specify Mime Type',
2542         'name' => 'Specify Name',
2543     );
2544
2545   $app_list_strings['moduleList']['KBDocuments'] = 'Knowledge Base';
2546   $app_strings['LBL_CREATE_KB_DOCUMENT'] = 'Create Article';
2547   $app_list_strings['kbdocument_viewing_frequency_dom'] =
2548   array(
2549     ''=>'',
2550     'Top_5'  => 'Top 5',
2551     'Top_10' => 'Top 10',
2552     'Top_20' => 'Top 20',
2553     'Bot_5'  => 'Bottom 5',
2554     'Bot_10' => 'Bottom 10',
2555     'Bot_20' => 'Bottom 20',
2556   );
2557
2558    $app_list_strings['kbdocument_canned_search'] =
2559     array(
2560         'all'=>'All',
2561         'added' => 'Added Last 30 days',
2562         'pending' => 'Pending my Approval',
2563         'updated' =>'Updated Last 30 days',
2564         'faqs' => 'FAQs',
2565     );
2566     $app_list_strings['kbdocument_date_filter_options'] =
2567         array(
2568     '' => '',
2569     'on' => 'On',
2570     'before' => 'Before',
2571     'after' => 'After',
2572     'between_dates' => 'Is Between',
2573     'last_7_days' => 'Last 7 Days',
2574     'next_7_days' => 'Next 7 Days',
2575     'last_month' => 'Last Month',
2576     'this_month' => 'This Month',
2577     'next_month' => 'Next Month',
2578     'last_30_days' => 'Last 30 Days',
2579     'next_30_days' => 'Next 30 Days',
2580     'last_year' => 'Last Year',
2581     'this_year' => 'This Year',
2582     'next_year' => 'Next Year',
2583     'isnull' => 'Is Null',
2584         );
2585
2586     $app_list_strings['countries_dom'] = array(
2587         '' => '',
2588         'ABU DHABI' => 'ABU DHABI',
2589         'ADEN' => 'ADEN',
2590         'AFGHANISTAN' => 'AFGHANISTAN',
2591         'ALBANIA' => 'ALBANIA',
2592         'ALGERIA' => 'ALGERIA',
2593         'AMERICAN SAMOA' => 'AMERICAN SAMOA',
2594         'ANDORRA' => 'ANDORRA',
2595         'ANGOLA' => 'ANGOLA',
2596         'ANTARCTICA' => 'ANTARCTICA',
2597         'ANTIGUA' => 'ANTIGUA',
2598         'ARGENTINA' => 'ARGENTINA',
2599         'ARMENIA' => 'ARMENIA',
2600         'ARUBA' => 'ARUBA',
2601         'AUSTRALIA' => 'AUSTRALIA',
2602         'AUSTRIA' => 'AUSTRIA',
2603         'AZERBAIJAN' => 'AZERBAIJAN',
2604         'BAHAMAS' => 'BAHAMAS',
2605         'BAHRAIN' => 'BAHRAIN',
2606         'BANGLADESH' => 'BANGLADESH',
2607         'BARBADOS' => 'BARBADOS',
2608         'BELARUS' => 'BELARUS',
2609         'BELGIUM' => 'BELGIUM',
2610         'BELIZE' => 'BELIZE',
2611         'BENIN' => 'BENIN',
2612         'BERMUDA' => 'BERMUDA',
2613         'BHUTAN' => 'BHUTAN',
2614         'BOLIVIA' => 'BOLIVIA',
2615         'BOSNIA' => 'BOSNIA',
2616         'BOTSWANA' => 'BOTSWANA',
2617         'BOUVET ISLAND' => 'BOUVET ISLAND',
2618         'BRAZIL' => 'BRAZIL',
2619         'BRITISH ANTARCTICA TERRITORY' => 'BRITISH ANTARCTICA TERRITORY',
2620         'BRITISH INDIAN OCEAN TERRITORY' => 'BRITISH INDIAN OCEAN TERRITORY',
2621         'BRITISH VIRGIN ISLANDS' => 'BRITISH VIRGIN ISLANDS',
2622         'BRITISH WEST INDIES' => 'BRITISH WEST INDIES',
2623         'BRUNEI' => 'BRUNEI',
2624         'BULGARIA' => 'BULGARIA',
2625         'BURKINA FASO' => 'BURKINA FASO',
2626         'BURUNDI' => 'BURUNDI',
2627         'CAMBODIA' => 'CAMBODIA',
2628         'CAMEROON' => 'CAMEROON',
2629         'CANADA' => 'CANADA',
2630         'CANAL ZONE' => 'CANAL ZONE',
2631         'CANARY ISLAND' => 'CANARY ISLAND',
2632         'CAPE VERDI ISLANDS' => 'CAPE VERDI ISLANDS',
2633         'CAYMAN ISLANDS' => 'CAYMAN ISLANDS',
2634         'CEVLON' => 'CEVLON',
2635         'CHAD' => 'CHAD',
2636         'CHANNEL ISLAND UK' => 'CHANNEL ISLAND UK',
2637         'CHILE' => 'CHILE',
2638         'CHINA' => 'CHINA',
2639         'CHRISTMAS ISLAND' => 'CHRISTMAS ISLAND',
2640         'COCOS (KEELING) ISLAND' => 'COCOS (KEELING) ISLAND',
2641         'COLOMBIA' => 'COLOMBIA',
2642         'COMORO ISLANDS' => 'COMORO ISLANDS',
2643         'CONGO' => 'CONGO',
2644         'CONGO KINSHASA' => 'CONGO KINSHASA',
2645         'COOK ISLANDS' => 'COOK ISLANDS',
2646         'COSTA RICA' => 'COSTA RICA',
2647         'CROATIA' => 'CROATIA',
2648         'CUBA' => 'CUBA',
2649         'CURACAO' => 'CURACAO',
2650         'CYPRUS' => 'CYPRUS',
2651         'CZECH REPUBLIC' => 'CZECH REPUBLIC',
2652         'DAHOMEY' => 'DAHOMEY',
2653         'DENMARK' => 'DENMARK',
2654         'DJIBOUTI' => 'DJIBOUTI',
2655         'DOMINICA' => 'DOMINICA',
2656         'DOMINICAN REPUBLIC' => 'DOMINICAN REPUBLIC',
2657         'DUBAI' => 'DUBAI',
2658         'ECUADOR' => 'ECUADOR',
2659         'EGYPT' => 'EGYPT',
2660         'EL SALVADOR' => 'EL SALVADOR',
2661         'EQUATORIAL GUINEA' => 'EQUATORIAL GUINEA',
2662         'ESTONIA' => 'ESTONIA',
2663         'ETHIOPIA' => 'ETHIOPIA',
2664         'FAEROE ISLANDS' => 'FAEROE ISLANDS',
2665         'FALKLAND ISLANDS' => 'FALKLAND ISLANDS',
2666         'FIJI' => 'FIJI',
2667         'FINLAND' => 'FINLAND',
2668         'FRANCE' => 'FRANCE',
2669         'FRENCH GUIANA' => 'FRENCH GUIANA',
2670         'FRENCH POLYNESIA' => 'FRENCH POLYNESIA',
2671         'GABON' => 'GABON',
2672         'GAMBIA' => 'GAMBIA',
2673         'GEORGIA' => 'GEORGIA',
2674         'GERMANY' => 'GERMANY',
2675         'GHANA' => 'GHANA',
2676         'GIBRALTAR' => 'GIBRALTAR',
2677         'GREECE' => 'GREECE',
2678         'GREENLAND' => 'GREENLAND',
2679         'GUADELOUPE' => 'GUADELOUPE',
2680         'GUAM' => 'GUAM',
2681         'GUATEMALA' => 'GUATEMALA',
2682         'GUINEA' => 'GUINEA',
2683         'GUYANA' => 'GUYANA',
2684         'HAITI' => 'HAITI',
2685         'HONDURAS' => 'HONDURAS',
2686         'HONG KONG' => 'HONG KONG',
2687         'HUNGARY' => 'HUNGARY',
2688         'ICELAND' => 'ICELAND',
2689         'IFNI' => 'IFNI',
2690         'INDIA' => 'INDIA',
2691         'INDONESIA' => 'INDONESIA',
2692         'IRAN' => 'IRAN',
2693         'IRAQ' => 'IRAQ',
2694         'IRELAND' => 'IRELAND',
2695         'ISRAEL' => 'ISRAEL',
2696         'ITALY' => 'ITALY',
2697         'IVORY COAST' => 'IVORY COAST',
2698         'JAMAICA' => 'JAMAICA',
2699         'JAPAN' => 'JAPAN',
2700         'JORDAN' => 'JORDAN',
2701         'KAZAKHSTAN' => 'KAZAKHSTAN',
2702         'KENYA' => 'KENYA',
2703         'KOREA' => 'KOREA',
2704         'KOREA, SOUTH' => 'KOREA, SOUTH',
2705         'KUWAIT' => 'KUWAIT',
2706         'KYRGYZSTAN' => 'KYRGYZSTAN',
2707         'LAOS' => 'LAOS',
2708         'LATVIA' => 'LATVIA',
2709         'LEBANON' => 'LEBANON',
2710         'LEEWARD ISLANDS' => 'LEEWARD ISLANDS',
2711         'LESOTHO' => 'LESOTHO',
2712         'LIBYA' => 'LIBYA',
2713         'LIECHTENSTEIN' => 'LIECHTENSTEIN',
2714         'LITHUANIA' => 'LITHUANIA',
2715         'LUXEMBOURG' => 'LUXEMBOURG',
2716         'MACAO' => 'MACAO',
2717         'MACEDONIA' => 'MACEDONIA',
2718         'MADAGASCAR' => 'MADAGASCAR',
2719         'MALAWI' => 'MALAWI',
2720         'MALAYSIA' => 'MALAYSIA',
2721         'MALDIVES' => 'MALDIVES',
2722         'MALI' => 'MALI',
2723         'MALTA' => 'MALTA',
2724         'MARTINIQUE' => 'MARTINIQUE',
2725         'MAURITANIA' => 'MAURITANIA',
2726         'MAURITIUS' => 'MAURITIUS',
2727         'MELANESIA' => 'MELANESIA',
2728         'MEXICO' => 'MEXICO',
2729         'MOLDOVIA' => 'MOLDOVIA',
2730         'MONACO' => 'MONACO',
2731         'MONGOLIA' => 'MONGOLIA',
2732         'MOROCCO' => 'MOROCCO',
2733         'MOZAMBIQUE' => 'MOZAMBIQUE',
2734         'MYANAMAR' => 'MYANAMAR',
2735         'NAMIBIA' => 'NAMIBIA',
2736         'NEPAL' => 'NEPAL',
2737         'NETHERLANDS' => 'NETHERLANDS',
2738         'NETHERLANDS ANTILLES' => 'NETHERLANDS ANTILLES',
2739         'NETHERLANDS ANTILLES NEUTRAL ZONE' => 'NETHERLANDS ANTILLES NEUTRAL ZONE',
2740         'NEW CALADONIA' => 'NEW CALADONIA',
2741         'NEW HEBRIDES' => 'NEW HEBRIDES',
2742         'NEW ZEALAND' => 'NEW ZEALAND',
2743         'NICARAGUA' => 'NICARAGUA',
2744         'NIGER' => 'NIGER',
2745         'NIGERIA' => 'NIGERIA',
2746         'NORFOLK ISLAND' => 'NORFOLK ISLAND',
2747         'NORWAY' => 'NORWAY',
2748         'OMAN' => 'OMAN',
2749         'OTHER' => 'OTHER',
2750         'PACIFIC ISLAND' => 'PACIFIC ISLAND',
2751         'PAKISTAN' => 'PAKISTAN',
2752         'PANAMA' => 'PANAMA',
2753         'PAPUA NEW GUINEA' => 'PAPUA NEW GUINEA',
2754         'PARAGUAY' => 'PARAGUAY',
2755         'PERU' => 'PERU',
2756         'PHILIPPINES' => 'PHILIPPINES',
2757         'POLAND' => 'POLAND',
2758         'PORTUGAL' => 'PORTUGAL',
2759         'PORTUGUESE TIMOR' => 'PORTUGUESE TIMOR',
2760         'PUERTO RICO' => 'PUERTO RICO',
2761         'QATAR' => 'QATAR',
2762         'REPUBLIC OF BELARUS' => 'REPUBLIC OF BELARUS',
2763         'REPUBLIC OF SOUTH AFRICA' => 'REPUBLIC OF SOUTH AFRICA',
2764         'REUNION' => 'REUNION',
2765         'ROMANIA' => 'ROMANIA',
2766         'RUSSIA' => 'RUSSIA',
2767         'RWANDA' => 'RWANDA',
2768         'RYUKYU ISLANDS' => 'RYUKYU ISLANDS',
2769         'SABAH' => 'SABAH',
2770         'SAN MARINO' => 'SAN MARINO',
2771         'SAUDI ARABIA' => 'SAUDI ARABIA',
2772         'SENEGAL' => 'SENEGAL',
2773         'SERBIA' => 'SERBIA',
2774         'SEYCHELLES' => 'SEYCHELLES',
2775         'SIERRA LEONE' => 'SIERRA LEONE',
2776         'SINGAPORE' => 'SINGAPORE',
2777         'SLOVAKIA' => 'SLOVAKIA',
2778         'SLOVENIA' => 'SLOVENIA',
2779         'SOMALILIAND' => 'SOMALILIAND',
2780         'SOUTH AFRICA' => 'SOUTH AFRICA',
2781         'SOUTH YEMEN' => 'SOUTH YEMEN',
2782         'SPAIN' => 'SPAIN',
2783         'SPANISH SAHARA' => 'SPANISH SAHARA',
2784         'SRI LANKA' => 'SRI LANKA',
2785         'ST. KITTS AND NEVIS' => 'ST. KITTS AND NEVIS',
2786         'ST. LUCIA' => 'ST. LUCIA',
2787         'SUDAN' => 'SUDAN',
2788         'SURINAM' => 'SURINAM',
2789         'SW AFRICA' => 'SW AFRICA',
2790         'SWAZILAND' => 'SWAZILAND',
2791         'SWEDEN' => 'SWEDEN',
2792         'SWITZERLAND' => 'SWITZERLAND',
2793         'SYRIA' => 'SYRIA',
2794         'TAIWAN' => 'TAIWAN',
2795         'TAJIKISTAN' => 'TAJIKISTAN',
2796         'TANZANIA' => 'TANZANIA',
2797         'THAILAND' => 'THAILAND',
2798         'TONGA' => 'TONGA',
2799         'TRINIDAD' => 'TRINIDAD',
2800         'TUNISIA' => 'TUNISIA',
2801         'TURKEY' => 'TURKEY',
2802         'UGANDA' => 'UGANDA',
2803         'UKRAINE' => 'UKRAINE',
2804         'UNITED ARAB EMIRATES' => 'UNITED ARAB EMIRATES',
2805         'UNITED KINGDOM' => 'UNITED KINGDOM',
2806         'UPPER VOLTA' => 'UPPER VOLTA',
2807         'URUGUAY' => 'URUGUAY',
2808         'US PACIFIC ISLAND' => 'US PACIFIC ISLAND',
2809         'US VIRGIN ISLANDS' => 'US VIRGIN ISLANDS',
2810         'USA' => 'USA',
2811         'UZBEKISTAN' => 'UZBEKISTAN',
2812         'VANUATU' => 'VANUATU',
2813         'VATICAN CITY' => 'VATICAN CITY',
2814         'VENEZUELA' => 'VENEZUELA',
2815         'VIETNAM' => 'VIETNAM',
2816         'WAKE ISLAND' => 'WAKE ISLAND',
2817         'WEST INDIES' => 'WEST INDIES',
2818         'WESTERN SAHARA' => 'WESTERN SAHARA',
2819         'YEMEN' => 'YEMEN',
2820         'ZAIRE' => 'ZAIRE',
2821         'ZAMBIA' => 'ZAMBIA',
2822         'ZIMBABWE' => 'ZIMBABWE',
2823     );
2824
2825   $app_list_strings['charset_dom'] = array(
2826     'BIG-5'     => 'BIG-5 (Taiwan and Hong Kong)',
2827     /*'CP866'     => 'CP866', // ms-dos Cyrillic */
2828     /*'CP949'     => 'CP949 (Microsoft Korean)', */
2829     'CP1251'    => 'CP1251 (MS Cyrillic)',
2830     'CP1252'    => 'CP1252 (MS Western European & US)',
2831     'EUC-CN'    => 'EUC-CN (Simplified Chinese GB2312)',
2832     'EUC-JP'    => 'EUC-JP (Unix Japanese)',
2833     'EUC-KR'    => 'EUC-KR (Korean)',
2834     'EUC-TW'    => 'EUC-TW (Taiwanese)',
2835     'ISO-2022-JP' => 'ISO-2022-JP (Japanese)',
2836     'ISO-2022-KR' => 'ISO-2022-KR (Korean)',
2837     'ISO-8859-1'  => 'ISO-8859-1 (Western European and US)',
2838     'ISO-8859-2'  => 'ISO-8859-2 (Central and Eastern European)',
2839     'ISO-8859-3'  => 'ISO-8859-3 (Latin 3)',
2840     'ISO-8859-4'  => 'ISO-8859-4 (Latin 4)',
2841     'ISO-8859-5'  => 'ISO-8859-5 (Cyrillic)',
2842     'ISO-8859-6'  => 'ISO-8859-6 (Arabic)',
2843     'ISO-8859-7'  => 'ISO-8859-7 (Greek)',
2844     'ISO-8859-8'  => 'ISO-8859-8 (Hebrew)',
2845     'ISO-8859-9'  => 'ISO-8859-9 (Latin 5)',
2846     'ISO-8859-10' => 'ISO-8859-10 (Latin 6)',
2847     'ISO-8859-13' => 'ISO-8859-13 (Latin 7)',
2848     'ISO-8859-14' => 'ISO-8859-14 (Latin 8)',
2849     'ISO-8859-15' => 'ISO-8859-15 (Latin 9)',
2850     'KOI8-R'    => 'KOI8-R (Cyrillic Russian)',
2851     'KOI8-U'    => 'KOI8-U (Cyrillic Ukranian)',
2852     'SJIS'      => 'SJIS (MS Japanese)',
2853     'UTF-8'     => 'UTF-8',
2854   );
2855
2856   $app_list_strings['timezone_dom'] = array(
2857
2858       'Africa/Algiers' => 'Africa/Algiers',
2859   'Africa/Luanda' => 'Africa/Luanda',
2860   'Africa/Porto-Novo' => 'Africa/Porto-Novo',
2861   'Africa/Gaborone' => 'Africa/Gaborone',
2862   'Africa/Ouagadougou' => 'Africa/Ouagadougou',
2863   'Africa/Bujumbura' => 'Africa/Bujumbura',
2864   'Africa/Douala' => 'Africa/Douala',
2865   'Atlantic/Cape_Verde' => 'Atlantic/Cape_Verde',
2866   'Africa/Bangui' => 'Africa/Bangui',
2867   'Africa/Ndjamena' => 'Africa/Ndjamena',
2868   'Indian/Comoro' => 'Indian/Comoro',
2869   'Africa/Kinshasa' => 'Africa/Kinshasa',
2870   'Africa/Lubumbashi' => 'Africa/Lubumbashi',
2871   'Africa/Brazzaville' => 'Africa/Brazzaville',
2872   'Africa/Abidjan' => 'Africa/Abidjan',
2873   'Africa/Djibouti' => 'Africa/Djibouti',
2874   'Africa/Cairo' => 'Africa/Cairo',
2875   'Africa/Malabo' => 'Africa/Malabo',
2876   'Africa/Asmera' => 'Africa/Asmera',
2877   'Africa/Addis_Ababa' => 'Africa/Addis_Ababa',
2878   'Africa/Libreville' => 'Africa/Libreville',
2879   'Africa/Banjul' => 'Africa/Banjul',
2880   'Africa/Accra' => 'Africa/Accra',
2881   'Africa/Conakry' => 'Africa/Conakry',
2882   'Africa/Bissau' => 'Africa/Bissau',
2883   'Africa/Nairobi' => 'Africa/Nairobi',
2884   'Africa/Maseru' => 'Africa/Maseru',
2885   'Africa/Monrovia' => 'Africa/Monrovia',
2886   'Africa/Tripoli' => 'Africa/Tripoli',
2887   'Indian/Antananarivo' => 'Indian/Antananarivo',
2888   'Africa/Blantyre' => 'Africa/Blantyre',
2889   'Africa/Bamako' => 'Africa/Bamako',
2890   'Africa/Nouakchott' => 'Africa/Nouakchott',
2891   'Indian/Mauritius' => 'Indian/Mauritius',
2892   'Indian/Mayotte' => 'Indian/Mayotte',
2893   'Africa/Casablanca' => 'Africa/Casablanca',
2894   'Africa/El_Aaiun' => 'Africa/El_Aaiun',
2895   'Africa/Maputo' => 'Africa/Maputo',
2896   'Africa/Windhoek' => 'Africa/Windhoek',
2897   'Africa/Niamey' => 'Africa/Niamey',
2898   'Africa/Lagos' => 'Africa/Lagos',
2899   'Indian/Reunion' => 'Indian/Reunion',
2900   'Africa/Kigali' => 'Africa/Kigali',
2901   'Atlantic/St_Helena' => 'Atlantic/St_Helena',
2902   'Africa/Sao_Tome' => 'Africa/Sao_Tome',
2903   'Africa/Dakar' => 'Africa/Dakar',
2904   'Indian/Mahe' => 'Indian/Mahe',
2905   'Africa/Freetown' => 'Africa/Freetown',
2906   'Africa/Mogadishu' => 'Africa/Mogadishu',
2907   'Africa/Johannesburg' => 'Africa/Johannesburg',
2908   'Africa/Khartoum' => 'Africa/Khartoum',
2909   'Africa/Mbabane' => 'Africa/Mbabane',
2910   'Africa/Dar_es_Salaam' => 'Africa/Dar_es_Salaam',
2911   'Africa/Lome' => 'Africa/Lome',
2912   'Africa/Tunis' => 'Africa/Tunis',
2913   'Africa/Kampala' => 'Africa/Kampala',
2914   'Africa/Lusaka' => 'Africa/Lusaka',
2915   'Africa/Harare' => 'Africa/Harare',
2916   'Antarctica/Casey' => 'Antarctica/Casey',
2917   'Antarctica/Davis' => 'Antarctica/Davis',
2918   'Antarctica/Mawson' => 'Antarctica/Mawson',
2919   'Indian/Kerguelen' => 'Indian/Kerguelen',
2920   'Antarctica/DumontDUrville' => 'Antarctica/DumontDUrville',
2921   'Antarctica/Syowa' => 'Antarctica/Syowa',
2922   'Antarctica/Vostok' => 'Antarctica/Vostok',
2923   'Antarctica/Rothera' => 'Antarctica/Rothera',
2924   'Antarctica/Palmer' => 'Antarctica/Palmer',
2925   'Antarctica/McMurdo' => 'Antarctica/McMurdo',
2926   'Asia/Kabul' => 'Asia/Kabul',
2927   'Asia/Yerevan' => 'Asia/Yerevan',
2928   'Asia/Baku' => 'Asia/Baku',
2929   'Asia/Bahrain' => 'Asia/Bahrain',
2930   'Asia/Dhaka' => 'Asia/Dhaka',
2931   'Asia/Thimphu' => 'Asia/Thimphu',
2932   'Indian/Chagos' => 'Indian/Chagos',
2933   'Asia/Brunei' => 'Asia/Brunei',
2934   'Asia/Rangoon' => 'Asia/Rangoon',
2935   'Asia/Phnom_Penh' => 'Asia/Phnom_Penh',
2936   'Asia/Beijing' => 'Asia/Beijing',
2937   'Asia/Harbin' => 'Asia/Harbin',
2938   'Asia/Shanghai' => 'Asia/Shanghai',
2939   'Asia/Chongqing' => 'Asia/Chongqing',
2940   'Asia/Urumqi' => 'Asia/Urumqi',
2941   'Asia/Kashgar' => 'Asia/Kashgar',
2942   'Asia/Hong_Kong' => 'Asia/Hong_Kong',
2943   'Asia/Taipei' => 'Asia/Taipei',
2944   'Asia/Macau' => 'Asia/Macau',
2945   'Asia/Nicosia' => 'Asia/Nicosia',
2946   'Asia/Tbilisi' => 'Asia/Tbilisi',
2947   'Asia/Dili' => 'Asia/Dili',
2948   'Asia/Calcutta' => 'Asia/Calcutta',
2949   'Asia/Jakarta' => 'Asia/Jakarta',
2950   'Asia/Pontianak' => 'Asia/Pontianak',
2951   'Asia/Makassar' => 'Asia/Makassar',
2952   'Asia/Jayapura' => 'Asia/Jayapura',
2953   'Asia/Tehran' => 'Asia/Tehran',
2954   'Asia/Baghdad' => 'Asia/Baghdad',
2955   'Asia/Jerusalem' => 'Asia/Jerusalem',
2956   'Asia/Tokyo' => 'Asia/Tokyo',
2957   'Asia/Amman' => 'Asia/Amman',
2958   'Asia/Almaty' => 'Asia/Almaty',
2959   'Asia/Qyzylorda' => 'Asia/Qyzylorda',
2960   'Asia/Aqtobe' => 'Asia/Aqtobe',
2961   'Asia/Aqtau' => 'Asia/Aqtau',
2962   'Asia/Oral' => 'Asia/Oral',
2963   'Asia/Bishkek' => 'Asia/Bishkek',
2964   'Asia/Seoul' => 'Asia/Seoul',
2965   'Asia/Pyongyang' => 'Asia/Pyongyang',
2966   'Asia/Kuwait' => 'Asia/Kuwait',
2967   'Asia/Vientiane' => 'Asia/Vientiane',
2968   'Asia/Beirut' => 'Asia/Beirut',
2969   'Asia/Kuala_Lumpur' => 'Asia/Kuala_Lumpur',
2970   'Asia/Kuching' => 'Asia/Kuching',
2971   'Indian/Maldives' => 'Indian/Maldives',
2972   'Asia/Hovd' => 'Asia/Hovd',
2973   'Asia/Ulaanbaatar' => 'Asia/Ulaanbaatar',
2974   'Asia/Choibalsan' => 'Asia/Choibalsan',
2975   'Asia/Katmandu' => 'Asia/Katmandu',
2976   'Asia/Muscat' => 'Asia/Muscat',
2977   'Asia/Karachi' => 'Asia/Karachi',
2978   'Asia/Gaza' => 'Asia/Gaza',
2979   'Asia/Manila' => 'Asia/Manila',
2980   'Asia/Qatar' => 'Asia/Qatar',
2981   'Asia/Riyadh' => 'Asia/Riyadh',
2982   'Asia/Singapore' => 'Asia/Singapore',
2983   'Asia/Colombo' => 'Asia/Colombo',
2984   'Asia/Damascus' => 'Asia/Damascus',
2985   'Asia/Dushanbe' => 'Asia/Dushanbe',
2986   'Asia/Bangkok' => 'Asia/Bangkok',
2987   'Asia/Ashgabat' => 'Asia/Ashgabat',
2988   'Asia/Dubai' => 'Asia/Dubai',
2989   'Asia/Samarkand' => 'Asia/Samarkand',
2990   'Asia/Tashkent' => 'Asia/Tashkent',
2991   'Asia/Saigon' => 'Asia/Saigon',
2992   'Asia/Aden' => 'Asia/Aden',
2993   'Australia/Darwin' => 'Australia/Darwin',
2994   'Australia/Perth' => 'Australia/Perth',
2995   'Australia/Brisbane' => 'Australia/Brisbane',
2996   'Australia/Lindeman' => 'Australia/Lindeman',
2997   'Australia/Adelaide' => 'Australia/Adelaide',
2998   'Australia/Hobart' => 'Australia/Hobart',
2999   'Australia/Currie' => 'Australia/Currie',
3000   'Australia/Melbourne' => 'Australia/Melbourne',
3001   'Australia/Sydney' => 'Australia/Sydney',
3002   'Australia/Broken_Hill' => 'Australia/Broken_Hill',
3003   'Indian/Christmas' => 'Indian/Christmas',
3004   'Pacific/Rarotonga' => 'Pacific/Rarotonga',
3005   'Indian/Cocos' => 'Indian/Cocos',
3006   'Pacific/Fiji' => 'Pacific/Fiji',
3007   'Pacific/Gambier' => 'Pacific/Gambier',
3008   'Pacific/Marquesas' => 'Pacific/Marquesas',
3009   'Pacific/Tahiti' => 'Pacific/Tahiti',
3010   'Pacific/Guam' => 'Pacific/Guam',
3011   'Pacific/Tarawa' => 'Pacific/Tarawa',
3012   'Pacific/Enderbury' => 'Pacific/Enderbury',
3013   'Pacific/Kiritimati' => 'Pacific/Kiritimati',
3014   'Pacific/Saipan' => 'Pacific/Saipan',
3015   'Pacific/Majuro' => 'Pacific/Majuro',
3016   'Pacific/Kwajalein' => 'Pacific/Kwajalein',
3017   'Pacific/Truk' => 'Pacific/Truk',
3018   'Pacific/Ponape' => 'Pacific/Ponape',
3019   'Pacific/Kosrae' => 'Pacific/Kosrae',
3020   'Pacific/Nauru' => 'Pacific/Nauru',
3021   'Pacific/Noumea' => 'Pacific/Noumea',
3022   'Pacific/Auckland' => 'Pacific/Auckland',
3023   'Pacific/Chatham' => 'Pacific/Chatham',
3024   'Pacific/Niue' => 'Pacific/Niue',
3025   'Pacific/Norfolk' => 'Pacific/Norfolk',
3026   'Pacific/Palau' => 'Pacific/Palau',
3027   'Pacific/Port_Moresby' => 'Pacific/Port_Moresby',
3028   'Pacific/Pitcairn' => 'Pacific/Pitcairn',
3029   'Pacific/Pago_Pago' => 'Pacific/Pago_Pago',
3030   'Pacific/Apia' => 'Pacific/Apia',
3031   'Pacific/Guadalcanal' => 'Pacific/Guadalcanal',
3032   'Pacific/Fakaofo' => 'Pacific/Fakaofo',
3033   'Pacific/Tongatapu' => 'Pacific/Tongatapu',
3034   'Pacific/Funafuti' => 'Pacific/Funafuti',
3035   'Pacific/Johnston' => 'Pacific/Johnston',
3036   'Pacific/Midway' => 'Pacific/Midway',
3037   'Pacific/Wake' => 'Pacific/Wake',
3038   'Pacific/Efate' => 'Pacific/Efate',
3039   'Pacific/Wallis' => 'Pacific/Wallis',
3040   'Europe/London' => 'Europe/London',
3041   'Europe/Dublin' => 'Europe/Dublin',
3042   'WET' => 'WET',
3043   'CET' => 'CET',
3044   'MET' => 'MET',
3045   'EET' => 'EET',
3046   'Europe/Tirane' => 'Europe/Tirane',
3047   'Europe/Andorra' => 'Europe/Andorra',
3048   'Europe/Vienna' => 'Europe/Vienna',
3049   'Europe/Minsk' => 'Europe/Minsk',
3050   'Europe/Brussels' => 'Europe/Brussels',
3051   'Europe/Sofia' => 'Europe/Sofia',
3052   'Europe/Prague' => 'Europe/Prague',
3053   'Europe/Copenhagen' => 'Europe/Copenhagen',
3054   'Atlantic/Faeroe' => 'Atlantic/Faeroe',
3055   'America/Danmarkshavn' => 'America/Danmarkshavn',
3056   'America/Scoresbysund' => 'America/Scoresbysund',
3057   'America/Godthab' => 'America/Godthab',
3058   'America/Thule' => 'America/Thule',
3059   'Europe/Tallinn' => 'Europe/Tallinn',
3060   'Europe/Helsinki' => 'Europe/Helsinki',
3061   'Europe/Paris' => 'Europe/Paris',
3062   'Europe/Berlin' => 'Europe/Berlin',
3063   'Europe/Gibraltar' => 'Europe/Gibraltar',
3064   'Europe/Athens' => 'Europe/Athens',
3065   'Europe/Budapest' => 'Europe/Budapest',
3066   'Atlantic/Reykjavik' => 'Atlantic/Reykjavik',
3067   'Europe/Rome' => 'Europe/Rome',
3068   'Europe/Riga' => 'Europe/Riga',
3069   'Europe/Vaduz' => 'Europe/Vaduz',
3070   'Europe/Vilnius' => 'Europe/Vilnius',
3071   'Europe/Luxembourg' => 'Europe/Luxembourg',
3072   'Europe/Malta' => 'Europe/Malta',
3073   'Europe/Chisinau' => 'Europe/Chisinau',
3074   'Europe/Monaco' => 'Europe/Monaco',
3075   'Europe/Amsterdam' => 'Europe/Amsterdam',
3076   'Europe/Oslo' => 'Europe/Oslo',
3077   'Europe/Warsaw' => 'Europe/Warsaw',
3078   'Europe/Lisbon' => 'Europe/Lisbon',
3079   'Atlantic/Azores' => 'Atlantic/Azores',
3080   'Atlantic/Madeira' => 'Atlantic/Madeira',
3081   'Europe/Bucharest' => 'Europe/Bucharest',
3082   'Europe/Kaliningrad' => 'Europe/Kaliningrad',
3083   'Europe/Moscow' => 'Europe/Moscow',
3084   'Europe/Samara' => 'Europe/Samara',
3085   'Asia/Yekaterinburg' => 'Asia/Yekaterinburg',
3086   'Asia/Omsk' => 'Asia/Omsk',
3087   'Asia/Novosibirsk' => 'Asia/Novosibirsk',
3088   'Asia/Krasnoyarsk' => 'Asia/Krasnoyarsk',
3089   'Asia/Irkutsk' => 'Asia/Irkutsk',
3090   'Asia/Yakutsk' => 'Asia/Yakutsk',
3091   'Asia/Vladivostok' => 'Asia/Vladivostok',
3092   'Asia/Sakhalin' => 'Asia/Sakhalin',
3093   'Asia/Magadan' => 'Asia/Magadan',
3094   'Asia/Kamchatka' => 'Asia/Kamchatka',
3095   'Asia/Anadyr' => 'Asia/Anadyr',
3096   'Europe/Belgrade' => 'Europe/Belgrade' ,
3097   'Europe/Madrid' =>'Europe/Madrid' ,
3098   'Africa/Ceuta' => 'Africa/Ceuta',
3099   'Atlantic/Canary' => 'Atlantic/Canary',
3100   'Europe/Stockholm' => 'Europe/Stockholm',
3101   'Europe/Zurich' => 'Europe/Zurich' ,
3102   'Europe/Istanbul' => 'Europe/Istanbul',
3103   'Europe/Kiev' => 'Europe/Kiev',
3104   'Europe/Uzhgorod' => 'Europe/Uzhgorod',
3105   'Europe/Zaporozhye' => 'Europe/Zaporozhye',
3106   'Europe/Simferopol' => 'Europe/Simferopol',
3107   'America/New_York' => 'America/New_York',
3108   'America/Chicago' =>'America/Chicago' ,
3109   'America/North_Dakota/Center' => 'America/North_Dakota/Center',
3110   'America/Denver' => 'America/Denver',
3111   'America/Los_Angeles' => 'America/Los_Angeles',
3112   'America/Juneau' => 'America/Juneau',
3113   'America/Yakutat' => 'America/Yakutat',
3114   'America/Anchorage' => 'America/Anchorage',
3115   'America/Nome' =>'America/Nome' ,
3116   'America/Adak' => 'America/Adak',
3117   'Pacific/Honolulu' => 'Pacific/Honolulu',
3118   'America/Phoenix' => 'America/Phoenix',
3119   'America/Boise' => 'America/Boise',
3120   'America/Indiana/Indianapolis' => 'America/Indiana/Indianapolis',
3121   'America/Indiana/Marengo' => 'America/Indiana/Marengo',
3122   'America/Indiana/Knox' =>  'America/Indiana/Knox',
3123   'America/Indiana/Vevay' => 'America/Indiana/Vevay',
3124   'America/Kentucky/Louisville' =>'America/Kentucky/Louisville'  ,
3125   'America/Kentucky/Monticello' =>  'America/Kentucky/Monticello' ,
3126   'America/Detroit' => 'America/Detroit',
3127   'America/Menominee' => 'America/Menominee',
3128   'America/St_Johns' => 'America/St_Johns',
3129   'America/Goose_Bay' => 'America/Goose_Bay' ,
3130   'America/Halifax' => 'America/Halifax',
3131   'America/Glace_Bay' =>'America/Glace_Bay' ,
3132   'America/Montreal' => 'America/Montreal',
3133   'America/Toronto' => 'America/Toronto',
3134   'America/Thunder_Bay' => 'America/Thunder_Bay' ,
3135   'America/Nipigon' => 'America/Nipigon',
3136   'America/Rainy_River' => 'America/Rainy_River',
3137   'America/Winnipeg' => 'America/Winnipeg',
3138   'America/Regina' => 'America/Regina',
3139   'America/Swift_Current' => 'America/Swift_Current',
3140   'America/Edmonton' =>  'America/Edmonton',
3141   'America/Vancouver' => 'America/Vancouver',
3142   'America/Dawson_Creek' => 'America/Dawson_Creek',
3143   'America/Pangnirtung' => 'America/Pangnirtung'  ,
3144   'America/Iqaluit' => 'America/Iqaluit' ,
3145   'America/Coral_Harbour' => 'America/Coral_Harbour' ,
3146   'America/Rankin_Inlet' => 'America/Rankin_Inlet',
3147   'America/Cambridge_Bay' => 'America/Cambridge_Bay',
3148   'America/Yellowknife' => 'America/Yellowknife',
3149   'America/Inuvik' =>'America/Inuvik' ,
3150   'America/Whitehorse' => 'America/Whitehorse' ,
3151   'America/Dawson' => 'America/Dawson',
3152   'America/Cancun' => 'America/Cancun',
3153   'America/Merida' => 'America/Merida',
3154   'America/Monterrey' => 'America/Monterrey',
3155   'America/Mexico_City' => 'America/Mexico_City',
3156   'America/Chihuahua' => 'America/Chihuahua',
3157   'America/Hermosillo' => 'America/Hermosillo',
3158   'America/Mazatlan' => 'America/Mazatlan',
3159   'America/Tijuana' => 'America/Tijuana',
3160   'America/Anguilla' => 'America/Anguilla',
3161   'America/Antigua' => 'America/Antigua',
3162   'America/Nassau' =>'America/Nassau' ,
3163   'America/Barbados' => 'America/Barbados',
3164   'America/Belize' => 'America/Belize',
3165   'Atlantic/Bermuda' => 'Atlantic/Bermuda',
3166   'America/Cayman' => 'America/Cayman',
3167   'America/Costa_Rica' => 'America/Costa_Rica',
3168   'America/Havana' => 'America/Havana',
3169   'America/Dominica' => 'America/Dominica',
3170   'America/Santo_Domingo' => 'America/Santo_Domingo',
3171   'America/El_Salvador' => 'America/El_Salvador',
3172   'America/Grenada' => 'America/Grenada',
3173   'America/Guadeloupe' => 'America/Guadeloupe',
3174   'America/Guatemala' => 'America/Guatemala',
3175   'America/Port-au-Prince' => 'America/Port-au-Prince',
3176   'America/Tegucigalpa' => 'America/Tegucigalpa',
3177   'America/Jamaica' => 'America/Jamaica',
3178   'America/Martinique' => 'America/Martinique',
3179   'America/Montserrat' => 'America/Montserrat',
3180   'America/Managua' => 'America/Managua',
3181   'America/Panama' => 'America/Panama',
3182   'America/Puerto_Rico' =>'America/Puerto_Rico' ,
3183   'America/St_Kitts' => 'America/St_Kitts',
3184   'America/St_Lucia' => 'America/St_Lucia',
3185   'America/Miquelon' => 'America/Miquelon',
3186   'America/St_Vincent' => 'America/St_Vincent',
3187   'America/Grand_Turk' => 'America/Grand_Turk',
3188   'America/Tortola' => 'America/Tortola',
3189   'America/St_Thomas' => 'America/St_Thomas',
3190   'America/Argentina/Buenos_Aires' => 'America/Argentina/Buenos_Aires',
3191   'America/Argentina/Cordoba' => 'America/Argentina/Cordoba',
3192   'America/Argentina/Tucuman' => 'America/Argentina/Tucuman',
3193   'America/Argentina/La_Rioja' => 'America/Argentina/La_Rioja',
3194   'America/Argentina/San_Juan' => 'America/Argentina/San_Juan',
3195   'America/Argentina/Jujuy' => 'America/Argentina/Jujuy',
3196   'America/Argentina/Catamarca' => 'America/Argentina/Catamarca',
3197   'America/Argentina/Mendoza' => 'America/Argentina/Mendoza',
3198   'America/Argentina/Rio_Gallegos' => 'America/Argentina/Rio_Gallegos',
3199   'America/Argentina/Ushuaia' =>  'America/Argentina/Ushuaia',
3200   'America/Aruba' => 'America/Aruba',
3201   'America/La_Paz' => 'America/La_Paz',
3202   'America/Noronha' => 'America/Noronha',
3203   'America/Belem' => 'America/Belem',
3204   'America/Fortaleza' => 'America/Fortaleza',
3205   'America/Recife' => 'America/Recife',
3206   'America/Araguaina' => 'America/Araguaina',
3207   'America/Maceio' => 'America/Maceio',
3208   'America/Bahia' => 'America/Bahia',
3209   'America/Sao_Paulo' => 'America/Sao_Paulo',
3210   'America/Campo_Grande' => 'America/Campo_Grande',
3211   'America/Cuiaba' => 'America/Cuiaba',
3212   'America/Porto_Velho' => 'America/Porto_Velho',
3213   'America/Boa_Vista' => 'America/Boa_Vista',
3214   'America/Manaus' => 'America/Manaus',
3215   'America/Eirunepe' => 'America/Eirunepe',
3216   'America/Rio_Branco' => 'America/Rio_Branco',
3217   'America/Santiago' => 'America/Santiago',
3218   'Pacific/Easter' => 'Pacific/Easter' ,
3219   'America/Bogota' => 'America/Bogota',
3220   'America/Curacao' => 'America/Curacao',
3221   'America/Guayaquil' => 'America/Guayaquil',
3222   'Pacific/Galapagos' => 'Pacific/Galapagos' ,
3223   'Atlantic/Stanley' => 'Atlantic/Stanley',
3224   'America/Cayenne' => 'America/Cayenne',
3225   'America/Guyana' => 'America/Guyana',
3226   'America/Asuncion' => 'America/Asuncion',
3227   'America/Lima' => 'America/Lima',
3228   'Atlantic/South_Georgia' => 'Atlantic/South_Georgia',
3229   'America/Paramaribo' => 'America/Paramaribo',
3230   'America/Port_of_Spain' => 'America/Port_of_Spain',
3231   'America/Montevideo' => 'America/Montevideo',
3232   'America/Caracas' => 'America/Caracas',
3233   );
3234
3235   $app_list_strings['moduleList']['Sugar_Favorites'] = 'Favorites';
3236   $app_list_strings['eapm_list']= array(
3237     'Sugar'=>'Sugar',
3238     'WebEx'=>'WebEx',
3239     'GoToMeeting'=>'GoToMeeting',
3240     'IBMSmartCloud'=>'IBM SmartCloud',
3241     'Google' => 'Google',
3242     'Box' => 'Box.net',
3243     'Facebook'=>'Facebook',
3244     'Twitter'=>'Twitter',
3245   );
3246   $app_list_strings['eapm_list_import']= array(
3247         'Google' => 'Google Contacts',
3248   );
3249 $app_list_strings['eapm_list_documents']= array(
3250         'Google' => 'Google Docs',
3251   );
3252         $app_list_strings['token_status'] = array(
3253         1 => 'Request',
3254         2 => 'Access',
3255         3 => 'Invalid',
3256     );
3257
3258 $app_list_strings ['emailTemplates_type_list'] = array (
3259     '' => '' ,
3260     'campaign' => 'Campaign' ,
3261     'email' => 'Email',
3262   );
3263
3264 $app_list_strings ['emailTemplates_type_list_campaigns'] = array (
3265     '' => '' ,
3266     'campaign' => 'Campaign' ,
3267   );
3268
3269 $app_list_strings ['emailTemplates_type_list_no_workflow'] = array (
3270     '' => '' ,
3271     'campaign' => 'Campaign' ,
3272     'email' => 'Email',
3273   );
3274 $app_strings ['documentation'] = array (
3275     'LBL_DOCS' => 'Documentation',
3276     'ULT' => '02_Sugar_Ultimate',
3277         'ENT' => '02_Sugar_Enterprise',
3278         'CORP' => '03_Sugar_Corporate',
3279         'PRO' => '04_Sugar_Professional',
3280         'COM' => '05_Sugar_Community_Edition'
3281 );
3282 ?>