2021-04-28 20:10:26 +02:00

127 lines
4.3 KiB
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
$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'=>'Please select a record number to delete the vte_account.',
'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'=>'Time created',
'Modified Time'=>'Modified Time',
'Document'=>'Document',
'Note'=>'Notes',
'Related to'=>'Related to',
'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 is invalid',
'LBL_MAXIMUM_20'=>'Maximum 20',
'LBL_MAXIMUM_50'=>'Maximum 50',
'Folder Name'=>'Folder Name',
'Document No'=>'Document No',
'ShareDocument'=>'Share document',
'LBL_ADD_DOCREVISION'=>'Add Revision',
'DOC REVISION'=>'Document Revisions',
'Seleziona documento'=>'Select Document',
'Nessun file selezionato'=>'No file selected',
'Aggiungi Revisione'=>'Add Revision',
'NO_REVS'=>'Nobody revision for the document',
'Aggiungi Revisione al Documento'=>'Add revision to the document',
'Revisione'=>'Revision No.',
'Revisionato Da'=>'Revision by',
'Data Revisione'=>'Revision Date',
'DOC_PREVIEW'=>'File preview',
'DOC_PREVIEW_BUTTON'=>'Preview',
'DOC_NOT_SUPP'=>'File not supported',
'DOC_NOT_ACTIVE'=>'File not active',
// crmv@95157
'StorageBackend' => 'Storage backend',
'LBL_STORAGE_BACKEND' => 'Storage backend',
'LBL_STORAGE_BACKEND_FILE' => 'Internal',
'LBL_STORAGE_BACKEND_ALFRESCO' => 'Alfresco',
'LBL_INTERNAL' => 'File',
'LBL_EXTERNAL' => 'URL',
'Download Type' => 'Attachment type',
'LBL_SHOW_METADATA' => 'Show metadata',
'LBL_METADATA' => 'Metadata',
// crmv@95157e
'LBL_EDIT_FOLDER'=>'Edit Folder', //crmv@90004
);