Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.xsd
31 changes: 31 additions & 0 deletions Collabora-Office.admx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- (c) 2015 Collabora Ltd. CC-BY-SA 4.0 -->
<!-- -->
<policyDefinitions xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" revision="1.0" schemaVersion="1.0"
xmlns="http://schemas.microsoft.com/GroupPolicy/2006/07/PolicyDefinitions">
Expand Down Expand Up @@ -2844,6 +2845,36 @@
<boolean id="Final" valueName="Final" />
</elements>
</policy>
<policy name="DisableExtensionInstallation" class="Both" displayName="$(string.name_DisableExtensionInstallation)" explainText="$(string.desc_DisableExtensionInstallation)" presentation="$(presentation.DisableExtensionInstallation)" key="Software\Policies\LibreOffice\org.openoffice.Office.ExtensionManager\ExtensionSecurity\DisableExtensionInstallation">
<parentCategory ref="Security" />
<supportedOn ref="supported_LibreOffice_6_4" />
<elements>
<boolean id="Value" valueName="Value">
<trueValue>
<string>true</string>
</trueValue>
<falseValue>
<string>false</string>
</falseValue>
</boolean>
<boolean id="Final" valueName="Final" />
</elements>
</policy>
<policy name="DisableExtensionRemoval" class="Both" displayName="$(string.name_DisableExtensionRemoval)" explainText="$(string.desc_DisableExtensionRemoval)" presentation="$(presentation.DisableExtensionRemoval)" key="Software\Policies\LibreOffice\org.openoffice.Office.ExtensionManager\ExtensionSecurity\DisableExtensionRemoval">
<parentCategory ref="Security" />
<supportedOn ref="supported_LibreOffice_6_4" />
<elements>
<boolean id="Value" valueName="Value">
<trueValue>
<string>true</string>
</trueValue>
<falseValue>
<string>false</string>
</falseValue>
</boolean>
<boolean id="Final" valueName="Final" />
</elements>
</policy>
<policy name="ViewerAppMode" class="Both" displayName="$(string.name_ViewerAppMode)" explainText="$(string.desc_ViewerAppMode)" presentation="$(presentation.ViewerAppMode)" key="Software\Policies\LibreOffice\org.openoffice.Office.Common\Misc\ViewerAppMode">
<parentCategory ref="General" />
<supportedOn ref="supported_CO_24_04_11" />
Expand Down
10 changes: 10 additions & 0 deletions cs-CZ/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ Default value: Macros enabled</string>
<string id="name_EnableExpertConfiguration">Enable Expert Configuration</string>
<string id="desc_EnableExpertConfiguration">Determines if the user has access to the entire configuration via the Expert Configuration button.</string>
<string id="name_SecureURL">Trusted file locations</string>
<string id="name_DisableExtensionInstallation">Disable extension installation</string>
<string id="desc_DisableExtensionInstallation">Disable the possibility to install extensions.</string>

<string id="category_Filters">Disable file format filters</string>

Expand Down Expand Up @@ -1225,6 +1227,14 @@ Set paths in path lists have to be separated by spaces.</string>
</textBox>
<checkBox refId="Final">Konečné</checkBox>
</presentation>
<presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="ADO_Rowset_XML">
<checkBox refId="Value">Disable ADO Rowset XML</checkBox>
<checkBox refId="Final">Konečné</checkBox>
Expand Down
12 changes: 11 additions & 1 deletion de-DE/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ Standardeinstellung: Makros aktiviert</string>
<string id="name_EnableExpertConfiguration">Experteneinstellungen aktivieren</string>
<string id="desc_EnableExpertConfiguration">Legt fest, ob der Nutzer über den Button "Experteneinstellungen" Zugriff auf die gesamte Konfiguration hat.</string>
<string id="name_SecureURL">Vertrauenswürdige Speicherorte</string>

<string id="name_DisableExtensionInstallation">Disable extension installation</string>
<string id="desc_DisableExtensionInstallation">Disable the possibility to install extensions.</string>

<string id="category_Filters">Deaktiviere Dateiformatfilter</string>

