49 lines
1.4 KiB
PHP
49 lines
1.4 KiB
PHP
<?php // phpcs:ignore - @generation-checksum RU-YAN-24
|
||
/**
|
||
* State City List for YAN - RU.
|
||
*
|
||
* City count: 24
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for YAN - RU.
|
||
*
|
||
* 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(
|
||
__('Aksarka', 'wp-ultimo-locations'),
|
||
__('Gubkinskiy', 'wp-ultimo-locations'),
|
||
__('Kharp', 'wp-ultimo-locations'),
|
||
__('Korotchaevo', 'wp-ultimo-locations'),
|
||
__('Labytnangi', 'wp-ultimo-locations'),
|
||
__('Muravlenko', 'wp-ultimo-locations'),
|
||
__('Muzhi', 'wp-ultimo-locations'),
|
||
__('Mys-Kamennyy', 'wp-ultimo-locations'),
|
||
__('Nadym', 'wp-ultimo-locations'),
|
||
__('Nadymskiy Rayon', 'wp-ultimo-locations'),
|
||
__('Novyy Urengoy', 'wp-ultimo-locations'),
|
||
__('Noyabrsk', 'wp-ultimo-locations'),
|
||
__('Nyda', 'wp-ultimo-locations'),
|
||
__('Pangody', 'wp-ultimo-locations'),
|
||
__('Priural’skiy Rayon', 'wp-ultimo-locations'),
|
||
__('Purovskiy Rayon', 'wp-ultimo-locations'),
|
||
__('Purpe', 'wp-ultimo-locations'),
|
||
__('Salekhard', 'wp-ultimo-locations'),
|
||
__('Shuryshkarskiy Rayon', 'wp-ultimo-locations'),
|
||
__('Staryy Nadym', 'wp-ultimo-locations'),
|
||
__('Tarko-Sale', 'wp-ultimo-locations'),
|
||
__('Tazovskiy', 'wp-ultimo-locations'),
|
||
__('Urengoy', 'wp-ultimo-locations'),
|
||
__('Yar-Sale', 'wp-ultimo-locations'),
|
||
);
|