• Home
  • Raw
  • Download

Lines Matching refs:N_

46 #    define N_(String) gettext_noop (String)  macro
48 # define N_(String) (String) macro
57 # define N_(String) (String) macro
4179 {PTP_RC_Undefined, 0, N_("PTP Undefined Error")},
4180 {PTP_RC_OK, 0, N_("PTP OK!")},
4181 {PTP_RC_GeneralError, 0, N_("PTP General Error")},
4182 {PTP_RC_SessionNotOpen, 0, N_("PTP Session Not Open")},
4183 {PTP_RC_InvalidTransactionID, 0, N_("PTP Invalid Transaction ID")},
4184 {PTP_RC_OperationNotSupported, 0, N_("PTP Operation Not Supported")},
4185 {PTP_RC_ParameterNotSupported, 0, N_("PTP Parameter Not Supported")},
4186 {PTP_RC_IncompleteTransfer, 0, N_("PTP Incomplete Transfer")},
4187 {PTP_RC_InvalidStorageId, 0, N_("PTP Invalid Storage ID")},
4188 {PTP_RC_InvalidObjectHandle, 0, N_("PTP Invalid Object Handle")},
4189 {PTP_RC_DevicePropNotSupported, 0, N_("PTP Device Prop Not Supported")},
4190 {PTP_RC_InvalidObjectFormatCode,0, N_("PTP Invalid Object Format Code")},
4191 {PTP_RC_StoreFull, 0, N_("PTP Store Full")},
4192 {PTP_RC_ObjectWriteProtected, 0, N_("PTP Object Write Protected")},
4193 {PTP_RC_StoreReadOnly, 0, N_("PTP Store Read Only")},
4194 {PTP_RC_AccessDenied, 0, N_("PTP Access Denied")},
4195 {PTP_RC_NoThumbnailPresent, 0, N_("PTP No Thumbnail Present")},
4196 {PTP_RC_SelfTestFailed, 0, N_("PTP Self Test Failed")},
4197 {PTP_RC_PartialDeletion, 0, N_("PTP Partial Deletion")},
4198 {PTP_RC_StoreNotAvailable, 0, N_("PTP Store Not Available")},
4199 {PTP_RC_SpecificationByFormatUnsupported, 0, N_("PTP Specification By Format Unsupported")},
4200 {PTP_RC_NoValidObjectInfo, 0, N_("PTP No Valid Object Info")},
4201 {PTP_RC_InvalidCodeFormat, 0, N_("PTP Invalid Code Format")},
4202 {PTP_RC_UnknownVendorCode, 0, N_("PTP Unknown Vendor Code")},
4203 {PTP_RC_CaptureAlreadyTerminated, 0, N_("PTP Capture Already Terminated")},
4204 {PTP_RC_DeviceBusy, 0, N_("PTP Device Busy")},
4205 {PTP_RC_InvalidParentObject, 0, N_("PTP Invalid Parent Object")},
4206 {PTP_RC_InvalidDevicePropFormat,0, N_("PTP Invalid Device Prop Format")},
4207 {PTP_RC_InvalidDevicePropValue, 0, N_("PTP Invalid Device Prop Value")},
4208 {PTP_RC_InvalidParameter, 0, N_("PTP Invalid Parameter")},
4209 {PTP_RC_SessionAlreadyOpened, 0, N_("PTP Session Already Opened")},
4210 {PTP_RC_TransactionCanceled, 0, N_("PTP Transaction Canceled")},
4211 …{PTP_RC_SpecificationOfDestinationUnsupported, 0, N_("PTP Specification Of Destination Unsupported…
4213 {PTP_RC_EK_FilenameRequired, PTP_VENDOR_EASTMAN_KODAK, N_("Filename Required")},
4214 {PTP_RC_EK_FilenameConflicts, PTP_VENDOR_EASTMAN_KODAK, N_("Filename Conflicts")},
4215 {PTP_RC_EK_FilenameInvalid, PTP_VENDOR_EASTMAN_KODAK, N_("Filename Invalid")},
4217 {PTP_RC_NIKON_HardwareError, PTP_VENDOR_NIKON, N_("Hardware Error")},
4218 {PTP_RC_NIKON_OutOfFocus, PTP_VENDOR_NIKON, N_("Out of Focus")},
4219 {PTP_RC_NIKON_ChangeCameraModeFailed, PTP_VENDOR_NIKON, N_("Change Camera Mode Failed")},
4220 {PTP_RC_NIKON_InvalidStatus, PTP_VENDOR_NIKON, N_("Invalid Status")},
4221 {PTP_RC_NIKON_SetPropertyNotSupported, PTP_VENDOR_NIKON, N_("Set Property Not Supported")},
4222 {PTP_RC_NIKON_WbResetError, PTP_VENDOR_NIKON, N_("Whitebalance Reset Error")},
4223 {PTP_RC_NIKON_DustReferenceError, PTP_VENDOR_NIKON, N_("Dust Reference Error")},
4224 {PTP_RC_NIKON_ShutterSpeedBulb, PTP_VENDOR_NIKON, N_("Shutter Speed Bulb")},
4225 {PTP_RC_NIKON_MirrorUpSequence, PTP_VENDOR_NIKON, N_("Mirror Up Sequence")},
4226 {PTP_RC_NIKON_CameraModeNotAdjustFNumber, PTP_VENDOR_NIKON, N_("Camera Mode Not Adjust FNumber")},
4227 {PTP_RC_NIKON_NotLiveView, PTP_VENDOR_NIKON, N_("Not in Liveview")},
4228 {PTP_RC_NIKON_MfDriveStepEnd, PTP_VENDOR_NIKON, N_("Mf Drive Step End")},
4229 {PTP_RC_NIKON_MfDriveStepInsufficiency, PTP_VENDOR_NIKON, N_("Mf Drive Step Insufficiency")},
4230 {PTP_RC_NIKON_AdvancedTransferCancel, PTP_VENDOR_NIKON, N_("Advanced Transfer Cancel")},
4232 {PTP_RC_CANON_UNKNOWN_COMMAND, PTP_VENDOR_CANON, N_("Unknown Command")},
4233 {PTP_RC_CANON_OPERATION_REFUSED,PTP_VENDOR_CANON, N_("Operation Refused")},
4234 {PTP_RC_CANON_LENS_COVER, PTP_VENDOR_CANON, N_("Lens Cover Present")},
4235 {PTP_RC_CANON_BATTERY_LOW, PTP_VENDOR_CANON, N_("Battery Low")},
4236 {PTP_RC_CANON_NOT_READY, PTP_VENDOR_CANON, N_("Camera Not Ready")},
4238 {PTP_ERROR_TIMEOUT, 0, N_("PTP Timeout")},
4239 {PTP_ERROR_CANCEL, 0, N_("PTP Cancel Request")},
4240 {PTP_ERROR_BADPARAM, 0, N_("PTP Invalid Parameter")},
4241 {PTP_ERROR_RESP_EXPECTED, 0, N_("PTP Response Expected")},
4242 {PTP_ERROR_DATA_EXPECTED, 0, N_("PTP Data Expected")},
4243 {PTP_ERROR_IO, 0, N_("PTP I/O Error")},
4267 {PTP_DPC_Undefined, N_("Undefined PTP Property")}, in ptp_get_property_description()
4268 {PTP_DPC_BatteryLevel, N_("Battery Level")}, in ptp_get_property_description()
4269 {PTP_DPC_FunctionalMode, N_("Functional Mode")}, in ptp_get_property_description()
4270 {PTP_DPC_ImageSize, N_("Image Size")}, in ptp_get_property_description()
4271 {PTP_DPC_CompressionSetting, N_("Compression Setting")}, in ptp_get_property_description()
4272 {PTP_DPC_WhiteBalance, N_("White Balance")}, in ptp_get_property_description()
4273 {PTP_DPC_RGBGain, N_("RGB Gain")}, in ptp_get_property_description()
4274 {PTP_DPC_FNumber, N_("F-Number")}, in ptp_get_property_description()
4275 {PTP_DPC_FocalLength, N_("Focal Length")}, in ptp_get_property_description()
4276 {PTP_DPC_FocusDistance, N_("Focus Distance")}, in ptp_get_property_description()
4277 {PTP_DPC_FocusMode, N_("Focus Mode")}, in ptp_get_property_description()
4278 {PTP_DPC_ExposureMeteringMode, N_("Exposure Metering Mode")}, in ptp_get_property_description()
4279 {PTP_DPC_FlashMode, N_("Flash Mode")}, in ptp_get_property_description()
4280 {PTP_DPC_ExposureTime, N_("Exposure Time")}, in ptp_get_property_description()
4281 {PTP_DPC_ExposureProgramMode, N_("Exposure Program Mode")}, in ptp_get_property_description()
4283 N_("Exposure Index (film speed ISO)")}, in ptp_get_property_description()
4285 N_("Exposure Bias Compensation")}, in ptp_get_property_description()
4286 {PTP_DPC_DateTime, N_("Date & Time")}, in ptp_get_property_description()
4287 {PTP_DPC_CaptureDelay, N_("Pre-Capture Delay")}, in ptp_get_property_description()
4288 {PTP_DPC_StillCaptureMode, N_("Still Capture Mode")}, in ptp_get_property_description()
4289 {PTP_DPC_Contrast, N_("Contrast")}, in ptp_get_property_description()
4290 {PTP_DPC_Sharpness, N_("Sharpness")}, in ptp_get_property_description()
4291 {PTP_DPC_DigitalZoom, N_("Digital Zoom")}, in ptp_get_property_description()
4292 {PTP_DPC_EffectMode, N_("Effect Mode")}, in ptp_get_property_description()
4293 {PTP_DPC_BurstNumber, N_("Burst Number")}, in ptp_get_property_description()
4294 {PTP_DPC_BurstInterval, N_("Burst Interval")}, in ptp_get_property_description()
4295 {PTP_DPC_TimelapseNumber, N_("Timelapse Number")}, in ptp_get_property_description()
4296 {PTP_DPC_TimelapseInterval, N_("Timelapse Interval")}, in ptp_get_property_description()
4297 {PTP_DPC_FocusMeteringMode, N_("Focus Metering Mode")}, in ptp_get_property_description()
4298 {PTP_DPC_UploadURL, N_("Upload URL")}, in ptp_get_property_description()
4299 {PTP_DPC_Artist, N_("Artist")}, in ptp_get_property_description()
4300 {PTP_DPC_CopyrightInfo, N_("Copyright Info")}, in ptp_get_property_description()
4301 {PTP_DPC_SupportedStreams, N_("Supported Streams")}, in ptp_get_property_description()
4302 {PTP_DPC_EnabledStreams, N_("Enabled Streams")}, in ptp_get_property_description()
4303 {PTP_DPC_VideoFormat, N_("Video Format")}, in ptp_get_property_description()
4304 {PTP_DPC_VideoResolution, N_("Video Resolution")}, in ptp_get_property_description()
4305 {PTP_DPC_VideoQuality, N_("Video Quality")}, in ptp_get_property_description()
4306 {PTP_DPC_VideoFrameRate, N_("Video Framerate")}, in ptp_get_property_description()
4307 {PTP_DPC_VideoContrast, N_("Video Contrast")}, in ptp_get_property_description()
4308 {PTP_DPC_VideoBrightness, N_("Video Brightness")}, in ptp_get_property_description()
4309 {PTP_DPC_AudioFormat, N_("Audio Format")}, in ptp_get_property_description()
4310 {PTP_DPC_AudioBitrate, N_("Audio Bitrate")}, in ptp_get_property_description()
4311 {PTP_DPC_AudioSamplingRate, N_("Audio Samplingrate")}, in ptp_get_property_description()
4312 {PTP_DPC_AudioBitPerSample, N_("Audio Bits per sample")}, in ptp_get_property_description()
4313 {PTP_DPC_AudioVolume, N_("Audio Volume")}, in ptp_get_property_description()
4320 {PTP_DPC_EK_ColorTemperature, N_("Color Temperature")}, in ptp_get_property_description()
4322 N_("Date Time Stamp Format")}, in ptp_get_property_description()
4323 {PTP_DPC_EK_BeepMode, N_("Beep Mode")}, in ptp_get_property_description()
4324 {PTP_DPC_EK_VideoOut, N_("Video Out")}, in ptp_get_property_description()
4325 {PTP_DPC_EK_PowerSaving, N_("Power Saving")}, in ptp_get_property_description()
4326 {PTP_DPC_EK_UI_Language, N_("UI Language")}, in ptp_get_property_description()
4334 {PTP_DPC_CANON_BeepMode, N_("Beep Mode")}, in ptp_get_property_description()
4335 {PTP_DPC_CANON_BatteryKind, N_("Battery Type")}, in ptp_get_property_description()
4336 {PTP_DPC_CANON_BatteryStatus, N_("Battery Mode")}, in ptp_get_property_description()
4337 {PTP_DPC_CANON_UILockType, N_("UILockType")}, in ptp_get_property_description()
4338 {PTP_DPC_CANON_CameraMode, N_("Camera Mode")}, in ptp_get_property_description()
4339 {PTP_DPC_CANON_ImageQuality, N_("Image Quality")}, in ptp_get_property_description()
4340 {PTP_DPC_CANON_FullViewFileFormat, N_("Full View File Format")}, in ptp_get_property_description()
4341 {PTP_DPC_CANON_ImageSize, N_("Image Size")}, in ptp_get_property_description()
4342 {PTP_DPC_CANON_SelfTime, N_("Self Time")}, in ptp_get_property_description()
4343 {PTP_DPC_CANON_FlashMode, N_("Flash Mode")}, in ptp_get_property_description()
4344 {PTP_DPC_CANON_Beep, N_("Beep")}, in ptp_get_property_description()
4345 {PTP_DPC_CANON_ShootingMode, N_("Shooting Mode")}, in ptp_get_property_description()
4346 {PTP_DPC_CANON_ImageMode, N_("Image Mode")}, in ptp_get_property_description()
4347 {PTP_DPC_CANON_DriveMode, N_("Drive Mode")}, in ptp_get_property_description()
4348 {PTP_DPC_CANON_EZoom, N_("Zoom")}, in ptp_get_property_description()
4349 {PTP_DPC_CANON_MeteringMode, N_("Metering Mode")}, in ptp_get_property_description()
4350 {PTP_DPC_CANON_AFDistance, N_("AF Distance")}, in ptp_get_property_description()
4351 {PTP_DPC_CANON_FocusingPoint, N_("Focusing Point")}, in ptp_get_property_description()
4352 {PTP_DPC_CANON_WhiteBalance, N_("White Balance")}, in ptp_get_property_description()
4353 {PTP_DPC_CANON_SlowShutterSetting, N_("Slow Shutter Setting")}, in ptp_get_property_description()
4354 {PTP_DPC_CANON_AFMode, N_("AF Mode")}, in ptp_get_property_description()
4355 {PTP_DPC_CANON_ImageStabilization, N_("Image Stabilization")}, in ptp_get_property_description()
4356 {PTP_DPC_CANON_Contrast, N_("Contrast")}, in ptp_get_property_description()
4357 {PTP_DPC_CANON_ColorGain, N_("Color Gain")}, in ptp_get_property_description()
4358 {PTP_DPC_CANON_Sharpness, N_("Sharpness")}, in ptp_get_property_description()
4359 {PTP_DPC_CANON_Sensitivity, N_("Sensitivity")}, in ptp_get_property_description()
4360 {PTP_DPC_CANON_ParameterSet, N_("Parameter Set")}, in ptp_get_property_description()
4361 {PTP_DPC_CANON_ISOSpeed, N_("ISO Speed")}, in ptp_get_property_description()
4362 {PTP_DPC_CANON_Aperture, N_("Aperture")}, in ptp_get_property_description()
4363 {PTP_DPC_CANON_ShutterSpeed, N_("Shutter Speed")}, in ptp_get_property_description()
4364 {PTP_DPC_CANON_ExpCompensation, N_("Exposure Compensation")}, in ptp_get_property_description()
4365 {PTP_DPC_CANON_FlashCompensation, N_("Flash Compensation")}, in ptp_get_property_description()
4366 {PTP_DPC_CANON_AEBExposureCompensation, N_("AEB Exposure Compensation")}, in ptp_get_property_description()
4367 {PTP_DPC_CANON_AvOpen, N_("Av Open")}, in ptp_get_property_description()
4368 {PTP_DPC_CANON_AvMax, N_("Av Max")}, in ptp_get_property_description()
4369 {PTP_DPC_CANON_FocalLength, N_("Focal Length")}, in ptp_get_property_description()
4370 {PTP_DPC_CANON_FocalLengthTele, N_("Focal Length Tele")}, in ptp_get_property_description()
4371 {PTP_DPC_CANON_FocalLengthWide, N_("Focal Length Wide")}, in ptp_get_property_description()
4372 {PTP_DPC_CANON_FocalLengthDenominator, N_("Focal Length Denominator")}, in ptp_get_property_description()
4373 {PTP_DPC_CANON_CaptureTransferMode, N_("Capture Transfer Mode")}, in ptp_get_property_description()
4374 {PTP_DPC_CANON_Zoom, N_("Zoom")}, in ptp_get_property_description()
4375 {PTP_DPC_CANON_NamePrefix, N_("Name Prefix")}, in ptp_get_property_description()
4376 {PTP_DPC_CANON_SizeQualityMode, N_("Size Quality Mode")}, in ptp_get_property_description()
4377 {PTP_DPC_CANON_SupportedThumbSize, N_("Supported Thumb Size")}, in ptp_get_property_description()
4378 {PTP_DPC_CANON_SizeOfOutputDataFromCamera, N_("Size of Output Data from Camera")}, in ptp_get_property_description()
4379 {PTP_DPC_CANON_SizeOfInputDataToCamera, N_("Size of Input Data to Camera")}, in ptp_get_property_description()
4380 {PTP_DPC_CANON_RemoteAPIVersion,N_("Remote API Version")}, in ptp_get_property_description()
4381 {PTP_DPC_CANON_FirmwareVersion, N_("Firmware Version")}, in ptp_get_property_description()
4382 {PTP_DPC_CANON_CameraModel, N_("Camera Model")}, in ptp_get_property_description()
4383 {PTP_DPC_CANON_CameraOwner, N_("Camera Owner")}, in ptp_get_property_description()
4384 {PTP_DPC_CANON_UnixTime, N_("UNIX Time")}, in ptp_get_property_description()
4385 {PTP_DPC_CANON_CameraBodyID, N_("Camera Body ID")}, in ptp_get_property_description()
4386 {PTP_DPC_CANON_CameraOutput, N_("Camera Output")}, in ptp_get_property_description()
4387 {PTP_DPC_CANON_DispAv, N_("Disp Av")}, in ptp_get_property_description()
4388 {PTP_DPC_CANON_AvOpenApex, N_("Av Open Apex")}, in ptp_get_property_description()
4389 {PTP_DPC_CANON_DZoomMagnification, N_("Digital Zoom Magnification")}, in ptp_get_property_description()
4390 {PTP_DPC_CANON_MlSpotPos, N_("Ml Spot Position")}, in ptp_get_property_description()
4391 {PTP_DPC_CANON_DispAvMax, N_("Disp Av Max")}, in ptp_get_property_description()
4392 {PTP_DPC_CANON_AvMaxApex, N_("Av Max Apex")}, in ptp_get_property_description()
4393 {PTP_DPC_CANON_EZoomStartPosition, N_("EZoom Start Position")}, in ptp_get_property_description()
4394 {PTP_DPC_CANON_FocalLengthOfTele, N_("Focal Length Tele")}, in ptp_get_property_description()
4395 {PTP_DPC_CANON_EZoomSizeOfTele, N_("EZoom Size of Tele")}, in ptp_get_property_description()
4396 {PTP_DPC_CANON_PhotoEffect, N_("Photo Effect")}, in ptp_get_property_description()
4397 {PTP_DPC_CANON_AssistLight, N_("Assist Light")}, in ptp_get_property_description()
4398 {PTP_DPC_CANON_FlashQuantityCount, N_("Flash Quantity Count")}, in ptp_get_property_description()
4399 {PTP_DPC_CANON_RotationAngle, N_("Rotation Angle")}, in ptp_get_property_description()
4400 {PTP_DPC_CANON_RotationScene, N_("Rotation Scene")}, in ptp_get_property_description()
4401 {PTP_DPC_CANON_EventEmulateMode,N_("Event Emulate Mode")}, in ptp_get_property_description()
4402 {PTP_DPC_CANON_DPOFVersion, N_("DPOF Version")}, in ptp_get_property_description()
4403 {PTP_DPC_CANON_TypeOfSupportedSlideShow, N_("Type of Slideshow")}, in ptp_get_property_description()
4404 {PTP_DPC_CANON_AverageFilesizes,N_("Average Filesizes")}, in ptp_get_property_description()
4405 {PTP_DPC_CANON_ModelID, N_("Model ID")}, in ptp_get_property_description()
4414 N_("Shooting Bank")}, in ptp_get_property_description()
4416 N_("Shooting Bank Name A")}, in ptp_get_property_description()
4418 N_("Shooting Bank Name B")}, in ptp_get_property_description()
4420 N_("Shooting Bank Name C")}, in ptp_get_property_description()
4422 N_("Shooting Bank Name D")}, in ptp_get_property_description()
4424 N_("Reset Bank 0")}, in ptp_get_property_description()
4426 N_("Raw Compression")}, in ptp_get_property_description()
4428 N_("Auto White Balance Bias")}, in ptp_get_property_description()
4430 N_("Tungsten White Balance Bias")}, in ptp_get_property_description()
4432 N_("Fluorescent White Balance Bias")}, in ptp_get_property_description()
4434 N_("Daylight White Balance Bias")}, in ptp_get_property_description()
4436 N_("Flash White Balance Bias")}, in ptp_get_property_description()
4438 N_("Cloudy White Balance Bias")}, in ptp_get_property_description()
4440 N_("Shady White Balance Bias")}, in ptp_get_property_description()
4442 N_("White Balance Colour Temperature")}, in ptp_get_property_description()
4444 N_("White Balance Preset Number")}, in ptp_get_property_description()
4446 N_("White Balance Preset Name 0")}, in ptp_get_property_description()
4448 N_("White Balance Preset Name 1")}, in ptp_get_property_description()
4450 N_("White Balance Preset Name 2")}, in ptp_get_property_description()
4452 N_("White Balance Preset Name 3")}, in ptp_get_property_description()
4454 N_("White Balance Preset Name 4")}, in ptp_get_property_description()
4456 N_("White Balance Preset Value 0")}, in ptp_get_property_description()
4458 N_("White Balance Preset Value 1")}, in ptp_get_property_description()
4460 N_("White Balance Preset Value 2")}, in ptp_get_property_description()
4462 N_("White Balance Preset Value 3")}, in ptp_get_property_description()
4464 N_("White Balance Preset Value 4")}, in ptp_get_property_description()
4466 N_("Sharpening")}, in ptp_get_property_description()
4468 N_("Tone Compensation")}, in ptp_get_property_description()
4470 N_("Color Model")}, in ptp_get_property_description()
4472 N_("Hue Adjustment")}, in ptp_get_property_description()
4474 N_("Lens Focal Length (Non CPU)")}, in ptp_get_property_description()
4476 N_("Lens Maximum Aperture (Non CPU)")}, in ptp_get_property_description()
4478 N_("Shooting Mode")}, in ptp_get_property_description()
4480 N_("JPEG Compression Policy")}, in ptp_get_property_description()
4482 N_("Color Space")}, in ptp_get_property_description()
4484 N_("Auto DX Crop")}, in ptp_get_property_description()
4486 N_("Flicker Reduction")}, in ptp_get_property_description()
4488 N_("Remote Mode")}, in ptp_get_property_description()
4490 N_("Video Mode")}, in ptp_get_property_description()
4492 N_("Effect Mode")}, in ptp_get_property_description()
4496 N_("Menu Bank Name A")}, in ptp_get_property_description()
4498 N_("Menu Bank Name B")}, in ptp_get_property_description()
4500 N_("Menu Bank Name C")}, in ptp_get_property_description()
4502 N_("Menu Bank Name D")}, in ptp_get_property_description()
4504 N_("Reset Menu Bank")}, in ptp_get_property_description()
4520 N_("Focus Area Wrap")}, in ptp_get_property_description()
4522 N_("Vertical AF On")}, in ptp_get_property_description()
4524 N_("AF Lock On")}, in ptp_get_property_description()
4526 N_("Focus Area Zone")}, in ptp_get_property_description()
4528 N_("Enable Copyright")}, in ptp_get_property_description()
4530 N_("Auto ISO")}, in ptp_get_property_description()
4532 N_("Exposure ISO Step")}, in ptp_get_property_description()
4534 N_("Exposure Step")}, in ptp_get_property_description()
4536 N_("Exposure Compensation (EV)")}, in ptp_get_property_description()
4538 N_("Exposure Compensation")}, in ptp_get_property_description()
4540 N_("Centre Weight Area")}, in ptp_get_property_description()
4542 N_("Exposure Base Matrix")}, in ptp_get_property_description()
4544 N_("Exposure Base Center")}, in ptp_get_property_description()
4546 N_("Exposure Base Spot")}, in ptp_get_property_description()
4548 N_("Live View AF Area")}, in ptp_get_property_description()
4550 N_("Exposure Lock")}, in ptp_get_property_description()
4552 N_("Focus Lock")}, in ptp_get_property_description()
4554 N_("Live View AF Focus")}, in ptp_get_property_description()
4556 N_("Auto Meter Off Time")}, in ptp_get_property_description()
4558 N_("Self Timer Delay")}, in ptp_get_property_description()
4560 N_("LCD Off Time")}, in ptp_get_property_description()
4562 N_("Img Conf Time")}, in ptp_get_property_description()
4564 N_("Auto Off Timers")}, in ptp_get_property_description()
4566 N_("Angle Level")}, in ptp_get_property_description()
4568 N_("Shooting Speed")}, in ptp_get_property_description()
4570 N_("Maximum Shots")}, in ptp_get_property_description()
4572 N_("Exposure delay mode")}, in ptp_get_property_description()
4574 N_("Long Exposure Noise Reduction")}, in ptp_get_property_description()
4576 N_("File Number Sequencing")}, in ptp_get_property_description()
4582 N_("LCD Illumination")}, in ptp_get_property_description()
4584 N_("High ISO noise reduction")}, in ptp_get_property_description()
4586 N_("On screen tips")}, in ptp_get_property_description()
4588 N_("Artist Name")}, in ptp_get_property_description()
4590 N_("Copyright Information")}, in ptp_get_property_description()
4592 N_("Flash Sync. Speed")}, in ptp_get_property_description()
4594 N_("Flash Shutter Speed")}, in ptp_get_property_description()
4596 N_("Flash Mode")}, in ptp_get_property_description()
4598 N_("Modeling Flash")}, in ptp_get_property_description()
4600 N_("Bracket Set")}, in ptp_get_property_description()
4602 N_("Manual Mode Bracketing")}, in ptp_get_property_description()
4604 N_("Bracket Order")}, in ptp_get_property_description()
4606 N_("Auto Bracket Selection")}, in ptp_get_property_description()
4607 {PTP_DPC_NIKON_BracketingSet, N_("NIKON Auto Bracketing Set")}, /* 0xD07C */ in ptp_get_property_description()
4609 N_("Center Button Shooting Mode")}, in ptp_get_property_description()
4611 N_("Center Button Playback Mode")}, in ptp_get_property_description()
4613 N_("Multiselector")}, in ptp_get_property_description()
4615 N_("Photo Info. Playback")}, in ptp_get_property_description()
4617 N_("Assign Func. Button")}, in ptp_get_property_description()
4619 N_("Customise Command Dials")}, in ptp_get_property_description()
4621 N_("Reverse Command Dial")}, in ptp_get_property_description()
4623 N_("Aperture Setting")}, in ptp_get_property_description()
4625 N_("Menus and Playback")}, in ptp_get_property_description()
4627 N_("Buttons and Dials")}, in ptp_get_property_description()
4629 N_("No CF Card Release")}, in ptp_get_property_description()
4631 N_("Center Button Zoom Ratio")}, in ptp_get_property_description()
4633 N_("Function Button 2")}, in ptp_get_property_description()
4635 N_("AF Area Point")}, in ptp_get_property_description()
4637 N_("Normal AF On")}, in ptp_get_property_description()
4639 N_("Clean Image Sensor")}, in ptp_get_property_description()
4641 N_("Image Comment String")}, in ptp_get_property_description()
4643 N_("Image Comment Enable")}, in ptp_get_property_description()
4645 N_("Image Rotation")}, in ptp_get_property_description()
4647 N_("Manual Set Lens Number")}, in ptp_get_property_description()
4649 N_("Movie Screen Size")}, in ptp_get_property_description()
4651 N_("Movie Voice")}, in ptp_get_property_description()
4653 N_("Movie Microphone")}, in ptp_get_property_description()
4655 N_("Movie Card Slot")}, in ptp_get_property_description()
4657 N_("Manual Movie Setting")}, in ptp_get_property_description()
4659 N_("Movie Quality")}, in ptp_get_property_description()
4661 N_("Monitor Off Delay")}, in ptp_get_property_description()
4663 N_("Bracketing Enable")}, in ptp_get_property_description()
4665 N_("Exposure Bracketing Step")}, in ptp_get_property_description()
4667 N_("Exposure Bracketing Program")}, in ptp_get_property_description()
4669 N_("Auto Exposure Bracket Count")}, in ptp_get_property_description()
4670 {PTP_DPC_NIKON_WhiteBalanceBracketStep, N_("White Balance Bracket Step")}, /* 0xD0C4 */ in ptp_get_property_description()
4671 {PTP_DPC_NIKON_WhiteBalanceBracketProgram, N_("White Balance Bracket Program")}, /* 0xD0C5 */ in ptp_get_property_description()
4673 N_("Lens ID")}, in ptp_get_property_description()
4675 N_("Lens Sort")}, in ptp_get_property_description()
4677 N_("Lens Type")}, in ptp_get_property_description()
4679 N_("Min. Focal Length")}, in ptp_get_property_description()
4681 N_("Max. Focal Length")}, in ptp_get_property_description()
4683 N_("Max. Aperture at Min. Focal Length")}, in ptp_get_property_description()
4685 N_("Max. Aperture at Max. Focal Length")}, in ptp_get_property_description()
4687 N_("Finder ISO Display")}, in ptp_get_property_description()
4689 N_("Auto Off Photo")}, in ptp_get_property_description()
4691 N_("Auto Off Menu")}, in ptp_get_property_description()
4693 N_("Auto Off Info")}, in ptp_get_property_description()
4695 N_("Self Timer Shot Number")}, in ptp_get_property_description()
4697 N_("Vignette Control")}, in ptp_get_property_description()
4699 N_("Auto Distortion Control")}, in ptp_get_property_description()
4701 N_("Scene Mode")}, in ptp_get_property_description()
4703 N_("Nikon Exposure Time")}, in ptp_get_property_description()
4704 {PTP_DPC_NIKON_ACPower, N_("AC Power")}, /* 0xD101 */ in ptp_get_property_description()
4705 {PTP_DPC_NIKON_WarningStatus, N_("Warning Status")},/* 0xD102 */ in ptp_get_property_description()
4707 N_("Maximum Shots")}, in ptp_get_property_description()
4708 {PTP_DPC_NIKON_AFLockStatus, N_("AF Locked")},/* 0xD104 */ in ptp_get_property_description()
4709 {PTP_DPC_NIKON_AELockStatus, N_("AE Locked")},/* 0xD105 */ in ptp_get_property_description()
4710 {PTP_DPC_NIKON_FVLockStatus, N_("FV Locked")},/* 0xD106 */ in ptp_get_property_description()
4712 N_("AF LCD Top Mode 2")}, in ptp_get_property_description()
4714 N_("Active AF Sensor")}, in ptp_get_property_description()
4716 N_("Flexible Program")}, in ptp_get_property_description()
4718 N_("Exposure Meter")}, in ptp_get_property_description()
4720 N_("Recording Media")}, in ptp_get_property_description()
4722 N_("USB Speed")}, in ptp_get_property_description()
4724 N_("CCD Serial Number")}, in ptp_get_property_description()
4726 N_("Camera Orientation")}, in ptp_get_property_description()
4728 N_("Group PTN Type")}, in ptp_get_property_description()
4730 N_("FNumber Lock")}, in ptp_get_property_description()
4732 N_("Exposure Aperture Lock")}, in ptp_get_property_description()
4734 N_("TV Lock Setting")}, in ptp_get_property_description()
4736 N_("AV Lock Setting")}, in ptp_get_property_description()
4738 N_("Illum Setting")}, in ptp_get_property_description()
4740 N_("Focus Point Bright")}, in ptp_get_property_description()
4742 N_("External Flash Attached")}, in ptp_get_property_description()
4744 N_("External Flash Status")}, in ptp_get_property_description()
4746 N_("External Flash Sort")}, in ptp_get_property_description()
4748 N_("External Flash Mode")}, in ptp_get_property_description()
4750 N_("External Flash Compensation")}, in ptp_get_property_description()
4752 N_("External Flash Mode")}, in ptp_get_property_description()
4754 N_("Flash Exposure Compensation")}, in ptp_get_property_description()
4756 N_("HDR Mode")}, in ptp_get_property_description()
4758 N_("HDR High Dynamic")}, in ptp_get_property_description()
4760 N_("HDR Smoothing")}, in ptp_get_property_description()
4762 N_("Optimize Image")}, in ptp_get_property_description()
4764 N_("Saturation")}, in ptp_get_property_description()
4766 N_("BW Filler Effect")}, in ptp_get_property_description()
4768 N_("BW Sharpness")}, in ptp_get_property_description()
4770 N_("BW Contrast")}, in ptp_get_property_description()
4772 N_("BW Setting Type")}, in ptp_get_property_description()
4774 N_("Slot 2 Save Mode")}, in ptp_get_property_description()
4776 N_("Raw Bit Mode")}, in ptp_get_property_description()
4778 N_("Active D-Lighting")}, in ptp_get_property_description()
4780 N_("Flourescent Type")}, in ptp_get_property_description()
4782 N_("Tune Colour Temperature")}, in ptp_get_property_description()
4784 N_("Tune Preset 0")}, in ptp_get_property_description()
4786 N_("Tune Preset 1")}, in ptp_get_property_description()
4788 N_("Tune Preset 2")}, in ptp_get_property_description()
4790 N_("Tune Preset 3")}, in ptp_get_property_description()
4792 N_("Tune Preset 4")}, in ptp_get_property_description()
4794 N_("AF Beep Mode")}, in ptp_get_property_description()
4796 N_("Autofocus Mode")}, in ptp_get_property_description()
4798 N_("AF Assist Lamp")}, in ptp_get_property_description()
4800 N_("Auto ISO P/A/DVP Setting")}, in ptp_get_property_description()
4802 N_("Image Review")}, in ptp_get_property_description()
4804 N_("AF Area Illumination")}, in ptp_get_property_description()
4806 N_("Flash Mode")}, in ptp_get_property_description()
4808 N_("Flash Commander Mode")}, in ptp_get_property_description()
4810 N_("Flash Sign")}, in ptp_get_property_description()
4812 N_("ISO Auto")}, in ptp_get_property_description()
4814 N_("Remote Timeout")}, in ptp_get_property_description()
4816 N_("Viewfinder Grid Display")}, in ptp_get_property_description()
4818 N_("Flash Mode Manual Power")}, in ptp_get_property_description()
4820 N_("Flash Mode Commander Power")}, in ptp_get_property_description()
4822 N_("Auto FP")}, in ptp_get_property_description()
4824 N_("CSM Menu")}, in ptp_get_property_description()
4826 N_("Warning Display")}, in ptp_get_property_description()
4828 N_("Battery Cell Kind")}, in ptp_get_property_description()
4830 N_("ISO Auto High Limit")}, in ptp_get_property_description()
4832 N_("Dynamic AF Area")}, in ptp_get_property_description()
4834 N_("Continuous Speed High")}, in ptp_get_property_description()
4836 N_("Info Disp Setting")}, in ptp_get_property_description()
4838 N_("Preview Button")}, in ptp_get_property_description()
4840 N_("Preview Button 2")}, in ptp_get_property_description()
4842 N_("AEAF Lock Button 2")}, in ptp_get_property_description()
4844 N_("Indicator Display")}, in ptp_get_property_description()
4846 N_("Cell Kind Priority")}, in ptp_get_property_description()
4848 N_("Bracketing Frames and Steps")}, in ptp_get_property_description()
4850 N_("Live View Mode")}, in ptp_get_property_description()
4852 N_("Live View Drive Mode")}, in ptp_get_property_description()
4854 N_("Live View Status")}, in ptp_get_property_description()
4856 N_("Live View Image Zoom Ratio")}, in ptp_get_property_description()
4858 N_("Live View Prohibit Condition")}, in ptp_get_property_description()
4860 N_("Exposure Display Status")}, in ptp_get_property_description()
4862 N_("Exposure Indicate Status")}, in ptp_get_property_description()
4864 N_("Info Display Error Status")}, in ptp_get_property_description()
4866 N_("Exposure Indicate Lightup")}, in ptp_get_property_description()
4868 N_("Flash Open")}, in ptp_get_property_description()
4870 N_("Flash Charged")}, in ptp_get_property_description()
4872 N_("Flash MRepeat Value")}, in ptp_get_property_description()
4874 N_("Flash MRepeat Count")}, in ptp_get_property_description()
4876 N_("Flash MRepeat Interval")}, in ptp_get_property_description()
4878 N_("Flash Command Channel")}, in ptp_get_property_description()
4880 N_("Flash Command Self Mode")}, in ptp_get_property_description()
4882 N_("Flash Command Self Compensation")}, in ptp_get_property_description()
4884 N_("Flash Command Self Value")}, in ptp_get_property_description()
4886 N_("Flash Command A Mode")}, in ptp_get_property_description()
4888 N_("Flash Command A Compensation")}, in ptp_get_property_description()
4890 N_("Flash Command A Value")}, in ptp_get_property_description()
4892 N_("Flash Command B Mode")}, in ptp_get_property_description()
4894 N_("Flash Command B Compensation")}, in ptp_get_property_description()
4896 N_("Flash Command B Value")}, in ptp_get_property_description()
4898 N_("Active Pic Ctrl Item")}, in ptp_get_property_description()
4900 N_("Change Pic Ctrl Item")}, in ptp_get_property_description()
4903 N_("ISO")}, in ptp_get_property_description()
4905 N_("Image Size")}, in ptp_get_property_description()
4907 N_("Long Exposure Noise Reduction")}, in ptp_get_property_description()
4909 N_("Movie Quality")}, in ptp_get_property_description()
4911 N_("High ISO Noise Reduction")}, in ptp_get_property_description()
4913 N_("White Balance")}, in ptp_get_property_description()
4915 N_("Image Compression")}, in ptp_get_property_description()
4917 N_("Active D-Lighting")}, in ptp_get_property_description()
4924 {PTP_DPC_MTP_SecureTime, N_("Secure Time")}, /* D101 */ in ptp_get_property_description()
4925 {PTP_DPC_MTP_DeviceCertificate, N_("Device Certificate")}, /* D102 */ in ptp_get_property_description()
4926 {PTP_DPC_MTP_RevocationInfo, N_("Revocation Info")}, /* D103 */ in ptp_get_property_description()
4928 N_("Synchronization Partner")}, in ptp_get_property_description()
4930 N_("Friendly Device Name")}, in ptp_get_property_description()
4931 {PTP_DPC_MTP_VolumeLevel, N_("Volume Level")}, /* D403 */ in ptp_get_property_description()
4932 {PTP_DPC_MTP_DeviceIcon, N_("Device Icon")}, /* D405 */ in ptp_get_property_description()
4933 {PTP_DPC_MTP_SessionInitiatorInfo, N_("Session Initiator Info")},/* D406 */ in ptp_get_property_description()
4934 {PTP_DPC_MTP_PerceivedDeviceType, N_("Perceived Device Type")},/* D407 */ in ptp_get_property_description()
4935 {PTP_DPC_MTP_PlaybackRate, N_("Playback Rate")}, /* D410 */ in ptp_get_property_description()
4936 {PTP_DPC_MTP_PlaybackObject, N_("Playback Object")}, /* D411 */ in ptp_get_property_description()
4938 N_("Playback Container Index")}, in ptp_get_property_description()
4939 {PTP_DPC_MTP_PlaybackPosition, N_("Playback Position")}, /* D413 */ in ptp_get_property_description()
4940 {PTP_DPC_MTP_PlaysForSureID, N_("PlaysForSure ID")}, /* D131 (?) */ in ptp_get_property_description()
4947 {PTP_DPC_FUJI_ColorTemperature, N_("Color Temperature")}, /* 0xD017 */ in ptp_get_property_description()
4948 {PTP_DPC_FUJI_Quality, N_("Quality")}, /* 0xD018 */ in ptp_get_property_description()
4949 {PTP_DPC_FUJI_Quality, N_("Release Mode")}, /* 0xD201 */ in ptp_get_property_description()
4950 {PTP_DPC_FUJI_Quality, N_("Focus Areas")}, /* 0xD206 */ in ptp_get_property_description()
4951 {PTP_DPC_FUJI_Quality, N_("AE Lock")}, /* 0xD213 */ in ptp_get_property_description()
4952 {PTP_DPC_FUJI_Quality, N_("Aperture")}, /* 0xD218 */ in ptp_get_property_description()
4953 {PTP_DPC_FUJI_Quality, N_("Shutter Speed")}, /* 0xD219 */ in ptp_get_property_description()
4963 {PTP_DPC_SONY_ImageSize, N_("Image size")}, /* 0xD203 */ in ptp_get_property_description()
4964 {PTP_DPC_SONY_ShutterSpeed, N_("Shutter speed")}, /* 0xD20D */ in ptp_get_property_description()
4965 {PTP_DPC_SONY_ColorTemp, N_("Color temperature")}, /* 0xD20F */ in ptp_get_property_description()
4967 {PTP_DPC_SONY_AspectRatio, N_("Aspect Ratio")}, /* 0xD211 */ in ptp_get_property_description()
4968 {PTP_DPC_SONY_FocusFound, N_("Focus status")}, /* 0xD213 */ in ptp_get_property_description()
4969 {PTP_DPC_SONY_ObjectInMemory, N_("Objects in memory")}, /* 0xD215 */ in ptp_get_property_description()
4970 {PTP_DPC_SONY_ExposeIndex, N_("Expose Index")}, /* 0xD216 */ in ptp_get_property_description()
4971 {PTP_DPC_SONY_BatteryLevel, N_("Battery Level")}, /* 0xD218 */ in ptp_get_property_description()
4972 {PTP_DPC_SONY_PictureEffect, N_("Picture Effect")}, /* 0xD21B */ in ptp_get_property_description()
4973 {PTP_DPC_SONY_ABFilter, N_("AB Filter")}, /* 0xD21C */ in ptp_get_property_description()
4974 {PTP_DPC_SONY_ISO, N_("ISO")}, /* 0xD21E */ in ptp_get_property_description()
4975 {PTP_DPC_SONY_Movie, N_("Movie")}, /* 0xD2C8 */ in ptp_get_property_description()
4976 {PTP_DPC_SONY_StillImage, N_("Still Image")}, /* 0xD2C7 */ in ptp_get_property_description()
5093 #define PTP_VAL_BOOL(dpc) {dpc, 0, N_("Off")}, {dpc, 1, N_("On")}
5094 #define PTP_VENDOR_VAL_BOOL(dpc,vendor) {dpc, vendor, 0, N_("Off")}, {dpc, vendor, 1, N_("On")}
5095 #define PTP_VENDOR_VAL_RBOOL(dpc,vendor) {dpc, vendor, 0, N_("On")}, {dpc, vendor, 1, N_("Off")}
5096 #define PTP_VENDOR_VAL_YN(dpc,vendor) {dpc, vendor, 0, N_("No")}, {dpc, vendor, 1, N_("Yes")}
5118 {PTP_DPC_ExposureBiasCompensation, 0, 0.001, 0.0, N_("%.1f stops")},/* 5010 */ in ptp_render_property_value()
5124 {PTP_DPC_NIKON_LightMeter, PTP_VENDOR_NIKON, 0.08333, 0.0, N_("%.1f stops")},/* D10A */ in ptp_render_property_value()
5125 …{PTP_DPC_NIKON_FlashExposureCompensation, PTP_VENDOR_NIKON, 0.16666, 0.0, N_("%.1f stops")}, /* D1… in ptp_render_property_value()
5126 {PTP_DPC_NIKON_CenterWeightArea, PTP_VENDOR_NIKON, 2.0, 6.0, N_("%.0f mm")},/* D059 */ in ptp_render_property_value()
5132 …{PTP_DPC_NIKON_ExposureIndicateStatus, PTP_VENDOR_NIKON, 0.08333, 0.0, N_("%.1f stops")},/* D1B1 -… in ptp_render_property_value()
5143 {PTP_DPC_CompressionSetting, 0, 0, N_("JPEG Basic")}, /* 5004 */ in ptp_render_property_value()
5144 {PTP_DPC_CompressionSetting, 0, 1, N_("JPEG Norm")}, in ptp_render_property_value()
5145 {PTP_DPC_CompressionSetting, 0, 2, N_("JPEG Fine")}, in ptp_render_property_value()
5146 {PTP_DPC_CompressionSetting, 0, 4, N_("RAW")}, in ptp_render_property_value()
5147 {PTP_DPC_CompressionSetting, 0, 5, N_("RAW + JPEG Basic")}, in ptp_render_property_value()
5148 {PTP_DPC_WhiteBalance, 0, 1, N_("Manual")}, in ptp_render_property_value()
5149 {PTP_DPC_WhiteBalance, 0, 2, N_("Automatic")}, /* 5005 */ in ptp_render_property_value()
5150 {PTP_DPC_WhiteBalance, 0, 3, N_("One-push Automatic")}, in ptp_render_property_value()
5151 {PTP_DPC_WhiteBalance, 0, 4, N_("Daylight")}, in ptp_render_property_value()
5152 {PTP_DPC_WhiteBalance, 0, 5, N_("Fluorescent")}, in ptp_render_property_value()
5153 {PTP_DPC_WhiteBalance, 0, 6, N_("Incandescent")}, in ptp_render_property_value()
5154 {PTP_DPC_WhiteBalance, 0, 7, N_("Flash")}, in ptp_render_property_value()
5155 {PTP_DPC_WhiteBalance, PTP_VENDOR_NIKON, 32784, N_("Cloudy")}, in ptp_render_property_value()
5156 {PTP_DPC_WhiteBalance, PTP_VENDOR_NIKON, 32785, N_("Shade")}, in ptp_render_property_value()
5157 {PTP_DPC_WhiteBalance, PTP_VENDOR_NIKON, 32786, N_("Color Temperature")}, in ptp_render_property_value()
5158 {PTP_DPC_WhiteBalance, PTP_VENDOR_NIKON, 32787, N_("Preset")}, in ptp_render_property_value()
5159 {PTP_DPC_FocusMode, 0, 1, N_("Manual Focus")}, /* 500A */ in ptp_render_property_value()
5160 {PTP_DPC_FocusMode, 0, 2, N_("Automatic")}, in ptp_render_property_value()
5161 {PTP_DPC_FocusMode, 0, 3, N_("Automatic Macro (close-up)")}, in ptp_render_property_value()
5165 {PTP_DPC_ExposureMeteringMode, 0, 1, N_("Average")}, /* 500B */ in ptp_render_property_value()
5166 {PTP_DPC_ExposureMeteringMode, 0, 2, N_("Center Weighted Average")}, in ptp_render_property_value()
5167 {PTP_DPC_ExposureMeteringMode, 0, 3, N_("Multi-spot")}, in ptp_render_property_value()
5168 {PTP_DPC_ExposureMeteringMode, 0, 4, N_("Center-spot")}, in ptp_render_property_value()
5169 {PTP_DPC_FlashMode, 0, 0, N_("Undefined")}, /* 500C */ in ptp_render_property_value()
5170 {PTP_DPC_FlashMode, 0, 1, N_("Automatic flash")}, in ptp_render_property_value()
5171 {PTP_DPC_FlashMode, 0, 2, N_("Flash off")}, in ptp_render_property_value()
5172 {PTP_DPC_FlashMode, 0, 3, N_("Fill flash")}, in ptp_render_property_value()
5173 {PTP_DPC_FlashMode, 0, 4, N_("Automatic Red-eye Reduction")}, in ptp_render_property_value()
5174 {PTP_DPC_FlashMode, 0, 5, N_("Red-eye fill flash")}, in ptp_render_property_value()
5175 {PTP_DPC_FlashMode, 0, 6, N_("External sync")}, in ptp_render_property_value()
5176 {PTP_DPC_FlashMode, PTP_VENDOR_NIKON, 32784, N_("Auto")}, in ptp_render_property_value()
5177 {PTP_DPC_FlashMode, PTP_VENDOR_NIKON, 32785, N_("Auto Slow Sync")}, in ptp_render_property_value()
5178 {PTP_DPC_FlashMode, PTP_VENDOR_NIKON, 32786, N_("Rear Curtain Sync + Slow Sync")}, in ptp_render_property_value()
5179 {PTP_DPC_FlashMode, PTP_VENDOR_NIKON, 32787, N_("Red-eye Reduction + Slow Sync")}, in ptp_render_property_value()
5184 {PTP_DPC_ExposureProgramMode, PTP_VENDOR_NIKON, 32784, N_("Auto")}, in ptp_render_property_value()
5185 {PTP_DPC_ExposureProgramMode, PTP_VENDOR_NIKON, 32785, N_("Portrait")}, in ptp_render_property_value()
5186 {PTP_DPC_ExposureProgramMode, PTP_VENDOR_NIKON, 32786, N_("Landscape")}, in ptp_render_property_value()
5187 {PTP_DPC_ExposureProgramMode, PTP_VENDOR_NIKON, 32787, N_("Macro")}, in ptp_render_property_value()
5188 {PTP_DPC_ExposureProgramMode, PTP_VENDOR_NIKON, 32788, N_("Sports")}, in ptp_render_property_value()
5189 {PTP_DPC_ExposureProgramMode, PTP_VENDOR_NIKON, 32790, N_("Night Landscape")}, in ptp_render_property_value()
5190 {PTP_DPC_ExposureProgramMode, PTP_VENDOR_NIKON, 32789, N_("Night Portrait")}, in ptp_render_property_value()
5191 {PTP_DPC_StillCaptureMode, 0, 1, N_("Single Shot")}, /* 5013 */ in ptp_render_property_value()
5192 {PTP_DPC_StillCaptureMode, 0, 2, N_("Power Wind")}, in ptp_render_property_value()
5193 {PTP_DPC_StillCaptureMode, 0, 3, N_("Timelapse")}, in ptp_render_property_value()
5194 {PTP_DPC_StillCaptureMode, PTP_VENDOR_NIKON, 32784, N_("Continuous Low Speed")}, in ptp_render_property_value()
5195 {PTP_DPC_StillCaptureMode, PTP_VENDOR_NIKON, 32785, N_("Timer")}, in ptp_render_property_value()
5196 {PTP_DPC_StillCaptureMode, PTP_VENDOR_NIKON, 32787, N_("Remote")}, in ptp_render_property_value()
5197 {PTP_DPC_StillCaptureMode, PTP_VENDOR_NIKON, 32787, N_("Mirror Up")}, in ptp_render_property_value()
5198 {PTP_DPC_StillCaptureMode, PTP_VENDOR_NIKON, 32788, N_("Timer + Remote")}, in ptp_render_property_value()
5199 {PTP_DPC_FocusMeteringMode, 0, 1, N_("Centre-spot")}, /* 501C */ in ptp_render_property_value()
5200 {PTP_DPC_FocusMeteringMode, 0, 2, N_("Multi-spot")}, in ptp_render_property_value()
5201 {PTP_DPC_FocusMeteringMode, PTP_VENDOR_NIKON, 32784, N_("Single Area")}, in ptp_render_property_value()
5202 {PTP_DPC_FocusMeteringMode, PTP_VENDOR_NIKON, 32785, N_("Closest Subject")}, in ptp_render_property_value()
5203 {PTP_DPC_FocusMeteringMode, PTP_VENDOR_NIKON, 32786, N_("Group Dynamic")}, in ptp_render_property_value()
5207 {PTP_DPC_NIKON_ImageSharpening, PTP_VENDOR_NIKON, 0, N_("Auto")}, /* D02A */ in ptp_render_property_value()
5208 {PTP_DPC_NIKON_ImageSharpening, PTP_VENDOR_NIKON, 1, N_("Normal")}, in ptp_render_property_value()
5209 {PTP_DPC_NIKON_ImageSharpening, PTP_VENDOR_NIKON, 2, N_("Low")}, in ptp_render_property_value()
5210 {PTP_DPC_NIKON_ImageSharpening, PTP_VENDOR_NIKON, 3, N_("Medium Low")}, in ptp_render_property_value()
5211 {PTP_DPC_NIKON_ImageSharpening, PTP_VENDOR_NIKON, 4, N_("Medium high")}, in ptp_render_property_value()
5212 {PTP_DPC_NIKON_ImageSharpening, PTP_VENDOR_NIKON, 5, N_("High")}, in ptp_render_property_value()
5213 {PTP_DPC_NIKON_ImageSharpening, PTP_VENDOR_NIKON, 6, N_("None")}, in ptp_render_property_value()
5215 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 0, N_("Auto")}, /* D02B */ in ptp_render_property_value()
5216 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 1, N_("Normal")}, in ptp_render_property_value()
5217 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 2, N_("Low contrast")}, in ptp_render_property_value()
5218 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 3, N_("Medium Low")}, in ptp_render_property_value()
5219 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 4, N_("Medium High")}, in ptp_render_property_value()
5220 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 5, N_("High control")}, in ptp_render_property_value()
5221 {PTP_DPC_NIKON_ToneCompensation, PTP_VENDOR_NIKON, 6, N_("Custom")}, in ptp_render_property_value()
5255 {PTP_DPC_NIKON_AELAFLMode, PTP_VENDOR_NIKON, 0, N_("AE/AF Lock")}, /* D05F */ in ptp_render_property_value()
5256 {PTP_DPC_NIKON_AELAFLMode, PTP_VENDOR_NIKON, 1, N_("AF Lock only")}, in ptp_render_property_value()
5257 {PTP_DPC_NIKON_AELAFLMode, PTP_VENDOR_NIKON, 2, N_("AE Lock only")}, in ptp_render_property_value()
5258 {PTP_DPC_NIKON_AELAFLMode, PTP_VENDOR_NIKON, 3, N_("AF Lock Hold")}, in ptp_render_property_value()
5259 {PTP_DPC_NIKON_AELAFLMode, PTP_VENDOR_NIKON, 4, N_("AF On")}, in ptp_render_property_value()
5260 {PTP_DPC_NIKON_AELAFLMode, PTP_VENDOR_NIKON, 5, N_("Flash Lock")}, in ptp_render_property_value()
5262 {PTP_DPC_NIKON_MeterOff, PTP_VENDOR_NIKON, 0, N_("4 seconds")}, /* D062 */ in ptp_render_property_value()
5263 {PTP_DPC_NIKON_MeterOff, PTP_VENDOR_NIKON, 1, N_("6 seconds")}, in ptp_render_property_value()
5264 {PTP_DPC_NIKON_MeterOff, PTP_VENDOR_NIKON, 2, N_("8 seconds")}, in ptp_render_property_value()
5265 {PTP_DPC_NIKON_MeterOff, PTP_VENDOR_NIKON, 3, N_("16 seconds")}, in ptp_render_property_value()
5266 {PTP_DPC_NIKON_MeterOff, PTP_VENDOR_NIKON, 4, N_("30 minutes")}, in ptp_render_property_value()
5267 {PTP_DPC_NIKON_MeterOff, PTP_VENDOR_NIKON, 5, N_("30 seconds")}, in ptp_render_property_value()
5269 {PTP_DPC_NIKON_SelfTimer, PTP_VENDOR_NIKON, 0, N_("2 seconds")}, /* D063 */ in ptp_render_property_value()
5270 {PTP_DPC_NIKON_SelfTimer, PTP_VENDOR_NIKON, 1, N_("5 seconds")}, in ptp_render_property_value()
5271 {PTP_DPC_NIKON_SelfTimer, PTP_VENDOR_NIKON, 2, N_("10 seconds")}, in ptp_render_property_value()
5272 {PTP_DPC_NIKON_SelfTimer, PTP_VENDOR_NIKON, 3, N_("20 seconds")}, in ptp_render_property_value()
5274 {PTP_DPC_NIKON_MonitorOff, PTP_VENDOR_NIKON, 0, N_("10 seconds")}, /* D064 */ in ptp_render_property_value()
5275 {PTP_DPC_NIKON_MonitorOff, PTP_VENDOR_NIKON, 1, N_("20 seconds")}, in ptp_render_property_value()
5276 {PTP_DPC_NIKON_MonitorOff, PTP_VENDOR_NIKON, 2, N_("1 minute")}, in ptp_render_property_value()
5277 {PTP_DPC_NIKON_MonitorOff, PTP_VENDOR_NIKON, 3, N_("5 minutes")}, in ptp_render_property_value()
5278 {PTP_DPC_NIKON_MonitorOff, PTP_VENDOR_NIKON, 4, N_("10 minutes")}, in ptp_render_property_value()
5279 {PTP_DPC_NIKON_MonitorOff, PTP_VENDOR_NIKON, 5, N_("5 seconds")}, /* d80 observed */ in ptp_render_property_value()
5303 {PTP_DPC_NIKON_BracketSet, PTP_VENDOR_NIKON, 0, N_("AE & Flash")}, /* D078 */ in ptp_render_property_value()
5304 {PTP_DPC_NIKON_BracketSet, PTP_VENDOR_NIKON, 1, N_("AE only")}, in ptp_render_property_value()
5305 {PTP_DPC_NIKON_BracketSet, PTP_VENDOR_NIKON, 2, N_("Flash only")}, in ptp_render_property_value()
5306 {PTP_DPC_NIKON_BracketSet, PTP_VENDOR_NIKON, 3, N_("WB bracketing")}, in ptp_render_property_value()
5308 {PTP_DPC_NIKON_BracketOrder, PTP_VENDOR_NIKON, 0, N_("MTR > Under")}, /* D07A */ in ptp_render_property_value()
5309 {PTP_DPC_NIKON_BracketOrder, PTP_VENDOR_NIKON, 1, N_("Under > MTR")}, in ptp_render_property_value()
5311 …{PTP_DPC_NIKON_F1CenterButtonShootingMode, PTP_VENDOR_NIKON, 0, N_("Reset focus point to center")}… in ptp_render_property_value()
5312 …{PTP_DPC_NIKON_F1CenterButtonShootingMode, PTP_VENDOR_NIKON, 1, N_("Highlight active focus point")… in ptp_render_property_value()
5313 {PTP_DPC_NIKON_F1CenterButtonShootingMode, PTP_VENDOR_NIKON, 2, N_("Unused")}, in ptp_render_property_value()
5330 {PTP_DPC_NIKON_LensID, PTP_VENDOR_NIKON, 0, N_("Unknown")}, /* D0E0 */ in ptp_render_property_value()
5343 {PTP_DPC_NIKON_RawCompression, PTP_VENDOR_NIKON, 0, N_("Lossless")}, /* D016 */ in ptp_render_property_value()
5344 {PTP_DPC_NIKON_RawCompression, PTP_VENDOR_NIKON, 1, N_("Lossy")}, in ptp_render_property_value()
5351 {PTP_DPC_NIKON_AutofocusArea, PTP_VENDOR_NIKON, 0, N_("Centre")}, /* D108 */ in ptp_render_property_value()
5352 {PTP_DPC_NIKON_AutofocusArea, PTP_VENDOR_NIKON, 1, N_("Top")}, in ptp_render_property_value()
5353 {PTP_DPC_NIKON_AutofocusArea, PTP_VENDOR_NIKON, 2, N_("Bottom")}, in ptp_render_property_value()
5354 {PTP_DPC_NIKON_AutofocusArea, PTP_VENDOR_NIKON, 3, N_("Left")}, in ptp_render_property_value()
5355 {PTP_DPC_NIKON_AutofocusArea, PTP_VENDOR_NIKON, 4, N_("Right")}, in ptp_render_property_value()
5357 {PTP_DPC_NIKON_RecordingMedia, PTP_VENDOR_NIKON, 0, N_("Card")}, /* D10B */ in ptp_render_property_value()
5358 {PTP_DPC_NIKON_RecordingMedia, PTP_VENDOR_NIKON, 1, N_("SDRam")}, in ptp_render_property_value()
5360 {PTP_DPC_NIKON_USBSpeed, PTP_VENDOR_NIKON, 0, N_("USB 1.1")}, /* D10C */ in ptp_render_property_value()
5361 {PTP_DPC_NIKON_USBSpeed, PTP_VENDOR_NIKON, 1, N_("USB 2.0")}, in ptp_render_property_value()
5373 {PTP_DPC_NIKON_IllumSetting,PTP_VENDOR_NIKON,0,N_("LCD Backlight")}, /* D114 */ in ptp_render_property_value()
5374 {PTP_DPC_NIKON_IllumSetting,PTP_VENDOR_NIKON,1,N_("LCD Backlight and Info Display")}, in ptp_render_property_value()
5379 {PTP_DPC_NIKON_OptimizeImage, PTP_VENDOR_NIKON, 0, N_("Normal")}, /* D140 */ in ptp_render_property_value()
5380 {PTP_DPC_NIKON_OptimizeImage, PTP_VENDOR_NIKON, 1, N_("Vivid")}, in ptp_render_property_value()
5381 {PTP_DPC_NIKON_OptimizeImage, PTP_VENDOR_NIKON, 2, N_("Sharper")}, in ptp_render_property_value()
5382 {PTP_DPC_NIKON_OptimizeImage, PTP_VENDOR_NIKON, 3, N_("Softer")}, in ptp_render_property_value()
5383 {PTP_DPC_NIKON_OptimizeImage, PTP_VENDOR_NIKON, 4, N_("Direct Print")}, in ptp_render_property_value()
5384 {PTP_DPC_NIKON_OptimizeImage, PTP_VENDOR_NIKON, 5, N_("Portrait")}, in ptp_render_property_value()
5385 {PTP_DPC_NIKON_OptimizeImage, PTP_VENDOR_NIKON, 6, N_("Landscape")}, in ptp_render_property_value()
5386 {PTP_DPC_NIKON_OptimizeImage, PTP_VENDOR_NIKON, 7, N_("Custom")}, in ptp_render_property_value()
5388 {PTP_DPC_NIKON_Saturation, PTP_VENDOR_NIKON, 0, N_("Normal")}, /* D142 */ in ptp_render_property_value()
5389 {PTP_DPC_NIKON_Saturation, PTP_VENDOR_NIKON, 1, N_("Moderate")}, in ptp_render_property_value()
5390 {PTP_DPC_NIKON_Saturation, PTP_VENDOR_NIKON, 2, N_("Enhanced")}, in ptp_render_property_value()
5394 {PTP_DPC_NIKON_AutofocusMode, PTP_VENDOR_NIKON, 0, N_("AF-S")}, /* D161 */ in ptp_render_property_value()
5395 {PTP_DPC_NIKON_AutofocusMode, PTP_VENDOR_NIKON, 1, N_("AF-C")}, in ptp_render_property_value()
5396 {PTP_DPC_NIKON_AutofocusMode, PTP_VENDOR_NIKON, 2, N_("AF-A")}, in ptp_render_property_value()
5397 {PTP_DPC_NIKON_AutofocusMode, PTP_VENDOR_NIKON, 3, N_("MF (fixed)")}, in ptp_render_property_value()
5398 {PTP_DPC_NIKON_AutofocusMode, PTP_VENDOR_NIKON, 4, N_("MF (selection)")}, in ptp_render_property_value()
5418 {PTP_DPC_NIKON_AFAreaIllumination, PTP_VENDOR_NIKON, 0, N_("Auto")}, /* D166 */ in ptp_render_property_value()
5419 {PTP_DPC_NIKON_AFAreaIllumination, PTP_VENDOR_NIKON, 1, N_("Off")}, in ptp_render_property_value()
5420 {PTP_DPC_NIKON_AFAreaIllumination, PTP_VENDOR_NIKON, 2, N_("On")}, in ptp_render_property_value()
5423 {PTP_DPC_NIKON_FlashMode, PTP_VENDOR_NIKON, 1, N_("Manual")}, in ptp_render_property_value()
5424 {PTP_DPC_NIKON_FlashMode, PTP_VENDOR_NIKON, 2, N_("Commander")}, in ptp_render_property_value()
5426 {PTP_DPC_NIKON_FlashCommanderMode, PTP_VENDOR_NIKON, 0, N_("TTL")}, /* D168 */ in ptp_render_property_value()
5427 {PTP_DPC_NIKON_FlashCommanderMode, PTP_VENDOR_NIKON, 1, N_("Auto Aperture")}, in ptp_render_property_value()
5428 {PTP_DPC_NIKON_FlashCommanderMode, PTP_VENDOR_NIKON, 2, N_("Full Manual")}, in ptp_render_property_value()
5432 {PTP_DPC_NIKON_RemoteTimeout, PTP_VENDOR_NIKON, 0, N_("1 min")}, /* D16B */ in ptp_render_property_value()
5433 {PTP_DPC_NIKON_RemoteTimeout, PTP_VENDOR_NIKON, 1, N_("5 mins")}, in ptp_render_property_value()
5434 {PTP_DPC_NIKON_RemoteTimeout, PTP_VENDOR_NIKON, 2, N_("10 mins")}, in ptp_render_property_value()
5435 {PTP_DPC_NIKON_RemoteTimeout, PTP_VENDOR_NIKON, 3, N_("15 mins")}, in ptp_render_property_value()
5439 {PTP_DPC_NIKON_FlashModeManualPower, PTP_VENDOR_NIKON, 0, N_("Full")}, /* D16D */ in ptp_render_property_value()
5445 {PTP_DPC_NIKON_FlashModeCommanderPower, PTP_VENDOR_NIKON, 0, N_("Full")},/* D16E */ in ptp_render_property_value()
5469 {PTP_DPC_NIKON_InfoDispSetting, PTP_VENDOR_NIKON, 0, N_("Auto")}, /* 0xD187 */ in ptp_render_property_value()
5470 {PTP_DPC_NIKON_InfoDispSetting, PTP_VENDOR_NIKON, 1, N_("Dark on light")}, in ptp_render_property_value()
5471 {PTP_DPC_NIKON_InfoDispSetting, PTP_VENDOR_NIKON, 2, N_("Light on dark")}, in ptp_render_property_value()
5489 {PTP_DPC_NIKON_RemoteMode, PTP_VENDOR_NIKON, 0, N_("Delayed Remote")}, /* 0xD035 */ in ptp_render_property_value()
5490 {PTP_DPC_NIKON_RemoteMode, PTP_VENDOR_NIKON, 1, N_("Quick Response")}, /* 0xD035 */ in ptp_render_property_value()
5491 {PTP_DPC_NIKON_RemoteMode, PTP_VENDOR_NIKON, 2, N_("Remote Mirror Up")},/* 0xD035 */ in ptp_render_property_value()
5510 {PTP_DPC_CANON_BatteryKind, PTP_VENDOR_CANON, 0, N_("Unknown")}, in ptp_render_property_value()
5511 {PTP_DPC_CANON_BatteryKind, PTP_VENDOR_CANON, 1, N_("AC")}, in ptp_render_property_value()
5512 {PTP_DPC_CANON_BatteryKind, PTP_VENDOR_CANON, 2, N_("Lithium Ion")}, in ptp_render_property_value()
5513 {PTP_DPC_CANON_BatteryKind, PTP_VENDOR_CANON, 3, N_("Nickel hydride")}, in ptp_render_property_value()
5514 {PTP_DPC_CANON_BatteryKind, PTP_VENDOR_CANON, 4, N_("Nickel cadmium")}, in ptp_render_property_value()
5515 {PTP_DPC_CANON_BatteryKind, PTP_VENDOR_CANON, 5, N_("Alkalium manganese")}, in ptp_render_property_value()
5517 {PTP_DPC_CANON_BatteryStatus, PTP_VENDOR_CANON, 0, N_("Undefined")}, in ptp_render_property_value()
5518 {PTP_DPC_CANON_BatteryStatus, PTP_VENDOR_CANON, 1, N_("Normal")}, in ptp_render_property_value()
5519 {PTP_DPC_CANON_BatteryStatus, PTP_VENDOR_CANON, 2, N_("Warning Level 1")}, in ptp_render_property_value()
5520 {PTP_DPC_CANON_BatteryStatus, PTP_VENDOR_CANON, 3, N_("Emergency")}, in ptp_render_property_value()
5521 {PTP_DPC_CANON_BatteryStatus, PTP_VENDOR_CANON, 4, N_("Warning Level 0")}, in ptp_render_property_value()
5523 {PTP_DPC_CANON_ImageQuality, PTP_VENDOR_CANON, 0, N_("Undefined")}, in ptp_render_property_value()
5524 {PTP_DPC_CANON_ImageQuality, PTP_VENDOR_CANON, 1, N_("Economy")}, in ptp_render_property_value()
5525 {PTP_DPC_CANON_ImageQuality, PTP_VENDOR_CANON, 2, N_("Normal")}, in ptp_render_property_value()
5526 {PTP_DPC_CANON_ImageQuality, PTP_VENDOR_CANON, 3, N_("Fine")}, in ptp_render_property_value()
5527 {PTP_DPC_CANON_ImageQuality, PTP_VENDOR_CANON, 4, N_("Lossless")}, in ptp_render_property_value()
5528 {PTP_DPC_CANON_ImageQuality, PTP_VENDOR_CANON, 5, N_("SuperFine")}, in ptp_render_property_value()
5530 {PTP_DPC_CANON_FullViewFileFormat, PTP_VENDOR_CANON, 0, N_("Undefined")}, in ptp_render_property_value()
5531 {PTP_DPC_CANON_FullViewFileFormat, PTP_VENDOR_CANON, 1, N_("JPEG")}, in ptp_render_property_value()
5532 {PTP_DPC_CANON_FullViewFileFormat, PTP_VENDOR_CANON, 2, N_("CRW")}, in ptp_render_property_value()
5534 {PTP_DPC_CANON_ImageSize, PTP_VENDOR_CANON, 0, N_("Large")}, in ptp_render_property_value()
5535 {PTP_DPC_CANON_ImageSize, PTP_VENDOR_CANON, 1, N_("Medium 1")}, in ptp_render_property_value()
5536 {PTP_DPC_CANON_ImageSize, PTP_VENDOR_CANON, 2, N_("Small")}, in ptp_render_property_value()
5537 {PTP_DPC_CANON_ImageSize, PTP_VENDOR_CANON, 3, N_("Medium 2")}, in ptp_render_property_value()
5538 {PTP_DPC_CANON_ImageSize, PTP_VENDOR_CANON, 7, N_("Medium 3")}, in ptp_render_property_value()
5540 {PTP_DPC_CANON_SelfTime, PTP_VENDOR_CANON, 0, N_("Not used")}, in ptp_render_property_value()
5541 {PTP_DPC_CANON_SelfTime, PTP_VENDOR_CANON, 100, N_("10 seconds")}, in ptp_render_property_value()
5542 {PTP_DPC_CANON_SelfTime, PTP_VENDOR_CANON, 20, N_("2 seconds")}, in ptp_render_property_value()
5544 {PTP_DPC_CANON_FlashMode, PTP_VENDOR_CANON, 0, N_("Off")}, in ptp_render_property_value()
5545 {PTP_DPC_CANON_FlashMode, PTP_VENDOR_CANON, 1, N_("Auto")}, in ptp_render_property_value()
5546 {PTP_DPC_CANON_FlashMode, PTP_VENDOR_CANON, 2, N_("On")}, in ptp_render_property_value()
5547 {PTP_DPC_CANON_FlashMode, PTP_VENDOR_CANON, 3, N_("Red Eye Suppression")}, in ptp_render_property_value()
5548 {PTP_DPC_CANON_FlashMode, PTP_VENDOR_CANON, 4, N_("Low Speed Synchronization")}, in ptp_render_property_value()
5549 {PTP_DPC_CANON_FlashMode, PTP_VENDOR_CANON, 5, N_("Auto + Red Eye Suppression")}, in ptp_render_property_value()
5550 {PTP_DPC_CANON_FlashMode, PTP_VENDOR_CANON, 6, N_("On + Red Eye Suppression")}, in ptp_render_property_value()
5552 {PTP_DPC_CANON_ShootingMode, PTP_VENDOR_CANON, 0, N_("Auto")}, in ptp_render_property_value()
5553 {PTP_DPC_CANON_ShootingMode, PTP_VENDOR_CANON, 1, N_("P")}, in ptp_render_property_value()
5554 {PTP_DPC_CANON_ShootingMode, PTP_VENDOR_CANON, 2, N_("Tv")}, in ptp_render_property_value()
5555 {PTP_DPC_CANON_ShootingMode, PTP_VENDOR_CANON, 3, N_("Av")}, in ptp_render_property_value()
5556 {PTP_DPC_CANON_ShootingMode, PTP_VENDOR_CANON, 4, N_("M")}, in ptp_render_property_value()
5557 {PTP_DPC_CANON_ShootingMode, PTP_VENDOR_CANON, 5, N_("A_DEP")}, in ptp_render_property_value()
5558 {PTP_DPC_CANON_ShootingMode, PTP_VENDOR_CANON, 6, N_("M_DEP")}, in ptp_render_property_value()
5559 {PTP_DPC_CANON_ShootingMode, PTP_VENDOR_CANON, 7, N_("Bulb")}, in ptp_render_property_value()
5562 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 0, N_("Auto")}, in ptp_render_property_value()
5563 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 1, N_("Manual")}, in ptp_render_property_value()
5564 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 2, N_("Distant View")}, in ptp_render_property_value()
5565 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 3, N_("High-Speed Shutter")}, in ptp_render_property_value()
5566 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 4, N_("Low-Speed Shutter")}, in ptp_render_property_value()
5567 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 5, N_("Night View")}, in ptp_render_property_value()
5568 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 6, N_("Grayscale")}, in ptp_render_property_value()
5569 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 7, N_("Sepia")}, in ptp_render_property_value()
5570 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 8, N_("Portrait")}, in ptp_render_property_value()
5571 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 9, N_("Sports")}, in ptp_render_property_value()
5572 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 10, N_("Macro")}, in ptp_render_property_value()
5573 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 11, N_("Monochrome")}, in ptp_render_property_value()
5574 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 12, N_("Pan Focus")}, in ptp_render_property_value()
5575 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 13, N_("Neutral")}, in ptp_render_property_value()
5576 {PTP_DPC_CANON_ImageMode, PTP_VENDOR_CANON, 14, N_("Soft")}, in ptp_render_property_value()
5578 {PTP_DPC_CANON_DriveMode, PTP_VENDOR_CANON, 0, N_("Single-Frame Shooting")}, in ptp_render_property_value()
5579 {PTP_DPC_CANON_DriveMode, PTP_VENDOR_CANON, 1, N_("Continuous Shooting")}, in ptp_render_property_value()
5580 {PTP_DPC_CANON_DriveMode, PTP_VENDOR_CANON, 2, N_("Timer (Single) Shooting")}, in ptp_render_property_value()
5581 {PTP_DPC_CANON_DriveMode, PTP_VENDOR_CANON, 4, N_("Continuous Low-speed Shooting")}, in ptp_render_property_value()
5582 {PTP_DPC_CANON_DriveMode, PTP_VENDOR_CANON, 5, N_("Continuous High-speed Shooting")}, in ptp_render_property_value()
5584 {PTP_DPC_CANON_EZoom, PTP_VENDOR_CANON, 0, N_("Off")}, in ptp_render_property_value()
5585 {PTP_DPC_CANON_EZoom, PTP_VENDOR_CANON, 1, N_("2x")}, in ptp_render_property_value()
5586 {PTP_DPC_CANON_EZoom, PTP_VENDOR_CANON, 2, N_("4x")}, in ptp_render_property_value()
5587 {PTP_DPC_CANON_EZoom, PTP_VENDOR_CANON, 3, N_("Smooth")}, in ptp_render_property_value()
5589 {PTP_DPC_CANON_MeteringMode, PTP_VENDOR_CANON, 0, N_("Center-weighted Metering")}, in ptp_render_property_value()
5590 {PTP_DPC_CANON_MeteringMode, PTP_VENDOR_CANON, 1, N_("Spot Metering")}, in ptp_render_property_value()
5591 {PTP_DPC_CANON_MeteringMode, PTP_VENDOR_CANON, 2, N_("Average Metering")}, in ptp_render_property_value()
5592 {PTP_DPC_CANON_MeteringMode, PTP_VENDOR_CANON, 3, N_("Evaluative Metering")}, in ptp_render_property_value()
5593 {PTP_DPC_CANON_MeteringMode, PTP_VENDOR_CANON, 4, N_("Partial Metering")}, in ptp_render_property_value()
5594 {PTP_DPC_CANON_MeteringMode, PTP_VENDOR_CANON, 5, N_("Center-weighted Average Metering")}, in ptp_render_property_value()
5595 {PTP_DPC_CANON_MeteringMode, PTP_VENDOR_CANON, 6, N_("Spot Metering Interlocked with AF Frame")}, in ptp_render_property_value()
5596 {PTP_DPC_CANON_MeteringMode, PTP_VENDOR_CANON, 7, N_("Multi-Spot Metering")}, in ptp_render_property_value()
5598 {PTP_DPC_CANON_AFDistance, PTP_VENDOR_CANON, 0, N_("Manual")}, in ptp_render_property_value()
5599 {PTP_DPC_CANON_AFDistance, PTP_VENDOR_CANON, 1, N_("Auto")}, in ptp_render_property_value()
5600 {PTP_DPC_CANON_AFDistance, PTP_VENDOR_CANON, 2, N_("Unknown")}, in ptp_render_property_value()
5601 {PTP_DPC_CANON_AFDistance, PTP_VENDOR_CANON, 3, N_("Zone Focus (Close-up)")}, in ptp_render_property_value()
5602 {PTP_DPC_CANON_AFDistance, PTP_VENDOR_CANON, 4, N_("Zone Focus (Very Close)")}, in ptp_render_property_value()
5603 {PTP_DPC_CANON_AFDistance, PTP_VENDOR_CANON, 5, N_("Zone Focus (Close)")}, in ptp_render_property_value()
5604 {PTP_DPC_CANON_AFDistance, PTP_VENDOR_CANON, 6, N_("Zone Focus (Medium)")}, in ptp_render_property_value()
5605 {PTP_DPC_CANON_AFDistance, PTP_VENDOR_CANON, 7, N_("Zone Focus (Far)")}, in ptp_render_property_value()
5607 {PTP_DPC_CANON_FocusingPoint, PTP_VENDOR_CANON, 0, N_("Invalid")}, in ptp_render_property_value()
5608 …{PTP_DPC_CANON_FocusingPoint, PTP_VENDOR_CANON, 0x1000, N_("Focusing Point on Center Only, Manual… in ptp_render_property_value()
5609 …{PTP_DPC_CANON_FocusingPoint, PTP_VENDOR_CANON, 0x1001, N_("Focusing Point on Center Only, Auto")… in ptp_render_property_value()
5610 …{PTP_DPC_CANON_FocusingPoint, PTP_VENDOR_CANON, 0x3000, N_("Multiple Focusing Points (No Specific… in ptp_render_property_value()
5611 {PTP_DPC_CANON_FocusingPoint, PTP_VENDOR_CANON, 0x3001, N_("Multiple Focusing Points, Auto")}, in ptp_render_property_value()
5612 {PTP_DPC_CANON_FocusingPoint, PTP_VENDOR_CANON, 0x3002, N_("Multiple Focusing Points (Right)")}, in ptp_render_property_value()
5613 {PTP_DPC_CANON_FocusingPoint, PTP_VENDOR_CANON, 0x3003, N_("Multiple Focusing Points (Center)")}, in ptp_render_property_value()
5614 {PTP_DPC_CANON_FocusingPoint, PTP_VENDOR_CANON, 0x3004, N_("Multiple Focusing Points (Left)")}, in ptp_render_property_value()
5616 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 0, N_("Auto")}, in ptp_render_property_value()
5617 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 1, N_("Daylight")}, in ptp_render_property_value()
5618 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 2, N_("Cloudy")}, in ptp_render_property_value()
5619 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 3, N_("Tungsten")}, in ptp_render_property_value()
5620 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 4, N_("Fluorescent")}, in ptp_render_property_value()
5621 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 6, N_("Preset")}, in ptp_render_property_value()
5622 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 7, N_("Fluorescent H")}, in ptp_render_property_value()
5623 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 9, N_("Color Temperature")}, in ptp_render_property_value()
5624 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 10, N_("Custom Whitebalance PC-1")}, in ptp_render_property_value()
5625 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 11, N_("Custom Whitebalance PC-2")}, in ptp_render_property_value()
5626 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 12, N_("Custom Whitebalance PC-3")}, in ptp_render_property_value()
5627 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 13, N_("Missing Number")}, in ptp_render_property_value()
5628 {PTP_DPC_CANON_WhiteBalance, PTP_VENDOR_CANON, 14, N_("Fluorescent H")}, /* dup? */ in ptp_render_property_value()
5630 {PTP_DPC_CANON_SlowShutterSetting, PTP_VENDOR_CANON, 0, N_("Off")}, in ptp_render_property_value()
5631 {PTP_DPC_CANON_SlowShutterSetting, PTP_VENDOR_CANON, 1, N_("Night View")}, in ptp_render_property_value()
5632 {PTP_DPC_CANON_SlowShutterSetting, PTP_VENDOR_CANON, 2, N_("On")}, in ptp_render_property_value()
5633 …{PTP_DPC_CANON_SlowShutterSetting, PTP_VENDOR_CANON, 3, N_("Low-speed shutter function not availa… in ptp_render_property_value()
5635 {PTP_DPC_CANON_AFMode, PTP_VENDOR_CANON, 0, N_("Single Shot")}, in ptp_render_property_value()
5636 {PTP_DPC_CANON_AFMode, PTP_VENDOR_CANON, 1, N_("AI Servo")}, in ptp_render_property_value()
5637 {PTP_DPC_CANON_AFMode, PTP_VENDOR_CANON, 2, N_("AI Focus")}, in ptp_render_property_value()
5638 {PTP_DPC_CANON_AFMode, PTP_VENDOR_CANON, 3, N_("Manual")}, in ptp_render_property_value()
5639 {PTP_DPC_CANON_AFMode, PTP_VENDOR_CANON, 4, N_("Continuous")}, in ptp_render_property_value()
5643 {PTP_DPC_CANON_Contrast, PTP_VENDOR_CANON, -2, N_("Low 2")}, in ptp_render_property_value()
5644 {PTP_DPC_CANON_Contrast, PTP_VENDOR_CANON, -1, N_("Low")}, in ptp_render_property_value()
5645 {PTP_DPC_CANON_Contrast, PTP_VENDOR_CANON, 0, N_("Standard")}, in ptp_render_property_value()
5646 {PTP_DPC_CANON_Contrast, PTP_VENDOR_CANON, 1, N_("High")}, in ptp_render_property_value()
5647 {PTP_DPC_CANON_Contrast, PTP_VENDOR_CANON, 2, N_("High 2")}, in ptp_render_property_value()
5649 {PTP_DPC_CANON_ColorGain, PTP_VENDOR_CANON, -2, N_("Low 2")}, in ptp_render_property_value()
5650 {PTP_DPC_CANON_ColorGain, PTP_VENDOR_CANON, -1, N_("Low")}, in ptp_render_property_value()
5651 {PTP_DPC_CANON_ColorGain, PTP_VENDOR_CANON, 0, N_("Standard")}, in ptp_render_property_value()
5652 {PTP_DPC_CANON_ColorGain, PTP_VENDOR_CANON, 1, N_("High")}, in ptp_render_property_value()
5653 {PTP_DPC_CANON_ColorGain, PTP_VENDOR_CANON, 2, N_("High 2")}, in ptp_render_property_value()
5655 {PTP_DPC_CANON_Sharpness, PTP_VENDOR_CANON, -2, N_("Low 2")}, in ptp_render_property_value()
5656 {PTP_DPC_CANON_Sharpness, PTP_VENDOR_CANON, -1, N_("Low")}, in ptp_render_property_value()
5657 {PTP_DPC_CANON_Sharpness, PTP_VENDOR_CANON, 0, N_("Standard")}, in ptp_render_property_value()
5658 {PTP_DPC_CANON_Sharpness, PTP_VENDOR_CANON, 1, N_("High")}, in ptp_render_property_value()
5659 {PTP_DPC_CANON_Sharpness, PTP_VENDOR_CANON, 2, N_("High 2")}, in ptp_render_property_value()
5661 {PTP_DPC_CANON_Sensitivity, PTP_VENDOR_CANON, 0, N_("Standard")}, in ptp_render_property_value()
5662 {PTP_DPC_CANON_Sensitivity, PTP_VENDOR_CANON, 1, N_("Upper 1")}, in ptp_render_property_value()
5663 {PTP_DPC_CANON_Sensitivity, PTP_VENDOR_CANON, 2, N_("Upper 2")}, in ptp_render_property_value()
5665 {PTP_DPC_CANON_ParameterSet, PTP_VENDOR_CANON, 0x08, N_("Standard Development Parameters")}, in ptp_render_property_value()
5666 {PTP_DPC_CANON_ParameterSet, PTP_VENDOR_CANON, 0x10, N_("Development Parameters 1")}, in ptp_render_property_value()
5667 {PTP_DPC_CANON_ParameterSet, PTP_VENDOR_CANON, 0x20, N_("Development Parameters 2")}, in ptp_render_property_value()
5668 {PTP_DPC_CANON_ParameterSet, PTP_VENDOR_CANON, 0x40, N_("Development Parameters 3")}, in ptp_render_property_value()
5670 {PTP_DPC_CANON_ISOSpeed, PTP_VENDOR_CANON, 0x00, N_("Auto")}, in ptp_render_property_value()
5692 {PTP_DPC_CANON_CameraOutput, PTP_VENDOR_CANON, 0, N_("Undefined")}, in ptp_render_property_value()
5693 {PTP_DPC_CANON_CameraOutput, PTP_VENDOR_CANON, 1, N_("LCD")}, in ptp_render_property_value()
5694 {PTP_DPC_CANON_CameraOutput, PTP_VENDOR_CANON, 2, N_("Video OUT")}, in ptp_render_property_value()
5695 {PTP_DPC_CANON_CameraOutput, PTP_VENDOR_CANON, 3, N_("Off")}, in ptp_render_property_value()
5697 {PTP_DPC_CANON_MlSpotPos, PTP_VENDOR_CANON, 0, N_("MlSpotPosCenter")}, in ptp_render_property_value()
5698 {PTP_DPC_CANON_MlSpotPos, PTP_VENDOR_CANON, 1, N_("MlSpotPosAfLink")}, in ptp_render_property_value()
5700 {PTP_DPC_CANON_PhotoEffect, PTP_VENDOR_CANON, 0, N_("Off")}, in ptp_render_property_value()
5701 {PTP_DPC_CANON_PhotoEffect, PTP_VENDOR_CANON, 1, N_("Vivid")}, in ptp_render_property_value()
5702 {PTP_DPC_CANON_PhotoEffect, PTP_VENDOR_CANON, 2, N_("Neutral")}, in ptp_render_property_value()
5703 {PTP_DPC_CANON_PhotoEffect, PTP_VENDOR_CANON, 3, N_("Soft")}, in ptp_render_property_value()
5704 {PTP_DPC_CANON_PhotoEffect, PTP_VENDOR_CANON, 4, N_("Sepia")}, in ptp_render_property_value()
5705 {PTP_DPC_CANON_PhotoEffect, PTP_VENDOR_CANON, 5, N_("Monochrome")}, in ptp_render_property_value()
5807 {PTP_OFC_MTP_MediaCard,N_("Media Card")},
5808 {PTP_OFC_MTP_MediaCardGroup,N_("Media Card Group")},
5809 {PTP_OFC_MTP_Encounter,N_("Encounter")},
5810 {PTP_OFC_MTP_EncounterBox,N_("Encounter Box")},
5811 {PTP_OFC_MTP_M4A,N_("M4A")},
5812 {PTP_OFC_MTP_Firmware,N_("Firmware")},
5813 {PTP_OFC_MTP_WindowsImageFormat,N_("Windows Image Format")},
5814 {PTP_OFC_MTP_UndefinedAudio,N_("Undefined Audio")},
5818 {PTP_OFC_MTP_AudibleCodec,N_("Audible.com Codec")},
5820 {PTP_OFC_MTP_SamsungPlaylist,N_("Samsung Playlist")},
5821 {PTP_OFC_MTP_UndefinedVideo,N_("Undefined Video")},
5826 {PTP_OFC_MTP_UndefinedCollection,N_("Undefined Collection")},
5827 {PTP_OFC_MTP_AbstractMultimediaAlbum,N_("Abstract Multimedia Album")},
5828 {PTP_OFC_MTP_AbstractImageAlbum,N_("Abstract Image Album")},
5829 {PTP_OFC_MTP_AbstractAudioAlbum,N_("Abstract Audio Album")},
5830 {PTP_OFC_MTP_AbstractVideoAlbum,N_("Abstract Video Album")},
5831 {PTP_OFC_MTP_AbstractAudioVideoPlaylist,N_("Abstract Audio Video Playlist")},
5832 {PTP_OFC_MTP_AbstractContactGroup,N_("Abstract Contact Group")},
5833 {PTP_OFC_MTP_AbstractMessageFolder,N_("Abstract Message Folder")},
5834 {PTP_OFC_MTP_AbstractChapteredProduction,N_("Abstract Chaptered Production")},
5835 {PTP_OFC_MTP_AbstractAudioPlaylist,N_("Abstract Audio Playlist")},
5836 {PTP_OFC_MTP_AbstractVideoPlaylist,N_("Abstract Video Playlist")},
5837 {PTP_OFC_MTP_AbstractMediacast,N_("Abstract Mediacast")},
5838 {PTP_OFC_MTP_WPLPlaylist,N_("WPL Playlist")},
5839 {PTP_OFC_MTP_M3UPlaylist,N_("M3U Playlist")},
5840 {PTP_OFC_MTP_MPLPlaylist,N_("MPL Playlist")},
5841 {PTP_OFC_MTP_ASXPlaylist,N_("ASX Playlist")},
5842 {PTP_OFC_MTP_PLSPlaylist,N_("PLS Playlist")},
5843 {PTP_OFC_MTP_UndefinedDocument,N_("Undefined Document")},
5844 {PTP_OFC_MTP_AbstractDocument,N_("Abstract Document")},
5845 {PTP_OFC_MTP_XMLDocument,N_("XMLDocument")},
5846 {PTP_OFC_MTP_MSWordDocument,N_("Microsoft Word Document")},
5847 {PTP_OFC_MTP_MHTCompiledHTMLDocument,N_("MHT Compiled HTML Document")},
5848 {PTP_OFC_MTP_MSExcelSpreadsheetXLS,N_("Microsoft Excel Spreadsheet (.xls)")},
5849 {PTP_OFC_MTP_MSPowerpointPresentationPPT,N_("Microsoft Powerpoint (.ppt)")},
5850 {PTP_OFC_MTP_UndefinedMessage,N_("Undefined Message")},
5851 {PTP_OFC_MTP_AbstractMessage,N_("Abstract Message")},
5852 {PTP_OFC_MTP_UndefinedContact,N_("Undefined Contact")},
5853 {PTP_OFC_MTP_AbstractContact,N_("Abstract Contact")},
5854 {PTP_OFC_MTP_vCard2,N_("vCard2")},
5855 {PTP_OFC_MTP_vCard3,N_("vCard3")},
5856 {PTP_OFC_MTP_UndefinedCalendarItem,N_("Undefined Calendar Item")},
5857 {PTP_OFC_MTP_AbstractCalendarItem,N_("Abstract Calendar Item")},
5858 {PTP_OFC_MTP_vCalendar1,N_("vCalendar1")},
5859 {PTP_OFC_MTP_vCalendar2,N_("vCalendar2")},
5860 {PTP_OFC_MTP_UndefinedWindowsExecutable,N_("Undefined Windows Executable")},
5861 {PTP_OFC_MTP_MediaCast,N_("Media Cast")},
5862 {PTP_OFC_MTP_Section,N_("Section")},
5918 {PTP_OC_Undefined,N_("Undefined")},
5919 {PTP_OC_GetDeviceInfo,N_("Get device info")},
5920 {PTP_OC_OpenSession,N_("Open session")},
5921 {PTP_OC_CloseSession,N_("Close session")},
5922 {PTP_OC_GetStorageIDs,N_("Get storage IDs")},
5923 {PTP_OC_GetStorageInfo,N_("Get storage info")},
5924 {PTP_OC_GetNumObjects,N_("Get number of objects")},
5925 {PTP_OC_GetObjectHandles,N_("Get object handles")},
5926 {PTP_OC_GetObjectInfo,N_("Get object info")},
5927 {PTP_OC_GetObject,N_("Get object")},
5928 {PTP_OC_GetThumb,N_("Get thumbnail")},
5929 {PTP_OC_DeleteObject,N_("Delete object")},
5930 {PTP_OC_SendObjectInfo,N_("Send object info")},
5931 {PTP_OC_SendObject,N_("Send object")},
5932 {PTP_OC_InitiateCapture,N_("Initiate capture")},
5933 {PTP_OC_FormatStore,N_("Format storage")},
5934 {PTP_OC_ResetDevice,N_("Reset device")},
5935 {PTP_OC_SelfTest,N_("Self test device")},
5936 {PTP_OC_SetObjectProtection,N_("Set object protection")},
5937 {PTP_OC_PowerDown,N_("Power down device")},
5938 {PTP_OC_GetDevicePropDesc,N_("Get device property description")},
5939 {PTP_OC_GetDevicePropValue,N_("Get device property value")},
5940 {PTP_OC_SetDevicePropValue,N_("Set device property value")},
5941 {PTP_OC_ResetDevicePropValue,N_("Reset device property value")},
5942 {PTP_OC_TerminateOpenCapture,N_("Terminate open capture")},
5943 {PTP_OC_MoveObject,N_("Move object")},
5944 {PTP_OC_CopyObject,N_("Copy object")},
5945 {PTP_OC_GetPartialObject,N_("Get partial object")},
5946 {PTP_OC_InitiateOpenCapture,N_("Initiate open capture")},
5948 {PTP_OC_StartEnumHandles,N_("Start Enumerate Handles")},
5949 {PTP_OC_EnumHandles,N_("Enumerate Handles")},
5950 {PTP_OC_StopEnumHandles,N_("Stop Enumerate Handles")},
5951 {PTP_OC_GetVendorExtensionMaps,N_("Get Vendor Extension Maps")},
5952 {PTP_OC_GetVendorDeviceInfo,N_("Get Vendor Device Info")},
5953 {PTP_OC_GetResizedImageObject,N_("Get Resized Image Object")},
5954 {PTP_OC_GetFilesystemManifest,N_("Get Filesystem Manifest")},
5955 {PTP_OC_GetStreamInfo,N_("Get Stream Info")},
5956 {PTP_OC_GetStream,N_("Get Stream")},
5960 {PTP_OC_MTP_GetObjectPropsSupported,N_("Get object properties supported")},
5961 {PTP_OC_MTP_GetObjectPropDesc,N_("Get object property description")},
5962 {PTP_OC_MTP_GetObjectPropValue,N_("Get object property value")},
5963 {PTP_OC_MTP_SetObjectPropValue,N_("Set object property value")},
5964 {PTP_OC_MTP_GetObjPropList,N_("Get object property list")},
5965 {PTP_OC_MTP_SetObjPropList,N_("Set object property list")},
5966 {PTP_OC_MTP_GetInterdependendPropdesc,N_("Get interdependent property description")},
5967 {PTP_OC_MTP_SendObjectPropList,N_("Send object property list")},
5968 {PTP_OC_MTP_GetObjectReferences,N_("Get object references")},
5969 {PTP_OC_MTP_SetObjectReferences,N_("Set object references")},
5970 {PTP_OC_MTP_UpdateDeviceFirmware,N_("Update device firmware")},
5971 {PTP_OC_MTP_Skip,N_("Skip to next position in playlist")},
5974 {PTP_OC_MTP_WMDRMPD_GetSecureTimeChallenge,N_("Get secure time challenge")},
5975 {PTP_OC_MTP_WMDRMPD_GetSecureTimeResponse,N_("Get secure time response")},
5976 {PTP_OC_MTP_WMDRMPD_SetLicenseResponse,N_("Set license response")},
5977 {PTP_OC_MTP_WMDRMPD_GetSyncList,N_("Get sync list")},
5978 {PTP_OC_MTP_WMDRMPD_SendMeterChallengeQuery,N_("Send meter challenge query")},
5979 {PTP_OC_MTP_WMDRMPD_GetMeterChallenge,N_("Get meter challenge")},
5980 {PTP_OC_MTP_WMDRMPD_SetMeterResponse,N_("Get meter response")},
5981 {PTP_OC_MTP_WMDRMPD_CleanDataStore,N_("Clean data store")},
5982 {PTP_OC_MTP_WMDRMPD_GetLicenseState,N_("Get license state")},
5983 {PTP_OC_MTP_WMDRMPD_SendWMDRMPDCommand,N_("Send WMDRM-PD Command")},
5984 {PTP_OC_MTP_WMDRMPD_SendWMDRMPDRequest,N_("Send WMDRM-PD Request")},
5987 {PTP_OC_MTP_WMPPD_ReportAddedDeletedItems,N_("Report Added/Deleted Items")},
5988 {PTP_OC_MTP_WMPPD_ReportAcquiredItems,N_("Report Acquired Items")},
5989 {PTP_OC_MTP_WMPPD_PlaylistObjectPref,N_("Get transferable playlist types")},
5992 {PTP_OC_MTP_WMDRMPD_SendWMDRMPDAppRequest,N_("Send WMDRM-PD Application Request")},
5993 {PTP_OC_MTP_WMDRMPD_GetWMDRMPDAppResponse,N_("Get WMDRM-PD Application Response")},
5994 {PTP_OC_MTP_WMDRMPD_EnableTrustedFilesOperations,N_("Enable trusted file operations")},
5995 {PTP_OC_MTP_WMDRMPD_DisableTrustedFilesOperations,N_("Disable trusted file operations")},
5996 {PTP_OC_MTP_WMDRMPD_EndTrustedAppSession,N_("End trusted application session")},
5999 {PTP_OC_MTP_AAVT_OpenMediaSession,N_("Open Media Session")},
6000 {PTP_OC_MTP_AAVT_CloseMediaSession,N_("Close Media Session")},
6001 {PTP_OC_MTP_AAVT_GetNextDataBlock,N_("Get Next Data Block")},
6002 {PTP_OC_MTP_AAVT_SetCurrentTimePosition,N_("Set Current Time Position")},
6005 {PTP_OC_MTP_WMDRMND_SendRegistrationRequest,N_("Send Registration Request")},
6006 {PTP_OC_MTP_WMDRMND_GetRegistrationResponse,N_("Get Registration Response")},
6007 {PTP_OC_MTP_WMDRMND_GetProximityChallenge,N_("Get Proximity Challenge")},
6008 {PTP_OC_MTP_WMDRMND_SendProximityResponse,N_("Send Proximity Response")},
6009 {PTP_OC_MTP_WMDRMND_SendWMDRMNDLicenseRequest,N_("Send WMDRM-ND License Request")},
6010 {PTP_OC_MTP_WMDRMND_GetWMDRMNDLicenseResponse,N_("Get WMDRM-ND License Response")},
6013 {PTP_OC_MTP_WPDWCN_ProcessWFCObject,N_("Process WFC Object")},
6016 {PTP_OC_ANDROID_GetPartialObject64,N_("Get Partial Object (64bit Offset)")},
6017 {PTP_OC_ANDROID_SendPartialObject,N_("Send Partial Object")},
6018 {PTP_OC_ANDROID_TruncateObject,N_("Truncate Object")},
6019 {PTP_OC_ANDROID_BeginEditObject,N_("Begin Edit Object")},
6020 {PTP_OC_ANDROID_EndEditObject,N_("End Edit Object")},