Files
roxane/lang/fr/modal.php

24 lines
322 B
PHP
Raw Normal View History

<?php
return [
'confirmation' => 'Êtes-vous sûr de vouloir supprimer ?',
'actions' => [
'cancel' => [
'label' => 'Annuler',
],
'confirm' => [
'label' => 'Confirmer',
],
'submit' => [
'label' => 'Soumettre',
],
],
];