Initial Commit
This commit is contained in:
51
inc/country/ru/orl.php
Normal file
51
inc/country/ru/orl.php
Normal file
@ -0,0 +1,51 @@
|
||||
<?php // phpcs:ignore - @generation-checksum RU-ORL-27
|
||||
/**
|
||||
* State City List for ORL - RU.
|
||||
*
|
||||
* City count: 27
|
||||
*
|
||||
* @package WP_Ultimo\Country
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* State City List for ORL - 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(
|
||||
__('Bolkhov', 'wp-ultimo-locations'),
|
||||
__('Bolkhovskiy Rayon', 'wp-ultimo-locations'),
|
||||
__('Dmitrovsk-Orlovskiy', 'wp-ultimo-locations'),
|
||||
__('Glazunovka', 'wp-ultimo-locations'),
|
||||
__('Khomutovo', 'wp-ultimo-locations'),
|
||||
__('Khotynets', 'wp-ultimo-locations'),
|
||||
__('Kolpny', 'wp-ultimo-locations'),
|
||||
__('Korsakovo', 'wp-ultimo-locations'),
|
||||
__('Krasnaya Zarya', 'wp-ultimo-locations'),
|
||||
__('Kromy', 'wp-ultimo-locations'),
|
||||
__('Livny', 'wp-ultimo-locations'),
|
||||
__('Maloarkhangel’sk', 'wp-ultimo-locations'),
|
||||
__('Mtsensk', 'wp-ultimo-locations'),
|
||||
__('Naryshkino', 'wp-ultimo-locations'),
|
||||
__('Novosil’', 'wp-ultimo-locations'),
|
||||
__('Orël', 'wp-ultimo-locations'),
|
||||
__('Pokrovskoye', 'wp-ultimo-locations'),
|
||||
__('Shablykino', 'wp-ultimo-locations'),
|
||||
__('Soskovo', 'wp-ultimo-locations'),
|
||||
__('Spasskoye-Lutovinovo', 'wp-ultimo-locations'),
|
||||
__('Trosna', 'wp-ultimo-locations'),
|
||||
__('Verkhov’ye', 'wp-ultimo-locations'),
|
||||
__('Vyshneye Dolgoye', 'wp-ultimo-locations'),
|
||||
__('Zalegoshch’', 'wp-ultimo-locations'),
|
||||
__('Zmiyëvka', 'wp-ultimo-locations'),
|
||||
__('Znamenka', 'wp-ultimo-locations'),
|
||||
__('Znamenskoye', 'wp-ultimo-locations'),
|
||||
);
|
Reference in New Issue
Block a user