/
var
/
www
/
html
/
sugardemo
/
modules
/
SavedSearch
/
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 = [ 'LBL_MODULE_TITLE' => 'Salvarile mele salvate', 'LBL_SEARCH_FORM_TITLE' => 'Salvarile mele salvate: Cauta', 'LBL_LIST_FORM_TITLE' => 'Lista cautarilor mele salvate', 'LBL_DELETE_CONFIRM' => 'Sunteți sigur că vreți să ștergeți Căutările salvate?', 'LBL_UPDATE_BUTTON_TITLE' => 'Actualizeaza cautarile salvate', 'LBL_DELETE_BUTTON_TITLE' => 'Stege Cautarile Salvate', 'LBL_SAVE_BUTTON_TITLE' => 'Salveaza cautarea curenta', 'LBL_LIST_NAME' => 'Nume', 'LBL_LIST_MODULE' => 'Nume Modul', 'LBL_ORDER_BY_COLUMNS' => 'Ordinea pe coloane', 'LBL_DIRECTION' => 'Directie', 'LBL_SAVE_SEARCH_AS' => 'Salveaza cautarea ca:', 'LBL_SAVE_SEARCH_AS_HELP' => 'Acesta iti salveaza salvarile vizualizate si orice filtru de pe fila Cautare Avansata', 'LBL_PREVIOUS_SAVED_SEARCH' => 'Cautari Salvate anterioare:', 'LBL_PREVIOUS_SAVED_SEARCH_HELP' => 'Editeaza sau stege o cautare salvata', 'LBL_ASCENDING' => 'Ascendent', 'LBL_DESCENDING' => 'Descendent', 'LBL_MODIFY_CURRENT_SEARCH' => 'Modifica cautarea actuala', ];