modules/Documents/language/cs_cz.lang.php
branchsugarforge-projects-czech
changeset 3 974a21c495b2
parent 1 c80b997e4c27
child 5 d3177f799d06
--- a/modules/Documents/language/cs_cz.lang.php	Thu May 26 14:02:39 2011 +0200
+++ b/modules/Documents/language/cs_cz.lang.php	Thu May 26 14:34:52 2011 +0200
@@ -1,139 +1,126 @@
-<?php
-if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
-/*********************************************************************************
- * The contents of this file are subject to the SugarCRM Public License Version
- * 1.1.3 ("License"); You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at http://www.sugarcrm.com/SPL
- * Software distributed under the License is distributed on an "AS IS" basis,
- * WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the License
- * for the specific language governing rights and limitations under the
- * License.
- *
- * All copies of the Covered Code must include on each user interface screen:
- *    (i) the "Powered by SugarCRM" logo and
- *    (ii) the SugarCRM copyright notice
- * in the same form as they appear in the distribution.  See full license for
- * requirements.
- *
- * The Original Code is: SugarCRM Open Source
- * The Initial Developer of the Original Code is SugarCRM, Inc.
- * Portions created by SugarCRM are Copyright (C) 2004-2006 SugarCRM, Inc.;
- * All Rights Reserved.
- * Contributor(s): ______________________________________.
- ********************************************************************************/
-/*********************************************************************************
-
- * Description:  Defines the English language pack for the base application.
- * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc.
- * All Rights Reserved.
- * Contributor(s): ______________________________________..
- ********************************************************************************/
-
-$mod_strings = array (
-	//module
-	'LBL_MODULE_NAME' => 'Documents',
-	'LBL_MODULE_TITLE' => 'Documents: Home',
-	'LNK_NEW_DOCUMENT' => 'Create Document',
-	'LNK_DOCUMENT_LIST'=> 'Documents List',
-	'LBL_DOC_REV_HEADER' => 'Document Revisions',
-	'LBL_SEARCH_FORM_TITLE'=> 'Document Search',
-	//vardef labels
-	'LBL_DOCUMENT_ID' => 'Document Id',
-	'LBL_NAME' => 'Document Name',
-	'LBL_DESCRIPTION' => 'Description',
-	'LBL_CATEGORY' => 'Category',
-	'LBL_SUBCATEGORY' => 'Sub Category',
-	'LBL_STATUS' => 'Status',
-	'LBL_CREATED_BY'=> 'Created by',
-	'LBL_DATE_ENTERED'=> 'Date Entered',
-	'LBL_DATE_MODIFIED'=> 'Date Modified',
-	'LBL_DELETED' => 'Deleted',
-	'LBL_MODIFIED'=> 'Modified by id',
-	'LBL_MODIFIED_USER' => 'Modified by',
-	'LBL_CREATED'=> 'Created by',
-	'LBL_RELATED_DOCUMENT_ID'=>'Related Dcocument Id',
-	'LBL_RELATED_DOCUMENT_REVISION_ID'=>'Related Document Revision Id',
-	'LBL_IS_TEMPLATE'=>'Is a Template',
-	'LBL_TEMPLATE_TYPE'=>'Document Type',
-
-	'LBL_REVISION_NAME' => 'Revision Number',
-	'LBL_MIME' => 'Mime Type',
-	'LBL_REVISION' => 'Revision',
-	'LBL_DOCUMENT' => 'Related Document',
-	'LBL_LATEST_REVISION' => 'Latest Revision',
-	'LBL_CHANGE_LOG'=> 'Change Log',
-	'LBL_ACTIVE_DATE'=> 'Publish Date',
-	'LBL_EXPIRATION_DATE' => 'Expiration Date',
-	'LBL_FILE_EXTENSION'  => 'File Extension',
-
-	'LBL_CAT_OR_SUBCAT_UNSPEC'=>'Unspecified',
-	//document edit and detail view
-	'LBL_DOC_NAME' => 'Document Name:',
-	'LBL_FILENAME' => 'File Name:',
-	'LBL_DOC_VERSION' => 'Revision:',
-	'LBL_CATEGORY_VALUE' => 'Category:',
-	'LBL_SUBCATEGORY_VALUE'=> 'Sub Category:',
-	'LBL_DOC_STATUS'=> 'Status:',
-	'LBL_LAST_REV_CREATOR' => 'Revision Created By:',
-	'LBL_LAST_REV_DATE' => 'Revision Date:',
-	'LBL_DOWNNLOAD_FILE'=> 'Download File:',
-	'LBL_DET_RELATED_DOCUMENT'=>'Related Document:',
-	'LBL_DET_RELATED_DOCUMENT_VERSION'=>"Related Document's Revision:",
-	'LBL_DET_IS_TEMPLATE'=>'Template? :',
-	'LBL_DET_TEMPLATE_TYPE'=>'Document Type:',
-
-
-
-	'LBL_DOC_DESCRIPTION'=>'Description:',
-	'LBL_DOC_ACTIVE_DATE'=> 'Publish Date:',
-	'LBL_DOC_EXP_DATE'=> 'Expiration Date:',
-
-	//document list view.
-	'LBL_LIST_FORM_TITLE' => 'Document List',
-	'LBL_LIST_DOCUMENT' => 'Document',
-	'LBL_LIST_CATEGORY' => 'Category',
-	'LBL_LIST_SUBCATEGORY' => 'Sub Category',
-	'LBL_LIST_REVISION' => 'Revision',
-	'LBL_LIST_LAST_REV_CREATOR' => 'Published By',
-	'LBL_LIST_LAST_REV_DATE' => 'Revision Date',
-	'LBL_LIST_VIEW_DOCUMENT'=>'View',
-    'LBL_LIST_DOWNLOAD'=> 'Download',
-	'LBL_LIST_ACTIVE_DATE' => 'Publish Date',
-	'LBL_LIST_EXP_DATE' => 'Expiration Date',
-	'LBL_LIST_STATUS'=>'Status',
-
-	//document search form.
-	'LBL_SF_DOCUMENT' => 'Document Name:',
-	'LBL_SF_CATEGORY' => 'Category:',
-	'LBL_SF_SUBCATEGORY'=> 'Sub Category:',
-	'LBL_SF_ACTIVE_DATE' => 'Publish Date:',
-	'LBL_SF_EXP_DATE'=> 'Expiration Date:',
-
-	'DEF_CREATE_LOG' => 'Document Created',
-
-	//error messages
-	'ERR_DOC_NAME'=>'Document Name',
-	'ERR_DOC_ACTIVE_DATE'=>'Publish Date',
-	'ERR_DOC_EXP_DATE'=> 'Expiration Date',
-	'ERR_FILENAME'=> 'File name',
-	'ERR_DOC_VERSION'=> 'Document Version',
-	'ERR_DELETE_CONFIRM'=> 'Do you want to delete this document revision?',
-	'ERR_DELETE_LATEST_VERSION'=> 'You are not allowed to delete the latest revision of a document.',
-	'LNK_NEW_MAIL_MERGE' => 'Mail Merge',
-	'LBL_MAIL_MERGE_DOCUMENT' => 'Mail Merge Template:',
-
-	'LBL_TREE_TITLE' => 'Documents',
-	//sub-panel vardefs.
-	'LBL_LIST_DOCUMENT_NAME'=>'Document Name',
-	'LBL_CONTRACT_NAME'=>'Contract Name:',
-	'LBL_LIST_IS_TEMPLATE'=>'Template?',
-	'LBL_LIST_TEMPLATE_TYPE'=>'Document Type',
-	'LBL_LIST_SELECTED_REVISION'=>'Selected Revision',
-	'LBL_LIST_LATEST_REVISION'=>'Latest Revision',
-	'LBL_CONTRACTS_SUBPANEL_TITLE'=>'Related Contracts',
-	'LBL_LAST_REV_CREATE_DATE'=>'Last Revision Create Date',
-    //'LNK_DOCUMENT_CAT'=>'Document Categories',
-);
-
-
-?>
+<?php
+
+ /*********************************************************************************
+  * The contents of this file are subject to the SugarCRM Professional End User
+  * License Agreement ('License') which can be viewed at
+  * http://www.sugarcrm.com/crm/products/sugar-professional-eula.html
+  * By installing or using this file, You have unconditionally agreed to the
+  * terms and conditions of the License, and You may not use this file except in
+  * compliance with the License.  Under the terms of the license, You shall not,
+  * among other things: 1) sublicense, resell, rent, lease, redistribute, assign
+  * or otherwise transfer Your rights to the Software, and 2) use the Software
+  * for timesharing or service bureau purposes such as hosting the Software for
+  * commercial gain and/or for the benefit of a third party.  Use of the Software
+  * may be subject to applicable fees and any use of the Software without first
+  * paying applicable fees is strictly prohibited.  You do not have the right to
+  * remove SugarCRM copyrights from the source code or user interface.
+  * All copies of the Covered Code must include on each user interface screen:
+  * (i) the 'Powered by SugarCRM' logo and
+  * (ii) the SugarCRM copyright notice
+  * in the same form as they appear in the distribution.  See full license for
+  * requirements.
+  * Your Warranty, Limitations of liability and Indemnity are expressly stated
+  * in the License.  Please refer to the License for the specific language
+  * governing these rights and limitations under the License.  Portions created
+  * by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.; All Rights Reserved.
+  ********************************************************************************/
+  /*********************************************************************************
+  * File generated by the Sugar Translation Suite (Contributor : www.grupa-atlantis.pl)
+  *********************************************************************************/
+  /*********************************************************************************
+  * $Header: modules/Documents/language/cs_cz.lang.php, 4.5.1e Sun 26/08/07 14:02:51 
+  * Description : Language pack for Czech.
+  * Portions created by SugarCRM are Copyright (C) SugarCRM, Inc. All Rights Reserved.
+  * Contributor(s): extrasolution.com
+  *********************************************************************************/
+
+if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
+
+$mod_strings = array ( 
+   'LBL_MODULE_NAME' => 'Dokumenty' ,
+   'LBL_MODULE_TITLE' => 'Dokumenty' ,
+   'LNK_NEW_DOCUMENT' => 'Přidat dokument' ,
+   'LNK_DOCUMENT_LIST' => 'Seznam dokumentů' ,
+   'LBL_DOC_REV_HEADER' => 'Revize dokumentu' ,
+   'LBL_SEARCH_FORM_TITLE' => 'Vyhledat dokument' ,
+   'LBL_DOCUMENT_ID' => 'Identifikace dokumentu' ,
+   'LBL_NAME' => 'Jméno dokumentu' ,
+   'LBL_DESCRIPTION' => 'Popis' ,
+   'LBL_CATEGORY' => 'Kategorie' ,
+   'LBL_SUBCATEGORY' => 'Podkategorie' ,
+   'LBL_STATUS' => 'Status' ,
+   'LBL_CREATED_BY' => 'Vytvořil' ,
+   'LBL_DATE_ENTERED' => 'Zahájeno' ,
+   'LBL_DATE_MODIFIED' => 'Datum poslední úpravy' ,
+   'LBL_DELETED' => 'Odstranil' ,
+   'LBL_MODIFIED' => 'Změnil' ,
+   'LBL_MODIFIED_USER' => 'Změnil' ,
+   'LBL_CREATED' => 'Vytvořil' ,
+   'LBL_RELATED_DOCUMENT_ID' => 'ID spřízněného dokumentu' ,
+   'LBL_RELATED_DOCUMENT_REVISION_ID' => 'ID spřízněné revize dokumentu' ,
+   'LBL_IS_TEMPLATE' => 'Je šablona' ,
+   'LBL_TEMPLATE_TYPE' => 'Typ dokumentu' ,
+   'LBL_REVISION_NAME' => 'Číslo revize ' ,
+   'LBL_MIME' => 'MIME typ' ,
+   'LBL_REVISION' => 'Revize' ,
+   'LBL_DOCUMENT' => 'Související dokument' ,
+   'LBL_LATEST_REVISION' => 'Poslední revize' ,
+   'LBL_CHANGE_LOG' => 'Protokol změn:' ,
+   'LBL_ACTIVE_DATE' => 'Publikováno' ,
+   'LBL_EXPIRATION_DATE' => 'Expirace' ,
+   'LBL_FILE_EXTENSION' => 'Přípona souboru' ,
+   'LBL_CAT_OR_SUBCAT_UNSPEC' => 'Neurčeno' ,
+   'LBL_DOC_NAME' => 'Jméno dokumentu:' ,
+   'LBL_FILENAME' => 'Jméno souboru:' ,
+   'LBL_DOC_VERSION' => 'Verze:' ,
+   'LBL_CATEGORY_VALUE' => 'Kategorie:' ,
+   'LBL_SUBCATEGORY_VALUE' => 'Podkategorie:' ,
+   'LBL_DOC_STATUS' => 'Status:' ,
+   'LBL_LAST_REV_CREATOR' => 'Revizi vytvořil:' ,
+   'LBL_LAST_REV_DATE' => 'Datum revize:' ,
+   'LBL_DOWNNLOAD_FILE' => 'Načíst soubor:' ,
+   'LBL_DET_RELATED_DOCUMENT' => 'Spřízněné dokumenty:' ,
+   'LBL_DET_RELATED_DOCUMENT_VERSION' => 'Spřízněné revize dokumentů:' ,
+   'LBL_DET_IS_TEMPLATE' => 'Šablona? :' ,
+   'LBL_DET_TEMPLATE_TYPE' => 'Typ dokumentu:' ,
+   'LBL_DOC_DESCRIPTION' => 'Popis:' ,
+   'LBL_DOC_ACTIVE_DATE' => 'Publikováno:' ,
+   'LBL_DOC_EXP_DATE' => 'Expirace:' ,
+   'LBL_LIST_FORM_TITLE' => 'Seznam dokumentů' ,
+   'LBL_LIST_DOCUMENT' => 'Dokument' ,
+   'LBL_LIST_CATEGORY' => 'Kategorie' ,
+   'LBL_LIST_SUBCATEGORY' => 'Podkategorie' ,
+   'LBL_LIST_REVISION' => 'Revize' ,
+   'LBL_LIST_LAST_REV_CREATOR' => 'Vydal' ,
+   'LBL_LIST_LAST_REV_DATE' => 'Revidováno' ,
+   'LBL_LIST_VIEW_DOCUMENT' => 'Zobrazit' ,
+   'LBL_LIST_DOWNLOAD' => 'Download' ,
+   'LBL_LIST_ACTIVE_DATE' => 'Publikováno' ,
+   'LBL_LIST_EXP_DATE' => 'Expirace' ,
+   'LBL_LIST_STATUS' => 'Status' ,
+   'LBL_SF_DOCUMENT' => 'Jméno dokumentu:' ,
+   'LBL_SF_CATEGORY' => 'Kategorie:' ,
+   'LBL_SF_SUBCATEGORY' => 'Podkategorie:' ,
+   'LBL_SF_ACTIVE_DATE' => 'Publikováno:' ,
+   'LBL_SF_EXP_DATE' => 'Expirace:' ,
+   'DEF_CREATE_LOG' => 'Dokument vytvořen' ,
+   'ERR_DOC_NAME' => 'Jméno dokumentu' ,
+   'ERR_DOC_ACTIVE_DATE' => 'Publikováno' ,
+   'ERR_DOC_EXP_DATE' => 'Expirace' ,
+   'ERR_FILENAME' => 'Název souboru' ,
+   'ERR_DOC_VERSION' => 'Verze dokumentu' ,
+   'ERR_DELETE_CONFIRM' => 'Opravdu chcete smazat tuto revizi dokumentu ?' ,
+   'ERR_DELETE_LATEST_VERSION' => 'nemáte povolení mazat poslední revizi dokumentu.' ,
+   'LNK_NEW_MAIL_MERGE' => 'Spojování mailů' ,
+   'LBL_MAIL_MERGE_DOCUMENT' => 'Šablona na spojování pošty:' ,
+   'LBL_TREE_TITLE' => 'Dokumenty' ,
+   'LBL_LIST_DOCUMENT_NAME' => 'Jméno dokumentu' ,
+   'LBL_CONTRACT_NAME' => 'Jméno kontraktu:' ,
+   'LBL_LIST_IS_TEMPLATE' => 'Šablona?' ,
+   'LBL_LIST_TEMPLATE_TYPE' => 'Typ dokumentu' ,
+   'LBL_LIST_SELECTED_REVISION' => 'Vybraná revize' ,
+   'LBL_LIST_LATEST_REVISION' => 'Poslední revize' ,
+   'LBL_CONTRACTS_SUBPANEL_TITLE' => 'Související kontrakty' ,
+   'LBL_LAST_REV_CREATE_DATE' => 'Datum vytvoření poslední revize' );
+
+?>