]> git.p6c8.net - policy-templates.git/commitdiff
Add docs for TranslateEnabled
authorMichael Kaply <345868+mkaply@users.noreply.github.com>
Fri, 10 May 2024 19:14:19 +0000 (15:14 -0400)
committerMichael Kaply <345868+mkaply@users.noreply.github.com>
Fri, 10 May 2024 19:14:19 +0000 (15:14 -0400)
12 files changed:
docs/index.md
linux/policies.json
mac/org.mozilla.firefox.plist
windows/de-DE/firefox.adml
windows/en-US/firefox.adml
windows/es-ES/firefox.adml
windows/firefox.admx
windows/fr-FR/firefox.adml
windows/it-IT/firefox.adml
windows/ru-RU/firefox.adml
windows/zh-CN/firefox.adml
windows/zh-TW/firefox.adml

index ddd6fe3bd99198e962b73974d4dfa4baa1c27642..4c1ddca9720eb33d5517dff2b003f3ad0a11965e 100644 (file)
@@ -120,6 +120,7 @@ Unfortunately, JSON files do not support comments, but you can add extra entries
 | **[`SSLVersionMin`](#sslversionmin)** | Set and lock the minimum version of TLS.
 | **[`StartDownloadsInTempDirectory`](#startdownloadsintempdirectory)** | Force downloads to start off in a local, temporary location rather than the default download directory.
 | **[`SupportMenu`](#supportmenu)** | Add a menuitem to the help menu for specifying support information.
+| **[`TranslateEnabled`](#translateenabled)** | Enable or disable webpage translation.
 | **[`UserMessaging`](#usermessaging)** | Don't show certain messages to the user.
 | **[`UseSystemPrintDialog`](#usesystemprintdialog)** | Print using the system print dialog instead of print preview.
 | **[`WebsiteFilter`](#websitefilter)** | Block websites from being visited.
@@ -5972,6 +5973,40 @@ Value (string):
   }
 }
 ```
+### StartDownloadsInTempDirectory
+Force downloads to start off in a local, temporary location rather than the default download directory.
+
+**Compatibility:** Firefox 102\
+**CCK2 Equivalent:** N/A\
+**Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
+
+#### Windows (GPO)
+```
+Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
+```
+#### Windows (Intune)
+OMA-URI:
+```
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
+```
+Value (string):
+```
+<enabled/> or <disabled/>
+```
+#### macOS
+```
+<dict>
+  <key>StartDownloadsInTempDirectory</key>
+  <true/> | <false/>
+</dict>
+```
+#### policies.json
+```
+{
+  "policies": {
+    "StartDownloadsInTempDirectory": true | false
+}
+```
 ### SupportMenu
 Add a menuitem to the help menu for specifying support information.
 
@@ -6023,21 +6058,25 @@ Value (string):
   }
 }
 ```
-### StartDownloadsInTempDirectory
-Force downloads to start off in a local, temporary location rather than the default download directory.
+### TranslateEnabled
+Enable or disable webpage translation.
 
-**Compatibility:** Firefox 102\
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.
+
+If you only want to disable the popup, you can set the pref `browser.translations.automaticallyPopup` to false using the [Preferences](#preferences) policy.
+
+**Compatibility:** Firefox 126\
 **CCK2 Equivalent:** N/A\
-**Preferences Affected:** `browser.download.start_downloads_in_tmp_dir`
+**Preferences Affected:** `browser.translations.enable`
 
 #### Windows (GPO)
 ```
-Software\Policies\Mozilla\Firefox\StartDownloadsInTempDirectory = 0x1 | 0x0
+Software\Policies\Mozilla\Firefox\TranslateEnabled = 0x1 | 0x0
 ```
 #### Windows (Intune)
 OMA-URI:
 ```
-./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/StartDownloadsInTempDirectory
+./Device/Vendor/MSFT/Policy/Config/Firefox~Policy~firefox/TranslateEnabled
 ```
 Value (string):
 ```
@@ -6046,7 +6085,7 @@ Value (string):
 #### macOS
 ```
 <dict>
-  <key>StartDownloadsInTempDirectory</key>
+  <key>TranslateEnabled</key>
   <true/> | <false/>
 </dict>
 ```
@@ -6054,7 +6093,8 @@ Value (string):
 ```
 {
   "policies": {
-    "StartDownloadsInTempDirectory": true | false
+    "TranslateEnabled": true | false
+  }
 }
 ```
 ### UserMessaging
index 5da300af6493a7c5aac2bca4013658b0fddcc5a3..a7f9adc94a6005ce6281695b6b245dff21c9d776 100644 (file)
       "AccessKey": "S"
     },
     "StartDownloadsInTempDirectory": true | false,
+    "TranslateEnabled": true | false,
     "UserMessaging": {
       "WhatsNew": true | false,
       "ExtensionRecommendations": true | false,
index f1701f43507343a76496b889c752def570eea57d..2335b6112cc9f1feb0ec2d65be4572b968d0f383 100644 (file)
        <true/>
        <key>SearchBar</key>
        <string>separate</string>
+       <key>SecurityDevices</key>
+       <dict>
+               <key>NAME_OF_DEVICE</key>
+               <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
+       </dict>
+       <key>ShowHomeButton</key>
+       <true/>
+       <key>SSLVersionMin</key>
+       <string>tls1.2</string>
+       <key>SSLVersionMax</key>
+       <string>tls1.3</string>
+       <key>StartDownloadsInTempDirectory</key>
+       <true/>
+       <key>SupportMenu</key>
+       <dict>
+               <key>Title</key>
+               <string>Click here for help</string>
+               <key>URL</key>
+               <string>http://example.edu/</string>
+               <key>AccessKey</key>
+               <string>C</string>
+       </dict>
+       <key>TranslateEnabled</key>
+       <true/>
        <key>UserMessaging</key>
        <dict>
                <key>WhatsNew</key>
                        <string>https://www.yahoo.com/*</string>
                </array>
        </dict>
-       <key>SecurityDevices</key>
-       <dict>
-               <key>NAME_OF_DEVICE</key>
-               <string>PATH_TO_LIBRARY_FOR_DEVICE</string>
-       </dict>
-       <key>ShowHomeButton</key>
-       <true/>
-       <key>SSLVersionMin</key>
-       <string>tls1.2</string>
-       <key>SSLVersionMax</key>
-       <string>tls1.3</string>
-       <key>StartDownloadsInTempDirectory</key>
-       <true/>
-       <key>SupportMenu</key>
-       <dict>
-               <key>Title</key>
-               <string>Click here for help</string>
-               <key>URL</key>
-               <string>http://example.edu/</string>
-               <key>AccessKey</key>
-               <string>C</string>
-       </dict>
 </dict>
 </plist>
index bae5e14f5bd6996bb1f80c31903dda69c5fd3660..afd325ab84318ba5071770f0b558511dc0c31622 100644 (file)
@@ -68,7 +68,7 @@
       <string id="SUPPORTED_FF124">Firefox 124 oder höher, Firefox 115.9 ESR oder höher</string>
       <string id="SUPPORTED_FF124_ONLY">Firefox 124 oder höher</string>
       <string id="SUPPORTED_FF125">Firefox 125 oder höher, Firefox 115.10 ESR oder höher</string>
-      <string id="SUPPORTED_FF126">Firefox 126 oder höher, Firefox 115.11 ESR oder höher</string>
+      <string id="SUPPORTED_FF126_ONLY">Firefox 126 oder höher</string>
       <string id="SUPPORTED_FF127">Firefox 127 oder höher, Firefox 115.12 ESR oder höher</string>
       <string id="SUPPORTED_FF128">Firefox 128 oder höher, Firefox 115.13 ESR oder höher</string>
       <string id="SUPPORTED_FF129">Firefox 129 oder höher, Firefox 115.14 ESR oder höher</string>
@@ -1097,6 +1097,12 @@ Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden
       <string id="AutofillCreditCardEnabled_Explain">Wenn diese Richtlinieneinstellung deaktiviert ist, werden Zahlungsmethoden für Firefox-Versionen und Regionen, die dies unterstützen, nicht automatisch ausgefüllt.
 
 Wenn diese Richtlinieneinstellung aktiviert oder nicht konfiguriert ist, werden Zahlungsmethoden für Firefox-Versionen und -Regionen, die dies unterstützen, automatisch ausgefüllt.</string>
+      <string id="TranslateEnabled">Enable webpage translation</string>
+      <string id="TranslateEnabled_Explain">If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.</string>
       <string id="Preferences_Boolean_Explain">Wenn diese Richtlinieneinstellung aktiviert ist, ist die Einstellung auf true gesperrt. Wenn diese Richtlinieneinstellung deaktiviert ist, ist die Einstellung auf false gesperrt.
 
 Für eine Beschreibung der Einstellung, siehe:
index 31fcf300ebf3bb8bbff32ee1ee593fc74a573999..9fece294a29501f7360a111b920e8cda0bc5a2e1 100644 (file)
@@ -68,7 +68,7 @@
       <string id="SUPPORTED_FF124">Firefox 124 or later, Firefox 115.9 ESR or later</string>
       <string id="SUPPORTED_FF124_ONLY">Firefox 124 or later</string>
       <string id="SUPPORTED_FF125">Firefox 125 or later, Firefox 115.10 ESR or later</string>
-      <string id="SUPPORTED_FF126">Firefox 126 or later, Firefox 115.11 ESR or later</string>
+      <string id="SUPPORTED_FF126_ONLY">Firefox 126 or later</string>
       <string id="SUPPORTED_FF127">Firefox 127 or later, Firefox 115.12 ESR or later</string>
       <string id="SUPPORTED_FF128">Firefox 128 or later, Firefox 115.13 ESR or later</string>
       <string id="SUPPORTED_FF129">Firefox 129 or later, Firefox 115.14 ESR or later</string>
@@ -1092,6 +1092,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
       <string id="AutofillCreditCardEnabled_Explain">If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
 
 If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.</string>
+      <string id="TranslateEnabled">Enable webpage translation</string>
+      <string id="TranslateEnabled_Explain">If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.</string>
       <string id="Preferences_Boolean_Explain">If this policy is enabled, the preference is locked to true. If this policy is disabled, the preference is locked to false.
 
 For a description of the preference, see:
index 7dc8a80a6488867b4de126a027323299b11efb77..2e7bb8f4d0a57e8fcde9f8456b9505cd8137d8b4 100644 (file)
@@ -68,7 +68,7 @@
       <string id="SUPPORTED_FF124">Firefox 124 o posterior, Firefox 115.9 ESR o posterior</string>
       <string id="SUPPORTED_FF124_ONLY">Firefox 124 o posterior</string>
       <string id="SUPPORTED_FF125">Firefox 125 o posterior, Firefox 115.10 ESR o posterior</string>
-      <string id="SUPPORTED_FF126">Firefox 126 o posterior, Firefox 115.11 ESR o posterior</string>
+      <string id="SUPPORTED_FF126_ONLY">Firefox 126 o posterior</string>
       <string id="SUPPORTED_FF127">Firefox 127 o posterior, Firefox 115.12 ESR o posterior</string>
       <string id="SUPPORTED_FF128">Firefox 128 o posterior, Firefox 115.13 ESR o posterior</string>
       <string id="SUPPORTED_FF129">Firefox 129 o posterior, Firefox 115.14 ESR o posterior</string>
@@ -1094,6 +1094,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
       <string id="AutofillCreditCardEnabled_Explain">If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
 
 If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.</string>
+      <string id="TranslateEnabled">Enable webpage translation</string>
+      <string id="TranslateEnabled_Explain">If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.</string>
       <string id="Preferences_Boolean_Explain">Si esta política está habilitada, la preferencia se bloquea en true. Si esta política está deshabilitada, la preferencia está bloqueada en false.
 
 Para una descripción de la preferencia, visita:
index e729ea9144077f3170bcd2d2977bbec9a02545ff..5afd2c3a0d433c50930d366c46284bcb8df92023 100644 (file)
@@ -70,7 +70,7 @@
       <definition name="SUPPORTED_FF124" displayName="$(string.SUPPORTED_FF124)"/>
       <definition name="SUPPORTED_FF124_ONLY" displayName="$(string.SUPPORTED_FF124_ONLY)"/>
       <definition name="SUPPORTED_FF125" displayName="$(string.SUPPORTED_FF125)"/>
-      <definition name="SUPPORTED_FF126" displayName="$(string.SUPPORTED_FF126)"/>
+      <definition name="SUPPORTED_FF126_ONLY" displayName="$(string.SUPPORTED_FF126_ONLY)"/>
       <definition name="SUPPORTED_FF127" displayName="$(string.SUPPORTED_FF127)"/>
       <definition name="SUPPORTED_FF128" displayName="$(string.SUPPORTED_FF128)"/>
       <definition name="SUPPORTED_FF129" displayName="$(string.SUPPORTED_FF129)"/>
         <decimal value="0"/>
       </disabledValue>
     </policy>
+    <policy name="TranslateEnabled" class="Both" displayName="$(string.TranslateEnabled)" explainText="$(string.TranslateEnabled_Explain)" key="Software\Policies\Mozilla\Firefox" valueName="TranslateEnabled">
+      <parentCategory ref="firefox"/>
+      <supportedOn ref="SUPPORTED_FF126_ONLY"/>
+      <enabledValue>
+        <decimal value="1"/>
+      </enabledValue>
+      <disabledValue>
+        <decimal value="0"/>
+      </disabledValue>
+    </policy>
   </policies>
 </policyDefinitions>
index 69d535cf185c79c5394caa195b88cc8ef0c38c32..0f71cdeeb7521c01e589ea07d0243ac4c526ac4a 100644 (file)
@@ -68,7 +68,7 @@
       <string id="SUPPORTED_FF124">Firefox 124 ou supérieur, Firefox 115.9 ESR ou supérieur</string>
       <string id="SUPPORTED_FF124_ONLY">Firefox 124 ou supérieur</string>
       <string id="SUPPORTED_FF125">Firefox 125 ou supérieur, Firefox 115.10 ESR ou supérieur</string>
-      <string id="SUPPORTED_FF126">Firefox 126 ou supérieur, Firefox 115.11 ESR ou supérieur</string>
+      <string id="SUPPORTED_FF126_ONLY">Firefox 126 ou supérieur</string>
       <string id="SUPPORTED_FF127">Firefox 127 ou supérieur, Firefox 115.12 ESR ou supérieur</string>
       <string id="SUPPORTED_FF128">Firefox 128 ou supérieur, Firefox 115.13 ESR ou supérieur</string>
       <string id="SUPPORTED_FF129">Firefox 129 ou supérieur, Firefox 115.14 ESR ou supérieur</string>
@@ -1093,6 +1093,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
       <string id="AutofillCreditCardEnabled_Explain">If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
 
 If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.</string>
+      <string id="TranslateEnabled">Enable webpage translation</string>
+      <string id="TranslateEnabled_Explain">If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.</string>
       <string id="Preferences_Boolean_Explain">Si cette stratégie est activée, la préférence est verrouillée sur true. Si cette stratégie est désactivée, la préférence est verrouillée sur false.
 
 Pour une description de la préférence, voir:
index 4daa7aa1b9c5cf28ea8c4bdee942998fe0006796..645b912fdc8df6bef9ceed729897b0ff726231e1 100644 (file)
@@ -68,7 +68,7 @@
       <string id="SUPPORTED_FF124">Firefox 124 o versione successiva, Firefox 105.9 ESR o versione successiva</string>
       <string id="SUPPORTED_FF124_ONLY">Firefox 124 o versione successiva</string>
       <string id="SUPPORTED_FF125">Firefox 125 o versione successiva, Firefox 105.10 ESR o versione successiva</string>
-      <string id="SUPPORTED_FF126">Firefox 126 o versione successiva, Firefox 105.11 ESR o versione successiva</string>
+      <string id="SUPPORTED_FF126_ONLY">Firefox 126 o versione successiva</string>
       <string id="SUPPORTED_FF127">Firefox 127 o versione successiva, Firefox 105.12 ESR o versione successiva</string>
       <string id="SUPPORTED_FF128">Firefox 128 o versione successiva, Firefox 105.13 ESR o versione successiva</string>
       <string id="SUPPORTED_FF129">Firefox 129 o versione successiva, Firefox 105.14 ESR o versione successiva</string>
@@ -1095,6 +1095,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
       <string id="AutofillCreditCardEnabled_Explain">If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
 
 If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.</string>
+      <string id="TranslateEnabled">Enable webpage translation</string>
+      <string id="TranslateEnabled_Explain">If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.</string>
       <string id="Preferences_Boolean_Explain">Se questo criterio è abilitato, la preferenza è impostata a Vero e resa non modificabile. Se questo criterio è disabilitato, la preferenza è impostata a Falso e resa non modificabile.
 
 Per una descrizione della preferenza, si veda:
index e9a157ea0ba11fc3f197e16fc8b52fcaed0bcc9b..f80d88a5aecd5bba202224aa5e8dc0022dafb499 100644 (file)
@@ -68,7 +68,7 @@
       <string id="SUPPORTED_FF124">Firefox 124 или более поздние версии, Firefox 105.9 ESR или более поздние версии</string>
       <string id="SUPPORTED_FF124_ONLY">Firefox 124 или более поздние версии</string>
       <string id="SUPPORTED_FF125">Firefox 125 или более поздние версии, Firefox 105.10 ESR или более поздние версии</string>
-      <string id="SUPPORTED_FF126">Firefox 126 или более поздние версии, Firefox 105.11 ESR или более поздние версии</string>
+      <string id="SUPPORTED_FF126_ONLY">Firefox 126 или более поздние версии</string>
       <string id="SUPPORTED_FF127">Firefox 127 или более поздние версии, Firefox 105.12 ESR или более поздние версии</string>
       <string id="SUPPORTED_FF128">Firefox 128 или более поздние версии, Firefox 105.13 ESR или более поздние версии</string>
       <string id="SUPPORTED_FF129">Firefox 129 или более поздние версии, Firefox 105.14 ESR или более поздние версии</string>
@@ -1094,6 +1094,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
       <string id="AutofillCreditCardEnabled_Explain">If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
 
 If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.</string>
+      <string id="TranslateEnabled">Enable webpage translation</string>
+      <string id="TranslateEnabled_Explain">If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.</string>
       <string id="Preferences_Boolean_Explain">Если эта политика включена, предпочтение заблокировано на true. Если эта политика отключена, предпочтение заблокировано на false.
 
 Описание предпочтения см.:
index 2d3e1ddf590a00ceb0674f5b8c588d16360fd3a4..1fbd11619f045962e7cb62eef6bd84b9c6596709 100644 (file)
@@ -68,7 +68,7 @@
       <string id="SUPPORTED_FF124">Firefox 124 或更新版本、Firefox 105.9 ESR 或更新版本</string>
       <string id="SUPPORTED_FF124_ONLY">Firefox 124 或更新版本</string>
       <string id="SUPPORTED_FF125">Firefox 125 或更新版本、Firefox 105.10 ESR 或更新版本</string>
-      <string id="SUPPORTED_FF126">Firefox 126 或更新版本、Firefox 105.11 ESR 或更新版本</string>
+      <string id="SUPPORTED_FF126_ONLY">Firefox 126 或更新版本</string>
       <string id="SUPPORTED_FF127">Firefox 127 或更新版本、Firefox 105.12 ESR 或更新版本</string>
       <string id="SUPPORTED_FF128">Firefox 128 或更新版本、Firefox 105.13 ESR 或更新版本</string>
       <string id="SUPPORTED_FF129">Firefox 129 或更新版本、Firefox 105.14 ESR 或更新版本</string>
@@ -1094,6 +1094,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
       <string id="AutofillCreditCardEnabled_Explain">If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
 
 If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.</string>
+      <string id="TranslateEnabled">Enable webpage translation</string>
+      <string id="TranslateEnabled_Explain">If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.</string>
       <string id="Preferences_Boolean_Explain">若启用此原则,偏好设定将锁定为 true。 若禁用此原则,偏好设定则锁定为false。
 
 若需要偏好设置的详细说明,请参考:
index d9e0ad619e9a74943d9ef688b08a148a11a1c665..9f2e13178915169cc25616eb32fc0f5eb459bc62 100644 (file)
@@ -68,7 +68,7 @@
       <string id="SUPPORTED_FF124">Firefox 124 或更新版本、Firefox 105.9 ESR 或更新版本</string>
       <string id="SUPPORTED_FF124_ONLY">Firefox 124 或更新版本</string>
       <string id="SUPPORTED_FF125">Firefox 125 或更新版本、Firefox 105.10 ESR 或更新版本</string>
-      <string id="SUPPORTED_FF126">Firefox 126 或更新版本、Firefox 105.11 ESR 或更新版本</string>
+      <string id="SUPPORTED_FF126_ONLY">Firefox 126 或更新版本</string>
       <string id="SUPPORTED_FF127">Firefox 127 或更新版本、Firefox 105.12 ESR 或更新版本</string>
       <string id="SUPPORTED_FF128">Firefox 128 或更新版本、Firefox 105.13 ESR 或更新版本</string>
       <string id="SUPPORTED_FF129">Firefox 129 或更新版本、Firefox 105.14 ESR 或更新版本</string>
@@ -1092,6 +1092,12 @@ If this policy is enabled or not configured, addresses will be autofilled for Fi
       <string id="AutofillCreditCardEnabled_Explain">If this policy is disabled, payment methods will not be autofilled for Firefox versions and regions that support it.
 
 If this policy is enabled or not configured, payment methods will be autofilled for Firefox versions and regions that support it.</string>
+      <string id="TranslateEnabled">Enable webpage translation</string>
+      <string id="TranslateEnabled_Explain">If this policy is disabled, web page translation will not be available.
+
+If this policy is enabled or not configured, web page translation will be available.
+
+Note: Web page translation is done completely on the client, so there is no data or privacy risk.</string>
       <string id="Preferences_Boolean_Explain">若啟用此原則,偏好設定將鎖定為 true。若停用此原則,偏好設定則鎖定為 false。
 
 若需要偏好設定的詳細說明,請參考:

patrick-canterino.de