Add default translations for binding add-ons (#11760)
* Add default translations for binding add-ons This makes the texts used by these add-ons translatable with Crowdin. To keep the PR simple, it only adds default translations for add-ons which do not yet have any default translations properties file. We can do follow up PRs for adding missing key/values to add-ons that already have these files or to remove duplications. There are several add-ons in this PR that do have non-English translation files, so I'll upload those to Crowdin when the PR is merged. Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -0,0 +1,694 @@
|
||||
# binding
|
||||
|
||||
binding.ipcamera.name = IpCamera Binding
|
||||
binding.ipcamera.description = This binding interfaces IP cameras of various vendors via open protocols.
|
||||
|
||||
# thing types
|
||||
|
||||
thing-type.ipcamera.amcrest.label = Amcrest Camera with API
|
||||
thing-type.ipcamera.amcrest.description = Use for older Amcrest Cameras, that wont work as dahua thing type.
|
||||
thing-type.ipcamera.dahua.label = Dahua Camera with API
|
||||
thing-type.ipcamera.dahua.description = Use for all current Dahua cameras, as they support an API as well as ONVIF.
|
||||
thing-type.ipcamera.doorbird.label = Doorbird Camera with API
|
||||
thing-type.ipcamera.doorbird.description = Use for all current Doorbird Cameras, as they support an API as well as ONVIF.
|
||||
thing-type.ipcamera.foscam.label = Foscam Camera with API
|
||||
thing-type.ipcamera.foscam.description = Use for all current HD FOSCAM Cameras as they support an API as well as ONVIF.
|
||||
thing-type.ipcamera.generic.label = RTSP/HTTP IP Camera
|
||||
thing-type.ipcamera.generic.description = Use when your camera is not ONVIF compatible.
|
||||
thing-type.ipcamera.group.label = Group Multiple Cameras
|
||||
thing-type.ipcamera.group.description = Show multiple cameras as a single rotating feed
|
||||
thing-type.ipcamera.hikvision.label = Hikvision Camera with API
|
||||
thing-type.ipcamera.hikvision.description = Use for all current Hikvision Cameras as they support an API as well as ONVIF.
|
||||
thing-type.ipcamera.instar.label = Instar Camera with API
|
||||
thing-type.ipcamera.instar.description = Use for all current INSTAR HD Cameras, as they support an API as well as ONVIF.
|
||||
thing-type.ipcamera.onvif.label = ONVIF IP Camera
|
||||
thing-type.ipcamera.onvif.description = Use when the binding does not list your brand of ONVIF camera.
|
||||
|
||||
# thing types config
|
||||
|
||||
thing-type.config.ipcamera.amcrest.alarmInputUrl.label = Alarm Input URL
|
||||
thing-type.config.ipcamera.amcrest.alarmInputUrl.description = Leave blank to use the FFmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
|
||||
thing-type.config.ipcamera.amcrest.ffmpegInput.label = FFmpeg Input
|
||||
thing-type.config.ipcamera.amcrest.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
|
||||
thing-type.config.ipcamera.amcrest.ffmpegInputOptions.label = FFmpeg Input Options
|
||||
thing-type.config.ipcamera.amcrest.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
|
||||
thing-type.config.ipcamera.amcrest.ffmpegLocation.label = FFmpeg Install Location
|
||||
thing-type.config.ipcamera.amcrest.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
|
||||
thing-type.config.ipcamera.amcrest.ffmpegOutput.label = FFmpeg Output Folder
|
||||
thing-type.config.ipcamera.amcrest.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
|
||||
thing-type.config.ipcamera.amcrest.gifOutOptions.label = GIF Out Options
|
||||
thing-type.config.ipcamera.amcrest.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
|
||||
thing-type.config.ipcamera.amcrest.gifPreroll.label = GIF Preroll
|
||||
thing-type.config.ipcamera.amcrest.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
|
||||
thing-type.config.ipcamera.amcrest.group.FFmpeg Setup.label = FFmpeg Settings
|
||||
thing-type.config.ipcamera.amcrest.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
|
||||
thing-type.config.ipcamera.amcrest.group.Image ch Settings.label = Image channel settings
|
||||
thing-type.config.ipcamera.amcrest.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
|
||||
thing-type.config.ipcamera.amcrest.group.Settings.label = Main Settings
|
||||
thing-type.config.ipcamera.amcrest.group.Settings.description = Settings required to connect to the camera.
|
||||
thing-type.config.ipcamera.amcrest.hlsOutOptions.label = HLS Out Options
|
||||
thing-type.config.ipcamera.amcrest.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
|
||||
thing-type.config.ipcamera.amcrest.ipAddress.label = IP Address
|
||||
thing-type.config.ipcamera.amcrest.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
|
||||
thing-type.config.ipcamera.amcrest.ipWhitelist.label = IP Whitelist
|
||||
thing-type.config.ipcamera.amcrest.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
|
||||
thing-type.config.ipcamera.amcrest.mjpegOptions.label = MJPEG Options
|
||||
thing-type.config.ipcamera.amcrest.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
|
||||
thing-type.config.ipcamera.amcrest.mjpegUrl.label = MJPEG URL
|
||||
thing-type.config.ipcamera.amcrest.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
|
||||
thing-type.config.ipcamera.amcrest.motionOptions.label = Motion Options
|
||||
thing-type.config.ipcamera.amcrest.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
|
||||
thing-type.config.ipcamera.amcrest.mp4OutOptions.label = MP4 Out Options
|
||||
thing-type.config.ipcamera.amcrest.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
|
||||
thing-type.config.ipcamera.amcrest.nvrChannel.label = NVR Input Channel
|
||||
thing-type.config.ipcamera.amcrest.nvrChannel.description = Set this to 1 if it is a stand alone camera, or to the input channel number of your NVR that the camera is connected to.
|
||||
thing-type.config.ipcamera.amcrest.onvifMediaProfile.label = ONVIF Media Profile
|
||||
thing-type.config.ipcamera.amcrest.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
|
||||
thing-type.config.ipcamera.amcrest.onvifPort.label = ONVIF Port
|
||||
thing-type.config.ipcamera.amcrest.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
|
||||
thing-type.config.ipcamera.amcrest.password.label = Password
|
||||
thing-type.config.ipcamera.amcrest.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
|
||||
thing-type.config.ipcamera.amcrest.pollTime.label = Poll Time
|
||||
thing-type.config.ipcamera.amcrest.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
|
||||
thing-type.config.ipcamera.amcrest.port.label = Port for HTTP
|
||||
thing-type.config.ipcamera.amcrest.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
|
||||
thing-type.config.ipcamera.amcrest.ptzContinuous.label = Use Continuous PTZ
|
||||
thing-type.config.ipcamera.amcrest.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
|
||||
thing-type.config.ipcamera.amcrest.snapshotOptions.label = Snapshot Options
|
||||
thing-type.config.ipcamera.amcrest.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
thing-type.config.ipcamera.amcrest.snapshotUrl.label = Snapshot URL
|
||||
thing-type.config.ipcamera.amcrest.snapshotUrl.description = Leave this empty to auto detect the snapshot URL. Enter a HTTP address if you wish to over-ride with a different address which also makes the camera connect quicker.
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.label = Update Image Channel When:
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.option.0 = Image channel never updates (0)
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.option.1 = Image channel follows pollImage (1)
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.option.2 = Start Motion Alarm (2)
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.option.3 = Start Audio Alarm (3)
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.option.4 = During Motion Alarm (4)
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.option.5 = During Audio Alarm (5)
|
||||
thing-type.config.ipcamera.amcrest.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
|
||||
thing-type.config.ipcamera.amcrest.username.label = Username
|
||||
thing-type.config.ipcamera.amcrest.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
|
||||
thing-type.config.ipcamera.dahua.alarmInputUrl.label = Alarm Input URL
|
||||
thing-type.config.ipcamera.dahua.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
|
||||
thing-type.config.ipcamera.dahua.ffmpegInput.label = FFmpeg Input
|
||||
thing-type.config.ipcamera.dahua.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
|
||||
thing-type.config.ipcamera.dahua.ffmpegInputOptions.label = FFmpeg Input Options
|
||||
thing-type.config.ipcamera.dahua.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
|
||||
thing-type.config.ipcamera.dahua.ffmpegLocation.label = FFmpeg Install Location
|
||||
thing-type.config.ipcamera.dahua.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
|
||||
thing-type.config.ipcamera.dahua.ffmpegOutput.label = FFmpeg Output Folder
|
||||
thing-type.config.ipcamera.dahua.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
|
||||
thing-type.config.ipcamera.dahua.gifOutOptions.label = GIF Out Options
|
||||
thing-type.config.ipcamera.dahua.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
|
||||
thing-type.config.ipcamera.dahua.gifPreroll.label = GIF Preroll
|
||||
thing-type.config.ipcamera.dahua.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
|
||||
thing-type.config.ipcamera.dahua.group.FFmpeg Setup.label = FFmpeg Settings
|
||||
thing-type.config.ipcamera.dahua.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
|
||||
thing-type.config.ipcamera.dahua.group.Image ch Settings.label = Image channel settings
|
||||
thing-type.config.ipcamera.dahua.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
|
||||
thing-type.config.ipcamera.dahua.group.Settings.label = Main Settings
|
||||
thing-type.config.ipcamera.dahua.group.Settings.description = Settings required to connect to the camera.
|
||||
thing-type.config.ipcamera.dahua.hlsOutOptions.label = HLS Out Options
|
||||
thing-type.config.ipcamera.dahua.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
|
||||
thing-type.config.ipcamera.dahua.ipAddress.label = IP Address
|
||||
thing-type.config.ipcamera.dahua.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
|
||||
thing-type.config.ipcamera.dahua.ipWhitelist.label = IP Whitelist
|
||||
thing-type.config.ipcamera.dahua.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
|
||||
thing-type.config.ipcamera.dahua.mjpegOptions.label = MJPEG Options
|
||||
thing-type.config.ipcamera.dahua.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
|
||||
thing-type.config.ipcamera.dahua.mjpegUrl.label = MJPEG URL
|
||||
thing-type.config.ipcamera.dahua.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
|
||||
thing-type.config.ipcamera.dahua.motionOptions.label = Motion Options
|
||||
thing-type.config.ipcamera.dahua.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
|
||||
thing-type.config.ipcamera.dahua.mp4OutOptions.label = MP4 Out Options
|
||||
thing-type.config.ipcamera.dahua.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
|
||||
thing-type.config.ipcamera.dahua.nvrChannel.label = NVR Input Channel
|
||||
thing-type.config.ipcamera.dahua.nvrChannel.description = Set this to 1 if it is a stand alone camera, or to the input channel number of your NVR that the camera is connected to.
|
||||
thing-type.config.ipcamera.dahua.onvifMediaProfile.label = ONVIF Media Profile
|
||||
thing-type.config.ipcamera.dahua.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
|
||||
thing-type.config.ipcamera.dahua.onvifPort.label = ONVIF Port
|
||||
thing-type.config.ipcamera.dahua.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
|
||||
thing-type.config.ipcamera.dahua.password.label = Password
|
||||
thing-type.config.ipcamera.dahua.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
|
||||
thing-type.config.ipcamera.dahua.pollTime.label = Poll Time
|
||||
thing-type.config.ipcamera.dahua.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
|
||||
thing-type.config.ipcamera.dahua.port.label = Port for HTTP
|
||||
thing-type.config.ipcamera.dahua.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
|
||||
thing-type.config.ipcamera.dahua.ptzContinuous.label = Use Continuous PTZ
|
||||
thing-type.config.ipcamera.dahua.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
|
||||
thing-type.config.ipcamera.dahua.snapshotOptions.label = Snapshot Options
|
||||
thing-type.config.ipcamera.dahua.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
thing-type.config.ipcamera.dahua.snapshotUrl.label = Snapshot URL
|
||||
thing-type.config.ipcamera.dahua.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.label = Update Image Channel When:
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.option.0 = Image channel never updates (0)
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.option.1 = Image channel follows pollImage (1)
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.option.2 = Start Motion Alarm (2)
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.option.3 = Start Audio Alarm (3)
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.option.4 = During Motion Alarm (4)
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.option.5 = During Audio Alarm (5)
|
||||
thing-type.config.ipcamera.dahua.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
|
||||
thing-type.config.ipcamera.dahua.username.label = Username
|
||||
thing-type.config.ipcamera.dahua.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
|
||||
thing-type.config.ipcamera.doorbird.alarmInputUrl.label = Alarm Input URL
|
||||
thing-type.config.ipcamera.doorbird.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
|
||||
thing-type.config.ipcamera.doorbird.ffmpegInput.label = FFmpeg Input
|
||||
thing-type.config.ipcamera.doorbird.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
|
||||
thing-type.config.ipcamera.doorbird.ffmpegInputOptions.label = FFmpeg Input Options
|
||||
thing-type.config.ipcamera.doorbird.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
|
||||
thing-type.config.ipcamera.doorbird.ffmpegLocation.label = FFmpeg Install Location
|
||||
thing-type.config.ipcamera.doorbird.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
|
||||
thing-type.config.ipcamera.doorbird.ffmpegOutput.label = FFmpeg Output Folder
|
||||
thing-type.config.ipcamera.doorbird.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
|
||||
thing-type.config.ipcamera.doorbird.gifOutOptions.label = GIF Out Options
|
||||
thing-type.config.ipcamera.doorbird.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
|
||||
thing-type.config.ipcamera.doorbird.gifPreroll.label = GIF Preroll
|
||||
thing-type.config.ipcamera.doorbird.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
|
||||
thing-type.config.ipcamera.doorbird.group.FFmpeg Setup.label = FFmpeg Settings
|
||||
thing-type.config.ipcamera.doorbird.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
|
||||
thing-type.config.ipcamera.doorbird.group.Image ch Settings.label = Image channel settings
|
||||
thing-type.config.ipcamera.doorbird.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
|
||||
thing-type.config.ipcamera.doorbird.group.Settings.label = Main Settings
|
||||
thing-type.config.ipcamera.doorbird.group.Settings.description = Settings required to connect to the camera.
|
||||
thing-type.config.ipcamera.doorbird.hlsOutOptions.label = HLS Out Options
|
||||
thing-type.config.ipcamera.doorbird.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
|
||||
thing-type.config.ipcamera.doorbird.ipAddress.label = IP Address
|
||||
thing-type.config.ipcamera.doorbird.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
|
||||
thing-type.config.ipcamera.doorbird.ipWhitelist.label = IP Whitelist
|
||||
thing-type.config.ipcamera.doorbird.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
|
||||
thing-type.config.ipcamera.doorbird.mjpegOptions.label = MJPEG Options
|
||||
thing-type.config.ipcamera.doorbird.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
|
||||
thing-type.config.ipcamera.doorbird.mjpegUrl.label = MJPEG URL
|
||||
thing-type.config.ipcamera.doorbird.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
|
||||
thing-type.config.ipcamera.doorbird.motionOptions.label = Motion Options
|
||||
thing-type.config.ipcamera.doorbird.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
|
||||
thing-type.config.ipcamera.doorbird.mp4OutOptions.label = MP4 Out Options
|
||||
thing-type.config.ipcamera.doorbird.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
|
||||
thing-type.config.ipcamera.doorbird.onvifMediaProfile.label = ONVIF Media Profile
|
||||
thing-type.config.ipcamera.doorbird.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
|
||||
thing-type.config.ipcamera.doorbird.onvifPort.label = ONVIF Port
|
||||
thing-type.config.ipcamera.doorbird.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
|
||||
thing-type.config.ipcamera.doorbird.password.label = Password
|
||||
thing-type.config.ipcamera.doorbird.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
|
||||
thing-type.config.ipcamera.doorbird.pollTime.label = Poll Time
|
||||
thing-type.config.ipcamera.doorbird.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
|
||||
thing-type.config.ipcamera.doorbird.port.label = Port for HTTP
|
||||
thing-type.config.ipcamera.doorbird.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
|
||||
thing-type.config.ipcamera.doorbird.ptzContinuous.label = Use Continuous PTZ
|
||||
thing-type.config.ipcamera.doorbird.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
|
||||
thing-type.config.ipcamera.doorbird.snapshotOptions.label = Snapshot Options
|
||||
thing-type.config.ipcamera.doorbird.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
thing-type.config.ipcamera.doorbird.snapshotUrl.label = Snapshot URL
|
||||
thing-type.config.ipcamera.doorbird.snapshotUrl.description = Leave this empty to auto detect the snapshot URL. Enter a HTTP address if you wish to over-ride with a different address which also makes the camera connect quicker.
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.label = Update Image Channel When:
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.option.0 = Image channel never updates (0)
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.option.1 = Image channel follows pollImage (1)
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.option.2 = Start Motion Alarm (2)
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.option.3 = Start Audio Alarm (3)
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.option.4 = During Motion Alarm (4)
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.option.5 = During Audio Alarm (5)
|
||||
thing-type.config.ipcamera.doorbird.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
|
||||
thing-type.config.ipcamera.doorbird.username.label = Username
|
||||
thing-type.config.ipcamera.doorbird.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
|
||||
thing-type.config.ipcamera.foscam.alarmInputUrl.label = Alarm Input URL
|
||||
thing-type.config.ipcamera.foscam.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
|
||||
thing-type.config.ipcamera.foscam.customAudioAlarmUrl.label = Create your own custom enable Audio Alarm settings by entering a custom URL
|
||||
thing-type.config.ipcamera.foscam.customAudioAlarmUrl.description = Leave this empty to use the default, or create your own setting.
|
||||
thing-type.config.ipcamera.foscam.customMotionAlarmUrl.label = Create your own custom enable Motion Alarm settings by entering a custom URL
|
||||
thing-type.config.ipcamera.foscam.customMotionAlarmUrl.description = Leave this empty to use the default, or create your own setting.
|
||||
thing-type.config.ipcamera.foscam.ffmpegInput.label = FFmpeg Input
|
||||
thing-type.config.ipcamera.foscam.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
|
||||
thing-type.config.ipcamera.foscam.ffmpegInputOptions.label = FFmpeg Input Options
|
||||
thing-type.config.ipcamera.foscam.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
|
||||
thing-type.config.ipcamera.foscam.ffmpegLocation.label = FFmpeg Install Location
|
||||
thing-type.config.ipcamera.foscam.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
|
||||
thing-type.config.ipcamera.foscam.ffmpegOutput.label = FFmpeg Output Folder
|
||||
thing-type.config.ipcamera.foscam.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
|
||||
thing-type.config.ipcamera.foscam.gifOutOptions.label = GIF Out Options
|
||||
thing-type.config.ipcamera.foscam.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
|
||||
thing-type.config.ipcamera.foscam.gifPreroll.label = GIF Preroll
|
||||
thing-type.config.ipcamera.foscam.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
|
||||
thing-type.config.ipcamera.foscam.group.FFmpeg Setup.label = FFmpeg Settings
|
||||
thing-type.config.ipcamera.foscam.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
|
||||
thing-type.config.ipcamera.foscam.group.Image ch Settings.label = Image channel settings
|
||||
thing-type.config.ipcamera.foscam.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
|
||||
thing-type.config.ipcamera.foscam.group.Settings.label = Main Settings
|
||||
thing-type.config.ipcamera.foscam.group.Settings.description = Settings required to connect to the camera.
|
||||
thing-type.config.ipcamera.foscam.hlsOutOptions.label = HLS Out Options
|
||||
thing-type.config.ipcamera.foscam.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
|
||||
thing-type.config.ipcamera.foscam.ipAddress.label = IP Address
|
||||
thing-type.config.ipcamera.foscam.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
|
||||
thing-type.config.ipcamera.foscam.ipWhitelist.label = IP Whitelist
|
||||
thing-type.config.ipcamera.foscam.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
|
||||
thing-type.config.ipcamera.foscam.mjpegOptions.label = MJPEG Options
|
||||
thing-type.config.ipcamera.foscam.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
|
||||
thing-type.config.ipcamera.foscam.mjpegUrl.label = MJPEG URL
|
||||
thing-type.config.ipcamera.foscam.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
|
||||
thing-type.config.ipcamera.foscam.motionOptions.label = Motion Options
|
||||
thing-type.config.ipcamera.foscam.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
|
||||
thing-type.config.ipcamera.foscam.mp4OutOptions.label = MP4 Out Options
|
||||
thing-type.config.ipcamera.foscam.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
|
||||
thing-type.config.ipcamera.foscam.onvifMediaProfile.label = ONVIF Media Profile
|
||||
thing-type.config.ipcamera.foscam.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
|
||||
thing-type.config.ipcamera.foscam.onvifPort.label = ONVIF Port
|
||||
thing-type.config.ipcamera.foscam.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
|
||||
thing-type.config.ipcamera.foscam.password.label = Password
|
||||
thing-type.config.ipcamera.foscam.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
|
||||
thing-type.config.ipcamera.foscam.pollTime.label = Poll Time
|
||||
thing-type.config.ipcamera.foscam.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
|
||||
thing-type.config.ipcamera.foscam.port.label = Port for HTTP
|
||||
thing-type.config.ipcamera.foscam.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
|
||||
thing-type.config.ipcamera.foscam.ptzContinuous.label = Use Continuous PTZ
|
||||
thing-type.config.ipcamera.foscam.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
|
||||
thing-type.config.ipcamera.foscam.snapshotOptions.label = Snapshot Options
|
||||
thing-type.config.ipcamera.foscam.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
thing-type.config.ipcamera.foscam.snapshotUrl.label = Snapshot URL
|
||||
thing-type.config.ipcamera.foscam.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.label = Update Image Channel When:
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.option.0 = Image channel never updates (0)
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.option.1 = Image channel follows pollImage (1)
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.option.2 = Start Motion Alarm (2)
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.option.3 = Start Audio Alarm (3)
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.option.4 = During Motion Alarm (4)
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.option.5 = During Audio Alarm (5)
|
||||
thing-type.config.ipcamera.foscam.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
|
||||
thing-type.config.ipcamera.foscam.username.label = Username
|
||||
thing-type.config.ipcamera.foscam.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
|
||||
thing-type.config.ipcamera.generic.alarmInputUrl.label = Alarm Input URL
|
||||
thing-type.config.ipcamera.generic.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
|
||||
thing-type.config.ipcamera.generic.ffmpegInput.label = FFmpeg Input
|
||||
thing-type.config.ipcamera.generic.ffmpegInput.description = Enter any HTTP or RTSP URL that FFmpeg can use as an input. Best if H.264 format is used.
|
||||
thing-type.config.ipcamera.generic.ffmpegInputOptions.label = FFmpeg Input Options
|
||||
thing-type.config.ipcamera.generic.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
|
||||
thing-type.config.ipcamera.generic.ffmpegLocation.label = FFmpeg Install Location
|
||||
thing-type.config.ipcamera.generic.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. Default should work for Linux, but For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
|
||||
thing-type.config.ipcamera.generic.ffmpegOutput.label = FFmpeg Output Folder
|
||||
thing-type.config.ipcamera.generic.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
|
||||
thing-type.config.ipcamera.generic.gifOutOptions.label = GIF Out Options
|
||||
thing-type.config.ipcamera.generic.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
|
||||
thing-type.config.ipcamera.generic.gifPreroll.label = GIF Preroll
|
||||
thing-type.config.ipcamera.generic.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
|
||||
thing-type.config.ipcamera.generic.group.FFmpeg Setup.label = FFmpeg Settings
|
||||
thing-type.config.ipcamera.generic.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
|
||||
thing-type.config.ipcamera.generic.group.Image ch Settings.label = Image channel settings
|
||||
thing-type.config.ipcamera.generic.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
|
||||
thing-type.config.ipcamera.generic.group.Settings.label = Main Settings
|
||||
thing-type.config.ipcamera.generic.group.Settings.description = Settings required to connect to the camera.
|
||||
thing-type.config.ipcamera.generic.hlsOutOptions.label = HLS Out Options
|
||||
thing-type.config.ipcamera.generic.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
|
||||
thing-type.config.ipcamera.generic.ipAddress.label = IP Address
|
||||
thing-type.config.ipcamera.generic.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
|
||||
thing-type.config.ipcamera.generic.ipWhitelist.label = IP Whitelist
|
||||
thing-type.config.ipcamera.generic.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
|
||||
thing-type.config.ipcamera.generic.mjpegOptions.label = MJPEG Options
|
||||
thing-type.config.ipcamera.generic.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
|
||||
thing-type.config.ipcamera.generic.mjpegUrl.label = MJPEG URL
|
||||
thing-type.config.ipcamera.generic.mjpegUrl.description = Full HTTP address to where a MJPEG stream can be watched if entered into any browser.
|
||||
thing-type.config.ipcamera.generic.motionOptions.label = Motion Options
|
||||
thing-type.config.ipcamera.generic.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
|
||||
thing-type.config.ipcamera.generic.mp4OutOptions.label = MP4 Out Options
|
||||
thing-type.config.ipcamera.generic.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
|
||||
thing-type.config.ipcamera.generic.password.label = Password
|
||||
thing-type.config.ipcamera.generic.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
|
||||
thing-type.config.ipcamera.generic.pollTime.label = Poll Time
|
||||
thing-type.config.ipcamera.generic.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
|
||||
thing-type.config.ipcamera.generic.port.label = Port for HTTP
|
||||
thing-type.config.ipcamera.generic.port.description = This port will be used for HTTP calls ie for fetching the snapshot.
|
||||
thing-type.config.ipcamera.generic.snapshotOptions.label = Snapshot Options
|
||||
thing-type.config.ipcamera.generic.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
thing-type.config.ipcamera.generic.snapshotUrl.label = Snapshot URL
|
||||
thing-type.config.ipcamera.generic.snapshotUrl.description = Enter a HTTP URL to where a snapshot can be seen if entered into any browser.
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.label = Update Image Channel When:
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.option.0 = Image channel never updates (0)
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.option.1 = Image channel follows pollImage (1)
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.option.2 = Start Motion Alarm (2)
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.option.3 = Start Audio Alarm (3)
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.option.4 = During Motion Alarm (4)
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.option.5 = During Audio Alarm (5)
|
||||
thing-type.config.ipcamera.generic.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
|
||||
thing-type.config.ipcamera.generic.username.label = Username
|
||||
thing-type.config.ipcamera.generic.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
|
||||
thing-type.config.ipcamera.group.ffmpegLocation.label = FFmpeg Location
|
||||
thing-type.config.ipcamera.group.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. Default should work for Linux, but For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
|
||||
thing-type.config.ipcamera.group.ffmpegOutput.label = FFmpeg Output Folder
|
||||
thing-type.config.ipcamera.group.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
|
||||
thing-type.config.ipcamera.group.firstCamera.label = First Camera ID
|
||||
thing-type.config.ipcamera.group.firstCamera.description = Enter the 'Unique ID' of the camera you wish to show first.
|
||||
thing-type.config.ipcamera.group.forthCamera.label = Forth Camera ID
|
||||
thing-type.config.ipcamera.group.forthCamera.description = Enter the 'Unique ID' of the camera you wish to show forth. Leave blank if the group is less than 4.
|
||||
thing-type.config.ipcamera.group.group.FFmpeg Setup.label = FFmpeg Settings
|
||||
thing-type.config.ipcamera.group.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
|
||||
thing-type.config.ipcamera.group.group.Settings.label = Main Settings
|
||||
thing-type.config.ipcamera.group.group.Settings.description = Settings required to setup a group of cameras.
|
||||
thing-type.config.ipcamera.group.ipWhitelist.label = IP Whitelist
|
||||
thing-type.config.ipcamera.group.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
|
||||
thing-type.config.ipcamera.group.motionChangesOrder.label = Motion Changes Order
|
||||
thing-type.config.ipcamera.group.motionChangesOrder.description = When switched ON, any motion on a camera will make it show ahead of other cameras in the rotation.
|
||||
thing-type.config.ipcamera.group.pollTime.label = Time Before Rotating to Next Camera
|
||||
thing-type.config.ipcamera.group.pollTime.description = Time in milliseconds of how long to display a camera before changing to the next camera in the group.
|
||||
thing-type.config.ipcamera.group.secondCamera.label = Second Camera ID
|
||||
thing-type.config.ipcamera.group.secondCamera.description = Enter the 'Unique ID' of the camera you wish to show second.
|
||||
thing-type.config.ipcamera.group.thirdCamera.label = Third Camera ID
|
||||
thing-type.config.ipcamera.group.thirdCamera.description = Enter the 'Unique ID' of the camera you wish to show third. Leave blank if the group is less than 3.
|
||||
thing-type.config.ipcamera.hikvision.alarmInputUrl.label = Alarm Input URL
|
||||
thing-type.config.ipcamera.hikvision.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
|
||||
thing-type.config.ipcamera.hikvision.ffmpegInput.label = FFmpeg Input
|
||||
thing-type.config.ipcamera.hikvision.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
|
||||
thing-type.config.ipcamera.hikvision.ffmpegInputOptions.label = FFmpeg Input Options
|
||||
thing-type.config.ipcamera.hikvision.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
|
||||
thing-type.config.ipcamera.hikvision.ffmpegLocation.label = FFmpeg Install Location
|
||||
thing-type.config.ipcamera.hikvision.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
|
||||
thing-type.config.ipcamera.hikvision.ffmpegOutput.label = FFmpeg Output Folder
|
||||
thing-type.config.ipcamera.hikvision.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
|
||||
thing-type.config.ipcamera.hikvision.gifOutOptions.label = GIF Out Options
|
||||
thing-type.config.ipcamera.hikvision.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
|
||||
thing-type.config.ipcamera.hikvision.gifPreroll.label = GIF Preroll
|
||||
thing-type.config.ipcamera.hikvision.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
|
||||
thing-type.config.ipcamera.hikvision.group.FFmpeg Setup.label = FFmpeg Settings
|
||||
thing-type.config.ipcamera.hikvision.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
|
||||
thing-type.config.ipcamera.hikvision.group.Image ch Settings.label = Image channel settings
|
||||
thing-type.config.ipcamera.hikvision.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
|
||||
thing-type.config.ipcamera.hikvision.group.Settings.label = Main Settings
|
||||
thing-type.config.ipcamera.hikvision.group.Settings.description = Settings required to connect to the camera.
|
||||
thing-type.config.ipcamera.hikvision.hlsOutOptions.label = HLS Out Options
|
||||
thing-type.config.ipcamera.hikvision.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
|
||||
thing-type.config.ipcamera.hikvision.ipAddress.label = IP Address
|
||||
thing-type.config.ipcamera.hikvision.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
|
||||
thing-type.config.ipcamera.hikvision.ipWhitelist.label = IP Whitelist
|
||||
thing-type.config.ipcamera.hikvision.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
|
||||
thing-type.config.ipcamera.hikvision.mjpegOptions.label = MJPEG Options
|
||||
thing-type.config.ipcamera.hikvision.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
|
||||
thing-type.config.ipcamera.hikvision.mjpegUrl.label = MJPEG URL
|
||||
thing-type.config.ipcamera.hikvision.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
|
||||
thing-type.config.ipcamera.hikvision.motionOptions.label = Motion Options
|
||||
thing-type.config.ipcamera.hikvision.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
|
||||
thing-type.config.ipcamera.hikvision.mp4OutOptions.label = MP4 Out Options
|
||||
thing-type.config.ipcamera.hikvision.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
|
||||
thing-type.config.ipcamera.hikvision.nvrChannel.label = NVR Input Channel
|
||||
thing-type.config.ipcamera.hikvision.nvrChannel.description = Set this to 1 if it is a stand alone camera, or to the input channel number if you use a compatible NVR.
|
||||
thing-type.config.ipcamera.hikvision.onvifMediaProfile.label = ONVIF Media Profile
|
||||
thing-type.config.ipcamera.hikvision.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
|
||||
thing-type.config.ipcamera.hikvision.onvifPort.label = ONVIF Port
|
||||
thing-type.config.ipcamera.hikvision.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
|
||||
thing-type.config.ipcamera.hikvision.password.label = Password
|
||||
thing-type.config.ipcamera.hikvision.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
|
||||
thing-type.config.ipcamera.hikvision.pollTime.label = Poll Time
|
||||
thing-type.config.ipcamera.hikvision.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
|
||||
thing-type.config.ipcamera.hikvision.port.label = Port for HTTP
|
||||
thing-type.config.ipcamera.hikvision.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
|
||||
thing-type.config.ipcamera.hikvision.ptzContinuous.label = Use Continuous PTZ
|
||||
thing-type.config.ipcamera.hikvision.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
|
||||
thing-type.config.ipcamera.hikvision.snapshotOptions.label = Snapshot Options
|
||||
thing-type.config.ipcamera.hikvision.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
thing-type.config.ipcamera.hikvision.snapshotUrl.label = Snapshot URL
|
||||
thing-type.config.ipcamera.hikvision.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.label = Update Image Channel When:
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.option.0 = Image channel never updates (0)
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.option.1 = Image channel follows pollImage (1)
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.option.2 = Start Motion Alarm (2)
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.option.3 = Start Audio Alarm (3)
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.option.4 = During Motion Alarm (4)
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.option.5 = During Audio Alarm (5)
|
||||
thing-type.config.ipcamera.hikvision.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
|
||||
thing-type.config.ipcamera.hikvision.username.label = Username
|
||||
thing-type.config.ipcamera.hikvision.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
|
||||
thing-type.config.ipcamera.instar.alarmInputUrl.label = Alarm Input URL
|
||||
thing-type.config.ipcamera.instar.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
|
||||
thing-type.config.ipcamera.instar.ffmpegInput.label = FFmpeg Input
|
||||
thing-type.config.ipcamera.instar.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter any URL that FFmpeg can use as an input.
|
||||
thing-type.config.ipcamera.instar.ffmpegInputOptions.label = FFmpeg Input Options
|
||||
thing-type.config.ipcamera.instar.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
|
||||
thing-type.config.ipcamera.instar.ffmpegLocation.label = FFmpeg Install Location
|
||||
thing-type.config.ipcamera.instar.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
|
||||
thing-type.config.ipcamera.instar.ffmpegOutput.label = FFmpeg Output Folder
|
||||
thing-type.config.ipcamera.instar.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
|
||||
thing-type.config.ipcamera.instar.gifOutOptions.label = GIF Out Options
|
||||
thing-type.config.ipcamera.instar.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
|
||||
thing-type.config.ipcamera.instar.gifPreroll.label = GIF Preroll
|
||||
thing-type.config.ipcamera.instar.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
|
||||
thing-type.config.ipcamera.instar.group.FFmpeg Setup.label = FFmpeg Settings
|
||||
thing-type.config.ipcamera.instar.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
|
||||
thing-type.config.ipcamera.instar.group.Image ch Settings.label = Image channel settings
|
||||
thing-type.config.ipcamera.instar.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
|
||||
thing-type.config.ipcamera.instar.group.Settings.label = Main Settings
|
||||
thing-type.config.ipcamera.instar.group.Settings.description = Settings required to connect to the camera.
|
||||
thing-type.config.ipcamera.instar.hlsOutOptions.label = HLS Out Options
|
||||
thing-type.config.ipcamera.instar.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
|
||||
thing-type.config.ipcamera.instar.ipAddress.label = IP Address
|
||||
thing-type.config.ipcamera.instar.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
|
||||
thing-type.config.ipcamera.instar.ipWhitelist.label = IP Whitelist
|
||||
thing-type.config.ipcamera.instar.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
|
||||
thing-type.config.ipcamera.instar.mjpegOptions.label = MJPEG Options
|
||||
thing-type.config.ipcamera.instar.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
|
||||
thing-type.config.ipcamera.instar.mjpegUrl.label = MJPEG URL
|
||||
thing-type.config.ipcamera.instar.mjpegUrl.description = Leave this blank to use the auto detected URL, or enter a full HTTP address to where a MJPEG stream can be watched if entered into any browser.
|
||||
thing-type.config.ipcamera.instar.motionOptions.label = Motion Options
|
||||
thing-type.config.ipcamera.instar.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
|
||||
thing-type.config.ipcamera.instar.mp4OutOptions.label = MP4 Out Options
|
||||
thing-type.config.ipcamera.instar.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
|
||||
thing-type.config.ipcamera.instar.onvifMediaProfile.label = ONVIF Media Profile
|
||||
thing-type.config.ipcamera.instar.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
|
||||
thing-type.config.ipcamera.instar.onvifPort.label = ONVIF Port
|
||||
thing-type.config.ipcamera.instar.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
|
||||
thing-type.config.ipcamera.instar.password.label = Password
|
||||
thing-type.config.ipcamera.instar.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
|
||||
thing-type.config.ipcamera.instar.pollTime.label = Poll Time
|
||||
thing-type.config.ipcamera.instar.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
|
||||
thing-type.config.ipcamera.instar.port.label = Port for HTTP
|
||||
thing-type.config.ipcamera.instar.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
|
||||
thing-type.config.ipcamera.instar.ptzContinuous.label = Use Continuous PTZ
|
||||
thing-type.config.ipcamera.instar.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
|
||||
thing-type.config.ipcamera.instar.snapshotOptions.label = Snapshot Options
|
||||
thing-type.config.ipcamera.instar.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
thing-type.config.ipcamera.instar.snapshotUrl.label = Snapshot URL
|
||||
thing-type.config.ipcamera.instar.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.label = Update Image Channel When:
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.option.0 = Image channel never updates (0)
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.option.1 = Image channel follows pollImage (1)
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.option.2 = Start Motion Alarm (2)
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.option.3 = Start Audio Alarm (3)
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.option.4 = During Motion Alarm (4)
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.option.5 = During Audio Alarm (5)
|
||||
thing-type.config.ipcamera.instar.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
|
||||
thing-type.config.ipcamera.instar.username.label = Username
|
||||
thing-type.config.ipcamera.instar.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
|
||||
thing-type.config.ipcamera.onvif.alarmInputUrl.label = Alarm Input URL
|
||||
thing-type.config.ipcamera.onvif.alarmInputUrl.description = Leave blank to use the ffmpegInput as the source for detecting motion with FFmpeg, or enter any HTTP or RTSP URL. TIP: Using a low res source can save CPU usage.
|
||||
thing-type.config.ipcamera.onvif.ffmpegInput.label = FFmpeg Input
|
||||
thing-type.config.ipcamera.onvif.ffmpegInput.description = Leave this blank to use the auto detected RTSP address, or enter a URL for any type of stream that FFmpeg can use as an input.
|
||||
thing-type.config.ipcamera.onvif.ffmpegInputOptions.label = FFmpeg Input Options
|
||||
thing-type.config.ipcamera.onvif.ffmpegInputOptions.description = This gives you direct access to specify FFmpeg options before the -i.
|
||||
thing-type.config.ipcamera.onvif.ffmpegLocation.label = FFmpeg Install Location
|
||||
thing-type.config.ipcamera.onvif.ffmpegLocation.description = The full path including the filename for where you have installed FFmpeg. For windows use this format, c:\ffmpeg\bin\ffmpeg.exe
|
||||
thing-type.config.ipcamera.onvif.ffmpegOutput.label = FFmpeg Output Folder
|
||||
thing-type.config.ipcamera.onvif.ffmpegOutput.description = Leave this blank and the binding will use the openHAB userdata folder. Alternatively, a unique path for each camera that ends with a slash and has write permissions can be entered.
|
||||
thing-type.config.ipcamera.onvif.gifOutOptions.label = GIF Out Options
|
||||
thing-type.config.ipcamera.onvif.gifOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for animated GIF files.
|
||||
thing-type.config.ipcamera.onvif.gifPreroll.label = GIF Preroll
|
||||
thing-type.config.ipcamera.onvif.gifPreroll.description = Store this many snapshots from BEFORE you trigger a GIF creation.
|
||||
thing-type.config.ipcamera.onvif.group.FFmpeg Setup.label = FFmpeg Settings
|
||||
thing-type.config.ipcamera.onvif.group.FFmpeg Setup.description = Settings that setup or effect the video stream.
|
||||
thing-type.config.ipcamera.onvif.group.Image ch Settings.label = Image channel settings
|
||||
thing-type.config.ipcamera.onvif.group.Image ch Settings.description = Settings for the image channel features which is not recommended to be used. See readme for more info.
|
||||
thing-type.config.ipcamera.onvif.group.Settings.label = Main Settings
|
||||
thing-type.config.ipcamera.onvif.group.Settings.description = Settings required to connect to the camera.
|
||||
thing-type.config.ipcamera.onvif.hlsOutOptions.label = HLS Out Options
|
||||
thing-type.config.ipcamera.onvif.hlsOutOptions.description = This gives you direct access to specify your own FFmpeg options to be used.
|
||||
thing-type.config.ipcamera.onvif.ipAddress.label = IP Address
|
||||
thing-type.config.ipcamera.onvif.ipAddress.description = Use this format 192.168.1.2 and do not include the port number.
|
||||
thing-type.config.ipcamera.onvif.ipWhitelist.label = IP Whitelist
|
||||
thing-type.config.ipcamera.onvif.ipWhitelist.description = Enter any IP's inside (brackets) that you wish to allow to access the video stream. 'DISABLE' will allow all devices on your network unrestricted access.
|
||||
thing-type.config.ipcamera.onvif.mjpegOptions.label = MJPEG Options
|
||||
thing-type.config.ipcamera.onvif.mjpegOptions.description = This gives you direct access to specify your own FFmpeg options to be used for MJPEG streams.
|
||||
thing-type.config.ipcamera.onvif.mjpegUrl.label = MJPEG URL
|
||||
thing-type.config.ipcamera.onvif.mjpegUrl.description = Full HTTP address to where a MJPEG stream can be watched if entered into any browser.
|
||||
thing-type.config.ipcamera.onvif.motionOptions.label = Motion Options
|
||||
thing-type.config.ipcamera.onvif.motionOptions.description = This gives you direct access to specify your own FFmpeg options to be used for detecting motion.
|
||||
thing-type.config.ipcamera.onvif.mp4OutOptions.label = MP4 Out Options
|
||||
thing-type.config.ipcamera.onvif.mp4OutOptions.description = This gives you direct access to specify your own FFmpeg options to be used for recording MP4 files.
|
||||
thing-type.config.ipcamera.onvif.onvifMediaProfile.label = ONVIF Media Profile
|
||||
thing-type.config.ipcamera.onvif.onvifMediaProfile.description = Cameras can supply more than one stream at different resolutions and formats. 0 selects the main-stream and 1 or above are the sub-streams. Sometimes you need to turn on sub-streams in the cameras setup before they can be used.
|
||||
thing-type.config.ipcamera.onvif.onvifPort.label = ONVIF Port
|
||||
thing-type.config.ipcamera.onvif.onvifPort.description = The port your camera uses for ONVIF connections. This is needed for PTZ movement, alarm events and auto discovery of RTSP and snapshot URLs.
|
||||
thing-type.config.ipcamera.onvif.password.label = Password
|
||||
thing-type.config.ipcamera.onvif.password.description = Enter the password for your camera. Leave blank if your camera does not use one.
|
||||
thing-type.config.ipcamera.onvif.pollTime.label = Poll Time
|
||||
thing-type.config.ipcamera.onvif.pollTime.description = Most features are made on demand and not polled, but some features require a regular snapshot to work. Default is "1000" which is 1 second.
|
||||
thing-type.config.ipcamera.onvif.port.label = Port for HTTP
|
||||
thing-type.config.ipcamera.onvif.port.description = This port will be used for HTTP calls for fetching the snapshot and alarm states.
|
||||
thing-type.config.ipcamera.onvif.ptzContinuous.label = Use Continuous PTZ
|
||||
thing-type.config.ipcamera.onvif.ptzContinuous.description = Select if you want Relative (false) or Continuous (true) movements.
|
||||
thing-type.config.ipcamera.onvif.snapshotOptions.label = Snapshot Options
|
||||
thing-type.config.ipcamera.onvif.snapshotOptions.description = Specify your own FFmpeg options to be used when creating snapshots from RTSP.
|
||||
thing-type.config.ipcamera.onvif.snapshotUrl.label = Snapshot URL
|
||||
thing-type.config.ipcamera.onvif.snapshotUrl.description = Leave blank to use the autodetected URL for snapshots, or enter a HTTP URL to where a snapshot can be seen if entered into any browser.
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.label = Update Image Channel When:
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.description = The Image channel can be set to update in a number of ways. Recommend you set this to never updates as per the readme.
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.option.0 = Image channel never updates (0)
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.option.1 = Image channel follows pollImage (1)
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.option.2 = Start Motion Alarm (2)
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.option.3 = Start Audio Alarm (3)
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.option.23 = Start of Motion and Audio Alarms (23)
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.option.4 = During Motion Alarm (4)
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.option.5 = During Audio Alarm (5)
|
||||
thing-type.config.ipcamera.onvif.updateImageWhen.option.45 = During Motion and Audio Alarms (45)
|
||||
thing-type.config.ipcamera.onvif.username.label = Username
|
||||
thing-type.config.ipcamera.onvif.username.description = Enter the User name used to connect to your camera. Leave blank if your camera does not use login details.
|
||||
|
||||
# channel types
|
||||
|
||||
channel-type.ipcamera.activateAlarmOutput.label = Alarm Output 1 ON/OFF
|
||||
channel-type.ipcamera.activateAlarmOutput.description = You can use the cameras output to trigger a device like a burglar alarm.
|
||||
channel-type.ipcamera.activateAlarmOutput2.label = Alarm Output 2 ON/OFF
|
||||
channel-type.ipcamera.activateAlarmOutput2.description = You can use the cameras output 2 to trigger a device like a burglar alarm.
|
||||
channel-type.ipcamera.audioAlarm.label = Audio Alarm
|
||||
channel-type.ipcamera.audioAlarm.description = Audio has triggered an Alarm.
|
||||
channel-type.ipcamera.autoLED.label = Auto LED
|
||||
channel-type.ipcamera.autoLED.description = Turn the automatic mode for the LED ON and OFF.
|
||||
channel-type.ipcamera.carAlarm.label = Car Alarm
|
||||
channel-type.ipcamera.carAlarm.description = A car has triggered the Vehicle Detection.
|
||||
channel-type.ipcamera.cellMotionAlarm.label = Cell Motion Alarm
|
||||
channel-type.ipcamera.cellMotionAlarm.description = Cell based motion has been detected.
|
||||
channel-type.ipcamera.doorBell.label = Door Bell
|
||||
channel-type.ipcamera.doorBell.description = The button has been pushed.
|
||||
channel-type.ipcamera.enableAudioAlarm.label = Enable Audio Alarm
|
||||
channel-type.ipcamera.enableAudioAlarm.description = By using this feature you can stop the camera from sending e-mails when you are having a party.
|
||||
channel-type.ipcamera.enableExternalAlarmInput.label = Enable Alarm Input 1
|
||||
channel-type.ipcamera.enableExternalAlarmInput.description = Turn the External Alarm Input feature on and off.
|
||||
channel-type.ipcamera.enableFieldDetectionAlarm.label = Enable Field Alarm
|
||||
channel-type.ipcamera.enableFieldDetectionAlarm.description = By using this feature you can stop the camera from sending e-mails when you are actually home.
|
||||
channel-type.ipcamera.enableLED.label = LED Controls
|
||||
channel-type.ipcamera.enableLED.description = Turn the LED ON and OFF and if supported also 0-100% dimming.
|
||||
channel-type.ipcamera.enableLineCrossingAlarm.label = Enable Line Crossing Alarm
|
||||
channel-type.ipcamera.enableLineCrossingAlarm.description = By using this feature you can stop the camera from sending e-mails when you are actually home.
|
||||
channel-type.ipcamera.enableMotionAlarm.label = Enable Motion Alarm
|
||||
channel-type.ipcamera.enableMotionAlarm.description = By using this feature you can stop the camera from sending e-mails when you are actually home.
|
||||
channel-type.ipcamera.enablePirAlarm.label = Enable PIR Alarm
|
||||
channel-type.ipcamera.enablePirAlarm.description = Enable/Disable the PIR Alarm.
|
||||
channel-type.ipcamera.enablePrivacyMode.label = Enable Privacy Mode
|
||||
channel-type.ipcamera.enablePrivacyMode.description = Turn the Privacy Mode on and off.
|
||||
channel-type.ipcamera.externalAlarmInput.label = Alarm Input 1
|
||||
channel-type.ipcamera.externalAlarmInput.description = Some cameras have alarm input wires which can be used to connect to door bells or external PIR sensors.
|
||||
channel-type.ipcamera.externalAlarmInput2.label = Alarm Input 2
|
||||
channel-type.ipcamera.externalAlarmInput2.description = Some cameras have alarm input wires which can be used to connect to door bells or external PIR sensors.
|
||||
channel-type.ipcamera.externalLight.label = External Light
|
||||
channel-type.ipcamera.externalLight.description = Turn the relay for external lights ON and OFF.
|
||||
channel-type.ipcamera.externalMotion.label = External Motion
|
||||
channel-type.ipcamera.externalMotion.description = Use any external sensor like a ZWave PIR sensor to flag that the camera has motion in its field of view.
|
||||
channel-type.ipcamera.faceDetected.label = Face Detected Alarm
|
||||
channel-type.ipcamera.faceDetected.description = A face has been detected.
|
||||
channel-type.ipcamera.ffmpegMotionAlarm.label = FFmpeg Motion Alarm
|
||||
channel-type.ipcamera.ffmpegMotionAlarm.description = FFmpeg has detected motion.
|
||||
channel-type.ipcamera.ffmpegMotionControl.label = Control FFmpeg Motion Alarm
|
||||
channel-type.ipcamera.ffmpegMotionControl.description = Enable/Disable the motion alarm and control the sensitivity.
|
||||
channel-type.ipcamera.fieldDetectionAlarm.label = Field Alarm
|
||||
channel-type.ipcamera.fieldDetectionAlarm.description = Intrusion has detected movement. AKA Field Detection Alarm.
|
||||
channel-type.ipcamera.gifHistory.label = GIF History
|
||||
channel-type.ipcamera.gifHistory.description = A history of the last GIFs created in a CSV formatted string.
|
||||
channel-type.ipcamera.gifHistoryLength.label = GIF History Length
|
||||
channel-type.ipcamera.gifHistoryLength.description = How many GIFs are stored in the history.
|
||||
channel-type.ipcamera.gotoPreset.label = Go To Preset
|
||||
channel-type.ipcamera.gotoPreset.description = Move a P.T.Z camera to this ONVIF preset location.
|
||||
channel-type.ipcamera.gotoPreset.state.option.1 = Preset 1
|
||||
channel-type.ipcamera.gotoPreset.state.option.2 = Preset 2
|
||||
channel-type.ipcamera.gotoPreset.state.option.3 = Preset 3
|
||||
channel-type.ipcamera.gotoPreset.state.option.4 = Preset 4
|
||||
channel-type.ipcamera.gotoPreset.state.option.5 = Preset 5
|
||||
channel-type.ipcamera.gotoPreset.state.option.6 = Preset 6
|
||||
channel-type.ipcamera.gotoPreset.state.option.7 = Preset 7
|
||||
channel-type.ipcamera.gotoPreset.state.option.8 = Preset 8
|
||||
channel-type.ipcamera.gotoPreset.state.option.9 = Preset 9
|
||||
channel-type.ipcamera.gotoPreset.state.option.10 = Preset 10
|
||||
channel-type.ipcamera.gotoPreset.state.option.11 = Preset 11
|
||||
channel-type.ipcamera.gotoPreset.state.option.12 = Preset 12
|
||||
channel-type.ipcamera.gotoPreset.state.option.13 = Preset 13
|
||||
channel-type.ipcamera.gotoPreset.state.option.14 = Preset 14
|
||||
channel-type.ipcamera.gotoPreset.state.option.15 = Preset 15
|
||||
channel-type.ipcamera.gotoPreset.state.option.16 = Preset 16
|
||||
channel-type.ipcamera.gotoPreset.state.option.17 = Preset 17
|
||||
channel-type.ipcamera.gotoPreset.state.option.18 = Preset 18
|
||||
channel-type.ipcamera.gotoPreset.state.option.19 = Preset 19
|
||||
channel-type.ipcamera.gotoPreset.state.option.20 = Preset 20
|
||||
channel-type.ipcamera.gotoPreset.state.option.21 = Preset 21
|
||||
channel-type.ipcamera.gotoPreset.state.option.22 = Preset 22
|
||||
channel-type.ipcamera.gotoPreset.state.option.23 = Preset 23
|
||||
channel-type.ipcamera.gotoPreset.state.option.24 = Preset 24
|
||||
channel-type.ipcamera.gotoPreset.state.option.25 = Preset 25
|
||||
channel-type.ipcamera.hlsUrl.label = HLS URL
|
||||
channel-type.ipcamera.hlsUrl.description = A link you can use in openHAB to cast video feeds.
|
||||
channel-type.ipcamera.humanAlarm.label = Human Alarm
|
||||
channel-type.ipcamera.humanAlarm.description = A person has triggered the Human Detection.
|
||||
channel-type.ipcamera.image.label = Image
|
||||
channel-type.ipcamera.image.description = Low frame rate image from your camera. Recommend this is NOT used unless you have large pollTime.
|
||||
channel-type.ipcamera.imageUrl.label = Image URL
|
||||
channel-type.ipcamera.imageUrl.description = A link you can use to fetch a static image from the camera.
|
||||
channel-type.ipcamera.itemLeft.label = Item Left Alarm
|
||||
channel-type.ipcamera.itemLeft.description = An item has been left.
|
||||
channel-type.ipcamera.itemTaken.label = Item Taken Alarm
|
||||
channel-type.ipcamera.itemTaken.description = An item may have been stolen.
|
||||
channel-type.ipcamera.lastEventData.label = Last Event Data
|
||||
channel-type.ipcamera.lastEventData.description = A string that contains detailed data on the last alarm that was triggered.
|
||||
channel-type.ipcamera.lastMotionType.label = Last Motion Type
|
||||
channel-type.ipcamera.lastMotionType.description = A string that contains the type of motion alarm that was last triggered.
|
||||
channel-type.ipcamera.lineCrossingAlarm.label = Line Crossing Alarm
|
||||
channel-type.ipcamera.lineCrossingAlarm.description = Motion has been detected.
|
||||
channel-type.ipcamera.mjpegUrl.label = MJPEG URL
|
||||
channel-type.ipcamera.mjpegUrl.description = A link you can use in openHAB/HABpanel to fetch a MJPEG video feed from the camera.
|
||||
channel-type.ipcamera.motionAlarm.label = Motion Alarm
|
||||
channel-type.ipcamera.motionAlarm.description = Motion has been detected.
|
||||
channel-type.ipcamera.mp4History.label = MP4 History
|
||||
channel-type.ipcamera.mp4History.description = A history of the last mp4 recordings created in a CSV formatted string.
|
||||
channel-type.ipcamera.mp4HistoryLength.label = MP4 History Length
|
||||
channel-type.ipcamera.mp4HistoryLength.description = How many mp4 recordings are stored in the history.
|
||||
channel-type.ipcamera.pan.label = Pan
|
||||
channel-type.ipcamera.pan.description = Pan the camera to a new position.
|
||||
channel-type.ipcamera.parkingAlarm.label = Parking Alarm
|
||||
channel-type.ipcamera.parkingAlarm.description = A car has triggered the Parking Detection.
|
||||
channel-type.ipcamera.pirAlarm.label = PIR Alarm
|
||||
channel-type.ipcamera.pirAlarm.description = PIR motion has been detected.
|
||||
channel-type.ipcamera.pollImage.label = Poll Image
|
||||
channel-type.ipcamera.pollImage.description = This can be used to trigger snapshot updates when an external PIR, button or other form of sensor turns this channel ON.
|
||||
channel-type.ipcamera.recordingGif.label = GIF Recording
|
||||
channel-type.ipcamera.recordingGif.description = Indicates how long the recording will occur for and when the file is created, the channel will change to 0 by itself.
|
||||
channel-type.ipcamera.recordingMp4.label = MP4 Recording
|
||||
channel-type.ipcamera.recordingMp4.description = Indicates how long the recording will occur for and when the file is created, the channel will change to 0 by itself.
|
||||
channel-type.ipcamera.rtspUrl.label = RTSP URL
|
||||
channel-type.ipcamera.rtspUrl.description = A link that the camera uses for RTSP.
|
||||
channel-type.ipcamera.sceneChangeAlarm.label = Scene Change Alarm
|
||||
channel-type.ipcamera.sceneChangeAlarm.description = Camera may have been moved.
|
||||
channel-type.ipcamera.startStream.label = Start HLS Stream
|
||||
channel-type.ipcamera.startStream.description = Lower the delay to start casting the camera by creating the files non stop in case they are needed.
|
||||
channel-type.ipcamera.storageAlarm.label = Storage Alarm
|
||||
channel-type.ipcamera.storageAlarm.description = An issue with the cameras storage has been reported.
|
||||
channel-type.ipcamera.tamperAlarm.label = Tamper Alarm
|
||||
channel-type.ipcamera.tamperAlarm.description = Camera may be stolen or damaged.
|
||||
channel-type.ipcamera.textOverlay.label = Text Overlay
|
||||
channel-type.ipcamera.textOverlay.description = Enter some text you wish to overlay on top of the cameras snapshot and video streams.
|
||||
channel-type.ipcamera.thresholdAudioAlarm.label = Audio Alarm Threshold
|
||||
channel-type.ipcamera.thresholdAudioAlarm.description = By moving this control you should be able to change how sensitive the audio alarm is to soft or loud noises.
|
||||
channel-type.ipcamera.tilt.label = Tilt
|
||||
channel-type.ipcamera.tilt.description = Tilt the camera to a new position.
|
||||
channel-type.ipcamera.tooBlurryAlarm.label = Too Blurry Alarm
|
||||
channel-type.ipcamera.tooBlurryAlarm.description = Image is out of focus.
|
||||
channel-type.ipcamera.tooBrightAlarm.label = Too Bright Alarm
|
||||
channel-type.ipcamera.tooBrightAlarm.description = Image is too bright.
|
||||
channel-type.ipcamera.tooDarkAlarm.label = Too Dark Alarm
|
||||
channel-type.ipcamera.tooDarkAlarm.description = Image is too dark.
|
||||
channel-type.ipcamera.triggerExternalAlarmInput.label = Alarm In 1 TRIGGER high ON/low OFF
|
||||
channel-type.ipcamera.triggerExternalAlarmInput.description = Change the External Alarm Input to trigger on high or low states.
|
||||
channel-type.ipcamera.zoom.label = Zoom
|
||||
channel-type.ipcamera.zoom.description = Zoom the camera to a new value.
|
||||
Reference in New Issue
Block a user