1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-25 18:49:16 +02:00

Localization update

This commit is contained in:
2018-02-04 15:30:54 +01:00
parent 544a838821
commit 8e9db2354e
7 changed files with 877 additions and 850 deletions

View File

@ -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()