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

111 lines
4.7 KiB
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
$mod_strings = array(
'Newsletter'=>'Newsletter',
'SINGLE_Newsletter'=>'Newsletter',
'LBL_NEWSLETTER_INFORMATION'=>'Newsletter Information',
'LBL_CUSTOM_INFORMATION'=>'Custom Information',
'LBL_DESCRIPTION_INFORMATION'=>'Description Information:',
'Newsletter Name'=>'Newsletter Name',
'Newsletter No'=>'Newsletter No',
'Assigned To'=>'Assigned To',
'Description'=>'Description',
'Created Time'=>'Time created',
'Modified Time'=>'Modified Time',
'LBL_SELECTEMAILTEMPLATE'=>'Select Email Template',
'LBL_SEND_MAIL_BUTTON'=>'Send Email',
'LBL_SEND_TEST_MAIL_BUTTON'=>'Send test Email',
'LBL_PREVIEW_MAIL_BUTTON'=>'Preview Email',
'LBL_PREVIEW_NEWSLETTER'=>'Preview Newsletter',
'LBL_PREVIEW_LINK'=>'Preview Link',
'LBL_TEMPLATE_EMPTY'=>'Select Email Template',
'LBL_TARGET_LIST_EMPTY'=>'List is empty! Select at least one record with email',
'LBL_TEST_MAIL_SENT'=>'Test mail was sent',
'LBL_MAIL_SCHEDULED'=>'Mail scheduled',
'Date scheduled'=>'Date scheduled',
'Time scheduled'=>'Time scheduled (hh:mm)',
'From Name'=>'From Name',
'From Address'=>'From Address',
'Scheduled'=>'Scheduled',
'Sent' => 'Sent',
'Failed' => 'Failed',
'LBL_UNSUBSCRIPTION_LINK'=>'Unsubscription link',
'LBL_SUCCESS_UNSUBSCRIPTION'=>'Successfully Unsubscribed',
'LBL_ALREADY_UNSUBSCRIPTION'=>'Unsubscription already done',
'LBL_UNSUCCESS_UNSUBSCRIPTION'=>'Unsubscription failed. Please contact admin@vte123abc987.com',
'LBL_STATISTICS'=>'Statistics',
'Filter by Newsletter'=>'Filter by Newsletter',
'Recipient Name'=>'Recipient Name',
'Recipient Email'=>'Recipient Email',
'Schedule Date'=>'Schedule Date',
'Sent Date'=>'Sent Date',
'No Views'=>'No Views',
'First View'=>'First View',
'Last View'=>'Last View',
'No Click'=>'No Click',
'User unsubscription from email'=>'User unsubscription from email',
'Bounce email'=>'Bounced email',
'Target Name'=>'Target Name',
'Target Number'=>'Target Number',
'Target Phone'=>'Target Phone',
'Target Fax'=>'Target Fax',
'Target Other Phone'=>'Target Other Phone',
'Target Email'=>'Target Email',
'Target Assigned To'=>'Target Assigned To',
'Target Created Time'=>'Target Created Time',
'Target Modified Time'=>'Target Modified Time',
'Target Street'=>'Target Street',
'Target City'=>'Target City',
'Target State'=>'Target State',
'Target Code'=>'Target Code',
'Target Country'=>'Target Country',
'Target Po Box'=>'Target Po Box',
'Target Description'=>'Target Description',
'LBL_NOT_AVAILABLE'=>'Not available',
'FailedNotes'=>'Notes',
'LBL_OWNER_MISSING'=>'Assigned user missing',
'OpenNewsletterWizard'=>'Wizard', // crmv@197575
'ChooseRecipients'=>'Recipients selection',
'NewsletterData'=>'Newsletter fields',
'ScheduleNewsletter'=>'Schedule',
'NewsletterProgress'=>'Progress',
'Recipients'=>'Recipients',
'TestEmail'=>'Test Email',
'NewsletterStatus'=>'Newsletter status',
'WhichRecipientsToAdd'=>'Which recipients do you want to add?',
'SelectedRecipients'=>'Selected recipients',
'NowChooseATemplate'=>'Now choose a template or create a new one',
'InsertVariable'=>'Insert variable',
'InsertNewsletterData'=>'Insert newsletter informations',
'SendTestEmailTo'=>'Send a test email to the following address',
'OkWhenDoWeScheduleIt'=>'Ok, when do we schedule it?',
'AnotherTime'=>'Later',
'SaveAndSend'=>'Save and send',
'SaveAndSchedule'=>'Save and schedule',
'YouCanSeeNewsletterPreview'=>'You can also see a preview of the newsletter by clicking on the following button',
'LBL_NEWSLETTER_UNSUBSCRIPTION'=>'Do you want to unsubscribe from this newsletter?',
'LBL_NEWSLETTER_UNSUBSCRIPTION_BUTTON'=>'Yes, unsubscribe me',
'LBL_GENERAL_UNSUBSCRIPTION'=>'No longer wish to receive our communications?',
'LBL_GENERAL_UNSUBSCRIPTION_BUTTON'=>'Yes, unsubscribe me from all newsletters',
'LBL_UNSUCCESS_UNSUBSCRIPTION'=>'Unsubscription failed. Please contact %s',
'LBL_SUCCESS_GENERAL_UNSUBSCRIPTION'=>'Successfully Unsubscribed',
'LBL_ALREADY_GENERAL_UNSUBSCRIPTION'=>'Unsubscription already done',
'LBL_ERROR_MAIL_UNSUBSCRIBED'=>'Unsubscribed email',
'NEWSLETTER_UNSUB_EMAIL'=>'Email',
'NEWSLETTER_UNSUB_DATE'=>'Unsubscription date',
'NEWSLETTER_ENTTITY'=>'Record',
'NEWSLETTER_ENTTITY_NUM'=>'Record number',
'NEWSLETTER_G_UNSUBSCRIBE'=>'Newsletter unsubscriptions',
'LBL_ATTEMPTS_EXHAUSTED'=>'Attempts exhausted',
'Creator' => 'Creator',
'LBL_AUTO_TMP_NAME' => '[AUTO TEMPLATE]',
'LBL_TEMPLATE_PREVIEW' => 'Template Preview',
'Reply To Address' => 'Reply to address',
'Newsletter language' => 'Newsletter language',
'LBL_INVALID_EMAILADDRESS' => 'Invalid email address',
'LBL_STOP_NEWSLETTER_BUTTON' => 'Stop sending', // crmv@198545
);
?>