18 lines
412 B
PHP
18 lines
412 B
PHP
<?php
|
|
|
|
return [
|
|
'AB' => 'Alberta',
|
|
'BC' => 'British Columbia',
|
|
'MB' => 'Manitoba',
|
|
'NB' => 'New Brunswick',
|
|
'NL' => 'Newfoundland and Labrador',
|
|
'NT' => 'Northwest Territories',
|
|
'NS' => 'Nova Scotia',
|
|
'NU' => 'Nunavut',
|
|
'ON' => 'Ontario',
|
|
'PE' => 'Prince Edward Island',
|
|
'QC' => 'Quebec',
|
|
'SK' => 'Saskatchewan',
|
|
'YT' => 'Yukon Territory',
|
|
];
|