be.states.inc.php 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 Belgium states
  24. * @package formit
  25. * @author Bert Oost at OostDesign.nl <bert@oostdesign.nl>
  26. */
  27. return array(
  28. 'WV' => 'West-Vlaanderen',
  29. 'OV' => 'Oost-Vlaanderen',
  30. 'AN' => 'Antwerpen',
  31. 'VB' => 'Vlaams-Brabant',
  32. 'BR' => 'Brussel',
  33. 'LI' => 'Limburg',
  34. 'HT' => 'Hainaut (Henegouwen)',
  35. 'LG' => 'Li&egrave;ge (Luik)',
  36. 'NM' => 'Namur (Namen)',
  37. 'BW' => 'Brabant Wallon (Waals-Brabant)',
  38. 'LX' => 'Luxembourg (Luxemburg)',
  39. );