<?xml version="1.0" encoding="utf-8"?>
<!-- Language file for FormatPainterForGmail.admx. Place in the \en-US folder
     next to the .admx (C:\Windows\PolicyDefinitions\en-US), or upload as the
     ADML when importing the ADMX into Intune. When you enable the license
     setting, REPLACE the YOUR-TEAM-KEY placeholder with your real team key. -->
<policyDefinitionResources revision="1.0" schemaVersion="1.0">
  <displayName>Format Painter for Gmail</displayName>
  <description>Deploys the Format Painter for Gmail Teams license and optional company styles.</description>
  <resources>
    <stringTable>
      <string id="SUPPORTED_FPG">Google Chrome with the Format Painter for Gmail extension</string>
      <string id="FPG_Category">Format Painter for Gmail</string>
      <string id="OrgLicense">Team license key</string>
      <string id="OrgLicense_Explain">Sets the Format Painter for Gmail team license key for every user of this computer. Enter the team license key from your checkout page or receipt email (replace the YOUR-TEAM-KEY placeholder with your real key).

This writes the "orgLicense" value the extension reads from Chrome managed storage. It applies on Chrome's next policy refresh; no browser restart is required. Set to Not Configured (or Disabled) to remove it.</string>
      <string id="OrgPresets">Company styles (optional)</string>
      <string id="OrgPresets_Explain">Pushes standardized, read-only "Company" styles to every seat. Paste the exact JSON exported from the extension popup (one style, or a [ ... ] array). This writes the "orgPresets" value the extension reads from Chrome managed storage. Leave Not Configured if you do not use company styles.</string>
    </stringTable>
    <presentationTable>
      <presentation id="OrgLicense">
        <textBox refId="OrgLicense_Text">
          <label>Team license key</label>
          <defaultValue>YOUR-TEAM-KEY</defaultValue>
        </textBox>
      </presentation>
      <presentation id="OrgPresets">
        <textBox refId="OrgPresets_Text">
          <label>Company styles JSON</label>
        </textBox>
      </presentation>
    </presentationTable>
  </resources>
</policyDefinitionResources>
