mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 10:21:32 +01:00
15 lines
226 B
PHP
15 lines
226 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'GBP' => [
|
|
0 => 'GB£',
|
|
1 => 'British Pound',
|
|
],
|
|
'SSP' => [
|
|
0 => '£',
|
|
1 => 'South Sudanese Pound',
|
|
],
|
|
],
|
|
];
|