]> gitweb.fperrin.net Git - GpsPrune.git/blob - src/tim/prune/lang/prune-texts_en.properties
Add menu item to remove altitudes from track
[GpsPrune.git] / src / tim / prune / lang / prune-texts_en.properties
1 # Text entries for the GpsPrune application
2 # English entries as default
3
4 # Menu entries
5 menu.file=File
6 menu.file.addphotos=Add photos
7 menu.file.recentfiles=Recent files
8 menu.file.save=Save as text
9 menu.file.exit=Exit
10 menu.online=Online
11 menu.track=Track
12 menu.track.undo=Undo
13 menu.track.clearundo=Clear undo list
14 menu.track.markrectangle=Mark points in rectangle
15 menu.range=Range
16 menu.range.all=Select all
17 menu.range.none=Select none
18 menu.range.start=Set range start
19 menu.range.end=Set range end
20 menu.range.average=Average selection
21 menu.range.reverse=Reverse range
22 menu.range.mergetracksegments=Merge track segments
23 menu.range.cutandmove=Cut and move selection
24 menu.point=Point
25 menu.point.editpoint=Edit point
26 menu.point.deletepoint=Delete point
27 menu.photo=Photo
28 menu.photo.saveexif=Save to Exif
29 menu.audio=Audio
30 menu.view=View
31 menu.view.showsidebars=Show sidebars
32 menu.view.browser=Map in a browser window
33 menu.view.browser.google=Google maps
34 menu.view.browser.openstreetmap=Openstreetmap
35 menu.view.browser.mapquest=Mapquest
36 menu.view.browser.yahoo=Yahoo maps
37 menu.view.browser.bing=Bing maps
38 menu.view.browser.inlinemap=Inline map
39 menu.view.browser.graphhopper=GraphHopper
40 menu.settings=Settings
41 menu.settings.onlinemode=Load maps from internet
42 menu.settings.autosave=Autosave settings on exit
43 menu.help=Help
44 # Popup menu for map
45 menu.map.zoomin=Zoom in
46 menu.map.zoomout=Zoom out
47 menu.map.zoomfull=Zoom to full scale
48 menu.map.newpoint=Create new point
49 menu.map.drawpoints=Create series of points
50 menu.map.connect=Connect track points
51 menu.map.autopan=Autopan
52 menu.map.showmap=Show map
53 menu.map.showscalebar=Show scalebar
54 menu.map.editmode=Edit mode
55
56 # Alt keys for menus
57 altkey.menu.file=F
58 altkey.menu.online=N
59 altkey.menu.range=R
60 altkey.menu.track=T
61 altkey.menu.point=P
62 altkey.menu.view=V
63 altkey.menu.photo=O
64 altkey.menu.audio=A
65 altkey.menu.settings=S
66 altkey.menu.help=H
67
68 # Ctrl shortcuts for menu items
69 shortcut.menu.file.open=O
70 shortcut.menu.file.load=L
71 shortcut.menu.file.save=S
72 shortcut.menu.track.undo=Z
73 shortcut.menu.track.compress=C
74 shortcut.menu.range.all=A
75 shortcut.menu.point.edit=E
76 shortcut.menu.help.help=H
77
78 # Functions
79 function.open=Open file
80 function.importwithgpsbabel=Import file with GPSBabel
81 function.loadfromgps=Load data from GPS
82 function.sendtogps=Send data to GPS
83 function.exportkml=Export KML
84 function.exportgpx=Export GPX
85 function.exportpov=Export POV
86 function.exportimage=Export image
87 function.editwaypointname=Edit waypoint name
88 function.compress=Compress track
89 function.marklifts=Mark uphill lifts
90 function.deleterange=Delete range
91 function.deletemarked=Delete marked points
92 function.croptrack=Crop track
93 function.interpolate=Interpolate points
94 function.deletebydate=Delete points by date
95 function.addtimeoffset=Add time offset
96 function.addaltitudeoffset=Add altitude offset
97 function.removealtitudes=Remove altitudes
98 function.findwaypoint=Find waypoint
99 function.rearrangewaypoints=Rearrange waypoints
100 function.convertnamestotimes=Convert waypoint names to times
101 function.deletefieldvalues=Delete field values
102 function.pastecoordinates=Enter new coordinates
103 function.charts=Charts
104 function.show3d=Three-D view
105 function.distances=Distances
106 function.fullrangedetails=Full range details
107 function.estimatetime=Estimate time
108 function.learnestimationparams=Learn time estimation parameters
109 function.autoplay=Autoplay track
110 function.selectsegment=Select current segment
111 function.splitsegments=Split track into segments
112 function.sewsegments=Sew track segments together
113 function.createmarkerwaypoints=Create marker waypoints
114 function.getgpsies=Get Gpsies tracks
115 function.uploadgpsies=Upload track to Gpsies
116 function.lookupsrtm=Get altitudes from SRTM
117 function.downloadsrtm=Download SRTM tiles
118 function.getwikipedia=Get nearby Wikipedia articles
119 function.searchwikipedianames=Search Wikipedia by name
120 function.searchosmpois=Get nearby OSM points
121 function.searchopencachingde=Search OpenCaching.de
122 function.mapillary=Search for photos in Mapillary
123 function.downloadosm=Download OSM data for area
124 function.duplicatepoint=Duplicate point
125 function.connecttopoint=Connect to point
126 function.disconnectfrompoint=Disconnect from point
127 function.removephoto=Remove photo
128 function.correlatephotos=Correlate photos
129 function.rearrangephotos=Rearrange photos
130 function.rotatephotoleft=Rotate photo left
131 function.rotatephotoright=Rotate photo right
132 function.photopopup=Show photo popup
133 function.ignoreexifthumb=Ignore exif thumbnail
134 function.loadaudio=Add audio clips
135 function.removeaudio=Remove audio clip
136 function.correlateaudios=Correlate audios
137 function.playaudio=Play audio clip
138 function.stopaudio=Stop audio clip
139 function.setmapbg=Set map background
140 function.setpaths=Set program paths
141 function.setcolours=Set colours
142 function.setdisplaysettings=Set display options
143 function.setlanguage=Set language
144 function.help=Help
145 function.showkeys=Show shortcut keys
146 function.about=About GpsPrune
147 function.checkversion=Check for new version
148 function.saveconfig=Save settings
149 function.diskcache=Save maps to disk
150 function.managetilecache=Manage tile cache
151 function.getweatherforecast=Get weather forecast
152 function.setaltitudetolerance=Set altitude tolerance
153 function.selecttimezone=Set timezone
154
155 # Dialogs
156 dialog.exit.confirm.title=Exit GpsPrune
157 dialog.exit.confirm.text=Your data is not saved. Are you sure you want to exit?
158 dialog.openappend.title=Append to existing data
159 dialog.openappend.text=Append this data to the data already loaded?
160 dialog.deletepoint.title=Delete Point
161 dialog.deletepoint.deletephoto=Delete photo attached to this point?
162 dialog.deletephoto.title=Delete Photo
163 dialog.deletephoto.deletepoint=Delete point attached to this photo?
164 dialog.deleteaudio.deletepoint=Delete point attached to this audio clip?
165 dialog.openoptions.title=Open options
166 dialog.openoptions.filesnippet=Extract of file
167 dialog.load.table.field=Field
168 dialog.load.table.datatype=Data Type
169 dialog.load.table.description=Description
170 dialog.delimiter.label=Field delimiter
171 dialog.delimiter.comma=Comma ,
172 dialog.delimiter.tab=Tab
173 dialog.delimiter.space=Space
174 dialog.delimiter.semicolon=Semicolon ;
175 dialog.delimiter.other=Other
176 dialog.openoptions.deliminfo.records=records, with
177 dialog.openoptions.deliminfo.fields=fields
178 dialog.openoptions.deliminfo.norecords=No records
179 dialog.openoptions.altitudeunits=Altitude units
180 dialog.openoptions.speedunits=Speed units
181 dialog.openoptions.vertspeedunits=Vertical speed units
182 dialog.openoptions.vspeed.intro=
183 dialog.openoptions.vspeed.positiveup=Positive speeds upwards
184 dialog.openoptions.vspeed.positivedown=Positive speeds downwards
185 dialog.open.contentsdoubled=This file contains two copies of each point,\nonce as waypoints and once as track points.
186 dialog.selecttracks.intro=Select the track or tracks to load
187 dialog.selecttracks.noname=Unnamed
188 dialog.jpegload.subdirectories=Include subdirectories
189 dialog.jpegload.loadjpegswithoutcoords=Include photos without coordinates
190 dialog.jpegload.loadjpegsoutsidearea=Include photos outside current area
191 dialog.jpegload.progress.title=Loading photos
192 dialog.jpegload.progress=Please wait while the photos are searched
193 dialog.gpsload.nogpsbabel=No gpsbabel program could be found. Continue?
194 dialog.gpsload.device=Device name
195 dialog.gpsload.format=Format
196 dialog.gpsload.getwaypoints=Load waypoints
197 dialog.gpsload.gettracks=Load tracks
198 dialog.gpsload.save=Save to file
199 dialog.gpssend.sendwaypoints=Send waypoints
200 dialog.gpssend.sendtracks=Send tracks
201 dialog.gpssend.trackname=Track name
202 dialog.gpsbabel.filters=Filters
203 dialog.addfilter.title=Add filter
204 dialog.gpsbabel.filter.discard=Discard
205 dialog.gpsbabel.filter.simplify=Simplify
206 dialog.gpsbabel.filter.distance=Distance
207 dialog.gpsbabel.filter.interpolate=Interpolate
208 dialog.gpsbabel.filter.discard.intro=Discard points if
209 dialog.gpsbabel.filter.discard.hdop=Hdop >
210 dialog.gpsbabel.filter.discard.vdop=Vdop >
211 dialog.gpsbabel.filter.discard.numsats=Number of satellites <
212 dialog.gpsbabel.filter.discard.nofix=Point has no fix
213 dialog.gpsbabel.filter.discard.unknownfix=Point has unknown fix
214 dialog.gpsbabel.filter.simplify.intro=Remove points until
215 dialog.gpsbabel.filter.simplify.maxpoints=Number of points <
216 dialog.gpsbabel.filter.simplify.maxerror=or error distance <
217 dialog.gpsbabel.filter.simplify.crosstrack=cross-track
218 dialog.gpsbabel.filter.simplify.length=length difference
219 dialog.gpsbabel.filter.simplify.relative=relative to hdop
220 dialog.gpsbabel.filter.distance.intro=Remove points if close to any previous point
221 dialog.gpsbabel.filter.distance.distance=If distance <
222 dialog.gpsbabel.filter.distance.time=and time difference <
223 dialog.gpsbabel.filter.interpolate.intro=Add extra points between track points
224 dialog.gpsbabel.filter.interpolate.distance=If distance >
225 dialog.gpsbabel.filter.interpolate.time=or time difference >
226 dialog.saveoptions.title=Save file
227 dialog.save.fieldstosave=Fields to save
228 dialog.save.table.field=Field
229 dialog.save.table.hasdata=Has data
230 dialog.save.table.save=Save
231 dialog.save.headerrow=Output header row
232 dialog.save.coordinateunits=Coordinate format
233 dialog.save.altitudeunits=Altitude units
234 dialog.save.timestampformat=Timestamp format
235 dialog.save.overwrite.title=File already exists
236 dialog.save.overwrite.text=This file already exists. Are you sure you want to overwrite the file?
237 dialog.save.notypesselected=No point types have been selected
238 dialog.exportkml.text=Title for the data
239 dialog.exportkml.altitude=Absolute altitudes (for aviation)
240 dialog.exportkml.kmz=Compress to make kmz file
241 dialog.exportkml.exportimages=Export image thumbnails to kmz
242 dialog.exportkml.imagesize=Image size
243 dialog.exportkml.trackcolour=Track colour
244 dialog.exportkml.standardkml=Standard KML
245 dialog.exportkml.extendedkml=Extended KML with timestamps
246 dialog.exportgpx.name=Name
247 dialog.exportgpx.desc=Description
248 dialog.exportgpx.includetimestamps=Include timestamps
249 dialog.exportgpx.copysource=Copy source xml
250 dialog.exportgpx.encoding=Encoding
251 dialog.exportgpx.encoding.system=System
252 dialog.exportgpx.encoding.utf8=UTF-8
253 dialog.exportpov.text=Please enter the parameters for the POV export
254 dialog.exportpov.font=Font
255 dialog.exportpov.camerax=Camera X
256 dialog.exportpov.cameray=Camera Y
257 dialog.exportpov.cameraz=Camera Z
258 dialog.exportpov.modelstyle=Model style
259 dialog.exportpov.ballsandsticks=Balls and sticks
260 dialog.exportpov.tubesandwalls=Tubes and walls
261 dialog.3d.warningtracksize=This track has a large number of points, which Java3D might not be able to display.\nAre you sure you want to continue?
262 dialog.3d.useterrain=Show terrain
263 dialog.3d.terraingridsize=Grid size
264 dialog.exportpov.baseimage=Base image
265 dialog.exportpov.cannotmakebaseimage=Cannot write base image
266 dialog.baseimage.title=Map image
267 dialog.baseimage.useimage=Use image
268 dialog.baseimage.mapsource=Map source
269 dialog.baseimage.zoom=Zoom level
270 dialog.baseimage.incomplete=Image incomplete
271 dialog.baseimage.tiles=Tiles
272 dialog.baseimage.size=Image size
273 dialog.exportimage.noimagepossible=Map images need to be cached to disk in order to use them for an export.
274 dialog.exportimage.drawtrack=Draw track on map
275 dialog.exportimage.drawtrackpoints=Draw track points
276 dialog.exportimage.textscalepercent=Text scale factor (%)
277 dialog.pointtype.desc=Save the following point types:
278 dialog.pointtype.track=Track points
279 dialog.pointtype.waypoint=Waypoints
280 dialog.pointtype.photo=Photo points
281 dialog.pointtype.audio=Audio points
282 dialog.pointtype.selection=Just selection
283 dialog.confirmreversetrack.title=Confirm reversal
284 dialog.confirmreversetrack.text=This track contains timestamp information, which will be out of sequence after a reversal.\nAre you sure you want to reverse this section?
285 dialog.confirmcutandmove.title=Confirm cut and move
286 dialog.confirmcutandmove.text=This track contains timestamp information, which will be out of sequence after a move.\nAre you sure you want to move this section?
287 dialog.interpolate.parameter.text=Number of points to insert between each pair of points
288 dialog.interpolate.betweenwaypoints=Interpolate between waypoints?
289 dialog.undo.title=Undo action(s)
290 dialog.undo.pretext=Please select the action(s) to undo
291 dialog.undo.none.title=Cannot undo
292 dialog.undo.none.text=No operations to undo!
293 dialog.clearundo.title=Clear undo list
294 dialog.clearundo.text=Are you sure you want to clear the undo list?\nAll undo information will be lost!
295 dialog.pointedit.title=Edit point
296 dialog.pointedit.intro=Select each field in turn to view and change the value
297 dialog.pointedit.table.field=Field
298 dialog.pointedit.nofield=No field selected
299 dialog.pointedit.table.value=Value
300 dialog.pointnameedit.name=Waypoint name
301 dialog.pointnameedit.uppercase=UPPER case
302 dialog.pointnameedit.lowercase=lower case
303 dialog.pointnameedit.titlecase=Title Case
304 dialog.addtimeoffset.add=Add time
305 dialog.addtimeoffset.subtract=Subtract time
306 dialog.addtimeoffset.days=Days
307 dialog.addtimeoffset.hours=Hours
308 dialog.addtimeoffset.minutes=Minutes
309 dialog.addtimeoffset.notimestamps=Cannot add a time offset as this selection doesn't contain any timestamp information
310 dialog.findwaypoint.intro=Enter part of the waypoint name
311 dialog.findwaypoint.search=Search
312 dialog.saveexif.title=Save Exif
313 dialog.saveexif.intro=Select the photos to save using the checkboxes
314 dialog.saveexif.nothingtosave=Coordinate data is unchanged, nothing to save
315 dialog.saveexif.noexiftool=No exiftool program could be found. Continue?
316 dialog.saveexif.table.photoname=Photo name
317 dialog.saveexif.table.status=Status
318 dialog.saveexif.table.save=Save
319 dialog.saveexif.photostatus.connected=Connected
320 dialog.saveexif.photostatus.disconnected=Disconnected
321 dialog.saveexif.photostatus.modified=Modified
322 dialog.saveexif.overwrite=Overwrite files
323 dialog.saveexif.force=Force despite minor errors
324 dialog.charts.xaxis=X axis
325 dialog.charts.yaxis=Y axes
326 dialog.charts.output=Output
327 dialog.charts.screen=Output to screen
328 dialog.charts.svg=Output to SVG file
329 dialog.charts.svgwidth=SVG width
330 dialog.charts.svgheight=SVG height
331 dialog.charts.needaltitudeortimes=The track must have either altitudes or time information in order to create charts
332 dialog.charts.gnuplotnotfound=Could not find gnuplot with the given path
333 dialog.distances.intro=Straight line distances between points
334 dialog.distances.column.from=From point
335 dialog.distances.column.to=To point
336 dialog.distances.currentpoint=Current point
337 dialog.distances.toofewpoints=This function needs waypoints in order to calculate the distances between them
338 dialog.fullrangedetails.intro=Here are the details for the selected range
339 dialog.fullrangedetails.coltotal=Including gaps
340 dialog.fullrangedetails.colsegments=Without gaps
341 dialog.estimatetime.details=Details
342 dialog.estimatetime.gentle=Gentle
343 dialog.estimatetime.steep=Steep
344 dialog.estimatetime.climb=Climb
345 dialog.estimatetime.descent=Descent
346 dialog.estimatetime.parameters=Parameters
347 dialog.estimatetime.parameters.timefor=Time for
348 dialog.estimatetime.results=Results
349 dialog.estimatetime.results.estimatedtime=Estimated time
350 dialog.estimatetime.results.actualtime=Actual time
351 dialog.estimatetime.error.nodistance=The time estimates need connected track points, to give a distance
352 dialog.estimatetime.error.noaltitudes=The selection doesn't include any altitude information
353 dialog.learnestimationparams.intro=These are the parameters calculated from this track
354 dialog.learnestimationparams.averageerror=Average error
355 dialog.learnestimationparams.combine=These parameters can be combined with the current values
356 dialog.learnestimationparams.combinedresults=Combined results
357 dialog.learnestimationparams.weight.100pccurrent=Keep current values
358 dialog.learnestimationparams.weight.current=current
359 dialog.learnestimationparams.weight.calculated=calculated
360 dialog.learnestimationparams.weight.50pc=Average of current values and calculated ones
361 dialog.learnestimationparams.weight.100pccalculated=Use new calculated values
362 dialog.setmapbg.intro=Select one of the map sources, or add a new one
363 dialog.addmapsource.title=Add new map source
364 dialog.addmapsource.sourcename=Name of source
365 dialog.addmapsource.layer1url=URL of first layer
366 dialog.addmapsource.layer2url=Optional URL of second layer
367 dialog.addmapsource.maxzoom=Maximum zoom level
368 dialog.addmapsource.noname=Unnamed
369 dialog.gpsies.column.name=Track name
370 dialog.gpsies.column.length=Length
371 dialog.gpsies.description=Description
372 dialog.gpsies.nodescription=No description
373 dialog.gpsies.nonefound=No tracks found
374 dialog.gpsies.username=Gpsies username
375 dialog.gpsies.password=Gpsies password
376 dialog.gpsies.keepprivate=Keep track private
377 dialog.gpsies.confirmopenpage=Open the web page for the uploaded track?
378 dialog.gpsies.activities=Activity types
379 dialog.gpsies.activity.trekking=Hiking
380 dialog.gpsies.activity.walking=Walking
381 dialog.gpsies.activity.jogging=Running
382 dialog.gpsies.activity.biking=Cycling
383 dialog.gpsies.activity.motorbiking=Motorbiking
384 dialog.gpsies.activity.snowshoe=Snowshoeing
385 dialog.gpsies.activity.sailing=Sailing
386 dialog.gpsies.activity.skating=Skating
387 dialog.mapillary.nonefound=No photos found
388 dialog.wikipedia.column.name=Article name
389 dialog.wikipedia.column.distance=Distance
390 dialog.wikipedia.nonefound=No wikipedia entries found
391 dialog.wikipedia.gallery=Gallery
392 dialog.osmpois.column.name=Name
393 dialog.osmpois.column.type=Type
394 dialog.osmpois.nonefound=No points found
395 dialog.geocaching.nonefound=No geocaches found
396 dialog.correlate.notimestamps=There are no timestamps in the data points, so there is nothing to correlate with the photos.
397 dialog.correlate.nouncorrelatedphotos=There are no uncorrelated photos.\nAre you sure you want to continue?
398 dialog.correlate.nouncorrelatedaudios=There are no uncorrelated audios.\nAre you sure you want to continue?
399 dialog.correlate.photoselect.intro=Select one of these correlated photos to use as the time offset
400 dialog.correlate.select.photoname=Photo name
401 dialog.correlate.select.timediff=Time difference
402 dialog.correlate.select.photolater=Photo later
403 dialog.correlate.options.intro=Select the options for automatic correlation
404 dialog.correlate.options.offsetpanel=Time offset
405 dialog.correlate.options.offset=Offset
406 dialog.correlate.options.offset.hours=hours,
407 dialog.correlate.options.offset.minutes=minutes and
408 dialog.correlate.options.offset.seconds=seconds
409 dialog.correlate.options.photolater=Photo later than point
410 dialog.correlate.options.pointlaterphoto=Point later than photo
411 dialog.correlate.options.audiolater=Audio later than point
412 dialog.correlate.options.pointlateraudio=Point later than audio
413 dialog.correlate.options.limitspanel=Correlation limits
414 dialog.correlate.options.notimelimit=No time limit
415 dialog.correlate.options.timelimit=Time limit
416 dialog.correlate.options.nodistancelimit=No distance limit
417 dialog.correlate.options.distancelimit=Distance limit
418 dialog.correlate.options.correlate=Correlate
419 dialog.correlate.alloutsiderange=All the items are outside the time range of the track, so none can be correlated.\nTry changing the offset or manually correlating at least one item.
420 dialog.correlate.filetimes=File timestamps denote:
421 dialog.correlate.filetimes2=of audio clip
422 dialog.correlate.correltimes=For correlation, use:
423 dialog.correlate.timestamp.beginning=Beginning
424 dialog.correlate.timestamp.middle=Middle
425 dialog.correlate.timestamp.end=End
426 dialog.correlate.audioselect.intro=Select one of these correlated audios to use as the time offset
427 dialog.correlate.select.audioname=Audio name
428 dialog.correlate.select.audiolater=Audio later
429 dialog.rearrangewaypoints.desc=Select the destination and sort order of the waypoints
430 dialog.rearrangephotos.desc=Select the destination and sort order of the photo points
431 dialog.rearrange.tostart=Move to start
432 dialog.rearrange.toend=Move to end
433 dialog.rearrange.tonearest=Each to nearest track point
434 dialog.rearrange.nosort=Don't sort
435 dialog.rearrange.sortbyfilename=Sort by filename
436 dialog.rearrange.sortbyname=Sort by name
437 dialog.rearrange.sortbytime=Sort by time
438 dialog.compress.duplicates.title=Duplicate removal
439 dialog.compress.closepoints.title=Nearby point removal
440 dialog.compress.closepoints.paramdesc=Span factor
441 dialog.compress.wackypoints.title=Wacky point removal
442 dialog.compress.wackypoints.paramdesc=Distance factor
443 dialog.compress.singletons.title=Singleton removal
444 dialog.compress.singletons.paramdesc=Distance factor
445 dialog.compress.douglaspeucker.title=Douglas-Peucker compression
446 dialog.compress.douglaspeucker.paramdesc=Span factor
447 dialog.compress.summarylabel=Points to delete
448 dialog.compress.confirm=%d points have been marked.\nDelete these marked points now?
449 dialog.compress.confirmnone=no points have been marked
450 dialog.deletemarked.nonefound=No data points could be removed
451 dialog.pastecoordinates.desc=Enter or paste the coordinates here
452 dialog.pastecoordinates.coords=Coordinates
453 dialog.pastecoordinates.nothingfound=Please check the coordinates and try again
454 dialog.help.help=Please see\n https://gpsprune.activityworkshop.net/\nfor more information and tips,\nincluding a PDF user guide you can buy.
455 dialog.about.version=Version
456 dialog.about.build=Build
457 dialog.about.summarytext1=GpsPrune is a program for loading, displaying and editing data from GPS receivers.
458 dialog.about.summarytext2=It is released under the Gnu GPL for free, open, worldwide use and enhancement.<br>Copying, redistribution and modification are permitted and encouraged<br>according to the conditions in the included <code>license.txt</code> file.
459 dialog.about.summarytext3=Please see <code style="font-weight:bold">https://activityworkshop.net/</code> for more information and tips, including<br>a PDF user guide you can buy.
460 dialog.about.languages=Available languages
461 dialog.about.translatedby=English text by activityworkshop.
462 dialog.about.systeminfo=System info
463 dialog.about.systeminfo.os=Operating System
464 dialog.about.systeminfo.java=Java Runtime
465 dialog.about.systeminfo.java3d=Java3d installed
466 dialog.about.systeminfo.povray=Povray installed
467 dialog.about.systeminfo.exiftool=Exiftool installed
468 dialog.about.systeminfo.gpsbabel=Gpsbabel installed
469 dialog.about.systeminfo.gnuplot=Gnuplot installed
470 dialog.about.yes=Yes
471 dialog.about.no=No
472 dialog.about.credits=Credits
473 dialog.about.credits.code=GpsPrune code written by
474 dialog.about.credits.exifcode=Exif code by
475 dialog.about.credits.icons=Some icons taken from
476 dialog.about.credits.translators=Translators
477 dialog.about.credits.translations=Translations helped by
478 dialog.about.credits.devtools=Development tools
479 dialog.about.credits.othertools=Other tools
480 dialog.about.credits.thanks=Thanks to
481 dialog.about.readme=Readme
482 dialog.checkversion.error=The version number couldn't be checked.\nPlease check the internet connection.
483 dialog.checkversion.uptodate=You are using the latest version of GpsPrune.
484 dialog.checkversion.newversion1=A new version of GpsPrune is now available!  The latest version is now version
485 dialog.checkversion.newversion2=.
486 dialog.checkversion.releasedate1=This new version was released on
487 dialog.checkversion.releasedate2=.
488 dialog.checkversion.download=To download the new version, go to https://gpsprune.activityworkshop.net/download.html.
489 dialog.keys.intro=You can use the following shortcut keys instead of using the mouse
490 dialog.keys.keylist=<table><tr><td>Arrow keys</td><td>Pan map left right, up, down</td></tr><tr><td>Ctrl + left, right arrow</td><td>Select previous or next point</td></tr><tr><td>Ctrl + up, down arrow</td><td>Zoom in or out</td></tr><tr><td>Ctrl + PgUp, PgDown</td><td>Select previous, next segment</td></tr><tr><td>Ctrl + Home, End</td><td>Select first, last point</td></tr><tr><td>Del</td><td>Delete current point</td></tr></table>
491 dialog.keys.normalmodifier=Ctrl
492 dialog.keys.macmodifier=Command
493 dialog.saveconfig.desc=The following settings can be saved to a configuration file :
494 dialog.saveconfig.prune.trackdirectory=Track directory
495 dialog.saveconfig.prune.photodirectory=Photo directory
496 dialog.saveconfig.prune.languagecode=Language code (EN)
497 dialog.saveconfig.prune.languagefile=Language file
498 dialog.saveconfig.prune.gpsdevice=GPS device
499 dialog.saveconfig.prune.gpsformat=GPS format
500 dialog.saveconfig.prune.povrayfont=Povray font
501 dialog.saveconfig.prune.gnuplotpath=Path to gnuplot
502 dialog.saveconfig.prune.gpsbabelpath=Path to gpsbabel
503 dialog.saveconfig.prune.exiftoolpath=Path to exiftool
504 dialog.saveconfig.prune.mapsource=Selected map source
505 dialog.saveconfig.prune.mapsourcelist=Map sources
506 dialog.saveconfig.prune.diskcache=Map cache
507 dialog.saveconfig.prune.kmzimagewidth=KMZ image size
508 dialog.saveconfig.prune.colourscheme=Colour scheme
509 dialog.saveconfig.prune.linewidth=Line width
510 dialog.saveconfig.prune.kmltrackcolour=KML track colour
511 dialog.saveconfig.prune.autosavesettings=Autosave settings
512 dialog.setpaths.intro=If you need to, you can choose the paths to the external applications:
513 dialog.setpaths.found=Path found?
514 dialog.addaltitude.noaltitudes=The selected range does not contain altitudes
515 dialog.addaltitude.desc=Altitude offset to add
516 dialog.lookupsrtm.overwritezeros=Overwrite altitude values of zero?
517 dialog.setcolours.intro=Click on a colour patch to change the colour
518 dialog.setcolours.background=Background
519 dialog.setcolours.borders=Borders
520 dialog.setcolours.lines=Lines
521 dialog.setcolours.primary=Primary
522 dialog.setcolours.secondary=Secondary
523 dialog.setcolours.point=Points
524 dialog.setcolours.selection=Selection
525 dialog.setcolours.text=Text
526 dialog.colourchooser.title=Choose colour
527 dialog.colourchooser.red=Red
528 dialog.colourchooser.green=Green
529 dialog.colourchooser.blue=Blue
530 dialog.colourer.intro=A point colourer can give track points different colours
531 dialog.colourer.type=Colourer type
532 dialog.colourer.type.none=None
533 dialog.colourer.type.byfile=By file
534 dialog.colourer.type.bysegment=By segment
535 dialog.colourer.type.byaltitude=By altitude
536 dialog.colourer.type.byspeed=By speed
537 dialog.colourer.type.byvertspeed=By vertical speed
538 dialog.colourer.type.bygradient=By gradient
539 dialog.colourer.type.bydate=By date
540 dialog.colourer.start=Start colour
541 dialog.colourer.end=End colour
542 dialog.colourer.maxcolours=Maximum number of colours
543 dialog.setlanguage.firstintro=You can either select one of the included languages,<p>or select a text file to use instead.
544 dialog.setlanguage.secondintro=You need to save your settings and then<p>restart GpsPrune to change the language.
545 dialog.setlanguage.language=Language
546 dialog.setlanguage.languagefile=Language file
547 dialog.setlanguage.endmessage=Now save your settings and restart GpsPrune\nfor the language change to take effect.
548 dialog.setlanguage.endmessagewithautosave=Please restart GpsPrune for the language change to take effect.
549 dialog.diskcache.save=Save map images to disk
550 dialog.diskcache.dir=Cache directory
551 dialog.diskcache.createdir=Create directory
552 dialog.diskcache.nocreate=Cache directory not created
553 dialog.diskcache.cannotwrite=Map tiles cannot be saved in the selected directory
554 dialog.diskcache.table.path=Path
555 dialog.diskcache.table.usedby=Used by
556 dialog.diskcache.table.zoom=Zoom
557 dialog.diskcache.table.tiles=Tiles
558 dialog.diskcache.table.megabytes=Megabytes
559 dialog.diskcache.tileset=Tileset
560 dialog.diskcache.tileset.multiple=multiple
561 dialog.diskcache.deleteold=Delete old tiles
562 dialog.diskcache.maximumage=Maximum age (days)
563 dialog.diskcache.deleteall=Delete all tiles
564 dialog.diskcache.deleted=Deleted %d files from the cache
565 dialog.deletefieldvalues.intro=Select the field to delete for the current range
566 dialog.deletefieldvalues.nofields=There are no fields to delete for this range
567 dialog.displaysettings.linewidth=Thickness of lines for the tracks (1-4)
568 dialog.displaysettings.antialias=Use antialiasing
569 dialog.displaysettings.waypointicons=Waypoint icons
570 dialog.displaysettings.wpicon.default=Default
571 dialog.displaysettings.wpicon.ringpt=Round marker
572 dialog.displaysettings.wpicon.plectrum=Plectrum
573 dialog.displaysettings.wpicon.ring=Ring
574 dialog.displaysettings.wpicon.pin=Board pin
575 dialog.displaysettings.size.small=Small
576 dialog.displaysettings.size.medium=Medium
577 dialog.displaysettings.size.large=Large
578 dialog.downloadosm.desc=Confirm to download the raw OSM data for the specified area:
579 dialog.searchwikipedianames.search=Search for:
580 dialog.weather.location=Location
581 dialog.weather.update=Forecast updated
582 dialog.weather.sunrise=Sunrise
583 dialog.weather.sunset=Sunset
584 dialog.weather.temperatureunits=Temperatures
585 dialog.weather.currentforecast=Current weather
586 dialog.weather.dailyforecast=Daily forecast
587 dialog.weather.3hourlyforecast=Three-hourly forecast
588 dialog.weather.day.now=Current weather
589 dialog.weather.day.today=Today
590 dialog.weather.day.tomorrow=Tomorrow
591 dialog.weather.day.monday=Monday
592 dialog.weather.day.tuesday=Tuesday
593 dialog.weather.day.wednesday=Wednesday
594 dialog.weather.day.thursday=Thursday
595 dialog.weather.day.friday=Friday
596 dialog.weather.day.saturday=Saturday
597 dialog.weather.day.sunday=Sunday
598 dialog.weather.wind=Wind
599 dialog.weather.temp=Temp
600 dialog.weather.humidity=Humidity
601 dialog.weather.creditnotice=This data is made available by openweathermap.org. Their website has more details.
602 dialog.deletebydate.onlyonedate=The points were all recorded on the same date.
603 dialog.deletebydate.intro=For each date in the track, you can choose to delete or keep the points
604 dialog.deletebydate.nodate=No timestamp
605 dialog.deletebydate.column.keep=Keep
606 dialog.deletebydate.column.delete=Delete
607 dialog.setaltitudetolerance.text.metres=Limit (in metres) below which small climbs and descents will be ignored
608 dialog.setaltitudetolerance.text.feet=Limit (in feet) below which small climbs and descents will be ignored
609 dialog.settimezone.intro=Here you can select the timezone in which to display point timestamps
610 dialog.settimezone.system=Use system timezone
611 dialog.settimezone.custom=Use the following timezone:
612 dialog.settimezone.list.toomany=Too many to choose
613 dialog.settimezone.selectedzone=Selected timezone
614 dialog.settimezone.offsetfromutc=Offset from UTC
615 dialog.autoplay.duration=Duration (secs)
616 dialog.autoplay.usetimestamps=Use point timestamps
617 dialog.autoplay.rewind=Back to beginning
618 dialog.autoplay.pause=Pause
619 dialog.autoplay.play=Play
620
621 # 3d window
622 dialog.3d.title=GpsPrune Three-d view
623 dialog.3d.altitudefactor=Altitude exaggeration factor
624
625 # Confirm messages
626 confirm.loadfile=Data loaded from file
627 confirm.save.ok1=Successfully saved
628 confirm.save.ok2=points to file
629 confirm.deletepoint.single=data point was removed
630 confirm.deletepoint.multi=data points were removed
631 confirm.point.edit=point edited
632 confirm.mergetracksegments=Track segments merged
633 confirm.reverserange=Range reversed
634 confirm.addtimeoffset=Time offset added
635 confirm.addaltitudeoffset=Altitude offset added
636 confirm.removealtitudes=Altitudes removed
637 confirm.rearrangewaypoints=Waypoints rearranged
638 confirm.rearrangephotos=Photos rearranged
639 confirm.splitsegments=%d segment splits were made
640 confirm.sewsegments=%d segment joins were made
641 confirm.cutandmove=Selection moved
642 confirm.interpolate=Points added
643 confirm.convertnamestotimes=Waypoint names converted
644 confirm.saveexif.ok=Saved %d photo files
645 confirm.undo.single=operation undone
646 confirm.undo.multi=operations undone
647 confirm.jpegload.single=photo was added
648 confirm.jpegload.multi=photos were added
649 confirm.media.connect=media connected
650 confirm.photo.disconnect=photo disconnected
651 confirm.audio.disconnect=audio disconnected
652 confirm.media.removed=removed
653 confirm.correlatephotos.single=photo was correlated
654 confirm.correlatephotos.multi=photos were correlated
655 confirm.rotatephoto=photo rotated
656 confirm.createpoint=point created
657 confirm.running=Running ...
658 confirm.lookupsrtm=Found %d altitude values
659 confirm.downloadsrtm=Downloaded %d files to the cache
660 confirm.downloadsrtm.1=Downloaded %d file to the cache
661 confirm.downloadsrtm.none=No files downloaded, they were already in the cache
662 confirm.deletefieldvalues=Field values deleted
663 confirm.audioload=Audio files added
664 confirm.correlateaudios.single=audio was correlated
665 confirm.correlateaudios.multi=audios were correlated
666
667 # Tips, shown just once when appropriate
668 tip.title=Tip
669 tip.useamapcache=By setting up a disk cache (Settings -> Save maps to disk)\nyou can speed up the display and reduce network traffic.
670 tip.learntimeparams=The results will be more accurate if you use\nTrack -> Learn time estimation parameters\non your recorded tracks.
671 tip.downloadsrtm=You can speed this up by calling\nOnline -> Download SRTM tiles\nto save the data in your map cache.
672 tip.usesrtmfor3d=This track doesn't have altitudes.\nYou can use the SRTM functions to get approximate\naltitudes for the 3d view.
673 tip.manuallycorrelateone=By manually connecting at least one item, the time offset can be calculated for you.
674
675 # Buttons
676 button.ok=OK
677 button.back=Back
678 button.next=Next
679 button.finish=Finish
680 button.cancel=Cancel
681 button.overwrite=Overwrite
682 button.moveup=Move up
683 button.movedown=Move down
684 button.edit=Edit
685 button.exit=Exit
686 button.close=Close
687 button.continue=Continue
688 button.yes=Yes
689 button.no=No
690 button.yestoall=Yes to all
691 button.notoall=No to all
692 button.always=Always
693 button.select=Select
694 button.selectall=Select all
695 button.selectnone=Select none
696 button.preview=Preview
697 button.load=Load
698 button.upload=Upload
699 button.guessfields=Guess fields
700 button.showwebpage=Show webpage
701 button.check=Check
702 button.resettodefaults=Reset to defaults
703 button.browse=Browse...
704 button.addnew=Add new
705 button.delete=Delete
706 button.manage=Manage
707 button.combine=Combine
708
709 # File types
710 filetype.txt=TXT files
711 filetype.jpeg=JPG files
712 filetype.kmlkmz=KML, KMZ files
713 filetype.kml=KML files
714 filetype.kmz=KMZ files
715 filetype.gpx=GPX files
716 filetype.pov=POV files
717 filetype.svg=SVG files
718 filetype.png=PNG files
719 filetype.audio=MP3, OGG, WAV files
720
721 # Display components
722 display.nodata=No data loaded
723 display.noaltitudes=Track data does not include altitudes
724 display.notimestamps=Track data does not include timestamps
725 display.novalues=Track data does not include values for this field
726 details.trackdetails=Track details
727 details.notrack=No track loaded
728 details.track.points=Points
729 details.track.file=File
730 details.track.numfiles=Number of files
731 details.pointdetails=Point details
732 details.index.selected=Index
733 details.index.of=of
734 details.nopointselection=No point selected
735 details.photofile=Photo file
736 details.norangeselection=No range selected
737 details.rangedetails=Range details
738 details.range.selected=Selected
739 details.range.to=to
740 details.altitude.to=to
741 details.range.climb=Climb
742 details.range.descent=Descent
743 details.coordformat=Coordinate format
744 details.distanceunits=Distance units
745 display.range.time.secs=s
746 display.range.time.mins=m
747 display.range.time.hours=h
748 display.range.time.days=d
749 details.range.avespeed=Ave speed
750 details.range.maxspeed=Maximum speed
751 details.range.numsegments=Number of segments
752 details.range.pace=Pace
753 details.range.gradient=Gradient
754 details.lists.waypoints=Waypoints
755 details.lists.photos=Photos
756 details.lists.audio=Audio
757 details.photodetails=Photo details
758 details.nophoto=No photo selected
759 details.photo.loading=Loading
760 details.photo.bearing=Bearing
761 details.media.connected=Connected
762 details.media.fullpath=Full path
763 details.audiodetails=Audio details
764 details.noaudio=No audio clip selected
765 details.audio.file=Audio file
766 details.audio.playing=playing...
767 map.overzoom=No maps available at this zoom level
768
769 # Field names
770 fieldname.latitude=Latitude
771 fieldname.longitude=Longitude
772 fieldname.altitude=Altitude
773 fieldname.timestamp=Time
774 fieldname.time=Time
775 fieldname.date=Date
776 fieldname.waypointname=Name
777 fieldname.waypointtype=Type
778 fieldname.newsegment=Segment
779 fieldname.custom=Custom
780 fieldname.prefix=Field
781 fieldname.distance=Distance
782 fieldname.duration=Duration
783 fieldname.speed=Speed
784 fieldname.verticalspeed=Vertical speed
785 fieldname.description=Description
786 fieldname.mediafilename=Filename
787
788 # Measurement units
789 units.original=Original
790 units.default=Default
791 units.metres=Metres
792 units.metres.short=m
793 units.feet=Feet
794 units.feet.short=ft
795 units.kilometres=Kilometres
796 units.kilometres.short=km
797 units.kilometresperhour=km per hour
798 units.kilometresperhour.short=km/h
799 units.miles=Miles
800 units.miles.short=mi
801 units.milesperhour=miles per hour
802 units.milesperhour.short=mph
803 units.nauticalmiles=Nautical miles
804 units.nauticalmiles.short=N.m.
805 units.nauticalmilesperhour.short=kts
806 units.metrespersec=metres per second
807 units.metrespersec.short=m/s
808 units.feetpersec=feet per second
809 units.feetpersec.short=ft/s
810 units.hours=hours
811 units.minutes=minutes
812 units.seconds=seconds
813 units.degminsec=Deg-min-sec
814 units.degmin=Deg-min
815 units.deg=Degrees
816 units.iso8601=ISO 8601
817 units.degreescelsius=Celsius
818 units.degreescelsius.short=\u00b0C
819 units.degreesfahrenheit=Fahrenheit
820 units.degreesfahrenheit.short=\u00b0F
821
822 # How to combine conditions, such as filters
823 logic.and=and
824 logic.or=or
825
826 # External urls
827 url.googlemaps=maps.google.co.uk
828 wikipedia.lang=en
829 openweathermap.lang=en
830 webservice.peakfinder=Open Peakfinder.org
831 webservice.geohack=Open Geohack page
832
833 # Cardinals for 3d plots
834 cardinal.n=N
835 cardinal.s=S
836 cardinal.e=E
837 cardinal.w=W
838
839 # Undo operations
840 undo.load=load data
841 undo.loadphotos=load photos
842 undo.loadaudios=load audio clips
843 undo.editpoint=edit point
844 undo.deletepoint=delete point
845 undo.removephoto=remove photo
846 undo.removeaudio=remove audio clip
847 undo.deleterange=delete range
848 undo.croptrack=crop track
849 undo.deletemarked=delete points
850 undo.insert=insert points
851 undo.reverse=reverse range
852 undo.mergetracksegments=merge track segments
853 undo.splitsegments=split track segments
854 undo.sewsegments=sew track segments
855 undo.addtimeoffset=add time offset
856 undo.addaltitudeoffset=add altitude offset
857 undo.removealtitudes=remove altitudes
858 undo.rearrangewaypoints=rearrange waypoints
859 undo.cutandmove=move section
860 undo.connect=connect
861 undo.disconnect=disconnect
862 undo.correlatephotos=correlate photos
863 undo.rearrangephotos=rearrange photos
864 undo.rotatephoto=rotate photo
865 undo.createpoint=create point
866 undo.convertnamestotimes=convert names to times
867 undo.lookupsrtm=lookup altitudes from SRTM
868 undo.deletefieldvalues=delete field values
869 undo.correlateaudios=correlate audios
870
871 # Error messages
872 error.save.dialogtitle=Error saving data
873 error.save.nodata=No data to save
874 error.save.failed=Failed to save the data to file
875 error.saveexif.filenotfound=Failed to find photo file
876 error.saveexif.cannotoverwrite1=Photo file
877 error.saveexif.cannotoverwrite2=is read-only and can't be overwritten. Write to copy?
878 error.saveexif.failed=Failed to save %d of the images
879 error.saveexif.forced=%d of the images required forcing
880 error.load.dialogtitle=Error loading data
881 error.load.noread=Cannot read file
882 error.load.nopoints=No coordinate information found in the file
883 error.load.unknownxml=Unrecognised xml format:
884 error.load.noxmlinzip=No xml file found inside zip file
885 error.load.othererror=Error reading file:
886 error.jpegload.dialogtitle=Error loading photos
887 error.jpegload.nofilesfound=No files found
888 error.jpegload.nojpegsfound=No jpeg files found
889 error.jpegload.nogpsfound=No GPS information found
890 error.audioload.nofilesfound=No audio clips found
891 error.gpsload.unknown=Unknown error
892 error.undofailed.title=Undo failed
893 error.undofailed.text=Failed to undo operation
894 error.function.noop.title=Function had no effect
895 error.rearrange.noop=Rearranging points had no effect
896 error.function.notavailable.title=Function not available
897 error.function.nojava3d=This function requires the Java3d library.
898 error.3d=An error occurred with the 3d display
899 error.readme.notfound=Readme file not found
900 error.osmimage.dialogtitle=Error loading map images
901 error.osmimage.failed=Failed to load map images. Please check internet connection.
902 error.language.wrongfile=The selected file doesn't appear to be a language file for GpsPrune
903 error.convertnamestotimes.nonames=No names could be converted into times
904 error.lookupsrtm.nonefound=No altitude values available for these points
905 error.lookupsrtm.nonerequired=All points already have altitudes, so there's nothing to lookup
906 error.gpsies.uploadnotok=The gpsies server returned the message
907 error.gpsies.uploadfailed=The upload failed with the error
908 error.showphoto.failed=Failed to load photo
909 error.playaudiofailed=Failed to play audio clip
910 error.cache.notthere=The tile cache directory was not found
911 error.cache.empty=The tile cache directory is empty
912 error.cache.cannotdelete=No tiles could be deleted
913 error.learnestimationparams.failed=Cannot learn the parameters from this track.\nTry loading more tracks.
914 error.tracksplit.nosplit=The track could not be split
915 error.downloadsrtm.nocache=The files could not be saved.\nPlease check the disk cache.
916 error.sewsegments.nothingdone=No segments could be sewn together.\nThere are now %d segments in the track.