- Notifications
You must be signed in to change notification settings - Fork14
CollaboraOnline/ADMX
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Collabora Office / LibreOffice Windows Group Policy Template
For more info visithttps://www.collaboraoffice.com/windows-group-policy-admx/
Pull requests are welcome. Please help with translations atTransifex.
When you add a "policy" in the admx file, add the corresponding "presentation" in all adml. Not just in your language.Otherwise, this causes the following error for users of these adml files:
Resource "$(string.something)" referenced in attribute displayName could not be found.File Path\to\something.admx, line xxx, column xxx
ITS Tool is used to extract strings from adml file, and merge them back. The very simpleadml.its
file in this repository should be copied into e.g./usr/local/share/itstool/its/
. It sets onepreserveSpaceRule
.
Create the pot from the adml file:
itstool -o Collabora-Office-adml.pot Collabora-Office.adml
Merge the translated strings to the adml file:
itstool -m Collabora-Office-adml.mo -o it-IT/ Collabora-Office.adml