oms-News/Theme/Backend/Lang/fr.lang.php
2022-02-19 14:33:15 +01:00

44 lines
1.2 KiB
PHP

<?php
/**
* Karaka
*
* PHP Version 8.0
*
* @package Modules\Localization
* @copyright Dennis Eichhorn
* @license OMS License 1.0
* @version 1.0.0
* @link https://karaka.app
*/
declare(strict_types=1);
return ['News' => [
'Accounts/Groups' => 'Comptes / groupes',
'Additional' => 'Supplémentaire',
'AllowComments' => 'Autoriser les commentaires',
'Archive' => 'Archiver',
'Author' => 'Auteur',
'Categories' => 'Catégories',
'Date' => 'Date',
'Draft' => 'Brouillon',
'Edit' => 'Éditer',
'Featured' => 'Mis en exergue',
'Groups' => 'Groupes',
'Headline' => 'Gros titre',
'Headlines' => 'Titres',
'Language' => 'Langue',
'Link' => 'Lien',
'News' => 'Des nouvelles',
'Plain' => 'Plaine',
'Preview' => 'Aperçu',
'Publish' => 'Publier',
'Settings' => 'Réglages',
'Status' => 'Statut',
'TYPE0' => 'Article',
'TYPE1' => 'Lien',
'TYPE2' => 'Gros titre',
'Title' => 'Titre',
'Type' => 'Taper',
'Visible' => 'Visible',
]];