/
var
/
www
/
html
/
sugar13-old
/
modules
/
ContractTypes
/
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_ID'=>'ID', 'LBL_DATE_ENTERED'=>'Datum vložení', 'LBL_DATE_MODIFIED'=>'Datum poslední úpravy', 'LBL_MODIFIED_USER_ID'=>'Upraveno uživatelem ID', 'LBL_CREATED_BY'=>'Vytvořil:', 'LBL_DELETED'=>'Odstranit', 'LBL_DOCUMENTS'=>'Dokumenty', 'LBL_TYPE_NAME'=>'Jméno typu', 'LBL_MODULE_NAME'=>'Typ kontraktu', 'LBL_MODULE_NAME_SINGULAR' => 'Typ kontraktu', 'LBL_MODULE_TITLE'=>'Typy kontraktu', 'LBL_LIST_FORM_TITLE'=>'Typy kontraktu', 'LBL_CONTRACT_TYPE'=>'Typ kontraktu', 'LBL_LIST_ORDER'=>'Pořadí v seznamu:', 'LNK_CONTRACTTYPE_LIST'=>'Přehled typů kontraktu', 'LNK_NEW_CONTRACTTYPE' => 'Vytvořit typ kontraktu', 'LBL_LIST_NAME'=>'Název', 'LBL_LIST_LIST_ORDER'=>'Seznam', 'LBL_NAME'=>'Název:', 'NTC_DELETE_CONFIRMATION'=>'Smazat typ kontraktu?', 'LBL_DOCUMENTS_SUBPANEL_TITLE'=>'Dokumenty', 'LBL_SEARCH_FORM_TITLE' => 'Vyhledávání v typech kontraktu', ); ?>