[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/ItalianLanguagePack_it_it/modules/ -> Vendors.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      'Vendors'                      => 'Fornitori'                   , 
  12      'SINGLE_Vendors'               => 'Fornitore'                   , 
  13      'LBL_ADD_RECORD'               => 'Add Vendor'                  , 
  14      'LBL_RECORDS_LIST'             => 'Vendors List'                , 
  15      'LBL_VENDOR_INFORMATION'       => 'Informazioni Fornitore:'     , 
  16      'LBL_VENDOR_ADDRESS_INFORMATION' => 'Informazioni Indirizzo:'     , 
  17      'Vendor Name'                  => 'Nome Fornitore'              , 
  18      'Vendor No'                    => 'No. Fornitore'               , 
  19      'Website'                      => 'Sito Web'                    , 
  20      'GL Account'                   => 'Codice Contabile'            , 
  21      '300-Sales-Software'           => '300-Vendita-Software'        , 
  22      '301-Sales-Hardware'           => '301-Vendita-Hardware'        , 
  23      '302-Rental-Income'            => '302-Noleggi-Software'        , 
  24      '303-Interest-Income'          => '303-Interessi'               , 
  25      '304-Sales-Software-Support'   => '304-Vendite-Software-Support', 
  26      '305-Sales Other'              => '305-Vendite-Altro'           , 
  27      '306-Internet Sales'           => '306-Vendite-Internet'        , 
  28      '307-Service-Hardware Labor'   => '307-Servizi-Riparazione-Hardware', 
  29      '308-Sales-Books'              => '308-Vendite-Libri'           , 
  30  );
  31  $jsLanguageStrings = array(
  32      'LBL_RELATED_RECORD_DELETE_CONFIRMATION' => 'Are you sure you want to delete?', 
  33      'LBL_DELETE_CONFIRMATION'      => 'Deleting this Vendor will remove its related PurchaseOrders. Are you sure you want to delete this Vendor?', 
  34      'LBL_MASS_DELETE_CONFIRMATION' => 'Deleting this vendor(s) will remove its related Purchase Orders. Are you sure you want to delete the selected Records?', 
  35  );


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