mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-24 18:31:29 +01:00
11 lines
133 B
PHP
11 lines
133 B
PHP
<?php
|
|
|
|
return [
|
|
'Names' => [
|
|
'AUD' => [
|
|
0 => '$',
|
|
1 => 'Australian Dollar',
|
|
],
|
|
],
|
|
];
|