modules/Cases/language/cs_cz.lang.php
changeset 1 c80b997e4c27
child 3 974a21c495b2
child 17 16d338428c64
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  * Description:  Defines the English language pack for the base application.
       
    27  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
       
    28  * All Rights Reserved.
       
    29  * Contributor(s): ______________________________________..
       
    30  ********************************************************************************/
       
    31 
       
    32 $mod_strings = array (
       
    33 	'ERR_DELETE_RECORD'					=> 'A record number must be specified to delete the account.',
       
    34 	
       
    35 	'LBL_ACCOUNT_ID'					=> 'Account ID',
       
    36 	'LBL_ACCOUNT_NAME'					=> 'Account Name:',
       
    37 	'LBL_ACTIVITIES_SUBPANEL_TITLE'		=> 'Activities',
       
    38 	'LBL_BUGS_SUBPANEL_TITLE'			=> 'Bugs',
       
    39 	'LBL_CASE_NUMBER'					=> 'Case Number:',
       
    40 	'LBL_CASE_SUBJECT'					=> 'Case Subject:',
       
    41 	'LBL_CASE'							=> 'Case:',
       
    42 	'LBL_CONTACT_CASE_TITLE'			=> 'Contact-Case:',
       
    43 	'LBL_CONTACT_NAME'					=> 'Contact Name:',
       
    44 	'LBL_CONTACT_ROLE'					=> 'Role:',
       
    45 	'LBL_CONTACTS_SUBPANEL_TITLE'		=> 'Contacts',
       
    46 	'LBL_DEFAULT_SUBPANEL_TITLE'		=> 'Cases',
       
    47 	'LBL_DESCRIPTION'					=> 'Description:',
       
    48 	'LBL_HISTORY_SUBPANEL_TITLE'		=> 'History',
       
    49 	'LBL_INVITEE'						=> 'Contacts',
       
    50 	'LBL_MEMBER_OF'						=> 'Account',
       
    51 	'LBL_MODULE_NAME'					=> 'Cases',
       
    52 	'LBL_MODULE_TITLE'					=> 'Cases: Home',
       
    53 	'LBL_NEW_FORM_TITLE'				=> 'New Case',
       
    54 	'LBL_NUMBER'						=> 'Number:',
       
    55 	'LBL_PRIORITY'						=> 'Priority:',
       
    56 	'LBL_RESOLUTION'					=> 'Resolution:',
       
    57 	'LBL_SEARCH_FORM_TITLE'				=> 'Case Search',
       
    58 	'LBL_STATUS'						=> 'Status:',
       
    59 	'LBL_SUBJECT'						=> 'Subject:',
       
    60 	'LBL_SYSTEM_ID'						=> 'System ID',
       
    61 	
       
    62 	'LBL_LIST_ACCOUNT_NAME'				=> 'Account Name',
       
    63 	'LBL_LIST_ASSIGNED'					=> 'Assigned To',
       
    64 	'LBL_LIST_CLOSE'					=> 'Close',
       
    65 	'LBL_LIST_FORM_TITLE'				=> 'Case List',
       
    66 	'LBL_LIST_LAST_MODIFIED'			=> 'Last Modified',
       
    67 	'LBL_LIST_MY_CASES'					=> 'My Open Cases',
       
    68 	'LBL_LIST_NUMBER'					=> 'Num.',
       
    69 	'LBL_LIST_PRIORITY'					=> 'Priority',
       
    70 	'LBL_LIST_STATUS'					=> 'Status',
       
    71 	'LBL_LIST_SUBJECT'					=> 'Subject',
       
    72 	
       
    73 	'LNK_CASE_LIST'						=> 'Cases',
       
    74 	'LNK_NEW_CASE'						=> 'Create Case',
       
    75 	'NTC_REMOVE_FROM_BUG_CONFIRMATION'	=> 'Are you sure you want to remove this case from this bug?',
       
    76 	'NTC_REMOVE_INVITEE'				=> 'Are you sure you want to remove this contact from the case?',
       
    77 	'LBL_LIST_ASSIGNED_TO_NAME' => 'Assigned User',
       
    78 	'LBL_LIST_DATE_CREATED'			=> 'Date Created',
       
    79 
       
    80 
       
    81 
       
    82 
       
    83 
       
    84 );
       
    85 
       
    86 
       
    87 ?>