<string id="name_ADO_Rowset_XML">ADO Rowset XML</string>
Expand Down Expand Up @@ -1226,6 +1228,14 @@ Pfade in Pfadlisten müssen durch Leerzeichen getrennt werden.</string>
</textBox>
<checkBox refId="Final">Gesperrt</checkBox>
</presentation>
<presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="ADO_Rowset_XML">
<checkBox refId="Value">Deaktiviere ADO Rowset XML</checkBox>
<checkBox refId="Final">Gesperrt</checkBox>
Expand Down
13 changes: 13 additions & 0 deletions en-US/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@ Default value: Macros enabled</string>
<string id="desc_EnableExpertConfiguration">Determines if the user has access to the entire configuration via the Expert Configuration button.</string>
<string id="name_SecureURL">Trusted file locations</string>

<string id="name_DisableExtensionInstallation">Disable extension installation</string>
<string id="desc_DisableExtensionInstallation">Disable the possibility to install extensions.</string>
<string id="name_DisableExtensionRemoval">Disable extension removal</string>
<string id="desc_DisableExtensionRemoval">Disable the possibility to remove installed extensions.</string>

<string id="category_Filters">Disable file format filters</string>

<string id="name_ADO_Rowset_XML">ADO Rowset XML</string>
Expand Down Expand Up @@ -1225,6 +1230,14 @@ Set paths in path lists have to be separated by spaces.</string>
</textBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="ADO_Rowset_XML">
<checkBox refId="Value">Disable ADO Rowset XML</checkBox>
<checkBox refId="Final">Final</checkBox>
Expand Down
12 changes: 11 additions & 1 deletion es-ES/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ Valor predeterminado: macros activadas</string>
<string id="name_EnableExpertConfiguration">Activar configuración para expertos</string>
<string id="desc_EnableExpertConfiguration">Determina si los usuarios pueden acceder a la configuración completa mediante el botón «Configuración para expertos».</string>
<string id="name_SecureURL">Ubicaciones de archivos de confianza</string>

<string id="name_DisableExtensionInstallation">Disable extension installation</string>
<string id="desc_DisableExtensionInstallation">Disable the possibility to install extensions.</string>

<string id="category_Filters">Desactivar filtros de formatos de archivo</string>

<string id="name_ADO_Rowset_XML">XML de Ado Rowset</string>
Expand Down Expand Up @@ -1225,6 +1227,14 @@ Las rutas en listas de rutas se deben separar con espacios.</string>
</textBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="ADO_Rowset_XML">
<checkBox refId="Value">Deshabilitar XML de ADO Rowset</checkBox>
<checkBox refId="Final">Final</checkBox>
Expand Down
12 changes: 11 additions & 1 deletion fr-FR/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ Valeur par défaut : Macros activés</string>
<string id="name_EnableExpertConfiguration">Activer la configuration avancée</string>
<string id="desc_EnableExpertConfiguration">Détermine si l'utilisateur a accès à la configuration avancée via le bouton Ouvrir la configuration avancée.</string>
<string id="name_SecureURL">Emplacement de fichies de confiances</string>

<string id="name_DisableExtensionInstallation">Disable extension installation</string>
<string id="desc_DisableExtensionInstallation">Disable the possibility to install extensions.</string>

<string id="category_Filters">Désactiver les filtres de format de fichier</string>

<string id="name_ADO_Rowset_XML">ADO Rowset XML</string>
Expand Down Expand Up @@ -1242,6 +1244,14 @@ Les chemins définis dans une liste doivent être séparés par des espaces.</st
</textBox>
<checkBox refId="Final">Verrouiller le paramètre</checkBox>
</presentation>
<presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="ADO_Rowset_XML">
<checkBox refId="Value">Disable ADO Rowset XML</checkBox>
<checkBox refId="Final">Verrouiller le paramètre</checkBox>
Expand Down
12 changes: 11 additions & 1 deletion hu-HU/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ Alapértelmezés: Makrók engedélyezése</string>
<string id="name_EnableExpertConfiguration">Speciális beállítások engedélyezése</string>
<string id="desc_EnableExpertConfiguration">Megadja, hogy a felhasználó hozzáfér-e minden beállításhoz a Speciális beállítások gombbal.</string>
<string id="name_SecureURL">Megbízható fájlelérési útvonalak</string>

