blob: ce189f3ac8fe361dc72a6400137486380f17d400 [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.
# ************************************************************************************************/
# TAJIKISTAN_names.properties # Level 0
TJK = Tajikistan
# Level 1 (admin 1 = e.g., state)
TJ-GB = Gorno-Badakhshan
TJ-KT = Khatlon
TJ-LE = Leninabad
TJ-TA = Tadzhikistan Territories
# Level 2 (admin 2 = e.g., country)
# Generated key details : Level 1 ( TJ-LE = LENINABAD ). Level 2 ( 030001 = TJK.L2.1 ).
TJ-LE-G030001 = TJ-LE-G030001
# Generated key details : Level 1 ( TJ-TA = TADZHIKISTAN TERRITORIES ). Level 2 ( 050001 = TJK.L2.2 ).
TJ-TA-G050001 = TJ-TA-G050001
# Generated key details : Level 1 ( TJ-GB = GORNO BADAKHSHAN ). Level 2 ( 010001 = TJK.L2.3 ).
TJ-GB-G010001 = TJ-GB-G010001
# Generated key details : Level 1 ( TJ-KT = KHATLON ). Level 2 ( 020001 = TJK.L2.4 ).
TJ-KT-G020001 = TJ-KT-G020001