<!--

    @file CSFalconService.man

    @brief Windows event logging manifest for CSFalconService.
           This manifest is published during installation.

    @copyright CrowdStrike, Inc. Copyright (c) 2017. All rights reserved.

-->
<instrumentationManifest xmlns="http://schemas.microsoft.com/win/2004/08/events" xmlns:win="http://manifests.microsoft.com/win/2004/08/windows/events" xmlns:xs="http://www.w3.org/2001/XMLSchema">

    <instrumentation>
        <events>
            <provider name="CrowdStrike-Falcon Sensor-CSFalconService" guid="{07A88C90-6EDA-4F36-0A2F-70D7006E5482}" symbol="CS_FALCON_SERVICE_EVENT_PROVIDER_GUID" message="$(string.Provider.Name)" messageFileName="C:\Program Files\CrowdStrike\CSFalconService.exe" resourceFileName="C:\Program Files\CrowdStrike\CSFalconService.exe">

                <channels>
                    <channel chid="c1" name="CrowdStrike-Falcon Sensor-CSFalconService/Operational" type="Operational" enabled="true"/>
                </channels>

                <templates>
                    <template tid="t1">
                        <data name="ObjectName" inType="win:UnicodeString"/>
                    </template>
                    <template tid="t2">
                        <data name="ProcessId" inType="win:UInt32"/>
                        <data name="FalconServiceComponent" inType="win:UInt32" map="FalconServiceComponents"/>
                    </template>
                    <template tid="t3">
                        <data name="CustomText" inType="win:UnicodeString"/>
                    </template>
                    <template tid="t4">
                        <data name="MonitorName" inType="win:UnicodeString"/>
                        <data name="Reason" inType="win:UInt32" map="IdpWatchdogRemediationActionReasons"/>
                        <data name="State" inType="win:UInt32" map="IdpWatchdogRemediationStates"/>
                        <data name="RemediationID" inType="win:GUID"/>
                    </template>
                </templates>

                <maps>
                    <valueMap name="FalconServiceComponents">
                        <map value="3" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START)"/>
                        <map value="4" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE)"/>
                        <map value="5" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER)"/>
                        <map value="7" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN)"/>
                        <map value="8" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER)"/>
                        <map value="9" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS)"/>
                        <map value="10" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA)"/>
                        <map value="12" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE)"/>
                        <map value="13" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION)"/>
                        <map value="14" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION)"/>
                        <map value="15" message="$(string.FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS)"/>
                    </valueMap>
                    <valueMap name="IdpWatchdogRemediationActionReasons">
                        <map value="16" message="$(string.IdpWatchdogRemediationActionReason.NOT_SPECIFIED)"/>
                        <map value="17" message="$(string.IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED)"/>
                        <map value="18" message="$(string.IdpWatchdogRemediationActionReason.MEMORY_USAGE)"/>
                        <map value="19" message="$(string.IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION)"/>
                        <map value="20" message="$(string.IdpWatchdogRemediationActionReason.CPU_LOAD)"/>
                        <map value="21" message="$(string.IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE)"/>
                        <map value="22" message="$(string.IdpWatchdogRemediationActionReason.SHUTDOWN)"/>
                        <map value="23" message="$(string.IdpWatchdogRemediationActionReason.STARTUP)"/>
                        <map value="24" message="$(string.IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED)"/>
                        <map value="25" message="$(string.IdpWatchdogRemediationActionReason.MANUAL_REQUEST)"/>
                    </valueMap>
                    <valueMap name="IdpWatchdogRemediationStates">
                        <map value="26" message="$(string.IdpWatchdogRemediationState.APPLIED)"/>
                        <map value="27" message="$(string.IdpWatchdogRemediationState.HELD)"/>
                        <map value="28" message="$(string.IdpWatchdogRemediationState.REMOVED)"/>
                        <map value="29" message="$(string.IdpWatchdogRemediationState.NOT_SPECIFIED)"/>
                    </valueMap>
                </maps>

                <events>
                    <event value="1" level="win:Informational" channel="c1" symbol="CS_FALCON_SERVICE_STARTING" message="$(string.Event.ServiceStarting)"/>

                    <event value="2" level="win:Informational" channel="c1" symbol="CS_FALCON_SERVICE_EXITING" message="$(string.Event.ServiceExiting)"/>

                    <event value="3" level="win:Warning" channel="c1" template="t1" symbol="CS_FILE_BLOCKED_EVENT" message="$(string.Event.FileBlocked)"/>

                    <event value="4" level="win:Warning" channel="c1" template="t1" symbol="CS_FILE_QUARANTINED_EVENT" message="$(string.Event.FileQuarantined)"/>

                    <event value="5" level="win:Warning" channel="c1" symbol="CS_NETWORK_CONTAINED_EVENT" message="$(string.Event.NetworkContained)"/>

                    <event value="6" level="win:Informational" channel="c1" symbol="CS_NETWORK_UNCONTAINED_EVENT" message="$(string.Event.NetworkUncontained)"/>

                    <event value="7" level="win:Warning" channel="c1" template="t3" symbol="CS_DC_USB_BLOCKED_EVENT" message="$(string.Event.DcUsbBlocked)"/>

                    <event value="8" level="win:Informational" channel="c1" template="t3" symbol="CS_DC_USB_RESTRICTED_EVENT" message="$(string.Event.DcUsbRestricted)"/>

                    <event value="9" level="win:Warning" channel="c1" symbol="CS_PROCESS_TERMINATED_EVENT" message="$(string.Event.ProcessTerminated)"/>

                    <event value="10" level="win:Warning" channel="c1" symbol="CS_PROCESS_SUSPENDED_EVENT" message="$(string.Event.ProcessSuspended)"/>

                    <event value="11" level="win:Informational" channel="c1" symbol="CS_ODS_STARTED_EVENT" message="$(string.Event.OdsStarted)"/>

                    <event value="12" level="win:Warning" channel="c1" symbol="CS_ODS_FAILED_TO_START_EVENT" message="$(string.Event.OdsFailedToStart)"/>

                    <event value="13" level="win:Informational" channel="c1" symbol="CS_ODS_PAUSED_EVENT" message="$(string.Event.OdsPaused)"/>

                    <event value="14" level="win:Informational" channel="c1" symbol="CS_ODS_RESUMED_EVENT" message="$(string.Event.OdsResumed)"/>

                    <event value="15" level="win:Informational" channel="c1" symbol="CS_ODS_CANCELED_EVENT" message="$(string.Event.OdsCanceled)"/>

                    <event value="16" level="win:Informational" channel="c1" symbol="CS_ODS_CANCELED_ADMIN_EVENT" message="$(string.Event.OdsCanceledAdmin)"/>

                    <event value="17" level="win:Informational" channel="c1" symbol="CS_ODS_COMPLETE_CLEAN_EVENT" message="$(string.Event.OdsCompleteClean)"/>

                    <event value="18" level="win:Warning" channel="c1" symbol="CS_ODS_COMPLETE_DIRTY_EVENT" message="$(string.Event.OdsCompleteDirty)"/>

                    <event value="19" level="win:Informational" channel="c1" symbol="CS_ODS_PARTIAL_COMPLETE_CLEAN_EVENT" message="$(string.Event.OdsCompleteClean)"/>

                    <event value="20" level="win:Warning" channel="c1" symbol="CS_ODS_PARTIAL_COMPLETE_DIRTY_EVENT" message="$(string.Event.OdsCompleteDirty)"/>

                     <event value="21" level="win:Warning" channel="c1" symbol="CS_ODS_COMPLETE_ONLY_UNSUPPORTED_EVENT" message="$(string.Event.OdsOnlyUnsupported)"/>

                     <event value="22" level="win:Informational" channel="c1" symbol="CS_ODS_COMPLETE_CLEAN_UNSUPPORTED_EVENT" message="$(string.Event.OdsCompleteCleanUnsupported)"/>

                     <event value="23" level="win:Warning" channel="c1" symbol="CS_ODS_COMPLETE_DIRTY_UNSUPPORTED_EVENT" message="$(string.Event.OdsCompleteDirtyUnsupported)"/>

                     <event value="24" level="win:Informational" channel="c1" symbol="CS_FALCON_CONTAINER_STARTING_EVENT" template="t2" message="$(string.Event.ContainerStarting)"/>

                     <event value="25" level="win:Informational" channel="c1" symbol="CS_FALCON_CONTAINER_EXITING_EVENT" template="t2" message="$(string.Event.ContainerExiting)"/>

                     <event value="26" level="win:Informational" channel="c1" symbol="CS_DATAPROTECTION_EXFIL_BLOCKED_EVENT" template="t1" message="$(string.Event.ExfilBlocked)"/>

                     <event value="27" level="win:Informational" channel="c1" symbol="CS_DATAPROTECTION_EXFIL_ALLOWED_EVENT" template="t1" message="$(string.Event.ExfilAllowed)"/>

                     <event value="28" level="win:Informational" channel="c1" symbol="CS_RTR_DISABLED_LOCALLY_EVENT" message="$(string.Event.RtrDisabledLocally)"/>

                     <event value="29" level="win:Informational" channel="c1" symbol="CS_RTR_SETTING_UPDATED_DISABLE_EVENT" message="$(string.Event.RtrSettingsUpdatedToDisable)"/>

                     <event value="30" level="win:Informational" channel="c1" symbol="CS_RTR_SETTING_UPDATED_ENABLE_EVENT" message="$(string.Event.RtrSettingsUpdatedToEnable)"/>

                     <event value="31" level="win:Informational" channel="c1" symbol="CS_FIREFOX_EXTENSION_POLICY_UPDATED_EVENT" message="$(string.Event.FirefoxExtensionPolicyUpdated)"/>

                     <event value="32" level="win:Informational" channel="c1" template="t3" symbol="CS_RTR_DISPLAY_CUSTOM_TEXT_EVENT" message="$(string.Event.RtrDisplayCustomText)"/>

                    <event value="33" level="win:Informational" channel="c1" template="t4" symbol="CS_IDP_DISABLE_TRAFFIC_INSPECTION_EVENT" message="$(string.Event.IdpDisableTrafficInspectionEvent)"/>

                    <event value="34" level="win:Informational" channel="c1" template="t4" symbol="CS_IDP_DISABLE_POLICY_EVENT" message="$(string.Event.IdpDisablePolicyEvent)"/>

                    <event value="35" level="win:Informational" channel="c1" template="t4" symbol="CS_IDP_DISABLE_NEW_CONNECTIONS_EVENT" message="$(string.Event.IdpDisableNewConnectionsEvent)"/>

                    <event value="36" level="win:Informational" channel="c1" template="t4" symbol="CS_IDP_RESTART_CONTAINER_EVENT" message="$(string.Event.IdpRestartContainerEvent)"/>

                    <event value="37" level="win:Informational" channel="c1" template="t4" symbol="CS_IDP_ENABLE_TRAFFIC_INSPECTION_EVENT" message="$(string.Event.IdpEnableTrafficInspectionEvent)"/>

                    <event value="38" level="win:Informational" channel="c1" template="t4" symbol="CS_IDP_ENABLE_POLICY_EVENT" message="$(string.Event.IdpEnablePolicyEvent)"/>

                    <event value="39" level="win:Informational" channel="c1" template="t4" symbol="CS_IDP_ENABLE_NEW_CONNECTIONS_EVENT" message="$(string.Event.IdpEnableNewConnectionsEvent)"/>

                     <event value="40" level="win:Informational" channel="c1" symbol="CS_ENDPOINT_PERMISSIONS_EXPIRE_EVENT" message="$(string.Event.PermissionsExpire)"/>

                     <event value="41" level="win:Informational" channel="c1" symbol="CS_ENDPOINT_PERMISSIONS_EXPIRE_LOGOFF_EVENT" message="$(string.Event.PermissionsExpireLogoff)"/>
                </events>
            </provider>
        </events>
    </instrumentation>

    <localization>
        <resources culture="en-US">
            <stringTable>
                <string id="Provider.Name" value="CrowdStrike"/>
                <string id="Event.ServiceStarting" value="CSFalconService is starting."/>
                <string id="Event.ServiceExiting" value="CSFalconService is exiting."/>
                <string id="Event.FileBlocked" value="A process was blocked because malicious behavior was detected."/>
                <string id="Event.FileQuarantined" value="A file was quarantined because malicious behavior was detected."/>
                <string id="Event.NetworkContained" value="Your computer is offline to keep it safe. Please contact IT for more information."/>
                <string id="Event.NetworkUncontained" value="Your computer is back online."/>
                <string id="Event.DcUsbBlocked" value="Your USB device is blocked by your organization's policy."/>
                <string id="Event.DcUsbRestricted" value="Functions of your USB device are restricted by your organization's policy."/>
                <string id="Event.ProcessTerminated" value="A process was terminated because malicious behavior was detected."/>
                <string id="Event.ProcessSuspended" value="A process was suspended because malicious behavior was detected but the process could not be terminated."/>
                <string id="Event.OdsStarted" value="Starting a malware scan"/>
                <string id="Event.OdsFailedToStart" value="Malware scan can't run. Right-click the desktop to see results."/>
                <string id="Event.OdsPaused" value="Malware scan paused. Right-click the desktop to resume."/>
                <string id="Event.OdsResumed" value="Resuming malware scan"/>
                <string id="Event.OdsCanceled" value="Malware scan canceled"/>
                <string id="Event.OdsCanceledAdmin" value="Malware scan canceled by your Falcon admin"/>
                <string id="Event.OdsCompleteClean" value="Malware scan found 0 suspicious files"/>
                <string id="Event.OdsCompleteDirty" value="Malware scan found suspicious files. Right-click the desktop to see results."/>
                <string id="Event.OdsPartialCompleteClean" value="Malware scan found 0 suspicious files but couldn't complete. Right-click the desktop to see results."/>
                <string id="Event.OdsPartialCompleteDirty" value="Malware scan found suspicious files but couldn't complete. Right-click the desktop to see results."/>
                <string id="Event.OdsOnlyUnsupported" value="Malware scan found no supported files to scan. Right-click the desktop to see results."/>
                <string id="Event.OdsCompleteCleanUnsupported" value="Malware scan found 0 suspicious files. Some unsupported files can't be scanned. Right-click the desktop to see results."/>
                <string id="Event.OdsCompleteDirtyUnsupported" value="Malware scan found suspicious files. Some unsupported files can't be scanned. Right-click the desktop to see results."/>
                <string id="Event.ContainerStarting" value="CSFalconContainer is starting: pid=%1 component=%2."/>
                <string id="Event.ContainerExiting" value="CSFalconContainer is exiting: pid=%1 component=%2."/>
                <string id="Event.ExfilBlocked" value="Data Protection exfiltration blocked."/>
                <string id="Event.ExfilAllowed" value="Data Protection exfiltration allowed."/>
                <string id="Event.RtrDisabledLocally" value="Real Time Response is disabled by the local setting on this host."/>
                <string id="Event.RtrSettingsUpdatedToDisable" value="Real Time Response was disabled on this host with an update to the local setting."/>
                <string id="Event.RtrSettingsUpdatedToEnable" value="Real Time Response was enabled on this host with an update to the local setting."/>
                <string id="Event.FirefoxExtensionPolicyUpdated" value="Firefox security policies have been updated. Restart your browser to apply the changes."/>
                <string id="Event.RtrDisplayCustomText" value="%1"/>
                <string id="Event.IdpDisableTrafficInspectionEvent" value="Disabling Traffic Inspection. Monitor=%1 Reason=%2 State=%3 RemediationID=%4"/>
                <string id="Event.IdpDisablePolicyEvent" value="Disabling Identity Protection Policy. Monitor=%1 Reason=%2 State=%3 RemediationID=%4"/>
                <string id="Event.IdpDisableNewConnectionsEvent" value="Disabling new Identity Protection connections. Monitor=%1 Reason=%2 State=%3 RemediationID=%4"/>
                <string id="Event.IdpRestartContainerEvent" value="Restarting Identity Protection container. Monitor=%1 Reason=%2 State=%3 RemediationID=%4"/>
                <string id="Event.IdpEnableTrafficInspectionEvent" value="Re-enabling Identity Protection traffic inspection. Monitor=%1 Reason=%2 State=%3 RemediationID=%4"/>
                <string id="Event.IdpEnablePolicyEvent" value="Re-enabling Identity Protection policy. Monitor=%1 Reason=%2 State=%3 RemediationID=%4"/>
                <string id="Event.IdpEnableNewConnectionsEvent" value="Re-enabling new Identity Protection connections. Monitor=%1 Reason=%2 State=%3 RemediationID=%4"/>
                <string id="IdpWatchdogRemediationActionReason.NOT_SPECIFIED" value="NOT SPECIFIED"/>
                <string id="IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED" value="Configuration Changed"/>
                <string id="IdpWatchdogRemediationActionReason.MEMORY_USAGE" value="Memory usage exceeds threshold"/>
                <string id="IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION" value="IDP Processing Degradation"/>
                <string id="IdpWatchdogRemediationActionReason.CPU_LOAD" value="CPU Load"/>
                <string id="IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE" value="Idp Cloud Unresponsive"/>
                <string id="IdpWatchdogRemediationActionReason.SHUTDOWN" value="Shutdown"/>
                <string id="IdpWatchdogRemediationActionReason.STARTUP" value="Startup"/>
                <string id="IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED" value="Conditions Improved"/>
                <string id="IdpWatchdogRemediationActionReason.MANUAL_REQUEST" value="Manual Request"/>
                <string id="IdpWatchdogRemediationState.APPLIED" value="Remediation applied"/>
                <string id="IdpWatchdogRemediationState.HELD" value="Remediation still active"/>
                <string id="IdpWatchdogRemediationState.REMOVED" value="Reverted remediation"/>
                <string id="IdpWatchdogRemediationState.NOT_SPECIFIED" value="NOT SPECIFIED"/>
                <string id="Event.PermissionsExpire" value="Local permissions will expire soon. If needed, please extend your permissions."/>
                <string id="Event.PermissionsExpireLogoff" value="Local permissions will expire soon and you will be automatically logged off. Please save your work or extend your permissions."/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START" value="FALCON_SERVICE_SERVLET_FXML_PROCESS_START"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE" value="FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION" value="FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS" value="FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER" value="FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN" value="FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER" value="FALCON_SERVICE_SERVLET_LEDGER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS" value="FALCON_SERVICE_SERVLET_DECOMPRESS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA" value="FALCON_SERVICE_SERVLET_FILE_METADATA"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE" value="FALCON_SERVICE_SERVLET_VCI_MODULE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION" value="FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION"/>
            </stringTable>
        </resources>
        <resources culture="ja-JP">
            <stringTable>
                <string id="Provider.Name" value="CrowdStrike"/>
                <string id="Event.ServiceStarting" value="CSFalconServiceが起動中です。"/>
                <string id="Event.ServiceExiting" value="CSFalconServiceが終了中です。"/>
                <string id="Event.FileBlocked" value="悪意のある振る舞いが検知されたため、プロセスはブロックされました。"/>
                <string id="Event.FileQuarantined" value="悪意のある振る舞いが検知されたため、ファイルは隔離されました。"/>
                <string id="Event.NetworkContained" value="安全を確保するため、コンピュータはオフラインになっています。詳細については、IT部門にお問い合わせください。"/>
                <string id="Event.NetworkUncontained" value="コンピュータはオンラインに戻りました。"/>
                <string id="Event.DcUsbBlocked" value="組織のポリシーにより、USBデバイスはブロックされています。"/>
                <string id="Event.DcUsbRestricted" value="組織のポリシーにより、USBデバイスの機能は制限されています。"/>
                <string id="Event.ProcessTerminated" value="悪意のある振る舞いが検知されたため、プロセスは終了しました。"/>
                <string id="Event.ProcessSuspended" value="悪意のある振る舞いが検知されたため、プロセスは一時停止されていましたが、終了できませんでした。"/>
                <string id="Event.OdsStarted" value="マルウェアスキャンを開始しています"/>
                <string id="Event.OdsFailedToStart" value="マルウェアスキャンを実行できません。デスクトップを右クリックして、結果を確認してください。"/>
                <string id="Event.OdsPaused" value="マルウェアスキャンが一時停止しました。デスクトップを右クリックして、再開してください。"/>
                <string id="Event.OdsResumed" value="マルウェアスキャンを再開しています"/>
                <string id="Event.OdsCanceled" value="マルウェアスキャンがキャンセルされました"/>
                <string id="Event.OdsCanceledAdmin" value="Falcon管理者により、マルウェアスキャンがキャンセルされました"/>
                <string id="Event.OdsCompleteClean" value="マルウェアスキャンの結果、不審なファイルは見つかりませんでした"/>
                <string id="Event.OdsCompleteDirty" value="マルウェアスキャンの結果、不審なファイルが見つかりました。デスクトップを右クリックして、結果を確認してください。"/>
                <string id="Event.OdsPartialCompleteClean" value="マルウェアスキャンの結果、不審なファイルは見つかりませんでしたが完了できませんでした。デスクトップを右クリックして、結果を確認してください。"/>
                <string id="Event.OdsPartialCompleteDirty" value="マルウェアスキャンの結果、不審なファイルが見つかりましたが完了できませんでした。デスクトップを右クリックして、結果を確認してください。"/>
                <string id="Event.OdsOnlyUnsupported" value="マルウェアスキャンの結果、スキャンがサポートされているファイルは見つかりませんでした。デスクトップを右クリックして、結果を確認してください。"/>
                <string id="Event.OdsCompleteCleanUnsupported" value="マルウェアスキャンの結果、不審なファイルは見つかりませんでした。一部のファイルはサポートされていません。デスクトップを右クリックして、結果を確認してください。"/>
                <string id="Event.OdsCompleteDirtyUnsupported" value="マルウェアスキャンの結果、不審なファイルが見つかりました。一部のファイルはサポートされていません。デスクトップを右クリックして、結果を確認してください。"/>
                <string id="Event.ContainerStarting" value="CSFalconContainerが起動中です。pid=%1 component=%2"/>
                <string id="Event.ContainerExiting" value="CSFalconContainerが終了中です。pid=%1 component=%2."/>
                <string id="Event.ExfilBlocked" value="データ保護の流出がブロックされました。"/>
                <string id="Event.ExfilAllowed" value="データ保護の流出が許可されました。"/>
                <string id="Event.RtrDisabledLocally" value="このホストのローカル設定により、リアルタイムレスポンスが無効になっています。"/>
                <string id="Event.RtrSettingsUpdatedToDisable" value="ローカル設定の更新により、リアルタイムレスポンスがこのホストで無効になりました。"/>
                <string id="Event.RtrSettingsUpdatedToEnable" value="ローカル設定の更新により、リアルタイムレスポンスがこのホストで有効になりました。"/>
                <string id="Event.FirefoxExtensionPolicyUpdated" value="Firefoxのセキュリティポリシーが更新されました。変更を適用するには、ブラウザを再起動してください。"/>
                <string id="Event.RtrDisplayCustomText" value="%1"/>
                <string id="Event.IdpDisableTrafficInspectionEvent" value="トラフィック検査を無効化しています。RemediationID=%1 モニター=%2 状態=%4 理由=%3"/>
                <string id="Event.IdpDisablePolicyEvent" value="アイデンティティ保護ポリシーを無効化しています。RemediationID=%1 モニター=%2 状態=%4 理由=%3"/>
                <string id="Event.IdpDisableNewConnectionsEvent" value="アイデンティティ保護の新しい接続を無効化しています。RemediationID=%1 モニター=%2 状態=%4 理由=%3"/>
                <string id="Event.IdpRestartContainerEvent" value="アイデンティティ保護のコンテナを再起動しています。RemediationID=%1 モニター=%2 状態=%4 理由=%3"/>
                <string id="Event.IdpEnableTrafficInspectionEvent" value="アイデンティティ保護のトラフィック検査を再有効化しています。RemediationID=%1 モニター=%2 状態=%4 理由=%3"/>
                <string id="Event.IdpEnablePolicyEvent" value="アイデンティティ保護ポリシーを再有効化しています。RemediationID=%1 モニター=%2 状態=%4 理由=%3"/>
                <string id="Event.IdpEnableNewConnectionsEvent" value="アイデンティティ保護の新しい接続を再有効化しています。RemediationID=%1 モニター=%2 状態=%4 理由=%3"/>
                <string id="IdpWatchdogRemediationActionReason.NOT_SPECIFIED" value="指定されていません"/>
                <string id="IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED" value="設定が変更されました"/>
                <string id="IdpWatchdogRemediationActionReason.MEMORY_USAGE" value="Memory usage exceeds threshold"/>
                <string id="IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION" value="IDP Processing Degradation"/>
                <string id="IdpWatchdogRemediationActionReason.CPU_LOAD" value="CPU Load"/>
                <string id="IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE" value="Idp Cloud Unresponsive"/>
                <string id="IdpWatchdogRemediationActionReason.SHUTDOWN" value="シャットダウン"/>
                <string id="IdpWatchdogRemediationActionReason.STARTUP" value="起動"/>
                <string id="IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED" value="状況が改善しました"/>
                <string id="IdpWatchdogRemediationActionReason.MANUAL_REQUEST" value="手動リクエスト"/>
                <string id="IdpWatchdogRemediationState.APPLIED" value="修復が適用されました"/>
                <string id="IdpWatchdogRemediationState.HELD" value="修復がまだアクティブ"/>
                <string id="IdpWatchdogRemediationState.REMOVED" value="修復を元に戻しました"/>
                <string id="IdpWatchdogRemediationState.NOT_SPECIFIED" value="指定されていません"/>
                <string id="Event.PermissionsExpire" value="ローカル権限がまもなく期限切れになります。必要に応じて権限の期間を延長してください。"/>
                <string id="Event.PermissionsExpireLogoff" value="ローカル権限がまもなく期限切れとなり、自動的にログオフされます。作業内容を保存するか、権限の期間を延長してください。"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START" value="FALCON_SERVICE_SERVLET_FXML_PROCESS_START"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE" value="FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION" value="FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS" value="FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER" value="FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN" value="FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER" value="FALCON_SERVICE_SERVLET_LEDGER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS" value="FALCON_SERVICE_SERVLET_DECOMPRESS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA" value="FALCON_SERVICE_SERVLET_FILE_METADATA"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE" value="FALCON_SERVICE_SERVLET_VCI_MODULE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION" value="FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION"/>
            </stringTable>
        </resources>
        <resources culture="fr-FR">
            <stringTable>
                <string id="Provider.Name" value="CrowdStrike"/>
                <string id="Event.ServiceStarting" value="CSFalconService est en train de démarrer."/>
                <string id="Event.ServiceExiting" value="CSFalconService est en train de s’arrêter."/>
                <string id="Event.FileBlocked" value="Un processus a été bloqué parce qu’un comportement malveillant a été détecté."/>
                <string id="Event.FileQuarantined" value="Un fichier a été mis en quarantaine parce qu’un comportement malveillant a été détecté."/>
                <string id="Event.NetworkContained" value="Votre ordinateur est hors ligne pour le protéger. Veuillez contacter le service informatique pour en savoir plus."/>
                <string id="Event.NetworkUncontained" value="Votre ordinateur est de nouveau en ligne."/>
                <string id="Event.DcUsbBlocked" value="Votre appareil USB est bloqué par la politique de votre organisation."/>
                <string id="Event.DcUsbRestricted" value="Les fonctions de votre appareil USB sont limitées par la politique de votre organisation."/>
                <string id="Event.ProcessTerminated" value="Un processus a été terminé parce qu’un comportement malveillant a été détecté."/>
                <string id="Event.ProcessSuspended" value="Un processus a été suspendu parce qu’un comportement malveillant a été détecté, mais le processus n’a pas pu être terminé."/>
                <string id="Event.OdsStarted" value="Lancement de l'analyse"/>
                <string id="Event.OdsFailedToStart" value="L'analyse ne peut pas s'exécuter. Cliquez le bouton droit sur le bureau pour les résultats."/>
                <string id="Event.OdsPaused" value="L'analyse a été interrompue. Cliquez le bouton droit sur le bureau pour reprendre l'analyse."/>
                <string id="Event.OdsResumed" value="Reprise de l'analyse"/>
                <string id="Event.OdsCanceled" value="L'analyse a été annulée"/>
                <string id="Event.OdsCanceledAdmin" value="L'analyse a été annulée par votre admin Falcon"/>
                <string id="Event.OdsCompleteClean" value="L'analyse a trouvé 0 fichiers suspects"/>
                <string id="Event.OdsCompleteDirty" value="L'analyse a trouvé des fichiers suspects. Cliquez le bouton droit sur le bureau pour les résultats."/>
                <string id="Event.OdsPartialCompleteClean" value="L'analyse a trouvé 0 fichiers suspects mais n'a pas terminée. Cliquez le bouton droit sur le bureau pour les résultats."/>
                <string id="Event.OdsPartialCompleteDirty" value="L'analyse a trouvé des fichiers suspects mais n'a pas pu terminer. Cliquez le bouton droit sur le bureau pour les résultats."/>
                <string id="Event.OdsOnlyUnsupported" value="L'analyse n'a trouvé aucun fichier à analyser. Cliquez le bouton droit sur le bureau pour les résultats."/>
                <string id="Event.OdsCompleteCleanUnsupported" value="L'analyse a trouvé 0 fichiers suspects. Certains fichiers ne peuvent pas être analysés. Cliquez le bouton droit sur le bureau pour les résultats."/>
                <string id="Event.OdsCompleteDirtyUnsupported" value="L'analyse a trouvé des fichiers suspects. Certains fichiers ne peuvent pas être analysés. Cliquez le bouton droit sur le bureau pour les résultats."/>
                <string id="Event.ContainerStarting" value="CSFalconContainer est en train de démarrer: pid=%1 component=%2."/>
                <string id="Event.ContainerExiting" value="CSFalconContainer est en train de terminer: pid=%1 component=%2."/>
                <string id="Event.ExfilBlocked" value="La protection des données a bloquée l’exfiltration."/>
                <string id="Event.ExfilAllowed" value="La protection des données a autorisée l’exfiltration"/>
                <string id="Event.RtrDisabledLocally" value="La réponse en temps réel est désactivée par le réglage local sur cet hôte."/>
                <string id="Event.RtrSettingsUpdatedToDisable" value="La réponse en temps réel a été désactivée sur cet hôte après une mise à jour du réglage local."/>
                <string id="Event.RtrSettingsUpdatedToEnable" value="La réponse en temps réel a été activée sur cet hôte après une mise à jour du réglage local."/>
                <string id="Event.FirefoxExtensionPolicyUpdated" value="Les politiques de sécurité Firefox ont été mises à jour. Redémarrez votre navigateur pour appliquer les changements."/>
                <string id="Event.RtrDisplayCustomText" value="%1"/>
                <string id="Event.IdpDisableTrafficInspectionEvent" value="Désactivation de l'inspection du trafic. RemédiationID=%1 Surveiller=%2 État=%4 Raison=%3"/>
                <string id="Event.IdpDisablePolicyEvent" value="Désactivation de la politique de protection de l'identité. RemédiationID=%1 Surveiller=%2 État=%4 Raison=%3"/>
                <string id="Event.IdpDisableNewConnectionsEvent" value="Désactivation des nouvelles connexions de protection d'identité. RemédiationID=%1 Surveiller=%2 État=%4 Raison=%3"/>
                <string id="Event.IdpRestartContainerEvent" value="Redémarrage du conteneur de protection d'identité. RemédiationID=%1 Surveiller=%2 État=%4 Raison=%3"/>
                <string id="Event.IdpEnableTrafficInspectionEvent" value="Réactivation de l'inspection du trafic pour la protection de l'identité. RemédiationID=%1 Surveiller=%2 État=%4 Raison=%3"/>
                <string id="Event.IdpEnablePolicyEvent" value="Réactivation de la politique de protection des identités. RemédiationID=%1 Surveiller=%2 État=%4 Raison=%3"/>
                <string id="Event.IdpEnableNewConnectionsEvent" value="Réactivation des nouvelles connexions de protection d'identité. RemédiationID=%1 Surveiller=%2 État=%4 Raison=%3"/>
                <string id="IdpWatchdogRemediationActionReason.NOT_SPECIFIED" value="NON SPÉCIFIÉ"/>
                <string id="IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED" value="Configuration modifiée"/>
                <string id="IdpWatchdogRemediationActionReason.MEMORY_USAGE" value="Memory usage exceeds threshold"/>
                <string id="IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION" value="IDP Processing Degradation"/>
                <string id="IdpWatchdogRemediationActionReason.CPU_LOAD" value="CPU Load"/>
                <string id="IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE" value="Idp Cloud Unresponsive"/>
                <string id="IdpWatchdogRemediationActionReason.SHUTDOWN" value="Arrêt"/>
                <string id="IdpWatchdogRemediationActionReason.STARTUP" value="Démarrage"/>
                <string id="IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED" value="Conditions améliorées"/>
                <string id="IdpWatchdogRemediationActionReason.MANUAL_REQUEST" value="Demande manuelle"/>
                <string id="IdpWatchdogRemediationState.APPLIED" value="Remédiation appliquée"/>
                <string id="IdpWatchdogRemediationState.HELD" value="Remédiation toujours active"/>
                <string id="IdpWatchdogRemediationState.REMOVED" value="Remédiation annulée"/>
                <string id="IdpWatchdogRemediationState.NOT_SPECIFIED" value="NON SPÉCIFIÉ"/>
                <string id="Event.PermissionsExpire" value="Les autorisations locales vont bientôt expirer. Si besoin, prolongez vos autorisations."/>
                <string id="Event.PermissionsExpireLogoff" value="Les autorisations locales vont bientôt expirer et vous allez être automatiquement déconnecté. Enregistrez votre travail ou prolongez les autorisations."/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START" value="FALCON_SERVICE_SERVLET_FXML_PROCESS_START"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE" value="FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION" value="FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS" value="FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER" value="FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN" value="FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER" value="FALCON_SERVICE_SERVLET_LEDGER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS" value="FALCON_SERVICE_SERVLET_DECOMPRESS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA" value="FALCON_SERVICE_SERVLET_FILE_METADATA"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE" value="FALCON_SERVICE_SERVLET_VCI_MODULE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION" value="FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION"/>
            </stringTable>
        </resources>
        <resources culture="es-ES">
            <stringTable>
                <string id="Provider.Name" value="CrowdStrike"/>
                <string id="Event.ServiceStarting" value="CSFalconService se está iniciando."/>
                <string id="Event.ServiceExiting" value="CSFalconService se está cerrando."/>
                <string id="Event.FileBlocked" value="Se bloqueó un proceso porque se detectó comportamiento malicioso."/>
                <string id="Event.FileQuarantined" value="Se envió un archivo a cuarentena porque se detectó comportamiento malicioso."/>
                <string id="Event.NetworkContained" value="Para mantenerla segura, tu computadora está fuera de línea. Comunícate con TI para obtener más información."/>
                <string id="Event.NetworkUncontained" value="Tu computadora está nuevamente en línea."/>
                <string id="Event.DcUsbBlocked" value="Tu dispositivo USB está bloqueado en función de la política de tu organización."/>
                <string id="Event.DcUsbRestricted" value="Las funciones de tu dispositivo USB están restringidas en función de la política de tu organización."/>
                <string id="Event.ProcessTerminated" value="Se terminó un proceso porque se detectó comportamiento malicioso."/>
                <string id="Event.ProcessSuspended" value="Se suspendió un proceso porque se detectó comportamiento malicioso, pero no se pudo terminar."/>
                <string id="Event.OdsStarted" value="Iniciar un escaneo de malware"/>
                <string id="Event.OdsFailedToStart" value="No se puede ejecutar el escaneo de malware. Haz clic derecho en el escritorio para ver los resultados."/>
                <string id="Event.OdsPaused" value="Se pausó el escaneo de malware. Haz clic derecho en el escritorio para reanudar."/>
                <string id="Event.OdsResumed" value="Reanudar el escaneo de malware"/>
                <string id="Event.OdsCanceled" value="Se canceló el escaneo de malware"/>
                <string id="Event.OdsCanceledAdmin" value="Tu administrador de Falcon canceló el escaneo de malware"/>
                <string id="Event.OdsCompleteClean" value="El escaneo de malware encontró 0 archivos sospechosos"/>
                <string id="Event.OdsCompleteDirty" value="El escaneo de malware encontró archivos sospechosos. Haz clic derecho en el escritorio para ver los resultados."/>
                <string id="Event.OdsPartialCompleteClean" value="El escaneo de malware encontró 0 archivos sospechosos, pero no se pudo completar. Haz clic derecho en el escritorio para ver los resultados."/>
                <string id="Event.OdsPartialCompleteDirty" value="El escaneo de malware encontró archivos sospechosos, pero no se pudo completar. Haz clic derecho en el escritorio para ver los resultados."/>
                <string id="Event.OdsOnlyUnsupported" value="El escaneo de malware no encontró archivos compatibles para escanear. Haz clic derecho en el escritorio para ver los resultados."/>
                <string id="Event.OdsCompleteCleanUnsupported" value="El escaneo de malware encontró 0 archivos sospechosos. Algunos archivos incompatibles no pueden escanearse. Haz clic derecho en el escritorio para ver los resultados."/>
                <string id="Event.OdsCompleteDirtyUnsupported" value="El escaneo de malware encontró archivos sospechosos. Algunos archivos incompatibles no pueden escanearse. Haz clic derecho en el escritorio para ver los resultados."/>
                <string id="Event.ContainerStarting" value="CSFalconContainer se está iniciando: pid=%1 component=%2."/>
                <string id="Event.ContainerExiting" value="CSFalconContaine se está cerrando: pid=%1 component=%2."/>
                <string id="Event.ExfilBlocked" value="Filtración de protección de datos bloqueada."/>
                <string id="Event.ExfilAllowed" value="Filtración de protección de datos permitida."/>
                <string id="Event.RtrDisabledLocally" value="La respuesta en tiempo real está deshabilitada en función de la configuración local de este host."/>
                <string id="Event.RtrSettingsUpdatedToDisable" value="Se deshabilitó la respuesta en tiempo real en este host con una actualización en la configuración local."/>
                <string id="Event.RtrSettingsUpdatedToEnable" value="Se habilitó la respuesta en tiempo real en este host con una actualización en la configuración local."/>
                <string id="Event.FirefoxExtensionPolicyUpdated" value="Se actualizaron las políticas de seguridad de Firefox. Reinicia tu navegador para aplicar los cambios."/>
                <string id="Event.RtrDisplayCustomText" value="%1"/>
                <string id="Event.IdpDisableTrafficInspectionEvent" value="Deshabilitar la inspección de tráfico. RemediationID=%1 Monitorear=%2 Estado=%4 Razón=%3"/>
                <string id="Event.IdpDisablePolicyEvent" value="Deshabilitar la política de protección de identidad. RemediationID=%1 Monitorear=%2 Estado=%4 Razón=%3"/>
                <string id="Event.IdpDisableNewConnectionsEvent" value="Deshabilitar las nuevas conexiones de la protección de identidad. RemediationID=%1 Monitorear=%2 Estado=%4 Razón=%3"/>
                <string id="Event.IdpRestartContainerEvent" value="Reiniciar el contenedor de la protección de identidad. RemediationID=%1 Monitorear=%2 Estado=%4 Razón=%3"/>
                <string id="Event.IdpEnableTrafficInspectionEvent" value="Volver a habilitar la inspección de tráfico de la protección de identidad. RemediationID=%1 Monitorear=%2 Estado=%4 Razón=%3"/>
                <string id="Event.IdpEnablePolicyEvent" value="Volver a habilitar la política de protección de identidad. RemediationID=%1 Monitorear=%2 Estado=%4 Razón=%3"/>
                <string id="Event.IdpEnableNewConnectionsEvent" value="Volver a habilitar las nuevas conexiones de la protección de identidad. RemediationID=%1 Monitorear=%2 Estado=%4 Razón=%3"/>
                <string id="IdpWatchdogRemediationActionReason.NOT_SPECIFIED" value="NO ESPECIFICADO"/>
                <string id="IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED" value="Se cambió la configuración"/>
                <string id="IdpWatchdogRemediationActionReason.MEMORY_USAGE" value="Memory usage exceeds threshold"/>
                <string id="IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION" value="IDP Processing Degradation"/>
                <string id="IdpWatchdogRemediationActionReason.CPU_LOAD" value="CPU Load"/>
                <string id="IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE" value="Idp Cloud Unresponsive"/>
                <string id="IdpWatchdogRemediationActionReason.SHUTDOWN" value="Apagado"/>
                <string id="IdpWatchdogRemediationActionReason.STARTUP" value="Inicio"/>
                <string id="IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED" value="Se mejoraron las condiciones"/>
                <string id="IdpWatchdogRemediationActionReason.MANUAL_REQUEST" value="Solicitud manual"/>
                <string id="IdpWatchdogRemediationState.APPLIED" value="Se aplicó la remedición"/>
                <string id="IdpWatchdogRemediationState.HELD" value="La remedición sigue activa"/>
                <string id="IdpWatchdogRemediationState.REMOVED" value="Se revirtió la remediación"/>
                <string id="IdpWatchdogRemediationState.NOT_SPECIFIED" value="NO ESPECIFICADO"/>
                <string id="Event.PermissionsExpire" value="Los permisos locales expirarán pronto. Si es necesario, extiende tus permisos."/>
                <string id="Event.PermissionsExpireLogoff" value="Los permisos locales expirarán pronto y se cerrará tu sesión automáticamente. Guarda tu trabajo o extiende los permisos."/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START" value="FALCON_SERVICE_SERVLET_FXML_PROCESS_START"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE" value="FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION" value="FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS" value="FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER" value="FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN" value="FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER" value="FALCON_SERVICE_SERVLET_LEDGER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS" value="FALCON_SERVICE_SERVLET_DECOMPRESS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA" value="FALCON_SERVICE_SERVLET_FILE_METADATA"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE" value="FALCON_SERVICE_SERVLET_VCI_MODULE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION" value="FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION"/>
            </stringTable>
        </resources>
        <resources culture="de-DE">
            <stringTable>
                <string id="Provider.Name" value="CrowdStrike"/>
                <string id="Event.ServiceStarting" value="CSFalconService wird gestartet."/>
                <string id="Event.ServiceExiting" value="CSFalconService wird beendet."/>
                <string id="Event.FileBlocked" value="Ein Prozess wurde blockiert, weil
