[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/pkg/vtiger/translations/PolishLanguagePack_pl_pl/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      // Basic Strings
  12      'Vendors' => 'Dostawcy',
  13      'SINGLE_Vendors' => 'Dostawca',
  14      'LBL_ADD_RECORD' => 'Dodaj dostawcę',
  15      'LBL_RECORDS_LIST' => 'Lista dostawców',
  16      'LBL_RECORD_SUMMARY' => 'Podsumowanie dostawcy',
  17  
  18      // Blocks
  19      'LBL_VENDOR_INFORMATION' => 'Szczegółu dostawcy',
  20      'LBL_VENDOR_ADDRESS_INFORMATION' => 'Dane adresowe',
  21      
  22      //Field Labels
  23      'Vendor Name' => 'Nazwa dostawcy',
  24      'Vendor No' => 'Numer dostawcy',
  25      'Website' => 'Strona WWW',
  26      'GL Account' => 'Konto Księgowe',
  27      
  28      //Added for existing Picklist entries
  29  
  30      '300-Sales-Software'=>'300 Sprzedaż oprogramowania',
  31      '301-Sales-Hardware'=>'301 Sprzedaż urządzeń',
  32      '302-Rental-Income'=>'302 Przychody z wynajmu',
  33      '303-Interest-Income'=>'303 Przychody z tytułu odsetek',
  34      '304-Sales-Software-Support'=>'304 Sprzedaż wsparcia na oprogramowanie',
  35      '305-Sales Other'=>'305 Sprzedaż pozostała',
  36      '306-Internet Sales'=>'306 Sprzedaż internetowa',
  37      '307-Service-Hardware Labor'=>'307 Koszty naprawy',
  38      '308-Sales-Books'=>'308 Sprzedaż książek',
  39  );
  40  
  41  $jsLanguageStrings = array(
  42      'LBL_DELETE_CONFIRMATION' => 'Usunięcie dostawcy spowoduje usunięcie wszystkich zamówieniń z którymi jest powiązany, czy na pewno chcesz usunąć rekord?',
  43      'LBL_MASS_DELETE_CONFIRMATION' => 'Usunięcie dostawcy (ów) spowoduje usunięcie wszystkich zamówieniń z którymi jest (są) powiązany (i), czy na pewno chcesz usunąć rekord?',
  44  );


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