37 lines
928 B
PHP
37 lines
928 B
PHP
<?php // phpcs:ignore - @generation-checksum TR-77-12
|
||
/**
|
||
* State City List for 77 - TR.
|
||
*
|
||
* City count: 12
|
||
*
|
||
* @package WP_Ultimo\Country
|
||
* @since 2.0.11
|
||
*/
|
||
|
||
// Exit if accessed directly
|
||
defined('ABSPATH') || exit;
|
||
|
||
/**
|
||
* State City List for 77 - 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(
|
||
__('Altınova', 'wp-ultimo-locations'),
|
||
__('Armutlu İlçesi', 'wp-ultimo-locations'),
|
||
__('Kadıköy', 'wp-ultimo-locations'),
|
||
__('Kaytazdere', 'wp-ultimo-locations'),
|
||
__('Kocadere', 'wp-ultimo-locations'),
|
||
__('Koruköy', 'wp-ultimo-locations'),
|
||
__('Kılıç', 'wp-ultimo-locations'),
|
||
__('Taşköprü', 'wp-ultimo-locations'),
|
||
__('Termal İlçesi', 'wp-ultimo-locations'),
|
||
__('Yalova', 'wp-ultimo-locations'),
|
||
__('Çiftlikköy', 'wp-ultimo-locations'),
|
||
__('Çınarcık', 'wp-ultimo-locations'),
|
||
);
|