Home directory for Malawi's wwwroot
Duncan Ewan
2021-02-19 3e758c29e0fde36fc088efcfc88f9a3014432b64
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
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
<cfprocessingdirective suppresswhitespace="yes" pageencoding="ISO-8859-1">
 
<cfsilent>
 
<!--
 
L10N Resource File
 
Section: EventGateway
 
Locale: English (en)
 
Find the requested resource by id
 
-->
 
</cfsilent>
 
<cfswitch expression="#ATTRIBUTES.id#">
 
<cfcase value="statmess">Server has been updated successfully</cfcase>
<cfcase value="click_normal">Click the button on the right to update</cfcase>
<cfcase value="alert">ALERT!</cfcase>
<cfcase value="important_notice">Important notice about last submission</cfcase>
<cfcase value="click_return">Click arrow on left to return without submitting changes</cfcase>
<cfcase value="submit_changes">Submit Changes</cfcase>
<cfcase value="status_running">Running</cfcase>
 
<cfcase value="status_stopped">Stopped</cfcase>
 
<cfcase value="status_stopping">Stopping</cfcase>
 
<cfcase value="status_starting">Starting</cfcase>
 
<cfcase value="status_failed">Failed</cfcase>
 
<cfcase value="gateway_id_required">Please enter a name for the gateway instance.</cfcase>
 
<cfcase value="gateway_cfcpath_required">Please enter a full path to a CFC template.</cfcase>
 
<cfcase value="gateway_config_missing">Unable to find configuration file: </cfcase>
 
<cfcase value="gw_started"><cfoutput>Starting gateway: '#EncodeForHTML(CALLER.gwid)#' </cfoutput></cfcase>
 
<cfcase value="gwservice_off">Unable to start event gateway instance: Event Gateway Service is not enabled. </cfcase>
 
<cfcase value="gw_restarted"><cfoutput>Restarting gateway: '#EncodeForHTML(CALLER.gwid)#' </cfoutput></cfcase>
 
<cfcase value="gw_stopped"><cfoutput>Stopping gateway: '#EncodeForHTML(CALLER.gwid)#'</cfoutput></cfcase>
 
<cfcase value="eventgatewayinstance">Event Gateway instances</cfcase>
 
<cfcase value="pageHeader_gatewayinstances">Event Gateways &gt; Gateway Instances</cfcase>
 
<cfcase value="gateways_welcome">
You can configure ColdFusion event gateway instances to direct events from various
sources to ColdFusion components that you have written.
</cfcase>
 
<cfcase value="l10n_aegateways">Add / Edit ColdFusion Event Gateway Instances</cfcase>
 
<cfcase value="gateway_id">Gateway ID</cfcase>
 
<cfcase value="gateway_type">Gateway Type</cfcase>
 
<cfcase value="select_type">Please select a type</cfcase>
 
<cfcase value="manage_button_button">Manage Types</cfcase>
 
<cfcase value="gateway_cfcpath">CFC Path</cfcase>
 
<cfcase value="button_browse">Browse Server</cfcase>
 
<cfcase value="config_file">Configuration File</cfcase>
 
<cfcase value="gateway_startmode">Startup Mode</cfcase>
 
<cfcase value="gateway_startauto">Automatic</cfcase>
 
<cfcase value="gateway_startmanual">Manual</cfcase>
 
<cfcase value="gateway_startdisable">Disabled</cfcase>
 
<cfcase value="button_gateway_update">Update Gateway Instance </cfcase>
 
<cfcase value="button_gateway_delete">Delete GatewayInstance</cfcase>
 
<cfcase value="button_gateway_add">Add Gateway Instance </cfcase>
 
<cfcase value="gateway_delete_warn"><cfoutput>
Deleting a gateway instance can not be undone.#CALLER.nl#Delete this gateway instance?
</cfoutput></cfcase>
 
<cfcase value="l10n_confgatewayInstances">Configured ColdFusion Event Gateway Instances</cfcase>
 
<cfcase value="actions">Actions</cfcase>
 
<cfcase value="running">Status</cfcase>
 
<cfcase value="type">Type</cfcase>
 
<cfcase value="gateway_startup">Startup</cfcase>
 
<cfcase value="gateway_eventsIn">In</cfcase>
 
<cfcase value="gateway_eventsOut">Out</cfcase>
 
<cfcase value="gateway_config">Gateway Config</cfcase>
 
