Skip to content

Commit

Permalink
Added message properties for GUI friendliness
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan committed Apr 3, 2019
1 parent 58a53c1 commit 0a9f1fd
Showing 1 changed file with 18 additions and 0 deletions.
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.

0 comments on commit 0a9f1fd

Please sign in to comment.