<string id="name_DisableExtensionInstallation">Disable extension installation</string>
<string id="desc_DisableExtensionInstallation">Disable the possibility to install extensions.</string>

<string id="category_Filters">Disable file format filters</string>

<string id="name_ADO_Rowset_XML">ADO Rowset XML</string>
Expand Down Expand Up @@ -1226,6 +1228,14 @@ Set paths in path lists have to be separated by spaces.</string>
</textBox>
<checkBox refId="Final">Végleges</checkBox>
</presentation>
<presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="ADO_Rowset_XML">
<checkBox refId="Value">Disable ADO Rowset XML</checkBox>
<checkBox refId="Final">Végleges</checkBox>
Expand Down
12 changes: 11 additions & 1 deletion it-IT/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ Valore predefinito: Macro abilitate</string>
<string id="name_EnableExpertConfiguration">Abilita la configurazione avanzata</string>
<string id="desc_EnableExpertConfiguration">Determina se l'utente ha accesso a tutta la configurazione con il pulsante Configurazione Avanzata.</string>
<string id="name_SecureURL">Posizione dei file attendibili</string>

<string id="name_DisableExtensionInstallation">Disable extension installation</string>
<string id="desc_DisableExtensionInstallation">Disable the possibility to install extensions.</string>

<string id="category_Filters">Disabilita file format filters</string>

<string id="name_ADO_Rowset_XML">ADO Rowset XML</string>
Expand Down Expand Up @@ -1228,6 +1230,14 @@ I percorsi impostati nelle liste dei percorsi devono essere separati da spazi.</
</textBox>
<checkBox refId="Final">Finale</checkBox>
</presentation>
<presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="ADO_Rowset_XML">
<checkBox refId="Value">Disabilita ADO Rowset XML</checkBox>
<checkBox refId="Final">Finale</checkBox>
Expand Down
12 changes: 11 additions & 1 deletion pt-BR/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ Valor padrão: Macros habilitados</string>
<string id="name_EnableExpertConfiguration">Habilitar Configuração para Especialista</string>
<string id="desc_EnableExpertConfiguration">Determina se o usuário tem acesso a toda a configuração por meio do botão Configuração de Especialista.</string>
<string id="name_SecureURL">Locais de arquivos confiáveis</string>

<string id="name_DisableExtensionInstallation">Disable extension installation</string>
<string id="desc_DisableExtensionInstallation">Disable the possibility to install extensions.</string>

<string id="category_Filters">Desativar filtros de formato de arquivo</string>

<string id="name_ADO_Rowset_XML">Conjunto de Linhas ADO do XML</string>
Expand Down Expand Up @@ -1225,6 +1227,14 @@ Set paths in path lists have to be separated by spaces.</string>
</textBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="ADO_Rowset_XML">
<checkBox refId="Value">Disable ADO Rowset XML</checkBox>
<checkBox refId="Final">Final</checkBox>
Expand Down
19 changes: 18 additions & 1 deletion tr-TR/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@ Default value: Macros enabled</string>
<string id="name_EnableExpertConfiguration">Enable Expert Configuration</string>
<string id="desc_EnableExpertConfiguration">Determines if the user has access to the entire configuration via the Expert Configuration button.</string>
<string id="name_SecureURL">Trusted file locations</string>

<string id="name_DisableExtensionInstallation">Disable extension installation</string>
<string id="desc_DisableExtensionInstallation">Disable the possibility to install extensions.</string>

<string id="category_Filters">Disable file format filters</string>

<string id="name_ADO_Rowset_XML">ADO Rowset XML</string>
Expand Down Expand Up @@ -1225,6 +1227,21 @@ Set paths in path lists have to be separated by spaces.</string>
</textBox>
<checkBox refId="Final">Son</checkBox>
</presentation>
<presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation> <presentation id="DisableExtensionInstallation">
<checkBox refId="Value">Disable extension installation</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="DisableExtensionRemoval">
<checkBox refId="Value">Disable extension removal</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="ADO_Rowset_XML">
<checkBox refId="Value">Disable ADO Rowset XML</checkBox>
<checkBox refId="Final">Son</checkBox>
Expand Down