Table B-4 provides the user interface string names found in Strings.xml. These are the labels, menu options, and so forth that appear on the application user interface. You can change the default values, either by localizing the text or modifying it for your environment.
Some messages include variables, or placeholders, that are
populated depending on the circumstances. For example, the message Saving
Record {0} of {1}
includes
two variables ( {0}
and {1}
).
During execution, the variables are replaced with other messages,
for example, the message might read Saving Record
20 of 25
. Do not change the placeholder, just
the text.
User interface string name |
Default |
---|---|
STRING_ABORT |
Abort |
STRING_*ALL_COLUMNS* |
ALL COLUMNS |
STRING_APPLICATIONS |
Applications |
STRING_BACK |
Back |
STRING_BUILD_DATE:_X |
Build Date: {0} |
STRING_CANCEL |
Cancel |
STRING_CANCELLED |
Cancelled |
STRING_CONFIRM |
Confirm |
STRING_CURRENT_PROFILE |
Current Profile |
STRING_DELETE |
Delete |
STRING_DELETE_ALL |
Delete All |
STRING_DELETE_APPLICATION |
Delete Application |
STRING_DELETE_LOG |
Delete Log |
STRING_DELETE_PROFILE |
Delete Profile |
STRING_DELETING_LOGS |
Deleting Logs |
STRING_DESELECT_ALL |
Deselect All |
STRING_DETAIL |
Detail |
STRING_DETAIL_VIEW |
Detail View |
STRING_DOWNLOADING |
Downloading |
STRING_EDIT |
Edit |
STRING_EDIT_PROFILE |
Edit Profile |
STRING_EQUALS |
Equals |
STRING_ERROR |
Error |
STRING_EXIT |
Exit |
STRING_FAILED |
Failed |
STRING_IGNORE |
Ignore |
STRING_INSERT |
Insert |
STRING_INVERT_SELECTION |
Invert Selection |
STRING_LIKE |
Like |
STRING_LOG_DETAILS |
Log Details |
STRING_LOG |
Log |
STRING_LOGS |
Logs |
STRING_MENU |
Menu |
STRING_MESSAGE |
Message |
STRING_NEW |
New |
STRING_NEW_PROFILE |
New Profile |
STRING_NO |
No |
STRING_OK |
OK |
STRING_OPEN |
Open |
STRING_OVERALL_PROGRESS |
Overall Progress |
STRING_PASSWORD: |
Password : |
STRING_PORT: |
Port : |
STRING_PROFILE |
Profile |
STRING_PROFILE_NAME: |
Profile Name : |
STRING_PROFILES |
Profiles |
STRING_PROGRESS |
Progress |
STRING_REQUIREMENT_MISSING |
Requirement Missing |
STRING_RETRY |
Retry |
STRING_RID: |
RID : |
STRING_SAVE |
Save |
STRING_SAVED |
Saved |
STRING_SAVING |
Saving |
STRING_SAVING_RECORD_X_OF_Y |
Saving Record {0} of {1} |
STRING_SEARCH |
Search |
STRING_SEARCH_FOR: |
Search For : |
STRING_SEARCH_IN: |
Search In : |
STRING_SEARCH_TYPE: |
Search Type : |
STRING_SELECT_ALL |
Select All |
STRING_SENDING_UPDATES |
Sending Updates |
STRING_SERVER: |
Server : |
STRING_SHOW_ALL |
Show All |
STRING_SORT |
Sort |
STRING_STATUS |
Status |
STRING_STATUS: |
Status: |
STRING_SYNCHRONIZE_ALL |
All |
STRING_SYNCHRONIZE_SELECTED |
Selected |
STRING_SYNCHRONIZE |
Synchronize |
STRING_SYNCHRONIZE_UPDATES |
Sync Updates |
STRING_SYNCHRONIZATION_CANCELLED |
Synchronization Cancelled |
STRING_SYNCHRONIZING |
Synchronizing |
STRING_TIMESTAMP |
Timestamp |
STRING_TYPE |
Type |
STRING_USER_NAME: |
User Name : |
STRING_VALIDATION_FAILED |
Validation Failed |
STRING_VERSION:_X |
Version: {0} |
STRING_X/Y |
{0}/{1} |
STRING_YES |
Yes |