Initial Commit
This commit is contained in:
106
inc/country/us/nv.php
Normal file
106
inc/country/us/nv.php
Normal file
@ -0,0 +1,106 @@
|
||||
<?php // phpcs:ignore - @generation-checksum US-NV-82
|
||||
/**
|
||||
* State City List for NV - US.
|
||||
*
|
||||
* City count: 82
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for NV - 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(
|
||||
__('Alamo', 'wp-ultimo-locations'),
|
||||
__('Battle Mountain', 'wp-ultimo-locations'),
|
||||
__('Beatty', 'wp-ultimo-locations'),
|
||||
__('Boulder City', 'wp-ultimo-locations'),
|
||||
__('Bunkerville', 'wp-ultimo-locations'),
|
||||
__('Caliente', 'wp-ultimo-locations'),
|
||||
__('Carlin', 'wp-ultimo-locations'),
|
||||
__('Carson City', 'wp-ultimo-locations'),
|
||||
__('Churchill County', 'wp-ultimo-locations'),
|
||||
__('Clark County', 'wp-ultimo-locations'),
|
||||
__('Cold Springs', 'wp-ultimo-locations'),
|
||||
__('Dayton', 'wp-ultimo-locations'),
|
||||
__('Douglas County', 'wp-ultimo-locations'),
|
||||
__('East Valley', 'wp-ultimo-locations'),
|
||||
__('Elko', 'wp-ultimo-locations'),
|
||||
__('Elko County', 'wp-ultimo-locations'),
|
||||
__('Ely', 'wp-ultimo-locations'),
|
||||
__('Enterprise', 'wp-ultimo-locations'),
|
||||
__('Esmeralda County', 'wp-ultimo-locations'),
|
||||
__('Eureka', 'wp-ultimo-locations'),
|
||||
__('Eureka County', 'wp-ultimo-locations'),
|
||||
__('Fallon', 'wp-ultimo-locations'),
|
||||
__('Fernley', 'wp-ultimo-locations'),
|
||||
__('Gardnerville', 'wp-ultimo-locations'),
|
||||
__('Gardnerville Ranchos', 'wp-ultimo-locations'),
|
||||
__('Golden Valley', 'wp-ultimo-locations'),
|
||||
__('Goldfield', 'wp-ultimo-locations'),
|
||||
__('Hawthorne', 'wp-ultimo-locations'),
|
||||
__('Henderson', 'wp-ultimo-locations'),
|
||||
__('Humboldt County', 'wp-ultimo-locations'),
|
||||
__('Incline Village', 'wp-ultimo-locations'),
|
||||
__('Indian Hills', 'wp-ultimo-locations'),
|
||||
__('Jackpot', 'wp-ultimo-locations'),
|
||||
__('Johnson Lane', 'wp-ultimo-locations'),
|
||||
__('Kingsbury', 'wp-ultimo-locations'),
|
||||
__('Lander County', 'wp-ultimo-locations'),
|
||||
__('Las Vegas', 'wp-ultimo-locations'),
|
||||
__('Laughlin', 'wp-ultimo-locations'),
|
||||
__('Lemmon Valley', 'wp-ultimo-locations'),
|
||||
__('Lincoln County', 'wp-ultimo-locations'),
|
||||
__('Lovelock', 'wp-ultimo-locations'),
|
||||
__('Lyon County', 'wp-ultimo-locations'),
|
||||
__('McGill', 'wp-ultimo-locations'),
|
||||
__('Mesquite', 'wp-ultimo-locations'),
|
||||
__('Minden', 'wp-ultimo-locations'),
|
||||
__('Mineral County', 'wp-ultimo-locations'),
|
||||
__('Moapa Town', 'wp-ultimo-locations'),
|
||||
__('Moapa Valley', 'wp-ultimo-locations'),
|
||||
__('Mogul', 'wp-ultimo-locations'),
|
||||
__('Nellis Air Force Base', 'wp-ultimo-locations'),
|
||||
__('North Las Vegas', 'wp-ultimo-locations'),
|
||||
__('Nye County', 'wp-ultimo-locations'),
|
||||
__('Pahrump', 'wp-ultimo-locations'),
|
||||
__('Paradise', 'wp-ultimo-locations'),
|
||||
__('Pershing County', 'wp-ultimo-locations'),
|
||||
__('Pioche', 'wp-ultimo-locations'),
|
||||
__('Reno', 'wp-ultimo-locations'),
|
||||
__('Sandy Valley', 'wp-ultimo-locations'),
|
||||
__('Silver Springs', 'wp-ultimo-locations'),
|
||||
__('Smith', 'wp-ultimo-locations'),
|
||||
__('Smith Valley', 'wp-ultimo-locations'),
|
||||
__('Spanish Springs', 'wp-ultimo-locations'),
|
||||
__('Sparks', 'wp-ultimo-locations'),
|
||||
__('Spring Creek', 'wp-ultimo-locations'),
|
||||
__('Spring Valley', 'wp-ultimo-locations'),
|
||||
__('Stagecoach', 'wp-ultimo-locations'),
|
||||
__('Storey County', 'wp-ultimo-locations'),
|
||||
__('Summerlin South', 'wp-ultimo-locations'),
|
||||
__('Sun Valley', 'wp-ultimo-locations'),
|
||||
__('Sunrise Manor', 'wp-ultimo-locations'),
|
||||
__('Tonopah', 'wp-ultimo-locations'),
|
||||
__('Topaz Ranch Estates', 'wp-ultimo-locations'),
|
||||
__('Verdi', 'wp-ultimo-locations'),
|
||||
__('Virginia City', 'wp-ultimo-locations'),
|
||||
__('Washoe County', 'wp-ultimo-locations'),
|
||||
__('Wells', 'wp-ultimo-locations'),
|
||||
__('West Wendover', 'wp-ultimo-locations'),
|
||||
__('White Pine County', 'wp-ultimo-locations'),
|
||||
__('Whitney', 'wp-ultimo-locations'),
|
||||
__('Winchester', 'wp-ultimo-locations'),
|
||||
__('Winnemucca', 'wp-ultimo-locations'),
|
||||
__('Yerington', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user