mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
[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:
@ -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";
|
||||
?>
|
||||
|
@ -34,6 +34,6 @@
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
|
||||
$LANGEXAMPLE["test"]="test french";
|
||||
$LANGEXAMPLE["name"]="Nom";
|
||||
$LANG['plugin_example']["test"]="test french";
|
||||
$LANG['plugin_example']["name"]="Nom";
|
||||
?>
|
||||
|
Reference in New Issue
Block a user