mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-25 18:49:16 +02:00
Localization update
This commit is contained in:
@ -124,11 +124,12 @@ void MapList::clear()
|
||||
|
||||
QString MapList::formats()
|
||||
{
|
||||
return tr("Supported files (*.map *.tar *.tba *.tif *.tiff *.xml)") + ";;"
|
||||
+ tr("OziExplorer maps (*.map)") + ";;"
|
||||
+ tr("TrekBuddy maps/atlases (*.tar *.tba)") + ";;"
|
||||
+ tr("GeoTIFF images (*.tif *.tiff)") + ";;"
|
||||
+ tr("Online map sources (*.xml)");
|
||||
return
|
||||
tr("Supported files") + " (*.map *.tar *.tba *.tif *.tiff *.xml);;"
|
||||
+ tr("OziExplorer maps") + " (*.map);;"
|
||||
+ tr("TrekBuddy maps/atlases") + " (*.tar *.tba);;"
|
||||
+ tr("GeoTIFF images") + " (*.tif *.tiff);;"
|
||||
+ tr("Online map sources") + " (*.xml)";
|
||||
}
|
||||
|
||||
QStringList MapList::filter()
|
||||
|
Reference in New Issue
Block a user