Files
roxane/lang/fr/notification_templates.php

15 lines
334 B
PHP
Raw Normal View History

<?php
return [
'fields' => [
'singular_name' => 'Template Mail',
'plural_name' => 'Templates Mail',
'identifier' => 'Identifiant',
'name' => 'Nom',
'subject' => 'Objet',
'body' => 'Contenu',
'variables' => 'Variables disponibles',
'is_active' => 'Actif',
],
];