[ Index ]

PHP Cross Reference of vtigercrm-6.1.0

title

Body

[close]

/languages/pl_pl/ -> Assets.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      'SINGLE_Assets' => 'Produkt Serwisowy',
  13      'LBL_ADD_RECORD' => 'Dodaj Produkt Serwisowy',
  14      'LBL_RECORDS_LIST' => 'Lista Produktów Serwisowych',
  15      'LBL_RECORD_SUMMARY' => 'Podsumowanie Produktu Serwisowego',
  16  
  17      // Blocks
  18      'LBL_ASSET_INFORMATION' => 'Szczegóły Produktu Serwisowego',
  19      
  20      //Field Labels
  21      'Asset No' => 'Numer', 
  22      'Serial Number' => 'Numer seryjny', 
  23      'Date Sold' => 'Data sprzedaży',
  24      'Date in Service' => 'Data ważności serwisu',
  25      'Tag Number' => 'Oznaczenie',
  26      'Invoice Name' => 'Faktura',
  27      'Shipping Method' => 'Rodzaj dostawy',
  28      'Shipping Tracking Number' => 'Numer przesyłki',
  29      'Asset Name' => 'Nazwa produktu serwisowego',
  30      'Customer Name' => 'Nazwa Kontrahenta',
  31      'Notes' => 'Opis',
  32      
  33      /*picklist values*/
  34      'In Service'=>'W serwisie',
  35      'Out-of-service'=>'Serwis zakończony',
  36  );


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