|
113 | 113 | "security-model-custom-roles-and-policies-label": "Custom Roles and Policies", |
114 | 114 | "security-model-dd-only-label": "Deployment Descriptor Only", |
115 | 115 |
|
| 116 | + "file-select-title": "Select {{attribute}}", |
| 117 | + "file-select-label": "Selection type", |
| 118 | + "file-select-type-file": "File", |
| 119 | + "file-select-type-dir": "Directory", |
| 120 | + "file-select-type-emptyDir": "Empty Directory", |
| 121 | + "file-select-archive-title": "{{attribute}} Location", |
| 122 | + "file-select-archive-label": "Location Type", |
| 123 | + "file-select-use-file-location": "Use \"{{fileName}}\" on the local file system", |
| 124 | + "file-select-add-to-archive": "Add \"{{fileName}}\" to archive file", |
| 125 | + "file-select-archive-empty-dir": "Use a new empty directory in the archive file", |
| 126 | + "file-select-local-empty-dir": "Use an empty directory on the file system", |
| 127 | + |
116 | 128 | "options-default-label": "Default", |
117 | 129 | "options-persist-label": "Persistent", |
118 | 130 | "options-non-persist-label": "Not Persistent", |
|
426 | 438 | "attribute-editor-from-variable": "From variable \"{{variable}}\"", |
427 | 439 | "attribute-editor-missing-variable": "Missing variable \"{{variable}}\"", |
428 | 440 | "attribute-editor-options": "Options", |
| 441 | + "attribute-editor-select": "Select", |
429 | 442 |
|
430 | 443 | "invalid-integer-error": "Value must be an integer", |
431 | 444 | "invalid-double-error": "Value must be a decimal number, such as 4 or 3.5", |
|
866 | 879 | "a-BatchSize-label": "Batch Size", |
867 | 880 | "f-MessagingBridge-a-BatchSize-help": "The number of messages that are processed within one transaction. Batch Size only applies to a messaging bridge instance forwarding messages in synchronous mode and has a QOS (quality of service) that requires two-phase transactions.", |
868 | 881 |
|
869 | | - "a-BeaHome-label": "Bea Home", |
| 882 | + "a-BeaHome-label": "BEA Home", |
870 | 883 |
|
871 | 884 | "a-BeforeCompletionIterationLimit-label": "Before Completion Iteration Limit", |
872 | 885 | "a-BeforeCompletionIterationLimit-help": "The maximum number of cycles that the transaction manager performs the beforeCompletion synchronization callback for this WebLogic Server domain. Nothing prevents a Synchronization object from registering another during beforeCompletion, even those whose beforeCompletions have already been called. For example, an EJB can call another in its ejbStore() method. To accommodate this, the transaction manager calls all Synchronization objects, then repeats the cycle if new ones have been registered. This count sets a limit to the number of cycles that synchronization occurs.", |
|
4872 | 4885 | "a-PlaintextPasswordsEnabled-help": "Specifies whether plaintext passwords are allowed to be used.", |
4873 | 4886 |
|
4874 | 4887 | "a-PlanDir-label": "Plan Directory", |
4875 | | - "a-PlanDir-help": "The location of this application's configuration area. This directory can contain external descriptor files as specified within the deployment plan document. f the plan directory is a relative path, it is resolved relative to InstallDir if InstallDir is not null; otherwise, it is resolved relative to the domain root.", |
| 4888 | + "a-PlanDir-help": "The location of this application's configuration area. This directory can contain external descriptor files as specified within the deployment plan document. If the plan directory is a relative path, it is resolved relative to InstallDir if InstallDir is not null; otherwise, it is resolved relative to the domain root.", |
4876 | 4889 |
|
4877 | 4890 | "a-PlanPath-label": "Plan Path", |
4878 | 4891 | "a-PlanPath-help": "The path to the deployment plan document on the Administration Server. If the plan path is a relative path, it is resolved relative to PlanDir if PlanDir is not null; otherwise, it is resolved relative to the domain root.", |
|
4921 | 4934 | "a-PolicyDeploymentEnabled-help": "Specifies whether this Authorization provider stores policies that are created while deploying a Web application or EJB.", |
4922 | 4935 |
|
4923 | 4936 | "a-PolicySelectionPreference-label": "Policy Selection Preference", |
4924 | | - "f-WebserviceSecurity-a-PolicySelectionPreference-help": "Specifies the value of the PolicySelectionPreference attribute. f NONE is specified, no preference is applied - the first policy alternative is always chosen, and optional policy assertions are ignored.", |
| 4937 | + "f-WebserviceSecurity-a-PolicySelectionPreference-help": "Specifies the value of the PolicySelectionPreference attribute. If NONE is specified, no preference is applied - the first policy alternative is always chosen, and optional policy assertions are ignored.", |
4925 | 4938 |
|
4926 | 4939 | "a-PollingInterval-label": "Polling Interval", |
4927 | 4940 | "a-PollingInterval-help": "The frequency (in seconds) that WebLogic Server checks the attribute value. The default value is 10.", |
|
7076 | 7089 | "a-coherence_StartScriptName-label": "Coherence Start Script Name", |
7077 | 7090 | "f-NMProperties-a-coherence_StartScriptName-help": "The name of the script to be executed to start the server.", |
7078 | 7091 |
|
7079 | | - "a-compInfoXMLLocation-label": "Comp Info XML Location", |
| 7092 | + "a-compInfoXMLLocation-label": "Component Info XML Location", |
7080 | 7093 | "a-compInfoXMLLocation-help": "The full path to the location of the ComponentInfo.xml file. The default location is ORACLE_HOME/oracle_common/rcu/config.", |
7081 | 7094 |
|
7082 | 7095 | "a-databaseType-label": "Database Type", |
|
7171 | 7184 |
|
7172 | 7185 | "a-st-label": "st", |
7173 | 7186 |
|
7174 | | - "a-storageXMLLocation-label": "Storage XML Location", |
| 7187 | + "a-storageXMLLocation-label": "Storage Info XML Location", |
7175 | 7188 | "a-storageXMLLocation-help": "The full path to the location of the StorageInfo.xml file. The default location is ORACLE_HOME/oracle_common/rcu/config.", |
7176 | 7189 |
|
7177 | 7190 | "a-street-label": "street", |
|
0 commit comments