Newer
Older
Mantis_source-integration / SourceGitlab / lang / strings_english.txt
@goehr goehr on 28 Oct 2014 911 bytes Add gitlab support
<?php

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

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

$s_plugin_SourceGitlab_hub_root = 'GitLab Root';
$s_plugin_SourceGitlab_hub_repoid = 'GitLab Repository ID (filled automatically by repo name, if empty)</span>';
$s_plugin_SourceGitlab_hub_reponame = 'GitLab Repository Name with namespace 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 = 'Primary Branches<br/><span class="small">(comma-separated list or *)</span>';

$s_plugin_SourceGitlab_back_repo = 'Back to Repository';