11 lines
184 B
PHP
11 lines
184 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'en' => 'anglesi',
|
|
'en_001' => 'anglesi (munde)',
|
|
'ie' => 'Interlingue',
|
|
'ie_EE' => 'Interlingue (Estonia)',
|
|
],
|
|
];
|