Initial Commit

This commit is contained in:
David Stone
2024-11-30 18:24:12 -07:00
commit e8f7955c1c
5432 changed files with 1397750 additions and 0 deletions

61
inc/country/ca/nb.php Normal file
View File

@ -0,0 +1,61 @@
<?php // phpcs:ignore - @generation-checksum CA-NB-37
/**
* State City List for NB - CA.
*
* City count: 37
*
* @package WP_Ultimo\Country
* @since 2.0.11
*/
// Exit if accessed directly
defined('ABSPATH') || exit;
/**
* State City List for NB - CA.
*
* IMPORTANT:
* This file is generated by build scripts, do not
* change it directly or your changes will be LOST!
*
* @since 2.0.11
*/
return array(
__('Baie Ste. Anne', 'wp-ultimo-locations'),
__('Bathurst', 'wp-ultimo-locations'),
__('Bouctouche', 'wp-ultimo-locations'),
__('Campbellton', 'wp-ultimo-locations'),
__('Dieppe', 'wp-ultimo-locations'),
__('Edmundston', 'wp-ultimo-locations'),
__('Florenceville-Bristol', 'wp-ultimo-locations'),
__('Fredericton', 'wp-ultimo-locations'),
__('Fundy Bay', 'wp-ultimo-locations'),
__('Grande-Digue', 'wp-ultimo-locations'),
__('Greater Lakeburn', 'wp-ultimo-locations'),
__('Hampton', 'wp-ultimo-locations'),
__('Harrison Brook', 'wp-ultimo-locations'),
__('Keswick Ridge', 'wp-ultimo-locations'),
__('Lincoln', 'wp-ultimo-locations'),
__('Lutes Mountain', 'wp-ultimo-locations'),
__('McEwen', 'wp-ultimo-locations'),
__('Miramichi', 'wp-ultimo-locations'),
__('Moncton', 'wp-ultimo-locations'),
__('Nackawic', 'wp-ultimo-locations'),
__('New Maryland', 'wp-ultimo-locations'),
__('Noonan', 'wp-ultimo-locations'),
__('Oromocto', 'wp-ultimo-locations'),
__('Richibucto', 'wp-ultimo-locations'),
__('Sackville', 'wp-ultimo-locations'),
__('Saint Andrews', 'wp-ultimo-locations'),
__('Saint John', 'wp-ultimo-locations'),
__('Saint-Antoine', 'wp-ultimo-locations'),
__('Saint-Léonard', 'wp-ultimo-locations'),
__('Salisbury', 'wp-ultimo-locations'),
__('Shediac', 'wp-ultimo-locations'),
__('Shediac Bridge-Shediac River', 'wp-ultimo-locations'),
__('Shippagan', 'wp-ultimo-locations'),
__('Starlight Village', 'wp-ultimo-locations'),
__('Sussex', 'wp-ultimo-locations'),
__('Tracadie-Sheila', 'wp-ultimo-locations'),
__('Wells', 'wp-ultimo-locations'),
);