OSDN Git Service

GUIのパネルボタンの配置を変更
[importpicture/importpicture.git] / src / i18n.properties
1 dialog.quit=Quit
2 dialog.cancel=Cancel
3 dialog.msg1=Quit this program.
4 dialog.select=Selection
5
6 menu.quit=Quit?
7 button.next=Next
8 button.previous=Previous
9 button.execute=Execute
10 button.select=Selection...
11
12 label.100=<html><p>1. Select image source folder.</p><ul><li>If you perform a copy operation, the file update time may be rewritten to the time the copy was executed. It is recommended to directly specify the folder in the camera SD card.</li></ul>
13 label.110=Image Folder
14
15 label.200=<html><p>2. Choose an image whose exact shooting time can be known.</p><ul><li>If the camera's clock is accurate, you can choose any image.</li></ul>
16 label.210=Reference time image
17 label.220=Based on EXIF date and time
18 label.230=Based on FILE UPDATE time
19
20 label.300=<html><p>3. enter the correct shooting time.</p><ul><li>If the camera clock is accurate, you do not need to change the setting.</li></ul>
21 label.310=Reference time
22
23 label.400=<html><p>4. Please select a GPX file to perform the matching.</p><ul><li>If you specify a folder, it will target all GPX files in the folder.</li></ul>
24 label.410=GPX folder
25 label.420=Ignore the first node of segment 'trkseg'
26 label.430=Also make the generated GPX file (the one whose filename ends with '_.gpx') as the target of conversion
27
28 label.500=Select whether to perform EXIF conversion
29 label.501=When performing EXIF conversion, you also need to specify the folder to output the converted file.
30 label.502=The output folder must have write permission and sufficient free space.
31 label.510=Convert IMG
32 label.520=Copy files outside the GPX file time
33 label.530=Output folder
34 label.540=Convert EXIF
35 label.550=Output point marker <WPT> to GPX file
36 label.560=Ignoring <MAGVAR> of source GPX
37 label.570=Overwrite <SPEED> in output GPX
38
39 msg.100=GPX file or directory does not exist.('%s')
40 msg.110=The target GPX file can not be found.('%s')
41 msg.120=When there are multiple GPX files, 'IMG.OUTPUT_ALL' option can not be specified.
42 msg.130=Format of '%s' is wrong.(%s)
43 msg.140=Not exists EXIF data in '%s'.
44
45 msg.200=[error] Not exists <imgDir>.
46 msg.210=[error] <imgDir> is not Folder.
47 msg.220=[error] Not exists <baseFile1>.
48 msg.230=[error] <baseFile1> is not a file.
49 msg.240=[error] Not exists <baseFile2>.
50 msg.250=[error] <baseFile2> is not a file.