<?xml version="1.0" encoding="UTF-8"?>
<OfficeApp
  xmlns="http://schemas.microsoft.com/office/appforoffice/1.1"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0"
  xsi:type="TaskPaneApp">
  <Id>c5d9e2f4-7a8b-4f3c-9d1e-0b2a5c7e9f08</Id>
  <Version>2.0.0.4</Version>
  <ProviderName>DeutschlandGPT</ProviderName>
  <DefaultLocale>de-DE</DefaultLocale>
  <DisplayName DefaultValue="DeutschlandGPT for Excel" />
  <Description DefaultValue="Chat-Assistent für Microsoft Excel, der Tabellen liest, ausfüllt und neue Blätter anlegt." />
  <IconUrl DefaultValue="https://dialog.deutschlandgpt.de/excel-addin/icon-32.png" />
  <HighResolutionIconUrl DefaultValue="https://dialog.deutschlandgpt.de/excel-addin/icon-80.png" />
  <SupportUrl DefaultValue="https://www.deutschlandgpt.de/kontakt" />
  <AppDomains>
    <AppDomain>https://dialog.deutschlandgpt.de</AppDomain>
    <AppDomain>https://accounts.google.com</AppDomain>
    <AppDomain>https://login.microsoftonline.com</AppDomain>
    <AppDomain>https://login.live.com</AppDomain>
    <AppDomain>https://appleid.apple.com</AppDomain>
    <AppDomain>https://auth.deutschlandgpt.de</AppDomain>
  </AppDomains>
  <Hosts>
    <Host Name="Workbook" />
  </Hosts>
  <Requirements>
    <Sets DefaultMinVersion="1.9">
      <Set Name="ExcelApi" MinVersion="1.9" />
    </Sets>
  </Requirements>
  <DefaultSettings>
    <SourceLocation DefaultValue="https://dialog.deutschlandgpt.de/excel-addin" />
  </DefaultSettings>
  <Permissions>ReadWriteDocument</Permissions>
  <VersionOverrides xmlns="http://schemas.microsoft.com/office/taskpaneappversionoverrides" xsi:type="VersionOverridesV1_0">
    <Hosts>
      <Host xsi:type="Workbook">
        <DesktopFormFactor>
          <GetStarted>
            <Title resid="GetStarted.Title" />
            <Description resid="GetStarted.Description" />
            <LearnMoreUrl resid="GetStarted.LearnMoreUrl" />
          </GetStarted>
          <FunctionFile resid="FunctionFile.Url" />
          <ExtensionPoint xsi:type="PrimaryCommandSurface">
            <CustomTab id="com.deutschlandgpt.excel.tab">
              <Group id="com.deutschlandgpt.excel.group">
                <Label resid="GroupLabel" />
                <Icon>
                  <bt:Image size="16" resid="Icon.16" />
                  <bt:Image size="32" resid="Icon.32" />
                  <bt:Image size="80" resid="Icon.80" />
                </Icon>
                <Control xsi:type="Button" id="com.deutschlandgpt.excel.openTaskpane">
                  <Label resid="BtnLabel" />
                  <Supertip>
                    <Title resid="BtnSupertipTitle" />
                    <Description resid="BtnSupertipDesc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ShowTaskpane">
                    <TaskpaneId>DeutschlandGPTTaskpane</TaskpaneId>
                    <SourceLocation resid="TaskpaneUrl" />
                  </Action>
                </Control>
                <Control xsi:type="Button" id="com.deutschlandgpt.excel.dgptSummarizeSheet">
                  <Label resid="dgptSummarizeSheetLabel" />
                  <Supertip>
                    <Title resid="dgptSummarizeSheetSupertipTitle" />
                    <Description resid="dgptSummarizeSheetSupertipDesc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>dgptSummarizeSheet</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="com.deutschlandgpt.excel.dgptExplainFormula">
                  <Label resid="dgptExplainFormulaLabel" />
                  <Supertip>
                    <Title resid="dgptExplainFormulaSupertipTitle" />
                    <Description resid="dgptExplainFormulaSupertipDesc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>dgptExplainFormula</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="com.deutschlandgpt.excel.dgptFormatAsTable">
                  <Label resid="dgptFormatAsTableLabel" />
                  <Supertip>
                    <Title resid="dgptFormatAsTableSupertipTitle" />
                    <Description resid="dgptFormatAsTableSupertipDesc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>dgptFormatAsTable</FunctionName>
                  </Action>
                </Control>
                <Control xsi:type="Button" id="com.deutschlandgpt.excel.dgptGenerateFormula">
                  <Label resid="dgptGenerateFormulaLabel" />
                  <Supertip>
                    <Title resid="dgptGenerateFormulaSupertipTitle" />
                    <Description resid="dgptGenerateFormulaSupertipDesc" />
                  </Supertip>
                  <Icon>
                    <bt:Image size="16" resid="Icon.16" />
                    <bt:Image size="32" resid="Icon.32" />
                    <bt:Image size="80" resid="Icon.80" />
                  </Icon>
                  <Action xsi:type="ExecuteFunction">
                    <FunctionName>dgptGenerateFormula</FunctionName>
                  </Action>
                </Control>
              </Group>
              <Label resid="CustomTabLabel" />
            </CustomTab>
          </ExtensionPoint>
        </DesktopFormFactor>
      </Host>
    </Hosts>
    <Resources>
      <bt:Images>
        <bt:Image id="Icon.16" DefaultValue="https://dialog.deutschlandgpt.de/excel-addin/icon-16.png" />
        <bt:Image id="Icon.32" DefaultValue="https://dialog.deutschlandgpt.de/excel-addin/icon-32.png" />
        <bt:Image id="Icon.80" DefaultValue="https://dialog.deutschlandgpt.de/excel-addin/icon-80.png" />
      </bt:Images>
      <bt:Urls>
        <bt:Url id="TaskpaneUrl" DefaultValue="https://dialog.deutschlandgpt.de/excel-addin" />
        <bt:Url id="FunctionFile.Url" DefaultValue="https://dialog.deutschlandgpt.de/excel-addin/commands" />
        <bt:Url id="GetStarted.LearnMoreUrl" DefaultValue="https://www.deutschlandgpt.de/kontakt" />
      </bt:Urls>
      <bt:ShortStrings>
        <bt:String id="CustomTabLabel" DefaultValue="DeutschlandGPT">
          <bt:Override Locale="en-US" Value="DeutschlandGPT" />
        </bt:String>
        <bt:String id="GroupLabel" DefaultValue="Assistent">
          <bt:Override Locale="en-US" Value="Assistant" />
        </bt:String>
        <bt:String id="BtnLabel" DefaultValue="Assistent öffnen">
          <bt:Override Locale="en-US" Value="Open Assistant" />
        </bt:String>
        <bt:String id="BtnSupertipTitle" DefaultValue="DeutschlandGPT-Assistent">
          <bt:Override Locale="en-US" Value="DeutschlandGPT Assistant" />
        </bt:String>
        <bt:String id="GetStarted.Title" DefaultValue="DeutschlandGPT für Excel ist bereit.">
          <bt:Override Locale="en-US" Value="DeutschlandGPT for Excel is ready." />
        </bt:String>
        <bt:String id="dgptSummarizeSheetLabel" DefaultValue="Blatt zusammenfassen">
          <bt:Override Locale="en-US" Value="Summarize sheet" />
        </bt:String>
        <bt:String id="dgptSummarizeSheetSupertipTitle" DefaultValue="Aktives Blatt zusammenfassen">
          <bt:Override Locale="en-US" Value="Summarize active sheet" />
        </bt:String>
        <bt:String id="dgptExplainFormulaLabel" DefaultValue="Formel erklären">
          <bt:Override Locale="en-US" Value="Explain formula" />
        </bt:String>
        <bt:String id="dgptExplainFormulaSupertipTitle" DefaultValue="Markierte Formel erklären">
          <bt:Override Locale="en-US" Value="Explain selected formula" />
        </bt:String>
        <bt:String id="dgptFormatAsTableLabel" DefaultValue="Als Tabelle formatieren">
          <bt:Override Locale="en-US" Value="Format as table" />
        </bt:String>
        <bt:String id="dgptFormatAsTableSupertipTitle" DefaultValue="Bereich als Tabelle formatieren">
          <bt:Override Locale="en-US" Value="Format range as table" />
        </bt:String>
        <bt:String id="dgptGenerateFormulaLabel" DefaultValue="Formel erzeugen">
          <bt:Override Locale="en-US" Value="Generate formula" />
        </bt:String>
        <bt:String id="dgptGenerateFormulaSupertipTitle" DefaultValue="Formel für Auswahl vorschlagen">
          <bt:Override Locale="en-US" Value="Suggest formula for selection" />
        </bt:String>
      </bt:ShortStrings>
      <bt:LongStrings>
        <bt:String id="BtnSupertipDesc" DefaultValue="Öffnet oder schließt den DeutschlandGPT-Assistenten in der Seitenleiste.">
          <bt:Override Locale="en-US" Value="Toggle the DeutschlandGPT assistant in the side pane." />
        </bt:String>
        <bt:String id="GetStarted.Description" DefaultValue="Öffnen Sie den DeutschlandGPT-Assistenten über die Registerkarte „DeutschlandGPT“ im Menüband.">
          <bt:Override Locale="en-US" Value="Open the DeutschlandGPT assistant from the DeutschlandGPT ribbon tab." />
        </bt:String>
        <bt:String id="dgptSummarizeSheetSupertipDesc" DefaultValue="Öffnet den Assistenten und fasst das aktive Tabellenblatt zusammen.">
          <bt:Override Locale="en-US" Value="Opens the assistant and summarizes the active worksheet." />
        </bt:String>
        <bt:String id="dgptExplainFormulaSupertipDesc" DefaultValue="Öffnet den Assistenten und erklärt die Formel in der markierten Zelle Schritt für Schritt.">
          <bt:Override Locale="en-US" Value="Opens the assistant and explains the formula in the selected cell step by step." />
        </bt:String>
        <bt:String id="dgptFormatAsTableSupertipDesc" DefaultValue="Öffnet den Assistenten und formatiert den markierten Bereich als Excel-Tabelle.">
          <bt:Override Locale="en-US" Value="Opens the assistant and formats the selected range as an Excel table." />
        </bt:String>
        <bt:String id="dgptGenerateFormulaSupertipDesc" DefaultValue="Öffnet den Assistenten und schlägt eine Formel für die markierte Zelle oder den Bereich vor.">
          <bt:Override Locale="en-US" Value="Opens the assistant and suggests a formula for the selected cell or range." />
        </bt:String>
      </bt:LongStrings>
    </Resources>
  </VersionOverrides>
</OfficeApp>
