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
15 changes: 15 additions & 0 deletions Collabora-Office.admx
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,21 @@
<boolean id="Final" valueName="Final" />
</elements>
</policy>
<policy name="BuiltInHelpNotInstalledPopUp" class="Both" displayName="$(string.name_BuiltInHelpNotInstalledPopUp)" explainText="$(string.desc_BuiltInHelpNotInstalledPopUp)" presentation="$(presentation.BuiltInHelpNotInstalledPopUp)" key="Software\Policies\LibreOffice\org.openoffice.Office.Common\Help\BuiltInHelpNotInstalledPopUp">
<parentCategory ref="General" />
<supportedOn ref="supported_LibreOffice_7" />
<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="HTMLExportBrowser" class="Both" displayName="$(string.name_HTMLExportBrowser)" explainText="$(string.desc_HTMLExportBrowser)" presentation="$(presentation.HTMLExportBrowser)" key="Software\Policies\LibreOffice\org.openoffice.Office.Common\Filter\HTML\Export\Browser">
<parentCategory ref="LoadandSave" />
<supportedOn ref="supported_LibreOffice_4_2" />
Expand Down
6 changes: 6 additions & 0 deletions cs-CZ/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

<string id="category_LibreOffice">Collabora Office</string>
<string id="category_Common">Společné</string>
<string id="name_BuiltInHelpNotInstalledPopUp">Warn if local help is not installed</string>
<string id="desc_BuiltInHelpNotInstalledPopUp">If checked a pop up is shown when local help is not installed</string>

<string id="category_General">Obecné</string>
<string id="name_UseSystemFileDialog">Použít systémový souborový dialog</string>
Expand Down Expand Up @@ -770,6 +772,10 @@ Set paths in path lists have to be separated by spaces.</string>
<checkBox refId="Value">Načíst s dokumentem i nastavení konkrétního uživatele</checkBox>
<checkBox refId="Final">Konečné</checkBox>
</presentation>
<presentation id="BuiltInHelpNotInstalledPopUp">
<checkBox refId="Value">Enable pop up warning local help is not installed</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="UseUserData">
<checkBox refId="Value">Použít pro vlastnosti dokumentu údaje o uživateli</checkBox>
<checkBox refId="Final">Konečné</checkBox>
Expand Down
6 changes: 6 additions & 0 deletions de-DE/Collabora-Office.adml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

<string id="category_LibreOffice">Collabora Office</string>
<string id="category_Common">Übergreifend</string>
<string id="name_BuiltInHelpNotInstalledPopUp">Warn if local help is not installed</string>
<string id="desc_BuiltInHelpNotInstalledPopUp">If checked a pop up is shown when local help is not installed</string>

<string id="category_General">Allgemein</string>
<string id="name_UseSystemFileDialog">Dateidialoge des Systems verwenden</string>
Expand Down Expand Up @@ -771,6 +773,10 @@ Pfade in Pfadlisten müssen durch Leerzeichen getrennt werden.</string>
<checkBox refId="Value">Benutzerspezifische Einstellungen mit dem Dokument laden</checkBox>
<checkBox refId="Final">Gesperrt</checkBox>
</presentation>
<presentation id="BuiltInHelpNotInstalledPopUp">
<checkBox refId="Value">Enable pop up warning local help is not installed</checkBox>
<checkBox refId="Final">Final</checkBox>
</presentation>
<presentation id="UseUserData">
<checkBox refId="Value">Benutzerdaten für Dokumenteneigenschaften verwenden</checkBox>
<checkBox refId="Final">Gesperrt</checkBox>
Expand Down
Loading