<?php
defined('DOIT') or die('Restricted access');
$mod_bp=array(
"lbl_settings" => "...for the Fuel Price module",
"lbl_region" => "Which region do you want to display?",
);
$regions=array(
"stadtBerlin" => "Berlin, GER",
"stadtSaarbruecken" => "Saarbrücken, GER",
"preisfixing" => "Germany",
"stadtMuenchen" => "Munich, GER",
"country53" => "France",
"country117" => "Luxembourg",
"country92" => "Canada",
"country79" => "Ireland",
"country230" => "England, UK",
"country229" => "USA",
"country189" => "Spain",
"country179" => "Switzerland",
"country177" => "Saudi Arabia",
"country17" => "Australia",
"country156" => "Austria",
"country145" => "New Zealand",
"country132" => "Mexico"
);
asort($regions);
?>