getLocaleList(m_northLocale,GeoDataCoordinates::tr("*","North direction terms, see http://techbase.kde.org/Projects/Marble/GeoDataCoordinatesTranslation"),
placeholder,separator);
getLocaleList(m_eastLocale,GeoDataCoordinates::tr("*","East direction terms, see http://techbase.kde.org/Projects/Marble/GeoDataCoordinatesTranslation"),
placeholder,separator);
getLocaleList(m_southLocale,GeoDataCoordinates::tr("*","South direction terms, see http://techbase.kde.org/Projects/Marble/GeoDataCoordinatesTranslation"),
placeholder,separator);
getLocaleList(m_westLocale,GeoDataCoordinates::tr("*","West direction terms, see http://techbase.kde.org/Projects/Marble/GeoDataCoordinatesTranslation"),
// expressions for symbols of degree, minutes and seconds
getLocaleList(m_degreeLocale,GeoDataCoordinates::tr("*","Degree symbol terms, see http://techbase.kde.org/Projects/Marble/GeoDataCoordinatesTranslation"),
placeholder,separator);
getLocaleList(m_minutesLocale,GeoDataCoordinates::tr("*","Minutes symbol terms, see http://techbase.kde.org/Projects/Marble/GeoDataCoordinatesTranslation"),
placeholder,separator);
getLocaleList(m_secondsLocale,GeoDataCoordinates::tr("*","Seconds symbol terms, see http://techbase.kde.org/Projects/Marble/GeoDataCoordinatesTranslation"),
placeholder,separator);
// Used unicode regexp expressions:
// x00B0: ° DEGREE SIGN
// x00BA: º MASCULINE ORDINAL INDICATOR (found used as degree sign)