Add php files

This commit is contained in:
2025-05-12 15:44:39 +00:00
parent c951760058
commit 82d5804ac4
9534 changed files with 2638137 additions and 0 deletions

View File

@@ -0,0 +1,102 @@
<?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_MODULE_NAME' => 'Edit Custom Fields',
'LBL_ADD_FIELD'=> 'Add Field:',
'LBL_MODULE_TITLE' => 'Edit Custom Fields',
'LBL_MODULE_SELECT' => 'Module to Edit',
'LBL_SEARCH_FORM_TITLE' => 'Module Search',
'COLUMN_TITLE_NAME' => 'Field Name',
'COLUMN_TITLE_DISPLAY_LABEL' => 'Display Label',
'COLUMN_TITLE_LABEL_VALUE' => 'Label Value',
'COLUMN_TITLE_LABEL' => 'System Label',
'COLUMN_TITLE_DATA_TYPE' => 'Data Type',
'COLUMN_TITLE_MAX_SIZE' => 'Max Size',
'COLUMN_TITLE_HELP_TEXT' => 'Help Text',
'COLUMN_TITLE_COMMENT_TEXT' => 'Comment Text',
'COLUMN_TITLE_REQUIRED_OPTION' => 'Required Field',
'COLUMN_TITLE_DEFAULT_VALUE' => 'Default Value',
'COLUMN_TITLE_DEFAULT_EMAIL' => 'Default Value',
'COLUMN_TITLE_EXT1' => 'Extra Meta Field 1',
'COLUMN_TITLE_EXT2' => 'Extra Meta Field 2',
'COLUMN_TITLE_EXT3' => 'Extra Meta Field 3',
'COLUMN_TITLE_FRAME_HEIGHT' => 'IFrame Height',
'COLUMN_TITLE_HTML_CONTENT' =>'HTML',
'COLUMN_TITLE_URL'=>'Default URL',
'COLUMN_TITLE_AUDIT' =>'Audit',
'COLUMN_TITLE_REPORTABLE' => 'Reportable',
'COLUMN_TITLE_MIN_VALUE' => 'Min Value',
'COLUMN_TITLE_MAX_VALUE' => 'Max Value',
'COLUMN_TITLE_LABEL_ROWS' => 'Rows',
'COLUMN_TITLE_LABEL_COLS' => 'Columns',
'COLUMN_TITLE_DISPLAYED_ITEM_COUNT'=>'# Items displayed',
'COLUMN_TITLE_AUTOINC_NEXT' => 'Auto Increment Next Value',
'COLUMN_DISABLE_NUMBER_FORMAT' => 'Disable Format',
'LBL_DROP_DOWN_LIST' => 'Drop Down List',
'LBL_RADIO_FIELDS'=> 'Radio Fields',
'LBL_MULTI_SELECT_LIST'=> 'Multi Select List',
'COLUMN_TITLE_PRECISION'=> 'Precision',
'MSG_DELETE_CONFIRM' => 'Are you sure you want to delete this item?',
'POPUP_INSERT_HEADER_TITLE' => 'Add Custom Field',
'POPUP_EDIT_HEADER_TITLE' => 'Edit Custom Field',
'LNK_SELECT_CUSTOM_FIELD' => 'Select Custom Field',
'LNK_REPAIR_CUSTOM_FIELD' => 'Repair Custom Fields',
'LBL_MODULE' => 'Module',
'COLUMN_TITLE_MASS_UPDATE'=>'Mass Update',
'COLUMN_TITLE_IMPORTABLE'=>'Importable',
'COLUMN_TITLE_DUPLICATE_MERGE'=>'Duplicate Merge',
'LBL_LABEL'=>'Label',
'LBL_DATA_TYPE'=>'Data Type',
'LBL_DEFAULT_VALUE'=>'Default Value',
'LBL_AUDITED'=>'Audited',
'LBL_REPORTABLE'=>'Reportable',
'ERR_RESERVED_FIELD_NAME' => "Reserved Keyword",
'ERR_SELECT_FIELD_TYPE' => 'Please Select a Field Type',
'LBL_BTN_ADD' => 'Add',
'LBL_BTN_EDIT' => 'Edit',
'LBL_GENERATE_URL' => 'Generate URL',
'LBL_DEPENDENT_CHECKBOX'=>'Dependent',
'LBL_DEPENDENT_TRIGGER'=>'Trigger',
'LBL_BTN_EDIT_VISIBILITY'=>'Edit Visibility',
'LBL_LINK_TARGET'=>'Open Link In',
'LBL_IMAGE_WIDTH' => 'Width',
'LBL_IMAGE_HEIGHT' => 'Height',
'LBL_IMAGE_BORDER' => 'Border',
);
?>

View File

