Newer
Older
Mantis_source-integration / SourceGitBucket / lang / strings_english.txt
@mira mira on 18 Jun 2018 2 KB bad reponame
<?php

# Copyright (c) 2012 John Reese
# Licensed under the MIT license

$s_plugin_SourceGitBucket_ = '';
$s_plugin_SourceGitBucket_gitbucket = 'GitBucket';
$s_plugin_SourceGitBucket_title = 'GitBucket Integration';
$s_plugin_SourceGitBucket_description = 'Adds GitBucket integration to the Source Integration framework.';

$s_plugin_SourceGitBucket_hub_username = 'GitBucket Username';
$s_plugin_SourceGitBucket_hub_reponame = 'GitBucket Repository Name<br/><span class="small">(no spaces; must match the name as received from the webservice\'s payload)</span>';
$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<br><span class="small">This is required for private repositories and also allows to get around the <a href="https://developer.github.com/v3/#rate-limiting">Rate Limit</a> when importing data.<br>Create a new <a href="https://github.com/settings/applications">GitHub Application</a> if needed.</span>';
$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<br/><span class="small">(comma-separated list)</span>';


$s_plugin_SourceGitBucket_hub_app_client_id_secret_missing = '<span class="small">You must first enter the GitHub Application <em>Client ID</em> &amp; <em>Secret</em> and update the repository before you can authorize.</span>';
$s_plugin_SourceGitBucket_hub_app_authorize = 'Click to Authorize';
$s_plugin_SourceGitBucket_hub_app_authorized = 'Authorized';
$s_plugin_SourceGitBucket_repo_authorized = '<p>MantisBT is now authorized to access this GitHub repository.</p>';
$s_plugin_SourceGitBucket_repo_authorization_failed = '<p style="color: red;">Sorry, MantisBT could not be authorized to access this GitHub repository.</p>';
$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';