47 lines
1.3 KiB
PHP
47 lines
1.3 KiB
PHP
<?php // phpcs:ignore - @generation-checksum RU-MAG-22
|
||
/**
|
||
* State City List for MAG - RU.
|
||
*
|
||
* City count: 22
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for MAG - 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(
|
||
__('Arman’', 'wp-ultimo-locations'),
|
||
__('Dukat', 'wp-ultimo-locations'),
|
||
__('Evensk', 'wp-ultimo-locations'),
|
||
__('Gorod Magadan', 'wp-ultimo-locations'),
|
||
__('Kholodnyy', 'wp-ultimo-locations'),
|
||
__('Magadan', 'wp-ultimo-locations'),
|
||
__('Myaundzha', 'wp-ultimo-locations'),
|
||
__('Ola', 'wp-ultimo-locations'),
|
||
__('Ol’skiy Rayon', 'wp-ultimo-locations'),
|
||
__('Omsukchan', 'wp-ultimo-locations'),
|
||
__('Omsukchanskiy Rayon', 'wp-ultimo-locations'),
|
||
__('Orotukan', 'wp-ultimo-locations'),
|
||
__('Palatka', 'wp-ultimo-locations'),
|
||
__('Seymchan', 'wp-ultimo-locations'),
|
||
__("Sinegor'ye", 'wp-ultimo-locations'),
|
||
__('Sokol', 'wp-ultimo-locations'),
|
||
__('Srednekanskiy Rayon', 'wp-ultimo-locations'),
|
||
__('Susuman', 'wp-ultimo-locations'),
|
||
__('Talaya', 'wp-ultimo-locations'),
|
||
__('Uptar', 'wp-ultimo-locations'),
|
||
__('Ust’-Omchug', 'wp-ultimo-locations'),
|
||
__('Yagodnoye', 'wp-ultimo-locations'),
|
||
);
|