[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/en_us/ -> Quotes.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  $languageStrings = array(
  11      'Accepted'=>'Accepted',
  12      'Inventory Manager'=>'Inventory Manager',
  13      'LBL_ADD_RECORD' => 'Add Quote',
  14      'LBL_EXPORT_TO_PDF' => 'Export to PDF',
  15      'LBL_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_OR_REPLACE_THIS_ITEM' => 'is deleted from the system.please remove or replace this item',
  16      'LBL_QUOTE_INFORMATION' => 'Quote Details',
  17      'LBL_RECORDS_LIST' => 'Quotes List',
  18      'LBL_SEND_MAIL_PDF' => 'Send Email with PDF',
  19      'LBL_THIS_LINE_ITEM_IS_DELETED_FROM_THE_SYSTEM_PLEASE_REMOVE_THIS_LINE_ITEM' => 'This line item is deleted from the system,please remove this line items',
  20      'LBL_THIS' => 'This',
  21      'Quote No'=>'Quote Number',
  22      'Quote Stage'=>'Quote Stage',
  23      'Rejected'=>'Rejected',
  24      'SINGLE_Quotes' => 'Quote',
  25      'Valid Till'=>'Valid Until',
  26  );
  27  
  28  $jsLanguageStrings = array(
  29      'JS_PLEASE_REMOVE_LINE_ITEM_THAT_IS_DELETED' => 'Please remove line item that is deleted',
  30  );


Generated: Fri Nov 28 20:08:37 2014 Cross-referenced by PHPXref 0.7.1