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
<cfprocessingdirective suppresswhitespace="yes" pageencoding="UTF-8">
<cfsilent>
<!--
L10N Resource File
Section: Archives
Locale: English (en)
Find the requested resource by id
-->
</cfsilent>
<cfswitch expression="#ATTRIBUTES.id#">
<cfcase value="fail_12341">失敗</cfcase>
<cfcase value="0k_64564">OK</cfcase>
<cfcase value="probe_local">プローブリクエストは、127.0.0.1 から送られる必要があります。</cfcase>
<cfcase value="probe_enterprise">プローブには、ColdFusion のエンタープライズ版が必要です。</cfcase>
<cfcase value="probe_non200">HTTP リクエストは非 200 ステータスコードを返しました。</cfcase>
<cfcase value="probe_stringnotfound">必要な文字列が見つかりません</cfcase>
<cfcase value="probe_foundstring">文字列が見つかりました</cfcase>
<cfcase value="probe_regexnotmatched">必要な正規表現が一致しません</cfcase>
<cfcase value="probe_matchedregex">正規表現が一致しました</cfcase>
<cfcase value="probe_cfprobefailure">ColdFusion プローブが失敗しました</cfcase>
<cfcase value="proberun_fail">このプローブは失敗しました。</cfcase>
<cfcase value="probe_name">プローブ名</cfcase>
<cfcase value="execution_time">実行時間</cfcase>
<cfcase value="response_contents">レスポンス内容</cfcase>
<cfcase value="probe_notfound">プローブが見つかりません</cfcase>
 
<cfdefaultcase><cfset bSuccess="false"/></cfdefaultcase>
</cfswitch>
</cfprocessingdirective>