107 lines
3.9 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.
********************************************************************************/
$mod_strings = array(
'LBL_MODULE_NAME' => 'Documents',
'LBL_MODULE_TITLE' => 'Documents: Home',
'LBL_SEARCH_FORM_TITLE' => 'Document Search',
'LBL_LIST_FORM_TITLE' => 'Document List',
'LBL_NEW_FORM_TITLE' => 'New Document',
'LBL_LIST_SUBJECT' => 'Subject',
'LBL_LIST_CONTACT_NAME' => 'Contact Name',
'LBL_LIST_RELATED_TO' => 'Related To',
'LBL_LIST_DATE_MODIFIED' => 'Last Modified',
'LBL_NOTE' => 'Document:',
'LBL_NOTE_SUBJECT' => 'Document Subject:',
'LBL_CONTACT_NAME' => 'Contact Name:',
'LBL_PHONE' => 'Phone:',
'LBL_SUBJECT' => 'Subject:',
'LBL_CLOSE' => 'Close:',
'LBL_RELATED_TO' => 'Related To:',
'LBL_EMAIL_ADDRESS' => 'Email Address:',
'LBL_COLON' => ':',
'ERR_DELETE_RECORD' => 'A record number must be specified to delete the record',
'LBL_LIST_FILENAME' => 'File Name',
'LBL_FILENAME' => 'Attachment:',
'LBL_NOTE_INFORMATION' => 'Basic Information',
'File Information' => 'File Information',
'LBL_TOOL_FORM_TITLE' => 'Documents Tools',
'Contact Name' => 'Contact Name',
'Related To' => 'Related to',
'Subject' => 'Subject',
'Created Time' => 'Created Time',
'Modified Time' => 'Modified Time',
'Document' => 'Document',
'Note' => 'Notes',
'Last Modified' => 'Last Modified',
'File' => 'File',
'LBL_ALL' => 'All',
'Title' => 'Title',
'LBL_FILE_INFORMATION' => 'File Information',
'LBL_FILE_NAME' => 'File Name',
'LBL_FILE_TYPE' => 'File Type',
'LBL_FILE_SIZE' => 'Size',
'filelocationtype' => 'Download Type',
'fileversion' => 'Version',
'filestatus' => 'Active',
'filedownloadcount' => 'Download Count',
'os' => 'Platform',
'LBL_FOLDER_NAME' => 'Folder Name',
'LBL_DOWNLOAD_TYPE' => 'Download Type',
'LBL_INTERNAL' => 'Internal',
'LBL_EXTERNAL' => 'External',
'LBL_EXTERNAL_FILE_NAME' => 'File Name',
'LBL_FILE_LOCATION' => 'File Location',
'LBL_PD' => 'Platform Dependent',
'LBL_PIND' => 'Platform Independent',
'ChoosePlatform' => 'Choose Platform',
'LBL_ACTIVE' => 'Active',
'LBL_INACTIVE' => 'Inactive',
'LBL_UPLOAD_BUTTON' => 'Upload',
'architecture' => 'Architecture',
'LBL_DOWNLOAD_FILE' => 'Download file',
'LBL_CHECK_INTEGRITY' => 'Check file integrity',
'LBL_EMAIL_FILE' => 'Email file as attachment',
'LBL_CLICK_HERE' => 'Click here',
'LBL_TO_ADD_FOLDER' => 'to add a new folder.',
'LBL_DELETE_FOLDER' => 'Delete Folder',
'LBL_FOLDER_DESC' => 'Description',
'LBL_ADD_NEW_FOLDER' => 'Add Folder',
'LBL_DELETE_DOCUMENTS' => 'Delete Document(s)',
'LBL_MOVE_TO' => 'Move to',
'File Name' => 'File Name',
'File Type' => 'File Type',
'File Size' => 'Size',
'LBL_URL' => 'URL',
'LBL_EXTERNAL_LNK' => 'External Link',
'LBL_PLATFORM_INDEPENDENT' => 'Platform Independent',
'LNK_DOWNLOAD' => 'download',
'LBL_MOVE_DOCUMENTS' => 'Move Document(s)',
'LBL_MOVE' => 'Move',
'Download Type' => 'Download Type',
'Version' => 'Version',
'Active' => 'Active',
'Download Count' => 'Download Count',
'Platform' => 'Platform',
'Assigned To' => 'Assigned To',
'Note No' => 'Document No.',
'LBL_EMPTY_FOLDERS' => 'Empty Folders',
'LBL_VIEW_EMPTY_FOLDERS' => 'View Empty Folders',
'LBL_NO_DOCUMENTS' => 'No Documents',
'LBL_DESCRIPTION' => 'Description',
'FILE_HAS_NO_DATA' => 'The selected file has no data or a invalid file',
'LBL_MAXIMUM_20' => 'Maximum 20',
'LBL_MAXIMUM_50' => 'Maximum 50',
'Folder Name' => 'Folder Name',
'Document No' => 'Document No.',
'Documents' => 'Documents',
'Documents ID' => 'Documents ID',
);
?>