<cfcase value="gateway_edit">Edit</cfcase>
 
<cfcase value="gateway_start">Start</cfcase>
 
<cfcase value="gateway_stop">Stop</cfcase>
 
<cfcase value="gateway_restart">Restart</cfcase>
 
<cfcase value="gateway_delete">Delete</cfcase>
 
<cfcase value="status_disabled"><em>Disabled</em></cfcase>
 
<cfcase value="status_resetEventsIn">Reset Events</cfcase>
 
<cfcase value="DISABLED">disabled</cfcase>
 
<cfcase value="AUTO">auto</cfcase>
 
<cfcase value="MANUAL">manual</cfcase>
 
<cfcase value="no_gatewayinstances">No gateway instances are configured.</cfcase>
 
<cfcase value="refresh">Refresh</cfcase>
 
<cfcase value="manage_gateway_button">Manage Gateway Types</cfcase>
 
<cfcase value="button_goto_eventgatewaysettings">Event Gateway Settings</cfcase>
 
<cfcase value="ActiveMQ_Desc">Handles Apache ActiveMQ JMS messages</cfcase>
 
<cfcase value="CFML_Desc">Handles asynchronous events through CFCs</cfcase>
 
<cfcase value="DataManagement_Desc">Notifies Data Management Services of data changes</cfcase>
 
<cfcase value="DataServicesMessaging_Desc">Handles Data Services Messaging messages</cfcase>
 
<cfcase value="DirectoryWatcher_Desc">Watches a directory for file changes</cfcase>
 
<cfcase value="FMS_Desc">Handles Flash Media Server shared objects</cfcase>
 
<cfcase value="JMS_Desc">Handles Java Messaging Service messages</cfcase>
 
<cfcase value="SAMETIME_Desc">Handles Lotus SAMETIME instant messaging</cfcase>
 
<cfcase value="SMS_Desc">Handles SMS text messaging</cfcase>
 
<cfcase value="Socket_Desc">Listens on a socket</cfcase>
 
<cfcase value="XMPP_Desc">Handles XMPP instant messaging</cfcase>
 
<cfcase value="gatewaytype_addedSuccessfully">
Gateway type added successfully.
</cfcase>
 
<cfcase value="gatewaytype_updatedSuccessfully">
Gateway type updated successfully.
</cfcase>
 
<cfcase value="gatewaytype_deletedSuccessfully">
Gateway type deleted successfully.
</cfcase>
 
<cfcase value="gatewayTypes">Gateway Types</cfcase>
 
<cfcase value="pageHeader_gatewaytypes">Event Gateways &gt; Gateway Types</cfcase>
 
<cfcase value="gatewaytypes_welcome">
Configure the types of gateways available on your system.  After you configure a type, you can create any number of gateway instances of that type.
</cfcase>
 
<cfcase value="l10n_aegatewaytypes">Add / Edit ColdFusion Event Gateway Types</cfcase>
 
<cfcase value="gatewaytype_type">Type Name</cfcase>
 
<cfcase value="gatewaytype_name_required">Please enter in a name for the gateway type.</cfcase>
 
<cfcase value="gatewaytype_desc">Description</cfcase>
 
<cfcase value="gatewaytype_desc_required">Please enter a description for the gateway type.</cfcase>
 
<cfcase value="gatewaytype_class">Java Class</cfcase>
 
<cfcase value="gatewaytype_class_required">Please enter a fully qualified Java class name.</cfcase>
 
<cfcase value="gatewaytype_startuptimeout">Startup Timeout(in seconds)</cfcase>
 
<cfcase value="gatewaytype_timeout_required">Please enter a timeout value in seconds.</cfcase>
 
<cfcase value="seconds"></cfcase>
 
<cfcase value="gatewaytype_config">Stop on Startup Timeout</cfcase>
 
<cfcase value="button_gatewaytype_update">Update Type</cfcase>
 
<cfcase value="button_gatewaytype_delete">Delete Type</cfcase>
 
<cfcase value="button_gatewaty_add">Add Type</cfcase>
 
<cfcase value="gwtype_delete_warn"><cfoutput>
WARNING: Deleting a gateway type will also delete any gateway instances configured using this type.#CALLER.nl#Delete this Gateway Type?
</cfoutput></cfcase>
 
<cfcase value="l10n_confgatewaytypes">Configured ColdFusion Gateway Types</cfcase>
 
<cfcase value="gatewaytype_name">Name</cfcase>
 
