39 lines
1.0 KiB
PHP
39 lines
1.0 KiB
PHP
<?php // phpcs:ignore - @generation-checksum NE-6-14
|
|
/**
|
|
* State City List for 6 - NE.
|
|
*
|
|
* City count: 14
|
|
*
|
|
* @package WP_Ultimo\Country
|
|
* @since 2.0.11
|
|
*/
|
|
|
|
// Exit if accessed directly
|
|
defined('ABSPATH') || exit;
|
|
|
|
/**
|
|
* State City List for 6 - NE.
|
|
*
|
|
* 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(
|
|
__('Ayorou', 'wp-ultimo-locations'),
|
|
__('Balleyara', 'wp-ultimo-locations'),
|
|
__('Département de Filingué', 'wp-ultimo-locations'),
|
|
__('Département de Ouallam', 'wp-ultimo-locations'),
|
|
__('Département de Say', 'wp-ultimo-locations'),
|
|
__('Filingué', 'wp-ultimo-locations'),
|
|
__('Kollo', 'wp-ultimo-locations'),
|
|
__('Kollo Department', 'wp-ultimo-locations'),
|
|
__('Ouallam', 'wp-ultimo-locations'),
|
|
__('Say', 'wp-ultimo-locations'),
|
|
__('Tera Department', 'wp-ultimo-locations'),
|
|
__('Tillaberi Department', 'wp-ultimo-locations'),
|
|
__('Tillabéri', 'wp-ultimo-locations'),
|
|
__('Téra', 'wp-ultimo-locations'),
|
|
);
|