<?php
/**
* This file is part of Aksara CMS, both framework and publishing
* platform.
*
* @author Aby Dahana <abydahana@gmail.com>
* @copyright (c) Aksara Laboratory <https://aksaracms.com>
* @license MIT License
*
* This source file is subject to the MIT license that is bundled
* with this source code in the LICENSE.txt file.
*
* When the signs come, those who don't believe at "that time"
* will have only two choices, commit suicide or become brutal.
*/
declare(strict_types=1);
/**
* This file is part of CodeIgniter 4 framework.
*
* (c) CodeIgniter Foundation <admin@codeigniter.com>
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
// Publisher language settings
return [
'collision' => 'Le Publisher a rencontré un {0} inattendu en copiant {1} vers {2}.',
'destinationNotAllowed' => 'La destination ne figure pas dans la liste de répertoires de Publisher autorisés : {0}',
'fileNotAllowed' => '{0} ne répond pas à la restriction suivante pour {1} : {2}',
// Publish Command
'publishMissing' => 'Aucune classe Publisher détectée dans {0} dans tous les espaces de noms.',
'publishMissingNamespace' => 'Aucune classe Publisher détectée dans {0} dans l\'espace de nom {1}.',
'publishSuccess' => '{0} a publié {1} fichier(s) vers {2}.',
'publishFailure' => '{0} n\'a pas réussi à publier vers {1} !',
];
|