(no spaces; must match the name as received from the webservice\'s payload)';
$s_plugin_SourceGitBucket_hub_url = 'GitBucket base URL';
$s_plugin_SourceGitBucket_hub_pwd = 'GitBucket password';
$s_plugin_SourceGitBucket_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_SourceGitBucket_hub_app_secret = 'GitHub Application Secret';
$s_plugin_SourceGitBucket_hub_app_access_token = 'GitHub Application Access Token';
$s_plugin_SourceGitBucket_master_branch = 'Primary Branches
(comma-separated list)';
$s_plugin_SourceGitBucket_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_SourceGitBucket_hub_app_authorize = 'Click to Authorize';
$s_plugin_SourceGitBucket_hub_app_authorized = 'Authorized';
$s_plugin_SourceGitBucket_repo_authorized = 'MantisBT is now authorized to access this GitHub repository.
';
$s_plugin_SourceGitBucket_repo_authorization_failed = 'Sorry, MantisBT could not be authorized to access this GitHub repository.
';
$s_plugin_SourceGitBucket_oauth_authorization = 'GitHub OAuth Authorization';
$s_plugin_SourceGitBucket_back_repo = 'Back to Repository';
$s_plugin_SourceGitBucket_error_invalid_branch = 'Invalid character in Primary Branch';