12 lines
330 B
PHP
12 lines
330 B
PHP
<?php
|
|
/*
|
|
SPDX-License-Identifier: AGPL-3.0-only
|
|
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
|
|
*/
|
|
|
|
return [
|
|
'add-as-bcc' => 'Ajouter en copie (cachée)',
|
|
'add-as-cc' => 'Ajouter en copie (visible)',
|
|
'name' => 'Groupes de contacts',
|
|
'new' => 'Nouveau groupe de contacts',
|
|
];
|