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/DocumentRevisions/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 /********************************************************************************* |
|
25 |
38 |
26 * Description: Defines the English language pack for the base application. |
39 $mod_strings = array ( |
27 * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. |
40 'LBL_MODULE_NAME' => 'Revize dokumentu' , |
28 * All Rights Reserved. |
41 'LNK_NEW_DOCUMENT' => 'Přidat dokument' , |
29 * Contributor(s): ______________________________________.. |
42 'LNK_DOCUMENT_LIST' => 'Seznam dokumentů' , |
30 ********************************************************************************/ |
43 'LBL_REVISION_NAME' => 'Číslo revize ' , |
31 |
44 'LBL_FILENAME' => 'Soubor' , |
32 $mod_strings = array ( |
45 'LBL_MIME' => 'MIME typ' , |
33 //module |
46 'LBL_REVISION' => 'Revize' , |
34 'LBL_MODULE_NAME' => 'Document Revision', |
47 'LBL_DOCUMENT' => 'Související dokument' , |
35 |
48 'LBL_LATEST_REVISION' => 'Poslední revize' , |
36 'LNK_NEW_DOCUMENT' => 'Create Document', |
49 'LBL_CHANGE_LOG' => 'Protokol změn:' , |
37 'LNK_DOCUMENT_LIST'=> 'Documents List', |
50 'LBL_ACTIVE_DATE' => 'Publikováno' , |
38 |
51 'LBL_EXPIRATION_DATE' => 'Expirace' , |
39 //vardef labels |
52 'LBL_FILE_EXTENSION' => 'Přípona souboru' , |
40 'LBL_REVISION_NAME' => 'Revision Number', |
53 'LBL_DET_CREATED_BY' => 'Vytvořil:' , |
41 'LBL_FILENAME' => 'Filename', |
54 'LBL_DET_DATE_CREATED' => 'Vytvořeno:' , |
42 'LBL_MIME' => 'Mime Type', |
55 'LBL_DOC_NAME' => 'Jméno dokumentu:' , |
43 'LBL_REVISION' => 'Revision', |
56 'LBL_DOC_VERSION' => 'Verze:' , |
44 'LBL_DOCUMENT' => 'Related Document', |
57 'LBL_REV_LIST_REVISION' => 'Revize' , |
45 'LBL_LATEST_REVISION' => 'Latest Revision', |
58 'LBL_REV_LIST_ENTERED' => 'Vytvořil dne' , |
46 'LBL_CHANGE_LOG'=> 'Change Log', |
59 'LBL_REV_LIST_CREATED' => 'Vytvořil' , |
47 'LBL_ACTIVE_DATE'=> 'Publish Date', |
60 'LBL_REV_LIST_LOG' => 'Protokol změn:' , |
48 'LBL_EXPIRATION_DATE' => 'Expiration Date', |
61 'LBL_REV_LIST_FILENAME' => 'Soubor' , |
49 'LBL_FILE_EXTENSION' => 'File Extension', |
62 'LBL_CURRENT_DOC_VERSION' => 'Poslední revize:' , |
50 'LBL_DET_CREATED_BY' => 'Created By:', |
63 'LBL_SEARCH_FORM_TITLE' => 'Vyhledat dokument' , |
51 'LBL_DET_DATE_CREATED' => 'Date Created:', |
64 'ERR_FILENAME' => 'Název souboru' , |
52 |
65 'ERR_DOC_VERSION' => 'Verze dokumentu' , |
53 'LBL_DOC_NAME' => 'Document Name:', |
66 'ERR_DELETE_CONFIRM' => 'Opravdu chcete smazat tuto revizi dokumentu ?' , |
54 'LBL_DOC_VERSION' => 'Revision:', |
67 'ERR_DELETE_LATEST_VERSION' => 'nemáte povolení mazat poslední revizi dokumentu.' ); |
55 |
|
56 //document revisions. |
|
57 'LBL_REV_LIST_REVISION' => 'Revision', |
|
58 'LBL_REV_LIST_ENTERED' => 'Date Created', |
|
59 'LBL_REV_LIST_CREATED' => 'Created by', |
|
60 'LBL_REV_LIST_LOG'=> 'Change Log', |
|
61 'LBL_REV_LIST_FILENAME' => 'Filename', |
|
62 |
|
63 'LBL_CURRENT_DOC_VERSION'=> 'Latest Revision:', |
|
64 'LBL_SEARCH_FORM_TITLE'=> 'Document Search', |
|
65 |
|
66 //error messages |
|
67 'ERR_FILENAME'=> 'File name', |
|
68 'ERR_DOC_VERSION'=> 'Document Version', |
|
69 'ERR_DELETE_CONFIRM'=> 'Do you want to delete this document revision?', |
|
70 'ERR_DELETE_LATEST_VERSION'=> 'You are not allowed to delete the latest revision of a document.', |
|
71 ); |
|
72 |
|
73 |
68 |
74 ?> |
69 ?> |