mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-01-28 16:18:40 +00:00
44 lines
1.2 KiB
PHP
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',
|
|
]];
|