diff --git a/includes/post_types.php b/includes/post_types.php index 9dd9c64..736acf9 100644 --- a/includes/post_types.php +++ b/includes/post_types.php @@ -28,7 +28,16 @@ function metiers_patrimoine_create_posttype() array( 'labels' => array( 'name' => __('Chantiers', 'metiers-patrimoine-theme'), - 'singular_name' => __('Chantier', 'metiers-patrimoine-theme') + 'singular_name' => __('Chantier', 'metiers-patrimoine-theme'), + 'add_new' => __('Ajouter un chantier', 'metiers-patrimoine-theme'), + 'add_new_item' => __('Ajouter un chantier', 'metiers-patrimoine-theme'), + 'edit_item' => __('Modifier le chantier', 'metiers-patrimoine-theme'), + 'new_item' => __('Nouveau chantier', 'metiers-patrimoine-theme'), + 'view_item' => __('Voir le chantier', 'metiers-patrimoine-theme'), + 'search_items' => __('Rechercher un chantier', 'metiers-patrimoine-theme'), + 'not_found' => __('Aucun chantier trouvé', 'metiers-patrimoine-theme'), + 'not_found_in_trash' => __('Aucun chantier trouvé dans la corbeille', 'metiers-patrimoine-theme'), + ), 'public' => true, 'has_archive' => true,