@@ -0,0 +1,91 @@
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Public License Version
* 1.1.3 ("License"); You may not use this file except in compliance with the
* License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* 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.
*
* The Original Code is: SugarCRM Open Source
* The Initial Developer of the Original Code is SugarCRM, Inc.
* Portions created by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.;
* All Rights Reserved.
* Contributor(s): ______________________________________.
********************************************************************************/
/*********************************************************************************
* 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_MODULE_NAME' => 'Edytuj własne pola',
'LBL_ADD_FIELD'=> 'Dodaj pole:',
'LBL_MODULE_TITLE' => 'Edytuj własne pola',
'LBL_MODULE_SELECT' => 'Moduł do edycji',
'LBL_SEARCH_FORM_TITLE' => 'Szukaj modułu',
'COLUMN_TITLE_NAME' => 'Nazwa pola',
'COLUMN_TITLE_DISPLAY_LABEL' => 'Pokaż etykietę',
'COLUMN_TITLE_LABEL_VALUE' => 'Etykieta wartości',
'COLUMN_TITLE_LABEL' => 'Etykieta pola',
'COLUMN_TITLE_DATA_TYPE' => 'Typ danych',
'COLUMN_TITLE_MAX_SIZE' => 'Maksymalny rozmiar',
'COLUMN_TITLE_HELP_TEXT' => 'Tekst pomocy',
'COLUMN_TITLE_COMMENT_TEXT' => 'Tekst Komentarza',
'COLUMN_TITLE_REQUIRED_OPTION' => 'Pole wymagane',
'COLUMN_TITLE_DEFAULT_VALUE' => 'Domyślna wartość',
'COLUMN_TITLE_DEFAULT_EMAIL' => 'Domyślna wartość',
'COLUMN_TITLE_EXT1' => 'Pośrednie dodatkowe pole 1',
'COLUMN_TITLE_EXT2' => 'Pośrednie dodatkowe pole 2',
'COLUMN_TITLE_EXT3' => 'Pośrednie dodatkowe pole 3',
'COMUMN_TITLE_FRAME_HEIGHT' => 'Wysokość ramki',
'COLUMN_TITLE_HTML_CONTENT' =>'HTML',
'COLUMN_TITLE_URL'=>'Domyślne łącze URL',
'COLUMN_TITLE_AUDIT' =>'Kontrolowane?',
'COLUMN_TITLE_REPORTABLE' => 'Raportowalne',
'COLUMN_TITLE_MIN_VALUE' => 'Wartość minimalna',
'COLUMN_TITLE_MAX_VALUE' => 'Wartość maksymalna',
'COLUMN_TITLE_DISPLAYED_ITEM_COUNT'=>'# Elementów wyświetlono',
'COLUMN_DISABLE_NUMBER_FORMAT' => 'Wyłącz format',
'LBL_DROP_DOWN_LIST' => 'Lista rozwijalna',
'LBL_RADIO_FIELDS'=> 'Przyciski typu radio',
'LBL_MULTI_SELECT_LIST'=> 'Lista wielokrotnego wyboru',
'COLUMN_TITLE_PRECISION'=> 'Precyzja',
'MSG_DELETE_CONFIRM' => 'Czy na pewno chcesz usunąć ten element?',
'POPUP_INSERT_HEADER_TITLE' => 'Dodaj własne pole',
'POPUP_EDIT_HEADER_TITLE' => 'Edytuj własne pola',
'LNK_SELECT_CUSTOM_FIELD' => 'Wybierz własne pole',
'LNK_REPAIR_CUSTOM_FIELD' => 'Napraw własne pola',
'LBL_MODULE' => 'Moduł',
'COLUMN_TITLE_MASS_UPDATE'=>'Masowe uaktualnienie?',
'COLUMN_TILTE_IMPORTABLE'=>'Importowalne',
'COLUMN_TITLE_DUPLICATE_MERGE'=>'Scal duplikaty',
'LBL_LABEL'=>'Etykieta',
'LBL_DATA_TYPE'=>'Typ danych',
'LBL_DEFAULT_VALUE'=>'Wartość domyślna',
'LBL_AUDITED'=>'Kontrolowane',
'LBL_REPORTABLE'=>'Raportowalne',
'ERR_RESERVED_FIELD_NAME' => 'Zarezerwowane słowa kluczowe',
'ERR_SELECT_FIELD_TYPE' => 'Wybierz rodzaj pola',
'LBL_BTN_ADD' => 'Dodaj',
'LBL_BTN_EDIT' => 'Edytuj',
'LBL_GENERATE_URL' => 'Generowanie URL',
'LBL_DEPENDENT_CHECKBOX'=>'Zależność',
'LBL_DEPENDENT_TRIGGER'=>'Trigger',
'LBL_BTN_EDIT_VISIBILITY'=>'Edycja dostępności',
);
?>