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/ACLActions/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 $mod_strings = array ( |
|
25 'LBL_ACCESS_ALL'=>'All', |
|
26 'LBL_ACCESS_NONE'=>'None', |
|
27 'LBL_ACCESS_OWNER'=>'Owner', |
|
28 'LBL_ACCESS_NORMAL'=>'Normal', |
|
29 'LBL_ACCESS_ADMIN'=>'Admin', |
|
30 'LBL_ACCESS_ENABLED'=>'Enabled', |
|
31 'LBL_ACCESS_DISABLED'=>'Disabled', |
|
32 'LBL_NAME'=>'Name', |
|
33 'LBL_DESCRIPTION'=>'Description', |
|
34 'LIST_ROLES'=>'List Roles', |
|
35 'LBL_USERS_SUBPANEL_TITLE'=>'Users', |
|
36 'LIST_ROLES_BY_USER'=>'List Roles By User', |
|
37 'LBL_ROLES_SUBPANEL_TITLE'=>'User Roles', |
|
38 'LBL_SEARCH_FORM_TITLE'=>'Search', |
|
39 'LBL_ACTION_VIEW'=>'View', |
|
40 'LBL_ACTION_EDIT'=>'Edit', |
|
41 'LBL_ACTION_DELETE'=>'Delete', |
|
42 'LBL_ACTION_IMPORT'=>'Import', |
|
43 'LBL_ACTION_EXPORT'=>'Export', |
|
44 'LBL_ACTION_LIST'=>'List', |
|
45 'LBL_ACTION_ACCESS'=>'Access', |
|
46 'LBL_ACTION_ADMIN'=>'User Type', |
|
47 'LBL_ACCESS_DEFAULT'=>'Default', |
|
48 |
38 |
49 ) |
39 $mod_strings = array ( |
|
40 'LBL_ACCESS_ALL' => 'Všechno' , |
|
41 'LBL_ACCESS_NONE' => 'Žádný' , |
|
42 'LBL_ACCESS_OWNER' => 'Majitel' , |
|
43 'LBL_ACCESS_NORMAL' => 'Normální' , |
|
44 'LBL_ACCESS_ADMIN' => 'Admin' , |
|
45 'LBL_ACCESS_ENABLED' => 'Aktivní' , |
|
46 'LBL_ACCESS_DISABLED' => 'Zablokováno' , |
|
47 'LBL_NAME' => 'Jméno' , |
|
48 'LBL_DESCRIPTION' => 'Popis' , |
|
49 'LIST_ROLES' => 'Seznam rolí' , |
|
50 'LBL_USERS_SUBPANEL_TITLE' => 'Uživatelé' , |
|
51 'LIST_ROLES_BY_USER' => 'Seznam rolí podle uživatele' , |
|
52 'LBL_ROLES_SUBPANEL_TITLE' => 'Uživatelské role' , |
|
53 'LBL_SEARCH_FORM_TITLE' => 'Hledat' , |
|
54 'LBL_ACTION_VIEW' => 'Zobrazit' , |
|
55 'LBL_ACTION_EDIT' => 'Editace' , |
|
56 'LBL_ACTION_DELETE' => 'Smazat' , |
|
57 'LBL_ACTION_IMPORT' => 'Import' , |
|
58 'LBL_ACTION_EXPORT' => 'Export' , |
|
59 'LBL_ACTION_LIST' => 'Seznam' , |
|
60 'LBL_ACTION_ACCESS' => 'Přístup' , |
|
61 'LBL_ACTION_ADMIN' => 'Typ uživatele' , |
|
62 'LBL_ACCESS_DEFAULT' => 'Výchozí' ); |
|
63 |
50 ?> |
64 ?> |