[MANIFESTGUID] 1.1.0.0 OpenText en-US [DOMAIN] ReadWriteDocument <!-- Description of the Getting Started callout. resid points to a LongString resource --> <Description resid="Trim.GetStarted.Description"/> <!-- Point to a url resource which details how the add-in should be used. --> <LearnMoreUrl resid="Trim.GetStarted.LearnMoreUrl"/> </GetStarted> <!-- Function file is a HTML page that includes the JavaScript where functions for ExecuteAction will be called. Think of the FunctionFile as the code behind ExecuteFunction. --> <FunctionFile resid="Trim.DesktopFunctionFile.Url" /> <!-- PrimaryCommandSurface is the main Office Ribbon. --> <ExtensionPoint xsi:type="PrimaryCommandSurface"> <!-- Use OfficeTab to extend an existing Tab. Use CustomTab to create a new tab. --> <CustomTab id="Trim.Tab1"> <!-- Ensure you provide a unique id for the group. Recommendation for any IDs is to namespace using your company name. --> <Group id="Trim.Group.File"> <!-- Label for your group. resid must point to a ShortString resource. --> <Label resid="Trim.FileLabel" /> <!-- Icons. Required sizes 16,32,80, optional 20, 24, 40, 48, 64. Strongly recommended to provide all sizes for great UX. --> <!-- Use PNG icons. All URLs on the resources section must use HTTPS. --> <Icon> <bt:Image size="16" resid="Trim.tpicon_16x16" /> <bt:Image size="32" resid="Trim.tpicon_32x32" /> <bt:Image size="80" resid="Trim.tpicon_80x80" /> </Icon> <!-- Control. It can be of type "Button" or "Menu". --> <Control xsi:type="Button" id="Trim.TaskpaneButton"> <Label resid="Trim.TaskpaneButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.TaskpaneButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.TaskpaneButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.newobjecticon_16x16" /> <bt:Image size="32" resid="Trim.newobjecticon_32x32" /> <bt:Image size="80" resid="Trim.newobjecticon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ShowTaskpane"> <TaskpaneId>Office.AutoShowTaskpaneWithDocument</TaskpaneId> <!-- Provide a url resource id for the location that will be displayed on the task pane. --> <SourceLocation resid="Trim.WordTaskpane.Url" /> </Action> </Control> <Control xsi:type="Button" id="Trim.OpenButton"> <Label resid="Trim.OpenButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.OpenButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.OpenButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.openicon_16x16" /> <bt:Image size="32" resid="Trim.openicon_32x32" /> <bt:Image size="80" resid="Trim.openicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>openFromTrim</FunctionName> </Action> </Control> </Group> <Group id="Trim.Group.Insert"> <Label resid="Trim.InsertLabel" /> <Icon> <bt:Image size="16" resid="Trim.insertpictureicon_16x16" /> <bt:Image size="32" resid="Trim.insertpictureicon_32x32" /> <bt:Image size="80" resid="Trim.insertpictureicon_80x80" /> </Icon> <Control xsi:type="Button" id="Trim.InsertPictureButton"> <Label resid="Trim.InsertPictureButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.InsertPictureButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.InsertPictureButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.insertpictureicon_16x16" /> <bt:Image size="32" resid="Trim.insertpictureicon_32x32" /> <bt:Image size="80" resid="Trim.insertpictureicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>insertPictureFromTrim</FunctionName> </Action> </Control> <Control xsi:type="Button" id="Trim.InsertTextButton"> <Label resid="Trim.InsertTextButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.InsertTextButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.InsertTextButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.inserttexticon_16x16" /> <bt:Image size="32" resid="Trim.inserttexticon_32x32" /> <bt:Image size="80" resid="Trim.inserttexticon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>insertTextFromTrim</FunctionName> </Action> </Control> <Control xsi:type="Button" id="Trim.InsertObjectButton"> <Label resid="Trim.InsertObjectButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.InsertObjectButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.InsertObjectButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.insertobjecticon_16x16" /> <bt:Image size="32" resid="Trim.insertobjecticon_32x32" /> <bt:Image size="80" resid="Trim.insertobjecticon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>insertObjectFromTrim</FunctionName> </Action> </Control> </Group> <Group id="Trim.Group.Tools"> <Label resid="Trim.ToolsLabel" /> <Icon> <bt:Image size="16" resid="Trim.helpicon_16x16" /> <bt:Image size="32" resid="Trim.helpicon_32x32" /> <bt:Image size="80" resid="Trim.helpicon_80x80" /> </Icon> <Control xsi:type="Button" id="optionsFunctionButton"> <Label resid="optionsButtonLabel" /> <Supertip> <Title resid="optionsSuperTipTitle" /> <Description resid="optionsSuperTipDescription" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.optionsicon_16x16" /> <bt:Image size="32" resid="Trim.optionsicon_32x32" /> <bt:Image size="80" resid="Trim.optionsicon_64x64" /> </Icon> <Action xsi:type="ShowTaskpane"> <SourceLocation resid="optionsTaskPaneUrl" /> </Action> </Control> <Control xsi:type="Button" id="Trim.HelpButton"> <Label resid="Trim.HelpButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.HelpButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.HelpButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.helpicon_16x16" /> <bt:Image size="32" resid="Trim.helpicon_32x32" /> <bt:Image size="80" resid="Trim.helpicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>openHelp</FunctionName> </Action> </Control> </Group> <Label resid="Trim.TabLabel" /> </CustomTab> </ExtensionPoint> </DesktopFormFactor> </Host> <Host xsi:type="Workbook"> <!-- Form factor. Currently only DesktopFormFactor is supported. --> <DesktopFormFactor> <!--"This code enables a customizable message to be displayed when the add-in is loaded successfully upon individual install."--> <GetStarted> <!-- Title of the Getting Started callout. resid points to a ShortString resource --> <Title resid="Trim.GetStarted.Title"/> <!-- Description of the Getting Started callout. resid points to a LongString resource --> <Description resid="Trim.GetStarted.Description"/> <!-- Point to a url resource which details how the add-in should be used. --> <LearnMoreUrl resid="Trim.GetStarted.LearnMoreUrl"/> </GetStarted> <!-- Function file is a HTML page that includes the JavaScript where functions for ExecuteAction will be called. Think of the FunctionFile as the code behind ExecuteFunction. --> <FunctionFile resid="Trim.DesktopFunctionFile.Url" /> <!-- PrimaryCommandSurface is the main Office Ribbon. --> <ExtensionPoint xsi:type="PrimaryCommandSurface"> <!-- Use OfficeTab to extend an existing Tab. Use CustomTab to create a new tab. --> <CustomTab id="Trim.Tab1"> <!-- Ensure you provide a unique id for the group. Recommendation for any IDs is to namespace using your company name. --> <Group id="Trim.Group.File"> <!-- Label for your group. resid must point to a ShortString resource. --> <Label resid="Trim.FileLabel" /> <!-- Icons. Required sizes 16,32,80, optional 20, 24, 40, 48, 64. Strongly recommended to provide all sizes for great UX. --> <!-- Use PNG icons. All URLs on the resources section must use HTTPS. --> <Icon> <bt:Image size="16" resid="Trim.tpicon_16x16" /> <bt:Image size="32" resid="Trim.tpicon_32x32" /> <bt:Image size="80" resid="Trim.tpicon_80x80" /> </Icon> <!-- Control. It can be of type "Button" or "Menu". --> <Control xsi:type="Button" id="Trim.TaskpaneButton"> <Label resid="Trim.TaskpaneButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.TaskpaneButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.TaskpaneButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.newobjecticon_16x16" /> <bt:Image size="32" resid="Trim.newobjecticon_32x32" /> <bt:Image size="80" resid="Trim.newobjecticon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ShowTaskpane"> <TaskpaneId>Office.AutoShowTaskpaneWithDocument</TaskpaneId> <!-- Provide a url resource id for the location that will be displayed on the task pane. --> <SourceLocation resid="Trim.ExcelTaskpane.Url" /> </Action> </Control> <Control xsi:type="Button" id="Trim.OpenButton"> <Label resid="Trim.OpenButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.OpenButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.OpenButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.openicon_16x16" /> <bt:Image size="32" resid="Trim.openicon_32x32" /> <bt:Image size="80" resid="Trim.openicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>openFromTrim</FunctionName> </Action> </Control> </Group> <Group id="Trim.Group.Insert"> <Label resid="Trim.InsertLabel" /> <Icon> <bt:Image size="16" resid="Trim.insertpictureicon_16x16" /> <bt:Image size="32" resid="Trim.insertpictureicon_32x32" /> <bt:Image size="80" resid="Trim.insertpictureicon_80x80" /> </Icon> <Control xsi:type="Button" id="Trim.InsertTextButton"> <Label resid="Trim.InsertTextButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.InsertTextButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.InsertTextButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.inserttexticon_16x16" /> <bt:Image size="32" resid="Trim.inserttexticon_32x32" /> <bt:Image size="80" resid="Trim.inserttexticon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>insertTextFromTrim</FunctionName> </Action> </Control> </Group> <Group id="Trim.Group.Tools"> <Label resid="Trim.ToolsLabel" /> <Icon> <bt:Image size="16" resid="Trim.helpicon_16x16" /> <bt:Image size="32" resid="Trim.helpicon_32x32" /> <bt:Image size="80" resid="Trim.helpicon_80x80" /> </Icon> <Control xsi:type="Button" id="optionsFunctionButton"> <Label resid="optionsButtonLabel" /> <Supertip> <Title resid="optionsSuperTipTitle" /> <Description resid="optionsSuperTipDescription" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.optionsicon_16x16" /> <bt:Image size="32" resid="Trim.optionsicon_32x32" /> <bt:Image size="80" resid="Trim.optionsicon_64x64" /> </Icon> <Action xsi:type="ShowTaskpane"> <SourceLocation resid="optionsTaskPaneUrl" /> </Action> </Control> <Control xsi:type="Button" id="Trim.HelpButton"> <Label resid="Trim.HelpButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.HelpButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.HelpButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.helpicon_16x16" /> <bt:Image size="32" resid="Trim.helpicon_32x32" /> <bt:Image size="80" resid="Trim.helpicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>openHelp</FunctionName> </Action> </Control> </Group> <Label resid="Trim.TabLabel" /> </CustomTab> </ExtensionPoint> </DesktopFormFactor> </Host> <Host xsi:type="Presentation"> <!-- Form factor. Currently only DesktopFormFactor is supported. --> <DesktopFormFactor> <!--"This code enables a customizable message to be displayed when the add-in is loaded successfully upon individual install."--> <GetStarted> <!-- Title of the Getting Started callout. resid points to a ShortString resource --> <Title resid="Trim.GetStarted.Title"/> <!-- Description of the Getting Started callout. resid points to a LongString resource --> <Description resid="Trim.GetStarted.Description"/> <!-- Point to a url resource which details how the add-in should be used. --> <LearnMoreUrl resid="Trim.GetStarted.LearnMoreUrl"/> </GetStarted> <!-- Function file is a HTML page that includes the JavaScript where functions for ExecuteAction will be called. Think of the FunctionFile as the code behind ExecuteFunction. --> <FunctionFile resid="Trim.DesktopFunctionFile.Url" /> <!-- PrimaryCommandSurface is the main Office Ribbon. --> <ExtensionPoint xsi:type="PrimaryCommandSurface"> <!-- Use OfficeTab to extend an existing Tab. Use CustomTab to create a new tab. --> <CustomTab id="Trim.Tab1"> <!-- Ensure you provide a unique id for the group. Recommendation for any IDs is to namespace using your company name. --> <Group id="Trim.Group.File"> <!-- Label for your group. resid must point to a ShortString resource. --> <Label resid="Trim.FileLabel" /> <!-- Icons. Required sizes 16,32,80, optional 20, 24, 40, 48, 64. Strongly recommended to provide all sizes for great UX. --> <!-- Use PNG icons. All URLs on the resources section must use HTTPS. --> <Icon> <bt:Image size="16" resid="Trim.tpicon_16x16" /> <bt:Image size="32" resid="Trim.tpicon_32x32" /> <bt:Image size="80" resid="Trim.tpicon_80x80" /> </Icon> <!-- Control. It can be of type "Button" or "Menu". --> <Control xsi:type="Button" id="Trim.TaskpaneButton"> <Label resid="Trim.TaskpaneButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.TaskpaneButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.TaskpaneButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.newobjecticon_16x16" /> <bt:Image size="32" resid="Trim.newobjecticon_32x32" /> <bt:Image size="80" resid="Trim.newobjecticon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ShowTaskpane"> <TaskpaneId>Office.AutoShowTaskpaneWithDocument</TaskpaneId> <!-- Provide a url resource id for the location that will be displayed on the task pane. --> <SourceLocation resid="Trim.PowerPointTaskpane.Url" /> </Action> </Control> <Control xsi:type="Button" id="Trim.OpenButton"> <Label resid="Trim.OpenButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.OpenButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.OpenButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.openicon_16x16" /> <bt:Image size="32" resid="Trim.openicon_32x32" /> <bt:Image size="80" resid="Trim.openicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>openFromTrim</FunctionName> </Action> </Control> </Group> <Group id="Trim.Group.Tools"> <Label resid="Trim.ToolsLabel" /> <Icon> <bt:Image size="16" resid="Trim.helpicon_16x16" /> <bt:Image size="32" resid="Trim.helpicon_32x32" /> <bt:Image size="80" resid="Trim.helpicon_80x80" /> </Icon> <Control xsi:type="Button" id="optionsFunctionButton"> <Label resid="optionsButtonLabel" /> <Supertip> <Title resid="optionsSuperTipTitle" /> <Description resid="optionsSuperTipDescription" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.optionsicon_16x16" /> <bt:Image size="32" resid="Trim.optionsicon_32x32" /> <bt:Image size="80" resid="Trim.optionsicon_64x64" /> </Icon> <Action xsi:type="ShowTaskpane"> <SourceLocation resid="optionsTaskPaneUrl" /> </Action> </Control> <Control xsi:type="Button" id="Trim.HelpButton"> <Label resid="Trim.HelpButton.Label" /> <Supertip> <!-- ToolTip title. resid must point to a ShortString resource. --> <Title resid="Trim.HelpButton.Label" /> <!-- ToolTip description. resid must point to a LongString resource. --> <Description resid="Trim.HelpButton.Tooltip" /> </Supertip> <Icon> <bt:Image size="16" resid="Trim.helpicon_16x16" /> <bt:Image size="32" resid="Trim.helpicon_32x32" /> <bt:Image size="80" resid="Trim.helpicon_80x80" /> </Icon> <!-- This is what happens when the command is triggered (E.g. click on the Ribbon). Supported actions are ExecuteFunction or ShowTaskpane. --> <Action xsi:type="ExecuteFunction"> <FunctionName>openHelp</FunctionName> </Action> </Control> </Group> <Label resid="Trim.TabLabel" /> </CustomTab> </ExtensionPoint> </DesktopFormFactor> </Host> </Hosts> <!-- You can use resources across hosts and form factors. --> <Resources> <bt:Images> <bt:Image id="Trim.tpicon_16x16" DefaultValue="[SERVICEAPIURL]/TrimIcon/W16h16/Trim.png" /> <bt:Image id="Trim.tpicon_32x32" DefaultValue="[SERVICEAPIURL]/TrimIcon/W32h32/Trim.png" /> <bt:Image id="Trim.tpicon_80x80" DefaultValue="[SERVICEAPIURL]/TrimIcon/W64h64/Trim.png" /> <bt:Image id="Trim.openicon_16x16" DefaultValue="[SERVICEAPIURL]/TrimIcon/W16h16/Open.png" /> <bt:Image id="Trim.openicon_32x32" DefaultValue="[SERVICEAPIURL]/TrimIcon/W32h32/Open.png" /> <bt:Image id="Trim.openicon_80x80" DefaultValue="[SERVICEAPIURL]/TrimIcon/W64h64/Open.png" /> <bt:Image id="Trim.helpicon_16x16" DefaultValue="[SERVICEAPIURL]/TrimIcon/W16h16/Help.png" /> <bt:Image id="Trim.helpicon_32x32" DefaultValue="[SERVICEAPIURL]/TrimIcon/W32h32/Help.png" /> <bt:Image id="Trim.helpicon_80x80" DefaultValue="[SERVICEAPIURL]/TrimIcon/W64h64/Help.png" /> <bt:Image id="Trim.inserttexticon_16x16" DefaultValue="[SERVICEAPIURL]/TrimIcon/W16h16/OfficeInsertText.png" /> <bt:Image id="Trim.inserttexticon_32x32" DefaultValue="[SERVICEAPIURL]/TrimIcon/W32h32/OfficeInsertText.png" /> <bt:Image id="Trim.inserttexticon_80x80" DefaultValue="[SERVICEAPIURL]/TrimIcon/W64h64/OfficeInsertText.png" /> <bt:Image id="Trim.insertobjecticon_16x16" DefaultValue="[SERVICEAPIURL]/TrimIcon/W16h16/OfficeInsertObject.png" /> <bt:Image id="Trim.insertobjecticon_32x32" DefaultValue="[SERVICEAPIURL]/TrimIcon/W32h32/OfficeInsertObject.png" /> <bt:Image id="Trim.insertobjecticon_80x80" DefaultValue="[SERVICEAPIURL]/TrimIcon/W64h64/OfficeInsertObject.png" /> <bt:Image id="Trim.insertpictureicon_16x16" DefaultValue="[SERVICEAPIURL]/TrimIcon/W16h16/OfficeInsertPicture.png" /> <bt:Image id="Trim.insertpictureicon_32x32" DefaultValue="[SERVICEAPIURL]/TrimIcon/W32h32/OfficeInsertPicture.png" /> <bt:Image id="Trim.insertpictureicon_80x80" DefaultValue="[SERVICEAPIURL]/TrimIcon/W64h64/OfficeInsertPicture.png" /> <bt:Image id="Trim.newobjecticon_16x16" DefaultValue="[SERVICEAPIURL]/TrimIcon/W16h16/TrmNewObject.png" /> <bt:Image id="Trim.newobjecticon_32x32" DefaultValue="[SERVICEAPIURL]/TrimIcon/W32h32/TrmNewObject.png" /> <bt:Image id="Trim.newobjecticon_80x80" DefaultValue="[SERVICEAPIURL]/TrimIcon/W64h64/TrmNewObject.png" /> <bt:Image id="Trim.optionsicon_16x16" DefaultValue="[SERVICEAPIURL]/TrimIcon/W16h16/UserOptions.png"/> <bt:Image id="Trim.optionsicon_32x32" DefaultValue="[SERVICEAPIURL]/TrimIcon/W32h32/UserOptions.png"/> <bt:Image id="Trim.optionsicon_64x64" DefaultValue="[SERVICEAPIURL]/TrimIcon/W32h32/UserOptions.png"/> </bt:Images> <bt:Urls> <bt:Url id="Trim.WordTaskpane.Url" DefaultValue="[SERVICEAPIURL]/office/index.html?Word=1" /> <bt:Url id="Trim.ExcelTaskpane.Url" DefaultValue="[SERVICEAPIURL]/office/index.html?Excel=1" /> <bt:Url id="Trim.PowerPointTaskpane.Url" DefaultValue="[SERVICEAPIURL]/office/index.html?PowerPoint=1" /> <bt:Url id="Trim.GetStarted.LearnMoreUrl" DefaultValue="https://go.microsoft.com/fwlink/?LinkId=276812" /> <bt:Url id="Trim.DesktopFunctionFile.Url" DefaultValue="[SERVICEAPIURL]/office/function-file/function-file.html" /> <bt:Url id="optionsTaskPaneUrl" DefaultValue="[SERVICEAPIURL]/office/index.html?UserOptions=1"/> </bt:Urls> <!-- ShortStrings max characters==125. --> <bt:ShortStrings> <bt:String id="Trim.TaskpaneButton.Label" DefaultValue="Record"> <bt:Override Locale="nl-nl" Value="Record" /> <bt:Override Locale="fr-fr" Value="Enregistrement" /> <bt:Override Locale="es-es" Value="Registro" /> </bt:String> <bt:String id="Trim.OpenButton.Label" DefaultValue="Open"> <bt:Override Locale="nl-nl" Value="Openen" /> <bt:Override Locale="fr-fr" Value="Ouvrir" /> <bt:Override Locale="es-es" Value="Abrir" /> </bt:String> <bt:String id="Trim.HelpButton.Label" DefaultValue="Help"> <bt:Override Locale="nl-nl" Value="Help" /> <bt:Override Locale="fr-fr" Value="Aide" /> <bt:Override Locale="es-es" Value="Ayuda" /> </bt:String> <bt:String id="Trim.TabLabel" DefaultValue="Content Manager"> <bt:Override Locale="nl-nl" Value="Content Manager" /> <bt:Override Locale="fr-fr" Value="Content Manager" /> <bt:Override Locale="es-es" Value="Content Manager" /> </bt:String> <bt:String id="Trim.FileLabel" DefaultValue="File"> <bt:Override Locale="nl-nl" Value="Bestand" /> <bt:Override Locale="fr-fr" Value="Fichier" /> <bt:Override Locale="es-es" Value="Archivo" /> </bt:String> <bt:String id="Trim.ToolsLabel" DefaultValue="Tools"> <bt:Override Locale="nl-nl" Value="Extra" /> <bt:Override Locale="fr-fr" Value="Outils" /> <bt:Override Locale="es-es" Value="Herramientas" /> </bt:String> <bt:String id="Trim.InsertLabel" DefaultValue="Insert"> <bt:Override Locale="nl-nl" Value="Invoegen" /> <bt:Override Locale="fr-fr" Value="Insérer" /> <bt:Override Locale="es-es" Value="Insertar" /> </bt:String> <bt:String id="Trim.InsertPictureButton.Label" DefaultValue="Picture"> <bt:Override Locale="nl-nl" Value="Afbeelding" /> <bt:Override Locale="fr-fr" Value="Image" /> <bt:Override Locale="es-es" Value="Imagen" /> </bt:String> <bt:String id="Trim.InsertTextButton.Label" DefaultValue="Text"> <bt:Override Locale="nl-nl" Value="Tekst" /> <bt:Override Locale="fr-fr" Value="Image" /> <bt:Override Locale="es-es" Value="Texto" /> </bt:String> <bt:String id="Trim.InsertObjectButton.Label" DefaultValue="Object"> <bt:Override Locale="nl-nl" Value="Object" /> <bt:Override Locale="fr-fr" Value="Objet" /> <bt:Override Locale="es-es" Value="Objeto" /> </bt:String> <bt:String id="Trim.GetStarted.Title" DefaultValue="Manage this document in Content Manager"> <bt:Override Locale="nl-nl" Value="Dit document beheren in Content Manager" /> <bt:Override Locale="fr-fr" Value="Gérer ce document dans Content Manager" /> <bt:Override Locale="es-es" Value="Administrar este documento en Content Manager" /> </bt:String> <bt:String id="optionsButtonLabel" DefaultValue="User Options"> <bt:Override Locale="nl-nl" Value="Gebruikersopties" /> <bt:Override Locale="fr-fr" Value="Options Utilisateur" /> <bt:Override Locale="es-es" Value="Opciones de usuario" /> </bt:String> <bt:String id="optionsSuperTipTitle" DefaultValue="Update Content Manager user options"> <bt:Override Locale="nl-nl" Value="Gebruikersopties Content Manager bijwerken" /> <bt:Override Locale="fr-fr" Value="Mettre à jour les options utilisateur de Content Manager" /> <bt:Override Locale="es-es" Value="Actualizar opciones de usuario de Content Manager" /> </bt:String> </bt:ShortStrings> <!-- LongStrings max characters==250. --> <bt:LongStrings> <bt:String id="Trim.TaskpaneButton.Tooltip" DefaultValue="Click to Show the Content Manager Taskpane"> <bt:Override Locale="nl-nl" Value="Het taakvenster van Content Manager weergeven" /> <bt:Override Locale="fr-fr" Value="Cliquer pour afficher le volet des tâches Content Manager" /> <bt:Override Locale="es-es" Value="Haga clic para mostrar el panel de tareas de Content Manager" /> </bt:String> <bt:String id="Trim.OpenButton.Tooltip" DefaultValue="Open a document from CM"> <bt:Override Locale="nl-nl" Value="Een document openen vanuit CM" /> <bt:Override Locale="fr-fr" Value="Ouvrir un document provenant de CM" /> <bt:Override Locale="es-es" Value="Abrir un documento desde CM" /> </bt:String> <bt:String id="Trim.HelpButton.Tooltip" DefaultValue="Open the help file"> <bt:Override Locale="nl-nl" Value="Het Help-bestand openen" /> <bt:Override Locale="fr-fr" Value="Ouvrir le fichier d'aide" /> <bt:Override Locale="es-es" Value="Abrir el archivo de ayuda" /> </bt:String> <bt:String id="optionsSuperTipDescription" DefaultValue="Update Content Manager options."> <bt:Override Locale="nl-nl" Value="Opties Content Manager bijwerken" /> <bt:Override Locale="fr-fr" Value="Mettez à jour les options de Content Manager." /> <bt:Override Locale="es-es" Value="ermite actualizar las opciones de Content Manager." /> </bt:String> <bt:String id="Trim.InsertPictureButton.Tooltip" DefaultValue="Insert a picture from a file in Content Manager"> <bt:Override Locale="nl-nl" Value="Een afbeelding uit een bestand invoegen in Content Manager" /> <bt:Override Locale="fr-fr" Value="Insérer une image provenant d'un fichier dans Content Manager" /> <bt:Override Locale="es-es" Value="Insertar una imagen desde un archivo en Content Manager" /> </bt:String> <bt:String id="Trim.InsertTextButton.Tooltip" DefaultValue="Insert text from a file in Content Manager"> <bt:Override Locale="nl-nl" Value="Tekst uit een bestand invoegen in Content Manager" /> <bt:Override Locale="fr-fr" Value="Insérer un texte provenant d'un fichier dans Content Manager" /> <bt:Override Locale="es-es" Value="Insertar texto desde un archivo en Content Manager" /> </bt:String> <bt:String id="Trim.InsertObjectButton.Tooltip" DefaultValue="Insert an embedded object from a file in Content Manager."> <bt:Override Locale="nl-nl" Value="Een ingesloten object uit een bestand invoegen in Content Manager" /> <bt:Override Locale="fr-fr" Value="Insérer un objet imbriqué provenant d'un fichier dans Content Manager." /> <bt:Override Locale="es-es" Value="Insertar un objeto incrustado desde un archivo en Content Manager." /> </bt:String> <bt:String id="Trim.GetStarted.Description" DefaultValue="Content"> <bt:Override Locale="nl-nl" Value="Inhoud" /> <bt:Override Locale="fr-fr" Value="Contenu" /> <bt:Override Locale="es-es" Value="Contenido" /> </bt:String> </bt:LongStrings> </Resources> <WebApplicationInfo> <Id>[APPCLIENTID]</Id> <Resource>[APPIDURI]</Resource> <Scopes> <Scope>Sites.ReadWrite.All</Scope> <Scope>user.read</Scope> <Scope>files.read</Scope> <Scope>files.read.all</Scope> <Scope>profile</Scope> <Scope>openid</Scope> </Scopes> </WebApplicationInfo> </VersionOverrides> </OfficeApp>