[ 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 //DetailView Actions 12 'SINGLE_SalesOrder' => 'Zamówienie od Klienta', 13 'LBL_EXPORT_TO_PDF' => 'Eksport do PDF', 14 15 //Basic strings 16 'LBL_ADD_RECORD' => 'Dodaj zamówienie od Klienta', 17 'LBL_RECORDS_LIST' => 'Lista zamówień od Klientów', 18 'LBL_RECORD_SUMMARY' => 'Podsumowanie zamówienia od Klienta', 19 20 // Blocks 21 'LBL_SO_INFORMATION' => 'Szczegóły zamówienia od Klienta', 22 23 //Field labels 24 'SalesOrder No'=>'Numer zamówienia od Klienta', 25 'Quote Name'=>'Oferta', 26 'Customer No' => 'Numer Kontrahenta', 27 'Requisition No'=>'Numer rezerwacji', 28 'Tracking Number'=>'Numer przesyłki', 29 'Sales Commission' => 'Marża ze sprzedaży', 30 'Purchase Order'=>'Zamówienie do Dostawcy', 31 'Vendor Terms'=>'Warunki zamówienia do Dostawcy', 32 'Pending'=>'Oczekujące', 33 'Enable Recurring' => 'Włącz automatyczne fakturowanie', 34 'Frequency' => 'Częstotliwość', 35 'Start Period' => 'Data rozpoczęcia', 36 'End Period' => 'Data zakończenia', 37 'Payment Duration' => 'Okres płatności', 38 'Invoice Status' => 'Status faktury', 39 40 //Added for existing Picklist Entries 41 42 'Sub Total'=>'Podsumowanie', 43 'AutoCreated'=>'Utworzona automatycznie', 44 'Sent'=>'Wysłana', 45 'Credit Invoice'=>'Faktura kredytowa', 46 'Paid'=>'Zapłacona', 47 );
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 |