source: trunk/CHDK/LANG/english.lng @ 2788

Revision 2782, 16.2 KB checked in by philmoz, 2 days ago (diff)

Update User Menu editor for cameras without Erase button.
Add popup menu item to delete current entry, and enable half shutter press to do the same.

  • Property svn:eol-style set to LF
Line 
1// CHDK language file
2// Format of language line:
3// <id> "<text>"
4//   <id>   - should be positive number
5//   <text> - any text enclosed into quotes
6 
7  1 "Main Menu"
8
9  2 "RAW (digital negative)"
10  3 "OSD Settings"
11  4 "Histogram (exposure graph)"
12  5 "Zebra (show over & under exposure)"
13  6 "Script (program your camera)"
14  7 "Color Settings"
15  8 "Miscellaneous Stuff"
16  9 "Debug Parameters"
17 10 "Reset Options to Default..."
18 11 "Save Options Now..."
19
20 12 "Back"
21
22 13 "RAW"
23
24 14 "Save RAW"
25 16 "Only First RAW in Series"
26 17 "RAW File in Dir with JPEG"
27 18 "RAW File Prefix"
28 19 "RAW File Extension"
29
30
31 20 "OSD"
32
33 21 "Show OSD"
34 22 "Show State Displays"
35 23 "Show Misc Values"
36 24 " Zoom Value"
37 25 "Show DOF Calculator"
38 26 "Show Clock"
39 27 "OSD Layout Editor"
40 28 "Battery"
41
42
43 29 "Histogram"
44
45 30 "Show Live Histogram"
46 31 "Histogram Layout"
47 32 "Histogram Mode"
48 33 "Show Histogram Over/Under EXP"
49 34 "Ignore Boundary Peaks"
50 35 "Auto Magnify"
51
52
53 36 "Zebra"
54
55 37 "Draw Zebra"
56 38 "Zebra Mode"
57 39 "UnderExposure Threshold"
58 40 "OverExposure Threshold"
59 41 "Restore Original Screen"
60 42 "Restore OSD"
61 43 "Draw Over Zebra"
62
63
64 44 "Script"
65
66 45 "Load Script from File..."
67 46 "Script Shoot Delay (.1s)"
68 47 "Current Script"
69 48 "Script Parameters"
70
71
72 49 "Color Settings"
73
74 50 "Language..."
75 51 "OSD Codepage"
76 52 "Menu RBF Font..."
77 53 "Colors"
78 54 "OSD Text"
79 55 "OSD Background"
80 56 "Histogram"
81 57 "Histogram Background"
82 58 "Histogram Border"
83 59 "Histogram EXP Markers"
84 60 "Zebra Underexposure"
85 61 "Zebra Overexposure"
86 62 "Battery Icon"
87 63 "Menu Text"
88 64 "Menu Background"
89 65 "Text Reader Text"
90 66 "Text Reader Background"
91
92
93 67 "Miscellaneous"
94
95 68 "File Browser"
96 69 "Calendar"
97 70 "Text File Reader"
98 71 "Games"
99 72 "Flashlight"
100 73 "Show Splash Screen on Load"
101 74 "Use Zoom Buttons for MF"
102 75 "<ALT> Mode Button"
103 76 "Draw Palette"
104 77 "Show Build Info"
105 78 "Show Memory Info"
106
107
108 79 "Debug"
109
110 80 "Debug data display"
111 81 "PropCase/ParamsData Page"
112 82 "Show Misc. Values"
113 83 "Memory Browser"
114 84 "ALT +/- debug action"
115 85 "Make Card Bootable..."
116
117
118 86 "Battery showing settings"
119
120 87 "Battery MAX Voltage (mV)"
121 88 "Battery MIN Voltage (mV)"
122 89 "Step Size (ON= 25, OFF= 1 mV)"
123 90 "Show Battery Percent"
124 91 "Show Battery Voltage"
125 92 "Show Battery Icon"
126
127
128 93 "Text File Reader"
129
130 94 "Open New File..."
131 95 "Open Last Opened File"
132 96 "Select RBF Font"
133 97 "Codepage"
134 98 "Wrap by Words"
135 99 "Enable Autoscroll"
136100 "Autoscroll Delay (sec)"
137
138
139101 "Games"
140
141102 "Reversi"
142103 "Sokoban"
143
144
145104 "*** Reset Options ***"
146105 "Are you SURE to reset\noptions to default?"
147
148106 "*** Build Info ***"
149107 "CHDK Ver: %s %s\nRevision: %s\nDate:    %s\nTime:    %s\nCamera:  %s\nFW Vers: %s\nCompiler: %s"
150
151108 "*** Memory Info ***"
152109 "Free Memory: %d bytes\nCHDK size:   %d bytes\nloaded at: 0x%X"
153
154110 "*** Information ***"
155111 "Please switch your camera\nto PLAY mode\nand try again. :)"
156
157// file browser titles
158112 "File Browser"
159113 "Select Script File"
160114 "Select Text File"
161115 "Select RBF-Font File"
162116 "Select Language File"
163
164// for calendar
165117 "January"
166118 "February"
167119 "March"
168120 "April"
169121 "May"
170122 "June"
171123 "July"
172124 "August"
173125 "September"
174126 "October"
175127 "November"
176128 "December"
177
178129 "Mon"
179130 "Tue"
180131 "Wed"
181132 "Thu"
182133 "Fri"
183134 "Sat"
184135 "Sun"
185
186136 "Today:"
187
188// messagebox buttons
189137 "Ok"
190138 "Yes"
191139 "No"
192140 "Cancel"
193
194// OSD layout editor
195141 "Histogram"
196142 "DOF Calc"
197143 "State Displays"
198144 "Misc Values"
199145 "Batt Icon"
200146 "Batt Text"
201147 "Clock"
202
203// palette
204148 "Press SET to draw particular color"
205149 "       Press MENU to exit         "
206150 "Color"
207151 "Use %s to select color"
208
209// reversi
210152 "*** Game Results ***"
211153 "You won the game! :)"
212154 "You lost the game! :("
213155 "Draw! :/"
214
215156 "*** Wrong move ***"
216157 "You can't place here!"
217158 "This cell is not empty!"
218
219159 "Move: You     "
220160 "Move: Computer"
221161 "  GAME  OVER  "
222162 " White  Black "
223
224163 "*** About ***"
225
226// sokoban
227164 "  Level"
228165 "  Moves"
229166 "*** Finished ***"
230167 "YES!\n  You did it!  "
231
232// console
233168 "*** STARTED ***"
234169 "*** INTERRUPTED ***"
235170 "*** FINISHED ***"
236
237// file browser
238171 "*** Erase Directory ***"
239172 "Are you SURE to delete\nALL files from\nselected directory?"
240173 "*** Delete File ***"
241174 "Are you SURE to delete\nselected file?"
242
243// benchmark
244175 "Benchmark"
245176 "Calculating..."
246177 "Camera Benchmark   Press [SET] to start"
247178 "Screen"
248179 "Write       :"
249180 "Read        :"
250181 "Memory"
251182 "Flash-Card"
252183 "Write (RAW) :"
253184 "Write (Mem) :"
254185 "Write (64k) :"
255186 "Read  (64k) :"
256
257187 "Disable LCD Off"
258
259188 "Cut"
260189 "Copy"
261190 "Paste"
262191 "Delete"
263192 "Select Inverse"
264193 "*** Cut files ***"
265194 "Are you SURE to cut\n%d selected files\nfrom %s/?"
266195 "*** Copy files ***"
267196 "Are you SURE to copy\n%d selected files\nfrom %s/?"
268197 "*** Delete files ***"
269198 "Are you SURE to delete\n%d selected files?"
270199 "Please wait..."
271
272200 "Show Grid Lines"
273201 "Load Grid from File..."
274202 "Grid Lines"
275203 "Grid"
276204 "Select Grid File"
277205 "Current Grid"
278
279206 "Dark Frame Subtraction"
280
281207 "Override Grid Colors"
282208 "Line Color"
283209 "Fill Color"
284
285210 "DOF Calculator"
286211 "DOF Calculator"
287212 "Canon Subj. Dist. as Near Limit"
288213 "Use EXIF Subj. Dist. (PC65)"
289214 "Show Subj. Dist. in Misc."
290215 "Show Near Limit in Misc."
291216 "Show Far Limit in Misc."
292217 "Show Hyperfocal Dist. in Misc."
293218 "Show Depth of Field in Misc."
294
295
296219 "Miscellaneous Values"
297220 "Miscellaneous Values"
298221 "Show in Review Mode"       
299222 "Show Zoom"         
300223 "Show 'Real' Aperture"
301224 "Show 'Real' ISO"
302225 "Show 'Market' ISO"
303226 " Show ISO only in AutoISO Mode"
304227 "Show Set Exposure Ev (Tv+Av)"
305228 "Show Measured Ev (Bv+Sv)"
306229 "Show Set Bv (Brightness Value)"
307230 "Show Measured Bv"
308231 "Show Overexp. Value (No Flash!)"
309232 "Show Scene Luminance"
310
311233 "Video Parameters"
312234 "Video Parameters"
313235 "Video Mode"
314236 "Video Bitrate"
315237 "Video Quality"
316
317
318238 "Enhanced Photo Operations"
319239 "Enhanced Photo Operations"
320240 "  Ev Step Value"
321241 "  Long Exp. Value"
322242 "Override Av"
323243 "Override ISO"
324244 "  Short Exp. Value"
325245 "Override Subj. Dist."
326246 "  Change by +/-"
327
328247 "Bracketing in Continuous Mode"
329248 "Bracketing in Continuous Mode"
330249 "TV Bracketing"
331250 "AV Bracketing"
332251 "ISO Bracketing"
333253 "Subj. Dist. Bracket (mm)"
334255 "Bracketing Type"
335
336256 "Autostart"
337257 "Enable Remote"
338
339258 "Enabling Lua Native Calls may allow\nscripts to damage your camera.\nIf you aren't sure\ndon't enable this.\n\nDo you want to enable Native Calls?"
340259 "Enable Lua Native Calls?"
341260 "*** TERMINATED ***"
342261 "*** Autostart ***"
343
344264 "Disable Overrides on Startup"
345
346265 "Show Canon Overexp. Value"
347
348266 "RAW develop"
349267 "Please switch camera\ninto record mode and take\none shot."
350268 "Select RAW file"
351269 "RAW sum"
352270 "RAW average"
353271 "Not enough memory card space:\n%dM required, %dM available."
354
355272 "Show OSD in Review Mode"
356273 "Task List start"
357
358274 "Subject distance from lens"
359
360275 "Disable Bracketing on Startup"
361
362276 "Create card with two partitions"
363277 "Swap partitions"
364278 "This DESTROYS ALL INFORMATION\non card. Continue?"
365279 "This card has only one partition."
366280 "Error"
367281 "Warning"
368282 "Information"
369283 "RGB zebra (overexp. only)"
370
371284 "ND filter state"
372
373285 "Show Histo Ev Grid"
374
375286 "OSD Warning"
376287 "OSD Warning Background"
377288 "Remaining Space Icon Color"
378289 "Show Filespace Icon"
379290 "Remaining Space"
380291 "Show Filespace in Percent"
381292 "Show Filespace in MB"
382293 "Filespace Text"
383294 "  Show RAW shoot remain"
384295 "Remaining RAW"
385
386296 "Show RAW state"
387
388297 "Show values in video"
389
390298 "Override Tv     type ->"
391299 "User Menu Enable"
392300 "User Menu"
393301 "User Menu Edit"
394
395302 " Adapter Lens Scale, 100=1x"
396303 "Show Space Bar"
397304 "  Size on screen"
398305 "  Width/Height"
399306 "  Percent Threshold"
400307 "  MB Threshold"
401308 "Warning Unit"
402309 "  Warning threshold"
403310 "Enable Optical Zoom"
404311 "Clock"
405312 "Clock Settings"
406313 "Clock format"
407314 "Remaining Space Background Color"
408315 "12h clock indicator"
409316 "@Shutter halfpress show"
410
411317 "Raw showing settings"
412318 "Raw"
413
414319 "Filespace showing settings"
415320 "Filespace"
416
417321 "Custom Auto ISO"
418322 "Custom Auto ISO"
419323 "Enable Custom Auto ISO"
420324 "Minimal Shutter speed"
421325 "User Factor (1/FL/factor)"
422326 "IS Factor (Tv*factor)"
423327 "Max ISO HI (x10)"
424328 "Max ISO AUTO (x10)"
425329 "Min ISO (x10)"
426
427330 "Menu Title Text Color"
428331 "Menu Title Background Color"
429332 "Cursor Text Color"
430333 "Cursor Background Color"
431334 "Center Menu"
432335 "Mute during zooming"
433
434336 "Manual bad pixel removal"
435337 "Off"
436338 "Averag."
437339 "RAWconv"
438
439340 "Override"
440341 "Override Background"
441342 "Disable Overrides"
442343 "  Include AutoIso & Bracketing?"
443344 "  Hide in ?"
444345 "Disable @ Video Rec?"
445346 "Show remaining videotime?"
446347 "  Refreshrate (~sec)"
447348 "Remaining video time"
448349 "Clear videoparams on Start?"
449350 "Enable Fast Ev switch?"
450352 "EV correction"
451353 "Are you SURE to delete ALL\nRAW files without corresponding JPG\nin DCIM folder?"
452354 "Are you SURE to delete ALL\nRAW files without corresponding JPG\nin selected folder?"
453355 "Are you SURE to delete RAW files\nwithout corresponding JPG?\n(Excluding marked)"
454356 "Purge RAW feature\ndoes not apply to this item"
455357 "*** Purge RAW files ***"
456358 "Purge RAW"
457 
458359 "User Menu as Root"
459
460360 "Symbol font"
461361 "Select Symbol file"
462362 "Enable Symbols"
463363 "Symbol Text Color"
464364 "Symbol Background Color"
465
466365 "Custom curves"
467366 "Custom curves"
468367 "Load curve profile..."
469368 "Enable curve"
470369 "Select curve file"
471
472370 "Edge overlay"
473371 "Edge overlay (panorama tool)"
474
475372 "Enable edge overlay"
476373 "Edge overlay threshold"
477374 "Edge overlay color"
478
479375 "Remote Parameters"
480376 "Remote Parameters"
481377 "Enable Synchable Remote"
482378 "Enable Synch"
483379 "Enable Synch Delay"
484380 "Synch Delay 0.1ms"
485381 "Synch Delay 0.1s"
486
487382 "AF key"
488383 "Load default param values"
489384 "Parameters set"
490
491385 "Disable Raw @ Sports"
492386 "Disable Raw @ Burst"
493387 "Disable Raw @ EV Bracketing"
494388 "Disable Raw @ Timer"
495
496389 "Exceptions"
497390 "RAW Exceptions Menu"
498391 "Warn when Exception?"
499392 "Auto select 1st entry @ menu"
500
501393 "Time-out (0.1s)"
502394 "synchable remote"
503395 "Fast Video Control?"
504396 "Temperature"
505397 "Show temperature?"
506398 "Video Quality Control?"
507399 "Enable Remote Zoom"
508400 "Zoom Time-out 0.1s"
509401 "Startup sound"
510402 "Raw subtract prefix"
511403 "Raw subtract extension"
512404 "Subtract input dark value"
513405 "Subtract output dark value"
514406 "from"
515407 "...%d more files"
516408 "Subtract"
517409 "Sub from marked"
518410 "Save params"
519411 "Video Ev display"
520412 "   Zoom Override Value"
521413 "Zoom Override"
522414 "   Clear on start"
523415 "Add RAW suffix"
524416 "  in Fahrenheit"
525417 "Load Edge Overlay"
526418 "Save Edge Overlay"
527419 "Enable in Play"
528
529421 "Load+Set Zoom"
530422 "Panorama Mode"
531423 "Rear curtain flash sync"
532424 "DNG format"
533425 "RAW buffer cached"
534426 "Cannot load CHDK/badpixel.bin\nUse 'Create badpixel.bin' first"
535427 "Show raw saving time"
536428 "Connect 4"
537429 "Opponent:"
538430 "Human"
539431 "Player 1 won the game"
540432 "Player 2 won the game"
541433 "I beat you"
542434 "The game ended a draw"
543435 "Disable Raw @ EdgerOverlay"
544436 "Disable Raw @ Auto Mode"
545437 "   ONLY in video"
546//438 "   Flash Power"
547439 "'DNG' file extension"
548440 "DNG visible via USB"
549441 "Mastermind"
550442 "available colors"
551443 "on the right place"
552444 "color in answer"
553445 "CORRECT :-)"
554446 "GAME OVER"
555447 "[<-][->] select column"
556448 "[UP][DOWN] select color"
557449 "[SET] next row"
558450 "NO DOUBLE COLOR"
559451 "Reset menu fonts"
560452 "restart camera..."
561453 "Override Flash Power"
562454 "Override JPEG Quality"
563455 "Restart Lua on error"
564456 "Filter edges"
565457 "Always show"
566458 "   Pano overlap (%)"
567459 "Create badpixel.bin"
568460 "You need to be in REC-mode\nfor this operation."
569461 "%s disabled in build"
570462 "Touchscreen overrides"
571463 "Video AE Controls"
572464 "<Alt> Shortcut Buttons"
573465 "USB info"
574466 "Show USB info"
575467 "Save ROM crash log"
576468 "ERROR: SystemEventInit and System.Create failed"
577469 "ROM crash log could not be saved"
578470 "ROM crash log saved to ROMLOG.LOG"
579
580471 "Switch Type"
581472 "Control Mode"
582473 "Options"
583
584474 "Text Box settings"
585475 "Select textbox charmap"
586476 "More ->"
587477 "Make dir"
588478 "Rename"
589479 "Enter name of directory:"
590480 "Enter new name of file:"
591481 "Remove dir"
592
593482 "Current custom curve"
594483 "Tetris"
595484 "Show partition number"
596485 "Video without time limit"
597486 "Sensor may overheat during long recordings!"
598
599//GPS Anfang---------------------------------
600487 "GPS-Settings"
601488 "Show navigation"
602489 "Show compass"
603490 "Show Geo-Coordinates"
604491 "Show altitude"
605492 "Save waypoint to each JPG"
606493 "GPX-Track - Time Interval           [s]"
607494 "GPX-Track Record                  Start"
608495 "GPX-Track Record                   Stop"
609496 "Quit showing Compass"
610497 "Quit showing navigation"
611498 "Waiting Time for GPS-Signal         [s]"
612499 "Compass    - Sample interval        [s]"
613500 "Navigation - Sample interval        [s]"
614501 "Time to change to play-mode         [s]"
615502 "Time to deactivate backlight        [s]"
616503 "Common Settings"
617504 "Sampling interval until GPS receipt.[s]"
618505 "Attenuation of compass           [1-40]"
619506 "Logging    - Settings"
620507 "Tagging    - Settings"
621508 "Navigation - Settings"
622509 "Shutdown at battery level       [0-99%]"
623510 "Delayed Tagging - Short string"
624511 "0 - 2D-3D Fix"
625512 "Blinking LED during Delayed Tagging"
626513 "Change to play-mode"
627514 "Shutdown backlight"
628515 "Change to play-mode"
629516 "Shutdown backlight"
630517 "Time to change to play-mode         [s]"
631518 "Time to deactivate backlight        [s]"
632519 "Show GPS-Status"
633520 "Alert on low battery"
634521 "Set position as home location"
635522 "Bring me home                     Start"
636523 "Set position as current timezone"
637524 "Show track record symbol"
638525 "Bring me home                      Stop"
639526 "Check change of Timezone"
640527 "Audio Warnings                 [on/off]"
641528 "GPS - CHDK                     [on/off]"
642529     "No GPS!"
643530     "Timezone has changed!"
644531     "Battery below setting!"
645532     "Camera will shutdown in %02d seconds!"
646533     "Automatic shutdown cancelled!"
647534     "Camera will wait for GPS for %01d:%02d"
648535     "Navigation to Home Loc is not possible!"
649536     "Cant navigate to photo: %s!"
650537     "Distance:    = %i m"
651538     "Duration:    = %i:%i:%i"
652539     "Pace:        = %s km/h"
653540     "Direction:   = %i°"
654541     "Destination: = %i°"
655542     "Navigation to photo: %s started"
656543     "latitude=%s  -  longitude=%s "
657544     "heading = %i°"
658545     "Navigation to Home Loc started"
659//GPS Ende-----------------------------------------
660
661546 "Second alternative min shutter"
662547 "Second alternative max ISO (x10)"
663548 "Day overexp compensation"
664549 "Compensate if overexp>= x%"
665
666550 "To cancel [Press half]"
667
668551 "Enable script start"
669
670552 "Disable Zoom Assist button"
671
672553 "DNG version"
673554 "Menu Settings"
674555 "Show <ALT> Help Screen"
675556 "  Help Screen Delay"
676557 "CHDK Settings"
677
678// <ALT> mode help screen text
679558 "%-20s %-14s"                           // Header format, adjust if needed; but total len must be 35
680559 "<ALT> Shortcuts"                       // Len must be <= first string in header format (20)
681560 "Shutter Half Press +"                  // Len must be <= first string in header format (20)
682561 "MENU=CHDK Menu"                        // Len must be <= second string in header format (14)
683562 "MENU=User Menu"                        // Len must be <= second string in header format (14)
684563 "SET=Script Menu, SHUTTER=Run Script"   // Len must be <= 35
685564 "Focus  %5s=Inf.  %5s=HyperFocal"       // Len must be <= 35
686565 "Manual Focus"
687566 "Hide CHDK OSD while pressed"
688567 "  * - not available in <ALT> mode  "   // Len must be <= 35
689
690568 "'%s'\nadded to User Menu"
691569 "User Menu is full"
692
693570 "SD Card"
694571 "Language & Fonts"
695
696572 "Add script to User Menu"
697
698573 "Infinity Focus"
699574 "Chg Focus Factor"
700
701575 "ON/OFF button in <ALT> mode"
702
703576 "Modules"
704577 "Module Inspector"
705578 "Enable Logging"
706579 "Delete Module Log"
707
708580 "Enable Half-Press Shortcut Keys"
709581 "<< Shortcuts disabled  >>"
710
711582 "Console"
712583 "Show console in"
713584 "Hide N secs after last change"
714585 "Reset console"
715586 "Display last console"
716587 "Console size & position reset."
717
718588 "RAM Dump Settings"
719589 "Start Address"
720590 "Dump Size (0 = ALL RAM)"
721591 "Dump Delay (s)"
722
723592 "No space to run module\n'%s'"
724593 "Module\n'%s'\ndoes not support 'simple' mode"
725
726594 "Add\n%s\nto User Menu?"
727595 "Remove\n%s\nfrom User Menu?"
728596 "Add & Remove Menu items"
729597 "Add module to User Menu"
730598 "Remove current item from User Menu"
Note: See TracBrowser for help on using the repository browser.