defaultAccessControlPolicies_LOCALE.xml

defaultAccessControlPolicies_LOCALE.xml 是一個語言相關的 XML 檔案,可將語言環境特定的資訊移入資料庫表格中。 在語言相關檔中,會翻譯說明欄位,在每個檔案內都可以檢視這些說明欄位。 每個語言相關 Bootstrap 檔都會隨著所選語言的不同而含有不同的說明。

defaultAccessControlPolicies_LOCALE.xml 所移入的資訊類型和資料庫表格包括:

資料庫表格 資訊類型 程式碼範例
ACACGPDESC 將語言環境特定的顯示資訊移入 ACACTGRP 表格。  <ActionGroup_nls ActionGroupName="DoEverything" DisplayName_nls="網站管理者廣域動作群組" Description_nls="網站管理者廣域動作群組" />
ACACTDESC 移入ACACTION 表格中儲存的動作之語言環境特定顯示資訊。  <Action_nls ActionName="*" DisplayName_nls ="AllCommands" Description_nls ="所有指令" />
ACATTRDESC 移入與 ACATTR 表格對應的語言環境特定顯示資訊。 <Attribute_nls AttributeName="Status" DisplayName_nls="狀態屬性" Description_nls="資源狀態屬性" />
ACPOLDESC 將語言環境特定資訊移入 ACPOLICY 表格中。 <Policy_nls PolicyName="SiteAdministratorsCanDoEverything" DisplayName_nls ="SiteAdministratorsCanDoEverything" />
ACRELDESC 將語言環境特定資訊移入 ACRELATION 表格中。 <Relation_nls RelationName="owner" DisplayName_nls="資源擁有者關係" Description_nls="資源關係" />
ACRESGPDES 將語言環境特定顯示資訊移入 ACRESGRP 表格中。 <ResourceGroup_nls ResourceGroupName="AllResourceGroup" DisplayName_nls="所有資源群組" Description_nls="所有資源" />
ACRSCGDES 將語言環境特定顯示資訊移入 ACRESCGRY 表格中。 <ResourceCategory_nls ResourceCategoryName="java.lang.Object" DisplayName_nls="所有資源" Description_nls="所有資源" />

附註:建議您不要修改任何 Bootstrap 檔。 如果修改的話,可能會無法順利建立實例,而這可能會造成主要的支援問題。

相關概念

相關參照

IBM copyright