|
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: include/SugarObjects/templates/person/language/cs_cz.lang.php, 5.0.0 Tue 15/01/08 09:40:53 |
|
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 |
|
37 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); |
|
38 |
|
39 $mod_strings = array ( |
|
40 'LBL_SALUTATION' => 'Oslovení' , |
|
41 'LBL_NAME' => 'Jméno' , |
|
42 'LBL_FIRST_NAME' => 'Jméno' , |
|
43 'LBL_LAST_NAME' => 'Příjmení' , |
|
44 'LBL_TITLE' => 'Funkce' , |
|
45 'LBL_DEPARTMENT' => 'Oddělení' , |
|
46 'LBL_DO_NOT_CALL' => 'Nevolat' , |
|
47 'LBL_HOME_PHONE' => 'Telefon domů:' , |
|
48 'LBL_MOBILE_PHONE' => 'Mobilní telefon' , |
|
49 'LBL_OFFICE_PHONE' => 'Telefon do práce:' , |
|
50 'LBL_OTHER_PHONE' => 'Další telefon:' , |
|
51 'LBL_FAX_PHONE' => 'Fax:' , |
|
52 'LBL_EMAIL_ADDRESS' => 'Emailové adresy' , |
|
53 'LBL_PRIMARY_ADDRESS' => 'Hlavní adresa:' , |
|
54 'LBL_PRIMARY_ADDRESS_STREET' => 'Hlavní adresa:' , |
|
55 'LBL_PRIMARY_ADDRESS_CITY' => 'Město' , |
|
56 'LBL_PRIMARY_ADDRESS_STATE' => 'Stát' , |
|
57 'LBL_PRIMARY_ADDRESS_POSTALCODE' => 'PSČ:' , |
|
58 'LBL_PRIMARY_ADDRESS_COUNTRY' => 'Země:' , |
|
59 'LBL_ALT_ADDRESS_COUNTRY' => 'Země:' , |
|
60 'LBL_ALT_ADDRESS_STREET' => 'Další adresa' , |
|
61 'LBL_ALT_ADDRESS_CITY' => 'Město' , |
|
62 'LBL_ALT_ADDRESS_STATE' => 'Stát' , |
|
63 'LBL_ALT_ADDRESS_POSTALCODE' => 'PSČ:' , |
|
64 'LBL_COUNTRY' => 'Země:' , |
|
65 'LBL_STREET' => 'Další adresa' , |
|
66 'LBL_CITY' => 'Město' , |
|
67 'LBL_STATE' => 'Stát' , |
|
68 'LBL_POSTALCODE' => 'PSČ:' , |
|
69 'LBL_POSTAL_CODE' => 'PSČ:' , |
|
70 'lbl_contact_information' => 'Informace o kontaktu' , |
|
71 'LBL_ADDRESS_INFORMATION' => 'Adresy' , |
|
72 'LBL_CONTACT_INFORMATION' => 'Informace o kontaktu' , |
|
73 'LBL_ASSIGNED_TO_NAME' => 'Přiřazeno komu' , |
|
74 'LBL_ASSISTANT' => 'Asistent' , |
|
75 'LBL_ASSISTANT_PHONE' => 'Telefon asistenta' , |
|
76 'LBL_WORK_PHONE' => 'Telefon do práce:' ); |
|
77 |
|
78 ?> |