SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoBFA.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 Burkina Faso; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoBFA extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'BAL' => 'Balé',
  24. 'BAM' => 'Bam',
  25. 'BAN' => 'Banwa',
  26. 'BAZ' => 'Bazèga',
  27. 'BGR' => 'Bougouriba',
  28. 'BLG' => 'Boulgou',
  29. 'BLK' => 'Boulkiemdé',
  30. 'COM' => 'Comoé',
  31. 'GAN' => 'Ganzourgou',
  32. 'GNA' => 'Gnagna',
  33. 'GOU' => 'Gourma',
  34. 'HOU' => 'Houet',
  35. 'IOB' => 'Ioba',
  36. 'KAD' => 'Kadiogo',
  37. 'KEN' => 'Kénédougou',
  38. 'KMD' => 'Komondjari',
  39. 'KMP' => 'Kompienga',
  40. 'KOP' => 'Koulpélogo',
  41. 'KOS' => 'Kossi',
  42. 'KOT' => 'Kouritenga',
  43. 'KOW' => 'Kourwéogo',
  44. 'LER' => 'Léraba',
  45. 'LOR' => 'Loroum',
  46. 'MOU' => 'Mouhoun',
  47. 'NAM' => 'Namentenga',
  48. 'NAO' => 'Nahouri',
  49. 'NAY' => 'Nayala',
  50. 'NOU' => 'Noumbiel',
  51. 'OUB' => 'Oubritenga',
  52. 'OUD' => 'Oudalan',
  53. 'PAS' => 'Passoré',
  54. 'PON' => 'Poni',
  55. 'SEN' => 'Séno',
  56. 'SIS' => 'Sissili',
  57. 'SMT' => 'Sanmatenga',
  58. 'SNG' => 'Sanguié',
  59. 'SOM' => 'Soum',
  60. 'SOR' => 'Sourou',
  61. 'TAP' => 'Tapoa',
  62. 'TUI' => 'Tui',
  63. 'YAG' => 'Yagha',
  64. 'YAT' => 'Yatenga',
  65. 'ZIR' => 'Ziro',
  66. 'ZON' => 'Zondoma',
  67. 'ZOU' => 'Zoundwéogo',
  68. ];
  69. }
  70.