mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
167 lines
6.4 KiB
PHP
167 lines
6.4 KiB
PHP
<?php
|
|
/*************************************
|
|
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
************************************/
|
|
|
|
$mod_strings = array(
|
|
'Messages'=>'Messages',
|
|
'SINGLE_Messages'=>'Message',
|
|
'LBL_MESSAGE_INFORMATION'=>'Message Information',
|
|
'LBL_OTHER_INFORMATION'=>'Other Information',
|
|
'LBL_DESCRIPTION_INFORMATION'=>'Description Information',
|
|
'LBL_FLAGS'=>'Flags',
|
|
'Subject'=>'Subject',
|
|
'Body'=>'Message',
|
|
'Date'=>'Date',
|
|
'From'=>'From',
|
|
'From Name'=>'From',
|
|
'From Full'=>'From',
|
|
'To'=>'To',
|
|
'To Name'=>'To',
|
|
'To Full'=>'To',
|
|
'Cc'=>'Cc',
|
|
'Cc Name'=>'Cc',
|
|
'Cc Full'=>'Cc',
|
|
'Bcc'=>'Bcc',
|
|
'Bcc Name'=>'Bcc',
|
|
'Bcc Full'=>'Bcc',
|
|
'Reply To'=>'Reply To',
|
|
'Reply To Name'=>'Reply To',
|
|
'Reply To Full'=>'Reply To',
|
|
'Assigned To'=>'Assigned To',
|
|
'Created Time'=>'Time created',
|
|
'Modified Time'=>'Modified Time',
|
|
'Folder'=>'Folder',
|
|
'Seen'=>'Seen',
|
|
'Answered'=>'Answered',
|
|
'Flagged'=>'Flagged',
|
|
'Forwarded'=>'Forwarded',
|
|
'LBL_FETCH'=>'Update',
|
|
'LBL_COMPOSE'=>'Compose',
|
|
'LBL_COMPOSE_TO'=>'Write to',
|
|
'Folders'=>'Folders',
|
|
'LBL_HEADER_SHOW_DETAIL'=>'Details',
|
|
'LBL_HEADER_HIDE_DETAIL'=>'Hide',
|
|
'LBL_VIEW_MESSAGES'=>'View messages',
|
|
'LBL_Folder_Flagged'=>'Flagged',
|
|
'LBL_Folder_INBOX'=>'Inbox',
|
|
'LBL_Folder_Drafts'=>'Drafts',
|
|
'LBL_Folder_Sent'=>'Sent',
|
|
'LBL_Folder_Junk'=>'Junk',
|
|
'LBL_Folder_Spam'=>'Spam',
|
|
'LBL_Folder_Trash'=>'Trash',
|
|
'LBL_Folder_Shared'=>'Shared',
|
|
'LBL_Folder_Links'=>'Imported',
|
|
'LBL_REPLY_ACTION'=>'Reply',
|
|
'LBL_REPLY_ALL_ACTION'=>'Reply to all',
|
|
'LBL_FORWARD_ACTION'=>'Forward',
|
|
'LBL_LINK_ACTION'=>'Link',
|
|
'LBL_MOVE_ACTION'=>'Move',
|
|
'LBL_TRASH_ACTION'=>'Delete',
|
|
'LBL_UNSEEN_ACTION'=>'Mark as read',
|
|
'LBL_SEEN_ACTION'=>'Mark as not read',
|
|
'LBL_UNFLAGGED_ACTION'=>'Flag',
|
|
'LBL_FLAGGED_ACTION'=>'Remove flag',
|
|
'LBL_SAVE_IN_DOCUMENTS_ACTION'=>'Save in Documents',
|
|
'LBL_SAVE_AND_LINK_ACTION'=>'Link document to...',
|
|
'LBL_DOCUMENT_ALREADY_CREATED'=>'View document',
|
|
'OrCreateNewRecord'=>'or create a new record',
|
|
'NoFieldsAvailable'=>'No fields available',
|
|
'Add sender'=>'Add sender',
|
|
'LBL_ATTACHMENTS'=>'attachments',
|
|
'LBL_ATTACHMENT'=>'attachment',
|
|
'LBL_DOWNLOAD'=>'Download',
|
|
'LBL_FLAG_ATTACHMENTS'=>'Attachments',
|
|
'LBL_FLAG_LINK'=>'Links',
|
|
'LBL_EMPTY_FOLDER'=>'Empty',
|
|
'Add recipient'=>'Add recipient',
|
|
'Type'=>'Type',
|
|
'LBL_MASS_MAIL'=>'Mass mail',
|
|
'LBL_ROOT'=>'Root',
|
|
'Original Message'=>'Original Message',
|
|
'On %s, %s wrote:'=>'On %s, %s wrote:',
|
|
'ERR_IMAP_SERVER_EMPTY'=>'Connection failed',
|
|
'ERR_IMAP_SERVER_EMPTY_DESCR'=>'Click %s to configure your mail server.',
|
|
'ERR_IMAP_CONNECTION_FAILED'=>'Connection failed',
|
|
'ERR_IMAP_CONNECTION_FAILED_DESCR'=>'Click %s to check the configuration of your mail server.',
|
|
'ERR_IMAP_CREDENTIALS_EMPTY'=>'Login failed',
|
|
'ERR_IMAP_CREDENTIALS_EMPTY_DESCR'=>'Click %s to configure username and password.',
|
|
'ERR_IMAP_LOGIN_FAILED'=>'Login failed',
|
|
'ERR_IMAP_LOGIN_FAILED_DESCR'=>'Click %s to check username and password.',
|
|
'ERR_IMAP_AUTENTICATION'=>'Login failed',
|
|
'LBL_BACK_TO_MESSAGE'=>'Back to message',
|
|
'Filters'=>'Filters',
|
|
'LBL_SCAN_ALL_NOW'=>'Scan all inbox now',
|
|
'Filter'=>'Filter',
|
|
'LBL_FILTER_WHERE'=>'Field',
|
|
'LBL_FILTER_WHAT'=>'Contains',
|
|
'LBL_FILTER_FOLDER'=>'Move in',
|
|
'LBL_FILTER_IF'=>'If',
|
|
'LBL_FILTER_CONTAIN'=>'contains',
|
|
'LBL_FILTER_MOVE_IN'=>'move in',
|
|
'LBL_FILTERED_MEESSAGES'=>'Filtered messages',
|
|
'LBL_POP3'=>'POP3',
|
|
'LBL_POP3_DESCR'=>'Fetch mail from a mailbox POP3 in the IMAP account',
|
|
'LBL_POP3_FETCH_FROM'=>'Fetch mails from',
|
|
'LBL_POP3_FETCH_IN'=>'into',
|
|
'LBL_LEAVES_FETCH_IN'=>'Keep emails on the server',
|
|
'LBL_ACCOUNTS_SETTINGS'=>'Accounts',
|
|
'Accounts'=>'Accounts',
|
|
'LBL_MAIN'=>'Main',
|
|
'LBL_ACCOUNT_INBOXLIST'=>'Inbox mailboxes',
|
|
'LBL_ACCOUNTS'=>'Accounts',
|
|
'LBL_ERROR_SPECIALFOLDERS_TITLE'=>'Folders are not configured',
|
|
'LBL_ERROR_SPECIALFOLDERS_DESCR'=>'Click %s to configure the main folders of your account:',
|
|
'LBL_LIST_DESCR_PREVIEW'=>'Show preview description in message list',
|
|
'LBL_THREAD_VIEW'=>'Enable thread view',
|
|
'LBL_INCLUDE_ATTACH'=>'Include attachments',
|
|
'LBL_DETACH_MESSAGE'=>'Open in new tab',
|
|
'LBL_SPAM_ACTION'=>'Junk',
|
|
'LBL_UNSPAM_ACTION'=>'Not junk',
|
|
'LBL_CONFIGURE_SPAM'=>'Spam folder is not configure. Do you want to configure it now?',
|
|
'LBL_CHECK_CRON_CONFIGURATION'=>'Check cron configuration',
|
|
'Senders'=>'Senders',
|
|
'Recipients'=>'Recipients',
|
|
'LBL_PROBLEMS_MESSAGE_FETCHING'=>'Some messages were not downloaded. Please contact help desk.',
|
|
'LBL_OPTIONAL'=>'Optional',
|
|
'LBL_FORCE_SYNC'=>'Force synchronization',
|
|
'LBL_LINK_NEW_MAIL'=>'Link new email',
|
|
'LBL_DOWNLOAD_BODY_MESSAGE'=>'Click here to download the complete message',
|
|
'LBL_RELATED_MESSAGES'=>'Related Messages',
|
|
'LBL_FILTER_FOLDERS_NOT_FOUND'=>'Some filters were not applied because they refer to folders that no exist anymore:',
|
|
'TRANSLATE_MESSAGE'=>'Translate message',
|
|
'LBL_VIEW_AS_EMAIL'=>'View as Email',
|
|
'LBL_DOWNLOAD_ALL'=>'Download all attachments',
|
|
'LBL_VIEW_DOCUMENT'=>'View Document',
|
|
'LBL_VIEWERJS_PRESENTATION'=>'Presentation',
|
|
'LBL_VIEWERJS_FULLSCREEN'=>'Fullscreen',
|
|
'LBL_VIEWERJS_DOWNLOAD'=>'Download',
|
|
'LBL_VIEWERJS_PREV_PAGE'=>'Previous Page',
|
|
'LBL_VIEWERJS_NEXT_PAGE'=>'Next Page',
|
|
'LBL_VIEWERJS_PAGE'=>'Page',
|
|
'LBL_VIEWERJS_ZOOM_OUT'=>'Zoom Out',
|
|
'LBL_VIEWERJS_ZOOM_IN'=>'Zoom In',
|
|
'LBL_VIEWERJS_ZOOM'=>'Zoom',
|
|
'LBL_VIEWERJS_ZOOM_AUTO'=>'Automatic',
|
|
'LBL_VIEWERJS_ZOOM_AS'=>'Actual Size',
|
|
'LBL_VIEWERJS_ZOOM_AL'=>'Full Width',
|
|
'Draft'=>'Draft',
|
|
'LBL_NO_RESULT_TILL' => 'No result till %s',
|
|
'LBL_SEARCH_TILL' => 'Search till %s',
|
|
'LBL_SEARCH_MORE' => 'Search more',
|
|
'LBL_USE_SMTP' => 'Use SMTP server',
|
|
'LBL_SMTP_SERVER' => 'SMTP server',
|
|
'LBL_IMAP_SEARCH_ERROR_1'=>'Search interval is not set',
|
|
'LBL_IMAP_SEARCH_ERROR_2'=>'Search condition is not defined',
|
|
'LBL_IMAP_SEARCH_ERROR_3'=>'Search condition is not defined',
|
|
'LBL_IMAP_SEARCH_ERROR_4'=>'Some search comditions are not supported by imap.',
|
|
'LBL_DOWNLOAD_TNEF' => 'Download attachments contained',
|
|
'LBL_Folder_vteScheduled' => 'Scheduled',
|
|
'LBL_SEND_NOW_BUTTON' => 'Send now',
|
|
'LBL_OUT_OF_OFFICE' => 'Out of office',
|
|
'LBL_MERGE_ACCOUNT_FOLDERS' => 'Merge account folders',
|
|
'ReplyTo' => 'Reply to',
|
|
'LBL_MASS_MOVE_MULTIPLE_ACCOUNT_ERR' => 'It is not possible to move messages from different accounts',
|
|
'LBL_MESSAGE_MOVED' => 'Message has been moved to another folder. Wait a few minutes for it to be synchronized.',
|
|
); |