mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
11 lines
210 B
PHP
11 lines
210 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'ar_SA' => 'árabe (Arabia Saudita)',
|
|
'en_GG' => 'inglés (Guernsey)',
|
|
'en_SZ' => 'inglés (Eswatini)',
|
|
'ro_RO' => 'rumano (Rumania)',
|
|
],
|
|
];
|