From: Vincent Vanwaelscappel Date: Tue, 10 Mar 2026 14:57:18 +0000 (+0100) Subject: wip #8049 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=9470e17661692e45f096e00363f7246de18d4761;p=fluidbook-toolbox.git wip #8049 @0.25 --- diff --git a/app/Fields/FluidbookLinkEditor/Target.php b/app/Fields/FluidbookLinkEditor/Target.php index 6376551ad..28a72e25d 100644 --- a/app/Fields/FluidbookLinkEditor/Target.php +++ b/app/Fields/FluidbookLinkEditor/Target.php @@ -17,6 +17,8 @@ class Target extends SelectFromArray '_new' => __('une nouvelle fenêtre'), '_unique' => __('une nouvelle fenêtre') . ' (' . __('unique') . ')', '_self' => __('l\'onglet courant'), + '_top'=>__('la fenêtre "racine"').' (_top)', + '_parent'=>__('la fenêtre "mère"').' (_parent)', '_popupiframe' => __('une popup iframe'), '_download' => __('forcer le téléchargement'), ];