SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoMAR.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 Morocco; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoMAR extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'Tanger-Tétouan',
  24. 'Gharb-Chrarda-Beni Hssen',
  25. 'Taza-Al Hoceima-Taounate',
  26. 'L\'Oriental',
  27. 'Fès-Boulemane',
  28. 'Meknès-Tafilalet',
  29. 'Rabat-Salé-Zemmour-Zaer',
  30. 'Grand Casablanca',
  31. 'Chaouia-Ouardigha',
  32. 'Doukhala-Abda',
  33. 'Marrakech-Tensift-Al Haouz',
  34. 'Tadla-Azilal',
  35. 'Sous-Massa-Draa',
  36. 'Guelmim-Es Semara',
  37. 'Laâyoune-Boujdour-Sakia el Hamra',
  38. 'Oued ed Dahab-Lagouira',
  39. 'Agadir‐Ida‐Outanane',
  40. 'Aousserd',
  41. 'Assa-Zag',
  42. 'Azilal',
  43. 'Beni Mellal',
  44. 'Berkane',
  45. 'Ben Slimane',
  46. 'Boujdour',
  47. 'Boulemane',
  48. 'Casablanca',
  49. 'Chefchaouene',
  50. 'Chichaoua',
  51. 'Chtouka-Ait Baha',
  52. 'Errachidia',
  53. 'Essaouira',
  54. 'Es Smara',
  55. 'Fahs-Beni Makada',
  56. 'Fès‐Dar‐Dbibegh',
  57. 'Figuig',
  58. 'Guelmim',
  59. 'El Hajeb',
  60. 'Al Haouz',
  61. 'Al Hoceïma',
  62. 'Ifrane',
  63. 'Inezgane-Ait Melloul',
  64. 'El Jadida',
  65. 'Jrada',
  66. 'Kénitra',
  67. 'Kelaat Sraghna',
  68. 'Khemisset',
  69. 'Khenifra',
  70. 'Khouribga',
  71. 'Laâyoune',
  72. 'Larache',
  73. 'Médiouna',
  74. 'Meknès',
  75. 'Marrakech-Medina',
  76. 'Marrakech-Menara',
  77. 'Mohammadia',
  78. 'Moulay Yacoub',
  79. 'Nador',
  80. 'Nouaceur',
  81. 'Ouarzazate',
  82. 'Oued ed Dahab',
  83. 'Oujda‐Angad',
  84. 'Rabat',
  85. 'Safi',
  86. 'Salé',
  87. 'Sefrou',
  88. 'Settat',
  89. 'Sidi Kacem',
  90. 'Skhirate-Témara',
  91. 'Sidi Youssef Ben Ali',
  92. 'Taourirt',
  93. 'Taounate',
  94. 'Taroudannt',
  95. 'Tata',
  96. 'Taza',
  97. 'Tétouan',
  98. 'Tiznit',
  99. 'Tanger‐Assilah',
  100. 'Tan-Tan',
  101. 'Zagora',
  102. ];
  103. }
  104.