/
var
/
www
/
html
/
sugar9
/
modules
/
Help
/
language
/
Upload File
HOME
<?php /* * Your installation or use of this SugarCRM file is subject to the applicable * terms available at * http://support.sugarcrm.com/Resources/Master_Subscription_Agreements/. * If you do not agree to all of the applicable terms or do not have the * authority to bind the entity as an authorized representative, then do not * install or use this SugarCRM file. * * Copyright (C) SugarCRM Inc. All rights reserved. */ /********************************************************************************* * 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 ( 'LBL_MODULE_NAME' => 'Společnosti', 'LBL_MODULE_NAME_SINGULAR' => 'Účet', 'LBL_MODULE_TITLE' => 'Společnosti', 'LBL_SEARCH_FORM_TITLE' => 'Vyhledávání společností', 'LBL_LIST_FORM_TITLE' => 'Seznam společností', 'LBL_NEW_FORM_TITLE' => 'Vytvořit společnost', 'LNK_NEW_CONTACT' => 'Vytvořit kontakt', 'LNK_NEW_ACCOUNT' => 'Vytvořit společnost', 'LNK_NEW_OPPORTUNITY' => 'Vytvořit obchod', 'LNK_NEW_CASE' => 'Vytvořit případ', 'LNK_NEW_NOTE' => 'Vytvořit poznámku nebo přílohu', 'LNK_NEW_CALL' => 'Log hovorů', 'LNK_NEW_EMAIL' => 'Archivovat E-mail', 'LNK_NEW_MEETING' => 'Harmonogram jednání', 'LNK_NEW_TASK' => 'Přidat úkol', 'ERR_DELETE_RECORD' => 'Pro vymazání zaměstnance musíte specifikovat číslo záznamu.', ); ?>