1 <?php |
1 <?php |
|
2 |
2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
3 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
3 /********************************************************************************* |
4 |
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 ( |
5 $mod_strings = array ( |
25 'LBL_ACCESS_ALL'=>'All', |
6 'LBL_ACCESS_ALL' => 'Vše', |
26 'LBL_ACCESS_NONE'=>'None', |
7 'LBL_ACCESS_NONE' => 'Žádný', |
27 'LBL_ACCESS_OWNER'=>'Owner', |
8 'LBL_ACCESS_OWNER' => 'Vlastník', |
28 'LBL_ACCESS_NORMAL'=>'Normal', |
9 'LBL_ACCESS_NORMAL' => 'Normální', |
29 'LBL_ACCESS_ADMIN'=>'Admin', |
10 'LBL_ACCESS_ADMIN' => 'Admin', |
30 'LBL_ACCESS_ENABLED'=>'Enabled', |
11 'LBL_ACCESS_ENABLED' => 'Povoleno', |
31 'LBL_ACCESS_DISABLED'=>'Disabled', |
12 'LBL_ACCESS_DISABLED' => 'Zakázáno', |
32 'LBL_NAME'=>'Name', |
13 'LBL_ACCESS_DEV' => 'Vývojář', |
33 'LBL_DESCRIPTION'=>'Description', |
14 'LBL_ACCESS_ADMIN_DEV' => 'Admin & Vývojář', |
34 'LIST_ROLES'=>'List Roles', |
15 'LBL_NAME' => 'Jméno', |
35 'LBL_USERS_SUBPANEL_TITLE'=>'Users', |
16 'LBL_DESCRIPTION' => 'Popis', |
36 'LIST_ROLES_BY_USER'=>'List Roles By User', |
17 'LIST_ROLES' => 'Seznam rolí', |
37 'LBL_ROLES_SUBPANEL_TITLE'=>'User Roles', |
18 'LBL_USERS_SUBPANEL_TITLE' => 'Uživatelé', |
38 'LBL_SEARCH_FORM_TITLE'=>'Search', |
19 'LIST_ROLES_BY_USER' => 'Seznam rolí podle uživatele', |
39 'LBL_ACTION_VIEW'=>'View', |
20 'LBL_ROLES_SUBPANEL_TITLE' => 'Uživatelské role', |
40 'LBL_ACTION_EDIT'=>'Edit', |
21 'LBL_SEARCH_FORM_TITLE' => 'Vyhledávání', |
41 'LBL_ACTION_DELETE'=>'Delete', |
22 'LBL_ACTION_VIEW' => 'Zobrazit', |
42 'LBL_ACTION_IMPORT'=>'Import', |
23 'LBL_ACTION_EDIT' => 'Upravit', |
43 'LBL_ACTION_EXPORT'=>'Export', |
24 'LBL_ACTION_DELETE' => 'Smazat', |
44 'LBL_ACTION_LIST'=>'List', |
25 'LBL_ACTION_IMPORT' => 'Import', |
45 'LBL_ACTION_ACCESS'=>'Access', |
26 'LBL_ACTION_EXPORT' => 'Export', |
46 'LBL_ACTION_ADMIN'=>'User Type', |
27 'LBL_ACTION_LIST' => 'Seznam', |
47 'LBL_ACCESS_DEFAULT'=>'Default', |
28 'LBL_ACTION_ACCESS' => 'Přístup', |
|
29 'LBL_ACTION_ADMIN' => 'Typ přístupu', |
|
30 'LBL_ACCESS_DEFAULT' => 'Nenastaveno', |
48 |
31 |
49 ) |
32 ) |
50 ?> |
33 ?> |