mirror of
https://github.com/Karaka-Management/oms-Profile.git
synced 2026-01-23 20:58:40 +00:00
105 lines
3.8 KiB
PHP
Executable File
105 lines
3.8 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 ['Profile' => [
|
|
'Account' => 'account',
|
|
'Account/Group' => 'Account / Gruppo',
|
|
'Activity' => 'Attività',
|
|
'Address' => 'Indirizzo',
|
|
'Amount' => '{Quantità}',
|
|
'Area' => 'La zona',
|
|
'Birthday' => 'Compleanno',
|
|
'Change' => 'Modificare',
|
|
'City' => 'Città',
|
|
'Community' => 'Comunità',
|
|
'Contact' => 'Contatto',
|
|
'ContactInformation' => 'Informazioni sui contatti',
|
|
'Country' => 'Nazione',
|
|
'CreateProfile' => 'Crea un profilo',
|
|
'Currency' => 'Moneta',
|
|
'Currencyformat' => 'Currencyformat',
|
|
'Customized' => 'su misura',
|
|
'DateDelim' => 'separatore data',
|
|
'DecimalPoint' => 'Punto decimale',
|
|
'Defaults' => 'Defaults',
|
|
'Email' => 'E-mail',
|
|
'Fast' => 'Veloce',
|
|
'General' => 'Generale',
|
|
'Glass' => 'Bicchiere',
|
|
'Heavy' => 'pesante',
|
|
'Language' => 'linguaggio',
|
|
'Large' => 'Grande',
|
|
'LastLogin' => 'Ultimo accesso',
|
|
'Length' => 'Lunghezza',
|
|
'Light' => 'Luce',
|
|
'Load' => 'Caricare',
|
|
'Localization' => 'Localizzazione',
|
|
'Long' => 'Lungo',
|
|
'Medium' => 'medio',
|
|
'Name' => 'Nome',
|
|
'NoAddressSpecified' => 'Nessun indirizzo specificato',
|
|
'NoContactSpecified' => 'Nessun contatto specificato',
|
|
'Numberformat' => 'NumberFormat',
|
|
'Numeric' => 'Numerico',
|
|
'OFF' => 'OFF',
|
|
'ON' => 'SU',
|
|
'Occupation' => 'Occupazione',
|
|
'Phone' => 'Telefono',
|
|
'Precision' => 'Precisione',
|
|
'Profile' => 'Profilo',
|
|
'ProfileImage' => 'Immagine del profilo',
|
|
'Profiles' => 'Profili',
|
|
'Ranks' => 'Ranks',
|
|
'Registered' => 'Registrato',
|
|
'Sea' => 'Mare',
|
|
'Search' => 'Ricerca',
|
|
'Short' => 'Corto',
|
|
'Skype' => 'Skype',
|
|
'Slow' => 'Lento',
|
|
'Small' => 'Piccolo',
|
|
'Speed' => 'Velocità',
|
|
'Status' => 'Stato',
|
|
'Tablespoon' => 'Cucchiaio',
|
|
'Teaspoon' => 'Cucchiaino',
|
|
'Temperature' => 'Temperatura',
|
|
'ThousandsSeparator' => 'migliaia separatore',
|
|
'Time' => 'Tempo',
|
|
'TimeDelim' => 'tempo separatore',
|
|
'Timeformat' => 'Formato orario',
|
|
'Timezone' => 'Fuso orario',
|
|
'VeryFast' => 'Molto veloce',
|
|
'VeryHeavy' => 'Molto pesante',
|
|
'VeryLarge' => 'Molto largo',
|
|
'VeryLight' => 'Molto leggero',
|
|
'VeryLong' => 'Molto lungo',
|
|
'VeryShort' => 'Molto corto',
|
|
'VerySlow' => 'Molto lento',
|
|
'VerySmall' => 'Molto piccolo',
|
|
'Visibility' => 'Visibilità',
|
|
'Volume' => 'Volume',
|
|
'Weight' => 'Peso',
|
|
'Zip' => 'Cerniera lampo',
|
|
'aType1' => 'Casa',
|
|
'aType2' => 'Attività commerciale',
|
|
'aType3' => 'spedizione',
|
|
'aType4' => 'Fatturazione',
|
|
'aType5' => 'Opera',
|
|
'aType6' => 'Contrarre',
|
|
'aType7' => 'Altro',
|
|
'cType1' => 'Telefono',
|
|
'cType2' => 'Fax',
|
|
'cType3' => 'Sito web',
|
|
'cType4' => 'E-mail',
|
|
]];
|