SproutCMS

This is the code documentation for the SproutCMS project

source of /sprout/Helpers/Locales/LocaleInfoESP.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 Spain; see {@see LocaleInfo}
  19.  */
  20. class LocaleInfoESP extends LocaleInfo
  21. {
  22. protected $state_list = [
  23. 'Alicante / Alacant',
  24. 'Albacete',
  25. 'Almería',
  26. 'Ávila',
  27. 'Barcelona',
  28. 'Badajoz',
  29. 'Biskaia',
  30. 'Burgos',
  31. 'La Coruña',
  32. 'Cádiz',
  33. 'Cáceres',
  34. 'Ceuta',
  35. 'Córdoba',
  36. 'Ciudad Real',
  37. 'Castellón / Castelló',
  38. 'Cuenca',
  39. 'Las Palmas',
  40. 'Gerona',
  41. 'Granada',
  42. 'Guadalajara',
  43. 'Huelva',
  44. 'Huesca',
  45. 'Jaén',
  46. 'Lérida',
  47. 'León',
  48. 'La Rioja',
  49. 'Lugo',
  50. 'Madrid',
  51. 'Málaga',
  52. 'Melilla',
  53. 'Murcia',
  54. 'Navarra / Nafarroa',
  55. 'Asturias',
  56. 'Orense',
  57. 'Palencia',
  58. 'Baleares',
  59. 'Pontevedra',
  60. 'Cantabria',
  61. 'Salamanca',
  62. 'Sevilla',
  63. 'Segovia',
  64. 'Soria',
  65. 'Gipuzkoa',
  66. 'Tarragona',
  67. 'Teruel',
  68. 'Santa Cruz de Tenerife',
  69. 'Toledo',
  70. 'Valencia / València',
  71. 'Valladolid',
  72. 'Álava / Araba',
  73. 'Zaragoza',
  74. 'Zamora',
  75. ];
  76. }
  77.