/
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' => 'Conturi', 'LBL_MODULE_NAME_SINGULAR' => 'Cont:', 'LBL_MODULE_TITLE' => 'Conturi: Acasa', 'LBL_SEARCH_FORM_TITLE' => 'Cauta Cont', 'LBL_LIST_FORM_TITLE' => 'Lista Cont', 'LBL_NEW_FORM_TITLE' => 'Creeaza Cont', 'LNK_NEW_CONTACT' => 'Creează Contact', 'LNK_NEW_ACCOUNT' => 'Creeaza Cont', 'LNK_NEW_OPPORTUNITY' => 'Creeaza Oportunitate', 'LNK_NEW_CASE' => 'Creează Caz', 'LNK_NEW_NOTE' => 'Creează Notă sau Ataşament', 'LNK_NEW_CALL' => 'Jurnal Apeluri', 'LNK_NEW_EMAIL' => 'arhiva email', 'LNK_NEW_MEETING' => 'programeaza intalnire', 'LNK_NEW_TASK' => 'Creează sarcina', 'ERR_DELETE_RECORD' => 'Trebuie să specifici un număr de înregistrare pentru a șterge contul.', ); ?>