SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoMLT.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 Malta; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoMLT extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'Attard',
  24. 'Balzan',
  25. 'Birgu',
  26. 'Birkirkara',
  27. 'Birżebbuġa',
  28. 'Bormla',
  29. 'Dingli',
  30. 'Fgura',
  31. 'Floriana',
  32. 'Fontana',
  33. 'Gudja',
  34. 'Gżira',
  35. 'Għajnsielem',
  36. 'Għarb',
  37. 'Għargħur',
  38. 'Għasri',
  39. 'Għaxaq',
  40. 'Ħamrun',
  41. 'Iklin',
  42. 'Isla',
  43. 'Kalkara',
  44. 'Kerċem',
  45. 'Kirkop',
  46. 'Lija',
  47. 'Luqa',
  48. 'Marsa',
  49. 'Marsaskala',
  50. 'Marsaxlokk',
  51. 'Mdina',
  52. 'Mellieħa',
  53. 'Mġarr',
  54. 'Mosta',
  55. 'Mqabba',
  56. 'Msida',
  57. 'Mtarfa',
  58. 'Munxar',
  59. 'Nadur',
  60. 'Naxxar',
  61. 'Paola',
  62. 'Pembroke',
  63. 'Pietà',
  64. 'Qala',
  65. 'Qormi',
  66. 'Qrendi',
  67. 'Rabat Gozo',
  68. 'Rabat Malta',
  69. 'Safi',
  70. 'Saint Julian\'s',
  71. 'Saint John',
  72. 'Saint Lawrence',
  73. 'Saint Paul\'s Bay',
  74. 'Sannat',
  75. 'Saint Lucia\'s',
  76. 'Santa Venera',
  77. 'Siġġiewi',
  78. 'Sliema',
  79. 'Swieqi',
  80. 'Ta\' Xbiex',
  81. 'Tarxien',
  82. 'Valletta',
  83. 'Xagħra',
  84. 'Xewkija',
  85. 'Xgħajra',
  86. 'Żabbar',
  87. 'Żebbuġ Gozo',
  88. 'Żebbuġ Malta',
  89. 'Żejtun',
  90. 'Żurrieq',
  91. ];
  92. }
  93.