[ 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 'Accounts' => 'Kontrahenci', 13 'SINGLE_Accounts' => 'Kontrahent', 14 'LBL_ADD_RECORD' => 'Dodaj Kontrahenta', 15 'LBL_RECORDS_LIST' => 'Lista Kontrahentów', 16 'LBL_RECORD_SUMMARY' => 'Podsumowanie Kontrahenta', 17 18 // Blocks 19 'LBL_ACCOUNT_INFORMATION' => 'Szczegóły Kontrahenta', 20 21 // Mass Action 22 'LBL_SHOW_ACCOUNT_HIERARCHY' => 'Hierarchia Kontrahenta', 23 24 //Field Labels 25 'industry' => 'Branża', 26 'Account Name' => 'Nazwa Kontrahenta', 27 'Account No' => 'Numer Kontrahenta', 28 'Website' => 'Strona WWW', 29 'Ticker Symbol' => 'Symbol giełdowy', 30 'Member Of' => 'Powiązany z', 31 'Employees' => 'Liczba pracowników', 32 'Ownership' => 'Właściciel', 33 'SIC Code' => 'Numer EKD', 34 'Other Email' => 'Drugi mail', 35 36 //Added for existing picklist entries 37 38 'Analyst'=>'Analityk', 39 'Competitor'=>'Konkurencja', 40 'Customer'=>'Klient', 41 'Integrator'=>'Integrator', 42 'Investor'=>'Inwestor', 43 'Press'=>'Media', 44 'Prospect'=>'Potencjalny Klient', 45 'Prospect Accounts' => 'Konta Prospect', 46 'Reseller'=>'Partner', 47 'LBL_START_DATE' => 'Data rozpoczęcia', 48 'LBL_END_DATE' => 'Data zakończenia', 49 50 //Duplication error message 51 'LBL_DUPLICATES_EXIST' => 'Taka nazwa Kontrahenta już istnieje!', 52 ); 53 54 $jsLanguageStrings = array( 55 'LBL_DELETE_CONFIRMATION' => 'Usunięcie Kontrahenta spowoduje usunięcie powiązanych z nim Szans Sprzedaży i Ofert, czy na pewno chcesz to zrobić?', 56 'LBL_MASS_DELETE_CONFIRMATION' => 'Usunięcie Kontrahentów spowoduje usunięcie powiązanych z nimi Szans Sprzedaży i Ofert, czy na pewno chcesz to zrobić?', 57 );
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 |