mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-15 05:51:28 +01:00
14 lines
289 B
PHP
14 lines
289 B
PHP
<?php
|
||
|
||
return [
|
||
'Names' => [
|
||
'BA' => 'Bosnia y Herzegovina',
|
||
'CI' => 'Côte d’Ivoire',
|
||
'GG' => 'Guernsey',
|
||
'RO' => 'Rumania',
|
||
'SA' => 'Arabia Saudita',
|
||
'SZ' => 'Eswatini',
|
||
'UM' => 'Islas menores alejadas de EE. UU.',
|
||
],
|
||
];
|