Skip to content

Instantly share code, notes, and snippets.

@DevWael
Created November 13, 2019 15:40
Show Gist options
  • Save DevWael/c8381c56f87b133fc0dd6b6855041000 to your computer and use it in GitHub Desktop.
Save DevWael/c8381c56f87b133fc0dd6b6855041000 to your computer and use it in GitHub Desktop.
saudi arabia states array
<?php
$states = array(
'RIY' => esc_html__('Riyadh','porto'),
'MEC' => esc_html__('Mecca','porto'),
'MED' => esc_html__('Medina','porto'),
'BUR' => esc_html__('Buraydah','porto'),
'TAB' => esc_html__('Tabuk','porto'),
'DAM' => esc_html__('Dammam','porto'),
'AL ' => esc_html__('Al Ahsa','porto'),
'QAT' => esc_html__('Qatif','porto'),
'KHA' => esc_html__('Khamis Mushayt','porto'),
'TAI' => esc_html__('Taif','porto'),
'NAJ' => esc_html__('Najran','porto'),
'HAF' => esc_html__('Hafr Al-Batin','porto'),
'JUB' => esc_html__('Jubail','porto'),
'DUB' => esc_html__('Duba','porto'),
'OUT' => esc_html__('Output','porto'),
'FOR' => esc_html__('foramen','porto'),
'STE' => esc_html__('Stems of the Sea','porto'),
'KHO' => esc_html__('Khobar','porto'),
'ARA' => esc_html__('Arar','porto'),
'HAW' => esc_html__('Hawiyah','porto'),
'UNA' => esc_html__('Unaizah','porto'),
'SAK' => esc_html__('Sakaka','porto'),
'JIZ' => esc_html__('Jizan','porto'),
'QUR' => esc_html__('Qurayyat','porto'),
'DHA' => esc_html__('Dhahran','porto'),
'PAT' => esc_html__('Patio','porto'),
'ZUL' => esc_html__('Zulfi','porto'),
'RAS' => esc_html__('Rass','porto'),
'WAD' => esc_html__('Wadi Al Dawasir','porto'),
'BIS' => esc_html__('Bisha','porto'),
'SAI' => esc_html__('Saihat','porto'),
'SHA' => esc_html__('Sharurah','porto'),
'SEA' => esc_html__('sea','porto'),
'TAR' => esc_html__('Tarot','porto'),
'DAW' => esc_html__('Dawadmi','porto'),
'SAB' => esc_html__('Sabya','porto'),
'BEE' => esc_html__('Beech','porto'),
'SUN' => esc_html__('Sun Rafidah','porto'),
'FRE' => esc_html__('Fresh','porto'),
'SHI' => esc_html__('Shining','porto'),
'HOT' => esc_html__('Hota','porto'),
'AFL' => esc_html__('Aflaj','porto'),
'JED' => esc_html__('Jeddah','porto'),
'SUL' => esc_html__('Sultana','porto'),
'HOF' => esc_html__('Hofuf','porto'),
'MUB' => esc_html__('Mubarraz','porto'),
'HAI' => esc_html__('Hail','porto'),
'ABH' => esc_html__('Abha','porto'),
'JAZ' => esc_html__('Jazan','porto'),
'SZI' => esc_html__('Shifa','porto'),
'COM' => esc_html__('Comet','porto'),
'KKA' => esc_html__('Khafji','porto'),
'ABU' => esc_html__('Abu Arish','porto'),
'SAF' => esc_html__('Safavid','porto'),
'RAB' => esc_html__('Rabigh','porto'),
'CSM' => esc_html__('Compassionate','porto'),
'FUN' => esc_html__('Funny','porto'),
'CHA' => esc_html__('Chaste','porto'),
'TAT' => esc_html__('tabarjal','porto'),
'DAL' => esc_html__('Dalam','porto'),
'TRO' => esc_html__('Trowel','porto'),
'ULA' => esc_html__('Ula','porto'),
'ABQ' => esc_html__('Abqaiq','porto'),
'BAD' => esc_html__('badr','porto'),
'HAN' => esc_html__('Hanin','porto'),
'SIL' => esc_html__('silent','porto'),
'FAC' => esc_html__('Face','porto'),
'BUK' => esc_html__('Bukayriyah','porto'),
'NAM' => esc_html__('Namas','porto'),
'DES' => esc_html__('descendant','porto'),
'SOI' => esc_html__('Soil','porto'),
'JAM' => esc_html__('Jamoum','porto'),
'QAI' => esc_html__('Qaisumah','porto'),
'HER' => esc_html__('heroism','porto'),
'MAN' => esc_html__('Manzel','porto'),
'HID' => esc_html__('Hidden','porto'),
'TAN' => esc_html__('Tanomah','porto'),
'CON' => esc_html__('consort','porto'),
'OR ' => esc_html__('Or Sahik','porto'),
'SAG' => esc_html__('Sager','porto'),
'AWQ' => esc_html__('Awqam','porto'),
'KNI' => esc_html__('Knights','porto'),
'ALM' => esc_html__('Almond','porto'),
'ART' => esc_html__('Artois','porto'),
'CDN' => esc_html__('Continent','porto'),
'TIM' => esc_html__('times','porto'),
'ALA' => esc_html__('Al Jafr','porto'),
'SWA' => esc_html__('Swayer','porto'),
'TAM' => esc_html__('Tamir','porto'),
'TOB' => esc_html__('Toby','porto'),
'GLA' => esc_html__('Glacial','porto'),
'WAT' => esc_html__('Water','porto'),
'SYL' => esc_html__('Sylvanian','porto'),
'HAD' => esc_html__('Hada','porto'),
'CEN' => esc_html__('Center','porto'),
'ENT' => esc_html__('entertaining','porto'),
'RAI' => esc_html__('Rain','porto'),
'FLO' => esc_html__('Flowering','porto'),
'PMT' => esc_html__('Path','porto'),
'VEN' => esc_html__('Venerable','porto'),
'MEL' => esc_html__('Melijah','porto'),
'FOI' => esc_html__('Foil','porto'),
'TRB' => esc_html__('Taba','porto'),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment