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/Project/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 * Default English language strings |
|
5 * |
|
6 * The contents of this file are subject to the SugarCRM Public License Version |
|
7 * 1.1.3 ("License"); You may not use this file except in compliance with the |
|
8 * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL |
|
9 * Software distributed under the License is distributed on an "AS IS" basis, |
|
10 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License |
|
11 * for the specific language governing rights and limitations under the |
|
12 * License. |
|
13 * |
|
14 * All copies of the Covered Code must include on each user interface screen: |
|
15 * (i) the "Powered by SugarCRM" logo and |
|
16 * (ii) the SugarCRM copyright notice |
|
17 * in the same form as they appear in the distribution. See full license for |
|
18 * requirements. |
|
19 * |
|
20 * The Original Code is: SugarCRM Open Source |
|
21 * The Initial Developer of the Original Code is SugarCRM, Inc. |
|
22 * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.; |
|
23 * All Rights Reserved. |
|
24 * Contributor(s): ______________________________________. |
|
25 */ |
|
26 |
38 |
|
39 $mod_strings = array ( |
|
40 'LBL_MODULE_NAME' => 'Projekty' , |
|
41 'LBL_MODULE_TITLE' => 'Projekty' , |
|
42 'LBL_SEARCH_FORM_TITLE' => 'Vyhledat projekt' , |
|
43 'LBL_LIST_FORM_TITLE' => 'Seznam projektů' , |
|
44 'LBL_HISTORY_TITLE' => 'Historie' , |
|
45 'LBL_ID' => 'Id:' , |
|
46 'LBL_DATE_ENTERED' => 'Datum zadání:' , |
|
47 'LBL_DATE_MODIFIED' => 'Datum změny:' , |
|
48 'LBL_ASSIGNED_USER_ID' => 'Přidělen:' , |
|
49 'LBL_MODIFIED_USER_ID' => 'Změnil Id:' , |
|
50 'LBL_CREATED_BY' => 'Vytvořil:' , |
|
51 'LBL_TEAM_ID' => 'Tým:' , |
|
52 'LBL_NAME' => 'Jméno:' , |
|
53 'LBL_DESCRIPTION' => 'Popis:' , |
|
54 'LBL_DELETED' => 'Smazáno:' , |
|
55 'LBL_TOTAL_ESTIMATED_EFFORT' => 'Odhadovaná celková práce (hodin):' , |
|
56 'LBL_TOTAL_ACTUAL_EFFORT' => 'Aktuální celková práce (hodin):' , |
|
57 'LBL_LIST_NAME' => 'Jméno' , |
|
58 'LBL_LIST_ASSIGNED_USER_ID' => 'Přidělen' , |
|
59 'LBL_LIST_TOTAL_ESTIMATED_EFFORT' => 'Odhadovaná celková práce (hodin)' , |
|
60 'LBL_LIST_TOTAL_ACTUAL_EFFORT' => 'Aktuální celková práce (hodin)' , |
|
61 'LBL_PROJECT_SUBPANEL_TITLE' => 'Projekty' , |
|
62 'LBL_PROJECT_TASK_SUBPANEL_TITLE' => 'Úkoly projektů' , |
|
63 'LBL_CONTACT_SUBPANEL_TITLE' => 'Kontakty' , |
|
64 'LBL_ACCOUNT_SUBPANEL_TITLE' => 'Klienti' , |
|
65 'LBL_OPPORTUNITY_SUBPANEL_TITLE' => 'Příležitosti' , |
|
66 'LBL_QUOTE_SUBPANEL_TITLE' => 'Cenové nabídky' , |
|
67 'CONTACT_REMOVE_PROJECT_CONFIRM' => 'Opravdu chcete odstranit tento kontakt z projektu?' , |
|
68 'LNK_NEW_PROJECT' => 'Přidat projekt' , |
|
69 'LNK_PROJECT_LIST' => 'Seznam projektů' , |
|
70 'LNK_NEW_PROJECT_TASK' => 'Přidat úkol projektu' , |
|
71 'LNK_PROJECT_TASK_LIST' => 'Úkoly projektů' , |
|
72 'LBL_DEFAULT_SUBPANEL_TITLE' => 'Projekty' , |
|
73 'LBL_ACTIVITIES_TITLE' => 'Aktivity' , |
|
74 'LBL_ACTIVITIES_SUBPANEL_TITLE' => 'Aktivity' , |
|
75 'LBL_HISTORY_SUBPANEL_TITLE' => 'Historie' , |
|
76 'LBL_QUICK_NEW_PROJECT' => 'Nový projekt' , |
|
77 'LBL_PROJECT_TASKS_SUBPANEL_TITLE' => 'Úkoly projektů' , |
|
78 'LBL_CONTACTS_SUBPANEL_TITLE' => 'Kontakty' , |
|
79 'LBL_ACCOUNTS_SUBPANEL_TITLE' => 'Klienti' , |
|
80 'LBL_OPPORTUNITIES_SUBPANEL_TITLE' => 'Příležitosti' ); |
27 |
81 |
28 |
|
29 $mod_strings = array ( |
|
30 'LBL_MODULE_NAME' => 'Projekty', |
|
31 'LBL_MODULE_TITLE' => 'Projekty: Home', |
|
32 'LBL_SEARCH_FORM_TITLE' => 'Najít projekt', |
|
33 'LBL_LIST_FORM_TITLE' => 'Seznam projektů', |
|
34 'LBL_HISTORY_TITLE' => 'Historie', |
|
35 |
|
36 'LBL_ID' => 'Id:', |
|
37 'LBL_DATE_ENTERED' => 'Datum vložení:', |
|
38 'LBL_DATE_MODIFIED' => 'Datum změny:', |
|
39 'LBL_ASSIGNED_USER_ID' => 'Přiřazeno uživateli:', |
|
40 'LBL_MODIFIED_USER_ID' => 'Změněno uživatelem Id:', |
|
41 'LBL_CREATED_BY' => 'Vytvořeno kým:', |
|
42 'LBL_TEAM_ID' => 'Tým:', |
|
43 'LBL_NAME' => 'Jméno:', |
|
44 'LBL_DESCRIPTION' => 'Popis:', |
|
45 'LBL_DELETED' => 'Smazáno:', |
|
46 |
|
47 'LBL_TOTAL_ESTIMATED_EFFORT' => 'Celkový odhadovaný počet hodin:', |
|
48 'LBL_TOTAL_ACTUAL_EFFORT' => 'Celkový aktuální počet hodin:', |
|
49 |
|
50 'LBL_LIST_NAME' => 'Jméno', |
|
51 'LBL_LIST_ASSIGNED_USER_ID' => 'Přiřazeno uživateli', |
|
52 'LBL_LIST_TOTAL_ESTIMATED_EFFORT' => 'Celkový odhadovaný počet hodin', |
|
53 'LBL_LIST_TOTAL_ACTUAL_EFFORT' => 'Celkový aktuální počet hodin', |
|
54 |
|
55 'LBL_PROJECT_SUBPANEL_TITLE' => 'Projekty', |
|
56 'LBL_PROJECT_TASK_SUBPANEL_TITLE' => 'Úkol projektu', |
|
57 'LBL_CONTACT_SUBPANEL_TITLE' => 'Kontakty', |
|
58 'LBL_ACCOUNT_SUBPANEL_TITLE' => 'Účty', |
|
59 'LBL_OPPORTUNITY_SUBPANEL_TITLE' => 'Příležitosti', |
|
60 'LBL_QUOTE_SUBPANEL_TITLE' => 'Akcie', |
|
61 |
|
62 'CONTACT_REMOVE_PROJECT_CONFIRM' => 'Jste si jistí, že chcete odstranit tento kontakt z tohoto projektu?', |
|
63 |
|
64 'LNK_NEW_PROJECT' => 'Vytvořit projekt', |
|
65 'LNK_PROJECT_LIST' => 'Výpis projektů', |
|
66 'LNK_NEW_PROJECT_TASK' => 'Vytvořit úkol k projektu', |
|
67 'LNK_PROJECT_TASK_LIST' => 'Úkoly projektu', |
|
68 'LBL_DEFAULT_SUBPANEL_TITLE' => 'Projekty', |
|
69 'LBL_ACTIVITIES_TITLE'=>'Aktivity', |
|
70 'LBL_ACTIVITIES_SUBPANEL_TITLE'=>'Aktivity', |
|
71 'LBL_HISTORY_SUBPANEL_TITLE'=>'Historie', |
|
72 'LBL_QUICK_NEW_PROJECT' => 'Nový projekt', |
|
73 |
|
74 'LBL_PROJECT_TASKS_SUBPANEL_TITLE' => 'Úkoly projektů', |
|
75 'LBL_CONTACTS_SUBPANEL_TITLE' => 'Kontakty', |
|
76 'LBL_ACCOUNTS_SUBPANEL_TITLE' => 'Účty', |
|
77 'LBL_OPPORTUNITIES_SUBPANEL_TITLE' => 'Příležitosti', |
|
78 |
|
79 |
|
80 |
|
81 ); |
|
82 ?> |
82 ?> |