43 lines
1.2 KiB
PHP
43 lines
1.2 KiB
PHP
<?php // phpcs:ignore - @generation-checksum RU-KL-18
|
||
/**
|
||
* State City List for KL - RU.
|
||
*
|
||
* City count: 18
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for KL - 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(
|
||
__('Arshan’', 'wp-ultimo-locations'),
|
||
__('Elista', 'wp-ultimo-locations'),
|
||
__('Gorodoviki', 'wp-ultimo-locations'),
|
||
__('Gorodovikovsk', 'wp-ultimo-locations'),
|
||
__('Iki-Burul', 'wp-ultimo-locations'),
|
||
__('Iki-Burul’skiy Rayon', 'wp-ultimo-locations'),
|
||
__('Kaspiyskiy', 'wp-ultimo-locations'),
|
||
__('Komsomol’skiy', 'wp-ultimo-locations'),
|
||
__('Malyye Derbety', 'wp-ultimo-locations'),
|
||
__('Priyutnoye', 'wp-ultimo-locations'),
|
||
__('Sadovoye', 'wp-ultimo-locations'),
|
||
__('Sarpinskiy Rayon', 'wp-ultimo-locations'),
|
||
__('Sovetskoye', 'wp-ultimo-locations'),
|
||
__('Troitskoye', 'wp-ultimo-locations'),
|
||
__('Tsagan Aman', 'wp-ultimo-locations'),
|
||
__('Yashalta', 'wp-ultimo-locations'),
|
||
__('Yashaltinskiy Rayon', 'wp-ultimo-locations'),
|
||
__('Yashkul’', 'wp-ultimo-locations'),
|
||
);
|