Initial Commit
This commit is contained in:
78
inc/country/us/de.php
Normal file
78
inc/country/us/de.php
Normal file
@ -0,0 +1,78 @@
|
||||
<?php // phpcs:ignore - @generation-checksum US-DE-54
|
||||
/**
|
||||
* State City List for DE - US.
|
||||
*
|
||||
* City count: 54
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for DE - US.
|
||||
*
|
||||
* 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(
|
||||
__('Bear', 'wp-ultimo-locations'),
|
||||
__('Bellefonte', 'wp-ultimo-locations'),
|
||||
__('Bethany Beach', 'wp-ultimo-locations'),
|
||||
__('Blades', 'wp-ultimo-locations'),
|
||||
__('Bridgeville', 'wp-ultimo-locations'),
|
||||
__('Brookside', 'wp-ultimo-locations'),
|
||||
__('Camden', 'wp-ultimo-locations'),
|
||||
__('Cheswold', 'wp-ultimo-locations'),
|
||||
__('Claymont', 'wp-ultimo-locations'),
|
||||
__('Clayton', 'wp-ultimo-locations'),
|
||||
__('Delaware City', 'wp-ultimo-locations'),
|
||||
__('Delmar', 'wp-ultimo-locations'),
|
||||
__('Dover', 'wp-ultimo-locations'),
|
||||
__('Dover Base Housing', 'wp-ultimo-locations'),
|
||||
__('Edgemoor', 'wp-ultimo-locations'),
|
||||
__('Elsmere', 'wp-ultimo-locations'),
|
||||
__('Felton', 'wp-ultimo-locations'),
|
||||
__('Georgetown', 'wp-ultimo-locations'),
|
||||
__('Glasgow', 'wp-ultimo-locations'),
|
||||
__('Greenville', 'wp-ultimo-locations'),
|
||||
__('Greenwood', 'wp-ultimo-locations'),
|
||||
__('Harrington', 'wp-ultimo-locations'),
|
||||
__('Highland Acres', 'wp-ultimo-locations'),
|
||||
__('Hockessin', 'wp-ultimo-locations'),
|
||||
__('Kent Acres', 'wp-ultimo-locations'),
|
||||
__('Kent County', 'wp-ultimo-locations'),
|
||||
__('Laurel', 'wp-ultimo-locations'),
|
||||
__('Lewes', 'wp-ultimo-locations'),
|
||||
__('Long Neck', 'wp-ultimo-locations'),
|
||||
__('Middletown', 'wp-ultimo-locations'),
|
||||
__('Milford', 'wp-ultimo-locations'),
|
||||
__('Millsboro', 'wp-ultimo-locations'),
|
||||
__('Milton', 'wp-ultimo-locations'),
|
||||
__('New Castle', 'wp-ultimo-locations'),
|
||||
__('New Castle County', 'wp-ultimo-locations'),
|
||||
__('Newark', 'wp-ultimo-locations'),
|
||||
__('Newport', 'wp-ultimo-locations'),
|
||||
__('North Star', 'wp-ultimo-locations'),
|
||||
__('Ocean View', 'wp-ultimo-locations'),
|
||||
__('Pike Creek', 'wp-ultimo-locations'),
|
||||
__('Pike Creek Valley', 'wp-ultimo-locations'),
|
||||
__('Rehoboth Beach', 'wp-ultimo-locations'),
|
||||
__('Rising Sun-Lebanon', 'wp-ultimo-locations'),
|
||||
__('Riverview', 'wp-ultimo-locations'),
|
||||
__('Rodney Village', 'wp-ultimo-locations'),
|
||||
__('Seaford', 'wp-ultimo-locations'),
|
||||
__('Selbyville', 'wp-ultimo-locations'),
|
||||
__('Smyrna', 'wp-ultimo-locations'),
|
||||
__('Sussex County', 'wp-ultimo-locations'),
|
||||
__('Townsend', 'wp-ultimo-locations'),
|
||||
__('Wilmington', 'wp-ultimo-locations'),
|
||||
__('Wilmington Manor', 'wp-ultimo-locations'),
|
||||
__('Woodside East', 'wp-ultimo-locations'),
|
||||
__('Wyoming', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user