You are not logged in.
Hello,
Version: GLPI 0.84.3 / Windows / Xampp
I installed the Generic Object Plugin.
After i create new item for example:New Cars. --> Then this will be shown in the dropdown list at the fron end (when user create new ticket, and pick the hardver type drop down): newcars
Full small caps, and no space...
How to format it?
In the manual there is a part:
Edit labels
For each type, a language file is available in
@locales/itemtype/@
The plugin creates :
a language file for the current locale
a language file for the default GLPI languageNote: if the current and default languages are the same, only one file is created.
To change the label of the itemtype, for the english language, edit the file:
<glpi root>/plugins/genericobject/objects/<itemtype>/<itemtype>.en_GB.php
<?php
$LANG['genericobject']['<itemtype>'][1] = '<type's label>';
?>
But i did not find this localization. Any help would be apperitiate!
Thank you,.
Last edited by holian (2014-01-27 12:06:42)
Offline
10 years later, same problem. No localization files generated, no way to change object label
Offline