36 lines
855 B
PHP
36 lines
855 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-02-11
|
||
/**
|
||
* State City List for 02 - TR.
|
||
*
|
||
* City count: 11
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 02 - TR.
|
||
*
|
||
* 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(
|
||
__('Adıyaman', 'wp-ultimo-locations'),
|
||
__('Aralık İlçesi', 'wp-ultimo-locations'),
|
||
__('Besni', 'wp-ultimo-locations'),
|
||
__('Gerger', 'wp-ultimo-locations'),
|
||
__('Gölbaşı', 'wp-ultimo-locations'),
|
||
__('Kâhta', 'wp-ultimo-locations'),
|
||
__('Merkez', 'wp-ultimo-locations'),
|
||
__('Samsat', 'wp-ultimo-locations'),
|
||
__('Sincik', 'wp-ultimo-locations'),
|
||
__('Tut', 'wp-ultimo-locations'),
|
||
__('Çelikhan', 'wp-ultimo-locations'),
|
||
);
|