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