diff --git a/SourceGithub/lang/strings_english.txt b/SourceGithub/lang/strings_english.txt index b9edf6b..3437143 100644 --- a/SourceGithub/lang/strings_english.txt +++ b/SourceGithub/lang/strings_english.txt @@ -10,12 +10,12 @@ $s_plugin_SourceGithub_hub_username = 'GitHub Username'; $s_plugin_SourceGithub_hub_reponame = 'GitHub Repository Name
(no spaces; must match the name as received from the webservice\'s payload)'; -$s_plugin_SourceGithub_hub_app_client_id = 'GitHub Application Client ID
For private repositories. Create a new GitHub Application if needed'; -$s_plugin_SourceGithub_hub_app_secret = 'GitHub Application Secret
For private repositories'; -$s_plugin_SourceGithub_hub_app_access_token = 'GitHub Application Access Token
For private repositories'; +$s_plugin_SourceGithub_hub_app_client_id = 'GitHub Application Client ID
This is required for private repositories and also allows to get around the Rate Limit when importing data.
Create a new GitHub Application if needed.
'; +$s_plugin_SourceGithub_hub_app_secret = 'GitHub Application Secret'; +$s_plugin_SourceGithub_hub_app_access_token = 'GitHub Application Access Token'; $s_plugin_SourceGithub_master_branch = 'Primary Branches
(comma-separated list)'; -$s_plugin_SourceGithub_hub_app_client_id_secret_missing = 'N/A
You must enter the GitHub Application Client ID & Secret and update before you can authorize'; +$s_plugin_SourceGithub_hub_app_client_id_secret_missing = 'You must first enter the GitHub Application Client ID & Secret and update the repository before you can authorize.'; $s_plugin_SourceGithub_hub_app_authorize = 'Click to Authorize'; $s_plugin_SourceGithub_hub_app_authorized = 'Authorized';