This commit is contained in:
2024-04-27 09:23:34 +02:00
commit 11e713ca6f
11884 changed files with 3263371 additions and 0 deletions

View File

@@ -0,0 +1,117 @@
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU Affero General Public License version 3.
*
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
* "Powered by SugarCRM".
********************************************************************************/
$mod_strings = array (
'LBL_ADD_MODULE' => 'Add',
'LBL_ADDRCITY' => 'City',
'LBL_ADDRCOUNTRY' => 'Country',
'LBL_ADDRCOUNTRY_ID' => 'Country Id',
'LBL_ADDRSTATEPROV' => 'State',
'LBL_ADMINISTRATION' => 'Connector Administration',
'LBL_ADMINISTRATION_MAIN' => 'Connector Settings',
'LBL_AVAILABLE' => 'Available',
'LBL_BACK' => '< Back',
'LBL_COMPANY_ID' => 'Company Id',
'LBL_CONFIRM_CONTINUE_SAVE' => 'Some required fields have been left blank. Proceed to save changes?',
'LBL_CONNECTOR' => 'Connector',
'LBL_CONNECTOR_FIELDS' => 'Connector Fields',
'LBL_DATA' => 'Data',
'LBL_DEFAULT' => 'Default',
'LBL_DELETE_MAPPING_ENTRY' => 'Are you sure you want to delete this entry?',
'LBL_DISABLED' => 'Disabled',
'LBL_DUNS' => 'DUNS',
'LBL_EMPTY_BEANS' => 'No matches were found for your search criteria.',
'LBL_ENABLED' => 'Enabled',
'LBL_FINSALES' => 'Finsales',
'LBL_MARKET_CAP' => 'Market Cap',
'LBL_MERGE' => 'Merge',
'LBL_MODIFY_DISPLAY_TITLE' => 'Enable Connectors',
'LBL_MODIFY_DISPLAY_DESC' => 'Select which modules are enabled for each connector.',
'LBL_MODIFY_DISPLAY_PAGE_TITLE' => 'Connector Settings: Enable Connectors',
'LBL_MODULE_FIELDS' => 'Module Fields',
'LBL_MODIFY_MAPPING_TITLE' => 'Map Connector Fields',
'LBL_MODIFY_MAPPING_DESC' => 'Map connector fields to module fields in order to determine what connector data can be viewed and merged into the module records.',
'LBL_MODIFY_MAPPING_PAGE_TITLE' => 'Connector Settings: Map Connector Fields',
'LBL_MODIFY_PROPERTIES_TITLE' => 'Set Connector Properties',
'LBL_MODIFY_PROPERTIES_DESC' => 'Configure the properties for each connector, including URLs and API keys.',
'LBL_MODIFY_PROPERTIES_PAGE_TITLE' => 'Connector Settings: Set Connector Properties',
'LBL_MODIFY_SEARCH_TITLE' => 'Manage Connector Search',
'LBL_MODIFY_SEARCH' => 'Search',
'LBL_MODIFY_SEARCH_DESC' => 'Select the connector fields to use to search for data for each module.',
'LBL_MODIFY_SEARCH_PAGE_TITLE' => 'Connector Settings: Manage Connector Search',
'LBL_MODULE_NAME' => 'Connectors',
'LBL_NO_PROPERTIES' => 'There are no configurable properties for this connector.',
'LBL_PARENT_DUNS' => 'Parent DUNS',
'LBL_PREVIOUS' => '< Back',
'LBL_QUOTE' => 'Quote',
'LBL_RECNAME' => 'Company Name',
'LBL_RESET_TO_DEFAULT' => 'Reset to Default',
'LBL_RESET_TO_DEFAULT_CONFIRM' => 'Are you sure you want to reset to the default configuration?',
'LBL_RESET_BUTTON_TITLE' => 'Reset [Alt+R]',
'LBL_RESULT_LIST' => 'Data List',
'LBL_RUN_WIZARD' => 'Run Wizard',
'LBL_SAVE' => 'Save',
'LBL_SEARCHING_BUTTON_LABEL' => 'Searching...',
'LBL_SHOW_IN_LISTVIEW' => 'Show In Merge Listview',
'LBL_SMART_COPY' => 'Smart Copy',
'LBL_SUMMARY' => 'Summary',
'LBL_STEP1' => 'Search and View Data',
'LBL_STEP2' => 'Merge Records with',
'LBL_TEST_SOURCE' => 'Test Connector',
'LBL_TEST_SOURCE_FAILED' => 'Test Failed',
'LBL_TEST_SOURCE_RUNNING' => 'Performing Test...',
'LBL_TEST_SOURCE_SUCCESS' => 'Test Successful',
'LBL_TITLE' => 'Data Merge',
'LBL_ULTIMATE_PARENT_DUNS' => 'Ultimate Parent DUNS',
'ERROR_RECORD_NOT_SELECTED' => 'Error: Please select a record from the list before proceeding.',
'ERROR_EMPTY_WRAPPER' => 'Error: Unable to retrieve wrapper instance for the source [{$source_id}]',
'ERROR_EMPTY_SOURCE_ID' => 'Error: Source Id not specified or empty.',
'ERROR_EMPTY_RECORD_ID' => 'Error: Record Id not specified or empty.',
'ERROR_NO_ADDITIONAL_DETAIL' => 'Error: No additional details were found for the record.',
'ERROR_NO_SEARCHDEFS_DEFINED' => 'No modules have been enabled for this connector. Select a module for this connector in the Enable Connectors page.',
'ERROR_NO_SEARCHDEFS_MAPPED' => 'Error: There are no connectors enabled that have search fields defined.',
'ERROR_NO_SOURCEDEFS_FILE' => 'Error: No sourcedefs.php file could be found.',
'ERROR_NO_SOURCEDEFS_SPECIFIED' => 'Error: No sources were specified from which to retrieve data.',
'ERROR_NO_CONNECTOR_DISPLAY_CONFIG_FILE' => 'Error: There are no connectors mapped to this module.',
'ERROR_NO_SEARCHDEFS_MAPPING' => 'Error: There are no search fields defined for the module and connector. Please contact the system administrator.',
'ERROR_NO_FIELDS_MAPPED' => 'Error: You must map at least one Connector field to a module field for each module entry.',
'ERROR_NO_DISPLAYABLE_MAPPED_FIELDS' => 'Error: There are no module fields that have been mapped for display in the results. Please contact the system administrator.',
);
?>