<cfcase value="gatewaytype_timeout">Timeout</cfcase>
 
<cfcase value="gatewaytype_kill">Kill on Timeout?</cfcase>
 
<cfcase value="gatewaytype_edit">Edit</cfcase>
 
<cfcase value="gatewaytype_delete">Delete</cfcase>
 
<cfcase value="no_gatewaytypes">No Gateway Types are configured.</cfcase>
 
<cfcase value="button_goto_gw">Manage Gateway Instances</cfcase>
 
<cfcase value="button_goto_settings">Event Gateway Settings</cfcase>
 
<cfcase value="gwstarted_message">Event Gateway Started.</cfcase>
 
<cfcase value="gwstopped_message">Event Gateway Stopped.</cfcase>
 
<cfcase value="threads_negative_err">Event Gateway Processing Threads cannot be 0 or negative</cfcase>
 
<cfcase value="events_negative_err">Maximum number of events to queue cannot be 0 or negative</cfcase>
 
<cfcase value="smstest_message_starter">SMS Test Server started.</cfcase>
 
<cfcase value="smstest_message_stopped">SMS Test Server stopped.</cfcase>
 
<cfcase value="eventGatewaySettings">Event Gateway Settings</cfcase>
 
<cfcase value="pageHeader_eventgatewaysettings">Event Gateways &gt; Settings</cfcase>
 
<cfcase value="gw_enable">Enable ColdFusion Event Gateway Services</cfcase>
 
<cfcase value="gw_enable_tip">
Enables the ColdFusion event gateway services. These services can pass events
from external sources to ColdFusion components that you specify. Changing this
setting starts or stops the services immediately.
</cfcase>
 
<cfcase value="gw_poolsize">Event Gateway Processing Threads</cfcase>
 
<cfcase value="gw_pool_tip">
Specifies the maximum number of threads used to execute ColdFusion functions
when an event arrives. A higher number uses more resources, but increases event throughput.
</cfcase>
 
<cfcase value="gw_pool_standard">
Standard Edition is restricted to a single processing thread.
</cfcase>
 
<cfcase value="gw_qsize">Maximum number of events to queue</cfcase>
 
<cfcase value="gw_qsize_tip">
Specifies the maximum number of events that are allowed in the event queue.
If the queue length exceeds this value, gateway events are not added to the
processing queue. This is a global setting for all event gateways.
</cfcase>
 
<cfcase value="gw_smstest">SMS Test Server</cfcase>
 
<cfcase value="gw_smstest_tip">
To assist with the testing of SMS gateway applications, ColdFusion has a built-in SMS test server
that works in conjunction with the preconfigured SMS test gateway.  After you  start the
SMS test server, you can enable the SMS test gateway and use the SMS test client to test your
applications.
</cfcase>
 
<cfcase value="gw_smstest_running">
The test server is currently running.
</cfcase>
 
<cfcase value="gw_smstest_stopped">
The test server is currently stopped.
</cfcase>
 
<cfcase value="button_stopsms">Stop SMS Test Server</cfcase>
 
<cfcase value="button_startsms">Start SMS Test Server</cfcase>
 
<cfcase value="error_selecttype">Please select a type for the gatewayinstance .</cfcase>
 
<cfcase value="gateway_error_update"><cfoutput>
Error creating event gateway instance.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="gateway_error_delete"><cfoutput>
Unable to delete event gateway instance.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="gateway_error_start"><cfoutput>
Unable to start event gateway.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="gateway_error_restart"><cfoutput>
Unable to restart event gateway instance.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="gateway_error_stop"><cfoutput>
Unable to stop event gateway instance.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="gatewaytype_error_update"><cfoutput>
Error creating gateway type.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="gatewaytype_error_delete"><cfoutput>
Unable to delete gateway type.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#
</cfoutput></cfcase>
 
<cfcase value="gwerror_update"><cfoutput>
Unable to update gateway settings.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="smstest_start_error"><cfoutput>
Unable to start SMS Test server.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
<cfcase value="smstest_stop_error"><cfoutput>
Unable to stop SMS Test server.<br />
#EncodeForHTML(CALLER.CFCATCH.Message)#<br />
#EncodeForHTML(CALLER.CFCATCH.Detail)#<br />
</cfoutput></cfcase>
 
 
<cfdefaultcase><cfset bSuccess="false"/></cfdefaultcase>
 
</cfswitch>
 
</cfprocessingdirective>