mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
160 lines
14 KiB
PHP
160 lines
14 KiB
PHP
<?php
|
|
$lang->cmd_advanced_mailer = 'Mail, SMS and Push Notification Manager';
|
|
$lang->cmd_advanced_mailer_general_config = 'General settings';
|
|
$lang->cmd_advanced_mailer_is_enabled = 'Enable module';
|
|
$lang->cmd_advanced_mailer_is_enabled_yes = 'Enabled';
|
|
$lang->cmd_advanced_mailer_is_enabled_no = 'Disabled';
|
|
$lang->cmd_advanced_mailer_logging = 'Logging';
|
|
$lang->cmd_advanced_mailer_log_mail = 'Log Mail';
|
|
$lang->cmd_advanced_mailer_log_mail_errors = 'Log Mail Errors';
|
|
$lang->cmd_advanced_mailer_log_sms = 'Log SMS';
|
|
$lang->cmd_advanced_mailer_log_sms_errors = 'Log SMS Errors';
|
|
$lang->cmd_advanced_mailer_log_push = 'Log Push';
|
|
$lang->cmd_advanced_mailer_log_push_errors = 'Log Push Errors';
|
|
$lang->cmd_advanced_mailer_log_yes = 'Yes';
|
|
$lang->cmd_advanced_mailer_log_no = 'No';
|
|
$lang->cmd_advanced_mailer_sending_method_config = 'Default Sending Method';
|
|
$lang->cmd_advanced_mailer_about_sending_method_config = 'Please fill all of the boxes.';
|
|
$lang->cmd_advanced_mailer_sending_method = 'Sending method';
|
|
$lang->cmd_advanced_mailer_about_sending_method = 'You can change the default sending method in the <a href="' . \RX_BASEURL . 'index.php?module=admin&act=dispAdminConfigNotification" target="_blank">Notification Settings</a> screen.';
|
|
$lang->cmd_advanced_mailer_sending_method_default = 'Default sending method';
|
|
$lang->cmd_advanced_mailer_sending_method_exceptions = 'Exceptions';
|
|
$lang->cmd_advanced_mailer_smtp_manual_entry = 'Manual entry';
|
|
$lang->cmd_advanced_mailer_smtp_host = 'SMTP host';
|
|
$lang->cmd_advanced_mailer_smtp_port = 'SMTP port';
|
|
$lang->cmd_advanced_mailer_smtp_security = 'SMTP security';
|
|
$lang->cmd_advanced_mailer_smtp_security_ssl = 'SSL';
|
|
$lang->cmd_advanced_mailer_smtp_security_tls = 'TLS (STARTTLS)';
|
|
$lang->cmd_advanced_mailer_smtp_security_none = 'None';
|
|
$lang->cmd_advanced_mailer_smtp_user = 'Username';
|
|
$lang->cmd_advanced_mailer_smtp_pass = 'Password';
|
|
$lang->cmd_advanced_mailer_config_keys['service_id'] = 'Service ID';
|
|
$lang->cmd_advanced_mailer_config_keys['account_sid'] = 'Account SID';
|
|
$lang->cmd_advanced_mailer_config_keys['auth_token'] = 'Auth token';
|
|
$lang->cmd_advanced_mailer_config_keys['api_url'] = 'API URL';
|
|
$lang->cmd_advanced_mailer_config_keys['api_key'] = 'API key';
|
|
$lang->cmd_advanced_mailer_config_keys['api_secret'] = 'API secret';
|
|
$lang->cmd_advanced_mailer_config_keys['api_domain'] = 'Domain';
|
|
$lang->cmd_advanced_mailer_config_keys['api_token'] = 'API token';
|
|
$lang->cmd_advanced_mailer_config_keys['api_type'] = 'API type';
|
|
$lang->cmd_advanced_mailer_config_keys['api_type_free'] = 'Free account';
|
|
$lang->cmd_advanced_mailer_config_keys['api_type_paid'] = 'Paid account';
|
|
$lang->cmd_advanced_mailer_config_keys['api_user'] = 'Username';
|
|
$lang->cmd_advanced_mailer_config_keys['api_pass'] = 'Password';
|
|
$lang->cmd_advanced_mailer_config_keys['sender_key'] = 'Sender key';
|
|
$lang->cmd_advanced_mailer_fcm_api_key = 'FCM Legacy API key';
|
|
$lang->cmd_advanced_mailer_fcm_service_account = 'FCM service account file';
|
|
$lang->cmd_advanced_mailer_apns_certificate = 'APNs certificate file';
|
|
$lang->cmd_advanced_mailer_apns_passphrase = 'APNs certificate passphrase';
|
|
$lang->cmd_advanced_mailer_allow_guest_device = 'Register Guest Devices';
|
|
$lang->cmd_advanced_mailer_about_allow_guest_device = 'Accept device registrations from users who are not logged in.';
|
|
$lang->cmd_advanced_mailer_sender_identity = 'Sender Identity';
|
|
$lang->cmd_advanced_mailer_about_sender_identity = 'You can change the sender\'s name and e-mail address in the <a href="' . \RX_BASEURL . 'index.php?module=admin&act=dispAdminConfigNotification" target="_blank">Notification Settings</a> screen.';
|
|
$lang->cmd_advanced_mailer_sender_name = 'Sender\'s name';
|
|
$lang->cmd_advanced_mailer_sender_email = 'Sender\'s email';
|
|
$lang->cmd_advanced_mailer_reply_to = 'Reply-To email';
|
|
$lang->cmd_advanced_mailer_force_sender = 'Always Use This Email';
|
|
$lang->cmd_advanced_mailer_about_force_sender = 'Automatically change to the email address above if another module tries to send from a different address.';
|
|
$lang->cmd_advanced_mailer_about_force_sender_caution_line_1 = 'Caution: If you use SMTP with a free e-mail service, the sender\'s address must correspond to the SMTP login credentials.';
|
|
$lang->cmd_advanced_mailer_about_force_sender_caution_line_2 = 'The original sender\'s address will be used as Reply-To for your convenience.';
|
|
$lang->cmd_advanced_mailer_spf_dkim_setting = 'SPF/DKIM Setting Guide';
|
|
$lang->cmd_advanced_mailer_about_spf_dkim_setting = 'This is only applicable when sending emails from your own domain. Some APIs are not supported.';
|
|
$lang->cmd_advanced_mailer_not_applicable_because_sender_domain = 'Not applicable to the sender\'s domain.';
|
|
$lang->cmd_advanced_mailer_not_applicable_because_sending_method = 'Not applicable to the selected sending method.';
|
|
$lang->cmd_advanced_mailer_domain_count = '%d domains';
|
|
$lang->cmd_advanced_mailer_dns_hostname = 'DNS hostname';
|
|
$lang->cmd_advanced_mailer_txt_record = 'TXT record';
|
|
$lang->cmd_advanced_mailer_check = 'Check';
|
|
$lang->cmd_advanced_mailer_nothing_to_check = 'There is nothing to check.';
|
|
$lang->cmd_advanced_mailer_check_failure = 'Check failure.';
|
|
$lang->cmd_advanced_mailer_check_no_records = 'has no TXT records.';
|
|
$lang->cmd_advanced_mailer_check_result = 'has the following TXT records.';
|
|
$lang->cmd_advanced_mailer_other_info = 'Note';
|
|
$lang->cmd_advanced_mailer_other_info_mail_spf = 'In order to send mail to Korean recipients from your own server, please register a <a href="https://www.kisarbl.or.kr/" target="_blank">white domain</a> with KISA.';
|
|
$lang->cmd_advanced_mailer_other_info_ses_dkim = 'Please create three CNAME records according to the directions found in your AWS management console.';
|
|
$lang->cmd_advanced_mailer_other_info_mailgun_dkim = 'The DKIM hostname may be different from what is shown here.';
|
|
$lang->cmd_advanced_mailer_other_info_postmark_dkim = 'Please see the Sender Signatures page of your Postmark account for the exact DKIm hostname to use.';
|
|
$lang->cmd_advanced_mailer_other_info_woorimail_dkim = 'Please log into Woorimail to see your DKIM settings.';
|
|
$lang->cmd_advanced_mailer_ellipsis = '(see API for full value)';
|
|
$lang->cmd_advanced_mailer_mail_test = 'Mail Test';
|
|
$lang->cmd_advanced_mailer_recipient_name = 'Recipient\'s name';
|
|
$lang->cmd_advanced_mailer_recipient_email = 'Recipient\'s email';
|
|
$lang->cmd_advanced_mailer_recipient_user_id = 'Recipient\'s user ID';
|
|
$lang->cmd_advanced_mailer_send = 'Send';
|
|
$lang->cmd_advanced_mailer_test_result = 'Test result';
|
|
$lang->cmd_advanced_mailer_exception_domains = 'Exception domains';
|
|
$lang->cmd_advanced_mailer_exception_disabled = 'Use default';
|
|
$lang->cmd_advanced_mailer_exception_domains_list = 'List of domains';
|
|
$lang->cmd_advanced_mailer_about_exception_domains_list = 'Domains should be separated by commas or line breaks. (Example: gmail.com, yahoo.com)';
|
|
$lang->cmd_advanced_mailer_about_exception_domains = 'When sending to domains listed here, the specified sending method will be used instead of the default.';
|
|
$lang->cmd_advanced_mailer_exception_group = 'Exception Group';
|
|
$lang->cmd_advanced_mailer_use_exceptions = 'Exception domains';
|
|
$lang->cmd_advanced_mailer_use_exceptions_yes = 'Test with exceptions as configured';
|
|
$lang->cmd_advanced_mailer_use_exceptions_no = 'Ignore exceptions and only test the default sending method';
|
|
$lang->msg_advanced_mailer_about_dummy = 'This option does not actually send any email, but may log them. Use this option for testing.';
|
|
$lang->msg_advanced_mailer_about_dummy_exceptions = 'Caution: if you have set up exception domains, unwanted email may be sent using other methods.';
|
|
$lang->msg_advanced_mailer_about_mailfunction = 'This method uses the mail() function that comes with PHP itself. It has very low deliverability.<br /><span style="color:red">This option may be deprecated in the future, so please use a different sending method if at all possible.</span>';
|
|
$lang->msg_advanced_mailer_sending_method_is_invalid = 'Please select a valid sending method.';
|
|
$lang->msg_advanced_mailer_sending_method_is_not_configured = 'The selected sending method (%s) has not been fully configured. Please return to General Settings and finish configuring it.';
|
|
$lang->msg_advanced_mailer_smtp_host_is_invalid = 'Please enter a valid SMTP server name.';
|
|
$lang->msg_advanced_mailer_smtp_port_is_invalid = 'Please enter a valid SMTP port number.';
|
|
$lang->msg_advanced_mailer_smtp_security_is_invalid = 'Please select a valid SMTP security scheme.';
|
|
$lang->msg_advanced_mailer_username_is_empty = 'Please enter a username for the sending method you selected.';
|
|
$lang->msg_advanced_mailer_password_is_empty = 'Please enter a password for the sending method you selected.';
|
|
$lang->msg_advanced_mailer_aws_region_is_invalid = 'Please select a valid AWS Region.';
|
|
$lang->msg_advanced_mailer_aws_access_key_is_empty = 'Please enter a valid AWS Access Key.';
|
|
$lang->msg_advanced_mailer_aws_secret_key_is_empty = 'Please enter a valid AWS Secret Key.';
|
|
$lang->msg_advanced_mailer_domain_is_empty = 'Please enter a valid domain.';
|
|
$lang->msg_advanced_mailer_api_key_is_empty = 'Please enter a valid API Key.';
|
|
$lang->msg_advanced_mailer_sender_name_is_empty = 'Please enter the sender\'s name.';
|
|
$lang->msg_advanced_mailer_sender_email_is_empty = 'Please enter the sender\'s email address.';
|
|
$lang->msg_advanced_mailer_sender_email_is_invalid = 'The sender\'s email address is invalid.';
|
|
$lang->msg_advanced_mailer_reply_to_is_invalid = 'The Reply-To email address is invalid.';
|
|
$lang->msg_advanced_mailer_default_from_email_not_set = 'The default sender email address is not configured.';
|
|
$lang->msg_advanced_mailer_recipient_name_is_empty = 'Please enter the recipient\'s name.';
|
|
$lang->msg_advanced_mailer_recipient_email_is_empty = 'Please enter the recipient\'s email address.';
|
|
$lang->msg_advanced_mailer_recipient_email_is_invalid = 'The recipient\'s email address is invalid.';
|
|
$lang->msg_advanced_mailer_test_success = 'The test was successful. Please check your email.';
|
|
$lang->cmd_advanced_mailer_test_push_subject = 'Test Notification';
|
|
$lang->cmd_advanced_mailer_test_push_content = 'This is a test notification.';
|
|
$lang->msg_advanced_mailer_google_account_security = 'Either your login credentials are incorrect, or the SMTP connection was blocked by Google account security settings.<br />Please <a href="https://support.google.com/mail/answer/14257" target="_blank">see here</a> for more information.';
|
|
$lang->msg_advanced_mailer_naver_smtp_disabled = 'Either your login credentials are incorrect, or POP3/SMTP is not enabled on your Naver account.';
|
|
$lang->msg_advanced_mailer_sms_config_invalid = 'There are errors or omissions in the SMS API configuration.';
|
|
$lang->msg_advanced_mailer_push_config_invalid = 'There are errors or omissions in the push notification configuration.';
|
|
$lang->msg_advanced_mailer_unknown_error = 'An unknown error occurred.';
|
|
$lang->msg_advanced_mailer_log_is_empty = 'There are no entries to display.';
|
|
$lang->cmd_advanced_mailer_status_sender = 'Sender';
|
|
$lang->cmd_advanced_mailer_status_recipient = 'Recipient';
|
|
$lang->cmd_advanced_mailer_status_subject = 'Subject';
|
|
$lang->cmd_advanced_mailer_status_content = 'Content';
|
|
$lang->cmd_advanced_mailer_status_url = 'URL';
|
|
$lang->cmd_advanced_mailer_status_sending_method = 'Method';
|
|
$lang->cmd_advanced_mailer_status_time = 'Time';
|
|
$lang->cmd_advanced_mailer_status = 'Status';
|
|
$lang->cmd_advanced_mailer_status_success = 'Success';
|
|
$lang->cmd_advanced_mailer_status_error = 'Error';
|
|
$lang->cmd_advanced_mailer_status_error_msg = 'Error message';
|
|
$lang->cmd_advanced_mailer_status_calling_script = 'Called from';
|
|
$lang->cmd_advanced_mailer_clear_log_condition_all = 'Everything';
|
|
$lang->cmd_advanced_mailer_clear_log_condition = 'Over %d days';
|
|
$lang->cmd_advanced_mailer_clear_log_button = 'Clear old logs';
|
|
$lang->cmd_advanced_mailer_sms_test = 'SMS Test';
|
|
$lang->cmd_advanced_mailer_recipient_number = 'Recipient\'s number';
|
|
$lang->cmd_advanced_mailer_country_code = 'Country code';
|
|
$lang->cmd_advanced_mailer_country_code_help = 'Please leave the country code empty if you are sending to a domestic number.';
|
|
$lang->cmd_advanced_mailer_test_content = 'This is an SMS test from Rhymix.';
|
|
$lang->msg_advanced_mailer_recipient_number_is_empty = 'Please enter a phone number for the recipient.';
|
|
$lang->msg_advanced_mailer_recipient_user_id_not_found = 'No member matches the user ID you entered.';
|
|
$lang->msg_advanced_mailer_recipient_has_no_devices = 'The user ID you entered has not registered any mobile devices.';
|
|
$lang->msg_advanced_mailer_subject_is_empty = 'Please enter the subject for your test message.';
|
|
$lang->msg_advanced_mailer_content_is_empty = 'Please enter the content for your test message.';
|
|
$lang->msg_advanced_mailer_url_is_invalid = 'Please enter a valid URL that belongs to this site.';
|
|
$lang->msg_advanced_mailer_test_success_sms = 'The test was successful. Please check your SMS.';
|
|
$lang->cmd_advanced_mailer_push_test = 'Push Test';
|
|
$lang->cmd_advanced_mailer_success_count = 'Success';
|
|
$lang->cmd_advanced_mailer_deleted_count = 'Deleted';
|
|
$lang->cmd_advanced_mailer_updated_count = 'Updated';
|
|
$lang->cmd_advanced_mailer_not_rhymix = 'This module is for XE. It is incompatible with Rhymix. Please use the version included with Rhymix.';
|
|
$lang->msg_advanced_mailer_about_fcm_legacy = 'The FCM Legacy API will stop working after June 2024.<br>Please change to the HTTP v1 API and set up a service account private key.';
|
|
$lang->msg_advanced_mailer_about_fcm_service_account = 'Generate a new private key in the "Service accounts" menu of the Firebase console.<br>Then paste the contents of the downloaded JSON file above.';
|
|
$lang->msg_advanced_mailer_invalid_fcm_json = 'The FCM service account you entered is not valid JSON.';
|