| # /********************************************************************************************** |
| # * 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. |
| # ************************************************************************************************/ |
| |
| # BHUTAN_names.properties # Level 0 |
| BTN = Bhutan |
| |
| # Level 1 (admin 1 = e.g., state) |
| BT-33 = Bumthang |
| BT-CNG = Chirang |
| BT-2 = Chukha |
| BT-DA = Daga |
| BT-GA = Gasa |
| BT-36 = Gaylegphug (Sarbhang) |
| BT-3 = Haa |
| BT-44 = Lhuntshi |
| BT-42 = Mongar |
| BT-34 = Paro |
| BT-43 = Pema Gatshel |
| BT-23 = Punakha |
| BT-4 = Samchi |
| BT-45 = Samdrup Jongkhar |
| BT-37 = Shengang |
| BT-38 = Tashigang |
| BT-5 = Thimphu |
| BT-32 = Tongsa |
| BT-24 = Wangdiphodrang |
| |
| # Level 2 (admin 2 = e.g., country) |
| # Generated key details : Level 1 ( BT-GA = GASA ). Level 2 ( 060001 = BTN.L2.1 ). |
| BT-GA-G060001 = BT-GA-G060001 |
| # Generated key details : Level 1 ( BT-24 = WANGDIPHODRANG ). Level 2 ( 220001 = BTN.L2.2 ). |
| BT-24-G220001 = BT-24-G220001 |
| # Generated key details : Level 1 ( BT-33 = BUMTHANG ). Level 2 ( 010001 = BTN.L2.3 ). |
| BT-33-G010001 = BT-33-G010001 |
| # Generated key details : Level 1 ( BT-38 = TASHIGANG ). Level 2 ( 170001 = BTN.L2.4 ). |
| BT-38-G170001 = BT-38-G170001 |
| # Generated key details : Level 1 ( BT-44 = LHUNTSHI ). Level 2 ( 090001 = BTN.L2.5 ). |
| BT-44-G090001 = BT-44-G090001 |
| # Generated key details : Level 1 ( BT-5 = THIMPHU ). Level 2 ( 180001 = BTN.L2.6 ). |
| BT-5-G180001 = BT-5-G180001 |
| # Generated key details : Level 1 ( BT-34 = PARO ). Level 2 ( 110001 = BTN.L2.7 ). |
| BT-34-G110001 = BT-34-G110001 |
| # Generated key details : Level 1 ( BT-23 = PUNAKHA ). Level 2 ( 130001 = BTN.L2.8 ). |
| BT-23-G130001 = BT-23-G130001 |
| # Generated key details : Level 1 ( BT-32 = TONGSA ). Level 2 ( 190001 = BTN.L2.9 ). |
| BT-32-G190001 = BT-32-G190001 |
| # Generated key details : Level 1 ( BT-3 = HAA ). Level 2 ( 080001 = BTN.L2.10 ). |
| BT-3-G080001 = BT-3-G080001 |
| # Generated key details : Level 1 ( BT-DA = DAGA ). Level 2 ( 040001 = BTN.L2.11 ). |
| BT-DA-G040001 = BT-DA-G040001 |
| # Generated key details : Level 1 ( BT-42 = MONGAR ). Level 2 ( 100001 = BTN.L2.12 ). |
| BT-42-G100001 = BT-42-G100001 |
| # Generated key details : Level 1 ( BT-37 = SHENGANG ). Level 2 ( 160001 = BTN.L2.13 ). |
| BT-37-G160001 = BT-37-G160001 |
| # Generated key details : Level 1 ( BT-4 = SAMCHI ). Level 2 ( 140001 = BTN.L2.14 ). |
| BT-4-G140001 = BT-4-G140001 |
| # Generated key details : Level 1 ( BT-2 = CHUKHA ). Level 2 ( 030001 = BTN.L2.15 ). |
| BT-2-G030001 = BT-2-G030001 |
| # Generated key details : Level 1 ( BT-CNG = CHIRANG ). Level 2 ( 020001 = BTN.L2.16 ). |
| BT-CNG-G020001 = BT-CNG-G020001 |
| # Generated key details : Level 1 ( BT-45 = SAMDRUP JONGKHAR ). Level 2 ( 150001 = BTN.L2.17 ). |
| BT-45-G150001 = BT-45-G150001 |
| # Generated key details : Level 1 ( BT-36 = GAYLEGPHUG (SARBHANG) ). Level 2 ( 070001 = BTN.L2.18 ). |
| BT-36-G070001 = BT-36-G070001 |
| # Generated key details : Level 1 ( BT-43 = PEMA GATSHEL ). Level 2 ( 120001 = BTN.L2.19 ). |
| BT-43-G120001 = BT-43-G120001 |