de.states.inc.php 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 german states
  24. * @package formit
  25. */
  26. return array(
  27. 'BW' => 'Baden-W&uuml;rttemberg',
  28. 'BY' => 'Bayern',
  29. 'BE' => 'Berlin',
  30. 'BB' => 'Brandenburg',
  31. 'HB' => 'Bremen',
  32. 'HH' => 'Hamburg',
  33. 'HE' => 'Hessen',
  34. 'MV' => 'Mecklenburg-Vorpommern',
  35. 'NI' => 'Niedersachsen',
  36. 'NW' => 'Nordrhein-Westfalen',
  37. 'RP' => 'Rheinland-Pfalz',
  38. 'SL' => 'Saarland',
  39. 'SN' => 'Sachsen',
  40. 'ST' => 'Sachsen-Anhalt',
  41. 'SH' => 'Schleswig-Holstein',
  42. 'TH' => 'Th&uuml;ringen',
  43. );