mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 16:28:40 +00:00
50 lines
1.6 KiB
PHP
Executable File
50 lines
1.6 KiB
PHP
Executable File
<?php
|
|
/**
|
|
* Orange Management
|
|
*
|
|
* PHP Version 8.0
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 1.0
|
|
* @version 1.0.0
|
|
* @link https://orange-management.org
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['Media' => [
|
|
'Account' => 'Compte',
|
|
'Add' => 'Ajouter',
|
|
'AddToCollection' => 'Ajouter à la collection',
|
|
'Author' => 'Auteur',
|
|
'Back' => 'Retour',
|
|
'Changed' => 'Modifié',
|
|
'Changedby' => 'Changé par',
|
|
'CreateCollection' => 'Créer Collection',
|
|
'CreateFile' => 'Créer un fichier',
|
|
'Created' => 'Créé',
|
|
'Creator' => 'Créateur',
|
|
'Data' => 'Données',
|
|
'Description' => 'Description',
|
|
'Edit' => 'Éditer',
|
|
'Editability' => 'éditabilité',
|
|
'Extension' => 'Extension',
|
|
'FilePath' => 'Chemin du fichier',
|
|
'Files' => 'Des dossiers',
|
|
'GroupUser' => 'groupe d\'utilisateurs',
|
|
'Media' => 'Médias',
|
|
'Name' => 'Nom',
|
|
'Path' => 'Chemin',
|
|
'PathSettings' => 'Paramètres du chemin',
|
|
'Permission' => 'Autorisation',
|
|
'Preview' => 'Aperçu',
|
|
'RandomPath' => 'Chemin aléatoire',
|
|
'Select' => 'Sélectionner',
|
|
'Settings' => 'Réglages',
|
|
'Size' => 'Taille',
|
|
'Type' => 'Taper',
|
|
'Upload' => 'Télécharger',
|
|
'VirtualPath' => 'chemin virtuel',
|
|
'Visibility' => 'Visibilité',
|
|
]];
|