[ 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 //Actions 12 'LBL_SAVED_SUCCESSFULLY' => 'Zapisano poprawnie', 13 'LBL_DELETED_SUCCESSFULLY' => 'Usunięto poprawnie', 14 'LBL_INVALID_MAPPING' => 'Niepoprawne mapowanie', 15 'LBL_CONVERT_LEAD_FIELD_MAPPING' => 'Konwertuj mapowanie pól', 16 'LBL_FIELD_LABEL' => 'Nazwa pola', 17 'LBL_FIELD_TYPE' => 'Typ pola', 18 'LBL_MAPPING_WITH_OTHER_MODULES' => 'Mapowanie z innym modułem', 19 'LBL_ORGANIZATIONS' => 'Kontrahenci', 20 'LBL_CONTACTS' => 'Kontakty', 21 'LBL_OPPURTUNITIES' => 'Szanse sprzedaży', 22 'LBL_ADD_MAPPING' => 'Dodaj mapowanie', 23 'LBL_NONE' => 'Brak', 24 25 //Field Type Translation 26 'phone' => 'Pole telefonu', 27 'picklist' => 'Pole słownikowe', 28 'email' => 'Pole mailowe', 29 'text' => 'Pole tekstowe', 30 'currency' => 'Pole walutowe', 31 'multiSelectCombo' => 'Pole słownikowe (multiwyboru)', 32 'time' => 'Pole czasu', 33 'textArea' => 'Obszar tekstowy', 34 'url' => 'Adres WWW', 35 'string' => 'Potel tekstowe (string)', 36 'checkBox' => 'Pole zaznaczenia', 37 'date' => 'Pole daty', 38 'decimal' => 'Pole liczbowe (dziesiętne)', 39 'percent' => 'Pole procentowe', 40 'skype' => 'Pole Skype', 41 ); 42 $jsLanguageStrings = array( 43 'JS_NONE' => 'Brak', 44 'JS_IS_ALREADY_BEEN_MAPPED' => 'już jest z mapowane', 45 'JS_CANT_MAP' => 'Nie można zmapować', 46 'JS_WITH' => 'z', 47 'JS_MAPPING_DELETED_SUCCESSFULLY' => 'Mapowanie usunięto poprawnie', 48 49 //JS Field Type Translation 50 'JS_phone' => 'Pole telefonu', 51 'JS_picklist' => 'Pole słownikowe', 52 'JS_email' => 'Pole mailowe', 53 'JS_text' => 'Pole tekstowe', 54 'JS_currency' => 'Pole waluty', 55 'JS_multiSelectCombo' => 'Pole słownikowe (multiwyboru)', 56 'JS_time' => 'Pole czasowe', 57 'JS_textArea' => 'Obszar tekstowy', 58 'JS_url' => 'Adres WWW', 59 'JS_string' => 'Pole tekstowe (string)', 60 'JS_checkBox' => 'Pole zaznaczenia', 61 'JS_date' => 'Pole daty', 62 'JS_decimal' => 'Pole liczbowe (dziesiętne)', 63 'JS_percent' => 'Pole procentowe', 64 'JS_skype' => 'Pole Skype', 65 'JS_None' => 'Brak', 66 'JS_integer' => 'Pole liczbowe (całkowite)', 67 );
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 |