[ Index ]
 

Code source de vtiger CRM 5.0.2

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

title

Body

[fermer]

/modules/Import/language/ -> en_us.lang.php (source)

   1  <?php
   2  /*********************************************************************************
   3   * The contents of this file are subject to the SugarCRM Public License Version 1.1.2
   4   * ("License"); You may not use this file except in compliance with the
   5   * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
   6   * Software distributed under the License is distributed on an  "AS IS"  basis,
   7   * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for
   8   * the specific language governing rights and limitations under the License.
   9   * The Original Code is:  SugarCRM Open Source
  10   * The Initial Developer of the Original Code is SugarCRM, Inc.
  11   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.;
  12   * All Rights Reserved.
  13   * Contributor(s): ______________________________________.
  14   ********************************************************************************/
  15  /*********************************************************************************
  16   * $Header$
  17   * Description:  Defines the English language pack for the Account module.
  18   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
  19   * All Rights Reserved.
  20   * Contributor(s): ______________________________________..
  21   ********************************************************************************/
  22  
  23  
  24  $mod_strings = Array(
  25  'LBL_IMPORT_MODULE_NO_DIRECTORY'=>'The directory ',
  26  'LBL_IMPORT_MODULE_NO_DIRECTORY_END'=>' does not exist or is not writable',
  27  'LBL_IMPORT_MODULE_ERROR_NO_UPLOAD'=>'File was not uploaded successfully, try again',
  28  'LBL_IMPORT_MODULE_ERROR_LARGE_FILE'=>'File is too large. Max:',
  29  'LBL_IMPORT_MODULE_ERROR_LARGE_FILE_END'=>'Bytes. Change $upload_maxsize in config.php',
  30  'LBL_MODULE_NAME'=>'Import',
  31  'LBL_TRY_AGAIN'=>'Try Again',
  32  'LBL_ERROR'=>'Error:',
  33  'ERR_MULTIPLE'=>'Multiple columns have been defined with the same field name.',
  34  'ERR_MISSING_REQUIRED_FIELDS'=>'Missing required fields:',
  35  'ERR_SELECT_FULL_NAME'=>'You cannot select Full Name when First Name and Last Name are selected.',
  36  'ERR_SELECT_FILE'=>'Select a file to upload.',
  37  'LBL_SELECT_FILE'=>'Select file:',
  38  'LBL_CUSTOM'=>'Custom',
  39  'LBL_DONT_MAP'=>'-- Do not map this field --',
  40  'LBL_STEP_1_TITLE'=>'Step 1 of 4: Select Data Source',
  41  'LBL_WHAT_IS'=>'Please select a data source from the following:',
  42  'LBL_MICROSOFT_OUTLOOK'=>'Microsoft Outlook',
  43  'LBL_ACT'=>'Act!',
  44  'LBL_SALESFORCE'=>'Salesforce.com',
  45  'LBL_MY_SAVED'=>'My Saved Sources:',
  46  'LBL_PUBLISH'=>'publish',
  47  'LBL_DELETE'=>'delete',
  48  'LBL_PUBLISHED_SOURCES'=>'Published Sources:',
  49  'LBL_UNPUBLISH'=>'un-publish',
  50  'LBL_NEXT'=>'Next',
  51  'LBL_BACK'=>'Back',
  52  'LBL_STEP_2_TITLE'=>'Step 2 of 4: Upload Export File',
  53  'LBL_HAS_HEADER'=>'Has Header',
  54  
  55  'LBL_NUM_1'=>'1.',
  56  'LBL_NUM_2'=>'2.',
  57  'LBL_NUM_3'=>'3.',
  58  'LBL_NUM_4'=>'4.',
  59  'LBL_NUM_5'=>'5.',
  60  'LBL_NUM_6'=>'6.',
  61  'LBL_NUM_7'=>'7.',
  62  'LBL_NUM_8'=>'8.',
  63  'LBL_NUM_9'=>'9.',
  64  'LBL_NUM_10'=>'10.',
  65  'LBL_NUM_11'=>'11.',
  66  'LBL_NUM_12'=>'12.',
  67  'LBL_NOW_CHOOSE'=>'Now choose that file to import:',
  68  'LBL_IMPORT_OUTLOOK_TITLE'=>'Microsoft Outlook 98 and 2000 can export data in the <b>Comma Separated Values</b> format which can be used to import data into the system. To export your data from Outlook, follow the steps below:',
  69  'LBL_OUTLOOK_NUM_1'=>'Start <b>Outlook</b>',
  70  'LBL_OUTLOOK_NUM_2'=>'Select the <b>File</b> menu, then the <b>Import and Export ...</b> menu option',
  71  'LBL_OUTLOOK_NUM_3'=>'Choose <b>Export to a file</b> and click Next',
  72  'LBL_OUTLOOK_NUM_4'=>'Choose <b>Comma Separated Values (Windows)</b> and click <b>Next</b>.<br>  Note: You may be prompted to install the export component',
  73  'LBL_OUTLOOK_NUM_5'=>'Select the <b>Contacts</b> folder and click <b>Next</b>. You can select different contacts folders if your contacts are stored in multiple folders',
  74  'LBL_OUTLOOK_NUM_6'=>'Choose a filename and click <b>Next</b>',
  75  'LBL_OUTLOOK_NUM_7'=>'Click <b>Finish</b>',
  76  'LBL_IMPORT_ACT_TITLE'=>'Act! can export data in the <b>Comma Separated Values</b> format which can be used to import data into the system. To export your data from Act!, follow the steps below:',
  77  'LBL_ACT_NUM_1'=>'Launch <b>ACT!</b>',
  78  'LBL_ACT_NUM_2'=>'Select the <b>File</b> menu, the <b>Data Exchange</b> menu option, then the <b>Export...</b> menu option',
  79  'LBL_ACT_NUM_3'=>'Select the file type <b>Text-Delimited</b>',
  80  'LBL_ACT_NUM_4'=>'Choose a filename and location for the exported data and click <b>Next</b>',
  81  'LBL_ACT_NUM_5'=>'Select <b>Contacts records only</b>',
  82  'LBL_ACT_NUM_6'=>'Click the <b>Options...</b> button',
  83  'LBL_ACT_NUM_7'=>'Select <b>Comma</b> as the field separator character',
  84  'LBL_ACT_NUM_8'=>'Check the <b>Yes, export field names</b> checkbox and click <b>OK</b>',
  85  'LBL_ACT_NUM_9'=>'Click <b>Next</b>',
  86  'LBL_ACT_NUM_10'=>'Select <b>All Records</b> and then Click <b>Finish</b>',
  87  
  88  'LBL_IMPORT_SF_TITLE'=>'Salesforce.com can export data in the <b>Comma Separated Values</b> format which can be used to import data into the system. To export your data from Salesforce.com, follow the steps below:',
  89  'LBL_SF_NUM_1'=>'Open your browser, go to http://www.salesforce.com, and login with your email address and password',
  90  'LBL_SF_NUM_2'=>'Click on the <b>Reports</b> tab on the top menu',
  91  'LBL_SF_NUM_3'=>'To export Accounts:</b> Click on the <b>Active Accounts</b> link<br><b>To export Contacts:</b> Click on the <b>Mailing List</b> link',
  92  'LBL_SF_NUM_4'=>'On <b>Step 1: Select your report type</b>, select <b>Tabular Report</b>click <b>Next</b>',
  93  'LBL_SF_NUM_5'=>'On <b>Step 2: Select the report columns</b>, choose the columns you want to export and click <b>Next</b>',
  94  'LBL_SF_NUM_6'=>'On <b>Step 3: Select the information to summarize</b>, just click <b>Next</b>',
  95  'LBL_SF_NUM_7'=>'On <b>Step 4: Order the report columns</b>, just click <b>Next</b>',
  96  'LBL_SF_NUM_8'=>'On <b>Step 5: Select your report criteria</b>, under <b>Start Date</b>, choose a date far enough in the past to include all your Accounts. You can also export a subset of Accounts using more advanced criteria. When you are done, click <b>Run Report</b>',
  97  'LBL_SF_NUM_9'=>'A report will be generated, and the page should display <b>Report Generation Status: Complete.</b> Now click <b>Export to Excel</b>',
  98  'LBL_SF_NUM_10'=>'On <b>Export Report:</b>, for <b>Export File Format:</b>, choose <b>Comma Delimited .csv</b>. Click <b>Export</b>.',
  99  'LBL_SF_NUM_11'=>'A dialog will pop up for you to save the export file to your computer.',
 100  'LBL_IMPORT_CUSTOM_TITLE'=>'Many applications will allow you to export data into a <b>Comma Delimited text file (.csv)</b>. Generally most applications follow these general steps:',
 101  'LBL_CUSTOM_NUM_1'=>'Launch the application and Open the data file',
 102  'LBL_CUSTOM_NUM_2'=>'Select the <b>Save As...</b> or <b>Export...</b> menu option',
 103  'LBL_CUSTOM_NUM_3'=>'Save the file in a <b>CSV</b> or <b>Comma Separated Values</b> format',
 104  
 105  'LBL_STEP_3_TITLE'=>'Step 3 of 4: Confirm Fields and Import',
 106  'LBL_STEP_1'=>'Step 1 of 3 : ',
 107  'LBL_STEP_1_TITLE'=>'Select the .CSV File',
 108  'LBL_STEP_1_TEXT'=> ' vtiger CRM supports importing records from .csv (<b> Comma Separated Values</b> ) files. To start import, browse to locate the .CSV file and click on the Next button to Continue.',
 109  
 110  'LBL_SELECT_FIELDS_TO_MAP'=>'In the list below, select the fields in your import file that should be imported into each field in the system. When you are finished, click <b>Import Now</b>',
 111  
 112  'LBL_DATABASE_FIELD'=>'Database Field',
 113  'LBL_HEADER_ROW'=>'Header Row',
 114  'LBL_ROW'=>'Row',
 115  'LBL_SAVE_AS_CUSTOM'=>'Save as Custom Mapping :',
 116  'LBL_CONTACTS_NOTE_1'=>'Either Last Name or Full Name must be mapped.',
 117  'LBL_CONTACTS_NOTE_2'=>'If Full Name is mapped, then First Name and Last Name are ignored.',
 118  'LBL_CONTACTS_NOTE_3'=>'If Full Name is mapped, then the data in Full Name will be split into First Name and Last Name when inserted into the database.',
 119  'LBL_CONTACTS_NOTE_4'=>'Fields ending in Address Street 2 and Address Street 3 are concatenated together with the main Address Street Field when inserted into the database.',
 120  'LBL_ACCOUNTS_NOTE_1'=>'Account Name must be mapped.',
 121  'LBL_ACCOUNTS_NOTE_2'=>'Fields ending in Address Street 2 and Address Street 3 are concatenated together with the main Address Street Field when inserted into the database.',
 122  'LBL_POTENTIALS_NOTE_1'=>'Potential Name, Account Name, Date Closed, and Sales Stage are required fields.',
 123  'LBL_OPPORTUNITIES_NOTE_1'=>'Opportunity Name, Account Name, Date Closed, and Sales Stage are required fields.',
 124  'LBL_LEADS_NOTE_1'=>'Last Name must be mapped.',
 125  'LBL_LEADS_NOTE_2'=>'Company Name must be mapped.',
 126  'LBL_IMPORT_NOW'=>'Import Now',
 127  'LBL_'=>'',
 128  'LBL_'=>'',
 129  'LBL_CANNOT_OPEN'=>'Cannot open the imported file for reading',
 130  'LBL_NOT_SAME_NUMBER'=>'There were not the same number of fields per line in your file',
 131  'LBL_NO_LINES'=>'There were no lines in your import file',
 132  'LBL_FILE_ALREADY_BEEN_OR'=>'The import file has already been processed or does not exist',
 133  'LBL_SUCCESS'=>'Success! ',
 134  'LBL_SUCCESSFULLY'=>'Succesfully Imported',
 135  'LBL_LAST_IMPORT_UNDONE'=>'Your Last Import Was Undone',
 136  'LBL_NO_IMPORT_TO_UNDO'=>'There was no import to undo.',
 137  'LBL_FAIL'=>'Fail:',
 138  'LBL_RECORDS_SKIPPED'=>'records skipped because they were missing one or more required fields',
 139  'LBL_IDS_EXISTED_OR_LONGER'=>'records skipped because the id\'s either existed or where longer than 36 characters',
 140  'LBL_RESULTS'=>'Results',
 141  'LBL_IMPORT_MORE'=>'Import More',
 142  'LBL_FINISHED'=>'Finished',
 143  'LBL_UNDO_LAST_IMPORT'=>'Undo Last Import',
 144  
 145  'LBL_SUCCESS_1' => 'No. of Records Successfully Imported : ',
 146  'LBL_SKIPPED_1' => 'No. of Records Skipped as they were missing one or more required fields : ',
 147  
 148  //Added for patch2 - Products Import Notes
 149  'LBL_PRODUCTS_NOTE_1'=>'Product Name must be mapped',
 150  'LBL_PRODUCTS_NOTE_2'=>'Before import please check whether a single column has been mapped twice',
 151  
 152  //Added for version 5
 153  'LBL_FILE_LOCATION'=>'File Location :',
 154  'LBL_STEP_2_3'=>'Step 2 of 3 :',
 155  'LBL_LIST_MAPPING'=>'List & Mapping',
 156  'LBL_STEP_2_MSG'=>'The following tables shows the imported',
 157  'LBL_STEP_2_MSG1'=>'and other details.',
 158  'LBL_STEP_2_TXT'=>'To map the fields, select the corresponding in combo boxes for each',
 159  'LBL_USE_SAVED_MAPPING'=>'Use Saved Mapping :',
 160  'LBL_MAPPING'=>'Mapping',
 161  'LBL_HEADERS'=>'Headers :',
 162  'LBL_ERROR_MULTIPLE'=>'Same fields may be mapped twice. Please check the mapped fields.',
 163  'LBL_STEP_3_3'=>'Step 3 of 3 : ',
 164  'LBL_MAPPING_RESULTS'=>'Mapping Results ',
 165  'LBL_LAST_IMPORTED'=>'Last Imported',
 166  
 167  );
 168  
 169  /*$mod_list_strings = Array(
 170  'contacts_import_fields' => Array(
 171      "id"=>"Contact ID"
 172      ,"first_name"=>"First Name"
 173      ,"last_name"=>"Last Name"
 174      ,"salutation"=>"Salutation"
 175      ,"lead_source"=>"Lead Source"
 176      ,"birthdate"=>"Lead Source"
 177      ,"do_not_call"=>"Do Not Call"
 178      ,"email_opt_out"=>"Email Opt Out"
 179      ,"primary_address_street_2"=>"Primary Address Street 2"
 180      ,"primary_address_street_3"=>"Primary Address Street 3"
 181      ,"alt_address_street_2"=>"Other Address Street 2"
 182      ,"alt_address_street_3"=>"Other Address Street 3"
 183      ,"full_name"=>"Full Name"
 184      ,"account_name"=>"Account Name"
 185      ,"account_id"=>"Account ID"
 186      ,"title"=>"Title"
 187      ,"department"=>"Department"
 188      ,"birthdate"=>"Birthdate"
 189      ,"do_not_call"=>"Do Not Call"
 190      ,"phone_home"=>"Phone (Home)"
 191      ,"phone_mobile"=>"Phone (Mobile)"
 192      ,"phone_work"=>"Phone (Work)"
 193      ,"phone_other"=>"Phone (Other)"
 194      ,"phone_fax"=>"Fax"
 195      ,"email1"=>"Email"
 196      ,"email2"=>"Email (Other)"
 197      ,"yahoo_id"=>"Yahoo! ID"
 198      ,"assistant"=>"Assistant"
 199      ,"assistant_phone"=>"Assistant Phone"
 200      ,"primary_address_street"=>"Primary Address Street"
 201      ,"primary_address_city"=>"Primary Address City"
 202      ,"primary_address_state"=>"Primary Address State"
 203      ,"primary_address_postalcode"=>"Primary Address Postalcode"
 204      ,"primary_address_country"=>"Primary Address Country"
 205      ,"alt_address_street"=>"Other Address Street"
 206      ,"alt_address_city"=>"Other Address City"
 207      ,"alt_address_state"=>"Other Address State"
 208      ,"alt_address_postalcode"=>"Other Address Postalcode"
 209      ,"alt_address_country"=>"Other Address Country"
 210      ,"description"=>"Description"
 211  
 212      ),*/
 213  $mod_list_strings = Array(
 214  'contacts_import_fields' => Array(
 215      //"id"=>"Contact ID"
 216      "firstname"=>"First Name"
 217      ,"lastname"=>"Last Name"
 218      ,"salutationtype"=>"Salutation"
 219      ,"leadsource"=>"Lead Source"
 220      ,"birthday"=>"Birthdate"
 221      ,"donotcall"=>"Do Not Call"
 222      ,"emailoptout"=>"Email Opt Out"
 223      //,"primary_address_street_2"=>"Primary Address Street 2"
 224      //,"primary_address_street_3"=>"Primary Address Street 3"
 225      //,"alt_address_street_2"=>"Other Address Street 2"
 226      //,"alt_address_street_3"=>"Other Address Street 3"
 227      //,"full_name"=>"Full Name"
 228      //,"account_name"=>"Account Name"
 229      ,"account_id"=>"Account Name"
 230      ,"title"=>"Title"
 231      ,"department"=>"Department"
 232      //,"birthdate"=>"Birthdate"
 233      //,"do_not_call"=>"Do Not Call"
 234      ,"homephone"=>"Phone (Home)"
 235      ,"mobile"=>"Phone (Mobile)"
 236      ,"phone"=>"Phone (Work)"
 237      ,"otherphone"=>"Phone (Other)"
 238      ,"fax"=>"Fax"
 239      ,"email"=>"Email"
 240      ,"otheremail"=>"Email (Other)"
 241      ,"yahooid"=>"Yahoo! ID"
 242      ,"assistant"=>"Assistant"
 243      ,"assistantphone"=>"Assistant Phone"
 244      ,"mailingstreet"=>"Mailing Address Street"
 245      ,"mailingpobox"=>"Mailing Address PO Box"
 246      ,"mailingcity"=>"Mailing Address City"
 247      ,"mailingstate"=>"Mailing Address State"
 248      ,"mailingzip"=>"Mailing Address Postalcode"
 249      ,"mailingcountry"=>"Mailing Address Country"
 250      ,"otherstreet"=>"Other Address Street"
 251      ,"otherpobox"=>"Other Address PO Box"
 252      ,"othercity"=>"Other Address City"
 253      ,"otherstate"=>"Other Address State"
 254      ,"otherzip"=>"Other Address Postalcode"
 255      ,"othercountry"=>"Other Address Country"
 256      ,"description"=>"Description"
 257      ,"assigned_user_id"=>"Assigned To"
 258      ),
 259  
 260  'accounts_import_fields' => Array(
 261      //"id"=>"Account ID",
 262      "accountname"=>"Account Name",
 263      "website"=>"Website",
 264      "industry"=>"Industry",
 265      "accounttype"=>"Type",
 266      "tickersymbol"=>"Ticker Symbol",
 267      "parent_name"=>"Member of",
 268      "employees"=>"Employees",
 269      "ownership"=>"Ownership",
 270      "phone"=>"Phone",
 271      "fax"=>"Fax",
 272      "otherphone"=>"Other Phone",
 273      "email1"=>"Email",
 274      "email2"=>"Other Email",
 275      "rating"=>"Rating",
 276      "siccode"=>"SIC Code",
 277      "annual_revenue"=>"Annual Revenue",
 278      "bill_street"=>"Billing Address Street",
 279      //"billing_address_street_2"=>"Billing Address Street 2",
 280      //"billing_address_street_3"=>"Billing Address Street 3",
 281      //"billing_address_street_4"=>"Billing Address Street 4",
 282      "bill_pobox"=>"Billing Address PO Box",
 283      "bill_city"=>"Billing Address City",
 284      "bill_state"=>"Billing Address State",
 285      "bill_code"=>"Billing Address Postalcode",
 286      "bill_country"=>"Billing Address Country",
 287      "ship_street"=>"Shipping Address Street",
 288      //"shipping_address_street_2"=>"Shipping Address Street 2",
 289      //"shipping_address_street_3"=>"Shipping Address Street 3",
 290      //"shipping_address_street_4"=>"Shipping Address Street 4",
 291      "ship_pobox"=>"Shipping Address PO Box",
 292      "ship_city"=>"Shipping Address City",
 293      "ship_state"=>"Shipping Address State",
 294      "ship_code"=>"Shipping Address Postalcode",
 295      "ship_country"=>"Shipping Address Country",
 296      "description"=>"Description",
 297      "assigned_user_id"=>"Assigned To"
 298      ),
 299  
 300  'potentials_import_fields' => Array(
 301          //"id"=>"Account ID"
 302                   "potentialname"=>"Potential Name"
 303                  , "account_id"=>"Account Name"
 304                  , "opportunity_type"=>"Potential Type"
 305                  , "leadsource"=>"Lead Source"
 306                  , "amount"=>"Amount"
 307                  , "closingdate"=>"Closing Date"
 308                  , "nextstep"=>"Next Step"
 309                  , "sales_stage"=>"Sales Stage"
 310                  , "probability"=>"Probability"
 311                  , "description"=>"Description"
 312          ,"assigned_user_id"=>"Assigned To"
 313      ),
 314  
 315  
 316  'leads_import_fields' => Array(
 317          "salutationtype"=>"Salutation",
 318          "firstname"=>"First Name",
 319          "phone"=>"Phone",
 320          "lastname"=>"Last Name",
 321          "mobile"=>"Mobile",
 322          "company"=>"Company",
 323          "fax"=>"Fax",
 324          "designation"=>"Designation",
 325          "email"=>"Email",
 326          "leadsource"=>"Lead Source",
 327          "website"=>"Website",
 328          "industry"=>"Industry",
 329          "leadstatus"=>"Lead Status",
 330          "annualrevenue"=>"Annual Revenue",
 331          "rating"=>"Rating",
 332          "licencekeystatus"=>"License Key",
 333          "noofemployees"=>"No Of Employees",
 334          "assigned_user_id"=>"Assigned To",
 335          "yahooid"=>"Yahoo Id",        
 336          "lane"=>"Street",
 337          "pobox"=>"PO Box",
 338          "code"=>"Postal Code",
 339          "city"=>"City",
 340          "country"=>"Country",
 341          "state"=>"State",
 342          "description"=>"Description"
 343          ,"assigned_user_id"=>"Assigned To"
 344      ),
 345   
 346   'products_import_fields' => Array(
 347       'productname'=>'Product Name',
 348       'productcode'=>'Product Code',
 349       'productcategory'=>'Product Category',
 350       'manufacturer'=>'Manufacturer',
 351       'product_description'=>'Product Description',
 352       'qty_per_unit'=>'Quantity Per/Unit',
 353       'unit_price'=>'Unit Price',
 354       'weight'=>'Weight',
 355       'pack_size'=>'Pack Size',
 356       'start_date'=>'Start Date',
 357       'expiry_date'=>'Expiration Date',
 358       'cost_factor'=>'Cost Factor',
 359       'commissionmethod'=>'Commission Method',
 360       'discontinued'=>'Discontinued',
 361       'commissionrate'=>'Commission Rate',
 362      'sales_start_date'=>'Sales Start Date',
 363      'sales_end_date'=>'Sales End Date',
 364      'usageunit'=>'Usage Unit',
 365      'serialno'=>'Serial No',
 366      'currency'=>'currency',
 367      'reorderlevel'=>'Reorder Level',
 368      'website'=>'Web Site',
 369      'taxclass'=>'Tax Class',
 370      'mfr_part_no'=>'Manufacture Part No',
 371      'vendor_part_no'=>'Vendor Part No',
 372      'qtyinstock'=>'Quantity in Stock',
 373      'productsheet'=>'Product Sheet',
 374      'qtyindemand'=>'Quantity in Demand',
 375      'glacct'=>'GL Account',
 376      'assigned_user_id'=>'Assigned To'
 377       )
 378  
 379  );
 380  
 381  ?>


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