bösartiges Verhalten erkannt wurde."/>
                <string id="Event.FileQuarantined" value="Eine Datei wurde unter Quarantäne gestellt, weil
bösartiges Verhalten erkannt wurde."/>
                <string id="Event.NetworkContained" value="Ihr Computer ist offline, um ihn sicher zu halten. Für weitere Informationen wenden Sie sich bitte an die IT-Abteilung."/>
                <string id="Event.NetworkUncontained" value="Ihr Computer ist wieder online."/>
                <string id="Event.DcUsbBlocked" value="Ihr USB-Gerät ist durch die Richtlinien Ihres Unternehmens gesperrt."/>
                <string id="Event.DcUsbRestricted" value="Die Funktionen Ihres USB-Geräts werden durch die Richtlinien Ihrer Organisation eingeschränkt."/>
                <string id="Event.ProcessTerminated" value="Ein Prozess wurde terminiert, weil
bösartiges Verhalten erkannt wurde."/>
                <string id="Event.ProcessSuspended" value="Ein Prozess wurde angehalten, weil bösartiges Verhalten erkannt wurde, aber der Prozess konnte nicht terminiert werden."/>
                <string id="Event.OdsStarted" value="Ein Malware-Scan wird gestartet"/>
                <string id="Event.OdsFailedToStart" value="Der Malware-Scan kann nicht ausgeführt werden. Klicken Sie mit der rechten Maustaste auf den Desktop, um die Ergebnisse anzuzeigen."/>
                <string id="Event.OdsPaused" value="Der Malware-Scan wurde pausiert. Klicken Sie mit der rechten Maustaste auf den Desktop, um fortzufahren."/>
                <string id="Event.OdsResumed" value="Malware-Scan wird fortgesetzt"/>
                <string id="Event.OdsCanceled" value="Malware-Scan abgebrochen"/>
                <string id="Event.OdsCanceledAdmin" value="Malware-Scan von Ihrem Falcon-Administrator abgebrochen"/>
                <string id="Event.OdsCompleteClean" value="Der Malware-Scan hat 0 verdächtige Dateien gefunden."/>
                <string id="Event.OdsCompleteDirty" value="Der Malware-Scan hat verdächtige Dateien gefunden. Klicken Sie mit der rechten Maustaste auf den Desktop, um die Ergebnisse anzuzeigen."/>
                <string id="Event.OdsPartialCompleteClean" value="Der Malware-Scan hat 0 verdächtige Dateien gefunden, konnte aber nicht abgeschlossen werden. Klicken Sie mit der rechten Maustaste auf den Desktop, um die Ergebnisse anzuzeigen."/>
                <string id="Event.OdsPartialCompleteDirty" value="Der Malware-Scan hat verdächtige Dateien gefunden, konnte aber nicht abgeschlossen werden. Klicken Sie mit der rechten Maustaste auf den Desktop, um die Ergebnisse anzuzeigen."/>
                <string id="Event.OdsOnlyUnsupported" value="Der Malware-Scan fand keine unterstützten Dateien zum Scannen. Klicken Sie mit der rechten Maustaste auf den Desktop, um die Ergebnisse anzuzeigen."/>
                <string id="Event.OdsCompleteCleanUnsupported" value="Der Malware-Scan hat 0 verdächtige Dateien gefunden. Einige nicht unterstützte Dateien können nicht gescannt werden. Klicken Sie mit der rechten Maustaste auf den Desktop, um die Ergebnisse anzuzeigen."/>
                <string id="Event.OdsCompleteDirtyUnsupported" value="Der Malware-Scan hat verdächtige Dateien gefunden. Einige nicht unterstützte Dateien können nicht gescannt werden. Klicken Sie mit der rechten Maustaste auf den Desktop, um die Ergebnisse anzuzeigen."/>
                <string id="Event.ContainerStarting" value="CSFalconContainer wird gestartet: pid=%1 component=%2."/>
                <string id="Event.ContainerExiting" value="CSFalconContainer wird beendet: pid=%1 component=%2."/>
                <string id="Event.ExfilBlocked" value="Datenschutz-Exfiltration blockiert."/>
                <string id="Event.ExfilAllowed" value="Datenschutz-Exfiltration erlaubt."/>
                <string id="Event.RtrDisabledLocally" value="Real Time Response ist durch die lokale Einstellung auf diesem Host deaktiviert."/>
                <string id="Event.RtrSettingsUpdatedToDisable" value="Real Time Response wurde durch die Aktualisierung der lokalen Einstellung auf diesem Host deaktiviert."/>
                <string id="Event.RtrSettingsUpdatedToEnable" value="Real Time Response wurde durch die Aktualisierung der lokalen Einstellung auf diesem Host aktiviert."/>
                <string id="Event.FirefoxExtensionPolicyUpdated" value="Die Sicherheitsrichtlinien von Firefox wurden aktualisiert. Starten Sie Ihren Browser neu, um die Änderungen zu übernehmen."/>
                <string id="Event.RtrDisplayCustomText" value="%1"/>
                <string id="Event.IdpDisableTrafficInspectionEvent" value="Deaktivieren der Überwachung des Traffics. Behebungs-ID=%1 Überwachung=%2 Status=%4 Grund=%3"/>
                <string id="Event.IdpDisablePolicyEvent" value="Deaktivieren der Identitätsschutz-Policy. Behebungs-ID=%1 Überwachung=%2 Status=%4 Grund=%3"/>
                <string id="Event.IdpDisableNewConnectionsEvent" value="Deaktivieren neuer Identitätsschutz-Verbindungen. Behebungs-ID=%1 Überwachung=%2 Status=%4 Grund=%3"/>
                <string id="Event.IdpRestartContainerEvent" value="Neustarten des Identitätsschutz-Containers. Behebungs-ID=%1 Überwachung=%2 Status=%4 Grund=%3"/>
                <string id="Event.IdpEnableTrafficInspectionEvent" value="Erneutes Aktivieren der Identitätsschutz-Datenverkehrsprüfung. Behebungs-ID=%1 Überwachung=%2 Status=%4 Grund=%3"/>
                <string id="Event.IdpEnablePolicyEvent" value="Erneutes Aktivieren der Identitätsschutz-Policy. Behebungs-ID=%1 Überwachung=%2 Status=%4 Grund=%3"/>
                <string id="Event.IdpEnableNewConnectionsEvent" value="Erneutes Aktivieren neuer Identitätsschutz-Verbindungen. Behebungs-ID=%1 Überwachung=%2 Status=%4 Grund=%3"/>
                <string id="IdpWatchdogRemediationActionReason.NOT_SPECIFIED" value="NICHT ANGEGEBEN"/>
                <string id="IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED" value="Konfiguration geändert"/>
                <string id="IdpWatchdogRemediationActionReason.MEMORY_USAGE" value="Memory usage exceeds threshold"/>
                <string id="IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION" value="IDP Processing Degradation"/>
                <string id="IdpWatchdogRemediationActionReason.CPU_LOAD" value="CPU Load"/>
                <string id="IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE" value="Idp Cloud Unresponsive"/>
                <string id="IdpWatchdogRemediationActionReason.SHUTDOWN" value="Herunterfahren"/>
                <string id="IdpWatchdogRemediationActionReason.STARTUP" value="Hochfahren"/>
                <string id="IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED" value="Bedingungen verbessert"/>
                <string id="IdpWatchdogRemediationActionReason.MANUAL_REQUEST" value="Manuelle Anfrage"/>
                <string id="IdpWatchdogRemediationState.APPLIED" value="Behebung angewendet"/>
                <string id="IdpWatchdogRemediationState.HELD" value="Behebung weiterhin aktiv"/>
                <string id="IdpWatchdogRemediationState.REMOVED" value="Behebung zurückgesetzt"/>
                <string id="IdpWatchdogRemediationState.NOT_SPECIFIED" value="NICHT ANGEGEBEN"/>
                <string id="Event.PermissionsExpire" value="Die lokalen Berechtigungen laufen in Kürze ab. Verlängern Sie bei Bedarf Ihre Berechtigungen."/>
                <string id="Event.PermissionsExpireLogoff" value="Die lokalen Berechtigungen laufen in Kürze ab und Sie werden automatisch abgemeldet. Speichern Sie Ihre Arbeit oder verlängern Sie die Berechtigungen."/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START" value="FALCON_SERVICE_SERVLET_FXML_PROCESS_START"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE" value="FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION" value="FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS" value="FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER" value="FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN" value="FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER" value="FALCON_SERVICE_SERVLET_LEDGER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS" value="FALCON_SERVICE_SERVLET_DECOMPRESS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA" value="FALCON_SERVICE_SERVLET_FILE_METADATA"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE" value="FALCON_SERVICE_SERVLET_VCI_MODULE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION" value="FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION"/>
            </stringTable>
        </resources>
        <resources culture="it-IT">
            <stringTable>
                <string id="Provider.Name" value="CrowdStrike"/>
                <string id="Event.ServiceStarting" value="CSFalconService è in fase di avvio."/>
                <string id="Event.ServiceExiting" value="CSFalconService è in fase di chiusura."/>
                <string id="Event.FileBlocked" value="Un processo è stato bloccato perché
