1<?php
2
3$lang['encoding']              = 'utf-8';
4$lang['direction']             = 'ltr';
5$lang['gitlab.project']        = 'Gitlab Project';
6$lang['gitlab.activity']       = 'Last activity';
7$lang['gitlab.commits']        = 'Commits';
8$lang['gitlab.issues']         = 'Issues';
9$lang['gitlab.milestones']     = 'Milestones';
10$lang['gitlab.pipelines']      = 'Pipelines';
11$lang['gitlab.error']          = '<span style="color: red;">GitLabApi can\'t find your project!</span> Please check your <b>namespace</b> and your <b>project name</b>. Make sure you set up the right server and the right token!';
12
13