[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
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 'Products' => 'Produkty', 13 'SINGLE_Products' => 'Produkt', 14 'LBL_ADD_RECORD' => 'Dodaj Produkt', 15 'LBL_RECORDS_LIST' => 'Lista Produktów', 16 'LBL_RECORD_SUMMARY' => 'Podsumowanie Produktu', 17 18 // Blocks 19 'LBL_PRODUCT_INFORMATION' => 'Szczegóły produktu', 20 'LBL_IMAGE_INFORMATION' => 'Informacje dotyczące zdjęcia', 21 'LBL_STOCK_INFORMATION' => 'Informacje magazynowe', 22 23 'LBL_MORE_CURRENCIES' => 'więcej walut', 24 'LBL_PRICES' => 'Ceny Produktu', 25 'LBL_PRICE' => 'Cena', 26 'LBL_RESET_PRICE' => 'Przelicz cenę', 27 'LBL_RESET' => 'Przelicz', 28 'LBL_ADD_TO_PRICEBOOKS' => 'Dodaj do Cenników', 29 30 //Field Labels 31 'Product No' => 'Numer produktu', 32 'Part Number' => 'Kod produktu', 33 'Product Active' => 'Produkt w sprzedaży', 34 'Manufacturer' => 'Producent', 35 'Product Category' => 'Kategoria Produktu', 36 'Website' => 'Strona WWW', 37 'Mfr PartNo' => 'Nr Fabryczny', 38 'Vendor PartNo' => 'Kod produktu u Dostawcy', 39 'Usage Unit'=>'Jednostka', 40 'Handler'=>'Odpowiedzialny za produkt', 41 'Reorder Level'=>'Minimalny stan magazynowy', 42 'Tax Class'=>'Typ podatku', 43 'Reorder Level'=>'Minimalny stan magazynowy', 44 'Vendor PartNo'=>'Kod produktu u Dostawcy', 45 'Serial No'=>'Nr seryjny', 46 'Qty In Stock'=>'Ilość na magazynie', 47 'Product Sheet'=>'Dane techniczne', 48 'Qty In Demand'=>'Wymagana ilość w Magazynie', 49 'GL Account'=>'Konto Księgowe', 50 'Product Image'=>'Zdjęcie produktu', 51 'Unit Price'=>'Cena jednostkowa', 52 'Commission Rate'=>'Marża', 53 'Qty/Unit'=>'Szt. w opakowaniu', 54 55 //Added for existing picklist entries 56 57 '--None--'=>'-- Brak --', 58 59 'Hardware'=>'Komputery', 60 'Software'=>'Oprogramowanie', 61 'CRM Applications'=>'Aplikacje CRM', 62 63 '300-Sales-Software'=>'300 Sprzedaż oprogramowania', 64 '301-Sales-Hardware'=>'301 Sprzedaż urządzeń', 65 '302-Rental-Income'=>'302 Przychody z wynajmu', 66 '303-Interest-Income'=>'303 Przychody z tytułu odsetek', 67 '304-Sales-Software-Support'=>'304 Sprzedaż wsparcia na oprogramowanie', 68 '305-Sales Other'=>'305 Sprzedaż pozostała', 69 '306-Internet Sales'=>'306 Sprzedaż internetowa', 70 '307-Service-Hardware Labor'=>'307 Koszty naprawy', 71 '308-Sales-Books'=>'308 Sprzedaż książek', 72 73 'Box'=>'Pudło', 74 'Carton'=>'Karton', 75 'Caton'=>'Jednostka', 76 'Dozen'=>'Tuzin', 77 'Each'=>'Każdy', 78 'Hours'=>'Godziny', 79 'Impressions'=>'Rodzaj', 80 'Lb'=>'Lb', 81 'M'=>'M', 82 'Pack'=>'Paczka', 83 'Pages'=>'Strony', 84 'Pieces'=>'Kawałki', 85 'Reams'=>'Ryz', 86 'Sheet'=>'Zeszytów', 87 'Spiral Binder'=>'Skoroszytów', 88 'Sq Ft'=>'m²', 89 90 'LBL_ADD_TO_PRICEBOOKS' => 'Dodaj do Cenników', 91 'LBL_PRODUCTSMOD_DISABLED' => 'Włącz Produkty modułu aby zobaczyć produkty', 92 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |