modules/ACL/language/cs_cz.lang.php
changeset 1 c80b997e4c27
child 3 974a21c495b2
child 67 c1d23d11bfdb
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 $mod_strings = array (
       
    25 'LBL_ALLOW_ALL'=>'All',
       
    26 'LBL_ALLOW_NONE'=>'None',
       
    27 'LBL_ALLOW_OWNER'=>'Owner',
       
    28 'LBL_ROLE'=>'Role',
       
    29 'LBL_NAME'=>'Name',
       
    30 'LBL_DESCRIPTION'=>'Description',
       
    31 'LIST_ROLES'=>'List Roles',
       
    32 'LBL_USERS_SUBPANEL_TITLE'=>'Users',
       
    33 'LIST_ROLES_BY_USER'=>'List Roles By User',
       
    34 'LBL_ROLES_SUBPANEL_TITLE'=>'User Roles',
       
    35 'LBL_SEARCH_FORM_TITLE'=>'Search',
       
    36 'LBL_NO_ACCESS'=>'You do not have access to this area. Please contact your site administrator if you believe that you should have access.'
       
    37 )
       
    38 ?>