<?php

# Copyright (c) 2014 Johannes Goehr
# Copyright (c) 2014 Bob Clough
# Licensed under the MIT license

$s_plugin_SourceGitlab_ = '';
$s_plugin_SourceGitlab_gitlab = 'GitLab';
$s_plugin_SourceGitlab_title = 'Source GitLab Integration';
$s_plugin_SourceGitlab_description = 'Adds GitLab integration to the Source Integration framework.';

$s_plugin_SourceGitlab_hub_root = 'GitLab Root<br /><span class="small">The full URL of your GitLab instance</span>';
$s_plugin_SourceGitlab_hub_repoid = 'GitLab Repository ID<br /><span class="small">Numerical, filled in automatically if empty</span>';
$s_plugin_SourceGitlab_hub_reponame = 'GitLab Repository Name<br /><span class="small">Name &amp; Namespace with no leading or trailing slashes (namespace/project)</span>';
$s_plugin_SourceGitlab_hub_app_secret = 'GitLab API Key<br /><span class="small">api key for mantis user (continuous user)</span>';
$s_plugin_SourceGitlab_master_branch = 'Allowed Branches<br/><span class="small">(comma-separated list, regular expression with /.../  or *)</span>';
$s_plugin_SourceGitlab_import_limit = 'Import Limit<br/><span class="small">at most this many commits per import action (0: unlimited)</span>';

$s_plugin_SourceGitlab_error_api = 'GitLab API error (%1$s)';
$s_plugin_SourceGitlab_error_api_generic = 'Unable to retrieve Repository ID';

$s_plugin_SourceGitlab_back_repo = 'Back to Repository';
