X-Git-Url: http://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Flang%2Fprune-texts.properties;h=ff556566ea9ce4e4e9592af815d47eefa3506149;hp=01f9dad7edf553c9b0f874ad49635810dd43dea3;hb=d3679d647d57c2ee7376ddbf6def2d5b23c04307;hpb=312fec956e43f5d0a38617da5d0add9c62563e2c diff --git a/tim/prune/lang/prune-texts.properties b/tim/prune/lang/prune-texts.properties index 01f9dad..ff55656 100644 --- a/tim/prune/lang/prune-texts.properties +++ b/tim/prune/lang/prune-texts.properties @@ -4,12 +4,16 @@ # Menu entries menu.file=File menu.file.open=Open +menu.file.addphotos=Add Photos menu.file.save=Save -menu.file.export=Export KML +menu.file.exportkml=Export KML +menu.file.exportpov=Export POV menu.file.exit=Exit menu.edit=Edit menu.edit.undo=Undo menu.edit.clearundo=Clear undo list +menu.edit.editpoint=Edit point +menu.edit.editwaypointname=Edit waypoint name menu.edit.deletepoint=Delete point menu.edit.deleterange=Delete range menu.edit.deleteduplicates=Delete duplicates @@ -34,7 +38,7 @@ menu.map.zoomfull=Zoom to full scale menu.map.autopan=Autopan # Dialogs -dialog.exit.confirm.title=Exit prune +dialog.exit.confirm.title=Exit Prune dialog.exit.confirm.text=Your data is not saved. Are you sure you want to exit? dialog.openappend.title=Append to existing data dialog.openappend.text=Append this data to the data already loaded? @@ -64,19 +68,37 @@ dialog.openoptions.deliminfo.fields=fields dialog.openoptions.deliminfo.norecords=No records dialog.openoptions.tabledesc=Extract of file dialog.openoptions.altitudeunits=Altitude units +dialog.jpegload.subdirectories=Include subdirectories +dialog.jpegload.progress.title=Loading photos +dialog.jpegload.progress=Please wait while the photos are searched +dialog.jpegload.title=Loaded photos +dialog.jpegload.photoadded=photo was added +dialog.jpegload.photosadded=photos were added dialog.saveoptions.title=Save file dialog.save.fieldstosave=Fields to save dialog.save.table.field=Field dialog.save.table.hasdata=Has data dialog.save.table.save=Save +dialog.save.headerrow=Output header row dialog.save.coordinateunits=Coordinate units dialog.save.units.original=Original dialog.save.altitudeunits=Altitude units dialog.save.oktitle=File saved dialog.save.ok1=Successfully saved dialog.save.ok2=points to file +dialog.save.overwrite.title=File already exists +dialog.save.overwrite.text=This file already exists. Are you sure you want to overwrite the file? dialog.exportkml.title=Export KML dialog.exportkml.text=Please enter a short description for the data +dialog.exportkml.filetype=KML files +dialog.exportpov.title=Export POV +dialog.exportpov.text=Please enter the parameters for the POV export +dialog.exportpov.font=Font +dialog.exportpov.camerax=Camera X +dialog.exportpov.cameray=Camera Y +dialog.exportpov.cameraz=Camera Z +dialog.exportpov.filetype=POV files +dialog.exportpov.warningtracksize=This track has a large number of points, which Java3D might not be able to display.\nAre you sure you want to continue? dialog.confirmreversetrack.title=Confirm reversal 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? dialog.interpolate.title=Interpolate points @@ -90,12 +112,29 @@ dialog.undo.none.title=Cannot undo dialog.undo.none.text=No operations to undo! dialog.clearundo.title=Clear undo list dialog.clearundo.text=Are you sure you want to clear the undo list?\nAll undo information will be lost! -dialog.about.title=About +dialog.pointedit.title=Edit point +dialog.pointedit.text=Select each field to edit and use the 'Edit' button to change the value +dialog.pointedit.table.field=Field +dialog.pointedit.table.value=Value +dialog.pointedit.table.changed=Changed +dialog.pointedit.changevalue.text=Enter the new value for this field +dialog.pointedit.changevalue.title=Edit field +dialog.pointnameedit.title=Edit waypoint name +dialog.pointnameedit.name=Waypoint name +dialog.pointnameedit.uppercase=UPPER case +dialog.pointnameedit.lowercase=lower case +dialog.pointnameedit.sentencecase=Sentence case +dialog.about.title=About Prune dialog.about.version=Version dialog.about.build=Build dialog.about.summarytext1=Prune is a program for loading, displaying and editing data from GPS receivers. dialog.about.summarytext2=It is released under the Gnu GPL for free, open, worldwide use and enhancement.
Copying, redistribution and modification are permitted and encouraged
according to the conditions in the included license.txt file. dialog.about.summarytext3=Please see http://activityworkshop.net/ for more information and user guides. +dialog.about.translatedby=English text by activityworkshop. + +# 3d window +dialog.3d.title=Prune Three-d view +dialog.3d.altitudecap=Minimum altitude range # Buttons button.ok=OK @@ -103,13 +142,17 @@ button.back=Back button.next=Next button.finish=Finish button.cancel=Cancel +button.overwrite=Overwrite button.moveup=Move up button.movedown=Move down -button.startrange=Set range start -button.endrange=Set range end +button.startrange=Set start +button.endrange=Set end button.deletepoint=Delete point button.deleterange=Delete range +button.edit=Edit button.exit=Exit +button.close=Close +button.continue=Continue # Display components display.nodata=No data loaded @@ -123,6 +166,7 @@ details.pointdetails=Point details details.index.selected=Index details.index.of=of details.nopointselection=No point selected +details.photofile=Photo file details.norangeselection=No range selected details.rangedetails=Range details details.range.selected=Selected @@ -135,6 +179,8 @@ display.range.time.secs=s display.range.time.mins=m display.range.time.hours=h display.range.time.days=d +details.waypointsphotos.waypoints=Waypoints +details.waypointsphotos.photos=Photos # Field names fieldname.latitude=Latitude @@ -162,8 +208,16 @@ units.degminsec=Deg-min-sec units.degmin=Deg-min units.deg=Degrees +# Cardinals for 3d plots +cardinal.n=N +cardinal.s=S +cardinal.e=E +cardinal.w=W + # Undo operations undo.load=load data +undo.loadphotos=load photos +undo.editpoint=edit point undo.deletepoint=delete point undo.deleterange=delete range undo.compress=compress track @@ -175,13 +229,20 @@ undo.rearrangewaypoints=rearrange waypoints # Error messages error.save.dialogtitle=Error saving data error.save.nodata=No data to save -error.save.fileexists=File already exists. Just to be safe this program won't overwrite it. error.save.failed=Failed to save the data to file: error.load.dialogtitle=Error loading data error.load.noread=Cannot read file +error.jpegload.dialogtitle=Error loading photos +error.jpegload.nofilesfound=No files found +error.jpegload.nojpegsfound=No jpeg files found +error.jpegload.noexiffound=No EXIF information found +error.jpegload.nogpsfound=No GPS information found error.undofailed.title=Undo failed error.undofailed.text=Failed to undo operation error.function.noop.title=Function had no effect error.rearrange.noop=Rearranging waypoints had no effect -error.function.notimplemented.title=Function not available error.function.notimplemented=Sorry, this function has not yet been implemented. +error.function.notavailable.title=Function not available +error.function.nojava3d=This function requires the Java3d library,\navailable from Sun.com or Blackdown.org. +error.3d.title=Error in 3d display +error.3d=An error occurred with the 3d display