diff --git a/htdocs/admin/menus/index.php b/htdocs/admin/menus/index.php index 79e69dbcf26..dc4150c3b5c 100644 --- a/htdocs/admin/menus/index.php +++ b/htdocs/admin/menus/index.php @@ -219,6 +219,9 @@ if ($_GET["action"] == 'delete') print "
\n"; } +print $html->textwithwarning($langs->trans("FeatureExperimental"),$langs->trans("FeatureExperimental"),-1); +print '
'; + print '
'; print ''; print $langs->trans("MenuHandler").': '; diff --git a/htdocs/langs/en_US/other.lang b/htdocs/langs/en_US/other.lang index 1c49b297f72..c117899b8f9 100644 --- a/htdocs/langs/en_US/other.lang +++ b/htdocs/langs/en_US/other.lang @@ -58,6 +58,7 @@ CanceledBy=Canceled by %s ClosedBy=Closed by %s FileWasRemoved=File was deleted FeatureNotYetAvailable=Feature not yet available in this version +FeatureExperimental=Experimental feature. Not stable in this version FeaturesSupported=Features supported Width=Width Height=Height diff --git a/htdocs/langs/fr_FR/other.lang b/htdocs/langs/fr_FR/other.lang index 4353c99b54e..c3de8cc4123 100644 --- a/htdocs/langs/fr_FR/other.lang +++ b/htdocs/langs/fr_FR/other.lang @@ -58,6 +58,7 @@ CanceledBy=Annul ClosedBy=Cloturé par %s FileWasRemoved=Le fichier a été supprimé FeatureNotYetAvailable=Fonctionnalité pas encore disponible dans cette version +FeatureExperimental=Fonctionnalité expérimentale. Non stable dans cette version FeaturesSupported=Fonctionnalités supportées Width=Largeur Height=Hauteur