Excellent work lkuech ....
Just a couple of minor issues:-
These error messages appear frequently in the error.log file
[ERROR][MPMain]: No translation found for id 110234
[ERROR][MPMain]: No translation found for id 110235
[ERROR][MPMain]: No translation found for id 110236
[ERROR][MPMain]: No translation found for id 110237
[ERROR][MPMain]: No translation found for id 101002
placing the following entries in the strings_user.xml file removes the error messages, but I am not sure if this is the correct solution?
<String id="101002" prefix="My ">Worldmap</String>
<String id="110234" prefix="My ">Worldmap</String>
<String id="110235" prefix="My ">Worldmap menu</String>
<String id="110236" prefix="My ">Worldmap search</String>
<String id="110237" prefix="My ">Worldmap search results</String>
Also, I think that the skin file “MyWorldMapMenu.xml” in both BlueTwo & BlueTwo wide contains a slight error. This line
<ondown>10</ondown>
under the Placemarks button should be
<ondown>8</ondown>
Just a couple of minor issues:-
These error messages appear frequently in the error.log file
[ERROR][MPMain]: No translation found for id 110234
[ERROR][MPMain]: No translation found for id 110235
[ERROR][MPMain]: No translation found for id 110236
[ERROR][MPMain]: No translation found for id 110237
[ERROR][MPMain]: No translation found for id 101002
placing the following entries in the strings_user.xml file removes the error messages, but I am not sure if this is the correct solution?
<String id="101002" prefix="My ">Worldmap</String>
<String id="110234" prefix="My ">Worldmap</String>
<String id="110235" prefix="My ">Worldmap menu</String>
<String id="110236" prefix="My ">Worldmap search</String>
<String id="110237" prefix="My ">Worldmap search results</String>
Also, I think that the skin file “MyWorldMapMenu.xml” in both BlueTwo & BlueTwo wide contains a slight error. This line
<ondown>10</ondown>
under the Placemarks button should be
<ondown>8</ondown>