modules/EditCustomFields/language/cs_cz.lang.php
branchsugarforge-projects-czech
changeset 3 974a21c495b2
parent 1 c80b997e4c27
child 5 d3177f799d06
equal deleted inserted replaced
2:6333e8e78cf7 3:974a21c495b2
     1 <?php
     1 <?php
       
     2 
       
     3  /*********************************************************************************
       
     4   * The contents of this file are subject to the SugarCRM Professional End User
       
     5   * License Agreement ('License') which can be viewed at
       
     6   * http://www.sugarcrm.com/crm/products/sugar-professional-eula.html
       
     7   * By installing or using this file, You have unconditionally agreed to the
       
     8   * terms and conditions of the License, and You may not use this file except in
       
     9   * compliance with the License.  Under the terms of the license, You shall not,
       
    10   * among other things: 1) sublicense, resell, rent, lease, redistribute, assign
       
    11   * or otherwise transfer Your rights to the Software, and 2) use the Software
       
    12   * for timesharing or service bureau purposes such as hosting the Software for
       
    13   * commercial gain and/or for the benefit of a third party.  Use of the Software
       
    14   * may be subject to applicable fees and any use of the Software without first
       
    15   * paying applicable fees is strictly prohibited.  You do not have the right to
       
    16   * remove SugarCRM copyrights from the source code or user interface.
       
    17   * All copies of the Covered Code must include on each user interface screen:
       
    18   * (i) the 'Powered by SugarCRM' logo and
       
    19   * (ii) the SugarCRM copyright notice
       
    20   * in the same form as they appear in the distribution.  See full license for
       
    21   * requirements.
       
    22   * Your Warranty, Limitations of liability and Indemnity are expressly stated
       
    23   * in the License.  Please refer to the License for the specific language
       
    24   * governing these rights and limitations under the License.  Portions created
       
    25   * by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.; All Rights Reserved.
       
    26   ********************************************************************************/
       
    27   /*********************************************************************************
       
    28   * File generated by the Sugar Translation Suite (Contributor : www.grupa-atlantis.pl)
       
    29   *********************************************************************************/
       
    30   /*********************************************************************************
       
    31   * $Header: modules/EditCustomFields/language/cs_cz.lang.php, 4.5.1e Sun 26/08/07 14:02:51 
       
    32   * Description : Language pack for Czech.
       
    33   * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. All Rights Reserved.
       
    34   * Contributor(s): extrasolution.com
       
    35   *********************************************************************************/
       
    36 
     2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
    37 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 
    38 
       
    39 $mod_strings = array ( 
       
    40    'LBL_MODULE_NAME' => 'Úprava zakázkových polí' ,
       
    41    'LBL_ADD_FIELD' => 'Přidat pole:' ,
       
    42    'LBL_MODULE_TITLE' => 'Úprava zakázkových polí' ,
       
    43    'LBL_MODULE_SELECT' => 'Modul pro úpravy' ,
       
    44    'LBL_SEARCH_FORM_TITLE' => 'Vyhledat modul' ,
       
    45    'COLUMN_TITLE_NAME' => 'Jméno pole' ,
       
    46    'COLUMN_TITLE_LABEL' => 'Označit pole' ,
       
    47    'COLUMN_TITLE_DATA_TYPE' => 'Typ dat' ,
       
    48    'COLUMN_TITLE_MAX_SIZE' => 'Maximální velikost' ,
       
    49    'COLUMN_TITLE_HELP_TEXT' => 'Text nápovědy' ,
       
    50    'COLUMN_TITLE_REQUIRED_OPTION' => 'Požadované pole' ,
       
    51    'COLUMN_TITLE_DEFAULT_VALUE' => 'Výchozí hodnota' ,
       
    52    'COLUMN_TITLE_DEFAULT_EMAIL' => 'Výchozí hodnota' ,
       
    53    'COLUMN_TITLE_EXT1' => 'Další meta pole 1' ,
       
    54    'COLUMN_TITLE_EXT2' => 'Další meta pole 2' ,
       
    55    'COLUMN_TITLE_EXT3' => 'Další meta pole 3' ,
       
    56    'COLUMN_TITLE_HTML_CONTENT' => 'HTML' ,
       
    57    'COLUMN_TITLE_URL' => 'Výchozí URL' ,
       
    58    'COLUMN_TITLE_AUDIT' => 'Prověřit ?' ,
       
    59    'COLUMN_TITLE_MIN_VALUE' => 'Min hodnota' ,
       
    60    'COLUMN_TITLE_MAX_VALUE' => 'Max hodnota' ,
       
    61    'COLUMN_TITLE_DISPLAYED_ITEM_COUNT' => 'počet zobrazených položek' ,
       
    62    'LBL_DROP_DOWN_LIST' => 'Spustit seznam' ,
       
    63    'LBL_RADIO_FIELDS' => 'Radio pole' ,
       
    64    'LBL_MULTI_SELECT_LIST' => 'Seznam s více položkovým výběrem' ,
       
    65    'COLUMN_TITLE_PRECISION' => 'Přesnost' ,
       
    66    'MSG_DELETE_CONFIRM' => 'Opravdu si přejete smazat tuto položku?' ,
       
    67    'POPUP_INSERT_HEADER_TITLE' => 'Přidat zakázkové pole' ,
       
    68    'POPUP_EDIT_HEADER_TITLE' => 'Upravit zakázkové pole' ,
       
    69    'LNK_SELECT_CUSTOM_FIELD' => 'Vybrat zakázkové pole' ,
       
    70    'LNK_REPAIR_CUSTOM_FIELD' => 'Opravit vlastní políčka' ,
       
    71    'LBL_MODULE' => 'Modul' ,
       
    72    'COLUMN_TITLE_MASS_UPDATE' => 'Hromadná aktualizace' ,
       
    73    'COLUMN_TITLE_DUPLICATE_MERGE' => 'Sloučení duplicit' ,
       
    74    'LBL_LABEL' => 'Popis' ,
       
    75    'LBL_DATA_TYPE' => 'Typ dat' ,
       
    76    'LBL_DEFAULT_VALUE' => 'Výchozí hodnota' ,
       
    77    'LBL_AUDITED' => 'Auditováno' );
    25 
    78 
    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 ?>
    79 ?>