[example] Improve for new plugin management

git-svn-id: https://forge.glpi-project.org/svn/example/trunk@54 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
moyooo
2008-10-03 15:28:58 +00:00
parent 36e8444573
commit ba2ae604b7
4 changed files with 22 additions and 23 deletions

View File

@ -33,6 +33,6 @@
// Purpose of file:
// ----------------------------------------------------------------------
$LANGEXAMPLE["test"]="test english";
$LANGEXAMPLE["name"]="Name";
$LANG['plugin_example']["test"]="test english";
$LANG['plugin_example']["name"]="Name";
?>

View File

@ -34,6 +34,6 @@
// ----------------------------------------------------------------------
$LANGEXAMPLE["test"]="test french";
$LANGEXAMPLE["name"]="Nom";
$LANG['plugin_example']["test"]="test french";
$LANG['plugin_example']["name"]="Nom";
?>