View File

@@ -0,0 +1,51 @@
<!--
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
********************************************************************************/
/*********************************************************************************
* pl_pl.lang.ext.php,v for SugarCRM 4.5.1
* Translator: Krzysztof Morawski
* All Rights Reserved.
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
* Contributor(s): ______________________________________..
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Wyszukiwanie w łącznikach</h1>
<br>
<p>Użyj tej strony, aby wybrać pola, za pomocą których użytkownicy będą mogli wyszukać dane źródłowe. To, ile pól wybierzesz jest limitowane parametrami Wyszukiwania, jakie są wspierane przez dane źródło.<br>
<p>Jigsaw wspiera tylko Nazwę firmy. Hoovers wspiera Nazwę firmy, Miasto, Województwo, Kraj i Kod pocztowy.<br>
<p>Kliknij <span class="helpButton">Zachowaj</span> by zapisać mapowania; kliknij <span class="helpButton">Skasuj</span>, aby opuścić formularz bez zapisywania mapowań.

View File

@@ -0,0 +1,52 @@
<!--
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* pl_pl.lang.ext.php,v for SugarCRM 4.5.1
* Translator: Krzysztof Morawski
* All Rights Reserved.
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
* Contributor(s): ______________________________________..
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Ustawienia łączników</h1>
<br>
<p>Użyj tej strony do zarządzania łącznikami do zewnętrznych źródeł danych.<br>
<ul>
<li><span class="helpButton">Konfiguracja właściwości łącznika</span>. Wybierz tę opcję, aby skonfigurować adres URL i klucze API łącznika.
<li><span class="helpButton">Włącz łączniki</span>. Ta opcja włącza łączniki w modułach Sugar.
<li><span class="helpButton">Mapuj pola łączników</span>. Za pomocą tej opcji skonfigurujesz mapowania pól pomiędzy łącznikiem a modułem Sugar.
<li><span class="helpButton">Zarządzaj wyszukiwaniem w łącznikach</span>. Używając tej opcji określasz które pola źródeł danych będą dostępne do przeszukania przez użytkowników.
</ul>

View File

@@ -0,0 +1,45 @@
<!--
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Włączenie łączników</h1>
<br>
Użyj tej strony do włączenia łączników źródeł zewnętrznych dla modułów Sugar.<br>
<p>Możesz włączyć łączniki dla dowolnego modułu standardowego, pojawiającego się w Studio, lub własnego, są one zaprojektowane dla modułów typu firma, lub osoba, takich jak Klienci, Wizytówki i Kontakty. Moduł musi również mieć standardowy widok szczegółowy.<br>
<p>Aby włączyć łącznik dla modułu, we właściwej zakładce łącznika przeciągnij moduł z listy Wyłączonych do listy Włączonych.<br>
<p>Kliknij <span class="helpButton">Zachowaj</span>, aby zapisać zmiany ustawień. Kliknij <span class="helpButton">Skasuj</span> aby opuścić formularz bez zapisywania ustawień.

View File

@@ -0,0 +1,47 @@
<!--
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* pl_pl.lang.ext.php,v for SugarCRM 4.5.1
* Translator: Krzysztof Morawski
* All Rights Reserved.
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
* Contributor(s): ______________________________________..
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Mapowanie pól łączników</h1>
<br>
<p>Użycie tej opcji mapuje dane z pól w źródłach danych do pól w łącznikach, włączonych w modułach Sugar. Dla łączników, które są instalowane wraz z aplikacją, odpowiednie pola są mapowane domyślnie. Możesz zmienić te mapowania, lub dodać nowe pola.<br>
<p>Aby zmienić domyślne mapowania, lub dodać nowe pola, wybierz pola aplikacji z listy rozwijalnej, odpowiedniej dla pola w łączniku we właściwej belce łącznika.<br>
<p>Kliknij <span class="helpButton">Zachowaj</span>, aby zapisać zmiany mapowań. Kliknij <span class="helpButton">Skasuj</span> aby opuścić formularz bez zapisywania mapowań.

View File

@@ -0,0 +1,62 @@
<!--
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* pl_pl.lang.ext.php,v for SugarCRM 4.5.1
* Translator: Krzysztof Morawski
* All Rights Reserved.
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
* Contributor(s): ______________________________________..
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Konfiguracja właściwości łącznika</h1>
<br>
Użyj tej strony, aby skonfigurować adresy URL i klucze API dla łączników.
<br>
<p>Na tej stronie są wyświetlone zakładki dla łączników, jakie dostarcza aplikacja. <br>Zakładki dla dowolnych innych łączników, które zainstalujesz, również wyświetlą się na tej stronie.<br>
<p>Możesz ustawić następujące parametry konfiguracji łączników:<br>
<ul>
<li><span class="helpButton">Adres URL</span>. Jeśli adres URL łącznika zmienił się - wprowadź nowy.<br>
<br>The Endpoint URL field on the Hoover's tab displays the URL to the actual location to which soap calls are made.
<li><span class="helpButton">Klucze API</span>. Musisz posiadać klucze API, aby używać łączników do Jigsaw i Hoovers. Aplikacja Sugar dostarcza ships with wstępne klucze API dla obu łączników.
<li><span class="helpButton">Maksymalna liczba na liście wyników</span>. Aby zmienić liczbę wyników wyświetlanych na stronie, wprowadź pożądaną liczbę. Wartość domyślna to 20 rekordów na stronę.
</ul>
<p>Kliknij <span class="helpButton">Zachowaj</span>, aby zapisać zmiany ustawień. Kliknij <span class="helpButton">Skasuj</span> aby opuścić formularz bez zapisywania ustawien.

View File

@@ -0,0 +1,53 @@
<!--
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* pl_pl.lang.ext.php,v for SugarCRM 4.5.1
* Translator: Krzysztof Morawski
* All Rights Reserved.
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
* Contributor(s): ______________________________________..
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Wyszukaj i pokaż dane</h1>
<br>
<p>Użyj tej strony aby wyszukać dane w źródłach danych za pomocą słów kluczowych.<br>
<ol>
<li>Kliknij zakładkę łącznika źródła danych, którego chcesz użyć.
<li>Wprowadź słowo kluczowe w panelu wyszukiwania i kliknij <span class="helpButton">Wyszukaj</span>.
<br>Wynik wyszukiwania wyświetli się wewnątrz zakładki łącznika źródła danych.
<li>Aby zobaczyć dane rekordu źródła danych w okienku pop-up, zawierających dodatkowe dane, które mogą nie być dostępne w widoku listy, umieść kursor na dolnej strzałce, przylegającej do klawisza Wybierz.
<li>Z wyświetlonych poniżej wyników wyszukiwania, wybierz rekordy źródła danych, których dane chcesz scalić z rekordami Sugar.
<li>Aby scalić dane, kliknij <span class="helpButton">Scal</span>.
</ol>

View File

@@ -0,0 +1,50 @@
<!--
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* pl_pl.lang.ext.php,v for SugarCRM 4.5.1
* Translator: Krzysztof Morawski
* All Rights Reserved.
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
* Contributor(s): ______________________________________..
********************************************************************************/
-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<h1>Scalanie rekordów</h1>
<br>
<p>Użyj tej strony do scalania informacji, pochodzących z zewnętrznych źródeł danych z danymi zawartymi w rekordach aplikacji Sugar. Kolumna, umieszczona najbardziej z lewej strony wyświetla dane istniejące w rekordach Sugar. Kolumna po prawej - wybrane dane z zewnętrznych źródeł.<br>
<ol>
<li>Aby scalić dane z określonym polem aplikacji, kliknij odpowiadający jej przycisk ze strzałką skierowaną w lewo. Aby scalić dane ze wszystkich pól, kliknj przycisk <span class="helpButton">Sprytna kopia</span>.
<br>Jeśli masz do scalenia dane pochodzące z dwóch, lub więcej źródeł danych, Sprytna kopia scali dane najpierw z kolumny, umieszczonej najbardziej z prawej strony. Dane po scaleniu wyświetlą się w lewej kolumnie.
<li>Kliknij <span class="helpButton">Zachowaj</span>, aby zatwierdzić dane wprowadzone do rekordu aplikacji Sugar.
</ol>

