Files
CRM/languages/en_us/RecycleBin.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

33 lines
1.4 KiB
PHP

<?php
/*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
************************************************************************************/
$languageStrings = Array(
'Recycle Bin'=> 'Recycle Bin' ,
'RecycleBin' => 'Recycle Bin',
'LBL_SELECT_MODULE' => 'Select Module',
'LBL_EMPTY_RECYCLEBIN' => 'Empty Recycle Bin',
'LBL_RESTORE' => 'Restore',
'LBL_NO_PERMITTED_MODULES' => 'No permitted modules available',
'LBL_RECORDS_LIST' => 'Recycle Bin List',
'LBL_NO_RECORDS_FOUND' => 'No records found to Restore in module',
);
$jsLanguageStrings = array(
'JS_MSG_EMPTY_RB_CONFIRMATION' => 'Are you sure you want to permanently remove all the deleted records from your database?',
'JS_LBL_RESTORE_RECORDS_CONFIRMATION' => 'Are you sure you want to restore the records?',
'JS_RESTORING_RECORDS' => 'Restoring records',
'JS_LBL_RESTORE_RECORD_CONFIRMATION' => 'Are you sure you want to restore the record?',
'JS_RESTORING_RECORD' => 'Restoring Record',
'JS_RESTORE_AND_UNTRASH_FILE_IN_DRIVE' => 'Restore in Vtiger and Drive',
);
?>