mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-01-27 08:18:41 +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' => 'account',
|
|
'Add' => 'Inserisci',
|
|
'AddToCollection' => 'Aggiungere alla collezione',
|
|
'Author' => 'Autore',
|
|
'Back' => 'Indietro',
|
|
'Changed' => 'Cambiato',
|
|
'Changedby' => 'Modificato da',
|
|
'CreateCollection' => 'Crea album',
|
|
'CreateFile' => 'Crea file',
|
|
'Created' => 'Creato',
|
|
'Creator' => 'Creatore',
|
|
'Data' => 'Dati',
|
|
'Description' => 'Descrizione',
|
|
'Edit' => 'modificare',
|
|
'Editability' => 'modificabilità',
|
|
'Extension' => 'Estensione',
|
|
'FilePath' => 'Percorso del file',
|
|
'Files' => 'File',
|
|
'GroupUser' => 'User Group',
|
|
'Media' => 'Media',
|
|
'Name' => 'Nome',
|
|
'Path' => 'Sentiero',
|
|
'PathSettings' => 'impostazioni di percorso',
|
|
'Permission' => 'Autorizzazione',
|
|
'Preview' => 'Anteprima',
|
|
'RandomPath' => 'Percorso a caso',
|
|
'Select' => 'Selezionare',
|
|
'Settings' => 'impostazioni',
|
|
'Size' => 'Taglia',
|
|
'Type' => 'genere',
|
|
'Upload' => 'Caricare',
|
|
'VirtualPath' => 'virtual Path',
|
|
'Visibility' => 'Visibilità',
|
|
]];
|