https://github.com/collaboraonline/admx
Collabora Office / LibreOffice Windows Group Policy Template
https://github.com/collaboraonline/admx
adml admx collabora-office group-policy libreoffice windows
Last synced: about 1 year ago
JSON representation
Collabora Office / LibreOffice Windows Group Policy Template
- Host: GitHub
- URL: https://github.com/collaboraonline/admx
- Owner: CollaboraOnline
- Created: 2016-10-14T11:23:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-16T08:55:12.000Z (about 1 year ago)
- Last Synced: 2025-04-16T11:28:32.066Z (about 1 year ago)
- Topics: adml, admx, collabora-office, group-policy, libreoffice, windows
- Language: Shell
- Size: 1.87 MB
- Stars: 39
- Watchers: 26
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ADMX
Collabora Office / LibreOffice Windows Group Policy Template
For more info visit https://www.collaboraoffice.com/windows-group-policy-admx/
Pull requests are welcome. Please help with translations at [Transifex](https://www.transifex.com/collabora-productivity-ltd/collabora-office-libreoffice-windows-group-policy-template-amdx/).
### caution!
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
## Localization notes
[ITS Tool](http://itstool.org) is used to extract strings from adml file, and merge them back. The very simple `adml.its` file in this repository should be copied into e.g. `/usr/local/share/itstool/its/`. It sets one `preserveSpaceRule`.
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