modules/EditCustomFields/language/cs_cz.lang.php
changeset 1 c80b997e4c27
child 3 974a21c495b2
equal deleted inserted replaced
0:31504d578711 1:c80b997e4c27
       
     1 <?php
       
     2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
       
     3 /*********************************************************************************
       
     4  * The contents of this file are subject to the SugarCRM Public License Version
       
     5  * 1.1.3 ("License"); You may not use this file except in compliance with the
       
     6  * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
       
     7  * Software distributed under the License is distributed on an "AS IS" basis,
       
     8  * WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
       
     9  * for the specific language governing rights and limitations under the
       
    10  * License.
       
    11  *
       
    12  * All copies of the Covered Code must include on each user interface screen:
       
    13  *    (i) the "Powered by SugarCRM" logo and
       
    14  *    (ii) the SugarCRM copyright notice
       
    15  * in the same form as they appear in the distribution.  See full license for
       
    16  * requirements.
       
    17  *
       
    18  * The Original Code is: SugarCRM Open Source
       
    19  * The Initial Developer of the Original Code is SugarCRM, Inc.
       
    20  * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
       
    21  * All Rights Reserved.
       
    22  * Contributor(s): ______________________________________.
       
    23  ********************************************************************************/
       
    24 
       
    25 
       
    26 $mod_strings = array (
       
    27 	'LBL_MODULE_NAME' => 'Edit Custom Fields',
       
    28 	'LBL_ADD_FIELD'=> 'Add Field:',
       
    29 	'LBL_MODULE_TITLE' => 'Edit Custom Fields',
       
    30 	'LBL_MODULE_SELECT' => 'Module to Edit',
       
    31 	'LBL_SEARCH_FORM_TITLE' => 'Module Search',
       
    32 	'COLUMN_TITLE_NAME' => 'Field Name',
       
    33 	'COLUMN_TITLE_LABEL' => 'Field Label',
       
    34 	'COLUMN_TITLE_DATA_TYPE' => 'Data Type',
       
    35 	'COLUMN_TITLE_MAX_SIZE' => 'Max Size',
       
    36 	'COLUMN_TITLE_HELP_TEXT' => 'Help Text',
       
    37 	'COLUMN_TITLE_REQUIRED_OPTION' => 'Required Field',
       
    38 	'COLUMN_TITLE_DEFAULT_VALUE' => 'Default Value',
       
    39 	'COLUMN_TITLE_DEFAULT_EMAIL' => 'Default Value',
       
    40 	'COLUMN_TITLE_EXT1' => 'Extra Meta Field 1',
       
    41 	'COLUMN_TITLE_EXT2' => 'Extra Meta Field 2',
       
    42 	'COLUMN_TITLE_EXT3' => 'Extra Meta Field 3',
       
    43 	'COLUMN_TITLE_HTML_CONTENT' =>'HTML',
       
    44 	'COLUMN_TITLE_URL'=>'Default URL',
       
    45 	'COLUMN_TITLE_AUDIT' =>'Audit ?',
       
    46 	'COLUMN_TITLE_MIN_VALUE' => 'Min Value',
       
    47 	'COLUMN_TITLE_MAX_VALUE' => 'Max Value',
       
    48 	'COLUMN_TITLE_DISPLAYED_ITEM_COUNT'=>'# Items displayed',
       
    49 	'LBL_DROP_DOWN_LIST' => 'Drop Down List',
       
    50 	'LBL_RADIO_FIELDS'=> 'Radio Fields',
       
    51 	'LBL_MULTI_SELECT_LIST'=> 'Multi Select List',
       
    52 	'COLUMN_TITLE_PRECISION'=> 'Precision',
       
    53 	'MSG_DELETE_CONFIRM' => 'Are you sure you want to delete this item?',
       
    54 	'POPUP_INSERT_HEADER_TITLE' => 'Add Custom Field',
       
    55 	'POPUP_EDIT_HEADER_TITLE' => 'Edit Custom Field',
       
    56 	'LNK_SELECT_CUSTOM_FIELD' => 'Select Custom Field',
       
    57 	'LNK_REPAIR_CUSTOM_FIELD' => 'Repair Custom Fields',
       
    58 	'LBL_MODULE' => 'Module',
       
    59 	'COLUMN_TITLE_MASS_UPDATE'=>'Mass Update',
       
    60     'COLUMN_TITLE_DUPLICATE_MERGE'=>'Duplicate Merge',
       
    61     'LBL_LABEL'=>'Label',
       
    62     'LBL_DATA_TYPE'=>'Data Type',
       
    63     'LBL_DEFAULT_VALUE'=>'Default Value',
       
    64     'LBL_AUDITED'=>'Audited',
       
    65     
       
    66     
       
    67 );
       
    68 ?>