]> gitweb.fperrin.net Git - GpsPrune.git/blob - tim/prune/lang/prune-texts.properties
Version 4, January 2008
[GpsPrune.git] / tim / prune / lang / prune-texts.properties
1 # Text entries for the Prune application
2 # English entries as default - others can be added
3
4 # Menu entries
5 menu.file=File
6 menu.file.open=Open
7 menu.file.addphotos=Add photos
8 menu.file.save=Save
9 menu.file.exportkml=Export KML
10 menu.file.exportgpx=Export GPX
11 menu.file.exportpov=Export POV
12 menu.file.exit=Exit
13 menu.edit=Edit
14 menu.edit.undo=Undo
15 menu.edit.clearundo=Clear undo list
16 menu.edit.editpoint=Edit point
17 menu.edit.editwaypointname=Edit waypoint name
18 menu.edit.deletepoint=Delete point
19 menu.edit.deleterange=Delete range
20 menu.edit.deleteduplicates=Delete duplicates
21 menu.edit.compress=Compress track
22 menu.edit.interpolate=Interpolate
23 menu.edit.reverse=Reverse range
24 menu.edit.rearrange=Rearrange waypoints
25 menu.edit.rearrange.start=All to start of file
26 menu.edit.rearrange.end=All to end of file
27 menu.edit.rearrange.nearest=Each to nearest track point
28 menu.select=Select
29 menu.select.all=Select all
30 menu.select.none=Select none
31 menu.select.start=Set range start
32 menu.select.end=Set range end
33 menu.photo=Photo
34 menu.photo.saveexif=Save to Exif
35 menu.photo.connect=Connect to point
36 menu.photo.disconnect=Disconnect from point
37 menu.photo.correlate=Correlate all photos
38 menu.photo.delete=Remove photo
39 menu.3d=Three-D
40 menu.3d.show3d=Show in Three-D
41 menu.help=Help
42 menu.help.about=About Prune
43 # Popup menu for map
44 menu.map.zoomin=Zoom in
45 menu.map.zoomout=Zoom out
46 menu.map.zoomfull=Zoom to full scale
47 menu.map.connect=Connect track points
48 menu.map.autopan=Autopan
49
50 # Dialogs
51 dialog.exit.confirm.title=Exit Prune
52 dialog.exit.confirm.text=Your data is not saved. Are you sure you want to exit?
53 dialog.openappend.title=Append to existing data
54 dialog.openappend.text=Append this data to the data already loaded?
55 dialog.deletepoint.title=Delete Point
56 dialog.deletepoint.deletephoto=Delete photo attached to this point?
57 dialog.deletephoto.title=Delete Photo
58 dialog.deletephoto.deletepoint=Delete point attached to this photo?
59 dialog.deleteduplicates.title=Delete Duplicates
60 dialog.deleteduplicates.single.text=duplicate was deleted
61 dialog.deleteduplicates.multi.text=duplicates were deleted
62 dialog.deleteduplicates.nonefound=No duplicates found
63 dialog.compresstrack.title=Compress Track
64 dialog.compresstrack.parameter.text=Parameter for compression (lower number = more compression)
65 dialog.compresstrack.text=Track compressed
66 dialog.compresstrack.single.text=data point was removed
67 dialog.compresstrack.multi.text=data points were removed
68 dialog.compresstrack.nonefound=No data points could be removed
69 dialog.openoptions.title=Open options
70 dialog.openoptions.filesnippet=Extract of file
71 dialog.load.table.field=Field
72 dialog.load.table.datatype=Data Type
73 dialog.load.table.description=Description
74 dialog.delimiter.label=Field delimiter
75 dialog.delimiter.comma=Comma ,
76 dialog.delimiter.tab=Tab
77 dialog.delimiter.space=Space
78 dialog.delimiter.semicolon=Semicolon ;
79 dialog.delimiter.other=Other
80 dialog.openoptions.deliminfo.records=records, with 
81 dialog.openoptions.deliminfo.fields=fields
82 dialog.openoptions.deliminfo.norecords=No records
83 dialog.openoptions.tabledesc=Extract of file
84 dialog.openoptions.altitudeunits=Altitude units
85 dialog.jpegload.subdirectories=Include subdirectories
86 dialog.jpegload.loadjpegswithoutcoords=Include photos without coordinates
87 dialog.jpegload.progress.title=Loading photos
88 dialog.jpegload.progress=Please wait while the photos are searched
89 dialog.jpegload.title=Loaded photos
90 dialog.jpegload.photoadded=photo was added
91 dialog.jpegload.photosadded=photos were added
92 dialog.saveoptions.title=Save file
93 dialog.save.fieldstosave=Fields to save
94 dialog.save.table.field=Field
95 dialog.save.table.hasdata=Has data
96 dialog.save.table.save=Save
97 dialog.save.headerrow=Output header row
98 dialog.save.coordinateunits=Coordinate units
99 dialog.save.altitudeunits=Altitude units
100 dialog.save.timestampformat=Timestamp format
101 dialog.save.oktitle=File saved
102 dialog.save.ok1=Successfully saved
103 dialog.save.ok2=points to file
104 dialog.save.overwrite.title=File already exists
105 dialog.save.overwrite.text=This file already exists. Are you sure you want to overwrite the file?
106 dialog.exportkml.title=Export KML
107 dialog.exportkml.text=Title for the data
108 dialog.exportkml.altitude=Include altitudes (for aviation)
109 dialog.exportkml.kmz=Compress to make kmz file
110 dialog.exportkml.exportimages=Export image thumbnails to kmz
111 dialog.exportkml.filetype=KML, KMZ files
112 dialog.exportgpx.title=Export GPX
113 dialog.exportgpx.name=Name
114 dialog.exportgpx.desc=Description
115 dialog.exportgpx.filetype=GPX files
116 dialog.exportpov.title=Export POV
117 dialog.exportpov.text=Please enter the parameters for the POV export
118 dialog.exportpov.font=Font
119 dialog.exportpov.camerax=Camera X
120 dialog.exportpov.cameray=Camera Y
121 dialog.exportpov.cameraz=Camera Z
122 dialog.exportpov.filetype=POV files
123 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?
124 dialog.confirmreversetrack.title=Confirm reversal
125 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?
126 dialog.interpolate.title=Interpolate points
127 dialog.interpolate.parameter.text=Number of points to insert between selected points
128 dialog.undo.title=Undo action(s)
129 dialog.undo.pretext=Please select the action(s) to undo
130 dialog.confirmundo.title=Operation(s) undone
131 dialog.confirmundo.single.text=operation undone.
132 dialog.confirmundo.multiple.text=operations undone.
133 dialog.undo.none.title=Cannot undo
134 dialog.undo.none.text=No operations to undo!
135 dialog.clearundo.title=Clear undo list
136 dialog.clearundo.text=Are you sure you want to clear the undo list?\nAll undo information will be lost!
137 dialog.pointedit.title=Edit point
138 dialog.pointedit.text=Select each field to edit and use the 'Edit' button to change the value
139 dialog.pointedit.table.field=Field
140 dialog.pointedit.table.value=Value
141 dialog.pointedit.table.changed=Changed
142 dialog.pointedit.changevalue.text=Enter the new value for this field
143 dialog.pointedit.changevalue.title=Edit field
144 dialog.pointnameedit.title=Edit waypoint name
145 dialog.pointnameedit.name=Waypoint name
146 dialog.pointnameedit.uppercase=UPPER case
147 dialog.pointnameedit.lowercase=lower case
148 dialog.pointnameedit.sentencecase=Sentence case
149 dialog.saveexif.title=Save Exif
150 dialog.saveexif.intro=Select the photos to save using the checkboxes
151 dialog.saveexif.nothingtosave=Coordinate data is unchanged, nothing to save
152 dialog.saveexif.noexiftool=No exiftool program could be found. Continue?
153 dialog.saveexif.table.photoname=Photo name
154 dialog.saveexif.table.status=Status
155 dialog.saveexif.table.save=Save
156 dialog.saveexif.photostatus.connected=Connected
157 dialog.saveexif.photostatus.disconnected=Disconnected
158 dialog.saveexif.photostatus.modified=Modified
159 dialog.saveexif.overwrite=Overwrite files
160 dialog.saveexif.ok1=Saved
161 dialog.saveexif.ok2=photo files
162 dialog.correlate.title=Correlate photos
163 dialog.correlate.notimestamps=There are no timestamps in the data points, so there is nothing to correlate with the photos.
164 dialog.correlate.nouncorrelatedphotos=There are no uncorrelated photos.\nAre you sure you want to continue?
165 dialog.correlate.photoselect.intro=Select one of these correlated photos to use as the time offset
166 dialog.correlate.photoselect.photoname=Photo name
167 dialog.correlate.photoselect.timediff=Time difference
168 dialog.correlate.photoselect.photolater=Photo later
169 dialog.correlate.options.tip=Tip: By manually correlating at least one photo, the time offset can be calculated for you.
170 dialog.correlate.options.intro=Select the options for automatic correlation
171 dialog.correlate.options.offsetpanel=Time offset
172 dialog.correlate.options.offset=Offset
173 dialog.correlate.options.offset.hours=hours,
174 dialog.correlate.options.offset.minutes=minutes and
175 dialog.correlate.options.offset.seconds=seconds
176 dialog.correlate.options.photolater=Photo later than point
177 dialog.correlate.options.pointlater=Point later than photo
178 dialog.correlate.options.limitspanel=Correlation limits
179 dialog.correlate.options.notimelimit=No time limit
180 dialog.correlate.options.timelimit=Time limit
181 dialog.correlate.options.nodistancelimit=No distance limit
182 dialog.correlate.options.distancelimit=Distance limit
183 dialog.correlate.options.correlate=Correlate
184 dialog.correlate.alloutsiderange=All photos are outside the time range of the track, so none can be correlated.\nTry changing the offset or manually correlating at least one photo.
185 dialog.correlate.confirmsingle.text=photo was correlated
186 dialog.correlate.confirmmultiple.text=photos were correlated
187 dialog.help.help=Please see\n http://activityworkshop.net/software/prune/\nfor more information and user guides.
188 dialog.about.title=About Prune
189 dialog.about.version=Version
190 dialog.about.build=Build
191 dialog.about.summarytext1=Prune is a program for loading, displaying and editing data from GPS receivers.
192 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.
193 dialog.about.summarytext3=Please see <code style="font-weight:bold">http://activityworkshop.net/</code> for more information and user guides.
194 dialog.about.translatedby=English text by activityworkshop.
195 dialog.about.systeminfo=System info
196 dialog.about.systeminfo.os=Operating System
197 dialog.about.systeminfo.java=Java Runtime
198 dialog.about.systeminfo.java3d=Java3d installed
199 dialog.about.systeminfo.povray=Povray installed
200 dialog.about.systeminfo.exiftool=Exiftool installed
201 dialog.about.yes=Yes
202 dialog.about.no=No
203 dialog.about.credits=Credits
204 dialog.about.credits.code=Prune code written by
205 dialog.about.credits.exifcode=Exif code by
206 dialog.about.credits.icons=Some icons taken from
207 dialog.about.credits.translators=Translators
208 dialog.about.credits.translations=Translations helped by
209 dialog.about.credits.devtools=Development tools
210 dialog.about.credits.othertools=Other tools
211 dialog.about.credits.thanks=Thanks to
212
213 # 3d window
214 dialog.3d.title=Prune Three-d view
215 dialog.3d.altitudecap=Minimum altitude range
216 dialog.3dlines.title=Prune gridlines
217 dialog.3dlines.empty=No gridlines to display!
218 dialog.3dlines.intro=These are the gridlines for the three-d view
219
220 # Buttons
221 button.ok=OK
222 button.back=Back
223 button.next=Next
224 button.finish=Finish
225 button.cancel=Cancel
226 button.overwrite=Overwrite
227 button.moveup=Move up
228 button.movedown=Move down
229 button.showlines=Show lines
230 button.edit=Edit
231 button.exit=Exit
232 button.close=Close
233 button.continue=Continue
234 button.yes=Yes
235 button.no=No
236 button.yestoall=Yes to all
237 button.notoall=No to all
238 button.selectall=Select all
239 button.selectnone=Select none
240 button.preview=Preview
241 button.guessfields=Guess fields
242
243 # Display components
244 display.nodata=No data loaded
245 display.noaltitudes=Track data does not include altitudes
246 details.trackdetails=Track details
247 details.notrack=No track loaded
248 details.track.points=Points
249 details.track.file=File
250 details.track.numfiles=Number of files
251 details.pointdetails=Point details
252 details.index.selected=Index
253 details.index.of=of
254 details.nopointselection=No point selected
255 details.photofile=Photo file
256 details.norangeselection=No range selected
257 details.rangedetails=Range details
258 details.range.selected=Selected
259 details.range.to=to
260 details.altitude.to=to
261 details.range.climb=Climb
262 details.range.descent=Descent
263 details.coordformat=Coordinate format
264 details.distanceunits=Distance units
265 display.range.time.secs=s
266 display.range.time.mins=m
267 display.range.time.hours=h
268 display.range.time.days=d
269 details.waypointsphotos.waypoints=Waypoints
270 details.waypointsphotos.photos=Photos
271 details.photodetails=Photo details
272 details.nophoto=No photo selected
273 details.photo.loading=Loading
274 details.photo.connected=Connected
275
276 # Field names
277 fieldname.latitude=Latitude
278 fieldname.longitude=Longitude
279 fieldname.altitude=Altitude
280 fieldname.timestamp=Timestamp
281 fieldname.waypointname=Name
282 fieldname.waypointtype=Type
283 fieldname.newsegment=Segment
284 fieldname.custom=Custom
285 fieldname.prefix=Field
286 fieldname.distance=Distance
287 fieldname.duration=Duration
288
289 # Measurement units
290 units.original=Original
291 units.default=Default
292 units.metres=Metres
293 units.metres.short=m
294 units.feet=Feet
295 units.feet.short=ft
296 units.kilometres=Kilometres
297 units.kilometres.short=km
298 units.miles=Miles
299 units.miles.short=mi
300 units.degminsec=Deg-min-sec
301 units.degmin=Deg-min
302 units.deg=Degrees
303 units.iso8601=ISO 8601
304
305 # Cardinals for 3d plots
306 cardinal.n=N
307 cardinal.s=S
308 cardinal.e=E
309 cardinal.w=W
310
311 # Undo operations
312 undo.load=load data
313 undo.loadphotos=load photos
314 undo.editpoint=edit point
315 undo.deletepoint=delete point
316 undo.deletephoto=remove photo
317 undo.deleterange=delete range
318 undo.compress=compress track
319 undo.insert=insert points
320 undo.deleteduplicates=delete duplicates
321 undo.reverse=reverse range
322 undo.rearrangewaypoints=rearrange waypoints
323 undo.connectphoto=connect photo
324 undo.disconnectphoto=disconnect photo
325 undo.correlate=correlate photos
326
327 # Error messages
328 error.save.dialogtitle=Error saving data
329 error.save.nodata=No data to save
330 error.save.failed=Failed to save the data to file:
331 error.saveexif.filenotfound=Failed to find photo file
332 error.saveexif.cannotoverwrite1=Photo file
333 error.saveexif.cannotoverwrite2=is read-only and can't be overwritten. Write to copy?
334 error.load.dialogtitle=Error loading data
335 error.load.noread=Cannot read file
336 error.load.nopoints=No coordinate information found in the file
337 error.load.unknownxml=Unrecognised xml format:
338 error.load.othererror=Error reading file:
339 error.jpegload.dialogtitle=Error loading photos
340 error.jpegload.nofilesfound=No files found
341 error.jpegload.nojpegsfound=No jpeg files found
342 error.jpegload.noexiffound=No EXIF information found
343 error.jpegload.nogpsfound=No GPS information found
344 error.undofailed.title=Undo failed
345 error.undofailed.text=Failed to undo operation
346 error.function.noop.title=Function had no effect
347 error.rearrange.noop=Rearranging waypoints had no effect
348 error.function.notimplemented=Sorry, this function has not yet been implemented.
349 error.function.notavailable.title=Function not available
350 error.function.nojava3d=This function requires the Java3d library,\navailable from Sun.com or Blackdown.org.
351 error.3d.title=Error in 3d display
352 error.3d=An error occurred with the 3d display