Modif diverses mineures
This commit is contained in:
parent
7e54bdab9a
commit
156b2d54e2
@ -219,6 +219,9 @@ if ($_GET["action"] == 'delete')
|
||||
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 '<input type="hidden" action="change_menu_handler">';
|
||||
print $langs->trans("MenuHandler").': ';
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user