View File

@@ -0,0 +1,115 @@
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Enterprise Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-enterprise-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2008 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/
/*********************************************************************************
* pl_pl.lang.ext.php,v for SugarCRM 4.5.1-->>
* Translator: Krzysztof Morawski
* All Rights Reserved.
* Any bugs report welcome: krzysiek<at>kmmgroup<dot>pl
* Contributor(s): ______________________________________..
********************************************************************************/
$mod_strings = array (
'LBL_ADD_MODULE' => 'Dodaj',
'LBL_ADDRCITY' => 'Miasto',
'LBL_ADDRCOUNTRY' => 'Kraj',
'LBL_ADDRCOUNTRY_ID' => 'ID kraju',
'LBL_ADDRSTATEPROV' => 'Województwo',
'LBL_ADMINISTRATION' => 'Administracja łącznikami',
'LBL_ADMINISTRATION_MAIN' => 'Ustawienia łącznika',
'LBL_AVAILABLE' => 'Dostępne',
'LBL_BACK' => '< Z powrotem',
'LBL_COMPANY_ID' => 'ID przedsiębiorstwa',
'LBL_CONNECTOR' => 'Łącznik',
'LBL_CONNECTOR_FIELDS' => 'Pola łącznika',
'LBL_DATA' => 'Dane',
'LBL_DEFAULT' => 'Domyślne',
'LBL_DELETE_MAPPING_ENTRY' => 'Czy na pewno chcesz usunąć ten wpis?',
'LBL_DISABLED' => 'Niedostępne',
'LBL_DUNS' => 'DUNS',
'LBL_EMPTY_BEANS' => 'Nie znaleziono wyników pasujących do zadanych kryteriów wyszukiwania.',
'LBL_ENABLED' => 'Włączone',
'LBL_FINSALES' => 'Finsales',
'LBL_MARKET_CAP' => 'Market Cap',
'LBL_MERGE' => 'Połącz',
'LBL_MODIFY_DISPLAY_TITLE' => 'Włącz łączniki',
'LBL_MODIFY_DISPLAY_DESC' => 'Wybierz, które łączniki zostaną włączone dla których modułów.',
'LBL_MODIFY_DISPLAY_PAGE_TITLE' => 'Ustawienia łączników: Włączanie łączników',
'LBL_MODULE_FIELDS' => 'Pola modułu',
'LBL_MODIFY_MAPPING_TITLE' => 'Mapowanie pól łączników',
'LBL_MODIFY_MAPPING_DESC' => 'Mapuj pola łączników do pól modułów w celu określnia, które dane łącznika będą widoczne i połączone z rekordami modułu.',
'LBL_MODIFY_MAPPING_PAGE_TITLE' => 'Ustawienia łączników: Mapuj pola łączników',
'LBL_MODIFY_PROPERTIES_TITLE' => 'Konfiguracja właściwości łącznika',
'LBL_MODIFY_PROPERTIES_DESC' => 'Konfiguruj właściwości dla każdego łącznika, również adresy URL i klucze API.',
'LBL_MODIFY_PROPERTIES_PAGE_TITLE' => 'Ustawienia łączników: Ustawienia właściwości łącznika',
'LBL_MODIFY_SEARCH_TITLE' => 'Zarządzaj wyszukiwaniem w łącznikach',
'LBL_MODIFY_SEARCH' => 'Wyszukaj',
'LBL_MODIFY_SEARCH_DESC' => 'Wybierz pola łącznika, które będą przeszukiwane dla każdego modułu.',
'LBL_MODIFY_SEARCH_PAGE_TITLE' => 'Ustawienia łączników: Zarządzanie wyszukiwaniem w łącznikach',
'LBL_MODULE_NAME' => 'Łączniki',
'LBL_NO_PROPERTIES' => 'Nie ma konfigurowalnych właściwości dla tego łącznika.',
'LBL_PARENT_DUNS' => 'Nadrzędne DUNS',
'LBL_PREVIOUS' => '< Z powrotem',
'LBL_QUOTE' => 'Zapytanie',
'LBL_RECNAME' => 'Nazwa firmy',
'LBL_RESET_TO_DEFAULT' => 'Wróć do domyślnych ustawień',
'LBL_RESET_TO_DEFAULT_CONFIRM' => 'Czy na pewno chcesz powrócić do domyślnych ustawień?',
'LBL_RESET_BUTTON_TITLE' => 'Reset [Alt+R]',
'LBL_RESULT_LIST' => 'Lista danych',
'LBL_RUN_WIZARD' => 'Uruchom kreator',
'LBL_SAVE' => 'Zachowaj',
'LBL_SEARCHING_BUTTON_LABEL' => 'Wyszukiwanie...',
'LBL_SHOW_IN_LISTVIEW' => 'Pokaż w widoku scalania',
'LBL_SMART_COPY' => 'Sprytna kopia',
'LBL_SUMMARY' => 'Podsumowanie',
'LBL_STEP1' => 'Wyszukaj i pokaż dane',
'LBL_STEP2' => 'Scal rekordy z',
'LBL_TEST_SOURCE' => 'Sprawdź działanie łącznika',
'LBL_TEST_SOURCE_FAILED' => 'Test nie powiódł się',
'LBL_TEST_SOURCE_RUNNING' => 'Przeprowadzam test...',
'LBL_TEST_SOURCE_SUCCESS' => 'Test zakończony powodzeniem',
'LBL_TITLE' => 'Scalanie danych',
'LBL_ULTIMATE_PARENT_DUNS' => 'Ultimate Parent DUNS',
'ERROR_RECORD_NOT_SELECTED' => 'Błąd: Wybierz przed kontynuacją wybierz rekord z listy.',
'ERROR_EMPTY_WRAPPER' => 'Error: Unable to retrieve wrapper instance for the source [{$source_id}]',
'ERROR_EMPTY_SOURCE_ID' => 'Błąd: ID źródła nie określone, lub puste.',
'ERROR_EMPTY_RECORD_ID' => 'Błąd: ID Rekordu nie określone, lub puste.',
'ERROR_NO_ADDITIONAL_DETAIL' => 'Błąd: Nie znaleziono dodatkowych szczegółów dla tego rekordu.',
'ERROR_NO_SEARCHDEFS_DEFINED' => 'Żadne moduły nie zostały włączone dla tego łącznika. Wybierz moduł dla tego łącznika na stronie <b>Włączanie łączników</b>.',
'ERROR_NO_SOURCEDEFS_FILE' => 'Błąd: Nie odnaleziono pliku sourcedefs.php.',
'ERROR_NO_SOURCEDEFS_SPECIFIED' => 'Bład: Nie określono źródeł, z których należało pobrać dane.',
'ERROR_NO_CONNECTOR_DISPLAY_CONFIG_FILE' => 'Bład: Nie ma łączników zamapowanych do tego modułu.',
'ERROR_NO_SEARCHDEFS_MAPPING' => 'Bład: Nie ma zdefiniowanych pól wyszukiwania dla modułu i łącznika. Skontaktuj się z administratorem systemu.',
'ERROR_NO_FIELDS_MAPPED' => 'Błąd: Musisz zamapować co najmniej jedno pole łącznika do pola modułu dla każdego wybranego modułu.',
'ERROR_NO_DISPLAYABLE_MAPPED_FIELDS' => 'Bład: Nie ma zdefiniowanych pól modułu, które zostały zamapowane do wyświetlenia w wynikach . Skontaktuj się z administratorem systemu.',
);
?>