blob: 6f45bbbfc95eef4830e1467eb23804437186b2bd [file] [log] [blame]
# /**********************************************************************************************
# * Key Format:
# *
# * For level 1 data, the key is the ISO3166-2 code. An ISO3166-2 code is composed as follows:
# * a two letter country code followed by up to three alphanumeric characters for the level 1 administration.
# *
# * For level 2 data, the key is the ISO3166-2 code followed by six digits. The leftmost two digits indicate
# * the level 1 container of a level 2 administration (i.e. California is a level 1 container for Orange County
# * which is a level 2 administration). The two digits were taken from a lexicographic sorting of all the
# * level 1 administrations within a country. Similarly, the four leftmost digits indicate a level 2 administration.
# * Again, these four digits are an index into the lexicographic sorting of all level 2 administrations within
# * a level 1 administration.
# ************************************************************************************************/
# JORDAN_names.properties # Level 0
JOR = Jordan
# Level 1 (admin 1 = e.g., state)
JO-AM = Amman
JO-IR = Irbid
JO-KA = Karak
JO-MN = Ma-An
JO-MA = Mafraq
JO-BA = Salt (Balqa)
JO-AT = Tafila
JO-AZ = Zarqa
# Level 2 (admin 2 = e.g., country)
# Generated key details : Level 1 ( JO-AM = AMMAN ). Level 2 ( 020001 = JOR.L2.1 ).
JO-AM-G020001 = JO-AM-G020001
# Generated key details : Level 1 ( JO-MA = MAFRAQ ). Level 2 ( 080001 = JOR.L2.2 ).
JO-MA-G080001 = JO-MA-G080001
# Generated key details : Level 1 ( JO-IR = IRBID ). Level 2 ( 030001 = JOR.L2.3 ).
JO-IR-G030001 = JO-IR-G030001
# Generated key details : Level 1 ( JO-AZ = ZARQA ). Level 2 ( 120001 = JOR.L2.4 ).
JO-AZ-G120001 = JO-AZ-G120001
# Generated key details : Level 1 ( JO-BA = SALT (BALQA) ). Level 2 ( 100001 = JOR.L2.5 ).
JO-BA-G100001 = JO-BA-G100001
# Generated key details : Level 1 ( JO-KA = KARAK ). Level 2 ( 060001 = JOR.L2.6 ).
JO-KA-G060001 = JO-KA-G060001
# Generated key details : Level 1 ( JO-MN = MA AN ). Level 2 ( 070001 = JOR.L2.7 ).
JO-MN-G070001 = JO-MN-G070001
# Generated key details : Level 1 ( JO-AT = TAFILA ). Level 2 ( 110001 = JOR.L2.8 ).
JO-AT-G110001 = JO-AT-G110001