Modif diverses mineures
This commit is contained in:
parent
7e54bdab9a
commit
156b2d54e2
@ -219,6 +219,9 @@ if ($_GET["action"] == 'delete')
|
|||||||
print "<br />\n";
|
print "<br />\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print $html->textwithwarning($langs->trans("FeatureExperimental"),$langs->trans("FeatureExperimental"),-1);
|
||||||
|
print '<br>';
|
||||||
|
|
||||||
print '<form name="newmenu" class="nocellnopadding" action="'.$_SERVER["PHP_SELF"].'">';
|
print '<form name="newmenu" class="nocellnopadding" action="'.$_SERVER["PHP_SELF"].'">';
|
||||||
print '<input type="hidden" action="change_menu_handler">';
|
print '<input type="hidden" action="change_menu_handler">';
|
||||||
print $langs->trans("MenuHandler").': ';
|
print $langs->trans("MenuHandler").': ';
|
||||||
|
|||||||
@ -58,6 +58,7 @@ CanceledBy=Canceled by %s
|
|||||||
ClosedBy=Closed by %s
|
ClosedBy=Closed by %s
|
||||||
FileWasRemoved=File was deleted
|
FileWasRemoved=File was deleted
|
||||||
FeatureNotYetAvailable=Feature not yet available in this version
|
FeatureNotYetAvailable=Feature not yet available in this version
|
||||||
|
FeatureExperimental=Experimental feature. Not stable in this version
|
||||||
FeaturesSupported=Features supported
|
FeaturesSupported=Features supported
|
||||||
Width=Width
|
Width=Width
|
||||||
Height=Height
|
Height=Height
|
||||||
|
|||||||
@ -58,6 +58,7 @@ CanceledBy=Annul
|
|||||||
ClosedBy=Cloturé par %s
|
ClosedBy=Cloturé par %s
|
||||||
FileWasRemoved=Le fichier a été supprimé
|
FileWasRemoved=Le fichier a été supprimé
|
||||||
FeatureNotYetAvailable=Fonctionnalité pas encore disponible dans cette version
|
FeatureNotYetAvailable=Fonctionnalité pas encore disponible dans cette version
|
||||||
|
FeatureExperimental=Fonctionnalité expérimentale. Non stable dans cette version
|
||||||
FeaturesSupported=Fonctionnalités supportées
|
FeaturesSupported=Fonctionnalités supportées
|
||||||
Width=Largeur
|
Width=Largeur
|
||||||
Height=Hauteur
|
Height=Hauteur
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user