/
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 broj', 'LBL_DATE_ENTERED'=>'Datum unosa', 'LBL_DATE_MODIFIED'=>'Datum izmene', 'LBL_MODIFIED_USER_ID'=>'ID broj korisnika koji je promenio', 'LBL_CREATED_BY'=>'Autor', 'LBL_DELETED'=>'Obrisan', 'LBL_DOCUMENTS'=>'Dokumenta', 'LBL_TYPE_NAME'=>'Naziv tipa', 'LBL_MODULE_NAME'=>'Tip Ugovora', 'LBL_MODULE_NAME_SINGULAR' => 'Tip ugovora', 'LBL_MODULE_TITLE'=>'Tipovi Ugovora', 'LBL_LIST_FORM_TITLE'=>'Tipovi Ugovora', 'LBL_CONTRACT_TYPE'=>'Tip Ugovora', 'LBL_LIST_ORDER'=>'Redosled:', 'LNK_CONTRACTTYPE_LIST'=>'Pregledaj Tipove Ugovora', 'LNK_NEW_CONTRACTTYPE' => 'Kreiraj Tip Ugovora', 'LBL_LIST_NAME'=>'Naziv', 'LBL_LIST_LIST_ORDER'=>'Redosled', 'LBL_NAME'=>'Naziv:', 'NTC_DELETE_CONFIRMATION'=>'Da li ste sigurni da želite da obrišete ovaj tip ugovora?', 'LBL_DOCUMENTS_SUBPANEL_TITLE'=>'Dokumenta', 'LBL_SEARCH_FORM_TITLE' => 'Pretraga Tipova Ugovora', ); ?>