[ 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_Invoice' => 'Faktura', 13 'LBL_EXPORT_TO_PDF' => 'Eksport do PDF', 14 15 //Basic strings 16 'LBL_ADD_RECORD' => 'Dodaj Fakturę', 17 'LBL_RECORDS_LIST' => 'Lista Faktur', 18 'LBL_RECORD_SUMMARY' => 'Podsumowanie Faktury', 19 20 // Blocks 21 'LBL_INVOICE_INFORMATION' => 'Szczegóły Faktury', 22 23 //Field labels 24 'Sales Order' => 'Zamówienie od Klientów', 25 'Customer No' => 'Nr klienta', 26 'Invoice Date' => 'Data sprzedaży', 27 'Purchase Order' => 'Zamówienie do Dostawców', 28 'Sales Commission' => 'Prowizja od sprzedaży', 29 'Account Name' => 'Kontrahent', 30 'Invoice No' => 'Nr faktury', 31 //Added for existing Picklist Entries 32 33 'Sent'=>'Wysłana', 34 'Credit Invoice'=>'Faktura Kredytowa', 35 'Paid'=>'Zapłacona', 36 'AutoCreated'=>'Utworzona automatycznie', 37 'Cancel' => 'Anulowana', 38 'LBL_NOT_A_BUNDLE' => 'Pakiet nie', 39 'LBL_SUB_PRODUCTS' => 'Produkty cząstkowe', 40 'LBL_ACTION' => 'Akcja', 41 );
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 |