[ 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 'Contacts' => 'Kontakty', 13 'SINGLE_Contacts' => 'Kontakt', 14 'LBL_ADD_RECORD' => 'Dodaj kontakt', 15 'LBL_RECORDS_LIST' => 'Lista kontaktów', 16 'LBL_RECORD_SUMMARY' => 'Podsumowanie kontaktu', 17 18 // Blocks 19 'LBL_CONTACT_INFORMATION' => 'Podstawowe informacje', 20 'LBL_CUSTOMER_PORTAL_INFORMATION' => 'Dostęp do portalu Klienta', 21 'LBL_IMAGE_INFORMATION' => 'Informacje dotyczące zdjęcia', 22 23 //Field Labels 24 'Office Phone' => 'Telefon biurowy', 25 'Home Phone' => 'Telefon domowy', 26 'Title' => 'Stanowisko', 27 'Department' => 'Dział', 28 'Birthdate' => 'Data urodzin', 29 'Reports To' => 'Raporty do', 30 'Assistant' => 'Asystent(ka)', 31 'Assistant Phone' => 'Telefon asystenta(ki)', 32 'Do Not Call' => 'Nie dzwonić', 33 'Reference' => 'Referencje', 34 'Portal User' => 'Aktywacja portalu Klienta', 35 'Mailing Street' => 'Dane adresowe - ulica', 36 'Mailing City' => 'Dane adresowe - miasto', 37 'Mailing State' => 'Dane adresowe - województwo', 38 'Mailing Zip' => 'Dane adresowe - kod pocztowy', 39 'Mailing Country' => 'Dane adresowe - kraj', 40 'Mailing Po Box' => 'Dane adresowe - skrytka pocztowa', 41 'Other Street' => 'Adres dodatkowy - ulica', 42 'Other City' => 'Adres dodatkowy - miasto', 43 'Other State' => 'Adres dodatkowy - województwo', 44 'Other Zip' => 'Adres dodatkowy - kod pocztowy', 45 'Other Country' => 'Adres dodatkowy - kraj', 46 'Other Po Box' => 'Adres dodatkowy - skrytka pocztowa', 47 'Contact Image' => 'Zdjęcie kontaktu', 48 'Support Start Date' => 'Wsparcie Początek', 49 'Support End Date' => 'Data zakończenia wsparcia', 50 51 //Added for Picklist Values 52 'Mr.'=>'Pan', 53 'Ms.'=>'Panna', 54 'Mrs.'=>'Pani', 55 'Dr.'=>'Dr', 56 'Prof.'=>'Prof.', 57 58 'User List'=>'Lista użytkowników', 59 );
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 |