Approval.
This commit is contained in:
@ -1,2 +1,20 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$colors_set = array (
|
||||
'black' => 'nero',
|
||||
'green' => 'verde',
|
||||
'silver' => 'argento',
|
||||
'lime' => 'verde chiaro',
|
||||
'gray' => 'grigo',
|
||||
'olive' => 'olive',
|
||||
'white' => 'bianco',
|
||||
'yellow' => 'giallo',
|
||||
'maroon' => 'marrone',
|
||||
'navy' => 'blu scuro',
|
||||
'red' => 'rosso',
|
||||
'blue' => 'blu',
|
||||
'purple' => 'lilla',
|
||||
'teal' => ' verd(e)azzurro ',
|
||||
'fuchsia' => 'fucsia',
|
||||
'aqua' => 'turchese',
|
||||
);
|
||||
|
Reference in New Issue
Block a user