SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoUGA.php

  1. <?php
  2. /*
  3.  * Copyright (C) 2017 Karmabunny Pty Ltd.
  4.  *
  5.  * This file is a part of SproutCMS.
  6.  *
  7.  * SproutCMS is free software: you can redistribute it and/or modify it under the terms
  8.  * of the GNU General Public License as published by the Free Software Foundation, either
  9.  * version 2 of the License, or (at your option) any later version.
  10.  *
  11.  * For more information, visit <http://getsproutcms.com>.
  12.  */
  13.  
  14. namespace Sprout\Helpers\Locales;
  15.  
  16.  
  17. /**
  18.  * Locale info for Uganda; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoUGA extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'Kalangala',
  24. 'Kampala',
  25. 'Kiboga',
  26. 'Luwero',
  27. 'Masaka',
  28. 'Mpigi',
  29. 'Mubende',
  30. 'Mukono',
  31. 'Nakasongola',
  32. 'Rakai',
  33. 'Sembabule',
  34. 'Kayunga',
  35. 'Wakiso',
  36. 'Mityana',
  37. 'Nakaseke',
  38. 'Lyantonde',
  39. 'Buikwe',
  40. 'Bukomansibi',
  41. 'Butambala',
  42. 'Buvuma',
  43. 'Gomba',
  44. 'Kalungu',
  45. 'Kyankwanzi',
  46. 'Lwengo',
  47. 'Bugiri',
  48. 'Busia',
  49. 'Iganga',
  50. 'Jinja',
  51. 'Kamuli',
  52. 'Kapchorwa',
  53. 'Katakwi',
  54. 'Kumi',
  55. 'Mbale',
  56. 'Pallisa',
  57. 'Soroti',
  58. 'Tororo',
  59. 'Kaberamaido',
  60. 'Sironko',
  61. 'Amuria',
  62. 'Budaka',
  63. 'Bukwa',
  64. 'Butaleja',
  65. 'Kaliro',
  66. 'Manafwa',
  67. 'Namutumba',
  68. 'Bududa',
  69. 'Bukedea',
  70. 'Bulambuli',
  71. 'Buyende',
  72. 'Kibuku',
  73. 'Kween',
  74. 'Luuka',
  75. 'Namayingo',
  76. 'Ngora',
  77. 'Serere',
  78. 'Mayuge',
  79. 'Adjumani',
  80. 'Apac',
  81. 'Arua',
  82. 'Gulu',
  83. 'Kitgum',
  84. 'Kotido',
  85. 'Lira',
  86. 'Moroto',
  87. 'Moyo',
  88. 'Nebbi',
  89. 'Nakapiripirit',
  90. 'Pader',
  91. 'Yumbe',
  92. 'Amolatar',
  93. 'Kaabong',
  94. 'Koboko',
  95. 'Abim',
  96. 'Dokolo',
  97. 'Amuru',
  98. 'Maracha',
  99. 'Oyam',
  100. 'Bundibugyo',
  101. 'Bushenyi',
  102. 'Hoima',
  103. 'Kabale',
  104. 'Kabarole',
  105. 'Kasese',
  106. 'Kibaale',
  107. 'Kisoro',
  108. 'Masindi',
  109. 'Mbarara',
  110. 'Ntungamo',
  111. 'Rukungiri',
  112. 'Kamwenge',
  113. 'Kanungu',
  114. 'Kyenjojo',
  115. 'Ibanda',
  116. 'Isingiro',
  117. 'Kiruhura',
  118. 'Buliisa',
  119. 'Kiryandongo',
  120. 'Kyegegwa',
  121. 'Mitooma',
  122. 'Ntoroko',
  123. 'Rubirizi',
  124. 'Sheema',
  125. ];
  126. }
  127.