diff --git a/connector-rest-wordpress/src/main/resources/edu/unc/polygon/connector/wordpress/Messages.properties b/connector-rest-wordpress/src/main/resources/edu/unc/polygon/connector/wordpress/Messages.properties new file mode 100644 index 0000000..0df3d7d --- /dev/null +++ b/connector-rest-wordpress/src/main/resources/edu/unc/polygon/connector/wordpress/Messages.properties @@ -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. +