sv.states.inc.php 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?php
  2. /**
  3. * FormIt
  4. *
  5. * Copyright 2009-2012 by Shaun McCormick <shaun@modx.com>
  6. *
  7. * FormIt is free software; you can redistribute it and/or modify it
  8. * under the terms of the GNU General Public License as published by the Free
  9. * Software Foundation; either version 2 of the License, or (at your option) any
  10. * later version.
  11. *
  12. * FormIt is distributed in the hope that it will be useful, but WITHOUT ANY
  13. * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  14. * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License along with
  17. * FormIt; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
  18. * Suite 330, Boston, MA 02111-1307 USA
  19. *
  20. * @package formit
  21. */
  22. /**
  23. * Array of Swedish states (län)
  24. * @package formit
  25. */
  26. return array(
  27. 'K' => 'Blekinge l&auml;n',
  28. 'W' => 'Dalarnas l&auml;n',
  29. 'I' => 'Gotlands l&auml;n',
  30. 'X' => 'G&auml;vleborgs l&auml;n',
  31. 'N' => 'Hallands l&auml;n',
  32. 'Z' => 'J&auml;mtlands l&auml;n',
  33. 'F' => 'J&ouml;nk&ouml;pings l&auml;n',
  34. 'H' => 'Kalmar l&auml;n',
  35. 'G' => 'Kronobergs l&auml;n',
  36. 'BD' => 'Norrbottens l&auml;n',
  37. 'M' => 'Sk&aring;ne l&auml;n',
  38. 'AB' => 'Stockholms l&auml;n',
  39. 'D' => 'S&ouml;dermanlands l&auml;n',
  40. 'C' => 'Uppsala l&auml;n',
  41. 'S' => 'V&auml;rmlands l&auml;n',
  42. 'AC' => 'V&auml;sterbottens l&auml;n',
  43. 'Y' => 'V&auml;sternorrlands l&auml;n',
  44. 'U' => 'V&auml;stmanlands l&auml;n',
  45. 'O' => 'V&auml;stra G&ouml;talands l&auml;n',
  46. 'T' => '&Ouml;rebro l&auml;n',
  47. 'E' => '&Ouml;sterg&ouml;tlands l&auml;n',
  48. );