warlof/slackbot

View on GitHub
src/lang/af/seat.php

Summary

Maintainability
A
2 hrs
Test Coverage
<?php
/**
 * This file is part of slackbot and provide user synchronization between both SeAT and a Slack Team
 *
 * Copyright (C) 2016, 2017, 2018, 2019  Loïc Leuilliot <loic.leuilliot@gmail.com>
 *
 * This program is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */

return [
    'management' => 'Slackbot Access Management',
    'mapping' => 'Slackbot User Mapping',
    'quick_create' => 'Quick create',
    'type' => 'Type',
    'username' => 'Username',
    'channel' => 'Channel',
    'title' => 'Title',
    'add' => 'Add',
    'authorisations' => 'Authorisations',
    'user_filter' => 'User Filter',
    'role_filter' => 'Role Filter',
    'corporation_filter' => 'Corporation Filter',
    'title_filter' => 'Title Filter',
    'alliance_filter' => 'Alliance Filter',
    'public_filter' => 'Public Filter',
    'created' => 'Created',
    'updated' => 'Updated',
    'status' => 'Status',
    'role' => 'Role',
    'corporation' => 'Corporation',
    'alliance' => 'Alliance',
    'remove' => 'Remove',
    'enabled' => 'Enabled',
    'settings' => 'Slackbot Settings',
    'user_list' => 'User List',
    'existing_setup_disclaimer' => 'It appears you already have a Slack API access setup. In order to prevent any mistakes, :client_id and :client_secret fields have been disabled. Please use the rubber in order to enable modifications.',
];