-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added message properties for GUI friendliness
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
...rest-wordpress/src/main/resources/edu/unc/polygon/connector/wordpress/Messages.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| connector.wordpress.rest.display=Wordpress Rest Connector | ||
| UI_WORDPRESS_USERNAME=Wordpress Username | ||
| UI_WORDPRESS_USERNAME_HELP=The username to retrieve JWT tokens from the REST endpoint, for example "admin". | ||
| UI_WORDPRESS_PASSWORD=Wordpress Password | ||
| UI_WORDPRESS_PASSWORD_HELP=The password for the Wordpress Username account. | ||
| UI_WORDPRESS_REST_URL=REST URL | ||
| UI_WORDPRESS_REST_URL_HELP=The URL for the REST endpoint. The path is required to be wp-json, for example http://localhost/wp-json | ||
| UI_WORDPRESS_UNIQUE_ATTRIBUTE=Wordpress Unique Id | ||
| UI_WORDPRESS_UNIQUE_ATTRIBUTE_HELP=The unique id internal to Wordpress, which is the integer field ID. | ||
| UI_WORDPRESS_NAME_ATTRIBUTE=Wordpress Name Attribute | ||
| UI_WORDPRESS_NAME_ATTRIBUTE_HELP=The naming attribute in Wordpress, which is the string field username. | ||
| UI_WORDPRESS_PASSWORD_ATTRIBUTE=Wordpress Password Attribute | ||
| UI_WORDPRESS_PASSWORD_ATTRIBUTE_HELP=The password attribute in Wordpress, which is the string field password. | ||
| UI_WORDPRESS_SOFT_USER_DELETE=Wordpress Soft Delete | ||
| UI_WORDPRESS_SOFT_USER_DELETE_HELP=If true users won't truly be deleted, but will have all their roles removed. | ||
| UI_WORDPRESS_RECYCLEBIN_USER=Worpress Recyclebin User | ||
| UI_WORDPRESS_RECYCLEBIN_USER_HELP=If soft delete is false, this user will inherit any objects owned by the deleted user. | ||