[ Index ]
 

Code source de vtiger CRM 5.0.2

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/include/ -> ComboStrings.php (source)

   1  <?php
   2  /*********************************************************************************
   3  ** The contents of this file are subject to the vtiger CRM Public License Version 1.0
   4   * ("License"); You may not use this file except in compliance with the License
   5   * The Original Code is:  vtiger CRM Open Source
   6   * The Initial Developer of the Original Code is vtiger.
   7   * Portions created by vtiger are Copyright (C) vtiger.
   8   * All Rights Reserved.
   9  *
  10   ********************************************************************************/
  11  
  12  global $combo_strings;
  13  
  14  $combo_strings = Array(
  15  'accounttype_dom' => Array(''=>''
  16                  , 'Analyst'=>'Analyst'
  17                  , 'Competitor'=>'Competitor'
  18                  , 'Customer'=>'Customer'
  19                  , 'Integrator'=>'Integrator'
  20                  , 'Investor'=>'Investor'
  21                  , 'Partner'=>'Partner'
  22                  , 'Press'=>'Press'
  23                  , 'Prospect'=>'Prospect'
  24                  , 'Reseller'=>'Reseller'
  25                  , 'Other'=>'Other'
  26                  ),
  27  'industry_dom' => Array(''=>''
  28                  , 'Apparel'=>'Apparel'
  29                  , 'Banking'=>'Banking'
  30                  , 'Biotechnology'=>'Biotechnology'
  31                  , 'Chemicals'=>'Chemicals'
  32                  , 'Communications'=>'Communications'
  33                  , 'Construction'=>'Construction'
  34                  , 'Consulting'=>'Consulting'
  35                  , 'Education'=>'Education'
  36                  , 'Electronics'=>'Electronics'
  37                  , 'Energy'=>'Energy'
  38                  , 'Engineering'=>'Engineering'
  39                  , 'Entertainment'=>'Entertainment'
  40                  , 'Environmental'=>'Environmental'
  41                  , 'Finance'=>'Finance'
  42                  , 'Food & Beverage'=>'Food & Beverage'
  43                  , 'Government'=>'Government'
  44                  , 'Healthcare'=>'Healthcare'
  45                  , 'Hospitality'=>'Hospitality'
  46                  , 'Insurance'=>'Insurance'
  47                  , 'Machinery'=>'Machinery'
  48                  , 'Manufacturing'=>'Manufacturing'
  49                  , 'Media'=>'Media'
  50                  , 'Not For Profit'=>'Not For Profit'
  51                  , 'Recreation'=>'Recreation'
  52                  , 'Retail'=>'Retail'
  53                  , 'Shipping'=>'Shipping'
  54                  , 'Technology'=>'Technology'
  55                  , 'Telecommunications'=>'Telecommunications'
  56                  , 'Transportation'=>'Transportation'
  57                  , 'Utilities'=>'Utilities'
  58                  , 'Other'=>'Other'
  59                  ),
  60  'leadsource_dom' => Array(''=>''
  61                  , 'Cold Call'=>'Cold Call'
  62                  , 'Existing Customer'=>'Existing Customer'
  63                  , 'Self Generated'=>'Self Generated'
  64                  , 'Employee'=>'Employee'
  65                  , 'Partner'=>'Partner'
  66                  , 'Public Relations'=>'Public Relations'
  67                  , 'Direct Mail'=>'Direct Mail'
  68                  , 'Conference'=>'Conference'
  69                  , 'Trade Show'=>'Trade Show'
  70                  , 'Web Site'=>'Web Site'
  71                  , 'Word of mouth'=>'Word of mouth'
  72                  , 'Other'=>'Other'
  73                  ),
  74  'leadstatus_dom' => Array(''=>''
  75                  , 'Attempted to Contact'=>'Attempted to Contact'
  76                  , 'Cold'=>'Cold'
  77                  , 'Contact in Future'=>'Contact in Future'
  78                  , 'Contacted'=>'Contacted'
  79                  , 'Hot'=>'Hot'
  80                  , 'Junk Lead'=>'Junk Lead'
  81                  , 'Lost Lead'=>'Lost Lead'
  82                  , 'Not Contacted'=>'Not Contacted'
  83                  , 'Pre Qualified'=>'Pre Qualified'
  84                  , 'Qualified'=>'Qualified'
  85                  , 'Warm'=>'Warm'
  86                  ),
  87  'rating_dom' => Array(''=>''
  88                  , 'Acquired'=>'Acquired'
  89                  , 'Active'=>'Active'
  90                  , 'Market Failed'=>'Market Failed'
  91                  , 'Project Cancelled'=>'Project Cancelled'
  92                  , 'Shutdown'=>'Shutdown'
  93                  ),
  94  'licencekeystatus_dom' => Array(''=>''
  95                  , 'Sent'=>'Sent'
  96                  , 'Not Sent'=>'Not Sent'
  97                  ),
  98  'opportunity_type_dom' => Array(''=>''
  99                  , 'Existing Business'=>'Existing Business'
 100                  , 'New Business'=>'New Business'
 101                  ),
 102  'sales_stage_dom' => Array('Prospecting'=>'Prospecting'
 103                  , 'Qualification'=>'Qualification'
 104                  , 'Needs Analysis'=>'Needs Analysis'
 105                  , 'Value Proposition'=>'Value Proposition'
 106                  , 'Id. Decision Makers'=>'Id. Decision Makers'
 107                  , 'Perception Analysis'=>'Perception Analysis'
 108                  , 'Proposal/Price Quote'=>'Proposal/Price Quote'
 109                  , 'Negotiation/Review'=>'Negotiation/Review'
 110                  , 'Closed Won'=>'Closed Won'
 111                  , 'Closed Lost'=>'Closed Lost'
 112                  ),
 113  'salutationtype_dom' => Array(''=>''
 114                  , 'Mr.'=>'Mr.'
 115                  , 'Ms.'=>'Ms.'
 116                  , 'Mrs.'=>'Mrs.'
 117                  , 'Dr.'=>'Dr.'
 118                  , 'Prof.'=>'Prof.'
 119                  ),
 120  'eventstatus_dom' => Array('Planned'=>'Planned'
 121                  , 'Held'=>'Held'
 122                  , 'Not Held'=>'Not Held'
 123                  ),
 124  'taskstatus_dom' => Array('Not Started'=>'Not Started'
 125          , 'In Progress'=>'In Progress'
 126          , 'Completed'=>'Completed'
 127          , 'Pending Input'=>'Pending Input'
 128                  , 'Deferred'=>'Deferred'
 129          , 'Planned'=>'Planned'
 130                  ),
 131  'taskpriority_dom' => Array('High'=>'High'
 132                  ,'Medium'=>'Medium'
 133                  ,'Low'=>'Low'
 134                  ),
 135  'duration_minutes_dom' => Array('00'=>'00'
 136                  , '15'=>'15'
 137                  , '30'=>'30'
 138                  , '45'=>'45'
 139                  ),
 140  'productcategory_dom' => Array(''=>''
 141                  , 'Hardware'=>'Hardware'
 142                  , 'Software'=>'Software'
 143                  , 'CRM Applications'=>'CRM Applications'
 144                  ),
 145  'manufacturer_dom' => Array(''=>''
 146                  , 'AltvetPet Inc.'=>'AltvetPet Inc.'
 147                  , 'LexPon Inc.'=>'LexPon Inc.'
 148                  , 'MetBeat Corp'=>'MetBeat Corp'
 149                  ),
 150  'ticketcategories_dom' => Array('Big Problem'=>'Big Problem'
 151                                          ,'Small Problem'=>'Small Problem'
 152                                          ,'Other Problem'=>'Other Problem'
 153                                          ),
 154  'ticketpriorities_dom' => Array('Low'=>'Low'
 155                                          ,'Normal'=>'Normal'
 156                                          ,'High'=>'High'
 157                                          ,'Urgent'=>'Urgent'
 158                                          ),
 159  'ticketseverities_dom' => Array('Minor'=>'Minor'
 160                                          ,'Major'=>'Major'
 161                                          ,'Feature'=>'Feature'
 162                                          ,'Critical'=>'Critical'
 163                                          ),
 164  
 165  'ticketstatus_dom' => Array('Open'=>'Open'
 166                                  ,'In Progress'=>'In Progress'
 167                                  ,'Wait For Response'=>'Wait For Response'
 168                                  ,'Closed'=>'Closed'
 169                  ),
 170  
 171  'activitytype_dom' => Array('Call'=>'Call'
 172                      , 'Meeting'=>'Meeting'
 173                     ),
 174  
 175  'faqcategories_dom' => Array('General'=>'General'
 176                  ),
 177  
 178  'faqstatus_dom' => Array('Draft'=>'Draft'
 179                  ,'Reviewed'=>'Reviewed'
 180                  ,'Published'=>'Published'
 181                  ,'Obsolete'=>'Obsolete'
 182                  ),
 183  
 184  
 185  'currency_dom' => Array('Rupees'=>'Rupees',
 186                          'Dollar'=>'Dollar',
 187                          'Euro'=>'Euro'
 188                          ),
 189  
 190  'visibility_dom' => Array('Private'=>'Private',
 191                            'Public'=>'Public'
 192               ),
 193                       
 194  'usageunit_dom' => Array('Box'=>'Box',
 195                          'Carton'=>'Carton',
 196                          'Dozen'=>'Dozen',
 197                          'Each'=>'Each',
 198                          'Hours'=>'Hours',
 199                          'Impressions'=>'Impressions',
 200                          'Lb'=>'Lb',
 201                          'M'=>'M',
 202                          'Pack'=>'Pack',
 203                          'Pages'=>'Pages',
 204                          'Pieces'=>'Pieces',
 205                          'Quantity'=>'Quantity',
 206                          'Reams'=>'Reams',
 207                          'Sheet'=>'Sheet',
 208                          'Spiral Binder'=>'Spiral Binder',
 209                          'Sq Ft'=>'Sq Ft'
 210                          ),
 211  
 212  'glacct_dom' => Array('300-Sales-Software'=>'300-Sales-Software',
 213                          '301-Sales-Hardware'=>'301-Sales-Hardware',
 214                          '302-Rental-Income'=>'302-Rental-Income',
 215                          '303-Interest-Income'=>'303-Interest-Income',
 216                          '304-Sales-Software-Support'=>'304-Sales-Software-Support',
 217                          '305-Sales Other'=>'305-Sales Other',
 218                          '306-Internet Sales'=>'306-Internet Sales',
 219                          '307-Service-Hardware Labor'=>'307-Service-Hardware Labor',
 220                          '308-Sales-Books'=>'308-Sales-Books'
 221                          ),
 222  
 223  'quotestage_dom' => Array('Created'=>'Created',
 224                          'Delivered'=>'Delivered',
 225                          'Reviewed'=>'Reviewed',
 226                          'Accepted'=>'Accepted',
 227                          'Rejected'=>'Rejected'
 228                          ),
 229  
 230  'carrier_dom' => Array('FedEx'=>'FedEx',
 231                          'UPS'=>'UPS',
 232                          'USPS'=>'USPS',
 233                          'DHL'=>'DHL',
 234                          'BlueDart'=>'BlueDart'
 235                          ),
 236  
 237  'taxclass_dom' => Array('SalesTax'=>'SalesTax',
 238                          'Vat'=>'Vat'
 239                          ),
 240  
 241  'recurringtype_dom' => Array(''=>'',
 242              'Daily'=>'Daily',
 243              'Weekly'=>'Weekly',
 244              'Monthly'=>'Monthly',
 245              'Yearly'=>'Yearly'
 246              ),
 247  
 248  'invoicestatus_dom' => Array('Created'=>'Created',
 249              'Approved'=>'Approved',
 250              'Sent'=>'Sent',
 251              'Credit Invoice'=>'Credit Invoice',
 252              'Paid'=>'Paid'
 253              ),
 254  
 255  'postatus_dom' => Array('Created'=>'Created',
 256              'Approved'=>'Approved',
 257              'Delivered'=>'Delivered',
 258              'Cancelled'=>'Cancelled',
 259              'Received Shipment'=>'Received Shipment'
 260              ),
 261  
 262  'sostatus_dom' => Array('Created'=>'Created',
 263              'Approved'=>'Approved',
 264              'Delivered'=>'Delivered',
 265              'Cancelled'=>'Cancelled'
 266              ),
 267  
 268  'campaignstatus_dom' => Array(''=>'',
 269                    'Planning'=>'Planning',                                        'Active'=>'Active',                                  'Inactive'=>'Inactive',
 270                    'Complete'=>'Complete',
 271                    'Cancelled'=>'Cancelled',                                  ),
 272              
 273  
 274  'campaigntype_dom' => Array(''=>'',
 275                  'Conference'=>'Conference',
 276                  'Webinar'=>'Webinar',
 277                  'Trade Show'=>'Trade Show',                                    'Public Relations'=>'Public Relations',                        'Partners'=>'Partners',
 278                  'Referral Program'=>'Referral Program',
 279                  'Advertisement'=>'Advertisement',
 280                  'Banner Ads'=>'Banner Ads',
 281                  'Direct Mail'=>'Direct Mail',
 282                  'Email'=>'Email',
 283                  'Telemarketing'=>'Telemarketing',
 284                  'Others'=>'Others'
 285                  ),
 286  
 287  'expectedresponse_dom' => Array(''=>'',
 288                    'Excellent'=>'Excellent',
 289                    'Good'=>'Good',
 290                    'Average'=>'Average',
 291                                'Poor'=>'Poor'
 292                    ),                  
 293  'status_dom' => Array('Active'=>'Active',
 294                    'Inactive'=>'Inactive'
 295                    ),
 296  'activity_view_dom' => Array('Today'=>'Today',
 297                    'This Week'=>'This Week',
 298                    'This Month'=>'This Month',
 299                    'This Year'=>'This Year'
 300                ),
 301  'lead_view_dom' => Array('Today'=>'Today',
 302                    'Last 2 Days'=>'Last 2 Days',
 303                                'Last Week'=>'Last Week'
 304                ),
 305  'date_format_dom' => Array('dd-mm-yyyy'=>'dd-mm-yyyy',
 306                    'mm-dd-yyyy'=>'mm-dd-yyyy',
 307                                'yyyy-mm-dd'=>'yyyy-mm-dd'
 308                    ),              
 309          
 310  );
 311  
 312  
 313  ?>
 314  
 315  


Généré le : Sun Feb 25 10:22:19 2007 par Balluche grâce à PHPXref 0.7