-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.xml
More file actions
172 lines (172 loc) · 9.09 KB
/
manifest.xml
File metadata and controls
172 lines (172 loc) · 9.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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" xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">
<Id>60b89384-dd2d-4394-aebe-cc94450f10b0</Id>
<Version>2.0.3.0</Version>
<ProviderName>Michael Beer</ProviderName>
<DefaultLocale>en-GB</DefaultLocale>
<DisplayName DefaultValue="Timetable search">
<Override Locale="de-CH" Value="Fahrplanabfrage" />
<Override Locale="de-DE" Value="Fahrplanabfrage" />
<Override Locale="fr-CH" Value="Recherche d'horaires" />
<Override Locale="fr-FR" Value="Recherche d'horaires" />
<Override Locale="it-CH" Value="Ricerca orario" />
<Override Locale="it-IT" Value="Ricerca orario" />
<Override Locale="rm-CH" Value="Uraris" />
</DisplayName>
<Description DefaultValue="Swiss public transport timetable add-in for Microsoft Outlook. Look up connections and insert the journeys directly into your Outlook calendar.">
<!-- German: Switzerland + Germany -->
<Override Locale="de-CH" Value="Fahrplan-Add-in für den öffentlichen Verkehr in der Schweiz. Suchen Sie Verbindungen und tragen Sie die Fahrten direkt in Ihren Outlook-Kalender ein." />
<Override Locale="de-DE" Value="Fahrplan-Add-in für den öffentlichen Verkehr in der Schweiz. Suchen Sie Verbindungen und tragen Sie die Fahrten direkt in Ihren Outlook-Kalender ein." />
<!-- French: Switzerland + France -->
<Override Locale="fr-CH" Value="Complément Outlook pour les horaires des transports publics suisses. Permet de rechercher des correspondances et d’ajouter les trajets directement au calendrier." />
<Override Locale="fr-FR" Value="Complément Outlook pour les horaires des transports publics suisses. Permet de rechercher des correspondances et d’ajouter les trajets directement au calendrier." />
<!-- Italian: Switzerland + Italy -->
<Override Locale="it-CH" Value="Componente aggiuntivo per Outlook per consultare gli orari dei trasporti pubblici svizzeri e aggiungere i viaggi direttamente al calendario." />
<Override Locale="it-IT" Value="Componente aggiuntivo per Outlook per consultare gli orari dei trasporti pubblici svizzeri e aggiungere i viaggi direttamente al calendario." />
<!-- Romansh -->
<Override Locale="rm-CH" Value="Supplement per Outlook per uraris dal traffic public svizzer cun integraziun directa en il chalender." />
</Description>
<IconUrl DefaultValue="https://localhost:3000/assets/icon-64.png" />
<HighResolutionIconUrl DefaultValue="https://localhost:3000/assets/icon-128.png" />
<SupportUrl DefaultValue="https://timetable.mbeer.ch/" />
<AppDomains>
<AppDomain>https://timetable.mbeer.ch</AppDomain>
<AppDomain>https://search.ch</AppDomain>
</AppDomains>
<Hosts>
<Host Name="Mailbox" />
</Hosts>
<Requirements>
<Sets>
<Set Name="Mailbox" MinVersion="1.1" />
</Sets>
</Requirements>
<FormSettings>
<Form xsi:type="ItemRead">
<DesktopSettings>
<SourceLocation DefaultValue="https://localhost:3000/taskpane.html" />
<RequestedHeight>250</RequestedHeight>
</DesktopSettings>
</Form>
</FormSettings>
<Permissions>ReadWriteItem</Permissions>
<Rule xsi:type="RuleCollection" Mode="Or">
<Rule xsi:type="ItemIs" ItemType="Appointment" FormType="Read" />
</Rule>
<DisableEntityHighlighting>false</DisableEntityHighlighting>
<VersionOverrides xmlns="http://schemas.microsoft.com/office/mailappversionoverrides" xsi:type="VersionOverridesV1_0">
<Requirements>
<bt:Sets DefaultMinVersion="1.3">
<bt:Set Name="Mailbox" />
</bt:Sets>
</Requirements>
<Hosts>
<Host xsi:type="MailHost">
<DesktopFormFactor>
<FunctionFile resid="Commands.Url" />
<ExtensionPoint xsi:type="AppointmentOrganizerCommandSurface">
<OfficeTab id="TabDefault">
<Group id="owpttGroup">
<Label resid="GroupLabel" />
<!-- A button that opens the task pane -->
<Control xsi:type="Button" id="owpttOpenPaneButton">
<Label resid="TaskpaneButton.Label" />
<Supertip>
<Title resid="TaskpaneButton.Label" />
<Description resid="TaskpaneButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="Icon.16x16" />
<bt:Image size="32" resid="Icon.32x32" />
<bt:Image size="64" resid="Icon.64x64" />
<bt:Image size="80" resid="Icon.80x80" />
</Icon>
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="Taskpane.Url" />
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
<ExtensionPoint xsi:type="AppointmentAttendeeCommandSurface">
<OfficeTab id="TabDefault">
<Group id="owpttGroupAttendee">
<Label resid="GroupLabel" />
<Control xsi:type="Button" id="owpttOpenPaneButtonAttendee">
<Label resid="TaskpaneButton.Label" />
<Supertip>
<Title resid="TaskpaneButton.Label" />
<Description resid="TaskpaneButton.Tooltip" />
</Supertip>
<Icon>
<bt:Image size="16" resid="Icon.16x16" />
<bt:Image size="32" resid="Icon.32x32" />
<bt:Image size="64" resid="Icon.64x64" />
<bt:Image size="80" resid="Icon.80x80" />
</Icon>
<Action xsi:type="ShowTaskpane">
<SourceLocation resid="Taskpane.Url" />
</Action>
</Control>
</Group>
</OfficeTab>
</ExtensionPoint>
</DesktopFormFactor>
</Host>
</Hosts>
<Resources>
<bt:Images>
<bt:Image id="Icon.16x16" DefaultValue="https://localhost:3000/assets/icon-16.png" />
<bt:Image id="Icon.32x32" DefaultValue="https://localhost:3000/assets/icon-32.png" />
<bt:Image id="Icon.64x64" DefaultValue="https://localhost:3000/assets/icon-64.png" />
<bt:Image id="Icon.80x80" DefaultValue="https://localhost:3000/assets/icon-80.png" />
</bt:Images>
<bt:Urls>
<bt:Url id="Commands.Url" DefaultValue="https://localhost:3000/commands.html" />
<bt:Url id="Taskpane.Url" DefaultValue="https://localhost:3000/taskpane.html" />
</bt:Urls>
<bt:ShortStrings>
<!-- Group name in Ribbon -->
<bt:String id="GroupLabel" DefaultValue="Timetable">
<!-- German -->
<bt:Override Locale="de-CH" Value="Fahrplan" />
<bt:Override Locale="de-DE" Value="Fahrplan" />
<!-- French -->
<bt:Override Locale="fr-CH" Value="Horaire" />
<bt:Override Locale="fr-FR" Value="Horaire" />
<!-- Italian -->
<bt:Override Locale="it-CH" Value="Orario" />
<bt:Override Locale="it-IT" Value="Orario" />
<!-- Romansh -->
<bt:Override Locale="rm-CH" Value="Uraris" />
</bt:String>
<!-- Button: Open task pane -->
<bt:String id="TaskpaneButton.Label" DefaultValue="Plan outbound and return journeys">
<!-- German -->
<bt:Override Locale="de-CH" Value="An-/Rückreise planen" />
<bt:Override Locale="de-DE" Value="An-/Rückreise planen" />
<!-- French -->
<bt:Override Locale="fr-CH" Value="Planifier l'aller et le retour" />
<bt:Override Locale="fr-FR" Value="Planifier l'aller et le retour" />
<!-- Italian -->
<bt:Override Locale="it-CH" Value="Pianificare andata e ritorno" />
<bt:Override Locale="it-IT" Value="Pianificare andata e ritorno" />
<!-- Romansh -->
<bt:Override Locale="rm-CH" Value="Planisar ir e turnar" />
</bt:String>
</bt:ShortStrings>
<bt:LongStrings>
<!-- Tooltip: Open task pane -->
<bt:String id="TaskpaneButton.Tooltip" DefaultValue="Open the timetable search for this appointment.">
<bt:Override Locale="de-CH" Value="Öffnet die Fahrplanabfrage für diesen Termin." />
<bt:Override Locale="de-DE" Value="Öffnet die Fahrplanabfrage für diesen Termin." />
<bt:Override Locale="fr-CH" Value="Ouvre la fenêtre de recherche d'horaires pour ce rendez-vous." />
<bt:Override Locale="fr-FR" Value="Ouvre la fenêtre de recherche d'horaires pour ce rendez-vous." />
<bt:Override Locale="it-CH" Value="Apre la finestra di ricerca orari per questo appuntamento." />
<bt:Override Locale="it-IT" Value="Apre la finestra di ricerca orari per questo appuntamento." />
<bt:Override Locale="rm-CH" Value="Avainta la fanestra da tschertga d'uraris per quest termin." />
</bt:String>
</bt:LongStrings>
</Resources>
</VersionOverrides>
</OfficeApp>