n8felton / Firefox-ADMX

Firefox ADMX is a way of allowing centrally managed locked and/or default settings in Firefox via Group Policy and Administrative Templates in Active Directory. Firefox ADMX is a continuation of Firefox ADM by Mark Sammons.
54 stars 26 forks source link

Crash at creating a GPO #23

Closed BenKu82 closed 7 years ago

BenKu82 commented 7 years ago

Hello,

following data: Domain-Controller: Server 2012R2 Domain-Level: 2008R2

Error-Massage: 2017-03-02_161130

Could you help, please?

jamiejarmstrong commented 7 years ago

"de-DE/mozilla.adml" is missing the "MOZILLA_FIREFOX_LOCKED_CUSTOM_USERAGENT" string definition.

Adding the below two lines to your de-DE/mozilla.adml file, anywhere between lines 6 and 42 should fix:

<string id="MOZILLA_FIREFOX_LOCKED_CUSTOM_USERAGENT">Brauch User-Agent</string>

<string id="MOZILLA_FIREFOX_LOCKED_CUSTOM_USERAGENT_Help">&#220;berschreiben default user-agent</string>

I Google'd the German translations, apologies if they don't make sense.

n8felton commented 7 years ago

Fixed with #24. Thanks to @91jme for the PR.