mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 18:31:29 +01:00
15 lines
221 B
PHP
15 lines
221 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'GBP' => [
|
|
0 => 'GB£',
|
|
1 => 'British Pound',
|
|
],
|
|
'SHP' => [
|
|
0 => '£',
|
|
1 => 'St Helena Pound',
|
|
],
|
|
],
|
|
];
|