diff options
-rw-r--r-- | Configuration/nac.json | 43 |
1 files changed, 41 insertions, 2 deletions
diff --git a/Configuration/nac.json b/Configuration/nac.json index 2345bb2..b82c74d 100644 --- a/Configuration/nac.json +++ b/Configuration/nac.json @@ -457,6 +457,19 @@ "size": 1 }, { + "name": "E7U", + "extra_name": "OPTION_EXPORT_MEDIA", + "detail": { + "fr": "Export informations audio", + "en": "Media informations export", + "ru": "Информации из медиа" + }, + "pos": "07", + "mask": "80", + "maskBinary": "10000000", + "size": 1 + }, + { "name": "E7V", "extra_name": "TYPE_EXPORT_MEDIA", "detail": { @@ -966,6 +979,19 @@ "size": 1 }, { + "name": "D00", + "extra_name": "HIDE_CAMERA_LINES", + "detail": { + "fr": "Cacher lignes caméra de recul", + "en": "Hide camera lines", + "ru": "Скрыть линии камеры" + }, + "pos": "07", + "mask": "40", + "maskBinary": "01000000", + "size": 1 + }, + { "name": "DSF", "extra_name": "VEHICLE", "detail": { @@ -1763,12 +1789,25 @@ "name": "Telecoding_Fct_CAFR", "params": [ { + "name": "D8L", + "extra_name": "DG_CAFR_PUSH", + "detail": { + "fr": "Affichage de la touche tactile \"Réglage Automatique Feux de Route\"", + "en": "Display Touch button \"Main beams assistant\"", + "ru": "Отображаемая кнопка на экране \"Ассистент дальнего света\"" + }, + "pos": "04", + "mask": "80", + "maskBinary": "100000000", + "size": 1 + }, + { "name": "DMO", "extra_name": "DG_CAFR_PUSH_POS", "detail": { "fr": "Position touche tactile \"Réglage Automatique Feux de Route\"", "en": "Touch button Position \"Main beams assistant\"", - "ru": "Сенсорная кнопка \"Main beams assistant\"" + "ru": "Сенсорная кнопка \"Ассистент дальнего света\"" }, "pos": "04", "mask": "3E", @@ -1781,7 +1820,7 @@ "detail": { "fr": "Bouton physique pour \"Réglage Automatique Feux de Route\"", "en": "Physical Button \"Main beams assistant\"", - "ru": "Физическая кнопка \"Main beams assistant\"" + "ru": "Физическая кнопка \"Ассистент дальнего света\"" }, "pos": "04", "mask": "40", |