è stato rilevato un comportamento anomalo."/>
                <string id="Event.FileQuarantined" value="Un file è stato messo in quarantena perché
è stato rilevato un comportamento anomalo."/>
                <string id="Event.NetworkContained" value="Il computer è offline per mantenerlo al sicuro. Contatta il reparto IT per ulteriori informazioni."/>
                <string id="Event.NetworkUncontained" value="Il computer è di nuovo online."/>
                <string id="Event.DcUsbBlocked" value="Il tuo dispositivo USB è stato bloccato per mancata conformità alle policy della tua organizzazione."/>
                <string id="Event.DcUsbRestricted" value="Le funzioni del tuo dispositivo USB sono state limitate per mancata conformità alle policy della tua organizzazione."/>
                <string id="Event.ProcessTerminated" value="Un processo è stato interrotto perché è stato rilevato un comportamento anomalo."/>
                <string id="Event.ProcessSuspended" value="Un processo è stato sospeso perché è stato rilevato un comportamento anomalo. Il processo non è stato completato."/>
                <string id="Event.OdsStarted" value="Avvio di una scansione malware"/>
                <string id="Event.OdsFailedToStart" value="La scansione malware non può essere eseguita. Fai clic sul desktop con il pulsante destro del mouse per visualizzare i risultati."/>
                <string id="Event.OdsPaused" value="La scansione malware è stata messa in pausa. Fai clic sul desktop con il pulsante destro del mouse per ripristinare."/>
                <string id="Event.OdsResumed" value="Ripristino di una scansione malware"/>
                <string id="Event.OdsCanceled" value="La scansione malware è stata annullata"/>
                <string id="Event.OdsCanceledAdmin" value="Scansione malware annullata dall'amministratore di Falcon"/>
                <string id="Event.OdsCompleteClean" value="La scansione malware ha rilevato 0 file sospetti"/>
                <string id="Event.OdsCompleteDirty" value="La scansione malware ha rilevato file sospetti. Fai clic sul desktop con il pulsante destro del mouse per visualizzare i risultati."/>
                <string id="Event.OdsPartialCompleteClean" value="La scansione malware ha rilevato 0 file sospetti ma non è stata completata. Fai clic sul desktop con il pulsante destro del mouse per visualizzare i risultati."/>
                <string id="Event.OdsPartialCompleteDirty" value="La scansione malware ha rilevato file sospetti ma non è stata completata. Fai clic sul desktop con il pulsante destro del mouse per visualizzare i risultati."/>
                <string id="Event.OdsOnlyUnsupported" value="La scansione malware non ha rilevato alcun file supportato da scansionare. Fai clic sul desktop con il pulsante destro del mouse per visualizzare i risultati."/>
                <string id="Event.OdsCompleteCleanUnsupported" value="La scansione malware ha rilevato 0 file sospetti. Impossibile eseguire la scansione di alcuni file non supportati. Fai clic sul desktop con il pulsante destro del mouse per visualizzare i risultati."/>
                <string id="Event.OdsCompleteDirtyUnsupported" value="La scansione malware ha rilevato file sospetti. Impossibile eseguire la scansione di alcuni file non supportati. Fai clic sul desktop con il pulsante destro del mouse per visualizzare i risultati."/>
                <string id="Event.ContainerStarting" value="CSFalconContainer si sta avviando: pid=%1 component=%2."/>
                <string id="Event.ContainerExiting" value="CSFalconContainer si sta chiudendo: pid=%1 component=%2."/>
                <string id="Event.ExfilBlocked" value="Esfiltrazione della protezione dei dati bloccata."/>
                <string id="Event.ExfilAllowed" value="Esfiltrazione per la protezione dei dati consentita."/>
                <string id="Event.RtrDisabledLocally" value="La risposta in tempo reale è disabilitata dall'impostazione locale su questo host."/>
                <string id="Event.RtrSettingsUpdatedToDisable" value="La risposta in tempo reale è stata disabilitata su questo host con un aggiornamento dell'impostazione locale."/>
                <string id="Event.RtrSettingsUpdatedToEnable" value="La risposta in tempo reale è stata abilitata su questo host con un aggiornamento dell'impostazione locale."/>
                <string id="Event.FirefoxExtensionPolicyUpdated" value="Le policy di sicurezza di Firefox sono state aggiornate. Riavvia il browser per applicare le modifiche."/>
                <string id="Event.RtrDisplayCustomText" value="%1"/>
                <string id="Event.IdpDisableTrafficInspectionEvent" value="Disabilitazione controllo traffico. ID correzione=%1 Monitor=%2 Stato=%4 Motivo=%3"/>
                <string id="Event.IdpDisablePolicyEvent" value="Disabilitazione policy di Protezione identità. ID correzione=%1 Monitor=%2 Stato=%4 Motivo=%3"/>
                <string id="Event.IdpDisableNewConnectionsEvent" value="Disabilitazione nuove connessioni di Protezione identità. ID correzione=%1 Monitor=%2 Stato=%4 Motivo=%3"/>
                <string id="Event.IdpRestartContainerEvent" value="Riavvio container di Protezione identità. ID correzione=%1 Monitor=%2 Stato=%4 Motivo=%3"/>
                <string id="Event.IdpEnableTrafficInspectionEvent" value="Riabilitazione controllo traffico di Protezione identità. ID correzione=%1 Monitor=%2 Stato=%4 Motivo=%3"/>
                <string id="Event.IdpEnablePolicyEvent" value="Riabilitazione policy di Protezione identità. ID correzione=%1 Monitor=%2 Stato=%4 Motivo=%3"/>
                <string id="Event.IdpEnableNewConnectionsEvent" value="Riabilitazione nuove connessioni di Protezione identità. ID correzione=%1 Monitor=%2 Stato=%4 Motivo=%3"/>
                <string id="IdpWatchdogRemediationActionReason.NOT_SPECIFIED" value="NON SPECIFICATO"/>
                <string id="IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED" value="Configurazione modificata"/>
                <string id="IdpWatchdogRemediationActionReason.MEMORY_USAGE" value="Memory usage exceeds threshold"/>
                <string id="IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION" value="IDP Processing Degradation"/>
                <string id="IdpWatchdogRemediationActionReason.CPU_LOAD" value="CPU Load"/>
                <string id="IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE" value="Idp Cloud Unresponsive"/>
                <string id="IdpWatchdogRemediationActionReason.SHUTDOWN" value="Arresto"/>
                <string id="IdpWatchdogRemediationActionReason.STARTUP" value="Avvio"/>
                <string id="IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED" value="Condizioni migliorate"/>
                <string id="IdpWatchdogRemediationActionReason.MANUAL_REQUEST" value="Richiesta manuale"/>
                <string id="IdpWatchdogRemediationState.APPLIED" value="Correzione applicata"/>
                <string id="IdpWatchdogRemediationState.HELD" value="Correzione ancora attiva"/>
                <string id="IdpWatchdogRemediationState.REMOVED" value="Correzione ripristinata"/>
                <string id="IdpWatchdogRemediationState.NOT_SPECIFIED" value="NON SPECIFICATO"/>
                <string id="Event.PermissionsExpire" value="Le autorizzazioni locali stanno per scadere. Estendi le autorizzazioni, se necessario."/>
                <string id="Event.PermissionsExpireLogoff" value="Le autorizzazioni locali stanno per scadere e verrai automaticamente disconnesso. Salava il lavoro o estendi le autorizzazioni."/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START" value="FALCON_SERVICE_SERVLET_FXML_PROCESS_START"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE" value="FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION" value="FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS" value="FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER" value="FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN" value="FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER" value="FALCON_SERVICE_SERVLET_LEDGER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS" value="FALCON_SERVICE_SERVLET_DECOMPRESS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA" value="FALCON_SERVICE_SERVLET_FILE_METADATA"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE" value="FALCON_SERVICE_SERVLET_VCI_MODULE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION" value="FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION"/>
            </stringTable>
        </resources>
        <resources culture="ko-KR">
            <stringTable>
                <string id="Provider.Name" value="CrowdStrike"/>
                <string id="Event.ServiceStarting" value="CSFalconService가 시작됩니다."/>
                <string id="Event.ServiceExiting" value="CSFalconService가 종료됩니다."/>
                <string id="Event.FileBlocked" value="악의적인 동작이 감지되어 프로세스가 차단되었습니다."/>
                <string id="Event.FileQuarantined" value="악성 행위가 감지되어 파일이 격리되었습니다."/>
                <string id="Event.NetworkContained" value="컴퓨터는 안전을 위해 오프라인 상태로 유지됩니다. 자세한 내용은 IT 부서에 문의하세요."/>
                <string id="Event.NetworkUncontained" value="컴퓨터가 다시 온라인 상태가 되었습니다."/>
                <string id="Event.DcUsbBlocked" value="조직의 정책에 따라 USB 장치가 차단되었습니다."/>
                <string id="Event.DcUsbRestricted" value="USB 장치의 기능이 조직의 정책에 따라 제한됩니다."/>
                <string id="Event.ProcessTerminated" value="악의적인 동작이 감지되어 프로세스가 종료되었습니다."/>
                <string id="Event.ProcessSuspended" value="악의적인 동작이 감지되었지만 프로세스를 종료할 수 없어 프로세스가 일시 중단되었습니다."/>
                <string id="Event.OdsStarted" value="맬웨어 검사 시작"/>
                <string id="Event.OdsFailedToStart" value="맬웨어 검사를 실행할 수 없습니다. 바탕화면에서 마우스 오른쪽 버튼으로 클릭하여 결과를 확인합니다."/>
                <string id="Event.OdsPaused" value="맬웨어 검사가 일시 중지되었습니다. 다시 시작하려면 바탕화면을 마우스 오른쪽 버튼으로 클릭합니다."/>
                <string id="Event.OdsResumed" value="맬웨어 검사 재개"/>
                <string id="Event.OdsCanceled" value="맬웨어 검사 취소됨"/>
                <string id="Event.OdsCanceledAdmin" value="Falcon 관리자가 맬웨어 검사를 취소함"/>
                <string id="Event.OdsCompleteClean" value="맬웨어 검사에서 의심스러운 파일 0개 발견"/>
                <string id="Event.OdsCompleteDirty" value="맬웨어 검사에서 의심스러운 파일 발견 바탕화면에서 마우스 오른쪽 버튼으로 클릭하여 결과를 확인합니다."/>
                <string id="Event.OdsPartialCompleteClean" value="맬웨어 검사에서 의심스러운 파일을 0개 발견했지만 검사를 완료하지 못했습니다. 바탕화면에서 마우스 오른쪽 버튼으로 클릭하여 결과를 확인합니다."/>
                <string id="Event.OdsPartialCompleteDirty" value="맬웨어 검사에서 의심스러운 파일을 발견했지만 검사를 완료하지 못했습니다. 바탕화면에서 마우스 오른쪽 버튼으로 클릭하여 결과를 확인합니다."/>
                <string id="Event.OdsOnlyUnsupported" value="맬웨어 검사에서 검사할 지원되는 파일을 찾을 수 없습니다. 바탕화면에서 마우스 오른쪽 버튼으로 클릭하여 결과를 확인합니다."/>
                <string id="Event.OdsCompleteCleanUnsupported" value="맬웨어 검사에서 의심스러운 파일 0개 발견 일부 지원되지 않는 파일은 스캔할 수 없습니다. 바탕화면에서 마우스 오른쪽 버튼으로 클릭하여 결과를 확인합니다."/>
                <string id="Event.OdsCompleteDirtyUnsupported" value="맬웨어 검사에서 의심스러운 파일 발견 일부 지원되지 않는 파일은 스캔할 수 없습니다. 바탕화면에서 마우스 오른쪽 버튼으로 클릭하여 결과를 확인합니다."/>
                <string id="Event.ContainerStarting" value="CSFalconContainer 시작 중: pid=%1 component=%2."/>
                <string id="Event.ContainerExiting" value="CSFalconContainer 종료 중: pid=%1 component=%2."/>
                <string id="Event.ExfilBlocked" value="데이터 보호 유출이 차단되었습니다."/>
                <string id="Event.ExfilAllowed" value="데이터 보호 유출이 허용되었습니다."/>
                <string id="Event.RtrDisabledLocally" value="실시간 대응은 이 호스트의 로컬 설정에 의해 비활성화됩니다."/>
                <string id="Event.RtrSettingsUpdatedToDisable" value="로컬 설정을 업데이트하여 이 호스트에서 실시간 대응이 비활성화되었습니다."/>
                <string id="Event.RtrSettingsUpdatedToEnable" value="로컬 설정을 업데이트하여 이 호스트에서 실시간 대응이 활성화되었습니다."/>
                <string id="Event.FirefoxExtensionPolicyUpdated" value="Firefox 보안 정책이 업데이트되었습니다. 브라우저를 다시 시작하여 변경 사항을 적용합니다."/>
                <string id="Event.RtrDisplayCustomText" value="%1"/>
                <string id="Event.IdpDisableTrafficInspectionEvent" value="트래픽 검사 비활성화. 해결 방법 ID=%1 모니터링=%2 상태=%4 이유=%3"/>
                <string id="Event.IdpDisablePolicyEvent" value="ID 보호 정책 비활성화. 해결 방법 ID=%1 모니터링=%2 상태=%4 이유=%3"/>
                <string id="Event.IdpDisableNewConnectionsEvent" value="새 ID 보호 연결 비활성화. 해결 방법 ID=%1 모니터링=%2 상태=%4 이유=%3"/>
                <string id="Event.IdpRestartContainerEvent" value="ID 보호 컨테이너 다시 시작. 해결 방법 ID=%1 모니터링=%2 상태=%4 이유=%3"/>
                <string id="Event.IdpEnableTrafficInspectionEvent" value="ID 보호 트래픽 검사 재활성화. 해결 방법 ID=%1 모니터링=%2 상태=%4 이유=%3"/>
                <string id="Event.IdpEnablePolicyEvent" value="ID 보호 정책 재활성화. 해결 방법 ID=%1 모니터링=%2 상태=%4 이유=%3"/>
                <string id="Event.IdpEnableNewConnectionsEvent" value="새 ID 보호 연결 재활성화. 해결 방법 ID=%1 모니터링=%2 상태=%4 이유=%3"/>
                <string id="IdpWatchdogRemediationActionReason.NOT_SPECIFIED" value="지정되지 않음"/>
                <string id="IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED" value="구성 변경됨"/>
                <string id="IdpWatchdogRemediationActionReason.MEMORY_USAGE" value="Memory usage exceeds threshold"/>
                <string id="IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION" value="IDP Processing Degradation"/>
                <string id="IdpWatchdogRemediationActionReason.CPU_LOAD" value="CPU Load"/>
                <string id="IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE" value="Idp Cloud Unresponsive"/>
                <string id="IdpWatchdogRemediationActionReason.SHUTDOWN" value="종료"/>
                <string id="IdpWatchdogRemediationActionReason.STARTUP" value="시작"/>
                <string id="IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED" value="환경 개선됨"/>
                <string id="IdpWatchdogRemediationActionReason.MANUAL_REQUEST" value="수동 요청"/>
                <string id="IdpWatchdogRemediationState.APPLIED" value="해결 방법이 적용됨"/>
                <string id="IdpWatchdogRemediationState.HELD" value="해결 방법이 아직 진행 중"/>
                <string id="IdpWatchdogRemediationState.REMOVED" value="해결 방법이 복구됨"/>
                <string id="IdpWatchdogRemediationState.NOT_SPECIFIED" value="지정되지 않음"/>
                <string id="Event.PermissionsExpire" value="로컬 권한이 곧 만료됩니다. 필요한 경우 권한을 연장하세요."/>
                <string id="Event.PermissionsExpireLogoff" value="로컬 권한이 곧 만료되며 자동으로 로그오프됩니다. 작업을 저장하거나 권한을 연장하세요."/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START" value="FALCON_SERVICE_SERVLET_FXML_PROCESS_START"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE" value="FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION" value="FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS" value="FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER" value="FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN" value="FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER" value="FALCON_SERVICE_SERVLET_LEDGER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS" value="FALCON_SERVICE_SERVLET_DECOMPRESS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA" value="FALCON_SERVICE_SERVLET_FILE_METADATA"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE" value="FALCON_SERVICE_SERVLET_VCI_MODULE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION" value="FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION"/>
            </stringTable>
        </resources>
        <resources culture="pt-BR">
            <stringTable>
                <string id="Provider.Name" value="CrowdStrike"/>
                <string id="Event.ServiceStarting" value="O CSFalconService está iniciando."/>
                <string id="Event.ServiceExiting" value="O CSFalconService está saindo."/>
                <string id="Event.FileBlocked" value="Um processo foi bloqueado porque um comportamento malicioso foi detectado."/>
                <string id="Event.FileQuarantined" value="Um arquivo foi colocado em quarentena porque um comportamento malicioso foi detectado."/>
                <string id="Event.NetworkContained" value="Seu computador está offline para manter a sua segurança. Entre em contato com o departamento de TI para obter mais informações."/>
                <string id="Event.NetworkUncontained" value="Seu computador está online novamente."/>
                <string id="Event.DcUsbBlocked" value="Seu dispositivo USB está bloqueado pela política da sua organização."/>
                <string id="Event.DcUsbRestricted" value="As funções do seu dispositivo USB estão restringidas pela política da sua organização."/>
                <string id="Event.ProcessTerminated" value="Um processo foi encerrado porque um comportamento malicioso foi detectado."/>
                <string id="Event.ProcessSuspended" value="Um processo foi suspenso porque um comportamento malicioso foi detectado, mas não foi possível encerrar o processo."/>
                <string id="Event.OdsStarted" value="Iniciando uma varredura de malware"/>
                <string id="Event.OdsFailedToStart" value="Não é possível executar a varredura de malware. Clique com o botão direito na área de trabalho para ver os resultados."/>
                <string id="Event.OdsPaused" value="A varredura de malware foi pausada. Clique com o botão direito na área de trabalho para retomar."/>
                <string id="Event.OdsResumed" value="Retomando a varredura de malware"/>
                <string id="Event.OdsCanceled" value="A varredura de malware foi cancelada"/>
                <string id="Event.OdsCanceledAdmin" value="A varredura de malware foi cancelada pelo administrador do Falcon"/>
                <string id="Event.OdsCompleteClean" value="A varredura de malware não encontrou nenhum arquivo suspeito"/>
                <string id="Event.OdsCompleteDirty" value="A varredura de malware encontrou arquivos suspeitos. Clique com o botão direito na área de trabalho para ver os resultados."/>
                <string id="Event.OdsPartialCompleteClean" value="A varredura de malware não encontrou nenhum arquivo suspeito, mas não pôde ser concluída. Clique com o botão direito na área de trabalho para ver os resultados."/>
                <string id="Event.OdsPartialCompleteDirty" value="A varredura de malware encontrou arquivos suspeitos, mas não pôde ser concluída. Clique com o botão direito na área de trabalho para ver os resultados."/>
                <string id="Event.OdsOnlyUnsupported" value="A varredura de malware não encontrou nenhum arquivo suportado para verificação. Clique com o botão direito na área de trabalho para ver os resultados."/>
                <string id="Event.OdsCompleteCleanUnsupported" value="A varredura de malware não encontrou nenhum arquivo suspeito. Alguns arquivos não suportados não podem ser verificados. Clique com o botão direito na área de trabalho para ver os resultados."/>
                <string id="Event.OdsCompleteDirtyUnsupported" value="A varredura de malware encontrou arquivos suspeitos. Alguns arquivos não suportados não podem ser verificados. Clique com o botão direito na área de trabalho para ver os resultados."/>
                <string id="Event.ContainerStarting" value="O CSFalconContainer está iniciando: pid=%1 component=%2."/>
                <string id="Event.ContainerExiting" value="O CSFalconContainer está saindo: pid=%1 component=%2."/>
                <string id="Event.ExfilBlocked" value="Exfiltração de proteção de dados bloqueada."/>
                <string id="Event.ExfilAllowed" value="Exfiltração de proteção de dados permitida."/>
                <string id="Event.RtrDisabledLocally" value="A resposta em tempo real está desativada pela definição local deste host."/>
                <string id="Event.RtrSettingsUpdatedToDisable" value="A resposta em tempo real foi desativada neste host com uma atualização da definição local."/>
                <string id="Event.RtrSettingsUpdatedToEnable" value="A resposta em tempo real foi ativada neste host com uma atualização da definição local."/>
                <string id="Event.FirefoxExtensionPolicyUpdated" value="As políticas de segurança do Firefox foram atualizadas. Reinicie seu navegador para aplicar as alterações."/>
                <string id="Event.RtrDisplayCustomText" value="%1"/>
                <string id="Event.IdpDisableTrafficInspectionEvent" value="Desativando inspeção de tráfego. RemediationID=%1 Monitor=%2 State=%4 Reason=%3"/>
                <string id="Event.IdpDisablePolicyEvent" value="Desativando política de proteção de identidade. RemediationID=%1 Monitor=%2 State=%4 Reason=%3"/>
                <string id="Event.IdpDisableNewConnectionsEvent" value="Desativando novas conexões de proteção de identidade. RemediationID=%1 Monitor=%2 State=%4 Reason=%3"/>
                <string id="Event.IdpRestartContainerEvent" value="Reiniciando contêiner de proteção de identidade. RemediationID=%1 Monitor=%2 State=%4 Reason=%3"/>
                <string id="Event.IdpEnableTrafficInspectionEvent" value="Reativando inspeção de tráfego de proteção de identidade. RemediationID=%1 Monitor=%2 State=%4 Reason=%3"/>
                <string id="Event.IdpEnablePolicyEvent" value="Reativando política de proteção de identidade. RemediationID=%1 Monitor=%2 State=%4 Reason=%3"/>
                <string id="Event.IdpEnableNewConnectionsEvent" value="Reativando novas conexões de proteção de identidade. RemediationID=%1 Monitor=%2 State=%4 Reason=%3"/>
                <string id="IdpWatchdogRemediationActionReason.NOT_SPECIFIED" value="SEM ESPECIFICAÇÃO"/>
                <string id="IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED" value="Configuração alterada"/>
                <string id="IdpWatchdogRemediationActionReason.MEMORY_USAGE" value="Memory usage exceeds threshold"/>
                <string id="IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION" value="IDP Processing Degradation"/>
                <string id="IdpWatchdogRemediationActionReason.CPU_LOAD" value="CPU Load"/>
                <string id="IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE" value="Idp Cloud Unresponsive"/>
                <string id="IdpWatchdogRemediationActionReason.SHUTDOWN" value="Desligamento"/>
                <string id="IdpWatchdogRemediationActionReason.STARTUP" value="Inicialização"/>
                <string id="IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED" value="Melhoria nas condições"/>
                <string id="IdpWatchdogRemediationActionReason.MANUAL_REQUEST" value="Solicitação manual"/>
                <string id="IdpWatchdogRemediationState.APPLIED" value="Remediação aplicada"/>
                <string id="IdpWatchdogRemediationState.HELD" value="Remediação ainda ativa"/>
                <string id="IdpWatchdogRemediationState.REMOVED" value="Remediação revertida"/>
                <string id="IdpWatchdogRemediationState.NOT_SPECIFIED" value="SEM ESPECIFICAÇÃO"/>
                <string id="Event.PermissionsExpire" value="As permissões locais expirarão em breve. Se necessário, estenda suas permissões."/>
                <string id="Event.PermissionsExpireLogoff" value="As permissões locais expirarão em breve, e você será desconectado automaticamente. Salve seu trabalho ou estenda as permissões."/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START" value="FALCON_SERVICE_SERVLET_FXML_PROCESS_START"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE" value="FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION" value="FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS" value="FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER" value="FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN" value="FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER" value="FALCON_SERVICE_SERVLET_LEDGER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS" value="FALCON_SERVICE_SERVLET_DECOMPRESS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA" value="FALCON_SERVICE_SERVLET_FILE_METADATA"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE" value="FALCON_SERVICE_SERVLET_VCI_MODULE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION" value="FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION"/>
            </stringTable>
        </resources>
        <resources culture="zh-TW">
            <stringTable>
                <string id="Provider.Name" value="CrowdStrike"/>
                <string id="Event.ServiceStarting" value="正在啟動 CSFalconService。"/>
                <string id="Event.ServiceExiting" value="正在退出 CSFalconService。"/>
                <string id="Event.FileBlocked" value="由於偵測到惡意行為，系統已封鎖程序。"/>
                <string id="Event.FileQuarantined" value="由於偵測到惡意行為，系統已隔離檔案。"/>
                <string id="Event.NetworkContained" value="您的電腦已離線，以保持安全。如需更多資訊，請聯絡 IT。"/>
                <string id="Event.NetworkUncontained" value="您的電腦已再次上線。"/>
                <string id="Event.DcUsbBlocked" value="根據貴組織的政策，系統已封鎖您的 USB 裝置。"/>
                <string id="Event.DcUsbRestricted" value="根據貴組織的政策，系統已限制您的 USB 裝置功能。"/>
                <string id="Event.ProcessTerminated" value="由於偵測到惡意行為，系統已終止程序。"/>
                <string id="Event.ProcessSuspended" value="由於偵測到惡意行為，系統已暫停程序，但無法終止該程序。"/>
                <string id="Event.OdsStarted" value="啟動惡意軟體掃描"/>
                <string id="Event.OdsFailedToStart" value="無法執行惡意軟體掃描。請在桌面按一下右鍵查看結果。"/>
                <string id="Event.OdsPaused" value="已暫停惡意軟體掃描。請在桌面按一下右鍵查看結果。"/>
                <string id="Event.OdsResumed" value="繼續惡意軟體掃描"/>
                <string id="Event.OdsCanceled" value="已取消惡意軟體掃描"/>
                <string id="Event.OdsCanceledAdmin" value="您的 Falcon 管理員已取消惡意軟體掃描"/>
                <string id="Event.OdsCompleteClean" value="惡意軟體掃描找到 0 個可疑檔案"/>
                <string id="Event.OdsCompleteDirty" value="惡意軟體掃描找到可疑檔案。請在桌面按一下右鍵查看結果。"/>
                <string id="Event.OdsPartialCompleteClean" value="惡意軟體掃描找到 0 個可疑檔案，但無法完成掃描。請在桌面按一下右鍵查看結果。"/>
                <string id="Event.OdsPartialCompleteDirty" value="惡意軟體掃描找到可疑檔案，但無法完成掃描。請在桌面按一下右鍵查看結果。"/>
                <string id="Event.OdsOnlyUnsupported" value="惡意軟體掃描找不到要掃描的受支援檔案。請在桌面按一下右鍵查看結果。"/>
                <string id="Event.OdsCompleteCleanUnsupported" value="惡意軟體掃描找到 0 個可疑檔案。無法掃描一些不受支援的檔案。請在桌面按一下右鍵查看結果。"/>
                <string id="Event.OdsCompleteDirtyUnsupported" value="惡意軟體掃描找到可疑檔案。無法掃描一些不受支援的檔案。請在桌面按一下右鍵查看結果。"/>
                <string id="Event.ContainerStarting" value="正在啟動 CSFalconContainer：pid=%1 component=%2。"/>
                <string id="Event.ContainerExiting" value="正在退出 CSFalconContainer：pid=%1 component=%2。"/>
                <string id="Event.ExfilBlocked" value="資料保護已封鎖外洩。"/>
                <string id="Event.ExfilAllowed" value="資料保護已允許外洩。"/>
                <string id="Event.RtrDisabledLocally" value="此主機的本機設定已停用即時回應。"/>
                <string id="Event.RtrSettingsUpdatedToDisable" value="本機設定更新後，已停用此主機上的即時回應。"/>
                <string id="Event.RtrSettingsUpdatedToEnable" value="本機設定更新後，已啟用此主機上的即時回應。"/>
                <string id="Event.FirefoxExtensionPolicyUpdated" value="Firefox 安全性方針已更新。請重新啟動您的瀏覽器以套用變更。"/>
                <string id="Event.RtrDisplayCustomText" value="%1"/>
                <string id="Event.IdpDisableTrafficInspectionEvent" value="停用流量檢查。補救措施 ID=%1 監控=%2 狀態=%4 原因=%3"/>
                <string id="Event.IdpDisablePolicyEvent" value="停用身分識別保護原則。補救措施 ID=%1 監控=%2 狀態=%4 原因=%3"/>
                <string id="Event.IdpDisableNewConnectionsEvent" value="停用新的身分識別保護連線。補救措施 ID=%1 監控=%2 狀態=%4 原因=%3"/>
                <string id="Event.IdpRestartContainerEvent" value="重新啟動身分識別保護容器。補救措施 ID=%1 監控=%2 狀態=%4 原因=%3"/>
                <string id="Event.IdpEnableTrafficInspectionEvent" value="重新啟用身分識別保護流量檢查。補救措施 ID=%1 監控=%2 狀態=%4 原因=%3"/>
                <string id="Event.IdpEnablePolicyEvent" value="重新啟用身分識別保護原則。補救措施 ID=%1 監控=%2 狀態=%4 原因=%3"/>
                <string id="Event.IdpEnableNewConnectionsEvent" value="重新啟用新的身分識別保護連線。補救措施 ID=%1 監控=%2 狀態=%4 原因=%3"/>
                <string id="IdpWatchdogRemediationActionReason.NOT_SPECIFIED" value="未指定"/>
                <string id="IdpWatchdogRemediationActionReason.CONFIGURATION_CHANGED" value="設定已變更"/>
                <string id="IdpWatchdogRemediationActionReason.MEMORY_USAGE" value="Memory usage exceeds threshold"/>
                <string id="IdpWatchdogRemediationActionReason.IDP_PROCESSING_DEGRADATION" value="IDP Processing Degradation"/>
                <string id="IdpWatchdogRemediationActionReason.CPU_LOAD" value="CPU Load"/>
                <string id="IdpWatchdogRemediationActionReason.CS_IDP_CLOUD_UNRESPONSIVE" value="Idp Cloud Unresponsive"/>
                <string id="IdpWatchdogRemediationActionReason.SHUTDOWN" value="關機"/>
                <string id="IdpWatchdogRemediationActionReason.STARTUP" value="啟動"/>
                <string id="IdpWatchdogRemediationActionReason.CONDITIONS_IMPROVED" value="狀況已改善"/>
                <string id="IdpWatchdogRemediationActionReason.MANUAL_REQUEST" value="手動請求"/>
                <string id="IdpWatchdogRemediationState.APPLIED" value="已套用補救措施"/>
                <string id="IdpWatchdogRemediationState.HELD" value="補救措施仍在作用中"/>
                <string id="IdpWatchdogRemediationState.REMOVED" value="已還原補救措施"/>
                <string id="IdpWatchdogRemediationState.NOT_SPECIFIED" value="未指定"/>
                <string id="Event.PermissionsExpire" value="本機權限即將到期。如有需要，請延長您的權限時間。"/>
                <string id="Event.PermissionsExpireLogoff" value="本機權限即將到期，您將會自動登出。請儲存您的工作或延長權限時間。"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_PROCESS_START" value="FALCON_SERVICE_SERVLET_FXML_PROCESS_START"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE" value="FALCON_SERVICE_SERVLET_FXML_EXECUTABLE_WRITE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION" value="FALCON_SERVICE_SERVLET_OFFICE_FILE_PREVENTION"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS" value="FALCON_SERVICE_SERVLET_BEHAVIORAL_ANALYSIS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER" value="FALCON_SERVICE_SERVLET_PROTOCOL_ANALYZER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN" value="FALCON_SERVICE_SERVLET_BYTE_PATTERN_MEMORY_SCAN"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_LEDGER" value="FALCON_SERVICE_SERVLET_LEDGER"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_DECOMPRESS" value="FALCON_SERVICE_SERVLET_DECOMPRESS"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_FILE_METADATA" value="FALCON_SERVICE_SERVLET_FILE_METADATA"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_VCI_MODULE" value="FALCON_SERVICE_SERVLET_VCI_MODULE"/>
                <string id="FalconServiceComponent.FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION" value="FALCON_SERVICE_SERVLET_SOURCE_LANGUAGE_PREDICTION"/>
            </stringTable>
        </resources>
    </localization>
</instrumentationManifest>
