1<?php
2/*
3 * Settings language file
4 */
5$lang['server.default'] = 'Add your Gitlab serveur url, without the slash ending. E.g.: http://my-gitlab.com';
6$lang['token.default'] = 'A valid token who has access to all projects.';
7$lang['unwanted.users'] = 'If you do not want to show some users of your projects, add them here, separated by commas.';
8