<?php

$s_plugin_SourceBitBucket_ = '';
$s_plugin_SourceBitBucket_bitbucket = 'BitBucket';
$s_plugin_SourceBitBucket_title = 'Source BitBucket Integration';
$s_plugin_SourceBitBucket_description = 'Adds BitBucket integration to the Source Integration framework.';

$s_plugin_SourceBitBucket_bit_basic_login = 'BitBucket Username (for REST API access)<br><span class="small">This is the Id, NOT the e-mail address</span>';
$s_plugin_SourceBitBucket_bit_basic_pwd = 'BitBucket App Password';
$s_plugin_SourceBitBucket_generate_app_pwd = 'Generate one at %1$s';
$s_plugin_SourceBitBucket_bit_username = 'BitBucket Repository Owner<br><span class="small">Username or Team name</span>';
$s_plugin_SourceBitBucket_bit_reponame = 'BitBucket Repository Name<br><span class="small">(no spaces; must match the name as received from the webservice\'s payload)</span>';
$s_plugin_SourceBitBucket_master_branch = 'Primary Branches<br><span class="small">(comma-separated list, * imports all branches)</span>';

$s_plugin_SourceBitBucket_repo_authorized = '<p>MantisBT is now authorized to access this BitBucket repository.</p>';
$s_plugin_SourceBitBucket_repo_authorization_failed = 'Sorry, MantisBT could not be authorized to access this BitBucket repository.';

$s_plugin_SourceBitBucket_oauth_authorization = 'BitBucket OAuth Authorization';
$s_plugin_SourceBitBucket_back_repo = 'Back to Repository';

$s_plugin_SourceBitBucket_error_bitbucket_api = 'BitBucket API call failed with the following error message:<br><em>%1$s</em>';
