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/Documents/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' => 'Dokumenty' , |
28 * All Rights Reserved. |
41 'LBL_MODULE_TITLE' => 'Dokumenty' , |
29 * Contributor(s): ______________________________________.. |
42 'LNK_NEW_DOCUMENT' => 'Přidat dokument' , |
30 ********************************************************************************/ |
43 'LNK_DOCUMENT_LIST' => 'Seznam dokumentů' , |
31 |
44 'LBL_DOC_REV_HEADER' => 'Revize dokumentu' , |
32 $mod_strings = array ( |
45 'LBL_SEARCH_FORM_TITLE' => 'Vyhledat dokument' , |
33 //module |
46 'LBL_DOCUMENT_ID' => 'Identifikace dokumentu' , |
34 'LBL_MODULE_NAME' => 'Documents', |
47 'LBL_NAME' => 'Jméno dokumentu' , |
35 'LBL_MODULE_TITLE' => 'Documents: Home', |
48 'LBL_DESCRIPTION' => 'Popis' , |
36 'LNK_NEW_DOCUMENT' => 'Create Document', |
49 'LBL_CATEGORY' => 'Kategorie' , |
37 'LNK_DOCUMENT_LIST'=> 'Documents List', |
50 'LBL_SUBCATEGORY' => 'Podkategorie' , |
38 'LBL_DOC_REV_HEADER' => 'Document Revisions', |
51 'LBL_STATUS' => 'Status' , |
39 'LBL_SEARCH_FORM_TITLE'=> 'Document Search', |
52 'LBL_CREATED_BY' => 'Vytvořil' , |
40 //vardef labels |
53 'LBL_DATE_ENTERED' => 'Zahájeno' , |
41 'LBL_DOCUMENT_ID' => 'Document Id', |
54 'LBL_DATE_MODIFIED' => 'Datum poslední úpravy' , |
42 'LBL_NAME' => 'Document Name', |
55 'LBL_DELETED' => 'Odstranil' , |
43 'LBL_DESCRIPTION' => 'Description', |
56 'LBL_MODIFIED' => 'Změnil' , |
44 'LBL_CATEGORY' => 'Category', |
57 'LBL_MODIFIED_USER' => 'Změnil' , |
45 'LBL_SUBCATEGORY' => 'Sub Category', |
58 'LBL_CREATED' => 'Vytvořil' , |
46 'LBL_STATUS' => 'Status', |
59 'LBL_RELATED_DOCUMENT_ID' => 'ID spřízněného dokumentu' , |
47 'LBL_CREATED_BY'=> 'Created by', |
60 'LBL_RELATED_DOCUMENT_REVISION_ID' => 'ID spřízněné revize dokumentu' , |
48 'LBL_DATE_ENTERED'=> 'Date Entered', |
61 'LBL_IS_TEMPLATE' => 'Je šablona' , |
49 'LBL_DATE_MODIFIED'=> 'Date Modified', |
62 'LBL_TEMPLATE_TYPE' => 'Typ dokumentu' , |
50 'LBL_DELETED' => 'Deleted', |
63 'LBL_REVISION_NAME' => 'Číslo revize ' , |
51 'LBL_MODIFIED'=> 'Modified by id', |
64 'LBL_MIME' => 'MIME typ' , |
52 'LBL_MODIFIED_USER' => 'Modified by', |
65 'LBL_REVISION' => 'Revize' , |
53 'LBL_CREATED'=> 'Created by', |
66 'LBL_DOCUMENT' => 'Související dokument' , |
54 'LBL_RELATED_DOCUMENT_ID'=>'Related Dcocument Id', |
67 'LBL_LATEST_REVISION' => 'Poslední revize' , |
55 'LBL_RELATED_DOCUMENT_REVISION_ID'=>'Related Document Revision Id', |
68 'LBL_CHANGE_LOG' => 'Protokol změn:' , |
56 'LBL_IS_TEMPLATE'=>'Is a Template', |
69 'LBL_ACTIVE_DATE' => 'Publikováno' , |
57 'LBL_TEMPLATE_TYPE'=>'Document Type', |
70 'LBL_EXPIRATION_DATE' => 'Expirace' , |
58 |
71 'LBL_FILE_EXTENSION' => 'Přípona souboru' , |
59 'LBL_REVISION_NAME' => 'Revision Number', |
72 'LBL_CAT_OR_SUBCAT_UNSPEC' => 'Neurčeno' , |
60 'LBL_MIME' => 'Mime Type', |
73 'LBL_DOC_NAME' => 'Jméno dokumentu:' , |
61 'LBL_REVISION' => 'Revision', |
74 'LBL_FILENAME' => 'Jméno souboru:' , |
62 'LBL_DOCUMENT' => 'Related Document', |
75 'LBL_DOC_VERSION' => 'Verze:' , |
63 'LBL_LATEST_REVISION' => 'Latest Revision', |
76 'LBL_CATEGORY_VALUE' => 'Kategorie:' , |
64 'LBL_CHANGE_LOG'=> 'Change Log', |
77 'LBL_SUBCATEGORY_VALUE' => 'Podkategorie:' , |
65 'LBL_ACTIVE_DATE'=> 'Publish Date', |
78 'LBL_DOC_STATUS' => 'Status:' , |
66 'LBL_EXPIRATION_DATE' => 'Expiration Date', |
79 'LBL_LAST_REV_CREATOR' => 'Revizi vytvořil:' , |
67 'LBL_FILE_EXTENSION' => 'File Extension', |
80 'LBL_LAST_REV_DATE' => 'Datum revize:' , |
68 |
81 'LBL_DOWNNLOAD_FILE' => 'Načíst soubor:' , |
69 'LBL_CAT_OR_SUBCAT_UNSPEC'=>'Unspecified', |
82 'LBL_DET_RELATED_DOCUMENT' => 'Spřízněné dokumenty:' , |
70 //document edit and detail view |
83 'LBL_DET_RELATED_DOCUMENT_VERSION' => 'Spřízněné revize dokumentů:' , |
71 'LBL_DOC_NAME' => 'Document Name:', |
84 'LBL_DET_IS_TEMPLATE' => 'Šablona? :' , |
72 'LBL_FILENAME' => 'File Name:', |
85 'LBL_DET_TEMPLATE_TYPE' => 'Typ dokumentu:' , |
73 'LBL_DOC_VERSION' => 'Revision:', |
86 'LBL_DOC_DESCRIPTION' => 'Popis:' , |
74 'LBL_CATEGORY_VALUE' => 'Category:', |
87 'LBL_DOC_ACTIVE_DATE' => 'Publikováno:' , |
75 'LBL_SUBCATEGORY_VALUE'=> 'Sub Category:', |
88 'LBL_DOC_EXP_DATE' => 'Expirace:' , |
76 'LBL_DOC_STATUS'=> 'Status:', |
89 'LBL_LIST_FORM_TITLE' => 'Seznam dokumentů' , |
77 'LBL_LAST_REV_CREATOR' => 'Revision Created By:', |
90 'LBL_LIST_DOCUMENT' => 'Dokument' , |
78 'LBL_LAST_REV_DATE' => 'Revision Date:', |
91 'LBL_LIST_CATEGORY' => 'Kategorie' , |
79 'LBL_DOWNNLOAD_FILE'=> 'Download File:', |
92 'LBL_LIST_SUBCATEGORY' => 'Podkategorie' , |
80 'LBL_DET_RELATED_DOCUMENT'=>'Related Document:', |
93 'LBL_LIST_REVISION' => 'Revize' , |
81 'LBL_DET_RELATED_DOCUMENT_VERSION'=>"Related Document's Revision:", |
94 'LBL_LIST_LAST_REV_CREATOR' => 'Vydal' , |
82 'LBL_DET_IS_TEMPLATE'=>'Template? :', |
95 'LBL_LIST_LAST_REV_DATE' => 'Revidováno' , |
83 'LBL_DET_TEMPLATE_TYPE'=>'Document Type:', |
96 'LBL_LIST_VIEW_DOCUMENT' => 'Zobrazit' , |
84 |
97 'LBL_LIST_DOWNLOAD' => 'Download' , |
85 |
98 'LBL_LIST_ACTIVE_DATE' => 'Publikováno' , |
86 |
99 'LBL_LIST_EXP_DATE' => 'Expirace' , |
87 'LBL_DOC_DESCRIPTION'=>'Description:', |
100 'LBL_LIST_STATUS' => 'Status' , |
88 'LBL_DOC_ACTIVE_DATE'=> 'Publish Date:', |
101 'LBL_SF_DOCUMENT' => 'Jméno dokumentu:' , |
89 'LBL_DOC_EXP_DATE'=> 'Expiration Date:', |
102 'LBL_SF_CATEGORY' => 'Kategorie:' , |
90 |
103 'LBL_SF_SUBCATEGORY' => 'Podkategorie:' , |
91 //document list view. |
104 'LBL_SF_ACTIVE_DATE' => 'Publikováno:' , |
92 'LBL_LIST_FORM_TITLE' => 'Document List', |
105 'LBL_SF_EXP_DATE' => 'Expirace:' , |
93 'LBL_LIST_DOCUMENT' => 'Document', |
106 'DEF_CREATE_LOG' => 'Dokument vytvořen' , |
94 'LBL_LIST_CATEGORY' => 'Category', |
107 'ERR_DOC_NAME' => 'Jméno dokumentu' , |
95 'LBL_LIST_SUBCATEGORY' => 'Sub Category', |
108 'ERR_DOC_ACTIVE_DATE' => 'Publikováno' , |
96 'LBL_LIST_REVISION' => 'Revision', |
109 'ERR_DOC_EXP_DATE' => 'Expirace' , |
97 'LBL_LIST_LAST_REV_CREATOR' => 'Published By', |
110 'ERR_FILENAME' => 'Název souboru' , |
98 'LBL_LIST_LAST_REV_DATE' => 'Revision Date', |
111 'ERR_DOC_VERSION' => 'Verze dokumentu' , |
99 'LBL_LIST_VIEW_DOCUMENT'=>'View', |
112 'ERR_DELETE_CONFIRM' => 'Opravdu chcete smazat tuto revizi dokumentu ?' , |
100 'LBL_LIST_DOWNLOAD'=> 'Download', |
113 'ERR_DELETE_LATEST_VERSION' => 'nemáte povolení mazat poslední revizi dokumentu.' , |
101 'LBL_LIST_ACTIVE_DATE' => 'Publish Date', |
114 'LNK_NEW_MAIL_MERGE' => 'Spojování mailů' , |
102 'LBL_LIST_EXP_DATE' => 'Expiration Date', |
115 'LBL_MAIL_MERGE_DOCUMENT' => 'Šablona na spojování pošty:' , |
103 'LBL_LIST_STATUS'=>'Status', |
116 'LBL_TREE_TITLE' => 'Dokumenty' , |
104 |
117 'LBL_LIST_DOCUMENT_NAME' => 'Jméno dokumentu' , |
105 //document search form. |
118 'LBL_CONTRACT_NAME' => 'Jméno kontraktu:' , |
106 'LBL_SF_DOCUMENT' => 'Document Name:', |
119 'LBL_LIST_IS_TEMPLATE' => 'Šablona?' , |
107 'LBL_SF_CATEGORY' => 'Category:', |
120 'LBL_LIST_TEMPLATE_TYPE' => 'Typ dokumentu' , |
108 'LBL_SF_SUBCATEGORY'=> 'Sub Category:', |
121 'LBL_LIST_SELECTED_REVISION' => 'Vybraná revize' , |
109 'LBL_SF_ACTIVE_DATE' => 'Publish Date:', |
122 'LBL_LIST_LATEST_REVISION' => 'Poslední revize' , |
110 'LBL_SF_EXP_DATE'=> 'Expiration Date:', |
123 'LBL_CONTRACTS_SUBPANEL_TITLE' => 'Související kontrakty' , |
111 |
124 'LBL_LAST_REV_CREATE_DATE' => 'Datum vytvoření poslední revize' ); |
112 'DEF_CREATE_LOG' => 'Document Created', |
|
113 |
|
114 //error messages |
|
115 'ERR_DOC_NAME'=>'Document Name', |
|
116 'ERR_DOC_ACTIVE_DATE'=>'Publish Date', |
|
117 'ERR_DOC_EXP_DATE'=> 'Expiration Date', |
|
118 'ERR_FILENAME'=> 'File name', |
|
119 'ERR_DOC_VERSION'=> 'Document Version', |
|
120 'ERR_DELETE_CONFIRM'=> 'Do you want to delete this document revision?', |
|
121 'ERR_DELETE_LATEST_VERSION'=> 'You are not allowed to delete the latest revision of a document.', |
|
122 'LNK_NEW_MAIL_MERGE' => 'Mail Merge', |
|
123 'LBL_MAIL_MERGE_DOCUMENT' => 'Mail Merge Template:', |
|
124 |
|
125 'LBL_TREE_TITLE' => 'Documents', |
|
126 //sub-panel vardefs. |
|
127 'LBL_LIST_DOCUMENT_NAME'=>'Document Name', |
|
128 'LBL_CONTRACT_NAME'=>'Contract Name:', |
|
129 'LBL_LIST_IS_TEMPLATE'=>'Template?', |
|
130 'LBL_LIST_TEMPLATE_TYPE'=>'Document Type', |
|
131 'LBL_LIST_SELECTED_REVISION'=>'Selected Revision', |
|
132 'LBL_LIST_LATEST_REVISION'=>'Latest Revision', |
|
133 'LBL_CONTRACTS_SUBPANEL_TITLE'=>'Related Contracts', |
|
134 'LBL_LAST_REV_CREATE_DATE'=>'Last Revision Create Date', |
|
135 //'LNK_DOCUMENT_CAT'=>'Document Categories', |
|
136 ); |
|
137 |
|
138 |
125 |
139 ?> |
126 ?> |