-
Which file is the one to modify the Equipment Loan Report and all the others reports? where’s located?
The problem is that I’m implementing this solution in my country (México) and as you may know we are spanish spoken. :c…Also I ever wanted to modify the windows maintenance pop up when power on demand is initializated on the client.
-
Moved to developers / general.
-
@DarkStorm007 the maintenance pop-up can be re-branded via the web interface. The FOG banner image can be replaced with your organization’s, the color scheme changed, and the
FOG
text replaced with your organization’s name. The pop-up should also be automatically in Spanish, assuming that is what the system language is set to on the computer. -
@joe-schmitt Yeah I knew that. The problem is that I want to customize the text that appears, not only some fields about “company”, progress bar color, and Logo.
As far I see, all the computers are well configured with spanish and mexico options on language, keyboard input and other stuff. Still appearing on english language.
-
@DarkStorm007 You might want to look into compiling the FOG client yourself. See readme. We don’t have a mechanism to set the language in a config file as the system language detection works quite well usually.
Take a look at the code: https://github.com/FOGProject/fog-client/blob/master/ShutdownGUI/MainForm.cs#L66 (uncomment this line to set language on compile time.
-
@DarkStorm007 what specifically do you want to change about the form? Is it that its showing in english and not the system language? We do have Spanish-Spain (es-Es) translations, but not for Mexico (es-mx). If you’d like to add a translation, see this thread: https://forums.fogproject.org/topic/9068/help-wanted-client-internationalization and I can include it in the next build/release.