diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 456b365d2..e6c03a014 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -150,7 +150,7 @@ jobs:
"libpangoft2-1.0-0.dll" \
"libpangomm-1.4-1.dll" \
"libpangowin32-1.0-0.dll" \
- "libpcre-1.dll" \
+ "libpcre2-8-0.dll" \
"libpixman-1-0.dll" \
"libpng16-16.dll" \
"librsvg-2-2.dll" \
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4910a56d6..c5d54775f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,10 +45,14 @@ if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION
endif()
# Warning for GCC vectorization issues, which causes problems #5749 and #6384:
-if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND ((CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "10.0" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "10.2") OR (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "11.0")))
+if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER "10.0" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "10.2")
message(STATUS "WARNING: gcc ${CMAKE_CXX_COMPILER_VERSION} is known to miscompile RawTherapee when using -ftree-loop-vectorize, forcing the option to be off")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fno-tree-loop-vectorize")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-tree-loop-vectorize")
+elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL "11.0")
+ message(STATUS "WARNING: gcc ${CMAKE_CXX_COMPILER_VERSION} is known to miscompile RawTherapee when using --ffp-contract=fast, forcing the option to be off")
+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -ffp-contract=off")
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ffp-contract=off")
endif()
# We might want to build using the old C++ ABI, even when using a new GCC
diff --git a/rtdata/languages/Catala b/rtdata/languages/Catala
index b688095a7..4485966ff 100644
--- a/rtdata/languages/Catala
+++ b/rtdata/languages/Catala
@@ -167,7 +167,6 @@ HISTORY_CUSTOMCURVE;Corba particular
HISTORY_FROMCLIPBOARD;Del portapapers
HISTORY_LABEL;Història
HISTORY_MSG_1;Imatge oberta
-HISTORY_MSG_2;PP3 carregat
HISTORY_MSG_3;PP3 canviat
HISTORY_MSG_4;Repassant la història
HISTORY_MSG_5;Brillantor
@@ -181,9 +180,6 @@ HISTORY_MSG_12;Exposició automàtica
HISTORY_MSG_13;Pèrdua per exposició
HISTORY_MSG_14;Luminància: Brillantor
HISTORY_MSG_15;Luminància: Contrast
-HISTORY_MSG_16;Luminància: Negre
-HISTORY_MSG_17;Luminància: Compressió de clars
-HISTORY_MSG_18;Luminància: Compressió de foscos
HISTORY_MSG_19;Corba 'L'
HISTORY_MSG_20;Enfocant
HISTORY_MSG_21;Enfocant -Radi
@@ -208,10 +204,6 @@ HISTORY_MSG_40;Tint de balanç de blancs
HISTORY_MSG_41;Corba de to mode 1
HISTORY_MSG_42;Corba de to 2
HISTORY_MSG_43;Corba de to mode 2
-HISTORY_MSG_44;Lumin. dessoroll Radi
-HISTORY_MSG_45;Lumin. dessoroll, tolerància vores
-HISTORY_MSG_46;Dessorollant color
-HISTORY_MSG_47;Barreja clars intensos ICC amb la matriu
HISTORY_MSG_48;Usa corba de to DCP
HISTORY_MSG_49;Dessoroll de color, sensib. de vores
HISTORY_MSG_50;Foscos/clars intensos
@@ -219,7 +211,6 @@ HISTORY_MSG_51;Clars intensos
HISTORY_MSG_52;Foscos
HISTORY_MSG_53;Amplada de to de clars
HISTORY_MSG_54;Amplada de to de foscos
-HISTORY_MSG_55;Contrast local
HISTORY_MSG_56;Radi foscos/clars intensos
HISTORY_MSG_57;Rotació tosca
HISTORY_MSG_58;Inversió horitzontal
@@ -231,7 +222,6 @@ HISTORY_MSG_63;Instantània seleccionada
HISTORY_MSG_64;Cropa foto
HISTORY_MSG_65;Correcció A.C.
HISTORY_MSG_66;Recuperació de clars intensos
-HISTORY_MSG_67;Recup. de clars: quantitat
HISTORY_MSG_68;Recup. de clars: mètode
HISTORY_MSG_69;Espai de color de treball
HISTORY_MSG_70;Espai de color de sortida
@@ -242,12 +232,10 @@ HISTORY_MSG_74;Canviar l'escala
HISTORY_MSG_75;Mètode de canvi d'escala
HISTORY_MSG_76;Metadades Exif
HISTORY_MSG_77;Metadades IPTC
-HISTORY_MSG_78;Especificacions per a escalar
HISTORY_MSG_79;Variar amplada
HISTORY_MSG_80;Variar alçada
HISTORY_MSG_81;Escalat activat
HISTORY_MSG_82;Perfil canviat
-HISTORY_MSG_83;Alta qual. ombres/clars intensos
HISTORY_MSG_84;Correcció de perspectiva
HISTORY_MSG_85;Perfil de correcció de la lent
HISTORY_MSG_86;Equalitzador d'ónula
@@ -291,12 +279,6 @@ HISTORY_MSG_127;Auto-sel. camp pla
HISTORY_MSG_128;Camp pla borrós - radi
HISTORY_MSG_129;Camp pla borrós - tipus
HISTORY_MSG_130;Auto-distorsió
-HISTORY_MSG_131;Dessoroll de luminància
-HISTORY_MSG_132;Dessoroll de crominància
-HISTORY_MSG_133;Gama
-HISTORY_MSG_134;Posició Gama
-HISTORY_MSG_135;Gama lliure
-HISTORY_MSG_136;Pendent de Gama
HISTORY_MSG_137;Negre nivell verd 1
HISTORY_MSG_138;Negre nivell roig
HISTORY_MSG_139;Negre nivell blau
@@ -662,11 +644,11 @@ TP_EPD_REWEIGHTINGITERATES;Iteracions de ponderació
TP_EPD_SCALE;Escala
TP_EPD_STRENGTH;Intensitat
TP_EXPOSURE_AUTOLEVELS;Nivells automàtics
-TP_EXPOSURE_AUTOLEVELS_TIP;Activa auto-nivells per a ajustar automàticament els valors dels paràmetres segons anàlisi de la imatge
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Activa auto-nivells per a ajustar automàticament els valors dels paràmetres segons anàlisi de la imatge
TP_EXPOSURE_BLACKLEVEL;Negre
TP_EXPOSURE_BRIGHTNESS;Brillantor
TP_EXPOSURE_CLIP;Retall
-TP_EXPOSURE_CLIP_TIP;Conjunt de píxels que es retallaran en l'anivellament automàtic
+TP_EXPOSURE_CLIP_TOOLTIP;Conjunt de píxels que es retallaran en l'anivellament automàtic
TP_EXPOSURE_COMPRHIGHLIGHTS;Quantitat recuperació de clars
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Llindar recup. clars intensos
TP_EXPOSURE_COMPRSHADOWS;Recuperació de foscos
@@ -748,14 +730,14 @@ TP_LABCURVE_CURVEEDITOR_LC;LC
TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Cromaticitat segons la luminància
TP_LABCURVE_LABEL;Ajustos Lab
TP_LABCURVE_LCREDSK;LC limitat als tons vermell i pell
-TP_LABCURVE_LCREDSK_TIP;Si habilitat, la corba LC (luminància segons cromaticitat) es limita als tons vermell i de pell\nSi no ho està, s'aplica a tots els tons
+TP_LABCURVE_LCREDSK_TOOLTIP;Si habilitat, la corba LC (luminància segons cromaticitat) es limita als tons vermell i de pell\nSi no ho està, s'aplica a tots els tons
TP_LABCURVE_RSTPROTECTION;Protecció de tons vermells i de pell
TP_LABCURVE_RSTPRO_TOOLTIP;Es maneja amb el control de cromaticitat i la corba CC.
TP_LENSGEOM_AUTOCROP;Auto cropa
TP_LENSGEOM_FILL;Auto omple
TP_LENSGEOM_LABEL;Lent / Geometria
TP_LENSPROFILE_LABEL;Perfil de correcció de lent
-TP_NEUTRAL_TIP;Torna els controls d'exposició a valors neutrals
+TP_NEUTRAL_TOOLTIP;Torna els controls d'exposició a valors neutrals
TP_PERSPECTIVE_HORIZONTAL;Horitzontal
TP_PERSPECTIVE_LABEL;Perspectiva
TP_PERSPECTIVE_VERTICAL;Vertical
@@ -912,7 +894,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!DYNPROFILEEDITOR_DELETE;Delete
!DYNPROFILEEDITOR_EDIT;Edit
!DYNPROFILEEDITOR_EDIT_RULE;Edit Dynamic Profile Rule
-!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the "re:" prefix to enter\na regular expression.
+!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the 're:' prefix to enter\na regular expression.
!DYNPROFILEEDITOR_IMGTYPE_ANY;Any
!DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
!DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
@@ -931,9 +913,9 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!EXPORT_BYPASS_RAW_LMMSE_ITERATIONS;Bypass [raw] LMMSE Enhancement Steps
!EXPORT_PIPELINE;Processing pipeline
!EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-!EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+!EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
!EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_CACHECLEARFROMFULL;Clear all including cached profiles
!FILEBROWSER_CACHECLEARFROMPARTIAL;Clear all except cached profiles
!FILEBROWSER_COLORLABEL_TOOLTIP;Color label.\n\nUse dropdown menu or shortcuts:\nShift-Ctrl-0 No Color\nShift-Ctrl-1 Red\nShift-Ctrl-2 Yellow\nShift-Ctrl-3 Green\nShift-Ctrl-4 Blue\nShift-Ctrl-5 Purple
@@ -947,6 +929,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!FILEBROWSER_POPUPCOLORLABEL3;Label: Green
!FILEBROWSER_POPUPCOLORLABEL4;Label: Blue
!FILEBROWSER_POPUPCOLORLABEL5;Label: Purple
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPRANK0;Unrank
!FILEBROWSER_POPUPRANK1;Rank 1 *
!FILEBROWSER_POPUPRANK2;Rank 2 **
@@ -976,6 +959,8 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!GENERAL_AUTO;Automatic
!GENERAL_CLOSE;Close
!GENERAL_CURRENT;Current
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
!GENERAL_OPEN;Open
!GENERAL_RESET;Reset
@@ -983,46 +968,55 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!GENERAL_SLIDER;Slider
!GIMP_PLUGIN_INFO;Welcome to the RawTherapee GIMP plugin!\nOnce you are done editing, simply close the main RawTherapee window and the image will be automatically imported in GIMP.
!HISTOGRAM_TOOLTIP_CHRO;Show/Hide chromaticity histogram.
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
!HISTOGRAM_TOOLTIP_MODE;Toggle between linear, log-linear and log-log scaling of the histogram.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_MSG_36;Lens Correction - CA
!HISTORY_MSG_117;Raw CA correction - Red
!HISTORY_MSG_118;Raw CA correction - Blue
!HISTORY_MSG_121;Raw CA Correction - Auto
!HISTORY_MSG_166;Exposure - Reset
!HISTORY_MSG_173;NR - Detail recovery
-!HISTORY_MSG_174;CIECAM02
-!HISTORY_MSG_175;CAM02 - CAT02 adaptation
-!HISTORY_MSG_176;CAM02 - Viewing surround
-!HISTORY_MSG_177;CAM02 - Scene luminosity
-!HISTORY_MSG_178;CAM02 - Viewing luminosity
-!HISTORY_MSG_179;CAM02 - White-point model
-!HISTORY_MSG_180;CAM02 - Lightness (J)
-!HISTORY_MSG_181;CAM02 - Chroma (C)
-!HISTORY_MSG_182;CAM02 - Automatic CAT02
-!HISTORY_MSG_183;CAM02 - Contrast (J)
-!HISTORY_MSG_184;CAM02 - Scene surround
-!HISTORY_MSG_185;CAM02 - Gamut control
-!HISTORY_MSG_186;CAM02 - Algorithm
-!HISTORY_MSG_187;CAM02 - Red/skin prot.
-!HISTORY_MSG_188;CAM02 - Brightness (Q)
-!HISTORY_MSG_189;CAM02 - Contrast (Q)
-!HISTORY_MSG_190;CAM02 - Saturation (S)
-!HISTORY_MSG_191;CAM02 - Colorfulness (M)
-!HISTORY_MSG_192;CAM02 - Hue (h)
-!HISTORY_MSG_193;CAM02 - Tone curve 1
-!HISTORY_MSG_194;CAM02 - Tone curve 2
-!HISTORY_MSG_195;CAM02 - Tone curve 1
-!HISTORY_MSG_196;CAM02 - Tone curve 2
-!HISTORY_MSG_197;CAM02 - Color curve
-!HISTORY_MSG_198;CAM02 - Color curve
-!HISTORY_MSG_199;CAM02 - Output histograms
-!HISTORY_MSG_200;CAM02 - Tone mapping
+!HISTORY_MSG_174;Color Appearance & Lighting
+!HISTORY_MSG_175;CAL - SC - Adaptation
+!HISTORY_MSG_176;CAL - VC - Surround
+!HISTORY_MSG_177;CAL - SC - Absolute luminance
+!HISTORY_MSG_178;CAL - VC - Absolute luminance
+!HISTORY_MSG_179;CAL - SC - WP model
+!HISTORY_MSG_180;CAL - IA - Lightness (J)
+!HISTORY_MSG_181;CAL - IA - Chroma (C)
+!HISTORY_MSG_182;CAL - SC - Auto adaptation
+!HISTORY_MSG_183;CAL - IA - Contrast (J)
+!HISTORY_MSG_184;CAL - SC - Surround
+!HISTORY_MSG_185;CAL - Gamut control
+!HISTORY_MSG_186;CAL - IA - Algorithm
+!HISTORY_MSG_187;CAL - IA - Red/skin protection
+!HISTORY_MSG_188;CAL - IA - Brightness (Q)
+!HISTORY_MSG_189;CAL - IA - Contrast (Q)
+!HISTORY_MSG_190;CAL - IA - Saturation (S)
+!HISTORY_MSG_191;CAL - IA - Colorfulness (M)
+!HISTORY_MSG_192;CAL - IA - Hue (h)
+!HISTORY_MSG_193;CAL - IA - Tone curve 1
+!HISTORY_MSG_194;CAL - IA - Tone curve 2
+!HISTORY_MSG_195;CAL - IA - Tone curve 1 mode
+!HISTORY_MSG_196;CAL - IA - Tone curve 2 mode
+!HISTORY_MSG_197;CAL - IA - Color curve
+!HISTORY_MSG_198;CAL - IA - Color curve mode
+!HISTORY_MSG_199;CAL - IA - Use CAM output for histograms
+!HISTORY_MSG_200;CAL - IA - Use CAM for tone mapping
!HISTORY_MSG_201;NR - Chrominance - R&G
!HISTORY_MSG_202;NR - Chrominance - B&Y
!HISTORY_MSG_203;NR - Color space
!HISTORY_MSG_204;LMMSE enhancement steps
-!HISTORY_MSG_205;CAM02 - Hot/bad pixel filter
-!HISTORY_MSG_206;CAT02 - Auto scene luminosity
+!HISTORY_MSG_205;CAL - Hot/bad pixel filter
+!HISTORY_MSG_206;CAL - SC - Auto absolute luminance
!HISTORY_MSG_207;Defringe - Hue curve
!HISTORY_MSG_208;WB - B/R equalizer
!HISTORY_MSG_210;GF - Angle
@@ -1065,7 +1059,6 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_247;L*a*b* - LH curve
!HISTORY_MSG_248;L*a*b* - HH curve
!HISTORY_MSG_249;CbDL - Threshold
-!HISTORY_MSG_250;NR - Enhanced
!HISTORY_MSG_251;B&W - Algorithm
!HISTORY_MSG_252;CbDL - Skin tar/prot
!HISTORY_MSG_253;CbDL - Reduce artifacts
@@ -1089,8 +1082,6 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_271;CT - High - Blue
!HISTORY_MSG_272;CT - Balance
!HISTORY_MSG_273;CT - Color Balance SMH
-!HISTORY_MSG_274;CT - Sat. Shadows
-!HISTORY_MSG_275;CT - Sat. Highlights
!HISTORY_MSG_276;CT - Opacity
!HISTORY_MSG_277;--unused--
!HISTORY_MSG_278;CT - Preserve luminance
@@ -1115,7 +1106,6 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_297;NR - Mode
!HISTORY_MSG_298;Dead pixel filter
!HISTORY_MSG_299;NR - Chrominance curve
-!HISTORY_MSG_300;-
!HISTORY_MSG_301;NR - Luma control
!HISTORY_MSG_302;NR - Chroma method
!HISTORY_MSG_303;NR - Chroma method
@@ -1133,10 +1123,10 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_315;W - Residual - Contrast
!HISTORY_MSG_316;W - Gamut - Skin tar/prot
!HISTORY_MSG_317;W - Gamut - Skin hue
-!HISTORY_MSG_318;W - Contrast - Highlight levels
-!HISTORY_MSG_319;W - Contrast - Highlight range
-!HISTORY_MSG_320;W - Contrast - Shadow range
-!HISTORY_MSG_321;W - Contrast - Shadow levels
+!HISTORY_MSG_318;W - Contrast - Finer levels
+!HISTORY_MSG_319;W - Contrast - Finer range
+!HISTORY_MSG_320;W - Contrast - Coarser range
+!HISTORY_MSG_321;W - Contrast - Coarser levels
!HISTORY_MSG_322;W - Gamut - Avoid color shift
!HISTORY_MSG_323;W - ES - Local contrast
!HISTORY_MSG_324;W - Chroma - Pastel
@@ -1200,14 +1190,14 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_382;PRS RLD - Amount
!HISTORY_MSG_383;PRS RLD - Damping
!HISTORY_MSG_384;PRS RLD - Iterations
-!HISTORY_MSG_385;W - Residual - Color Balance
+!HISTORY_MSG_385;W - Residual - Color balance
!HISTORY_MSG_386;W - Residual - CB green high
!HISTORY_MSG_387;W - Residual - CB blue high
!HISTORY_MSG_388;W - Residual - CB green mid
!HISTORY_MSG_389;W - Residual - CB blue mid
!HISTORY_MSG_390;W - Residual - CB green low
!HISTORY_MSG_391;W - Residual - CB blue low
-!HISTORY_MSG_392;W - Residual - Color Balance
+!HISTORY_MSG_392;W - Residual - Color balance
!HISTORY_MSG_393;DCP - Look table
!HISTORY_MSG_394;DCP - Baseline exposure
!HISTORY_MSG_395;DCP - Base table
@@ -1224,7 +1214,6 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_407;Retinex - Method
!HISTORY_MSG_408;Retinex - Radius
-!HISTORY_MSG_409;Retinex - Contrast
!HISTORY_MSG_410;Retinex - Offset
!HISTORY_MSG_411;Retinex - Strength
!HISTORY_MSG_412;Retinex - Gaussian gradient
@@ -1240,7 +1229,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_422;Retinex - Gamma
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_426;Retinex - Hue equalizer
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
@@ -1260,30 +1249,45 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_442;Retinex - Scale
!HISTORY_MSG_443;Output black point compensation
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_445;Raw sub-image
-!HISTORY_MSG_449;PS - ISO adaption
-!HISTORY_MSG_452;PS - Show motion
-!HISTORY_MSG_453;PS - Show mask only
-!HISTORY_MSG_457;PS - Check red/blue
-!HISTORY_MSG_462;PS - Check green
-!HISTORY_MSG_464;PS - Blur motion mask
-!HISTORY_MSG_465;PS - Blur radius
-!HISTORY_MSG_468;PS - Fill holes
-!HISTORY_MSG_469;PS - Median
-!HISTORY_MSG_471;PS - Motion correction
-!HISTORY_MSG_472;PS - Smooth transitions
-!HISTORY_MSG_473;PS - Use LMMSE
-!HISTORY_MSG_474;PS - Equalize
-!HISTORY_MSG_475;PS - Equalize channel
-!HISTORY_MSG_476;CAM02 - Temp out
-!HISTORY_MSG_477;CAM02 - Green out
-!HISTORY_MSG_478;CAM02 - Yb out
-!HISTORY_MSG_479;CAM02 - CAT02 adaptation out
-!HISTORY_MSG_480;CAM02 - Automatic CAT02 out
-!HISTORY_MSG_481;CAM02 - Temp scene
-!HISTORY_MSG_482;CAM02 - Green scene
-!HISTORY_MSG_483;CAM02 - Yb scene
-!HISTORY_MSG_484;CAM02 - Auto Yb scene
+!HISTORY_MSG_445;Raw Sub-Image
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_449;PS ISO adaption
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_452;PS Show motion
+!HISTORY_MSG_453;PS Show mask only
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_457;PS Check red/blue
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_462;PS Check green
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_464;PS Blur motion mask
+!HISTORY_MSG_465;PS Blur radius
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_468;PS Fill holes
+!HISTORY_MSG_469;PS Median
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_471;PS Motion correction
+!HISTORY_MSG_472;PS Smooth transitions
+!HISTORY_MSG_474;PS Equalize
+!HISTORY_MSG_475;PS Equalize channel
+!HISTORY_MSG_476;CAL - VC - Temperature
+!HISTORY_MSG_477;CAL - VC - Tint
+!HISTORY_MSG_478;CAL - VC - Mean luminance
+!HISTORY_MSG_479;CAL - VC - Adaptation
+!HISTORY_MSG_480;CAL - VC - Auto adaptation
+!HISTORY_MSG_481;CAL - SC - Temperature
+!HISTORY_MSG_482;CAL - SC - Tint
+!HISTORY_MSG_483;CAL - SC - Mean luminance
+!HISTORY_MSG_484;CAL - SC - Auto mean luminance
!HISTORY_MSG_485;Lens Correction
!HISTORY_MSG_486;Lens Correction - Camera
!HISTORY_MSG_487;Lens Correction - Lens
@@ -1294,6 +1298,654 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_492;RGB Curves
!HISTORY_MSG_493;L*a*b* Adjustments
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_CLAMPOOG;Clip out-of-gamut colors
!HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Color correction
!HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Color correction
@@ -1309,22 +1961,42 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Saturation
!HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
!HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
!HISTORY_MSG_DEHAZE_DEPTH;Dehaze - Depth
!HISTORY_MSG_DEHAZE_ENABLED;Haze Removal
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Dehaze - Show depth map
!HISTORY_MSG_DEHAZE_STRENGTH;Dehaze - Strength
!HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
!HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
!HISTORY_MSG_HISTMATCHING;Auto-matched tone curve
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
!HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
!HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-!HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-!HISTORY_MSG_ICM_WORKING_SLOPE;Working - Slope
-!HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC method
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Amount
!HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Darkness
!HISTORY_MSG_LOCALCONTRAST_ENABLED;Local Contrast
@@ -1339,24 +2011,84 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
+!HISTORY_MSG_RANGEAB;Range ab
!HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correction - Iterations
!HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correction - Avoid color shift
!HISTORY_MSG_RAW_BORDER;Raw border
!HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Allow upscaling
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SHARPENING_BLUR;Sharpening - Blur radius
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
!HISTORY_MSG_SH_COLORSPACE;S/H - Colorspace
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: Alt-s
!ICCPROFCREATOR_COPYRIGHT;Copyright:
-!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
!ICCPROFCREATOR_CUSTOM;Custom
!ICCPROFCREATOR_DESCRIPTION;Description:
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
@@ -1368,11 +2100,12 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!ICCPROFCREATOR_ILL_50;D50
!ICCPROFCREATOR_ILL_55;D55
!ICCPROFCREATOR_ILL_60;D60
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
!ICCPROFCREATOR_ILL_65;D65
!ICCPROFCREATOR_ILL_80;D80
!ICCPROFCREATOR_ILL_DEF;Default
!ICCPROFCREATOR_ILL_INC;StdA 2856K
-!ICCPROFCREATOR_ILL_TOOLTIP;You can only set the illuminant for ICC v4 profiles.
+!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
!ICCPROFCREATOR_PRIM_ACESP0;ACES AP0
!ICCPROFCREATOR_PRIM_ACESP1;ACES AP1
@@ -1382,6 +2115,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!ICCPROFCREATOR_PRIM_BLUX;Blue X
!ICCPROFCREATOR_PRIM_BLUY;Blue Y
!ICCPROFCREATOR_PRIM_BRUCE;BruceRGB
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
!ICCPROFCREATOR_PRIM_GREX;Green X
!ICCPROFCREATOR_PRIM_GREY;Green Y
!ICCPROFCREATOR_PRIM_PROPH;Prophoto
@@ -1389,13 +2123,14 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!ICCPROFCREATOR_PRIM_REDX;Red X
!ICCPROFCREATOR_PRIM_REDY;Red Y
!ICCPROFCREATOR_PRIM_SRGB;sRGB
-!ICCPROFCREATOR_PRIM_TOOLTIP;You can only set custom primaries for ICC v4 profiles.
+!ICCPROFCREATOR_PRIM_TOOLTIP;You can set custom primaries for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIM_WIDEG;Widegamut
!ICCPROFCREATOR_PROF_V2;ICC v2
!ICCPROFCREATOR_PROF_V4;ICC v4
!ICCPROFCREATOR_SAVEDIALOG_TITLE;Save ICC profile as...
!ICCPROFCREATOR_SLOPE;Slope
-!ICCPROFCREATOR_TRC_PRESET;Tone response curve:
+!ICCPROFCREATOR_TRC_PRESET;Tone response curve
+!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
!IPTCPANEL_COPYRIGHT;Copyright notice
@@ -1407,7 +2142,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!IPTCPANEL_CREATORJOBTITLEHINT;Enter the Job Title of the person listed in the Creator field.
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_HEADLINEHINT;Enter a brief publishable synopsis or summary of the contents of the image.
@@ -1431,12 +2166,14 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!MAIN_MSG_PATHDOESNTEXIST;The path\n\n%1\n\ndoes not exist. Please set a correct path in Preferences.
!MAIN_MSG_SETPATHFIRST;You first have to set a target path in Preferences in order to use this function!
!MAIN_MSG_TOOMANYOPENEDITORS;Too many open editors.\nPlease close an editor to continue.
-!MAIN_MSG_WRITEFAILED;Failed to write\n"%1"\n\nMake sure that the folder exists and that you have write permission to it.
+!MAIN_MSG_WRITEFAILED;Failed to write\n'%1'\n\nMake sure that the folder exists and that you have write permission to it.
!MAIN_TAB_ADVANCED;Advanced
!MAIN_TAB_ADVANCED_TOOLTIP;Shortcut: Alt-a
!MAIN_TAB_FAVORITES;Favorites
!MAIN_TAB_FAVORITES_TOOLTIP;Shortcut: Alt-u
!MAIN_TAB_INSPECT; Inspect
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TOOLTIP_BACKCOLOR3;Background color of the preview: middle grey\nShortcut: 9
!MAIN_TOOLTIP_PREVIEWSHARPMASK;Preview the sharpening contrast mask.\nShortcut: p\n\nOnly works when sharpening is enabled and zoom >= 100%.
!MONITOR_PROFILE_SYSTEM;System default
@@ -1450,25 +2187,28 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!NAVIGATOR_R;R:
!NAVIGATOR_S;S:
!NAVIGATOR_V;V:
-!OPTIONS_BUNDLED_MISSING;The bundled profile "%1" could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
-!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
-!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
+!OPTIONS_BUNDLED_MISSING;The bundled profile '%1' could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
+!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
+!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
!PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
!PARTIALPASTE_CHANNELMIXERBW;Black-and-white
-!PARTIALPASTE_COLORAPP;CIECAM02
+!PARTIALPASTE_COLORAPP;Color Appearance & Lighting
!PARTIALPASTE_COLORTONING;Color toning
!PARTIALPASTE_DEHAZE;Haze removal
!PARTIALPASTE_EQUALIZER;Wavelet levels
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!PARTIALPASTE_FILMNEGATIVE;Film negative
!PARTIALPASTE_FILMSIMULATION;Film simulation
!PARTIALPASTE_FLATFIELDCLIPCONTROL;Flat-field clip control
!PARTIALPASTE_GRADIENT;Graduated filter
!PARTIALPASTE_LOCALCONTRAST;Local contrast
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
!PARTIALPASTE_METADATA;Metadata mode
!PARTIALPASTE_PCVIGNETTE;Vignette filter
!PARTIALPASTE_PREPROCESS_DEADPIXFILT;Dead pixel filter
!PARTIALPASTE_PREPROCESS_HOTPIXFILT;Hot pixel filter
!PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_PRSHARPENING;Post-resize sharpening
!PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA avoid color shift
!PARTIALPASTE_RAWCACORR_CAREDBLUE;CA red & blue
@@ -1478,6 +2218,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
!PARTIALPASTE_RETINEX;Retinex
!PARTIALPASTE_SOFTLIGHT;Soft light
+!PARTIALPASTE_SPOT;Spot removal
!PARTIALPASTE_TM_FATTAL;Dynamic range compression
!PREFERENCES_APPEARANCE;Appearance
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
@@ -1502,10 +2243,16 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaic
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CHUNKSIZE_RGB;RGB processing
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
!PREFERENCES_CLUTSCACHE;HaldCLUT Cache
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
!PREFERENCES_CLUTSDIR;HaldCLUT directory
!PREFERENCES_CMMBPC;Black point compensation
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
!PREFERENCES_CROP;Crop Editing
!PREFERENCES_CROP_AUTO_FIT;Automatically zoom to fit the crop
!PREFERENCES_CROP_GUIDES;Guides shown when not editing the crop
@@ -1522,10 +2269,17 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_TID;TagID
!PREFERENCES_DIRECTORIES;Directories
!PREFERENCES_EDITORCMDLINE;Custom command line
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
!PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compact toolbars in File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT;Same thumbnail height between the Filmstrip and the File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT_HINT;Having separate thumbnail size will require more processing time each time you'll switch between the single Editor tab and the File Browser.
!PREFERENCES_HISTOGRAM_TOOLTIP;If enabled, the working profile is used for rendering the main histogram and the Navigator panel, otherwise the gamma-corrected output profile is used.
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_LABEL;Inspect
!PREFERENCES_INSPECT_MAXBUFFERS_LABEL;Maximum number of cached images
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
@@ -1554,12 +2308,13 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!PREFERENCES_PRTINTENT;Rendering intent
!PREFERENCES_PRTPROFILE;Color profile
!PREFERENCES_REMEMBERZOOMPAN;Remember zoom % and pan offset
-!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in "Single Editor Tab Mode" and when "Demosaicing method used for the preview at <100% zoom" is set to "As in PP3".
+!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in 'Single Editor Tab Mode' and when 'Demosaicing method used for the preview at <100% zoom' is set to 'As in PP3'.
!PREFERENCES_SAVE_TP_OPEN_NOW;Save tool collapsed/expanded state now
!PREFERENCES_SERIALIZE_TIFF_READ;TIFF Read Settings
!PREFERENCES_SERIALIZE_TIFF_READ_LABEL;Serialize reading of TIFF files
!PREFERENCES_SERIALIZE_TIFF_READ_TOOLTIP;Enabling this option when working with folders containing uncompressed TIFF files can increase performance of thumbnail generation.
!PREFERENCES_SHOWFILMSTRIPTOOLBAR;Show Filmstrip toolbar
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
!PREFERENCES_TAB_DYNAMICPROFILE;Dynamic Profile Rules
!PREFERENCES_TAB_PERFORMANCE;Performance
!PREFERENCES_THUMBNAIL_INSPECTOR_JPEG;Embedded JPEG preview
@@ -1567,8 +2322,9 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW;Neutral raw rendering
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW_IF_NO_JPEG_FULLSIZE;Embedded JPEG if fullsize, neutral raw otherwise
!PREFERENCES_USEBUNDLEDPROFILES;Use bundled profiles
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROFILEPANEL_GLOBALPROFILES;Bundled profiles
-!PROFILEPANEL_MODE_TIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
+!PROFILEPANEL_MODE_TOOLTIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
!PROFILEPANEL_MYPROFILES;My profiles
!PROFILEPANEL_PDYNAMIC;Dynamic
!PROFILEPANEL_PINTERNAL;Neutral
@@ -1599,7 +2355,14 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
!TOOLBAR_TOOLTIP_COLORPICKER;Lockable Color Picker\n\nWhen the tool is active:\n- Add a picker: left-click.\n- Drag a picker: left-click and drag.\n- Delete a picker: right-click.\n- Delete all pickers: Ctrl+Shift+right-click.\n- Revert to hand tool: right-click outside any picker.
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
!TP_BWMIX_ALGO;Algorithm OYCPM
!TP_BWMIX_ALGO_LI;Linear
!TP_BWMIX_ALGO_SP;Special effects
@@ -1634,7 +2397,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_BWMIX_MIXC;Channel Mixer
!TP_BWMIX_NEUTRAL;Reset
!TP_BWMIX_RGBLABEL;R: %1%% G: %2%% B: %3%% Total: %4%%
-!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n"Total" displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
+!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n'Total' displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
!TP_BWMIX_RGB_TOOLTIP;Mix the RGB channels. Use presets for guidance.\nPay attention to negative values that may cause artifacts or erratic behavior.
!TP_BWMIX_SETTING;Presets
!TP_BWMIX_SETTING_TOOLTIP;Different presets (film, landscape, etc.) or manual Channel Mixer settings.
@@ -1663,6 +2426,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_CBDL_METHOD;Process located
!TP_CBDL_METHOD_TOOLTIP;Choose whether the Contrast by Detail Levels tool is to be positioned after the Black-and-White tool, which makes it work in L*a*b* space, or before it, which makes it work in RGB space.
!TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminance
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_ALGO;Algorithm
!TP_COLORAPP_ALGO_ALL;All
!TP_COLORAPP_ALGO_JC;Lightness + Chroma (JC)
@@ -1672,51 +2436,76 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_COLORAPP_BADPIXSL;Hot/bad pixel filter
!TP_COLORAPP_BADPIXSL_TOOLTIP;Suppression of hot/bad (brightly colored) pixels.\n0 = No effect\n1 = Median\n2 = Gaussian.\nAlternatively, adjust the image to avoid very dark shadows.\n\nThese artifacts are due to limitations of CIECAM02.
!TP_COLORAPP_BRIGHT;Brightness (Q)
-!TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM02 takes into account the white's luminosity and differs from L*a*b* and RGB brightness.
+!TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM is the amount of perceived light emanating from a stimulus. It differs from L*a*b* and RGB brightness.
!TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
!TP_COLORAPP_CHROMA;Chroma (C)
!TP_COLORAPP_CHROMA_M;Colorfulness (M)
-!TP_COLORAPP_CHROMA_M_TOOLTIP;Colorfulness in CIECAM02 differs from L*a*b* and RGB colorfulness.
+!TP_COLORAPP_CHROMA_M_TOOLTIP;Colorfulness in CIECAM is the perceived amount of hue in relation to gray, an indicator that a stimulus appears to be more or less colored.
!TP_COLORAPP_CHROMA_S;Saturation (S)
-!TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM02 differs from L*a*b* and RGB saturation.
-!TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM02 differs from L*a*b* and RGB chroma.
-!TP_COLORAPP_CIECAT_DEGREE;CAT02 adaptation
+!TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM corresponds to the color of a stimulus in relation to its own brightness. It differs from L*a*b* and RGB saturation.
+!TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM corresponds to the color of a stimulus relative to the clarity of a stimulus that appears white under identical conditions. It differs from L*a*b* and RGB chroma.
+!TP_COLORAPP_CIECAT_DEGREE;Adaptation
!TP_COLORAPP_CONTRAST;Contrast (J)
!TP_COLORAPP_CONTRAST_Q;Contrast (Q)
-!TP_COLORAPP_CONTRAST_Q_TOOLTIP;Differs from L*a*b* and RGB contrast.
-!TP_COLORAPP_CONTRAST_TOOLTIP;Differs from L*a*b* and RGB contrast.
+!TP_COLORAPP_CONTRAST_Q_TOOLTIP;Contrast (Q) in CIECAM is based on brightness. It differs from L*a*b* and RGB contrast.
+!TP_COLORAPP_CONTRAST_TOOLTIP;Contrast (J) in CIECAM is based on lightness. It differs from L*a*b* and RGB contrast.
!TP_COLORAPP_CURVEEDITOR1;Tone curve 1
-!TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of J or Q after CIECAM02.\n\nJ and Q are not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
+!TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of J after CIECAM.\n\nJ is not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
!TP_COLORAPP_CURVEEDITOR2;Tone curve 2
-!TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the second exposure tone curve.
+!TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the first J(J) tone curve.
!TP_COLORAPP_CURVEEDITOR3;Color curve
-!TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colorfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of C, s or M after CIECAM02.\n\nC, s and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
-!TP_COLORAPP_DATACIE;CIECAM02 output histograms in curves
-!TP_COLORAPP_DATACIE_TOOLTIP;When enabled, histograms in CIECAM02 curves show approximate values/ranges for J or Q, and C, s or M after the CIECAM02 adjustments.\nThis selection does not impact the main histogram panel.\n\nWhen disabled, histograms in CIECAM02 curves show L*a*b* values before CIECAM02 adjustments.
-!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
-!TP_COLORAPP_GAMUT;Gamut control (L*a*b*)
-!TP_COLORAPP_GAMUT_TOOLTIP;Allow gamut control in L*a*b* mode.
+!TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colorfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of C, S or M after CIECAM.\n\nC, S and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
+!TP_COLORAPP_DATACIE;Show CIECAM output histograms in CAL curves
+!TP_COLORAPP_DATACIE_TOOLTIP;Affects histograms shown in Color Appearance & Lightning curves. Does not affect RawTherapee's main histogram.\n\nEnabled: show approximate values for J and C, S or M after the CIECAM adjustments.\nDisabled: show L*a*b* values before CIECAM adjustments.
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
+!TP_COLORAPP_GAMUT;Use gamut control in L*a*b* mode
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
!TP_COLORAPP_HUE;Hue (h)
-!TP_COLORAPP_HUE_TOOLTIP;Hue (h) - angle between 0° and 360°.
-!TP_COLORAPP_LABEL;CIE Color Appearance Model 2002
+!TP_COLORAPP_HUE_TOOLTIP;Hue (h) is the degree to which a stimulus can be described as similar to a color described as red, green, blue and yellow.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_LABEL;Color Appearance & Lighting
!TP_COLORAPP_LABEL_CAM02;Image Adjustments
!TP_COLORAPP_LABEL_SCENE;Scene Conditions
!TP_COLORAPP_LABEL_VIEWING;Viewing Conditions
!TP_COLORAPP_LIGHT;Lightness (J)
-!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM02 differs from L*a*b* and RGB lightness.
+!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM is the clarity of a stimulus relative to the clarity of a stimulus that appears white under similar viewing conditions. It differs from L*a*b* and RGB lightness.
!TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
-!TP_COLORAPP_MODEL;WP Model
-!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM02 is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp+green + CAT02 + [output]: temp and green are selected by the user, the output device's white balance is set in Viewing Conditions.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODEL;WP model
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02/16] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp + tint + CAT02/16 + [output]: temp and tint are selected by the user, the output device's white balance is set in Viewing Conditions.
!TP_COLORAPP_NEUTRAL;Reset
-!TP_COLORAPP_NEUTRAL_TIP;Reset all sliders checkbox and curves to their default values
+!TP_COLORAPP_NEUTRAL_TOOLTIP;Reset all sliders checkbox and curves to their default values.
!TP_COLORAPP_RSTPRO;Red & skin-tones protection
!TP_COLORAPP_RSTPRO_TOOLTIP;Red & skin-tones protection affects both sliders and curves.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
!TP_COLORAPP_SURROUND;Surround
+!TP_COLORAPP_SURROUNDSRC;Surround
!TP_COLORAPP_SURROUND_AVER;Average
!TP_COLORAPP_SURROUND_DARK;Dark
!TP_COLORAPP_SURROUND_DIM;Dim
!TP_COLORAPP_SURROUND_EXDARK;Extremly Dark (Cutsheet)
-!TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device.\n\nAverage: Average light environment (standard). The image will not change.\n\nDim: Dim environment (TV). The image will become slightly dark.\n\nDark: Dark environment (projector). The image will become more dark.\n\nExtremly Dark: Extremly dark environment (cutsheet). The image will become very dark.
+!TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device. The darker the viewing conditions, the darker the image will become. Image brightness will not be changed when the viewing conditions are set to average.
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
!TP_COLORAPP_TCMODE_BRIGHTNESS;Brightness
!TP_COLORAPP_TCMODE_CHROMA;Chroma
!TP_COLORAPP_TCMODE_COLORF;Colorfulness
@@ -1725,19 +2514,23 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_COLORAPP_TCMODE_LABEL3;Curve chroma mode
!TP_COLORAPP_TCMODE_LIGHTNESS;Lightness
!TP_COLORAPP_TCMODE_SATUR;Saturation
-!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
-!TP_COLORAPP_TONECIE;Tone mapping using CIECAM02
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TONECIE;Use CIECAM for tone mapping
!TP_COLORAPP_TONECIE_TOOLTIP;If this option is disabled, tone mapping is done in L*a*b* space.\nIf this option is enabled, tone mapping is done using CIECAM02.\nThe Tone Mapping tool must be enabled for this setting to take effect.
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
!TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;Absolute luminance of the viewing environment\n(usually 16 cd/m²).
-!TP_COLORAPP_WBCAM;WB [RT+CAT02] + [output]
+!TP_COLORAPP_WBCAM;WB [RT+CAT02/16] + [output]
!TP_COLORAPP_WBRT;WB [RT] + [output]
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_AB;o C/L
!TP_COLORTONING_AUTOSAT;Automatic
!TP_COLORTONING_BALANCE;Balance
!TP_COLORTONING_BY;o C/L
!TP_COLORTONING_CHROMAC;Opacity
-!TP_COLORTONING_COLOR;Color
-!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
+!TP_COLORTONING_COLOR;Color:
+!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L).
!TP_COLORTONING_HIGHLIGHT;Highlights
!TP_COLORTONING_HUE;Hue
!TP_COLORTONING_LAB;L*a*b* blending
@@ -1767,11 +2560,11 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_COLORTONING_LUMAMODE;Preserve luminance
!TP_COLORTONING_LUMAMODE_TOOLTIP;If enabled, when you change color (red, green, cyan, blue, etc.) the luminance of each pixel is preserved.
!TP_COLORTONING_METHOD;Method
-!TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated color blending.\n"Color balance (Shadows/Midtones/Highlights)" and "Saturation 2 colors" use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
+!TP_COLORTONING_METHOD_TOOLTIP;'L*a*b* blending', 'RGB sliders' and 'RGB curves' use interpolated color blending.\n'Color balance (Shadows/Midtones/Highlights)' and 'Saturation 2 colors' use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
!TP_COLORTONING_MIDTONES;Midtones
!TP_COLORTONING_NEUTRAL;Reset sliders
-!TP_COLORTONING_NEUTRAL_TIP;Reset all values (Shadows, Midtones, Highlights) to default.
-!TP_COLORTONING_OPACITY;Opacity
+!TP_COLORTONING_NEUTRAL_TOOLTIP;Reset all values (Shadows, Midtones, Highlights) to default.
+!TP_COLORTONING_OPACITY;Opacity:
!TP_COLORTONING_RGBCURVES;RGB - Curves
!TP_COLORTONING_RGBSLIDERS;RGB - Sliders
!TP_COLORTONING_SA;Saturation Protection
@@ -1788,6 +2581,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_COLORTONING_TWOBY;Special a* and b*
!TP_COLORTONING_TWOCOLOR_TOOLTIP;Standard chroma:\nLinear response, a* = b*.\n\nSpecial chroma:\nLinear response, a* = b*, but unbound - try under the diagonal.\n\nSpecial a* and b*:\nLinear response unbound with separate curves for a* and b*. Intended for special effects.\n\nSpecial chroma 2 colors:\nMore predictable.
!TP_COLORTONING_TWOSTD;Standard chroma
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_GTHARMMEANS;Harmonic Means
!TP_CROP_GTTRIANGLE1;Golden Triangles 1
!TP_CROP_GTTRIANGLE2;Golden Triangles 2
@@ -1796,7 +2590,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_CROP_SELECTCROP;Select
!TP_DEHAZE_DEPTH;Depth
!TP_DEHAZE_LABEL;Haze Removal
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_DEHAZE_SHOW_DEPTH_MAP;Show depth map
!TP_DEHAZE_STRENGTH;Strength
!TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zones
@@ -1808,7 +2602,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_DIRPYRDENOISE_CHROMINANCE_MANUAL;Manual
!TP_DIRPYRDENOISE_CHROMINANCE_METHOD;Method
!TP_DIRPYRDENOISE_CHROMINANCE_METHODADVANCED_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
-!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Preview multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW;Preview
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the preview after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
@@ -1829,14 +2623,14 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_DIRPYRDENOISE_MAIN_MODE;Mode
!TP_DIRPYRDENOISE_MAIN_MODE_AGGRESSIVE;Aggressive
!TP_DIRPYRDENOISE_MAIN_MODE_CONSERVATIVE;Conservative
-!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;"Conservative" preserves low frequency chroma patterns, while "aggressive" obliterates them.
+!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;Conservative preserves low frequency chroma patterns, while aggressive obliterates them.
!TP_DIRPYRDENOISE_MEDIAN_METHOD;Median method
!TP_DIRPYRDENOISE_MEDIAN_METHOD_CHROMINANCE;Chroma only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LAB;L*a*b*
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LABEL;Median Filter
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LUMINANCE;Luminance only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_RGB;RGB
-!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
+!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the 'Luminance only' and 'L*a*b*' methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the 'RGB' mode, it will be performed at the very end of the noise reduction pipeline.
!TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;Weighted L* (little) + a*b* (normal)
!TP_DIRPYRDENOISE_MEDIAN_PASSES;Median iterations
!TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
@@ -1856,7 +2650,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_DIRPYREQUALIZER_SKIN;Skin targetting/protection
!TP_DIRPYREQUALIZER_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
!TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts in the transitions between skin colors (hue, chroma, luma) and the rest of the image.
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+!TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_EPD_GAMMA;Gamma
!TP_EXPOSURE_CLAMPOOG;Clip out-of-gamut colors
!TP_EXPOSURE_HISTMATCHING;Auto-Matched Tone Curve
@@ -1866,11 +2660,21 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_EXPOS_BLACKPOINT_LABEL;Raw Black Points
!TP_EXPOS_WHITEPOINT_LABEL;Raw White Points
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_FILMSIMULATION_LABEL;Film Simulation
!TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
!TP_FILMSIMULATION_STRENGTH;Strength
@@ -1891,6 +2695,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_GRADIENT_STRENGTH;Strength
!TP_GRADIENT_STRENGTH_TOOLTIP;Filter strength in stops.
!TP_HLREC_ENA_TOOLTIP;Could be activated by Auto Levels.
+!TP_HLREC_HLBLUR;Blur
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET;Baseline exposure
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET_TOOLTIP;Employ the embedded DCP baseline exposure offset. The setting is only available if the selected DCP has one.
!TP_ICM_APPLYHUESATMAP;Base table
@@ -1900,26 +2705,73 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_ICM_BPC;Black Point Compensation
!TP_ICM_DCPILLUMINANT;Illuminant
!TP_ICM_DCPILLUMINANT_INTERPOLATED;Interpolated
-!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is "interpolated" which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is 'interpolated' which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_PROFILEINTENT;Rendering Intent
+!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB;Apply white balance
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
!TP_ICM_SAVEREFERENCE_TOOLTIP;Save the linear TIFF image before the input profile is applied. The result can be used for calibration purposes and generation of a camera profile.
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
!TP_ICM_WORKING_TRC;Tone response curve:
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
!TP_ICM_WORKING_TRC_CUSTOM;Custom
!TP_ICM_WORKING_TRC_GAMMA;Gamma
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
!TP_ICM_WORKING_TRC_NONE;None
!TP_ICM_WORKING_TRC_SLOPE;Slope
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_ICM_WORKING_TRC_TOOLTIP;Only for built-in profiles.
!TP_LABCURVE_CHROMA_TOOLTIP;To apply B&W toning, set Chromaticity to -100.
!TP_LABCURVE_CURVEEDITOR_CL;CL
-!TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L)
+!TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L).
!TP_LABCURVE_CURVEEDITOR_HH;HH
-!TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H)
+!TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H).
!TP_LABCURVE_CURVEEDITOR_LH;LH
-!TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H)
-!TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L)
+!TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H).
+!TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L).
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
!TP_LENSPROFILE_CORRECTION_AUTOMATCH;Automatically selected
@@ -1936,6 +2788,788 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_LOCALCONTRAST_LABEL;Local Contrast
!TP_LOCALCONTRAST_LIGHTNESS;Lightness level
!TP_LOCALCONTRAST_RADIUS;Radius
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_METADATA_EDIT;Apply modifications
!TP_METADATA_MODE;Metadata copy mode
!TP_METADATA_STRIP;Strip all metadata
@@ -1949,6 +3583,27 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_PCVIGNETTE_STRENGTH;Strength
!TP_PCVIGNETTE_STRENGTH_TOOLTIP;Filter strength in stops (reached in corners).
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
!TP_PFCURVE_CURVEEDITOR_CH;Hue
!TP_PFCURVE_CURVEEDITOR_CH_TOOLTIP;Controls defringe strength by color.\nHigher = more,\nLower = less.
!TP_PREPROCESS_DEADPIXFILT;Dead pixel filter
@@ -1961,10 +3616,14 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;Horizontal only on PDAF rows
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
-!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
+!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the 'Lanczos' resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
!TP_RAWCACORR_AUTOIT;Iterations
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
!TP_RAWCACORR_AVOIDCOLORSHIFT;Avoid color shift
!TP_RAWEXPOS_BLACK_0;Green 1 (lead)
!TP_RAWEXPOS_BLACK_1;Red
@@ -1980,9 +3639,11 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RAW_4PASS;3-pass+fast
!TP_RAW_AHD;AHD
!TP_RAW_AMAZE;AMaZE
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
!TP_RAW_BORDER;Border
!TP_RAW_DCB;DCB
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DCBVNG4;DCB+VNG4
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
@@ -2005,6 +3666,8 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RAW_MONO;Mono
!TP_RAW_NONE;None (Shows sensor pattern)
!TP_RAW_PIXELSHIFT;Pixel Shift
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTBLUR;Blur motion mask
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
!TP_RAW_PIXELSHIFTEPERISO;Sensitivity
@@ -2015,7 +3678,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Equalize the brightness of the frames to the brightness of the selected frame.\nIf there are overexposed areas in the frames select the brightest frame to avoid magenta color cast in overexposed areas or enable motion correction.
!TP_RAW_PIXELSHIFTGREEN;Check green channel for motion
!TP_RAW_PIXELSHIFTHOLEFILL;Fill holes in motion mask
-!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask
+!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask.
!TP_RAW_PIXELSHIFTMEDIAN;Use median for moving parts
!TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTMM_AUTO;Automatic
@@ -2030,16 +3693,21 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RAW_PIXELSHIFTSIGMA;Blur radius
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
-!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
+!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
!TP_RAW_RCD;RCD
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_RCDVNG4;RCD+VNG4
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
-!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
+!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas.
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
!TP_RAW_VNG4;VNG4
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
!TP_RESIZE_ALLOW_UPSCALING;Allow Upscaling
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_RETINEX_CONTEDIT_HSL;HSL histogram
!TP_RETINEX_CONTEDIT_LAB;L*a*b* histogram
!TP_RETINEX_CONTEDIT_LH;Hue
@@ -2047,7 +3715,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RETINEX_CURVEEDITOR_CD;L=f(L)
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
!TP_RETINEX_CURVEEDITOR_LH;Strength=f(H)
-!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
!TP_RETINEX_CURVEEDITOR_MAP;L=f(L)
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_EQUAL;Equalizer
@@ -2055,7 +3723,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RETINEX_GAIN;Gain
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_RETINEX_GAMMA;Gamma
!TP_RETINEX_GAMMA_FREE;Free
!TP_RETINEX_GAMMA_HIGH;High
@@ -2070,7 +3738,7 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RETINEX_HIGH;High
!TP_RETINEX_HIGHLIG;Highlight
!TP_RETINEX_HIGHLIGHT;Highlight threshold
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_HSLSPACE_LIN;HSL-Linear
!TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
!TP_RETINEX_ITER;Iterations (Tone-mapping)
@@ -2089,11 +3757,11 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD;Method
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
-!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
+!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_RETINEX_NEIGHBOR;Radius
!TP_RETINEX_NEUTRAL;Reset
-!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+!TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
!TP_RETINEX_OFFSET;Offset (brightness)
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
@@ -2103,9 +3771,9 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RETINEX_STRENGTH;Strength
!TP_RETINEX_THRESHOLD;Threshold
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
-!TP_RETINEX_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sigma=%4
-!TP_RETINEX_TLABEL2;TM Tm=%1 TM=%2
-!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
+!TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
+!TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
+!TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_RETINEX_TRANF;Transmission
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
@@ -2114,14 +3782,14 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
!TP_RETINEX_VIEW;Process
!TP_RETINEX_VIEW_MASK;Mask
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_NONE;Standard
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
!TP_RGBCURVES_LUMAMODE;Luminosity mode
!TP_RGBCURVES_LUMAMODE_TOOLTIP;Luminosity mode allows to vary the contribution of R, G and B channels to the luminosity of the image, without altering image color.
-!TP_SAVEDIALOG_OK_TIP;Shortcut: Ctrl-Enter
+!TP_SAVEDIALOG_OK_TOOLTIP;Shortcut: Ctrl-Enter
!TP_SHARPENING_BLUR;Blur radius
!TP_SHARPENING_CONTRAST;Contrast threshold
!TP_SHARPENING_ITERCHECK;Auto limit iterations
@@ -2129,6 +3797,11 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
!TP_SOFTLIGHT_LABEL;Soft Light
!TP_SOFTLIGHT_STRENGTH;Strength
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
!TP_TM_FATTAL_AMOUNT;Amount
!TP_TM_FATTAL_ANCHOR;Anchor
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
@@ -2142,22 +3815,28 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_WAVELET_7;Level 7
!TP_WAVELET_8;Level 8
!TP_WAVELET_9;Level 9
-!TP_WAVELET_APPLYTO;Apply To
+!TP_WAVELET_APPLYTO;Apply to
!TP_WAVELET_AVOID;Avoid color shift
!TP_WAVELET_B0;Black
-!TP_WAVELET_B1;Grey
+!TP_WAVELET_B1;Gray
!TP_WAVELET_B2;Residual
!TP_WAVELET_BACKGROUND;Background
!TP_WAVELET_BACUR;Curve
!TP_WAVELET_BALANCE;Contrast balance d/v-h
!TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: vertical-horizontal and diagonal.\nIf contrast, chroma or residual tone mapping are activated, the effect due to balance is amplified.
!TP_WAVELET_BALCHRO;Chroma balance
+!TP_WAVELET_BALCHROM;Equalizer Color
!TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
!TP_WAVELET_BANONE;None
!TP_WAVELET_BASLI;Slider
!TP_WAVELET_BATYPE;Contrast balance method
-!TP_WAVELET_CBENAB;Toning and Color Balance
-!TP_WAVELET_CB_TOOLTIP;For strong values product color-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CBENAB;Toning and Color balance
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
!TP_WAVELET_CCURVE;Local contrast
!TP_WAVELET_CH1;Whole chroma range
!TP_WAVELET_CH2;Saturated/pastel
@@ -2165,29 +3844,42 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_WAVELET_CHCU;Curve
!TP_WAVELET_CHR;Chroma-contrast link strength
!TP_WAVELET_CHRO;Saturated/pastel threshold
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
!TP_WAVELET_CHSL;Sliders
!TP_WAVELET_CHTYPE;Chrominance method
-!TP_WAVELET_COLORT;Opacity Red-Green
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COLORT;Opacity red-green
!TP_WAVELET_COMPCONT;Contrast
+!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPGAMMA;Compression gamma
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_COMPTM;Tone mapping
!TP_WAVELET_CONTEDIT;'After' contrast curve
+!TP_WAVELET_CONTFRAME;Contrast - Compression
!TP_WAVELET_CONTR;Gamut
!TP_WAVELET_CONTRA;Contrast
!TP_WAVELET_CONTRAST_MINUS;Contrast -
!TP_WAVELET_CONTRAST_PLUS;Contrast +
-!TP_WAVELET_CONTRA_TOOLTIP;Changes contrast of the residual image.
+!TP_WAVELET_CONTRA_TOOLTIP;Changes the residual image contrast.
!TP_WAVELET_CTYPE;Chrominance control
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
!TP_WAVELET_CURVEEDITOR_CL;L
-!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end of the wavelet treatment.
+!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
!TP_WAVELET_CURVEEDITOR_HH;HH
-!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image's hue as a function of hue.
+!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
!TP_WAVELET_DALL;All directions
!TP_WAVELET_DAUB;Edge performance
!TP_WAVELET_DAUB2;D2 - low
@@ -2195,62 +3887,101 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_WAVELET_DAUB6;D6 - standard plus
!TP_WAVELET_DAUB10;D10 - medium
!TP_WAVELET_DAUB14;D14 - high
-!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the first levels. However the quality is not strictly related to this coefficient and can vary depending on image and use.
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
!TP_WAVELET_DONE;Vertical
!TP_WAVELET_DTHR;Diagonal
!TP_WAVELET_DTWO;Horizontal
!TP_WAVELET_EDCU;Curve
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
!TP_WAVELET_EDGCONT;Local contrast
-!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
-!TP_WAVELET_EDGE;Edge Sharpness
+!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
+!TP_WAVELET_EDGE;Edge sharpness
!TP_WAVELET_EDGEAMPLI;Base amplification
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
-!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
-!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This adjuster lets you target edge detection for example to avoid applying edge sharpness to fine details, such as noise in the sky.
+!TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
+!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
!TP_WAVELET_EDGESENSI;Edge sensitivity
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH;Detail
!TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centered on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
!TP_WAVELET_EDRAD;Radius
-!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
-!TP_WAVELET_EDSL;Threshold Sliders
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_EDSL;Threshold sliders
!TP_WAVELET_EDTYPE;Local contrast method
!TP_WAVELET_EDVAL;Strength
!TP_WAVELET_FINAL;Final Touchup
+!TP_WAVELET_FINCFRAME;Final local contrast
!TP_WAVELET_FINEST;Finest
-!TP_WAVELET_HIGHLIGHT;Highlight luminance range
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_HIGHLIGHT;Finer levels luminance range
!TP_WAVELET_HS1;Whole luminance range
-!TP_WAVELET_HS2;Shadows/Highlights
+!TP_WAVELET_HS2;Selective luminance range
!TP_WAVELET_HUESKIN;Skin hue
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
-!TP_WAVELET_HUESKY;Sky hue
+!TP_WAVELET_HUESKY;Hue range
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
-!TP_WAVELET_LABEL;Wavelet Levels
+!TP_WAVELET_LABEL;Wavelet levels
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_WAVELET_LARGEST;Coarsest
!TP_WAVELET_LEVCH;Chroma
-!TP_WAVELET_LEVDIR_ALL;All levels in all directions
-!TP_WAVELET_LEVDIR_INF;Below or equal the level
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVDIR_ALL;All levels, in all directions
+!TP_WAVELET_LEVDIR_INF;Finer detail levels, including selected level
!TP_WAVELET_LEVDIR_ONE;One level
-!TP_WAVELET_LEVDIR_SUP;Above the level
+!TP_WAVELET_LEVDIR_SUP;Coarser detail levels, excluding selected level
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
!TP_WAVELET_LEVELS;Wavelet levels
-!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of wavelet decomposition levels for the image.\nMore levels require more RAM and require a longer processing time.
!TP_WAVELET_LEVF;Contrast
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
!TP_WAVELET_LEVONE;Level 2
!TP_WAVELET_LEVTHRE;Level 4
!TP_WAVELET_LEVTWO;Level 3
!TP_WAVELET_LEVZERO;Level 1
-!TP_WAVELET_LINKEDG;Link with Edge Sharpness' Strength
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LINKEDG;Link to Edge Sharpness Strength
!TP_WAVELET_LIPST;Enhanced algoritm
-!TP_WAVELET_LOWLIGHT;Shadow luminance range
+!TP_WAVELET_LOWLIGHT;Coarser levels luminance range
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MEDGREINF;First level
!TP_WAVELET_MEDI;Reduce artifacts in blue sky
!TP_WAVELET_MEDILEV;Edge detection
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
!TP_WAVELET_NEUTRAL;Neutral
!TP_WAVELET_NOIS;Denoise
!TP_WAVELET_NOISE;Denoise and Refine
@@ -2259,48 +3990,81 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: -
!TP_WAVELET_NPNONE;None
!TP_WAVELET_NPTYPE;Neighboring pixels
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
-!TP_WAVELET_OPACITY;Opacity Blue-Yellow
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_OPACITY;Opacity blue-yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
-!TP_WAVELET_OPACITYWL;Final local contrast
+!TP_WAVELET_OPACITYWL;Local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
!TP_WAVELET_PASTEL;Pastel chroma
!TP_WAVELET_PROC;Process
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
!TP_WAVELET_RE1;Reinforced
!TP_WAVELET_RE2;Unchanged
!TP_WAVELET_RE3;Reduced
-!TP_WAVELET_RESCHRO;Chroma
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_RESCHRO;Strength
!TP_WAVELET_RESCON;Shadows
!TP_WAVELET_RESCONH;Highlights
!TP_WAVELET_RESID;Residual Image
!TP_WAVELET_SAT;Saturated chroma
!TP_WAVELET_SETTINGS;Wavelet Settings
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
-!TP_WAVELET_SKY;Sky targetting/protection
-!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
-!TP_WAVELET_STREN;Strength
+!TP_WAVELET_SKY;Hue targetting/protection
+!TP_WAVELET_SKY_TOOLTIP;Allows you to target or protect a range of hues.\nAt -100 selected hues are targetted.\nAt 0 all hues are treated equally.\nAt +100 selected hues are protected while all other hues are targetted.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREN;Refine
+!TP_WAVELET_STREND;Strength
!TP_WAVELET_STRENGTH;Strength
!TP_WAVELET_SUPE;Extra
!TP_WAVELET_THR;Shadows threshold
-!TP_WAVELET_THRESHOLD;Highlight levels
-!TP_WAVELET_THRESHOLD2;Shadow levels
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
-!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_THRESHOLD;Finer levels
+!TP_WAVELET_THRESHOLD2;Coarser levels
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
!TP_WAVELET_THRH;Highlights threshold
-!TP_WAVELET_TILESBIG;Big tiles
+!TP_WAVELET_TILESBIG;Tiles
!TP_WAVELET_TILESFULL;Full image
!TP_WAVELET_TILESIZE;Tiling method
-!TP_WAVELET_TILESLIT;Little tiles
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
!TP_WAVELET_TMSTRENGTH;Compression strength
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
+!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
!TP_WAVELET_TMTYPE;Compression method
!TP_WAVELET_TON;Toning
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
!TP_WBALANCE_EQBLUERED;Blue/Red equalizer
-!TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of "white balance" by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
+!TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of 'white balance' by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
!TP_WBALANCE_PICKER;Pick
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
!TP_WBALANCE_TEMPBIAS;AWB temperature bias
-!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
!TP_WBALANCE_WATER1;UnderWater 1
!TP_WBALANCE_WATER2;UnderWater 2
!TP_WBALANCE_WATER_HEADER;UnderWater
diff --git a/rtdata/languages/Chinese (Simplified) b/rtdata/languages/Chinese (Simplified)
index 187db8a39..e4e89fed2 100644
--- a/rtdata/languages/Chinese (Simplified)
+++ b/rtdata/languages/Chinese (Simplified)
@@ -6,6 +6,7 @@
#05 2017-09-18 Chongnuo Ji
#06 2020-08-11 十一元人民币
#07 2021-09-24 十一元人民币
+#08 2022-07-26 十一元人民币
ABOUT_TAB_BUILD;版本
ABOUT_TAB_CREDITS;致谢名单
@@ -23,7 +24,7 @@ CURVEEDITOR_CURVE;曲线
CURVEEDITOR_CURVES;曲线
CURVEEDITOR_CUSTOM;自定义
CURVEEDITOR_DARKS;暗
-CURVEEDITOR_EDITPOINT_HINT;启用对于节点进/出值的编辑\n\n右击节点以选中\n右击空白处以取消选中节点
+CURVEEDITOR_EDITPOINT_HINT;启用对于节点进/出值的编辑\n\n右击选中节点\n右击空白处取消选中节点
CURVEEDITOR_HIGHLIGHTS;高光
CURVEEDITOR_LIGHTS;光
CURVEEDITOR_LINEAR;线性
@@ -55,8 +56,8 @@ DYNPROFILEEDITOR_NEW;新建
DYNPROFILEEDITOR_NEW_RULE;新建动态配置规则
DYNPROFILEEDITOR_PROFILE;处理配置规则
EDITWINDOW_TITLE;图片修改
-EDIT_OBJECT_TOOLTIP;在预览窗口中展示一个允许你调整本工具的可视窗口
-EDIT_PIPETTE_TOOLTIP;要向曲线添加调整点,点击此按钮,按住Ctrl键并用鼠标左键点击图像预览中你想调整的地方。\n要调整点的位置,按住Ctrl键并用鼠标左键点击图像预览中的对应位置,然后松开Ctrl(除非你希望精调)同时按住鼠标左键,将鼠标向上/下移动以上下调整曲线中的点
+EDIT_OBJECT_TOOLTIP;在预览窗口中显示一个允许你调整本工具的可视窗口
+EDIT_PIPETTE_TOOLTIP;若希望向曲线中添加一个调整点,请点击此按钮,按住Ctrl键并用鼠标左键点击图像预览中你想调整的地方。\n若要调整点的位置,请按住Ctrl键并用鼠标左键点击图像预览中的对应位置,然后松开Ctrl(除非你希望精调)同时按住鼠标左键,将鼠标向上/下移动以上下调整曲线中的点
EXIFFILTER_APERTURE;光圈
EXIFFILTER_CAMERA;相机
EXIFFILTER_EXPOSURECOMPENSATION;曝光补偿值 (EV)
@@ -101,14 +102,14 @@ EXPORT_BYPASS_SHARPENEDGE;跳过边缘锐化
EXPORT_BYPASS_SHARPENING;跳过锐化
EXPORT_BYPASS_SHARPENMICRO;跳过微反差调节
EXPORT_FASTEXPORTOPTIONS;快速导出选项
-EXPORT_INSTRUCTIONS;快速导出选项提供跳过占用资源和时间的处理步骤的选项,并使用快速导出设定来进行队列处理。\n此方法推荐在优先追求速度,生成低分辨率图片时使用,或是调整尺寸的输出大小适合你想输出的图片,你又不想修改这些照片的后期处理设定时使用。
+EXPORT_INSTRUCTIONS;快速导出选项提供跳过占用资源和时间的处理步骤的选项,并使用快速导出设定来进行队列处理。\n此方法推荐在优先追求速度,生成低分辨率图片时使用;或是调整尺寸的图片大小适合你想得到的图片,并且又不想修改这些照片的后期处理参数时使用。
EXPORT_MAXHEIGHT;最大高度:
EXPORT_MAXWIDTH;最大宽度:
EXPORT_PIPELINE;输出流水线
-EXPORT_PUTTOQUEUEFAST; 放入快速导出队列
+EXPORT_PUTTOQUEUEFAST;放入快速导出队列
EXPORT_RAW_DMETHOD;去马赛克算法
EXPORT_USE_FAST_PIPELINE;专门(对缩放大小的图片应用全部处理)
-EXPORT_USE_FAST_PIPELINE_TIP;使用专门的处理流水线来对图片进行处理,以牺牲质量来换取速度。对图片的缩放会尽早进行,而非在正常流水线中那样在最后进行。这能够大幅提升速度,但是用户可能会在输出的图片中看到杂点和较低的总体质量。
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;使用专门的处理流水线来对图片进行处理,通过牺牲质量来换取速度。图片的缩小操作会提前,而非在正常流水线中那样在最后进行。这能够大幅提升速度,但是输出的图片中可能会杂点较多,画质较低。
EXPORT_USE_NORMAL_PIPELINE;标准(跳过某些步骤,并在最后缩放图片)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;队列已处理
@@ -117,7 +118,7 @@ FILEBROWSER_APPLYPROFILE_PARTIAL;部分应用配置
FILEBROWSER_AUTODARKFRAME;自动暗场
FILEBROWSER_AUTOFLATFIELD;自动平场
FILEBROWSER_BROWSEPATHBUTTONHINT;点击以打开路径,刷新文件夹并搜索“查找”框中的关键词
-FILEBROWSER_BROWSEPATHHINT;输入你想前往的路径。\n\n快捷键:\nCtrl-o 让文本框获得焦点\nEnter / Ctrl-Enter 前往输入的目录\nEsc 清除改动\nShift-Esc 让文本框失去焦点\n\n路径快捷键:\n~ - 用户的home/文档路径\n! - 用户的图片路径
+FILEBROWSER_BROWSEPATHHINT;输入你希望前往的路径。\n\n快捷键:\nCtrl-o 让文本框获得焦点\nEnter / Ctrl-Enter 前往输入的目录\nEsc 清除改动\nShift-Esc 让文本框失去焦点\n\n路径快捷键:\n~ - 用户的home/文档路径\n! - 用户的图片路径
FILEBROWSER_CACHE;缓存
FILEBROWSER_CACHECLEARFROMFULL;清除全部,包括缓存文件
FILEBROWSER_CACHECLEARFROMPARTIAL;清除全部,不包括缓存文件
@@ -150,6 +151,7 @@ FILEBROWSER_POPUPCOLORLABEL4;标签:蓝
FILEBROWSER_POPUPCOLORLABEL5;标签:紫
FILEBROWSER_POPUPCOPYTO;复制至...
FILEBROWSER_POPUPFILEOPERATIONS;文件操作
+FILEBROWSER_POPUPINSPECT;检视
FILEBROWSER_POPUPMOVEEND;移动到队列尾部
FILEBROWSER_POPUPMOVEHEAD;移动到队列头部
FILEBROWSER_POPUPMOVETO;移动至...
@@ -225,8 +227,10 @@ GENERAL_BEFORE;处理前
GENERAL_CANCEL;取消
GENERAL_CLOSE;关闭
GENERAL_CURRENT;当前
+GENERAL_DELETE_ALL;删除全部
GENERAL_DISABLE;禁用
GENERAL_DISABLED;禁用
+GENERAL_EDIT;编辑
GENERAL_ENABLE;启用
GENERAL_ENABLED;开启
GENERAL_FILE;文件
@@ -240,23 +244,32 @@ GENERAL_OPEN;打开
GENERAL_PORTRAIT;纵向
GENERAL_RESET;重置
GENERAL_SAVE;保存
+GENERAL_SAVE_AS;保存为...
GENERAL_SLIDER;滑条
-GENERAL_UNCHANGED;(不改变)
+GENERAL_UNCHANGED;(无改变)
GENERAL_WARNING;警告
-GIMP_PLUGIN_INFO;欢迎使用RawTherapee的GIMP插件!\n当你完成编辑后,关闭RawTherapee主窗口,图片就会被自动导入到GIMP中
+GIMP_PLUGIN_INFO;欢迎使用RawTherapee的GIMP插件!\n完成编辑后,只要关闭RawTherapee主窗口,图片就会被自动导入到GIMP当中
HISTOGRAM_TOOLTIP_B;显示/隐藏 蓝色直方图
HISTOGRAM_TOOLTIP_BAR;显示/隐藏RGB指示条
HISTOGRAM_TOOLTIP_CHRO;显示/隐藏色度直方图
-HISTOGRAM_TOOLTIP_G;显示/隐藏 绿色直方图
-HISTOGRAM_TOOLTIP_L;显示/隐藏 CIELAB 亮度直方图
+HISTOGRAM_TOOLTIP_CROSSHAIR;显示/隐藏指示光标
+HISTOGRAM_TOOLTIP_G;显示/隐藏绿色直方图
+HISTOGRAM_TOOLTIP_L;显示/隐藏CIELAB亮度直方图
HISTOGRAM_TOOLTIP_MODE;将直方图显示模式切换为线性/对数线性/双对数
-HISTOGRAM_TOOLTIP_R;显示/隐藏 红色直方图
+HISTOGRAM_TOOLTIP_R;显示/隐藏红色直方图
+HISTOGRAM_TOOLTIP_SHOW_OPTIONS;显示/隐藏示波器选项
+HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;调整示波器亮度
+HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;直方图
+HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw直方图
+HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB示波器
+HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;色相-色度矢量示波器
+HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;色相-饱和度矢量示波器
+HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;波形图
HISTORY_CHANGED;已更改
HISTORY_CUSTOMCURVE;自定义曲线
HISTORY_FROMCLIPBOARD;从剪贴板
HISTORY_LABEL;历史
HISTORY_MSG_1;图片加载完成
-HISTORY_MSG_2;配置加载完成
HISTORY_MSG_3;配置改变
HISTORY_MSG_4;历史浏览
HISTORY_MSG_5;曝光-亮度
@@ -270,9 +283,6 @@ HISTORY_MSG_12;曝光-自动色阶
HISTORY_MSG_13;曝光-溢出
HISTORY_MSG_14;L*a*b*-明度
HISTORY_MSG_15;L*a*b*-对比度
-HISTORY_MSG_16;L*a*b*-黑
-HISTORY_MSG_17;亮度高光压缩
-HISTORY_MSG_18;亮度阴影压缩
HISTORY_MSG_19;L*a*b*-L*曲线
HISTORY_MSG_20;锐化
HISTORY_MSG_21;USM锐化-半径
@@ -298,10 +308,6 @@ HISTORY_MSG_40;白平衡-色调
HISTORY_MSG_41;曝光-色调曲线1模式
HISTORY_MSG_42;曝光-色调曲线2
HISTORY_MSG_43;曝光-色调曲线2模式
-HISTORY_MSG_44;亮度降噪-半径
-HISTORY_MSG_45;亮度降噪-边缘容差
-HISTORY_MSG_46;色度降噪
-HISTORY_MSG_47;色度降噪-半径
HISTORY_MSG_48;色度降噪-边缘容差
HISTORY_MSG_49;色度降噪-边缘敏感度
HISTORY_MSG_50;阴影/高光工具
@@ -309,7 +315,6 @@ HISTORY_MSG_51;阴影/高光-高光
HISTORY_MSG_52;阴影/高光-阴影
HISTORY_MSG_53;阴影/高光-高光色调范围
HISTORY_MSG_54;阴影/高光-阴影色调范围
-HISTORY_MSG_55;阴影/高光-局部对比度
HISTORY_MSG_56;阴影/高光-半径
HISTORY_MSG_57;粗略旋转
HISTORY_MSG_58;水平翻转
@@ -321,7 +326,6 @@ HISTORY_MSG_63;选择快照
HISTORY_MSG_64;裁剪
HISTORY_MSG_65;色差矫正
HISTORY_MSG_66;曝光-高光还原
-HISTORY_MSG_67;曝光-高光还原数量
HISTORY_MSG_68;曝光-高光还原方法
HISTORY_MSG_69;工作色彩空间
HISTORY_MSG_70;输出色彩空间
@@ -332,12 +336,10 @@ HISTORY_MSG_74;调整大小-比例
HISTORY_MSG_75;调整大小-方法
HISTORY_MSG_76;Exif元数据
HISTORY_MSG_77;IPTC元数据
-HISTORY_MSG_78;调整大小数据
HISTORY_MSG_79;调整大小-宽度
HISTORY_MSG_80;调整大小-高度
HISTORY_MSG_81;调整大小
HISTORY_MSG_82;档案修改
-HISTORY_MSG_83;阴影/高光-锐度蒙板
HISTORY_MSG_84;视角矫正
HISTORY_MSG_85;镜头矫正-LCP档案
HISTORY_MSG_86;RGB曲线-色度模式
@@ -383,8 +385,6 @@ HISTORY_MSG_127;平场-自动选择
HISTORY_MSG_128;平场-模糊半径
HISTORY_MSG_129;平场-模糊类型
HISTORY_MSG_130;自动畸变矫正
-HISTORY_MSG_131;降噪-亮度
-HISTORY_MSG_132;降噪-色度
HISTORY_MSG_142;边缘锐化-迭代
HISTORY_MSG_143;边缘锐化-数量
HISTORY_MSG_144;微反差-数量
@@ -393,7 +393,14 @@ HISTORY_MSG_146;边缘锐化
HISTORY_MSG_147;边缘锐化-仅亮度
HISTORY_MSG_148;微反差
HISTORY_MSG_149;微反差-3×3阵列
+HISTORY_MSG_150;去马赛克后降噪/去杂点
+HISTORY_MSG_151;鲜明度
+HISTORY_MSG_152;鲜明-欠饱和色
+HISTORY_MSG_153;鲜明-饱和色
+HISTORY_MSG_154;鲜明-肤色保护
HISTORY_MSG_155;Vib-避免色彩偏移
+HISTORY_MSG_156;鲜明-饱和/欠饱和挂钩
+HISTORY_MSG_157;鲜明-饱/欠阈值
HISTORY_MSG_158;色调映射-力度
HISTORY_MSG_159;色调映射-边缘
HISTORY_MSG_160;色调映射-规模度
@@ -406,43 +413,43 @@ HISTORY_MSG_166;曝光-重置
HISTORY_MSG_167;去马赛克方法
HISTORY_MSG_168;L*a*b*-CC曲线
HISTORY_MSG_169;L*a*b*-CH曲线
-HISTORY_MSG_170;Vibrance-HH曲线
+HISTORY_MSG_170;鲜明度-HH曲线
HISTORY_MSG_171;L*a*b*-LC曲线
HISTORY_MSG_172;L*a*b*-限制LC
HISTORY_MSG_173;降噪-细节恢复
-HISTORY_MSG_174;CIECAM02
-HISTORY_MSG_175;CAM02-CAT02色适应
-HISTORY_MSG_176;CAM02-观察条件
-HISTORY_MSG_177;CAM02-场景亮度
-HISTORY_MSG_178;CAM02-观察亮度
-HISTORY_MSG_179;CAM02-白点模型
-HISTORY_MSG_180;CAM02-明度 (J)
-HISTORY_MSG_181;CAM02-彩度 (C)
-HISTORY_MSG_182;CAM02-自动CAT02
-HISTORY_MSG_183;CAM02-对比度 (J)
-HISTORY_MSG_184;CAM02-场景环境
-HISTORY_MSG_185;CAM02-色域控制
-HISTORY_MSG_186;CAM02-算法
-HISTORY_MSG_187;CAM02-红色/肤色保护
-HISTORY_MSG_188;CAM02-视明度 (Q)
-HISTORY_MSG_189;CAM02-对比度 (Q)
-HISTORY_MSG_190;CAM02-饱和度 (S)
-HISTORY_MSG_191;CAM02-视彩度 (M)
-HISTORY_MSG_192;CAM02-色相 (h)
-HISTORY_MSG_193;CAM02-色调曲线1
-HISTORY_MSG_194;CAM02-色调曲线2
-HISTORY_MSG_195;CAM02-色调曲线1
-HISTORY_MSG_196;CAM02-色调曲线2
-HISTORY_MSG_197;CAM02-色彩曲线
-HISTORY_MSG_198;CAM02-色彩曲线
-HISTORY_MSG_199;CAM02-输出直方图
-HISTORY_MSG_200;CAM02-色调映射
+HISTORY_MSG_174;CIECAM02/16
+HISTORY_MSG_175;CAM02/16-CAT02/16色适应
+HISTORY_MSG_176;CAM02/16-观察条件
+HISTORY_MSG_177;CAM02/16-场景亮度
+HISTORY_MSG_178;CAM02/16-观察亮度
+HISTORY_MSG_179;CAM02/16-白点模型
+HISTORY_MSG_180;CAM02/16-明度 (J)
+HISTORY_MSG_181;CAM02/16-彩度 (C)
+HISTORY_MSG_182;CAM02/16-自动CAT02/16
+HISTORY_MSG_183;CAM02/16-对比度 (J)
+HISTORY_MSG_184;CAM02/16-场景条件
+HISTORY_MSG_185;CAM02/16-色域控制
+HISTORY_MSG_186;CAM02/16-算法
+HISTORY_MSG_187;CAM02/16-红色/肤色保护
+HISTORY_MSG_188;CAM02/16-视明度 (Q)
+HISTORY_MSG_189;CAM02/16-对比度 (Q)
+HISTORY_MSG_190;CAM02/16-饱和度 (S)
+HISTORY_MSG_191;CAM02/16-视彩度 (M)
+HISTORY_MSG_192;CAM02/16-色相 (h)
+HISTORY_MSG_193;CAM02/16-色调曲线1
+HISTORY_MSG_194;CAM02/16-色调曲线2
+HISTORY_MSG_195;CAM02/16-色调曲线1
+HISTORY_MSG_196;CAM02/16-色调曲线2
+HISTORY_MSG_197;CAM02/16-色彩曲线
+HISTORY_MSG_198;CAM02/16-色彩曲线
+HISTORY_MSG_199;CAM02/16-输出直方图
+HISTORY_MSG_200;CAM02/16-色调映射
HISTORY_MSG_201;降噪-色度-红&绿
HISTORY_MSG_202;降噪-色度-蓝&黄
HISTORY_MSG_203;降噪-色彩空间
HISTORY_MSG_204;LMMSE优化步长
-HISTORY_MSG_205;CAM02-热像素/坏点过滤器
-HISTORY_MSG_206;CAT02-自动场景亮度
+HISTORY_MSG_205;CAM02/16-热像素/坏点过滤器
+HISTORY_MSG_206;CAT02/16-自动场景亮度
HISTORY_MSG_207;去除色边-色相曲线
HISTORY_MSG_208;白平衡-蓝红均衡器
HISTORY_MSG_210;渐变-角度
@@ -539,21 +546,58 @@ HISTORY_MSG_309;小波-边缘锐度-细节
HISTORY_MSG_310;小波-残差图-肤色保护
HISTORY_MSG_311;小波-小波层级
HISTORY_MSG_312;小波-残差图-阴影阈值
+HISTORY_MSG_313;小波-色度-饱和/欠饱和
+HISTORY_MSG_314;小波-色域-减少杂点
HISTORY_MSG_315;小波-残差图-反差
-HISTORY_MSG_318;小波-反差-高光等级
-HISTORY_MSG_319;小波-反差-高光范围
-HISTORY_MSG_320;小波-反差-阴影范围
-HISTORY_MSG_321;小波-反差-阴影等级
+HISTORY_MSG_316;小波-色域-肤色针对
+HISTORY_MSG_317;小波-色域-肤色色相
+HISTORY_MSG_318;小波-反差-精细等级
+HISTORY_MSG_319;小波-反差-精细范围
+HISTORY_MSG_320;小波-反差-粗糙范围
+HISTORY_MSG_321;小波-反差-粗糙等级
+HISTORY_MSG_322;小波-色域-避免偏色
+HISTORY_MSG_323;小波-边缘-局部反差
+HISTORY_MSG_324;小波-色度-欠饱和
+HISTORY_MSG_325;小波-色度-饱和
+HISTORY_MSG_326;小波-色度-方法
+HISTORY_MSG_327;小波-反差-应用到
+HISTORY_MSG_328;小波-色度-力度挂钩
+HISTORY_MSG_329;小波-调色-红绿不透明度
+HISTORY_MSG_330;小波-调色-蓝黄不透明度
+HISTORY_MSG_331;小波-反差等级-额外
+HISTORY_MSG_332;小波-切片方法
+HISTORY_MSG_333;小波-残差图-阴影
+HISTORY_MSG_334;小波-残差图-色度
+HISTORY_MSG_335;小波-残差图-高光
+HISTORY_MSG_336;小波-残差图-高光阈值
+HISTORY_MSG_337;小波-残差图-天空色相
HISTORY_MSG_338;小波-边缘锐度-半径
HISTORY_MSG_339;小波-边缘锐度-力度
HISTORY_MSG_340;小波-力度
HISTORY_MSG_341;小波-边缘表现
+HISTORY_MSG_342;小波-边缘-第一级
+HISTORY_MSG_343;小波-色度等级
+HISTORY_MSG_345;小波-边缘-局部反差
+HISTORY_MSG_346;小波-边缘-局部反差方法
HISTORY_MSG_347;小波-去噪-第1级
HISTORY_MSG_348;小波-去噪-第2级
HISTORY_MSG_349;小波-去噪-第3级
+HISTORY_MSG_350;小波-边缘-边缘检测
+HISTORY_MSG_351;小波-残差图-HH曲线
+HISTORY_MSG_353;小波-边缘-渐变敏感度
+HISTORY_MSG_354;小波-边缘-增强
+HISTORY_MSG_355;小波-边缘-阈值低
+HISTORY_MSG_356;小波-边缘-阈值高
HISTORY_MSG_357;小波-去噪-边缘锐度挂钩
HISTORY_MSG_359;热像素/坏点阈值
HISTORY_MSG_360;色调映射-伽马
+HISTORY_MSG_361;小波-最终-色度平衡
+HISTORY_MSG_362;小波-残差图-压缩方法
+HISTORY_MSG_363;小波-残差图-压缩力度
+HISTORY_MSG_364;小波-最终-反差平衡
+HISTORY_MSG_368;小波-最终-反差平衡
+HISTORY_MSG_369;小波-最终-平衡方法
+HISTORY_MSG_370;小波-最终-局部反差曲线
HISTORY_MSG_371;调整大小后加锐(PRS)
HISTORY_MSG_372;PRS USM-半径
HISTORY_MSG_373;PRS USM-数量
@@ -568,7 +612,11 @@ HISTORY_MSG_381;PRS RLD-半径
HISTORY_MSG_382;PRS RLD-数量
HISTORY_MSG_383;PRS RLD-衰减
HISTORY_MSG_384;PRS RLD-迭代
+HISTORY_MSG_385;小波-残差图-色彩平衡
+HISTORY_MSG_403;小波-边缘-敏感度
+HISTORY_MSG_404;小波-边缘-放大基数
HISTORY_MSG_405;小波-去噪-第4级
+HISTORY_MSG_406;小波-边缘-边缘像素
HISTORY_MSG_440;CbDL-方法
HISTORY_MSG_445;Raw子图像
HISTORY_MSG_449;像素偏移-ISO适应
@@ -582,18 +630,17 @@ HISTORY_MSG_468;像素偏移-填洞
HISTORY_MSG_469;像素偏移-中值
HISTORY_MSG_471;像素偏移-动体补正
HISTORY_MSG_472;像素偏移-顺滑过渡
-HISTORY_MSG_473;像素偏移-使用LMMSE
HISTORY_MSG_474;像素偏移-亮度均等
HISTORY_MSG_475;像素偏移-均等各通道
-HISTORY_MSG_476;CAM02-色温
-HISTORY_MSG_477;CAM02-绿色
-HISTORY_MSG_478;CAM02-平均亮度
-HISTORY_MSG_479;CAM02-CAT02色适应
-HISTORY_MSG_480;CAM02-自动CAT02
-HISTORY_MSG_481;CAM02-场景色温
-HISTORY_MSG_482;CAM02-场景绿色
-HISTORY_MSG_483;CAM02-场景平均亮度
-HISTORY_MSG_484;CAM02-自动场景亮度
+HISTORY_MSG_476;CAM02/16-输出色温
+HISTORY_MSG_477;CAM02/16-输出绿色
+HISTORY_MSG_478;CAM02/16-输出平均亮度
+HISTORY_MSG_479;CAM02/16-输出CAT02/16色适应
+HISTORY_MSG_480;CAM02/16-输出自动CAT02/16
+HISTORY_MSG_481;CAM02/16-场景色温
+HISTORY_MSG_482;CAM02/16-场景绿色
+HISTORY_MSG_483;CAM02/16-场景平均亮度
+HISTORY_MSG_484;CAM02/16-场景自动亮度
HISTORY_MSG_485;镜头矫正
HISTORY_MSG_486;镜头矫正-相机
HISTORY_MSG_487;镜头矫正-镜头
@@ -604,6 +651,120 @@ HISTORY_MSG_491;白平衡
HISTORY_MSG_492;RGB曲线
HISTORY_MSG_493;L*a*b*调整
HISTORY_MSG_494;捕图加锐
+HISTORY_MSG_496;删除局部调整点
+HISTORY_MSG_497;选中局部调整点
+HISTORY_MSG_498;局部调整点名称
+HISTORY_MSG_499;局部调整点可见性
+HISTORY_MSG_500;局部调整点形状
+HISTORY_MSG_501;局部调整点模式
+HISTORY_MSG_502;局部调整点形状模式
+HISTORY_MSG_512;局部调整点ΔE -衰减
+HISTORY_MSG_515;局部调整
+HISTORY_MSG_516;局部-色彩与亮度
+HISTORY_MSG_518;局部-亮度
+HISTORY_MSG_519;局部-反差
+HISTORY_MSG_520;局部-色度
+HISTORY_MSG_521;局部-范围
+HISTORY_MSG_522;局部-曲线模式
+HISTORY_MSG_523;局部-LL曲线
+HISTORY_MSG_524;局部-CC曲线
+HISTORY_MSG_525;局部-LH曲线
+HISTORY_MSG_526;局部-H曲线
+HISTORY_MSG_528;局部-曝光
+HISTORY_MSG_529;局部-曝光补偿
+HISTORY_MSG_530;局部-曝补 高光补偿
+HISTORY_MSG_531;局部-曝补 高光补偿阈值
+HISTORY_MSG_533;局部-曝补 阴影补偿
+HISTORY_MSG_534;局部-冷暖
+HISTORY_MSG_535;局部-曝补 范围
+HISTORY_MSG_536;局部-曝光对比度曲线
+HISTORY_MSG_537;局部-鲜明度
+HISTORY_MSG_538;局部-鲜明 饱和色
+HISTORY_MSG_539;局部-鲜明 欠饱和色
+HISTORY_MSG_540;局部-鲜明 阈值
+HISTORY_MSG_541;局部-鲜明 肤色保护
+HISTORY_MSG_542;局部-鲜明 避免偏色
+HISTORY_MSG_543;局部-鲜明 挂钩
+HISTORY_MSG_544;局部-鲜明 范围
+HISTORY_MSG_545;局部-鲜明 H曲线
+HISTORY_MSG_546;局部-模糊与噪点
+HISTORY_MSG_547;局部-半径
+HISTORY_MSG_548;局部-噪点
+HISTORY_MSG_550;局部-模糊方法
+HISTORY_MSG_552;局部-色调映射
+HISTORY_MSG_553;局部-色映 压缩力度
+HISTORY_MSG_554;局部-色映 伽马
+HISTORY_MSG_555;局部-色映 边缘力度
+HISTORY_MSG_557;局部-色映 再加权
+HISTORY_MSG_568;局部-锐化
+HISTORY_MSG_569;局部-锐化 半径
+HISTORY_MSG_570;局部-锐化 数量
+HISTORY_MSG_571;局部-锐化 抑制
+HISTORY_MSG_572;局部-锐化 迭代
+HISTORY_MSG_573;局部-锐化 范围
+HISTORY_MSG_574;局部-锐化 反转
+HISTORY_MSG_575;局部-分频反差
+HISTORY_MSG_580;局部-去噪
+HISTORY_MSG_593;局部-局部反差
+HISTORY_MSG_594;局部-局部反差半径
+HISTORY_MSG_595;局部-局部反差数量
+HISTORY_MSG_596;局部-局部反差暗部
+HISTORY_MSG_597;局部-局部反差亮部
+HISTORY_MSG_606;选中局部调整点
+HISTORY_MSG_624;局部-色彩矫正网格
+HISTORY_MSG_625;局部-色彩矫正力度
+HISTORY_MSG_626;局部-色彩矫正方法
+HISTORY_MSG_627;局部-阴影高光
+HISTORY_MSG_628;局部-阴影高光 高光
+HISTORY_MSG_629;局部-阴影高光 高光范围
+HISTORY_MSG_630;局部-阴影高光 阴影
+HISTORY_MSG_631;局部-阴影高光 阴影范围
+HISTORY_MSG_632;局部-阴影高光 半径
+HISTORY_MSG_633;局部-阴影高光 范围
+HISTORY_MSG_645;局部-ΔE ab-L平衡
+HISTORY_MSG_674;局部-工具移除
+HISTORY_MSG_688;局部-工具移除
+HISTORY_MSG_767;局部-颗粒ISO
+HISTORY_MSG_768;局部-颗粒力度
+HISTORY_MSG_786;局部-阴影高光 方法
+HISTORY_MSG_793;局部-阴影高光 TRC伽马
+HISTORY_MSG_798;局部-不透明度
+HISTORY_MSG_839;局部-软件复杂度
+HISTORY_MSG_845;局部-Log编码
+HISTORY_MSG_854;局部-Log编码 范围
+HISTORY_MSG_927;局部-阴影
+HISTORY_MSG_954;局部-显示/隐藏工具
+HISTORY_MSG_958;局部-显示/隐藏设置
+HISTORY_MSG_960;局部-Log编码 cat16
+HISTORY_MSG_961;局部-Log编码 Ciecam
+HISTORY_MSG_1057;局部-启用CIECAM
+HISTORY_MSG_1058;局部-CIECAM 总体力度
+HISTORY_MSG_1063;局部-CIECAM 饱和度
+HISTORY_MSG_1064;局部-CIECAM 彩度
+HISTORY_MSG_1065;局部-CIECAM 明度 J
+HISTORY_MSG_1066;局部-CIECAM 视明度
+HISTORY_MSG_1067;局部-CIECAM 对比度J
+HISTORY_MSG_1068;局部-CIECAM 阈值
+HISTORY_MSG_1069;局部-CIECAM 对比度Q
+HISTORY_MSG_1070;局部-CIECAM 视彩度
+HISTORY_MSG_1071;局部-CIECAM 绝对亮度
+HISTORY_MSG_1072;局部-CIECAM 平均亮度
+HISTORY_MSG_1073;局部-CIECAM Cat16
+HISTORY_MSG_1074;局部-CIECAM 局部反差
+HISTORY_MSG_1076;局部-CIECAM 范围
+HISTORY_MSG_1077;局部-CIECAM 模式
+HISTORY_MSG_1078;局部-红色与肤色保护
+HISTORY_MSG_1085;Local - Jz 明度
+HISTORY_MSG_1093;局部-色貌模型
+HISTORY_MSG_1103;局部-鲜明 伽马
+HISTORY_MSG_1105;局部-CIECAM 色调模式
+HISTORY_MSG_1106;局部-CIECAM 色调曲线
+HISTORY_MSG_1107;局部-CIECAM 色彩模式
+HISTORY_MSG_1108;局部-CIECAM 色彩曲线
+HISTORY_MSG_BLUWAV;衰减响应
+HISTORY_MSG_CATCAT;Cat02/16模式
+HISTORY_MSG_CATCOMPLEX;Ciecam复杂度
+HISTORY_MSG_CATMODEL;CAM模型
HISTORY_MSG_CLAMPOOG;超色域色彩溢出
HISTORY_MSG_COLORTONING_LABGRID_VALUE;色调分离-色彩矫正
HISTORY_MSG_COLORTONING_LABREGION_AB;色调分离-色彩矫正
@@ -619,16 +780,19 @@ HISTORY_MSG_COLORTONING_LABREGION_POWER;色调分离-区域能量
HISTORY_MSG_COLORTONING_LABREGION_SATURATION;色调分离-饱和度
HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;色调分离-显示蒙版
HISTORY_MSG_COLORTONING_LABREGION_SLOPE;色调分离-区域斜率
+HISTORY_MSG_COMPLEX;小波复杂度
HISTORY_MSG_DEHAZE_DEPTH;去雾-纵深
HISTORY_MSG_DEHAZE_ENABLED;去雾
-HISTORY_MSG_DEHAZE_LUMINANCE;去雾-仅亮度
+HISTORY_MSG_DEHAZE_SATURATION;去雾-饱和度
HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;去雾-显示纵深蒙版
HISTORY_MSG_DEHAZE_STRENGTH;去雾-力度
HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;双重去马赛克-自动阈值
HISTORY_MSG_DUALDEMOSAIC_CONTRAST;双重去马赛克-反差阈值
+HISTORY_MSG_FILMNEGATIVE_COLORSPACE;胶片负片色彩空间
HISTORY_MSG_FILMNEGATIVE_ENABLED;胶片负片
HISTORY_MSG_FILMNEGATIVE_VALUES;胶片负片值
HISTORY_MSG_HISTMATCHING;自适应色调曲线
+HISTORY_MSG_ICM_FBW;黑白
HISTORY_MSG_LOCALCONTRAST_AMOUNT;局部反差-数量
HISTORY_MSG_LOCALCONTRAST_DARKNESS;局部反差-暗部
HISTORY_MSG_LOCALCONTRAST_ENABLED;局部反差
@@ -651,13 +815,21 @@ HISTORY_MSG_RAWCACORR_AUTOIT;Raw色差矫正-迭代
HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw色差矫正-避免偏色
HISTORY_MSG_RAW_BORDER;Raw边界
HISTORY_MSG_RESIZE_ALLOWUPSCALING;调整大小-允许升采样
+HISTORY_MSG_RESIZE_LONGEDGE;调整大小-长边
+HISTORY_MSG_RESIZE_SHORTEDGE;调整大小-短边
HISTORY_MSG_SHARPENING_BLUR;锐化-模糊半径
HISTORY_MSG_SHARPENING_CONTRAST;锐化-反差阈值
HISTORY_MSG_SH_COLORSPACE;阴影/高光-色彩空间
HISTORY_MSG_SOFTLIGHT_ENABLED;柔光
HISTORY_MSG_SOFTLIGHT_STRENGTH;柔光-力度
+HISTORY_MSG_SPOT;污点移除
HISTORY_MSG_TM_FATTAL_ANCHOR;DRC-锚点
HISTORY_MSG_TRANS_Method;几何-方法
+HISTORY_MSG_WAVLEVELSIGM;去噪-半径
+HISTORY_MSG_WAVLEVSIGM;半径
+HISTORY_MSG_WAVOFFSET;偏移
+HISTORY_MSG_WAVQUAMET;去噪模式
+HISTORY_MSG_WAVSIGMA;衰减响应
HISTORY_NEWSNAPSHOT;新建快照
HISTORY_NEWSNAPSHOT_TOOLTIP;快捷键:Alt-s
HISTORY_SNAPSHOT;快照
@@ -665,7 +837,11 @@ HISTORY_SNAPSHOTS;快照
ICCPROFCREATOR_COPYRIGHT;版权:
ICCPROFCREATOR_CUSTOM;自定义
ICCPROFCREATOR_DESCRIPTION;描述:
+ICCPROFCREATOR_GAMMA;伽马
+ICCPROFCREATOR_ILL_DEF;默认
ICCPROFCREATOR_SAVEDIALOG_TITLE;将ICC档案保存为...
+ICCPROFCREATOR_TRC_PRESET;色调响应曲线
+INSPECTOR_WINDOW_TITLE;检视器
IPTCPANEL_CATEGORY;类别
IPTCPANEL_CITY;城市
IPTCPANEL_COPYHINT;将IPTC设置复制到剪贴板
@@ -708,7 +884,7 @@ MAIN_MSG_CANNOTSAVE;文件保存中出错
MAIN_MSG_CANNOTSTARTEDITOR;无法启动编辑器
MAIN_MSG_CANNOTSTARTEDITOR_SECONDARY;请在“参数设置”中设置正确的路径
MAIN_MSG_EMPTYFILENAME;未指定文件名!
-MAIN_MSG_NAVIGATOR;导航器
+MAIN_MSG_NAVIGATOR;导航窗
MAIN_MSG_OPERATIONCANCELLED;取消
MAIN_MSG_PATHDOESNTEXIST;路径\n\n%1\n\n不存在。请在参数设置中设定正确的路径
MAIN_MSG_QOVERWRITE;是否覆盖?
@@ -731,6 +907,8 @@ MAIN_TAB_FAVORITES_TOOLTIP;快捷键: Alt-u
MAIN_TAB_FILTER;过滤器
MAIN_TAB_INSPECT;检视
MAIN_TAB_IPTC;IPTC
+MAIN_TAB_LOCALLAB;局部
+MAIN_TAB_LOCALLAB_TOOLTIP;快捷键:Alt-o
MAIN_TAB_METADATA;元数据
MAIN_TAB_METADATA_TOOLTIP;快捷键:Alt-m
MAIN_TAB_RAW;Raw
@@ -745,7 +923,7 @@ MAIN_TOOLTIP_HIDEHP;显示/隐藏左面板(包含历史,快捷键:H)
MAIN_TOOLTIP_INDCLIPPEDH;高光溢出提示
MAIN_TOOLTIP_INDCLIPPEDS;阴影不足提示
MAIN_TOOLTIP_PREVIEWB;预览蓝色通道\n快捷键:b
-MAIN_TOOLTIP_PREVIEWFOCUSMASK;预览合焦蒙版\n快捷键:Shift-f\n\n在浅景深,噪点少,放大得大的图片中更加精准\n在噪点多的图像中,把图片缩放到10%-30%以提升检测精准度
+MAIN_TOOLTIP_PREVIEWFOCUSMASK;预览合焦蒙版\n快捷键:Shift-f\n\n在景深浅,噪点少,放大得大的图片中更加精准\n在噪点多的图像中,把图片缩放到10%-30%以提升检测精准度
MAIN_TOOLTIP_PREVIEWG;预览绿色通道\n快捷键:g
MAIN_TOOLTIP_PREVIEWL;预览亮度\n快捷键:v\n\n0.299*R + 0.587*G + 0.114*B
MAIN_TOOLTIP_PREVIEWR;预览红色通道\n快捷键:r
@@ -778,7 +956,7 @@ PARTIALPASTE_CACORRECTION;色彩矫正
PARTIALPASTE_CHANNELMIXER;通道混合器
PARTIALPASTE_CHANNELMIXERBW;黑白
PARTIALPASTE_COARSETRANS;90°旋转/翻转
-PARTIALPASTE_COLORAPP;CIECAM02
+PARTIALPASTE_COLORAPP;CIECAM02/16
PARTIALPASTE_COLORGROUP;色彩相关设定
PARTIALPASTE_COLORTONING;色调
PARTIALPASTE_COMMONTRANSFORMPARAMS;自动填充
@@ -794,9 +972,9 @@ PARTIALPASTE_DIRPYRDENOISE;降噪
PARTIALPASTE_DIRPYREQUALIZER;分频反差调整
PARTIALPASTE_DISTORTION;畸变矫正
PARTIALPASTE_EPD;色调映射
-PARTIALPASTE_EQUALIZER;小波变换层级
+PARTIALPASTE_EQUALIZER;小波层级
PARTIALPASTE_EVERYTHING;全部
-PARTIALPASTE_EXIFCHANGES;对exif所做的修改
+PARTIALPASTE_EXIFCHANGES;Exif
PARTIALPASTE_EXPOSURE;曝光
PARTIALPASTE_FILMNEGATIVE;胶片负片
PARTIALPASTE_FILMSIMULATION;胶片模拟
@@ -814,6 +992,8 @@ PARTIALPASTE_LABCURVE;Lab调整
PARTIALPASTE_LENSGROUP;镜头相关设置
PARTIALPASTE_LENSPROFILE;镜片修正档案
PARTIALPASTE_LOCALCONTRAST;局部反差
+PARTIALPASTE_LOCALLAB;局部调整
+PARTIALPASTE_LOCALLABGROUP;局部调整设置
PARTIALPASTE_METADATA;元数据模式
PARTIALPASTE_METAGROUP;元数据
PARTIALPASTE_PCVIGNETTE;暗角滤镜
@@ -823,6 +1003,7 @@ PARTIALPASTE_PREPROCESS_GREENEQUIL;绿平衡
PARTIALPASTE_PREPROCESS_HOTPIXFILT;热噪过滤器
PARTIALPASTE_PREPROCESS_LINEDENOISE;线状噪点过滤
PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF条纹过滤器
+PARTIALPASTE_PREPROCWB;预处理白平衡
PARTIALPASTE_PRSHARPENING;调整大小后锐化
PARTIALPASTE_RAWCACORR_AUTO;色差自动矫正
PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA避免偏色
@@ -846,16 +1027,17 @@ PARTIALPASTE_SHARPENEDGE;边缘锐化
PARTIALPASTE_SHARPENING;锐化
PARTIALPASTE_SHARPENMICRO;微反差
PARTIALPASTE_SOFTLIGHT;柔光
+PARTIALPASTE_SPOT;污点移除
PARTIALPASTE_TM_FATTAL;动态范围压缩
-PARTIALPASTE_VIBRANCE;鲜艳度
PARTIALPASTE_VIGNETTING;暗角矫正
PARTIALPASTE_WHITEBALANCE;白平衡
+PARTIALPASTE_鲜明度;鲜艳度
PREFERENCES_ADD;相加
PREFERENCES_APPEARANCE;外观
PREFERENCES_APPEARANCE_COLORPICKERFONT;拾色器字体
PREFERENCES_APPEARANCE_CROPMASKCOLOR;裁剪蒙版颜色
PREFERENCES_APPEARANCE_MAINFONT;主字体
-PREFERENCES_APPEARANCE_NAVGUIDECOLOR;导航器图框颜色
+PREFERENCES_APPEARANCE_NAVGUIDECOLOR;导航窗图框颜色
PREFERENCES_APPEARANCE_PSEUDOHIDPI;伪-高DPI模式
PREFERENCES_APPEARANCE_THEME;主题
PREFERENCES_APPLNEXTSTARTUP;下次启动生效
@@ -880,11 +1062,16 @@ PREFERENCES_CHUNKSIZE_RAW_AMAZE;AMaZE去马赛克
PREFERENCES_CHUNKSIZE_RAW_CA;Raw色差矫正
PREFERENCES_CHUNKSIZE_RAW_RCD;RCD去马赛克
PREFERENCES_CHUNKSIZE_RGB;RGB处理
+PREFERENCES_CIEARTIF;避免杂点
PREFERENCES_CLIPPINGIND;高光溢出提示
PREFERENCES_CLUTSCACHE;HaldCLUT缓存
PREFERENCES_CLUTSCACHE_LABEL;CLUT最大缓存数
PREFERENCES_CLUTSDIR;HaldCLUT路径
PREFERENCES_CMMBPC;黑场补偿
+PREFERENCES_COMPLEXITYLOC;局部调整工具默认复杂程度
+PREFERENCES_COMPLEXITY_EXP;高级
+PREFERENCES_COMPLEXITY_NORM;标准
+PREFERENCES_COMPLEXITY_SIMP;基础
PREFERENCES_CROP;裁剪编辑
PREFERENCES_CROP_AUTO_FIT;自动放大以适应裁剪
PREFERENCES_CROP_GUIDES;在不编辑裁剪区域时,裁剪区域所显示的辅助方式
@@ -911,6 +1098,10 @@ PREFERENCES_DIRSELECTDLG;启动时选择图片路径...
PREFERENCES_DIRSOFTWARE;软件安装路径
PREFERENCES_EDITORCMDLINE;自定义命令行
PREFERENCES_EDITORLAYOUT;编辑器布局
+PREFERENCES_EXTEDITOR_DIR;输出目录
+PREFERENCES_EXTEDITOR_DIR_CURRENT;与输入图片相同
+PREFERENCES_EXTEDITOR_DIR_CUSTOM;自定义
+PREFERENCES_EXTEDITOR_DIR_TEMP;操作系统临时文件夹
PREFERENCES_EXTERNALEDITOR;外部编辑器
PREFERENCES_FBROWSEROPTS;文件浏览器选项
PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;在文件浏览器中显示紧凑的工具栏
@@ -928,6 +1119,7 @@ PREFERENCES_HISTOGRAM_TOOLTIP;启用后,当前使用的后期配置档案将
PREFERENCES_HLTHRESHOLD;高光溢出阈值
PREFERENCES_ICCDIR;ICC配置路径
PREFERENCES_IMPROCPARAMS;默认图片处理参数
+PREFERENCES_INSPECTORWINDOW;以单独窗口或全屏打开检视器
PREFERENCES_INSPECT_LABEL;检视
PREFERENCES_INSPECT_MAXBUFFERS_LABEL;最大缓存图片数
PREFERENCES_INTENT_ABSOLUTE;绝对比色
@@ -938,11 +1130,11 @@ PREFERENCES_INTERNALTHUMBIFUNTOUCHED;如果RAW文件没有被修改,显示内
PREFERENCES_LANG;语言
PREFERENCES_LANGAUTODETECT;使用系统语言
PREFERENCES_MAXRECENTFOLDERS;最近访问路径历史记录数
-PREFERENCES_MENUGROUPEXTPROGS;组合“打开方式”
-PREFERENCES_MENUGROUPFILEOPERATIONS;组合“文件操作”
-PREFERENCES_MENUGROUPLABEL;组合“色彩标签”
-PREFERENCES_MENUGROUPPROFILEOPERATIONS;组合“后期档案操作”
-PREFERENCES_MENUGROUPRANK;组合“评级”
+PREFERENCES_MENUGROUPEXTPROGS;合并“打开方式”
+PREFERENCES_MENUGROUPFILEOPERATIONS;合并“文件操作”
+PREFERENCES_MENUGROUPLABEL;合并“色彩标签”
+PREFERENCES_MENUGROUPPROFILEOPERATIONS;合并“后期档案操作”
+PREFERENCES_MENUGROUPRANK;合并“评级”
PREFERENCES_MENUOPTIONS;右键子菜单选项
PREFERENCES_MONINTENT;默认渲染意图
PREFERENCES_MONITOR;显示器
@@ -950,7 +1142,7 @@ PREFERENCES_MONPROFILE;默认色彩配置文件
PREFERENCES_MONPROFILE_WARNOSX;受MacOS限制, 仅支持sRGB
PREFERENCES_MULTITAB;多编辑器标签模式
PREFERENCES_MULTITABDUALMON;多编辑器标签,标签独立模式
-PREFERENCES_NAVIGATIONFRAME;导航器
+PREFERENCES_NAVIGATIONFRAME;导航窗
PREFERENCES_OVERLAY_FILENAMES;在文件浏览器的缩略图上显示文件名
PREFERENCES_OVERLAY_FILENAMES_FILMSTRIP;在编辑器的缩略图上显示文件名
PREFERENCES_OVERWRITEOUTPUTFILE;覆盖已存在的输出文件
@@ -984,7 +1176,7 @@ PREFERENCES_PRTINTENT;渲染意图
PREFERENCES_PRTPROFILE;色彩配置文件
PREFERENCES_PSPATH;Adobe Photoshop安装路径
PREFERENCES_REMEMBERZOOMPAN;记忆图片的缩放和拖动位置
-PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;当打开新图片时,记忆上一张图片放大的百分比和被拖动到的位置。\n\n这个选项仅在使用“单编辑器模式”且“小于100%缩放查看时使用的去马赛克方法”被设为“与PP3相同”时才有效
+PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;当打开新图片时,记忆上一张图片的放大百分比和拖移位置。\n\n此选项仅在使用“单编辑器模式”且“小于100%缩放查看时使用的去马赛克方法”被设为“与PP3相同”时才有效
PREFERENCES_SAVE_TP_OPEN_NOW;保存工具的展开/折叠状态
PREFERENCES_SELECTLANG;选择语言
PREFERENCES_SERIALIZE_TIFF_READ;TIFF读取设定
@@ -995,6 +1187,7 @@ PREFERENCES_SHOWBASICEXIF;显示基本Exif信息
PREFERENCES_SHOWDATETIME;显示时间日期
PREFERENCES_SHOWEXPOSURECOMPENSATION;附带曝光补偿
PREFERENCES_SHOWFILMSTRIPTOOLBAR;显示“数码底片夹”栏
+PREFERENCES_SHOWTOOLTIP;显示局部调整工具提示
PREFERENCES_SHTHRESHOLD;阴影过暗阈值
PREFERENCES_SINGLETAB;单编辑器标签模式
PREFERENCES_SINGLETABVERTAB;单编辑器标签模式, 标签栏垂直
@@ -1017,13 +1210,14 @@ PREFERENCES_THUMBNAIL_INSPECTOR_RAW_IF_NO_JPEG_FULLSIZE;若内嵌JPEG为全尺
PREFERENCES_TP_LABEL;工具栏
PREFERENCES_TP_VSCROLLBAR;隐藏垂直滚动条
PREFERENCES_USEBUNDLEDPROFILES;启用内置预设
-PREFERENCES_WORKFLOW;排版
+PREFERENCES_WORKFLOW;软件界面
+PREFERENCES_ZOOMONSCROLL;滚动鼠标滚轮控制图片缩放
PROFILEPANEL_COPYPPASTE;要复制的参数
PROFILEPANEL_GLOBALPROFILES;附带档案
PROFILEPANEL_LABEL;处理参数配置
PROFILEPANEL_LOADDLGLABEL;加载处理参数为...
PROFILEPANEL_LOADPPASTE;要加载的参数
-PROFILEPANEL_MODE_TIP;后期档案应用模式。\n\n按下按钮:部分性档案将被转化为全面性档案;没有被使用的工具将会用预定的参数得到处理。\n\n松开按钮:档案按照其制作时的形式被应用,只有被调整过的工具参数会被应用。
+PROFILEPANEL_MODE_TOOLTIP;后期档案应用模式。\n\n按下按钮:部分性档案将被转化为全面性档案;没有被使用的工具将会用预定的参数得到处理。\n\n松开按钮:档案按照其制作时的形式被应用,只有被调整过的工具参数会被应用。
PROFILEPANEL_MYPROFILES;我的档案
PROFILEPANEL_PASTEPPASTE;要粘贴的参数
PROFILEPANEL_PCUSTOM;自定义
@@ -1171,51 +1365,59 @@ TP_COLORAPP_ALGO_TOOLTIP;你可以选择子项参数或全部参数
TP_COLORAPP_BADPIXSL;热像素/坏点过滤器
TP_COLORAPP_BADPIXSL_TOOLTIP;对热像素/坏点(非常亮的色彩)的抑制\n0 = 没有效果\n1 = 中值\n2 = 高斯\n也可以调整图像以避免有极暗的阴影。\n\n这些杂点是CIECAM02的局限性而导致的
TP_COLORAPP_BRIGHT;视明度 (Q)
-TP_COLORAPP_BRIGHT_TOOLTIP;CIECAM的视明度考虑了白色的明度,且与Lab和RGB的亮度不同
-TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;当手动设置时,推荐设置大于65的值
+TP_COLORAPP_BRIGHT_TOOLTIP;CIECAM的视明度指的是人对于刺激物的感知亮度,与Lab和RGB的亮度不同
+TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;当手动设置时,推荐使用大于65的值
+TP_COLORAPP_CATCLASSIC;经典
+TP_COLORAPP_CATMOD;Cat02/16模式
+TP_COLORAPP_CATSYMGEN;自动对称
+TP_COLORAPP_CATSYMSPE;混合
TP_COLORAPP_CHROMA;彩度 (C)
TP_COLORAPP_CHROMA_M;视彩度 (M)
-TP_COLORAPP_CHROMA_M_TOOLTIP;CIECAM的视彩度与Lab和RGB的视彩度(Colorfulness)不同
+TP_COLORAPP_CHROMA_M_TOOLTIP;CIECAM的视彩度是相对灰色而言,人所感知到的色彩量,是一个指示某个刺激物在感官上的色彩强弱的参数。
TP_COLORAPP_CHROMA_S;饱和度 (S)
-TP_COLORAPP_CHROMA_S_TOOLTIP;CIECAM的饱和度与Lab和RGB的饱和度不同
-TP_COLORAPP_CHROMA_TOOLTIP;CIECAM的彩度与Lab和RGB的彩度(Chroma)不同
-TP_COLORAPP_CIECAT_DEGREE;CAT02 色适应
+TP_COLORAPP_CHROMA_S_TOOLTIP;CIECAM的饱和度对应着某个刺激物的视彩度与其自身视明度之比,与Lab和RGB的饱和度不同
+TP_COLORAPP_CHROMA_TOOLTIP;CIECAM的彩度对应着刺激物的视彩度与相同条件下的白色刺激物的亮度之比,与Lab和RGB的彩度(Chroma)不同
+TP_COLORAPP_CIECAT_DEGREE;CAT02/16色适应
TP_COLORAPP_CONTRAST;对比度 (J)
TP_COLORAPP_CONTRAST_Q;对比度 (Q)
-TP_COLORAPP_CONTRAST_Q_TOOLTIP;与Lab和RGB的对比度不同
-TP_COLORAPP_CONTRAST_TOOLTIP;与Lab和RGB的对比度不同
+TP_COLORAPP_CONTRAST_Q_TOOLTIP;CIECAM的对比度 (Q)以视明度为基准,与Lab和RGB的对比度不同
+TP_COLORAPP_CONTRAST_TOOLTIP;与CIECAM的对比度 (J)以明度为基准,Lab和RGB的对比度不同
TP_COLORAPP_CURVEEDITOR1;色调曲线1
-TP_COLORAPP_CURVEEDITOR1_TOOLTIP;显示在CIECAM02应用前的L*(L*a*b*)通道直方图。\n若勾选“在曲线中显示CIECAM02输出直方图”,则显示CIECAM02应用后的J或Q直方图。\n\n主直方图面板不会显示J和Q的直方图\n\n最终的输出结果请参考主直方图面板
+TP_COLORAPP_CURVEEDITOR1_TOOLTIP;显示在CIECAM02/16应用前的L*(L*a*b*)通道直方图。\n若勾选“在曲线中显示CIECAM02/16输出直方图”,则显示CIECAM02/16应用后的J直方图。\n\n主直方图面板不会显示J的直方图\n\n最终的输出结果请参考主直方图面板
TP_COLORAPP_CURVEEDITOR2;色调曲线2
-TP_COLORAPP_CURVEEDITOR2_TOOLTIP;与第二条曝光色调曲线的使用方法相同
+TP_COLORAPP_CURVEEDITOR2_TOOLTIP;与第一条J(J)色调曲线的使用方法相同
TP_COLORAPP_CURVEEDITOR3;色彩曲线
-TP_COLORAPP_CURVEEDITOR3_TOOLTIP;调整彩度,饱和度或视彩度。\n\n显示在CIECAM02应用前的色度(L*a*b*)通道直方图。\n若勾选“在曲线中显示CIECAM02输出直方图”,则显示CIECAM02应用后的C,s或M直方图。\n\n主直方图面板不会显示C,s和M的直方图\n最终的输出结果请参考主直方图面板
-TP_COLORAPP_DATACIE;在曲线中显示CIECAM02输出直方图
-TP_COLORAPP_DATACIE_TOOLTIP;启用后,CIECAM02直方图中会显示CIECAM02应用后的J或Q,以及C,s或M的大概值/范围。\n勾选此选项不会影响主直方图\n\n关闭选项后,CIECAM02直方图中会显示CIECAM02应用前的L*a*b*值
-TP_COLORAPP_FREE;自由色温+绿色+CAT02+[输出]
+TP_COLORAPP_CURVEEDITOR3_TOOLTIP;调整彩度,饱和度或视彩度。\n\n显示在CIECAM02/16应用前的色度(L*a*b*)通道直方图。\n若勾选“在曲线中显示CIECAM02/16输出直方图”,则显示CIECAM02/16应用后的C,S或M直方图。\n\n主直方图面板不会显示C,s和M的直方图\n最终的输出结果请参考主直方图面板
+TP_COLORAPP_DATACIE;在曲线中显示CIECAM02/16输出直方图
+TP_COLORAPP_DATACIE_TOOLTIP;启用后,CIECAM02/16直方图中会显示CIECAM02/16应用后的J,以及C,S或M的大概值/范围。\n勾选此选项不会影响主直方图\n\n关闭选项后,CIECAM02/16直方图中会显示CIECAM02/16应用前的L*a*b*值
+TP_COLORAPP_FREE;自由色温+色调+CAT02/16+[输出]
TP_COLORAPP_GAMUT;色域控制(L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;允许在L*a*b*模式下进行色域控制
+TP_COLORAPP_GEN;设置 - 预设
TP_COLORAPP_HUE;色相(h)
-TP_COLORAPP_HUE_TOOLTIP;色相(h)-0°至360°之间的一个角度
-TP_COLORAPP_LABEL;CIE色貌模型02
+TP_COLORAPP_HUE_TOOLTIP;色相(h)是一个刺激物可以被描述为接近于红,绿,蓝,黄色的一个角度
+TP_COLORAPP_LABEL;CIE色貌模型02/16
TP_COLORAPP_LABEL_CAM02;图像调整
TP_COLORAPP_LABEL_SCENE;场景条件
TP_COLORAPP_LABEL_VIEWING;观察条件
TP_COLORAPP_LIGHT;明度 (J)
-TP_COLORAPP_LIGHT_TOOLTIP; CIECAM02,Lab与RGB中的“明度”意义是不同的
+TP_COLORAPP_LIGHT_TOOLTIP; CIECAM02/16中的“明度”指一个刺激物的清晰度与相似观察条件下的白色物体清晰度之相对值,与Lab和RGB的“明度”意义不同
TP_COLORAPP_MEANLUMINANCE;平均亮度(Yb%)
TP_COLORAPP_MODEL;白点模型
-TP_COLORAPP_MODEL_TOOLTIP;白平衡[RT]+[输出]:RT的白平衡被应用到场景,CIECAM02被设为D50,输出设备的白平衡被设置为观察条件\n\n白平衡[RT+CAT02]+[输出]:CAT02使用RT的白平衡设置,输出设备的白平衡被设置为观察条件\n\n自由色温+绿色+CAT02+[输出]:用户指定色温和绿色,输出设备的白平衡被设置为观察条件
+TP_COLORAPP_MODELCAT;色貌模型
+TP_COLORAPP_MODELCAT_TOOLTIP;允许你在CIECAM02或CIECAM16之间进行选择\nCIECAM02在某些时候会更加准确\nCIECAM16的杂点应该更少
+TP_COLORAPP_MODEL_TOOLTIP;白平衡[RT]+[输出]:RT的白平衡被应用到场景,CIECAM02/16被设为D50,输出设备的白平衡被设置为观察条件\n\n白平衡[RT+CAT02/16]+[输出]:CAT02/16使用RT的白平衡设置,输出设备的白平衡被设置为观察条件\n\n自由色温+色调+CAT02/16+[输出]:用户指定色温和色调,输出设备的白平衡被设置为观察条件
TP_COLORAPP_NEUTRAL;重置
-TP_COLORAPP_NEUTRAL_TIP;将所有复选框、滑条和曲线还原到默认状态
+TP_COLORAPP_NEUTRAL_TOOLTIP;将所有复选框、滑条和曲线还原到默认状态
TP_COLORAPP_RSTPRO;红色与肤色保护
TP_COLORAPP_RSTPRO_TOOLTIP;滑条和曲线均受红色与肤色保护影响
TP_COLORAPP_SURROUND;周围环境
+TP_COLORAPP_SURROUNDSRC;周围 - 场景亮度
TP_COLORAPP_SURROUND_AVER;一般
TP_COLORAPP_SURROUND_DARK;黑暗
TP_COLORAPP_SURROUND_DIM;昏暗
TP_COLORAPP_SURROUND_EXDARK;极暗
TP_COLORAPP_SURROUND_TOOLTIP;改变色调和色彩以考虑到输出设备的观察条件。\n\n一般:一般的光照环境(标准)。图像不会变化。\n\n昏暗:昏暗环境(如电视)。图像会略微变暗。\n\n黑暗:黑暗环境(如投影仪)。图像会变得更暗。\n\n极暗:非常暗的环境(Cutsheet)。图像会变得很暗
+TP_COLORAPP_SURSOURCE_TOOLTIP;改变色调与色彩以计入场景条件\n\n平均:平均的亮度条件(标准)。图像不被改变\n\n昏暗:较暗的场景。图像会被略微提亮\n\n黑暗:黑暗的环境。图像会被提亮\n\n极暗:非常暗的环境。图片会变得非常亮
TP_COLORAPP_TCMODE_BRIGHTNESS;视明度
TP_COLORAPP_TCMODE_CHROMA;彩度
TP_COLORAPP_TCMODE_COLORF;视彩度
@@ -1224,10 +1426,10 @@ TP_COLORAPP_TCMODE_LABEL2;曲线模式2
TP_COLORAPP_TCMODE_LABEL3;曲线彩度模式
TP_COLORAPP_TCMODE_LIGHTNESS;明度
TP_COLORAPP_TCMODE_SATUR;饱和度
-TP_COLORAPP_TONECIE;使用CIECAM02进行色调映射
+TP_COLORAPP_TONECIE;使用CIECAM02/16进行色调映射
TP_COLORAPP_TONECIE_TOOLTIP;禁用此选项,色调映射会在L*a*b*色彩空间中进行。\n启用此选项,色调映射会使用CIECAM进行。\n你需要启用色调映射工具来令此选项生效
TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;观察环境的绝对亮度(一般为16 cd/m²)
-TP_COLORAPP_WBCAM;白平衡[RT+CAT02]+[输出]
+TP_COLORAPP_WBCAM;白平衡[RT+CAT02/16]+[输出]
TP_COLORAPP_WBRT;白平衡[RT]+[输出]
TP_COLORTONING_AUTOSAT;自动
TP_COLORTONING_BALANCE;平衡
@@ -1238,7 +1440,7 @@ TP_COLORTONING_HIGHLIGHT;高光
TP_COLORTONING_HUE;色相
TP_COLORTONING_LAB;L*a*b*混合
TP_COLORTONING_LABEL;色调分离
-TP_COLORTONING_LABGRID;L*a*b*色彩矫正矩阵
+TP_COLORTONING_LABGRID;L*a*b*色彩矫正网格
TP_COLORTONING_LABREGIONS;色彩矫正区域
TP_COLORTONING_LABREGION_CHANNEL;通道
TP_COLORTONING_LABREGION_CHANNEL_ALL;全部
@@ -1261,7 +1463,7 @@ TP_COLORTONING_METHOD;方法
TP_COLORTONING_METHOD_TOOLTIP;L*a*b*混合,RGB滑条和RGB曲线使用插值色彩混合。\n阴影/中间调/高光色彩平衡和饱和度2种颜色使用直接颜色。\n\n使用任意一种色调分离方法时都可以启用黑白工具,来为黑白照片进行色调分离
TP_COLORTONING_MIDTONES;中间调
TP_COLORTONING_NEUTRAL;重置滑条
-TP_COLORTONING_NEUTRAL_TIP;重置所有数值(阴影,中间调,高光)为默认
+TP_COLORTONING_NEUTRAL_TOOLTIP;重置所有数值(阴影,中间调,高光)为默认
TP_COLORTONING_OPACITY;不透明度
TP_COLORTONING_RGBCURVES;RGB-曲线
TP_COLORTONING_RGBSLIDERS;RGB-滑条
@@ -1304,7 +1506,7 @@ TP_DEFRINGE_RADIUS;半径
TP_DEFRINGE_THRESHOLD;阈值
TP_DEHAZE_DEPTH;纵深
TP_DEHAZE_LABEL;去雾
-TP_DEHAZE_LUMINANCE;仅亮度
+TP_DEHAZE_SATURATION;饱和度
TP_DEHAZE_SHOW_DEPTH_MAP;显示纵深蒙版
TP_DEHAZE_STRENGTH;力度
TP_DIRPYRDENOISE_CHROMINANCE_AMZ;多分区自动
@@ -1351,7 +1553,7 @@ TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;权重L* (小) + a*b* (正常)
TP_DIRPYRDENOISE_MEDIAN_PASSES;中值迭代
TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;使用3x3窗口进行三次中值迭代通常比使用7x7窗口进行一次迭代的效果更好
TP_DIRPYRDENOISE_MEDIAN_TYPE;中值类型
-TP_DIRPYRDENOISE_MEDIAN_TYPE_TOOLTIP;使用你想要的窗口大小的中值滤波器。窗口大小越大,处理用时越长。\n3×3柔和:处理3x3窗口中的5个像素。\n3x3:处理3x3窗口里面的9个像素。\n5x5柔和:处理5x5窗口中的13个像素。\n5x5:处理5x5窗口中的25个像素。\n7x7:处理7x7窗口中的49个像素。\n9x9:处理9x9窗口中的81个像素。\n\n有时使用小窗口进行多次迭代的效果会优于使用大窗口进行一次迭代的效果
+TP_DIRPYRDENOISE_MEDIAN_TYPE_TOOLTIP;使用你想要的窗口大小的中值滤波器。窗口大小越大,处理用时越长。\n3×3柔和:处理3x3窗口中的5个像素。\n3x3:处理3x3窗口中的9个像素。\n5x5柔和:处理5x5窗口中的13个像素。\n5x5:处理5x5窗口中的25个像素。\n7x7:处理7x7窗口中的49个像素。\n9x9:处理9x9窗口中的81个像素。\n\n有时使用小窗口进行多次迭代的效果会优于使用大窗口进行一次迭代的效果
TP_DIRPYRDENOISE_TYPE_3X3;3×3
TP_DIRPYRDENOISE_TYPE_3X3SOFT;3×3柔和
TP_DIRPYRDENOISE_TYPE_5X5;5×5
@@ -1371,6 +1573,7 @@ TP_DIRPYREQUALIZER_SKIN;肤色针对/保护
TP_DIRPYREQUALIZER_SKIN_TOOLTIP;-100:肤色被针对\n0:所有色彩被同等对待\n+100:肤色受到保护,其他颜色将受到影响
TP_DIRPYREQUALIZER_THRESHOLD;阈值
TP_DISTORTION_AMOUNT;数量
+TP_DISTORTION_AUTO_TOOLTIP;如果Raw文件内有矫正畸变的内嵌JPEG,则会将Raw图像与其对比并自动矫正畸变
TP_DISTORTION_LABEL;畸变
TP_EPD_EDGESTOPPING;边缘敏感度
TP_EPD_GAMMA;伽马
@@ -1379,12 +1582,12 @@ TP_EPD_REWEIGHTINGITERATES;再加权迭代
TP_EPD_SCALE;规模度
TP_EPD_STRENGTH;力度
TP_EXPOSURE_AUTOLEVELS;自动色阶
-TP_EXPOSURE_AUTOLEVELS_TIP;使用自动色阶来让程序分析图像,调整曝光滑条的数值\n如果有需要的话,启用高光还原
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;使用自动色阶来让程序分析图像,调整曝光滑条的数值\n如果有需要的话,启用高光还原
TP_EXPOSURE_BLACKLEVEL;黑点
TP_EXPOSURE_BRIGHTNESS;亮度
TP_EXPOSURE_CLAMPOOG;令超出色域的色彩溢出
TP_EXPOSURE_CLIP;可溢出%
-TP_EXPOSURE_CLIP_TIP;自动色阶功能可以让占总数的多少比例的像素溢出
+TP_EXPOSURE_CLIP_TOOLTIP;自动色阶功能可以让占总数的多少比例的像素溢出
TP_EXPOSURE_COMPRHIGHLIGHTS;高光压缩
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;高光压缩阈值
TP_EXPOSURE_COMPRSHADOWS;阴影压缩
@@ -1409,11 +1612,21 @@ TP_EXPOSURE_TCMODE_WEIGHTEDSTD;加权标准
TP_EXPOS_BLACKPOINT_LABEL;Raw黑点
TP_EXPOS_WHITEPOINT_LABEL;Raw白点
TP_FILMNEGATIVE_BLUE;蓝色比例
+TP_FILMNEGATIVE_BLUEBALANCE;冷/暖
+TP_FILMNEGATIVE_COLORSPACE;反转色彩空间:
+TP_FILMNEGATIVE_COLORSPACE_INPUT;输入色彩空间
+TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;选择用于负片反转的色彩空间:\n输入色彩空间: 在输入档案被应用之前进行反转,与之前版本的RT相同\n工作色彩空间: 在输入档案被应用之后进行反转,使用当前所选的工作档案
+TP_FILMNEGATIVE_COLORSPACE_WORKING;工作色彩空间
TP_FILMNEGATIVE_GREEN;参照指数(反差)
-TP_FILMNEGATIVE_GUESS_TOOLTIP;通过选取原图中的两个中性色(没有色彩)色块来自动确定红与蓝色的比例。两个色块的亮度应该有差别。在此之后再设置白平衡
+TP_FILMNEGATIVE_GREENBALANCE;品红/绿
+TP_FILMNEGATIVE_GUESS_TOOLTIP;通过选取原图中的两个中性色(没有色彩)色块来自动确定红与蓝色的比例。两个色块的亮度应当有所差别。
TP_FILMNEGATIVE_LABEL;胶片负片
+TP_FILMNEGATIVE_OUT_LEVEL;输出亮度
TP_FILMNEGATIVE_PICK;选择(两个)中灰点
TP_FILMNEGATIVE_RED;红色比例
+TP_FILMNEGATIVE_REF_LABEL;输入RGB: %1
+TP_FILMNEGATIVE_REF_PICK;选择白平衡点
+TP_FILMNEGATIVE_REF_TOOLTIP;为输出的正片选择一块灰色区域进行白平衡
TP_FILMSIMULATION_LABEL;胶片模拟
TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee被设置寻找用于胶片模拟工具的Hald CLUT图像,图像所在的文件夹加载时间过长。\n前往参数设置-图片处理-Hald CLUT路径\n以寻找被使用的文件夹是哪个。你应该令该文件夹指向一个只有Hald CLUT图像而没有其他图片的文件夹,而如果你不想用胶片模拟功能,就将它指向一个空文件夹。\n\n阅读RawPedia的Film Simulation词条以获取更多信息。\n\n你现在想取消扫描吗?
TP_FILMSIMULATION_STRENGTH;力度
@@ -1469,7 +1682,11 @@ TP_ICM_OUTPUTPROFILE;输出配置
TP_ICM_PROFILEINTENT;渲染意图
TP_ICM_SAVEREFERENCE_APPLYWB;应用白平衡
TP_ICM_TONECURVE;使用DCP色调曲线
+TP_ICM_TRCFRAME;抽象档案
TP_ICM_WORKINGPROFILE;当前配置
+TP_ICM_WORKING_ILLU_NONE;默认
+TP_ICM_WORKING_PRIM_NONE;默认
+TP_ICM_WORKING_TRC;色调响应曲线:
TP_ICM_WORKING_TRC_CUSTOM;自定义
TP_IMPULSEDENOISE_LABEL;脉冲噪声降低
TP_IMPULSEDENOISE_THRESH;阈值
@@ -1494,7 +1711,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;根据色相(H)调整亮度(L),L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;根据亮度(L)调整亮度(L),L=f(L)
TP_LABCURVE_LABEL;Lab调整
TP_LABCURVE_LCREDSK;将LC曲线的效果限定于红色和肤色
-TP_LABCURVE_LCREDSK_TIP;勾选该选项框,LC曲线就只会影响红色和肤色。\n取消勾选,它的效果就会应用到所有色彩上
+TP_LABCURVE_LCREDSK_TOOLTIP;勾选该选项框,LC曲线就只会影响红色和肤色。\n取消勾选,它的效果就会应用到所有色彩上
TP_LABCURVE_RSTPROTECTION;红色与肤色保护
TP_LABCURVE_RSTPRO_TOOLTIP;作用在色度滑条和CC曲线的调整上
TP_LENSGEOM_AUTOCROP;自动剪切
@@ -1517,12 +1734,276 @@ TP_LOCALCONTRAST_DARKNESS;暗部等级
TP_LOCALCONTRAST_LABEL;局部反差
TP_LOCALCONTRAST_LIGHTNESS;亮部等级
TP_LOCALCONTRAST_RADIUS;半径
+TP_LOCALLAB_ACTIVSPOT;启用点
+TP_LOCALLAB_AMOUNT;数量
+TP_LOCALLAB_ARTIF;形状检测
+TP_LOCALLAB_AUTOGRAY;自动平均亮度(Yb%)
+TP_LOCALLAB_AUTOGRAYCIE;自动
+TP_LOCALLAB_AVOID;避免偏色
+TP_LOCALLAB_BALAN;ab-L平衡(ΔE)
+TP_LOCALLAB_BALANH;色度(C)-色相(H)平衡(ΔE)
+TP_LOCALLAB_BLCO;仅色度
+TP_LOCALLAB_BLINV;反转
+TP_LOCALLAB_BLLC;亮度&色度
+TP_LOCALLAB_BLLO;仅亮度
+TP_LOCALLAB_BLMED;中值
+TP_LOCALLAB_BLNOI_EXP;模糊 & 噪点
+TP_LOCALLAB_BLUFR;模糊/颗粒 & 去噪
+TP_LOCALLAB_BLUR;高斯模糊-噪点-颗粒
+TP_LOCALLAB_BLURCOL;半径
+TP_LOCALLAB_BLURDE;模糊形状检测
+TP_LOCALLAB_BLURLC;仅亮度
+TP_LOCALLAB_BLUR_TOOLNAME;模糊/颗粒 & 去噪
+TP_LOCALLAB_BUTTON_ADD;添加
+TP_LOCALLAB_BUTTON_DEL;删除
+TP_LOCALLAB_BUTTON_DUPL;复制
+TP_LOCALLAB_BUTTON_REN;重命名
+TP_LOCALLAB_BUTTON_VIS;显示/隐藏
+TP_LOCALLAB_CAM16_FRA;Cam16图像调整
+TP_LOCALLAB_CAMMODE;色貌模型
+TP_LOCALLAB_CATAD;色适应/Cat16
+TP_LOCALLAB_CBDL;分频反差调整
+TP_LOCALLAB_CBDLCLARI_TOOLTIP;增强中间调的局部反差
+TP_LOCALLAB_CBDL_ADJ_TOOLTIP;与小波相同。\n第一级(0)作用在2x2像素细节上\n最高级(5)作用在64x64像素细节上
+TP_LOCALLAB_CBDL_THRES_TOOLTIP;避免加锐噪点
+TP_LOCALLAB_CBDL_TOOLNAME;分频反差调整
+TP_LOCALLAB_CENTER_X;中心X
+TP_LOCALLAB_CENTER_Y;中心Y
+TP_LOCALLAB_CHROMA;彩度
+TP_LOCALLAB_CHROMACBDL;彩度
+TP_LOCALLAB_CHROMASKCOL;彩度
+TP_LOCALLAB_CHROML;彩度 (C)
+TP_LOCALLAB_CHRRT;彩度
+TP_LOCALLAB_CIE;色貌(Cam16 & JzCzHz)
+TP_LOCALLAB_CIEC;使用Ciecam环境参数
+TP_LOCALLAB_CIECONTFRA;对比度
+TP_LOCALLAB_CIEMODE;改变工具位置
+TP_LOCALLAB_CIEMODE_COM;默认
+TP_LOCALLAB_CIEMODE_DR;动态范围
+TP_LOCALLAB_CIEMODE_TM;色调映射
+TP_LOCALLAB_CIEMODE_WAV;小波
+TP_LOCALLAB_CIETOOLEXP;曲线
+TP_LOCALLAB_CIE_TOOLNAME;色貌(Cam16 & JzCzHz)
+TP_LOCALLAB_CIRCRADIUS;调整点大小
+TP_LOCALLAB_COFR;色彩 & 亮度
+TP_LOCALLAB_COLORDE;ΔE预览颜色-密度
+TP_LOCALLAB_COLORSCOPE;范围(色彩工具)
+TP_LOCALLAB_COLORSCOPE_TOOLTIP;总控色彩与亮度,阴影/高光,鲜明度工具的范围滑条\n其他工具中有单独进行范围控制的滑条
+TP_LOCALLAB_COLOR_CIE;色彩曲线
+TP_LOCALLAB_COLOR_TOOLNAME;色彩 & 亮度
+TP_LOCALLAB_COL_NAME;名称
+TP_LOCALLAB_COL_VIS;状态
+TP_LOCALLAB_CONTRAST;对比度
+TP_LOCALLAB_CONTTHR;反差阈值
+TP_LOCALLAB_CONTWFRA;局部反差
+TP_LOCALLAB_CSTHRESHOLD;小波层级
+TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;色调曲线
+TP_LOCALLAB_CURVES_CIE;色调曲线
+TP_LOCALLAB_DEHAFRA;去雾
+TP_LOCALLAB_DEHAZ;力度
+TP_LOCALLAB_DEHAZFRAME_TOOLTIP;移除环境雾,提升总体饱和度与细节\n可以移除偏色倾向,但也可能导致图片整体偏蓝,此现象可以用其他工具进行修正
+TP_LOCALLAB_DEHAZ_TOOLTIP;负值会增加雾
+TP_LOCALLAB_DENOI_EXP;去噪
+TP_LOCALLAB_DEPTH;纵深
+TP_LOCALLAB_DETAIL;局部反差
+TP_LOCALLAB_DETAILSH;细节
+TP_LOCALLAB_DIVGR;伽马
+TP_LOCALLAB_DUPLSPOTNAME;复制
+TP_LOCALLAB_EDGFRA;边缘锐度
+TP_LOCALLAB_EDGSHOW;显示所有工具
+TP_LOCALLAB_ELI;椭圆
+TP_LOCALLAB_ENABLE_AFTER_MASK;使用色调映射
+TP_LOCALLAB_EPSBL;细节
+TP_LOCALLAB_EV_NVIS;隐藏
+TP_LOCALLAB_EV_NVIS_ALL;隐藏所有
+TP_LOCALLAB_EV_VIS;显示
+TP_LOCALLAB_EV_VIS_ALL;显示所有
+TP_LOCALLAB_EXCLUF;排除
+TP_LOCALLAB_EXCLUF_TOOLTIP;“排除”模式能够避免重叠的点影响到排除点的区域。调整“范围”能够扩大不受影响的色彩\n你还可以向排除点中添加工具,并像普通点一样使用这些工具
+TP_LOCALLAB_EXCLUTYPE;调整点模式
+TP_LOCALLAB_EXECLU;排除点
+TP_LOCALLAB_EXFULL;整张图片
+TP_LOCALLAB_EXNORM;普通点
+TP_LOCALLAB_EXPCHROMA;色度补偿
+TP_LOCALLAB_EXPCOLOR_TOOLTIP;调整色彩,亮度,反差并且矫正细微的图像缺陷,如红眼/传感器灰尘等
+TP_LOCALLAB_EXPCOMP;曝光补偿ƒ
+TP_LOCALLAB_EXPCOMPINV;曝光补偿
+TP_LOCALLAB_EXPCURV;曲线
+TP_LOCALLAB_EXPGRAD;渐变滤镜
+TP_LOCALLAB_EXPOSE;动态范围 & 曝光
+TP_LOCALLAB_EXPTOOL;曝光工具
+TP_LOCALLAB_EXP_TOOLNAME;动态范围 & 曝光
+TP_LOCALLAB_FATAMOUNT;数量
+TP_LOCALLAB_FATANCHOR;锚点
+TP_LOCALLAB_FATDETAIL;细节
+TP_LOCALLAB_FATFRA;动态范围压缩ƒ
+TP_LOCALLAB_FATSHFRA;动态范围压缩蒙版 ƒ
+TP_LOCALLAB_FFTMASK_TOOLTIP;使用傅立叶变换以得到更高的质量(处理用时与内存占用会上升)
+TP_LOCALLAB_FFTW;ƒ - 使用快速傅立叶变换
+TP_LOCALLAB_FFTWBLUR;ƒ - 永远使用快速傅立叶变换
+TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+TP_LOCALLAB_GAM;伽马
+TP_LOCALLAB_GAMC;伽马
+TP_LOCALLAB_GAMFRA;色调响应曲线(TRC)
+TP_LOCALLAB_GAMM;伽马
+TP_LOCALLAB_GAMMASKCOL;伽马
+TP_LOCALLAB_GAMSH;伽马
+TP_LOCALLAB_GRADANG;渐变角度
+TP_LOCALLAB_GRADANG_TOOLTIP;旋转角度(单位为°):-180 0 +180
+TP_LOCALLAB_GRADFRA;渐变滤镜蒙版
+TP_LOCALLAB_GRADLOGFRA;渐变滤镜亮度
+TP_LOCALLAB_GRADSTR;渐变力度
+TP_LOCALLAB_GRADSTRLUM;亮度渐变力度
+TP_LOCALLAB_GRAINFRA;胶片颗粒 1:1
+TP_LOCALLAB_GRAINFRA2;粗糙度
+TP_LOCALLAB_GRAIN_TOOLTIP;向图片中添加胶片式的颗粒
+TP_LOCALLAB_GRIDONE;色调映射
+TP_LOCALLAB_GRIDTWO;直接调整
+TP_LOCALLAB_GUIDFILTER;渐变滤镜半径
+TP_LOCALLAB_HHMASK_TOOLTIP;精确调整肤色等具体色相
+TP_LOCALLAB_HUECIE;色相
+TP_LOCALLAB_INVBL;反转
+TP_LOCALLAB_INVBL_TOOLTIP;若不希望使用“反转”,也有另外一种反选方式:使用两个调整点\n第一个点:整张图像\n\n第二个点:排除点
+TP_LOCALLAB_INVERS;反转
+TP_LOCALLAB_INVERS_TOOLTIP;使用“反转”选项会导致选择变少\n\n另外一种反选方式:使用两个调整点\n第一个点:整张图像\n\n第二个点:排除点
+TP_LOCALLAB_ISOGR;分布(ISO)
+TP_LOCALLAB_JZLIGHT;视明度
+TP_LOCALLAB_JZSAT;饱和度
+TP_LOCALLAB_JZSHFRA;阴影/高光 Jz
+TP_LOCALLAB_LABBLURM;Blur Mask
+TP_LOCALLAB_LABEL;局部调整
+TP_LOCALLAB_LABGRID;色彩矫正网格
+TP_LOCALLAB_LC_TOOLNAME;局部反差 & 小波
+TP_LOCALLAB_LEVELWAV;小波层级
+TP_LOCALLAB_LIGHTNESS;明度
+TP_LOCALLAB_LIGHTRETI;明度
+TP_LOCALLAB_LIST_NAME;向当前调整点添加工具...
+TP_LOCALLAB_LOC_CONTRAST;局部反差 & 小波
+TP_LOCALLAB_LOG;Log编码
+TP_LOCALLAB_LOG1FRA;CAM16图像调整
+TP_LOCALLAB_LOG2FRA;观察条件
+TP_LOCALLAB_LOGAUTO;自动
+TP_LOCALLAB_LOGEXP;所有工具
+TP_LOCALLAB_LOGFRA;场景条件
+TP_LOCALLAB_LOGIMAGE_TOOLTIP;将CIECAM的相关参数一同进行考虑,参数包括:对比度(J),饱和度(s),以及对比度(Q),视明度(Q),明度(J),视彩度(M)(在高级模式下)
+TP_LOCALLAB_LOGLIGHTL;明度 (J)
+TP_LOCALLAB_LOGLIGHTL_TOOLTIP;与L*a*b*的明度相近。会考虑到感知色彩的变化
+TP_LOCALLAB_LOGLIGHTQ;视明度 (Q)
+TP_LOCALLAB_LOGREPART;总体力度
+TP_LOCALLAB_LOG_TOOLNAME;Log编码
+TP_LOCALLAB_LUMADARKEST;最暗
+TP_LOCALLAB_LUMAWHITESEST;最亮
+TP_LOCALLAB_LUMFRA;L*a*b*标准
+TP_LOCALLAB_MASK;曲线
+TP_LOCALLAB_MASK2;对比度曲线
+TP_LOCALLAB_MASKDDECAY;衰减力度
+TP_LOCALLAB_MASKRECOTHRES;恢复阈值
+TP_LOCALLAB_MODE_EXPERT;高级
+TP_LOCALLAB_MODE_NORMAL;标准
+TP_LOCALLAB_MODE_SIMPLE;基础
+TP_LOCALLAB_MRONE;无
+TP_LOCALLAB_MRTHR;原图
+TP_LOCALLAB_NEIGH;半径
+TP_LOCALLAB_NLDET;细节恢复
+TP_LOCALLAB_NLGAM;伽马
+TP_LOCALLAB_NLLUM;力度
+TP_LOCALLAB_NOISEGAM;伽马
+TP_LOCALLAB_NOISELUMDETAIL;亮度细节恢复
+TP_LOCALLAB_NOISEMETH;去噪
+TP_LOCALLAB_NOISE_TOOLTIP;增加亮度噪点
+TP_LOCALLAB_NONENOISE;无
+TP_LOCALLAB_OFFS;偏移
+TP_LOCALLAB_OFFSETWAV;偏移
+TP_LOCALLAB_OPACOL;不透明度
+TP_LOCALLAB_PASTELS2;鲜明度
+TP_LOCALLAB_PREVHIDE;隐藏额外设置
+TP_LOCALLAB_PREVIEW;预览ΔE
+TP_LOCALLAB_PREVSHOW;显示额外设置
+TP_LOCALLAB_PROXI;ΔE衰减
+TP_LOCALLAB_QUAAGRES;激进
+TP_LOCALLAB_QUACONSER;保守
+TP_LOCALLAB_QUALCURV_METHOD;曲线类型
+TP_LOCALLAB_RADIUS;半径
+TP_LOCALLAB_RECT;矩形
+TP_LOCALLAB_REN_DIALOG_LAB;为控制点输入新的名称
+TP_LOCALLAB_REN_DIALOG_NAME;重命名控制点
+TP_LOCALLAB_RESID;残差图
+TP_LOCALLAB_RESIDHI;高光
+TP_LOCALLAB_RESIDHITHR;高光阈值
+TP_LOCALLAB_RESIDSHA;阴影
+TP_LOCALLAB_RESIDSHATHR;阴影阈值
+TP_LOCALLAB_RETI;去雾 & Retinex
+TP_LOCALLAB_RET_TOOLNAME;去雾 & Retinex
+TP_LOCALLAB_REWEI;再加权迭代
+TP_LOCALLAB_RGB;RGB色调曲线
+TP_LOCALLAB_RGBCURVE_TOOLTIP;RGB模式下有四个选择:标准,加权标准,亮度,以及仿胶片式
+TP_LOCALLAB_ROW_NVIS;隐藏
+TP_LOCALLAB_ROW_VIS;可见
+TP_LOCALLAB_SATUR;饱和度
+TP_LOCALLAB_SATURV;饱和度 (s)
+TP_LOCALLAB_SENSI;范围
+TP_LOCALLAB_SENSIEXCLU;范围
+TP_LOCALLAB_SETTINGS;设置
+TP_LOCALLAB_SH1;阴影与高光
+TP_LOCALLAB_SH2;均衡器
+TP_LOCALLAB_SHADEX;阴影
+TP_LOCALLAB_SHADEXCOMP;阴影压缩
+TP_LOCALLAB_SHADHIGH;阴影/高光 & 色调均衡器
+TP_LOCALLAB_SHAMASKCOL;阴影
+TP_LOCALLAB_SHAPETYPE;RT调整点形状
+TP_LOCALLAB_SHAPE_TOOLTIP;“椭圆”是正常模式\n部分情况下会用到“矩形”,比如需要让一个调整点覆盖整张图片的时候,便可以使用矩形点,并将限位点拖移到图片之外。这种情况需要你将过渡值设为100\n\n未来会开发多边形调整点与贝塞尔曲线
+TP_LOCALLAB_SHARAMOUNT;数量
+TP_LOCALLAB_SHARBLUR;模糊半径
+TP_LOCALLAB_SHARITER;迭代
+TP_LOCALLAB_SHARP;锐化
+TP_LOCALLAB_SHARP_TOOLNAME;锐化
+TP_LOCALLAB_SHARRADIUS;半径
+TP_LOCALLAB_SHOWMASK;显示蒙版
+TP_LOCALLAB_SHOWMASKTYP1;模糊 & 噪点
+TP_LOCALLAB_SHOWMASKTYP2;去噪
+TP_LOCALLAB_SHOWMASKTYP3;模糊 & 噪点 + 去噪
+TP_LOCALLAB_SHOWREF;预览ΔE
+TP_LOCALLAB_SHRESFRA;阴影/高光 & 色调响应曲线
+TP_LOCALLAB_SH_TOOLNAME;阴影/高光 & 色调均衡器
+TP_LOCALLAB_SIGMAWAV;衰减响应
+TP_LOCALLAB_SIGMOIDLAMBDA;对比度
+TP_LOCALLAB_SOFTM;柔光
+TP_LOCALLAB_SOFTRETI;减少ΔE杂点
+TP_LOCALLAB_SOURCE_ABS;绝对亮度
+TP_LOCALLAB_SOURCE_GRAY;平均亮度(Yb%)
+TP_LOCALLAB_SPOTNAME;建立新调整点
+TP_LOCALLAB_STD;标准
+TP_LOCALLAB_STR;力度
+TP_LOCALLAB_STRBL;力度
+TP_LOCALLAB_STREN;压缩力度
+TP_LOCALLAB_STRENG;力度
+TP_LOCALLAB_STRENGR;力度
+TP_LOCALLAB_STRENGTH;噪点
+TP_LOCALLAB_STRGRID;力度
+TP_LOCALLAB_TARGET_GRAY;平均亮度(Yb%)
+TP_LOCALLAB_TM;色调映射
+TP_LOCALLAB_TONE_TOOLNAME;色调映射
+TP_LOCALLAB_TOOLMASK_2;小波
+TP_LOCALLAB_TRANSIT;渐变过渡
+TP_LOCALLAB_TRANSITGRAD;横纵过渡差
+TP_LOCALLAB_TRANSITGRAD_TOOLTIP;允许你对纵向过渡进行调整
+TP_LOCALLAB_TRANSITVALUE;过渡值
+TP_LOCALLAB_TRANSITWEAK;渐变衰减(线性-对数)
+TP_LOCALLAB_VIBRANCE;鲜明度 & 冷暖
+TP_LOCALLAB_VIB_TOOLNAME;鲜明度 & 冷暖
+TP_LOCALLAB_WARM;冷暖 & 杂色
+TP_LOCALLAB_WARM_TOOLTIP;此滑条使用CIECAM算法,表现为白平衡控制工具,令选中区域的色温偏冷/暖\n部分情况下此工具可以减少色彩杂点
+TP_LOCALLAB_WAV;局部反差
+TP_LOCALLAB_WAVDEN;亮度去噪
+TP_LOCALLAB_WAVE;小波
+TP_LOCALLAB_WAVEDG;局部反差
+TP_LOCALLAB_WAVMASK;局部反差
TP_METADATA_EDIT;应用修改
TP_METADATA_MODE;元数据复制模式
TP_METADATA_STRIP;移除所有元数据
TP_METADATA_TUNNEL;原样复制
TP_NEUTRAL;重置
-TP_NEUTRAL_TIP;还原各个曝光控制滑条的值\n自动色阶所能调整的滑条都会被此还原,不论你是否使用了自动色阶功能
+TP_NEUTRAL_TOOLTIP;还原各个曝光控制滑条的值\n自动色阶所能调整的滑条都会被此还原,不论你是否使用了自动色阶功能
TP_PCVIGNETTE_FEATHER;羽化
TP_PCVIGNETTE_FEATHER_TOOLTIP;羽化:\n0 = 仅边角\n50 = 到达一半的位置\n100 = 到达中心
TP_PCVIGNETTE_LABEL;暗角滤镜
@@ -1531,8 +2012,20 @@ TP_PCVIGNETTE_ROUNDNESS_TOOLTIP;圆度:\n0 = 矩形\n50 = 适于图像的椭
TP_PCVIGNETTE_STRENGTH;力度
TP_PCVIGNETTE_STRENGTH_TOOLTIP;滤镜的曝光补偿力度(到达边角)
TP_PDSHARPENING_LABEL;捕图加锐
+TP_PERSPECTIVE_CAMERA_CROP_FACTOR;裁切系数
+TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;焦距
+TP_PERSPECTIVE_CAMERA_FRAME;矫正
+TP_PERSPECTIVE_CAMERA_PITCH;垂直
+TP_PERSPECTIVE_CAMERA_ROLL;旋转
+TP_PERSPECTIVE_CAMERA_YAW;水平
+TP_PERSPECTIVE_CONTROL_LINES;控制线
+TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+拖移:画一条新线\n右击:删除线
+TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;必须有至少两条水平或两条垂直控制线
TP_PERSPECTIVE_HORIZONTAL;水平
TP_PERSPECTIVE_LABEL;视角
+TP_PERSPECTIVE_METHOD;方法
+TP_PERSPECTIVE_METHOD_CAMERA_BASED;基于相机
+TP_PERSPECTIVE_METHOD_SIMPLE;简单
TP_PERSPECTIVE_VERTICAL;垂直
TP_PFCURVE_CURVEEDITOR_CH;色相
TP_PFCURVE_CURVEEDITOR_CH_TOOLTIP;控制去除某个色彩的色边的力度。\n越向上 = 越强\n越向下 = 越弱
@@ -1550,6 +2043,10 @@ TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;横向,只在PDAF点所在的
TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;纵向
TP_PREPROCESS_NO_FOUND;未检测出
TP_PREPROCESS_PDAFLINESFILTER;PDAF条纹过滤器
+TP_PREPROCWB_LABEL;预处理白平衡
+TP_PREPROCWB_MODE;模式
+TP_PREPROCWB_MODE_AUTO;自动
+TP_PREPROCWB_MODE_CAMERA;相机
TP_PRSHARPENING_LABEL;调整大小后加锐
TP_PRSHARPENING_TOOLTIP;在调整图片大小后加锐图像。仅在选择"Lanczos"算法时可用。\n本工具的效果无法预览。见RawPedia的文章以了解本工具的使用教程
TP_RAWCACORR_AUTO;自动修正
@@ -1591,7 +2088,7 @@ TP_RAW_HPHD;HPHD
TP_RAW_IGV;IGV
TP_RAW_IMAGENUM;子图像
TP_RAW_IMAGENUM_SN;SN模式
-TP_RAW_IMAGENUM_TOOLTIP;某些Raw文件包含多张子图像(宾得/索尼的像素偏移,宾得的3张合并HDR,佳能的双像素,富士的EXR)。\n\n当使用除像素偏移外的任意一个去马赛克算法时,本栏用来选择哪帧子图像被处理。\n\n当在像素偏移的Raw文件上使用像素偏移去马赛克算法时,所有子图像都会被应用,此时本栏用来选择哪帧子图像被用来处理动体
+TP_RAW_IMAGENUM_TOOLTIP;某些Raw文件包含多张子图像(宾得/索尼的像素偏移,宾得的3张合并HDR,佳能的双像素,富士的EXR)。\n\n当使用除像素偏移外的任意一个去马赛克算法时,本栏用来选择哪帧子图像被处理。\n\n当在像素偏移Raw文件上使用像素偏移去马赛克算法时,所有子图像都会被使用,此时本栏用来选择哪帧子图像被用来处理动体
TP_RAW_LABEL;去马赛克
TP_RAW_LMMSE;LMMSE
TP_RAW_LMMSEITERATIONS;LMMSE优化步长
@@ -1599,6 +2096,8 @@ TP_RAW_LMMSE_TOOLTIP;增加伽马(步长1),中位数(步长2-4)和精
TP_RAW_MONO;黑白
TP_RAW_NONE;无(显示传感器阵列)
TP_RAW_PIXELSHIFT;像素偏移
+TP_RAW_PIXELSHIFTAVERAGE;对动体区域使用平均值
+TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;动体区域的内容将会变为四张图片平均混合的结果\n对于缓慢移动的物体会有运动模糊的效果
TP_RAW_PIXELSHIFTBLUR;动体蒙版模糊
TP_RAW_PIXELSHIFTDMETHOD;动体区域的去马赛克算法
TP_RAW_PIXELSHIFTEPERISO;敏感度
@@ -1649,6 +2148,14 @@ TP_RETINEX_CONTEDIT_LAB;L*a*b*直方图
TP_RETINEX_CONTEDIT_LH;色调
TP_RETINEX_CONTEDIT_MAP;均衡器
TP_RETINEX_EQUAL;均衡器
+TP_RETINEX_HIGHLIG;高光
+TP_RETINEX_HIGHLIGHT;高光阈值
+TP_RETINEX_ITERF;色调映射
+TP_RETINEX_NEIGHBOR;半径
+TP_RETINEX_NEUTRAL;重置
+TP_RETINEX_SETTINGS;设置
+TP_RETINEX_STRENGTH;力度
+TP_RETINEX_THRESHOLD;阈值
TP_RETINEX_VIEW_UNSHARP;USM锐化
TP_RGBCURVES_BLUE;B
TP_RGBCURVES_CHANNEL;通道
@@ -1660,7 +2167,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;角度
TP_ROTATE_LABEL;旋转
TP_ROTATE_SELECTLINE;选择基准线
-TP_SAVEDIALOG_OK_TIP;快捷键:Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;快捷键:Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;高光
TP_SHADOWSHLIGHTS_HLTONALW;色调范围
TP_SHADOWSHLIGHTS_LABEL;阴影/高光
@@ -1697,13 +2204,30 @@ TP_SHARPENMICRO_MATRIX;使用3×3阵列而非5×5阵列
TP_SHARPENMICRO_UNIFORMITY;均匀度
TP_SOFTLIGHT_LABEL;柔光
TP_SOFTLIGHT_STRENGTH;力度
+TP_SPOT_COUNTLABEL;%1个点
+TP_SPOT_DEFAULT_SIZE;默认点大小
+TP_SPOT_HINT;点击此按钮后便可在预览图中进行操作\n\n若要编辑一个点,将光标移动到点上,令编辑圆出现\n\n若要添加一个点,按住Ctrl键并单击鼠标左键,然后松开Ctrl键,单击生成的点,将鼠标拖移到你希望用于复制的区域上,最后松开鼠标\n\n如要拖移复制/被复制点,将光标移到点的中心后进行拖移\n\n将鼠标移动到内圈(最大有效区域)和外“渐变”圈的白线上可以更改它们的大小(线会变为橙色),拖动圈线即可(线会继续变红)\n\n完成调整后,鼠标右键单击图片空白区域或再次点击此按钮便可退出污点编辑模式
+TP_SPOT_LABEL;污点移除
TP_TM_FATTAL_AMOUNT;数量
TP_TM_FATTAL_ANCHOR;锚点
TP_TM_FATTAL_LABEL;动态范围压缩
TP_TM_FATTAL_THRESHOLD;细节
TP_VIBRANCE_AVOIDCOLORSHIFT;避免偏色
+TP_VIBRANCE_CURVEEDITOR_SKINTONES_LABEL;肤色
+TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE1;红/紫
+TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE2;红
+TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE3;红/黄
+TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE4;黄
TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;根据色相(H)调整色相(H),H=f(H)
+TP_VIBRANCE_LABEL;鲜明度
+TP_VIBRANCE_PASTELS;欠饱和色调
+TP_VIBRANCE_PASTSATTOG;将饱和色与欠饱和色挂钩
TP_VIBRANCE_PROTECTSKINS;保护肤色
+TP_VIBRANCE_PSTHRESHOLD;欠饱和/饱和色阈值
+TP_VIBRANCE_PSTHRESHOLD_SATTHRESH;饱和度阈值
+TP_VIBRANCE_PSTHRESHOLD_TOOLTIP;纵向底部代表欠饱和色,顶部代表饱和色\n横轴代表整个饱和度范围
+TP_VIBRANCE_PSTHRESHOLD_WEIGTHING;欠饱和/饱和色过渡权重
+TP_VIBRANCE_SATURATED;饱和色调
TP_VIGNETTING_AMOUNT;数量
TP_VIGNETTING_CENTER;中心
TP_VIGNETTING_CENTER_X;中心 X
@@ -1734,6 +2258,7 @@ TP_WAVELET_BALCHRO_TOOLTIP;启用后,“反差平衡”曲线/滑条也会调
TP_WAVELET_BANONE;无
TP_WAVELET_BASLI;滑条
TP_WAVELET_BATYPE;反差平衡方法
+TP_WAVELET_BLUWAV;衰减响应
TP_WAVELET_CCURVE;局部反差
TP_WAVELET_CH1;应用到整个色度范围
TP_WAVELET_CH2;根据饱和度高低
@@ -1743,7 +2268,12 @@ TP_WAVELET_CHR;色度-反差挂钩力度
TP_WAVELET_CHRO;根据饱和度高低
TP_WAVELET_CHSL;滑条
TP_WAVELET_CHTYPE;色度应用方法
+TP_WAVELET_COLORT;红-绿不透明度
TP_WAVELET_COMPCONT;反差
+TP_WAVELET_COMPEXPERT;高级
+TP_WAVELET_COMPLEXLAB;工具复杂度
+TP_WAVELET_COMPLEX_TOOLTIP;标准:显示适用于大部分后期处理的工具,少部分被隐藏\n高级:显示可以用于高级操作的完整工具列表
+TP_WAVELET_COMPNORMAL;标准
TP_WAVELET_COMPTM;色调映射
TP_WAVELET_CONTR;色彩范围
TP_WAVELET_CONTRA;反差
@@ -1759,33 +2289,45 @@ TP_WAVELET_DAUB6;D6-标准增强
TP_WAVELET_DAUB10;D10-中等
TP_WAVELET_DAUB14;D14-高
TP_WAVELET_DAUB_TOOLTIP;改变多贝西系数:\nD4 = 标准\nD14 = 一般而言表现最好,但会增加10%的处理耗时\n\n影响边缘检测以及较低层级的质量。但是质量不完全和该系数有关,可能会随具体的图像和处理方式而变化
+TP_WAVELET_DENOISEHUE;去噪色相均衡器
+TP_WAVELET_DENQUA;模式
+TP_WAVELET_DENSLI;滑条
+TP_WAVELET_DENWAVHUE_TOOLTIP;根据色相来增强/减弱降噪力度
+TP_WAVELET_DETEND;细节
TP_WAVELET_DONE;纵向
TP_WAVELET_DTHR;斜向
TP_WAVELET_DTWO;横向
TP_WAVELET_EDCU;曲线
+TP_WAVELET_EDEFFECT;衰减响应
TP_WAVELET_EDGCONT;局部反差
TP_WAVELET_EDGE;边缘锐度
+TP_WAVELET_EDGEAMPLI;放大基数
+TP_WAVELET_EDGEDETECT;渐变敏感度
+TP_WAVELET_EDGESENSI;边缘敏感度
+TP_WAVELET_EDGREINF_TOOLTIP;增强或减弱对于第一级的调整,并对第二级的强弱进行与之相反的调整,其他层级不受影响
TP_WAVELET_EDGTHRESH;细节
TP_WAVELET_EDGTHRESH_TOOLTIP;改变力度在第1级和其它层级之间的分配。阈值越高,在第1级上的活动越突出。谨慎使用负值,因为这会让更高层级上的活动更强烈,可能导致杂点的出现。
TP_WAVELET_EDRAD;半径
TP_WAVELET_EDSL;阈值滑条
TP_WAVELET_EDTYPE;局部反差调整方法
TP_WAVELET_EDVAL;力度
+TP_WAVELET_FINAL;最终润色
+TP_WAVELET_FINCFRAME;最终局部反差
TP_WAVELET_FINEST;最精细
-TP_WAVELET_HIGHLIGHT;高光亮度范围
+TP_WAVELET_HIGHLIGHT;精细层级范围
TP_WAVELET_HS1;全部亮度范围
-TP_WAVELET_HS2;阴影/高光
+TP_WAVELET_HS2;选择性亮度范围
TP_WAVELET_HUESKIN;肤色和其它色彩
-TP_WAVELET_HUESKY;天空色
+TP_WAVELET_HUESKY;色相范围
TP_WAVELET_LABEL;小波层级
TP_WAVELET_LARGEST;最粗糙
TP_WAVELET_LEVCH;色度
TP_WAVELET_LEVDIR_ALL;所有方向的全部层级
-TP_WAVELET_LEVDIR_INF;小于等于此层级
+TP_WAVELET_LEVDIR_INF;更精细的细节层级(包括此层级)
TP_WAVELET_LEVDIR_ONE;一个层级
-TP_WAVELET_LEVDIR_SUP;高于此层级
+TP_WAVELET_LEVDIR_SUP;更粗糙的细节层级(不包括此层级)
TP_WAVELET_LEVELS;小波层级数
-TP_WAVELET_LEVELS_TOOLTIP;选择将图像分解为几个层级的细节。更多的层级需要使用更多的内存和更长的处理时间
+TP_WAVELET_LEVELS_TOOLTIP;选择将图像进行小波分解后生成的层级数量。\n更多的层级需要使用更多的内存和更长的处理时间
TP_WAVELET_LEVF;反差
TP_WAVELET_LEVLABEL;当前预览中可见的层级数 = %1
TP_WAVELET_LEVONE;第2级
@@ -1793,17 +2335,28 @@ TP_WAVELET_LEVTHRE;第4级
TP_WAVELET_LEVTWO;第3级
TP_WAVELET_LEVZERO;第1级
TP_WAVELET_LINKEDG;与边缘锐度的力度挂钩
+TP_WAVELET_LIPST;算法增强
+TP_WAVELET_LOWLIGHT;粗糙层级亮度范围
+TP_WAVELET_LOWTHR_TOOLTIP;避免放大细节和噪点
TP_WAVELET_MEDGREINF;第一层级
TP_WAVELET_MEDI;减少蓝天中的杂点
TP_WAVELET_MEDILEV;边缘检测
+TP_WAVELET_MIXDENOISE;去噪
+TP_WAVELET_MIXNOISE;噪点
TP_WAVELET_NEUTRAL;还原
TP_WAVELET_NOIS;去噪
TP_WAVELET_NOISE;去噪和精细化
TP_WAVELET_NPHIGH;高
TP_WAVELET_NPLOW;低
TP_WAVELET_NPNONE;无
+TP_WAVELET_NPTYPE;临近像素
+TP_WAVELET_OPACITY;蓝-黄不透明度
TP_WAVELET_OPACITYW;反差平衡 斜/纵-横曲线
+TP_WAVELET_OPACITYWL;局部反差
+TP_WAVELET_PASTEL;欠饱和色
TP_WAVELET_PROC;处理
+TP_WAVELET_QUAAGRES;激进
+TP_WAVELET_QUACONSER;保守
TP_WAVELET_RE1;增强
TP_WAVELET_RE2;不变
TP_WAVELET_RE3;减弱
@@ -1811,23 +2364,34 @@ TP_WAVELET_RESCHRO;色度
TP_WAVELET_RESCON;阴影
TP_WAVELET_RESCONH;高光
TP_WAVELET_RESID;残差图像
+TP_WAVELET_SAT;饱和色
TP_WAVELET_SETTINGS;小波设定
+TP_WAVELET_SHFRAME;阴影/高光
+TP_WAVELET_SIGM;半径
+TP_WAVELET_SIGMA;衰减响应
+TP_WAVELET_SIGMAFIN;衰减响应
TP_WAVELET_SKIN;肤色针对/保护
TP_WAVELET_SKIN_TOOLTIP;值为-100时,肤色受针对\n值为0时,所有色彩被平等针对\n值为+100时,肤色受保护,所有其他颜色会被调整
-TP_WAVELET_SKY;天空色针对/保护
-TP_WAVELET_SKY_TOOLTIP;值为-100时,天空色受针对\n值为0时,所有色彩被平等针对\n值为+100时,天空色受保护,所有其他颜色会被调整
+TP_WAVELET_SKY;色相针对/保护
+TP_WAVELET_SKY_TOOLTIP;允许你针对或保护某个范围的色相。\n值为-100时,被选中的色相受针对\n值为0时,所有色相会被平等针对\n值为+100时,被选中色相受保护,其他所有色相受到针对
TP_WAVELET_STREN;力度
+TP_WAVELET_STREND;力度
TP_WAVELET_STRENGTH;力度
TP_WAVELET_SUPE;额外级
TP_WAVELET_THR;阴影阈值
+TP_WAVELET_THREND;局部反差阈值
TP_WAVELET_THRH;高光阈值
TP_WAVELET_TILESBIG;大切片
TP_WAVELET_TILESFULL;整张图片
TP_WAVELET_TILESIZE;切片缓存方法
-TP_WAVELET_TILESLIT;小切片
TP_WAVELET_TILES_TOOLTIP;处理整张图片可以让图像质量更好,所以推荐使用该选项,切片缓存是给小内存用户的备用方法。阅读RawPedia的文章以了解具体的内存需求
+TP_WAVELET_TMSTRENGTH;压缩力度
+TP_WAVELET_TMSTRENGTH_TOOLTIP;控制对于残差图的色调映射/对比度压缩力度
+TP_WAVELET_TMTYPE;压缩方法
TP_WAVELET_TON;调色
+TP_WAVELET_WAVOFFSET;偏移
TP_WBALANCE_AUTO;自动
+TP_WBALANCE_AUTO_HEADER;自动
TP_WBALANCE_CAMERA;相机
TP_WBALANCE_CLOUDY;阴天
TP_WBALANCE_CUSTOM;自定义
@@ -1837,6 +2401,11 @@ TP_WBALANCE_FLASH55;徕卡
TP_WBALANCE_FLASH60;标准,佳能,宾得,奥林巴斯
TP_WBALANCE_FLASH65;尼康,松下,索尼,美能达
TP_WBALANCE_FLASH_HEADER;闪光
+TP_WBALANCE_FLUO1;F1 - 日光
+TP_WBALANCE_FLUO2;F2 - 冷白
+TP_WBALANCE_FLUO3;F3 - 白色
+TP_WBALANCE_FLUO4;F4 - 暖白
+TP_WBALANCE_FLUO5;F5 - 日光
TP_WBALANCE_FLUO_HEADER;荧光灯
TP_WBALANCE_GREEN;色调
TP_WBALANCE_LABEL;白平衡
@@ -1867,89 +2436,23 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
! Untranslated keys follow; remove the ! prefix after an entry is translated.
!!!!!!!!!!!!!!!!!!!!!!!!!
-!FILEBROWSER_POPUPINSPECT;Inspect
-!GENERAL_DELETE_ALL;Delete all
-!GENERAL_EDIT;Edit
-!GENERAL_SAVE_AS;Save as...
-!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
-!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
-!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
-!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
-!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
-!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
-!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
-!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
-!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_MSG_112;--unused--
-!HISTORY_MSG_133;Output gamma
-!HISTORY_MSG_134;Free gamma
-!HISTORY_MSG_135;Free gamma
-!HISTORY_MSG_136;Free gamma slope
!HISTORY_MSG_137;Black level - Green 1
!HISTORY_MSG_138;Black level - Red
!HISTORY_MSG_139;Black level - Blue
!HISTORY_MSG_140;Black level - Green 2
!HISTORY_MSG_141;Black level - Link greens
-!HISTORY_MSG_150;Post-demosaic artifact/noise red.
-!HISTORY_MSG_151;Vibrance
-!HISTORY_MSG_152;Vib - Pastel tones
-!HISTORY_MSG_153;Vib - Saturated tones
-!HISTORY_MSG_154;Vib - Protect skin-tones
-!HISTORY_MSG_156;Vib - Link pastel/saturated
-!HISTORY_MSG_157;Vib - P/S threshold
!HISTORY_MSG_236;--unused--
-!HISTORY_MSG_250;NR - Enhanced
-!HISTORY_MSG_274;CT - Sat. Shadows
-!HISTORY_MSG_275;CT - Sat. Highlights
!HISTORY_MSG_277;--unused--
!HISTORY_MSG_290;Black Level - Red
!HISTORY_MSG_291;Black Level - Green
!HISTORY_MSG_292;Black Level - Blue
-!HISTORY_MSG_300;-
-!HISTORY_MSG_313;W - Chroma - Sat/past
-!HISTORY_MSG_314;W - Gamut - Reduce artifacts
-!HISTORY_MSG_316;W - Gamut - Skin tar/prot
-!HISTORY_MSG_317;W - Gamut - Skin hue
-!HISTORY_MSG_322;W - Gamut - Avoid color shift
-!HISTORY_MSG_323;W - ES - Local contrast
-!HISTORY_MSG_324;W - Chroma - Pastel
-!HISTORY_MSG_325;W - Chroma - Saturated
-!HISTORY_MSG_326;W - Chroma - Method
-!HISTORY_MSG_327;W - Contrast - Apply to
-!HISTORY_MSG_328;W - Chroma - Link strength
-!HISTORY_MSG_329;W - Toning - Opacity RG
-!HISTORY_MSG_330;W - Toning - Opacity BY
-!HISTORY_MSG_331;W - Contrast levels - Extra
-!HISTORY_MSG_332;W - Tiling method
-!HISTORY_MSG_333;W - Residual - Shadows
-!HISTORY_MSG_334;W - Residual - Chroma
-!HISTORY_MSG_335;W - Residual - Highlights
-!HISTORY_MSG_336;W - Residual - Highlights threshold
-!HISTORY_MSG_337;W - Residual - Sky hue
-!HISTORY_MSG_342;W - ES - First level
-!HISTORY_MSG_343;W - Chroma levels
!HISTORY_MSG_344;W - Meth chroma sl/cur
-!HISTORY_MSG_345;W - ES - Local contrast
-!HISTORY_MSG_346;W - ES - Local contrast method
-!HISTORY_MSG_350;W - ES - Edge detection
-!HISTORY_MSG_351;W - Residual - HH curve
!HISTORY_MSG_352;W - Background
-!HISTORY_MSG_353;W - ES - Gradient sensitivity
-!HISTORY_MSG_354;W - ES - Enhanced
-!HISTORY_MSG_355;W - ES - Threshold low
-!HISTORY_MSG_356;W - ES - Threshold high
!HISTORY_MSG_358;W - Gamut - CH
-!HISTORY_MSG_361;W - Final - Chroma balance
-!HISTORY_MSG_362;W - Residual - Compression method
-!HISTORY_MSG_363;W - Residual - Compression strength
-!HISTORY_MSG_364;W - Final - Contrast balance
!HISTORY_MSG_365;W - Final - Delta balance
!HISTORY_MSG_366;W - Residual - Compression gamma
!HISTORY_MSG_367;W - Final - 'After' contrast curve
-!HISTORY_MSG_368;W - Final - Contrast balance
-!HISTORY_MSG_369;W - Final - Balance method
-!HISTORY_MSG_370;W - Final - Local contrast curve
-!HISTORY_MSG_385;W - Residual - Color balance
!HISTORY_MSG_386;W - Residual - CB green high
!HISTORY_MSG_387;W - Residual - CB blue high
!HISTORY_MSG_388;W - Residual - CB green mid
@@ -1967,12 +2470,8 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_400;W - Final sub-tool
!HISTORY_MSG_401;W - Toning sub-tool
!HISTORY_MSG_402;W - Denoise sub-tool
-!HISTORY_MSG_403;W - ES - Edge sensitivity
-!HISTORY_MSG_404;W - ES - Base amplification
-!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_407;Retinex - Method
!HISTORY_MSG_408;Retinex - Radius
-!HISTORY_MSG_409;Retinex - Contrast
!HISTORY_MSG_410;Retinex - Offset
!HISTORY_MSG_411;Retinex - Strength
!HISTORY_MSG_412;Retinex - Gaussian gradient
@@ -1988,7 +2487,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_422;Retinex - Gamma
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_426;Retinex - Hue equalizer
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
@@ -2007,29 +2506,22 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_442;Retinex - Scale
!HISTORY_MSG_443;Output black point compensation
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_446;EvPixelShiftMotion
-!HISTORY_MSG_447;EvPixelShiftMotionCorrection
-!HISTORY_MSG_448;EvPixelShiftStddevFactorGreen
-!HISTORY_MSG_450;EvPixelShiftNreadIso
-!HISTORY_MSG_451;EvPixelShiftPrnu
-!HISTORY_MSG_454;EvPixelShiftAutomatic
-!HISTORY_MSG_455;EvPixelShiftNonGreenHorizontal
-!HISTORY_MSG_456;EvPixelShiftNonGreenVertical
-!HISTORY_MSG_458;EvPixelShiftStddevFactorRed
-!HISTORY_MSG_459;EvPixelShiftStddevFactorBlue
-!HISTORY_MSG_460;EvPixelShiftGreenAmaze
-!HISTORY_MSG_461;EvPixelShiftNonGreenAmaze
-!HISTORY_MSG_463;EvPixelShiftRedBlueWeight
-!HISTORY_MSG_466;EvPixelShiftSum
-!HISTORY_MSG_467;EvPixelShiftExp0
-!HISTORY_MSG_470;EvPixelShiftMedian3
-!HISTORY_MSG_496;Local Spot deleted
-!HISTORY_MSG_497;Local Spot selected
-!HISTORY_MSG_498;Local Spot name
-!HISTORY_MSG_499;Local Spot visibility
-!HISTORY_MSG_500;Local Spot shape
-!HISTORY_MSG_501;Local Spot method
-!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
!HISTORY_MSG_503;Local Spot locX
!HISTORY_MSG_504;Local Spot locXL
!HISTORY_MSG_505;Local Spot locY
@@ -2039,52 +2531,14 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_509;Local Spot quality method
!HISTORY_MSG_510;Local Spot transition
!HISTORY_MSG_511;Local Spot thresh
-!HISTORY_MSG_512;Local Spot ΔE -decay
!HISTORY_MSG_513;Local Spot scope
!HISTORY_MSG_514;Local Spot structure
-!HISTORY_MSG_515;Local Adjustments
-!HISTORY_MSG_516;Local - Color and light
!HISTORY_MSG_517;Local - Enable super
-!HISTORY_MSG_518;Local - Lightness
-!HISTORY_MSG_519;Local - Contrast
-!HISTORY_MSG_520;Local - Chrominance
-!HISTORY_MSG_521;Local - Scope
-!HISTORY_MSG_522;Local - curve method
-!HISTORY_MSG_523;Local - LL Curve
-!HISTORY_MSG_524;Local - CC curve
-!HISTORY_MSG_525;Local - LH Curve
-!HISTORY_MSG_526;Local - H curve
!HISTORY_MSG_527;Local - Color Inverse
-!HISTORY_MSG_528;Local - Exposure
-!HISTORY_MSG_529;Local - Exp Compensation
-!HISTORY_MSG_530;Local - Exp Hlcompr
-!HISTORY_MSG_531;Local - Exp hlcomprthresh
!HISTORY_MSG_532;Local - Exp black
-!HISTORY_MSG_533;Local - Exp Shcompr
-!HISTORY_MSG_534;Local - Warm Cool
-!HISTORY_MSG_535;Local - Exp Scope
-!HISTORY_MSG_536;Local - Exp Contrast curve
-!HISTORY_MSG_537;Local - Vibrance
-!HISTORY_MSG_538;Local - Vib Saturated
-!HISTORY_MSG_539;Local - Vib Pastel
-!HISTORY_MSG_540;Local - Vib Threshold
-!HISTORY_MSG_541;Local - Vib Protect skin tones
-!HISTORY_MSG_542;Local - Vib avoid colorshift
-!HISTORY_MSG_543;Local - Vib link
-!HISTORY_MSG_544;Local - Vib Scope
-!HISTORY_MSG_545;Local - Vib H curve
-!HISTORY_MSG_546;Local - Blur and noise
-!HISTORY_MSG_547;Local - Radius
-!HISTORY_MSG_548;Local - Noise
!HISTORY_MSG_549;Local - Blur scope
-!HISTORY_MSG_550;Local - Blur method
!HISTORY_MSG_551;Local - Blur Luminance only
-!HISTORY_MSG_552;Local - Tone mapping
-!HISTORY_MSG_553;Local - TM compression strength
-!HISTORY_MSG_554;Local - TM gamma
-!HISTORY_MSG_555;Local - TM edge stopping
!HISTORY_MSG_556;Local - TM scale
-!HISTORY_MSG_557;Local - TM Reweighting
!HISTORY_MSG_558;Local - TM scope
!HISTORY_MSG_559;Local - Retinex
!HISTORY_MSG_560;Local - Retinex method
@@ -2095,19 +2549,10 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_565;Local - scope
!HISTORY_MSG_566;Local - Retinex Gain curve
!HISTORY_MSG_567;Local - Retinex Inverse
-!HISTORY_MSG_568;Local - Sharpening
-!HISTORY_MSG_569;Local - Sh Radius
-!HISTORY_MSG_570;Local - Sh Amount
-!HISTORY_MSG_571;Local - Sh Damping
-!HISTORY_MSG_572;Local - Sh Iterations
-!HISTORY_MSG_573;Local - Sh Scope
-!HISTORY_MSG_574;Local - Sh Inverse
-!HISTORY_MSG_575;Local - CBDL
!HISTORY_MSG_576;Local - cbdl mult
!HISTORY_MSG_577;Local - cbdl chroma
!HISTORY_MSG_578;Local - cbdl threshold
!HISTORY_MSG_579;Local - cbdl scope
-!HISTORY_MSG_580;Local - Denoise
!HISTORY_MSG_581;Local - deNoise lum f 1
!HISTORY_MSG_582;Local - deNoise lum c
!HISTORY_MSG_583;Local - deNoise lum detail
@@ -2120,11 +2565,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_590;Local - deNoise Scope
!HISTORY_MSG_591;Local - Avoid color shift
!HISTORY_MSG_592;Local - Sh Contrast
-!HISTORY_MSG_593;Local - Local contrast
-!HISTORY_MSG_594;Local - Local contrast radius
-!HISTORY_MSG_595;Local - Local contrast amount
-!HISTORY_MSG_596;Local - Local contrast darkness
-!HISTORY_MSG_597;Local - Local contrast lightness
!HISTORY_MSG_598;Local - Local contrast scope
!HISTORY_MSG_599;Local - Retinex dehaze
!HISTORY_MSG_600;Local - Soft Light enable
@@ -2132,7 +2572,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_602;Local - Soft Light scope
!HISTORY_MSG_603;Local - Sh Blur radius
!HISTORY_MSG_605;Local - Mask preview choice
-!HISTORY_MSG_606;Local Spot selected
!HISTORY_MSG_607;Local - Color Mask C
!HISTORY_MSG_608;Local - Color Mask L
!HISTORY_MSG_609;Local - Exp Mask C
@@ -2150,16 +2589,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_621;Local - Exp inverse
!HISTORY_MSG_622;Local - Exclude structure
!HISTORY_MSG_623;Local - Exp Chroma compensation
-!HISTORY_MSG_624;Local - Color correction grid
-!HISTORY_MSG_625;Local - Color correction strength
-!HISTORY_MSG_626;Local - Color correction Method
-!HISTORY_MSG_627;Local - Shadow Highlight
-!HISTORY_MSG_628;Local - SH Highlight
-!HISTORY_MSG_629;Local - SH H tonalwidth
-!HISTORY_MSG_630;Local - SH Shadows
-!HISTORY_MSG_631;Local - SH S tonalwidth
-!HISTORY_MSG_632;Local - SH radius
-!HISTORY_MSG_633;Local - SH Scope
!HISTORY_MSG_634;Local - radius color
!HISTORY_MSG_635;Local - radius Exp
!HISTORY_MSG_636;Local - Tool added
@@ -2171,7 +2600,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_642;Local - radius SH
!HISTORY_MSG_643;Local - Blur SH
!HISTORY_MSG_644;Local - inverse SH
-!HISTORY_MSG_645;Local - balance ΔE ab-L
!HISTORY_MSG_646;Local - Exp mask chroma
!HISTORY_MSG_647;Local - Exp mask gamma
!HISTORY_MSG_648;Local - Exp mask slope
@@ -2190,7 +2618,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_661;Local - cbdl contrast residual
!HISTORY_MSG_662;Local - deNoise lum f 0
!HISTORY_MSG_663;Local - deNoise lum f 2
-!HISTORY_MSG_664;Local - cbdl Blur
+!HISTORY_MSG_664;--unused--
!HISTORY_MSG_665;Local - cbdl mask Blend
!HISTORY_MSG_666;Local - cbdl mask radius
!HISTORY_MSG_667;Local - cbdl mask chroma
@@ -2200,7 +2628,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_671;Local - cbdl mask L
!HISTORY_MSG_672;Local - cbdl mask CL
!HISTORY_MSG_673;Local - Use cbdl mask
-!HISTORY_MSG_674;Local - Tool removed
!HISTORY_MSG_675;Local - TM soft radius
!HISTORY_MSG_676;Local Spot transition-differentiation
!HISTORY_MSG_677;Local - TM amount
@@ -2214,7 +2641,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_685;Local - Retinex mask chroma
!HISTORY_MSG_686;Local - Retinex mask gamma
!HISTORY_MSG_687;Local - Retinex mask slope
-!HISTORY_MSG_688;Local - Tool removed
!HISTORY_MSG_689;Local - Retinex mask transmission map
!HISTORY_MSG_690;Local - Retinex scale
!HISTORY_MSG_691;Local - Retinex darkness
@@ -2287,8 +2713,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
!HISTORY_MSG_765;Local - deNoise Detail threshold
!HISTORY_MSG_766;Local - Blur Fast Fourier
-!HISTORY_MSG_767;Local - Grain Iso
-!HISTORY_MSG_768;Local - Grain Strength
!HISTORY_MSG_769;Local - Grain Scale
!HISTORY_MSG_770;Local - Color Mask contrast curve
!HISTORY_MSG_771;Local - Exp Mask contrast curve
@@ -2306,19 +2730,16 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_783;Local - Color Wavelet levels
!HISTORY_MSG_784;Local - Mask ΔE
!HISTORY_MSG_785;Local - Mask Scope ΔE
-!HISTORY_MSG_786;Local - SH method
!HISTORY_MSG_787;Local - Equalizer multiplier
!HISTORY_MSG_788;Local - Equalizer detail
!HISTORY_MSG_789;Local - SH mask amount
!HISTORY_MSG_790;Local - SH mask anchor
!HISTORY_MSG_791;Local - Mask Short L curves
!HISTORY_MSG_792;Local - Mask Luminance Background
-!HISTORY_MSG_793;Local - SH TRC gamma
!HISTORY_MSG_794;Local - SH TRC slope
!HISTORY_MSG_795;Local - Mask save restore image
!HISTORY_MSG_796;Local - Recursive references
!HISTORY_MSG_797;Local - Merge Original method
-!HISTORY_MSG_798;Local - Opacity
!HISTORY_MSG_799;Local - Color RGB ToneCurve
!HISTORY_MSG_800;Local - Color ToneCurve Method
!HISTORY_MSG_801;Local - Color ToneCurve Special
@@ -2358,13 +2779,11 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_836;Local - Vib gradient angle
!HISTORY_MSG_837;Local - Vib gradient strength C
!HISTORY_MSG_838;Local - Vib gradient strength H
-!HISTORY_MSG_839;Local - Software complexity
!HISTORY_MSG_840;Local - CL Curve
!HISTORY_MSG_841;Local - LC curve
!HISTORY_MSG_842;Local - Blur mask Radius
!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
!HISTORY_MSG_844;Local - Blur mask FFTW
-!HISTORY_MSG_845;Local - Log encoding
!HISTORY_MSG_846;Local - Log encoding auto
!HISTORY_MSG_847;Local - Log encoding Source
!HISTORY_MSG_849;Local - Log encoding Source auto
@@ -2372,7 +2791,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_851;Local - Log encoding W_Ev
!HISTORY_MSG_852;Local - Log encoding Target
!HISTORY_MSG_853;Local - Log encodind loc contrast
-!HISTORY_MSG_854;Local - Log encodind Scope
!HISTORY_MSG_855;Local - Log encoding Whole image
!HISTORY_MSG_856;Local - Log encoding Shadows range
!HISTORY_MSG_857;Local - Wavelet blur residual
@@ -2385,7 +2803,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
!HISTORY_MSG_865;Local - Wavelet dir contrast delta
!HISTORY_MSG_866;Local - Wavelet dir compression
-!HISTORY_MSG_868;Local - balance ΔE C-H
+!HISTORY_MSG_868;Local - Balance ΔE C-H
!HISTORY_MSG_869;Local - Denoise by level
!HISTORY_MSG_870;Local - Wavelet mask curve H
!HISTORY_MSG_871;Local - Wavelet mask curve C
@@ -2438,10 +2856,9 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
!HISTORY_MSG_922;Local - changes In Black and White
!HISTORY_MSG_923;Local - Tool complexity mode
-!HISTORY_MSG_924;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
!HISTORY_MSG_925;Local - Scope color tools
!HISTORY_MSG_926;Local - Show mask type
-!HISTORY_MSG_927;Local - Shadow
!HISTORY_MSG_928;Local - Common color mask
!HISTORY_MSG_929;Local - Mask common scope
!HISTORY_MSG_930;Local - Mask Common blend luma
@@ -2468,33 +2885,29 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_951;Local - Mask Common GF angle
!HISTORY_MSG_952;Local - Mask Common soft radius
!HISTORY_MSG_953;Local - Mask Common blend chroma
-!HISTORY_MSG_954;Local - Show-hide tools
!HISTORY_MSG_955;Local - Enable Spot
!HISTORY_MSG_956;Local - CH Curve
!HISTORY_MSG_957;Local - Denoise mode
-!HISTORY_MSG_958;Local - Show/hide settings
!HISTORY_MSG_959;Local - Inverse blur
-!HISTORY_MSG_960;Local - Log encoding - cat16
-!HISTORY_MSG_961;Local - Log encoding Ciecam
-!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
-!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
-!HISTORY_MSG_964;Local - Log encoding Surround
-!HISTORY_MSG_965;Local - Log encoding Saturation s
-!HISTORY_MSG_966;Local - Log encoding Contrast J
-!HISTORY_MSG_967;Local - Log encoding Mask curve C
-!HISTORY_MSG_968;Local - Log encoding Mask curve L
-!HISTORY_MSG_969;Local - Log encoding Mask curve H
-!HISTORY_MSG_970;Local - Log encoding Mask enable
-!HISTORY_MSG_971;Local - Log encoding Mask blend
-!HISTORY_MSG_972;Local - Log encoding Mask radius
-!HISTORY_MSG_973;Local - Log encoding Mask chroma
-!HISTORY_MSG_974;Local - Log encoding Mask contrast
-!HISTORY_MSG_975;Local - Log encoding Lightness J
-!HISTORY_MSG_977;Local - Log encoding Contrast Q
-!HISTORY_MSG_978;Local - Log encoding Sursource
-!HISTORY_MSG_979;Local - Log encoding Brightness Q
-!HISTORY_MSG_980;Local - Log encoding Colorfulness M
-!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
!HISTORY_MSG_982;Local - Equalizer hue
!HISTORY_MSG_983;Local - denoise threshold mask high
!HISTORY_MSG_984;Local - denoise threshold mask low
@@ -2570,35 +2983,17 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_1054;Local - Wavelet gamma
!HISTORY_MSG_1055;Local - Color and Light gamma
!HISTORY_MSG_1056;Local - DR and Exposure gamma
-!HISTORY_MSG_1057;Local - CIECAM Enabled
-!HISTORY_MSG_1058;Local - CIECAM Overall strength
!HISTORY_MSG_1059;Local - CIECAM Autogray
!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
!HISTORY_MSG_1061;Local - CIECAM Source absolute
!HISTORY_MSG_1062;Local - CIECAM Surround Source
-!HISTORY_MSG_1063;Local - CIECAM Saturation
-!HISTORY_MSG_1064;Local - CIECAM Chroma
-!HISTORY_MSG_1065;Local - CIECAM lightness J
-!HISTORY_MSG_1066;Local - CIECAM brightness
-!HISTORY_MSG_1067;Local - CIECAM Contrast J
-!HISTORY_MSG_1068;Local - CIECAM threshold
-!HISTORY_MSG_1069;Local - CIECAM contrast Q
-!HISTORY_MSG_1070;Local - CIECAM colorfullness
-!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
-!HISTORY_MSG_1072;Local - CIECAM Mean luminance
-!HISTORY_MSG_1073;Local - CIECAM Cat16
-!HISTORY_MSG_1074;Local - CIECAM Local contrast
!HISTORY_MSG_1075;Local - CIECAM Surround viewing
-!HISTORY_MSG_1076;Local - CIECAM Scope
-!HISTORY_MSG_1077;Local - CIECAM Mode
-!HISTORY_MSG_1078;Local - Red and skin protection
!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
!HISTORY_MSG_1083;Local - CIECAM Hue
!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
-!HISTORY_MSG_1085;Local - Jz lightness
!HISTORY_MSG_1086;Local - Jz contrast
!HISTORY_MSG_1087;Local - Jz chroma
!HISTORY_MSG_1088;Local - Jz hue
@@ -2606,7 +3001,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
!HISTORY_MSG_1091;Local - Jz Sigmoid blend
!HISTORY_MSG_1092;Local - Jz adaptation
-!HISTORY_MSG_1093;Local - CAM model
!HISTORY_MSG_1094;Local - Jz highligths
!HISTORY_MSG_1095;Local - Jz highligths thr
!HISTORY_MSG_1096;Local - Jz shadows
@@ -2616,12 +3010,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_1100;Local - Jz reference 100
!HISTORY_MSG_1101;Local - Jz PQ remap
!HISTORY_MSG_1102;Local - Jz(Hz) Curve
-!HISTORY_MSG_1103;Local - Vibrance gamma
!HISTORY_MSG_1104;Local - Sharp gamma
-!HISTORY_MSG_1105;Local - CIECAM Tone method
-!HISTORY_MSG_1106;Local - CIECAM Tone curve
-!HISTORY_MSG_1107;Local - CIECAM Color method
-!HISTORY_MSG_1108;Local - CIECAM Color curve
!HISTORY_MSG_1109;Local - Jz(Jz) curve
!HISTORY_MSG_1110;Local - Cz(Cz) curve
!HISTORY_MSG_1111;Local - Cz(Jz) curve
@@ -2667,24 +3056,15 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_BLSHAPE;Blur by level
!HISTORY_MSG_BLURCWAV;Blur chroma
!HISTORY_MSG_BLURWAV;Blur luminance
-!HISTORY_MSG_BLUWAV;Attenuation response
-!HISTORY_MSG_CAT02PRESET;Cat02/16 automatic preset
-!HISTORY_MSG_CATCAT;Cat02/16 mode
-!HISTORY_MSG_CATCOMPLEX;Ciecam complexity
-!HISTORY_MSG_CATMODEL;CAM Model
-!HISTORY_MSG_COMPLEX;Wavelet complexity
!HISTORY_MSG_COMPLEXRETI;Retinex complexity
-!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
-!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_HLBL;Color propagation - blur
!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
!HISTORY_MSG_ICM_BLUX;Primaries Blue X
!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
-!HISTORY_MSG_ICM_FBW;Black and White
!HISTORY_MSG_ICM_GREX;Primaries Green X
!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
@@ -2698,7 +3078,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
-!HISTORY_MSG_ILLUM;Illuminant
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
@@ -2711,13 +3091,10 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
!HISTORY_MSG_PROTAB;Protection
!HISTORY_MSG_RANGEAB;Range ab
-!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
-!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
!HISTORY_MSG_SIGMADIR;Dir Attenuation response
!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
!HISTORY_MSG_SIGMATON;Toning Attenuation response
-!HISTORY_MSG_SPOT;Spot removal
!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
!HISTORY_MSG_THRESWAV;Balance threshold
@@ -2730,7 +3107,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_WAVCHROMFI;Chroma fine
!HISTORY_MSG_WAVCLARI;Clarity
!HISTORY_MSG_WAVDENLH;Level 5
-!HISTORY_MSG_WAVDENMET;Local equalizer
!HISTORY_MSG_WAVDENOISE;Local contrast
!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
!HISTORY_MSG_WAVDETEND;Details soft
@@ -2739,21 +3115,16 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_WAVHUE;Equalizer hue
!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
!HISTORY_MSG_WAVLEVDEN;High level local contrast
-!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
-!HISTORY_MSG_WAVLEVSIGM;Radius
!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
!HISTORY_MSG_WAVMERGEC;Merge C
!HISTORY_MSG_WAVMERGEL;Merge L
!HISTORY_MSG_WAVMIXMET;Reference local contrast
-!HISTORY_MSG_WAVOFFSET;Offset
!HISTORY_MSG_WAVOLDSH;Old algorithm
-!HISTORY_MSG_WAVQUAMET;Denoise mode
!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
!HISTORY_MSG_WAVSCALE;Scale
!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
!HISTORY_MSG_WAVSIGM;Sigma
-!HISTORY_MSG_WAVSIGMA;Attenuation response
!HISTORY_MSG_WAVSLIMET;Method
!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
@@ -2761,10 +3132,9 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
!HISTORY_MSG_WAVTHREND;Threshold local contrast
!HISTORY_MSG_WAVUSHAMET;Clarity method
-!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
!ICCPROFCREATOR_DESCRIPTION_TOOLTIP;Leave empty to set the default description.
-!ICCPROFCREATOR_GAMMA;Gamma
!ICCPROFCREATOR_ICCVERSION;ICC version:
!ICCPROFCREATOR_ILL;Illuminant:
!ICCPROFCREATOR_ILL_41;D41
@@ -2774,7 +3144,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
!ICCPROFCREATOR_ILL_65;D65
!ICCPROFCREATOR_ILL_80;D80
-!ICCPROFCREATOR_ILL_DEF;Default
!ICCPROFCREATOR_ILL_INC;StdA 2856K
!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
@@ -2799,8 +3168,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!ICCPROFCREATOR_PROF_V2;ICC v2
!ICCPROFCREATOR_PROF_V4;ICC v4
!ICCPROFCREATOR_SLOPE;Slope
-!ICCPROFCREATOR_TRC_PRESET;Tone response curve
-!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
!IPTCPANEL_COPYRIGHT;Copyright notice
@@ -2812,7 +3179,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!IPTCPANEL_CREATORJOBTITLEHINT;Enter the Job Title of the person listed in the Creator field.
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_HEADLINEHINT;Enter a brief publishable synopsis or summary of the contents of the image.
@@ -2831,37 +3198,19 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!MAIN_BUTTON_NAVPREV_TOOLTIP;Navigate to the previous image relative to image opened in the Editor.\nShortcut: Shift-F3\n\nTo navigate to the previous image relative to the currently selected thumbnail in the File Browser or Filmstrip:\nShortcut: F3
!MAIN_BUTTON_NAVSYNC_TOOLTIP;Synchronize the File Browser or Filmstrip with the Editor to reveal the thumbnail of the currently opened image, and clear any active filters.\nShortcut: x\n\nAs above, but without clearing active filters:\nShortcut: y\n(Note that the thumbnail of the opened image will not be shown if filtered out).
!MAIN_MSG_IMAGEUNPROCESSED;This command requires all selected images to be queue-processed first.
-!MAIN_TAB_LOCALLAB;Local
-!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TOOLTIP_BEFOREAFTERLOCK;Lock / Unlock the Before view\n\nLock: keep the Before view unchanged.\nUseful to evaluate the cumulative effect of multiple tools.\nAdditionally, comparisons can be made to any state in the History.\n\nUnlock: the Before view will follow the After view one step behind, showing the image before the effect of the currently used tool.
-!PARTIALPASTE_LOCALLAB;Local Adjustments
-!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
-!PARTIALPASTE_LOCGROUP;Local
-!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_RETINEX;Retinex
-!PARTIALPASTE_SPOT;Spot removal
+!PARTIALPASTE_VIBRANCE;Vibrance
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CIE;Ciecam
-!PREFERENCES_CIEARTIF;Avoid artifacts
-!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
-!PREFERENCES_COMPLEXITY_EXP;Advanced
-!PREFERENCES_COMPLEXITY_NORM;Standard
-!PREFERENCES_COMPLEXITY_SIMP;Basic
!PREFERENCES_CUSTPROFBUILD;Custom Processing Profile Builder
-!PREFERENCES_CUSTPROFBUILDHINT;Executable (or script) file called when a new initial processing profile should be generated for an image.\n\nThe path of the communication file (*.ini style, a.k.a. "Keyfile") is added as a command line parameter. It contains various parameters required for the scripts and image Exif to allow a rules-based processing profile generation.\n\nWARNING: You are responsible for using double quotes where necessary if you're using paths containing spaces.
+!PREFERENCES_CUSTPROFBUILDHINT;Executable (or script) file called when a new initial processing profile should be generated for an image.\n\nThe path of the communication file (*.ini style, a.k.a. 'Keyfile') is added as a command line parameter. It contains various parameters required for the scripts and image Exif to allow a rules-based processing profile generation.\n\nWARNING: You are responsible for using double quotes where necessary if you're using paths containing spaces.
!PREFERENCES_CUSTPROFBUILDKEYFORMAT;Keys format
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_NAME;Name
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_TID;TagID
!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
-!PREFERENCES_EXTEDITOR_DIR;Output directory
-!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
-!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
-!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
-!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
-!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
-!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROGRESSDLG_PROFILECHANGEDINBROWSER;Processing profile changed in browser
!SAMPLEFORMAT_1;8-bit unsigned
!SAMPLEFORMAT_2;16-bit unsigned
@@ -2890,18 +3239,13 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_BWMIX_ALGO_TOOLTIP;Linear: will produce a normal linear response.\nSpecial effects: will produce special effects by mixing channels non-linearly.
!TP_BWMIX_CC_ENABLED;Adjust complementary color
!TP_BWMIX_CC_TOOLTIP;Enable to allow automatic adjustment of complementary colors in ROYGCBPM mode.
-!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n"Total" displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
+!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n'Total' displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
!TP_BWMIX_RGB_TOOLTIP;Mix the RGB channels. Use presets for guidance.\nPay attention to negative values that may cause artifacts or erratic behavior.
!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
-!TP_COLORAPP_CATCLASSIC;Classic
-!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on ‘Scene conditions’ and basic illuminant on the one hand, and on basic illuminant and ‘Viewing conditions’ on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The ‘Scene conditions’, ‘Image adjustments’ and ‘Viewing conditions’ settings are neutralized.\n\nMixed – Same as the ‘Classic’ option but in this case, the chromatic adaptation is based on the white balance.
-!TP_COLORAPP_CATMOD;Cat02/16 mode
-!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
-!TP_COLORAPP_CATSYMSPE;Mixed
-!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation, it converts the values of an image whose white point is that of a given illuminant (for example D65), into new values whose white point is that of the new illuminant - see WP Model (for example D50 or D55).
-!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation, it converts the values of an image whose white point is that of a given illuminant (for example D50), into new values whose white point is that of the new illuminant - see WP model (for example D75).
-!TP_COLORAPP_GEN;Settings - Preset
-!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance model, which was designed to better simulate how human vision perceives colors under different lighting conditions, e.g., against different backgrounds.\nIt takes into account the environment of each color and modifies its appearance to get as close as possible to human perception.\nIt also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
!TP_COLORAPP_IL41;D41
!TP_COLORAPP_IL50;D50
!TP_COLORAPP_IL55;D55
@@ -2912,21 +3256,14 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_COLORAPP_ILFREE;Free
!TP_COLORAPP_ILLUM;Illuminant
!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
-!TP_COLORAPP_MOD02;CIECAM02
-!TP_COLORAPP_MOD16;CIECAM16
-!TP_COLORAPP_MODELCAT;CAM Model
-!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CIECAM02 or CIECAM16.\n CIECAM02 will sometimes be more accurate.\n CIECAM16 should generate fewer artifacts
-!TP_COLORAPP_PRESETCAT02;Preset cat02/16 automatic - Symmetric mode
-!TP_COLORAPP_PRESETCAT02_TIP;Set combobox, sliders, temp, green so that Cat02/16 automatic is preset.\nYou can change illuminant shooting conditions.\nYou must change Cat02/16 adaptation Viewing conditions if needed.\nYou can change Temperature and Tint Viewing conditions if needed, and other settings if needed.\nAll auto checkbox are disabled
-!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a "normal" area. Normal" means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
-!TP_COLORAPP_SURROUNDSRC;Surround - Scene Lighting
-!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light environment (standard). The image will not change.\n\nDim: Dim environment. The image will become slightly bright.\n\nDark: Dark environment. The image will become more bright.\n\nExtremly Dark: Extremly dark environment. The image will become very bright.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
-!TP_COLORAPP_TEMPOUT_TOOLTIP;Disable to change temperature and tint
!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
-!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, ...), as well as its environment. This process will take the data coming from process "Image Adjustments" and "bring" it to the support in such a way that the viewing conditions and its environment are taken into account.
-!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image
-!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_AB;o C/L
!TP_COLORTONING_BY;o C/L
!TP_COLORTONING_LABGRID_VALUES;HL: a=%1 b=%2\nS: a=%3 b=%4
@@ -2936,23 +3273,11 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_COLORTONING_LABREGION_LIGHTNESSMASK;L
!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_PPI;PPI
-!TP_DEHAZE_SATURATION;Saturation
-!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Preview multi-zones
!TP_DIRPYREQUALIZER_ALGO_TOOLTIP;Fine: closer to the colors of the skin, minimizing the action on other colors\nLarge: avoid more artifacts.
!TP_DIRPYREQUALIZER_HUESKIN_TOOLTIP;This pyramid is for the upper part, so far as the algorithm at its maximum efficiency.\nTo the lower part, the transition zones.\nIf you need to move the area significantly to the left or right - or if there are artifacts: the white balance is incorrect\nYou can slightly reduce the zone to prevent the rest of the image is affected.
!TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts in the transitions between skin colors (hue, chroma, luma) and the rest of the image.
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
-!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
-!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
-!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
-!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
-!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
-!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
-!TP_FILMNEGATIVE_OUT_LEVEL;Output level
-!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
-!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
-!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_HLREC_HLBLUR;Blur
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET;Baseline exposure
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET_TOOLTIP;Employ the embedded DCP baseline exposure offset. The setting is only available if the selected DCP has one.
@@ -2960,14 +3285,12 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_ICM_APPLYHUESATMAP_TOOLTIP;Employ the embedded DCP base table (HueSatMap). The setting is only available if the selected DCP has one.
!TP_ICM_APPLYLOOKTABLE;Look table
!TP_ICM_APPLYLOOKTABLE_TOOLTIP;Employ the embedded DCP look table. The setting is only available if the selected DCP has one.
-!TP_ICM_BLUFRAME;Blue Primaries
!TP_ICM_BPC;Black Point Compensation
!TP_ICM_DCPILLUMINANT;Illuminant
!TP_ICM_DCPILLUMINANT_INTERPOLATED;Interpolated
-!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is "interpolated" which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is 'interpolated' which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
!TP_ICM_FBW;Black-and-White
-!TP_ICM_GREFRAME;Green Primaries
-!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the ‘Destination primaries’ selection is set to ‘Custom (sliders)’.
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapee's camera-specific DCP or ICC input color profiles. These profiles are more precise than simpler matrix ones. They are not available for all cameras. These profiles are stored in the /iccprofiles/input and /dcpprofiles folders and are automatically retrieved based on a file name matching to the exact model name of the camera.
!TP_ICM_INPUTCAMERA_TOOLTIP;Use a simple color matrix from dcraw, an enhanced RawTherapee version (whichever is available based on camera model) or one embedded in the DNG.
!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
@@ -2975,16 +3298,15 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
-!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode (‘working profile’) to a different mode (‘destination primaries’). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the ‘primaries’ is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
!TP_ICM_SAVEREFERENCE_TOOLTIP;Save the linear TIFF image before the input profile is applied. The result can be used for calibration purposes and generation of a camera profile.
!TP_ICM_TONECURVE_TOOLTIP;Employ the embedded DCP tone curve. The setting is only available if the selected DCP has a tone curve.
-!TP_ICM_TRCFRAME;Abstract Profile
-!TP_ICM_TRCFRAME_TOOLTIP;Also known as ‘synthetic’ or ‘virtual’ profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n ‘Tone response curve’, which modifies the tones of the image.\n ‘Illuminant’ : which allows you to change the profile primaries to adapt them to the shooting conditions.\n ‘Destination primaries’: which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
-!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB ‘Tone response curve’ in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
!TP_ICM_WORKING_ILLU;Illuminant
!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
@@ -2996,11 +3318,10 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_ICM_WORKING_ILLU_D65;D65
!TP_ICM_WORKING_ILLU_D80;D80
!TP_ICM_WORKING_ILLU_D120;D120
-!TP_ICM_WORKING_ILLU_NONE;Default
!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
!TP_ICM_WORKING_PRESER;Preserves Pastel tones
!TP_ICM_WORKING_PRIM;Destination primaries
-!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When ‘Custom CIE xy diagram’ is selected in ‘Destination- primaries’’ combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
!TP_ICM_WORKING_PRIM_AC0;ACESp0
!TP_ICM_WORKING_PRIM_ACE;ACESp1
!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
@@ -3009,12 +3330,10 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_ICM_WORKING_PRIM_BST;BestRGB
!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
-!TP_ICM_WORKING_PRIM_NONE;Default
!TP_ICM_WORKING_PRIM_PROP;ProPhoto
!TP_ICM_WORKING_PRIM_REC;Rec2020
!TP_ICM_WORKING_PRIM_SRGB;sRGB
!TP_ICM_WORKING_PRIM_WID;WideGamut
-!TP_ICM_WORKING_TRC;Tone response curve:
!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
!TP_ICM_WORKING_TRC_22;Adobe g=2.2
!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
@@ -3038,313 +3357,154 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LABCURVE_CURVEEDITOR_CC_RANGE3;Pastel
!TP_LABCURVE_CURVEEDITOR_CC_RANGE4;Saturated
!TP_LOCALLAB_ACTIV;Luminance only
-!TP_LOCALLAB_ACTIVSPOT;Enable Spot
!TP_LOCALLAB_ADJ;Equalizer Color
-!TP_LOCALLAB_ALL;All rubrics
-!TP_LOCALLAB_AMOUNT;Amount
-!TP_LOCALLAB_ARTIF;Shape detection
-!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of deltaE scope. High values are for very wide gamut images.\nIncreasing deltaE decay can improve shape detection, but can also reduce the scope.
-!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
-!TP_LOCALLAB_AUTOGRAYCIE;Auto
-!TP_LOCALLAB_AUTOGRAYCIE_TOOLTIP;Automatically calculates the “Mean luminance” and “Absolute luminance”.\nFor Jz Cz Hz: automatically calculates "PU adaptation", "Black Ev" and "White Ev".
-!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
!TP_LOCALLAB_AVOIDMUN;Munsell correction only
-!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
!TP_LOCALLAB_AVOIDRAD;Soft radius
-!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
!TP_LOCALLAB_BALANEXP;Laplacian balance
-!TP_LOCALLAB_BALANH;C-H balance (ΔE)
-!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
!TP_LOCALLAB_BILATERAL;Bilateral filter
!TP_LOCALLAB_BLACK_EV;Black Ev
-!TP_LOCALLAB_BLCO;Chrominance only
!TP_LOCALLAB_BLENDMASKCOL;Blend
!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
-!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image
-!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
!TP_LOCALLAB_BLGUID;Guided Filter
-!TP_LOCALLAB_BLINV;Inverse
-!TP_LOCALLAB_BLLC;Luminance & Chrominance
-!TP_LOCALLAB_BLLO;Luminance only
-!TP_LOCALLAB_BLMED;Median
!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
-!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
!TP_LOCALLAB_BLNORM;Normal
-!TP_LOCALLAB_BLSYM;Symmetric
-!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
-!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and ‘Normal’ or ‘Inverse’ in checkbox).\n-Isolate the foreground by using one or more ‘Excluding’ RT-spot(s) and increase the scope.\n\nThis module (including the ‘median’ and ‘Guided filter’) can be used in addition to the main-menu noise reduction
-!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
-!TP_LOCALLAB_BLURCBDL;Blur levels 0-1-2-3-4
-!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
-!TP_LOCALLAB_BLURDE;Blur shape detection
-!TP_LOCALLAB_BLURLC;Luminance only
!TP_LOCALLAB_BLURLEVELFRA;Blur levels
!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
-!TP_LOCALLAB_BLURRESIDFRA;Blur Residual
-!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the "radius" of the Gaussian blur (0 to 1000)
-!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
-!TP_LOCALLAB_BLWH_TOOLTIP;Force color components "a" and "b" to zero.\nUseful for black and white processing, or film simulation.
-!TP_LOCALLAB_BUTTON_ADD;Add
-!TP_LOCALLAB_BUTTON_DEL;Delete
-!TP_LOCALLAB_BUTTON_DUPL;Duplicate
-!TP_LOCALLAB_BUTTON_REN;Rename
-!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
-!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
-!TP_LOCALLAB_CAMMODE;CAM model
-!TP_LOCALLAB_CAMMODE_ALL;CAM 16 + Jz Cz Hz
!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
-!TP_LOCALLAB_CAMMODE_ZCAM;ZCAM only
-!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
-!TP_LOCALLAB_CBDL;Contrast by Detail Levels
-!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
-!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
-!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise
-!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
-!TP_LOCALLAB_CENTER_X;Center X
-!TP_LOCALLAB_CENTER_Y;Center Y
!TP_LOCALLAB_CH;CL - LC
-!TP_LOCALLAB_CHROMA;Chrominance
!TP_LOCALLAB_CHROMABLU;Chroma levels
!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
-!TP_LOCALLAB_CHROMACBDL;Chroma
!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
!TP_LOCALLAB_CHROMALEV;Chroma levels
-!TP_LOCALLAB_CHROMASKCOL;Chroma
!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
-!TP_LOCALLAB_CHROML;Chroma (C)
-!TP_LOCALLAB_CHRRT;Chroma
-!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
-!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
-!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
!TP_LOCALLAB_CIECOLORFRA;Color
-!TP_LOCALLAB_CIECONTFRA;Contrast
!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
!TP_LOCALLAB_CIELIGHTFRA;Lighting
-!TP_LOCALLAB_CIEMODE;Change tool position
-!TP_LOCALLAB_CIEMODE_COM;Default
-!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
-!TP_LOCALLAB_CIEMODE_LOG;Log Encoding
-!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
-!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. "Mask and modifications" and "Recovery based on luminance mask" are available for"Cam16 and JzCzHz" at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use "Mask and modifications" and "Recovery based on luminance mask"
-!TP_LOCALLAB_CIEMODE_WAV;Wavelet
-!TP_LOCALLAB_CIETOOLEXP;Curves
-!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
-!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
!TP_LOCALLAB_CLARICRES;Merge chroma
!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
-!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): ‘Sharp mask’ is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
!TP_LOCALLAB_CLARILRES;Merge luma
!TP_LOCALLAB_CLARISOFT;Soft radius
-!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The ‘Soft radius’ slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
-!TP_LOCALLAB_CLARISOFT_TOOLTIP;The ‘Soft radius’ slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
!TP_LOCALLAB_CLARITYML;Clarity
-!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): ‘Sharp mask’ is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
-!TP_LOCALLAB_COFR;Color & Light
-!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
-!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in ‘Add tool to current spot’ menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
-!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
-!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
-!TP_LOCALLAB_COLOR_CIE;Color curve
-!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
-!TP_LOCALLAB_COL_NAME;Name
-!TP_LOCALLAB_COL_VIS;Status
!TP_LOCALLAB_COMPFRA;Directional contrast
-!TP_LOCALLAB_COMPFRAME_TOOLTIP;Allows you to create special effects. You can reduce artifacts with 'Clarity and Sharp mask - Blend and Soften Images’.\nUses a lot of resources.
-!TP_LOCALLAB_COMPLEX_METHOD;Software Complexity
-!TP_LOCALLAB_COMPLEX_TOOLTIP; Allow user to select Local adjustments complexity.
!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
-!TP_LOCALLAB_COMPRESS_TOOLTIP;If necessary, use the module 'Clarity and Sharp mask and Blend and Soften Images' by adjusting 'Soft radius' to reduce artifacts.
!TP_LOCALLAB_CONTCOL;Contrast threshold
!TP_LOCALLAB_CONTFRA;Contrast by level
-!TP_LOCALLAB_CONTL;Contrast (J)
-!TP_LOCALLAB_CONTRAST;Contrast
-!TP_LOCALLAB_CONTRASTCURVMASK1_TOOLTIP;Allows you to freely modify the contrast of the mask (gamma and slope), instead of using a continuous and progressive curve. However it can create artifacts that have to be dealt with using the ‘Smooth radius’ or ‘Laplacian threshold sliders’.
!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
!TP_LOCALLAB_CONTRESID;Contrast
!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
-!TP_LOCALLAB_CONTTHR;Contrast Threshold
-!TP_LOCALLAB_CONTWFRA;Local contrast
-!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
-!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance "Super"
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
!TP_LOCALLAB_CURVCURR;Normal
!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
-!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the ‘Curve type’ combobox to ‘Normal’
-!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
-!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
-!TP_LOCALLAB_CURVENCONTRAST;Super+Contrast threshold (experimental)
-!TP_LOCALLAB_CURVENH;Super
-!TP_LOCALLAB_CURVENHSU;Combined HueChroma (experimental)
-!TP_LOCALLAB_CURVENSOB2;Combined HueChroma + Contrast threshold (experimental)
-!TP_LOCALLAB_CURVES_CIE;Tone curve
!TP_LOCALLAB_CURVNONE;Disable curves
!TP_LOCALLAB_DARKRETI;Darkness
-!TP_LOCALLAB_DEHAFRA;Dehaze
-!TP_LOCALLAB_DEHAZ;Strength
-!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
-!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze
!TP_LOCALLAB_DELTAD;Delta balance
!TP_LOCALLAB_DELTAEC;ΔE Image mask
!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
-!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or ‘salt & pepper’ noise.
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
-!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
-!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with ‘Non-local Means – Luminance’.
-!TP_LOCALLAB_DENOIS;Denoise
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
-!TP_LOCALLAB_DENOI_EXP;Denoise
-!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (deltaE).\nMinimum RT-spot size: 128x128
-!TP_LOCALLAB_DEPTH;Depth
-!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
-!TP_LOCALLAB_DETAILSH;Details
!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
-!TP_LOCALLAB_DIVGR;Gamma
-!TP_LOCALLAB_DUPLSPOTNAME;Copy
-!TP_LOCALLAB_EDGFRA;Edge sharpness
-!TP_LOCALLAB_EDGSHOW;Show all tools
-!TP_LOCALLAB_ELI;Ellipse
-!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
!TP_LOCALLAB_ENABLE_MASK;Enable mask
!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
!TP_LOCALLAB_ENH;Enhanced
!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
-!TP_LOCALLAB_EPSBL;Detail
!TP_LOCALLAB_EQUIL;Normalize luminance
!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
!TP_LOCALLAB_ESTOP;Edge stopping
!TP_LOCALLAB_EV_DUPL;Copy of
-!TP_LOCALLAB_EV_NVIS;Hide
-!TP_LOCALLAB_EV_NVIS_ALL;Hide all
-!TP_LOCALLAB_EV_VIS;Show
-!TP_LOCALLAB_EV_VIS_ALL;Show all
-!TP_LOCALLAB_EXCLUF;Excluding
-!TP_LOCALLAB_EXCLUF_TOOLTIP;‘Excluding’ mode prevents adjacent spots from influencing certain parts of the image. Adjusting ‘Scope’ will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
-!TP_LOCALLAB_EXCLUTYPE;Spot method
-!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n‘Full image’ allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
-!TP_LOCALLAB_EXECLU;Excluding spot
-!TP_LOCALLAB_EXFULL;Full image
-!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
-!TP_LOCALLAB_EXPCHROMA;Chroma compensation
-!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with ‘Exposure compensation f’ and ‘Contrast Attenuator f’ to avoid desaturating colors.
-!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
-!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
-!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
-!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change ‘Shape detection’ in "Settings":\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)’
-!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\ne.g. Wavelet-level tone mapping.
-!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low ‘Transition value’ and high ‘Transition decay’ and ‘Scope’ to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
-!TP_LOCALLAB_EXPCURV;Curves
-!TP_LOCALLAB_EXPGRAD;Graduated Filter
-!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and "Merge file") Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
-!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend
-!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform
-!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
-!TP_LOCALLAB_EXPMETHOD_TOOLTIP;Standard : use an algorithm similar as main Exposure but in L*a*b* and taking account of deltaE.\n\nContrast attenuator : use another algorithm also with deltaE and with Poisson equation to solve Laplacian in Fourier space.\nContrast attenuator, Dynamic range compression and Standard can be combined.\nFFTW Fourier Transform is optimized in size to reduce processing time.\nReduce artifacts and noise.
-!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the ‘Denoise’ tool.
-!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
-!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
-!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high ‘Transition decay’ and ‘Scope’ values to simulate smaller RT-Spots.
-!TP_LOCALLAB_EXPTOOL;Exposure Tools
-!TP_LOCALLAB_EXPTRC;Tone Response Curve - TRC
-!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
-!TP_LOCALLAB_FATAMOUNT;Amount
-!TP_LOCALLAB_FATANCHOR;Anchor
-!TP_LOCALLAB_FATANCHORA;Offset
-!TP_LOCALLAB_FATDETAIL;Detail
-!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
!TP_LOCALLAB_FATLEVEL;Sigma
-!TP_LOCALLAB_FATRES;Amount Residual Image
-!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
-!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn’t been activated.
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
-!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements)
-!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
-!TP_LOCALLAB_FFTW2;ƒ - Use Fast Fourier Transform (TIF, JPG,..)
-!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
-!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
-!TP_LOCALLAB_GAM;Gamma
-!TP_LOCALLAB_GAMC;Gamma
-!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance "linear" is used.
-!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance "linear" is used.
-!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
-!TP_LOCALLAB_GAMM;Gamma
-!TP_LOCALLAB_GAMMASKCOL;Gamma
-!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying ‘L’ to avoid any discontinuities.
-!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
-!TP_LOCALLAB_GRADANG;Gradient angle
-!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees : -180 0 +180
-!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
-!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength
-!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
-!TP_LOCALLAB_GRADSTR;Gradient strength
-!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
-!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength
-!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
-!TP_LOCALLAB_GRADSTR_TOOLTIP;Filter strength in stops
-!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
-!TP_LOCALLAB_GRAINFRA2;Coarseness
-!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
-!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the ‘Transition value’ and ‘Transition decay’\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE)
-!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the "white dot" on the grid remains at zero and you only vary the "black dot". Equivalent to "Color toning" if you vary the 2 dots.\n\nDirect: acts directly on the chroma
-!TP_LOCALLAB_GRIDONE;Color Toning
-!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
!TP_LOCALLAB_GUIDBL;Soft radius
!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
-!TP_LOCALLAB_GUIDFILTER;Guided filter radius
!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
-!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter
-!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
!TP_LOCALLAB_HIGHMASKCOL;Highlights
!TP_LOCALLAB_HLH;H
-!TP_LOCALLAB_HLHZ;Hz
-!TP_LOCALLAB_HUECIE;Hue
!TP_LOCALLAB_IND;Independent (mouse)
!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
-!TP_LOCALLAB_INVBL;Inverse
-!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to ‘Inverse’ mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot : Excluding spot
-!TP_LOCALLAB_INVERS;Inverse
-!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot
!TP_LOCALLAB_INVMASK;Inverse algorithm
-!TP_LOCALLAB_ISOGR;Distribution (ISO)
!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
-!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account "Absolute luminance".
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
-!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of “PU adaptation” (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
!TP_LOCALLAB_JZADAP;PU adaptation
!TP_LOCALLAB_JZCH;Chroma
!TP_LOCALLAB_JZCHROM;Chroma
@@ -3352,33 +3512,27 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_JZCLARILRES;Merge Jz
!TP_LOCALLAB_JZCONT;Contrast
!TP_LOCALLAB_JZFORCE;Force max Jz to 1
-!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
!TP_LOCALLAB_JZHFRA;Curves Hz
!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
!TP_LOCALLAB_JZHUECIE;Hue Rotation
-!TP_LOCALLAB_JZLIGHT;Brightness
!TP_LOCALLAB_JZLOG;Log encoding Jz
!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
-!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including "Log Encoding Jz".\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
!TP_LOCALLAB_JZPQFRA;Jz remapping
-!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf “PQ - Peak luminance” is set to 10000, “Jz remappping” behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
!TP_LOCALLAB_JZQTOJ;Relative luminance
-!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use "Relative luminance" instead of "Absolute luminance" - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
-!TP_LOCALLAB_JZSAT;Saturation
-!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
-!TP_LOCALLAB_LABBLURM;Blur Mask
-!TP_LOCALLAB_LABEL;Local Adjustments
-!TP_LOCALLAB_LABGRID;Color correction grid
!TP_LOCALLAB_LABGRIDMERG;Background
!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_LOCALLAB_LABSTRUM;Structure Mask
@@ -3391,34 +3545,24 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
-!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
-!TP_LOCALLAB_LEVELWAV;Wavelet levels
-!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
!TP_LOCALLAB_LEVFRA;Levels
-!TP_LOCALLAB_LIGHTNESS;Lightness
-!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero
-!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
!TP_LOCALLAB_LINEAR;Linearity
-!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
-!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
!TP_LOCALLAB_LOCCONT;Unsharp Mask
-!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
-!TP_LOCALLAB_LOG;Log Encoding
-!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
-!TP_LOCALLAB_LOG2FRA;Viewing Conditions
-!TP_LOCALLAB_LOGAUTO;Automatic
-!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the ‘Automatic’ button in Relative Exposure Levels is pressed.
-!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the "Auto mean luminance (Yb%)” is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
-!TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP;Estimated values of dynamic range i.e. Black Ev and White Ev
!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
@@ -3431,59 +3575,41 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
-!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment
-!TP_LOCALLAB_LOGEXP;All tools
-!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
-!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode)
-!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
-!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
-!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
!TP_LOCALLAB_LOGLIN;Logarithm mode
!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
-!TP_LOCALLAB_LOGREPART;Overall strength
!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
-!TP_LOCALLAB_LOGSRCGREY_TOOLTIP;Estimated gray point value of the image.
!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
-!TP_LOCALLAB_LOGTARGGREY_TOOLTIP;You can adjust this value to suit.
-!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions..
-!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
!TP_LOCALLAB_LUM;LL - CC
-!TP_LOCALLAB_LUMADARKEST;Darkest
!TP_LOCALLAB_LUMASK;Background color/luma mask
-!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications)
-!TP_LOCALLAB_LUMAWHITESEST;Lightest
-!TP_LOCALLAB_LUMFRA;L*a*b* standard
-!TP_LOCALLAB_LUMONLY;Luminance only
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
!TP_LOCALLAB_MASFRAME;Mask and Merge
-!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the deltaE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
-!TP_LOCALLAB_MASK;Curves
-!TP_LOCALLAB_MASK2;Contrast curve
-!TP_LOCALLAB_MASKCOL;
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
!TP_LOCALLAB_MASKCOM;Common Color Mask
!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
-!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection
-!TP_LOCALLAB_MASKDDECAY;Decay strength
-!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
-!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the ‘dark’ threshold, then the Denoise will be applied progressively.\n if the mask is above the ‘light’ threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders "Gray area luminance denoise" or "Gray area chrominance denoise".
-!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the ‘dark’ threshold, then the GF will be applied progressively.\n if the mask is above the ‘light’ threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
!TP_LOCALLAB_MASKH;Hue curve
-!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, 'Blur mask', ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask'=0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable colorpicker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘structure mask’, ‘Smooth radius’, ‘Gamma and slope’, ‘Contrast curve’, ‘Local contrast wavelet’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Be careful in 'settings' to Background color mask = 0
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
@@ -3492,31 +3618,29 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
-!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, 'blur mask', ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied
-!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
-!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied
-!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied
-!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied
-!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied
-!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied
-!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied
-!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied
-!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
-!TP_LOCALLAB_MED;Medium
!TP_LOCALLAB_MEDIAN;Median Low
!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
@@ -3529,17 +3653,9 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_MERFOU;Multiply
!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
-!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm
-!TP_LOCALLAB_MERGEFIV;Previous Spot(Mask 7) + Mask LCh
-!TP_LOCALLAB_MERGEFOU;Previous Spot(Mask 7)
-!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case)
-!TP_LOCALLAB_MERGENONE;None
-!TP_LOCALLAB_MERGEONE;Short Curves 'L' Mask
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
-!TP_LOCALLAB_MERGETHR;Original + Mask LCh
-!TP_LOCALLAB_MERGETWO;Original
-!TP_LOCALLAB_MERGETYPE;Merge image and mask
-!TP_LOCALLAB_MERGETYPE_TOOLTIP;None, use all mask in LCh mode.\nShort curves 'L' mask, use a short circuit for mask 2, 3, 4, 6, 7.\nOriginal mask 8, blend current image with original
!TP_LOCALLAB_MERHEI;Overlay
!TP_LOCALLAB_MERHUE;Hue
!TP_LOCALLAB_MERLUCOL;Luminance
@@ -3548,6 +3664,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_MERONE;Normal
!TP_LOCALLAB_MERSAT;Saturation
!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
!TP_LOCALLAB_MERSEV1;Soft Light W3C
!TP_LOCALLAB_MERSEV2;Hard Light
!TP_LOCALLAB_MERSIX;Divide
@@ -3558,144 +3675,78 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_MERTWO;Subtract
!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
-!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust ‘Clip restored data (gain)’ and ‘Offset’ to normalize.\nRecovers image data without blending.
-!TP_LOCALLAB_MODE_EXPERT;Advanced
-!TP_LOCALLAB_MODE_NORMAL;Standard
-!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_LOCALLAB_MRFIV;Background
!TP_LOCALLAB_MRFOU;Previous Spot
-!TP_LOCALLAB_MRONE;None
-!TP_LOCALLAB_MRTHR;Original Image
-!TP_LOCALLAB_MRTWO;Short Curves 'L' Mask
-!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV
-!TP_LOCALLAB_NEIGH;Radius
-!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance "linear" is used.
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
-!TP_LOCALLAB_NLDENOISE_TOOLTIP;“Detail recovery” acts on a Laplacian transform to target uniform areas rather than areas with detail.
-!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
-!TP_LOCALLAB_NLGAM;Gamma
-!TP_LOCALLAB_NLLUM;Strength
!TP_LOCALLAB_NLPAT;Maximum patch size
!TP_LOCALLAB_NLRAD;Maximum radius size
!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
-!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
-!TP_LOCALLAB_NOISEDETAIL_TOOLTIP;Disabled if slider = 100
-!TP_LOCALLAB_NOISEGAM;Gamma
-!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance "Lab" is used. If gamma = 3.0 Luminance "linear" is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
-!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
-!TP_LOCALLAB_NOISEMETH;Denoise
-!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise
-!TP_LOCALLAB_NONENOISE;None
!TP_LOCALLAB_NUL_TOOLTIP;.
-!TP_LOCALLAB_OFFS;Offset
-!TP_LOCALLAB_OFFSETWAV;Offset
-!TP_LOCALLAB_OPACOL;Opacity
!TP_LOCALLAB_ORIGLC;Merge only with original image
-!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by ‘Scope’. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
-!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced
-!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
-!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu ‘Exposure’.\nMay be useful for under-exposed or high dynamic range images.
-!TP_LOCALLAB_PREVHIDE;Hide additional settings
-!TP_LOCALLAB_PREVIEW;Preview ΔE
-!TP_LOCALLAB_PREVSHOW;Show additional settings
-!TP_LOCALLAB_PROXI;ΔE decay
-!TP_LOCALLAB_QUAAGRES;Aggressive
-!TP_LOCALLAB_QUACONSER;Conservative
-!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
!TP_LOCALLAB_QUAL_METHOD;Global quality
!TP_LOCALLAB_QUANONEALL;Off
!TP_LOCALLAB_QUANONEWAV;Non-local means only
-!TP_LOCALLAB_RADIUS;Radius
-!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
!TP_LOCALLAB_RADMASKCOL;Smooth radius
-!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the “Recovery threshold” value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the “Recovery threshold” is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the “Recovery threshold” acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
-!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
!TP_LOCALLAB_RECURS;Recursive references
!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
-!TP_LOCALLAB_REFLABEL;Ref. (0..1) Chroma=%1 Luma=%2 Hue=%3
-!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
-!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
-!TP_LOCALLAB_RESETSHOW;Reset All Show Modifications
-!TP_LOCALLAB_RESID;Residual Image
!TP_LOCALLAB_RESIDBLUR;Blur residual image
!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
!TP_LOCALLAB_RESIDCOMP;Compress residual image
!TP_LOCALLAB_RESIDCONT;Residual image Contrast
-!TP_LOCALLAB_RESIDHI;Highlights
-!TP_LOCALLAB_RESIDHITHR;Highlights threshold
-!TP_LOCALLAB_RESIDSHA;Shadows
-!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
-!TP_LOCALLAB_RETI;Dehaze & Retinex
!TP_LOCALLAB_RETIFRA;Retinex
!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
!TP_LOCALLAB_RETIM;Original Retinex
!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
-!TP_LOCALLAB_RETI_FFTW_TOOLTIP;FFT improve quality and allow big radius, but increases the treatment time.\nThe treatment time depends on the surface to be treated\nThe treatment time depends on the value of scale (be careful of high values).\nTo be used preferably for large radius.\n\nDimensions can be reduced by a few pixels to optimize FFTW.\nThis optimization can reduce the treatment time by a factor of 1.5 to 10.\nOptimization not used in Preview
-!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of "Lightness = 1" or "Darkness =2".\nFor other values, the last step of a "Multiple scale Retinex" algorithm (similar to "local contrast") is applied. These 2 cursors, associated with "Strength" allow you to make adjustments upstream of local contrast
-!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the "Restored data" values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
-!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
-!TP_LOCALLAB_REWEI;Reweighting iterates
-!TP_LOCALLAB_RGB;RGB Tone Curve
-!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
-!TP_LOCALLAB_ROW_NVIS;Not visible
-!TP_LOCALLAB_ROW_VIS;Visible
!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
-!TP_LOCALLAB_SATUR;Saturation
-!TP_LOCALLAB_SATURV;Saturation (s)
-!TP_LOCALLAB_SAVREST;Save - Restore Current Image
!TP_LOCALLAB_SCALEGR;Scale
!TP_LOCALLAB_SCALERETI;Scale
!TP_LOCALLAB_SCALTM;Scale
!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
-!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if DeltaE Image Mask is enabled.\nLow values avoid retouching selected area
-!TP_LOCALLAB_SENSI;Scope
-!TP_LOCALLAB_SENSIEXCLU;Scope
-!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded
-!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the deltaE of the mask itself by using 'Scope (deltaE image mask)' in 'Settings' > ‘Mask and Merge’
-!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors
-!TP_LOCALLAB_SETTINGS;Settings
-!TP_LOCALLAB_SH1;Shadows Highlights
-!TP_LOCALLAB_SH2;Equalizer
-!TP_LOCALLAB_SHADEX;Shadows
-!TP_LOCALLAB_SHADEXCOMP;Shadow compression
-!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
-!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm
-!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
-!TP_LOCALLAB_SHAMASKCOL;Shadows
-!TP_LOCALLAB_SHAPETYPE;RT-spot shape
-!TP_LOCALLAB_SHAPE_TOOLTIP;”Ellipse” is the normal mode.\n “Rectangle” can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
-!TP_LOCALLAB_SHARAMOUNT;Amount
-!TP_LOCALLAB_SHARBLUR;Blur radius
!TP_LOCALLAB_SHARDAMPING;Damping
!TP_LOCALLAB_SHARFRAME;Modifications
-!TP_LOCALLAB_SHARITER;Iterations
-!TP_LOCALLAB_SHARP;Sharpening
-!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
-!TP_LOCALLAB_SHARRADIUS;Radius
!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
-!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
!TP_LOCALLAB_SHOWC;Mask and modifications
!TP_LOCALLAB_SHOWC1;Merge file
!TP_LOCALLAB_SHOWCB;Mask and modifications
@@ -3704,13 +3755,9 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
!TP_LOCALLAB_SHOWLC;Mask and modifications
-!TP_LOCALLAB_SHOWMASK;Show mask
-!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the "Spot structure" cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
-!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
-!TP_LOCALLAB_SHOWMASKTYP2;Denoise
-!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
-!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with ‘Mask and modifications’.\nIf ‘Blur and noise’ is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for ‘Blur and noise’.\nIf ‘Blur and noise + Denoise’ is selected, the mask is shared. Note that in this case, the Scope sliders for both ‘Blur and noise’ and Denoise will be active so it is advisable to use the option ‘Show modifications with mask’ when making any adjustments.
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
!TP_LOCALLAB_SHOWMNONE;Show modified image
!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
!TP_LOCALLAB_SHOWMODIF2;Show modified areas
@@ -3719,117 +3766,79 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
!TP_LOCALLAB_SHOWR;Mask and modifications
-!TP_LOCALLAB_SHOWREF;Preview ΔE
!TP_LOCALLAB_SHOWS;Mask and modifications
!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
!TP_LOCALLAB_SHOWT;Mask and modifications
!TP_LOCALLAB_SHOWVI;Mask and modifications
-!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
-!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
-!TP_LOCALLAB_SIGMAWAV;Attenuation response
!TP_LOCALLAB_SIGMOIDBL;Blend
-!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
-!TP_LOCALLAB_SIM;Simple
!TP_LOCALLAB_SLOMASKCOL;Slope
-!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying ‘L’ to avoid any discontinuities.
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
!TP_LOCALLAB_SLOSH;Slope
!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
-!TP_LOCALLAB_SOFTM;Soft Light
!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
-!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
-!TP_LOCALLAB_SOFTRETI_TOOLTIP;Take into account deltaE to improve Transmission map
!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
-!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
-!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
!TP_LOCALLAB_SPECCASE;Specific cases
!TP_LOCALLAB_SPECIAL;Special use of RGB curves
-!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. ‘Scope’, masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
-!TP_LOCALLAB_SPOTNAME;New Spot
-!TP_LOCALLAB_STD;Standard
-!TP_LOCALLAB_STR;Strength
-!TP_LOCALLAB_STRBL;Strength
-!TP_LOCALLAB_STREN;Compression strength
-!TP_LOCALLAB_STRENG;Strength
-!TP_LOCALLAB_STRENGR;Strength
-!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with "strength", but you can also use the "scope" function which allows you to delimit the action (e.g. to isolate a particular color).
-!TP_LOCALLAB_STRENGTH;Noise
-!TP_LOCALLAB_STRGRID;Strength
-!TP_LOCALLAB_STRRETI_TOOLTIP;if Strength Retinex < 0.2 only Dehaze is enabled.\nif Strength Retinex >= 0.1 Dehaze is in luminance mode.
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
!TP_LOCALLAB_STRUC;Structure
!TP_LOCALLAB_STRUCCOL;Spot structure
!TP_LOCALLAB_STRUCCOL1;Spot structure
-!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate ‘Mask and modifications’ > ‘Show spot structure’ (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and ‘Local contrast’ (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either ‘Show modified image’ or ‘Show modified areas with mask’.
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
-!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise") and mask(Color & Light).
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
!TP_LOCALLAB_STYPE;Shape method
!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
!TP_LOCALLAB_SYM;Symmetrical (mouse)
!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
-!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
!TP_LOCALLAB_THRES;Threshold structure
!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
!TP_LOCALLAB_THRESRETI;Threshold
!TP_LOCALLAB_THRESWAV;Balance threshold
!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
-!TP_LOCALLAB_TLABEL2;TM Effective Tm=%1 TM=%2
!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
-!TP_LOCALLAB_TM;Tone Mapping
!TP_LOCALLAB_TM_MASK;Use transmission map
-!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an "edge".\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
-!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between "local" and "global" contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted
-!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
!TP_LOCALLAB_TOOLCOL;Structure mask as tool
-!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
!TP_LOCALLAB_TOOLMASK;Mask Tools
-!TP_LOCALLAB_TOOLMASK_2;Wavelets
-!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox ‘Structure mask as tool’ checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the ‘Structure mask’ behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
-!TP_LOCALLAB_TRANSIT;Transition Gradient
-!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
-!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition
-!TP_LOCALLAB_TRANSITVALUE;Transition value
-!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
-!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light)
-!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the "radius"
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
-!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
!TP_LOCALLAB_USEMASK;Laplacian
!TP_LOCALLAB_VART;Variance (contrast)
-!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
-!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
-!TP_LOCALLAB_WAMASKCOL;Mask Wavelet level
-!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
-!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
-!TP_LOCALLAB_WAT_CLARICJZ_TOOLTIP;“Merge chroma” is used to select the intensity of the desired effect on chrominance.\nOnly the maximum value of wavelet levels (bottom-right) is taken into account.
-!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;“Merge chroma” is used to select the intensity of the desired effect on chrominance.
-!TP_LOCALLAB_WAT_CLARILJZ_TOOLTIP;“Merge luma” is used to select the intensity of the desired effect on luminance.\nOnly the maximum value of wavelet levels (bottom-right) is taken into account.
-!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;“Merge luma” is used to select the intensity of the desired effect on luminance.
-!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;‘Chroma levels’: adjusts the “a” and “b” components of Lab* as a proportion of the luminance value.
-!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low ‘Attenuation response’ value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
-!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;‘Merge only with original image’, prevents the ‘Wavelet Pyramid’ settings from interfering with ‘Clarity’ and ‘Sharp mask’.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
@@ -3839,31 +3848,23 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
-!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the ‘Edge sharpness’ tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
-!TP_LOCALLAB_WAV;Local contrast
!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
!TP_LOCALLAB_WAVCOMP;Compression by level
!TP_LOCALLAB_WAVCOMPRE;Compression by level
!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
-!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
!TP_LOCALLAB_WAVCON;Contrast by level
!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
-!TP_LOCALLAB_WAVDEN;Luminance denoise
-!TP_LOCALLAB_WAVE;Wavelets
-!TP_LOCALLAB_WAVEDG;Local contrast
!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
-!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in ‘Local contrast’ (by wavelet level).
-!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
-!TP_LOCALLAB_WAVHIGH;Wavelet high
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
!TP_LOCALLAB_WAVLEV;Blur by level
-!TP_LOCALLAB_WAVLOW;Wavelet low
-!TP_LOCALLAB_WAVMASK;Local contrast
-!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings...)
-!TP_LOCALLAB_WAVMED;Wavelet normal
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
!TP_LOCALLAB_WEDIANHI;Median Hi
!TP_LOCALLAB_WHITE_EV;White Ev
!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
@@ -3872,21 +3873,9 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_LOCAL_HEIGHT_T;Top
!TP_LOCAL_WIDTH;Right
!TP_LOCAL_WIDTH_L;Left
-!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.\n
-!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
-!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
-!TP_PERSPECTIVE_CAMERA_FRAME;Correction
-!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
-!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
-!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
-!TP_PERSPECTIVE_CONTROL_LINES;Control lines
-!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
-!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
-!TP_PERSPECTIVE_METHOD;Method
-!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
-!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
@@ -3894,10 +3883,6 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
-!TP_PREPROCWB_LABEL;Preprocess White Balance
-!TP_PREPROCWB_MODE;Mode
-!TP_PREPROCWB_MODE_AUTO;Auto
-!TP_PREPROCWB_MODE_CAMERA;Camera
!TP_RAWEXPOS_TWOGREEN;Link greens
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
!TP_RAW_2PASS;1-pass+fast
@@ -3906,10 +3891,8 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_FAST;Fast
-!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
-!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_RCDBILINEAR;RCD+Bilinear
-!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
+!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas.
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
@@ -3920,7 +3903,7 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_RETINEX_CURVEEDITOR_CD;L=f(L)
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
!TP_RETINEX_CURVEEDITOR_LH;Strength=f(H)
-!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
!TP_RETINEX_CURVEEDITOR_MAP;L=f(L)
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_FREEGAMMA;Free gamma
@@ -3940,13 +3923,10 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_RETINEX_GRADS_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Strength is reduced when iterations increase, and conversely.
!TP_RETINEX_GRAD_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Variance and Threshold are reduced when iterations increase, and conversely.
!TP_RETINEX_HIGH;High
-!TP_RETINEX_HIGHLIG;Highlight
-!TP_RETINEX_HIGHLIGHT;Highlight threshold
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_HSLSPACE_LIN;HSL-Linear
!TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
!TP_RETINEX_ITER;Iterations (Tone-mapping)
-!TP_RETINEX_ITERF;Tone mapping
!TP_RETINEX_ITER_TOOLTIP;Simulate a tone-mapping operator.\nHigh values increase the processing time.
!TP_RETINEX_LABEL;Retinex
!TP_RETINEX_LABEL_MASK;Mask
@@ -3962,18 +3942,13 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_RETINEX_METHOD;Method
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust ‘Clip restored data (gain)’ and ‘Offset’ to normalize.\nRecovers image data without blending
-!TP_RETINEX_NEIGHBOR;Radius
-!TP_RETINEX_NEUTRAL;Reset
-!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
!TP_RETINEX_OFFSET;Offset (brightness)
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
-!TP_RETINEX_SETTINGS;Settings
!TP_RETINEX_SKAL;Scale
!TP_RETINEX_SLOPE;Free gamma slope
-!TP_RETINEX_STRENGTH;Strength
-!TP_RETINEX_THRESHOLD;Threshold
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
!TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
!TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
@@ -3986,106 +3961,62 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
!TP_RETINEX_VIEW;Process
!TP_RETINEX_VIEW_MASK;Mask
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_NONE;Standard
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
-!TP_SPOT_COUNTLABEL;%1 point(s)
-!TP_SPOT_DEFAULT_SIZE;Default spot size
!TP_SPOT_ENTRYCHANGED;Point changed
-!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the "feather" circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
-!TP_SPOT_LABEL;Spot Removal
!TP_VIBRANCE_CURVEEDITOR_SKINTONES;HH
-!TP_VIBRANCE_CURVEEDITOR_SKINTONES_LABEL;Skin-tones
-!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE1;Red/Purple
-!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE2;Red
-!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE3;Red/Yellow
-!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE4;Yellow
-!TP_VIBRANCE_LABEL;Vibrance
-!TP_VIBRANCE_PASTELS;Pastel tones
-!TP_VIBRANCE_PASTSATTOG;Link pastel and saturated tones
-!TP_VIBRANCE_PSTHRESHOLD;Pastel/saturated tones threshold
-!TP_VIBRANCE_PSTHRESHOLD_SATTHRESH;Saturation threshold
-!TP_VIBRANCE_PSTHRESHOLD_TOOLTIP;The vertical axis represents pastel tones at the bottom and saturated tones at the top.\nThe horizontal axis represents the saturation range.
-!TP_VIBRANCE_PSTHRESHOLD_WEIGTHING;Pastel/saturated transition's weighting
-!TP_VIBRANCE_SATURATED;Saturated Tones
!TP_WAVELET_BALCHROM;Equalizer Color
-!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
!TP_WAVELET_BL;Blur levels
!TP_WAVELET_BLCURVE;Blur by levels
!TP_WAVELET_BLURFRAME;Blur
-!TP_WAVELET_BLUWAV;Attenuation response
!TP_WAVELET_CBENAB;Toning and Color balance
-!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
!TP_WAVELET_CHROFRAME;Denoise chrominance
!TP_WAVELET_CHROMAFRAME;Chroma
!TP_WAVELET_CHROMCO;Chrominance Coarse
!TP_WAVELET_CHROMFI;Chrominance Fine
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
!TP_WAVELET_CHRWAV;Blur chroma
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
!TP_WAVELET_CLA;Clarity
!TP_WAVELET_CLARI;Sharp-mask and Clarity
-!TP_WAVELET_COLORT;Opacity red-green
-!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPGAMMA;Compression gamma
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
-!TP_WAVELET_COMPLEXLAB;Complexity
-!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations
-!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_CONTEDIT;'After' contrast curve
!TP_WAVELET_CONTFRAME;Contrast - Compression
-!TP_WAVELET_CONTRASTEDIT;Finer - Coarser levels
-!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
!TP_WAVELET_CURVEEDITOR_CL;L
-!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
+!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
!TP_WAVELET_CURVEEDITOR_HH;HH
!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
!TP_WAVELET_DEN5THR;Guided threshold
-!TP_WAVELET_DEN12LOW;1 2 Low
-!TP_WAVELET_DEN12PLUS;1 2 High
-!TP_WAVELET_DEN14LOW;1 4 Low
-!TP_WAVELET_DEN14PLUS;1 4 High
-!TP_WAVELET_DENCONTRAST;Local contrast Equalizer
!TP_WAVELET_DENCURV;Curve
-!TP_WAVELET_DENEQUAL;1 2 3 4 Equal
-!TP_WAVELET_DENH;Threshold
!TP_WAVELET_DENL;Correction structure
!TP_WAVELET_DENLH;Guided threshold levels 1-4
-!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
!TP_WAVELET_DENOISE;Guide curve based on Local contrast
!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
!TP_WAVELET_DENOISEH;High levels Curve Local contrast
-!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
-!TP_WAVELET_DENQUA;Mode
-!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide
-!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
!TP_WAVELET_DENSLILAB;Method
-!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter
-!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color
-!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
!TP_WAVELET_DIRFRAME;Directional contrast
-!TP_WAVELET_EDEFFECT;Attenuation response
-!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
-!TP_WAVELET_EDGEAMPLI;Base amplification
-!TP_WAVELET_EDGEDETECT;Gradient sensitivity
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
!TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
-!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge
+!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
-!TP_WAVELET_EDGESENSI;Edge sensitivity
-!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
-!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect
-!TP_WAVELET_FINAL;Final Touchup
-!TP_WAVELET_FINCFRAME;Final local contrast
-!TP_WAVELET_FINCOAR_TOOLTIP;The left (positive) part of the curve acts on the finer levels (increase).\nThe 2 points on the abscissa represent the respective action limits of finer and coarser levels 5 and 6 (default).\nThe right (negative) part of the curve acts on the coarser levels (increase).\nAvoid moving the left part of the curve with negative values. Avoid moving the right part of the curve with positives values
-!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
@@ -4098,73 +4029,41 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键:-
!TP_WAVELET_LEVELSIGM;Radius
!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
-!TP_WAVELET_LIPST;Enhanced algoritm
-!TP_WAVELET_LOWLIGHT;Coarser levels luminance range
-!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
!TP_WAVELET_MERGEC;Merge chroma
!TP_WAVELET_MERGEL;Merge luma
!TP_WAVELET_MIXCONTRAST;Reference
-!TP_WAVELET_MIXDENOISE;Denoise
!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
-!TP_WAVELET_MIXNOISE;Noise
-!TP_WAVELET_NOISE_TOOLTIP;If level 4 luminance denoise superior to 50, mode Aggressive is used.\nIf chrominance coarse superior to 20, mode Aggressive is used.
-!TP_WAVELET_NPTYPE;Neighboring pixels
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
!TP_WAVELET_OLDSH;Algorithm using negatives values
-!TP_WAVELET_OPACITY;Opacity blue-yellow
-!TP_WAVELET_OPACITYWL;Local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
-!TP_WAVELET_PASTEL;Pastel chroma
!TP_WAVELET_PROTAB;Protection
-!TP_WAVELET_QUAAGRES;Aggressive
-!TP_WAVELET_QUACONSER;Conservative
-!TP_WAVELET_QUANONE;Off
!TP_WAVELET_RADIUS;Radius shadows - highlight
!TP_WAVELET_RANGEAB;Range a and b %
!TP_WAVELET_RESBLUR;Blur luminance
!TP_WAVELET_RESBLURC;Blur chroma
-!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%
-!TP_WAVELET_SAT;Saturated chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
!TP_WAVELET_SHA;Sharp mask
-!TP_WAVELET_SHFRAME;Shadows/Highlights
!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
-!TP_WAVELET_SIGM;Radius
-!TP_WAVELET_SIGMA;Attenuation response
-!TP_WAVELET_SIGMAFIN;Attenuation response
-!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SOFTRAD;Soft radius
-!TP_WAVELET_STREND;Strength
!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
-!TP_WAVELET_THREND;Local contrast threshold
!TP_WAVELET_THRESHOLD;Finer levels
!TP_WAVELET_THRESHOLD2;Coarser levels
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of ‘wavelet levels’ will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
-!TP_WAVELET_THRESWAV;Balance threshold
!TP_WAVELET_TMEDGS;Edge stopping
!TP_WAVELET_TMSCALE;Scale
-!TP_WAVELET_TMSTRENGTH;Compression strength
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
-!TP_WAVELET_TMTYPE;Compression method
!TP_WAVELET_TONFRAME;Excluded colors
!TP_WAVELET_USH;None
!TP_WAVELET_USHARP;Clarity method
-!TP_WAVELET_USHARP_TOOLTIP;Origin : the source file is the file before Wavelet.\nWavelet : the source file is the file including wavelet threatment
!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
!TP_WAVELET_WAVLOWTHR;Low contrast threshold
-!TP_WAVELET_WAVOFFSET;Offset
!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
!TP_WBALANCE_AUTOOLD;RGB grey
-!TP_WBALANCE_AUTO_HEADER;Automatic
-!TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of "white balance" by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
-!TP_WBALANCE_FLUO1;F1 - Daylight
-!TP_WBALANCE_FLUO2;F2 - Cool White
-!TP_WBALANCE_FLUO3;F3 - White
-!TP_WBALANCE_FLUO4;F4 - Warm White
-!TP_WBALANCE_FLUO5;F5 - Daylight
+!TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of 'white balance' by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
!TP_WBALANCE_FLUO6;F6 - Lite White
!TP_WBALANCE_FLUO7;F7 - D65 Daylight Simulator
!TP_WBALANCE_FLUO8;F8 - D50 / Sylvania F40 Design
diff --git a/rtdata/languages/Czech b/rtdata/languages/Czech
index 72c696923..61e6af4bf 100644
--- a/rtdata/languages/Czech
+++ b/rtdata/languages/Czech
@@ -46,6 +46,7 @@
#45 2020-04-20 updated by mkyral
#46 2020-04-21 updated by mkyral
#47 2020-06-02 updated by mkyral
+
ABOUT_TAB_BUILD;Verze
ABOUT_TAB_CREDITS;Zásluhy
ABOUT_TAB_LICENSE;Licence
@@ -147,7 +148,7 @@ EXPORT_PIPELINE;Fronta zpracování
EXPORT_PUTTOQUEUEFAST; Vložit do fronty pro rychlý export
EXPORT_RAW_DMETHOD;Metoda demozajkování
EXPORT_USE_FAST_PIPELINE;Vyhrazený (kompletní zpracování zmenšeného obrázku)
-EXPORT_USE_FAST_PIPELINE_TIP;Použije vyhrazenou frontu zpracování v režimu rychlého exportu a vymění tak kvalitu za rychlost. Zmenšení obrázku se provede co nejdříve po zahájení zpracování, na rozdíl od standardního zpracování, kde se provádí až na závěr. Zrychlení může být velmi významné, ale připravte se na artefakty a celkové zhoršení kvality výstupu.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Použije vyhrazenou frontu zpracování v režimu rychlého exportu a vymění tak kvalitu za rychlost. Zmenšení obrázku se provede co nejdříve po zahájení zpracování, na rozdíl od standardního zpracování, kde se provádí až na závěr. Zrychlení může být velmi významné, ale připravte se na artefakty a celkové zhoršení kvality výstupu.
EXPORT_USE_NORMAL_PIPELINE;Standardní (přeskočí některé kroky, zmenší až na konci)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;Zpracování fronty
@@ -296,7 +297,6 @@ HISTORY_CUSTOMCURVE;Vlastní křivka
HISTORY_FROMCLIPBOARD;Ze schránky
HISTORY_LABEL;Historie
HISTORY_MSG_1;Fotka načtena
-HISTORY_MSG_2;PP3 načten
HISTORY_MSG_3;PP3 změněn
HISTORY_MSG_4;Prohlížení historie
HISTORY_MSG_5;Expozice - Světlost
@@ -310,9 +310,6 @@ HISTORY_MSG_12;Expozice - Automatické úrovně
HISTORY_MSG_13;Expozice - Oříznutí
HISTORY_MSG_14;L*a*b* - Světlost
HISTORY_MSG_15;L*a*b* - Kontrast
-HISTORY_MSG_16;-
-HISTORY_MSG_17;-
-HISTORY_MSG_18;-
HISTORY_MSG_19;L*a*b* - L* křivka
HISTORY_MSG_20;Doostření
HISTORY_MSG_21;Doostření - Poloměr
@@ -338,10 +335,6 @@ HISTORY_MSG_40;VB - Odstín
HISTORY_MSG_41;Expozice - Tónová křivka - mód 1
HISTORY_MSG_42;Expozice - Tónová křivka 2
HISTORY_MSG_43;Expozice - Tónová křivka - mód 2
-HISTORY_MSG_44;Poloměr redukce šumu v jasech
-HISTORY_MSG_45;Okrajová tolerance redukce šumu v jasech
-HISTORY_MSG_46;Redukce barevného šumu
-HISTORY_MSG_47;Smísení ICC světel s matici
HISTORY_MSG_48;DCP - Tónová křivka
HISTORY_MSG_49;DCP osvětlení
HISTORY_MSG_50;Stíny/Světla
@@ -349,7 +342,6 @@ HISTORY_MSG_51;S/S - Světla
HISTORY_MSG_52;S/S - Stíny
HISTORY_MSG_53;S/S - Tónový rozsah světel
HISTORY_MSG_54;S/S - Tónový rozsah stínů
-HISTORY_MSG_55;S/S - Místní kontrast
HISTORY_MSG_56;S/S - Poloměr
HISTORY_MSG_57;Hrubé otáčení
HISTORY_MSG_58;Horizontální překlopení
@@ -361,7 +353,6 @@ HISTORY_MSG_63;Snímek vybrán
HISTORY_MSG_64;Ořez
HISTORY_MSG_65;Korekce CA
HISTORY_MSG_66;Expozice - Rekonstrukce světel
-HISTORY_MSG_67;Expozice - míra HLR
HISTORY_MSG_68;Expozice - metoda HLR
HISTORY_MSG_69;Pracovní barevný prostor
HISTORY_MSG_70;Výstupní barevný prostor
@@ -372,12 +363,10 @@ HISTORY_MSG_74;Změna rozměrů - Míra
HISTORY_MSG_75;Změna rozměrů - Metoda
HISTORY_MSG_76;Exif metadata
HISTORY_MSG_77;IPTC metadata
-HISTORY_MSG_78;-
HISTORY_MSG_79;Změna velikosti - šířka
HISTORY_MSG_80;Změna velikosti - délka
HISTORY_MSG_81;Změna velikosti
HISTORY_MSG_82;Profil změněn
-HISTORY_MSG_83;S/S - Maska ostrosti
HISTORY_MSG_84;Korekce perspektivy
HISTORY_MSG_85;Korekce objektivu - LCP soubor
HISTORY_MSG_86;RGB křivky - Režim svítivost
@@ -424,12 +413,6 @@ HISTORY_MSG_127;Flat Field - Automatický výběr
HISTORY_MSG_128;Flat Field - Poloměr rozostření
HISTORY_MSG_129;Flat Field - Typ rozostření
HISTORY_MSG_130;Automatická korekce zkreslení
-HISTORY_MSG_131;Redukce šumu - Jas
-HISTORY_MSG_132;Redukce šumu - Barevnost
-HISTORY_MSG_133;Výstupní gama
-HISTORY_MSG_134;Volná gama
-HISTORY_MSG_135;Volná gama
-HISTORY_MSG_136;Sklon volné gamy
HISTORY_MSG_137;Úroveň černé - Zelená 1
HISTORY_MSG_138;Úroveň černé - Červená
HISTORY_MSG_139;Úroveň černé - Modrá
@@ -542,7 +525,6 @@ HISTORY_MSG_246;L*a*b* - CL křivka
HISTORY_MSG_247;L*a*b* - LH Křivka
HISTORY_MSG_248;L*a*b* - HH Křivka
HISTORY_MSG_249;KdDÚ - Práh
-HISTORY_MSG_250;Redukce šumu - Vylepšení
HISTORY_MSG_251;ČB - Algoritmus
HISTORY_MSG_252;KdDÚ - Ochrana tónů pleti
HISTORY_MSG_253;KdDÚ - Omezení vzniku artefaktů
@@ -566,8 +548,6 @@ HISTORY_MSG_270;Barevné tónování - Světla - zelená
HISTORY_MSG_271;Barevné tónování - Světla - modrá
HISTORY_MSG_272;Barevné tónování - Vyvážení
HISTORY_MSG_273;Barevné tónování - Vyvážení barev SMH
-HISTORY_MSG_274;Barevné tónování - Nasycení stínů
-HISTORY_MSG_275;Barevné tónování - Nasycení světel
HISTORY_MSG_276;Barevné tónování - Neprůhlednost
HISTORY_MSG_277;--nepoužito--
HISTORY_MSG_278;Barevné tónování - Zachování jasu
@@ -592,7 +572,6 @@ HISTORY_MSG_296;Redukce šumu - Křivka jasů
HISTORY_MSG_297;Redukce šumu - Mód
HISTORY_MSG_298;Filtr mrtvých pixelů
HISTORY_MSG_299;Redukce šumu - Křivka barevnosti
-HISTORY_MSG_300;-
HISTORY_MSG_301;Redukce šumu - Nastavení jasu
HISTORY_MSG_302;Redukce šumu - Metoda barevnosti
HISTORY_MSG_303;Redukce šumu - Metoda barevnosti
@@ -701,7 +680,6 @@ HISTORY_MSG_405;Vlnka - Odšumění - Úroveň 4
HISTORY_MSG_406;Vlnka - DH - Sousední pixely
HISTORY_MSG_407;Retinex - Metoda
HISTORY_MSG_408;Retinex - Poloměr
-HISTORY_MSG_409;Retinex - Kontrast
HISTORY_MSG_410;Retinex - Posun
HISTORY_MSG_411;Retinex - Síla
HISTORY_MSG_412;Retinex - Gaussův gradient
@@ -749,7 +727,6 @@ HISTORY_MSG_468;PS - Vyplnit díry
HISTORY_MSG_469;PS - Medián
HISTORY_MSG_471;PS - korekce pohybu
HISTORY_MSG_472;PS - plynulé přechody
-HISTORY_MSG_473;PS - Použít LMMSE
HISTORY_MSG_474;PS - korekce
HISTORY_MSG_475;PS - korekce kanálu
HISTORY_MSG_476;CAM02 - Teplota (výstup)
@@ -775,7 +752,6 @@ HISTORY_MSG_BLSHAPE;Rozmazat dle úrovně
HISTORY_MSG_BLURCWAV;Rozmazat barevnost
HISTORY_MSG_BLURWAV;Rozmazat jas
HISTORY_MSG_BLUWAV;Útlum
-HISTORY_MSG_CAT02PRESET;Automatické přednastavení Cat02
HISTORY_MSG_CLAMPOOG;Oříznout barvy mimo gamut
HISTORY_MSG_COLORTONING_LABGRID_VALUE;Barevné tónování - Korekce barev
HISTORY_MSG_COLORTONING_LABREGION_AB;Barevné tónování - Korekce barev
@@ -793,14 +769,12 @@ HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;BT - oblast zobrazené masky
HISTORY_MSG_COLORTONING_LABREGION_SLOPE;BT - oblast sklonu
HISTORY_MSG_DEHAZE_DEPTH;Závoj - Hloubka
HISTORY_MSG_DEHAZE_ENABLED;Odstranění závoje
-HISTORY_MSG_DEHAZE_LUMINANCE;Závoj - Pouze jas
HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Závoj - Ukázat hloubkovou mapu
HISTORY_MSG_DEHAZE_STRENGTH;Závoj - Síla
HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dvojité demozajkování - automatický práh
HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dvojité demozajkování - Práh kontrastu
HISTORY_MSG_EDGEFFECT;Útlum hrany
HISTORY_MSG_FILMNEGATIVE_ENABLED;Negativní film
-HISTORY_MSG_FILMNEGATIVE_FILMBASE;Barva podkladu filmu
HISTORY_MSG_FILMNEGATIVE_VALUES;Film negativní hodnoty
HISTORY_MSG_HISTMATCHING;Automaticky nalezená tónová křivka
HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Výstup - Základní barvy
@@ -1308,7 +1282,7 @@ PROFILEPANEL_GLOBALPROFILES;Přiložené profily
PROFILEPANEL_LABEL;Profily zpracování
PROFILEPANEL_LOADDLGLABEL;Načíst parametry zpracování...
PROFILEPANEL_LOADPPASTE;Parametry nahrávání
-PROFILEPANEL_MODE_TIP;Režim uplatnění profilu zpracování.\n\nTlačítko je stisknuto: částečné profily budou aplikovány jako kompletní; chybějící hodnoty budou doplněny přednastavenými hodnotami.\n\nTlačítko není stisknuto: profily budou aplikovány tak jak jsou, změní se pouze v profilu obsažené hodnoty.
+PROFILEPANEL_MODE_TOOLTIP;Režim uplatnění profilu zpracování.\n\nTlačítko je stisknuto: částečné profily budou aplikovány jako kompletní; chybějící hodnoty budou doplněny přednastavenými hodnotami.\n\nTlačítko není stisknuto: profily budou aplikovány tak jak jsou, změní se pouze v profilu obsažené hodnoty.
PROFILEPANEL_MYPROFILES;Mé profily
PROFILEPANEL_PASTEPPASTE;Parametry pro vložení
PROFILEPANEL_PCUSTOM;Vlastní
@@ -1502,7 +1476,6 @@ TP_COLORAPP_DATACIE;CIECAM02 histogramy výstupu v křivkách
TP_COLORAPP_DATACIE_TOOLTIP;Pokud je povoleno, zobrazuje histogram v CIECAM02 křivkách přibližné hodnoty/rozsahy po CIECAM02 úpravách J nebo Q, a C, S nebo M.\nVýběr neovlivňuje histogram na hlavním panelu.\n\nPokud je zakázáno, zobrazuje histogram v CIECAM02 křivkách L*a*b* hodnoty před CIECAM02 úpravami.
TP_COLORAPP_FREE;Volná teplota + zelená + CAT02 + [výstup]
TP_COLORAPP_GAMUT;Kontrola gamutu (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;Povolí kontrolu gamutu v L*a*b* režimu.
TP_COLORAPP_HUE;Odstín (h)
TP_COLORAPP_HUE_TOOLTIP;Odstín (h) - úhel mezi 0° a 360°.
TP_COLORAPP_IL41;D41
@@ -1525,9 +1498,7 @@ TP_COLORAPP_MEANLUMINANCE;Střední jas (Yb%)
TP_COLORAPP_MODEL;VB - Model
TP_COLORAPP_MODEL_TOOLTIP;Model bílého bodu.\n\nWB [RT] + [výstup]: Pro scénu je použito vyvážení bílé RawTherapee , CIECAM02 je nastaven na D50 a vyvážení bílé výstupního zařízení je nastaveno v Podmínkách prohlížení.\n\nWB [RT+CAT02] + [výstup]: CAT02 používá RawTherapee nastavení vyvážení bílé a vyvážení bílé výstupního zařízení je nastaveno v Podmínkách prohlížení.\n\nVolná teplota+zelená + CAT02 + [výstup]: teplota a zelená je vybrána uživatelem, vyvážení bílé výstupního zařízení je nastaveno v Podmínkách prohlížení.
TP_COLORAPP_NEUTRAL;Obnovit
-TP_COLORAPP_NEUTRAL_TIP;Obnoví původní hodnoty u všech posuvníků a křivek.
-TP_COLORAPP_PRESETCAT02;Automatické přednastavení Cat02
-TP_COLORAPP_PRESETCAT02_TIP;Nastaví volby, posuvníky, teplotu a zelenou podle Cat02 automatického přednastavení.\nMusíte nastavit světelné podmínky při fotografování.\nPokud je potřeba, musíte změnit Cat02 podmínky přizpůsobení pro prohlížení.\nPokud je potřeba, můžete změnit teplotu a odstín podmínek při prohlížení a také další nastavení.
+TP_COLORAPP_NEUTRAL_TOOLTIP;Obnoví původní hodnoty u všech posuvníků a křivek.
TP_COLORAPP_RSTPRO;Ochrana červených a pleťových tónů
TP_COLORAPP_RSTPRO_TOOLTIP;Ochrana červených a pleťových tónů ovlivňuje posuvníky i křivky.
TP_COLORAPP_SURROUND;Okolí
@@ -1545,7 +1516,6 @@ TP_COLORAPP_TCMODE_LABEL3;Mód barevné křivky
TP_COLORAPP_TCMODE_LIGHTNESS;Světlost
TP_COLORAPP_TCMODE_SATUR;Nasycení
TP_COLORAPP_TEMP2_TOOLTIP;Buď symetrický režim teploty = Nastavení bílé,\nNebo vyberte osvětlení, vždy nastavte Odstín=1.\n\nA barva=2856\nD50 barva=5003\nD55 barva=5503\nD65 barva=6504\nD75 barva=7504
-TP_COLORAPP_TEMPOUT_TOOLTIP;Zakažte pro změnu teploty a nádechu
TP_COLORAPP_TEMP_TOOLTIP;Pro výběr osvětlení vždy nastavte Odstín=1.\n\nA barva=2856\nD41 temp=4100\nD50 barva=5003\nD55 barva=5503\nD60 temp=6000\nD65 barva=6504\nD75 barva=7504
TP_COLORAPP_TONECIE;Mapování tónů pomocí CIECAM02
TP_COLORAPP_TONECIE_TOOLTIP;Pokud je volba zakázána, probíhá mapování tónů v prostoru L*a*b*.\nPokud je volba povolena. probíhá mapování tónů pomocí CIECAM02.\nAby měla tato volba efekt, musí být povolen nástroj Mapování tónů.
@@ -1591,7 +1561,7 @@ TP_COLORTONING_METHOD;Metoda
TP_COLORTONING_METHOD_TOOLTIP;"Mísení L*a*b*", "RGB posuvníky" a "RGB křivky" používají interpolované mísení barev.\n"Vyvážení barev (Stíny, střední tóny a světla)" a "Nasycení dvou barev" používají přímé barvy.\n\nNástroj Černobílá může být povolen při použití kterékoli metody barevného tónování.
TP_COLORTONING_MIDTONES;Střední tóny
TP_COLORTONING_NEUTRAL;Vrátit posuvníky
-TP_COLORTONING_NEUTRAL_TIP;Vrátí všechny hodnoty (stíny, střední tóny a světla) na výchozí pozice.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Vrátí všechny hodnoty (stíny, střední tóny a světla) na výchozí pozice.
TP_COLORTONING_OPACITY;Neprůhlednost
TP_COLORTONING_RGBCURVES;RGB - křivky
TP_COLORTONING_RGBSLIDERS;RGB - Posuvníky
@@ -1635,7 +1605,6 @@ TP_DEFRINGE_RADIUS;Poloměr
TP_DEFRINGE_THRESHOLD;Práh
TP_DEHAZE_DEPTH;Hloubka
TP_DEHAZE_LABEL;Odstranění závoje
-TP_DEHAZE_LUMINANCE;Pouze jas
TP_DEHAZE_SHOW_DEPTH_MAP;Ukázat hloubkovou mapu
TP_DEHAZE_STRENGTH;Síla
TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Více zónová automatika
@@ -1707,7 +1676,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;Hodnota -100: zaměřeno na pleťové tóny.\nH
TP_DIRPYREQUALIZER_THRESHOLD;Práh
TP_DIRPYREQUALIZER_TOOLTIP;Počet pokusů pro redukci artefaktů vzniklých přenosem barvy (odstín, barevnost a jas) pleti na zbytek obrázku.
TP_DISTORTION_AMOUNT;Míra
-TP_DISTORTION_AUTO_TIP;Automaticky opraví zkreslení objektivu v raw souborech podle vložených JPEG obrázků (pokud existují a byly automaticky opraveny fotoaparátem).
+TP_DISTORTION_AUTO_TOOLTIP;Automaticky opraví zkreslení objektivu v raw souborech podle vložených JPEG obrázků (pokud existují a byly automaticky opraveny fotoaparátem).
TP_DISTORTION_LABEL;Korekce zkreslení
TP_EPD_EDGESTOPPING;Zachování hran
TP_EPD_GAMMA;Gama
@@ -1716,12 +1685,12 @@ TP_EPD_REWEIGHTINGITERATES;Počet průchodů převážení
TP_EPD_SCALE;Měřítko
TP_EPD_STRENGTH;Síla
TP_EXPOSURE_AUTOLEVELS;Automatické úrovně
-TP_EXPOSURE_AUTOLEVELS_TIP;Přepne provedení Automatické úrovně na automatickou sadu hodnot parametrů založených na analýze obrázku\nPokud to je nezbytné, povolí rekonstrukci světel.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Přepne provedení Automatické úrovně na automatickou sadu hodnot parametrů založených na analýze obrázku\nPokud to je nezbytné, povolí rekonstrukci světel.
TP_EXPOSURE_BLACKLEVEL;Černá
TP_EXPOSURE_BRIGHTNESS;Světlost
TP_EXPOSURE_CLAMPOOG;Oříznout barvy mimo gamut
TP_EXPOSURE_CLIP;Oříznutí %
-TP_EXPOSURE_CLIP_TIP;Podíl klipujících bodů v automatických operacích úrovní.
+TP_EXPOSURE_CLIP_TOOLTIP;Podíl klipujících bodů v automatických operacích úrovní.
TP_EXPOSURE_COMPRHIGHLIGHTS;Komprese světel
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Práh komprese světel
TP_EXPOSURE_COMPRSHADOWS;Komprese stínů
@@ -1745,9 +1714,6 @@ TP_EXPOSURE_TCMODE_WEIGHTEDSTD;Běžný vážený
TP_EXPOS_BLACKPOINT_LABEL;Raw černé body
TP_EXPOS_WHITEPOINT_LABEL;Raw bílé body
TP_FILMNEGATIVE_BLUE;Poměr modré
-TP_FILMNEGATIVE_FILMBASE_PICK;Výběr barvy podkladu filmu
-TP_FILMNEGATIVE_FILMBASE_TOOLTIP;Vyberte místo neexponovaného filmu (například okraj mezi snímky) pro získání aktuální barvy podkladu a uložte jej do profilu zpracování.\nTo umožňuje jednoduchou kontrolu konzistence vyvážení barev během dávkového zpracování více obrázků ze stejného filmu.\nTaké použijte pokud jsou převáděné snímky moc tmavé, přesvícené nebo barevně nevyvážené.
-TP_FILMNEGATIVE_FILMBASE_VALUES;Barva podkladu filmu:
TP_FILMNEGATIVE_GREEN;Referenční exponent (kontrast)
TP_FILMNEGATIVE_GUESS_TOOLTIP;Automaticky nastaví poměr červené a modré výběrem dvou vzorků s neutrálním odstínem (bez barvy) v původní scéně. Vzorky by se měly lišit jasem. Následně je nastaveno vyvážení bílé.
TP_FILMNEGATIVE_LABEL;Negativní film
@@ -1867,7 +1833,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Jas dle jasu odstínu L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Jas dle jasu L=f(L)
TP_LABCURVE_LABEL;L*a*b* úpravy
TP_LABCURVE_LCREDSK;Omezit LC na tóny červené a pleti
-TP_LABCURVE_LCREDSK_TIP;Pokud je povoleno, je LC křivka omezena pouze na červené a pleťové tóny\nPokud je zakázáno, aplikuje se na všechny tóny
+TP_LABCURVE_LCREDSK_TOOLTIP;Pokud je povoleno, je LC křivka omezena pouze na červené a pleťové tóny\nPokud je zakázáno, aplikuje se na všechny tóny
TP_LABCURVE_RSTPROTECTION;Ochrana červených a pleťových tónů
TP_LABCURVE_RSTPRO_TOOLTIP;Pracuje s posuvníkem barevnosti a CC křivkou.
TP_LENSGEOM_AUTOCROP;Automatický ořez
@@ -1895,7 +1861,7 @@ TP_METADATA_MODE;Režim kopírování metadat
TP_METADATA_STRIP;Odstranit všechna metadata
TP_METADATA_TUNNEL;Kopírovat beze změny
TP_NEUTRAL;Obnovit
-TP_NEUTRAL_TIP;Nastaví posuvníky expozice na neutrální hodnoty,\nPoužije stejné kontroly jako volba "Automatické úrovně" bez ohledu na to, zda jsou nebo nejsou Automatické úrovně použity.
+TP_NEUTRAL_TOOLTIP;Nastaví posuvníky expozice na neutrální hodnoty,\nPoužije stejné kontroly jako volba "Automatické úrovně" bez ohledu na to, zda jsou nebo nejsou Automatické úrovně použity.
TP_PCVIGNETTE_FEATHER;Rozptyl
TP_PCVIGNETTE_FEATHER_TOOLTIP;Rozptyl:\n0 = pouze rohy,\n50 = napůl do středu,\n100 = do středu.
TP_PCVIGNETTE_LABEL;Viněta
@@ -2084,7 +2050,7 @@ TP_RETINEX_MLABEL;Obnovený bez závoje Min=%1 Max=%2
TP_RETINEX_MLABEL_TOOLTIP;Mělo by být poblíž min=0 max=32768\nObnovený obraz bez příměsí.
TP_RETINEX_NEIGHBOR;Poloměr
TP_RETINEX_NEUTRAL;Obnovit
-TP_RETINEX_NEUTRAL_TIP;Obnoví původní hodnoty u všech posuvníků a křivek.
+TP_RETINEX_NEUTRAL_TOOLTIP;Obnoví původní hodnoty u všech posuvníků a křivek.
TP_RETINEX_OFFSET;Posun (jasu)
TP_RETINEX_SCALES;Gaussův gradient
TP_RETINEX_SCALES_TOOLTIP;Pokud je posuvník na nule jsou všechny průchody stejné,\nPokud je větší než nula, tak jsou Rozsah a Průměr s přibývajícími průběhy omezovány. A obráceně.
@@ -2120,7 +2086,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Stupně
TP_ROTATE_LABEL;Otočení
TP_ROTATE_SELECTLINE;Vyznačit rovinu
-TP_SAVEDIALOG_OK_TIP;Zkratka: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Zkratka: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Světla
TP_SHADOWSHLIGHTS_HLTONALW;Tónový rozsah světel
TP_SHADOWSHLIGHTS_LABEL;Stíny/Světla
@@ -2243,7 +2209,6 @@ TP_WAVELET_CONTEDIT;Křivka kontrastu 'Po'
TP_WAVELET_CONTFRAME;Kontrast - komprese
TP_WAVELET_CONTR;Gamut
TP_WAVELET_CONTRA;Kontrast
-TP_WAVELET_CONTRASTEDIT;Jemnější - Hrubší úrovně
TP_WAVELET_CONTRAST_MINUS;Kontrast -
TP_WAVELET_CONTRAST_PLUS;Kontrast +
TP_WAVELET_CONTRA_TOOLTIP;Změní kontrast zůstatku obrazu.
@@ -2291,7 +2256,6 @@ TP_WAVELET_EDTYPE;Metoda místního kontrastu
TP_WAVELET_EDVAL;Síla
TP_WAVELET_FINAL;Finální doladění
TP_WAVELET_FINCFRAME;Finální místní kontrast
-TP_WAVELET_FINCOAR_TOOLTIP;Levá (pozitivní) část křivky působí na jemnější úrovně (navýšení).\nDva body na úsečce představují příslušné akční limity jemnějšía hrubší úrovně 5 a 6 (výchozí). Pravá (negativní) část křivky působí na hrubší úrovně (navýšení).\nVyvarujte se posouvání levé části křivky se zápornými hodnotami. Vyvarujte se posouvání pravé části křivky s kladnými hodnotami.
TP_WAVELET_FINEST;Nejjemnější
TP_WAVELET_HIGHLIGHT;Jemnější úrovně rozsahu jasu
TP_WAVELET_HS1;Celý rozsah jasů
@@ -2330,7 +2294,6 @@ TP_WAVELET_MERGEL;Sloučení jasu
TP_WAVELET_NEUTRAL;Neutrální
TP_WAVELET_NOIS;Odšumění
TP_WAVELET_NOISE;Odšumění a vylepšení
-TP_WAVELET_NOISE_TOOLTIP;Pokud je čtvrtá úroveň jasu odšumění lepší než 20, použije se Agresivní režim.\nPokud je hrubší barevnost lepší než 20, použije se Agresívní režim.
TP_WAVELET_NPHIGH;Vysoká
TP_WAVELET_NPLOW;Nízká
TP_WAVELET_NPNONE;Nic
@@ -2378,12 +2341,10 @@ TP_WAVELET_THRESHOLD;Jemnější úrovně
TP_WAVELET_THRESHOLD2;Hrubší úrovně
TP_WAVELET_THRESHOLD2_TOOLTIP;Pouze úrovně mezi 9 a 9 mínus hodnota budou ovlivněny rozsahem jasu stínů. Ostatní úrovně budou upraveny celé. Nejvyšší možná úroveň je omezena hodnotou zvýrazněné úrovně (9 mínus hodnota zvýrazněné úrovně). Pouze úrovně mezi vybranou hodnotou a úrovní 9/Extra budou ovlivněny Hrubým rozsahem úrovní.\nVšechny ostatní úrovně budou ovlivněny v celém rozsahu jasu, pokud nebudou omezeny nastavením Jemnými úrovněmi.\nNejnižší možná úroveň, kterou bude algoritmus zvažovat, je omezená hodnotou Jemných úrovní.
TP_WAVELET_THRESHOLD_TOOLTIP;Pouze úrovně mimo vybranou hodnotu budou ovlivněny rozsahem jasu stínů. Ostatní úrovně budou upraveny celé. Zde vybraná hodnota omezuje nejvyšší možnou hodnotu úrovní stínů. Všechny úrovně od úrovně jedna až po vybranou úroveň ovlivněny Jemným rozsahem úrovní.\nVšechny ostatní úrovně budou ovlivněny v celém rozsahu jasu, pokud nebudou omezeny nastavením Hrubými úrovněmi.\nZde vybraná hodnota, se stane nejnižší možnou úrovní Hrubých úrovní.
-TP_WAVELET_THRESWAV;Práh vyvážení
TP_WAVELET_THRH;Práh světel
TP_WAVELET_TILESBIG;Dlaždice
TP_WAVELET_TILESFULL;Celý obrázek
TP_WAVELET_TILESIZE;Metoda dlaždicování
-TP_WAVELET_TILESLIT;Malé dlaždice
TP_WAVELET_TILES_TOOLTIP;Zpracování celého obrázku vede k lepší kvalitě a je doporučováno. Naproti tomu dlaždice jsou náhradní řešení pro uživatele s nedostatkem paměti. Paměťové nároky najdete na RawPedii.
TP_WAVELET_TMEDGS;Zachování hran
TP_WAVELET_TMSCALE;Měřítko
@@ -2394,7 +2355,6 @@ TP_WAVELET_TON;Tónování
TP_WAVELET_TONFRAME;Vyloučené barvy
TP_WAVELET_USH;Nic
TP_WAVELET_USHARP;Metoda čirosti
-TP_WAVELET_USHARP_TOOLTIP;Původní : zdrojovým souborem je soubor před Vlnkou.\nVlnka : zdrojovým souborem je soubor s aplikovanou Vlnkou.
TP_WAVELET_USH_TOOLTIP;Pokud vyberete Ostrou masku, bude nastavení vlnky automaticky změněno na:\nPozadí=černá, zpracování=pod, úroveň=3 — ta může být změněna v rozmezí 1 až 4.\n\nPokud vyberete Čirost, bude nastavení vlnky automaticky změněno na:\nPozadí=zůstatek, zpracování=nad, úroveň=7 — ta může být změněna v rozmezí 5 až 10 úrovní vlnky.
TP_WAVELET_WAVLOWTHR;Práh nízkého kontrastu
TP_WAVELET_WAVOFFSET;Posun
@@ -2459,3 +2419,1700 @@ ZOOMPANEL_ZOOMFITCROPSCREEN;Přizpůsobit ořez obrazovce\nZkratka: f
ZOOMPANEL_ZOOMFITSCREEN;Přizpůsobit celý obrázek obrazovce\nZkratka: Alt-f
ZOOMPANEL_ZOOMIN;Přiblížit\nZkratka: +
ZOOMPANEL_ZOOMOUT;Oddálit\nZkratka: -
+
+!!!!!!!!!!!!!!!!!!!!!!!!!
+! Untranslated keys follow; remove the ! prefix after an entry is translated.
+!!!!!!!!!!!!!!!!!!!!!!!!!
+
+!FILEBROWSER_POPUPINSPECT;Inspect
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
+!INSPECTOR_WINDOW_TITLE;Inspector
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
+!PARTIALPASTE_SPOT;Spot removal
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_CROP_GTCENTEREDSQUARE;Centered square
+!TP_DEHAZE_SATURATION;Saturation
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
+!TP_HLREC_HLBLUR;Blur
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
+!TP_ICM_REDFRAME;Custom Primaries
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
+!TP_WAVELET_COMPEXPERT;Advanced
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_STREND;Strength
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
diff --git a/rtdata/languages/Dansk b/rtdata/languages/Dansk
index 6e49c8cb3..2cfbf4e27 100644
--- a/rtdata/languages/Dansk
+++ b/rtdata/languages/Dansk
@@ -101,7 +101,7 @@ EXPORT_PIPELINE;Redigeringspipeline
EXPORT_PUTTOQUEUEFAST; Sæt i kø for hurtig eksport
EXPORT_RAW_DMETHOD;Demosaisk metode
EXPORT_USE_FAST_PIPELINE;Dedikeret (fuld redigering på ændret billedstørrelse)
-EXPORT_USE_FAST_PIPELINE_TIP;Brug en dedikeret redigeringspipeline til billeder i hurtig eksporttilstand, der bruger hastighed frem for kvalitet. Ændring af størrelsen på billedet udføres så tidligt som muligt, i stedet for at gøre det til sidst som i den normale pipeline. Hastighedsforbedringen kan være betydelig, men vær forberedt på at se artefakter, og en generel forringelse af outputkvaliteten.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Brug en dedikeret redigeringspipeline til billeder i hurtig eksporttilstand, der bruger hastighed frem for kvalitet. Ændring af størrelsen på billedet udføres så tidligt som muligt, i stedet for at gøre det til sidst som i den normale pipeline. Hastighedsforbedringen kan være betydelig, men vær forberedt på at se artefakter, og en generel forringelse af outputkvaliteten.
EXPORT_USE_NORMAL_PIPELINE;Standard (spring over enkelte trin, ændre størrelse til sidst)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;kø-bearbejdet
@@ -245,13 +245,11 @@ HISTOGRAM_TOOLTIP_G;Vis/Skjul grøn histogram.
HISTOGRAM_TOOLTIP_L;Vis/Skjul CIELab luminans histogram.
HISTOGRAM_TOOLTIP_MODE;Skift mellem lineær, log-lineær og log-log-skalering af histogrammet.
HISTOGRAM_TOOLTIP_R;Vis/Skjul rødt histogram.
-HISTOGRAM_TOOLTIP_RAW;Vis/Skjul raw histogram.
HISTORY_CHANGED;Ændret
HISTORY_CUSTOMCURVE;Standardkurve
HISTORY_FROMCLIPBOARD;Fra udklipsholder
HISTORY_LABEL;Historik
HISTORY_MSG_1;Foto indlæst
-HISTORY_MSG_2;PP3 indlæst
HISTORY_MSG_3;PP3 ændret
HISTORY_MSG_4;Historik browsing
HISTORY_MSG_5;Eksponering - Lyshed
@@ -265,9 +263,6 @@ HISTORY_MSG_12;Eksponering - Autoniveauer
HISTORY_MSG_13;Eksponering - Klip
HISTORY_MSG_14;L*a*b* - Lyshed
HISTORY_MSG_15;L*a*b* - Kontrast
-HISTORY_MSG_16;-
-HISTORY_MSG_17;-
-HISTORY_MSG_18;-
HISTORY_MSG_19;L*a*b* - L* kurve
HISTORY_MSG_20;Skærpe
HISTORY_MSG_21;USM - Radius
@@ -293,10 +288,6 @@ HISTORY_MSG_40;WB - Farvenuance
HISTORY_MSG_41;Eksponering - Tonekurve 1 mode
HISTORY_MSG_42;Eksponering - Tonekurve 2
HISTORY_MSG_43;Eksponering - Tonekurve 2 mode
-HISTORY_MSG_44;Lum. støjreduktionsradius
-HISTORY_MSG_45;Lum. støjreduktion kant tolerance
-HISTORY_MSG_46;Farvestøjreducering
-HISTORY_MSG_47;Bland ICC-højlys med matrix
HISTORY_MSG_48;DCP - Tonekurve
HISTORY_MSG_49;DCP lyskilde
HISTORY_MSG_50;Skygger/Højlys
@@ -304,7 +295,6 @@ HISTORY_MSG_51;S/H - Højlys
HISTORY_MSG_52;S/H - Skygger
HISTORY_MSG_53;S/H – Højlysenes tonale bredde
HISTORY_MSG_54;S/H – Skyggernes tonale bredde
-HISTORY_MSG_55;S/H - Lokal kontrast
HISTORY_MSG_56;S/H - Radius
HISTORY_MSG_57;Grov rotation
HISTORY_MSG_58;Vandret vending
@@ -316,7 +306,6 @@ HISTORY_MSG_63;Snapshot valgt
HISTORY_MSG_64;Beskær
HISTORY_MSG_65;CA korrektion
HISTORY_MSG_66;Eksponering – Højlys rekonstruktion
-HISTORY_MSG_67;Eksponering - HLR mængde
HISTORY_MSG_68;Eksponering - HLR metode
HISTORY_MSG_69;Arbejdsfarverum
HISTORY_MSG_70;Output farverum
@@ -327,12 +316,10 @@ HISTORY_MSG_74;Ændre størrelse - Skala
HISTORY_MSG_75;Ændre størrelse - Metode
HISTORY_MSG_76;Exif metadata
HISTORY_MSG_77;IPTC metadata
-HISTORY_MSG_78;-
HISTORY_MSG_79;Ændre størrelse - Bredde
HISTORY_MSG_80;Ændre størrelse - Højde
HISTORY_MSG_81;Ændre størrelse
HISTORY_MSG_82;Profil ændret
-HISTORY_MSG_83;S/H - Skærpemaske
HISTORY_MSG_84;Perspektivkorrektion
HISTORY_MSG_85;Objektivkorrektion - LCP fil
HISTORY_MSG_86;RGB Kurver - Luminanstilstand
@@ -379,12 +366,6 @@ HISTORY_MSG_127;Fladt-Felt - Automatisk valg
HISTORY_MSG_128;Fladt-Felt - Sløringsradius
HISTORY_MSG_129;Fladt-Felt - Sløringstype
HISTORY_MSG_130;Automatisk forvrængningskorrektion
-HISTORY_MSG_131;Støjreduktion - Luma
-HISTORY_MSG_132;Støjreduktion - Kroma
-HISTORY_MSG_133;Output gamma
-HISTORY_MSG_134;Fri gamma
-HISTORY_MSG_135;Fri gamma
-HISTORY_MSG_136;Fri gamma hældning
HISTORY_MSG_137;Sort niveau - Grøn 1
HISTORY_MSG_138;Sort niveau - Rød
HISTORY_MSG_139;Sort niveau - Blå
@@ -497,7 +478,6 @@ HISTORY_MSG_246;L*a*b* - CL kurve
HISTORY_MSG_247;L*a*b* - LH kurve
HISTORY_MSG_248;L*a*b* - HH kurve
HISTORY_MSG_249;KeDN - Tærskel
-HISTORY_MSG_250;Støjreduktion - Forbedret
HISTORY_MSG_251;S/H - Algoritme
HISTORY_MSG_252;KeDN – Beskyt hudfarvetoner
HISTORY_MSG_253;KeDN - Reducér artefakter
@@ -521,8 +501,6 @@ HISTORY_MSG_270;Farvetoning - Høj - Grøn
HISTORY_MSG_271;Farvetoning - Høj - Blå
HISTORY_MSG_272;Farvetoning - Balance
HISTORY_MSG_273;Farvetoning - Farvebalance SMH
-HISTORY_MSG_274;Farvetoning - Mættet Skygger
-HISTORY_MSG_275;Farvetoning - Mættet Højlys
HISTORY_MSG_276;Farvetoning - Opacitet
HISTORY_MSG_277;--unused--
HISTORY_MSG_278;Farvetoning - Bevar luminans
@@ -547,7 +525,6 @@ HISTORY_MSG_296;Støjreduktion – Luminanskurve
HISTORY_MSG_297;Støjreduktion - Tilstand
HISTORY_MSG_298;Død-pixel filter
HISTORY_MSG_299;Støjreduktion - Krominans kurve
-HISTORY_MSG_300;-
HISTORY_MSG_301;Støjreduktion - Luma kontrol
HISTORY_MSG_302;Støjreduktion - Kroma metode
HISTORY_MSG_303;Støjreduktion - Kroma metode
@@ -656,7 +633,6 @@ HISTORY_MSG_405;Wavelet - Støjfjernelse - Niveau 4
HISTORY_MSG_406;Wavelet - ES - Nabo pixels
HISTORY_MSG_407;Retinex - Metode
HISTORY_MSG_408;Retinex - Radius
-HISTORY_MSG_409;Retinex - Kontrast
HISTORY_MSG_410;Retinex - Offset
HISTORY_MSG_411;Retinex - Styrke
HISTORY_MSG_412;Retinex - Gaussisk gradient
@@ -704,7 +680,6 @@ HISTORY_MSG_468;PS – Udfyld huller
HISTORY_MSG_469;PS - Median
HISTORY_MSG_471;PS - Bevægelseskorrektion
HISTORY_MSG_472;PS - Bløde overgange
-HISTORY_MSG_473;PS - Brug LMMSE
HISTORY_MSG_474;PS - Equalize
HISTORY_MSG_475;PS - Equalize kanal
HISTORY_MSG_476;CIEFM02 - Temp ud
@@ -743,7 +718,6 @@ HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;Farvetoning - område vis maske
HISTORY_MSG_COLORTONING_LABREGION_SLOPE;Farvetoning – område hældning
HISTORY_MSG_DEHAZE_DEPTH;Fjern dis - Dybde
HISTORY_MSG_DEHAZE_ENABLED;Fjern dis
-HISTORY_MSG_DEHAZE_LUMINANCE;Fjern dis – Kun luminans
HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Fjern dis - Vis dybde kort
HISTORY_MSG_DEHAZE_STRENGTH;Fjern dis - Styrke
HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dobbelt demosaik - Auto tærskel
@@ -1226,7 +1200,7 @@ PROFILEPANEL_GLOBALPROFILES;Medfølgende profiler
PROFILEPANEL_LABEL;Redigeringsprofiler
PROFILEPANEL_LOADDLGLABEL;Indlæs redigeringsparametre...
PROFILEPANEL_LOADPPASTE;Parametre til indlæsning
-PROFILEPANEL_MODE_TIP;Behandler profiludfyldningstilstand.\n\nKnap trykket: delvise profiler vil blive konverteret til hele profiler; de manglende værdier vil blive erstattet med hårdtkodede standarder.\n\nKnap frigivet: profiler vil blive anvendt, som de er, og ændrer kun de værdier, som de indeholder.
+PROFILEPANEL_MODE_TOOLTIP;Behandler profiludfyldningstilstand.\n\nKnap trykket: delvise profiler vil blive konverteret til hele profiler; de manglende værdier vil blive erstattet med hårdtkodede standarder.\n\nKnap frigivet: profiler vil blive anvendt, som de er, og ændrer kun de værdier, som de indeholder.
PROFILEPANEL_MYPROFILES;Mine profiler
PROFILEPANEL_PASTEPPASTE;Parametre der skal indsættes
PROFILEPANEL_PCUSTOM;Standard
@@ -1420,7 +1394,6 @@ TP_COLORAPP_DATACIE;CIEFM02 output histogrammer i kurver
TP_COLORAPP_DATACIE_TOOLTIP;Når det er aktiveret, viser histogrammer i CIEFM02-kurver omtrentlige værdier/intervaller for J eller Q, og C, s eller M efter CIEFM02-justeringerne.\nDette valg påvirker ikke hovedhistogrampanelet.\n\nNår de er deaktiveret, viser histogrammer i CIEFM02-kurverne L*a*b*-værdier før CIEFM02-justeringer.
TP_COLORAPP_FREE;Fri temp+grøn + CAT02 + [output]
TP_COLORAPP_GAMUT;Farveskalakontrol (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;Tillad farveskalakontrol i L*a*b*-tilstand.
TP_COLORAPP_HUE;Farvetone (h)
TP_COLORAPP_HUE_TOOLTIP;Farvetone (h) - vinkel mellem 0° og 360°.
TP_COLORAPP_LABEL;CIE Farveudseende Model 2002
@@ -1433,7 +1406,7 @@ TP_COLORAPP_MEANLUMINANCE;Gennemsnitlig luminans (Yb%)
TP_COLORAPP_MODEL;Hvidpunktsmodel
TP_COLORAPP_MODEL_TOOLTIP;Hvidpunktsmodel.\n\nWB [RT] + [output]: RTs hvidbalance bruges til scenen, CIEFM02 er sat til D50, og outputenhedens hvidbalance er indstillet i visningsbetingelser.\n \nWB [RT+CAT02] + [output]: RTs hvidbalance-indstillinger bruges af CAT02, og output-enhedens hvidbalance er indstillet i visningsbetingelser.\n\nFri temp+grøn + CAT02 + [output]: temp og grøn vælges af brugeren, outputenhedens hvidbalance indstilles i Visningsbetingelser.
TP_COLORAPP_NEUTRAL;Nulstil
-TP_COLORAPP_NEUTRAL_TIP;Nulstil alle skydere i afkrydsningsfeltet og kurverne til deres standardværdier
+TP_COLORAPP_NEUTRAL_TOOLTIP;Nulstil alle skydere i afkrydsningsfeltet og kurverne til deres standardværdier
TP_COLORAPP_RSTPRO;Rød- & hud-toner beskyttelse
TP_COLORAPP_RSTPRO_TOOLTIP;Rød- & hud-toner; hudtone beskyttelse påvirker både skydere og kurver.
TP_COLORAPP_SURROUND;Efter omgivelserne
@@ -1495,7 +1468,7 @@ TP_COLORTONING_METHOD;Metode
TP_COLORTONING_METHOD_TOOLTIP;"L*a*b*-blanding", "RGB-skydere" og "RGB-kurver" bruger interpoleret farveblanding.\n"Farvebalance (Skygger/Mellemtoner/Højlys)" og "Mætning 2 farver" bruger direkte farver.\n\ nSort-og-Hvid-værktøjet kan aktiveres, når du bruger enhver farvetonemetode, som giver mulighed for farvetoning.
TP_COLORTONING_MIDTONES;Mellemtoner
TP_COLORTONING_NEUTRAL;Nulstil skydere
-TP_COLORTONING_NEUTRAL_TIP;Nulstil alle værdier (Skygger, Mellemtoner, Højlys) til standard.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Nulstil alle værdier (Skygger, Mellemtoner, Højlys) til standard.
TP_COLORTONING_OPACITY;Opacitet
TP_COLORTONING_RGBCURVES;RGB - Kurver
TP_COLORTONING_RGBSLIDERS;RGB - Skydere
@@ -1539,7 +1512,6 @@ TP_DEFRINGE_RADIUS;Radius
TP_DEFRINGE_THRESHOLD;Tærskel
TP_DEHAZE_DEPTH;Dybde
TP_DEHAZE_LABEL;Fjernelse af dis
-TP_DEHAZE_LUMINANCE;Kun luminans
TP_DEHAZE_SHOW_DEPTH_MAP;Vis dybdekort
TP_DEHAZE_STRENGTH;Styrke
TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zoner
@@ -1611,7 +1583,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;Ved -100 bliver hudtoner angrebet.\nVed 0 behand
TP_DIRPYREQUALIZER_THRESHOLD;Tærskel
TP_DIRPYREQUALIZER_TOOLTIP;Forsøger at reducere artefakter i overgangene mellem hudfarver (nuance, kroma, luma) og resten af billedet.
TP_DISTORTION_AMOUNT;Mængde
-TP_DISTORTION_AUTO_TIP;Korrigerer automatisk objektivforvrængning i raw filer ved at matche dem med det indlejrede JPEG-billede, hvis et sådant findes og har fået dets objektivforvrængning automatisk korrigeret af kameraet.
+TP_DISTORTION_AUTO_TOOLTIP;Korrigerer automatisk objektivforvrængning i raw filer ved at matche dem med det indlejrede JPEG-billede, hvis et sådant findes og har fået dets objektivforvrængning automatisk korrigeret af kameraet.
TP_DISTORTION_LABEL;Forvrængningskorrektion
TP_EPD_EDGESTOPPING;Kantstopper
TP_EPD_GAMMA;Gamma
@@ -1620,12 +1592,12 @@ TP_EPD_REWEIGHTINGITERATES;Genvægtning gentages
TP_EPD_SCALE;Vægt
TP_EPD_STRENGTH;Styrke
TP_EXPOSURE_AUTOLEVELS;Auto Niveauer
-TP_EXPOSURE_AUTOLEVELS_TIP;Skifter udførelse af Auto Niveauer til automatisk at indstille Eksponeringsskyderværdier baseret på en billedanalyse.\nAktivér Højlys Rekonstruktion om nødvendigt.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Skifter udførelse af Auto Niveauer til automatisk at indstille Eksponeringsskyderværdier baseret på en billedanalyse.\nAktivér Højlys Rekonstruktion om nødvendigt.
TP_EXPOSURE_BLACKLEVEL;Sort
TP_EXPOSURE_BRIGHTNESS;Lyshed
TP_EXPOSURE_CLAMPOOG;Klip udenfor-farveskala farver
TP_EXPOSURE_CLIP;Klip %
-TP_EXPOSURE_CLIP_TIP;Den del af pixels, der skal klippes i Auto Niveauer-indstilling.
+TP_EXPOSURE_CLIP_TOOLTIP;Den del af pixels, der skal klippes i Auto Niveauer-indstilling.
TP_EXPOSURE_COMPRHIGHLIGHTS;Højlys kompression
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Tærskel for højlys kompression
TP_EXPOSURE_COMPRSHADOWS;Skygge kompression
@@ -1768,7 +1740,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminans i forhold til farvetone L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminans i forhold til luminans L=f(L)
TP_LABCURVE_LABEL;L*a*b* Justeringer
TP_LABCURVE_LCREDSK;Begræns LC til rød og hudtoner
-TP_LABCURVE_LCREDSK_TIP;Hvis den er aktiveret, påvirker LC-kurven kun rød og hudtoner.\nHvis den er deaktiveret, gælder den for alle toner.
+TP_LABCURVE_LCREDSK_TOOLTIP;Hvis den er aktiveret, påvirker LC-kurven kun rød og hudtoner.\nHvis den er deaktiveret, gælder den for alle toner.
TP_LABCURVE_RSTPROTECTION;Rød og hudtone beskyttelse
TP_LABCURVE_RSTPRO_TOOLTIP;Virker på Kromaticitet-skyderen og CC-kurven. TP_LENSGEOM_AUTOCROP;Auto-beskæring
TP_LENSGEOM_FILL;Auto-udfyld
@@ -1795,7 +1767,7 @@ TP_METADATA_MODE;Metadata kopiér mode
TP_METADATA_STRIP;Fjern alle metadata
TP_METADATA_TUNNEL;Kopiér uændret
TP_NEUTRAL;Nulstil
-TP_NEUTRAL_TIP;Nulstiller eksponeringsskyderne til neutrale værdier.\nGælder for de samme kontroller, som Auto Niveauer gælder for, uanset om du har brugt Auto Niveauer eller ej.
+TP_NEUTRAL_TOOLTIP;Nulstiller eksponeringsskyderne til neutrale værdier.\nGælder for de samme kontroller, som Auto Niveauer gælder for, uanset om du har brugt Auto Niveauer eller ej.
TP_PCVIGNETTE_FEATHER;Fjer
TP_PCVIGNETTE_FEATHER_TOOLTIP;Fler(blødgøring):\n0 = kun hjørner,\n50 = halvvejs til center,\n100 = til center.
TP_PCVIGNETTE_LABEL;Vignetteringsfilter
@@ -1980,7 +1952,7 @@ TP_RETINEX_MLABEL;Gendannet dis-fri Min=%1 Max=%2
TP_RETINEX_MLABEL_TOOLTIP;Bør være tæt på min=0 max=32768\nGendannet billede uden blanding.
TP_RETINEX_NEIGHBOR;Radius
TP_RETINEX_NEUTRAL;Nulstil
-TP_RETINEX_NEUTRAL_TIP;Nulstil alle skydere og kurver til deres standardværdier.
+TP_RETINEX_NEUTRAL_TOOLTIP;Nulstil alle skydere og kurver til deres standardværdier.
TP_RETINEX_OFFSET;Offset (lysstyrke)
TP_RETINEX_SCALES;Gaussian gradient
TP_RETINEX_SCALES_TOOLTIP;Hvis skyderen står på 0, er alle iterationer identiske.\nHvis > 0 Vægt og radius reduceres, når iterationer øges, og omvendt.
@@ -2016,7 +1988,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Grad
TP_ROTATE_LABEL;Rotér
TP_ROTATE_SELECTLINE;Vælg lige linje
-TP_SAVEDIALOG_OK_TIP;Genvej: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Genvej: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Højlys
TP_SHADOWSHLIGHTS_HLTONALW;Højlys tonal bredde
TP_SHADOWSHLIGHTS_LABEL;Skygger/Højlys
@@ -2238,7 +2210,6 @@ TP_WAVELET_THRH;Højlys tærskel
TP_WAVELET_TILESBIG;Store fliser
TP_WAVELET_TILESFULL;Fuldt billede
TP_WAVELET_TILESIZE;Fliseopdelingsmetode
-TP_WAVELET_TILESLIT;Små fliser
TP_WAVELET_TILES_TOOLTIP;Redigering af det fulde billede fører til bedre kvalitet og er den anbefalede metode, mens brug af fliser er en nødløsning for brugere med lidt RAM. Se RawPedia for hukommelseskrav.
TP_WAVELET_TMSTRENGTH;Kompressionsstyrke
TP_WAVELET_TMSTRENGTH_TOOLTIP;Kontrolér styrken af tonemapping eller kontrastkomprimering af det resterende billede. Når værdien er forskellig fra 0, bliver skyderne Styrke og Gamma i Tone Mapping-værktøjet på fanen Eksponering grået-ud.
@@ -2318,22 +2289,22 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
-!HISTORY_MSG_446;EvPixelShiftMotion
-!HISTORY_MSG_447;EvPixelShiftMotionCorrection
-!HISTORY_MSG_448;EvPixelShiftStddevFactorGreen
-!HISTORY_MSG_450;EvPixelShiftNreadIso
-!HISTORY_MSG_451;EvPixelShiftPrnu
-!HISTORY_MSG_454;EvPixelShiftAutomatic
-!HISTORY_MSG_455;EvPixelShiftNonGreenHorizontal
-!HISTORY_MSG_456;EvPixelShiftNonGreenVertical
-!HISTORY_MSG_458;EvPixelShiftStddevFactorRed
-!HISTORY_MSG_459;EvPixelShiftStddevFactorBlue
-!HISTORY_MSG_460;EvPixelShiftGreenAmaze
-!HISTORY_MSG_461;EvPixelShiftNonGreenAmaze
-!HISTORY_MSG_463;EvPixelShiftRedBlueWeight
-!HISTORY_MSG_466;EvPixelShiftSum
-!HISTORY_MSG_467;EvPixelShiftExp0
-!HISTORY_MSG_470;EvPixelShiftMedian3
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
!HISTORY_MSG_496;Local Spot deleted
!HISTORY_MSG_497;Local Spot selected
!HISTORY_MSG_498;Local Spot name
@@ -2350,7 +2321,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTORY_MSG_509;Local Spot quality method
!HISTORY_MSG_510;Local Spot transition
!HISTORY_MSG_511;Local Spot thresh
-!HISTORY_MSG_512;Local Spot ΔE -decay
+!HISTORY_MSG_512;Local Spot ΔE decay
!HISTORY_MSG_513;Local Spot scope
!HISTORY_MSG_514;Local Spot structure
!HISTORY_MSG_515;Local Adjustments
@@ -2418,7 +2389,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTORY_MSG_577;Local - cbdl chroma
!HISTORY_MSG_578;Local - cbdl threshold
!HISTORY_MSG_579;Local - cbdl scope
-!HISTORY_MSG_580;Local - Denoise
+!HISTORY_MSG_580;--unused--
!HISTORY_MSG_581;Local - deNoise lum f 1
!HISTORY_MSG_582;Local - deNoise lum c
!HISTORY_MSG_583;Local - deNoise lum detail
@@ -2501,7 +2472,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTORY_MSG_661;Local - cbdl contrast residual
!HISTORY_MSG_662;Local - deNoise lum f 0
!HISTORY_MSG_663;Local - deNoise lum f 2
-!HISTORY_MSG_664;Local - cbdl Blur
+!HISTORY_MSG_664;--unused--
!HISTORY_MSG_665;Local - cbdl mask Blend
!HISTORY_MSG_666;Local - cbdl mask radius
!HISTORY_MSG_667;Local - cbdl mask chroma
@@ -2696,7 +2667,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
!HISTORY_MSG_865;Local - Wavelet dir contrast delta
!HISTORY_MSG_866;Local - Wavelet dir compression
-!HISTORY_MSG_868;Local - balance ΔE C-H
+!HISTORY_MSG_868;Local - Balance ΔE C-H
!HISTORY_MSG_869;Local - Denoise by level
!HISTORY_MSG_870;Local - Wavelet mask curve H
!HISTORY_MSG_871;Local - Wavelet mask curve C
@@ -2749,7 +2720,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
!HISTORY_MSG_922;Local - changes In Black and White
!HISTORY_MSG_923;Local - Tool complexity mode
-!HISTORY_MSG_924;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
!HISTORY_MSG_925;Local - Scope color tools
!HISTORY_MSG_926;Local - Show mask type
!HISTORY_MSG_927;Local - Shadow
@@ -2787,25 +2758,25 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTORY_MSG_959;Local - Inverse blur
!HISTORY_MSG_960;Local - Log encoding - cat16
!HISTORY_MSG_961;Local - Log encoding Ciecam
-!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
-!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
-!HISTORY_MSG_964;Local - Log encoding Surround
-!HISTORY_MSG_965;Local - Log encoding Saturation s
-!HISTORY_MSG_966;Local - Log encoding Contrast J
-!HISTORY_MSG_967;Local - Log encoding Mask curve C
-!HISTORY_MSG_968;Local - Log encoding Mask curve L
-!HISTORY_MSG_969;Local - Log encoding Mask curve H
-!HISTORY_MSG_970;Local - Log encoding Mask enable
-!HISTORY_MSG_971;Local - Log encoding Mask blend
-!HISTORY_MSG_972;Local - Log encoding Mask radius
-!HISTORY_MSG_973;Local - Log encoding Mask chroma
-!HISTORY_MSG_974;Local - Log encoding Mask contrast
-!HISTORY_MSG_975;Local - Log encoding Lightness J
-!HISTORY_MSG_977;Local - Log encoding Contrast Q
-!HISTORY_MSG_978;Local - Log encoding Sursource
-!HISTORY_MSG_979;Local - Log encoding Brightness Q
-!HISTORY_MSG_980;Local - Log encoding Colorfulness M
-!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
!HISTORY_MSG_982;Local - Equalizer hue
!HISTORY_MSG_983;Local - denoise threshold mask high
!HISTORY_MSG_984;Local - denoise threshold mask low
@@ -2979,10 +2950,9 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTORY_MSG_BLURCWAV;Blur chroma
!HISTORY_MSG_BLURWAV;Blur luminance
!HISTORY_MSG_BLUWAV;Attenuation response
-!HISTORY_MSG_CAT02PRESET;Cat02/16 automatic preset
-!HISTORY_MSG_CATCAT;Cat02/16 mode
-!HISTORY_MSG_CATCOMPLEX;Ciecam complexity
-!HISTORY_MSG_CATMODEL;CAM Model
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_COMPLEX;Wavelet complexity
!HISTORY_MSG_COMPLEXRETI;Retinex complexity
!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
@@ -3003,7 +2973,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTORY_MSG_ICM_REDY;Primaries Red Y
!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
-!HISTORY_MSG_ILLUM;Illuminant
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
@@ -3035,7 +3005,6 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!HISTORY_MSG_WAVCHROMFI;Chroma fine
!HISTORY_MSG_WAVCLARI;Clarity
!HISTORY_MSG_WAVDENLH;Level 5
-!HISTORY_MSG_WAVDENMET;Local equalizer
!HISTORY_MSG_WAVDENOISE;Local contrast
!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
!HISTORY_MSG_WAVDETEND;Details soft
@@ -3073,7 +3042,6 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!PARTIALPASTE_LOCALLAB;Local Adjustments
!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
-!PARTIALPASTE_LOCGROUP;Local
!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_SPOT;Spot removal
!PREFERENCES_CIE;Ciecam
@@ -3100,14 +3068,14 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_CATCLASSIC;Classic
-!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on ‘Scene conditions’ and basic illuminant on the one hand, and on basic illuminant and ‘Viewing conditions’ on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The ‘Scene conditions’, ‘Image adjustments’ and ‘Viewing conditions’ settings are neutralized.\n\nMixed – Same as the ‘Classic’ option but in this case, the chromatic adaptation is based on the white balance.
-!TP_COLORAPP_CATMOD;Cat02/16 mode
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
!TP_COLORAPP_CATSYMSPE;Mixed
-!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation, it converts the values of an image whose white point is that of a given illuminant (for example D65), into new values whose white point is that of the new illuminant - see WP Model (for example D50 or D55).
-!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation, it converts the values of an image whose white point is that of a given illuminant (for example D50), into new values whose white point is that of the new illuminant - see WP model (for example D75).
-!TP_COLORAPP_GEN;Settings - Preset
-!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance model, which was designed to better simulate how human vision perceives colors under different lighting conditions, e.g., against different backgrounds.\nIt takes into account the environment of each color and modifies its appearance to get as close as possible to human perception.\nIt also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
!TP_COLORAPP_IL41;D41
!TP_COLORAPP_IL50;D50
!TP_COLORAPP_IL55;D55
@@ -3118,20 +3086,17 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_COLORAPP_ILFREE;Free
!TP_COLORAPP_ILLUM;Illuminant
!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
-!TP_COLORAPP_MOD02;CIECAM02
-!TP_COLORAPP_MOD16;CIECAM16
-!TP_COLORAPP_MODELCAT;CAM Model
-!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CIECAM02 or CIECAM16.\n CIECAM02 will sometimes be more accurate.\n CIECAM16 should generate fewer artifacts
-!TP_COLORAPP_PRESETCAT02;Preset cat02/16 automatic - Symmetric mode
-!TP_COLORAPP_PRESETCAT02_TIP;Set combobox, sliders, temp, green so that Cat02/16 automatic is preset.\nYou can change illuminant shooting conditions.\nYou must change Cat02/16 adaptation Viewing conditions if needed.\nYou can change Temperature and Tint Viewing conditions if needed, and other settings if needed.\nAll auto checkbox are disabled
-!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a "normal" area. Normal" means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
-!TP_COLORAPP_SURROUNDSRC;Surround - Scene Lighting
-!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light environment (standard). The image will not change.\n\nDim: Dim environment. The image will become slightly bright.\n\nDark: Dark environment. The image will become more bright.\n\nExtremly Dark: Extremly dark environment. The image will become very bright.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
-!TP_COLORAPP_TEMPOUT_TOOLTIP;Disable to change temperature and tint
-!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, ...), as well as its environment. This process will take the data coming from process "Image Adjustments" and "bring" it to the support in such a way that the viewing conditions and its environment are taken into account.
-!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image
-!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_DEHAZE_SATURATION;Saturation
!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
@@ -3145,21 +3110,19 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_HLREC_HLBLUR;Blur
-!TP_ICM_BLUFRAME;Blue Primaries
!TP_ICM_FBW;Black-and-White
-!TP_ICM_GREFRAME;Green Primaries
-!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the ‘Destination primaries’ selection is set to ‘Custom (sliders)’.
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
!TP_ICM_NEUTRAL;Reset
!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
-!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode (‘working profile’) to a different mode (‘destination primaries’). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the ‘primaries’ is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_TRCFRAME;Abstract Profile
-!TP_ICM_TRCFRAME_TOOLTIP;Also known as ‘synthetic’ or ‘virtual’ profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n ‘Tone response curve’, which modifies the tones of the image.\n ‘Illuminant’ : which allows you to change the profile primaries to adapt them to the shooting conditions.\n ‘Destination primaries’: which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
-!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB ‘Tone response curve’ in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
!TP_ICM_WORKING_ILLU;Illuminant
!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
@@ -3175,7 +3138,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
!TP_ICM_WORKING_PRESER;Preserves Pastel tones
!TP_ICM_WORKING_PRIM;Destination primaries
-!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When ‘Custom CIE xy diagram’ is selected in ‘Destination- primaries’’ combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
!TP_ICM_WORKING_PRIM_AC0;ACESp0
!TP_ICM_WORKING_PRIM_ACE;ACESp1
!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
@@ -3198,22 +3161,20 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_ACTIV;Luminance only
!TP_LOCALLAB_ACTIVSPOT;Enable Spot
!TP_LOCALLAB_ADJ;Equalizer Color
-!TP_LOCALLAB_ALL;All rubrics
!TP_LOCALLAB_AMOUNT;Amount
!TP_LOCALLAB_ARTIF;Shape detection
-!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of deltaE scope. High values are for very wide gamut images.\nIncreasing deltaE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
!TP_LOCALLAB_AUTOGRAYCIE;Auto
-!TP_LOCALLAB_AUTOGRAYCIE_TOOLTIP;Automatically calculates the “Mean luminance” and “Absolute luminance”.\nFor Jz Cz Hz: automatically calculates "PU adaptation", "Black Ev" and "White Ev".
!TP_LOCALLAB_AVOID;Avoid color shift
!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
!TP_LOCALLAB_AVOIDMUN;Munsell correction only
-!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
!TP_LOCALLAB_AVOIDRAD;Soft radius
!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
!TP_LOCALLAB_BALANEXP;Laplacian balance
!TP_LOCALLAB_BALANH;C-H balance (ΔE)
-!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
!TP_LOCALLAB_BILATERAL;Bilateral filter
!TP_LOCALLAB_BLACK_EV;Black Ev
@@ -3221,8 +3182,8 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_BLENDMASKCOL;Blend
!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
-!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image
-!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
!TP_LOCALLAB_BLGUID;Guided Filter
!TP_LOCALLAB_BLINV;Inverse
!TP_LOCALLAB_BLLC;Luminance & Chrominance
@@ -3231,22 +3192,19 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
!TP_LOCALLAB_BLNORM;Normal
-!TP_LOCALLAB_BLSYM;Symmetric
!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
-!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and ‘Normal’ or ‘Inverse’ in checkbox).\n-Isolate the foreground by using one or more ‘Excluding’ RT-spot(s) and increase the scope.\n\nThis module (including the ‘median’ and ‘Guided filter’) can be used in addition to the main-menu noise reduction
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
-!TP_LOCALLAB_BLURCBDL;Blur levels 0-1-2-3-4
!TP_LOCALLAB_BLURCOL;Radius
!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
!TP_LOCALLAB_BLURDE;Blur shape detection
!TP_LOCALLAB_BLURLC;Luminance only
!TP_LOCALLAB_BLURLEVELFRA;Blur levels
!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
-!TP_LOCALLAB_BLURRESIDFRA;Blur Residual
-!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the "radius" of the Gaussian blur (0 to 1000)
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
-!TP_LOCALLAB_BLWH_TOOLTIP;Force color components "a" and "b" to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
!TP_LOCALLAB_BUTTON_ADD;Add
!TP_LOCALLAB_BUTTON_DEL;Delete
!TP_LOCALLAB_BUTTON_DUPL;Duplicate
@@ -3257,15 +3215,13 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
!TP_LOCALLAB_CAMMODE;CAM model
-!TP_LOCALLAB_CAMMODE_ALL;CAM 16 + Jz Cz Hz
!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
-!TP_LOCALLAB_CAMMODE_ZCAM;ZCAM only
!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
!TP_LOCALLAB_CBDL;Contrast by Detail Levels
!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
-!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
!TP_LOCALLAB_CENTER_X;Center X
!TP_LOCALLAB_CENTER_Y;Center Y
@@ -3282,7 +3238,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_CHRRT;Chroma
!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
-!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
!TP_LOCALLAB_CIECOLORFRA;Color
!TP_LOCALLAB_CIECONTFRA;Contrast
!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
@@ -3290,9 +3246,8 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_CIEMODE;Change tool position
!TP_LOCALLAB_CIEMODE_COM;Default
!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
-!TP_LOCALLAB_CIEMODE_LOG;Log Encoding
!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
-!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. "Mask and modifications" and "Recovery based on luminance mask" are available for"Cam16 and JzCzHz" at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use "Mask and modifications" and "Recovery based on luminance mask"
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
!TP_LOCALLAB_CIEMODE_WAV;Wavelet
!TP_LOCALLAB_CIETOOLEXP;Curves
!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
@@ -3300,17 +3255,17 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
!TP_LOCALLAB_CLARICRES;Merge chroma
!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
-!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): ‘Sharp mask’ is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
!TP_LOCALLAB_CLARILRES;Merge luma
!TP_LOCALLAB_CLARISOFT;Soft radius
-!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The ‘Soft radius’ slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
-!TP_LOCALLAB_CLARISOFT_TOOLTIP;The ‘Soft radius’ slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
!TP_LOCALLAB_CLARITYML;Clarity
-!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): ‘Sharp mask’ is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
!TP_LOCALLAB_COFR;Color & Light
!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
-!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in ‘Add tool to current spot’ menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
@@ -3319,16 +3274,10 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_COL_NAME;Name
!TP_LOCALLAB_COL_VIS;Status
!TP_LOCALLAB_COMPFRA;Directional contrast
-!TP_LOCALLAB_COMPFRAME_TOOLTIP;Allows you to create special effects. You can reduce artifacts with 'Clarity and Sharp mask - Blend and Soften Images’.\nUses a lot of resources.
-!TP_LOCALLAB_COMPLEX_METHOD;Software Complexity
-!TP_LOCALLAB_COMPLEX_TOOLTIP; Allow user to select Local adjustments complexity.
!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
-!TP_LOCALLAB_COMPRESS_TOOLTIP;If necessary, use the module 'Clarity and Sharp mask and Blend and Soften Images' by adjusting 'Soft radius' to reduce artifacts.
!TP_LOCALLAB_CONTCOL;Contrast threshold
!TP_LOCALLAB_CONTFRA;Contrast by level
-!TP_LOCALLAB_CONTL;Contrast (J)
!TP_LOCALLAB_CONTRAST;Contrast
-!TP_LOCALLAB_CONTRASTCURVMASK1_TOOLTIP;Allows you to freely modify the contrast of the mask (gamma and slope), instead of using a continuous and progressive curve. However it can create artifacts that have to be dealt with using the ‘Smooth radius’ or ‘Laplacian threshold sliders’.
!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
!TP_LOCALLAB_CONTRESID;Contrast
!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
@@ -3336,43 +3285,38 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_CONTWFRA;Local contrast
!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
-!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance "Super"
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
!TP_LOCALLAB_CURVCURR;Normal
!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
-!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the ‘Curve type’ combobox to ‘Normal’
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
-!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
-!TP_LOCALLAB_CURVENCONTRAST;Super+Contrast threshold (experimental)
-!TP_LOCALLAB_CURVENH;Super
-!TP_LOCALLAB_CURVENHSU;Combined HueChroma (experimental)
-!TP_LOCALLAB_CURVENSOB2;Combined HueChroma + Contrast threshold (experimental)
!TP_LOCALLAB_CURVES_CIE;Tone curve
!TP_LOCALLAB_CURVNONE;Disable curves
!TP_LOCALLAB_DARKRETI;Darkness
!TP_LOCALLAB_DEHAFRA;Dehaze
!TP_LOCALLAB_DEHAZ;Strength
!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
-!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
!TP_LOCALLAB_DELTAD;Delta balance
!TP_LOCALLAB_DELTAEC;ΔE Image mask
!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
-!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or ‘salt & pepper’ noise.
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
-!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
-!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with ‘Non-local Means – Luminance’.
-!TP_LOCALLAB_DENOIS;Denoise
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
!TP_LOCALLAB_DENOI_EXP;Denoise
-!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (deltaE).\nMinimum RT-spot size: 128x128
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
!TP_LOCALLAB_DEPTH;Depth
!TP_LOCALLAB_DETAIL;Local contrast
!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
@@ -3399,85 +3343,79 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_EV_VIS;Show
!TP_LOCALLAB_EV_VIS_ALL;Show all
!TP_LOCALLAB_EXCLUF;Excluding
-!TP_LOCALLAB_EXCLUF_TOOLTIP;‘Excluding’ mode prevents adjacent spots from influencing certain parts of the image. Adjusting ‘Scope’ will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
!TP_LOCALLAB_EXCLUTYPE;Spot method
-!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n‘Full image’ allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
!TP_LOCALLAB_EXECLU;Excluding spot
!TP_LOCALLAB_EXFULL;Full image
!TP_LOCALLAB_EXNORM;Normal spot
!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
!TP_LOCALLAB_EXPCHROMA;Chroma compensation
-!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with ‘Exposure compensation f’ and ‘Contrast Attenuator f’ to avoid desaturating colors.
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
-!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change ‘Shape detection’ in "Settings":\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)’
-!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\ne.g. Wavelet-level tone mapping.
-!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low ‘Transition value’ and high ‘Transition decay’ and ‘Scope’ to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
!TP_LOCALLAB_EXPCURV;Curves
!TP_LOCALLAB_EXPGRAD;Graduated Filter
-!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and "Merge file") Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
-!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend
-!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform
-!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
-!TP_LOCALLAB_EXPMETHOD_TOOLTIP;Standard : use an algorithm similar as main Exposure but in L*a*b* and taking account of deltaE.\n\nContrast attenuator : use another algorithm also with deltaE and with Poisson equation to solve Laplacian in Fourier space.\nContrast attenuator, Dynamic range compression and Standard can be combined.\nFFTW Fourier Transform is optimized in size to reduce processing time.\nReduce artifacts and noise.
-!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the ‘Denoise’ tool.
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
-!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
-!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high ‘Transition decay’ and ‘Scope’ values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
!TP_LOCALLAB_EXPTOOL;Exposure Tools
-!TP_LOCALLAB_EXPTRC;Tone Response Curve - TRC
!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
!TP_LOCALLAB_FATAMOUNT;Amount
!TP_LOCALLAB_FATANCHOR;Anchor
-!TP_LOCALLAB_FATANCHORA;Offset
!TP_LOCALLAB_FATDETAIL;Detail
!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
!TP_LOCALLAB_FATLEVEL;Sigma
-!TP_LOCALLAB_FATRES;Amount Residual Image
!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
-!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn’t been activated.
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
-!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements)
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
-!TP_LOCALLAB_FFTW2;ƒ - Use Fast Fourier Transform (TIF, JPG,..)
!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
!TP_LOCALLAB_GAM;Gamma
!TP_LOCALLAB_GAMC;Gamma
-!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance "linear" is used.
-!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance "linear" is used.
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
!TP_LOCALLAB_GAMM;Gamma
!TP_LOCALLAB_GAMMASKCOL;Gamma
-!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying ‘L’ to avoid any discontinuities.
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
!TP_LOCALLAB_GAMSH;Gamma
!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
!TP_LOCALLAB_GRADANG;Gradient angle
-!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees : -180 0 +180
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
-!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
!TP_LOCALLAB_GRADSTR;Gradient strength
-!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
-!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
-!TP_LOCALLAB_GRADSTR_TOOLTIP;Filter strength in stops
-!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
!TP_LOCALLAB_GRAINFRA2;Coarseness
-!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
-!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the ‘Transition value’ and ‘Transition decay’\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE)
-!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the "white dot" on the grid remains at zero and you only vary the "black dot". Equivalent to "Color toning" if you vary the 2 dots.\n\nDirect: acts directly on the chroma
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
!TP_LOCALLAB_GRIDONE;Color Toning
!TP_LOCALLAB_GRIDTWO;Direct
!TP_LOCALLAB_GUIDBL;Soft radius
@@ -3485,24 +3423,23 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
!TP_LOCALLAB_GUIDFILTER;Guided filter radius
!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
-!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
!TP_LOCALLAB_HIGHMASKCOL;Highlights
!TP_LOCALLAB_HLH;H
-!TP_LOCALLAB_HLHZ;Hz
!TP_LOCALLAB_HUECIE;Hue
!TP_LOCALLAB_IND;Independent (mouse)
!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
!TP_LOCALLAB_INVBL;Inverse
-!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to ‘Inverse’ mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot : Excluding spot
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
!TP_LOCALLAB_INVERS;Inverse
-!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
!TP_LOCALLAB_INVMASK;Inverse algorithm
!TP_LOCALLAB_ISOGR;Distribution (ISO)
!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
-!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account "Absolute luminance".
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
-!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of “PU adaptation” (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
!TP_LOCALLAB_JZADAP;PU adaptation
!TP_LOCALLAB_JZCH;Chroma
!TP_LOCALLAB_JZCHROM;Chroma
@@ -3510,7 +3447,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_JZCLARILRES;Merge Jz
!TP_LOCALLAB_JZCONT;Contrast
!TP_LOCALLAB_JZFORCE;Force max Jz to 1
-!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
!TP_LOCALLAB_JZHFRA;Curves Hz
!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
@@ -3518,15 +3455,15 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_JZLIGHT;Brightness
!TP_LOCALLAB_JZLOG;Log encoding Jz
!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
-!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including "Log Encoding Jz".\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
!TP_LOCALLAB_JZPQFRA;Jz remapping
-!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf “PQ - Peak luminance” is set to 10000, “Jz remappping” behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
!TP_LOCALLAB_JZQTOJ;Relative luminance
-!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use "Relative luminance" instead of "Absolute luminance" - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
!TP_LOCALLAB_JZSAT;Saturation
!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
@@ -3552,14 +3489,14 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
!TP_LOCALLAB_LEVELWAV;Wavelet levels
-!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
!TP_LOCALLAB_LEVFRA;Levels
!TP_LOCALLAB_LIGHTNESS;Lightness
-!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
!TP_LOCALLAB_LIGHTRETI;Lightness
!TP_LOCALLAB_LINEAR;Linearity
!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
-!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
!TP_LOCALLAB_LOCCONT;Unsharp Mask
@@ -3573,10 +3510,10 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
!TP_LOCALLAB_LOG2FRA;Viewing Conditions
!TP_LOCALLAB_LOGAUTO;Automatic
-!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the ‘Automatic’ button in Relative Exposure Levels is pressed.
-!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the "Auto mean luminance (Yb%)” is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
-!TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP;Estimated values of dynamic range i.e. Black Ev and White Ev
!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
@@ -3589,11 +3526,11 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
-!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
!TP_LOCALLAB_LOGEXP;All tools
!TP_LOCALLAB_LOGFRA;Scene Conditions
!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
-!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode)
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
@@ -3604,44 +3541,40 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
-!TP_LOCALLAB_LOGSRCGREY_TOOLTIP;Estimated gray point value of the image.
!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
-!TP_LOCALLAB_LOGTARGGREY_TOOLTIP;You can adjust this value to suit.
-!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions..
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
!TP_LOCALLAB_LUM;LL - CC
!TP_LOCALLAB_LUMADARKEST;Darkest
!TP_LOCALLAB_LUMASK;Background color/luma mask
-!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications)
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
!TP_LOCALLAB_LUMAWHITESEST;Lightest
!TP_LOCALLAB_LUMFRA;L*a*b* standard
-!TP_LOCALLAB_LUMONLY;Luminance only
!TP_LOCALLAB_MASFRAME;Mask and Merge
-!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the deltaE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
!TP_LOCALLAB_MASK;Curves
!TP_LOCALLAB_MASK2;Contrast curve
-!TP_LOCALLAB_MASKCOL;
!TP_LOCALLAB_MASKCOM;Common Color Mask
!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
-!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
!TP_LOCALLAB_MASKDDECAY;Decay strength
-!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
-!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the ‘dark’ threshold, then the Denoise will be applied progressively.\n if the mask is above the ‘light’ threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders "Gray area luminance denoise" or "Gray area chrominance denoise".
-!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the ‘dark’ threshold, then the GF will be applied progressively.\n if the mask is above the ‘light’ threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
!TP_LOCALLAB_MASKH;Hue curve
-!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, 'Blur mask', ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask'=0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable colorpicker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘structure mask’, ‘Smooth radius’, ‘Gamma and slope’, ‘Contrast curve’, ‘Local contrast wavelet’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Be careful in 'settings' to Background color mask = 0
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
@@ -3650,31 +3583,30 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
-!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, 'blur mask', ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
-!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied
-!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied
-!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied
-!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied
-!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied
-!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied
-!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied
-!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
-!TP_LOCALLAB_MED;Medium
!TP_LOCALLAB_MEDIAN;Median Low
!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
@@ -3687,17 +3619,9 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_MERFOU;Multiply
!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
-!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm
-!TP_LOCALLAB_MERGEFIV;Previous Spot(Mask 7) + Mask LCh
-!TP_LOCALLAB_MERGEFOU;Previous Spot(Mask 7)
-!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case)
-!TP_LOCALLAB_MERGENONE;None
-!TP_LOCALLAB_MERGEONE;Short Curves 'L' Mask
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
-!TP_LOCALLAB_MERGETHR;Original + Mask LCh
-!TP_LOCALLAB_MERGETWO;Original
-!TP_LOCALLAB_MERGETYPE;Merge image and mask
-!TP_LOCALLAB_MERGETYPE_TOOLTIP;None, use all mask in LCh mode.\nShort curves 'L' mask, use a short circuit for mask 2, 3, 4, 6, 7.\nOriginal mask 8, blend current image with original
!TP_LOCALLAB_MERHEI;Overlay
!TP_LOCALLAB_MERHUE;Hue
!TP_LOCALLAB_MERLUCOL;Luminance
@@ -3706,6 +3630,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_MERONE;Normal
!TP_LOCALLAB_MERSAT;Saturation
!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
!TP_LOCALLAB_MERSEV1;Soft Light W3C
!TP_LOCALLAB_MERSEV2;Hard Light
!TP_LOCALLAB_MERSIX;Divide
@@ -3716,7 +3641,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_MERTWO;Subtract
!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
-!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust ‘Clip restored data (gain)’ and ‘Offset’ to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_LOCALLAB_MODE_EXPERT;Advanced
!TP_LOCALLAB_MODE_NORMAL;Standard
!TP_LOCALLAB_MODE_SIMPLE;Basic
@@ -3724,13 +3649,12 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_MRFOU;Previous Spot
!TP_LOCALLAB_MRONE;None
!TP_LOCALLAB_MRTHR;Original Image
-!TP_LOCALLAB_MRTWO;Short Curves 'L' Mask
-!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
!TP_LOCALLAB_NEIGH;Radius
-!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance "linear" is used.
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
-!TP_LOCALLAB_NLDENOISE_TOOLTIP;“Detail recovery” acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
!TP_LOCALLAB_NLDET;Detail recovery
!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
@@ -3739,12 +3663,11 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_NLPAT;Maximum patch size
!TP_LOCALLAB_NLRAD;Maximum radius size
!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
-!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
-!TP_LOCALLAB_NOISEDETAIL_TOOLTIP;Disabled if slider = 100
!TP_LOCALLAB_NOISEGAM;Gamma
-!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance "Lab" is used. If gamma = 3.0 Luminance "linear" is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
@@ -3752,19 +3675,19 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
!TP_LOCALLAB_NOISEMETH;Denoise
-!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
!TP_LOCALLAB_NONENOISE;None
!TP_LOCALLAB_NUL_TOOLTIP;.
!TP_LOCALLAB_OFFS;Offset
!TP_LOCALLAB_OFFSETWAV;Offset
!TP_LOCALLAB_OPACOL;Opacity
!TP_LOCALLAB_ORIGLC;Merge only with original image
-!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by ‘Scope’. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
-!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
!TP_LOCALLAB_PASTELS2;Vibrance
!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
-!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu ‘Exposure’.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
!TP_LOCALLAB_PREVHIDE;Hide additional settings
!TP_LOCALLAB_PREVIEW;Preview ΔE
!TP_LOCALLAB_PREVSHOW;Show additional settings
@@ -3776,13 +3699,12 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_QUANONEALL;Off
!TP_LOCALLAB_QUANONEWAV;Non-local means only
!TP_LOCALLAB_RADIUS;Radius
-!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
!TP_LOCALLAB_RADMASKCOL;Smooth radius
-!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the “Recovery threshold” value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the “Recovery threshold” is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the “Recovery threshold” acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
!TP_LOCALLAB_RECT;Rectangle
!TP_LOCALLAB_RECURS;Recursive references
!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
-!TP_LOCALLAB_REFLABEL;Ref. (0..1) Chroma=%1 Luma=%2 Hue=%3
!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
@@ -3791,7 +3713,6 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
-!TP_LOCALLAB_RESETSHOW;Reset All Show Modifications
!TP_LOCALLAB_RESID;Residual Image
!TP_LOCALLAB_RESIDBLUR;Blur residual image
!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
@@ -3806,9 +3727,8 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
!TP_LOCALLAB_RETIM;Original Retinex
!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
-!TP_LOCALLAB_RETI_FFTW_TOOLTIP;FFT improve quality and allow big radius, but increases the treatment time.\nThe treatment time depends on the surface to be treated\nThe treatment time depends on the value of scale (be careful of high values).\nTo be used preferably for large radius.\n\nDimensions can be reduced by a few pixels to optimize FFTW.\nThis optimization can reduce the treatment time by a factor of 1.5 to 10.\nOptimization not used in Preview
-!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of "Lightness = 1" or "Darkness =2".\nFor other values, the last step of a "Multiple scale Retinex" algorithm (similar to "local contrast") is applied. These 2 cursors, associated with "Strength" allow you to make adjustments upstream of local contrast
-!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the "Restored data" values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
@@ -3821,29 +3741,28 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
!TP_LOCALLAB_SATUR;Saturation
!TP_LOCALLAB_SATURV;Saturation (s)
-!TP_LOCALLAB_SAVREST;Save - Restore Current Image
!TP_LOCALLAB_SCALEGR;Scale
!TP_LOCALLAB_SCALERETI;Scale
!TP_LOCALLAB_SCALTM;Scale
!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
-!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if DeltaE Image Mask is enabled.\nLow values avoid retouching selected area
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
!TP_LOCALLAB_SENSI;Scope
!TP_LOCALLAB_SENSIEXCLU;Scope
-!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded
-!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the deltaE of the mask itself by using 'Scope (deltaE image mask)' in 'Settings' > ‘Mask and Merge’
-!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
!TP_LOCALLAB_SETTINGS;Settings
!TP_LOCALLAB_SH1;Shadows Highlights
!TP_LOCALLAB_SH2;Equalizer
!TP_LOCALLAB_SHADEX;Shadows
!TP_LOCALLAB_SHADEXCOMP;Shadow compression
!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
-!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm
-!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
!TP_LOCALLAB_SHAMASKCOL;Shadows
!TP_LOCALLAB_SHAPETYPE;RT-spot shape
-!TP_LOCALLAB_SHAPE_TOOLTIP;”Ellipse” is the normal mode.\n “Rectangle” can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
!TP_LOCALLAB_SHARAMOUNT;Amount
!TP_LOCALLAB_SHARBLUR;Blur radius
!TP_LOCALLAB_SHARDAMPING;Damping
@@ -3853,7 +3772,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
!TP_LOCALLAB_SHARRADIUS;Radius
!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
-!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
!TP_LOCALLAB_SHOWC;Mask and modifications
!TP_LOCALLAB_SHOWC1;Merge file
!TP_LOCALLAB_SHOWCB;Mask and modifications
@@ -3863,12 +3782,12 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
!TP_LOCALLAB_SHOWLC;Mask and modifications
!TP_LOCALLAB_SHOWMASK;Show mask
-!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the "Spot structure" cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
!TP_LOCALLAB_SHOWMASKTYP2;Denoise
-!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
-!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with ‘Mask and modifications’.\nIf ‘Blur and noise’ is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for ‘Blur and noise’.\nIf ‘Blur and noise + Denoise’ is selected, the mask is shared. Note that in this case, the Scope sliders for both ‘Blur and noise’ and Denoise will be active so it is advisable to use the option ‘Show modifications with mask’ when making any adjustments.
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
!TP_LOCALLAB_SHOWMNONE;Show modified image
!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
!TP_LOCALLAB_SHOWMODIF2;Show modified areas
@@ -3894,9 +3813,8 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
-!TP_LOCALLAB_SIM;Simple
!TP_LOCALLAB_SLOMASKCOL;Slope
-!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying ‘L’ to avoid any discontinuities.
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
!TP_LOCALLAB_SLOSH;Slope
!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
!TP_LOCALLAB_SOFTM;Soft Light
@@ -3904,13 +3822,12 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
-!TP_LOCALLAB_SOFTRETI_TOOLTIP;Take into account deltaE to improve Transmission map
!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
!TP_LOCALLAB_SPECCASE;Specific cases
!TP_LOCALLAB_SPECIAL;Special use of RGB curves
-!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. ‘Scope’, masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
!TP_LOCALLAB_SPOTNAME;New Spot
!TP_LOCALLAB_STD;Standard
!TP_LOCALLAB_STR;Strength
@@ -3918,16 +3835,15 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_STREN;Compression strength
!TP_LOCALLAB_STRENG;Strength
!TP_LOCALLAB_STRENGR;Strength
-!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with "strength", but you can also use the "scope" function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
!TP_LOCALLAB_STRENGTH;Noise
!TP_LOCALLAB_STRGRID;Strength
-!TP_LOCALLAB_STRRETI_TOOLTIP;if Strength Retinex < 0.2 only Dehaze is enabled.\nif Strength Retinex >= 0.1 Dehaze is in luminance mode.
!TP_LOCALLAB_STRUC;Structure
!TP_LOCALLAB_STRUCCOL;Spot structure
!TP_LOCALLAB_STRUCCOL1;Spot structure
-!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate ‘Mask and modifications’ > ‘Show spot structure’ (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and ‘Local contrast’ (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either ‘Show modified image’ or ‘Show modified areas with mask’.
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
-!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise") and mask(Color & Light).
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
!TP_LOCALLAB_STYPE;Shape method
!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
@@ -3939,55 +3855,51 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_THRESRETI;Threshold
!TP_LOCALLAB_THRESWAV;Balance threshold
!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
-!TP_LOCALLAB_TLABEL2;TM Effective Tm=%1 TM=%2
!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_LOCALLAB_TM;Tone Mapping
!TP_LOCALLAB_TM_MASK;Use transmission map
-!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an "edge".\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
-!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between "local" and "global" contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
!TP_LOCALLAB_TOOLCOL;Structure mask as tool
-!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
!TP_LOCALLAB_TOOLMASK;Mask Tools
!TP_LOCALLAB_TOOLMASK_2;Wavelets
-!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox ‘Structure mask as tool’ checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the ‘Structure mask’ behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
!TP_LOCALLAB_TRANSIT;Transition Gradient
!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
-!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
!TP_LOCALLAB_TRANSITVALUE;Transition value
!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
-!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light)
-!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the "radius"
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
-!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
!TP_LOCALLAB_USEMASK;Laplacian
!TP_LOCALLAB_VART;Variance (contrast)
!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
-!TP_LOCALLAB_WAMASKCOL;Mask Wavelet level
!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
-!TP_LOCALLAB_WAT_CLARICJZ_TOOLTIP;“Merge chroma” is used to select the intensity of the desired effect on chrominance.\nOnly the maximum value of wavelet levels (bottom-right) is taken into account.
-!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;“Merge chroma” is used to select the intensity of the desired effect on chrominance.
-!TP_LOCALLAB_WAT_CLARILJZ_TOOLTIP;“Merge luma” is used to select the intensity of the desired effect on luminance.\nOnly the maximum value of wavelet levels (bottom-right) is taken into account.
-!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;“Merge luma” is used to select the intensity of the desired effect on luminance.
-!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;‘Chroma levels’: adjusts the “a” and “b” components of Lab* as a proportion of the luminance value.
-!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low ‘Attenuation response’ value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
-!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;‘Merge only with original image’, prevents the ‘Wavelet Pyramid’ settings from interfering with ‘Clarity’ and ‘Sharp mask’.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
@@ -3997,7 +3909,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
-!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the ‘Edge sharpness’ tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
@@ -4006,22 +3918,19 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCALLAB_WAVCOMP;Compression by level
!TP_LOCALLAB_WAVCOMPRE;Compression by level
!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
-!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
!TP_LOCALLAB_WAVCON;Contrast by level
!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
!TP_LOCALLAB_WAVDEN;Luminance denoise
!TP_LOCALLAB_WAVE;Wavelets
!TP_LOCALLAB_WAVEDG;Local contrast
!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
-!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in ‘Local contrast’ (by wavelet level).
-!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
-!TP_LOCALLAB_WAVHIGH;Wavelet high
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
!TP_LOCALLAB_WAVLEV;Blur by level
-!TP_LOCALLAB_WAVLOW;Wavelet low
!TP_LOCALLAB_WAVMASK;Local contrast
-!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings...)
-!TP_LOCALLAB_WAVMED;Wavelet normal
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
!TP_LOCALLAB_WEDIANHI;Median Hi
!TP_LOCALLAB_WHITE_EV;White Ev
!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
@@ -4030,7 +3939,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_LOCAL_HEIGHT_T;Top
!TP_LOCAL_WIDTH;Right
!TP_LOCAL_WIDTH_L;Left
-!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.\n
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
!TP_PERSPECTIVE_CAMERA_FRAME;Correction
@@ -4068,10 +3977,10 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_SPOT_COUNTLABEL;%1 point(s)
!TP_SPOT_DEFAULT_SIZE;Default spot size
!TP_SPOT_ENTRYCHANGED;Point changed
-!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the "feather" circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
!TP_SPOT_LABEL;Spot Removal
!TP_WAVELET_BALCHROM;Equalizer Color
-!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
!TP_WAVELET_BL;Blur levels
!TP_WAVELET_BLCURVE;Blur by levels
!TP_WAVELET_BLURFRAME;Blur
@@ -4085,42 +3994,33 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_WAVELET_CLARI;Sharp-mask and Clarity
!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPLEXLAB;Complexity
-!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_CONTFRAME;Contrast - Compression
-!TP_WAVELET_CONTRASTEDIT;Finer - Coarser levels
-!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
!TP_WAVELET_DEN5THR;Guided threshold
-!TP_WAVELET_DEN12LOW;1 2 Low
-!TP_WAVELET_DEN12PLUS;1 2 High
-!TP_WAVELET_DEN14LOW;1 4 Low
-!TP_WAVELET_DEN14PLUS;1 4 High
-!TP_WAVELET_DENCONTRAST;Local contrast Equalizer
!TP_WAVELET_DENCURV;Curve
-!TP_WAVELET_DENEQUAL;1 2 3 4 Equal
-!TP_WAVELET_DENH;Threshold
!TP_WAVELET_DENL;Correction structure
!TP_WAVELET_DENLH;Guided threshold levels 1-4
-!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
!TP_WAVELET_DENOISE;Guide curve based on Local contrast
!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
!TP_WAVELET_DENOISEH;High levels Curve Local contrast
!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
!TP_WAVELET_DENQUA;Mode
-!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
!TP_WAVELET_DENSLI;Slider
!TP_WAVELET_DENSLILAB;Method
-!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter
-!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
!TP_WAVELET_DETEND;Details
!TP_WAVELET_DIRFRAME;Directional contrast
!TP_WAVELET_EDEFFECT;Attenuation response
-!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
!TP_WAVELET_FINCFRAME;Final local contrast
-!TP_WAVELET_FINCOAR_TOOLTIP;The left (positive) part of the curve acts on the finer levels (increase).\nThe 2 points on the abscissa represent the respective action limits of finer and coarser levels 5 and 6 (default).\nThe right (negative) part of the curve acts on the coarser levels (increase).\nAvoid moving the left part of the curve with negative values. Avoid moving the right part of the curve with positives values
-!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_WAVELET_LEVDEN;Level 5-6 denoise
@@ -4129,7 +4029,7 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_WAVELET_LEVELSIGM;Radius
!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
-!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MERGEC;Merge chroma
!TP_WAVELET_MERGEL;Merge luma
!TP_WAVELET_MIXCONTRAST;Reference
@@ -4137,36 +4037,32 @@ ZOOMPANEL_ZOOMOUT;Zoom Ud\nGenvej: -
!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
!TP_WAVELET_MIXNOISE;Noise
-!TP_WAVELET_NOISE_TOOLTIP;If level 4 luminance denoise superior to 50, mode Aggressive is used.\nIf chrominance coarse superior to 20, mode Aggressive is used.
!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
!TP_WAVELET_OLDSH;Algorithm using negatives values
!TP_WAVELET_PROTAB;Protection
!TP_WAVELET_QUAAGRES;Aggressive
!TP_WAVELET_QUACONSER;Conservative
-!TP_WAVELET_QUANONE;Off
!TP_WAVELET_RADIUS;Radius shadows - highlight
!TP_WAVELET_RANGEAB;Range a and b %
!TP_WAVELET_RESBLUR;Blur luminance
!TP_WAVELET_RESBLURC;Blur chroma
-!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
!TP_WAVELET_SHA;Sharp mask
!TP_WAVELET_SHFRAME;Shadows/Highlights
!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
!TP_WAVELET_SIGM;Radius
!TP_WAVELET_SIGMA;Attenuation response
!TP_WAVELET_SIGMAFIN;Attenuation response
-!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SOFTRAD;Soft radius
!TP_WAVELET_STREND;Strength
!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
!TP_WAVELET_THREND;Local contrast threshold
-!TP_WAVELET_THRESWAV;Balance threshold
!TP_WAVELET_TMEDGS;Edge stopping
!TP_WAVELET_TMSCALE;Scale
!TP_WAVELET_TONFRAME;Excluded colors
!TP_WAVELET_USH;None
!TP_WAVELET_USHARP;Clarity method
-!TP_WAVELET_USHARP_TOOLTIP;Origin : the source file is the file before Wavelet.\nWavelet : the source file is the file including wavelet threatment
!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
!TP_WAVELET_WAVLOWTHR;Low contrast threshold
!TP_WAVELET_WAVOFFSET;Offset
diff --git a/rtdata/languages/Deutsch b/rtdata/languages/Deutsch
index aa7057daa..3a2c2999c 100644
--- a/rtdata/languages/Deutsch
+++ b/rtdata/languages/Deutsch
@@ -84,11 +84,8 @@
#83 06.07.2019 Erweiterung (TooWaBoo) RT 5.6
#84 06.10.2019 Erweiterung (TooWaBoo) RT 5.7
#84 18.07.2019 Erweiterung (TooWaBoo) RT 5.6
-#85 29.07.2022 Erweiterung (marter, mozzihh) RT 5.9
+#85 29.07.2022 Erweiterung (marter, mozzihh) RT 5.9
-#01 Developers should add translations to this file and then run the 'generateTranslationDiffs' Bash script to update other locales.
-#02 Translators please append a comment here with the current date and your name(s) as used in the RawTherapee forum or GitHub page, e.g.:
-#2022-07, Version RT 5.9 (marter, mozzihh)
ABOUT_TAB_BUILD;Version
ABOUT_TAB_CREDITS;Danksagungen
ABOUT_TAB_LICENSE;Lizenz
@@ -190,8 +187,8 @@ EXPORT_PIPELINE;Verarbeitungspipeline
EXPORT_PUTTOQUEUEFAST;Zur Warteschlange 'Schneller Export' hinzufügen
EXPORT_RAW_DMETHOD;Demosaikmethode
EXPORT_USE_FAST_PIPELINE;Priorität Geschwindigkeit
-EXPORT_USE_FAST_PIPELINE_TIP;Wendet alle Bearbeitungsschritte, im Gegensatz zu 'Standard', auf das bereits skalierte Bild an.\nDadurch steigt die Verarbeitungsgeschwindigkeit auf Kosten der Qualität.
-EXPORT_USE_NORMAL_PIPELINE;Standard
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Wendet alle Bearbeitungsschritte, im Gegensatz zu 'Standard', auf das bereits skalierte Bild an.\nDadurch steigt die Verarbeitungsgeschwindigkeit auf Kosten der Qualität.
+EXPORT_USE_NORMAL_PIPELINE;Standard (überspringt einige Schritte, Skalieren zuletzt)
EXTPROGTARGET_1;RAW
EXTPROGTARGET_2;Stapelverarbeitung beendet
FILEBROWSER_APPLYPROFILE;Profil anwenden
@@ -504,39 +501,39 @@ HISTORY_MSG_170;(Farbe - Dynamik)\nHH-Kurve
HISTORY_MSG_171;(Belichtung - L*a*b*)\nLC-Kurve
HISTORY_MSG_172;(Belichtung - L*a*b*)\nLC-Kurve beschränken
HISTORY_MSG_173;(Details - Rauschreduzierung)\nLuminanzdetails
-HISTORY_MSG_174;(Erweitert - CIECAM)
-HISTORY_MSG_175;(Erweitert - CIECAM)\nSzene\nCAT02/16-Adaptation
-HISTORY_MSG_176;(Erweitert - CIECAM)\nBetrachtungsbed.\nUmgebung
-HISTORY_MSG_177;(Erweitert - CIECAM)\nSzene\nLeuchtdichte
-HISTORY_MSG_178;(Erweitert - CIECAM)\nBetrachtungsbed.\nLeuchtdichte
-HISTORY_MSG_179;(Erweitert - CIECAM)\nSzene\nWeißpunktmodell
-HISTORY_MSG_180;(Erweitert - CIECAM)\nBildanpassungen\nHelligkeit (J)
-HISTORY_MSG_181;(Erweitert - CIECAM)\nBildanpassungen\nBuntheit (H)
-HISTORY_MSG_182;(Erweitert - CIECAM)\nSzene\nCAT02/16-Automatisch
-HISTORY_MSG_183;(Erweitert - CIECAM)\nBildanpassungen\nKontrast (J)
-HISTORY_MSG_184;(Erweitert - CIECAM)\nSzene\nDunkle Umgebung
-HISTORY_MSG_185;(Erweitert - CIECAM)\nBetrachtungsbed.\nGamutkontrolle
-HISTORY_MSG_186;(Erweitert - CIECAM)\nAlgorithmus
-HISTORY_MSG_187;(Erweitert - CIECAM)\nBildanpassungen\nHautfarbtöne schützen
-HISTORY_MSG_188;(Erweitert - CIECAM)\nHelligkeit (Q)
-HISTORY_MSG_189;(Erweitert - CIECAM)\nKontrast (Q)
-HISTORY_MSG_190;(Erweitert - CIECAM)\nSättigung (S)
-HISTORY_MSG_191;(Erweitert - CIECAM)\nFarbigkeit (M)
-HISTORY_MSG_192;(Erweitert - CIECAM)\nFarbton (H)
-HISTORY_MSG_193;(Erweitert - CIECAM)\nTonwertkurve 1
-HISTORY_MSG_194;(Erweitert - CIECAM)\nTonwertkurve 2
-HISTORY_MSG_195;(Erweitert - CIECAM)\nTonwertkurve 1 - Modus
-HISTORY_MSG_196;(Erweitert - CIECAM)\nTonwertkurve 2 - Modus
-HISTORY_MSG_197;(Erweitert - CIECAM)\nFarbkurve
-HISTORY_MSG_198;(Erweitert - CIECAM)\nFarbkurve\nModus
-HISTORY_MSG_199;(Erweitert - CIECAM)\nAusgabe-Histogramm in Kurven anzeigen
-HISTORY_MSG_200;(Erweitert - CIECAM)\nTonwertkorrektur
+HISTORY_MSG_174;(Erweitert - Farberscheinung und Beleuchtung)
+HISTORY_MSG_175;(Erweitert - FuB)\nSzene\nAdaptation
+HISTORY_MSG_176;(Erweitert - FuB)\nBetrachtungsbed.\nUmgebung
+HISTORY_MSG_177;(Erweitert - FuB)\nSzene\nabsolute Leuchtdichte
+HISTORY_MSG_178;(Erweitert - FuB)\nBetrachtungsbed.\nabsolute Leuchtdichte
+HISTORY_MSG_179;(Erweitert - FuB)\nSzene\nWeißpunktmodell
+HISTORY_MSG_180;(Erweitert - FuB)\nBildanpassungen\nHelligkeit (J)
+HISTORY_MSG_181;(Erweitert - FuB)\nBildanpassungen\nBuntheit (C)
+HISTORY_MSG_182;(Erweitert - FuB)\nSzene\nAutomatisch
+HISTORY_MSG_183;(Erweitert - FuB)\nBildanpassungen\nKontrast (J)
+HISTORY_MSG_184;(Erweitert - FuB)\nSzene\nUmgebung
+HISTORY_MSG_185;(Erweitert - FuB)\nBetrachtungsbed.\nGamutkontrolle
+HISTORY_MSG_186;(Erweitert - FuB)\nBildanpassungen\nAlgorithmus
+HISTORY_MSG_187;(Erweitert - FuB)\nBildanpassungen\nHautfarbtöne schützen
+HISTORY_MSG_188;(Erweitert - FuB)\nBildanpassungen\nHelligkeit (Q)
+HISTORY_MSG_189;(Erweitert - FuB)\nBildanpassungen\nKontrast (Q)
+HISTORY_MSG_190;(Erweitert - FuB)\nBildanpassungen\nSättigung (S)
+HISTORY_MSG_191;(Erweitert - FuB)\nBildanpassungen\nFarbigkeit (M)
+HISTORY_MSG_192;(Erweitert - FuB)\nBildanpassungen\nFarbton (H)
+HISTORY_MSG_193;(Erweitert - FuB)\nBildanpassungen\nTonwertkurve 1
+HISTORY_MSG_194;(Erweitert - FuB)\nBildanpassungen\nTonwertkurve 2
+HISTORY_MSG_195;(Erweitert - FuB)\nBildanpassungen\nTonwertkurve 1 - Modus
+HISTORY_MSG_196;(Erweitert - FuB)\nBildanpassungen\nTonwertkurve 2 - Modus
+HISTORY_MSG_197;(Erweitert - FuB)\nBildanpassungen\nFarbkurve
+HISTORY_MSG_198;(Erweitert - FuB)\nBildanpassungen\nFarbkurve\nModus
+HISTORY_MSG_199;(Erweitert - FuB)\nBildanpassungen\nFarberscheinung für Histogramm-Ausgabe verwenden
+HISTORY_MSG_200;(Erweitert - FuB)\nBildanpassungen\nFarberscheinung für Tonwertkorrektur anwenden
HISTORY_MSG_201;(Details - Rauschreduzierung)\nDelta-Chrominanz\nRot/Grün
HISTORY_MSG_202;(Details - Rauschreduzierung)\nDelta-Chrominanz\nBlau/Gelb
HISTORY_MSG_203;(Details - Rauschreduzierung)\nFarbraum
HISTORY_MSG_204;(RAW - Sensor-Matrix)\nFarbinterpolation\nLMMSE-Verbesserung
-HISTORY_MSG_205;(Erweitert - CIECAM)\nBetrachtungsbed.\nHot-/Dead-Pixelfilter
-HISTORY_MSG_206;(Erweitert - CIECAM)\nSzene\nAuto-Luminanz
+HISTORY_MSG_205;(Erweitert - FuB)\nHot-/Bad-Pixelfilter
+HISTORY_MSG_206;(Erweitert - FuB)\nSzene\nAuto absolute Luminanz
HISTORY_MSG_207;(Details - Farbsaum entfernen)\nFarbtonkurve
HISTORY_MSG_208;(Farbe - Weißabgleich)\nBlau/Rot-Korrektur
HISTORY_MSG_210;(Belichtung - Grauverlaufsfilter)\nRotationswinkel
@@ -749,7 +746,7 @@ HISTORY_MSG_421;(Erweitert - Retinex)\nEinstellungen\nKorrekturen\nGammakorrektu
HISTORY_MSG_422;(Erweitert - Retinex)\nEinstellungen\nGamma
HISTORY_MSG_423;(Erweitert - Retinex)\nEinstellungen\nGammasteigung
HISTORY_MSG_424;(Erweitert - Retinex)\nEinstellungen\nHL-Schwelle
-HISTORY_MSG_425;(Erweitert - Retinex)\nEinstellungen\nBasis-Logarithmus
+HISTORY_MSG_425;--nicht verwendet--
HISTORY_MSG_426;(Erweitert - Retinex)\nEinstellungen\nKorrekturen - Farbton (H)
HISTORY_MSG_427;(Farbe - Farbmanagement)\nAusgabeprofil\nArt der Wiedergabe
HISTORY_MSG_428;Monitorbasierte Wiedergabe
@@ -770,44 +767,44 @@ HISTORY_MSG_442;(Erweitert - Retinex)\nEinstellungen\nÜbertragung - Skalierung
HISTORY_MSG_443;(Farbe - Farbmanagement)\nAusgabeprofil\nSchwarzpunkt-Kompensation
HISTORY_MSG_444;(Farbe - Weißabgleich)\nAWB-Temperatur-Korrektur
HISTORY_MSG_445;(RAW - Sensor-Matrix)\nFarbinterpolation\nUnterbild
-HISTORY_MSG_446;(EvPixelShift)\nBewegung
-HISTORY_MSG_447;(EvPixelShift)\nBewegung - Korrektur
-HISTORY_MSG_448;(EvPixelShiftStddev)\nFaktor Grün
+HISTORY_MSG_446;--nicht verwendet--
+HISTORY_MSG_447;--nicht verwendet--
+HISTORY_MSG_448;--nicht verwendet--
HISTORY_MSG_449;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nISO-Anpassung
-HISTORY_MSG_450;(EvPixelShift)\nNreadIso
-HISTORY_MSG_451;(EvPixelShift)\nPrnu
+HISTORY_MSG_450;--nicht verwendet--
+HISTORY_MSG_451;--nicht verwendet--
HISTORY_MSG_452;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nBewegungsmaske anzeigen
HISTORY_MSG_453;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nNur Maske anzeigen
-HISTORY_MSG_454;(EvPixelShift)\nAutomatisch
-HISTORY_MSG_455;(EvPixelShift)\nNicht grün horizontal
-HISTORY_MSG_456;(EvPixelShift(\nNicht grün vertikal
+HISTORY_MSG_454;--nicht verwendet--
+HISTORY_MSG_455;--nicht verwendet--
+HISTORY_MSG_456;--nicht verwendet--
HISTORY_MSG_457;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nBewegung im Rot/Blau-Kanal erkennen
-HISTORY_MSG_458;(EvPixelShiftStddev)Faktor Rot
-HISTORY_MSG_459;(EvPixelShiftStddev)\nFaktor Blau
-HISTORY_MSG_460;(EvPixelShift)\nAmaze Grün
-HISTORY_MSG_461;(EvPixelShift)\nAmaze nicht Grün
+HISTORY_MSG_458;--nicht verwendet--
+HISTORY_MSG_459;--nicht verwendet--
+HISTORY_MSG_460;--nicht verwendet--
+HISTORY_MSG_461;--nicht verwendet--
HISTORY_MSG_462;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nBewegung im Grün-Kanal erkennen
-HISTORY_MSG_463;(EvPixelShift)\nRot/Blau-Wichtung
+HISTORY_MSG_463;--nicht verwendet--
HISTORY_MSG_464;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nUnschärfebewegungsmaske
HISTORY_MSG_465;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nUnschärferadius
-HISTORY_MSG_466;(EvPixelShift)\nSumme
-HISTORY_MSG_467;(EvPixelShift)\nExp1
+HISTORY_MSG_466;--nicht verwendet--
+HISTORY_MSG_467;--nicht verwendet--
HISTORY_MSG_468;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nLücken in der Bewegungsmaske erkennen
HISTORY_MSG_469;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nMedian
-HISTORY_MSG_470;(EvPixelShift)\nMedian3
+HISTORY_MSG_470;--nicht verwendet--
HISTORY_MSG_471;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nBewegungskorrektur
HISTORY_MSG_472;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nWeicher Übergang
HISTORY_MSG_474;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nFrame-Helligkeit angleichen
HISTORY_MSG_475;(RAW - Sensor-Matrix)\nFarbinterpolation - PS\nAusgleich pro Kanal
-HISTORY_MSG_476;(Erweitert - CIECAM)\nBetrachtungsbed.\nFarbtemperatur
-HISTORY_MSG_477;(Erweitert - CIECAM)\nBetrachtungsbed.\nTönung
-HISTORY_MSG_478;(Erweitert - CIECAM)\nBetrachtungsbed.\nYb% (Ø Leuchtdichte)
-HISTORY_MSG_479;(Erweitert - CIECAM)\nBetrachtungsbed.\nCAT02 Adaptation
-HISTORY_MSG_480;(Erweitert - CIECAM)\nBetrachtungsbed.\nAuto CAT02 Adaptation
-HISTORY_MSG_481;(Erweitert - CIECAM)\nSzene\nFarbtemperatur
-HISTORY_MSG_482;(Erweitert - CIECAM)\nSzene\nTönung
-HISTORY_MSG_483;(Erweitert - CIECAM)\nSzene\nYb% (Ø Leuchtdichte)
-HISTORY_MSG_484;(Erweitert - CIECAM)\nSzene\nAuto Yb%
+HISTORY_MSG_476;(Erweitert - FuB)\nBetrachtungsbed.\nFarbtemperatur
+HISTORY_MSG_477;(Erweitert - FuB)\nBetrachtungsbed.\nTönung
+HISTORY_MSG_478;(Erweitert - FuB)\nBetrachtungsbed.\nmittlere Leuchtdichte
+HISTORY_MSG_479;(Erweitert - FuB)\nBetrachtungsbed.\nAdaptation
+HISTORY_MSG_480;(Erweitert - FuB)\nBetrachtungsbed.\nAuto-Adaptation
+HISTORY_MSG_481;(Erweitert - FuB)\nSzene\nFarbtemperatur
+HISTORY_MSG_482;(Erweitert - FuB)\nSzene\nTönung
+HISTORY_MSG_483;(Erweitert - FuB)\nSzene\nmittlere Leuchtdichte
+HISTORY_MSG_484;(Erweitert - FuB)\nSzene\nAuto mittlere Leuchtdichte
HISTORY_MSG_485;(Transformieren - Objektivkorrektur)\nProfil
HISTORY_MSG_486;(Transformieren - Objektivkorrektur)\nProfil - Kamera
HISTORY_MSG_487;(Transformieren - Objektivkorrektur)\nProfil - Objektiv
@@ -834,7 +831,7 @@ HISTORY_MSG_508;(Lokal - Spot)\nSpotgröße
HISTORY_MSG_509;(Lokal - Spot)\nQualitäts-Methode
HISTORY_MSG_510;(Lokal - Spot)\nÜbergangsgradient\nIntensität
HISTORY_MSG_511;(Lokal - Spot)\nKantenerkennung\nSchwellenwert
-HISTORY_MSG_512;(Lokal - Spot)\nKantenerkennung\nΔE -Zerfall
+HISTORY_MSG_512;(Lokal - Spot)\nKantenerkennung\nΔE Zerfall
HISTORY_MSG_513;(Lokal - Spot)\nBereich
HISTORY_MSG_514;(Lokal - Spot)\nStruktur
HISTORY_MSG_515;(Lokal - Lokale Anpassungen)
@@ -902,7 +899,7 @@ HISTORY_MSG_576;(Lokal - Detailebenen)\nMulti
HISTORY_MSG_577;(Lokal - Detailebenen)\nChroma
HISTORY_MSG_578;(Lokal - Detailebenen)\nSchwelle
HISTORY_MSG_579;(Lokal - Detailebenen)\nUmfang
-HISTORY_MSG_580;(Lokal) - Rauschminderung
+HISTORY_MSG_580;--nicht verwendet--
HISTORY_MSG_581;(Lokal - Rauschminderung)\nLuminanz f 1
HISTORY_MSG_582;(Lokal - Rauschminderung)\nLuminanz c
HISTORY_MSG_583;(Lokal - Rauschminderung)\nLuminanz Detailwiederherstellung
@@ -985,7 +982,7 @@ HISTORY_MSG_660;(Lokal - Detailebenen)\nKlarheit
HISTORY_MSG_661;(Lokal - Detailebenen)\nVerbleibend
HISTORY_MSG_662;(Lokal - Rauschminderung)\nLuminanz f 0
HISTORY_MSG_663;(Lokal - Rauschminderung)\nLuminanz f 2
-HISTORY_MSG_664;(Lokal - Detailebenen)\nUnschärfe
+HISTORY_MSG_664;--nicht verwendet--
HISTORY_MSG_665;(Lokal - Detailebenen)\nMaske\nÜberlagerung
HISTORY_MSG_666;(Lokal - Detailebenen)\nMaske\nRadius
HISTORY_MSG_667;(Lokal - Detailebenen)\nMaske\nFarbintensität
@@ -1233,7 +1230,7 @@ HISTORY_MSG_920;(Lokal - Wavelet)\nKontrast\nDämpfungsreaktion
HISTORY_MSG_921;(Lokal - Wavelet)\nVerlaufsfilter\nDämpfungsreaktion
HISTORY_MSG_922;(Lokal - Spot)\nSpeziell\nÄnderungen in Schwarz-Weiß erzwingen
HISTORY_MSG_923;(Lokal - Werkzeug)\nKomplexität
-HISTORY_MSG_924;(Lokal - Werkzeug)\nKomplexität
+HISTORY_MSG_924;--nicht verwendet--
HISTORY_MSG_925;(Lokal - Spot)\nAnwendungsbereich\nFarbwerkzeuge
HISTORY_MSG_926;(Lokal - Unschärfe) Rauschreduzierung\nMaskenauswahl
HISTORY_MSG_927;(Lokal - Unschärfe)\nMaske\nSchatten
@@ -1373,12 +1370,9 @@ HISTORY_MSG_1061;(Lokal - CIECAM)\nSzenebasierte Bedingungen\nAbsolute Luminanz
HISTORY_MSG_1062;(Lokal - CIECAM)\nSzenebasierte Bedingungen\nUmgebung
HISTORY_MSG_1063;(Lokal - CIECAM)\nCAM16 - Farbe\nSättigung
HISTORY_MSG_1064;(Lokal - CIECAM)\nCAM16 - Farbe\nChroma
-HISTORY_MSG_1062;(Lokal - CIECAM)\nHelligkeit
-HISTORY_MSG_1063;(Lokal - CIECAM)\nHelligkeit
-HISTORY_MSG_1064;(Lokal - CIECAM)\nSchwellenwert
-HISTORY_MSG_1065;(Lokal - CIECAM)\nCAM16 - Beleuchtung\nHelligkeit (J)
-HISTORY_MSG_1066;(Lokal - CIECAM)\nCAM16 - Beleuchtung\nHelligkeit (Q)
-HISTORY_MSG_1067;(Lokal - CIECAM)\nCAM16 - Kontrast\nKontrast (J)
+HISTORY_MSG_1065;(Lokal - CIECAM)\nHelligkeit J
+HISTORY_MSG_1066;(Lokal - CIECAM)\nHelligkeit
+HISTORY_MSG_1067;(Lokal - CIECAM)\nKontrast J
HISTORY_MSG_1068;(Lokal - CIECAM)\nCAM16 - Kontrast\nSchwellenwert Kontrast
HISTORY_MSG_1069;(Lokal - CIECAM)\nCAM16 - Kontrast\nKontrast (Q)
HISTORY_MSG_1070;(Lokal - CIECAM)\nCAM16 - Farbe\nBuntheit
@@ -1403,14 +1397,13 @@ HISTORY_MSG_1088;(Lokal - CIECAM)\nJz Cz Hz\nFarbton
HISTORY_MSG_1089;(Lokal - CIECAM)\nSigmoid Jz\nKontraststärke
HISTORY_MSG_1090;(Lokal - CIECAM)\nSigmoid Jz\nSchwellenwert
HISTORY_MSG_1091;(Lokal - CIECAM)\nSigmoid Jz\nÜberlagern
-HISTORY_MSG_1092;(Lokal - CIECAM)\nJz Zuordnung\nPU Anpassung
+HISTORY_MSG_1092;(Lokal - CIECAM)\nJz Zuordnung\nAnpassung
HISTORY_MSG_1093;(Lokal - CIECAM)\nCAM Modell
HISTORY_MSG_1094;(Lokal - CIECAM)\nJz Lichter
HISTORY_MSG_1095;(Lokal - CIECAM)\nTonwertbreite Jz Lichter
HISTORY_MSG_1096;(Lokal - CIECAM)\nJz Schatten
HISTORY_MSG_1097;(Lokal - CIECAM)\nTonwertbreite Jz Schatten
HISTORY_MSG_1098;(Lokal - CIECAM)\nJz Radius
-//HISTORY_MSG_1099;(Lokal) - Hz(Hz)-Kurve
HISTORY_MSG_1099;(Lokal - CIECAM)\nJz Cz Hz\nKurve Cz(Hz)
HISTORY_MSG_1100;(Lokal - CIECAM)\nJz Zuordnung\nReferenz 100
HISTORY_MSG_1101;(Lokal - CIECAM)\nJz Zuordnung\nPQ Peak Luminanz
@@ -1467,10 +1460,9 @@ HISTORY_MSG_BLSHAPE;(Erweitert - Wavelet)\nUnschärfeebenen\nUnschärfe nach Ebe
HISTORY_MSG_BLURCWAV;(Erweitert - Wavelet)\nRestbild - Unschärfe\nUnschärfe Buntheit
HISTORY_MSG_BLURWAV;(Erweitert - Wavelet)\nRestbild - Unschärfe\nUnschärfe Helligkeit
HISTORY_MSG_BLUWAV;(Erweitert - Wavelet)\nUnschärfeebenen\nDämpfungsreaktion
-HISTORY_MSG_CATCAT;CAT02/16 Modus
-HISTORY_MSG_CAT02PRESET;CAT02/16 automatisch
-HISTORY_MSG_CATCOMPLEX;(Erweitert - CIECAM)\nKomplexität
-HISTORY_MSG_CATMODEL;(Erweitert - CIECAM)\nCAM Modell
+HISTORY_MSG_CATCAT;(Erweitert - FuB)\Einstellungen Modus
+HISTORY_MSG_CATCOMPLEX;(Erweitert - FuB)\nEinstellungen Komplexität
+HISTORY_MSG_CATMODEL;(Erweitert - FuB)\nEinstellungen Modell
HISTORY_MSG_CLAMPOOG;(Belichtung) - Farben\nAuf Farbraum beschränken
HISTORY_MSG_COLORTONING_LABGRID_VALUE;(Farbe - Farbanpassungen)\nL*a*b*-Farbkorrektur
HISTORY_MSG_COLORTONING_LABREGION_AB;(Farbe - Farbanpassungen)\nL*a*b*-Farbkorrektur\nBereich
@@ -1503,25 +1495,25 @@ HISTORY_MSG_FILMNEGATIVE_REF_SPOT;(Farbe - Negativfilm)\nReferenz Eingabe
HISTORY_MSG_FILMNEGATIVE_VALUES;(Farbe - Negativfilm)\nWerte
HISTORY_MSG_HISTMATCHING;(Belichtung)\nAuto-Tonwertkurve
HISTORY_MSG_HLBL;Farbübertragung - Unschärfe
-HISTORY_MSG_ICM_OUTPUT_PRIMARIES;(Farbe - Farbmanagement)\nAusgabeprofil\nVorlagen
+HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy-Diagramm
+HISTORY_MSG_ICM_AINTENT;Absicht Abstraktes Profil
+HISTORY_MSG_ICM_BLUX;(Farbe - Farbmanagement)\nAbstraktes Profil\nVorgabe Blau X
+HISTORY_MSG_ICM_BLUY;(Farbe - Farbmanagement)\nAbstraktes Profil\nVorgabe Blau Y
+HISTORY_MSG_ICM_FBW;(Farbe - Farbmanagement)\nAbstraktes Profil\nSchwarz-Weiß
+HISTORY_MSG_ICM_GREX;(Farbe - Farbmanagement)\nAbstraktes Profil\nVorgabe Grün X
+HISTORY_MSG_ICM_GREY;(Farbe - Farbmanagement)\nAbstraktes Profil\nVorgabe Grün Y
+HISTORY_MSG_ICM_OUTPUT_PRIMARIES;(Farbe - Farbmanagement)\nAbstraktes Profil\nAusgabeprofil Vorgaben
HISTORY_MSG_ICM_OUTPUT_TEMP;(Farbe - Farbmanagement)\nAusgabeprofil\nIccV4-Illuminant D
HISTORY_MSG_ICM_OUTPUT_TYPE;(Farbe - Farbmanagement)\nAusgabeprofil\nTyp
+HISTORY_MSG_ICM_PRESER;(Farbe - Farbmanagement)\nAbstraktes Profil\nPastelltöne erhalten
+HISTORY_MSG_ICM_REDX;(Farbe - Farbmanagement)\nAbstraktes Profil\nVorgabe Rot X
+HISTORY_MSG_ICM_REDY;(Farbe - Farbmanagement)\nAbstraktes Profil\nVorgabe Rot Y
HISTORY_MSG_ICM_WORKING_GAMMA;(Farbe - Farbmanagement)\nAbstraktes Profil\nGamma Farbtonkennlinie
+HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;(Farbe - Farbmanagement)\nAbstraktes Profil\nBelechtungsmethode
+HISTORY_MSG_ICM_WORKING_PRIM_METHOD;(Farbe - Farbmanagement)\nAbstraktes Profil\nZielvorwahl
HISTORY_MSG_ICM_WORKING_SLOPE;(Farbe - Farbmanagement)\nAbstraktes Profil\nSteigung Farbtonkennlinie
HISTORY_MSG_ICM_WORKING_TRC_METHOD;(Farbe - Farbmanagement)\nAbstraktes Profil\nFarbtonkennlinie
-HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;(Farbe - Farbmanagement)\nAbstraktes Profil\nBeleuchtung
-HISTORY_MSG_ICM_WORKING_PRIM_METHOD;(Farbe - Farbmanagement)\nAbstraktes Profil\nZielvorwahl
-HISTORY_MSG_ICM_REDX;(Farbe - Farbmanagement)\nAbstraktes Profil\nPrimär Rot X
-HISTORY_MSG_ICM_REDY;(Farbe - Farbmanagement)\nAbstraktes Profil\nPrimär Rot Y
-HISTORY_MSG_ICM_GREX;(Farbe - Farbmanagement)\nAbstraktes Profil\nPrimär Grün X
-HISTORY_MSG_ICM_GREY;(Farbe - Farbmanagement)\nAbstraktes Profil\nPrimär Grün Y
-HISTORY_MSG_ICM_BLUX;(Farbe - Farbmanagement)\nAbstraktes Profil\nPrimär Blau X
-HISTORY_MSG_ICM_BLUY;(Farbe - Farbmanagement)\nAbstraktes Profil\nPrimär Blau Y
-HISTORY_MSG_ICL_LABGRIDCIEXY;CIE xy
-HISTORY_MSG_ICM_AINTENT;(Farbe - Farbmanagement)\nAbstraktes Profil Ziel
-HISTORY_MSG_ILLUM;Beleuchtung
-HISTORY_MSG_ICM_FBW;(Farbe - Farbmanagement)\nAbstraktes Profil\nSchwarz-Weiß
-HISTORY_MSG_ICM_PRESER;(Farbe - Farbmanagement)\nAbstraktes Profil\nPastelltöne erhalten
+HISTORY_MSG_ILLUM;(Farbe - Farbmanagement)\nSzene\nBeleuchtung
HISTORY_MSG_LOCALCONTRAST_AMOUNT;(Details - Lokaler Kontrast)\nIntensität
HISTORY_MSG_LOCALCONTRAST_DARKNESS;(Details - Lokaler Kontrast)\nDunkle Bereiche
HISTORY_MSG_LOCALCONTRAST_ENABLED;(Details - Lokaler Kontrast)
@@ -1576,22 +1568,21 @@ HISTORY_MSG_TRANS_METHOD;(Transformieren - Objektivkorrektur)\nMethode
HISTORY_MSG_WAVBALCHROM;(Erweitert - Wavelet)\nRauschreduzierung\nFarb-Equalizer
HISTORY_MSG_WAVBALLUM;(Erweitert - Wavelet)\nRauschreduzierung\nEqualizer Luminanz
HISTORY_MSG_WAVBL;(Erweitert - Wavelet)\nUnschärfeebenen
+HISTORY_MSG_WAVCHR;(Erweitert - Wavelet)\nUnschärfeebenen\nChroma-Unschärfe
HISTORY_MSG_WAVCHROMCO;(Erweitert - Wavelet)\nRauschreduzierung\nChrominanz grob
HISTORY_MSG_WAVCHROMFI;(Erweitert - Wavelet)\nRauschreduzierung\nChrominanz fein
-HISTORY_MSG_WAVCHR;(Erweitert - Wavelet)\nUnschärfeebenen\nChroma-Unschärfe
HISTORY_MSG_WAVCLARI;(Erweitert - Wavelet)\nSchärfemaske und Klarheit
HISTORY_MSG_WAVDENLH;(Erweitert - Wavelet)\nRauschreduzierung\nEbenen 5-6
-HISTORY_MSG_WAVDENMET;(Erweitert - Wavelet)\nLokaler Equalizer
HISTORY_MSG_WAVDENOISE;(Erweitert - Wavelet)\nRauschreduzierung\nKurve Lokaler Kontrast
HISTORY_MSG_WAVDENOISEH;(Erweitert - Wavelet)\nLokaler Kontrast der oberen Ebenen
HISTORY_MSG_WAVDETEND;(Erweitert - Wavelet)\nEndretusche - finales Glätten\nDetails
HISTORY_MSG_WAVEDGS;(Erweitert - Wavelet)\nRestbild - Kompression\nKantenschutz
HISTORY_MSG_WAVGUIDH;(Erweitert - Wavelet)\nEndretusche - finales Glätten\nEqualizer Farbton
HISTORY_MSG_WAVHUE;(Erweitert - Wavelet)\nEqualizer Farbton
+HISTORY_MSG_WAVLABGRID_VALUE;(Erweitert - Wavelet)\nTönung\nausgeschlossene Farben
HISTORY_MSG_WAVLEVDEN;(Erweitert - Wavelet)\nKontrast\nSchwellenwert hoher Kontrast
-HISTORY_MSG_WAVLEVSIGM;(Erweitert - Wavelet)\nRauschreduzierung\nRadius
-HISTORY_MSG_WAVLABGRID_VALUE;(Erweitert - Wavelet)\nTönung\nAusgeschlossene Farben
HISTORY_MSG_WAVLEVELSIGM;(Erweitert - Wavelet)\nRauschreduzierung\nRadius
+HISTORY_MSG_WAVLEVSIGM;(Erweitert - Wavelet)\nRauschreduzierung\nRadius
HISTORY_MSG_WAVLIMDEN;(Erweitert - Wavelet)\nRauschreduzierung\nInteraktion der Ebenen 5-6 mit 1-4
HISTORY_MSG_WAVLOWTHR;(Erweitert - Wavelet)\nKontrast\nSchwellenwert niedriger Kontrast
HISTORY_MSG_WAVMERGEC;(Erweitert - Wavelet)\nSchärfemaske und Klarheit\nChroma zusammenführen
@@ -1804,7 +1795,7 @@ PARTIALPASTE_CACORRECTION;Farbsaum entfernen
PARTIALPASTE_CHANNELMIXER;RGB-Kanalmixer
PARTIALPASTE_CHANNELMIXERBW;Schwarz/Weiß
PARTIALPASTE_COARSETRANS;Drehen/Spiegeln
-PARTIALPASTE_COLORAPP;CIE CAM (Farberscheinungsmodell) 02/16
+PARTIALPASTE_COLORAPP;Farberscheinung und Beleuchtung
PARTIALPASTE_COLORGROUP;Farbparameter
PARTIALPASTE_COLORTONING;Farbanpassungen
PARTIALPASTE_COMMONTRANSFORMPARAMS;Auto-Füllen
@@ -1954,13 +1945,13 @@ PREFERENCES_DIRSELECTDLG;Wähle das Bild-Verzeichnis beim Programmstart...
PREFERENCES_DIRSOFTWARE;Installationsverzeichnis
PREFERENCES_EDITORCMDLINE;Benutzerdefinierte Befehlszeile
PREFERENCES_EDITORLAYOUT;Editor-Layout
-PREFERENCES_EXTERNALEDITOR;Externer Editor
+PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass Ausgabeprofil
PREFERENCES_EXTEDITOR_DIR;Ausgabeverzeichnis
-PREFERENCES_EXTEDITOR_DIR_TEMP;Temp-Ordner Betriebssystem
PREFERENCES_EXTEDITOR_DIR_CURRENT;Derselbe Ordner wie Bild
PREFERENCES_EXTEDITOR_DIR_CUSTOM;Benutzerdefiniert
+PREFERENCES_EXTEDITOR_DIR_TEMP;Temp-Ordner Betriebssystem
PREFERENCES_EXTEDITOR_FLOAT32;Ausgabe in 32-bit (float) TIFF
-PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass Ausgabeprofil
+PREFERENCES_EXTERNALEDITOR;Externer Editor
PREFERENCES_FBROWSEROPTS;Bildinformationen und Miniaturbilder
PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Einzeilige Toolbar
PREFERENCES_FLATFIELDFOUND;Gefunden
@@ -2076,7 +2067,7 @@ PROFILEPANEL_GLOBALPROFILES;Standardprofile
PROFILEPANEL_LABEL;Bearbeitungsprofile
PROFILEPANEL_LOADDLGLABEL;Bearbeitungsparameter laden...
PROFILEPANEL_LOADPPASTE;Zu ladende Parameter
-PROFILEPANEL_MODE_TIP;Ist der Button aktiviert, werden Teilprofile\nals vollständige Profile geladen.\nFehlende Parameter werden durch\nStandardwerte aufgefüllt.
+PROFILEPANEL_MODE_TOOLTIP;Ist der Button aktiviert, werden Teilprofile\nals vollständige Profile geladen.\nFehlende Parameter werden durch\nStandardwerte aufgefüllt.
PROFILEPANEL_MYPROFILES;Meine Profile
PROFILEPANEL_PASTEPPASTE;Einzufügende Parameter
PROFILEPANEL_PCUSTOM;Benutzerdefiniert
@@ -2152,6 +2143,12 @@ SAVEDLG_WARNFILENAME;Die Datei wird gespeichert als
SHCSELECTOR_TOOLTIP;Um die 3 Regler zurückzusetzen, rechte Maustaste klicken.
SOFTPROOF_GAMUTCHECK_TOOLTIP;Markiert Pixel, deren Farbe außerhalb des Farbumfangs liegen in Abhängigkeit des:\n- Druckerprofils, wenn eines eingestellt und Soft-Proofing aktiviert ist.\n- Ausgabeprofils, wenn ein Druckerprofil nicht eingestellt und Soft-Proofing aktiviert ist.\n- Monitorprofils, wenn Soft-Proofing deaktiviert ist.
SOFTPROOF_TOOLTIP;Soft-Proofing simuliert das Aussehen des Bildes:\n- für den Druck, wenn ein Druckerprofil unter Einstellungen > Farbmanagement eingestellt ist.\n- wenn es auf einem Bildschirm dargestellt wird, der das aktuelle Ausgabeprofil verwendet und kein Druckerprofil eingestellt ist.
+TC_PRIM_BLUX;Bx
+TC_PRIM_BLUY;By
+TC_PRIM_GREX;Gx
+TC_PRIM_GREY;Gy
+TC_PRIM_REDX;Rx
+TC_PRIM_REDY;Ry
THRESHOLDSELECTOR_B;Unten
THRESHOLDSELECTOR_BL;Unten-Links
THRESHOLDSELECTOR_BR;Unten-Rechts
@@ -2242,46 +2239,45 @@ TP_COLORAPP_ABSOLUTELUMINANCE;Leuchtdichte
TP_COLORAPP_ADAPSCEN_TOOLTIP;Entspricht der Leuchtdichte in Candela pro m2 zum Zeitpunkt der Aufnahme, automatisch berechnet aus den Exif-Daten.
TP_COLORAPP_ALGO;Algorithmus
TP_COLORAPP_ALGO_ALL;Alle
-TP_COLORAPP_ALGO_JC;Helligkeit + Buntheit (JH)
+TP_COLORAPP_ALGO_JC;Helligkeit + Buntheit (JC)
TP_COLORAPP_ALGO_JS;Helligkeit + Sättigung (JS)
TP_COLORAPP_ALGO_QM;Helligkeit + Farbigkeit (QM)
TP_COLORAPP_ALGO_TOOLTIP;Auswahl zwischen Parameter-Teilmengen\nund allen Parametern.
-TP_COLORAPP_BADPIXSL;Hot-/Dead-Pixelfilter
+TP_COLORAPP_BADPIXSL;Hot-/Bad-Pixelfilter
TP_COLORAPP_BADPIXSL_TOOLTIP;Unterdrückt Hot-/Dead-Pixel (hell gefärbt).\n0 = Kein Effekt\n1 = Median\n2 = Gaussian\nAlternativ kann das Bild angepasst werden, um sehr dunkle Schatten zu vermeiden.\n\nDiese Artefakte sind auf Einschränkungen von CIECAM02 zurückzuführen.
TP_COLORAPP_BRIGHT;Helligkeit (Q)
-TP_COLORAPP_BRIGHT_TOOLTIP;Helligkeit in CIECAM02/16 berücksichtigt die Weißintensität und unterscheidet sich von L*a*b* und RGB-Helligkeit.
+TP_COLORAPP_BRIGHT_TOOLTIP;Helligkeit in CIECAM berücksichtigt die Weißintensität. Sie unterscheidet sich von L*a*b* und RGB-Helligkeit.
TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;Bei manueller Einstellung werden Werte über 65 empfohlen.
-TP_COLORAPP_CATMET_TOOLTIP;Klassisch - traditionelle CIECAM-Berechnung. Die Transformationen der chromatischen Adaption werden separat auf 'Szenenbedingungen' und 'Grundlichtart' einerseits und auf 'Grundlichtart' und 'Betrachtungsbedingungen' andererseits angewandt.\n\nSymmetrisch - Die chromatische Anpassung basiert auf dem Weißabgleich. Die Einstellungen 'Szenenbedingungen', 'Bildeinstellungen' und 'Betrachtungsbedingungen' werden neutralisiert.\n\nGemischt - Wie die Option 'Klassisch', aber in diesem Fall basiert die chromatische Anpassung auf dem Weißabgleich.
-TP_COLORAPP_CATMOD;Modus CAT02/16
TP_COLORAPP_CATCLASSIC;Klassisch
+TP_COLORAPP_CATMET_TOOLTIP;Klassisch - traditionelle CIECAM-Berechnung. Die Transformationen der chromatischen Adaption werden separat auf 'Szenenbedingungen' und 'Grundlichtart' einerseits und auf 'Grundlichtart' und 'Betrachtungsbedingungen' andererseits angewendet.\n\nSymmetrisch - Die chromatische Anpassung basiert auf dem Weißabgleich. Die Einstellungen 'Szenenbedingungen', 'Bildeinstellungen' und 'Betrachtungsbedingungen' werden neutralisiert.\n\nGemischt - Wie die Option 'Klassisch', aber in diesem Fall basiert die chromatische Anpassung auf dem Weißabgleich.
+TP_COLORAPP_CATMOD;Modus
TP_COLORAPP_CATSYMGEN;Automatisch Symmetrisch
TP_COLORAPP_CATSYMSPE;Gemischt
-TP_COLORAPP_CHROMA;Buntheit (H)
+TP_COLORAPP_CHROMA;Buntheit (C)
TP_COLORAPP_CHROMA_M;Farbigkeit (M)
-TP_COLORAPP_CHROMA_M_TOOLTIP;Die Farbigkeit in CIECAM02/16 unterscheidet sich von L*a*b*- und RGB-Farbigkeit.
+TP_COLORAPP_CHROMA_M_TOOLTIP;Die Farbigkeit in CIECAM unterscheidet sich von L*a*b*- und RGB-Farbigkeit.
TP_COLORAPP_CHROMA_S;Sättigung (S)
-TP_COLORAPP_CHROMA_S_TOOLTIP;Die Sättigung in CIECAM02/16 unterscheidet sich von L*a*b* und RGB-Sättigung.
-TP_COLORAPP_CHROMA_TOOLTIP;Die Buntheit in CIECAM02/16 unterscheidet sich von L*a*b* und RGB-Buntheit.
-TP_COLORAPP_CIECAT_DEGREE;CAT02 Adaptation
+TP_COLORAPP_CHROMA_S_TOOLTIP;Die Sättigung in CIECAM unterscheidet sich von L*a*b* und RGB-Sättigung.
+TP_COLORAPP_CHROMA_TOOLTIP;Die Buntheit in CIECAM unterscheidet sich von L*a*b* und RGB-Buntheit.
+TP_COLORAPP_CIECAT_DEGREE;Adaptation
TP_COLORAPP_CONTRAST;Kontrast (J)
TP_COLORAPP_CONTRAST_Q;Kontrast (Q)
-TP_COLORAPP_CONTRAST_Q_TOOLTIP;Kontrast (Q) in CIECAM02/16 unterscheidet sich vom L*a*b*- und RGB-Kontrast.
-TP_COLORAPP_CONTRAST_TOOLTIP;Kontrast (J) in CIECAM02/16 unterscheidet sich vom L*a*b*- und RGB-Kontrast.
+TP_COLORAPP_CONTRAST_Q_TOOLTIP;Kontrast (Q) in CIECAM basiert auf Helligkeit. Er unterscheidet sich vom L*a*b*- und RGB-Kontrast.
+TP_COLORAPP_CONTRAST_TOOLTIP;Kontrast (J) in CIECAM beruht auf Helligkeit. Er unterscheidet sich vom L*a*b*- und RGB-Kontrast.
TP_COLORAPP_CURVEEDITOR1;Tonwertkurve 1
-TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Zeigt das Histogramm von L (L*a*b*) vor CIECAM02/16.\nWenn 'CIECAM02/16-Ausgabe-Histogramm in Kurven anzeigen' aktiviert ist, wird das Histogramm von J oder Q nach CIECAM02/16-Anpassungen angezeigt.\n\nJ und Q werden nicht im Haupt-Histogramm angezeigt.\nFür die endgültige Ausgabe verwenden Sie das Haupt-Histogramm.
+TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Zeigt das Histogramm von L (L*a*b*) vor CIECAM.\nWenn 'CIECAM-Ausgabe-Histogramm in Kurven anzeigen' aktiviert ist, wird das Histogramm von J oder Q nach CIECAM-Anpassungen angezeigt.\n\nJ und Q werden nicht im Haupt-Histogramm angezeigt.\nFür die endgültige Ausgabe verwenden Sie das Haupt-Histogramm.
TP_COLORAPP_CURVEEDITOR2;Tonwertkurve 2
TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Gleiche Verwendung wie bei der ersten Belichtungstonwertkurve.
TP_COLORAPP_CURVEEDITOR3;Farbkurve
-TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Korrigiert Buntheit, Sättigung oder Farbigkeit.\n\nZeigt das Histogramm der Chromatizität (L*a*b* ) VOR den CIECAM02/16-Änderungen an.\nWenn 'CIECAM02/16-Ausgabe-Histogramm in Kurven anzeigen' aktiviert ist, wird das Histogramm von C, S oder M NACH den CIECAM02/16-Änderungen angezeigt.\n\nC, S und M werden nicht im Haupt-Histogramm angezeigt.\nFür die endgültige Ausgabe verwenden Sie das Haupt-Histogramm.
-TP_COLORAPP_DATACIE;CIECAM02/16-Ausgabe-Histogramm in Kurven anzeigen
-TP_COLORAPP_DATACIE_TOOLTIP;Wenn aktiviert, zeigen die Histogramme der CIECAM02/16-Kurven die angenäherten Werte/Bereiche für J oder Q und C, S oder M NACH den CIECAM02/16-Anpassungen an. Das betrifft nicht das Haupt-Histogramm.\n\nWenn deaktiviert, zeigen die Histogramme der CIECAM02/16-Kurven die L*a*b*-Werte VOR den CIECAM02/16-Anpassungen an.
+TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Korrigiert Buntheit, Sättigung oder Farbigkeit.\n\nZeigt das Histogramm der Chromatizität (L*a*b* ) VOR den CIECAM-Änderungen an.\nWenn 'CIECAM-Ausgabe-Histogramm in Kurven anzeigen' aktiviert ist, wird das Histogramm von C, S oder M NACH den CIECAM-Änderungen angezeigt.\n\nC, S und M werden nicht im Haupt-Histogramm angezeigt.\nFür die endgültige Ausgabe verwenden Sie das Haupt-Histogramm.
+TP_COLORAPP_DATACIE;CIECAM-Ausgabe-Histogramm in CAL-Kurven anzeigen
+TP_COLORAPP_DATACIE_TOOLTIP;Beeinflusst die Histogramme in FuB. Beeinflusst nicht das Haupt-Histogramm von RawTherapee.\n\nAktiviert: zeigt ungefähre Werte für J und C, S oder M NACH den CIECAM-Anpassungen.\nDeaktiviert: zeigt L*a*b*-Werte VOR den CIECAM-Anpassungen.
TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 ist eine Methode, die die Werte eines Bildes, dessen Weißpunkt der einer gegebenen Lichtart (z.B. D65) entspricht, in Werte umwandelt, deren Weißpunkt einer anderen Lichtart entspricht (z.B. D50 oder D55).
TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 ist eine Methode, die die Werte eines Bildes, dessen Weißpunkt der einer gegebenen Lichtart (z.B. D50) entspricht, in Werte umwandelt, deren Weißpunkt einer anderen Lichtart entspricht (z.B. D75).
-TP_COLORAPP_FREE;Farbtemperatur + Tönung + CAT02 + [Ausgabe]
-TP_COLORAPP_GAMUT;Gamutkontrolle (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;Gamutkontrolle im L*a*b*-Modus erlauben.
+TP_COLORAPP_FREE;Farbtemperatur + Tönung + CAT02/16 + [Ausgabe]
+TP_COLORAPP_GAMUT;Gamutkontrolle im L*a*b*-Modus anwenden
TP_COLORAPP_GEN;Voreinstellungen
-TP_COLORAPP_GEN_TOOLTIP;Dieses Modul basiert auf dem CIECAM-Farberscheinungsmodell, das entwickelt wurde, um die Farbwahrnehmung des menschlichen Auges unter verschiedenen Lichtverhältnissen besser zu simulieren, z.B. vor unterschiedlichen Hintergründen.\nEs berücksichtigt die Umgebung jeder Farbe und modifiziert ihr Erscheinungsbild, um sie so nah wie möglich an die menschliche Wahrnehmung wiederzugeben.\nDie Ausgabe wird auch an die beabsichtigten Betrachtungsbedingungen (Monitor, Fernseher, Projektor, Drucker usw.) angepasst, sodass das chromatische Erscheinungsbild über die Szene und die Anzeigeumgebung hinweg erhalten bleibt.
+TP_COLORAPP_GEN_TOOLTIP;Dieses Modul basiert auf dem CIECAM-Farberscheinungsmodell, das entwickelt wurde, um die Farbwahrnehmung des menschlichen Auges unter verschiedenen Lichtverhältnissen besser zu simulieren, z.B. vor unterschiedlichen Hintergründen. Es berücksichtigt die Umgebung jeder Farbe und modifiziert ihr Erscheinungsbild, um sie so nah wie möglich an die menschliche Wahrnehmung wiederzugeben. Die Ausgabe wird auch an die beabsichtigten Betrachtungsbedingungen (Monitor, Fernseher, Projektor, Drucker usw.) angepasst, sodass das chromatische Erscheinungsbild über die Szene und die Anzeigeumgebung hinweg erhalten bleibt.
TP_COLORAPP_HUE;Farbton (H)
TP_COLORAPP_HUE_TOOLTIP;Farbton (H) - Winkel zwischen 0° und 360°.
TP_COLORAPP_IL41;D41
@@ -2294,34 +2290,32 @@ TP_COLORAPP_ILA;Glühlampe Normlichtart A 2856K
TP_COLORAPP_ILFREE;Frei
TP_COLORAPP_ILLUM;Beleuchtung
TP_COLORAPP_ILLUM_TOOLTIP;Wählen Sie die Lichtquelle, die den Aufnahmebedingungen am nächsten kommt.\nIm Allgemeinen kann D50 gewählt werden, das kann sich jedoch je nach Zeit und Breitengrad ändern.
-TP_COLORAPP_LABEL;CIE CAM (Farberscheinungsmodell) 02/16
+TP_COLORAPP_LABEL;Farberscheinung und Beleuchtung
TP_COLORAPP_LABEL_CAM02;Bildanpassungen
TP_COLORAPP_LABEL_SCENE;Umgebungsbedingungen (Szene)
TP_COLORAPP_LABEL_VIEWING;Betrachtungsbedingungen
TP_COLORAPP_LIGHT;Helligkeit (J)
-TP_COLORAPP_LIGHT_TOOLTIP;Helligkeit in CIECAM02/16 unterscheidet sich von L*a*b* und RGB Helligkeit.
+TP_COLORAPP_LIGHT_TOOLTIP;Helligkeit in CIECAM unterscheidet sich von L*a*b* und RGB Helligkeit.
TP_COLORAPP_MEANLUMINANCE;Mittlere Leuchtdichte (Yb%)
+TP_COLORAPP_MOD02;CAM02
+TP_COLORAPP_MOD16;CAM16
TP_COLORAPP_MODEL;Weißpunktmodell
-TP_COLORAPP_MODEL_TOOLTIP;Weißabgleich [RT] + [Ausgabe]:\nRTs Weißabgleich wird für die Szene verwendet,\nCIECAM02/16 auf D50 gesetzt und der Weißabgleich\ndes Ausgabegerätes kann unter:\nEinstellungen > Farb-Management\neingestellt werden.\n\nWeißabgleich [RT+CAT02/16] + [Ausgabe]:\nRTs Weißabgleich wird für CAT02 verwendet und\nder Weißabgleich des Ausgabegerätes kann unter\nEinstellungen > Farb-Management\neingestellt werden.
-TP_COLORAPP_MODELCAT;CAM Modell
-TP_COLORAPP_MODELCAT_TOOLTIP;Ermöglicht die Auswahl zwischen CIECAM02 oder CIECAM16.\nCIECAM02 ist manchmal genauer.\nCIECAM16 sollte weniger Artefakte erzeugen.
-TP_COLORAPP_MOD02;CIECAM02
-TP_COLORAPP_MOD16;CIECAM16
+TP_COLORAPP_MODELCAT;CAM
+TP_COLORAPP_MODELCAT_TOOLTIP;Ermöglicht die Auswahl zwischen CAM02 oder CAM16.\nCAM02 ist manchmal genauer.\nCAM16 sollte weniger Artefakte erzeugen.
+TP_COLORAPP_MODEL_TOOLTIP;Weißabgleich [RT] + [Ausgabe]:\nRTs Weißabgleich wird für die Szene verwendet,\nCIECAM auf D50 gesetzt und der Weißabgleich\ndes Ausgabegerätes kann unter:\nEinstellungen > Farb-Management\neingestellt werden.\n\nWeißabgleich [RT+CAT02/16] + [Ausgabe]:\nRTs Weißabgleich wird für CAT02 verwendet und\nder Weißabgleich des Ausgabegerätes kann unter\nEinstellungen > Farb-Management\neingestellt werden.
TP_COLORAPP_NEUTRAL;Zurücksetzen
-TP_COLORAPP_NEUTRAL_TIP;Setzt alle CIECAM02-Parameter auf Vorgabewerte zurück.
-TP_COLORAPP_PRESETCAT02;Voreinstellung Modus CAT02/16 Automatisch - Symmetrisch
-TP_COLORAPP_PRESETCAT02_TIP;Stellen Sie die Combobox-Schieberegler Temp, Grün so ein, dass Cat02/16 automatisch voreingestellt ist.\nSie können die Beleuchtungsbedingungen für die Aufnahme ändern.\nCAT02/16-Anpassung an die Betrachtungsbedingungen, Temperatur, Farbton und andere Einstellungen können, falls erforderlich, geändert werden.\nAlle automatischen Kontrollkästchen sind deaktiviert.
+TP_COLORAPP_NEUTRAL_TOOLTIP;Setzt alle Parameter auf Vorgabewerte zurück.
TP_COLORAPP_RSTPRO;Hautfarbtöne schützen
TP_COLORAPP_RSTPRO_TOOLTIP;Hautfarbtöne schützen\nWirkt sich auf Regler und Kurven aus.
TP_COLORAPP_SOURCEF_TOOLTIP;Entspricht den Aufnahmebedingungen und wie man die Bedingungen und Daten wieder in einen normalen Bereich bringt. 'Normal' bedeutet Durchschnitts- oder Standardbedingungen und Daten, d. h. ohne Berücksichtigung von CIECAM-Korrekturen.
TP_COLORAPP_SURROUND;Umgebung
-TP_COLORAPP_SURROUNDSRC;Lichtumgebung
+TP_COLORAPP_SURROUNDSRC;Umgebung
TP_COLORAPP_SURROUND_AVER;Durchschnitt
TP_COLORAPP_SURROUND_DARK;Dunkel
TP_COLORAPP_SURROUND_DIM;Gedimmt
TP_COLORAPP_SURROUND_EXDARK;Extrem Dunkel (Cutsheet)
-TP_COLORAPP_SURROUND_TOOLTIP;Verändert Töne und Farben unter Berücksichtigung der\nBetrachtungsbedingungen des Ausgabegerätes.\n\nDurchschnitt:\nDurchschnittliche Lichtumgebung (Standard).\nDas Bild wird nicht angepasst.\n\nGedimmt:\nGedimmte Umgebung (TV). Das Bild wird leicht dunkel.\n\nDunkel:\nDunkle Umgebung (Projektor). Das Bild wird dunkler.\n\nExtrem dunkel:\nExtrem dunkle Umgebung. Das Bild wird sehr dunkel.
-TP_COLORAPP_SURSOURCE_TOOLTIP;Verändert Töne und Farben unter Berücksichtigung der Szenenbedingungen.\n\nDurchschnitt: Durchschnittliche Lichtumgebung (Standard). Das Bild wird nicht angepasst.\n\nGedimmt: Gedimmte Umgebung. Das Bild wird leicht hell.\n\nDunkel: Dunkle Umgebung. Das Bild wird heller.\n\nExtrem dunkel: Extrem dunkle Umgebung. Das Bild wird sehr hell.
+TP_COLORAPP_SURROUND_TOOLTIP;Ändert Töne und Farben, um die Betrachtungsbedingungen des Ausgabegeräts zu berücksichtigen. Je dunkler die Betrachtungsbedingungen sind, desto dunkler wird das Bild. Die Bildhelligkeit wird nicht geändert, wenn die Betrachtungsbedingungen auf durchschnittlich eingestellt sind.
+TP_COLORAPP_SURSOURCE_TOOLTIP;Ändert Töne und Farben, um die Umgebungsbedingungen der Szenenbeleuchtung zu berücksichtigen. Je dunkler die Umgebungsbedingungen sind, desto heller wird das Bild. Die Bildhelligkeit wird nicht geändert, wenn der Umgebungs-Wert auf Durchschnitt eingestellt ist.
TP_COLORAPP_TCMODE_BRIGHTNESS;Helligkeit (Q)
TP_COLORAPP_TCMODE_CHROMA;Buntheit (H)
TP_COLORAPP_TCMODE_COLORF;Farbigkeit (M)
@@ -2331,11 +2325,10 @@ TP_COLORAPP_TCMODE_LABEL3;Farbkurve Modus
TP_COLORAPP_TCMODE_LIGHTNESS;Helligkeit (J)
TP_COLORAPP_TCMODE_SATUR;Sättigung (S)
TP_COLORAPP_TEMP2_TOOLTIP;Symmetrischer Modus Temp = Weißabgleich.\nBei Auswahl einer Beleuchtung setze Tönung=1.\n\nA Temp=2856\nD41 Temp=4100\nD50 Temp=5003\nD55 Temp=5503\nD60 Temp=6000\nD65 Temp=6504\nD75 Temp=7504
-TP_COLORAPP_TEMPOUT_TOOLTIP;Deaktivieren um Temperatur und Tönung zu ändern.
TP_COLORAPP_TEMP_TOOLTIP;Um eine Beleuchtungsart auszuwählen, setzen Sie die Tönung immer auf '1'.\nA Temp=2856\nD50 Temp=5003\nD55 Temp=5503\nD65 Temp=6504\nD75 Temp=7504
-TP_COLORAPP_TONECIE;Tonwertkorrektur mittels CIECAM02/16
+TP_COLORAPP_TONECIE;verwende CIECAM für die Tonwertkorrektur
TP_COLORAPP_TONECIE_TOOLTIP;Wenn diese Option ausgeschaltet ist, wird die Tonwertkorrektur im L*a*b*-Farbraum durchgeführt.\nWenn die Option eingeschaltet ist, wird CIECAM02 für die Tonwertkorrektur verwendet. Das Werkzeug Tonwertkorrektur muss aktiviert sein, damit diese Option berücksichtigt wird.
-TP_COLORAPP_VIEWINGF_TOOLTIP;Berücksichtigt, auf welchem Gerät das endgültige Bild angezeigt wird (Monitor, Fernseher, Projektor, Drucker, ...) sowie seine Umgebung. Dieser Prozess nimmt die Daten aus dem Prozess 'Image Adjustments' auf und "passt" sie so an das Gerät an, dass die Betrachtungsbedingungen und die Umgebung berücksichtigt werden.
+TP_COLORAPP_VIEWINGF_TOOLTIP;Berücksichtigt, auf welchem Gerät das endgültige Bild angezeigt wird (Monitor, Fernseher, Projektor, Drucker, etc.) sowie seine Umgebung. Dieser Prozess nimmt die Daten aus dem Prozess 'Image Adjustments' auf und "passt" sie so an das Gerät an, dass die Betrachtungsbedingungen und die Umgebung berücksichtigt werden.
TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;Absolute Luminanz der Betrachtungsumgebung\n(normalerweise 16cd/m²).
TP_COLORAPP_WBCAM;[RT+CAT02/16] + [Ausgabe]
TP_COLORAPP_WBRT;[RT] + [Ausgabe]
@@ -2377,10 +2370,10 @@ TP_COLORTONING_LUMA;Luminanz
TP_COLORTONING_LUMAMODE;Luminanz schützen
TP_COLORTONING_LUMAMODE_TOOLTIP;Wenn aktiviert, wird die Luminanz der Farben Rot, Grün, Cyan, Blau... geschützt.
TP_COLORTONING_METHOD;Methode
-TP_COLORTONING_METHOD_TOOLTIP;L*a*b*-Überlagerung, RGB-Regler und RGB-Kurven\nverwenden eine interpolierte Farbüberlagerung.\n\nFarbausgleich (Schatten/Mitten/Lichter) und Sättigung\n(2-Farben) verwenden direkte Farben.
+TP_COLORTONING_METHOD_TOOLTIP;L*a*b*-Überlagerung, RGB-Regler und RGB-Kurven verwenden eine interpolierte Farbüberlagerung.\n\nFarbausgleich (Schatten/Mitten/Lichter) und Sättigung (2-Farben) verwenden direkte Farben.\nDas Schwarz-Weiß-Werkzeug kann aktiviert werden, wenn eine beliebige Farbtönungsmethode verwendet wird, die eine Farbtönung ermöglicht.
TP_COLORTONING_MIDTONES;Mitten
TP_COLORTONING_NEUTRAL;Regler zurücksetzen
-TP_COLORTONING_NEUTRAL_TIP;Alle Werte auf Standard zurücksetzen.\n(Schatten, Mitten, Lichter)
+TP_COLORTONING_NEUTRAL_TOOLTIP;Alle Werte auf Standard zurücksetzen.\n(Schatten, Mitten, Lichter)
TP_COLORTONING_OPACITY;Deckkraft
TP_COLORTONING_RGBCURVES;RGB-Kurven
TP_COLORTONING_RGBSLIDERS;RGB-Regler
@@ -2438,7 +2431,7 @@ TP_DIRPYRDENOISE_CHROMINANCE_MANUAL;Benutzerdefiniert
TP_DIRPYRDENOISE_CHROMINANCE_MASTER;Chrominanz (Master)
TP_DIRPYRDENOISE_CHROMINANCE_METHOD;Methode
TP_DIRPYRDENOISE_CHROMINANCE_METHODADVANCED_TOOLTIP;Benutzerdefiniert:\nManuelle Anpassung der Chrominanz-Rauschreduzierung.\n\nAutomatisch Global:\nEs werden 9 Zonen für die Berechnung der Chrominanz-\nRauschreduzierung verwendet.\n\nVorschau:\nNur der sichbare Teil des Bildes wird für die Berechnung\nder Chrominanz-Rauschreduzierung verwendet.
-TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Benutzerdefiniert:\nManuelle Anpassung der Chrominanz-Rauschreduzierung.\n\nAutomatisch Global:\nEs werden 9 Zonen für die Berechnung der Chrominanz-\nRauschreduzierung verwendet.\n\nAuto-Multizonen:\nKeine Voransicht - wird erst beim Speichern angewendet.\nAbhängig von der Bildgröße, wird das Bild in ca. 10 bis 70\nKacheln aufgeteilt. Für jede Kachel wird die Chrominanz-\nRauschreduzierung individuell berechnet.\n\nVorschau:\nNur der sichtbare Teil des Bildes wird für die Berechnung\nder Chrominanz-Rauschreduzierung verwendet.
+TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Benutzerdefiniert:\nManuelle Anpassung der Chrominanz-Rauschreduzierung.\n\nAutomatisch Global:\nEs werden 9 Zonen für die Berechnung der Chrominanz-Rauschreduzierung verwendet.\n\nAuto-Multizonen:\nKeine Voransicht - wird erst beim Speichern angewendet.\nIn Abhängigkeit von der Bildgröße, wird das Bild in ca. 10 bis 70 Kacheln aufgeteilt. Für jede Kachel wird die Chrominanz-Rauschreduzierung individuell berechnet.\n\nVorschau:\nNur der sichtbare Teil des Bildes wird für die Berechnung der Chrominanz-Rauschreduzierung verwendet.
TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Vorschau
TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW;Vorschau
TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Zeigt das Restrauschen des sichtbaren Bildbereichs\nin der 100%-Ansicht an.\n\n<50: Sehr wenig Rauschen\n50 - 100: Wenig Rauschen\n100 - 300: Durchschnittliches Rauschen\n>300: Hohes Rauschen\n\nDie Werte unterscheiden sich im L*a*b*- und RGB-Modus.\nDie RGB-Werte sind ungenauer, da der RGB-Modus\nLuminanz und Chrominanz nicht komplett trennt.
@@ -2497,7 +2490,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;-100: Nur Farben innerhalb des Bereichs werden v
TP_DIRPYREQUALIZER_THRESHOLD;Schwelle
TP_DIRPYREQUALIZER_TOOLTIP;Verringert Artefakte an den Übergängen\nzwischen Hautfarbtönen und dem Rest des Bildes.
TP_DISTORTION_AMOUNT;Intensität
-TP_DISTORTION_AUTO_TIP;Korrigiert die Verzeichnung in RAW-Bildern durch Vergleich mit dem eingebetteten JPEG, falls dieses existiert und die Verzeichnung durch die Kamera korrigiert wurde.
+TP_DISTORTION_AUTO_TOOLTIP;Korrigiert die Verzeichnung in RAW-Bildern durch Vergleich mit dem eingebetteten JPEG, falls dieses existiert und die Verzeichnung durch die Kamera korrigiert wurde.
TP_DISTORTION_LABEL;Verzeichnungskorrektur
TP_EPD_EDGESTOPPING;Kantenschutz
TP_EPD_GAMMA;Gamma
@@ -2506,19 +2499,19 @@ TP_EPD_REWEIGHTINGITERATES;Iterationen
TP_EPD_SCALE;Faktor
TP_EPD_STRENGTH;Intensität
TP_EXPOSURE_AUTOLEVELS;Auto
-TP_EXPOSURE_AUTOLEVELS_TIP;Automatische Belichtungseinstellung\nBasierend auf Bildanalyse.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Automatische Belichtungseinstellung\nBasierend auf Bildanalyse.
TP_EXPOSURE_BLACKLEVEL;Schwarzwert
TP_EXPOSURE_BRIGHTNESS;Helligkeit
TP_EXPOSURE_CLAMPOOG;Farben auf Farbraum beschränken
TP_EXPOSURE_CLIP;Clip %:
-TP_EXPOSURE_CLIP_TIP;Anteil der Pixel, die sich bei automatischer\nBelichtungseinstellung im Bereich der\nSpitzlichter und Schatten befinden sollen.
+TP_EXPOSURE_CLIP_TOOLTIP;Anteil der Pixel, die sich bei automatischer\nBelichtungseinstellung im Bereich der\nSpitzlichter und Schatten befinden sollen.
TP_EXPOSURE_COMPRHIGHLIGHTS;Lichterkompression
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Lichterkompression Schwelle
TP_EXPOSURE_COMPRSHADOWS;Schattenkompression
TP_EXPOSURE_CONTRAST;Kontrast
TP_EXPOSURE_CURVEEDITOR1;Tonwertkurve 1
TP_EXPOSURE_CURVEEDITOR2;Tonwertkurve 2
-TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Um mit den doppelten Tonwert-Kurven die besten Ergenisse zu erzielen, lesen Sie bitte den Abschnitt im Handbuch unter:\nDer Werkzeugkasten > Reiter Belichtung > Belichtungsbereich > Tonwertkurve.
+TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Um mit den doppelten Tonwert-Kurven die besten Ergenisse zu erzielen, lesen Sie bitte den Abschnitt im Handbuch unter:\nDer Werkzeugkasten > Reiter Belichtung > Tonwertkurven.
TP_EXPOSURE_EXPCOMP;Belichtungskorrektur
TP_EXPOSURE_HISTMATCHING;Auto-Tonwertkurve
TP_EXPOSURE_HISTMATCHING_TOOLTIP;Passt Regler und Kurven (mit Ausnahme der Belichtungskorrektur)\nautomatisch an, um das eingebettete JPEG-Bild zu simulieren.
@@ -2538,11 +2531,8 @@ TP_FILMNEGATIVE_BLUE;Blauverhältnis
TP_FILMNEGATIVE_BLUEBALANCE;Balance Kalt/Warm
TP_FILMNEGATIVE_COLORSPACE;Farbraum
TP_FILMNEGATIVE_COLORSPACE_INPUT;Eingangsfarbraum
-TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Wählen Sie den Farbraum aus, der verwendet werden soll, um die Negativ-Umkehrung durchzuführen:\nEingangsfarbraum: Führt die Umkehrung durch, bevor das Eingangsprofil angewendet wird, wie in den vorherigen Versionen von RT.\nArbeitsfarbraum< /b>: Führt die Umkehrung nach dem Eingabeprofil durch, wobei das aktuell ausgewählte Arbeitsprofil angewandt wird.
+TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Wählen Sie den Farbraum aus, der verwendet werden soll, um die Negativ-Umkehrung durchzuführen:\nEingangsfarbraum: Führt die Umkehrung durch, bevor das Eingangsprofil angewendet wird, wie in den vorherigen Versionen von RT.\nArbeitsfarbraum< /b>: Führt die Umkehrung nach dem Eingabeprofil durch, wobei das aktuell ausgewählte Arbeitsprofil angewendet wird.
TP_FILMNEGATIVE_COLORSPACE_WORKING;Arbeitsfarbraum
-TP_FILMNEGATIVE_REF_LABEL;Eingang RGB: %1
-TP_FILMNEGATIVE_REF_PICK;Farbwähler
-TP_FILMNEGATIVE_REF_TOOLTIP;Auswahl eines Graupunktes, um den Weißabgleich für das Positivbild zu setzen.
TP_FILMNEGATIVE_GREEN;Bezugsexponent
TP_FILMNEGATIVE_GREENBALANCE;Balance Magenta/Grün
TP_FILMNEGATIVE_GUESS_TOOLTIP;Setzt automatisch die Rot- und Blau-Werte, indem mit der Pipette zwei Punkte ohne Farbinformation im Originalbild genommen werden. Diese Punkte sollten in der Helligkeit unterschiedlich sein. Der Weißabgleich sollte erst danach vorgenommen werden.
@@ -2550,6 +2540,9 @@ TP_FILMNEGATIVE_LABEL;Negativfilm
TP_FILMNEGATIVE_OUT_LEVEL;Ausgabestärke
TP_FILMNEGATIVE_PICK;Neutrale Punkte anwählen
TP_FILMNEGATIVE_RED;Rotverhältnis
+TP_FILMNEGATIVE_REF_LABEL;Eingang RGB: %1
+TP_FILMNEGATIVE_REF_PICK;Farbwähler
+TP_FILMNEGATIVE_REF_TOOLTIP;Auswahl eines Graupunktes, um den Weißabgleich für das Positivbild zu setzen.
TP_FILMSIMULATION_LABEL;Filmsimulation
TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee sucht nach Hald-CLUT-Bildern, die für die Filmsimulation benötigt werden, in einem Ordner, der zu viel Zeit zum Laden benötigt.\nGehen Sie zu\n< Einstellungen > Bildbearbeitung > Filmsimulation >\nund prüfen Sie, welcher Order benutzt wird. Wählen Sie den Ordner aus, der nur die Hald-CLUT-Bilder beinhaltet oder einen leeren Ordner, wenn Sie die Filmsimulation nicht verwenden möchten.\n\nWeitere Informationen über die Filmsimulation finden Sie auf RawPedia.\n\nMöchten Sie die Suche beenden?
TP_FILMSIMULATION_STRENGTH;Intensität
@@ -2580,8 +2573,8 @@ TP_GRADIENT_STRENGTH_TOOLTIP;Filterstärke in Blendenstufen.
TP_HLREC_BLEND;Überlagerung
TP_HLREC_CIELAB;CIELab-Überlagerung
TP_HLREC_COLOR;Farbübertragung
-TP_HLREC_HLBLUR;Unschärfe
TP_HLREC_ENA_TOOLTIP;Wird bei Verwendung der automatischen\nBelichtungskorrektur möglicherweise\naktiviert.
+TP_HLREC_HLBLUR;Unschärfe
TP_HLREC_LABEL;Lichter rekonstruieren
TP_HLREC_LUMINANCE;Luminanz wiederherstellen
TP_HLREC_METHOD;Methode:
@@ -2599,8 +2592,8 @@ TP_ICM_APPLYLOOKTABLE_TOOLTIP;Die eingebettete DCP-'Look'-Tabelle verwenden.\nDi
TP_ICM_BPC;Schwarzpunkt-Kompensation
TP_ICM_DCPILLUMINANT;Illumination
TP_ICM_DCPILLUMINANT_INTERPOLATED;Interpoliert
-TP_ICM_DCPILLUMINANT_TOOLTIP;DCP-Illumination auswählen. Vorgabe ist\n'Interpoliert'. Die Einstellung ist nur verfügbar,\nwenn sie vom Eingangsfarbprofil unterstützt\nwird.
-TP_ICM_FBW;Schwarz und Weiß
+TP_ICM_DCPILLUMINANT_TOOLTIP;DCP-Illumination auswählen. Vorgabe ist 'Interpoliert'. Die Einstellung ist nur verfügbar, wenn sie vom Eingangsfarbprofil unterstützt wird.
+TP_ICM_FBW;Schwarz-Weiß
TP_ICM_ILLUMPRIM_TOOLTIP;Wählen Sie die Lichtart, die den Aufnahmebedingungen am nächsten kommt.\nÄnderungen können nur vorgenommen werden, wenn die Auswahl 'Ziel-Primärfarben' auf 'Benutzerdefiniert (Schieberegler)' eingestellt ist.
TP_ICM_INPUTCAMERA;Kamera-Standard
TP_ICM_INPUTCAMERAICC;Kameraspezifisches Profil
@@ -2620,11 +2613,12 @@ TP_ICM_NEUTRAL;Zurücksetzen
TP_ICM_NOICM;Kein ICM: sRGB-Ausgabe
TP_ICM_OUTPUTPROFILE;Ausgabeprofil
TP_ICM_OUTPUTPROFILE_TOOLTIP;Standardmäßig sind alle RTv4- oder RTv2-Profile mit TRC - sRGB: g=2.4 s=12.92 voreingestellt.\n\nMit 'ICC Profile Creator' können Sie v4- oder v2-Profile mit den folgenden Auswahlmöglichkeiten erstellen:\n- Primär: Aces AP0, Aces AP1 , AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Benutzerdefiniert\n- TRC: BT709, sRGB, linear, Standard g=2,2, Standard g=1,8, Benutzerdefiniert\n- Lichtart: D41, D50, D55 , D60, D65, D80, stdA 2856K
-TP_ICM_PRIMRED_TOOLTIP;Primäreinstellungen Rot:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
-TP_ICM_PRIMGRE_TOOLTIP;Primäreinstellungen Grün:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
TP_ICM_PRIMBLU_TOOLTIP;Primäreinstellungen Blau:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+TP_ICM_PRIMGRE_TOOLTIP;Primäreinstellungen Grün:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+TP_ICM_PRIMILLUM_TOOLTIP;Sie können ein Bild von seinem ursprünglichen Modus 'Arbeitsprofil' in einen anderen Modus 'Ziel-Primärdateien' ändern. Wenn Sie für ein Bild einen anderen Farbmodus auswählen, ändern Sie dauerhaft die Farbwerte im Bild.\n\nDas Ändern der 'Primärfarben' ist ziemlich komplex und schwierig zu verwenden. Es erfordert viel Experimentieren.\nEs ist in der Lage, exotische Farbanpassungen als Kanalmixer-Primärfarben vorzunehmen.\nErmöglicht Ihnen, die Kamerakalibrierung mit Benutzerdefiniert (Schieberegler) zu ändern.
+TP_ICM_PRIMRED_TOOLTIP;Primäreinstellungen Rot:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
TP_ICM_PROFILEINTENT;Wiedergabe
-TP_ICM_REDFRAME;Benutzerdefinierte Voreinstellungen
+TP_ICM_REDFRAME;Benutzerdefinierte Einstellungen
TP_ICM_SAVEREFERENCE;Referenzbild speichern
TP_ICM_SAVEREFERENCE_APPLYWB;Weißabgleich anwenden
TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Um ICC-Profile zu erstellen, den Weißabgleich beim Speichern anwenden. Um DCP-Profile zu erstellen, den Weißabgleich NICHT beim Speichern anwenden.
@@ -2633,22 +2627,12 @@ TP_ICM_TONECURVE;Tonwertkurve
TP_ICM_TONECURVE_TOOLTIP;Eingebettete DCP-Tonwertkurve verwenden.\nDie Einstellung ist nur verfügbar, wenn sie vom Eingangsfarbprofil unterstützt wird.
TP_ICM_TRCFRAME;Abstraktes Profil
TP_ICM_TRCFRAME_TOOLTIP;Auch bekannt als 'synthetisches' oder 'virtuelles' Profil, das am Ende der Verarbeitungspipeline (vor CIECAM) angewendet wird, sodass Sie benutzerdefinierte Bildeffekte erstellen können.\nSie können Änderungen vornehmen an:\n'Farbtonkennlinie': Ändert die Farbtöne des Bildes.\n'Beleuchtungsart': Ermöglicht Ihnen, die Profil-Primärfarben zu ändern, um sie an die Aufnahmebedingungen anzupassen.\n'Ziel-Primärfarben': Ermöglicht Ihnen, die Ziel-Primärfarben mit zwei Hauptanwendungen zu ändern - Kanalmischer und -kalibrierung.\nHinweis: Abstrakte Profile berücksichtigen die integrierten Arbeitsprofile, ohne sie zu ändern. Sie funktionieren nicht mit benutzerdefinierten Arbeitsprofilen.
-TP_ICM_WORKING_CIEDIAG;CIE xy-Diagramm
-TP_ICM_WORKINGPROFILE;Arbeitsfarbraum
-TP_ICM_WORKING_PRESER;Pastelltöne erhalten
-TP_ICM_WORKING_TRC;Farbtonkennlinie:
-TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
-TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
-TP_ICM_WORKING_TRC_22;Adobe g=2.2
-TP_ICM_WORKING_TRC_18;ProPhoto g=1.8
-TP_ICM_WORKING_TRC_LIN;Linear g=1
-TP_ICM_WORKING_TRC_CUSTOM;Benutzerdefiniert
-TP_ICM_WORKING_TRC_GAMMA;Gamma
-TP_ICM_WORKING_TRC_NONE;Keine
-TP_ICM_WORKING_TRC_SLOPE;Steigung
TP_ICM_TRC_TOOLTIP;Ermöglicht Ihnen, die standardmäßige sRGB-'Farbtonkennlinie' in RT (g=2,4 s=12,92) zu ändern.\nDiese Farbtonkennlinie modifiziert die Farbtöne des Bildes. Die RGB- und Lab-Werte, das Histogramm und die Ausgabe (Bildschirm, TIF, JPG) werden geändert:\nGamma wirkt hauptsächlich auf helle Töne, Steigung wirkt hauptsächlich auf dunkle Töne.\nSie können ein beliebiges Paar von 'Gamma' und 'Steigung' (Werte >1) wählen, und der Algorithmus stellt sicher, dass zwischen den linearen und parabolischen Teilen der Kurve Kontinuität besteht.\nEine andere Auswahl als 'Keine' aktiviert die Menüs 'Lichtart' und 'Ziel-Primärfarben'.
+TP_ICM_WORKINGPROFILE;Arbeitsfarbraum
+TP_ICM_WORKING_CIEDIAG;CIE xy-Diagramm
TP_ICM_WORKING_ILLU;Beleuchtung
-TP_ICM_WORKING_ILLU_NONE;Standard
+TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
TP_ICM_WORKING_ILLU_D41;D41
TP_ICM_WORKING_ILLU_D50;D50
TP_ICM_WORKING_ILLU_D55;D55
@@ -2656,25 +2640,34 @@ TP_ICM_WORKING_ILLU_D60;D60
TP_ICM_WORKING_ILLU_D65;D65
TP_ICM_WORKING_ILLU_D80;D80
TP_ICM_WORKING_ILLU_D120;D120
+TP_ICM_WORKING_ILLU_NONE;Standard
TP_ICM_WORKING_ILLU_STDA;Glühbirne Normlicht A 2875K
-TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
-TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+TP_ICM_WORKING_PRESER;Pastelltöne erhalten
TP_ICM_WORKING_PRIM;Zielvorwahl
-TP_ICM_PRIMILLUM_TOOLTIP;Sie können ein Bild von seinem ursprünglichen Modus ('Arbeitsprofil') in einen anderen Modus ('Zielvorwahl') ändern. Wenn Sie einen anderen Farbmodus für ein Bild auswählen, ändern Sie die Farbwerte im Bild dauerhaft.\n\nDas Ändern der 'Primärfarben' ist ziemlich komplex und schwierig zu verwenden. Es erfordert viel Experimentieren.\nEs kann exotische Farbanpassungen als Primärfarben des Kanalmischers vornehmen.\nEs ermöglicht Ihnen, die Kamerakalibrierung mit 'Benutzerdefiniert (Schieberegler)' zu ändern.
-TP_ICM_WORKING_PRIM_NONE;Standard
-TP_ICM_WORKING_PRIM_SRGB;sRGB
-TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
-TP_ICM_WORKING_PRIM_PROP;ProPhoto
-TP_ICM_WORKING_PRIM_REC;Rec2020
-TP_ICM_WORKING_PRIM_ACE;ACESp1
-TP_ICM_WORKING_PRIM_WID;WideGamut
+TP_ICM_WORKING_PRIMFRAME_TOOLTIP;Wenn 'Benutzerdefiniert CIE xy-Diagramm' in der Combobox 'Zielvorwahl' ausgewählt ist, können die Werte der 3 Primärfarben direkt im Diagramm geändert werden.\nBeachten Sie, dass in diesem Fall die Weißpunktposition im Diagramm nicht aktualisiert wird.
TP_ICM_WORKING_PRIM_AC0;ACESp0
-TP_ICM_WORKING_PRIM_BRU;BruceRGB
+TP_ICM_WORKING_PRIM_ACE;ACESp1
+TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
TP_ICM_WORKING_PRIM_BET;Beta RGB
+TP_ICM_WORKING_PRIM_BRU;BruceRGB
TP_ICM_WORKING_PRIM_BST;BestRGB
TP_ICM_WORKING_PRIM_CUS;Benutzerdefiniert (Regler)
TP_ICM_WORKING_PRIM_CUSGR;Benutzerdefiniert (CIE xy-Diagramm)
-TP_ICM_WORKING_PRIMFRAME_TOOLTIP;Wenn 'Benutzerdefiniert CIE xy-Diagramm' in der Combobox 'Zielvorwahl' ausgewählt ist, können die Werte der 3 Primärfarben direkt im Diagramm geändert werden.\nBeachten Sie, dass in diesem Fall die Weißpunktposition im Diagramm nicht aktualisiert wird.
+TP_ICM_WORKING_PRIM_NONE;Standard
+TP_ICM_WORKING_PRIM_PROP;ProPhoto
+TP_ICM_WORKING_PRIM_REC;Rec2020
+TP_ICM_WORKING_PRIM_SRGB;sRGB
+TP_ICM_WORKING_PRIM_WID;WideGamut
+TP_ICM_WORKING_TRC;Farbtonkennlinie:
+TP_ICM_WORKING_TRC_18;ProPhoto g=1.8
+TP_ICM_WORKING_TRC_22;Adobe g=2.2
+TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+TP_ICM_WORKING_TRC_CUSTOM;Benutzerdefiniert
+TP_ICM_WORKING_TRC_GAMMA;Gamma
+TP_ICM_WORKING_TRC_LIN;Linear g=1
+TP_ICM_WORKING_TRC_NONE;Keine
+TP_ICM_WORKING_TRC_SLOPE;Steigung
+TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
TP_ICM_WORKING_TRC_TOOLTIP;Auswahl der mitgelieferten Profile.
TP_IMPULSEDENOISE_LABEL;Impulsrauschreduzierung
TP_IMPULSEDENOISE_THRESH;Schwelle
@@ -2698,21 +2691,21 @@ TP_LABCURVE_CURVEEDITOR_CC_RANGE1;Neutral
TP_LABCURVE_CURVEEDITOR_CC_RANGE2;Matt
TP_LABCURVE_CURVEEDITOR_CC_RANGE3;Pastell
TP_LABCURVE_CURVEEDITOR_CC_RANGE4;Gesättigt
-TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromatizität als Funktion der Chromatizität C=f(C)
+TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromatizität als Funktion der Chromatizität C=f(C).
TP_LABCURVE_CURVEEDITOR_CH;CH
-TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromatizität als Funktion des Farbtons C=f(H)
+TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromatizität als Funktion des Farbtons C=f(H).
TP_LABCURVE_CURVEEDITOR_CL;CL
-TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromatizität als Funktion der Luminanz C=f(L)
+TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromatizität als Funktion der Luminanz C=f(L).
TP_LABCURVE_CURVEEDITOR_HH;HH
-TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Farbton als Funktion des Farbtons H=f(H)
+TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Farbton als Funktion des Farbtons H=f(H).
TP_LABCURVE_CURVEEDITOR_LC;LC
-TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminanz als Funktion der Chromatizität L=f(C)
+TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminanz als Funktion der Chromatizität L=f(C).
TP_LABCURVE_CURVEEDITOR_LH;LH
-TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminanz als Funktion des Farbtons L=f(H)
-TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminanz als Funktion der Luminanz L=f(L)
+TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminanz als Funktion des Farbtons L=f(H).
+TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminanz als Funktion der Luminanz L=f(L).
TP_LABCURVE_LABEL;L*a*b* - Anpassungen
TP_LABCURVE_LCREDSK;LC-Kurve auf Hautfarbtöne beschränken
-TP_LABCURVE_LCREDSK_TIP;Wenn aktiviert, wird die LC-Kurve auf\nHautfarbtöne beschränkt.\nWenn deaktiviert, wird die LC-Kurve auf\nalle Farbtöne angewendet.
+TP_LABCURVE_LCREDSK_TOOLTIP;Wenn aktiviert, wird die LC-Kurve auf\nHautfarbtöne beschränkt.\nWenn deaktiviert, wird die LC-Kurve auf\nalle Farbtöne angewendet.
TP_LABCURVE_RSTPROTECTION;Hautfarbtöne schützen
TP_LABCURVE_RSTPRO_TOOLTIP;Kann mit dem Chromatizitätsregler und\nder CC-Kurve verwendet werden.
TP_LENSGEOM_AUTOCROP;Auto-Schneiden
@@ -2738,18 +2731,16 @@ TP_LOCALCONTRAST_RADIUS;Radius
TP_LOCALLAB_ACTIV;Nur Luminanz
TP_LOCALLAB_ACTIVSPOT;Spot aktivieren
TP_LOCALLAB_ADJ;Equalizer Blau/Gelb-Rot/Grün
-TP_LOCALLAB_ALL;Alle Rubriken
TP_LOCALLAB_AMOUNT;Intensität
TP_LOCALLAB_ARTIF;Kantenerkennung
TP_LOCALLAB_ARTIF_TOOLTIP;Schwellenwert Bereich ΔE erhöht den Anwendungsbereich des ΔE. Hohe Werte sind für große Gamutbereiche.\nErhöhung der ΔE-Zerfallrate kann die Kantenerkennung erhöhen, aber auch den Bereich verringern.
TP_LOCALLAB_AUTOGRAY;Automatisch mittlere Luminanz (Yb%)
TP_LOCALLAB_AUTOGRAYCIE;Automatisch
-TP_LOCALLAB_AUTOGRAYCIE_TOOLTIP;Berechnet automatisch die 'mittlere Luminanz' und 'absolute Luminanz'.\nFür Jz Cz Hz: automatische Berechnung von 'PU Anpassung', 'Schwarz-Ev' und 'Weiß-Ev'.
TP_LOCALLAB_AVOID;vermeide Farbverschiebungen
-TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Passt Farben an den Arbeitsfarbraum an und wendet die Munsell-Korrektur an (Uniform Perceptual Lab).\nMunsell-Korrektur ist deaktiviert wenn Jz oder CAM16 angewandt wird.
-TP_LOCALLAB_AVOIDRAD;Radius
+TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Passt Farben an den Arbeitsfarbraum an und wendet die Munsell-Korrektur an (Uniform Perceptual Lab).\nMunsell-Korrektur ist deaktiviert wenn Jz oder CAM16 angewendet wird.
TP_LOCALLAB_AVOIDMUN;Nur Munsell-Korrektur
-TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell-Korrektur ist deaktiviert, wenn Jz or CAM16 angewandt wird
+TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell-Korrektur ist deaktiviert, wenn Jz or CAM16 angewendet wird.
+TP_LOCALLAB_AVOIDRAD;Radius
TP_LOCALLAB_BALAN;ab-L Balance (ΔE)
TP_LOCALLAB_BALANEXP;Laplace Balance
TP_LOCALLAB_BALANH;C-H Balance (ΔE)
@@ -2790,13 +2781,11 @@ TP_LOCALLAB_BUTTON_DUPL;Duplizieren
TP_LOCALLAB_BUTTON_REN;Umbenennen
TP_LOCALLAB_BUTTON_VIS;Ein-/Ausblenden
TP_LOCALLAB_BWFORCE;Schwarz-Ev & Weiß-Ev verwenden
-TP_LOCALLAB_CAM16_FRA;CAM16 Bildanpassungen
TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Spitzenleuchtdichte)
TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) angepasst an CAM16. Ermöglicht die Änderung der internen PQ-Funktion (normalerweise 10000 cd/m2 - Standard 100 cd/m2 - deaktiviert für 100 cd/m2).\nKann zur Anpassung an verschiedene Geräte und Bilder verwendet werden.
+TP_LOCALLAB_CAM16_FRA;CAM16 Bildanpassungen
TP_LOCALLAB_CAMMODE;CAM-Modell
-TP_LOCALLAB_CAMMODE_ALL;CAM 16 + Jz Cz Hz
TP_LOCALLAB_CAMMODE_CAM16;CAM 16
-TP_LOCALLAB_CAMMODE_ZCAM;nur ZCAM
TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
TP_LOCALLAB_CATAD;Chromatische Adaptation/Cat16
TP_LOCALLAB_CBDL;Detailebenenkontrast
@@ -2817,47 +2806,44 @@ TP_LOCALLAB_CHROMASKCOL;Chrominanz
TP_LOCALLAB_CHROMASK_TOOLTIP;Ändert die Chrominanz der Maske, wenn eine existiert (d.h. C(C) oder LC(H) ist aktiviert).
TP_LOCALLAB_CHROML;Chroma (C)
TP_LOCALLAB_CHRRT;Chrominanz
-TP_LOCALLAB_CIE_TOOLNAME;CIECAM (CAM16 & JzCzHz)
TP_LOCALLAB_CIE;CIECAM (CAM16 & JzCzHz)
TP_LOCALLAB_CIEC;CIECAM-Umgebungsparameter
TP_LOCALLAB_CIECAMLOG_TOOLTIP;Dieses Modul basiert auf dem CIECAM-Farberscheinungsmodell, das entwickelt wurde, um das Sehen der menschlichen Farbwahrnehmung unter verschiedenen Lichtbedingungen zu simulieren.\nDer erste CIECAM-Prozess 'Szenebasierte Bedingungen' wird per LOG-Kodierung durchgeführt und verwendet 'Absolute Luminanz' zum Zeitpunkt der Aufnahme.\nDer zweite CIECAM-Prozess 'Bildkorrektur' wurde vereinfacht und nutzt nur 3 Variablen ('Lokaler Kontrast', 'Kontrast J', 'Sättigung s').\nDer dritte CIECAM-Prozess 'Anzeigebedingungen' passt die Ausgabe an das beabsichtigte Anzeigegerät (Monitor, TV, Projektor, Drucker, etc.) an, damit das chromatische und kontrastreiche Erscheinungsbild in der gesamten Anzeigeumgebung erhalten bleibt.
+TP_LOCALLAB_CIECOLORFRA;Farbe
+TP_LOCALLAB_CIECONTFRA;Kontrast
+TP_LOCALLAB_CIELIGHTCONTFRA;Beleuchtung & Kontrast
+TP_LOCALLAB_CIELIGHTFRA;Beleuchtung
TP_LOCALLAB_CIEMODE;Werkzeugposition ändern
TP_LOCALLAB_CIEMODE_COM;Standard
TP_LOCALLAB_CIEMODE_DR;Dynamikbereich
TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+TP_LOCALLAB_CIEMODE_TOOLTIP;Im Standardmodus wird CIECAM am Ende des Prozesses hinzugefügt. 'Maske und Anpassungen' und 'Wiederherstellung auf Luminanzmaske' stehen für 'CAM16 und JzCzHz' zur Verfügung.\nAuf Wunsch kann CIECAM in andere Werkzeuge (TM, Wavelet, Dynamik, LOG-Kodierung) integriert werden. Das Ergebnis dieser Werkzeuge wird sich von denen ohne CIECAM unterscheiden. In diesem Modus können auch 'Maske und Anpassungen' und 'Wiederherstellung auf Luminanzmaske' angewendet werden.
TP_LOCALLAB_CIEMODE_WAV;Wavelet
-TP_LOCALLAB_CIEMODE_LOG;LOG-Kodierung
-TP_LOCALLAB_CIEMODE_TOOLTIP;Im Standardmodus wird CIECAM am Ende des Prozesses hinzugefügt. 'Maske und Anpassungen' und 'Wiederherstellung auf Luminanzmaske' stehen für 'CAM16 und JzCzHz' zur Verfügung.\nAuf Wunsch kann CIECAM in andere Werkzeuge (TM, Wavelet, Dynamik, LOG-Kodierung) integriert werden. Das Ergebnis dieser Werkzeuge wird sich von denen ohne CIECAM unterscheiden. In diesem Modus können auch 'Maske und Anpassungen' und 'Wiederherstellung auf Luminanzmaske' angewandt werden.
TP_LOCALLAB_CIETOOLEXP;Kurven
-TP_LOCALLAB_CIECOLORFRA;Farbe
-TP_LOCALLAB_CIECONTFRA;Kontrast
-TP_LOCALLAB_CIELIGHTFRA;Beleuchtung
-TP_LOCALLAB_CIELIGHTCONTFRA;Beleuchtung & Kontrast
+TP_LOCALLAB_CIE_TOOLNAME;Farberscheinung (Cam16 & JzCzHz)
TP_LOCALLAB_CIRCRADIUS;Spot-Größe
TP_LOCALLAB_CIRCRAD_TOOLTIP;Die Spot-Größe bestimmt die Referenzen des RT-Spots, die für die Formerkennung nützlich sind (Farbton, Luma, Chroma, Sobel).\nNiedrige Werte können für die Bearbeitung kleiner Flächen und Strukturen nützlich sein.\nHohe Werte können für die Behandlung von größeren Flächen oder auch Haut nützlich sein.
TP_LOCALLAB_CLARICRES;Chroma zusammenführen
TP_LOCALLAB_CLARIFRA;Klarheit u. Schärfemaske - Überlagern u. Abschwächen
+TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 bis 4 (einschließlich): ‘Schärfemaske’ ist aktiviert\nLevel 5 und darüber: 'Klarheit' ist aktiviert.
TP_LOCALLAB_CLARILRES;Luma zusammenführen
TP_LOCALLAB_CLARISOFT;Radius
-TP_LOCALLAB_CLARISOFT_TOOLTIP;Der Regler 'Radius' (Algorithmus des anpassbaren Filters) reduziert Lichthöfe und Unregelmäßigkeiten für die Klarheit, die Schärfemaske und für alle Pyramiden-Wavelet-Prozesse. Zum Deaktivieren setzen Sie den Schieberegler auf Null.
TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;Der Regler ‘Radius’ (Algorithmus des anpassbaren Filters) reduziert Lichthöfe und Unregelmäßigkeiten für Klarheit, Schärfemaske und Wavelets Jz des lokalen Kontrastes.
+TP_LOCALLAB_CLARISOFT_TOOLTIP;Der Regler 'Radius' (Algorithmus des anpassbaren Filters) reduziert Lichthöfe und Unregelmäßigkeiten für die Klarheit, die Schärfemaske und für alle Pyramiden-Wavelet-Prozesse. Zum Deaktivieren setzen Sie den Schieberegler auf Null.
TP_LOCALLAB_CLARITYML;Klarheit
TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 bis 4 (einschließlich): 'Schärfemaske' ist aktiviert\nLevel 5 und darüber: 'Klarheit' ist aktiviert.\nHilfreich bei 'Wavelet - Tonwertkorrektur'
-TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 bis 4 (einschließlich): ‘Schärfemaske’ ist aktiviert\nLevel 5 und darüber: 'Klarheit' ist aktiviert.
TP_LOCALLAB_CLIPTM;Wiederhergestellte Daten beschneiden
TP_LOCALLAB_COFR;Farbe und Licht
-TP_LOCALLAB_COLOR_CIE;Farbkurve
TP_LOCALLAB_COLORDE;Vorschau Farbe - Intensität (ΔE)
TP_LOCALLAB_COLORDEPREV_TOOLTIP;Die Schaltfläche 'Vorschau ΔE' funktioniert nur, wenn Sie eines (und nur eines) der Werkzeuge im Menü 'Werkzeug zum aktuellen Spot hinzufügen' aktiviert haben.\nUm eine Vorschau von ΔE mit mehreren aktivierten Werkzeugen anzuzeigen, verwenden Sie 'Maske und Anpassungen' - Vorschau ΔE.
TP_LOCALLAB_COLORDE_TOOLTIP;Zeigt eine blaue Farbvorschau für die ΔE-Auswahl an, wenn negativ, und grün, wenn positiv.\n\nMaske und Anpassungen (geänderte Bereiche ohne Maske anzeigen): Zeigt tatsächliche Änderungen an, wenn sie positiv sind, erweiterte Änderungen (nur Luminanz) mit Blau und Gelb, wenn sie negativ sind.
TP_LOCALLAB_COLORSCOPE;Bereich (Farbwerkzeuge)
TP_LOCALLAB_COLORSCOPE_TOOLTIP;Regler für Farbe, Licht, Schatten, Highlights und Dynamik.\nAndere Werkzeuge haben ihre eigenen Kontrollregler für den Anwendungsbereich.
+TP_LOCALLAB_COLOR_CIE;Farbkurve
TP_LOCALLAB_COLOR_TOOLNAME;Farbe und Licht
TP_LOCALLAB_COL_NAME;Name
TP_LOCALLAB_COL_VIS;Status
TP_LOCALLAB_COMPFRA;Direktionaler Kontrast
-TP_LOCALLAB_COMPLEX_METHOD;Software Komplexität
-TP_LOCALLAB_COMPLEX_TOOLTIP;Erlaubt dem Benutzer die Rubrik 'Lokale Anpassungen' auszuwählen.
TP_LOCALLAB_COMPREFRA;Tonwertkorrektur
TP_LOCALLAB_CONTCOL;Schwellenwert Kontrast
TP_LOCALLAB_CONTFRA;Ebenenkontrast
@@ -2877,8 +2863,8 @@ TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;Um die Kurven zu aktivieren, setzen Sie das K
TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tonkurve
TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), kann mit L(H) in Farbe und Licht verwendet werden.
TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal': die Kurve L=f(L) verwendet den selben Algorithmus wie der Helligkeitsregler.
-TP_LOCALLAB_CURVNONE;Kurven deaktivieren
TP_LOCALLAB_CURVES_CIE;Tonkurve
+TP_LOCALLAB_CURVNONE;Kurven deaktivieren
TP_LOCALLAB_DARKRETI;Dunkelheit
TP_LOCALLAB_DEHAFRA;Dunst entfernen
TP_LOCALLAB_DEHAZ;Intensität
@@ -2886,14 +2872,14 @@ TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Entfernt atmosphärischen Dunst. Erhöht Sättigu
TP_LOCALLAB_DEHAZ_TOOLTIP;Negative Werte fügen Dunst hinzu.
TP_LOCALLAB_DELTAD;Ebenenbalance
TP_LOCALLAB_DELTAEC;ΔE-Bildmaske
+TP_LOCALLAB_DENOI1_EXP;Rauschreduzierung auf Luminanz-Maske
+TP_LOCALLAB_DENOI2_EXP;Wiederherstellung auf Luminanz-Maske
TP_LOCALLAB_DENOIBILAT_TOOLTIP;Ermöglicht Impulsrauschen zu reduzieren oder auch 'Salz-& Pfefferrauschen'.
TP_LOCALLAB_DENOICHROC_TOOLTIP;Ermöglicht den Umgang mit Flecken und Rauschen.
TP_LOCALLAB_DENOICHRODET_TOOLTIP;Ermöglicht die Wiederherstellung von Chrominanz-Details durch schrittweise Anwendung einer Fourier-Transformation (DCT).
TP_LOCALLAB_DENOICHROF_TOOLTIP;Ermöglicht die Detailjustierung von Chrominanz-Rauschen
TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Ermöglicht das Reduzieren von Chrominanz-Rauschen in Richtung Blau/Gelb oder Rot/Grün.
TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Ermöglicht das Reduzieren von Rauschen entweder in den Schatten oder in den Lichtern.
-TP_LOCALLAB_DENOI1_EXP;Rauschreduzierung auf Luminanz-Maske
-TP_LOCALLAB_DENOI2_EXP;Wiederherstellung auf Luminanz-Maske
TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Ermöglicht die Wiederherstellung von Luminanz-Details durch schrittweise Anwendung einer Fourier-Transformation (DCT).
TP_LOCALLAB_DENOIMASK;Maske Farbrauschen reduzieren
TP_LOCALLAB_DENOIMASK_TOOLTIP;Für alle Werkzeuge, ermöglicht die Kontrolle des chromatischen Rauschens der Maske.\nNützlich für eine bessere Kontrolle der Chrominanz und Vermeidung von Artefakten bei Verwendung der LC(h)-Kurve.
@@ -2929,10 +2915,10 @@ TP_LOCALLAB_EV_VIS_ALL;Alle zeigen
TP_LOCALLAB_EXCLUF;Ausschließend
TP_LOCALLAB_EXCLUF_TOOLTIP;Der 'Ausschlussmodus' verhindert, dass benachbarte Punkte bestimmte Teile des Bildes beeinflussen. Durch Anpassen von 'Bereich' wird der Farbbereich erweitert.\nSie können einem Ausschluss-Spot auch Werkzeuge hinzufügen und diese auf die gleiche Weise wie für einen normalen Punkt verwenden.
TP_LOCALLAB_EXCLUTYPE;Art des Spots
-TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Der normale Spot verwendet rekursive Daten.\n\nDer ausschließende Spot reinitialisiert alle lokalen Anpassungen.\nEr kann ganz oder partiell angewandt werden, um vorherige lokale Anpassungen zu relativieren oder zurückzusetzen.\n\n'Ganzes Bild' erlaubt lokale Anpassungen auf das gesamte Bild.\nDie RT Spot-Begrenzung wird außerhalb der Vorschau gesetzt.\nDer Übergangswert wird auf 100 gesetzt.\nMöglicherweise muss der RT-Spot neu positioniert oder in der Größe angepasst werden, um das erwünschte Ergebnis zu erzielen.\nAchtung: Die Anwendung von Rauschreduzierung, Wavelet oder schnelle Fouriertransformation im 'Ganzes Bild-Modus' benötigt viel Speicher und Rechenleistung und könnte bei schwachen Systemen zu unerwünschtem Abbruch oder Abstürzen führen.
+TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Der normale Spot verwendet rekursive Daten.\n\nDer ausschließende Spot reinitialisiert alle lokalen Anpassungen.\nEr kann ganz oder partiell angewendet werden, um vorherige lokale Anpassungen zu relativieren oder zurückzusetzen.\n\n'Ganzes Bild' erlaubt lokale Anpassungen auf das gesamte Bild.\nDie RT Spot-Begrenzung wird außerhalb der Vorschau gesetzt.\nDer Übergangswert wird auf 100 gesetzt.\nMöglicherweise muss der RT-Spot neu positioniert oder in der Größe angepasst werden, um das erwünschte Ergebnis zu erzielen.\nAchtung: Die Anwendung von Rauschreduzierung, Wavelet oder schnelle Fouriertransformation im 'Ganzes Bild-Modus' benötigt viel Speicher und Rechenleistung und könnte bei schwachen Systemen zu unerwünschtem Abbruch oder Abstürzen führen.
TP_LOCALLAB_EXECLU;Ausschließender Spot
-TP_LOCALLAB_EXNORM;Normaler Spot
TP_LOCALLAB_EXFULL;Gesamtes Bild
+TP_LOCALLAB_EXNORM;Normaler Spot
TP_LOCALLAB_EXPCBDL_TOOLTIP;Kann zur Entfernung von Sensorflecken oder Objektivfehlern verwendet werden, indem Kontrast auf der entsprechenden Detailebene verringert wird.
TP_LOCALLAB_EXPCHROMA;Kompensation Farbsättigung
TP_LOCALLAB_EXPCHROMA_TOOLTIP;In Verbindung mit 'Belichtungskorrektur' und 'Kontrastdämpfung' kann eine Entsättigung der Farben vermieden werden.
@@ -2950,8 +2936,7 @@ TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Verändert das Verhalten des Bildes mit wenig ode
TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Verändert das Verhalten unterbelichteter Bilder indem eine lineare Komponente vor Anwendung der Laplace-Transformation hinzugefügt wird.
TP_LOCALLAB_EXPLAP_TOOLTIP;Regler nach rechts reduziert schrittweise den Kontrast.
TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Ermöglicht die Verwendung von GIMP oder Photoshop(c)-Ebenen-Mischmodi wie Differenz, Multiplikation, Weiches Licht, Überlagerung etc., mit Transparenzkontrolle.\nOriginalbild: Führe aktuellen RT-Spot mit Original zusammen.\nVorheriger Spot: Führe aktuellen RT-Spot mit vorherigem zusammen - bei nur einem vorherigen = Original.\nHintergrund: Führe aktuellen RT-Spot mit einem Farb- oder Luminanzhintergrund zusammen (weniger Möglichkeiten).
-TP_LOCALLAB_EXPMETHOD_TOOLTIP;Standard: Verwendet einen Algorithmus ähnlich der Hauptbelichtung, jedoch in L * a * b * und unter Berücksichtigung von ΔE.\n\nKontrastdämpfung: Verwendet einen anderen Algorithmus auch mit ΔE und mit der Poisson-Gleichung, um Laplace im Fourierraum zu lösen.\nKontrastdämpfung, Dynamikkomprimierung und Standard können kombiniert werden.\nDie Fourier-Transformation ist in der Größe optimiert, um die Verarbeitungszeit zu verkürzen.\nReduziert Artefakte und Rauschen.
-TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Wendet einen Median-Filter vor der Laplace-Transformation an, um (Rausch-)Artefakte zu vermeiden.\nAlternativ kann das Werkzeug zur Rauschreduzierung angewandt werden.
+TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Wendet einen Median-Filter vor der Laplace-Transformation an, um (Rausch-)Artefakte zu vermeiden.\nAlternativ kann das Werkzeug zur Rauschreduzierung angewendet werden.
TP_LOCALLAB_EXPOSE;Dynamik und Belichtung
TP_LOCALLAB_EXPOSURE_TOOLTIP;Anpassung der Belichtung im L*a*b-Raum mittels Laplace PDE-Algorithmus um ΔE zu berücksichtigen und Artefakte zu minimieren.
TP_LOCALLAB_EXPRETITOOLS;Erweiterte Retinex Werkzeuge
@@ -2962,9 +2947,8 @@ TP_LOCALLAB_FATAMOUNT;Intensität
TP_LOCALLAB_FATANCHOR;Versatz
TP_LOCALLAB_FATDETAIL;Detail
TP_LOCALLAB_FATFRA;Dynamikkompression
-TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal - es wird der Fattal-Algorithmus zur Tonwertkorrektur angewandt.
+TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal - es wird der Fattal-Algorithmus zur Tonwertkorrektur angewendet.
TP_LOCALLAB_FATLEVEL;Sigma
-TP_LOCALLAB_FATRES;Betrag Restbild
TP_LOCALLAB_FATSHFRA;Maske für den Bereich der Dynamikkompression
TP_LOCALLAB_FEATH_TOOLTIP;Verlaufsbreite als Prozentsatz der Spot-Diagonalen.\nWird von allen Verlaufsfiltern in allen Werkzeugen verwendet.\nKeine Aktion, wenn kein Verlaufsfilter aktiviert wurde.
TP_LOCALLAB_FEATVALUE;Verlaufsbreite
@@ -2975,15 +2959,15 @@ TP_LOCALLAB_FFTWBLUR;Schnelle Fouriertransformation
TP_LOCALLAB_FULLIMAGE;Schwarz-Ev und Weiß-Ev für das gesamte Bild
TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Berechnet die Ev-Level für das gesamte Bild.
TP_LOCALLAB_GAM;Gamma
-TP_LOCALLAB_GAMW;Gamma (Wavelet Pyramiden)
TP_LOCALLAB_GAMC;Gamma
-TP_LOCALLAB_GAMCOL_TOOLTIP;Gamma auf Luminanz L*a*b*-Daten anwenden.\nWenn Gamma = 3 wird Luminanz 'linear' angewandt.
-TP_LOCALLAB_GAMC_TOOLTIP;Gamma auf Luminanz L*a*b*-Daten vor und nach der Behandlung von Pyramide 1 und Pyramide 2 anwenden.\nWenn Gamma = 3 wird Luminanz linear angewandt.
+TP_LOCALLAB_GAMCOL_TOOLTIP;Gamma auf Luminanz L*a*b*-Daten anwenden.\nWenn Gamma = 3 wird Luminanz 'linear' angewendet.
+TP_LOCALLAB_GAMC_TOOLTIP;Gamma auf Luminanz L*a*b*-Daten vor und nach der Behandlung von Pyramide 1 und Pyramide 2 anwenden.\nWenn Gamma = 3 wird Luminanz linear angewendet.
TP_LOCALLAB_GAMFRA;Farbtonkennlinie
TP_LOCALLAB_GAMM;Gamma
TP_LOCALLAB_GAMMASKCOL;Gamma
TP_LOCALLAB_GAMMASK_TOOLTIP;'Gamma' und 'Bereich' erlauben eine weiche und artefaktfreie Transformation der Maske, indem 'L' schrittweise geändert wird, um Diskontinuitäten zu vermeiden.
TP_LOCALLAB_GAMSH;Gamma
+TP_LOCALLAB_GAMW;Gamma (Wavelet Pyramiden)
TP_LOCALLAB_GRADANG;Rotationswinkel
TP_LOCALLAB_GRADANG_TOOLTIP;Rotationswinkel in Grad: -180° 0° +180°
TP_LOCALLAB_GRADFRA;Verlaufsfiltermaske
@@ -3025,38 +3009,38 @@ TP_LOCALLAB_ISOGR;Verteilung (ISO)
TP_LOCALLAB_JAB;Schwarz-Ev & Weiß-Ev verwenden
TP_LOCALLAB_JABADAP_TOOLTIP;Vereinheitliche Wahrnehmungsanpassung.\nPasst automatisch das Verhältnis zwischen Jz und Sättigung unter Berücksichtigung der 'absoluten Leuchtdichte' an.
TP_LOCALLAB_JZ100;Jz Referenz 100cd/m2
-TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb ist die relative Helligkeit des Hintergrunds, ausgedrückt als Prozentsatz von Grau. 18 % Grau entspricht einer Hintergrundhelligkeit von 50 %, ausgedrückt in CIE L.\nDie Daten basieren auf der mittleren Helligkeit des Bildes.\nBei Verwendung mit LOG-Kodierung wird die mittlere Helligkeit verwendet, um die erforderliche Verstärkung zu bestimmen, die dem Signal vor der LOG-Kodierung hinzugefügt werden muss. Niedrigere Werte der mittleren Helligkeit führen zu einer erhöhten Verstärkung.
-TP_LOCALLAB_JZCLARILRES;Luma zusammenführen Jz
+TP_LOCALLAB_JZ100_TOOLTIP;Passt automatisch den Referenz-Jz-Pegel von 100 cd/m2 (Bildsignal) an.\nÄndert den Sättigungspegel und die Aktion der 'PU-Anpassung' (Perceptual Uniform Adaption).
+TP_LOCALLAB_JZADAP;PU Anpassung
+TP_LOCALLAB_JZCH;Chroma
+TP_LOCALLAB_JZCHROM;Chroma
TP_LOCALLAB_JZCLARICRES;Chroma zusammenführen Cz
+TP_LOCALLAB_JZCLARILRES;Luma zusammenführen Jz
+TP_LOCALLAB_JZCONT;Kontrast
TP_LOCALLAB_JZFORCE;Erzwinge max. Jz auf 1
TP_LOCALLAB_JZFORCE_TOOLTIP;Ermöglicht, den Jz-Wert für eine bessere Regler- und Kurvenreaktion auf 1 anzuheben.
+TP_LOCALLAB_JZFRA;Jz Cz Hz Bildanpassungen
+TP_LOCALLAB_JZHFRA;Kurven Hz
+TP_LOCALLAB_JZHJZFRA;Kurve Jz(Hz)
+TP_LOCALLAB_JZHUECIE;Farbton
+TP_LOCALLAB_JZLIGHT;Helligkeit
+TP_LOCALLAB_JZLOG;LOG-Kodierung Jz
+TP_LOCALLAB_JZLOGWBS_TOOLTIP;Die Anpassungen von Schwarz-Ev und Weiß-Ev können unterschiedlich sein, je nachdem, ob LOG-Kodierung oder Sigmoid verwendet wird.\nFür Sigmoid kann eine Änderung (in den meisten Fällen eine Erhöhung) von Weiß-Ev erforderlich sein, um eine bessere Wiedergabe von Glanzlichtern, Kontrast und Sättigung zu erhalten.
+TP_LOCALLAB_JZLOGWB_TOOLTIP;Wenn Auto aktiviert ist, werden die Ev-Werte und die 'mittlere Leuchtdichte Yb%' für den Spotbereich berechnet und angepasst. Die resultierenden Werte werden von allen Jz-Vorgängen verwendet, einschließlich 'LOG-Kodierung Jz'.\nBerechnet auch die absolute Leuchtdichte zum Zeitpunkt der Aufnahme.
+TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb ist die relative Helligkeit des Hintergrunds, ausgedrückt als Prozentsatz von Grau. 18 % Grau entspricht einer Hintergrundhelligkeit von 50 %, ausgedrückt in CIE L.\nDie Daten basieren auf der mittleren Helligkeit des Bildes.\nBei Verwendung mit LOG-Kodierung wird die mittlere Helligkeit verwendet, um die erforderliche Verstärkung zu bestimmen, die dem Signal vor der LOG-Kodierung hinzugefügt werden muss. Niedrigere Werte der mittleren Helligkeit führen zu einer erhöhten Verstärkung.
TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (Modus 'Erweitert'). Nur funktionsfähig, wenn das Ausgabegerät (Monitor) HDR ist (Spitzenleuchtdichte höher als 100 cd/m2 - idealerweise zwischen 4000 und 10000 cd/m2. Schwarzpunktleuchtdichte unter 0,005 cd/m2). Dies setzt voraus, dass\na) das ICC-PCS für den Bildschirm Jzazbz (oder XYZ) verwendet,\nb) mit echter Präzision arbeitet,\nc) dass der Monitor kalibriert ist (möglichst mit einem DCI-P3- oder Rec-2020-Farbraum),\nd) dass das übliche Gamma (sRGB oder BT709) durch eine Perceptual Quantiser (PQ)-Funktion ersetzt wird.
TP_LOCALLAB_JZPQFRA;Jz Zuordnung
TP_LOCALLAB_JZPQFRA_TOOLTIP;Ermöglicht, den Jz-Algorithmus wie folgt an eine SDR-Umgebung oder an die Eigenschaften (Leistung) einer HDR-Umgebung anzupassen:\na) Bei Luminanzwerten zwischen 0 und 100 cd/m2 verhält sich das System so, als ob es sich in einer SDR-Umgebung befände .\nb) für Luminanzwerte zwischen 100 und 10000 cd/m2 können Sie den Algorithmus an die HDR-Eigenschaften des Bildes und des Monitors anpassen.\n\nWenn 'PQ - Peak Luminance' auf 10000 eingestellt ist, verhält sich 'Jz Zuordnung' genauso wie der ursprüngliche Jzazbz-Algorithmus.
TP_LOCALLAB_JZPQREMAP;PQ - Peak Luminanz
TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - ermöglicht die Änderung der internen PQ-Funktion (normalerweise 10000 cd/m2 - Standard 120 cd/m2).\nKann zur Anpassung an verschiedene Bilder, Prozesse und Geräte verwendet werden.
-TP_LOCALLAB_JZ100_TOOLTIP;Passt automatisch den Referenz-Jz-Pegel von 100 cd/m2 (Bildsignal) an.\nÄndert den Sättigungspegel und die Aktion der 'PU-Anpassung' (Perceptual Uniform Adaption).
-TP_LOCALLAB_JZADAP;PU Anpassung
-TP_LOCALLAB_JZFRA;Jz Cz Hz Bildanpassungen
-TP_LOCALLAB_JZLIGHT;Helligkeit
-TP_LOCALLAB_JZCONT;Kontrast
-TP_LOCALLAB_JZCH;Chroma
-TP_LOCALLAB_JZCHROM;Chroma
-TP_LOCALLAB_JZHFRA;Kurven Hz
-TP_LOCALLAB_JZHJZFRA;Kurve Jz(Hz)
-TP_LOCALLAB_JZHUECIE;Farbton
-TP_LOCALLAB_JZLOGWB_TOOLTIP;Wenn Auto aktiviert ist, werden die Ev-Werte und die 'mittlere Leuchtdichte Yb%' für den Spotbereich berechnet und angepasst. Die resultierenden Werte werden von allen Jz-Vorgängen verwendet, einschließlich 'LOG-Kodierung Jz'.\nBerechnet auch die absolute Leuchtdichte zum Zeitpunkt der Aufnahme.
-TP_LOCALLAB_JZLOGWBS_TOOLTIP;Die Anpassungen von Schwarz-Ev und Weiß-Ev können unterschiedlich sein, je nachdem, ob LOG-Kodierung oder Sigmoid verwendet wird.\nFür Sigmoid kann eine Änderung (in den meisten Fällen eine Erhöhung) von Weiß-Ev erforderlich sein, um eine bessere Wiedergabe von Glanzlichtern, Kontrast und Sättigung zu erhalten.
+TP_LOCALLAB_JZQTOJ;Relative Helligkeit
+TP_LOCALLAB_JZQTOJ_TOOLTIP;Ermöglicht die Verwendung von 'Relative Leuchtdichte' anstelle von 'Absolute Leuchtdichte'.\nDie Änderungen wirken sich auf: den Schieberegler 'Helligkeit', den Schieberegler 'Kontrast' und die Jz(Jz)-Kurve aus.
TP_LOCALLAB_JZSAT;Sättigung
TP_LOCALLAB_JZSHFRA;Schatten/Lichter Jz
TP_LOCALLAB_JZSOFTCIE;Radius (anpassbarer Filter)
-TP_LOCALLAB_JZTARGET_EV;Ansicht mittlere Helligkeit (Yb%)
TP_LOCALLAB_JZSTRSOFTCIE;Intensität anpassbarer Filter
-TP_LOCALLAB_JZQTOJ;Relative Helligkeit
-TP_LOCALLAB_JZQTOJ_TOOLTIP;Ermöglicht die Verwendung von 'Relative Leuchtdichte' anstelle von 'Absolute Leuchtdichte'.\nDie Änderungen wirken sich auf: den Schieberegler 'Helligkeit', den Schieberegler 'Kontrast' und die Jz(Jz)-Kurve aus.
+TP_LOCALLAB_JZTARGET_EV;Ansicht mittlere Helligkeit (Yb%)
TP_LOCALLAB_JZTHRHCIE;Schwellenwert Chroma für Jz(Hz)
TP_LOCALLAB_JZWAVEXP;Wavelet Jz
-TP_LOCALLAB_JZLOG;LOG-Kodierung Jz
TP_LOCALLAB_LABBLURM;Unschärfemaske
TP_LOCALLAB_LABEL;Lokale Anpassungen
TP_LOCALLAB_LABGRID;Farbkorrektur
@@ -3096,19 +3080,18 @@ TP_LOCALLAB_LOG;LOG-Kodierung
TP_LOCALLAB_LOG1FRA;CAM16 Bildkorrekturen
TP_LOCALLAB_LOG2FRA;Betrachtungsbedingungen
TP_LOCALLAB_LOGAUTO;Automatisch
-TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Berechnet automatisch die 'Mittlere Luminanz' für die Szenenbedingungen, wenn die Schaltfläche 'Automatisch' in 'Relative Belichtungsebenen' gedrückt wird.
TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Berechnet automatisch die 'Mittlere Luminanz' für die Szenenbedingungen.
+TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Berechnet automatisch die 'Mittlere Luminanz' für die Szenenbedingungen, wenn die Schaltfläche 'Automatisch' in 'Relative Belichtungsebenen' gedrückt wird.
TP_LOCALLAB_LOGAUTO_TOOLTIP;Mit Drücken dieser Taste werden der 'Dynamikbereich' und die 'Mittlere Luminanz' für die Szenenbedingungen berechnet, wenn die Option 'Automatische mittlere Luminanz (Yb%)' aktiviert ist.\nBerechnet auch die absolute Luminanz zum Zeitpunkt der Aufnahme.\nDrücken Sie die Taste erneut, um die automatisch berechneten Werte anzupassen.
TP_LOCALLAB_LOGBASE_TOOLTIP;Standard = 2.\nWerte unter 2 reduzieren die Wirkung des Algorithmus, wodurch die Schatten dunkler und die Glanzlichter heller werden.\nMit Werten über 2 sind die Schatten grauer und die Glanzlichter werden verwaschener.
-TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP;Geschätzte Werte des Dynamik-Bereiches d.h. 'Schwarz-Ev' und 'Weiß-Ev'
TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatische Anpassung ermöglicht, eine Farbe entsprechend ihrer räumlich-zeitlichen Umgebung zu interpretieren.\nNützlich, wenn der Weißabgleich weit von Referenz D50 entfernt ist.\nPasst Farben an das Leuchtmittel des Ausgabegeräts an.
-TP_LOCALLAB_LOGCOLORFL;Buntheit (M)
TP_LOCALLAB_LOGCIE;LOG-Kodierung statt Sigmoid
TP_LOCALLAB_LOGCIE_TOOLTIP;Ermöglicht die Verwendung von 'Schwarz-Ev', 'Weiß-Ev', 'Szenen-Mittlere-Leuchtdichte (Yb%)' und 'sichtbare mittlere Leuchtdichte (Yb%)' für die Tonzuordnung mit 'LOG-Kodierung Q'.
+TP_LOCALLAB_LOGCOLORFL;Buntheit (M)
TP_LOCALLAB_LOGCOLORF_TOOLTIP;Wahrgenommene Intensität des Farbtones im Vergleich zu Grau.\nAnzeige, dass ein Reiz mehr oder weniger farbig erscheint.
TP_LOCALLAB_LOGCONQL;Kontrast (Q)
-TP_LOCALLAB_LOGCONTL;Kontrast (J)
TP_LOCALLAB_LOGCONTHRES;Schwellenwert Kontrast (J & Q)
+TP_LOCALLAB_LOGCONTL;Kontrast (J)
TP_LOCALLAB_LOGCONTL_TOOLTIP;Der Kontrast (J) in CIECAM16 berücksichtigt die Zunahme der wahrgenommenen Färbung mit der Luminanz.
TP_LOCALLAB_LOGCONTQ_TOOLTIP;Der Kontrast (Q) in CIECAM16 berücksichtigt die Zunahme der wahrgenommenen Färbung mit der Helligkeit.
TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Passt den Kontrastbereich (J & Q) der Mitteltöne an.\nPositive Werte verringern den Effekt der Kontrastregler (J & Q) schrittweise. Negative Werte erhöhen den Effekt der Kontrastregler zunehmend.
@@ -3141,61 +3124,59 @@ TP_LOCALLAB_MASFRAME;Maskieren und Zusammenführen
TP_LOCALLAB_MASFRAME_TOOLTIP;Für alle Masken.\nBerücksichtigt das ΔE-Bild, um zu vermeiden, dass der Auswahlbereich geändert wird, wenn die folgenden Maskenwerkzeuge verwendet werden: 'Gamma', 'Steigung', 'Chroma', 'Kontrastkurve', 'Lokaler Kontrast' (nach Wavelet-Ebene), 'Unschärfemaske' und 'Strukturmaske' (falls aktiviert).\nDeaktiviert, wenn der Inverse-Modus verwendet wird.
TP_LOCALLAB_MASK;Kontrast
TP_LOCALLAB_MASK2;Kontrastkurve
-TP_LOCALLAB_MASKCOL;Maskenkurven
TP_LOCALLAB_MASKCOM;Normale Farbmaske
TP_LOCALLAB_MASKCOM_TOOLNAME;Normale Farbmaske
TP_LOCALLAB_MASKCOM_TOOLTIP;Ein eigenständiges Werkzeug.\nKann verwendet werden, um das Erscheinungsbild (Chrominanz, Luminanz, Kontrast) und die Textur in Abhängigkeit des Bereiches anzupassen.
TP_LOCALLAB_MASKCURVE_TOOLTIP;Die 3 Kurven sind standardmäßig auf 1 (maximal) eingestellt:\nC=f(C) Die Farbintensität variiert je nach Chrominanz. Sie können die Chrominanz verringern, um die Auswahl zu verbessern. Wenn Sie diese Kurve nahe Null setzen (mit einem niedrigen Wert von C, um die Kurve zu aktivieren), können Sie den Hintergrund im inversen Modus entsättigen.\nL= f(L) Die Luminanz variiert je nach Luminanz, so dass Sie die Helligkeit verringern können um die Auswahl zu verbessern.\nL und C = f(H) Luminanz und Chrominanz variieren mit dem Farbton, sodass Sie Luminanz und Chrominanz verringern können, um die Auswahl zu verbessern.
TP_LOCALLAB_MASKDDECAY;Zerfallrate
TP_LOCALLAB_MASKDECAY_TOOLTIP;Verwaltet die Zerfallrate für die Graustufen in der Maske.\nZerfallrate = 1 linear\nZerfallrate > 1 schärfere parabolische Übergänge\nZerfallrate < 1 allmählichere Übergänge.
-TP_LOCALLAB_MASKH;Farbtonkurve
-TP_LOCALLAB_MASKLC_TOOLTIP;Auf diese Weise können Sie die Rauschreduzierung anhand der in der L(L)- oder LC(H)-Maske (Maske und Anpassungen) enthaltenen Luminanz-Informationen ausrichten.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\n'Luminanzschwelle Dunkle Bereiche': Wenn 'Rauschreduzierung in dunklen und hellen Bereichen verstärken' > 1, wird die Rauschreduzierung schrittweise von 0% bei den Schwellenwerteinstellungen auf 100% beim maximalen Schwarzwert (bestimmt durch die Maske) erhöht.\n'Luminanzschwelle Helle Bereiche': Die Rauschreduzierung wird schrittweise von 100% bei der Schwellenwerteinstellung auf 0% beim maximalen Weißwert (bestimmt durch die Maske) verringert.\nIn dem Bereich zwischen den beiden Schwellenwerten werden die Einstellungen zur Rauschverminderung von der Maske nicht beeinflusst.
+TP_LOCALLAB_MASKDEINV_TOOLTIP;Kehrt die Art und Weise um, wie der Algorithmus die Maske interpretiert.\nWenn aktiviert, werden Schwarz und sehr helle Bereiche verringert.
TP_LOCALLAB_MASKDE_TOOLTIP;Wird verwendet, um die Rauschreduzierung als Funktion der in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen einzustellen.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nWenn die Maske unterhalb des Schwellenwertes 'dunkel' oder oberhalb des Schwellenwertes 'hell' liegt, wird die Rauschreduzierung schrittweise angewendet.\nDazwischen bleiben die Bildeinstellungen ohne Rauschreduzierung erhalten, es sei denn, die Regler 'Luminanz-Rauschreduzierung Graubereiche' oder 'Chrominanz-Rauschreduzierung Graubereiche' werden verändert.
TP_LOCALLAB_MASKGF_TOOLTIP;Wird verwendet, um den anpassbaren Filter als Funktion der in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen auszurichten.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nBefindet sich die Maske unterhalb der 'dunklen' oder oberhalb der 'hellen' Schwelle, wird der anpassbare Filter schrittweise angewendet.\nZwischen diesen beiden Bereichen bleiben die Bildeinstellungen ohne anpassbaren Filter erhalten.
-TP_LOCALLAB_MASKRECOL_TOOLTIP;Wird verwendet, um den Effekt der Farb- und Lichteinstellungen basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H) -Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen für Farbe und Licht geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für Farbe und Licht angewendet.
-TP_LOCALLAB_MASKREEXP_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für 'Dynamik und Belichtung' basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen 'Dynamik und Belichtung' geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für 'Dynamik und Belichtung' angewendet.
-TP_LOCALLAB_MASKRESH_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für Schatten/Lichter basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen für Schatten/Lichter geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für Schatten/Lichter angewendet.
-TP_LOCALLAB_MASKRESCB_TOOLTIP;Wird verwendet, um den Effekt der CBDL-Einstellungen (nur Luminanz) basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die CBDL-Einstellungen geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der CBDL-Einstellungen angewendet.
-TP_LOCALLAB_MASKRESRETI_TOOLTIP;Wird verwendet, um den Effekt der Retinex-Einstellungen (nur Luminanz) basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Retinex-Einstellungen geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Retinex-Einstellungen angewendet.
-TP_LOCALLAB_MASKRESTM_TOOLTIP;Wird verwendet, um den Effekt der Tonwertkorrektur-Einstellungen basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske müssen aktiviert sein, um diese Funktion zu verwenden.\nDie Bereiche 'dunkel' und 'hell' unterhalb des Dunkelschwellenwertes und oberhalb des Helligkeitsschwellenwertes werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen der Tonwertkorrektur geändert werden.\nZwischen diesen beiden Bereichen wird der volle Einstellungswert der Tonwertkorrektur angewandt.
-TP_LOCALLAB_MASKRESVIB_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für Lebhaftigkeit und Warm/Kalt basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb des entsprechenden Schwellenwertes werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen Lebhaftigkeit und Farbtemperatur geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für Lebhaftigkeit und Warm/Kalt angewendet.
-TP_LOCALLAB_MASKRESWAV_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für lokalen Kontrast und Wavelet basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen für lokalen Kontrast und Wavelet geändert werden. Zwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für lokalen Kontrast und Wavelet angewendet.
-TP_LOCALLAB_MASKRELOG_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für die LOG-Kodierung basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die LOG-Kodierungseinstellungen geändert werden - kann zur Rekonstruktion von Glanzlichtern durch Farbübertragung verwendet werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Protokoll-Kodierungseinstellungen angewendet.
-TP_LOCALLAB_MASKDEINV_TOOLTIP;Kehrt die Art und Weise um, wie der Algorithmus die Maske interpretiert.\nWenn aktiviert, werden Schwarz und sehr helle Bereiche verringert.
-TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die 'Farbe und Licht'-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Strukturmaske' , 'Unschärfemaske', 'Glättradius', 'Gamma', 'Steigung', 'Kontrastkurve', 'Lokaler Kontrast' (Wavelets).\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
-TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen für 'Schatten/Lichter' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKH;Farbtonkurve
TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter der 'Detailebenenkontraste' (nur Luminanz) nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen des Detailebenenkontrastes geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die 'Farbe und Licht'-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Strukturmaske' , 'Unschärfemaske', 'Glättradius', 'Gamma', 'Steigung', 'Kontrastkurve', 'Lokaler Kontrast' (Wavelets).\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP;Die Rauschreduzierung wird schrittweise von 100% bei der Schwellenwerteinstellung auf 0% beim maximalen Weißwert (wie von der Maske festgelegt) verringert.\nEs können bestimmte Werkzeuge in 'Maske und Anpassungen' verwendet werden, um die Graustufen zu ändern: 'Strukturmaske' , 'Glättradius', 'Gamma', 'Steigung', 'Kontrastkurve' und 'Lokaler Kontrast (Wavelet)'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen für 'Dynamik und Belichtung' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen der 'LOG-Kodierung' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer Retinex-Parameter (nur Luminanz) nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Retinex-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen für 'Schatten/Lichter' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Tone-Mapping-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma' , 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Farbtemperatur-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius' , 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die 'Lokalen Kontrast-' und 'Wavelet-Einstellungen' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
-TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen für 'Dynamik und Belichtung' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
-TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Hellere Tonwertgrenze, oberhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen der 'LOG-Kodierung' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
-TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP;Die Rauschreduzierung wird schrittweise von 100% bei der Schwellenwerteinstellung auf 0% beim maximalen Weißwert (wie von der Maske festgelegt) verringert.\nEs können bestimmte Werkzeuge in 'Maske und Anpassungen' verwendet werden, um die Graustufen zu ändern: 'Strukturmaske' , 'Glättradius', 'Gamma', 'Steigung', 'Kontrastkurve' und 'Lokaler Kontrast (Wavelet)'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKHIGTHRES_TOOLTIP;Der anpassbare Filter wird schrittweise von 100% bei der Schwellenwerteinstellung auf 0% beim maximalen Weißwert (wie von der Maske festgelegt) verringert.\nEs können bestimmte Werkzeuge in 'Maske und Anpassungen' verwendet werden, um die Graustufen zu ändern: 'Strukturmaske', 'Glättradius', 'Gamma', 'Steigung', 'Kontrastkurve', 'Lokaler Kontrast (Wavelet)'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKLCTHR;Schwellenwert helle Bereiche
TP_LOCALLAB_MASKLCTHR2;Schwelle helle Bereiche
TP_LOCALLAB_MASKLCTHRLOW;Schwellenwert dunkle Bereiche
TP_LOCALLAB_MASKLCTHRLOW2;Schwelle dunkle Bereiche
+TP_LOCALLAB_MASKLCTHRMID;Luminanz Graubereiche
+TP_LOCALLAB_MASKLCTHRMIDCH;Chrominanz Graubereiche
+TP_LOCALLAB_MASKLC_TOOLTIP;Auf diese Weise können Sie die Rauschreduzierung anhand der in der L(L)- oder LC(H)-Maske (Maske und Anpassungen) enthaltenen Luminanz-Informationen ausrichten.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\n'Luminanzschwelle Dunkle Bereiche': Wenn 'Rauschreduzierung in dunklen und hellen Bereichen verstärken' > 1, wird die Rauschreduzierung schrittweise von 0% bei den Schwellenwerteinstellungen auf 100% beim maximalen Schwarzwert (bestimmt durch die Maske) erhöht.\n'Luminanzschwelle Helle Bereiche': Die Rauschreduzierung wird schrittweise von 100% bei der Schwellenwerteinstellung auf 0% beim maximalen Weißwert (bestimmt durch die Maske) verringert.\nIn dem Bereich zwischen den beiden Schwellenwerten werden die Einstellungen zur Rauschverminderung von der Maske nicht beeinflusst.
TP_LOCALLAB_MASKLNOISELOW;In dunklen und hellen Bereichen verstärken
-TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;Der anpassbare Filter wird schrittweise von 0% bei der Schwellenwerteinstellung auf 100% beim maximalen Schwarzwert (wie von der Maske festgelegt) erhöht.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Strukturmaske', 'Glättradius', 'Gamma und Steigung', 'Kontrastkurve, ' Lokaler Kontrast (Wavelet)'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
-TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;Die Rauschreduzierung wird bei der Einstellung des Schwellenwertes schrittweise von 0% auf 100% beim maximalen Schwarzwert (wie von der Maske festgelegt) erhöht.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Strukturmaske', 'Glättradius', 'Gamma', 'Steigung', 'Kontrastkurve' und ' Lokaler Kontrast(Wavelet)'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass in den 'Einstellungen' Hintergrundfarbmaske = 0 gesetzt ist.
-TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch 'Farbe- und Licht'-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Strukturmaske' , 'Unschärfemaske', 'Glättradius', 'Gamma', 'Steigung', 'Kontrastkurve', 'Lokaler Kontrast (Wavelets)'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
-TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen der 'LOG-Kodierung' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
-TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte wieder hergestellt werden, bevor sie durch die 'Dynamik und Belichtung'-Einstellungen geändert werden.\nSie können die Grauwerte mit verschiedenen Werkzeugen in ‘Maske und Anpassungen’ ändern: 'Glättradius', 'Gamma', 'Steigung‘ und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
-TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte wieder hergestellt werden, bevor sie durch die 'Schatten - Lichter'-Einstellungen geändert werden.\n Sie können die Grauwerte mit verschiedenen Werkzeugen in 'Maske und Anpassungen' ändern: 'Glättradius', 'Gamma', 'Steigung‘ und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter der Detailebenenkontraste (nur Luminanz) nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen des Detailebenenkontrastes geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch 'Farbe- und Licht'-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Strukturmaske' , 'Unschärfemaske', 'Glättradius', 'Gamma', 'Steigung', 'Kontrastkurve', 'Lokaler Kontrast (Wavelets)'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;Die Rauschreduzierung wird bei der Einstellung des Schwellenwertes schrittweise von 0% auf 100% beim maximalen Schwarzwert (wie von der Maske festgelegt) erhöht.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Strukturmaske', 'Glättradius', 'Gamma', 'Steigung', 'Kontrastkurve' und ' Lokaler Kontrast(Wavelet)'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass in den 'Einstellungen' Hintergrundfarbmaske = 0 gesetzt ist.
+TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte wieder hergestellt werden, bevor sie durch die 'Dynamik und Belichtung'-Einstellungen geändert werden.\nSie können die Grauwerte mit verschiedenen Werkzeugen in 'Maske und Anpassungen' ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen der 'LOG-Kodierung' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer Retinex-Parameter (nur Luminanz) nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Retinex-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte wieder hergestellt werden, bevor sie durch die 'Schatten - Lichter'-Einstellungen geändert werden.\n Sie können die Grauwerte mit verschiedenen Werkzeugen in 'Maske und Anpassungen' ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die 'Tone-Mapping'-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma' , 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die Einstellungen für 'Farbtemperatur' geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dunklere Tonwertgrenze, unterhalb derer die Parameter nach und nach auf ihre ursprünglichen Werte zurückgesetzt werden, bevor sie durch die 'Kontrast- und Wavelet'-Einstellungen geändert werden.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Glättradius', 'Gamma', 'Steigung' und 'Kontrastkurve'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
-TP_LOCALLAB_MASKLCTHRMID;Luminanz Graubereiche
-TP_LOCALLAB_MASKLCTHRMIDCH;Chrominanz Graubereiche
-TP_LOCALLAB_MASKUSABLE;Maske aktiviert (siehe Maske u. Anpassungen)
-TP_LOCALLAB_MASKUNUSABLE;Maske deaktiviert (siehe Maske u. Anpassungen)
+TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;Der anpassbare Filter wird schrittweise von 0% bei der Schwellenwerteinstellung auf 100% beim maximalen Schwarzwert (wie von der Maske festgelegt) erhöht.\nSie können bestimmte Werkzeuge in 'Maske und Anpassungen' verwenden, um die Graustufen zu ändern: 'Strukturmaske', 'Glättradius', 'Gamma und Steigung', 'Kontrastkurve, ' Lokaler Kontrast (Wavelet)'.\nVerwenden Sie einen 'feststellbaren Farbwähler' auf der Maske, um zu sehen, welche Bereiche betroffen sind. Stellen Sie sicher, dass Sie in den Einstellungen 'Hintergrundfarbmaske' = 0 festlegen.
+TP_LOCALLAB_MASKRECOL_TOOLTIP;Wird verwendet, um den Effekt der Farb- und Lichteinstellungen basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H) -Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen für Farbe und Licht geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für Farbe und Licht angewendet.
TP_LOCALLAB_MASKRECOTHRES;Schwellenwert Wiederherstellung
+TP_LOCALLAB_MASKREEXP_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für 'Dynamik und Belichtung' basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen 'Dynamik und Belichtung' geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für 'Dynamik und Belichtung' angewendet.
+TP_LOCALLAB_MASKRELOG_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für die LOG-Kodierung basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die LOG-Kodierungseinstellungen geändert werden - kann zur Rekonstruktion von Glanzlichtern durch Farbübertragung verwendet werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Protokoll-Kodierungseinstellungen angewendet.
+TP_LOCALLAB_MASKRESCB_TOOLTIP;Wird verwendet, um den Effekt der CBDL-Einstellungen (nur Luminanz) basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die CBDL-Einstellungen geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der CBDL-Einstellungen angewendet.
+TP_LOCALLAB_MASKRESH_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für Schatten/Lichter basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen für Schatten/Lichter geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für Schatten/Lichter angewendet.
+TP_LOCALLAB_MASKRESRETI_TOOLTIP;Wird verwendet, um den Effekt der Retinex-Einstellungen (nur Luminanz) basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Retinex-Einstellungen geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Retinex-Einstellungen angewendet.
+TP_LOCALLAB_MASKRESTM_TOOLTIP;Wird verwendet, um den Effekt der Tonwertkorrektur-Einstellungen basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske müssen aktiviert sein, um diese Funktion zu verwenden.\nDie Bereiche 'dunkel' und 'hell' unterhalb des Dunkelschwellenwertes und oberhalb des Helligkeitsschwellenwertes werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen der Tonwertkorrektur geändert werden.\nZwischen diesen beiden Bereichen wird der volle Einstellungswert der Tonwertkorrektur angewendet.
+TP_LOCALLAB_MASKRESVIB_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für Lebhaftigkeit und Warm/Kalt basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb des entsprechenden Schwellenwertes werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen Lebhaftigkeit und Farbtemperatur geändert werden.\nZwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für Lebhaftigkeit und Warm/Kalt angewendet.
+TP_LOCALLAB_MASKRESWAV_TOOLTIP;Wird verwendet, um den Effekt der Einstellungen für lokalen Kontrast und Wavelet basierend auf den in den L(L)- oder LC(H)-Masken (Maske und Anpassungen) enthaltenen Luminanz-Informationen zu modulieren.\nDie L(L)-Maske oder die LC(H)-Maske muss aktiviert sein, um diese Funktion verwenden zu können.\nDie Bereiche 'dunkel' und 'hell' unterhalb und oberhalb der entsprechenden Schwellenwerte werden schrittweise auf ihre ursprünglichen Werte zurückgesetzt, bevor sie durch die Einstellungen für lokalen Kontrast und Wavelet geändert werden. Zwischen diesen beiden Bereichen wird der volle Wert der Einstellungen für lokalen Kontrast und Wavelet angewendet.
+TP_LOCALLAB_MASKUNUSABLE;Maske deaktiviert (siehe Maske u. Anpassungen)
+TP_LOCALLAB_MASKUSABLE;Maske aktiviert (siehe Maske u. Anpassungen)
TP_LOCALLAB_MASK_TOOLTIP;Sie können mehrere Masken für ein Werkzeug aktivieren, indem Sie ein anderes Werkzeug aktivieren und nur die Maske verwenden (setzen Sie die Werkzeugregler auf 0).\n\nSie können den RT-Spot auch duplizieren und nahe am ersten Punkt platzieren. Die kleinen Abweichungen in den Punktreferenzen ermöglichen Feineinstellungen.
-TP_LOCALLAB_MED;Medium
TP_LOCALLAB_MEDIAN;Median niedrig
TP_LOCALLAB_MEDIANITER_TOOLTIP;Anzahl der aufeinanderfolgenden Iterationen, die vom Medianfilter ausgeführt werden.
TP_LOCALLAB_MEDIAN_TOOLTIP;Sie können Medianwerte im Bereich von 3 x 3 bis 9 x 9 Pixel auswählen. Höhere Werte erhöhen die Rauschreduzierung und Unschärfe.
@@ -3238,18 +3219,17 @@ TP_LOCALLAB_MRFIV;Hintergrund
TP_LOCALLAB_MRFOU;Vorheriger Spot
TP_LOCALLAB_MRONE;Keine
TP_LOCALLAB_MRTHR;Original Bild
-TP_LOCALLAB_MRTWO;Maske Short L-Kurve
TP_LOCALLAB_MULTIPL_TOOLTIP;Weitbereichs-Toneinstellung: -18 EV bis + 4 EV. Der erste Regler wirkt auf sehr dunkle Töne zwischen -18 EV und -6 EV. Der letzte Regler wirkt auf helle Töne bis zu 4 EV.
TP_LOCALLAB_NEIGH;Radius
-TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detailwiederherstellung' basiert auf einer Laplace-Transformation, um einheitliche Bereiche und keine Bereiche mit Details zu erfassen.
+TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Niedrigere Werte bewahren Details und Textur, höhere Werte erhöhen die Rauschunterdrückung.\nIst Gamma = 3, wird Luminanz 'linear' angewendet.
TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Passt die Intensität der Rauschreduzierung an die Größe der zu verarbeitenden Objekte an.
TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Höhere Werte erhöhen die Rauschreduzierung auf Kosten der Verarbeitungszeit.
-TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Niedrigere Werte bewahren Details und Textur, höhere Werte erhöhen die Rauschunterdrückung.\nIst Gamma = 3, wird Luminanz 'linear' angewandt.
+TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detailwiederherstellung' basiert auf einer Laplace-Transformation, um einheitliche Bereiche und keine Bereiche mit Details zu erfassen.
+TP_LOCALLAB_NLDET;Detailwiederherstellung
TP_LOCALLAB_NLFRA;Nicht-lokales Mittel - Luminanz
TP_LOCALLAB_NLFRAME_TOOLTIP;Nicht-lokales Mittel bedeutet, dass bei der Rauschreduzierung ein Mittelwert aller Pixel im Bild verwendet wird, gewichtet danach, wie ähnlich sie dem Zielpixel sind.\nReduziert den Detailverlust im Vergleich zu lokalen Mittelwertalgorithmen.\nBei dieser Methode wird nur das Luminanz-Rauschen berücksichtigt. Chrominanz-Rauschen wird am besten mit Wavelets und Fourier-Transformationen (DCT) verarbeitet.\nKann in Verbindung mit 'Luminanz-Rauschreduzierung nach Ebenen' oder alleine verwendet werden.
-TP_LOCALLAB_NLLUM;Intensität
-TP_LOCALLAB_NLDET;Detailwiederherstellung
TP_LOCALLAB_NLGAM;Gamma
+TP_LOCALLAB_NLLUM;Intensität
TP_LOCALLAB_NLPAT;Maximale Objektgröße
TP_LOCALLAB_NLRAD;Maximaler Radius
TP_LOCALLAB_NOISECHROCOARSE;Grobe Chrominanz
@@ -3257,7 +3237,7 @@ TP_LOCALLAB_NOISECHROC_TOOLTIP;Wenn der Wert über Null liegt, ist ein Algorithm
TP_LOCALLAB_NOISECHRODETAIL;Chrominanz Detailwiederherstellung
TP_LOCALLAB_NOISECHROFINE;Feine Chrominanz
TP_LOCALLAB_NOISEGAM;Gamma
-TP_LOCALLAB_NOISEGAM_TOOLTIP;Ist Gamma = 1 wird Luminanz 'Lab' angewandt. Ist Gamma = 3 wird Luminanz 'linear' angewandt.\nNiedrige Werte erhalten Details und Texturen, höhere Werte erhöhen die Rauschminderung.
+TP_LOCALLAB_NOISEGAM_TOOLTIP;Ist Gamma = 1 wird Luminanz 'Lab' angewendet. Ist Gamma = 3 wird Luminanz 'linear' angewendet.\nNiedrige Werte erhalten Details und Texturen, höhere Werte erhöhen die Rauschminderung.
TP_LOCALLAB_NOISELEQUAL;Equalizer Weiß-Schwarz
TP_LOCALLAB_NOISELUMCOARSE;Grobe Luminanz
TP_LOCALLAB_NOISELUMDETAIL;Luminanz Detailwiederherstellung
@@ -3282,28 +3262,27 @@ TP_LOCALLAB_PREVHIDE;Mehr Einstellungen ausblenden
TP_LOCALLAB_PREVIEW;Vorschau ΔE
TP_LOCALLAB_PREVSHOW;Mehr Einstellungen einblenden
TP_LOCALLAB_PROXI;Zerfallrate (ΔE)
+TP_LOCALLAB_QUAAGRES;Aggressiv
+TP_LOCALLAB_QUACONSER;Konservativ
TP_LOCALLAB_QUALCURV_METHOD;Kurventyp
TP_LOCALLAB_QUAL_METHOD;Globale Qualität
-TP_LOCALLAB_QUACONSER;Konservativ
-TP_LOCALLAB_QUAAGRES;Aggressiv
-TP_LOCALLAB_QUANONEWAV;Nur nicht-lokales Mittel
TP_LOCALLAB_QUANONEALL;Aus
+TP_LOCALLAB_QUANONEWAV;Nur nicht-lokales Mittel
TP_LOCALLAB_RADIUS;Radius
TP_LOCALLAB_RADIUS_TOOLTIP;Verwendet eine schnelle Fouriertransformation bei Radius > 30
TP_LOCALLAB_RADMASKCOL;Glättradius
-TP_LOCALLAB_RECT;Rechteck
TP_LOCALLAB_RECOTHRES02_TOOLTIP;Wenn der Wert 'Wiederherstellungsschwelle' > 1 ist, berücksichtigt die Maske in 'Maske und Anpassungen' alle vorherigen Änderungen am Bild aber nicht die mit dem aktuellen Werkzeug (z.B. Farbe und Licht, Wavelet, Cam16 usw.).\nWenn der Wert der 'Wiederherstellungsschwelle' < 1 ist, berücksichtigt die Maske in 'Maske und Anpassungen' keine vorherigen Änderungen am Bild.\n\nIn beiden Fällen wirkt der 'Wiederherstellungsschwellenwert' auf das maskierte Bild modifiziert durch das aktuelle Tool (Farbe und Licht, Wavelet, CAM16 usw.).
+TP_LOCALLAB_RECT;Rechteck
TP_LOCALLAB_RECURS;Referenzen rekursiv
TP_LOCALLAB_RECURS_TOOLTIP;Erzwingt, dass der Algorithmus die Referenzen neu berechnet, nachdem jedes Werkzeug angewendet wurde.\nAuch hilfreich bei der Arbeit mit Masken.
TP_LOCALLAB_REN_DIALOG_LAB;Neuer Spot Name
TP_LOCALLAB_REN_DIALOG_NAME;Spot umbenennen
-TP_LOCALLAB_REPARW_TOOLTIP;Ermöglicht, die relative Stärke des'Lokalen Kontrasts' und der 'Wavelets' in Bezug auf das Originalbild anzupassen.
TP_LOCALLAB_REPARCOL_TOOLTIP;Ermöglicht, die relative Stärke von 'Farbe und Licht' in Bezug auf das Originalbild anzupassen.
TP_LOCALLAB_REPARDEN_TOOLTIP;Ermöglicht, die relative Stärke der 'Rauschreduzierung' in Bezug auf das Originalbild anzupassen.
-TP_LOCALLAB_REPARSH_TOOLTIP;Ermöglicht, die relative Stärke von 'Schatten/Lichter' und 'Tonwert' in Bezug auf das Originalbild anzupassen.
TP_LOCALLAB_REPAREXP_TOOLTIP;Ermöglicht, die relative Stärke von 'Dynamik und und Belichtung' in Bezug auf das Originalbild anzupassen.
+TP_LOCALLAB_REPARSH_TOOLTIP;Ermöglicht, die relative Stärke von 'Schatten/Lichter' und 'Tonwert' in Bezug auf das Originalbild anzupassen.
TP_LOCALLAB_REPARTM_TOOLTIP;Ermöglicht, die relative Stärke des 'Tone-Mappings' in Bezug auf das Originalbild anzupassen.
-TP_LOCALLAB_RESETSHOW;Alle sichtbaren Änderungen zurücksetzen
+TP_LOCALLAB_REPARW_TOOLTIP;Ermöglicht, die relative Stärke des'Lokalen Kontrasts' und der 'Wavelets' in Bezug auf das Originalbild anzupassen.
TP_LOCALLAB_RESID;Restbild
TP_LOCALLAB_RESIDBLUR;Unschärfe Restbild
TP_LOCALLAB_RESIDCHRO;Chroma Restbild
@@ -3332,7 +3311,6 @@ TP_LOCALLAB_ROW_VIS;Sichtbar
TP_LOCALLAB_RSTPROTECT_TOOLTIP;'Rot- und Hauttöne schützen' beeinflusst die Schieberegler von Sättigung , Chromatizität und Buntheit.
TP_LOCALLAB_SATUR;Sättigung
TP_LOCALLAB_SATURV;Sättigung (s)
-TP_LOCALLAB_SAVREST;Sichern - Wiederherstellen des aktuellen Bildes
TP_LOCALLAB_SCALEGR;Korngröße
TP_LOCALLAB_SCALERETI;Skalieren
TP_LOCALLAB_SCALTM;Skalieren
@@ -3379,8 +3357,7 @@ TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Ermöglicht die Visualisierung der verschiedene
TP_LOCALLAB_SHOWMASKTYP1;Unschärfe-Rauschen
TP_LOCALLAB_SHOWMASKTYP2;Rauschreduzierung
TP_LOCALLAB_SHOWMASKTYP3;Unschärfe-Rauschen + Rauschreduzierung
-//TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Maske und Anpassungen können gewählt werden.\nUnschärfe und Rauschen: In diesem Fall wird es nicht für 'Rauschreduzierung' verwendet.\nRauschreduzierung: In diesem Fall wird es nicht für 'Unschärfe und Rauschen' verwendet.\n\nUnschärfe/Rauschen-Rauschreduzierung: Maske wird geteilt, seien Sie vorsichtig mit 'Änderungen anzeigen' und 'Umfang'.
-TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Kann mit 'Maske und Anpassungen' verwendet werden.\nWenn 'Unschärfe und Rauschen' gewählt wurde, kann die Maske nicht für 'Rauschreduzierung' angewandt werden.\nWenn 'Rauschreduzierung' gewählt wurde, kann die Maske nicht für 'Unschärfe und Rauschen' angewandt werden.\nWenn 'Unschärfe und Rauschen + Rauschreduzierung' gewählt wurde, wird die Maske geteilt. Beachten Sie, dass in diesem Falle die Regler sowohl für 'Unschärfe und Rauschen' und 'Rauschreduzierung' aktiv sind, so dass sich empfiehlt, bei Anpassungen die Option 'Zeige Modifikationen mit Maske' zu verwenden.
+TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Kann mit 'Maske und Anpassungen' verwendet werden.\nWenn 'Unschärfe und Rauschen' gewählt wurde, kann die Maske nicht für 'Rauschreduzierung' angewendet werden.\nWenn 'Rauschreduzierung' gewählt wurde, kann die Maske nicht für 'Unschärfe und Rauschen' angewendet werden.\nWenn 'Unschärfe und Rauschen + Rauschreduzierung' gewählt wurde, wird die Maske geteilt. Beachten Sie, dass in diesem Falle die Regler sowohl für 'Unschärfe und Rauschen' und 'Rauschreduzierung' aktiv sind, so dass sich empfiehlt, bei Anpassungen die Option 'Zeige Modifikationen mit Maske' zu verwenden.
TP_LOCALLAB_SHOWMNONE;Anzeige des modifizierten Bildes
TP_LOCALLAB_SHOWMODIF;Anzeige der modifizierten Bereiche ohne Maske
TP_LOCALLAB_SHOWMODIF2;Anzeige der modifizierten Bereiche
@@ -3398,15 +3375,14 @@ TP_LOCALLAB_SHOWVI;Maske und Anpassungen
TP_LOCALLAB_SHRESFRA;Schatten/Lichter & TRC
TP_LOCALLAB_SHTRC_TOOLTIP;Basierend auf den (bereitgestellten) 'Arbeitsprofil'(en) werden die Farbtöne des Bildes geändert, indem das Arbeitsprofil auf eine Farbtonkennlinie einwirkt. \n'Gamma' wirkt hauptsächlich auf helle Töne.\n'Steigung' wirkt hauptsächlich auf dunkle Töne.\nEs wird empfohlen, die Farbtonkennlinie beider Geräte (Monitor- und Ausgabeprofil) auf sRGB (Standard) zu setzen.
TP_LOCALLAB_SH_TOOLNAME;Schatten/Lichter - Equalizer
-TP_LOCALLAB_SIGMAWAV;Dämpfungsreaktion
TP_LOCALLAB_SIGFRA;Sigmoid Q & LOG-Kodierung Q
TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
-TP_LOCALLAB_SIGMOIDLAMBDA;Kontrast
-TP_LOCALLAB_SIGMOIDTH;Schwellenwert (Graupunkt)
+TP_LOCALLAB_SIGMAWAV;Dämpfungsreaktion
TP_LOCALLAB_SIGMOIDBL;Überlagern
+TP_LOCALLAB_SIGMOIDLAMBDA;Kontrast
TP_LOCALLAB_SIGMOIDQJ;Schwarz-Ev und Weiß-Ev verwenden
+TP_LOCALLAB_SIGMOIDTH;Schwellenwert (Graupunkt)
TP_LOCALLAB_SIGMOID_TOOLTIP;Ermöglicht, ein Tone-Mapping-Erscheinungsbild zu simulieren, indem sowohl die 'CIECAM' (oder 'Jz') als auch die 'Sigmoid'-Funktion verwendet werden. Drei Schieberegler:\na) 'Kontrast' wirkt sich auf die Form der Sigmoidkurve und folglich auf die Stärke aus;\nb) 'Schwellenwert' (Graupunkt) verteilt die Aktion entsprechend der Leuchtdichte;\nc) 'Überlagern' wirkt sich auf den endgültigen Aspekt des Bildes, Kontrast und Leuchtdichte aus.
-TP_LOCALLAB_SIM;Einfach
TP_LOCALLAB_SLOMASKCOL;Steigung
TP_LOCALLAB_SLOMASK_TOOLTIP;Gamma und Steigung ermöglichen eine weiche und artefaktfreie Transformation der Maske, indem 'L' schrittweise geändert wird, um Diskontinuitäten zu vermeiden.
TP_LOCALLAB_SLOSH;Steigung
@@ -3486,8 +3462,6 @@ TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Gleicht die Aktion innerhalb jeder Ebene an.
TP_LOCALLAB_WAT_BLURLC_TOOLTIP;Die Standardeinstellung für Unschärfe wirkt sich auf alle 3 L*a*b* -Komponenten (Luminanz und Farbe) aus.\nWenn diese Option aktiviert ist, wird nur die Luminanz unscharf.
TP_LOCALLAB_WAT_CLARIC_TOOLTIP;Mit 'Chroma zusammenführen' wird die Intensität des gewünschten Effekts auf die Chrominanz ausgewählt.
TP_LOCALLAB_WAT_CLARIL_TOOLTIP;Mit 'Luma zusammenführen' wird die Intensität des gewünschten Effekts auf die Luminanz ausgewählt.
-TP_LOCALLAB_WAT_CLARICJZ_TOOLTIP;Mit 'Chroma zusammenführen' wird die Intensität des gewünschten Effekts auf die Chrominanz ausgewählt.\nEs wird nur der maximale Wert der Wavelet Ebenen (unten rechts) berücksichtigt.
-TP_LOCALLAB_WAT_CLARILJZ_TOOLTIP;Mit 'Luma zusammenführen' wird die Intensität des gewünschten Effekts auf die Luminanz ausgewählt.\nEs wird nur der maximale Wert der Wavelet Ebenen (unten rechts) berücksichtigt.
TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma Ebenen': Passt die 'a'- und 'b'- Komponenten von L*a*b* als Anteil des Luminanzwertes an.
TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Durch den Versatz wird die Balance zwischen kontrastarmen und kontrastreichen Details geändert.\nHohe Werte verstärken die Kontraständerungen zu den kontrastreicheren Details, während niedrige Werte die Kontraständerungen zu kontrastarmen Details verstärken.\nMit Verwendung eines geringeren Wertes der 'Dämpfungsreaktion' kann bestimmt werden, welche Kontrastwerte verbessert werden sollen.
TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;Durch Bewegen des Reglers nach links werden die unteren Ebenen akzentuiert. Nach Rechts werden die niedrigeren Ebenen reduziert und die höheren Ebenen akzentuiert.
@@ -3526,7 +3500,7 @@ TP_LOCALLAB_WAVGRAD_TOOLTIP;Anpassen des lokalen Kontrasts entsprechend einem ge
TP_LOCALLAB_WAVHUE_TOOLTIP;Ermöglicht das Verringern oder Erhöhen der Rauschreduzierung basierend auf dem Farbton.
TP_LOCALLAB_WAVLEV;Unschärfe nach Ebene
TP_LOCALLAB_WAVMASK;Wavelets
-TP_LOCALLAB_WAVMASK_TOOLTIP;Verwendet Wavelets, um den lokalen Kontrast der Maske zu ändern und die Struktur (Haut, Gebäude ...) zu verstärken oder zu reduzieren.
+TP_LOCALLAB_WAVMASK_TOOLTIP;Verwendet Wavelets, um den lokalen Kontrast der Maske zu ändern und die Struktur (Haut, Gebäude, etc.) zu verstärken oder zu reduzieren.
TP_LOCALLAB_WEDIANHI;Median hoch
TP_LOCALLAB_WHITE_EV;Weiß-Ev
TP_LOCALLAB_ZCAMFRA;ZCAM-Bildanpassungen
@@ -3541,7 +3515,7 @@ TP_METADATA_MODE;Kopiermodus
TP_METADATA_STRIP;Keine
TP_METADATA_TUNNEL;Unveränderte Daten
TP_NEUTRAL;Zurücksetzen
-TP_NEUTRAL_TIP;Belichtungseinstellungen auf neutrale Werte zurücksetzen.
+TP_NEUTRAL_TOOLTIP;Belichtungseinstellungen auf neutrale Werte zurücksetzen.
TP_PCVIGNETTE_FEATHER;Bereich
TP_PCVIGNETTE_FEATHER_TOOLTIP;Bereich:\n0 = nur Bildecken\n50 = halbe Strecke zum Mittelpunkt\n100 = bis zum Mittelpunkt
TP_PCVIGNETTE_LABEL;Vignettierungsfilter
@@ -3550,7 +3524,6 @@ TP_PCVIGNETTE_ROUNDNESS_TOOLTIP;Form:\n0 = Rechteck\n50 = Ellipse\n100 = Kreis
TP_PCVIGNETTE_STRENGTH;Intensität
TP_PCVIGNETTE_STRENGTH_TOOLTIP;Filterstärke in Blendenstufen (bezogen auf die Bildecken).
TP_PDSHARPENING_LABEL;Eingangsschärfung
-TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;Es werden mindestens zwei horizontale oder zwei vertikale Kontroll-Linien benötigt.
TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop-Faktor
TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Fokale Länge
TP_PERSPECTIVE_CAMERA_FRAME;Korrektur
@@ -3561,6 +3534,7 @@ TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertikale Verschiebung
TP_PERSPECTIVE_CAMERA_YAW;Horizontal
TP_PERSPECTIVE_CONTROL_LINES;Kontroll-Linien
TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Strg+ziehen: Zeichne neue Linien (mind. 2)\nRechts-Klick: Lösche Linie
+TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;Es werden mindestens zwei horizontale oder zwei vertikale Kontroll-Linien benötigt.
TP_PERSPECTIVE_HORIZONTAL;Horizontal
TP_PERSPECTIVE_LABEL;Perspektive
TP_PERSPECTIVE_METHOD;Methode
@@ -3594,12 +3568,6 @@ TP_PREPROCWB_LABEL;Vorverarbeitung Weißabgleich
TP_PREPROCWB_MODE;Modus
TP_PREPROCWB_MODE_AUTO;Auto
TP_PREPROCWB_MODE_CAMERA;Kamera
-TC_PRIM_BLUX;Bx
-TC_PRIM_BLUY;By
-TC_PRIM_GREX;Gx
-TC_PRIM_GREY;Gy
-TC_PRIM_REDX;Rx
-TC_PRIM_REDY;Ry
TP_PRSHARPENING_LABEL;Nach Skalierung schärfen
TP_PRSHARPENING_TOOLTIP;Schärft das Bild nach der Größenänderung.\nFunktioniert nur mit der Methode 'Lanczos'.\nDas Ergebnis wird nicht in RawTherapee\nangezeigt.\n\nWeitere Informationen finden Sie auf 'RawPedia'.
TP_RAWCACORR_AUTO;Autokorrektur
@@ -3708,9 +3676,9 @@ TP_RESIZE_LONG;Lange Kante
TP_RESIZE_METHOD;Methode:
TP_RESIZE_NEAREST;Nächster Nachbar
TP_RESIZE_SCALE;Maßstab
-TP_RESIZE_SPECIFY;Basierend auf:
TP_RESIZE_SE;Kurze Kante:
TP_RESIZE_SHORT;Kurze Kante
+TP_RESIZE_SPECIFY;Basierend auf:
TP_RESIZE_W;Breite:
TP_RESIZE_WIDTH;Breite
TP_RETINEX_CONTEDIT_HSL;HSL-Kurve
@@ -3766,7 +3734,7 @@ TP_RETINEX_MLABEL;Schleierred: Min = %1, Max = %2
TP_RETINEX_MLABEL_TOOLTIP;Sollte nahe bei Min = 0 und Max = 32768 sein aber auch andere Werte sind möglich.
TP_RETINEX_NEIGHBOR;Radius
TP_RETINEX_NEUTRAL;Zurücksetzen
-TP_RETINEX_NEUTRAL_TIP;Setzt alle Regler und Kurven\nauf ihre Standardwerte zurück.
+TP_RETINEX_NEUTRAL_TOOLTIP;Setzt alle Regler und Kurven\nauf ihre Standardwerte zurück.
TP_RETINEX_OFFSET;Versatz (Helligkeit)
TP_RETINEX_SCALES;Gauß'scher Gradient
TP_RETINEX_SCALES_TOOLTIP;Steht der Regler auf 0 sind alle Iterationen identisch.\nBei > 0 werden Skalierung und Radius reduziert,\nbei < 0 erhöht.
@@ -3802,7 +3770,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Winkel
TP_ROTATE_LABEL;Drehen
TP_ROTATE_SELECTLINE;Leitlinie wählen
-TP_SAVEDIALOG_OK_TIP;Taste: Strg + Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Taste: Strg + Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Lichter
TP_SHADOWSHLIGHTS_HLTONALW;Tonwertbreite Lichter
TP_SHADOWSHLIGHTS_LABEL;Schatten/Lichter
@@ -3934,7 +3902,6 @@ TP_WAVELET_CONTEDIT;'Danach'-Kontrastkurve
TP_WAVELET_CONTFRAME;Kompression
TP_WAVELET_CONTR;Gamut
TP_WAVELET_CONTRA;Kontrast
-TP_WAVELET_CONTRASTEDIT;Feinere - Grobere Ebenen
TP_WAVELET_CONTRAST_MINUS;Kontrast -
TP_WAVELET_CONTRAST_PLUS;Kontrast +
TP_WAVELET_CONTRA_TOOLTIP;Ändert den Kontrast des Restbildes.
@@ -3957,13 +3924,7 @@ TP_WAVELET_DAUB14;D14 - Hoch
TP_WAVELET_DAUBLOCAL;Wavelet Kantenperformance
TP_WAVELET_DAUB_TOOLTIP;Ändert den Daubechies-Koeffizienten:\nD4 = Standard\nD14 = Häufig bestes Ergebnis auf Kosten\nvon ca. 10% längerer Verarbeitungszeit.\n\nVerbessert die Kantenerkennung sowie die Qualität\nder ersten Waveletebene. Jedoch hängt die Qualität\nnicht ausschließlich mit diesem Koeffizienten zusammen\nund kann je nach Bild und Einsatz variieren.
TP_WAVELET_DEN5THR;Schwellenwert
-TP_WAVELET_DEN12LOW;1 2 Niedrig
-TP_WAVELET_DEN12PLUS;1 2 Hoch
-TP_WAVELET_DEN14LOW;1 4 Niedrig
-TP_WAVELET_DEN14PLUS;1 4 Hoch
-TP_WAVELET_DENCONTRAST;Ausgleich Lokaler Kontrast
TP_WAVELET_DENCURV;Kurve
-TP_WAVELET_DENEQUAL;1 2 3 4 Ausgleich
TP_WAVELET_DENL;Korrektur Struktur
TP_WAVELET_DENLH;Schwellenwert Ebenen 1-4
TP_WAVELET_DENLOCAL_TOOLTIP;Verwenden Sie eine Kurve, um die Rauschreduzierung entsprechend dem lokalen Kontrast anzupassen.\nFlächen werden entrauscht, die Strukturen bleiben erhalten.
@@ -4006,7 +3967,6 @@ TP_WAVELET_EDTYPE;Lokale Kontrastmethode
TP_WAVELET_EDVAL;Intensität
TP_WAVELET_FINAL;Endretusche
TP_WAVELET_FINCFRAME;Endgültiger Lokaler Kontrast
-TP_WAVELET_FINCOAR_TOOLTIP;Der linke (positive) Teil der Kurve wirkt auf die feineren Ebenen (Erhöhung).\nDie 2 Punkte auf der Abszisse repräsentieren die jeweiligen Aktionsgrenzen feinerer und gröberer Ebenen 5 und 6 (default).\nDer rechte (negative) Teil der Kurve wirkt auf die gröberen Ebenen (Erhöhung).\nVermeiden Sie es, den linken Teil der Kurve mit negativen Werten zu verschieben. Vermeiden Sie es, den rechten Teil der Kurve mit positiven Werten zu verschieben.
TP_WAVELET_FINEST;Fein
TP_WAVELET_FINTHR_TOOLTIP;Nutzt den lokalen Kontrast um die Wirkung des anpassbaren Filters zu erhöhen oder zu reduzieren.
TP_WAVELET_GUIDFRAME;Finales Glätten (anpassbarer Filter)
@@ -4059,7 +4019,6 @@ TP_WAVELET_MIXNOISE;Rauschen
TP_WAVELET_NEUTRAL;Neutral
TP_WAVELET_NOIS;Rauschreduzierung
TP_WAVELET_NOISE;Rauschreduzierung
-TP_WAVELET_NOISE_TOOLTIP;Wenn die Helligkeit der Ebene den Wert 50 übersteigt, wird der aggressive Modus angewandt.\nLiegt die Chrominanz grob über 20 wird der aggressive Modus angewandt.
TP_WAVELET_NPHIGH;Hoch
TP_WAVELET_NPLOW;Niedrig
TP_WAVELET_NPNONE;Keine
@@ -4117,7 +4076,6 @@ TP_WAVELET_THRH;Schwelle Lichter
TP_WAVELET_TILESBIG;Große Kacheln
TP_WAVELET_TILESFULL;Ganzes Bild
TP_WAVELET_TILESIZE;Kachelgröße
-TP_WAVELET_TILESLIT;Kleine Kacheln
TP_WAVELET_TILES_TOOLTIP;'Ganzes Bild' (empfohlen) liefert eine bessere Qualität.\n'Kacheln' benötigen weniger Speicher und ist nur für Computer mit wenig RAM zu empfehlen.
TP_WAVELET_TMEDGS;Kantenschutz
TP_WAVELET_TMSCALE;Skalieren
@@ -4191,4 +4149,4 @@ ZOOMPANEL_ZOOM100;Zoom 100%\nTaste: z
ZOOMPANEL_ZOOMFITCROPSCREEN;Ausschnitt an Bildschirm anpassen.\nTaste: f
ZOOMPANEL_ZOOMFITSCREEN;An Bildschirm anpassen.\nTaste: Alt + f
ZOOMPANEL_ZOOMIN;Hineinzoomen\nTaste: +
-ZOOMPANEL_ZOOMOUT;Herauszoomen\nTaste: -
\ No newline at end of file
+ZOOMPANEL_ZOOMOUT;Herauszoomen\nTaste: -
diff --git a/rtdata/languages/English (UK) b/rtdata/languages/English (UK)
index 4e8136885..7de3a54cc 100644
--- a/rtdata/languages/English (UK)
+++ b/rtdata/languages/English (UK)
@@ -3,16 +3,16 @@ FILEBROWSER_COLORLABEL_TOOLTIP;Colour label.\n\nUse dropdown menu or shortcuts:\
FILEBROWSER_POPUPCOLORLABEL;Colour label
FILEBROWSER_SHOWUNCOLORHINT;Show images without a colour label.\nShortcut: Alt-0
FILECHOOSER_FILTER_COLPROF;Colour profiles (*.icc)
-HISTORY_MSG_46;Colour denoising
HISTORY_MSG_69;Working colour space
HISTORY_MSG_70;Output colour space
HISTORY_MSG_71;Input colour space
HISTORY_MSG_111;L*a*b* - Avoid colour shift
HISTORY_MSG_115;False colour suppression
HISTORY_MSG_155;Vib - Avoid colour shift
-HISTORY_MSG_191;CAM02 - Colourfulness (M)
-HISTORY_MSG_197;CAM02 - Colour curve
-HISTORY_MSG_198;CAM02 - Colour curve
+HISTORY_MSG_174;Colour Appearance & Lighting
+HISTORY_MSG_191;CAL - IA - Colourfulness (M)
+HISTORY_MSG_197;CAL - IA - Colour curve
+HISTORY_MSG_198;CAL - IA - Colour curve mode
HISTORY_MSG_203;NR - Colour space
HISTORY_MSG_221;B&W - Colour filter
HISTORY_MSG_240;GF - Centre
@@ -21,19 +21,74 @@ HISTORY_MSG_257;Colour Toning
HISTORY_MSG_258;CT - Colour curve
HISTORY_MSG_273;CT - Colour Balance SMH
HISTORY_MSG_322;W - Gamut - Avoid colour shift
-HISTORY_MSG_385;W - Residual - Colour Balance
-HISTORY_MSG_392;W - Residual - Colour Balance
+HISTORY_MSG_385;W - Residual - Colour balance
+HISTORY_MSG_392;W - Residual - Colour balance
HISTORY_MSG_419;Retinex - Colour space
+HISTORY_MSG_507;Local Spot centre
+HISTORY_MSG_516;Local - Colour and light
+HISTORY_MSG_527;Local - Colour Inverse
+HISTORY_MSG_542;Local - Vib avoid colourshift
+HISTORY_MSG_591;Local - Avoid colour shift
+HISTORY_MSG_607;Local - Colour Mask C
+HISTORY_MSG_608;Local - Colour Mask L
+HISTORY_MSG_611;Local - Colour Mask H
+HISTORY_MSG_612;Local - Colour Structure
+HISTORY_MSG_615;Local - Blend colour
+HISTORY_MSG_618;Local - Use Colour Mask
+HISTORY_MSG_624;Local - Colour correction grid
+HISTORY_MSG_625;Local - Colour correction strength
+HISTORY_MSG_626;Local - Colour correction Method
+HISTORY_MSG_634;Local - radius colour
+HISTORY_MSG_650;Local - Colour mask chroma
+HISTORY_MSG_651;Local - Colour mask gamma
+HISTORY_MSG_652;Local - Colour mask slope
+HISTORY_MSG_656;Local - Colour soft radius
+HISTORY_MSG_760;Local - Colour Laplacian mask
+HISTORY_MSG_770;Local - Colour Mask contrast curve
+HISTORY_MSG_779;Local - Colour Mask local contrast curve
+HISTORY_MSG_780;Local - Colour Mask shadows
+HISTORY_MSG_783;Local - Colour Wavelet levels
+HISTORY_MSG_799;Local - Colour RGB ToneCurve
+HISTORY_MSG_800;Local - Colour ToneCurve Method
+HISTORY_MSG_801;Local - Colour ToneCurve Special
+HISTORY_MSG_803;Local - Colour Merge
+HISTORY_MSG_804;Local - Colour mask Structure
+HISTORY_MSG_806;Local - Colour mask Structure as tool
+HISTORY_MSG_808;Local - Colour mask curve H(H)
+HISTORY_MSG_821;Local - colour grid background
+HISTORY_MSG_822;Local - colour background merge
+HISTORY_MSG_823;Local - colour background luminance
+HISTORY_MSG_830;Local - Colour gradient strength L
+HISTORY_MSG_831;Local - Colour gradient angle
+HISTORY_MSG_832;Local - Colour gradient strength C
+HISTORY_MSG_834;Local - Colour gradient strength H
+HISTORY_MSG_894;Local - Colour Preview dE
+HISTORY_MSG_925;Local - Scope colour tools
+HISTORY_MSG_928;Local - Common colour mask
+HISTORY_MSG_980;Local - Log encoding Colourfulness M
+HISTORY_MSG_996;Local - Colour recovery threshold
+HISTORY_MSG_997;Local - Colour threshold mask low
+HISTORY_MSG_998;Local - Colour threshold mask high
+HISTORY_MSG_999;Local - Colour decay
+HISTORY_MSG_1045;Local - Colour and Light strength
+HISTORY_MSG_1055;Local - Colour and Light gamma
+HISTORY_MSG_1070;Local - CIECAM colourfullness
+HISTORY_MSG_1107;Local - CIECAM Colour method
+HISTORY_MSG_1108;Local - CIECAM Colour curve
HISTORY_MSG_CLAMPOOG;Clip out-of-gamut colours
HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Colour correction
HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Colour correction
+HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative colour space
+HISTORY_MSG_HLBL;Colour propagation - blur
HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correction - Avoid colour shift
HISTORY_MSG_SH_COLORSPACE;S/H - Colourspace
+HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colours
MAIN_TAB_COLOR;Colour
MAIN_TOOLTIP_BACKCOLOR0;Background colour of the preview: theme-based\nShortcut: 9
MAIN_TOOLTIP_BACKCOLOR1;Background colour of the preview: black\nShortcut: 9
MAIN_TOOLTIP_BACKCOLOR2;Background colour of the preview: white\nShortcut: 9
MAIN_TOOLTIP_BACKCOLOR3;Background colour of the preview: middle grey\nShortcut: 9
+PARTIALPASTE_COLORAPP;Colour Appearance & Lighting
PARTIALPASTE_COLORGROUP;Colour Related Settings
PARTIALPASTE_COLORTONING;Colour toning
PARTIALPASTE_ICMSETTINGS;Colour management settings
@@ -47,14 +102,14 @@ PREFERENCES_BEHAVIOR;Behaviour
PREFERENCES_ICCDIR;Directory containing colour profiles
PREFERENCES_INTENT_ABSOLUTE;Absolute Colourimetric
PREFERENCES_INTENT_RELATIVE;Relative Colourimetric
-PREFERENCES_MENUGROUPLABEL;Group "Colour label"
+PREFERENCES_MENUGROUPLABEL;Group 'Colour label'
PREFERENCES_MONPROFILE;Default colour profile
PREFERENCES_PRTPROFILE;Colour profile
PREFERENCES_TAB_COLORMGR;Colour Management
SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colours with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Colour Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
TOOLBAR_TOOLTIP_COLORPICKER;Lockable Colour Picker\n\nWhen the tool is active:\n- Add a picker: left-click.\n- Drag a picker: left-click and drag.\n- Delete a picker: right-click.\n- Delete all pickers: Ctrl+Shift+right-click.\n- Revert to hand tool: right-click outside any picker.
-TOOLBAR_TOOLTIP_STRAIGHTEN;Straighten / fine rotation.\nShortcut: s\n\nIndicate the vertical or horizontal by drawing a guide line over the image preview. Angle of rotation will be shown next to the guide line. Centre of rotation is the geometrical centre of the image.
+TOOLBAR_TOOLTIP_STRAIGHTEN;Straighten / fine rotation.\nShortcut: s\n\nIndicate the vertical or horizontal by drawing a guide line over the image. Angle of rotation will be shown next to the guide line. Centre of rotation is the geometrical centre of the image.
TP_BWMIX_CC_ENABLED;Adjust complementary colour
TP_BWMIX_CC_TOOLTIP;Enable to allow automatic adjustment of complementary colours in ROYGCBPM mode.
TP_BWMIX_CURVEEDITOR_BEFORE_TOOLTIP;Tone curve, just before B&W conversion.\nMay take into account the colour components.
@@ -64,23 +119,30 @@ TP_BWMIX_RGB_TOOLTIP;Mix the RGB channels. Use presets for guidance.\nPay attent
TP_COLORAPP_ALGO_QM;Brightness + Colourfulness (QM)
TP_COLORAPP_BADPIXSL_TOOLTIP;Suppression of hot/bad (brightly coloured) pixels.\n0 = No effect\n1 = Median\n2 = Gaussian.\nAlternatively, adjust the image to avoid very dark shadows.\n\nThese artifacts are due to limitations of CIECAM02.
TP_COLORAPP_CHROMA_M;Colourfulness (M)
-TP_COLORAPP_CHROMA_M_TOOLTIP;Colourfulness in CIECAM02 differs from L*a*b* and RGB colourfulness.
+TP_COLORAPP_CHROMA_M_TOOLTIP;Colourfulness in CIECAM is the perceived amount of hue in relation to gray, an indicator that a stimulus appears to be more or less coloured.
+TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM corresponds to the colour of a stimulus in relation to its own brightness. It differs from L*a*b* and RGB saturation.
+TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM corresponds to the colour of a stimulus relative to the clarity of a stimulus that appears white under identical conditions. It differs from L*a*b* and RGB chroma.
TP_COLORAPP_CURVEEDITOR3;Colour curve
-TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colourfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of C, s or M after CIECAM02.\n\nC, s and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
-TP_COLORAPP_LABEL;CIE Colour Appearance Model 2002
-TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colours to take into account the viewing conditions of the output device.\n\nAverage: Average light environment (standard). The image will not change.\n\nDim: Dim environment (TV). The image will become slightly dark.\n\nDark: Dark environment (projector). The image will become more dark.\n\nExtremly Dark: Extremly dark environment (cutsheet). The image will become very dark.
+TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colourfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of C, S or M after CIECAM.\n\nC, S and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
+TP_COLORAPP_DATACIE_TOOLTIP;Affects histograms shown in Colour Appearance & Lightning curves. Does not affect RawTherapee's main histogram.\n\nEnabled: show approximate values for J and C, S or M after the CIECAM adjustments.\nDisabled: show L*a*b* values before CIECAM adjustments.
+TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM colour appearance models, which were designed to better simulate how human vision perceives colours under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each colour and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+TP_COLORAPP_HUE_TOOLTIP;Hue (h) is the degree to which a stimulus can be described as similar to a colour described as red, green, blue and yellow.
+TP_COLORAPP_LABEL;Colour Appearance & Lighting
+TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colours to take into account the viewing conditions of the output device. The darker the viewing conditions, the darker the image will become. Image brightness will not be changed when the viewing conditions are set to average.
+TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colours to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
TP_COLORAPP_TCMODE_COLORF;Colourfulness
-TP_COLORTONING_COLOR;Colour
+TP_COLORTONING_COLOR;Colour:
TP_COLORTONING_LABEL;Colour Toning
TP_COLORTONING_LABGRID;L*a*b* colour correction grid
TP_COLORTONING_LABREGIONS;Colour correction regions
TP_COLORTONING_LUMAMODE_TOOLTIP;If enabled, when you change colour (red, green, cyan, blue, etc.) the luminance of each pixel is preserved.
-TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated colour blending.\n"Colour balance (Shadows/Midtones/Highlights)" and "Saturation 2 colours" use direct colours.\n\nThe Black-and-White tool can be enabled when using any colour toning method, which allows for colour toning.
+TP_COLORTONING_METHOD_TOOLTIP;'L*a*b* blending', 'RGB sliders' and 'RGB curves' use interpolated colour blending.\n'Colour balance (Shadows/Midtones/Highlights)' and 'Saturation 2 colours' use direct colours.\n\nThe Black-and-White tool can be enabled when using any colour toning method, which allows for colour toning.
TP_COLORTONING_SPLITCOCO;Colour Balance Shadows/Midtones/Highlights
TP_COLORTONING_SPLITLR;Saturation 2 colours
TP_COLORTONING_TWO2;Special chroma '2 colours'
TP_COLORTONING_TWOCOLOR_TOOLTIP;Standard chroma:\nLinear response, a* = b*.\n\nSpecial chroma:\nLinear response, a* = b*, but unbound - try under the diagonal.\n\nSpecial a* and b*:\nLinear response unbound with separate curves for a* and b*. Intended for special effects.\n\nSpecial chroma 2 colours:\nMore predictable.
-TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and centre to the preview size and centre you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+TP_CROP_GTCENTEREDSQUARE;Centreed square
+TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and centre to the preview size and centre you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW_INFO;Preview size=%1, Centre: Px=%2 Py=%3
TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW_TILEINFO;Tile size=%1, Centre: Tx=%2 Ty=%3
TP_DIRPYRDENOISE_MAIN_COLORSPACE;Colour space
@@ -88,7 +150,11 @@ TP_DIRPYREQUALIZER_ALGO;Skin Colour Range
TP_DIRPYREQUALIZER_ALGO_TOOLTIP;Fine: closer to the colours of the skin, minimizing the action on other colours\nLarge: avoid more artifacts.
TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts in the transitions between skin colours (hue, chroma, luma) and the rest of the image.
TP_EXPOSURE_CLAMPOOG;Clip out-of-gamut colours
-TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no colour) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+TP_FILMNEGATIVE_COLORSPACE;Inversion colour space:
+TP_FILMNEGATIVE_COLORSPACE_INPUT;Input colour space
+TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the colour space used to perform the negative inversion:\nInput colour space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking colour space : perform inversion after input profile, using the currently selected working profile.
+TP_FILMNEGATIVE_COLORSPACE_WORKING;Working colour space
+TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no colour) in the original scene. The patches should differ in brightness.
TP_GRADIENT_CENTER;Centre
TP_GRADIENT_CENTER_X;Centre X
TP_GRADIENT_CENTER_Y;Centre Y
@@ -99,24 +165,112 @@ TP_ICM_INPUTCUSTOM_TOOLTIP;Select your own DCP/ICC colour profile file for the c
TP_ICM_INPUTEMBEDDED_TOOLTIP;Use colour profile embedded in non-raw files.
TP_ICM_INPUTNONE_TOOLTIP;Use no input colour profile at all.\nUse only in special cases.
TP_ICM_LABEL;Colour Management
+TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different colour mode for an image, you permanently change the colour values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic colour adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
TP_LABCURVE_AVOIDCOLORSHIFT;Avoid colour shift
-TP_LABCURVE_AVOIDCOLORSHIFT_TOOLTIP;Fit colours into gamut of the working colour space and apply Munsell correction.
+TP_LABCURVE_AVOIDCOLORSHIFT_TOOLTIP;Fit colours into gamut of the working colour space and apply Munsell correction (Uniform Perceptual Lab).
+TP_LOCALLAB_ADJ;Equalizer Colour
+TP_LOCALLAB_AVOID;Avoid colour shift
+TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colours into gamut of the working colour space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+TP_LOCALLAB_BLWH_TOOLTIP;Force colour components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+TP_LOCALLAB_CENTER_X;Centre X
+TP_LOCALLAB_CENTER_Y;Centre Y
+TP_LOCALLAB_CIE;Colour appearance (Cam16 & JzCzHz)
+TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM colour appearance model which was designed to better simulate how human vision perceives colours under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+TP_LOCALLAB_CIECOLORFRA;Colour
+TP_LOCALLAB_CIE_TOOLNAME;Colour appearance (Cam16 & JzCzHz)
+TP_LOCALLAB_COFR;Colour & Light
+TP_LOCALLAB_COLORDE;ΔE preview colour - intensity
+TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue colour preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+TP_LOCALLAB_COLORSCOPE;Scope (colour tools)
+TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Colour and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+TP_LOCALLAB_COLOR_CIE;Colour curve
+TP_LOCALLAB_COLOR_TOOLNAME;Colour & Light
+TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colourful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colourful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Colour and Light.
+TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove colour casts, but may also introduce a blue cast which can be corrected with other tools.
+TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colours.
+TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on colour (ΔE).\nMinimum RT-spot size: 128x128.
+TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colours.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colours.
+TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust colour, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low colour gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Colour and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a colour and luminance background (fewer possibilties).
+TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Colour, Luminosity are concerned by Merge background (ΔE).
+TP_LOCALLAB_GRIDMETH_TOOLTIP;Colour toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Colour toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+TP_LOCALLAB_GRIDONE;Colour Toning
+TP_LOCALLAB_LABGRID;Colour correction grid
+TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a colour according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colours to the illuminant of the output device.
+TP_LOCALLAB_LOGCOLORFL;Colourfulness (M)
+TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less coloured.
+TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived colouration with luminance.
+TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived colouration with brightness.
+TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colourfulness (M) (in Advanced mode).
+TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived colouration.
+TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the colour of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colours to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+TP_LOCALLAB_LUMASK;Background colour/luma mask
+TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or colour of the mask background in Show Mask (Mask and modifications).
+TP_LOCALLAB_MASKCOM;Common Colour Mask
+TP_LOCALLAB_MASKCOM_TOOLNAME;Common Colour Mask
+TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Colour and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colourpicker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Colour and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable colour picker' on the mask to see which areas will be affected. Make sure you set 'Background colour mask' = 0 in Settings.
+TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Colour and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Colour and Light settings \n In between these two areas, the full value of the Colour and Light settings will be applied.
+TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Colour propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+TP_LOCALLAB_MERCOL;Colour
+TP_LOCALLAB_MERFOR;Colour Dodge
+TP_LOCALLAB_MERTHI;Colour Burn
+TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Colour and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Colour and Light, Wavelet, Cam16, etc.).
+TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Colour and Light image with respect to the original image.
+TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colourfulness sliders.
+TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colours to be excluded.
+TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the centre of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colours similar to those in the centre of the spot.\nHigh values let the tool act on a wider range of colours.
+TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular colour).
+TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Colour & Light).
+TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Colour & Light).
+TP_LOCALLAB_WARM;Warm/Cool & Colour artifacts
+TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the colour temperature of the selected area warmer or cooler.\nIt can also reduce colour artifacts in some cases.
TP_PCVIGNETTE_FEATHER_TOOLTIP;Feathering:\n0 = corners only,\n50 = halfway to centre,\n100 = to centre.
TP_PFCURVE_CURVEEDITOR_CH_TOOLTIP;Controls defringe strength by colour.\nHigher = more,\nLower = less.
TP_RAWCACORR_AVOIDCOLORSHIFT;Avoid colour shift
TP_RAW_FALSECOLOR;False colour suppression steps
TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Equalize the brightness of the frames to the brightness of the selected frame.\nIf there are overexposed areas in the frames select the brightest frame to avoid magenta colour cast in overexposed areas or enable motion correction.
TP_RGBCURVES_LUMAMODE_TOOLTIP;Luminosity mode allows to vary the contribution of R, G and B channels to the luminosity of the image, without altering image colour.
+TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its centre then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
TP_VIBRANCE_AVOIDCOLORSHIFT;Avoid colour shift
TP_VIGNETTING_CENTER;Centre
TP_VIGNETTING_CENTER_X;Centre X
TP_VIGNETTING_CENTER_Y;Centre Y
TP_WAVELET_AVOID;Avoid colour shift
-TP_WAVELET_CBENAB;Toning and Colour Balance
-TP_WAVELET_CB_TOOLTIP;For strong values product colour-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
+TP_WAVELET_BALCHROM;Equalizer Colour
+TP_WAVELET_CBENAB;Toning and Colour balance
TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colours.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
+TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the colour.
TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centreed on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
-TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "white balance" by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
+TP_WAVELET_TONFRAME;Excluded colours
+TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of 'white balance' by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
!!!!!!!!!!!!!!!!!!!!!!!!!
! Untranslated keys follow; remove the ! prefix after an entry is translated.
@@ -142,7 +296,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!CURVEEDITOR_HIGHLIGHTS;Highlights
!CURVEEDITOR_LIGHTS;Lights
!CURVEEDITOR_LINEAR;Linear
-!CURVEEDITOR_LOADDLGLABEL;Load curve...
+!CURVEEDITOR_LOADDLGLABEL;Load curve
!CURVEEDITOR_MINMAXCPOINTS;Equalizer
!CURVEEDITOR_NURBS;Control cage
!CURVEEDITOR_PARAMETRIC;Parametric
@@ -159,7 +313,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!DYNPROFILEEDITOR_DELETE;Delete
!DYNPROFILEEDITOR_EDIT;Edit
!DYNPROFILEEDITOR_EDIT_RULE;Edit Dynamic Profile Rule
-!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the "re:" prefix to enter\na regular expression.
+!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the 're:' prefix to enter\na regular expression.
!DYNPROFILEEDITOR_IMGTYPE_ANY;Any
!DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
!DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
@@ -219,10 +373,10 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!EXPORT_MAXHEIGHT;Maximum height:
!EXPORT_MAXWIDTH;Maximum width:
!EXPORT_PIPELINE;Processing pipeline
-!EXPORT_PUTTOQUEUEFAST; Put to queue for fast export
+!EXPORT_PUTTOQUEUEFAST;Put to queue for fast export
!EXPORT_RAW_DMETHOD;Demosaic method
!EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-!EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+!EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
!EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
!EXTPROGTARGET_1;raw
!EXTPROGTARGET_2;queue-processed
@@ -230,7 +384,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!FILEBROWSER_APPLYPROFILE_PARTIAL;Apply - partial
!FILEBROWSER_AUTODARKFRAME;Auto dark-frame
!FILEBROWSER_AUTOFLATFIELD;Auto flat-field
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_BROWSEPATHHINT;Type a path to navigate to.\n\nKeyboard shortcuts:\nCtrl-o to focus to the path text box.\nEnter / Ctrl-Enter to browse there;\nEsc to clear changes.\nShift-Esc to remove focus.\n\nPath shortcuts:\n~ - user's home directory.\n! - user's pictures directory
!FILEBROWSER_CACHE;Cache
!FILEBROWSER_CACHECLEARFROMFULL;Clear all including cached profiles
@@ -262,6 +416,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!FILEBROWSER_POPUPCOLORLABEL5;Label: Purple
!FILEBROWSER_POPUPCOPYTO;Copy to...
!FILEBROWSER_POPUPFILEOPERATIONS;File operations
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPMOVEEND;Move to end of queue
!FILEBROWSER_POPUPMOVEHEAD;Move to head of queue
!FILEBROWSER_POPUPMOVETO;Move to...
@@ -335,8 +490,10 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!GENERAL_CANCEL;Cancel
!GENERAL_CLOSE;Close
!GENERAL_CURRENT;Current
+!GENERAL_DELETE_ALL;Delete all
!GENERAL_DISABLE;Disable
!GENERAL_DISABLED;Disabled
+!GENERAL_EDIT;Edit
!GENERAL_ENABLE;Enable
!GENERAL_ENABLED;Enabled
!GENERAL_FILE;File
@@ -358,16 +515,24 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTOGRAM_TOOLTIP_B;Show/Hide blue histogram.
!HISTOGRAM_TOOLTIP_BAR;Show/Hide RGB indicator bar.
!HISTOGRAM_TOOLTIP_CHRO;Show/Hide chromaticity histogram.
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
!HISTOGRAM_TOOLTIP_G;Show/Hide green histogram.
!HISTOGRAM_TOOLTIP_L;Show/Hide CIELab luminance histogram.
!HISTOGRAM_TOOLTIP_MODE;Toggle between linear, log-linear and log-log scaling of the histogram.
!HISTOGRAM_TOOLTIP_R;Show/Hide red histogram.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_CHANGED;Changed
!HISTORY_CUSTOMCURVE;Custom curve
!HISTORY_FROMCLIPBOARD;From clipboard
!HISTORY_LABEL;History
!HISTORY_MSG_1;Photo loaded
-!HISTORY_MSG_2;PP3 loaded
!HISTORY_MSG_3;PP3 changed
!HISTORY_MSG_4;History browsing
!HISTORY_MSG_5;Exposure - Lightness
@@ -381,9 +546,6 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_13;Exposure - Clip
!HISTORY_MSG_14;L*a*b* - Lightness
!HISTORY_MSG_15;L*a*b* - Contrast
-!HISTORY_MSG_16;-
-!HISTORY_MSG_17;-
-!HISTORY_MSG_18;-
!HISTORY_MSG_19;L*a*b* - L* curve
!HISTORY_MSG_20;Sharpening
!HISTORY_MSG_21;USM - Radius
@@ -409,9 +571,6 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_41;Exposure - Tone curve 1 mode
!HISTORY_MSG_42;Exposure - Tone curve 2
!HISTORY_MSG_43;Exposure - Tone curve 2 mode
-!HISTORY_MSG_44;Lum. denoising radius
-!HISTORY_MSG_45;Lum. denoising edge tolerance
-!HISTORY_MSG_47;Blend ICC highlights with matrix
!HISTORY_MSG_48;DCP - Tone curve
!HISTORY_MSG_49;DCP illuminant
!HISTORY_MSG_50;Shadows/Highlights
@@ -419,7 +578,6 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_52;S/H - Shadows
!HISTORY_MSG_53;S/H - Highlights tonal width
!HISTORY_MSG_54;S/H - Shadows tonal width
-!HISTORY_MSG_55;S/H - Local contrast
!HISTORY_MSG_56;S/H - Radius
!HISTORY_MSG_57;Coarse rotation
!HISTORY_MSG_58;Horizontal flipping
@@ -431,7 +589,6 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_64;Crop
!HISTORY_MSG_65;CA correction
!HISTORY_MSG_66;Exposure - Highlight reconstruction
-!HISTORY_MSG_67;Exposure - HLR amount
!HISTORY_MSG_68;Exposure - HLR method
!HISTORY_MSG_72;VC - Amount
!HISTORY_MSG_73;Channel Mixer
@@ -439,12 +596,10 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_75;Resize - Method
!HISTORY_MSG_76;Exif metadata
!HISTORY_MSG_77;IPTC metadata
-!HISTORY_MSG_78;-
!HISTORY_MSG_79;Resize - Width
!HISTORY_MSG_80;Resize - Height
!HISTORY_MSG_81;Resize
!HISTORY_MSG_82;Profile changed
-!HISTORY_MSG_83;S/H - Sharp mask
!HISTORY_MSG_84;Perspective correction
!HISTORY_MSG_85;Lens Correction - LCP file
!HISTORY_MSG_86;RGB Curves - Luminosity mode
@@ -489,12 +644,6 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_128;Flat-Field - Blur radius
!HISTORY_MSG_129;Flat-Field - Blur type
!HISTORY_MSG_130;Auto distortion correction
-!HISTORY_MSG_131;NR - Luma
-!HISTORY_MSG_132;NR - Chroma
-!HISTORY_MSG_133;Output gamma
-!HISTORY_MSG_134;Free gamma
-!HISTORY_MSG_135;Free gamma
-!HISTORY_MSG_136;Free gamma slope
!HISTORY_MSG_137;Black level - Green 1
!HISTORY_MSG_138;Black level - Red
!HISTORY_MSG_139;Black level - Blue
@@ -531,35 +680,34 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_171;L*a*b* - LC curve
!HISTORY_MSG_172;L*a*b* - Restrict LC
!HISTORY_MSG_173;NR - Detail recovery
-!HISTORY_MSG_174;CIECAM02
-!HISTORY_MSG_175;CAM02 - CAT02 adaptation
-!HISTORY_MSG_176;CAM02 - Viewing surround
-!HISTORY_MSG_177;CAM02 - Scene luminosity
-!HISTORY_MSG_178;CAM02 - Viewing luminosity
-!HISTORY_MSG_179;CAM02 - White-point model
-!HISTORY_MSG_180;CAM02 - Lightness (J)
-!HISTORY_MSG_181;CAM02 - Chroma (C)
-!HISTORY_MSG_182;CAM02 - Automatic CAT02
-!HISTORY_MSG_183;CAM02 - Contrast (J)
-!HISTORY_MSG_184;CAM02 - Scene surround
-!HISTORY_MSG_185;CAM02 - Gamut control
-!HISTORY_MSG_186;CAM02 - Algorithm
-!HISTORY_MSG_187;CAM02 - Red/skin prot.
-!HISTORY_MSG_188;CAM02 - Brightness (Q)
-!HISTORY_MSG_189;CAM02 - Contrast (Q)
-!HISTORY_MSG_190;CAM02 - Saturation (S)
-!HISTORY_MSG_192;CAM02 - Hue (h)
-!HISTORY_MSG_193;CAM02 - Tone curve 1
-!HISTORY_MSG_194;CAM02 - Tone curve 2
-!HISTORY_MSG_195;CAM02 - Tone curve 1
-!HISTORY_MSG_196;CAM02 - Tone curve 2
-!HISTORY_MSG_199;CAM02 - Output histograms
-!HISTORY_MSG_200;CAM02 - Tone mapping
+!HISTORY_MSG_175;CAL - SC - Adaptation
+!HISTORY_MSG_176;CAL - VC - Surround
+!HISTORY_MSG_177;CAL - SC - Absolute luminance
+!HISTORY_MSG_178;CAL - VC - Absolute luminance
+!HISTORY_MSG_179;CAL - SC - WP model
+!HISTORY_MSG_180;CAL - IA - Lightness (J)
+!HISTORY_MSG_181;CAL - IA - Chroma (C)
+!HISTORY_MSG_182;CAL - SC - Auto adaptation
+!HISTORY_MSG_183;CAL - IA - Contrast (J)
+!HISTORY_MSG_184;CAL - SC - Surround
+!HISTORY_MSG_185;CAL - Gamut control
+!HISTORY_MSG_186;CAL - IA - Algorithm
+!HISTORY_MSG_187;CAL - IA - Red/skin protection
+!HISTORY_MSG_188;CAL - IA - Brightness (Q)
+!HISTORY_MSG_189;CAL - IA - Contrast (Q)
+!HISTORY_MSG_190;CAL - IA - Saturation (S)
+!HISTORY_MSG_192;CAL - IA - Hue (h)
+!HISTORY_MSG_193;CAL - IA - Tone curve 1
+!HISTORY_MSG_194;CAL - IA - Tone curve 2
+!HISTORY_MSG_195;CAL - IA - Tone curve 1 mode
+!HISTORY_MSG_196;CAL - IA - Tone curve 2 mode
+!HISTORY_MSG_199;CAL - IA - Use CAM output for histograms
+!HISTORY_MSG_200;CAL - IA - Use CAM for tone mapping
!HISTORY_MSG_201;NR - Chrominance - R&G
!HISTORY_MSG_202;NR - Chrominance - B&Y
!HISTORY_MSG_204;LMMSE enhancement steps
-!HISTORY_MSG_205;CAM02 - Hot/bad pixel filter
-!HISTORY_MSG_206;CAT02 - Auto scene luminosity
+!HISTORY_MSG_205;CAL - Hot/bad pixel filter
+!HISTORY_MSG_206;CAL - SC - Auto absolute luminance
!HISTORY_MSG_207;Defringe - Hue curve
!HISTORY_MSG_208;WB - B/R equalizer
!HISTORY_MSG_210;GF - Angle
@@ -599,7 +747,6 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_247;L*a*b* - LH curve
!HISTORY_MSG_248;L*a*b* - HH curve
!HISTORY_MSG_249;CbDL - Threshold
-!HISTORY_MSG_250;NR - Enhanced
!HISTORY_MSG_251;B&W - Algorithm
!HISTORY_MSG_252;CbDL - Skin tar/prot
!HISTORY_MSG_253;CbDL - Reduce artifacts
@@ -620,8 +767,6 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_270;CT - High - Green
!HISTORY_MSG_271;CT - High - Blue
!HISTORY_MSG_272;CT - Balance
-!HISTORY_MSG_274;CT - Sat. Shadows
-!HISTORY_MSG_275;CT - Sat. Highlights
!HISTORY_MSG_276;CT - Opacity
!HISTORY_MSG_277;--unused--
!HISTORY_MSG_278;CT - Preserve luminance
@@ -646,7 +791,6 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_297;NR - Mode
!HISTORY_MSG_298;Dead pixel filter
!HISTORY_MSG_299;NR - Chrominance curve
-!HISTORY_MSG_300;-
!HISTORY_MSG_301;NR - Luma control
!HISTORY_MSG_302;NR - Chroma method
!HISTORY_MSG_303;NR - Chroma method
@@ -664,10 +808,10 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_315;W - Residual - Contrast
!HISTORY_MSG_316;W - Gamut - Skin tar/prot
!HISTORY_MSG_317;W - Gamut - Skin hue
-!HISTORY_MSG_318;W - Contrast - Highlight levels
-!HISTORY_MSG_319;W - Contrast - Highlight range
-!HISTORY_MSG_320;W - Contrast - Shadow range
-!HISTORY_MSG_321;W - Contrast - Shadow levels
+!HISTORY_MSG_318;W - Contrast - Finer levels
+!HISTORY_MSG_319;W - Contrast - Finer range
+!HISTORY_MSG_320;W - Contrast - Coarser range
+!HISTORY_MSG_321;W - Contrast - Coarser levels
!HISTORY_MSG_323;W - ES - Local contrast
!HISTORY_MSG_324;W - Chroma - Pastel
!HISTORY_MSG_325;W - Chroma - Saturated
@@ -752,7 +896,6 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_407;Retinex - Method
!HISTORY_MSG_408;Retinex - Radius
-!HISTORY_MSG_409;Retinex - Contrast
!HISTORY_MSG_410;Retinex - Offset
!HISTORY_MSG_411;Retinex - Strength
!HISTORY_MSG_412;Retinex - Gaussian gradient
@@ -767,7 +910,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_422;Retinex - Gamma
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_426;Retinex - Hue equalizer
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
@@ -787,30 +930,45 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_442;Retinex - Scale
!HISTORY_MSG_443;Output black point compensation
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_445;Raw sub-image
-!HISTORY_MSG_449;PS - ISO adaption
-!HISTORY_MSG_452;PS - Show motion
-!HISTORY_MSG_453;PS - Show mask only
-!HISTORY_MSG_457;PS - Check red/blue
-!HISTORY_MSG_462;PS - Check green
-!HISTORY_MSG_464;PS - Blur motion mask
-!HISTORY_MSG_465;PS - Blur radius
-!HISTORY_MSG_468;PS - Fill holes
-!HISTORY_MSG_469;PS - Median
-!HISTORY_MSG_471;PS - Motion correction
-!HISTORY_MSG_472;PS - Smooth transitions
-!HISTORY_MSG_473;PS - Use LMMSE
-!HISTORY_MSG_474;PS - Equalize
-!HISTORY_MSG_475;PS - Equalize channel
-!HISTORY_MSG_476;CAM02 - Temp out
-!HISTORY_MSG_477;CAM02 - Green out
-!HISTORY_MSG_478;CAM02 - Yb out
-!HISTORY_MSG_479;CAM02 - CAT02 adaptation out
-!HISTORY_MSG_480;CAM02 - Automatic CAT02 out
-!HISTORY_MSG_481;CAM02 - Temp scene
-!HISTORY_MSG_482;CAM02 - Green scene
-!HISTORY_MSG_483;CAM02 - Yb scene
-!HISTORY_MSG_484;CAM02 - Auto Yb scene
+!HISTORY_MSG_445;Raw Sub-Image
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_449;PS ISO adaption
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_452;PS Show motion
+!HISTORY_MSG_453;PS Show mask only
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_457;PS Check red/blue
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_462;PS Check green
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_464;PS Blur motion mask
+!HISTORY_MSG_465;PS Blur radius
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_468;PS Fill holes
+!HISTORY_MSG_469;PS Median
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_471;PS Motion correction
+!HISTORY_MSG_472;PS Smooth transitions
+!HISTORY_MSG_474;PS Equalize
+!HISTORY_MSG_475;PS Equalize channel
+!HISTORY_MSG_476;CAL - VC - Temperature
+!HISTORY_MSG_477;CAL - VC - Tint
+!HISTORY_MSG_478;CAL - VC - Mean luminance
+!HISTORY_MSG_479;CAL - VC - Adaptation
+!HISTORY_MSG_480;CAL - VC - Auto adaptation
+!HISTORY_MSG_481;CAL - SC - Temperature
+!HISTORY_MSG_482;CAL - SC - Tint
+!HISTORY_MSG_483;CAL - SC - Mean luminance
+!HISTORY_MSG_484;CAL - SC - Auto mean luminance
!HISTORY_MSG_485;Lens Correction
!HISTORY_MSG_486;Lens Correction - Camera
!HISTORY_MSG_487;Lens Correction - Lens
@@ -821,6 +979,603 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_492;RGB Curves
!HISTORY_MSG_493;L*a*b* Adjustments
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_COLORTONING_LABREGION_CHANNEL;CT - Channel
!HISTORY_MSG_COLORTONING_LABREGION_CHROMATICITYMASK;CT - region C mask
!HISTORY_MSG_COLORTONING_LABREGION_HUEMASK;CT - H mask
@@ -833,22 +1588,40 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Saturation
!HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
!HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
!HISTORY_MSG_DEHAZE_DEPTH;Dehaze - Depth
!HISTORY_MSG_DEHAZE_ENABLED;Haze Removal
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Dehaze - Show depth map
!HISTORY_MSG_DEHAZE_STRENGTH;Dehaze - Strength
!HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
!HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
!HISTORY_MSG_HISTMATCHING;Auto-matched tone curve
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
!HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
!HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-!HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-!HISTORY_MSG_ICM_WORKING_SLOPE;Working - Slope
-!HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC method
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Amount
!HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Darkness
!HISTORY_MSG_LOCALCONTRAST_ENABLED;Local Contrast
@@ -863,25 +1636,84 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
+!HISTORY_MSG_RANGEAB;Range ab
!HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correction - Iterations
!HISTORY_MSG_RAW_BORDER;Raw border
!HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Allow upscaling
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SHARPENING_BLUR;Sharpening - Blur radius
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
!HISTORY_NEWSNAPSHOT;Add
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: Alt-s
!HISTORY_SNAPSHOT;Snapshot
!HISTORY_SNAPSHOTS;Snapshots
!ICCPROFCREATOR_COPYRIGHT;Copyright:
-!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
!ICCPROFCREATOR_CUSTOM;Custom
!ICCPROFCREATOR_DESCRIPTION;Description:
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
@@ -893,11 +1725,12 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!ICCPROFCREATOR_ILL_50;D50
!ICCPROFCREATOR_ILL_55;D55
!ICCPROFCREATOR_ILL_60;D60
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
!ICCPROFCREATOR_ILL_65;D65
!ICCPROFCREATOR_ILL_80;D80
!ICCPROFCREATOR_ILL_DEF;Default
!ICCPROFCREATOR_ILL_INC;StdA 2856K
-!ICCPROFCREATOR_ILL_TOOLTIP;You can only set the illuminant for ICC v4 profiles.
+!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
!ICCPROFCREATOR_PRIM_ACESP0;ACES AP0
!ICCPROFCREATOR_PRIM_ACESP1;ACES AP1
@@ -907,6 +1740,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!ICCPROFCREATOR_PRIM_BLUX;Blue X
!ICCPROFCREATOR_PRIM_BLUY;Blue Y
!ICCPROFCREATOR_PRIM_BRUCE;BruceRGB
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
!ICCPROFCREATOR_PRIM_GREX;Green X
!ICCPROFCREATOR_PRIM_GREY;Green Y
!ICCPROFCREATOR_PRIM_PROPH;Prophoto
@@ -914,13 +1748,14 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!ICCPROFCREATOR_PRIM_REDX;Red X
!ICCPROFCREATOR_PRIM_REDY;Red Y
!ICCPROFCREATOR_PRIM_SRGB;sRGB
-!ICCPROFCREATOR_PRIM_TOOLTIP;You can only set custom primaries for ICC v4 profiles.
+!ICCPROFCREATOR_PRIM_TOOLTIP;You can set custom primaries for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIM_WIDEG;Widegamut
!ICCPROFCREATOR_PROF_V2;ICC v2
!ICCPROFCREATOR_PROF_V4;ICC v4
!ICCPROFCREATOR_SAVEDIALOG_TITLE;Save ICC profile as...
!ICCPROFCREATOR_SLOPE;Slope
-!ICCPROFCREATOR_TRC_PRESET;Tone response curve:
+!ICCPROFCREATOR_TRC_PRESET;Tone response curve
+!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORY;Category
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITY;City
@@ -939,7 +1774,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!IPTCPANEL_DATECREATED;Date created
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_EMBEDDED;Embedded
@@ -998,7 +1833,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!MAIN_MSG_QOVERWRITE;Do you want to overwrite it?
!MAIN_MSG_SETPATHFIRST;You first have to set a target path in Preferences in order to use this function!
!MAIN_MSG_TOOMANYOPENEDITORS;Too many open editors.\nPlease close an editor to continue.
-!MAIN_MSG_WRITEFAILED;Failed to write\n"%1"\n\nMake sure that the folder exists and that you have write permission to it.
+!MAIN_MSG_WRITEFAILED;Failed to write\n'%1'\n\nMake sure that the folder exists and that you have write permission to it.
!MAIN_TAB_ADVANCED;Advanced
!MAIN_TAB_ADVANCED_TOOLTIP;Shortcut: Alt-a
!MAIN_TAB_COLOR_TOOLTIP;Shortcut: Alt-c
@@ -1014,6 +1849,8 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!MAIN_TAB_FILTER; Filter
!MAIN_TAB_INSPECT; Inspect
!MAIN_TAB_IPTC;IPTC
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TAB_METADATA;Metadata
!MAIN_TAB_METADATA_TOOLTIP;Shortcut: Alt-m
!MAIN_TAB_RAW;Raw
@@ -1049,16 +1886,15 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!NAVIGATOR_V;V:
!NAVIGATOR_XY_FULL;Width: %1, Height: %2
!NAVIGATOR_XY_NA;x: --, y: --
-!OPTIONS_BUNDLED_MISSING;The bundled profile "%1" could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
-!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
-!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
+!OPTIONS_BUNDLED_MISSING;The bundled profile '%1' could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
+!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
+!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
!PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
!PARTIALPASTE_BASICGROUP;Basic Settings
!PARTIALPASTE_CACORRECTION;Chromatic aberration correction
!PARTIALPASTE_CHANNELMIXER;Channel mixer
!PARTIALPASTE_CHANNELMIXERBW;Black-and-white
!PARTIALPASTE_COARSETRANS;Coarse rotation/flipping
-!PARTIALPASTE_COLORAPP;CIECAM02
!PARTIALPASTE_COMMONTRANSFORMPARAMS;Auto-fill
!PARTIALPASTE_COMPOSITIONGROUP;Composition Settings
!PARTIALPASTE_CROP;Crop
@@ -1076,7 +1912,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PARTIALPASTE_EVERYTHING;Everything
!PARTIALPASTE_EXIFCHANGES;Exif
!PARTIALPASTE_EXPOSURE;Exposure
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!PARTIALPASTE_FILMNEGATIVE;Film negative
!PARTIALPASTE_FILMSIMULATION;Film simulation
!PARTIALPASTE_FLATFIELDAUTOSELECT;Flat-field auto-selection
!PARTIALPASTE_FLATFIELDBLURRADIUS;Flat-field blur radius
@@ -1091,6 +1927,8 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PARTIALPASTE_LENSGROUP;Lens Related Settings
!PARTIALPASTE_LENSPROFILE;Profiled lens correction
!PARTIALPASTE_LOCALCONTRAST;Local contrast
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
!PARTIALPASTE_METADATA;Metadata mode
!PARTIALPASTE_METAGROUP;Metadata settings
!PARTIALPASTE_PCVIGNETTE;Vignette filter
@@ -1100,6 +1938,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PARTIALPASTE_PREPROCESS_HOTPIXFILT;Hot pixel filter
!PARTIALPASTE_PREPROCESS_LINEDENOISE;Line noise filter
!PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_PRSHARPENING;Post-resize sharpening
!PARTIALPASTE_RAWCACORR_AUTO;CA auto-correction
!PARTIALPASTE_RAWCACORR_CAREDBLUE;CA red & blue
@@ -1122,6 +1961,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PARTIALPASTE_SHARPENING;Sharpening (USM/RL)
!PARTIALPASTE_SHARPENMICRO;Microcontrast
!PARTIALPASTE_SOFTLIGHT;Soft light
+!PARTIALPASTE_SPOT;Spot removal
!PARTIALPASTE_TM_FATTAL;Dynamic range compression
!PARTIALPASTE_VIBRANCE;Vibrance
!PARTIALPASTE_VIGNETTING;Vignetting correction
@@ -1152,11 +1992,17 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaic
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CHUNKSIZE_RGB;RGB processing
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
!PREFERENCES_CLIPPINGIND;Clipping Indication
!PREFERENCES_CLUTSCACHE;HaldCLUT Cache
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
!PREFERENCES_CLUTSDIR;HaldCLUT directory
!PREFERENCES_CMMBPC;Black point compensation
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
!PREFERENCES_CROP;Crop Editing
!PREFERENCES_CROP_AUTO_FIT;Automatically zoom to fit the crop
!PREFERENCES_CROP_GUIDES;Guides shown when not editing the crop
@@ -1169,7 +2015,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PREFERENCES_CURVEBBOXPOS_LEFT;Left
!PREFERENCES_CURVEBBOXPOS_RIGHT;Right
!PREFERENCES_CUSTPROFBUILD;Custom Processing Profile Builder
-!PREFERENCES_CUSTPROFBUILDHINT;Executable (or script) file called when a new initial processing profile should be generated for an image.\n\nThe path of the communication file (*.ini style, a.k.a. "Keyfile") is added as a command line parameter. It contains various parameters required for the scripts and image Exif to allow a rules-based processing profile generation.\n\nWARNING: You are responsible for using double quotes where necessary if you're using paths containing spaces.
+!PREFERENCES_CUSTPROFBUILDHINT;Executable (or script) file called when a new initial processing profile should be generated for an image.\n\nThe path of the communication file (*.ini style, a.k.a. 'Keyfile') is added as a command line parameter. It contains various parameters required for the scripts and image Exif to allow a rules-based processing profile generation.\n\nWARNING: You are responsible for using double quotes where necessary if you're using paths containing spaces.
!PREFERENCES_CUSTPROFBUILDKEYFORMAT;Keys format
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_NAME;Name
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_TID;TagID
@@ -1188,6 +2034,12 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PREFERENCES_DIRSOFTWARE;Installation directory
!PREFERENCES_EDITORCMDLINE;Custom command line
!PREFERENCES_EDITORLAYOUT;Editor layout
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
!PREFERENCES_EXTERNALEDITOR;External Editor
!PREFERENCES_FBROWSEROPTS;File Browser / Thumbnail Options
!PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compact toolbars in File Browser
@@ -1204,6 +2056,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PREFERENCES_HISTOGRAM_TOOLTIP;If enabled, the working profile is used for rendering the main histogram and the Navigator panel, otherwise the gamma-corrected output profile is used.
!PREFERENCES_HLTHRESHOLD;Threshold for clipped highlights
!PREFERENCES_IMPROCPARAMS;Default Processing Profile
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_LABEL;Inspect
!PREFERENCES_INSPECT_MAXBUFFERS_LABEL;Maximum number of cached images
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
@@ -1213,10 +2066,10 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PREFERENCES_LANG;Language
!PREFERENCES_LANGAUTODETECT;Use system language
!PREFERENCES_MAXRECENTFOLDERS;Maximum number of recent folders
-!PREFERENCES_MENUGROUPEXTPROGS;Group "Open with"
-!PREFERENCES_MENUGROUPFILEOPERATIONS;Group "File operations"
-!PREFERENCES_MENUGROUPPROFILEOPERATIONS;Group "Processing profile operations"
-!PREFERENCES_MENUGROUPRANK;Group "Rank"
+!PREFERENCES_MENUGROUPEXTPROGS;Group 'Open with'
+!PREFERENCES_MENUGROUPFILEOPERATIONS;Group 'File operations'
+!PREFERENCES_MENUGROUPPROFILEOPERATIONS;Group 'Processing profile operations'
+!PREFERENCES_MENUGROUPRANK;Group 'Rank'
!PREFERENCES_MENUOPTIONS;Context Menu Options
!PREFERENCES_MONINTENT;Default rendering intent
!PREFERENCES_MONITOR;Monitor
@@ -1256,7 +2109,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PREFERENCES_PRTINTENT;Rendering intent
!PREFERENCES_PSPATH;Adobe Photoshop installation directory
!PREFERENCES_REMEMBERZOOMPAN;Remember zoom % and pan offset
-!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in "Single Editor Tab Mode" and when "Demosaicing method used for the preview at <100% zoom" is set to "As in PP3".
+!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in 'Single Editor Tab Mode' and when 'Demosaicing method used for the preview at <100% zoom' is set to 'As in PP3'.
!PREFERENCES_SAVE_TP_OPEN_NOW;Save tool collapsed/expanded state now
!PREFERENCES_SELECTLANG;Select language
!PREFERENCES_SERIALIZE_TIFF_READ;TIFF Read Settings
@@ -1267,10 +2120,11 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PREFERENCES_SHOWDATETIME;Show date and time
!PREFERENCES_SHOWEXPOSURECOMPENSATION;Append exposure compensation
!PREFERENCES_SHOWFILMSTRIPTOOLBAR;Show Filmstrip toolbar
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
!PREFERENCES_SHTHRESHOLD;Threshold for clipped shadows
!PREFERENCES_SINGLETAB;Single Editor Tab Mode
!PREFERENCES_SINGLETABVERTAB;Single Editor Tab Mode, Vertical Tabs
-!PREFERENCES_SND_HELP;Enter a full file path to set a sound, or leave blank for no sound.\nFor system sounds on Windows use "SystemDefault", "SystemAsterisk" etc., and on Linux use "complete", "window-attention" etc.
+!PREFERENCES_SND_HELP;Enter a full file path to set a sound, or leave blank for no sound.\nFor system sounds on Windows use 'SystemDefault', 'SystemAsterisk' etc., and on Linux use 'complete', 'window-attention' etc.
!PREFERENCES_SND_LNGEDITPROCDONE;Editor processing done
!PREFERENCES_SND_QUEUEDONE;Queue processing done
!PREFERENCES_SND_THRESHOLDSECS;After seconds
@@ -1289,12 +2143,13 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!PREFERENCES_TP_VSCROLLBAR;Hide vertical scrollbar
!PREFERENCES_USEBUNDLEDPROFILES;Use bundled profiles
!PREFERENCES_WORKFLOW;Layout
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROFILEPANEL_COPYPPASTE;Parameters to copy
!PROFILEPANEL_GLOBALPROFILES;Bundled profiles
!PROFILEPANEL_LABEL;Processing Profiles
!PROFILEPANEL_LOADDLGLABEL;Load Processing Parameters...
!PROFILEPANEL_LOADPPASTE;Parameters to load
-!PROFILEPANEL_MODE_TIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
+!PROFILEPANEL_MODE_TOOLTIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
!PROFILEPANEL_MYPROFILES;My profiles
!PROFILEPANEL_PASTEPPASTE;Parameters to paste
!PROFILEPANEL_PCUSTOM;Custom
@@ -1368,6 +2223,12 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!SAVEDLG_TIFFUNCOMPRESSED;Uncompressed TIFF
!SAVEDLG_WARNFILENAME;File will be named
!SHCSELECTOR_TOOLTIP;Click right mouse button to reset the position of those 3 sliders.
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
!THRESHOLDSELECTOR_B;Bottom
!THRESHOLDSELECTOR_BL;Bottom-left
!THRESHOLDSELECTOR_BR;Bottom-right
@@ -1377,6 +2238,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!THRESHOLDSELECTOR_TR;Top-right
!TOOLBAR_TOOLTIP_CROP;Crop selection.\nShortcut: c\nMove the crop using Shift+mouse drag.
!TOOLBAR_TOOLTIP_HAND;Hand tool.\nShortcut: h
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
!TOOLBAR_TOOLTIP_WB;Spot white balance.\nShortcut: w
!TP_BWMIX_ALGO;Algorithm OYCPM
!TP_BWMIX_ALGO_LI;Linear
@@ -1407,7 +2269,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_BWMIX_MIXC;Channel Mixer
!TP_BWMIX_NEUTRAL;Reset
!TP_BWMIX_RGBLABEL;R: %1%% G: %2%% B: %3%% Total: %4%%
-!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n"Total" displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
+!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n'Total' displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
!TP_BWMIX_SETTING;Presets
!TP_BWMIX_SETTING_TOOLTIP;Different presets (film, landscape, etc.) or manual Channel Mixer settings.
!TP_BWMIX_SET_HIGHCONTAST;High contrast
@@ -1446,6 +2308,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_COARSETRAF_TOOLTIP_ROTRIGHT;Rotate right.\n\nShortcuts:\n] - Multiple Editor Tabs Mode,\nAlt-] - Single Editor Tab Mode.
!TP_COARSETRAF_TOOLTIP_VFLIP;Flip vertically.
!TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminance
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_ALGO;Algorithm
!TP_COLORAPP_ALGO_ALL;All
!TP_COLORAPP_ALGO_JC;Lightness + Chroma (JC)
@@ -1453,41 +2316,60 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_COLORAPP_ALGO_TOOLTIP;Lets you choose between parameter subsets or all parameters.
!TP_COLORAPP_BADPIXSL;Hot/bad pixel filter
!TP_COLORAPP_BRIGHT;Brightness (Q)
-!TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM02 takes into account the white's luminosity and differs from L*a*b* and RGB brightness.
+!TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM is the amount of perceived light emanating from a stimulus. It differs from L*a*b* and RGB brightness.
!TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
!TP_COLORAPP_CHROMA;Chroma (C)
!TP_COLORAPP_CHROMA_S;Saturation (S)
-!TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM02 differs from L*a*b* and RGB saturation.
-!TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM02 differs from L*a*b* and RGB chroma.
-!TP_COLORAPP_CIECAT_DEGREE;CAT02 adaptation
+!TP_COLORAPP_CIECAT_DEGREE;Adaptation
!TP_COLORAPP_CONTRAST;Contrast (J)
!TP_COLORAPP_CONTRAST_Q;Contrast (Q)
-!TP_COLORAPP_CONTRAST_Q_TOOLTIP;Differs from L*a*b* and RGB contrast.
-!TP_COLORAPP_CONTRAST_TOOLTIP;Differs from L*a*b* and RGB contrast.
+!TP_COLORAPP_CONTRAST_Q_TOOLTIP;Contrast (Q) in CIECAM is based on brightness. It differs from L*a*b* and RGB contrast.
+!TP_COLORAPP_CONTRAST_TOOLTIP;Contrast (J) in CIECAM is based on lightness. It differs from L*a*b* and RGB contrast.
!TP_COLORAPP_CURVEEDITOR1;Tone curve 1
-!TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of J or Q after CIECAM02.\n\nJ and Q are not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
+!TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of J after CIECAM.\n\nJ is not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
!TP_COLORAPP_CURVEEDITOR2;Tone curve 2
-!TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the second exposure tone curve.
-!TP_COLORAPP_DATACIE;CIECAM02 output histograms in curves
-!TP_COLORAPP_DATACIE_TOOLTIP;When enabled, histograms in CIECAM02 curves show approximate values/ranges for J or Q, and C, s or M after the CIECAM02 adjustments.\nThis selection does not impact the main histogram panel.\n\nWhen disabled, histograms in CIECAM02 curves show L*a*b* values before CIECAM02 adjustments.
-!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
-!TP_COLORAPP_GAMUT;Gamut control (L*a*b*)
-!TP_COLORAPP_GAMUT_TOOLTIP;Allow gamut control in L*a*b* mode.
+!TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the first J(J) tone curve.
+!TP_COLORAPP_DATACIE;Show CIECAM output histograms in CAL curves
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
+!TP_COLORAPP_GAMUT;Use gamut control in L*a*b* mode
+!TP_COLORAPP_GEN;Settings
!TP_COLORAPP_HUE;Hue (h)
-!TP_COLORAPP_HUE_TOOLTIP;Hue (h) - angle between 0° and 360°.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
!TP_COLORAPP_LABEL_CAM02;Image Adjustments
!TP_COLORAPP_LABEL_SCENE;Scene Conditions
!TP_COLORAPP_LABEL_VIEWING;Viewing Conditions
!TP_COLORAPP_LIGHT;Lightness (J)
-!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM02 differs from L*a*b* and RGB lightness.
+!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM is the clarity of a stimulus relative to the clarity of a stimulus that appears white under similar viewing conditions. It differs from L*a*b* and RGB lightness.
!TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
-!TP_COLORAPP_MODEL;WP Model
-!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM02 is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp+green + CAT02 + [output]: temp and green are selected by the user, the output device's white balance is set in Viewing Conditions.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODEL;WP model
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02/16] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp + tint + CAT02/16 + [output]: temp and tint are selected by the user, the output device's white balance is set in Viewing Conditions.
!TP_COLORAPP_NEUTRAL;Reset
-!TP_COLORAPP_NEUTRAL_TIP;Reset all sliders checkbox and curves to their default values
+!TP_COLORAPP_NEUTRAL_TOOLTIP;Reset all sliders checkbox and curves to their default values.
!TP_COLORAPP_RSTPRO;Red & skin-tones protection
!TP_COLORAPP_RSTPRO_TOOLTIP;Red & skin-tones protection affects both sliders and curves.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
!TP_COLORAPP_SURROUND;Surround
+!TP_COLORAPP_SURROUNDSRC;Surround
!TP_COLORAPP_SURROUND_AVER;Average
!TP_COLORAPP_SURROUND_DARK;Dark
!TP_COLORAPP_SURROUND_DIM;Dim
@@ -1499,18 +2381,22 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_COLORAPP_TCMODE_LABEL3;Curve chroma mode
!TP_COLORAPP_TCMODE_LIGHTNESS;Lightness
!TP_COLORAPP_TCMODE_SATUR;Saturation
-!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
-!TP_COLORAPP_TONECIE;Tone mapping using CIECAM02
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TONECIE;Use CIECAM for tone mapping
!TP_COLORAPP_TONECIE_TOOLTIP;If this option is disabled, tone mapping is done in L*a*b* space.\nIf this option is enabled, tone mapping is done using CIECAM02.\nThe Tone Mapping tool must be enabled for this setting to take effect.
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
!TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;Absolute luminance of the viewing environment\n(usually 16 cd/m²).
-!TP_COLORAPP_WBCAM;WB [RT+CAT02] + [output]
+!TP_COLORAPP_WBCAM;WB [RT+CAT02/16] + [output]
!TP_COLORAPP_WBRT;WB [RT] + [output]
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_AB;o C/L
!TP_COLORTONING_AUTOSAT;Automatic
!TP_COLORTONING_BALANCE;Balance
!TP_COLORTONING_BY;o C/L
!TP_COLORTONING_CHROMAC;Opacity
-!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
+!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L).
!TP_COLORTONING_HIGHLIGHT;Highlights
!TP_COLORTONING_HUE;Hue
!TP_COLORTONING_LAB;L*a*b* blending
@@ -1538,8 +2424,8 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_COLORTONING_METHOD;Method
!TP_COLORTONING_MIDTONES;Midtones
!TP_COLORTONING_NEUTRAL;Reset sliders
-!TP_COLORTONING_NEUTRAL_TIP;Reset all values (Shadows, Midtones, Highlights) to default.
-!TP_COLORTONING_OPACITY;Opacity
+!TP_COLORTONING_NEUTRAL_TOOLTIP;Reset all values (Shadows, Midtones, Highlights) to default.
+!TP_COLORTONING_OPACITY;Opacity:
!TP_COLORTONING_RGBCURVES;RGB - Curves
!TP_COLORTONING_RGBSLIDERS;RGB - Sliders
!TP_COLORTONING_SA;Saturation Protection
@@ -1578,7 +2464,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_DEFRINGE_THRESHOLD;Threshold
!TP_DEHAZE_DEPTH;Depth
!TP_DEHAZE_LABEL;Haze Removal
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_DEHAZE_SHOW_DEPTH_MAP;Show depth map
!TP_DEHAZE_STRENGTH;Strength
!TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zones
@@ -1611,14 +2497,14 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_DIRPYRDENOISE_MAIN_MODE;Mode
!TP_DIRPYRDENOISE_MAIN_MODE_AGGRESSIVE;Aggressive
!TP_DIRPYRDENOISE_MAIN_MODE_CONSERVATIVE;Conservative
-!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;"Conservative" preserves low frequency chroma patterns, while "aggressive" obliterates them.
+!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;Conservative preserves low frequency chroma patterns, while aggressive obliterates them.
!TP_DIRPYRDENOISE_MEDIAN_METHOD;Median method
!TP_DIRPYRDENOISE_MEDIAN_METHOD_CHROMINANCE;Chroma only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LAB;L*a*b*
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LABEL;Median Filter
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LUMINANCE;Luminance only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_RGB;RGB
-!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
+!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the 'Luminance only' and 'L*a*b*' methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the 'RGB' mode, it will be performed at the very end of the noise reduction pipeline.
!TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;Weighted L* (little) + a*b* (normal)
!TP_DIRPYRDENOISE_MEDIAN_PASSES;Median iterations
!TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
@@ -1643,7 +2529,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_DIRPYREQUALIZER_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
!TP_DISTORTION_AMOUNT;Amount
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+!TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_DISTORTION_LABEL;Distortion Correction
!TP_EPD_EDGESTOPPING;Edge stopping
!TP_EPD_GAMMA;Gamma
@@ -1652,18 +2538,18 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_EPD_SCALE;Scale
!TP_EPD_STRENGTH;Strength
!TP_EXPOSURE_AUTOLEVELS;Auto Levels
-!TP_EXPOSURE_AUTOLEVELS_TIP;Toggles execution of Auto Levels to automatically set Exposure slider values based on an image analysis.\nEnables Highlight Reconstruction if necessary.
+!TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Toggles execution of Auto Levels to automatically set Exposure slider values based on an image analysis.\nEnables Highlight Reconstruction if necessary.
!TP_EXPOSURE_BLACKLEVEL;Black
!TP_EXPOSURE_BRIGHTNESS;Lightness
!TP_EXPOSURE_CLIP;Clip %
-!TP_EXPOSURE_CLIP_TIP;The fraction of pixels to be clipped in Auto Levels operation.
+!TP_EXPOSURE_CLIP_TOOLTIP;The fraction of pixels to be clipped in Auto Levels operation.
!TP_EXPOSURE_COMPRHIGHLIGHTS;Highlight compression
!TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Highlight compression threshold
!TP_EXPOSURE_COMPRSHADOWS;Shadow compression
!TP_EXPOSURE_CONTRAST;Contrast
!TP_EXPOSURE_CURVEEDITOR1;Tone curve 1
!TP_EXPOSURE_CURVEEDITOR2;Tone curve 2
-!TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Please refer to the "Exposure > Tone Curves" RawPedia article to learn how to achieve the best results by using two tone curves.
+!TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Please refer to the 'Exposure > Tone Curves' RawPedia article to learn how to achieve the best results by using two tone curves.
!TP_EXPOSURE_EXPCOMP;Exposure compensation
!TP_EXPOSURE_HISTMATCHING;Auto-Matched Tone Curve
!TP_EXPOSURE_HISTMATCHING_TOOLTIP;Automatically adjust sliders and curves (except exposure compensation) to match the look of the embedded JPEG thumbnail.
@@ -1680,10 +2566,16 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_EXPOS_BLACKPOINT_LABEL;Raw Black Points
!TP_EXPOS_WHITEPOINT_LABEL;Raw White Points
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_FILMSIMULATION_LABEL;Film Simulation
!TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
!TP_FILMSIMULATION_STRENGTH;Strength
@@ -1711,6 +2603,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_HLREC_BLEND;Blend
!TP_HLREC_CIELAB;CIELab Blending
!TP_HLREC_ENA_TOOLTIP;Could be activated by Auto Levels.
+!TP_HLREC_HLBLUR;Blur
!TP_HLREC_LABEL;Highlight reconstruction
!TP_HLREC_LUMINANCE;Luminance Recovery
!TP_HLREC_METHOD;Method:
@@ -1728,7 +2621,9 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_ICM_BPC;Black Point Compensation
!TP_ICM_DCPILLUMINANT;Illuminant
!TP_ICM_DCPILLUMINANT_INTERPOLATED;Interpolated
-!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is "interpolated" which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is 'interpolated' which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
!TP_ICM_INPUTCAMERA;Camera standard
!TP_ICM_INPUTCAMERAICC;Auto-matched camera profile
!TP_ICM_INPUTCUSTOM;Custom
@@ -1736,21 +2631,65 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_ICM_INPUTEMBEDDED;Use embedded, if possible
!TP_ICM_INPUTNONE;No profile
!TP_ICM_INPUTPROFILE;Input Profile
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
!TP_ICM_NOICM;No ICM: sRGB Output
!TP_ICM_OUTPUTPROFILE;Output Profile
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_PROFILEINTENT;Rendering Intent
+!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB;Apply white balance
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
!TP_ICM_SAVEREFERENCE_TOOLTIP;Save the linear TIFF image before the input profile is applied. The result can be used for calibration purposes and generation of a camera profile.
!TP_ICM_TONECURVE;Tone curve
!TP_ICM_TONECURVE_TOOLTIP;Employ the embedded DCP tone curve. The setting is only available if the selected DCP has a tone curve.
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
!TP_ICM_WORKINGPROFILE;Working Profile
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
!TP_ICM_WORKING_TRC;Tone response curve:
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
!TP_ICM_WORKING_TRC_CUSTOM;Custom
!TP_ICM_WORKING_TRC_GAMMA;Gamma
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
!TP_ICM_WORKING_TRC_NONE;None
!TP_ICM_WORKING_TRC_SLOPE;Slope
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_ICM_WORKING_TRC_TOOLTIP;Only for built-in profiles.
!TP_IMPULSEDENOISE_LABEL;Impulse Noise Reduction
!TP_IMPULSEDENOISE_THRESH;Threshold
@@ -1772,21 +2711,21 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_LABCURVE_CURVEEDITOR_CC_RANGE2;Dull
!TP_LABCURVE_CURVEEDITOR_CC_RANGE3;Pastel
!TP_LABCURVE_CURVEEDITOR_CC_RANGE4;Saturated
-!TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromaticity according to chromaticity C=f(C)
+!TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromaticity according to chromaticity C=f(C).
!TP_LABCURVE_CURVEEDITOR_CH;CH
-!TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromaticity according to hue C=f(H)
+!TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromaticity according to hue C=f(H).
!TP_LABCURVE_CURVEEDITOR_CL;CL
-!TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L)
+!TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L).
!TP_LABCURVE_CURVEEDITOR_HH;HH
-!TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H)
+!TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H).
!TP_LABCURVE_CURVEEDITOR_LC;LC
-!TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminance according to chromaticity L=f(C)
+!TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminance according to chromaticity L=f(C).
!TP_LABCURVE_CURVEEDITOR_LH;LH
-!TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H)
-!TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L)
+!TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H).
+!TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L).
!TP_LABCURVE_LABEL;L*a*b* Adjustments
!TP_LABCURVE_LCREDSK;Restrict LC to red and skin-tones
-!TP_LABCURVE_LCREDSK_TIP;If enabled, the LC Curve affects only red and skin-tones.\nIf disabled, it applies to all tones.
+!TP_LABCURVE_LCREDSK_TOOLTIP;If enabled, the LC Curve affects only red and skin-tones.\nIf disabled, it applies to all tones.
!TP_LABCURVE_RSTPROTECTION;Red and skin-tones protection
!TP_LABCURVE_RSTPRO_TOOLTIP;Works on the Chromaticity slider and the CC curve.
!TP_LENSGEOM_AUTOCROP;Auto-Crop
@@ -1809,12 +2748,710 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_LOCALCONTRAST_LABEL;Local Contrast
!TP_LOCALCONTRAST_LIGHTNESS;Lightness level
!TP_LOCALCONTRAST_RADIUS;Radius
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_METADATA_EDIT;Apply modifications
!TP_METADATA_MODE;Metadata copy mode
!TP_METADATA_STRIP;Strip all metadata
!TP_METADATA_TUNNEL;Copy unchanged
!TP_NEUTRAL;Reset
-!TP_NEUTRAL_TIP;Resets exposure sliders to neutral values.\nApplies to the same controls that Auto Levels applies to, regardless of whether you used Auto Levels or not.
+!TP_NEUTRAL_TOOLTIP;Resets exposure sliders to neutral values.\nApplies to the same controls that Auto Levels applies to, regardless of whether you used Auto Levels or not.
!TP_PCVIGNETTE_FEATHER;Feather
!TP_PCVIGNETTE_LABEL;Vignette Filter
!TP_PCVIGNETTE_ROUNDNESS;Roundness
@@ -1822,8 +3459,29 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_PCVIGNETTE_STRENGTH;Strength
!TP_PCVIGNETTE_STRENGTH_TOOLTIP;Filter strength in stops (reached in corners).
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
!TP_PERSPECTIVE_HORIZONTAL;Horizontal
!TP_PERSPECTIVE_LABEL;Perspective
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
!TP_PERSPECTIVE_VERTICAL;Vertical
!TP_PFCURVE_CURVEEDITOR_CH;Hue
!TP_PREPROCESS_DEADPIXFILT;Dead pixel filter
@@ -1840,11 +3498,15 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
!TP_PREPROCESS_NO_FOUND;None found
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
-!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
+!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the 'Lanczos' resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
!TP_RAWCACORR_AUTO;Auto-correction
!TP_RAWCACORR_AUTOIT;Iterations
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
!TP_RAWCACORR_CABLUE;Blue
!TP_RAWCACORR_CARED;Red
!TP_RAWCACORR_LABEL;Chromatic Aberration Correction
@@ -1864,9 +3526,11 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RAW_4PASS;3-pass+fast
!TP_RAW_AHD;AHD
!TP_RAW_AMAZE;AMaZE
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
!TP_RAW_BORDER;Border
!TP_RAW_DCB;DCB
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DCBENHANCE;DCB enhancement
!TP_RAW_DCBITERATIONS;Number of DCB iterations
!TP_RAW_DCBVNG4;DCB+VNG4
@@ -1893,6 +3557,8 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RAW_MONO;Mono
!TP_RAW_NONE;None (Shows sensor pattern)
!TP_RAW_PIXELSHIFT;Pixel Shift
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTBLUR;Blur motion mask
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
!TP_RAW_PIXELSHIFTEPERISO;Sensitivity
@@ -1902,7 +3568,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL_TOOLTIP;Enabled: Equalize the RGB channels individually.\nDisabled: Use same equalization factor for all channels.
!TP_RAW_PIXELSHIFTGREEN;Check green channel for motion
!TP_RAW_PIXELSHIFTHOLEFILL;Fill holes in motion mask
-!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask
+!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask.
!TP_RAW_PIXELSHIFTMEDIAN;Use median for moving parts
!TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTMM_AUTO;Automatic
@@ -1917,11 +3583,12 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RAW_PIXELSHIFTSIGMA;Blur radius
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
-!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
+!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
!TP_RAW_RCD;RCD
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_RCDVNG4;RCD+VNG4
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
-!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
+!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas.
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
!TP_RAW_VNG4;VNG4
!TP_RAW_XTRANS;X-Trans
@@ -1935,9 +3602,13 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RESIZE_HEIGHT;Height
!TP_RESIZE_LABEL;Resize
!TP_RESIZE_LANCZOS;Lanczos
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
!TP_RESIZE_METHOD;Method:
!TP_RESIZE_NEAREST;Nearest
!TP_RESIZE_SCALE;Scale
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_RESIZE_SPECIFY;Specify:
!TP_RESIZE_W;Width:
!TP_RESIZE_WIDTH;Width
@@ -1948,7 +3619,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RETINEX_CURVEEDITOR_CD;L=f(L)
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
!TP_RETINEX_CURVEEDITOR_LH;Strength=f(H)
-!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
!TP_RETINEX_CURVEEDITOR_MAP;L=f(L)
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_EQUAL;Equalizer
@@ -1956,7 +3627,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RETINEX_GAIN;Gain
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_RETINEX_GAMMA;Gamma
!TP_RETINEX_GAMMA_FREE;Free
!TP_RETINEX_GAMMA_HIGH;High
@@ -1971,7 +3642,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RETINEX_HIGH;High
!TP_RETINEX_HIGHLIG;Highlight
!TP_RETINEX_HIGHLIGHT;Highlight threshold
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_HSLSPACE_LIN;HSL-Linear
!TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
!TP_RETINEX_ITER;Iterations (Tone-mapping)
@@ -1990,11 +3661,11 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD;Method
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
-!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
+!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_RETINEX_NEIGHBOR;Radius
!TP_RETINEX_NEUTRAL;Reset
-!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+!TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
!TP_RETINEX_OFFSET;Offset (brightness)
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
@@ -2004,9 +3675,9 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RETINEX_STRENGTH;Strength
!TP_RETINEX_THRESHOLD;Threshold
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
-!TP_RETINEX_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sigma=%4
-!TP_RETINEX_TLABEL2;TM Tm=%1 TM=%2
-!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
+!TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
+!TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
+!TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_RETINEX_TRANF;Transmission
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
@@ -2015,7 +3686,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
!TP_RETINEX_VIEW;Process
!TP_RETINEX_VIEW_MASK;Mask
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_NONE;Standard
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
@@ -2029,7 +3700,7 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_ROTATE_DEGREE;Degree
!TP_ROTATE_LABEL;Rotate
!TP_ROTATE_SELECTLINE;Select Straight Line
-!TP_SAVEDIALOG_OK_TIP;Shortcut: Ctrl-Enter
+!TP_SAVEDIALOG_OK_TOOLTIP;Shortcut: Ctrl-Enter
!TP_SHADOWSHLIGHTS_HIGHLIGHTS;Highlights
!TP_SHADOWSHLIGHTS_HLTONALW;Highlights tonal width
!TP_SHADOWSHLIGHTS_LABEL;Shadows/Highlights
@@ -2066,6 +3737,10 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
!TP_SOFTLIGHT_LABEL;Soft Light
!TP_SOFTLIGHT_STRENGTH;Strength
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_LABEL;Spot Removal
!TP_TM_FATTAL_AMOUNT;Amount
!TP_TM_FATTAL_ANCHOR;Anchor
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
@@ -2076,9 +3751,9 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE2;Red
!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE3;Red/Yellow
!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE4;Yellow
-!TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;Hue according to hue H=f(H)
+!TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;Hue according to hue H=f(H).
!TP_VIBRANCE_LABEL;Vibrance
-!TP_VIBRANCE_PASTELS;Pastel Tones
+!TP_VIBRANCE_PASTELS;Pastel tones
!TP_VIBRANCE_PASTSATTOG;Link pastel and saturated tones
!TP_VIBRANCE_PROTECTSKINS;Protect skin-tones
!TP_VIBRANCE_PSTHRESHOLD;Pastel/saturated tones threshold
@@ -2099,9 +3774,9 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_WAVELET_7;Level 7
!TP_WAVELET_8;Level 8
!TP_WAVELET_9;Level 9
-!TP_WAVELET_APPLYTO;Apply To
+!TP_WAVELET_APPLYTO;Apply to
!TP_WAVELET_B0;Black
-!TP_WAVELET_B1;Grey
+!TP_WAVELET_B1;Gray
!TP_WAVELET_B2;Residual
!TP_WAVELET_BACKGROUND;Background
!TP_WAVELET_BACUR;Curve
@@ -2109,9 +3784,15 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: vertical-horizontal and diagonal.\nIf contrast, chroma or residual tone mapping are activated, the effect due to balance is amplified.
!TP_WAVELET_BALCHRO;Chroma balance
!TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
!TP_WAVELET_BANONE;None
!TP_WAVELET_BASLI;Slider
!TP_WAVELET_BATYPE;Contrast balance method
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
!TP_WAVELET_CCURVE;Local contrast
!TP_WAVELET_CH1;Whole chroma range
!TP_WAVELET_CH2;Saturated/pastel
@@ -2119,28 +3800,41 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_WAVELET_CHCU;Curve
!TP_WAVELET_CHR;Chroma-contrast link strength
!TP_WAVELET_CHRO;Saturated/pastel threshold
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
!TP_WAVELET_CHSL;Sliders
!TP_WAVELET_CHTYPE;Chrominance method
-!TP_WAVELET_COLORT;Opacity Red-Green
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COLORT;Opacity red-green
!TP_WAVELET_COMPCONT;Contrast
+!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPGAMMA;Compression gamma
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_COMPTM;Tone mapping
!TP_WAVELET_CONTEDIT;'After' contrast curve
+!TP_WAVELET_CONTFRAME;Contrast - Compression
!TP_WAVELET_CONTR;Gamut
!TP_WAVELET_CONTRA;Contrast
!TP_WAVELET_CONTRAST_MINUS;Contrast -
!TP_WAVELET_CONTRAST_PLUS;Contrast +
-!TP_WAVELET_CONTRA_TOOLTIP;Changes contrast of the residual image.
+!TP_WAVELET_CONTRA_TOOLTIP;Changes the residual image contrast.
!TP_WAVELET_CTYPE;Chrominance control
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
!TP_WAVELET_CURVEEDITOR_CL;L
-!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end of the wavelet treatment.
+!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
!TP_WAVELET_CURVEEDITOR_HH;HH
-!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image's hue as a function of hue.
+!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
!TP_WAVELET_DALL;All directions
!TP_WAVELET_DAUB;Edge performance
!TP_WAVELET_DAUB2;D2 - low
@@ -2148,61 +3842,99 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_WAVELET_DAUB6;D6 - standard plus
!TP_WAVELET_DAUB10;D10 - medium
!TP_WAVELET_DAUB14;D14 - high
-!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the first levels. However the quality is not strictly related to this coefficient and can vary depending on image and use.
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
!TP_WAVELET_DONE;Vertical
!TP_WAVELET_DTHR;Diagonal
!TP_WAVELET_DTWO;Horizontal
!TP_WAVELET_EDCU;Curve
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
!TP_WAVELET_EDGCONT;Local contrast
-!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
-!TP_WAVELET_EDGE;Edge Sharpness
+!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
+!TP_WAVELET_EDGE;Edge sharpness
!TP_WAVELET_EDGEAMPLI;Base amplification
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
-!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
-!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This adjuster lets you target edge detection for example to avoid applying edge sharpness to fine details, such as noise in the sky.
+!TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
+!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
!TP_WAVELET_EDGESENSI;Edge sensitivity
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH;Detail
!TP_WAVELET_EDRAD;Radius
-!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
-!TP_WAVELET_EDSL;Threshold Sliders
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_EDSL;Threshold sliders
!TP_WAVELET_EDTYPE;Local contrast method
!TP_WAVELET_EDVAL;Strength
!TP_WAVELET_FINAL;Final Touchup
+!TP_WAVELET_FINCFRAME;Final local contrast
!TP_WAVELET_FINEST;Finest
-!TP_WAVELET_HIGHLIGHT;Highlight luminance range
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_HIGHLIGHT;Finer levels luminance range
!TP_WAVELET_HS1;Whole luminance range
-!TP_WAVELET_HS2;Shadows/Highlights
+!TP_WAVELET_HS2;Selective luminance range
!TP_WAVELET_HUESKIN;Skin hue
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
-!TP_WAVELET_HUESKY;Sky hue
+!TP_WAVELET_HUESKY;Hue range
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
-!TP_WAVELET_LABEL;Wavelet Levels
+!TP_WAVELET_LABEL;Wavelet levels
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_WAVELET_LARGEST;Coarsest
!TP_WAVELET_LEVCH;Chroma
-!TP_WAVELET_LEVDIR_ALL;All levels in all directions
-!TP_WAVELET_LEVDIR_INF;Below or equal the level
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVDIR_ALL;All levels, in all directions
+!TP_WAVELET_LEVDIR_INF;Finer detail levels, including selected level
!TP_WAVELET_LEVDIR_ONE;One level
-!TP_WAVELET_LEVDIR_SUP;Above the level
+!TP_WAVELET_LEVDIR_SUP;Coarser detail levels, excluding selected level
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
!TP_WAVELET_LEVELS;Wavelet levels
-!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of wavelet decomposition levels for the image.\nMore levels require more RAM and require a longer processing time.
!TP_WAVELET_LEVF;Contrast
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
!TP_WAVELET_LEVONE;Level 2
!TP_WAVELET_LEVTHRE;Level 4
!TP_WAVELET_LEVTWO;Level 3
!TP_WAVELET_LEVZERO;Level 1
-!TP_WAVELET_LINKEDG;Link with Edge Sharpness' Strength
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LINKEDG;Link to Edge Sharpness Strength
!TP_WAVELET_LIPST;Enhanced algoritm
-!TP_WAVELET_LOWLIGHT;Shadow luminance range
+!TP_WAVELET_LOWLIGHT;Coarser levels luminance range
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MEDGREINF;First level
!TP_WAVELET_MEDI;Reduce artifacts in blue sky
!TP_WAVELET_MEDILEV;Edge detection
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
!TP_WAVELET_NEUTRAL;Neutral
!TP_WAVELET_NOIS;Denoise
!TP_WAVELET_NOISE;Denoise and Refine
@@ -2211,44 +3943,74 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_WAVELET_NPNONE;None
!TP_WAVELET_NPTYPE;Neighboring pixels
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
-!TP_WAVELET_OPACITY;Opacity Blue-Yellow
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_OPACITY;Opacity blue-yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
-!TP_WAVELET_OPACITYWL;Final local contrast
+!TP_WAVELET_OPACITYWL;Local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
!TP_WAVELET_PASTEL;Pastel chroma
!TP_WAVELET_PROC;Process
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
!TP_WAVELET_RE1;Reinforced
!TP_WAVELET_RE2;Unchanged
!TP_WAVELET_RE3;Reduced
-!TP_WAVELET_RESCHRO;Chroma
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_RESCHRO;Strength
!TP_WAVELET_RESCON;Shadows
!TP_WAVELET_RESCONH;Highlights
!TP_WAVELET_RESID;Residual Image
!TP_WAVELET_SAT;Saturated chroma
!TP_WAVELET_SETTINGS;Wavelet Settings
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
-!TP_WAVELET_SKY;Sky targetting/protection
-!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
-!TP_WAVELET_STREN;Strength
+!TP_WAVELET_SKY;Hue targetting/protection
+!TP_WAVELET_SKY_TOOLTIP;Allows you to target or protect a range of hues.\nAt -100 selected hues are targetted.\nAt 0 all hues are treated equally.\nAt +100 selected hues are protected while all other hues are targetted.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREN;Refine
+!TP_WAVELET_STREND;Strength
!TP_WAVELET_STRENGTH;Strength
!TP_WAVELET_SUPE;Extra
!TP_WAVELET_THR;Shadows threshold
-!TP_WAVELET_THRESHOLD;Highlight levels
-!TP_WAVELET_THRESHOLD2;Shadow levels
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
-!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_THRESHOLD;Finer levels
+!TP_WAVELET_THRESHOLD2;Coarser levels
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
!TP_WAVELET_THRH;Highlights threshold
-!TP_WAVELET_TILESBIG;Big tiles
+!TP_WAVELET_TILESBIG;Tiles
!TP_WAVELET_TILESFULL;Full image
!TP_WAVELET_TILESIZE;Tiling method
-!TP_WAVELET_TILESLIT;Little tiles
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
!TP_WAVELET_TMSTRENGTH;Compression strength
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
+!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
!TP_WAVELET_TMTYPE;Compression method
!TP_WAVELET_TON;Toning
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
!TP_WBALANCE_AUTO;Auto
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
!TP_WBALANCE_CAMERA;Camera
!TP_WBALANCE_CLOUDY;Cloudy
!TP_WBALANCE_CUSTOM;Custom
@@ -2289,8 +4051,10 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
!TP_WBALANCE_SOLUX47;Solux 4700K (vendor)
!TP_WBALANCE_SOLUX47_NG;Solux 4700K (Nat. Gallery)
!TP_WBALANCE_SPOTWB;Use the pipette to pick the white balance from a neutral patch in the preview.
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
!TP_WBALANCE_TEMPBIAS;AWB temperature bias
-!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
!TP_WBALANCE_TEMPERATURE;Temperature
!TP_WBALANCE_TUNGSTEN;Tungsten
!TP_WBALANCE_WATER1;UnderWater 1
diff --git a/rtdata/languages/English (US) b/rtdata/languages/English (US)
index dea4c423d..40ad9c57b 100644
--- a/rtdata/languages/English (US)
+++ b/rtdata/languages/English (US)
@@ -23,7 +23,7 @@
!CURVEEDITOR_HIGHLIGHTS;Highlights
!CURVEEDITOR_LIGHTS;Lights
!CURVEEDITOR_LINEAR;Linear
-!CURVEEDITOR_LOADDLGLABEL;Load curve...
+!CURVEEDITOR_LOADDLGLABEL;Load curve
!CURVEEDITOR_MINMAXCPOINTS;Equalizer
!CURVEEDITOR_NURBS;Control cage
!CURVEEDITOR_PARAMETRIC;Parametric
@@ -40,7 +40,7 @@
!DYNPROFILEEDITOR_DELETE;Delete
!DYNPROFILEEDITOR_EDIT;Edit
!DYNPROFILEEDITOR_EDIT_RULE;Edit Dynamic Profile Rule
-!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the "re:" prefix to enter\na regular expression.
+!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the 're:' prefix to enter\na regular expression.
!DYNPROFILEEDITOR_IMGTYPE_ANY;Any
!DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
!DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
@@ -101,10 +101,10 @@
!EXPORT_MAXHEIGHT;Maximum height:
!EXPORT_MAXWIDTH;Maximum width:
!EXPORT_PIPELINE;Processing pipeline
-!EXPORT_PUTTOQUEUEFAST; Put to queue for fast export
+!EXPORT_PUTTOQUEUEFAST;Put to queue for fast export
!EXPORT_RAW_DMETHOD;Demosaic method
!EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-!EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+!EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
!EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
!EXTPROGTARGET_1;raw
!EXTPROGTARGET_2;queue-processed
@@ -112,7 +112,7 @@
!FILEBROWSER_APPLYPROFILE_PARTIAL;Apply - partial
!FILEBROWSER_AUTODARKFRAME;Auto dark-frame
!FILEBROWSER_AUTOFLATFIELD;Auto flat-field
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_BROWSEPATHHINT;Type a path to navigate to.\n\nKeyboard shortcuts:\nCtrl-o to focus to the path text box.\nEnter / Ctrl-Enter to browse there;\nEsc to clear changes.\nShift-Esc to remove focus.\n\nPath shortcuts:\n~ - user's home directory.\n! - user's pictures directory
!FILEBROWSER_CACHE;Cache
!FILEBROWSER_CACHECLEARFROMFULL;Clear all including cached profiles
@@ -146,6 +146,7 @@
!FILEBROWSER_POPUPCOLORLABEL5;Label: Purple
!FILEBROWSER_POPUPCOPYTO;Copy to...
!FILEBROWSER_POPUPFILEOPERATIONS;File operations
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPMOVEEND;Move to end of queue
!FILEBROWSER_POPUPMOVEHEAD;Move to head of queue
!FILEBROWSER_POPUPMOVETO;Move to...
@@ -221,8 +222,10 @@
!GENERAL_CANCEL;Cancel
!GENERAL_CLOSE;Close
!GENERAL_CURRENT;Current
+!GENERAL_DELETE_ALL;Delete all
!GENERAL_DISABLE;Disable
!GENERAL_DISABLED;Disabled
+!GENERAL_EDIT;Edit
!GENERAL_ENABLE;Enable
!GENERAL_ENABLED;Enabled
!GENERAL_FILE;File
@@ -244,16 +247,24 @@
!HISTOGRAM_TOOLTIP_B;Show/Hide blue histogram.
!HISTOGRAM_TOOLTIP_BAR;Show/Hide RGB indicator bar.
!HISTOGRAM_TOOLTIP_CHRO;Show/Hide chromaticity histogram.
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
!HISTOGRAM_TOOLTIP_G;Show/Hide green histogram.
!HISTOGRAM_TOOLTIP_L;Show/Hide CIELab luminance histogram.
!HISTOGRAM_TOOLTIP_MODE;Toggle between linear, log-linear and log-log scaling of the histogram.
!HISTOGRAM_TOOLTIP_R;Show/Hide red histogram.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_CHANGED;Changed
!HISTORY_CUSTOMCURVE;Custom curve
!HISTORY_FROMCLIPBOARD;From clipboard
!HISTORY_LABEL;History
!HISTORY_MSG_1;Photo loaded
-!HISTORY_MSG_2;PP3 loaded
!HISTORY_MSG_3;PP3 changed
!HISTORY_MSG_4;History browsing
!HISTORY_MSG_5;Exposure - Lightness
@@ -267,9 +278,6 @@
!HISTORY_MSG_13;Exposure - Clip
!HISTORY_MSG_14;L*a*b* - Lightness
!HISTORY_MSG_15;L*a*b* - Contrast
-!HISTORY_MSG_16;-
-!HISTORY_MSG_17;-
-!HISTORY_MSG_18;-
!HISTORY_MSG_19;L*a*b* - L* curve
!HISTORY_MSG_20;Sharpening
!HISTORY_MSG_21;USM - Radius
@@ -295,10 +303,6 @@
!HISTORY_MSG_41;Exposure - Tone curve 1 mode
!HISTORY_MSG_42;Exposure - Tone curve 2
!HISTORY_MSG_43;Exposure - Tone curve 2 mode
-!HISTORY_MSG_44;Lum. denoising radius
-!HISTORY_MSG_45;Lum. denoising edge tolerance
-!HISTORY_MSG_46;Color denoising
-!HISTORY_MSG_47;Blend ICC highlights with matrix
!HISTORY_MSG_48;DCP - Tone curve
!HISTORY_MSG_49;DCP illuminant
!HISTORY_MSG_50;Shadows/Highlights
@@ -306,7 +310,6 @@
!HISTORY_MSG_52;S/H - Shadows
!HISTORY_MSG_53;S/H - Highlights tonal width
!HISTORY_MSG_54;S/H - Shadows tonal width
-!HISTORY_MSG_55;S/H - Local contrast
!HISTORY_MSG_56;S/H - Radius
!HISTORY_MSG_57;Coarse rotation
!HISTORY_MSG_58;Horizontal flipping
@@ -318,7 +321,6 @@
!HISTORY_MSG_64;Crop
!HISTORY_MSG_65;CA correction
!HISTORY_MSG_66;Exposure - Highlight reconstruction
-!HISTORY_MSG_67;Exposure - HLR amount
!HISTORY_MSG_68;Exposure - HLR method
!HISTORY_MSG_69;Working color space
!HISTORY_MSG_70;Output color space
@@ -329,12 +331,10 @@
!HISTORY_MSG_75;Resize - Method
!HISTORY_MSG_76;Exif metadata
!HISTORY_MSG_77;IPTC metadata
-!HISTORY_MSG_78;-
!HISTORY_MSG_79;Resize - Width
!HISTORY_MSG_80;Resize - Height
!HISTORY_MSG_81;Resize
!HISTORY_MSG_82;Profile changed
-!HISTORY_MSG_83;S/H - Sharp mask
!HISTORY_MSG_84;Perspective correction
!HISTORY_MSG_85;Lens Correction - LCP file
!HISTORY_MSG_86;RGB Curves - Luminosity mode
@@ -381,12 +381,6 @@
!HISTORY_MSG_128;Flat-Field - Blur radius
!HISTORY_MSG_129;Flat-Field - Blur type
!HISTORY_MSG_130;Auto distortion correction
-!HISTORY_MSG_131;NR - Luma
-!HISTORY_MSG_132;NR - Chroma
-!HISTORY_MSG_133;Output gamma
-!HISTORY_MSG_134;Free gamma
-!HISTORY_MSG_135;Free gamma
-!HISTORY_MSG_136;Free gamma slope
!HISTORY_MSG_137;Black level - Green 1
!HISTORY_MSG_138;Black level - Red
!HISTORY_MSG_139;Black level - Blue
@@ -424,39 +418,39 @@
!HISTORY_MSG_171;L*a*b* - LC curve
!HISTORY_MSG_172;L*a*b* - Restrict LC
!HISTORY_MSG_173;NR - Detail recovery
-!HISTORY_MSG_174;CIECAM02
-!HISTORY_MSG_175;CAM02 - CAT02 adaptation
-!HISTORY_MSG_176;CAM02 - Viewing surround
-!HISTORY_MSG_177;CAM02 - Scene luminosity
-!HISTORY_MSG_178;CAM02 - Viewing luminosity
-!HISTORY_MSG_179;CAM02 - White-point model
-!HISTORY_MSG_180;CAM02 - Lightness (J)
-!HISTORY_MSG_181;CAM02 - Chroma (C)
-!HISTORY_MSG_182;CAM02 - Automatic CAT02
-!HISTORY_MSG_183;CAM02 - Contrast (J)
-!HISTORY_MSG_184;CAM02 - Scene surround
-!HISTORY_MSG_185;CAM02 - Gamut control
-!HISTORY_MSG_186;CAM02 - Algorithm
-!HISTORY_MSG_187;CAM02 - Red/skin prot.
-!HISTORY_MSG_188;CAM02 - Brightness (Q)
-!HISTORY_MSG_189;CAM02 - Contrast (Q)
-!HISTORY_MSG_190;CAM02 - Saturation (S)
-!HISTORY_MSG_191;CAM02 - Colorfulness (M)
-!HISTORY_MSG_192;CAM02 - Hue (h)
-!HISTORY_MSG_193;CAM02 - Tone curve 1
-!HISTORY_MSG_194;CAM02 - Tone curve 2
-!HISTORY_MSG_195;CAM02 - Tone curve 1
-!HISTORY_MSG_196;CAM02 - Tone curve 2
-!HISTORY_MSG_197;CAM02 - Color curve
-!HISTORY_MSG_198;CAM02 - Color curve
-!HISTORY_MSG_199;CAM02 - Output histograms
-!HISTORY_MSG_200;CAM02 - Tone mapping
+!HISTORY_MSG_174;Color Appearance & Lighting
+!HISTORY_MSG_175;CAL - SC - Adaptation
+!HISTORY_MSG_176;CAL - VC - Surround
+!HISTORY_MSG_177;CAL - SC - Absolute luminance
+!HISTORY_MSG_178;CAL - VC - Absolute luminance
+!HISTORY_MSG_179;CAL - SC - WP model
+!HISTORY_MSG_180;CAL - IA - Lightness (J)
+!HISTORY_MSG_181;CAL - IA - Chroma (C)
+!HISTORY_MSG_182;CAL - SC - Auto adaptation
+!HISTORY_MSG_183;CAL - IA - Contrast (J)
+!HISTORY_MSG_184;CAL - SC - Surround
+!HISTORY_MSG_185;CAL - Gamut control
+!HISTORY_MSG_186;CAL - IA - Algorithm
+!HISTORY_MSG_187;CAL - IA - Red/skin protection
+!HISTORY_MSG_188;CAL - IA - Brightness (Q)
+!HISTORY_MSG_189;CAL - IA - Contrast (Q)
+!HISTORY_MSG_190;CAL - IA - Saturation (S)
+!HISTORY_MSG_191;CAL - IA - Colorfulness (M)
+!HISTORY_MSG_192;CAL - IA - Hue (h)
+!HISTORY_MSG_193;CAL - IA - Tone curve 1
+!HISTORY_MSG_194;CAL - IA - Tone curve 2
+!HISTORY_MSG_195;CAL - IA - Tone curve 1 mode
+!HISTORY_MSG_196;CAL - IA - Tone curve 2 mode
+!HISTORY_MSG_197;CAL - IA - Color curve
+!HISTORY_MSG_198;CAL - IA - Color curve mode
+!HISTORY_MSG_199;CAL - IA - Use CAM output for histograms
+!HISTORY_MSG_200;CAL - IA - Use CAM for tone mapping
!HISTORY_MSG_201;NR - Chrominance - R&G
!HISTORY_MSG_202;NR - Chrominance - B&Y
!HISTORY_MSG_203;NR - Color space
!HISTORY_MSG_204;LMMSE enhancement steps
-!HISTORY_MSG_205;CAM02 - Hot/bad pixel filter
-!HISTORY_MSG_206;CAT02 - Auto scene luminosity
+!HISTORY_MSG_205;CAL - Hot/bad pixel filter
+!HISTORY_MSG_206;CAL - SC - Auto absolute luminance
!HISTORY_MSG_207;Defringe - Hue curve
!HISTORY_MSG_208;WB - B/R equalizer
!HISTORY_MSG_210;GF - Angle
@@ -499,7 +493,6 @@
!HISTORY_MSG_247;L*a*b* - LH curve
!HISTORY_MSG_248;L*a*b* - HH curve
!HISTORY_MSG_249;CbDL - Threshold
-!HISTORY_MSG_250;NR - Enhanced
!HISTORY_MSG_251;B&W - Algorithm
!HISTORY_MSG_252;CbDL - Skin tar/prot
!HISTORY_MSG_253;CbDL - Reduce artifacts
@@ -523,8 +516,6 @@
!HISTORY_MSG_271;CT - High - Blue
!HISTORY_MSG_272;CT - Balance
!HISTORY_MSG_273;CT - Color Balance SMH
-!HISTORY_MSG_274;CT - Sat. Shadows
-!HISTORY_MSG_275;CT - Sat. Highlights
!HISTORY_MSG_276;CT - Opacity
!HISTORY_MSG_277;--unused--
!HISTORY_MSG_278;CT - Preserve luminance
@@ -549,7 +540,6 @@
!HISTORY_MSG_297;NR - Mode
!HISTORY_MSG_298;Dead pixel filter
!HISTORY_MSG_299;NR - Chrominance curve
-!HISTORY_MSG_300;-
!HISTORY_MSG_301;NR - Luma control
!HISTORY_MSG_302;NR - Chroma method
!HISTORY_MSG_303;NR - Chroma method
@@ -567,10 +557,10 @@
!HISTORY_MSG_315;W - Residual - Contrast
!HISTORY_MSG_316;W - Gamut - Skin tar/prot
!HISTORY_MSG_317;W - Gamut - Skin hue
-!HISTORY_MSG_318;W - Contrast - Highlight levels
-!HISTORY_MSG_319;W - Contrast - Highlight range
-!HISTORY_MSG_320;W - Contrast - Shadow range
-!HISTORY_MSG_321;W - Contrast - Shadow levels
+!HISTORY_MSG_318;W - Contrast - Finer levels
+!HISTORY_MSG_319;W - Contrast - Finer range
+!HISTORY_MSG_320;W - Contrast - Coarser range
+!HISTORY_MSG_321;W - Contrast - Coarser levels
!HISTORY_MSG_322;W - Gamut - Avoid color shift
!HISTORY_MSG_323;W - ES - Local contrast
!HISTORY_MSG_324;W - Chroma - Pastel
@@ -634,14 +624,14 @@
!HISTORY_MSG_382;PRS RLD - Amount
!HISTORY_MSG_383;PRS RLD - Damping
!HISTORY_MSG_384;PRS RLD - Iterations
-!HISTORY_MSG_385;W - Residual - Color Balance
+!HISTORY_MSG_385;W - Residual - Color balance
!HISTORY_MSG_386;W - Residual - CB green high
!HISTORY_MSG_387;W - Residual - CB blue high
!HISTORY_MSG_388;W - Residual - CB green mid
!HISTORY_MSG_389;W - Residual - CB blue mid
!HISTORY_MSG_390;W - Residual - CB green low
!HISTORY_MSG_391;W - Residual - CB blue low
-!HISTORY_MSG_392;W - Residual - Color Balance
+!HISTORY_MSG_392;W - Residual - Color balance
!HISTORY_MSG_393;DCP - Look table
!HISTORY_MSG_394;DCP - Baseline exposure
!HISTORY_MSG_395;DCP - Base table
@@ -658,7 +648,6 @@
!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_407;Retinex - Method
!HISTORY_MSG_408;Retinex - Radius
-!HISTORY_MSG_409;Retinex - Contrast
!HISTORY_MSG_410;Retinex - Offset
!HISTORY_MSG_411;Retinex - Strength
!HISTORY_MSG_412;Retinex - Gaussian gradient
@@ -674,7 +663,7 @@
!HISTORY_MSG_422;Retinex - Gamma
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_426;Retinex - Hue equalizer
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
@@ -694,30 +683,45 @@
!HISTORY_MSG_442;Retinex - Scale
!HISTORY_MSG_443;Output black point compensation
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_445;Raw sub-image
-!HISTORY_MSG_449;PS - ISO adaption
-!HISTORY_MSG_452;PS - Show motion
-!HISTORY_MSG_453;PS - Show mask only
-!HISTORY_MSG_457;PS - Check red/blue
-!HISTORY_MSG_462;PS - Check green
-!HISTORY_MSG_464;PS - Blur motion mask
-!HISTORY_MSG_465;PS - Blur radius
-!HISTORY_MSG_468;PS - Fill holes
-!HISTORY_MSG_469;PS - Median
-!HISTORY_MSG_471;PS - Motion correction
-!HISTORY_MSG_472;PS - Smooth transitions
-!HISTORY_MSG_473;PS - Use LMMSE
-!HISTORY_MSG_474;PS - Equalize
-!HISTORY_MSG_475;PS - Equalize channel
-!HISTORY_MSG_476;CAM02 - Temp out
-!HISTORY_MSG_477;CAM02 - Green out
-!HISTORY_MSG_478;CAM02 - Yb out
-!HISTORY_MSG_479;CAM02 - CAT02 adaptation out
-!HISTORY_MSG_480;CAM02 - Automatic CAT02 out
-!HISTORY_MSG_481;CAM02 - Temp scene
-!HISTORY_MSG_482;CAM02 - Green scene
-!HISTORY_MSG_483;CAM02 - Yb scene
-!HISTORY_MSG_484;CAM02 - Auto Yb scene
+!HISTORY_MSG_445;Raw Sub-Image
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_449;PS ISO adaption
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_452;PS Show motion
+!HISTORY_MSG_453;PS Show mask only
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_457;PS Check red/blue
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_462;PS Check green
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_464;PS Blur motion mask
+!HISTORY_MSG_465;PS Blur radius
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_468;PS Fill holes
+!HISTORY_MSG_469;PS Median
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_471;PS Motion correction
+!HISTORY_MSG_472;PS Smooth transitions
+!HISTORY_MSG_474;PS Equalize
+!HISTORY_MSG_475;PS Equalize channel
+!HISTORY_MSG_476;CAL - VC - Temperature
+!HISTORY_MSG_477;CAL - VC - Tint
+!HISTORY_MSG_478;CAL - VC - Mean luminance
+!HISTORY_MSG_479;CAL - VC - Adaptation
+!HISTORY_MSG_480;CAL - VC - Auto adaptation
+!HISTORY_MSG_481;CAL - SC - Temperature
+!HISTORY_MSG_482;CAL - SC - Tint
+!HISTORY_MSG_483;CAL - SC - Mean luminance
+!HISTORY_MSG_484;CAL - SC - Auto mean luminance
!HISTORY_MSG_485;Lens Correction
!HISTORY_MSG_486;Lens Correction - Camera
!HISTORY_MSG_487;Lens Correction - Lens
@@ -728,6 +732,654 @@
!HISTORY_MSG_492;RGB Curves
!HISTORY_MSG_493;L*a*b* Adjustments
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_CLAMPOOG;Clip out-of-gamut colors
!HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Color correction
!HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Color correction
@@ -743,22 +1395,42 @@
!HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Saturation
!HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
!HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
!HISTORY_MSG_DEHAZE_DEPTH;Dehaze - Depth
!HISTORY_MSG_DEHAZE_ENABLED;Haze Removal
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Dehaze - Show depth map
!HISTORY_MSG_DEHAZE_STRENGTH;Dehaze - Strength
!HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
!HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
!HISTORY_MSG_HISTMATCHING;Auto-matched tone curve
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
!HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
!HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-!HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-!HISTORY_MSG_ICM_WORKING_SLOPE;Working - Slope
-!HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC method
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Amount
!HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Darkness
!HISTORY_MSG_LOCALCONTRAST_ENABLED;Local Contrast
@@ -773,27 +1445,87 @@
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
+!HISTORY_MSG_RANGEAB;Range ab
!HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correction - Iterations
!HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correction - Avoid color shift
!HISTORY_MSG_RAW_BORDER;Raw border
!HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Allow upscaling
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SHARPENING_BLUR;Sharpening - Blur radius
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
!HISTORY_MSG_SH_COLORSPACE;S/H - Colorspace
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
!HISTORY_NEWSNAPSHOT;Add
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: Alt-s
!HISTORY_SNAPSHOT;Snapshot
!HISTORY_SNAPSHOTS;Snapshots
!ICCPROFCREATOR_COPYRIGHT;Copyright:
-!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
!ICCPROFCREATOR_CUSTOM;Custom
!ICCPROFCREATOR_DESCRIPTION;Description:
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
@@ -805,11 +1537,12 @@
!ICCPROFCREATOR_ILL_50;D50
!ICCPROFCREATOR_ILL_55;D55
!ICCPROFCREATOR_ILL_60;D60
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
!ICCPROFCREATOR_ILL_65;D65
!ICCPROFCREATOR_ILL_80;D80
!ICCPROFCREATOR_ILL_DEF;Default
!ICCPROFCREATOR_ILL_INC;StdA 2856K
-!ICCPROFCREATOR_ILL_TOOLTIP;You can only set the illuminant for ICC v4 profiles.
+!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
!ICCPROFCREATOR_PRIM_ACESP0;ACES AP0
!ICCPROFCREATOR_PRIM_ACESP1;ACES AP1
@@ -819,6 +1552,7 @@
!ICCPROFCREATOR_PRIM_BLUX;Blue X
!ICCPROFCREATOR_PRIM_BLUY;Blue Y
!ICCPROFCREATOR_PRIM_BRUCE;BruceRGB
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
!ICCPROFCREATOR_PRIM_GREX;Green X
!ICCPROFCREATOR_PRIM_GREY;Green Y
!ICCPROFCREATOR_PRIM_PROPH;Prophoto
@@ -826,13 +1560,14 @@
!ICCPROFCREATOR_PRIM_REDX;Red X
!ICCPROFCREATOR_PRIM_REDY;Red Y
!ICCPROFCREATOR_PRIM_SRGB;sRGB
-!ICCPROFCREATOR_PRIM_TOOLTIP;You can only set custom primaries for ICC v4 profiles.
+!ICCPROFCREATOR_PRIM_TOOLTIP;You can set custom primaries for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIM_WIDEG;Widegamut
!ICCPROFCREATOR_PROF_V2;ICC v2
!ICCPROFCREATOR_PROF_V4;ICC v4
!ICCPROFCREATOR_SAVEDIALOG_TITLE;Save ICC profile as...
!ICCPROFCREATOR_SLOPE;Slope
-!ICCPROFCREATOR_TRC_PRESET;Tone response curve:
+!ICCPROFCREATOR_TRC_PRESET;Tone response curve
+!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORY;Category
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITY;City
@@ -851,7 +1586,7 @@
!IPTCPANEL_DATECREATED;Date created
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_EMBEDDED;Embedded
@@ -910,7 +1645,7 @@
!MAIN_MSG_QOVERWRITE;Do you want to overwrite it?
!MAIN_MSG_SETPATHFIRST;You first have to set a target path in Preferences in order to use this function!
!MAIN_MSG_TOOMANYOPENEDITORS;Too many open editors.\nPlease close an editor to continue.
-!MAIN_MSG_WRITEFAILED;Failed to write\n"%1"\n\nMake sure that the folder exists and that you have write permission to it.
+!MAIN_MSG_WRITEFAILED;Failed to write\n'%1'\n\nMake sure that the folder exists and that you have write permission to it.
!MAIN_TAB_ADVANCED;Advanced
!MAIN_TAB_ADVANCED_TOOLTIP;Shortcut: Alt-a
!MAIN_TAB_COLOR;Color
@@ -927,6 +1662,8 @@
!MAIN_TAB_FILTER; Filter
!MAIN_TAB_INSPECT; Inspect
!MAIN_TAB_IPTC;IPTC
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TAB_METADATA;Metadata
!MAIN_TAB_METADATA_TOOLTIP;Shortcut: Alt-m
!MAIN_TAB_RAW;Raw
@@ -936,7 +1673,7 @@
!MAIN_TOOLTIP_BACKCOLOR0;Background color of the preview: theme-based\nShortcut: 9
!MAIN_TOOLTIP_BACKCOLOR1;Background color of the preview: black\nShortcut: 9
!MAIN_TOOLTIP_BACKCOLOR2;Background color of the preview: white\nShortcut: 9
-!MAIN_TOOLTIP_BACKCOLOR3;Background color of the preview: middle gray\nShortcut: 9
+!MAIN_TOOLTIP_BACKCOLOR3;Background color of the preview: middle grey\nShortcut: 9
!MAIN_TOOLTIP_BEFOREAFTERLOCK;Lock / Unlock the Before view\n\nLock: keep the Before view unchanged.\nUseful to evaluate the cumulative effect of multiple tools.\nAdditionally, comparisons can be made to any state in the History.\n\nUnlock: the Before view will follow the After view one step behind, showing the image before the effect of the currently used tool.
!MAIN_TOOLTIP_HIDEHP;Show/Hide the left panel (including the history).\nShortcut: l
!MAIN_TOOLTIP_INDCLIPPEDH;Clipped highlight indication.\nShortcut: >
@@ -966,16 +1703,16 @@
!NAVIGATOR_V;V:
!NAVIGATOR_XY_FULL;Width: %1, Height: %2
!NAVIGATOR_XY_NA;x: --, y: --
-!OPTIONS_BUNDLED_MISSING;The bundled profile "%1" could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
-!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
-!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
+!OPTIONS_BUNDLED_MISSING;The bundled profile '%1' could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
+!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
+!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
!PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
!PARTIALPASTE_BASICGROUP;Basic Settings
!PARTIALPASTE_CACORRECTION;Chromatic aberration correction
!PARTIALPASTE_CHANNELMIXER;Channel mixer
!PARTIALPASTE_CHANNELMIXERBW;Black-and-white
!PARTIALPASTE_COARSETRANS;Coarse rotation/flipping
-!PARTIALPASTE_COLORAPP;CIECAM02
+!PARTIALPASTE_COLORAPP;Color Appearance & Lighting
!PARTIALPASTE_COLORGROUP;Color Related Settings
!PARTIALPASTE_COLORTONING;Color toning
!PARTIALPASTE_COMMONTRANSFORMPARAMS;Auto-fill
@@ -995,7 +1732,7 @@
!PARTIALPASTE_EVERYTHING;Everything
!PARTIALPASTE_EXIFCHANGES;Exif
!PARTIALPASTE_EXPOSURE;Exposure
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!PARTIALPASTE_FILMNEGATIVE;Film negative
!PARTIALPASTE_FILMSIMULATION;Film simulation
!PARTIALPASTE_FLATFIELDAUTOSELECT;Flat-field auto-selection
!PARTIALPASTE_FLATFIELDBLURRADIUS;Flat-field blur radius
@@ -1011,6 +1748,8 @@
!PARTIALPASTE_LENSGROUP;Lens Related Settings
!PARTIALPASTE_LENSPROFILE;Profiled lens correction
!PARTIALPASTE_LOCALCONTRAST;Local contrast
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
!PARTIALPASTE_METADATA;Metadata mode
!PARTIALPASTE_METAGROUP;Metadata settings
!PARTIALPASTE_PCVIGNETTE;Vignette filter
@@ -1020,6 +1759,7 @@
!PARTIALPASTE_PREPROCESS_HOTPIXFILT;Hot pixel filter
!PARTIALPASTE_PREPROCESS_LINEDENOISE;Line noise filter
!PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_PRSHARPENING;Post-resize sharpening
!PARTIALPASTE_RAWCACORR_AUTO;CA auto-correction
!PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA avoid color shift
@@ -1044,6 +1784,7 @@
!PARTIALPASTE_SHARPENING;Sharpening (USM/RL)
!PARTIALPASTE_SHARPENMICRO;Microcontrast
!PARTIALPASTE_SOFTLIGHT;Soft light
+!PARTIALPASTE_SPOT;Spot removal
!PARTIALPASTE_TM_FATTAL;Dynamic range compression
!PARTIALPASTE_VIBRANCE;Vibrance
!PARTIALPASTE_VIGNETTING;Vignetting correction
@@ -1079,11 +1820,17 @@
!PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaic
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CHUNKSIZE_RGB;RGB processing
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
!PREFERENCES_CLIPPINGIND;Clipping Indication
!PREFERENCES_CLUTSCACHE;HaldCLUT Cache
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
!PREFERENCES_CLUTSDIR;HaldCLUT directory
!PREFERENCES_CMMBPC;Black point compensation
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
!PREFERENCES_CROP;Crop Editing
!PREFERENCES_CROP_AUTO_FIT;Automatically zoom to fit the crop
!PREFERENCES_CROP_GUIDES;Guides shown when not editing the crop
@@ -1096,7 +1843,7 @@
!PREFERENCES_CURVEBBOXPOS_LEFT;Left
!PREFERENCES_CURVEBBOXPOS_RIGHT;Right
!PREFERENCES_CUSTPROFBUILD;Custom Processing Profile Builder
-!PREFERENCES_CUSTPROFBUILDHINT;Executable (or script) file called when a new initial processing profile should be generated for an image.\n\nThe path of the communication file (*.ini style, a.k.a. "Keyfile") is added as a command line parameter. It contains various parameters required for the scripts and image Exif to allow a rules-based processing profile generation.\n\nWARNING: You are responsible for using double quotes where necessary if you're using paths containing spaces.
+!PREFERENCES_CUSTPROFBUILDHINT;Executable (or script) file called when a new initial processing profile should be generated for an image.\n\nThe path of the communication file (*.ini style, a.k.a. 'Keyfile') is added as a command line parameter. It contains various parameters required for the scripts and image Exif to allow a rules-based processing profile generation.\n\nWARNING: You are responsible for using double quotes where necessary if you're using paths containing spaces.
!PREFERENCES_CUSTPROFBUILDKEYFORMAT;Keys format
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_NAME;Name
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_TID;TagID
@@ -1115,6 +1862,12 @@
!PREFERENCES_DIRSOFTWARE;Installation directory
!PREFERENCES_EDITORCMDLINE;Custom command line
!PREFERENCES_EDITORLAYOUT;Editor layout
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
!PREFERENCES_EXTERNALEDITOR;External Editor
!PREFERENCES_FBROWSEROPTS;File Browser / Thumbnail Options
!PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compact toolbars in File Browser
@@ -1132,6 +1885,7 @@
!PREFERENCES_HLTHRESHOLD;Threshold for clipped highlights
!PREFERENCES_ICCDIR;Directory containing color profiles
!PREFERENCES_IMPROCPARAMS;Default Processing Profile
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_LABEL;Inspect
!PREFERENCES_INSPECT_MAXBUFFERS_LABEL;Maximum number of cached images
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
@@ -1143,11 +1897,11 @@
!PREFERENCES_LANG;Language
!PREFERENCES_LANGAUTODETECT;Use system language
!PREFERENCES_MAXRECENTFOLDERS;Maximum number of recent folders
-!PREFERENCES_MENUGROUPEXTPROGS;Group "Open with"
-!PREFERENCES_MENUGROUPFILEOPERATIONS;Group "File operations"
-!PREFERENCES_MENUGROUPLABEL;Group "Color label"
-!PREFERENCES_MENUGROUPPROFILEOPERATIONS;Group "Processing profile operations"
-!PREFERENCES_MENUGROUPRANK;Group "Rank"
+!PREFERENCES_MENUGROUPEXTPROGS;Group 'Open with'
+!PREFERENCES_MENUGROUPFILEOPERATIONS;Group 'File operations'
+!PREFERENCES_MENUGROUPLABEL;Group 'Color label'
+!PREFERENCES_MENUGROUPPROFILEOPERATIONS;Group 'Processing profile operations'
+!PREFERENCES_MENUGROUPRANK;Group 'Rank'
!PREFERENCES_MENUOPTIONS;Context Menu Options
!PREFERENCES_MONINTENT;Default rendering intent
!PREFERENCES_MONITOR;Monitor
@@ -1189,7 +1943,7 @@
!PREFERENCES_PRTPROFILE;Color profile
!PREFERENCES_PSPATH;Adobe Photoshop installation directory
!PREFERENCES_REMEMBERZOOMPAN;Remember zoom % and pan offset
-!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in "Single Editor Tab Mode" and when "Demosaicing method used for the preview at <100% zoom" is set to "As in PP3".
+!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in 'Single Editor Tab Mode' and when 'Demosaicing method used for the preview at <100% zoom' is set to 'As in PP3'.
!PREFERENCES_SAVE_TP_OPEN_NOW;Save tool collapsed/expanded state now
!PREFERENCES_SELECTLANG;Select language
!PREFERENCES_SERIALIZE_TIFF_READ;TIFF Read Settings
@@ -1200,10 +1954,11 @@
!PREFERENCES_SHOWDATETIME;Show date and time
!PREFERENCES_SHOWEXPOSURECOMPENSATION;Append exposure compensation
!PREFERENCES_SHOWFILMSTRIPTOOLBAR;Show Filmstrip toolbar
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
!PREFERENCES_SHTHRESHOLD;Threshold for clipped shadows
!PREFERENCES_SINGLETAB;Single Editor Tab Mode
!PREFERENCES_SINGLETABVERTAB;Single Editor Tab Mode, Vertical Tabs
-!PREFERENCES_SND_HELP;Enter a full file path to set a sound, or leave blank for no sound.\nFor system sounds on Windows use "SystemDefault", "SystemAsterisk" etc., and on Linux use "complete", "window-attention" etc.
+!PREFERENCES_SND_HELP;Enter a full file path to set a sound, or leave blank for no sound.\nFor system sounds on Windows use 'SystemDefault', 'SystemAsterisk' etc., and on Linux use 'complete', 'window-attention' etc.
!PREFERENCES_SND_LNGEDITPROCDONE;Editor processing done
!PREFERENCES_SND_QUEUEDONE;Queue processing done
!PREFERENCES_SND_THRESHOLDSECS;After seconds
@@ -1223,12 +1978,13 @@
!PREFERENCES_TP_VSCROLLBAR;Hide vertical scrollbar
!PREFERENCES_USEBUNDLEDPROFILES;Use bundled profiles
!PREFERENCES_WORKFLOW;Layout
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROFILEPANEL_COPYPPASTE;Parameters to copy
!PROFILEPANEL_GLOBALPROFILES;Bundled profiles
!PROFILEPANEL_LABEL;Processing Profiles
!PROFILEPANEL_LOADDLGLABEL;Load Processing Parameters...
!PROFILEPANEL_LOADPPASTE;Parameters to load
-!PROFILEPANEL_MODE_TIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
+!PROFILEPANEL_MODE_TOOLTIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
!PROFILEPANEL_MYPROFILES;My profiles
!PROFILEPANEL_PASTEPPASTE;Parameters to paste
!PROFILEPANEL_PCUSTOM;Custom
@@ -1304,6 +2060,12 @@
!SHCSELECTOR_TOOLTIP;Click right mouse button to reset the position of those 3 sliders.
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
!THRESHOLDSELECTOR_B;Bottom
!THRESHOLDSELECTOR_BL;Bottom-left
!THRESHOLDSELECTOR_BR;Bottom-right
@@ -1314,7 +2076,8 @@
!TOOLBAR_TOOLTIP_COLORPICKER;Lockable Color Picker\n\nWhen the tool is active:\n- Add a picker: left-click.\n- Drag a picker: left-click and drag.\n- Delete a picker: right-click.\n- Delete all pickers: Ctrl+Shift+right-click.\n- Revert to hand tool: right-click outside any picker.
!TOOLBAR_TOOLTIP_CROP;Crop selection.\nShortcut: c\nMove the crop using Shift+mouse drag.
!TOOLBAR_TOOLTIP_HAND;Hand tool.\nShortcut: h
-!TOOLBAR_TOOLTIP_STRAIGHTEN;Straighten / fine rotation.\nShortcut: s\n\nIndicate the vertical or horizontal by drawing a guide line over the image preview. Angle of rotation will be shown next to the guide line. Center of rotation is the geometrical center of the image.
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
+!TOOLBAR_TOOLTIP_STRAIGHTEN;Straighten / fine rotation.\nShortcut: s\n\nIndicate the vertical or horizontal by drawing a guide line over the image. Angle of rotation will be shown next to the guide line. Center of rotation is the geometrical center of the image.
!TOOLBAR_TOOLTIP_WB;Spot white balance.\nShortcut: w
!TP_BWMIX_ALGO;Algorithm OYCPM
!TP_BWMIX_ALGO_LI;Linear
@@ -1350,7 +2113,7 @@
!TP_BWMIX_MIXC;Channel Mixer
!TP_BWMIX_NEUTRAL;Reset
!TP_BWMIX_RGBLABEL;R: %1%% G: %2%% B: %3%% Total: %4%%
-!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n"Total" displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
+!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n'Total' displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
!TP_BWMIX_RGB_TOOLTIP;Mix the RGB channels. Use presets for guidance.\nPay attention to negative values that may cause artifacts or erratic behavior.
!TP_BWMIX_SETTING;Presets
!TP_BWMIX_SETTING_TOOLTIP;Different presets (film, landscape, etc.) or manual Channel Mixer settings.
@@ -1390,6 +2153,7 @@
!TP_COARSETRAF_TOOLTIP_ROTRIGHT;Rotate right.\n\nShortcuts:\n] - Multiple Editor Tabs Mode,\nAlt-] - Single Editor Tab Mode.
!TP_COARSETRAF_TOOLTIP_VFLIP;Flip vertically.
!TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminance
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_ALGO;Algorithm
!TP_COLORAPP_ALGO_ALL;All
!TP_COLORAPP_ALGO_JC;Lightness + Chroma (JC)
@@ -1399,51 +2163,76 @@
!TP_COLORAPP_BADPIXSL;Hot/bad pixel filter
!TP_COLORAPP_BADPIXSL_TOOLTIP;Suppression of hot/bad (brightly colored) pixels.\n0 = No effect\n1 = Median\n2 = Gaussian.\nAlternatively, adjust the image to avoid very dark shadows.\n\nThese artifacts are due to limitations of CIECAM02.
!TP_COLORAPP_BRIGHT;Brightness (Q)
-!TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM02 takes into account the white's luminosity and differs from L*a*b* and RGB brightness.
+!TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM is the amount of perceived light emanating from a stimulus. It differs from L*a*b* and RGB brightness.
!TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
!TP_COLORAPP_CHROMA;Chroma (C)
!TP_COLORAPP_CHROMA_M;Colorfulness (M)
-!TP_COLORAPP_CHROMA_M_TOOLTIP;Colorfulness in CIECAM02 differs from L*a*b* and RGB colorfulness.
+!TP_COLORAPP_CHROMA_M_TOOLTIP;Colorfulness in CIECAM is the perceived amount of hue in relation to gray, an indicator that a stimulus appears to be more or less colored.
!TP_COLORAPP_CHROMA_S;Saturation (S)
-!TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM02 differs from L*a*b* and RGB saturation.
-!TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM02 differs from L*a*b* and RGB chroma.
-!TP_COLORAPP_CIECAT_DEGREE;CAT02 adaptation
+!TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM corresponds to the color of a stimulus in relation to its own brightness. It differs from L*a*b* and RGB saturation.
+!TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM corresponds to the color of a stimulus relative to the clarity of a stimulus that appears white under identical conditions. It differs from L*a*b* and RGB chroma.
+!TP_COLORAPP_CIECAT_DEGREE;Adaptation
!TP_COLORAPP_CONTRAST;Contrast (J)
!TP_COLORAPP_CONTRAST_Q;Contrast (Q)
-!TP_COLORAPP_CONTRAST_Q_TOOLTIP;Differs from L*a*b* and RGB contrast.
-!TP_COLORAPP_CONTRAST_TOOLTIP;Differs from L*a*b* and RGB contrast.
+!TP_COLORAPP_CONTRAST_Q_TOOLTIP;Contrast (Q) in CIECAM is based on brightness. It differs from L*a*b* and RGB contrast.
+!TP_COLORAPP_CONTRAST_TOOLTIP;Contrast (J) in CIECAM is based on lightness. It differs from L*a*b* and RGB contrast.
!TP_COLORAPP_CURVEEDITOR1;Tone curve 1
-!TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of J or Q after CIECAM02.\n\nJ and Q are not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
+!TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of J after CIECAM.\n\nJ is not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
!TP_COLORAPP_CURVEEDITOR2;Tone curve 2
-!TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the second exposure tone curve.
+!TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the first J(J) tone curve.
!TP_COLORAPP_CURVEEDITOR3;Color curve
-!TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colorfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of C, s or M after CIECAM02.\n\nC, s and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
-!TP_COLORAPP_DATACIE;CIECAM02 output histograms in curves
-!TP_COLORAPP_DATACIE_TOOLTIP;When enabled, histograms in CIECAM02 curves show approximate values/ranges for J or Q, and C, s or M after the CIECAM02 adjustments.\nThis selection does not impact the main histogram panel.\n\nWhen disabled, histograms in CIECAM02 curves show L*a*b* values before CIECAM02 adjustments.
-!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
-!TP_COLORAPP_GAMUT;Gamut control (L*a*b*)
-!TP_COLORAPP_GAMUT_TOOLTIP;Allow gamut control in L*a*b* mode.
+!TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colorfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of C, S or M after CIECAM.\n\nC, S and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
+!TP_COLORAPP_DATACIE;Show CIECAM output histograms in CAL curves
+!TP_COLORAPP_DATACIE_TOOLTIP;Affects histograms shown in Color Appearance & Lightning curves. Does not affect RawTherapee's main histogram.\n\nEnabled: show approximate values for J and C, S or M after the CIECAM adjustments.\nDisabled: show L*a*b* values before CIECAM adjustments.
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
+!TP_COLORAPP_GAMUT;Use gamut control in L*a*b* mode
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
!TP_COLORAPP_HUE;Hue (h)
-!TP_COLORAPP_HUE_TOOLTIP;Hue (h) - angle between 0° and 360°.
-!TP_COLORAPP_LABEL;CIE Color Appearance Model 2002
+!TP_COLORAPP_HUE_TOOLTIP;Hue (h) is the degree to which a stimulus can be described as similar to a color described as red, green, blue and yellow.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_LABEL;Color Appearance & Lighting
!TP_COLORAPP_LABEL_CAM02;Image Adjustments
!TP_COLORAPP_LABEL_SCENE;Scene Conditions
!TP_COLORAPP_LABEL_VIEWING;Viewing Conditions
!TP_COLORAPP_LIGHT;Lightness (J)
-!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM02 differs from L*a*b* and RGB lightness.
+!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM is the clarity of a stimulus relative to the clarity of a stimulus that appears white under similar viewing conditions. It differs from L*a*b* and RGB lightness.
!TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
-!TP_COLORAPP_MODEL;WP Model
-!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM02 is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp+green + CAT02 + [output]: temp and green are selected by the user, the output device's white balance is set in Viewing Conditions.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODEL;WP model
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02/16] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp + tint + CAT02/16 + [output]: temp and tint are selected by the user, the output device's white balance is set in Viewing Conditions.
!TP_COLORAPP_NEUTRAL;Reset
-!TP_COLORAPP_NEUTRAL_TIP;Reset all sliders checkbox and curves to their default values
+!TP_COLORAPP_NEUTRAL_TOOLTIP;Reset all sliders checkbox and curves to their default values.
!TP_COLORAPP_RSTPRO;Red & skin-tones protection
!TP_COLORAPP_RSTPRO_TOOLTIP;Red & skin-tones protection affects both sliders and curves.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
!TP_COLORAPP_SURROUND;Surround
+!TP_COLORAPP_SURROUNDSRC;Surround
!TP_COLORAPP_SURROUND_AVER;Average
!TP_COLORAPP_SURROUND_DARK;Dark
!TP_COLORAPP_SURROUND_DIM;Dim
!TP_COLORAPP_SURROUND_EXDARK;Extremly Dark (Cutsheet)
-!TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device.\n\nAverage: Average light environment (standard). The image will not change.\n\nDim: Dim environment (TV). The image will become slightly dark.\n\nDark: Dark environment (projector). The image will become more dark.\n\nExtremly Dark: Extremly dark environment (cutsheet). The image will become very dark.
+!TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device. The darker the viewing conditions, the darker the image will become. Image brightness will not be changed when the viewing conditions are set to average.
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
!TP_COLORAPP_TCMODE_BRIGHTNESS;Brightness
!TP_COLORAPP_TCMODE_CHROMA;Chroma
!TP_COLORAPP_TCMODE_COLORF;Colorfulness
@@ -1452,19 +2241,23 @@
!TP_COLORAPP_TCMODE_LABEL3;Curve chroma mode
!TP_COLORAPP_TCMODE_LIGHTNESS;Lightness
!TP_COLORAPP_TCMODE_SATUR;Saturation
-!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
-!TP_COLORAPP_TONECIE;Tone mapping using CIECAM02
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TONECIE;Use CIECAM for tone mapping
!TP_COLORAPP_TONECIE_TOOLTIP;If this option is disabled, tone mapping is done in L*a*b* space.\nIf this option is enabled, tone mapping is done using CIECAM02.\nThe Tone Mapping tool must be enabled for this setting to take effect.
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
!TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;Absolute luminance of the viewing environment\n(usually 16 cd/m²).
-!TP_COLORAPP_WBCAM;WB [RT+CAT02] + [output]
+!TP_COLORAPP_WBCAM;WB [RT+CAT02/16] + [output]
!TP_COLORAPP_WBRT;WB [RT] + [output]
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_AB;o C/L
!TP_COLORTONING_AUTOSAT;Automatic
!TP_COLORTONING_BALANCE;Balance
!TP_COLORTONING_BY;o C/L
!TP_COLORTONING_CHROMAC;Opacity
-!TP_COLORTONING_COLOR;Color
-!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
+!TP_COLORTONING_COLOR;Color:
+!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L).
!TP_COLORTONING_HIGHLIGHT;Highlights
!TP_COLORTONING_HUE;Hue
!TP_COLORTONING_LAB;L*a*b* blending
@@ -1494,11 +2287,11 @@
!TP_COLORTONING_LUMAMODE;Preserve luminance
!TP_COLORTONING_LUMAMODE_TOOLTIP;If enabled, when you change color (red, green, cyan, blue, etc.) the luminance of each pixel is preserved.
!TP_COLORTONING_METHOD;Method
-!TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated color blending.\n"Color balance (Shadows/Midtones/Highlights)" and "Saturation 2 colors" use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
+!TP_COLORTONING_METHOD_TOOLTIP;'L*a*b* blending', 'RGB sliders' and 'RGB curves' use interpolated color blending.\n'Color balance (Shadows/Midtones/Highlights)' and 'Saturation 2 colors' use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
!TP_COLORTONING_MIDTONES;Midtones
!TP_COLORTONING_NEUTRAL;Reset sliders
-!TP_COLORTONING_NEUTRAL_TIP;Reset all values (Shadows, Midtones, Highlights) to default.
-!TP_COLORTONING_OPACITY;Opacity
+!TP_COLORTONING_NEUTRAL_TOOLTIP;Reset all values (Shadows, Midtones, Highlights) to default.
+!TP_COLORTONING_OPACITY;Opacity:
!TP_COLORTONING_RGBCURVES;RGB - Curves
!TP_COLORTONING_RGBSLIDERS;RGB - Sliders
!TP_COLORTONING_SA;Saturation Protection
@@ -1516,6 +2309,7 @@
!TP_COLORTONING_TWOCOLOR_TOOLTIP;Standard chroma:\nLinear response, a* = b*.\n\nSpecial chroma:\nLinear response, a* = b*, but unbound - try under the diagonal.\n\nSpecial a* and b*:\nLinear response unbound with separate curves for a* and b*. Intended for special effects.\n\nSpecial chroma 2 colors:\nMore predictable.
!TP_COLORTONING_TWOSTD;Standard chroma
!TP_CROP_FIXRATIO;Lock ratio
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_GTDIAGONALS;Rule of Diagonals
!TP_CROP_GTEPASSPORT;Biometric Passport
!TP_CROP_GTFRAME;Frame
@@ -1541,7 +2335,7 @@
!TP_DEFRINGE_THRESHOLD;Threshold
!TP_DEHAZE_DEPTH;Depth
!TP_DEHAZE_LABEL;Haze Removal
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_DEHAZE_SHOW_DEPTH_MAP;Show depth map
!TP_DEHAZE_STRENGTH;Strength
!TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zones
@@ -1554,7 +2348,7 @@
!TP_DIRPYRDENOISE_CHROMINANCE_MASTER;Chrominance - Master
!TP_DIRPYRDENOISE_CHROMINANCE_METHOD;Method
!TP_DIRPYRDENOISE_CHROMINANCE_METHODADVANCED_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
-!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Preview multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW;Preview
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the preview after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
@@ -1578,14 +2372,14 @@
!TP_DIRPYRDENOISE_MAIN_MODE;Mode
!TP_DIRPYRDENOISE_MAIN_MODE_AGGRESSIVE;Aggressive
!TP_DIRPYRDENOISE_MAIN_MODE_CONSERVATIVE;Conservative
-!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;"Conservative" preserves low frequency chroma patterns, while "aggressive" obliterates them.
+!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;Conservative preserves low frequency chroma patterns, while aggressive obliterates them.
!TP_DIRPYRDENOISE_MEDIAN_METHOD;Median method
!TP_DIRPYRDENOISE_MEDIAN_METHOD_CHROMINANCE;Chroma only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LAB;L*a*b*
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LABEL;Median Filter
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LUMINANCE;Luminance only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_RGB;RGB
-!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
+!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the 'Luminance only' and 'L*a*b*' methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the 'RGB' mode, it will be performed at the very end of the noise reduction pipeline.
!TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;Weighted L* (little) + a*b* (normal)
!TP_DIRPYRDENOISE_MEDIAN_PASSES;Median iterations
!TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
@@ -1613,7 +2407,7 @@
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
!TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts in the transitions between skin colors (hue, chroma, luma) and the rest of the image.
!TP_DISTORTION_AMOUNT;Amount
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+!TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_DISTORTION_LABEL;Distortion Correction
!TP_EPD_EDGESTOPPING;Edge stopping
!TP_EPD_GAMMA;Gamma
@@ -1622,19 +2416,19 @@
!TP_EPD_SCALE;Scale
!TP_EPD_STRENGTH;Strength
!TP_EXPOSURE_AUTOLEVELS;Auto Levels
-!TP_EXPOSURE_AUTOLEVELS_TIP;Toggles execution of Auto Levels to automatically set Exposure slider values based on an image analysis.\nEnables Highlight Reconstruction if necessary.
+!TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Toggles execution of Auto Levels to automatically set Exposure slider values based on an image analysis.\nEnables Highlight Reconstruction if necessary.
!TP_EXPOSURE_BLACKLEVEL;Black
!TP_EXPOSURE_BRIGHTNESS;Lightness
!TP_EXPOSURE_CLAMPOOG;Clip out-of-gamut colors
!TP_EXPOSURE_CLIP;Clip %
-!TP_EXPOSURE_CLIP_TIP;The fraction of pixels to be clipped in Auto Levels operation.
+!TP_EXPOSURE_CLIP_TOOLTIP;The fraction of pixels to be clipped in Auto Levels operation.
!TP_EXPOSURE_COMPRHIGHLIGHTS;Highlight compression
!TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Highlight compression threshold
!TP_EXPOSURE_COMPRSHADOWS;Shadow compression
!TP_EXPOSURE_CONTRAST;Contrast
!TP_EXPOSURE_CURVEEDITOR1;Tone curve 1
!TP_EXPOSURE_CURVEEDITOR2;Tone curve 2
-!TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Please refer to the "Exposure > Tone Curves" RawPedia article to learn how to achieve the best results by using two tone curves.
+!TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Please refer to the 'Exposure > Tone Curves' RawPedia article to learn how to achieve the best results by using two tone curves.
!TP_EXPOSURE_EXPCOMP;Exposure compensation
!TP_EXPOSURE_HISTMATCHING;Auto-Matched Tone Curve
!TP_EXPOSURE_HISTMATCHING_TOOLTIP;Automatically adjust sliders and curves (except exposure compensation) to match the look of the embedded JPEG thumbnail.
@@ -1651,11 +2445,21 @@
!TP_EXPOS_BLACKPOINT_LABEL;Raw Black Points
!TP_EXPOS_WHITEPOINT_LABEL;Raw White Points
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_FILMSIMULATION_LABEL;Film Simulation
!TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
!TP_FILMSIMULATION_STRENGTH;Strength
@@ -1687,6 +2491,7 @@
!TP_HLREC_CIELAB;CIELab Blending
!TP_HLREC_COLOR;Color Propagation
!TP_HLREC_ENA_TOOLTIP;Could be activated by Auto Levels.
+!TP_HLREC_HLBLUR;Blur
!TP_HLREC_LABEL;Highlight reconstruction
!TP_HLREC_LUMINANCE;Luminance Recovery
!TP_HLREC_METHOD;Method:
@@ -1704,7 +2509,9 @@
!TP_ICM_BPC;Black Point Compensation
!TP_ICM_DCPILLUMINANT;Illuminant
!TP_ICM_DCPILLUMINANT_INTERPOLATED;Interpolated
-!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is "interpolated" which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is 'interpolated' which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
!TP_ICM_INPUTCAMERA;Camera standard
!TP_ICM_INPUTCAMERAICC;Auto-matched camera profile
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapee's camera-specific DCP or ICC input color profiles. These profiles are more precise than simpler matrix ones. They are not available for all cameras. These profiles are stored in the /iccprofiles/input and /dcpprofiles folders and are automatically retrieved based on a file name matching to the exact model name of the camera.
@@ -1718,26 +2525,71 @@
!TP_ICM_INPUTNONE_TOOLTIP;Use no input color profile at all.\nUse only in special cases.
!TP_ICM_INPUTPROFILE;Input Profile
!TP_ICM_LABEL;Color Management
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
!TP_ICM_NOICM;No ICM: sRGB Output
!TP_ICM_OUTPUTPROFILE;Output Profile
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_PROFILEINTENT;Rendering Intent
+!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB;Apply white balance
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
!TP_ICM_SAVEREFERENCE_TOOLTIP;Save the linear TIFF image before the input profile is applied. The result can be used for calibration purposes and generation of a camera profile.
!TP_ICM_TONECURVE;Tone curve
!TP_ICM_TONECURVE_TOOLTIP;Employ the embedded DCP tone curve. The setting is only available if the selected DCP has a tone curve.
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
!TP_ICM_WORKINGPROFILE;Working Profile
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
!TP_ICM_WORKING_TRC;Tone response curve:
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
!TP_ICM_WORKING_TRC_CUSTOM;Custom
!TP_ICM_WORKING_TRC_GAMMA;Gamma
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
!TP_ICM_WORKING_TRC_NONE;None
!TP_ICM_WORKING_TRC_SLOPE;Slope
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_ICM_WORKING_TRC_TOOLTIP;Only for built-in profiles.
!TP_IMPULSEDENOISE_LABEL;Impulse Noise Reduction
!TP_IMPULSEDENOISE_THRESH;Threshold
!TP_LABCURVE_AVOIDCOLORSHIFT;Avoid color shift
-!TP_LABCURVE_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction.
+!TP_LABCURVE_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).
!TP_LABCURVE_BRIGHTNESS;Lightness
!TP_LABCURVE_CHROMATICITY;Chromaticity
!TP_LABCURVE_CHROMA_TOOLTIP;To apply B&W toning, set Chromaticity to -100.
@@ -1756,21 +2608,21 @@
!TP_LABCURVE_CURVEEDITOR_CC_RANGE2;Dull
!TP_LABCURVE_CURVEEDITOR_CC_RANGE3;Pastel
!TP_LABCURVE_CURVEEDITOR_CC_RANGE4;Saturated
-!TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromaticity according to chromaticity C=f(C)
+!TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromaticity according to chromaticity C=f(C).
!TP_LABCURVE_CURVEEDITOR_CH;CH
-!TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromaticity according to hue C=f(H)
+!TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromaticity according to hue C=f(H).
!TP_LABCURVE_CURVEEDITOR_CL;CL
-!TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L)
+!TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L).
!TP_LABCURVE_CURVEEDITOR_HH;HH
-!TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H)
+!TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H).
!TP_LABCURVE_CURVEEDITOR_LC;LC
-!TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminance according to chromaticity L=f(C)
+!TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminance according to chromaticity L=f(C).
!TP_LABCURVE_CURVEEDITOR_LH;LH
-!TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H)
-!TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L)
+!TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H).
+!TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L).
!TP_LABCURVE_LABEL;L*a*b* Adjustments
!TP_LABCURVE_LCREDSK;Restrict LC to red and skin-tones
-!TP_LABCURVE_LCREDSK_TIP;If enabled, the LC Curve affects only red and skin-tones.\nIf disabled, it applies to all tones.
+!TP_LABCURVE_LCREDSK_TOOLTIP;If enabled, the LC Curve affects only red and skin-tones.\nIf disabled, it applies to all tones.
!TP_LABCURVE_RSTPROTECTION;Red and skin-tones protection
!TP_LABCURVE_RSTPRO_TOOLTIP;Works on the Chromaticity slider and the CC curve.
!TP_LENSGEOM_AUTOCROP;Auto-Crop
@@ -1793,12 +2645,794 @@
!TP_LOCALCONTRAST_LABEL;Local Contrast
!TP_LOCALCONTRAST_LIGHTNESS;Lightness level
!TP_LOCALCONTRAST_RADIUS;Radius
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_METADATA_EDIT;Apply modifications
!TP_METADATA_MODE;Metadata copy mode
!TP_METADATA_STRIP;Strip all metadata
!TP_METADATA_TUNNEL;Copy unchanged
!TP_NEUTRAL;Reset
-!TP_NEUTRAL_TIP;Resets exposure sliders to neutral values.\nApplies to the same controls that Auto Levels applies to, regardless of whether you used Auto Levels or not.
+!TP_NEUTRAL_TOOLTIP;Resets exposure sliders to neutral values.\nApplies to the same controls that Auto Levels applies to, regardless of whether you used Auto Levels or not.
!TP_PCVIGNETTE_FEATHER;Feather
!TP_PCVIGNETTE_FEATHER_TOOLTIP;Feathering:\n0 = corners only,\n50 = halfway to center,\n100 = to center.
!TP_PCVIGNETTE_LABEL;Vignette Filter
@@ -1807,8 +3441,29 @@
!TP_PCVIGNETTE_STRENGTH;Strength
!TP_PCVIGNETTE_STRENGTH_TOOLTIP;Filter strength in stops (reached in corners).
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
!TP_PERSPECTIVE_HORIZONTAL;Horizontal
!TP_PERSPECTIVE_LABEL;Perspective
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
!TP_PERSPECTIVE_VERTICAL;Vertical
!TP_PFCURVE_CURVEEDITOR_CH;Hue
!TP_PFCURVE_CURVEEDITOR_CH_TOOLTIP;Controls defringe strength by color.\nHigher = more,\nLower = less.
@@ -1826,11 +3481,15 @@
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
!TP_PREPROCESS_NO_FOUND;None found
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
-!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
+!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the 'Lanczos' resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
!TP_RAWCACORR_AUTO;Auto-correction
!TP_RAWCACORR_AUTOIT;Iterations
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
!TP_RAWCACORR_AVOIDCOLORSHIFT;Avoid color shift
!TP_RAWCACORR_CABLUE;Blue
!TP_RAWCACORR_CARED;Red
@@ -1851,9 +3510,11 @@
!TP_RAW_4PASS;3-pass+fast
!TP_RAW_AHD;AHD
!TP_RAW_AMAZE;AMaZE
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
!TP_RAW_BORDER;Border
!TP_RAW_DCB;DCB
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DCBENHANCE;DCB enhancement
!TP_RAW_DCBITERATIONS;Number of DCB iterations
!TP_RAW_DCBVNG4;DCB+VNG4
@@ -1881,6 +3542,8 @@
!TP_RAW_MONO;Mono
!TP_RAW_NONE;None (Shows sensor pattern)
!TP_RAW_PIXELSHIFT;Pixel Shift
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTBLUR;Blur motion mask
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
!TP_RAW_PIXELSHIFTEPERISO;Sensitivity
@@ -1891,7 +3554,7 @@
!TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Equalize the brightness of the frames to the brightness of the selected frame.\nIf there are overexposed areas in the frames select the brightest frame to avoid magenta color cast in overexposed areas or enable motion correction.
!TP_RAW_PIXELSHIFTGREEN;Check green channel for motion
!TP_RAW_PIXELSHIFTHOLEFILL;Fill holes in motion mask
-!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask
+!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask.
!TP_RAW_PIXELSHIFTMEDIAN;Use median for moving parts
!TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTMM_AUTO;Automatic
@@ -1906,11 +3569,12 @@
!TP_RAW_PIXELSHIFTSIGMA;Blur radius
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
-!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
+!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
!TP_RAW_RCD;RCD
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_RCDVNG4;RCD+VNG4
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
-!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
+!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas.
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
!TP_RAW_VNG4;VNG4
!TP_RAW_XTRANS;X-Trans
@@ -1924,9 +3588,13 @@
!TP_RESIZE_HEIGHT;Height
!TP_RESIZE_LABEL;Resize
!TP_RESIZE_LANCZOS;Lanczos
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
!TP_RESIZE_METHOD;Method:
!TP_RESIZE_NEAREST;Nearest
!TP_RESIZE_SCALE;Scale
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_RESIZE_SPECIFY;Specify:
!TP_RESIZE_W;Width:
!TP_RESIZE_WIDTH;Width
@@ -1937,7 +3605,7 @@
!TP_RETINEX_CURVEEDITOR_CD;L=f(L)
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
!TP_RETINEX_CURVEEDITOR_LH;Strength=f(H)
-!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
!TP_RETINEX_CURVEEDITOR_MAP;L=f(L)
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_EQUAL;Equalizer
@@ -1945,7 +3613,7 @@
!TP_RETINEX_GAIN;Gain
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_RETINEX_GAMMA;Gamma
!TP_RETINEX_GAMMA_FREE;Free
!TP_RETINEX_GAMMA_HIGH;High
@@ -1960,7 +3628,7 @@
!TP_RETINEX_HIGH;High
!TP_RETINEX_HIGHLIG;Highlight
!TP_RETINEX_HIGHLIGHT;Highlight threshold
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_HSLSPACE_LIN;HSL-Linear
!TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
!TP_RETINEX_ITER;Iterations (Tone-mapping)
@@ -1979,11 +3647,11 @@
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD;Method
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
-!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
+!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_RETINEX_NEIGHBOR;Radius
!TP_RETINEX_NEUTRAL;Reset
-!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+!TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
!TP_RETINEX_OFFSET;Offset (brightness)
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
@@ -1993,9 +3661,9 @@
!TP_RETINEX_STRENGTH;Strength
!TP_RETINEX_THRESHOLD;Threshold
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
-!TP_RETINEX_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sigma=%4
-!TP_RETINEX_TLABEL2;TM Tm=%1 TM=%2
-!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
+!TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
+!TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
+!TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_RETINEX_TRANF;Transmission
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
@@ -2004,7 +3672,7 @@
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
!TP_RETINEX_VIEW;Process
!TP_RETINEX_VIEW_MASK;Mask
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_NONE;Standard
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
@@ -2019,7 +3687,7 @@
!TP_ROTATE_DEGREE;Degree
!TP_ROTATE_LABEL;Rotate
!TP_ROTATE_SELECTLINE;Select Straight Line
-!TP_SAVEDIALOG_OK_TIP;Shortcut: Ctrl-Enter
+!TP_SAVEDIALOG_OK_TOOLTIP;Shortcut: Ctrl-Enter
!TP_SHADOWSHLIGHTS_HIGHLIGHTS;Highlights
!TP_SHADOWSHLIGHTS_HLTONALW;Highlights tonal width
!TP_SHADOWSHLIGHTS_LABEL;Shadows/Highlights
@@ -2056,6 +3724,11 @@
!TP_SHARPENMICRO_UNIFORMITY;Uniformity
!TP_SOFTLIGHT_LABEL;Soft Light
!TP_SOFTLIGHT_STRENGTH;Strength
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
!TP_TM_FATTAL_AMOUNT;Amount
!TP_TM_FATTAL_ANCHOR;Anchor
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
@@ -2067,9 +3740,9 @@
!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE2;Red
!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE3;Red/Yellow
!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE4;Yellow
-!TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;Hue according to hue H=f(H)
+!TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;Hue according to hue H=f(H).
!TP_VIBRANCE_LABEL;Vibrance
-!TP_VIBRANCE_PASTELS;Pastel Tones
+!TP_VIBRANCE_PASTELS;Pastel tones
!TP_VIBRANCE_PASTSATTOG;Link pastel and saturated tones
!TP_VIBRANCE_PROTECTSKINS;Protect skin-tones
!TP_VIBRANCE_PSTHRESHOLD;Pastel/saturated tones threshold
@@ -2093,7 +3766,7 @@
!TP_WAVELET_7;Level 7
!TP_WAVELET_8;Level 8
!TP_WAVELET_9;Level 9
-!TP_WAVELET_APPLYTO;Apply To
+!TP_WAVELET_APPLYTO;Apply to
!TP_WAVELET_AVOID;Avoid color shift
!TP_WAVELET_B0;Black
!TP_WAVELET_B1;Gray
@@ -2103,12 +3776,18 @@
!TP_WAVELET_BALANCE;Contrast balance d/v-h
!TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: vertical-horizontal and diagonal.\nIf contrast, chroma or residual tone mapping are activated, the effect due to balance is amplified.
!TP_WAVELET_BALCHRO;Chroma balance
+!TP_WAVELET_BALCHROM;Equalizer Color
!TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
!TP_WAVELET_BANONE;None
!TP_WAVELET_BASLI;Slider
!TP_WAVELET_BATYPE;Contrast balance method
-!TP_WAVELET_CBENAB;Toning and Color Balance
-!TP_WAVELET_CB_TOOLTIP;For strong values product color-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CBENAB;Toning and Color balance
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
!TP_WAVELET_CCURVE;Local contrast
!TP_WAVELET_CH1;Whole chroma range
!TP_WAVELET_CH2;Saturated/pastel
@@ -2116,29 +3795,42 @@
!TP_WAVELET_CHCU;Curve
!TP_WAVELET_CHR;Chroma-contrast link strength
!TP_WAVELET_CHRO;Saturated/pastel threshold
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
!TP_WAVELET_CHSL;Sliders
!TP_WAVELET_CHTYPE;Chrominance method
-!TP_WAVELET_COLORT;Opacity Red-Green
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COLORT;Opacity red-green
!TP_WAVELET_COMPCONT;Contrast
+!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPGAMMA;Compression gamma
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_COMPTM;Tone mapping
!TP_WAVELET_CONTEDIT;'After' contrast curve
+!TP_WAVELET_CONTFRAME;Contrast - Compression
!TP_WAVELET_CONTR;Gamut
!TP_WAVELET_CONTRA;Contrast
!TP_WAVELET_CONTRAST_MINUS;Contrast -
!TP_WAVELET_CONTRAST_PLUS;Contrast +
-!TP_WAVELET_CONTRA_TOOLTIP;Changes contrast of the residual image.
+!TP_WAVELET_CONTRA_TOOLTIP;Changes the residual image contrast.
!TP_WAVELET_CTYPE;Chrominance control
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
!TP_WAVELET_CURVEEDITOR_CL;L
-!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end of the wavelet treatment.
+!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
!TP_WAVELET_CURVEEDITOR_HH;HH
-!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image's hue as a function of hue.
+!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
!TP_WAVELET_DALL;All directions
!TP_WAVELET_DAUB;Edge performance
!TP_WAVELET_DAUB2;D2 - low
@@ -2146,62 +3838,101 @@
!TP_WAVELET_DAUB6;D6 - standard plus
!TP_WAVELET_DAUB10;D10 - medium
!TP_WAVELET_DAUB14;D14 - high
-!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the first levels. However the quality is not strictly related to this coefficient and can vary depending on image and use.
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
!TP_WAVELET_DONE;Vertical
!TP_WAVELET_DTHR;Diagonal
!TP_WAVELET_DTWO;Horizontal
!TP_WAVELET_EDCU;Curve
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
!TP_WAVELET_EDGCONT;Local contrast
-!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
-!TP_WAVELET_EDGE;Edge Sharpness
+!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
+!TP_WAVELET_EDGE;Edge sharpness
!TP_WAVELET_EDGEAMPLI;Base amplification
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
-!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
-!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This adjuster lets you target edge detection for example to avoid applying edge sharpness to fine details, such as noise in the sky.
+!TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
+!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
!TP_WAVELET_EDGESENSI;Edge sensitivity
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH;Detail
!TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centered on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
!TP_WAVELET_EDRAD;Radius
-!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
-!TP_WAVELET_EDSL;Threshold Sliders
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_EDSL;Threshold sliders
!TP_WAVELET_EDTYPE;Local contrast method
!TP_WAVELET_EDVAL;Strength
!TP_WAVELET_FINAL;Final Touchup
+!TP_WAVELET_FINCFRAME;Final local contrast
!TP_WAVELET_FINEST;Finest
-!TP_WAVELET_HIGHLIGHT;Highlight luminance range
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_HIGHLIGHT;Finer levels luminance range
!TP_WAVELET_HS1;Whole luminance range
-!TP_WAVELET_HS2;Shadows/Highlights
+!TP_WAVELET_HS2;Selective luminance range
!TP_WAVELET_HUESKIN;Skin hue
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
-!TP_WAVELET_HUESKY;Sky hue
+!TP_WAVELET_HUESKY;Hue range
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
-!TP_WAVELET_LABEL;Wavelet Levels
+!TP_WAVELET_LABEL;Wavelet levels
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_WAVELET_LARGEST;Coarsest
!TP_WAVELET_LEVCH;Chroma
-!TP_WAVELET_LEVDIR_ALL;All levels in all directions
-!TP_WAVELET_LEVDIR_INF;Below or equal the level
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVDIR_ALL;All levels, in all directions
+!TP_WAVELET_LEVDIR_INF;Finer detail levels, including selected level
!TP_WAVELET_LEVDIR_ONE;One level
-!TP_WAVELET_LEVDIR_SUP;Above the level
+!TP_WAVELET_LEVDIR_SUP;Coarser detail levels, excluding selected level
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
!TP_WAVELET_LEVELS;Wavelet levels
-!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of wavelet decomposition levels for the image.\nMore levels require more RAM and require a longer processing time.
!TP_WAVELET_LEVF;Contrast
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
!TP_WAVELET_LEVONE;Level 2
!TP_WAVELET_LEVTHRE;Level 4
!TP_WAVELET_LEVTWO;Level 3
!TP_WAVELET_LEVZERO;Level 1
-!TP_WAVELET_LINKEDG;Link with Edge Sharpness' Strength
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LINKEDG;Link to Edge Sharpness Strength
!TP_WAVELET_LIPST;Enhanced algoritm
-!TP_WAVELET_LOWLIGHT;Shadow luminance range
+!TP_WAVELET_LOWLIGHT;Coarser levels luminance range
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MEDGREINF;First level
!TP_WAVELET_MEDI;Reduce artifacts in blue sky
!TP_WAVELET_MEDILEV;Edge detection
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
!TP_WAVELET_NEUTRAL;Neutral
!TP_WAVELET_NOIS;Denoise
!TP_WAVELET_NOISE;Denoise and Refine
@@ -2210,50 +3941,81 @@
!TP_WAVELET_NPNONE;None
!TP_WAVELET_NPTYPE;Neighboring pixels
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
-!TP_WAVELET_OPACITY;Opacity Blue-Yellow
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_OPACITY;Opacity blue-yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
-!TP_WAVELET_OPACITYWL;Final local contrast
+!TP_WAVELET_OPACITYWL;Local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
!TP_WAVELET_PASTEL;Pastel chroma
!TP_WAVELET_PROC;Process
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
!TP_WAVELET_RE1;Reinforced
!TP_WAVELET_RE2;Unchanged
!TP_WAVELET_RE3;Reduced
-!TP_WAVELET_RESCHRO;Chroma
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_RESCHRO;Strength
!TP_WAVELET_RESCON;Shadows
!TP_WAVELET_RESCONH;Highlights
!TP_WAVELET_RESID;Residual Image
!TP_WAVELET_SAT;Saturated chroma
!TP_WAVELET_SETTINGS;Wavelet Settings
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
-!TP_WAVELET_SKY;Sky targetting/protection
-!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
-!TP_WAVELET_STREN;Strength
+!TP_WAVELET_SKY;Hue targetting/protection
+!TP_WAVELET_SKY_TOOLTIP;Allows you to target or protect a range of hues.\nAt -100 selected hues are targetted.\nAt 0 all hues are treated equally.\nAt +100 selected hues are protected while all other hues are targetted.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREN;Refine
+!TP_WAVELET_STREND;Strength
!TP_WAVELET_STRENGTH;Strength
!TP_WAVELET_SUPE;Extra
!TP_WAVELET_THR;Shadows threshold
-!TP_WAVELET_THRESHOLD;Highlight levels
-!TP_WAVELET_THRESHOLD2;Shadow levels
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
-!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_THRESHOLD;Finer levels
+!TP_WAVELET_THRESHOLD2;Coarser levels
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
!TP_WAVELET_THRH;Highlights threshold
-!TP_WAVELET_TILESBIG;Big tiles
+!TP_WAVELET_TILESBIG;Tiles
!TP_WAVELET_TILESFULL;Full image
!TP_WAVELET_TILESIZE;Tiling method
-!TP_WAVELET_TILESLIT;Little tiles
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
!TP_WAVELET_TMSTRENGTH;Compression strength
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
+!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
!TP_WAVELET_TMTYPE;Compression method
!TP_WAVELET_TON;Toning
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
!TP_WBALANCE_AUTO;Auto
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
!TP_WBALANCE_CAMERA;Camera
!TP_WBALANCE_CLOUDY;Cloudy
!TP_WBALANCE_CUSTOM;Custom
!TP_WBALANCE_DAYLIGHT;Daylight (sunny)
!TP_WBALANCE_EQBLUERED;Blue/Red equalizer
-!TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of "white balance" by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
+!TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of 'white balance' by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
!TP_WBALANCE_FLASH55;Leica
!TP_WBALANCE_FLASH60;Standard, Canon, Pentax, Olympus
!TP_WBALANCE_FLASH65;Nikon, Panasonic, Sony, Minolta
@@ -2289,8 +4051,10 @@
!TP_WBALANCE_SOLUX47;Solux 4700K (vendor)
!TP_WBALANCE_SOLUX47_NG;Solux 4700K (Nat. Gallery)
!TP_WBALANCE_SPOTWB;Use the pipette to pick the white balance from a neutral patch in the preview.
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
!TP_WBALANCE_TEMPBIAS;AWB temperature bias
-!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
!TP_WBALANCE_TEMPERATURE;Temperature
!TP_WBALANCE_TUNGSTEN;Tungsten
!TP_WBALANCE_WATER1;UnderWater 1
diff --git a/rtdata/languages/Espanol (Castellano) b/rtdata/languages/Espanol (Castellano)
index 1b056fd5f..e18188142 100644
--- a/rtdata/languages/Espanol (Castellano)
+++ b/rtdata/languages/Espanol (Castellano)
@@ -102,7 +102,7 @@ EXPORT_PIPELINE;Circuito de revelado
EXPORT_PUTTOQUEUEFAST;Enviar a la cola para exportación rápida
EXPORT_RAW_DMETHOD;Método de desentramado
EXPORT_USE_FAST_PIPELINE;Circuito rápido (cambia el tamaño al principio)
-EXPORT_USE_FAST_PIPELINE_TIP;Usa un circuito de revelado que favorece la velocidad a costa de la calidad: el cambio de tamaño de la imagen se realiza lo antes posible, en lugar de hacerlo al final como en el circuito normal.\n\nEl incremento de velocidad puede ser importante, pero probablemente aparecerán artefactos de compresión y se producirá una degradación general de la calidad en el archivo de salida.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Usa un circuito de revelado que favorece la velocidad a costa de la calidad: el cambio de tamaño de la imagen se realiza lo antes posible, en lugar de hacerlo al final como en el circuito normal.\n\nEl incremento de velocidad puede ser importante, pero probablemente aparecerán artefactos de compresión y se producirá una degradación general de la calidad en el archivo de salida.
EXPORT_USE_NORMAL_PIPELINE;Circuito estándar (cambia el tamaño al final)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;revelado en la cola
@@ -250,7 +250,6 @@ HISTOGRAM_TOOLTIP_G;Muestra/oculta el canal verde en el histograma.
HISTOGRAM_TOOLTIP_L;Muestra/oculta el histograma de luminancia CIELAB.
HISTOGRAM_TOOLTIP_MODE;Cambia entre la escala lineal, la logarítmica-lineal y la escala logarítmica (o doble logarítmica) del histograma.
HISTOGRAM_TOOLTIP_R;Muestra/oculta el canal rojo en el histograma.
-HISTOGRAM_TOOLTIP_RAW;Muestra/oculta el histograma raw.
HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Muestra/oculta opciones adicionales.
HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Ajusta el brillo del vectorscopio.
HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histograma
@@ -1358,7 +1357,6 @@ HISTORY_MSG_BLSHAPE;Difuminado por niveles
HISTORY_MSG_BLURCWAV;Difuminar cromaticidad
HISTORY_MSG_BLURWAV;Difuminar luminancia
HISTORY_MSG_BLUWAV;Respuesta de atenuación
-HISTORY_MSG_CAT02PRESET;Preselección automática Cat02/16
HISTORY_MSG_CATCAT;Modo Cat02/16
HISTORY_MSG_CATCOMPLEX;Complejidad CIECAM
HISTORY_MSG_CATMODEL;Modelo CAM
@@ -1381,7 +1379,6 @@ HISTORY_MSG_COMPLEX;Complejidad ondículas
HISTORY_MSG_COMPLEXRETI;Complejidad Retinex
HISTORY_MSG_DEHAZE_DEPTH;Elim. neblina - Profundidad
HISTORY_MSG_DEHAZE_ENABLED;Elim. neblina
-HISTORY_MSG_DEHAZE_LUMINANCE;Elim. neblina - Sólo luminancia
HISTORY_MSG_DEHAZE_SATURATION;Elim. neblina - Saturación
HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Elim. neblina - Mostrar mapa profundidad
HISTORY_MSG_DEHAZE_STRENGTH;Elim. neblina - Intensidad
@@ -1473,7 +1470,6 @@ HISTORY_MSG_WAVCHROMCO;Cromaticidad grueso
HISTORY_MSG_WAVCHROMFI;Cromaticidad fino
HISTORY_MSG_WAVCLARI;Claridad
HISTORY_MSG_WAVDENLH;Nivel 5
-HISTORY_MSG_WAVDENMET;Ecualizador local
HISTORY_MSG_WAVDENOISE;Contraste local
HISTORY_MSG_WAVDENOISEH;Contraste local niveles altos
HISTORY_MSG_WAVDETEND;Detalles suaves
@@ -1865,7 +1861,6 @@ PREFERENCES_HISTOGRAMPOSITIONLEFT;Histograma en panel izquierdo
PREFERENCES_HISTOGRAM_TOOLTIP;Si se activa, se usará el perfil de trabajo para mostrar el histograma principal y el panel del Navegador. Si se desactiva, se usará el perfil de salida con corrección gamma.
PREFERENCES_HLTHRESHOLD;Umbral de recorte de luces
PREFERENCES_ICCDIR;Carpeta de perfiles de color
-PREFERENCES_IMG_RELOAD_NEEDED;Estos cambios requieren que se vuelva a cargar la imagen (o que se abra una nueva) para que tengan efecto.
PREFERENCES_IMPROCPARAMS;Perfil de revelado predeterminado
PREFERENCES_INSPECTORWINDOW;Abrir inspector en su propia ventana o en pantalla completa
PREFERENCES_INSPECT_LABEL;Inspeccionar
@@ -1940,7 +1935,6 @@ PREFERENCES_SHOWTOOLTIP;Mostrar información emergente de herramientas de Ajuste
PREFERENCES_SHTHRESHOLD;Umbral de recorte de sombras
PREFERENCES_SINGLETAB;Modo de Editor de pestaña única
PREFERENCES_SINGLETABVERTAB;Modo de Editor de pestaña única, pestañas verticales
-PREFERENCES_SND_BATCHQUEUEDONE;Procesado de la cola terminado
PREFERENCES_SND_HELP;Para configurar un sonido, se introduce aquí una ruta completa y nombre de archivo, o bien se deja en blanco si no se desea sonido.\nPara los sonidos de sistema en Windows, se usa «SystemDefault», «SystemAsterisk», etc., y en Linux se usa «complete», «window-attention», etc.
PREFERENCES_SND_LNGEDITPROCDONE;Procesado del Editor terminado
PREFERENCES_SND_QUEUEDONE;Procesado de la cola terminado
@@ -1967,7 +1961,7 @@ PROFILEPANEL_GLOBALPROFILES;Perfiles incorporados
PROFILEPANEL_LABEL;Perfiles de procesamiento
PROFILEPANEL_LOADDLGLABEL;Cargar parámetros de procesamiento...
PROFILEPANEL_LOADPPASTE;Parámetros a cargar
-PROFILEPANEL_MODE_TIP;Modo de rellenado del perfil de revelado.\n\nBotón pulsado: los perfiles parciales se convertirán en completos; los valores no presentes se reemplazarán por los internos predeterminados del programa.\n\nBotón no pulsado: los perfiles se aplicarán tal como están, alterando solamente los valores de los parámetros que contienen.
+PROFILEPANEL_MODE_TOOLTIP;Modo de rellenado del perfil de revelado.\n\nBotón pulsado: los perfiles parciales se convertirán en completos; los valores no presentes se reemplazarán por los internos predeterminados del programa.\n\nBotón no pulsado: los perfiles se aplicarán tal como están, alterando solamente los valores de los parámetros que contienen.
PROFILEPANEL_MYPROFILES;Mis perfiles
PROFILEPANEL_PASTEPPASTE;Parámetros a pegar
PROFILEPANEL_PCUSTOM;Personalizado
@@ -2067,7 +2061,6 @@ TP_BWMIX_ALGO_LI;Lineal
TP_BWMIX_ALGO_SP;Efectos especiales
TP_BWMIX_ALGO_TOOLTIP;Lineal: producirá una respuesta lineal normal.\nEfectos especiales: se producirán efectos especiales mediante la mezcla no lineal de canales.
TP_BWMIX_AUTOCH;Automático
-TP_BWMIX_AUTOCH_TIP;Automático
TP_BWMIX_CC_ENABLED;Ajustar color complementario
TP_BWMIX_CC_TOOLTIP;Actívese para permitir el ajuste automático de los colores complementarios en modo ROYGCBPM.
TP_BWMIX_CHANNEL;Ecualizador de luminancia
@@ -2132,7 +2125,6 @@ TP_CHMIXER_BLUE;Canal azul
TP_CHMIXER_GREEN;Canal verde
TP_CHMIXER_LABEL;Mezclador de canales
TP_CHMIXER_RED;Canal rojo
-TP_CHROMATABERR_LABEL;Aberración cromática
TP_COARSETRAF_TOOLTIP_HFLIP;Voltea horizontalmente.
TP_COARSETRAF_TOOLTIP_ROTLEFT;Gira a la izquierda.\n\nAtajos de teclado:\n[ - Modo de Editor de varias pestañas,\nAlt-[ - Modo de Editor de pestaña única.
TP_COARSETRAF_TOOLTIP_ROTRIGHT;Gira a la derecha.\n\nAtajos de teclado:\n] - Modo de Editor de varias pestañas,\nAlt-] - Modo de Editor de pestaña única.
@@ -2178,7 +2170,6 @@ TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 es una adaptación cromática. Convierte los
TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 es una adaptación cromática. Convierte los valores de una imagen cuyo punto blanco es el de un iluminante dado (por ejemplo D50) a nuevos valores cuyo punto blanco es el del nuevo iluminante. Consúltese el Modelo de Punto Blanco (por ejemplo D75).
TP_COLORAPP_FREE;Temperatura+verde libres + CAT02/16 + [salida]
TP_COLORAPP_GAMUT;Control de rango de colores (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;Permite el control del rango de colores en modo L*a*b*.
TP_COLORAPP_GEN;Ajustes - Preselección
TP_COLORAPP_GEN_TOOLTIP;Este módulo está basado en el modelo de apariencia de color CIECAM, que se diseñó para simular mejor cómo la visión humana percibe los colores bajo diferentes condiciones de iluminación, por ejemplo, contra fondos diferentes.\n\nTiene en cuenta el entorno de cada color y modifica su apariencia para que sea lo más cercana posible a la percepción humana.\n\nTambién adapta la salida a las condiciones de visualización previstas (monitor, TV, proyector, impresora, etc.) de modo que la apariencia cromática se preserve para todos los entornos de escena y visualización.
TP_COLORAPP_HUE;Matiz (h)
@@ -2207,9 +2198,7 @@ TP_COLORAPP_MODELCAT;Modelo CAM
TP_COLORAPP_MODELCAT_TOOLTIP;Permite elegir entre CIECAM02 o CIECAM16.\nA veces CIECAM02 será más preciso.\nCIECAM16 debería generar menos artefactos.
TP_COLORAPP_MODEL_TOOLTIP;Modelo de punto blanco.\n\nWB [RT] + [salida]: Se usa el balance de blancos de RT para la escena, CIECAM02/16 se ajusta a D50, y el balance de blancos del dispositivo de salida se ajusta en Condiciones de visualización.\n\nWB [RT+CAT02/16] + [salida]: CAT02 usa los ajustes de balance de blancos de RT, y el balance de blancos del dispositivo de salida se ajusta en Condiciones de visualización.\n\nTemperatura+verde libres + CAT02 + [salida]:El usuario elige la temperatura y el nivel de verde, y el balance de blancos del dispositivo de salida se ajusta en Condiciones de visualización.
TP_COLORAPP_NEUTRAL;Restablecer
-TP_COLORAPP_NEUTRAL_TIP;Restablece todos los deslizadores, casillas de verificación y curvas a sus valores predeterminados.
-TP_COLORAPP_PRESETCAT02;Preselección CAT02/16 automática - Modo simétrico
-TP_COLORAPP_PRESETCAT02_TIP;Ajusta las listas desplegables, deslizadores, temperatura y verde de modo que se preselecciona CAT02/16 automático.\nSe pueden cambiar las condiciones de toma del iluminante.\nDeben cambiarse las condiciones de visualización de la adaptación CAT02/16 si es necesario.\nSe pueden cambiar las condiciones de visualización Temperatura y Tinte si es necesario, así como otros ajustes.\nTodas las casillas auto se desactivan.
+TP_COLORAPP_NEUTRAL_TOOLTIP;Restablece todos los deslizadores, casillas de verificación y curvas a sus valores predeterminados.
TP_COLORAPP_RSTPRO;Protección de rojo y tonos de piel
TP_COLORAPP_RSTPRO_TOOLTIP;La Protección de rojo y tonos de piel afecta tanto a los deslizadores como a las curvas.
TP_COLORAPP_SOURCEF_TOOLTIP;Corresponde a las condiciones de toma y cómo llevar las condiciones y los datos a una zona «normal». «Normal» significa aquí condiciones y datos promedio o estándar, es decir, sin tener en cuenta las correcciones CIECAM.
@@ -2231,7 +2220,6 @@ TP_COLORAPP_TCMODE_LABEL3;Modo de curva de cromaticidad
TP_COLORAPP_TCMODE_LIGHTNESS;Claridad
TP_COLORAPP_TCMODE_SATUR;Saturación
TP_COLORAPP_TEMP2_TOOLTIP;O bien modo simétrico, Temp = balance de blancos.\nO bien, se selecciona el iluminante, poniendo siempre Tinte=1.\n\nA Temp=2856 K\nD41 Temp=4100 K\nD50 Temp=5003 K\nD55 Temp=5503 K\nD60 Temp=6000 K\nD65 Temp=6504 K\nD75 Temp=7504 K
-TP_COLORAPP_TEMPOUT_TOOLTIP;Desactívese para cambiar la temperatura y el tinte.
TP_COLORAPP_TEMP_TOOLTIP;Para seleccionar un iluminante, se ajusta siempre Tinte=1.\n\nTemp A=2856 K\nTemp D50=5003 K\nTemp D55=5503 K\nTemp D65=6504 K\nTemp D75=7504 K
TP_COLORAPP_TONECIE;Mapeo tonal mediante CIECAM02
TP_COLORAPP_TONECIE_TOOLTIP;Si esta opción está desactivada, el mapeo tonal se realiza en el espacio L*a*b*.\nSi está activada, el mapeo tonal se realiza mediante CIECAM02.\nLa herramienta Mapeo tonal debe estar activada para que este ajuste tenga efectos.
@@ -2280,7 +2268,7 @@ TP_COLORTONING_METHOD;Método
TP_COLORTONING_METHOD_TOOLTIP;Los métodos «Mezcla L*a*b*», «Deslizadores RGB» y «Curvas RGB» usan la mezcla interpolada de color.\n\nLos métodos «Balance de color (Sombras/Tonos medios/Luces)» y «Saturación 2 colores» usan colores directos.\n\nLa herramienta Blanco y negro se puede activar mientras se usa cualquier método de virado de color, lo que permite el virado.
TP_COLORTONING_MIDTONES;Tonos medios
TP_COLORTONING_NEUTRAL;Reiniciar deslizadores
-TP_COLORTONING_NEUTRAL_TIP;Reiniciar todos los valores (Sombras, Tonos medios, Luces) a los predeterminados.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Reiniciar todos los valores (Sombras, Tonos medios, Luces) a los predeterminados.
TP_COLORTONING_OPACITY;Opacidad
TP_COLORTONING_RGBCURVES;RGB - Curvas
TP_COLORTONING_RGBSLIDERS;RGB - Deslizadores
@@ -2325,7 +2313,6 @@ TP_DEFRINGE_RADIUS;Radio
TP_DEFRINGE_THRESHOLD;Umbral
TP_DEHAZE_DEPTH;Profundidad
TP_DEHAZE_LABEL;Eliminación de neblina
-TP_DEHAZE_LUMINANCE;Sólo luminancia
TP_DEHAZE_SATURATION;Saturación
TP_DEHAZE_SHOW_DEPTH_MAP;Mostrar mapa de profundidad
TP_DEHAZE_STRENGTH;Intensidad
@@ -2398,7 +2385,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;Al valor -100, el efecto se focaliza en los tono
TP_DIRPYREQUALIZER_THRESHOLD;Umbral
TP_DIRPYREQUALIZER_TOOLTIP;Intenta reducir los artefactos en las transiciones entre colores de piel (matiz, cromaticidad, luminancia) y el resto de la imagen.
TP_DISTORTION_AMOUNT;Cantidad
-TP_DISTORTION_AUTO_TIP;Corrige automáticamente la distorsión del objetivo en archivos raw, contrastándola con la imagen JPEG embebida, si ésta existe y su distorsión de objetivo ha sido corregida automáticamente por la cámara.
+TP_DISTORTION_AUTO_TOOLTIP;Corrige automáticamente la distorsión del objetivo en archivos raw, contrastándola con la imagen JPEG embebida, si ésta existe y su distorsión de objetivo ha sido corregida automáticamente por la cámara.
TP_DISTORTION_LABEL;Corrección de distorsión
TP_EPD_EDGESTOPPING;Parada en bordes
TP_EPD_GAMMA;Gamma
@@ -2407,12 +2394,12 @@ TP_EPD_REWEIGHTINGITERATES;Iteraciones de reponderación
TP_EPD_SCALE;Escala
TP_EPD_STRENGTH;Intensidad
TP_EXPOSURE_AUTOLEVELS;Niveles automáticos
-TP_EXPOSURE_AUTOLEVELS_TIP;Activa/desactiva la ejecución de Niveles automáticos, que ajusta automáticamente los valores de los deslizadores de Exposición basándose en un análisis de la imagen.\nSi es necesario, se activa la Reconstrucción de luces.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Activa/desactiva la ejecución de Niveles automáticos, que ajusta automáticamente los valores de los deslizadores de Exposición basándose en un análisis de la imagen.\nSi es necesario, se activa la Reconstrucción de luces.
TP_EXPOSURE_BLACKLEVEL;Negro
TP_EXPOSURE_BRIGHTNESS;Brillo
TP_EXPOSURE_CLAMPOOG;Recortar colores fuera de rango
TP_EXPOSURE_CLIP;% Recorte
-TP_EXPOSURE_CLIP_TIP;La fracción de píxels que quedarán recortados tras la ejecución de Niveles automáticos.
+TP_EXPOSURE_CLIP_TOOLTIP;La fracción de píxels que quedarán recortados tras la ejecución de Niveles automáticos.
TP_EXPOSURE_COMPRHIGHLIGHTS;Compresión de luces
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Umbral de compresión de luces
TP_EXPOSURE_COMPRSHADOWS;Compresión de sombras
@@ -2613,7 +2600,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminancia en función del matiz L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminancia en función de la luminancia L=f(L)
TP_LABCURVE_LABEL;Ajustes L*a*b*
TP_LABCURVE_LCREDSK;Restringir LC a rojos y tonos de piel
-TP_LABCURVE_LCREDSK_TIP;Si se activa, la curva LC afecta solamente a los rojos y los tonos de piel.\nSi se desactiva, afecta a todos los tonos.
+TP_LABCURVE_LCREDSK_TOOLTIP;Si se activa, la curva LC afecta solamente a los rojos y los tonos de piel.\nSi se desactiva, afecta a todos los tonos.
TP_LABCURVE_RSTPROTECTION;Protección de rojos y tonos de piel
TP_LABCURVE_RSTPRO_TOOLTIP;Opera sobre el deslizador de Cromaticidad y la curva CC.
TP_LENSGEOM_AUTOCROP;Auto-recorte
@@ -2639,13 +2626,11 @@ TP_LOCALCONTRAST_RADIUS;Radio
TP_LOCALLAB_ACTIV;Sólo luminancia
TP_LOCALLAB_ACTIVSPOT;Activar punto
TP_LOCALLAB_ADJ;Ecualizador Azul-Amarillo/Rojo-Verde
-TP_LOCALLAB_ALL;Todas las rúbricas
TP_LOCALLAB_AMOUNT;Cantidad
TP_LOCALLAB_ARTIF;Detección de forma
TP_LOCALLAB_ARTIF_TOOLTIP;El umbral de ámbito de ΔE aumenta el rango de ámbito de ΔE. Los valores altos son para imágenes con una gama de colores muy extensa.\nEl aumento del decaimiento de ΔE puede mejorar la detección de forma, pero también puede reducir el ámbito.
TP_LOCALLAB_AUTOGRAY;Luminancia media Auto (Yb%)
TP_LOCALLAB_AUTOGRAYCIE;Auto
-TP_LOCALLAB_AUTOGRAYCIE_TOOLTIP;Calcula automáticamente la «luminancia media» y la «luminancia absoluta».\nPara Jz Cz Hz: calcula automáticamente la «adaptación PU», «Ev Negro» y «Ev Blanco».
TP_LOCALLAB_AVOID;Evitar la deriva de colores
TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Encaja los colores en el rango del espacio de color de trabajo y aplica la corrección de Munsell (L*a*b* Perceptual Uniforme).\nLa corrección de Munsell siempre se desactiva cuando se usa Jz o CAM16.
TP_LOCALLAB_AVOIDMUN;Sólo corrección de Munsell
@@ -2695,10 +2680,8 @@ TP_LOCALLAB_CAM16PQREMAP;LP HDR (Luminancia pico)
TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;CP (Cuantificador perceptual) adaptado a CAM16. Permite cambiar la función CP interna (normalmente 10000 cd/m² - predeterminado 100 cd/m² - desactivada para 100 cd/m²).\nSe puede usar para adaptar a diferentes dispositivos e imágenes.
TP_LOCALLAB_CAM16_FRA;Ajustes de imagen Cam16
TP_LOCALLAB_CAMMODE;Modelo CAM
-TP_LOCALLAB_CAMMODE_ALL;CAM 16 + Jz Cz Hz
TP_LOCALLAB_CAMMODE_CAM16;CAM 16
TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
-TP_LOCALLAB_CAMMODE_ZCAM;Sólo ZCAM
TP_LOCALLAB_CATAD;Adaptación cromática - Cat16
TP_LOCALLAB_CBDL;Contraste por niveles de detalle
TP_LOCALLAB_CBDLCLARI_TOOLTIP;Realza el contraste local de los tonos medios.
@@ -2728,7 +2711,6 @@ TP_LOCALLAB_CIELIGHTFRA;Iluminación
TP_LOCALLAB_CIEMODE;Cambiar la posición de la herramienta
TP_LOCALLAB_CIEMODE_COM;Predeterminado
TP_LOCALLAB_CIEMODE_DR;Rango dinámico
-TP_LOCALLAB_CIEMODE_LOG;Codificación log
TP_LOCALLAB_CIEMODE_TM;Mapeo tonal
TP_LOCALLAB_CIEMODE_TOOLTIP;En modo Predeterminado, se añade Ciecam al final del proceso. «Máscara y modificaciones» y «Recuperación basada en la máscara de luminancia» están disponibles para «Cam16 y JzCzHz».\nTambién se puede integrar Ciecam en otras herramientas si se desea (Mapeo tonal, Ondícula, Rango dinámico, Codificación log). Los resultados para estas herramientas serán diferentes de los obtenidos sin Ciecam. En este modo, también es posible usar «Máscara y modificaciones» y «Recuperación basada en la máscara de luminancia».
TP_LOCALLAB_CIEMODE_WAV;Ondícula
@@ -2757,8 +2739,6 @@ TP_LOCALLAB_COLOR_TOOLNAME;Color y Luz - 11
TP_LOCALLAB_COL_NAME;Nombre
TP_LOCALLAB_COL_VIS;Estado
TP_LOCALLAB_COMPFRA;Contraste direccional
-TP_LOCALLAB_COMPLEX_METHOD;Complejidad del software
-TP_LOCALLAB_COMPLEX_TOOLTIP;Permite al usuario seleccionar rúbricas de Ajustes locales.
TP_LOCALLAB_COMPREFRA;Mapeo tonal por niveles de ondículas
TP_LOCALLAB_CONTCOL;Umbral de contraste
TP_LOCALLAB_CONTFRA;Contraste por nivel
@@ -2851,7 +2831,6 @@ TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Cambia el comportamiento en imágenes con demasia
TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Cambia el comportamiento en imágenes subexpuestas, añadiendo un componente lineal antes de aplicar la transformada de Laplace.
TP_LOCALLAB_EXPLAP_TOOLTIP;Si se desplaza el deslizador hacia la derecha, el contraste se reducirá progresivamente.
TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Permite usar los modos de fusión de capas de GIMP o Photoshop (c), como Diferencia, Multiplicar, Luz suave, Superponer, etc., con control de opacidad.\n\nImagen original: fusiona el punto RT actual con la imagen original.\n\nPunto anterior: fusiona el punto RT actual con el anterior (si existe un punto anterior). Si sólo hay un punto RT, anterior = original.\n\nFondo: fusiona el punto RT con la luminancia y el color del fondo (menos posibilidades).
-TP_LOCALLAB_EXPMETHOD_TOOLTIP;Estándar: usa un algoritmo similar a la Exposición del menú principal, pero en el espacio L*a*b*, y teniendo en cuenta ΔE.\n\nAtenuador de contraste: usa otro algoritmo, también con ΔE y con una ecuación de Poisson para resolver la Laplaciana en el espacio de Fourier.\n\nAtenuador de contraste, Compresión de rango dinámico y Estándar pueden combinarse.\n\nEl tamaño de la transformada de Fourier FFTW se optimiza para reducir el tiempo de procesamiento.\n\nReduce los artefactos y el ruido.
TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Aplica un filtro de mediana antes de la transformada de Laplace para evitar artefactos (ruido).\nTambién se puede usar la herramienta «Reducción de ruido».
TP_LOCALLAB_EXPOSE;Rango dinámico y Exposición
TP_LOCALLAB_EXPOSURE_TOOLTIP;Modifica la exposición en el espacio L*a*b, usando algoritmos PDE de Laplaciana para tener en cuenta ΔE y minimizar los artefactos.
@@ -2865,7 +2844,6 @@ TP_LOCALLAB_FATDETAIL;Detalle
TP_LOCALLAB_FATFRA;Compresión de rango dinámico ƒ
TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – usa el algoritmo de mapeo tonal Fattal.
TP_LOCALLAB_FATLEVEL;Sigma
-TP_LOCALLAB_FATRES;Cantidad de imagen residual
TP_LOCALLAB_FATSHFRA;Máscara de compresión de rango dinámico ƒ
TP_LOCALLAB_FEATH_TOOLTIP;Anchura del gradiente como porcentaje de la diagonal del punto.\nUsado por todos los filtros graduados en todas las herramientas.\nNo realiza ninguna acción si no se ha activado un filtro graduado.
TP_LOCALLAB_FEATVALUE;Gradiente de degradado (Filtros graduados)
@@ -2996,11 +2974,10 @@ TP_LOCALLAB_LOG;Codificación logarítmica
TP_LOCALLAB_LOG1FRA;Ajustes de imagen CAM16
TP_LOCALLAB_LOG2FRA;Condiciones de visualización
TP_LOCALLAB_LOGAUTO;Automático
-TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Calcula automáticamente la «luminancia media» para las condiciones de la escena cuando está pulsado el botón «Automático» en Niveles relativos de exposición.
TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Calcula automáticamente la «luminancia media» para las condiciones de la escena.
+TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Calcula automáticamente la «luminancia media» para las condiciones de la escena cuando está pulsado el botón «Automático» en Niveles relativos de exposición.
TP_LOCALLAB_LOGAUTO_TOOLTIP;Al pulsar este botón se calculará el «rango dinámico» y la «luminancia media» para las condiciones de la escena si está activada la casilla «Luminancia media automática (Yb%)».\nTambién se calcula la luminancia absoluta en el momento de la toma.\nPara ajustar los valores calculados automáticamente hay que volver a pulsar el botón.
TP_LOCALLAB_LOGBASE_TOOLTIP;Valor predeterminado = 2.\nLos valores menores que 2 reducen la acción del algoritmo, haciendo las sombras más oscuras y las luces más brillantes.\nCon valores mayores que 2, las sombras son más grises y las luces son más desteñidas.
-TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP;Valores estimados del Rango dinámico, por ejemplo Ev negro y Ev blanco
TP_LOCALLAB_LOGCATAD_TOOLTIP;La adaptación cromática permite interpretar un color en función de su entorno espacio-temporal.\nEs útil cuando el balance de blancos está lejos de la referencia D50.\nAdapta los colores al iluminante del dispositivo de salida.
TP_LOCALLAB_LOGCOLORFL;Colorido (M)
TP_LOCALLAB_LOGCOLORF_TOOLTIP;Cantidad de matiz percibida en relación al gris.\nIndicador de que un estímulo parece más o menos coloreado.
@@ -3038,7 +3015,6 @@ TP_LOCALLAB_MASFRAME;Enmascarar y Fusionar
TP_LOCALLAB_MASFRAME_TOOLTIP;Para todas las máscaras.\n\nTiene en cuenta la ΔE de la imagen para evitar modificar el área seleccionada cuando se usan las siguientes herramientas de máscara: Gamma, Pendiente, Cromaticidad, Curva de contraste, Contraste local (por niveles de ondículas), Máscara de difuminado y Máscara de Estructura (si está activada) .\n\nDesactivada cuando se usa el modo Inverso.
TP_LOCALLAB_MASK;Contraste
TP_LOCALLAB_MASK2;Curva de contraste
-TP_LOCALLAB_MASKCOL;Curvas de máscara
TP_LOCALLAB_MASKCOM;Máscara de color común
TP_LOCALLAB_MASKCOM_TOOLNAME;Máscara de color común - 13
TP_LOCALLAB_MASKCOM_TOOLTIP;Una herramienta por derecho propio.\nPuede usarse para ajustar la apariencia de la imagen (cromaticidad, luminancia, contraste) y la textura en función del Ámbito.
@@ -3135,7 +3111,6 @@ TP_LOCALLAB_MRFIV;Fondo
TP_LOCALLAB_MRFOU;Punto anterior
TP_LOCALLAB_MRONE;Ninguno
TP_LOCALLAB_MRTHR;Imagen original
-TP_LOCALLAB_MRTWO;Máscara Curvas «L» corto
TP_LOCALLAB_MULTIPL_TOOLTIP;Ajuste de tono de rango extenso: de -18EV a +4EV. El primer deslizador actúa sobre tonos muy oscuros, entre -18EV y -6EV. El último deslizador actúa sobre tonos claros, hasta 4EV.
TP_LOCALLAB_NEIGH;Radio
TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Los valores bajos preservan detalles y textura, los altos aumentan la reducción de ruido.\nSi gamma = 3.0, se usa Luminancia "lineal".
@@ -3200,7 +3175,6 @@ TP_LOCALLAB_REPAREXP_TOOLTIP;Permite ajustar la intensidad relativa de la imagen
TP_LOCALLAB_REPARSH_TOOLTIP;Permite ajustar la intensidad relativa de la imagen de Sombras/Luces y Ecualizador de tono respecto a la imagen original.
TP_LOCALLAB_REPARTM_TOOLTIP;Permite ajustar la intensidad relativa de la imagen de Mapeo tonal respecto a la imagen original.
TP_LOCALLAB_REPARW_TOOLTIP;Permite ajustar la intensidad relativa de la imagen de Contraste local y Ondículas respecto a la imagen original.
-TP_LOCALLAB_RESETSHOW;Reiniciar todo Mostrar modificaciones
TP_LOCALLAB_RESID;Imagen residual
TP_LOCALLAB_RESIDBLUR;Difuminar imagen residual
TP_LOCALLAB_RESIDCHRO;Cromaticidad Imagen residual
@@ -3229,7 +3203,6 @@ TP_LOCALLAB_ROW_VIS;Visible
TP_LOCALLAB_RSTPROTECT_TOOLTIP;La protección de rojo y tonos de piel afecta a los deslizadores de Saturación, Cromaticidad y Colorido.
TP_LOCALLAB_SATUR;Saturación
TP_LOCALLAB_SATURV;Saturación (s)
-TP_LOCALLAB_SAVREST;Guardar/Restaurar la imagen actual
TP_LOCALLAB_SCALEGR;Escala
TP_LOCALLAB_SCALERETI;Escala
TP_LOCALLAB_SCALTM;Escala
@@ -3302,7 +3275,6 @@ TP_LOCALLAB_SIGMOIDLAMBDA;Contraste
TP_LOCALLAB_SIGMOIDQJ;Usar Q en lugar de J
TP_LOCALLAB_SIGMOIDTH;Umbral (Punto gris)
TP_LOCALLAB_SIGMOID_TOOLTIP;Permite simular una apariencia de mapeo tonal mediante el uso de las dos funciones, «Ciecam» y «Sigmoide».\nSe dispone de tres deslizadores: a) Intensidad acúa en la forma de la curva sigmoide, y en consecuencia en la intensidad; b) Umbral distribute la acción en función de la luminancia; c)Fusionar actúa en el aspecto final de la imagen, el contraste y la luminancia.
-TP_LOCALLAB_SIM;Simple
TP_LOCALLAB_SLOMASKCOL;Pendiente
TP_LOCALLAB_SLOMASK_TOOLTIP;La Gamma y la Pendiente permiten una transformación de la máscara suave y libre de artefactos, modificando progresivamente «L» para evitar cualquier discontinuidad.
TP_LOCALLAB_SLOSH;Pendiente
@@ -3380,9 +3352,7 @@ TP_LOCALLAB_WARM_TOOLTIP;Este deslizador usa el algoritmo CIECAM y actúa como u
TP_LOCALLAB_WASDEN_TOOLTIP;Reducción de ruido de luminancia: el lado izquierdo de la curva, incluyendo la frontera gris oscuro/gris claro, corresponde a los tres primeros niveles 0, 1, 2 (detalle fino). El lado derecho de la curva corresponde a los detalles más gruesos (niveles 3, 4, 5, 6).
TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Equilibra la acción dentro de cada nivel.
TP_LOCALLAB_WAT_BLURLC_TOOLTIP;El ajuste predeterminado de difuminado afecta a los tres componentes de L*a*b* (luminancia y color).\nSi se activa, sólo se difuminará la luminancia.
-TP_LOCALLAB_WAT_CLARICJZ_TOOLTIP;«Fusionar cromaticidad» se usa para seleccionar la intensidad del efecto deseado en la cromaticidad.\nSólo se tiene en cuenta el máximo valor de los niveles de ondícula (abajo a la derecha.
TP_LOCALLAB_WAT_CLARIC_TOOLTIP;«Fusionar cromaticidad» se usa para seleccionar la intensidad del efecto deseado sobre la cromaticidad.
-TP_LOCALLAB_WAT_CLARILJZ_TOOLTIP;«Fusionar luminancia» se usa para seleccionar la intensidad del efecto deseado en la luminancia.\nSólo se tiene en cuenta el máximo valor de los niveles de ondícula (abajo a la derecha.
TP_LOCALLAB_WAT_CLARIL_TOOLTIP;«Fusionar luminancia» se usa para seleccionar la intensidad del efecto deseado sobre la luminancia.
TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;«Niveles de cromaticidad»: ajusta los componentes «a» y «b» de L*a*b* como una proporción del valor de la luminancia.
TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;El desplazamiento modifica el balance entre detalles de bajo y alto contraste.\n\nLos valores altos amplificarán cambios de contraste hacia detalles de mayor contraste, mientras que los valores bajos amplificarán cambios de contraste hacia detalles de bajo contraste.\n\nEl uso de “Respuesta de atenuación” permite seleccionar qué valores de contraste se intensificarán.
@@ -3437,7 +3407,7 @@ TP_METADATA_MODE;Modo de copia de metadatos
TP_METADATA_STRIP;Eliminar todos los metadatos
TP_METADATA_TUNNEL;Copiar sin cambios
TP_NEUTRAL;Reiniciar
-TP_NEUTRAL_TIP;Reinicia los deslizadores de exposición a valores neutros.\nActúa sobre los mismos controles que Niveles automáticos, independientemente de si se ha usado Niveles automáticos o no.
+TP_NEUTRAL_TOOLTIP;Reinicia los deslizadores de exposición a valores neutros.\nActúa sobre los mismos controles que Niveles automáticos, independientemente de si se ha usado Niveles automáticos o no.
TP_PCVIGNETTE_FEATHER;Anchura de gradiente
TP_PCVIGNETTE_FEATHER_TOOLTIP;Anchura de gradiente:\n0 = sólo en las esquinas,\n50 = hasta mitad de camino al centro,\n100 = hasta el centro.
TP_PCVIGNETTE_LABEL;Filtro de viñeteado
@@ -3507,7 +3477,6 @@ TP_RAWEXPOS_BLACK_BLUE;Azul
TP_RAWEXPOS_BLACK_GREEN;Verde
TP_RAWEXPOS_BLACK_RED;Rojo
TP_RAWEXPOS_LINEAR;Corrección de punto blanco
-TP_RAWEXPOS_PRESER;Preservación de luces
TP_RAWEXPOS_RGB;Rojo, Verde, Azul
TP_RAWEXPOS_TWOGREEN;Vincular verdes
TP_RAW_1PASSMEDIUM;1 paso (Markesteijn)
@@ -3620,7 +3589,6 @@ TP_RETINEX_GAIN;Ganancia
TP_RETINEX_GAINOFFS;Ganancia y desplazamiento (brillo)
TP_RETINEX_GAINTRANSMISSION;Ganancia de transmisión
TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplifica o reduce el mapa de transmisión para conseguir la luminancia deseada.\nEl eje x es la transmisión.\nEl eje y es la ganancia.
-TP_RETINEX_GAIN_TOOLTIP;Actúa en la imagen restaurada.\n\nEsto es muy diferente de los demás ajustes. Se usa para píxels negros o blancos, y para ayudar a equilibrar el histograma.
TP_RETINEX_GAMMA;Gamma
TP_RETINEX_GAMMA_FREE;Libre
TP_RETINEX_GAMMA_HIGH;Alta
@@ -3658,7 +3626,7 @@ TP_RETINEX_MLABEL;Datos restaurados Min=%1 Max=%2
TP_RETINEX_MLABEL_TOOLTIP;Los valores deberían estar cerca de min=0 max=32768 (modo logarítmico), pero son posibles otros valores. Se puede ajustar «Recortar datos restaurados (ganancia)» y «Desplazamiento» para normalizar.\nRecupera los datos de la imagen sin mezclar.
TP_RETINEX_NEIGHBOR;Radio
TP_RETINEX_NEUTRAL;Reiniciar
-TP_RETINEX_NEUTRAL_TIP;Reinicia todos los deslizadores y curvas a sus valores predeterminados.
+TP_RETINEX_NEUTRAL_TOOLTIP;Reinicia todos los deslizadores y curvas a sus valores predeterminados.
TP_RETINEX_OFFSET;Desplazamiento (brillo)
TP_RETINEX_SCALES;Gradiente gaussiano
TP_RETINEX_SCALES_TOOLTIP;Si el deslizador está a 0, todas las iteraciones son idénticas.\nSi es > 0, la Escala y el Radio se reducen al incrementarse las iteraciones, y viceversa.
@@ -3694,11 +3662,10 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Grados
TP_ROTATE_LABEL;Rotación
TP_ROTATE_SELECTLINE;Seleccionar línea recta
-TP_SAVEDIALOG_OK_TIP;Atajo de teclado: Ctrl-Intro
+TP_SAVEDIALOG_OK_TOOLTIP;Atajo de teclado: Ctrl-Intro
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Luces
TP_SHADOWSHLIGHTS_HLTONALW;Anchura tonal de las luces
TP_SHADOWSHLIGHTS_LABEL;Sombras/Luces
-TP_SHADOWSHLIGHTS_LOCALCONTR;Contraste local
TP_SHADOWSHLIGHTS_RADIUS;Radio
TP_SHADOWSHLIGHTS_SHADOWS;Sombras
TP_SHADOWSHLIGHTS_SHTONALW;Anchura tonal de las sombras
@@ -3827,7 +3794,6 @@ TP_WAVELET_CONTEDIT;Curva de contraste «Después»
TP_WAVELET_CONTFRAME;Contraste - Compresión
TP_WAVELET_CONTR;Rango de colores
TP_WAVELET_CONTRA;Contraste
-TP_WAVELET_CONTRASTEDIT;Niveles más finos - más gruesos
TP_WAVELET_CONTRAST_MINUS;Contraste -
TP_WAVELET_CONTRAST_PLUS;Contraste +
TP_WAVELET_CONTRA_TOOLTIP;Cambia el contraste de la imagen residual.
@@ -3850,13 +3816,7 @@ TP_WAVELET_DAUB14;D14 - alto
TP_WAVELET_DAUBLOCAL;Rendimiento de ondículas en bordes
TP_WAVELET_DAUB_TOOLTIP;Cambia los coeficientes de Daubechies:\nD4 = Estándar,\nD14 = A menudo ofrece el mejor rendimiento, con un 10% más de tiempo de ejecución.\n\nAfecta a la detección de bordes, así como a la calidad general de los primeros niveles. No obstante, la calidad no está estrictamente relacionada con este coeficiente, y puede variar de unas imágenes y usos a otros/as.
TP_WAVELET_DEN5THR;Umbral guiado
-TP_WAVELET_DEN12LOW;1 2 Bajo
-TP_WAVELET_DEN12PLUS;1 2 Alto
-TP_WAVELET_DEN14LOW;1 4 Bajo
-TP_WAVELET_DEN14PLUS;1 4 Alto
-TP_WAVELET_DENCONTRAST;Ecualizador de contraste local
TP_WAVELET_DENCURV;Curva
-TP_WAVELET_DENEQUAL;1 2 3 4 Ecual
TP_WAVELET_DENL;Corrección estructura
TP_WAVELET_DENLH;Umbral guiado por niveles de detalle 1-4
TP_WAVELET_DENLOCAL_TOOLTIP;Usa una curva para guiar la reducción de ruido en función del contraste local.\nSe reduce el ruido de las zonas, manteniendo las estructuras.
@@ -3899,7 +3859,6 @@ TP_WAVELET_EDTYPE;Método de contraste local
TP_WAVELET_EDVAL;Intensidad
TP_WAVELET_FINAL;Retoque final
TP_WAVELET_FINCFRAME;Contraste local final
-TP_WAVELET_FINCOAR_TOOLTIP;La parte izquierda (positiva) de la curva actúa en los niveles más finos (aumento).\nLos 2 puntos en la abscisa representan los respectivos límites de acción de los niveles más finos y más gruesos 5 y 6 (predeterminado).\nLa parte derecha (negativa) de la curva actúa sobre los niveles más gruesos (aumento).\nSe debe evitar mover la parte izquierda de la curva con valores negativos. Se debe evitar mover la parte derecha de la curva con valores positivos.
TP_WAVELET_FINEST;El más fino
TP_WAVELET_FINTHR_TOOLTIP;Usa el contraste local para reducir o aumentar la acción del filtro guiado.
TP_WAVELET_GUIDFRAME;Suavizado final (filtro guiado)
@@ -3952,7 +3911,6 @@ TP_WAVELET_MIXNOISE;Ruido
TP_WAVELET_NEUTRAL;Neutro
TP_WAVELET_NOIS;Reducción de ruido
TP_WAVELET_NOISE;Reducción de ruido y refinado
-TP_WAVELET_NOISE_TOOLTIP;Si la reducción de ruido de luminancia del nivel 4 es superior a 50, se usa el modo Agresivo.\nSi la cromaticidad gruesa es superior a 20, se usa el modo Agresivo.
TP_WAVELET_NPHIGH;Alto
TP_WAVELET_NPLOW;Bajo
TP_WAVELET_NPNONE;Ninguno
@@ -4010,7 +3968,6 @@ TP_WAVELET_THRH;Umbral de luces
TP_WAVELET_TILESBIG;Teselas grandes
TP_WAVELET_TILESFULL;Imagen entera
TP_WAVELET_TILESIZE;Método de teselado
-TP_WAVELET_TILESLIT;Teselas pequeñas
TP_WAVELET_TILES_TOOLTIP;El procesado de la imagen entera proporciona mejor calidad y es la opción recomendada, mientras que el uso de teselas es una solución alternativa para usuarios con poca memoria RAM. Consúltese RawPedia para averiguar los requisitos de memoria.
TP_WAVELET_TMEDGS;Parada en bordes
TP_WAVELET_TMSCALE;Escala
@@ -4092,22 +4049,22 @@ xTP_LOCALLAB_LOGSURSOUR_TOOLTIP;Cambia los tonos y colores para tener en cuenta
! Untranslated keys follow; remove the ! prefix after an entry is translated.
!!!!!!!!!!!!!!!!!!!!!!!!!
-!HISTORY_MSG_446;EvPixelShiftMotion
-!HISTORY_MSG_447;EvPixelShiftMotionCorrection
-!HISTORY_MSG_448;EvPixelShiftStddevFactorGreen
-!HISTORY_MSG_450;EvPixelShiftNreadIso
-!HISTORY_MSG_451;EvPixelShiftPrnu
-!HISTORY_MSG_454;EvPixelShiftAutomatic
-!HISTORY_MSG_455;EvPixelShiftNonGreenHorizontal
-!HISTORY_MSG_456;EvPixelShiftNonGreenVertical
-!HISTORY_MSG_458;EvPixelShiftStddevFactorRed
-!HISTORY_MSG_459;EvPixelShiftStddevFactorBlue
-!HISTORY_MSG_460;EvPixelShiftGreenAmaze
-!HISTORY_MSG_461;EvPixelShiftNonGreenAmaze
-!HISTORY_MSG_463;EvPixelShiftRedBlueWeight
-!HISTORY_MSG_466;EvPixelShiftSum
-!HISTORY_MSG_467;EvPixelShiftExp0
-!HISTORY_MSG_470;EvPixelShiftMedian3
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
!HISTORY_MSG_1149;Local - Q Sigmoid
!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
@@ -4117,4 +4074,3 @@ xTP_LOCALLAB_LOGSURSOUR_TOOLTIP;Cambia los tonos y colores para tener en cuenta
!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
-!//TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Mask and modifications can be chosen.\nBlur and noise : in this case it is not used for 'denoise'.\nDenoise : in this case it is not used for 'blur and noise'.\n\nBlur and noise + denoise : mask is shared, be careful to 'show modifications' and 'scope'
diff --git a/rtdata/languages/Espanol (Latin America) b/rtdata/languages/Espanol (Latin America)
index 56f408f9e..56a73d30f 100644
--- a/rtdata/languages/Espanol (Latin America)
+++ b/rtdata/languages/Espanol (Latin America)
@@ -162,7 +162,7 @@ EXPORT_PIPELINE;Fuente de procesamiento
EXPORT_PUTTOQUEUEFAST; Poner en la cola de Exportación Rápida
EXPORT_RAW_DMETHOD;Método de interpolado
EXPORT_USE_FAST_PIPELINE;Dedicado (procesamiento completo en imagen redimensionada)
-EXPORT_USE_FAST_PIPELINE_TIP;Usar un conducto de procesamiento dedicado para las imágenes en el modo Exportación rápida, que cambia la velocidad por la calidad. El cambio de tamaño de la imagen se realiza lo antes posible, en lugar de hacerlo al final como en el conducto normal. La aceleración puede ser importante, pero prepárese para ver elementos extraños y una degradación general de la calidad de salida.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Usar un conducto de procesamiento dedicado para las imágenes en el modo Exportación rápida, que cambia la velocidad por la calidad. El cambio de tamaño de la imagen se realiza lo antes posible, en lugar de hacerlo al final como en el conducto normal. La aceleración puede ser importante, pero prepárese para ver elementos extraños y una degradación general de la calidad de salida.
EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
EXTPROGTARGET_1;Raw
EXTPROGTARGET_2;procesado en cola
@@ -302,7 +302,6 @@ HISTORY_CUSTOMCURVE;Curva a medida
HISTORY_FROMCLIPBOARD;Desde el portapapeles
HISTORY_LABEL;Historial
HISTORY_MSG_1;Foto abierta
-HISTORY_MSG_2;Perfil Abierto
HISTORY_MSG_3;Perfil cambiado
HISTORY_MSG_4;Búsqueda de historial
HISTORY_MSG_5;Brillo
@@ -316,9 +315,6 @@ HISTORY_MSG_12;Exposición automática
HISTORY_MSG_13;Recorte de exposición
HISTORY_MSG_14;Lab - Claridad
HISTORY_MSG_15;Lab - Contraste
-HISTORY_MSG_16;Luminancia - Negro
-HISTORY_MSG_17;Luminancia - Compr. de luces altas
-HISTORY_MSG_18;Luminancia - Compr. de sombras
HISTORY_MSG_19;Curva 'L'
HISTORY_MSG_20;Enfoque
HISTORY_MSG_21;Enfoque - Radio
@@ -344,10 +340,6 @@ HISTORY_MSG_40;Equilibrio de Blancos - Tinte
HISTORY_MSG_41;Curva tonal modo 1
HISTORY_MSG_42;Curva tonal 2
HISTORY_MSG_43;Curva tonal modo 2
-HISTORY_MSG_44;Red. ruido de lum. - Radio
-HISTORY_MSG_45;Red. ruido de lum. - Tolerancia de Bordes
-HISTORY_MSG_46;Red. ruido de color
-HISTORY_MSG_47;Mezcla luces altas ICC con matriz
HISTORY_MSG_48;Usar curva de tono DCP
HISTORY_MSG_49;Iluminante DCP
HISTORY_MSG_50;Sombras/Luces altas (S/LA)
@@ -355,7 +347,6 @@ HISTORY_MSG_51;S/LA - Luces altas
HISTORY_MSG_52;S/LA - Sombras
HISTORY_MSG_53;S/LA - Ancho tonal Luces Altas
HISTORY_MSG_54;S/LA - Ancho tonal Sombras
-HISTORY_MSG_55;S/LA - Contraste local
HISTORY_MSG_56;S/LA - Radio
HISTORY_MSG_57;Rotación basta
HISTORY_MSG_58;Volteo horizontal
@@ -367,7 +358,6 @@ HISTORY_MSG_63;Marcador seleccionado
HISTORY_MSG_64;Recortar foto
HISTORY_MSG_65;Corrección aberraciones cromáticas
HISTORY_MSG_66;Recuperación de luces altas
-HISTORY_MSG_67;Recuperación de luces altas - Cantidad
HISTORY_MSG_68;Recuperación de luces altas - Método
HISTORY_MSG_69;Espacio de color de trabajo
HISTORY_MSG_70;Espacio de color de salida
@@ -378,12 +368,10 @@ HISTORY_MSG_74;Cambiar tamaño - Escala
HISTORY_MSG_75;Cambiar tamaño - Método
HISTORY_MSG_76;Metadatos de Exif
HISTORY_MSG_77;Metadatos de IPTC
-HISTORY_MSG_78;Datos especificados para cambio tamaño
HISTORY_MSG_79;Cambiar tamaño - Anchura
HISTORY_MSG_80;Cambiar tamaño - Altura
HISTORY_MSG_81;Cambio tamaño activado
HISTORY_MSG_82;Perfil cambiado
-HISTORY_MSG_83;Sombras/Luces Altas - Enfoque
HISTORY_MSG_84;Corrección de perspectiva
HISTORY_MSG_85;Perfil Corrector de Lente
HISTORY_MSG_86;Curvas RGB - Modo luminosidad
@@ -430,12 +418,6 @@ HISTORY_MSG_127;Auto selección archivo de campo plano
HISTORY_MSG_128;Radio de difuminado de campo plano
HISTORY_MSG_129;Tipo de difuminado de campo plano
HISTORY_MSG_130;Corrección automática de distorsión
-HISTORY_MSG_131;Reducción de ruido de luminancia
-HISTORY_MSG_132;Reducción de ruido de crominancia
-HISTORY_MSG_133;Gamma de salida
-HISTORY_MSG_134;Gamma libre
-HISTORY_MSG_135;Gamma libre
-HISTORY_MSG_136;Pendiente de (la curva) gamma
HISTORY_MSG_137;Nivel de negro - Verde 1
HISTORY_MSG_138;Nivel de negro - Rojo
HISTORY_MSG_139;Nivel de negro - Azul
@@ -548,7 +530,6 @@ HISTORY_MSG_246;Curva 'CL'
HISTORY_MSG_247;Curva 'LM'
HISTORY_MSG_248;Curva 'MM'
HISTORY_MSG_249;CpND - Umbral
-HISTORY_MSG_250;RR - Mejorado
HISTORY_MSG_251;B&N - Algoritmo
HISTORY_MSG_252;CbDL - Tono de piel
HISTORY_MSG_253;CbDL - Reducir elementos extraños
@@ -572,8 +553,6 @@ HISTORY_MSG_270;TC - Altas Luces - Verde
HISTORY_MSG_271;TC - Altas Luces - Azul
HISTORY_MSG_272;TC - Balance
HISTORY_MSG_273;TC - Restablecer
-HISTORY_MSG_274;TC - Sat. de Sombras
-HISTORY_MSG_275;TC - Sat. de Altas Luces
HISTORY_MSG_276;TC - Opacidad
HISTORY_MSG_277;--no utilizado--
HISTORY_MSG_278;TC - Preservar luminancia
@@ -598,7 +577,6 @@ HISTORY_MSG_296;RR - Modular luminancia
HISTORY_MSG_297;NR - Modo
HISTORY_MSG_298;Filtro Pixel Muerto
HISTORY_MSG_299;NR - Curva de crominancia
-HISTORY_MSG_300;-
HISTORY_MSG_301;NR - Luma control
HISTORY_MSG_302;NR - Método crominancia(color)
HISTORY_MSG_303;NR - Método crominancia(color)
@@ -707,7 +685,6 @@ HISTORY_MSG_405;W - Quitar ruido - Nivel 4
HISTORY_MSG_406;W - ES - Píxeles vecinos
HISTORY_MSG_407;Retinex - Método
HISTORY_MSG_408;Retinex - Radio
-HISTORY_MSG_409;Retinex - Contraste
HISTORY_MSG_410;Retinex - Offset
HISTORY_MSG_411;Retinex - Fuerza
HISTORY_MSG_412;Retinex - Gradiente gaussiano
@@ -755,7 +732,6 @@ HISTORY_MSG_468;PS - Rellenar fallos
HISTORY_MSG_469;PS - Mediano/a
HISTORY_MSG_471;PS - Corrección del movimiento
HISTORY_MSG_472;PS - Transiciones suaves
-HISTORY_MSG_473;PS - Utilizar LMMSE
HISTORY_MSG_474;PS - Ecualizar (ajustar)
HISTORY_MSG_475;PS - Equalizar(ajustar) el canal
HISTORY_MSG_476;CAM02 - Fuera de tempera
@@ -1258,7 +1234,7 @@ PROFILEPANEL_GLOBALPROFILES;Perfiles empaquetados
PROFILEPANEL_LABEL;Perfiles de procesamiento
PROFILEPANEL_LOADDLGLABEL;Cargar parámetros de procesamiento...
PROFILEPANEL_LOADPPASTE;Parámetros a cargar
-PROFILEPANEL_MODE_TIP;Modo de procesamiento de perfiles.\n\nBotón Presionado: los perfiles parciales son completados; Los valores faltantes son llenados usando valores predeterminados de fábrica.\n\nBotón Liberado: Los perfiles son aplicados tal como están, alterando solo los valores que contienen; los parámetros sin valores en el perfil se dejan en la imagen tal como están.
+PROFILEPANEL_MODE_TOOLTIP;Modo de procesamiento de perfiles.\n\nBotón Presionado: los perfiles parciales son completados; Los valores faltantes son llenados usando valores predeterminados de fábrica.\n\nBotón Liberado: Los perfiles son aplicados tal como están, alterando solo los valores que contienen; los parámetros sin valores en el perfil se dejan en la imagen tal como están.
PROFILEPANEL_MYPROFILES;Mis perfiles
PROFILEPANEL_PASTEPPASTE;Parámetros
PROFILEPANEL_PCUSTOM;A medida
@@ -1445,7 +1421,6 @@ TP_COLORAPP_DATACIE;Curvas con histogramas de salida CIECAM02
TP_COLORAPP_DATACIE_TOOLTIP;Si está seleccionada, los histogramas en las curvas CIECAM02 muestran aproximadamente valores/rangos de J o Q, y C, s o M después de los ajustes CIECAM02.\nEsta selección no influye en el histograma del panel principal.\n\nCuando no está seleccionada, los histogramas en las curvas CIECAM02 muestran valores Lab antes de los ajustes CIECAM02
TP_COLORAPP_FREE;Libre tempera+verde + CAT02 + [output]
TP_COLORAPP_GAMUT;Control de Gamut (Lab)
-TP_COLORAPP_GAMUT_TOOLTIP;Permite control de gamut en modo Lab
TP_COLORAPP_HUE;Matiz (h)
TP_COLORAPP_HUE_TOOLTIP;Matiz (h) - ángulo entre 0° y 360°
TP_COLORAPP_LABEL;CIE Modelo de Apariencia de Color 2002
@@ -1458,7 +1433,7 @@ TP_COLORAPP_MEANLUMINANCE;Luminancia media (Yb%)
TP_COLORAPP_MODEL;Modelo de Punto Blanco
TP_COLORAPP_MODEL_TOOLTIP;Modelo de Punto Blanco\n\nWB [RT] + [salida]:\nEl Balance de Blancos de RT es usado para la escena, CIECAM02 es establecido a D50, y el Balance de Blancos del dispositivo de salida es el establecido en Preferencias > Gestión de Color\n\nWB [RT+CAT02] + [salida]:\nEl Balance de Blancos de RT es usado por CAT02 y el del dispositivo de salida es el establecido en preferencias
TP_COLORAPP_NEUTRAL;Restablecer
-TP_COLORAPP_NEUTRAL_TIP;Restablecer todos los controles deslizantes y las curvas a sus valores predeterminados
+TP_COLORAPP_NEUTRAL_TOOLTIP;Restablecer todos los controles deslizantes y las curvas a sus valores predeterminados
TP_COLORAPP_RSTPRO; Protección de tonos rojos y color piel
TP_COLORAPP_RSTPRO_TOOLTIP;Intensidad de protección de tonos rojos y color piel (en curvas y en controles deslizantes)
TP_COLORAPP_SURROUND;Entorno
@@ -1520,7 +1495,7 @@ TP_COLORTONING_METHOD;Método
TP_COLORTONING_METHOD_TOOLTIP;"Mezcla Lab", "Controles deslizantes RGB" y "Curvas RGB" utilizan mezcla de color interpolada.\n"Balance de Color (Sombras/Tonos Medios/Luces Altas)" y "Saturación 2 colores" utilizan colores directos.\n\nCualquier método de tonificación de color puede ser aplicado aún estando la herramienta Blanco y Negro activada.
TP_COLORTONING_MIDTONES;Tonos Medios
TP_COLORTONING_NEUTRAL;Restablecer controles deslizantes
-TP_COLORTONING_NEUTRAL_TIP;Restablecer todos los valores predeterminados(Sombras, Tonos Medios, Luces Altas).
+TP_COLORTONING_NEUTRAL_TOOLTIP;Restablecer todos los valores predeterminados(Sombras, Tonos Medios, Luces Altas).
TP_COLORTONING_OPACITY;Opacidad
TP_COLORTONING_RGBCURVES;RGB - Curvas
TP_COLORTONING_RGBSLIDERS;RGB - Controles deslizantes
@@ -1634,7 +1609,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;A -100 se focalizan los tonos de piel.\nA 0 todo
TP_DIRPYREQUALIZER_THRESHOLD;Umbral
TP_DIRPYREQUALIZER_TOOLTIP;Reduce los elementos extraños producidos en la transición entre los colores de piel (matiz, crominancia, luminancia) y el resto de la imagen.
TP_DISTORTION_AMOUNT;Cantidad
-TP_DISTORTION_AUTO_TIP;Corrige automáticamente la distorsión de la lente en archivos sin procesar al compararla con la imagen JPEG incrustada, si existe, y la cámara ha corregido automáticamente la distorsión de la lente.
+TP_DISTORTION_AUTO_TOOLTIP;Corrige automáticamente la distorsión de la lente en archivos sin procesar al compararla con la imagen JPEG incrustada, si existe, y la cámara ha corregido automáticamente la distorsión de la lente.
TP_DISTORTION_LABEL;Corrección de Distorsión
TP_EPD_EDGESTOPPING;Parada en los bordes
TP_EPD_GAMMA;Gamma
@@ -1643,12 +1618,12 @@ TP_EPD_REWEIGHTINGITERATES;Iteraciones de reponderación
TP_EPD_SCALE;Escala
TP_EPD_STRENGTH;Intensidad
TP_EXPOSURE_AUTOLEVELS;Niveles automáticos
-TP_EXPOSURE_AUTOLEVELS_TIP;Ejecuta Niveles Automáticos. Establece automáticamente los valores de los parámetros basándose en el análisis de la imagen.\nHabilita la reconstrucción de luces altas si es necesario
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Ejecuta Niveles Automáticos. Establece automáticamente los valores de los parámetros basándose en el análisis de la imagen.\nHabilita la reconstrucción de luces altas si es necesario
TP_EXPOSURE_BLACKLEVEL;Nivel de Negro
TP_EXPOSURE_BRIGHTNESS;Brillo
TP_EXPOSURE_CLAMPOOG;Corte fuera de la gama de colores
TP_EXPOSURE_CLIP;Recorte %
-TP_EXPOSURE_CLIP_TIP;Fracción de los píxeles que se recortará en una operación de Niveles Automáticos
+TP_EXPOSURE_CLIP_TOOLTIP;Fracción de los píxeles que se recortará en una operación de Niveles Automáticos
TP_EXPOSURE_COMPRHIGHLIGHTS;Compresión de luces altas
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Umbral de recuperación de luces altas
TP_EXPOSURE_COMPRSHADOWS;Compresión de sombras
@@ -1785,7 +1760,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminancia en función del Matiz L=f(M)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminancia en función de la Luminancia L=f(L)
TP_LABCURVE_LABEL;Ajustes Lab
TP_LABCURVE_LCREDSK;Restringe LC a tonos rojos y piel
-TP_LABCURVE_LCREDSK_TIP;Si se activa, la 'Curva LC' afecta solo a los tonos rojos y piel\nSi se desactiva, se aplica a todos los colores
+TP_LABCURVE_LCREDSK_TOOLTIP;Si se activa, la 'Curva LC' afecta solo a los tonos rojos y piel\nSi se desactiva, se aplica a todos los colores
TP_LABCURVE_RSTPROTECTION;Protección de rojos y tonos piel
TP_LABCURVE_RSTPRO_TOOLTIP;Puede usarse con el deslizador Cromaticidad y con la curva CC.
TP_LENSGEOM_AUTOCROP;Auto recorte
@@ -1806,7 +1781,7 @@ TP_METADATA_MODE;Modo de copia de metadatos
TP_METADATA_STRIP;Eliminar todos los metadatos
TP_METADATA_TUNNEL;Copiar sin cambios
TP_NEUTRAL;Reiniciar
-TP_NEUTRAL_TIP;Restablecer controles de exposición a valores neutros\nAplica a los mismos controles que son afectados por Niveles Automáticos, sin importar si usa o no Niveles Automáticos
+TP_NEUTRAL_TOOLTIP;Restablecer controles de exposición a valores neutros\nAplica a los mismos controles que son afectados por Niveles Automáticos, sin importar si usa o no Niveles Automáticos
TP_PCVIGNETTE_FEATHER;Difuminado
TP_PCVIGNETTE_FEATHER_TOOLTIP;Difuminación: \n0=Solo Esquinas\n50=Hasta medio camino al centro\n100=Hasta el Centro
TP_PCVIGNETTE_LABEL;Filtro quitar Viñeteado
@@ -1988,7 +1963,7 @@ TP_RETINEX_MLABEL;Restaurado sin turbidez Min. =% 1 Max =% 2.
TP_RETINEX_MLABEL_TOOLTIP;Debe estar cerca del mín = 0 máx = 32768 \nImagen restaurada sin mezcla.
TP_RETINEX_NEIGHBOR;Radio
TP_RETINEX_NEUTRAL;Restablecer
-TP_RETINEX_NEUTRAL_TIP;Restablecer todos los controles deslizantes y curvas a sus valores predeterminados.
+TP_RETINEX_NEUTRAL_TOOLTIP;Restablecer todos los controles deslizantes y curvas a sus valores predeterminados.
TP_RETINEX_OFFSET;compensar(brillo)
TP_RETINEX_SCALES;Gradiente gaussiano
TP_RETINEX_SCALES_TOOLTIP;Si el control deslizante está en 0, todas las iteraciones son idénticas. \nSi es mayor a 0 la escala y el radio se reducen cuando aumentan las iteraciones, y viceversa.
@@ -2024,7 +1999,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Grados
TP_ROTATE_LABEL;Rotar
TP_ROTATE_SELECTLINE;Seleccionar línea recta
-TP_SAVEDIALOG_OK_TIP;Tecla de Atajo Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Tecla de Atajo Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Luces altas
TP_SHADOWSHLIGHTS_HLTONALW;Ancho tonal de Luces Altas
TP_SHADOWSHLIGHTS_LABEL;Sombras/Luces altas
@@ -2244,7 +2219,6 @@ TP_WAVELET_THRH;Umbral de luces altas
TP_WAVELET_TILESBIG;Mosaicos grandes
TP_WAVELET_TILESFULL;Imagen completa
TP_WAVELET_TILESIZE;Método de mosaico
-TP_WAVELET_TILESLIT;Mosaicos pequeños
TP_WAVELET_TILES_TOOLTIP;El procesamiento de la imagen completa conduce a una mejor calidad y es la opción recomendada, mientras que el uso de mosaicos es una solución alternativa para los usuarios con poca memoria RAM. Consulte RawPedia para los requisitos de memoria.
TP_WAVELET_TMSTRENGTH;Fuerza comprensiva
TP_WAVELET_TMSTRENGTH_TOOLTIP;Controle la intensidad del mapeo de tonos o la compresión de contraste de la imagen residual. Cuando el valor es diferente de 0 , los controles deslizantes Fuerza y Gamma de la herramienta de asignación de tonos en la pestaña Exposición se atenuarán.
@@ -2312,19 +2286,715 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nTecla de Atajo: -
!!!!!!!!!!!!!!!!!!!!!!!!!
!CURVEEDITOR_CATMULLROM;Flexible
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_DELETEDIALOG_ALL;Are you sure you want to permanently delete all %1 files in trash?
!FILEBROWSER_DELETEDIALOG_SELECTED;Are you sure you want to permanently delete the selected %1 files?
!FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Are you sure you want to permanently delete the selected %1 files, including a queue-processed version?
!FILEBROWSER_EMPTYTRASHHINT;Permanently delete all files in trash.
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPREMOVE;Delete permanently
!FILEBROWSER_POPUPREMOVEINCLPROC;Delete permanently, including queue-processed version
!FILEBROWSER_SHOWNOTTRASHHINT;Show only images not in trash.
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
!HISTORY_MSG_494;Capture Sharpening
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_PDSHARPEN_AUTO_CONTRAST;CS - Auto threshold
!HISTORY_MSG_PDSHARPEN_AUTO_RADIUS;CS - Auto radius
!HISTORY_MSG_PDSHARPEN_CHECKITER;CS - Auto limit iterations
@@ -2332,12 +3002,81 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nTecla de Atajo: -
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
+!HISTORY_MSG_RANGEAB;Range ab
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SHARPENING_BLUR;Sharpening - Blur radius
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
+!INSPECTOR_WINDOW_TITLE;Inspector
!MAIN_FRAME_PLACES_DEL;Remove
!MAIN_TAB_FAVORITES;Favorites
!MAIN_TAB_FAVORITES_TOOLTIP;Shortcut: Alt-u
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
+!PARTIALPASTE_FILMNEGATIVE;Film negative
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
+!PARTIALPASTE_SPOT;Spot removal
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
!PREFERENCES_CHUNKSIZES;Tiles per thread
!PREFERENCES_CHUNKSIZE_RAW_AMAZE;AMaZE demosaic
@@ -2345,8 +3084,23 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nTecla de Atajo: -
!PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaic
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CHUNKSIZE_RGB;RGB processing
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_PERFORMANCE_MEASURE;Measure
!PREFERENCES_PERFORMANCE_MEASURE_HINT;Logs processing times in console
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROGRESSBAR_DECODING;Decoding...
!PROGRESSBAR_GREENEQUIL;Green equilibration...
!PROGRESSBAR_HLREC;Highlight reconstruction...
@@ -2354,14 +3108,111 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nTecla de Atajo: -
!PROGRESSBAR_LINEDENOISE;Line noise filter...
!PROGRESSBAR_RAWCACORR;Raw CA correction...
!QUEUE_LOCATION_TITLE;Output Location
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_PPI;PPI
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
+!TP_HLREC_HLBLUR;Blur
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
+!TP_ICM_REDFRAME;Custom Primaries
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
!TP_LENSPROFILE_CORRECTION_AUTOMATCH;Automatically selected
@@ -2369,10 +3220,923 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nTecla de Atajo: -
!TP_LENSPROFILE_MODE_HEADER;Lens Profile
!TP_LENSPROFILE_USE_GEOMETRIC;Geometric distortion
!TP_LENSPROFILE_USE_HEADER;Correct
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_IMAGENUM_SN;SN mode
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_SHARPENING_BLUR;Blur radius
!TP_SHARPENING_ITERCHECK;Auto limit iterations
!TP_SHARPENING_RADIUS_BOOST;Corner radius boost
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
+!TP_WAVELET_BALCHROM;Equalizer Color
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COMPEXPERT;Advanced
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
+!TP_WAVELET_CONTFRAME;Contrast - Compression
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
+!TP_WAVELET_FINCFRAME;Final local contrast
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREND;Strength
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
diff --git a/rtdata/languages/Francais b/rtdata/languages/Francais
index a165453a6..b7b2c7ec7 100644
--- a/rtdata/languages/Francais
+++ b/rtdata/languages/Francais
@@ -101,7 +101,7 @@ EXPORT_PIPELINE;Pipeline de Traitement
EXPORT_PUTTOQUEUEFAST;Mettre dans la file de traitement\npour Export Rapide
EXPORT_RAW_DMETHOD;Méthode de dématriçage
EXPORT_USE_FAST_PIPELINE;Dédié\n(traitement complet sur une image rédimmentionnée)
-EXPORT_USE_FAST_PIPELINE_TIP;Utilise un pipeline de traitement dédié pour les images en Export Rapide, qui privilégie la vitesse sur la qualité. Le redimensionnement des images est fait dès que possible, au lieu d'être fait à la fin comme dans le pipeline normal. L'accélération peut être significative, mais soyez prêt à voir des artéfacts et une dégradation générale de la qualité de sortie.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Utilise un pipeline de traitement dédié pour les images en Export Rapide, qui privilégie la vitesse sur la qualité. Le redimensionnement des images est fait dès que possible, au lieu d'être fait à la fin comme dans le pipeline normal. L'accélération peut être significative, mais soyez prêt à voir des artéfacts et une dégradation générale de la qualité de sortie.
EXPORT_USE_NORMAL_PIPELINE;Standard\n(ignore des étapes, redimentionne à la fin)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;file de traitement
@@ -241,7 +241,6 @@ HISTORY_CUSTOMCURVE;Courbe personnelle
HISTORY_FROMCLIPBOARD;Du presse-papier
HISTORY_LABEL;Historique
HISTORY_MSG_1;Photo chargée
-HISTORY_MSG_2;Profil chargé
HISTORY_MSG_3;Profil changé
HISTORY_MSG_4;Navigation dans l'historique
HISTORY_MSG_5;Luminosité
@@ -255,9 +254,6 @@ HISTORY_MSG_12;Niveaux auto
HISTORY_MSG_13;Rognage de l'exposition
HISTORY_MSG_14;Lab - Luminosité
HISTORY_MSG_15;Lab - Contraste
-HISTORY_MSG_16;Luminance - Noir
-HISTORY_MSG_17;Luminance - Compression hautes lumières
-HISTORY_MSG_18;Luminance - Compression des ombres
HISTORY_MSG_19;Courbe 'L'
HISTORY_MSG_20;Netteté
HISTORY_MSG_21;Netteté (USM) - Rayon
@@ -283,10 +279,6 @@ HISTORY_MSG_40;BdB - Teinte
HISTORY_MSG_41;Mode courbe tonale 1
HISTORY_MSG_42;Courbe tonale2
HISTORY_MSG_43;Mode courbe tonale 2
-HISTORY_MSG_44;Débruitage Lum. - Rayon
-HISTORY_MSG_45;Débruitage Lum. - Tolérance des bords
-HISTORY_MSG_46;Débruitage Chromatique
-HISTORY_MSG_47;Mélange HL du profil ICC et la matrice
HISTORY_MSG_48;Courbe tonale du profil DCP
HISTORY_MSG_49;Illuminant DCP
HISTORY_MSG_50;Ombres/Hautes lumières
@@ -294,7 +286,6 @@ HISTORY_MSG_51;O/HL - Hautes lumières
HISTORY_MSG_52;O/HL - Ombres
HISTORY_MSG_53;O/HL - Amplitude tonale des HL
HISTORY_MSG_54;O/HL - Amplitude tonale des ombres
-HISTORY_MSG_55;O/HL - Contraste Local
HISTORY_MSG_56;O/HL - Rayon
HISTORY_MSG_57;Rotation grossière
HISTORY_MSG_58;Symétrisation / axe vertical
@@ -306,7 +297,6 @@ HISTORY_MSG_63;Signet sélectionné
HISTORY_MSG_64;Recadrage
HISTORY_MSG_65;Aberration chromatique
HISTORY_MSG_66;Reconst. Hautes lumières
-HISTORY_MSG_67;Reconst. HL - Quantité
HISTORY_MSG_68;Reconst. HL - Méthode
HISTORY_MSG_69;Espace de couleur de travail
HISTORY_MSG_70;Espace de couleur de sortie
@@ -317,12 +307,10 @@ HISTORY_MSG_74;Redim. - Échelle
HISTORY_MSG_75;Méthode de redimensionnement
HISTORY_MSG_76;Métadonnées EXIF
HISTORY_MSG_77;Métadonnées IPTC
-HISTORY_MSG_78;Type de redimensionnement
HISTORY_MSG_79;Redim. - Largeur
HISTORY_MSG_80;Redim. - Hauteur
HISTORY_MSG_81;Redimensionnement
HISTORY_MSG_82;Changement de profil
-HISTORY_MSG_83;O/HL - Masque haute précision
HISTORY_MSG_84;Correction de la perspective
HISTORY_MSG_85;LCP
HISTORY_MSG_86;Courbes RVB - Mode luminosité
@@ -369,12 +357,6 @@ HISTORY_MSG_127;Champ Uniforme - Sélection auto
HISTORY_MSG_128;Champ Uniforme - Rayon
HISTORY_MSG_129;Champ Uniforme - Type de floutage
HISTORY_MSG_130;Distorsion Auto
-HISTORY_MSG_131;Réd. de bruit - Luminance
-HISTORY_MSG_132;Réd. de bruit - Chrominance
-HISTORY_MSG_133;Gamma de Sortie
-HISTORY_MSG_134;Gamma - Manuel
-HISTORY_MSG_135;Gamma - Manuel
-HISTORY_MSG_136;Gamma - Pente
HISTORY_MSG_137;Niveau de noir - Vert 1
HISTORY_MSG_138;Niveau de noir - Rouge
HISTORY_MSG_139;Niveau de noir - Bleu
@@ -487,7 +469,6 @@ HISTORY_MSG_246;Courbe 'CL'
HISTORY_MSG_247;Courbe 'LT'
HISTORY_MSG_248;Courbe 'TT'
HISTORY_MSG_249;CpND - Seuil
-HISTORY_MSG_250;Réd. de bruit - Amélioré
HISTORY_MSG_251;N&B - Algorithme
HISTORY_MSG_252;CpND - Tons chair
HISTORY_MSG_253;CpND - Réduction des artéfactes
@@ -511,8 +492,6 @@ HISTORY_MSG_270;VP - HL - Vert
HISTORY_MSG_271;VP - HL - Bleu
HISTORY_MSG_272;VP - Balance
HISTORY_MSG_273;VP - Balance Couleur O/TM/HL
-HISTORY_MSG_274;VP - Saturation des ombres
-HISTORY_MSG_275;VP - Saturation des HL
HISTORY_MSG_276;VP - Opacité
HISTORY_MSG_277;--inutilisé--
HISTORY_MSG_278;VP - Préserver luminance
@@ -537,7 +516,6 @@ HISTORY_MSG_296;Réd. de bruit - Courbe de luminance
HISTORY_MSG_297;Réd. de bruit - Mode
HISTORY_MSG_298;Filtre de pixel mort
HISTORY_MSG_299;Réd. de bruit - Courbe de chrominance
-HISTORY_MSG_300;-
HISTORY_MSG_301;Réd. de bruit - Contrôle luma
HISTORY_MSG_302;Réd. de bruit - Méthode Chroma
HISTORY_MSG_303;Réd. de bruit - Méthode Chroma
@@ -646,7 +624,6 @@ HISTORY_MSG_405;O - Débruitage - Niveau 4
HISTORY_MSG_406;O - NB - Pixels voisins
HISTORY_MSG_407;Retinex - Méthode
HISTORY_MSG_408;Retinex - Rayon
-HISTORY_MSG_409;Retinex - Contraste
HISTORY_MSG_410;Retinex - Décalage
HISTORY_MSG_411;Retinex - Force
HISTORY_MSG_412;Retinex - Gradient Gaussien
@@ -694,7 +671,6 @@ HISTORY_MSG_468;PS - Remplir les trous
HISTORY_MSG_469;PS - Médiane
HISTORY_MSG_471;PS - Correction de mouvement
HISTORY_MSG_472;PS - Adoucir les transitions
-HISTORY_MSG_473;PS - Utiliser LMMSE
HISTORY_MSG_474;PS - Égaliser
HISTORY_MSG_475;PS - Égaliser par canal
HISTORY_MSG_476;CAM02 - Temp sortie
@@ -736,6 +712,11 @@ HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;EB - Montrer carte de profondeur
HISTORY_MSG_DEHAZE_STRENGTH;EB - Force
HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Double dématriçage - Seuil auto
HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Double dématriçage - Seuil de contraste
+HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Réference Sortie
+HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negativf Espace couleur
+HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negatif
+HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Référence entrée
+HISTORY_MSG_FILMNEGATIVE_VALUES;Film negatif valeurs
HISTORY_MSG_HISTMATCHING;Calcul Courbe Tonale svt Aperçu
HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Sortie - Primaires
HISTORY_MSG_ICM_OUTPUT_TEMP;Sortie - ICC-v4 illuminant D
@@ -1210,7 +1191,7 @@ PROFILEPANEL_GLOBALPROFILES;Profils fournis
PROFILEPANEL_LABEL;Profils de post-traitement
PROFILEPANEL_LOADDLGLABEL;Charger les paramètres de post-traitement...
PROFILEPANEL_LOADPPASTE;Paramètres à charger
-PROFILEPANEL_MODE_TIP;Mode de complètement des profils de traitement.\n\nBouton pressé: les profils partiels seront convertis en profils complets; les valeurs manquantes seront remplacées par les valeurs internes par défaut\n\nBouton relevé: les profils seront appliqués tel quel, altérant seulement les paramètres qu'ils contiennent.
+PROFILEPANEL_MODE_TOOLTIP;Mode de complètement des profils de traitement.\n\nBouton pressé: les profils partiels seront convertis en profils complets; les valeurs manquantes seront remplacées par les valeurs internes par défaut\n\nBouton relevé: les profils seront appliqués tel quel, altérant seulement les paramètres qu'ils contiennent.
PROFILEPANEL_MYPROFILES;Mes profils
PROFILEPANEL_PASTEPPASTE;Paramètres à coller
PROFILEPANEL_PCUSTOM;Personnel
@@ -1398,7 +1379,6 @@ TP_COLORAPP_DATACIE;Histogrammes post CIECAM dans les courbes
TP_COLORAPP_DATACIE_TOOLTIP;Quand activé, les histogrammes de fond des courbes CIECAM02 montrent des valeurs/amplitudes approximatives de J/Q, ou de C:s/M après les ajustements CIECAM.\nCette sélection n'a pas d'incidence sur l'histogramme général.\n\nQuand désactivé, les histogrammes de fond des courbes CIECAM affichent les valeurs Lab avant les ajustements CIECAM
TP_COLORAPP_FREE;Temp libre+vert + CAT02 + [sortie]
TP_COLORAPP_GAMUT;Contrôle du gamut (Lab)
-TP_COLORAPP_GAMUT_TOOLTIP;Permet le controle du gamut en mode Lab
TP_COLORAPP_HUE;Teinte (h)
TP_COLORAPP_HUE_TOOLTIP;Teinte (h) - angle entre 0° et 360°
TP_COLORAPP_LABEL;Apparence de la Couleur (CIECAM02)
@@ -1411,7 +1391,7 @@ TP_COLORAPP_MEANLUMINANCE;Luminance moyenne (Yb%)
TP_COLORAPP_MODEL;Modèle de Point Blanc
TP_COLORAPP_MODEL_TOOLTIP;Modèle de Point Blanc\n\nBB [RT] + [sortie]:\nLa BB de RT est utilisée pour la scène, CIECAM est réglé sur D50, le blanc du périphérique de sortie utilise la valeur réglée dans Préférences\n\nBB [RT+CAT02] + [sortie]:\nLes réglages de BB de RT sont utilisés par CAT02 et le blanc du périphérique de sortie utilise la valeur réglée dans Préférences
TP_COLORAPP_NEUTRAL;Résinitialiser
-TP_COLORAPP_NEUTRAL_TIP;Réinitialiser tous les curseurs, cases à cocher et courbes à leurs valeur par défaut
+TP_COLORAPP_NEUTRAL_TOOLTIP;Réinitialiser tous les curseurs, cases à cocher et courbes à leurs valeur par défaut
TP_COLORAPP_RSTPRO;Protection des tons chairs et rouges
TP_COLORAPP_RSTPRO_TOOLTIP;Protection des tons chairs et rouges (curseurs et courbes)
TP_COLORAPP_SURROUND;Entourage
@@ -1432,10 +1412,10 @@ TP_COLORAPP_TEMP_TOOLTIP;Pour sélectionner un illuminant, toujours régler Tein
TP_COLORAPP_TONECIE;Compression Tonale utilisant CIECAM02
TP_COLORAPP_TONECIE_TOOLTIP;Si cette option est désactivée, la compression tonale est faite dans l'espace Lab.\nSi cette options est activée, la compression tonale est faite en utilisant CIECAM02.\nL'outil Compression Tonale doit être activé pour que ce réglage prenne effet
TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;Luminance absolue de l'environnement de visionnage\n(souvent 16cd/m²)
-TP_COLORAPP_YBOUT_TOOLTIP;Yb est la luminance relative de l'arrière plan, exprimée e % de gris. Un gris à 18% correspond à une luminance exprimée en CIE L de 50%.\nCette donnée prend en compte la luminance moyenne de l'image.
-TP_COLORAPP_YBSCEN_TOOLTIP;Yb est la luminance relative du fond, exprimée en % de gris. 18 % de gris correspondent à une luminance de fond de 50 % exprimée en CIE L.\nLes données sont basées sur la luminance moyenne de l'image
TP_COLORAPP_WBCAM;BB [RT+CAT02] + [sortie]
TP_COLORAPP_WBRT;BB [RT] + [sortie]
+TP_COLORAPP_YBOUT_TOOLTIP;Yb est la luminance relative de l'arrière plan, exprimée e % de gris. Un gris à 18% correspond à une luminance exprimée en CIE L de 50%.\nCette donnée prend en compte la luminance moyenne de l'image.
+TP_COLORAPP_YBSCEN_TOOLTIP;Yb est la luminance relative du fond, exprimée en % de gris. 18 % de gris correspondent à une luminance de fond de 50 % exprimée en CIE L.\nLes données sont basées sur la luminance moyenne de l'image
TP_COLORTONING_AB;o C/L
TP_COLORTONING_AUTOSAT;Automatique
TP_COLORTONING_BALANCE;Balance
@@ -1475,7 +1455,7 @@ TP_COLORTONING_METHOD;Méthode
TP_COLORTONING_METHOD_TOOLTIP;Mixage Lab - RVB courbes - RVB curseurs utilise une interpolation\nBalance couleur(ombres / tons moyens / hautes lumières)\nSaturation 2 couleurs utilise couleurs directes\nDans tous les méthodes vous pouvez activer Noir et Blanc
TP_COLORTONING_MIDTONES;Tons Moyens
TP_COLORTONING_NEUTRAL;Réinit. curseurs
-TP_COLORTONING_NEUTRAL_TIP;Réinitialise toutes les valeurs (Ombres, Tons moyens, Hautes lumières) à leur valeur par défaut.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Réinitialise toutes les valeurs (Ombres, Tons moyens, Hautes lumières) à leur valeur par défaut.
TP_COLORTONING_OPACITY;Opacité
TP_COLORTONING_RGBCURVES;RVB - Courbes
TP_COLORTONING_RGBSLIDERS;RVB - Curseurs
@@ -1589,7 +1569,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;A -100, les tons chairs sont ciblés.\nA 0 tous
TP_DIRPYREQUALIZER_THRESHOLD;Seuil
TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts due to the transitions between the color (hue, chroma, luma) of the skin and the rest of the image.
TP_DISTORTION_AMOUNT;Quantité
-TP_DISTORTION_AUTO_TIP;Corrige automatiquement la distortion optique dans les fichiers raw en opérant une mise en correspondance avec le fichier JPEG incorporé, si elle existe, et sur laquelle la correction de la distortion a été appliqué par le boitier.
+TP_DISTORTION_AUTO_TOOLTIP;Corrige automatiquement la distortion optique dans les fichiers raw en opérant une mise en correspondance avec le fichier JPEG incorporé, si elle existe, et sur laquelle la correction de la distortion a été appliqué par le boitier.
TP_DISTORTION_LABEL;Distorsion
TP_EPD_EDGESTOPPING;Arrêt des bords
TP_EPD_GAMMA;Gamma
@@ -1598,12 +1578,12 @@ TP_EPD_REWEIGHTINGITERATES;Itérations de la pondération
TP_EPD_SCALE;Échelle
TP_EPD_STRENGTH;Force
TP_EXPOSURE_AUTOLEVELS;Niveaux Auto
-TP_EXPOSURE_AUTOLEVELS_TIP;Bascule l'usage de Niveaux automatiques afin de régler automatiquement les valeurs basé sur l'analyse de l'image\nActive la Reconstruction des Hautes Lumières si nécessaire.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Bascule l'usage de Niveaux automatiques afin de régler automatiquement les valeurs basé sur l'analyse de l'image\nActive la Reconstruction des Hautes Lumières si nécessaire.
TP_EXPOSURE_BLACKLEVEL;Noir
TP_EXPOSURE_BRIGHTNESS;Luminosité
TP_EXPOSURE_CLAMPOOG;Tronquer les couleurs hors gamut
TP_EXPOSURE_CLIP;Rognage %
-TP_EXPOSURE_CLIP_TIP;La fraction de pixels que l'outil Niveaux Auto passera en dehors du domaine
+TP_EXPOSURE_CLIP_TOOLTIP;La fraction de pixels que l'outil Niveaux Auto passera en dehors du domaine
TP_EXPOSURE_COMPRHIGHLIGHTS;Compression hautes lumières
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Seuil de compression\ndes hautes lumières
TP_EXPOSURE_COMPRSHADOWS;Compression des ombres
@@ -1626,6 +1606,22 @@ TP_EXPOSURE_TCMODE_STANDARD;Standard
TP_EXPOSURE_TCMODE_WEIGHTEDSTD;Standard Pondéré
TP_EXPOS_BLACKPOINT_LABEL;Points Noir Raw
TP_EXPOS_WHITEPOINT_LABEL;Points Blanc Raw
+TP_FILMNEGATIVE_BLUE;Ratio bleu
+TP_FILMNEGATIVE_BLUEBALANCE;Froid/Chaud
+TP_FILMNEGATIVE_COLORSPACE;Inversion espace couleur:
+TP_FILMNEGATIVE_COLORSPACE_INPUT;Espace couleur -entrée
+TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Sélectionnez l'espace colorimétrique utilisé pour effectuer l'inversion négative :\nEspace colorimétrique d'entrée : effectuez l'inversion avant l'application du profil d'entrée, comme dans les versions précédentes de RT.\nEspace colorimétrique de travail< /b> : effectue l'inversion après le profil d'entrée, en utilisant le profil de travail actuellement sélectionné.
+TP_FILMNEGATIVE_COLORSPACE_WORKING;Espace couleur de travail
+TP_FILMNEGATIVE_GREEN;Exposant de référence
+TP_FILMNEGATIVE_GREENBALANCE;Magenta/Vert
+TP_FILMNEGATIVE_GUESS_TOOLTIP;Définissez automatiquement les ratios rouge et bleu en choisissant deux patchs qui avaient une teinte neutre (pas de couleur) dans la scène d'origine. Les patchs doivent différer en luminosité.
+TP_FILMNEGATIVE_LABEL;Film Negatif
+TP_FILMNEGATIVE_OUT_LEVEL;Niveau de sortie
+TP_FILMNEGATIVE_PICK;Choix des endroits neutres
+TP_FILMNEGATIVE_RED;Ratio Rouge
+TP_FILMNEGATIVE_REF_LABEL;Entrée RGB: %1
+TP_FILMNEGATIVE_REF_PICK;Choisissez le point de la balance des blancs
+TP_FILMNEGATIVE_REF_TOOLTIP;Choisissez un patch gris pour équilibrer les blancs de la sortie, image positive.
TP_FILMSIMULATION_LABEL;Simulation de Film
TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee est configuré pour rechercher les images Hald CLUT, qui sont utilisées pour l'outil Simulation de Film, dans un dossier qui prends trop de temps à se charger.\nAllez dans Préférences > Traitement de l'image > Simulation de Film\npour voir quel dossier est utilisé. Vous devriez soit pointer RawTherapee vers un dossier qui ne contient que les images Hald CLUT et rien d'autre, ou un dossier vide si vous ne voulez pas utiliser l'outil Simulation de Film.\n\nLisez l'article Simulation de Film dans RawPedia pour plus d'information.\n\nVoulez-vous abandonner la recherche maintenant?
TP_FILMSIMULATION_STRENGTH;Force
@@ -1740,7 +1736,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance en fonction de la Teinte L=f(T)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance en fonction de la Luminance L=f(L)
TP_LABCURVE_LABEL;Ajustements Lab
TP_LABCURVE_LCREDSK;Restreindre LC aux tons rouge et peau
-TP_LABCURVE_LCREDSK_TIP;Si activé, la courbe 'LC' est limitée au tons rouge et peau.\nSi désactivé, elle s'applique à toutes les teintes.
+TP_LABCURVE_LCREDSK_TOOLTIP;Si activé, la courbe 'LC' est limitée au tons rouge et peau.\nSi désactivé, elle s'applique à toutes les teintes.
TP_LABCURVE_RSTPROTECTION;Protection des tons rouges et chair
TP_LABCURVE_RSTPRO_TOOLTIP;Peut être utilisé avec le curseur Chromaticité et la courbe CC.
TP_LENSGEOM_AUTOCROP;Recadrage auto
@@ -1759,7 +1755,6 @@ TP_LOCALCONTRAST_RADIUS;Rayon
TP_LOCALLAB_ACTIV;Luminosité seulement
TP_LOCALLAB_ACTIVSPOT;Activer le Spot
TP_LOCALLAB_ADJ;Egalisateur couleur
-TP_LOCALLAB_ALL;Toutes les rubriques
TP_LOCALLAB_AMOUNT;Quantité
TP_LOCALLAB_ARTIF;Détection de forme
TP_LOCALLAB_ARTIF_TOOLTIP;Le seuil deltaE étendue accroit la plage of étendue-deltaE - les valeurs élévées sont pour les images à gamut élévé.\nAugmenter l'affaiblissement deltaE améliore la détection de forme, mais peu réduire la capacité de détection.
@@ -1776,8 +1771,8 @@ TP_LOCALLAB_BLCO;Chrominance seulement
TP_LOCALLAB_BLENDMASKCOL;Mélange - fusion
TP_LOCALLAB_BLENDMASKMASK;Ajout/soustrait masque Luminance
TP_LOCALLAB_BLENDMASKMASKAB;Ajout/soustrait masque Chro.
-TP_LOCALLAB_BLENDMASK_TOOLTIP;Si fusion = 0 seule la détection de forme est améliorée.\nSi fusion > 0 le masque est ajouté à l'image. Si fusion < 0 le masque est soustrait à l'image
TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;Si ce curseur = 0 pas d'action.\nAjoute ou soustrait le masque de l'image originale
+TP_LOCALLAB_BLENDMASK_TOOLTIP;Si fusion = 0 seule la détection de forme est améliorée.\nSi fusion > 0 le masque est ajouté à l'image. Si fusion < 0 le masque est soustrait à l'image
TP_LOCALLAB_BLGUID;Filtre guidé
TP_LOCALLAB_BLINV;Inverse
TP_LOCALLAB_BLLC;Luminance & Chrominance
@@ -1786,19 +1781,16 @@ TP_LOCALLAB_BLMED;Median
TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal - direct floute et bruite avec tous les réglages.\nInverse floute et bruite avec tous les réglages. Soyez prudents certains resultats peuvent être curieux
TP_LOCALLAB_BLNOI_EXP;Flouter & Bruit
TP_LOCALLAB_BLNORM;Normal
-TP_LOCALLAB_BLSYM;Symétrique
-TP_LOCALLAB_BLURCOLDE_TOOLTIP;L'image pour calculer dE est légèrement floutéeafin d'éviter de prendre en compte des pixels isolés.
TP_LOCALLAB_BLUFR;Flouter - Grain - Debruiter
TP_LOCALLAB_BLUMETHOD_TOOLTIP;Pour flouter l'arrère plan et isoler le premier plan:\n*Flouter l'arrière plan avec un RT-spot couvrant totalement l'image (valeurs élevées Etendue et transition) - normal ou inverse.\n*Isoler le premier plan avec un ou plusieurs RT-spot Exclusion avec l'outils que vous voulez (accroître Etendue).\n\nCe module peut être utilisé en réduction de bruit additionnelle,incluant un "median" et un "Filtre Guidé"
TP_LOCALLAB_BLUR;Flou Gaussien - Bruit - Grain
-TP_LOCALLAB_BLURCBDL;Flouter niveaux 0-1-2-3-4
TP_LOCALLAB_BLURCOL;Rayon floutage
+TP_LOCALLAB_BLURCOLDE_TOOLTIP;L'image pour calculer dE est légèrement floutéeafin d'éviter de prendre en compte des pixels isolés.
TP_LOCALLAB_BLURDE;Flouter la détection de forme
TP_LOCALLAB_BLURLC;Luminance seulement
TP_LOCALLAB_BLURLEVELFRA;Flouter niveaux
TP_LOCALLAB_BLURMASK_TOOLTIP;Génère un masque flou, prend en compte la structure avec le curseur de seuil de contraste du Masque flou.
TP_LOCALLAB_BLURRMASK_TOOLTIP;Vous permet de faire varier "rayon" du flou Gaussien (0 to 1000)
-TP_LOCALLAB_BLURRESIDFRA;Flouter image Résiduelle
TP_LOCALLAB_BLUR_TOOLNAME;Flouter/Grain & Réduction du Bruit - 1
TP_LOCALLAB_BLWH;Tous les changements forcés en noir et blanc
TP_LOCALLAB_BLWH_TOOLTIP;Force le changement de la composante "a" et "b" à zéro.\nUtile quand l'utilisateur choisit un processus noir et blanc, ou un film.
@@ -1808,13 +1800,11 @@ TP_LOCALLAB_BUTTON_DUPL;Dupliquer
TP_LOCALLAB_BUTTON_REN;Renommer
TP_LOCALLAB_BUTTON_VIS;Montrer/Cacher
TP_LOCALLAB_BWFORCE;Utilise Black Ev & White Ev
-TP_LOCALLAB_CAM16_FRA;Cam16 Adjustements Image
TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Pic Luminance)
TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapté au CAM16. Vous permet de modifier la fonction PQ interne (généralement 10 000 cd/m2 - 100 cd/m2 par défaut - désactivée pour 100 cd/m2).\nPeut être utilisé pour s'adapter à différents appareils et images.
+TP_LOCALLAB_CAM16_FRA;Cam16 Adjustements Image
TP_LOCALLAB_CAMMODE;CAM modèle
-TP_LOCALLAB_CAMMODE_ALL;CAM 16 + Jz Cz Hz
TP_LOCALLAB_CAMMODE_CAM16;CAM 16
-TP_LOCALLAB_CAMMODE_ZCAM;ZCAM only
TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
TP_LOCALLAB_CBDL;Contr. par niveaux détail
TP_LOCALLAB_CBDLCLARI_TOOLTIP;Ajuste les tons moyens et les réhausse.
@@ -1833,31 +1823,29 @@ TP_LOCALLAB_CHROMALEV;Niveaux de Chroma
TP_LOCALLAB_CHROMASKCOL;Chroma
TP_LOCALLAB_CHROMASK_TOOLTIP;Vous pouvez utiliser ce curseur pour désaturer l'arrière plan (inverse masque - courbe proche de 0).\nEgalement pour atténier ou accroître l'action du masque sur la chroma
TP_LOCALLAB_CHRRT;Chroma
-TP_LOCALLAB_CIE_TOOLNAME;Apparance de couleurs (Cam16 & JzCzHz)
TP_LOCALLAB_CIE;Apparance de couleurs(Cam16 & JzCzHz)
TP_LOCALLAB_CIEC;Utilise les paramètres de CIECAM
TP_LOCALLAB_CIECAMLOG_TOOLTIP;Ce module est basé sur le modèle d'apparence des couleurs CIECAM qui a été conçu pour mieux simuler la façon dont la vision humaine perçoit les couleurs dans différentes conditions d'éclairage. le moment de la prise de vue.\nLe deuxième processus Ciecam "Réglages d'image" est simplifié et n'utilise que 3 variables (contraste local, contraste J, saturation s).\nLe troisième processus Ciecam "Conditions de visualisation" adapte la sortie aux conditions de visualisation souhaitées ( moniteur, téléviseur, projecteur, imprimante, etc.) afin que l'aspect chromatique et le contraste soient préservés dans l'environnement d'affichage.
+TP_LOCALLAB_CIECOLORFRA;Couleur
+TP_LOCALLAB_CIECONTFRA;Contraste
+TP_LOCALLAB_CIELIGHTCONTFRA;Eclaircir & Contraste
+TP_LOCALLAB_CIELIGHTFRA;Eclaicir
TP_LOCALLAB_CIEMODE;Change position outils
TP_LOCALLAB_CIEMODE_COM;Défaut
TP_LOCALLAB_CIEMODE_DR;Dynamic Range
TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
-TP_LOCALLAB_CIEMODE_WAV;Ondelettes
-TP_LOCALLAB_CIEMODE_LOG;Log Encoding
-!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. "Mask and modifications" and "Recovery based on luminance mask" are available for"Cam16 and JzCzHz" at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use "Mask and modifications" and "Recovery based on luminance mask"
TP_LOCALLAB_CIEMODE_TOOLTIP;En Mode par défaut, Ciecam est ajouté en fin de processus. "Masque et modifications" et "Recovery based on luminance mask" sont disponibles pour "Cam16 et JzCzHz" à votre disposition.\nVous pouvez également intégrer Ciecam dans d'autres outils si vous le souhaitez (TM, Wavelet, Dynamic Range, Log Encoding). Les résultats pour ces outils seront différents de ceux sans Ciecam. Dans ce mode, vous pouvez également utiliser "Masque et modifications" et "Récupération basée sur le masque de luminance"
+TP_LOCALLAB_CIEMODE_WAV;Ondelettes
TP_LOCALLAB_CIETOOLEXP;Courbes
-TP_LOCALLAB_CIECOLORFRA;Couleur
-TP_LOCALLAB_CIECONTFRA;Contraste
-TP_LOCALLAB_CIELIGHTFRA;Eclaicir
-TP_LOCALLAB_CIELIGHTCONTFRA;Eclaircir & Contraste
+TP_LOCALLAB_CIE_TOOLNAME;Apparance de couleurs (Cam16 & JzCzHz)
TP_LOCALLAB_CIRCRADIUS;Taille Spot
TP_LOCALLAB_CIRCRAD_TOOLTIP;Contient les références du RT-spot, utile pour la détection de forme (couleur, luma, chroma, Sobel).\nLes faibles valeurs peuvent être utiles pour les feuillages.\nLes valeurs élevées peuvent être utile pour la peau
TP_LOCALLAB_CLARICRES;Fusion Chroma
TP_LOCALLAB_CLARIFRA;Clarté & Masque netteté/Fusion & adoucir
TP_LOCALLAB_CLARIJZ_TOOLTIP;En dessous ou égal à 4, 'Masque netteté' est actif.\nAu dessus du niveau ondelettes 5 'Clarté' est actif.
-TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;Le curseur « Rayon adoucir » (algorithme de filtre guidé) réduit les halos et les irrégularités pour les ondelettes de clarté, de masque net et de contraste local Jz.
TP_LOCALLAB_CLARILRES;Fusion Luma
TP_LOCALLAB_CLARISOFT;Rayon adoucir
+TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;Le curseur « Rayon adoucir » (algorithme de filtre guidé) réduit les halos et les irrégularités pour les ondelettes de clarté, de masque net et de contraste local Jz.
TP_LOCALLAB_CLARISOFT_TOOLTIP;Actif pour Clarté et Masque de netteté si différent de zéro.\n\nActif pour toutes les pyramides ondelettes.\nInactif si rayon = 0
TP_LOCALLAB_CLARITYML;Clarté
TP_LOCALLAB_CLARI_TOOLTIP;En dessous ou égal à 4, 'Masque netteté' est actif.\nAu dessus du niveau ondelettes 5 'Clarté' est actif.\nUtilesu=i vous utilisez 'Compression dynamique des niveaux'
@@ -1872,11 +1860,7 @@ TP_LOCALLAB_COLOR_TOOLNAME;Couleur & Lumière - 11
TP_LOCALLAB_COL_NAME;Nom
TP_LOCALLAB_COL_VIS;Statut
TP_LOCALLAB_COMPFRA;Niveaux Contraste directionnel
-TP_LOCALLAB_COMPFRAME_TOOLTIP;Autorise des effets spéciaux. Vous pouvez réduire les artéfacts avec 'Clarté & Masque netteté - Fusion & Images douces".\nUtilise des ressources
-TP_LOCALLAB_COMPLEX_METHOD;Complexitée logicielle
-TP_LOCALLAB_COMPLEX_TOOLTIP; Autorise l'utilisateur à sélectionner des rubriques Ajustements locaux.
TP_LOCALLAB_COMPREFRA;Niveaux de (de)compression dynamique
-TP_LOCALLAB_COMPRESS_TOOLTIP;Utilisesi nécessaire le module 'Clarté & Masque de netteté - Fusion & Images douces' en ajustant 'Rayon doux' pour réduire les artéfacts.
TP_LOCALLAB_CONTCOL;Seuil de Contraste Masque flou
TP_LOCALLAB_CONTFRA;Contraste par niveau
TP_LOCALLAB_CONTRAST;Contraste
@@ -1889,38 +1873,33 @@ TP_LOCALLAB_CSTHRESHOLD;Ondelettes niveaux
TP_LOCALLAB_CSTHRESHOLDBLUR;Masque Ondelettes niveau
TP_LOCALLAB_CURV;Luminosité - Contraste - Chrominance "Super"
TP_LOCALLAB_CURVCURR;Normal
-TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;Si la courbe est au sommet, le masque est compétement noir aucune transformation n'est réalisée par le masque sur l'image.\nQuand vous descendez la courbe, progressivement le masque va se colorer et s'éclaicir, l'image change de plus en plus.\n\nIl est recommendé (pas obligatoire) de positionner le sommet des courbes curves sur la ligne de transition grise qui représnte les références (chroma, luma, couleur).
TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;Si la courbe est au sommet,le masque est compétement noir aucune transformation n'est réalisée par le masque sur l'image.\nQuand vous descendez la courbe, progressivement le masque va se colorer et s'éclaicir, l'image change de plus en plus.\nVous pouvez choisir ou non de positionner le sommet de la courbe sur la transition.
+TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;Si la courbe est au sommet, le masque est compétement noir aucune transformation n'est réalisée par le masque sur l'image.\nQuand vous descendez la courbe, progressivement le masque va se colorer et s'éclaicir, l'image change de plus en plus.\n\nIl est recommendé (pas obligatoire) de positionner le sommet des courbes curves sur la ligne de transition grise qui représnte les références (chroma, luma, couleur).
TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;Pour être actif, vous devez activer la combobox 'Curves type'
TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Courbe tonale
TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), peut être utilisée avec L(H) dans Couleur et lumière
TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', la courbe L=f(L) a le même algorithme que le curseur luminosité.\n'Super' the curve L=f(L) has an new improved algorithm, which can leeds in some cases to artifacts.
-TP_LOCALLAB_CURVENCONTRAST;Super+Contrast threshold (experimental)
-TP_LOCALLAB_CURVENH;Super
-TP_LOCALLAB_CURVENHSU;Combined HueChroma (experimental)
-TP_LOCALLAB_CURVENSOB2;Combined HueChroma + Contrast threshold (experimental)
TP_LOCALLAB_CURVNONE;Désactive courbes
TP_LOCALLAB_DARKRETI;Obscuirité
TP_LOCALLAB_DEHAFRA;Elimination de la brume
-TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Élimine la brume atmosphérique. Augmente généralement la saturation et les détails. \ N Peut supprimer les dominantes de couleur, mais peut également introduire une dominante bleue qui peut être corrigée à l'aide d'autres outils.
TP_LOCALLAB_DEHAZ;Force
+TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Élimine la brume atmosphérique. Augmente généralement la saturation et les détails. \ N Peut supprimer les dominantes de couleur, mais peut également introduire une dominante bleue qui peut être corrigée à l'aide d'autres outils.
TP_LOCALLAB_DEHAZ_TOOLTIP;Valeurs Négatives ajoute de la brume
TP_LOCALLAB_DELTAD;Delta balance
TP_LOCALLAB_DELTAEC;Masque ΔE Image
-TP_LOCALLAB_DENOIS;Ψ Réduction du bruit
-TP_LOCALLAB_DENOI_EXP;Réduction du bruit
-TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservatif préserve les fréquences basses, alors que agressif tend à les effacer.\nConservatif et agressif utilisent les ondelletes et DCT et peuvent être utilisées en conjonction avec "débruitage par morceaux - luminance"
-TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Equilibre l'action de denoise luminance entre les ombres et les lumières
TP_LOCALLAB_DENOI1_EXP;De-bruite basé sur masque luminance
TP_LOCALLAB_DENOI2_EXP;Récupération basée sur masque luminance
-TP_LOCALLAB_DENOI_TOOLTIP;Ce module peut être utilisé seul (à la fin du processus), ou en complément de Réduction du bruit (au début).\nEtendue(deltaE)permet de différencier l'action.\nVous pouvez compléter avec "median" ou "Filtre guidé" (Adoucir Flou...).\nVous pouvez compléter l'action avec "Flou niveaux" "Ondelette pyramide"
-TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Permet de récupérer les détails de luminance par mise en oeuvre progressive de la transformée de Fourier (DCT)
-TP_LOCALLAB_DENOICHROF_TOOLTIP;Agit sur les fins détails du bruit de chrominance
+TP_LOCALLAB_DENOIBILAT_TOOLTIP;Traite le bruit d'impulsion (poivre et sel)
TP_LOCALLAB_DENOICHROC_TOOLTIP;Agit sur les paquets et amas de bruit de chrominance
TP_LOCALLAB_DENOICHRODET_TOOLTIP;Permet de récupérer les détails de chrominance par mise en oeuvre progressive de la transformée de Fourier (DCT)
-TP_LOCALLAB_DENOITHR_TOOLTIP;Règle l'effet de bord pour privilégier l'action sur les aplats
+TP_LOCALLAB_DENOICHROF_TOOLTIP;Agit sur les fins détails du bruit de chrominance
TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Equilibre l'action de denoise chrominance entre les bleus-jaunes et les rouges-verts
-TP_LOCALLAB_DENOIBILAT_TOOLTIP;Traite le bruit d'impulsion (poivre et sel)
+TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Equilibre l'action de denoise luminance entre les ombres et les lumières
+TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Permet de récupérer les détails de luminance par mise en oeuvre progressive de la transformée de Fourier (DCT)
+TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservatif préserve les fréquences basses, alors que agressif tend à les effacer.\nConservatif et agressif utilisent les ondelletes et DCT et peuvent être utilisées en conjonction avec "débruitage par morceaux - luminance"
+TP_LOCALLAB_DENOITHR_TOOLTIP;Règle l'effet de bord pour privilégier l'action sur les aplats
+TP_LOCALLAB_DENOI_EXP;Réduction du bruit
+TP_LOCALLAB_DENOI_TOOLTIP;Ce module peut être utilisé seul (à la fin du processus), ou en complément de Réduction du bruit (au début).\nEtendue(deltaE)permet de différencier l'action.\nVous pouvez compléter avec "median" ou "Filtre guidé" (Adoucir Flou...).\nVous pouvez compléter l'action avec "Flou niveaux" "Ondelette pyramide"
TP_LOCALLAB_DEPTH;Profondeur
TP_LOCALLAB_DETAIL;Contraste local
TP_LOCALLAB_DETAILFRA;Détection bord - DCT
@@ -1950,8 +1929,8 @@ TP_LOCALLAB_EXCLUF_TOOLTIP;Peut être utilsé pour exclure une partie des donné
TP_LOCALLAB_EXCLUTYPE;Spot méthode
TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Spot Normal utilise les données récursives.\n\nSpot exclusion réinitialise les données d'origine.\nPeut être utilsé pour annuler totalement ou partiellement une action précédente ou pour réaliser un mode inverse.\n\nImage entière vous permet d'utiliser 'local adjustments" sur le totalité de l'image.\nLes délimiteurs sont positionnés au delà de la prévisualisation\nTransition est mis à 100.\nVous pouvez avoir à repositionner le Spot ainsi que sa taille pour obtenir les effets désirés.\nNotez que l'utilisation de De-bruite, ondelettes, FFTW en image entière va utiliser de grosses quantités de mémoire, et peut amener l'application à 'planter' sur des systèmes à faible capacité.
TP_LOCALLAB_EXECLU;Spot Exclusion
-TP_LOCALLAB_EXNORM;Spot Normal
TP_LOCALLAB_EXFULL;Image entière
+TP_LOCALLAB_EXNORM;Spot Normal
TP_LOCALLAB_EXPCBDL_TOOLTIP;Peut être utilisé pour retirer les marques sur le capteur ou la lentille.
TP_LOCALLAB_EXPCHROMA;Chroma compensation
TP_LOCALLAB_EXPCHROMA_TOOLTIP;Seulement en association avec compensation d'exposition et PDE Ipol.\nEvite la desaturation des couleurs
@@ -1969,30 +1948,25 @@ TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Applique un gamma avant et après la transformée
TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Ajoute une exposition linéaire avant l'application de la transformée de Laplace
TP_LOCALLAB_EXPLAP_TOOLTIP;Plus vous agissez sur ce curseur de seuil, plus grande sera l'action de reduire le contraste.
TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Autorise de nombreuses possibilités de fusionner les images (comme les calques dans Photosshop) : difference, multiply, soft light, overlay...avec opacité...\nOriginale Image : fusionne le RT-spot en cours avec Originale.\nSpot Précédent : fusionne le RT-spot en cours avec le précédent - si il n'y a qu'un spot précédent = original.\nArrière plan : fusionne le RT-spot en cours avec la couleur et la luminance de l'arrière plan (moins de possibilités)
-TP_LOCALLAB_EXPMETHOD_TOOLTIP;Standard : utilise un algorithme similaire à Exposure principal mais en L*a*b* et en prenant en compte le deltaE.\n\nCompression dynamique et atténuateur de contraste : utilise un autre algorithme aussi avec deltaE et avec l'équation de Poisson pour résoudre le Laplacien dans l'espace de Fourier.\nAtténuateur, Compression dynamqiue et Standard peuvent être combinés.\nFFTW La transformée de Fourier est optimisée en taille pour réduire les temps de traitement.\nRéduit les artéfacts et le bruit.
TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applique un median avant la transformée de Laplace pour éviter les artéfacts (bruit).\nVous pouvez aussi utiliser l'outil "Réduction du bruit".
TP_LOCALLAB_EXPOSE;Plage dynamique & Exposition
TP_LOCALLAB_EXPOSURE_TOOLTIP;Modifie l'exposition dans l'espace L*a*b* en utilisant un Laplacien et les algorithmes PDE en prenant en compte dE, minimise les artéfacts.
TP_LOCALLAB_EXPRETITOOLS;Outils Retinex avancés
TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUtiliser de basses valeurs de transition et de hautes valeurs de transition affaiblissement et Etendue pour simuler un petit RT-spot.
TP_LOCALLAB_EXPTOOL;Outils exposition
-TP_LOCALLAB_EXPTRC;Courbe de réponse Tonale - TRC
TP_LOCALLAB_EXP_TOOLNAME;Plage Dynamique & Exposition- 10
TP_LOCALLAB_FATAMOUNT;Quantité
TP_LOCALLAB_FATANCHOR;Ancre
-TP_LOCALLAB_FATANCHORA;Décalage
TP_LOCALLAB_FATDETAIL;Detail
TP_LOCALLAB_FATFRA;Compression Dynamique ƒ
TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal - utilise Fattal Tone mapping algorithme.
TP_LOCALLAB_FATLEVEL;Sigma
-TP_LOCALLAB_FATRES;Quantité de Residual Image
TP_LOCALLAB_FATSHFRA;Compression Dynamique Masque
TP_LOCALLAB_FEATH_TOOLTIP;Largeur du Gradient en porcentage de la diagonale du Spot\nUtilisé par tous les Filtres Gradués dans tous les outils.\nPas d'action si les filtres gradués ne sont pas utilisés.
TP_LOCALLAB_FEATVALUE;Adouc. gradient(Filtres Gradués)
TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
TP_LOCALLAB_FFTMASK_TOOLTIP;Utilise une transformée de Fourier pour une meilleure qualité (accroit le temps de traitement et le besoin en mémoire)
TP_LOCALLAB_FFTW;ƒ - Utilise Fast Fourier Transform
-TP_LOCALLAB_FFTW2;ƒ - Utilise Fast Fourier Transform (TIF, JPG,..)
TP_LOCALLAB_FFTWBLUR;ƒ - Utilise toujours Fast Fourier Transform
TP_LOCALLAB_FULLIMAGE;Calcule les valeurs NoirEv-blancEv - image entière
TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calcule les valeurs Ev sur l'image entière.
@@ -2014,108 +1988,64 @@ TP_LOCALLAB_GRADSTRHUE;Force Gradient Teinte
TP_LOCALLAB_GRADSTRHUE2;Force Gradient Teinte
TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Filttre Teinte force
TP_LOCALLAB_GRADSTRLUM;Force Gradient Luminance
-TP_LOCALLAB_GRADSTR_TOOLTIP;Force Filtre en Ev
TP_LOCALLAB_GRAINFRA;Film Grain 1:1
TP_LOCALLAB_GRAIN_TOOLTIP;Ajoute du grain pour simuler un film
TP_LOCALLAB_GRALWFRA;Filtre Gradué Local contraste
TP_LOCALLAB_GRIDFRAME_TOOLTIP;Vous pouvez utiliser cet outil comme une brosse. Utiliser un petit Spot et adaptez transition et transition affaiblissement\nSeulement en mode NORMAL et éventuellement Teinte, Saturation, Couleur, Luminosité sont concernés par Fusion arrire plan (ΔE)
+TP_LOCALLAB_GRIDMETH_TOOLTIP;Virage partiel: la luminance est prise en compte quand varie la chroma -Equivalent de H=f(H) si le "point blanc" sur la grille the grid est à zéro et vous faites varier le "point noir" -Equivalent de "Virage partiel" si vous faites varier les 2 points.\n\nDirect: agit directement sur la chroma
TP_LOCALLAB_GRIDONE;Virage partiel
TP_LOCALLAB_GRIDTWO;Direct
-TP_LOCALLAB_GRIDMETH_TOOLTIP;Virage partiel: la luminance est prise en compte quand varie la chroma -Equivalent de H=f(H) si le "point blanc" sur la grille the grid est à zéro et vous faites varier le "point noir" -Equivalent de "Virage partiel" si vous faites varier les 2 points.\n\nDirect: agit directement sur la chroma
TP_LOCALLAB_GUIDBL;Rayon adoucir
+TP_LOCALLAB_GUIDBL_TOOLTIP;Applique un filtre guidé avec un rayon donné, pour réduire les artefacts ou flouter l'image
+TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Détail - agit sur la répartition du filtre guidé, les valeurs négatives simulent un flou gaussien
TP_LOCALLAB_GUIDFILTER;Rayon Filtre Guidé
TP_LOCALLAB_GUIDFILTER_TOOLTIP;Adapter cette valeur en fonction des images - peut réduire ou accroître les artéfacts.
-TP_LOCALLAB_GUIDBL_TOOLTIP;Applique un filtre guidé avec un rayon donné, pour réduire les artefacts ou flouter l'image
TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Force du filtre guidé
-TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Détail - agit sur la répartition du filtre guidé, les valeurs négatives simulent un flou gaussien
TP_LOCALLAB_HHMASK_TOOLTIP;Ajustements fin de la teinte par exemple pour la peau.
TP_LOCALLAB_HIGHMASKCOL;Hautes lumières masque
TP_LOCALLAB_HLH;H
TP_LOCALLAB_IND;Independant (souris)
TP_LOCALLAB_INDSL;Independant (souris + curseurs)
+TP_LOCALLAB_INVBL_TOOLTIP;Alternative\nPremier Spot:\n image entière - delimiteurs en dehors de la prévisualisation\n RT-spot forme sélection : rectangle. Transition 100\n\nDeuxième spot : Spot Exclusion
TP_LOCALLAB_INVERS;Inverse
TP_LOCALLAB_INVERS_TOOLTIP;Si sélectionné (inverse) moins de possibilités.\n\nAlternative\nPremier Spot:\n image entière - delimiteurs en dehors de la prévisualisation\n RT-spot forme sélection : rectangle. Transition 100\n\nDeuxième spot : Spot Exclusion
-TP_LOCALLAB_INVBL_TOOLTIP;Alternative\nPremier Spot:\n image entière - delimiteurs en dehors de la prévisualisation\n RT-spot forme sélection : rectangle. Transition 100\n\nDeuxième spot : Spot Exclusion
TP_LOCALLAB_INVMASK;Algorithme inverse
TP_LOCALLAB_ISOGR;Plus gros (ISO)
TP_LOCALLAB_JAB;Utilise Black Ev & White Ev
TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAjuste automatiquement la relation entre Jz et la saturation en tenant compte de la "luminance absolue".
TP_LOCALLAB_JZ100;Jz référence 100cd/m2
-TP_LOCALLAB_JZCLARILRES;Fusion luma Jz
+TP_LOCALLAB_JZ100_TOOLTIP;Ajuste automatiquement le niveau de référence Jz 100 cd/m2 (signal d'image).\nModifie le niveau de saturation et l'action de "l'adaptation PU" (adaptation uniforme perceptuelle).
+TP_LOCALLAB_JZADAP;PU adaptation
+TP_LOCALLAB_JZCH;Chroma
+TP_LOCALLAB_JZCHROM;Chroma
TP_LOCALLAB_JZCLARICRES;Fusion chroma Cz
+TP_LOCALLAB_JZCLARILRES;Fusion luma Jz
+TP_LOCALLAB_JZCONT;Contraste
TP_LOCALLAB_JZFORCE;Force max Jz à 1
TP_LOCALLAB_JZFORCE_TOOLTIP;Vous permet de forcer la valeur Jz maximale à 1 pour une meilleure réponse du curseur et de la courbe
TP_LOCALLAB_JZFRA;Jz Cz Hz Ajustements Image
+TP_LOCALLAB_JZHFRA;Courbes Hz
+TP_LOCALLAB_JZHJZFRA;Courbe Jz(Hz)
+TP_LOCALLAB_JZHUECIE;Rotation de teinte
+TP_LOCALLAB_JZLIGHT;Brightness
+TP_LOCALLAB_JZLOG;Log encoding Jz
+TP_LOCALLAB_JZLOGWBS_TOOLTIP;Les réglages Black Ev et White Ev peuvent être différents selon que l'encodage Log ou Sigmoid est utilisé.\nPour Sigmoid, un changement (augmentation dans la plupart des cas) de White Ev peut être nécessaire pour obtenir un meilleur rendu des hautes lumières, du contraste et de la saturation.
+TP_LOCALLAB_JZLOGWB_TOOLTIP;Si Auto est activé, il calculera et ajustera les niveaux Ev et la 'luminance moyenne Yb%' pour la zone du spot. Les valeurs résultantes seront utilisées par toutes les opérations Jz, y compris "Log Encoding Jz".\nCalcule également la luminance absolue au moment de la prise de vue.
+TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb est la luminance relative du fond, exprimée en pourcentage de gris. 18 % de gris correspond à une luminance d'arrière-plan de 50 % lorsqu'elle est exprimée en CIE L.\nLes données sont basées sur la luminance moyenne de l'image.\nLorsqu'elle est utilisée avec Log Encoding, la luminance moyenne est utilisée pour déterminer la quantité de gain nécessaire à appliquer au signal avant le codage logarithmique. Des valeurs inférieures de luminance moyenne se traduiront par un gain accru.
TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (uniquement en mode 'Avancé'). Opérationnel uniquement si le périphérique de sortie (moniteur) est HDR (luminance crête supérieure à 100 cd/m2 - idéalement entre 4000 et 10000 cd/m2. Luminance du point noir inférieure à 0,005 cd/m2). Cela suppose a) que l'ICC-PCS pour l'écran utilise Jzazbz (ou XYZ), b) fonctionne en précision réelle, c) que le moniteur soit calibré (si possible avec un gamut DCI-P3 ou Rec-2020), d) que le gamma habituel (sRGB ou BT709) est remplacé par une fonction Perceptual Quantiser (PQ).
TP_LOCALLAB_JZPQFRA;Jz remappage
TP_LOCALLAB_JZPQFRA_TOOLTIP;Permet d'adapter l'algorithme Jz à un environnement SDR ou aux caractéristiques (performances) d'un environnement HDR comme suit :\n a) pour des valeurs de luminance comprises entre 0 et 100 cd/m2, le système se comporte comme s'il était dans un environnement SDR .\n b) pour des valeurs de luminance comprises entre 100 et 10000 cd/m2, vous pouvez adapter l'algorithme aux caractéristiques HDR de l'image et du moniteur.\n\nSi "PQ - Peak luminance" est réglé sur 10000, "Jz remappping" se comporte de la même manière que l'algorithme original de Jzazbz.
TP_LOCALLAB_JZPQREMAP;PQ - Pic luminance
TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - vous permet de modifier la fonction PQ interne (généralement 10000 cd/m2 - par défaut 120 cd/m2).\nPeut être utilisé pour s'adapter à différentes images, processus et appareils.
-TP_LOCALLAB_JZ100_TOOLTIP;Ajuste automatiquement le niveau de référence Jz 100 cd/m2 (signal d'image).\nModifie le niveau de saturation et l'action de "l'adaptation PU" (adaptation uniforme perceptuelle).
-TP_LOCALLAB_JZADAP;PU adaptation
-TP_LOCALLAB_JZFRA;Jz Cz Hz Adjustments Images
-TP_LOCALLAB_JZLIGHT;Brightness
-TP_LOCALLAB_JZCONT;Contraste
-TP_LOCALLAB_JZCH;Chroma
-TP_LOCALLAB_JZCHROM;Chroma
-TP_LOCALLAB_JZHFRA;Courbes Hz
-TP_LOCALLAB_JZHJZFRA;Courbe Jz(Hz)
-TP_LOCALLAB_JZHUECIE;Rotation de teinte
-TP_LOCALLAB_JZLOGWB_TOOLTIP;Si Auto est activé, il calculera et ajustera les niveaux Ev et la 'luminance moyenne Yb%' pour la zone du spot. Les valeurs résultantes seront utilisées par toutes les opérations Jz, y compris "Log Encoding Jz".\nCalcule également la luminance absolue au moment de la prise de vue.
-TP_LOCALLAB_JZLOGWBS_TOOLTIP;Les réglages Black Ev et White Ev peuvent être différents selon que l'encodage Log ou Sigmoid est utilisé.\nPour Sigmoid, un changement (augmentation dans la plupart des cas) de White Ev peut être nécessaire pour obtenir un meilleur rendu des hautes lumières, du contraste et de la saturation.
+TP_LOCALLAB_JZQTOJ;Luminance relative
+TP_LOCALLAB_JZQTOJ_TOOLTIP;Vous permet d'utiliser "Luminance relative" au lieu de "Luminance absolue" - Brightness devient Lightness.\nLes changements affectent : le curseur Luminosité, le curseur Contraste et la courbe Jz(Jz).
TP_LOCALLAB_JZSAT;Saturation
TP_LOCALLAB_JZSHFRA;Ombres/Lumières Jz
TP_LOCALLAB_JZSOFTCIE;Rayon adoucir (GuidedFilter)
-TP_LOCALLAB_JZTARGET_EV;Luminance moyenne (Yb%)
TP_LOCALLAB_JZSTRSOFTCIE;GuidedFilter Force
-TP_LOCALLAB_JZQTOJ;Luminance relative
-TP_LOCALLAB_JZQTOJ_TOOLTIP;Vous permet d'utiliser "Luminance relative" au lieu de "Luminance absolue" - Brightness devient Lightness.\nLes changements affectent : le curseur Luminosité, le curseur Contraste et la courbe Jz(Jz).
+TP_LOCALLAB_JZTARGET_EV;Luminance moyenne (Yb%)
TP_LOCALLAB_JZTHRHCIE;Seuik Chroma pour Jz(Hz)
TP_LOCALLAB_JZWAVEXP;Ondelettes Jz
-TP_LOCALLAB_JZLOG;Log encoding Jz
-TP_LOCALLAB_LOG;Log Encoding
-TP_LOCALLAB_LOG1FRA;CAM16 Adjustment Images
-TP_LOCALLAB_LOG2FRA;Conditions de visionnage
-TP_LOCALLAB_LOGAUTO;Automatique
-TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Calcule automatiquement la « luminance moyenne » pour les conditions de la scène lorsque le bouton « Automatique » dans les niveaux d'exposition relatifs est enfoncé.
-TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Calcule automatiquement la « luminance moyenne » pour les conditions de la scène.
-TP_LOCALLAB_LOGAUTO_TOOLTIP;Appuyez sur ce bouton pour calculer la plage dynamique et la « Luminance moyenne » pour les conditions de la scène si la « Luminance moyenne automatique (Yb %) » est cochée).\nCalcule également la luminance absolue au moment de la prise de vue.\nAppuyez à nouveau sur le bouton pour ajuster les valeurs calculées automatiquement.
-TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
-TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP;Valeurs estimées du dynamic range entre Black Ev et White Ev
-TP_LOCALLAB_LOGCATAD_TOOLTIP;L'adaptation chromatique permet d'interpréter une couleur en fonction de son environnement spatio-temporel.\nUtile lorsque la balance des blancs s'écarte sensiblement de la référence D50.\nAdapte les couleurs à l'illuminant du périphérique de sortie.
-TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
-TP_LOCALLAB_LOGCIE;Log encoding au lieu de Sigmoid
-TP_LOCALLAB_LOGCIE_TOOLTIP;Vous permet d'utiliser Black Ev, White Ev, Scene Mean luminance (Yb%) et Viewing Mean luminance (Yb%) pour le mappage des tons à l'aide de l'encodage Log Q.
-TP_LOCALLAB_LOGCONQL;Contraste (Q)
-TP_LOCALLAB_LOGCONTL;Contraste (J)
-TP_LOCALLAB_LOGCOLORF_TOOLTIP;Quantité de teinte perçue par rapport au gris.\nIndicateur qu'un stimulus apparaît plus ou moins coloré.
-TP_LOCALLAB_LOGCONTL_TOOLTIP;Le contraste (J) dans CIECAM16 prend en compte l'augmentation de la coloration perçue avec la luminance
-TP_LOCALLAB_LOGCONTQ_TOOLTIP;Le contraste (Q) dans CIECAM16 prend en compte l'augmentation de la coloration perçue avec la luminosité (brightness).
-TP_LOCALLAB_LOGCONTHRES;Contrast seuil (J & Q)
-TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Ajuste la plage de contraste des tons moyens (J et Q).\nLes valeurs positives réduisent progressivement l'effet des curseurs Contraste (J et Q). Les valeurs négatives augmentent progressivement l'effet des curseurs Contraste.
-TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
-TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
-TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
-TP_LOCALLAB_LOGDETAIL_TOOLTIP;Agit principalement sur les hautes frequences.
-TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUtile pour les images sous-exposées ou les images avec une plage dynamique élevée.\n\nProcessus en deux étapes : 1) Calcul de la plage dynamique 2) Réglage manuel
-TP_LOCALLAB_LOGEXP;Tous les outils
-TP_LOCALLAB_LOGFRA;Scene Conditions
-TP_LOCALLAB_LOGFRAME_TOOLTIP;Vous permet de calculer et d'ajuster les niveaux Ev et la 'luminance moyenne Yb%' (point gris source) pour la zone du spot. Les valeurs résultantes seront utilisées par toutes les opérations Lab et la plupart des opérations RVB du pipeline.\nCalcule également la luminance absolue au moment de la prise de vue.
-TP_LOCALLAB_LOGIMAGE_TOOLTIP;Prend en compte les variables Ciecam correspondantes : c'est-à-dire le contraste (J) et la saturation (s), ainsi que le contraste (Q), la luminosité (Q), la luminosité (J) et la couleur (M) (en mode avancé)
-TP_LOCALLAB_LOGLIGHTL;Lightness (J)
-TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Proche de lightness (L*a*b*). Prend en compte l'augmentation de la coloration perçue
-TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
-TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Quantité de lumière perçue émanant d'un stimulus.\nIndicateur qu'un stimulus semble être plus ou moins brillant, clair.
-TP_LOCALLAB_LOGLIN;Logarithm mode
-TP_LOCALLAB_LOGPFRA;Niveaux Exposition relatifs
-TP_LOCALLAB_LOGREPART;Force Globale
-TP_LOCALLAB_LOGREPART_TOOLTIP;Vous permet d'ajuster la force relative de l'image encodée en journal par rapport à l'image d'origine.\nN'affecte pas le composant Ciecam.
-TP_LOCALLAB_LOGSATURL_TOOLTIP;La saturation(s) dans CIECAM16 correspond à la couleur d'un stimulus par rapport à sa propre luminosité.\nAgit principalement sur les tons moyens et sur les hautes lumières.
-TP_LOCALLAB_LOGSCENE_TOOLTIP;Correspond aux conditions de prise de vue.
-TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Modifie les tonalités et les couleurs pour prendre en compte les conditions de la scène.\n\nMoyen : conditions d'éclairage moyennes (standard). L'image ne changera pas.\n\nDim : conditions de luminosité. L'image deviendra légèrement plus lumineuse.\n\nSombre : conditions sombres. L'image deviendra plus lumineuse.
-TP_LOCALLAB_LOGVIEWING_TOOLTIP;Correspond au support sur lequel sera visualisée l'image finale (moniteur, TV, projecteur, imprimante...), ainsi qu'aux conditions environnantes.
-TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb est la luminance relative du fond, exprimée en pourcentage de gris. 18 % de gris correspond à une luminance d'arrière-plan de 50 % lorsqu'elle est exprimée en CIE L.\nLes données sont basées sur la luminance moyenne de l'image.\nLorsqu'elle est utilisée avec Log Encoding, la luminance moyenne est utilisée pour déterminer la quantité de gain nécessaire à appliquer au signal avant le codage logarithmique. Des valeurs inférieures de luminance moyenne se traduiront par un gain accru.
-TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
TP_LOCALLAB_LABBLURM;Masque Flouter
TP_LOCALLAB_LABEL;Ajustements Locaux
TP_LOCALLAB_LABGRID;Grille correction couleurs
@@ -2126,13 +2056,12 @@ TP_LOCALLAB_LAPLACC;ΔØ Masque Laplacien résoud PDE
TP_LOCALLAB_LAPLACE;Laplacien seuil ΔE
TP_LOCALLAB_LAPLACEXP;Laplacien seuil
TP_LOCALLAB_LAPMASKCOL;Laplacien seuil
-TP_LOCALLAB_LAPRAD_TOOLTIP;Eviter d'utiliser Radius and Laplace Seuil en même temps.\nLaplacien seuil reduit le contraste, artéfacts, adoucit le résultat.
TP_LOCALLAB_LAPRAD1_TOOLTIP;Eviter d'utiliser Radius and Laplace Seuil en même temps.\nTransforme le masque pour éliminer les valeurs inférieures au seuil.\nReduit les artefacts et le bruit, et permet une modification du contraste local.
+TP_LOCALLAB_LAPRAD_TOOLTIP;Eviter d'utiliser Radius and Laplace Seuil en même temps.\nLaplacien seuil reduit le contraste, artéfacts, adoucit le résultat.
TP_LOCALLAB_LAP_MASK_TOOLTIP;Résoud PDE (Equation aux dérivées partielles) pour tous les masques Laplacien.\nSi activé Laplacien masque seuil reduit les artéfacts et adoucit les résultats.\nSi désactivé réponse linaire.
TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT améliore la qualité et autorise de grands rayons, mais accroît les temps de traitement.\nCe temps dépends de la surface devant être traitée.\nA utiliser de préférences pour de grands rayons.\n\nLes Dimensions peuvent être réduites de quelques pixels pour optimiser FFTW.\nCette optimisation peut réduire le temps de traitement d'un facteur de 1.5 à 10.\n
TP_LOCALLAB_LC_TOOLNAME;Constraste Local & Ondelettes - 7
TP_LOCALLAB_LEVELBLUR;Maximum Flouter
-TP_LOCALLAB_LEVELLOCCONTRAST_TOOLTIP;En abscisse le contraste local (proche du concept de luminance). En ordonnée, amplification ou reduction du contraste local.
TP_LOCALLAB_LEVELWAV;Ondelettes Niveaux
TP_LOCALLAB_LEVELWAV_TOOLTIP;Le niveau est automatiquement adapté à la taille du spot et de la prévisualisation.\nDu niveau 9 taille max 512 jusqu'au niveau 1 taille max = 4
TP_LOCALLAB_LEVFRA;Niveaux
@@ -2151,108 +2080,107 @@ TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramide 2:
TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contr. par niveaux/TM/Cont.Dir.
TP_LOCALLAB_LOC_CONTRASTPYRLAB; Filtre Gradué/Netteté bords/Flou
TP_LOCALLAB_LOC_RESIDPYR;Image Residuelle
-TP_LOCALLAB_LOG;Codage logbwforce
-TP_LOCALLAB_LOG1FRA;Ajustements Image
+TP_LOCALLAB_LOG;Log Encoding
+TP_LOCALLAB_LOG1FRA;CAM16 Adjustment Images
TP_LOCALLAB_LOG2FRA;Conditions de visionnage
TP_LOCALLAB_LOGAUTO;Automatique
-TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Calcule automatiquement la 'luminance moyenne' pour les conditons de prise de vue quand le bouton ‘Automatique’ dans Niveaux d'Exposition Relatif est pressé.
-TP_LOCALLAB_LOGAUTO_TOOLTIP;Presser ce bouton va amener une évaluation an evaluation de l'amplitude dynamique et du point gris "source" (Si "Automatique" Source gris activé).\nPour être autorisé à retoucher les valeurs automatiques, presser le bouton à nouveau
-TP_LOCALLAB_LOGBASE_TOOLTIP;Défaut = 2.\nValeurs inférieures à 2 réduisent l'action de l'algorithme, les ombres sont plus sombres, les hautes lumières plus brillantes.\nValeurs supérieures à 2 changent l'action de l'algorithme, les ombres sont plus grises, les hautes lumières lavées
-TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP;Valeurs estimées de la plage Dynamique - Noir Ev et Blanc Ev
-TP_LOCALLAB_LOGCATAD_TOOLTIP;L'adaptation chromatique vous permet d'interpreter une couleur en se référant à son environnement spatio-temporel.\nUtile lorsque la balance des blancs est loin de D50.\nAdapte les couleurs à l'illuminant du périphérque de sortie.
-TP_LOCALLAB_LOGCOLORFL;Niveau de couleurs (M)
-TP_LOCALLAB_LOGCOLORF_TOOLTIP;Taux de perception de la teinte en relation au gris.\nIndicateur qu'un stimulus apparaît plus ou moins coloré.
+TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Calcule automatiquement la « luminance moyenne » pour les conditions de la scène.
+TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Calcule automatiquement la « luminance moyenne » pour les conditions de la scène lorsque le bouton « Automatique » dans les niveaux d'exposition relatifs est enfoncé.
+TP_LOCALLAB_LOGAUTO_TOOLTIP;Appuyez sur ce bouton pour calculer la plage dynamique et la « Luminance moyenne » pour les conditions de la scène si la « Luminance moyenne automatique (Yb %) » est cochée).\nCalcule également la luminance absolue au moment de la prise de vue.\nAppuyez à nouveau sur le bouton pour ajuster les valeurs calculées automatiquement.
+TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+TP_LOCALLAB_LOGCATAD_TOOLTIP;L'adaptation chromatique permet d'interpréter une couleur en fonction de son environnement spatio-temporel.\nUtile lorsque la balance des blancs s'écarte sensiblement de la référence D50.\nAdapte les couleurs à l'illuminant du périphérique de sortie.
+TP_LOCALLAB_LOGCIE;Log encoding au lieu de Sigmoid
+TP_LOCALLAB_LOGCIE_TOOLTIP;Vous permet d'utiliser Black Ev, White Ev, Scene Mean luminance (Yb%) et Viewing Mean luminance (Yb%) pour le mappage des tons à l'aide de l'encodage Log Q.
+TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+TP_LOCALLAB_LOGCOLORF_TOOLTIP;Quantité de teinte perçue par rapport au gris.\nIndicateur qu'un stimulus apparaît plus ou moins coloré.
TP_LOCALLAB_LOGCONQL;Contraste (Q)
+TP_LOCALLAB_LOGCONTHRES;Contrast seuil (J & Q)
TP_LOCALLAB_LOGCONTL;Contraste (J)
-TP_LOCALLAB_LOGCONTL_TOOLTIP;Contraste (J) CIECAM16 prend en compte l'accroissement de la perception colorée avec la luminance.
-TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contraste (Q) CIECAM16 prend en compte l'accroissement de la perception colorée avec la brillance.
-TP_LOCALLAB_LOGDETAIL_TOOLTIP;Agit principalment sur les hautes fréquences.
-TP_LOCALLAB_LOGENCOD_TOOLTIP;Autorise 'Tone Mapping' avec codage Logarithmique (ACES).\nUtile pour images ous-exposées, ou avec une plage dynamique élévée.\n\nDeux étapes dans le processus : 1) Calculer Plage Dynamique 2) Adaptation par utilisateur
+TP_LOCALLAB_LOGCONTL_TOOLTIP;Le contraste (J) dans CIECAM16 prend en compte l'augmentation de la coloration perçue avec la luminance
+TP_LOCALLAB_LOGCONTQ_TOOLTIP;Le contraste (Q) dans CIECAM16 prend en compte l'augmentation de la coloration perçue avec la luminosité (brightness).
+TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Ajuste la plage de contraste des tons moyens (J et Q).\nLes valeurs positives réduisent progressivement l'effet des curseurs Contraste (J et Q). Les valeurs négatives augmentent progressivement l'effet des curseurs Contraste.
+TP_LOCALLAB_LOGDETAIL_TOOLTIP;Agit principalement sur les hautes frequences.
+TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUtile pour les images sous-exposées ou les images avec une plage dynamique élevée.\n\nProcessus en deux étapes : 1) Calcul de la plage dynamique 2) Réglage manuel
TP_LOCALLAB_LOGEXP;Tous les outils
-TP_LOCALLAB_LOGFRA;Point gris source
-TP_LOCALLAB_LOGFRAME_TOOLTIP;Calcule ou utilise le niveau d'Exposition de l'image tôt dans le processus:\n Noir Ev, Blanc Ev et Point gris source.\n Prend en compte la compensation d'exposition principale.
-TP_LOCALLAB_LOGIMAGE_TOOLTIP;Prend en compte les variables Ciecam (principalement Contraste 'J' et Saturation 's', et aussi 'avancé' Contraste 'Q' , Brillance 'Q', Luminosité (J), Niveau de couleurs (M)).
-TP_LOCALLAB_LOGLIGHTL;Luminosité (J)
-TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Proche de luminosité (L*a*b*), prend en compte l'accroissement de la perception colorée.
-TP_LOCALLAB_LOGLIGHTQ;Brillance (Q)
-TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Taux de perception de lumière émanant d'un stimulus.\nIndicateur qu'un stimulus apparaît être plus ou moins brillant, clair.
-TP_LOCALLAB_LOGLIN;Logarithme mode
-TP_LOCALLAB_LOGPFRA;Niveaux d'Exposition relatif
-TP_LOCALLAB_LOGREPART;Force globale
-TP_LOCALLAB_LOGREPART_TOOLTIP;Vous permet d'ajuster le nivaeu de l'image 'codage log' par rapport à l'image originale.\nNe concerne pas la composante Ciecam.
-TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) CIECAM16 correspond à la couleur d'un stimulus en relation avec sa propre brillance.\nAgit principalement sur les tons moyens et hauts.
+TP_LOCALLAB_LOGFRA;Scene Conditions
+TP_LOCALLAB_LOGFRAME_TOOLTIP;Vous permet de calculer et d'ajuster les niveaux Ev et la 'luminance moyenne Yb%' (point gris source) pour la zone du spot. Les valeurs résultantes seront utilisées par toutes les opérations Lab et la plupart des opérations RVB du pipeline.\nCalcule également la luminance absolue au moment de la prise de vue.
+TP_LOCALLAB_LOGIMAGE_TOOLTIP;Prend en compte les variables Ciecam correspondantes : c'est-à-dire le contraste (J) et la saturation (s), ainsi que le contraste (Q), la luminosité (Q), la luminosité (J) et la couleur (M) (en mode avancé)
+TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Proche de lightness (L*a*b*). Prend en compte l'augmentation de la coloration perçue
+TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Quantité de lumière perçue émanant d'un stimulus.\nIndicateur qu'un stimulus semble être plus ou moins brillant, clair.
+TP_LOCALLAB_LOGLIN;Logarithm mode
+TP_LOCALLAB_LOGPFRA;Niveaux Exposition relatifs
+TP_LOCALLAB_LOGREPART;Force Globale
+TP_LOCALLAB_LOGREPART_TOOLTIP;Vous permet d'ajuster la force relative de l'image encodée en journal par rapport à l'image d'origine.\nN'affecte pas le composant Ciecam.
+TP_LOCALLAB_LOGSATURL_TOOLTIP;La saturation(s) dans CIECAM16 correspond à la couleur d'un stimulus par rapport à sa propre luminosité.\nAgit principalement sur les tons moyens et sur les hautes lumières.
TP_LOCALLAB_LOGSCENE_TOOLTIP;Correspond aux conditions de prise de vue.
-TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Change les tons et couleurs en prenant en compte les conditions de prise de vue.\n\nMoyen: Environnement lumineux moyen (standard). L'image ne change pas.\n\nTamisé: Environnement tamisé. L'iamge va devenir un peu plus claire.
-TP_LOCALLAB_LOGSRCGREY_TOOLTIP;Estime la valeur du point gris de l'image, tôt dans le processus
-TP_LOCALLAB_LOGTARGGREY_TOOLTIP;Vous pouvez changer cette valeur pour l'adapter à votre goût.
-TP_LOCALLAB_LOG_TOOLNAME;Codage log - 0
-TP_LOCALLAB_LOGVIEWING_TOOLTIP;Correspond au medium sur lequel l'image finale sera vue (moniteur, TV, projecteur, imprimante,..), ainsi que son environnement.
+TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Modifie les tonalités et les couleurs pour prendre en compte les conditions de la scène.\n\nMoyen : conditions d'éclairage moyennes (standard). L'image ne changera pas.\n\nDim : conditions de luminosité. L'image deviendra légèrement plus lumineuse.\n\nSombre : conditions sombres. L'image deviendra plus lumineuse.
+TP_LOCALLAB_LOGVIEWING_TOOLTIP;Correspond au support sur lequel sera visualisée l'image finale (moniteur, TV, projecteur, imprimante...), ainsi qu'aux conditions environnantes.
+TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
TP_LOCALLAB_LUM;LL - CC
TP_LOCALLAB_LUMADARKEST;Plus Sombre
TP_LOCALLAB_LUMASK;Masque Luminance arrière plan
TP_LOCALLAB_LUMASK_TOOLTIP;Ajuste le gris de l'arrière plan du masque dans Montrer Masque (Masque et modifications)
TP_LOCALLAB_LUMAWHITESEST;Plus clair
-TP_LOCALLAB_LUMONLY;Luminance seulement
-TP_LOCALLAB_MASKCOM;Masque couleur Commun
-TP_LOCALLAB_MASKCOM_TOOLTIP;Ces masques travaillent comme les autres outils, ils prennet en compte Etendue.\nIls sont différents des autres masques qui complètent un outil (Couleur et Lumière, Exposition...)
-TP_LOCALLAB_MASKDDECAY;Force des transitions
-TP_LOCALLAB_MASKDECAY_TOOLTIP;Gère le taux des tranistions des niveaux gris dans le masque.\n Transition = 1 linéaire, Transition > 1 transitions paraboliques rapides, Transitions < 1 transitions progressives
TP_LOCALLAB_MASFRAME;Masque et Fusion
TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTake into account deltaE image to avoid retouching the selection area when sliders gamma mask, slope mask, chroma mask and curves contrast , levels contrasts, and mask blur, structure(if enabled tool) are used.\nDisabled in Inverse
TP_LOCALLAB_MASK;Masque
TP_LOCALLAB_MASK2;Courbe de Contraste
-TP_LOCALLAB_MASKCOL;Masque Courbes
+TP_LOCALLAB_MASKCOM;Masque couleur Commun
+TP_LOCALLAB_MASKCOM_TOOLNAME;Masque Commun Couleur - 12
+TP_LOCALLAB_MASKCOM_TOOLTIP;Ces masques travaillent comme les autres outils, ils prennet en compte Etendue.\nIls sont différents des autres masques qui complètent un outil (Couleur et Lumière, Exposition...)
TP_LOCALLAB_MASKCURVE_TOOLTIP;Si la courbe est au sommet, le masque est compétement noir aucune transformation n'est réalisée par le masque sur l'image.\nQuand vous descendez la courbe, progressivement le masque va se colorer et s'éclaicir, l'image change de plus en plus.\n\nIl est recommendé (pas obligatoire) de positionner le sommet des courbes curves sur la ligne de transition grise qui représnte les références (chroma, luma, couleur).
+TP_LOCALLAB_MASKDDECAY;Force des transitions
+TP_LOCALLAB_MASKDECAY_TOOLTIP;Gère le taux des tranistions des niveaux gris dans le masque.\n Transition = 1 linéaire, Transition > 1 transitions paraboliques rapides, Transitions < 1 transitions progressives
+TP_LOCALLAB_MASKDE_TOOLTIP;Utilisé pour diriger l'action de de-bruite basé sur les informations des courbes masques L(L) ou LC(H) (Masque et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Si le masque est en dessous du seuil sombre le De-bruite sera appliqué progressivement.\n Si le masque est au-dessus du seuil 'clair', le De-bruite sera appliqué progressivement.\n Entre les deux, les réglages sans De-bruite seront maintenus, sauf si vous agissez sur les curseurs "Zones grise dé-bruite luminance" or "Zones grise de-bruite chrominance".
+TP_LOCALLAB_MASKGF_TOOLTIP;Utilisé pour diriger l'action de Filtre Guidé basé sur les informations des courbes masques L(L) ou LC(H) (Masque et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Si le masque est en dessous du seuil sombre le Filtre Guidé sera appliqué progressivement.\n Si le masque est au-dessus du seuil 'clair', le Filtre Guidé sera appliqué progressivement.\n Entre les deux, les réglages sans Filtre Guidé seront maintenus.
+TP_LOCALLAB_MASKH;Courbe teinte
+TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Limite des tons clairs au-dessus de laquelle CBDL (luminance) sera restauré progressivement à leurs valeurs avant d'être modifiés par CBDL.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Limite des tons clairs au-dessus de laquelle Couleur et Lumière sera restauré progressivement à leurs valeurs avant d'être modifiés par Couleur et Lumières .\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’, 'masque flouter', ‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP;Limite des tons clairs au-dessus de laquelle de-bruite sera appliquée progressivement.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’,‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées.\n Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Limite des tons clairs au-dessus de laquelle Compression dynamique et Exposition sera restauré progressivement à leurs valeurs avant d'être modifiés par Compression dynamique et Exposition.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Limite des tons clairs au-dessus de laquelle Codage Log sera restauré progressivement à leurs valeurs avant d'être modifiés par Codage Log.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Limite des tons clairs au-dessus de laquelle Retinex (luminance) sera restauré progressivement à leurs valeurs avant d'être modifiés par Retinex.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Limite des tons clairs au-dessus de laquelle Ombres et Lumière sera restauré progressivement à leurs valeurs avant d'être modifiés par Ombres et Lumières .\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Limite des tons clairs au-dessus de laquelle Compression tonale sera restauré progressivement à leurs valeurs avant d'être modifiés par Compression tonale.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Maqsue luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Limite des tons clairs au-dessus de laquelle Vibrance - Chaud Froid sera restauré progressivement à leurs valeurs avant d'être modifiés par Vibrance - Chaud Froid.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Limite des tons clairs au-dessus de laquelle Contraste local - Ondelettes sera restauré progressivement à leurs valeurs avant d'être modifiés par Contraste local - Ondelettes.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKHIGTHRES_TOOLTIP;Limite des tons clairs au-dessus de laquelle Filtre Guidé sera appliquée progressivement.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’,‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées.\n Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLCTHR;Seuil luminance zones claires
+TP_LOCALLAB_MASKLCTHRLOW;Seuil luminance zones sombres
TP_LOCALLAB_MASKLCTHRMID;Zones grises de-bruite lumina
TP_LOCALLAB_MASKLCTHRMIDCH;Zones grises de-bruite chroma
TP_LOCALLAB_MASKLC_TOOLTIP;Vous autorise à cibler le de-bruite en se basant sur les informations du masque dans L(L) ou LC(H) (Masque et Modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n si le masque est très sombre - sous le seuil 'sombre' - de-bruite sera accru si renforce > 1.\n si le masque est clair - au-dessus du seuil 'clair' - de-bruite sera progressivement réduit.\n entre les deux, de-bruite sera maintenu aux réglages sans masques.
-TP_LOCALLAB_MASKLCTHR;Seuil luminance zones claires
-TP_LOCALLAB_MASKLCTHRLOW;Seuil luminance zones sombres
TP_LOCALLAB_MASKLNOISELOW;Renf. de-bruite sombres/claires
-TP_LOCALLAB_MASKH;Courbe teinte
-TP_LOCALLAB_MASKRECOTHRES;Seuil de Récupération
-TP_LOCALLAB_MASKDE_TOOLTIP;Utilisé pour diriger l'action de de-bruite basé sur les informations des courbes masques L(L) ou LC(H) (Masque et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Si le masque est en dessous du seuil sombre le De-bruite sera appliqué progressivement.\n Si le masque est au-dessus du seuil 'clair', le De-bruite sera appliqué progressivement.\n Entre les deux, les réglages sans De-bruite seront maintenus, sauf si vous agissez sur les curseurs "Zones grise dé-bruite luminance" or "Zones grise de-bruite chrominance".
-TP_LOCALLAB_MASKGF_TOOLTIP;Utilisé pour diriger l'action de Filtre Guidé basé sur les informations des courbes masques L(L) ou LC(H) (Masque et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Si le masque est en dessous du seuil sombre le Filtre Guidé sera appliqué progressivement.\n Si le masque est au-dessus du seuil 'clair', le Filtre Guidé sera appliqué progressivement.\n Entre les deux, les réglages sans Filtre Guidé seront maintenus.
+TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Limite des tons sombres au-dessous de laquelle CBDL (luminance) sera restauré progressivement à leurs valeurs avant d'être modifiés par CBDL.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Limite des tons sombres au-dessous de laquelle Couleur et Lumière sera restauré progressivement à leurs valeurs avant d'être modifiés par Couleur et Lumières .\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’, 'masque flouter', ‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;Limite des tons sombres au-dessous de laquelle de-bruite sera appliquée progressivement.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’,‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées.\n Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Limite des tons sombres au-dessous de laquelle Compression dynamique et Exposition sera restauré progressivement à leurs valeurs avant d'être modifiés par Compression dynamique et Exposition.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Limite des tons sombres au-dessous de laquelle Codage Log sera restauré progressivement à leurs valeurs avant d'être modifiés par Codage Log.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Limite des tons sombres au-dessous de laquelle Retinex (luminance) sera restauré progressivement à leurs valeurs avant d'être modifiés par Retinex.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Limite des tons sombres au-dessous de laquelle Ombres et Lumière sera restauré progressivement à leurs valeurs avant d'être modifiés par Ombres et Lumières .\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Limite des tons sombres au-dessous de laquelle Compression tonale sera restauré progressivement à leurs valeurs avant d'être modifiés par Compression tonale.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Limite des tons sombres au-dessous de laquelle Vibrance - Chaud Froid sera restauré progressivement à leurs valeurs avant d'être modifiés par Vibrance - Chaud Froid.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Limite des tons sombres au-dessous de laquelle Contraste local - Ondelettes sera restauré progressivement à leurs valeurs avant d'être modifiés par Contraste local - Ondelettes.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
+TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;Limite des tons sombres au-dessous de laquelle Filtre Guidé sera appliquée progressivement.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’,‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées.\n Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
TP_LOCALLAB_MASKRECOL_TOOLTIP;Utilisé pour moduler l'action des réglages de Couleur et Lumières en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Couleurs et Lumières \n Entre ces 2 valeurs, les valeurs de Couleurs et Lumières seront appliquées
+TP_LOCALLAB_MASKRECOTHRES;Seuil de Récupération
TP_LOCALLAB_MASKREEXP_TOOLTIP;Utilisé pour moduler l'action des réglages de Compression dynamique et Exposition en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Compression dynamique et Exposition \n Entre ces 2 valeurs, les valeurs de Compression dynamique et Exposition seront appliquées
-TP_LOCALLAB_MASKRESH_TOOLTIP;Utilisé pour moduler l'action des réglages de Ombres et Lumières en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Ombres et Lumières \n Entre ces 2 valeurs, les valeurs de Ombres et Lumières seront appliquées
+TP_LOCALLAB_MASKRELOG_TOOLTIP;Utilisé pour moduler l'action des réglages de Codage Log en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Codage Log - peut être utilisé pour récupérer les hautes lumières de 'Couleur propagation' \n Entre ces 2 valeurs, les valeurs de Codage Log seront appliquées
TP_LOCALLAB_MASKRESCB_TOOLTIP;Utilisé pour moduler l'action des réglages de CBDL (Luminance) en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par CBDL \n Entre ces 2 valeurs, les valeurs de CBDL seront appliquées
+TP_LOCALLAB_MASKRESH_TOOLTIP;Utilisé pour moduler l'action des réglages de Ombres et Lumières en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Ombres et Lumières \n Entre ces 2 valeurs, les valeurs de Ombres et Lumières seront appliquées
TP_LOCALLAB_MASKRESRETI_TOOLTIP;Utilisé pour moduler l'action des réglages de Retinex (Luminance) en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Retinex \n Entre ces 2 valeurs, les valeurs de Retinex seront appliquées
TP_LOCALLAB_MASKRESTM_TOOLTIP;Utilisé pour moduler l'action des réglages de Compression tonale en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Compression tonale \n Entre ces 2 valeurs, les valeurs de Compression tonale seront appliquées
TP_LOCALLAB_MASKRESVIB_TOOLTIP;Utilisé pour moduler l'action des réglages de Vibrance - Chaud et froid en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Vibrance - Chaud et froid \n Entre ces 2 valeurs, les valeurs de Vibrance - Chaud et froid seront appliquées
TP_LOCALLAB_MASKRESWAV_TOOLTIP;Utilisé pour moduler l'action des réglages de Contraste local et ondelettes en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Contraste local et ondelettes \n Entre ces 2 valeurs, les valeurs de Contraste local et Ondelettes seront appliquées
-TP_LOCALLAB_MASKRELOG_TOOLTIP;Utilisé pour moduler l'action des réglages de Codage Log en se basant sur les informations contenues dans les courbes des masques L(L) ou LC(H) (Masques et modifications).\n Les masques L(L) ou LC(H) doivent être activés pour utiliser cette fonction.\n Les zones ‘sombres’ et ‘claires’ en dessous du seuil sombre et au dessus du seuil clair seront restaurés progressivement à leurs valeurs originales avant d'avoir été modifiées par Codage Log - peut être utilisé pour récupérer les hautes lumières de 'Couleur propagation' \n Entre ces 2 valeurs, les valeurs de Codage Log seront appliquées
-TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Limite des tons clairs au-dessus de laquelle Couleur et Lumière sera restauré progressivement à leurs valeurs avant d'être modifiés par Couleur et Lumières .\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’, 'masque flouter', ‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Limite des tons clairs au-dessus de laquelle Ombres et Lumière sera restauré progressivement à leurs valeurs avant d'être modifiés par Ombres et Lumières .\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Limite des tons clairs au-dessus de laquelle CBDL (luminance) sera restauré progressivement à leurs valeurs avant d'être modifiés par CBDL.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Limite des tons clairs au-dessus de laquelle Retinex (luminance) sera restauré progressivement à leurs valeurs avant d'être modifiés par Retinex.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Limite des tons clairs au-dessus de laquelle Compression tonale sera restauré progressivement à leurs valeurs avant d'être modifiés par Compression tonale.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Maqsue luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Limite des tons clairs au-dessus de laquelle Vibrance - Chaud Froid sera restauré progressivement à leurs valeurs avant d'être modifiés par Vibrance - Chaud Froid.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Limite des tons clairs au-dessus de laquelle Contraste local - Ondelettes sera restauré progressivement à leurs valeurs avant d'être modifiés par Contraste local - Ondelettes.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Limite des tons clairs au-dessus de laquelle Compression dynamique et Exposition sera restauré progressivement à leurs valeurs avant d'être modifiés par Compression dynamique et Exposition.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Limite des tons clairs au-dessus de laquelle Codage Log sera restauré progressivement à leurs valeurs avant d'être modifiés par Codage Log.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Limite des tons clairs au-dessus de laquelle Codage Log sera restauré progressivement à leurs valeurs avant d'être modifiés par Codage Log.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP;Limite des tons clairs au-dessus de laquelle de-bruite sera appliquée progressivement.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’,‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées.\n Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKHIGTHRES_TOOLTIP;Limite des tons clairs au-dessus de laquelle Filtre Guidé sera appliquée progressivement.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’,‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées.\n Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Limite des tons sombres au-dessous de laquelle Couleur et Lumière sera restauré progressivement à leurs valeurs avant d'être modifiés par Couleur et Lumières .\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’, 'masque flouter', ‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Limite des tons sombres au-dessous de laquelle Ombres et Lumière sera restauré progressivement à leurs valeurs avant d'être modifiés par Ombres et Lumières .\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Limite des tons sombres au-dessous de laquelle CBDL (luminance) sera restauré progressivement à leurs valeurs avant d'être modifiés par CBDL.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Limite des tons sombres au-dessous de laquelle Retinex (luminance) sera restauré progressivement à leurs valeurs avant d'être modifiés par Retinex.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Limite des tons sombres au-dessous de laquelle Compression tonale sera restauré progressivement à leurs valeurs avant d'être modifiés par Compression tonale.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Limite des tons sombres au-dessous de laquelle Vibrance - Chaud Froid sera restauré progressivement à leurs valeurs avant d'être modifiés par Vibrance - Chaud Froid.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Limite des tons sombres au-dessous de laquelle Contraste local - Ondelettes sera restauré progressivement à leurs valeurs avant d'être modifiés par Contraste local - Ondelettes.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Limite des tons sombres au-dessous de laquelle Compression dynamique et Exposition sera restauré progressivement à leurs valeurs avant d'être modifiés par Compression dynamique et Exposition.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Limite des tons sombres au-dessous de laquelle Codage Log sera restauré progressivement à leurs valeurs avant d'être modifiés par Codage Log.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Limite des tons sombres au-dessous de laquelle Codage Log sera restauré progressivement à leurs valeurs avant d'être modifiés par Codage Log.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris:‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’.\n Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées. Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;Limite des tons sombres au-dessous de laquelle de-bruite sera appliquée progressivement.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’,‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées.\n Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;Limite des tons sombres au-dessous de laquelle Filtre Guidé sera appliquée progressivement.\n Vous pouvez utiliser certains des outils de ‘Masques et modifications’ pour changer les niveaux de gris: ‘masque structure’,‘rayon adoucir’, ‘Gamma et pente’, ‘courbe de Contraste’, ‘Niveau contraste local ondelettes’.Utiliser une ‘ancre de vérification couleur’ sur le masque pour voir quelle zones seront affectées.\n Soyez attentifs à ce que dans 'Réglages' Masque luminance arrière plan = 0
-TP_LOCALLAB_MASKUSABLE;Masque activé (Masque & modifications)
TP_LOCALLAB_MASKUNUSABLE;Masque désactivé (Masque & modifications)
+TP_LOCALLAB_MASKUSABLE;Masque activé (Masque & modifications)
TP_LOCALLAB_MASK_TOOLTIP;Vous pouvez activer plusieurs masques pour un simple outil, ceci nécessite d'activer un autre outil (mais sans utilser l'outil : curseurs à 0,...)où est le masque que vous souhaitez activer.\n\nVous pouvez aussi dupliquer le RT-spot et le placer juste à côté de l'autre,les variations de références autorisent un travail fin sur les images.
TP_LOCALLAB_MED;Medium
TP_LOCALLAB_MEDIAN;Median Bas
-TP_LOCALLAB_MEDIAN_TOOLTIP;Choisir un median 3x3 à 9x9: plus les valeurs sont élévées, plus la réduction du bruit ou le flou seront marqués
TP_LOCALLAB_MEDIANITER_TOOLTIP;Nombre d'applications successives du median
+TP_LOCALLAB_MEDIAN_TOOLTIP;Choisir un median 3x3 à 9x9: plus les valeurs sont élévées, plus la réduction du bruit ou le flou seront marqués
TP_LOCALLAB_MEDNONE;Rien
TP_LOCALLAB_MERCOL;Couleur
TP_LOCALLAB_MERDCOL;Fusion arrière plan (ΔE)
@@ -2263,16 +2191,8 @@ TP_LOCALLAB_MERFOU;Multiplier
TP_LOCALLAB_MERGE1COLFRA;Fusion avec Original ou Précédent ou arrière plan
TP_LOCALLAB_MERGECOLFRA;Masque: LCH & Structure
TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Vous permet de créer des masques basés sur les 3 courbes LCH et/ou un algorithm de détection de structure
-TP_LOCALLAB_MERGEFIV;Previous Spot(Mask 7) + Mask LCH
-TP_LOCALLAB_MERGEFOU;Previous Spot(Mask 7)
TP_LOCALLAB_MERGEMER_TOOLTIP;Prend en compte ΔE pour fusionner les fichiers (équivalent de Etendue pour cet usage)
-TP_LOCALLAB_MERGENONE;Rien
-TP_LOCALLAB_MERGEONE;Short Curves 'L' Mask
TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacité fusion % Spot courant avec original ou Spot précédent.\nContraste seuil : ajuste le résulat en fonction du contraste original
-TP_LOCALLAB_MERGETHR;Original(Mask 7) + Mask LCH
-TP_LOCALLAB_MERGETWO;Original(Mask 7)
-TP_LOCALLAB_MERGETYPE;Fusion image et masque
-TP_LOCALLAB_MERGETYPE_TOOLTIP;Rien, use all mask in LCH mode.\nShort curves 'L' mask, use a short circuit for mask 2, 3, 4, 6, 7.\nOriginal mask 8, blend current image with original
TP_LOCALLAB_MERHEI;Overlay
TP_LOCALLAB_MERHUE;Teite
TP_LOCALLAB_MERLUCOL;Luminance
@@ -2299,24 +2219,21 @@ TP_LOCALLAB_MRFIV;Arrière plan
TP_LOCALLAB_MRFOU;Spot précédent
TP_LOCALLAB_MRONE;Rien
TP_LOCALLAB_MRTHR;Image Originale
-TP_LOCALLAB_MRTWO;Short Curves 'L' Mask
TP_LOCALLAB_MULTIPL_TOOLTIP;Autorise la retouche des tons sur une large plage : -18EV +4EV. Le remier curseur agit sur -18EV and -6EV. Le dernier curseur agit sur les tons au-dessus de 4EV
TP_LOCALLAB_NEIGH;Rayon
-TP_LOCALLAB_NLDENOISE_TOOLTIP;"Récupération des détails" agit sur un Laplacien pour privilégier l'action de denoise sur les aplats plutôt que sur les structures.
TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Agir sur ce curseur pour adapter le niveau de débruitage à la taille des objets à traiter.
TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Plus la valeur sera importante, plus le débruitage sera intense.\nMais cela a une forte incidence sur les temps de traitement.
-TP_LOCALLAB_NLFRAME_TOOLTIP;"Débruitage par morceaux" réalise une moyenne de la totalité des valeurs des pixels contenus dans l'image, pondérées en fonction de leur similarité avec le résultat attendu (pixel cible).\nL'algoritme permet d’amoindrir la perte de détails au sein de l'image.\nSeul le bruit de luminance est pris en compte, le bruit de chrominance est traité de manière plus performante par le couple ondelettes / Fourier (DCT).\nPeut être utilisé en conjonction avec 'ondelettes' ou isolé.\nLa taille du RT-Spot doit être supérieure à 150x150 pixels (sortie TIF/JPG).
-TP_LOCALLAB_NLFRA;Débruitage par morceaux - Luminance
-TP_LOCALLAB_NLLUM;Force
+TP_LOCALLAB_NLDENOISE_TOOLTIP;"Récupération des détails" agit sur un Laplacien pour privilégier l'action de denoise sur les aplats plutôt que sur les structures.
TP_LOCALLAB_NLDET;Récupération des détails
+TP_LOCALLAB_NLFRA;Débruitage par morceaux - Luminance
+TP_LOCALLAB_NLFRAME_TOOLTIP;"Débruitage par morceaux" réalise une moyenne de la totalité des valeurs des pixels contenus dans l'image, pondérées en fonction de leur similarité avec le résultat attendu (pixel cible).\nL'algoritme permet d’amoindrir la perte de détails au sein de l'image.\nSeul le bruit de luminance est pris en compte, le bruit de chrominance est traité de manière plus performante par le couple ondelettes / Fourier (DCT).\nPeut être utilisé en conjonction avec 'ondelettes' ou isolé.\nLa taille du RT-Spot doit être supérieure à 150x150 pixels (sortie TIF/JPG).
+TP_LOCALLAB_NLLUM;Force
TP_LOCALLAB_NLPAT;Taille maximum du morceau
TP_LOCALLAB_NLRAD;Taille maximum du rayon
-TP_LOCALLAB_NOISE_TOOLTIP;Ajoute du bruit de luminance
TP_LOCALLAB_NOISECHROCOARSE;Chroma gros (Ond)
TP_LOCALLAB_NOISECHROC_TOOLTIP;Si supérieur à zéro, algorithme haute qualité est activé.\nGros est sélectionné si curseur >=0.2
TP_LOCALLAB_NOISECHRODETAIL;Récup. détails Chroma(DCT)
TP_LOCALLAB_NOISECHROFINE;Chroma fin (Ond)
-TP_LOCALLAB_NOISEDETAIL_TOOLTIP;Désactivé si curseur = 100
TP_LOCALLAB_NOISELEQUAL;Egalisateurs blanc-noir
TP_LOCALLAB_NOISELUMCOARSE;Luminance gros (ond)
TP_LOCALLAB_NOISELUMDETAIL;Récup. Luminance détail(DCT)
@@ -2324,6 +2241,7 @@ TP_LOCALLAB_NOISELUMFINE;Luminance fin 1 (ond)
TP_LOCALLAB_NOISELUMFINETWO;Luminance fin 2 (ond)
TP_LOCALLAB_NOISELUMFINEZERO;Luminance fin 0 (ond)
TP_LOCALLAB_NOISEMETH;Réduction du bruit
+TP_LOCALLAB_NOISE_TOOLTIP;Ajoute du bruit de luminance
TP_LOCALLAB_NONENOISE;Rien
TP_LOCALLAB_OFFS;Décalage
TP_LOCALLAB_OFFSETWAV;Décalage
@@ -2335,32 +2253,30 @@ TP_LOCALLAB_PASTELS2;Vibrance
TP_LOCALLAB_PDE;Atténuation de Contraste - Compression dynamique
TP_LOCALLAB_PDEFRA;Contraste atténuation ƒ
TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL - algorithme personnel adapté de IPOL à Rawtherapee: conduit à des résultats très variés et a besoin de différents réglages que Standard (Noir négatif, gamma < 1,...)\nPeut être utils pour des iamges sous-exposées ou avec une étendue dynamique importante.\n
-TP_LOCALLAB_PREVIEW;Prévisualisation ΔE
TP_LOCALLAB_PREVHIDE;Cacher tous les réglages
+TP_LOCALLAB_PREVIEW;Prévisualisation ΔE
TP_LOCALLAB_PREVSHOW;Montrer tous les réglages
TP_LOCALLAB_PROXI;ΔE Affaiblissement
+TP_LOCALLAB_QUAAGRES;Aggressif
+TP_LOCALLAB_QUACONSER;Conservatif
TP_LOCALLAB_QUALCURV_METHOD;Types de Courbes
TP_LOCALLAB_QUAL_METHOD;Qualité globale
-TP_LOCALLAB_QUACONSER;Conservatif
-TP_LOCALLAB_QUAAGRES;Aggressif
-TP_LOCALLAB_QUANONEWAV;Débruit. par morceaux-luminance seulement
TP_LOCALLAB_QUANONEALL;Rien
+TP_LOCALLAB_QUANONEWAV;Débruit. par morceaux-luminance seulement
TP_LOCALLAB_RADIUS;Rayon
TP_LOCALLAB_RADIUS_TOOLTIP;Au-dessus de Rayon 30 Utilise 'Fast Fourier Transform'
TP_LOCALLAB_RADMASKCOL;Rayon adoucir
TP_LOCALLAB_RECT;Rectangle
TP_LOCALLAB_RECURS;Réferences Récursives
TP_LOCALLAB_RECURS_TOOLTIP;Recalcule les références pour teinte, luma, chroma après chaque module et après chaque RT-spot.\nAussi utile pour le travail avec les masques.
-TP_LOCALLAB_REFLABEL;Ref. (0..1) Chroma=%1 Luma=%2 teinte=%3
TP_LOCALLAB_REN_DIALOG_LAB;Entrer le nouveau nom de Spot
TP_LOCALLAB_REN_DIALOG_NAME;Renomme le Controle Spot
-TP_LOCALLAB_REPARW_TOOLTIP;Vous permet d'ajuster le niveau de l'image modifiée par Contraste local et Ondelettes par rapport à l'image originale.
TP_LOCALLAB_REPARCOL_TOOLTIP;Vous permet d'ajuster le niveau de l'image modifiée par Couleurs et lumiéres par rapport à l'image originale.
TP_LOCALLAB_REPARDEN_TOOLTIP;Vous permet d'ajuster le niveau de l'image modifiée par De-bruite par rapport à l'image originale.
-TP_LOCALLAB_REPARSH_TOOLTIP;Vous permet d'ajuster le niveau de l'image modifiée Ombres et Lumières et Egaliseur par rapport à l'image originale..
TP_LOCALLAB_REPAREXP_TOOLTIP;Vous permet d'ajuster le niveau de l'image modifiée par Compression dynammique et Exposition par rapport à l'image originale..
+TP_LOCALLAB_REPARSH_TOOLTIP;Vous permet d'ajuster le niveau de l'image modifiée Ombres et Lumières et Egaliseur par rapport à l'image originale..
TP_LOCALLAB_REPARTM_TOOLTIP;Vous permet d'ajuster le niveau de l'image modifiée par Compression tonale par rapport à l'image originale..
-TP_LOCALLAB_RESETSHOW;Annuler Montrer Toutes les Modifications
+TP_LOCALLAB_REPARW_TOOLTIP;Vous permet d'ajuster le niveau de l'image modifiée par Contraste local et Ondelettes par rapport à l'image originale.
TP_LOCALLAB_RESID;Image Résiduelle
TP_LOCALLAB_RESIDBLUR;Flouter Image Résiduelle
TP_LOCALLAB_RESIDCHRO;Image Résiduelle Chroma
@@ -2372,10 +2288,9 @@ TP_LOCALLAB_RESIDSHA;Ombres
TP_LOCALLAB_RESIDSHATHR;Ombres seuil
TP_LOCALLAB_RETI;De-brume - Retinex
TP_LOCALLAB_RETIFRA;Retinex
+TP_LOCALLAB_RETIFRAME_TOOLTIP; L'utilisation de Retinex peut être bénéfique pour le traitement des images: \ nqui sont floues, brumeuses ou ayant un voile de brouillard (en complément de Dehaz). \ Navec d'importants écarts de luminance. \ N où l'utilisateur recherche des effets spéciaux (cartographie des tons…)
TP_LOCALLAB_RETIM;Original Retinex
TP_LOCALLAB_RETITOOLFRA;Retinex Outils
-TP_LOCALLAB_RETIFRAME_TOOLTIP; L'utilisation de Retinex peut être bénéfique pour le traitement des images: \ nqui sont floues, brumeuses ou ayant un voile de brouillard (en complément de Dehaz). \ Navec d'importants écarts de luminance. \ N où l'utilisateur recherche des effets spéciaux (cartographie des tons…)
-TP_LOCALLAB_RETI_FFTW_TOOLTIP;FFT améliore la qualité et autorise de grands rayons, mais accroît les temps de traitement.\nCe temps dépends de la surface traitée\nLe temps de traitements dépend de "scale" (échelle) (soyez prudent avec les hautes valeurs ).\nA utiliser de préférence avec de grand rayons.\n\nLes Dimensions peuvent être réduites de quelques pixels pour optimiser FFTW.\nCette optimisation peut réduire le temps de traitement d'un facteur de 1.5 à 10.\nOptimisation pas utilsée en prévisualisation
TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Have no effect when the value "Lightness = 1" or "Darkness =2" is chosen.\nIn other cases, the last step of "Multiple scale Retinex" is applied an algorithm close to "local contrast", these 2 cursors, associated with "Strength" will allow to play upstream on the local contrast.
TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Play on internal parameters to optimize response.\nLook at the "restored datas" indicators "near" min=0 and max=32768 (log mode), but others values are possible.
TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm allows differenciation for haze or normal.\nLogarithm brings more contrast but will generate more halo.
@@ -2388,34 +2303,26 @@ TP_LOCALLAB_ROW_NVIS;Pas visible
TP_LOCALLAB_ROW_VIS;Visible
TP_LOCALLAB_RSTPROTECT_TOOLTIP;La protection des rouges et des tons chair affecte les curseurs Saturation, Chroma et Colorfulness.
TP_LOCALLAB_SATUR;Saturation
-TP_LOCALLAB_SAVREST;Sauve - Récupère Image Courante
TP_LOCALLAB_SCALEGR;Echelle
TP_LOCALLAB_SCALERETI;Echelle
TP_LOCALLAB_SCALTM;Echelle
TP_LOCALLAB_SCOPEMASK;Etendue Masque ΔE Image
TP_LOCALLAB_SCOPEMASK_TOOLTIP;Actif si Masque DeltaE Image est activé.\nLes faibles valeurs évitent de retoucher l'aire sélectionnée
TP_LOCALLAB_SENSI;Etendue
-TP_LOCALLAB_SENSIBN;Etendue
-TP_LOCALLAB_SENSICB;Etendue
-TP_LOCALLAB_SENSIDEN;Etendue
TP_LOCALLAB_SENSIEXCLU;Etendue
TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Ajuste les couleurs pour les inclure dans exclusion!
-TP_LOCALLAB_SENSIH;Etendue
-TP_LOCALLAB_SENSIH_TOOLTIP;Ajuste Etendue de l'action:\nLes petites valeurs limitent l'action aux couleurs très similaires à celles sous le centre du spot.\nHautes valeurs laissent l'outil agir sur une large plage de couleurs.
-TP_LOCALLAB_SENSILOG;Etendue
-TP_LOCALLAB_SENSIS;Etendue
-TP_LOCALLAB_SENSI_TOOLTIP;Ajuste Etendue de l'action:\nLes petites valeurs limitent l'action aux couleurs très similaires à celles sous le centre du spot.\nHautes valeurs laissent l'outil agir sur une large plage de couleurs.
TP_LOCALLAB_SENSIMASK_TOOLTIP;Ajuste Etendue pour ce masque commun.\nAgit sur l'écart entre l'image originale et le masque.\nLes références (luma, chroma, teinte) sont celles du centre du RT-spot\n\nVous pouvez aussi agir sur le deltaE interne au masque avec 'Etendue Masque deltaE image' dans 'Réglages'
+TP_LOCALLAB_SENSI_TOOLTIP;Ajuste Etendue de l'action:\nLes petites valeurs limitent l'action aux couleurs très similaires à celles sous le centre du spot.\nHautes valeurs laissent l'outil agir sur une large plage de couleurs.
TP_LOCALLAB_SETTINGS;Réglages
TP_LOCALLAB_SH1;Ombres Lumières
TP_LOCALLAB_SH2;Egaliseur
TP_LOCALLAB_SHADEX;Ombres
TP_LOCALLAB_SHADEXCOMP;Compression ombres & profondeur tonale
TP_LOCALLAB_SHADHIGH;Ombres/Lumières&Egaliseur
+TP_LOCALLAB_SHADHMASK_TOOLTIP;Abaisse les hautes lumières du masque de la même manière que l'algorithme "ombres/lumières"
+TP_LOCALLAB_SHADMASK_TOOLTIP;Relève les ombres du masque de la même manière que l'algorithme "ombres/lumières"
TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Peut être utilisé - ou en complement - du module Exposition dans les cas difficiles.\nUtiliser réduction du bruit Denoise peut être nécessaire : éclaicir les ombres.\n\nPeut être utilisé comme un filtre gradué (augmenter Etendue)
TP_LOCALLAB_SHAMASKCOL;Ombres
-TP_LOCALLAB_SHADMASK_TOOLTIP;Relève les ombres du masque de la même manière que l'algorithme "ombres/lumières"
-TP_LOCALLAB_SHADHMASK_TOOLTIP;Abaisse les hautes lumières du masque de la même manière que l'algorithme "ombres/lumières"
TP_LOCALLAB_SHAPETYPE;Forme aire RT-spot
TP_LOCALLAB_SHAPE_TOOLTIP;Ellipse est le mode normal.\nRectangle peut être utilé dans certains cas, par exemple pour travailler en image complète en conjonction avec les délimiteurs en dehors de la prévisualisation, transition = 100.\n\nPolygone - Beziers sont en attente de GUI...
TP_LOCALLAB_SHARAMOUNT;Quantité
@@ -2460,15 +2367,14 @@ TP_LOCALLAB_SHOWVI;Masque et modifications
TP_LOCALLAB_SHRESFRA;Ombres/Lumières
TP_LOCALLAB_SHTRC_TOOLTIP;Modifie les tons de l'image en agissant sur la TRC (Tone Response Curve).\nGamma agit principalement sur les tons lumineux.\nSlope (pente) agit principalement sur les tons sombres.
TP_LOCALLAB_SH_TOOLNAME;Ombres/lumières & Egaliseur tonal - 5
-TP_LOCALLAB_SIGMAWAV;Atténuation Réponse
TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
-TP_LOCALLAB_SIGMOIDLAMBDA;Contraste
-TP_LOCALLAB_SIGMOIDTH;Seuil (Gray point)
+TP_LOCALLAB_SIGMAWAV;Atténuation Réponse
TP_LOCALLAB_SIGMOIDBL;Mélange
+TP_LOCALLAB_SIGMOIDLAMBDA;Contraste
TP_LOCALLAB_SIGMOIDQJ;Utilise Black Ev & White Ev
+TP_LOCALLAB_SIGMOIDTH;Seuil (Gray point)
TP_LOCALLAB_SIGMOID_TOOLTIP;Permet de simuler une apparence de Tone-mapping en utilisant à la fois la fonction 'Ciecam' (ou 'Jz') et 'Sigmoïde'.\nTrois curseurs : a) Le contraste agit sur la forme de la courbe sigmoïde et par conséquent sur la force ; b) Seuil (Point gris) distribue l'action en fonction de la luminance ; c)Blend agit sur l'aspect final de l'image, le contraste et la luminance.
-TP_LOCALLAB_SIM;Simple
TP_LOCALLAB_SLOMASKCOL;Pente (slope)
TP_LOCALLAB_SLOMASK_TOOLTIP;Gamma et Pente (Slope) autorise une transformation du masque en douceur et sans artefacts en modifiant progressivement "L" pour éviter les discontinuité.
TP_LOCALLAB_SLOSH;Pente
@@ -2478,10 +2384,9 @@ TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Applique un mélange Lumière douce. Effectue une
TP_LOCALLAB_SOFTRADIUSCOL;Rayon adoucir
TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applique un filtre guidé à l'image de sortie pour réduire les éventuels artefacts.
TP_LOCALLAB_SOFTRETI;Reduire artefact ΔE
-TP_LOCALLAB_SOFTRETI_TOOLTIP;Prend en compte ΔE pour améliorer Transmission map
TP_LOCALLAB_SOFT_TOOLNAME;Lumière douce & Original Retinex - 6
-TP_LOCALLAB_SOURCE_GRAY;Valeur
TP_LOCALLAB_SOURCE_ABS;Luminance absolue
+TP_LOCALLAB_SOURCE_GRAY;Valeur
TP_LOCALLAB_SPECCASE; Cas spécifiques
TP_LOCALLAB_SPECIAL;Usage Special des courbes RGB
TP_LOCALLAB_SPECIAL_TOOLTIP;Seulement pour cette courbe RGB, désactive (ou réduit les effecs) de Etendue, masque...par exemple, si vous voulez rendre un effet "négatif".
@@ -2491,11 +2396,10 @@ TP_LOCALLAB_STR;Force
TP_LOCALLAB_STRBL;Force
TP_LOCALLAB_STREN;Compression Force
TP_LOCALLAB_STRENG;Force
-TP_LOCALLAB_STRENGRID_TOOLTIP;Vous pouvez ajuster l'effet désiré avec "force", mais vous pouvez aussi utiliser la fonction "Etendue" qui permet de délimiter l'action (par exemple, pour isoler une couleur particulière).
TP_LOCALLAB_STRENGR;Force
+TP_LOCALLAB_STRENGRID_TOOLTIP;Vous pouvez ajuster l'effet désiré avec "force", mais vous pouvez aussi utiliser la fonction "Etendue" qui permet de délimiter l'action (par exemple, pour isoler une couleur particulière).
TP_LOCALLAB_STRENGTH;Bruit
TP_LOCALLAB_STRGRID;Force
-TP_LOCALLAB_STRRETI_TOOLTIP;Si force Retinex < 0.2 seul Dehaze est activé.\nSi force Retinex >= 0.1 Dehaze est en mode luminance.
TP_LOCALLAB_STRUC;Structure
TP_LOCALLAB_STRUCCOL;Structure
TP_LOCALLAB_STRUCCOL1;Spot structure
@@ -2513,7 +2417,6 @@ TP_LOCALLAB_THRESDELTAE;Seuil ΔE-Etendue
TP_LOCALLAB_THRESRETI;Seuil
TP_LOCALLAB_THRESWAV;Balance Seuil
TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mea=%3 Sig=%4
-TP_LOCALLAB_TLABEL2;TM Effectif Tm=%1 TM=%2
TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can act on Threshold to normalize
TP_LOCALLAB_TM;Compression tonale
TP_LOCALLAB_TM_MASK;Utilise transmission map
@@ -2542,45 +2445,35 @@ TP_LOCALLAB_VART;Variance (contraste)
TP_LOCALLAB_VIBRANCE;Vibrance - Chaud & Froid
TP_LOCALLAB_VIBRA_TOOLTIP;Ajuste vibrance (Globalement identique à Couleur ajustement).\nAmène l'équivalent d'une balance des blancs en utilisant l'algorithme CIECAM.
TP_LOCALLAB_VIB_TOOLNAME;Vibrance - Chaud & Froid - 3
-TP_LOCALLAB_SOFT_TOOLNAME;Lumière douce & Original Retinex - 6
-TP_LOCALLAB_BLUR_TOOLNAME;Flouter/Grain & Réduction du bruit - 1
-TP_LOCALLAB_TONE_TOOLNAME;Compression tonale - 4
-TP_LOCALLAB_RET_TOOLNAME;De-brume & Retinex - 9
-TP_LOCALLAB_SHARP_TOOLNAME;Netteté - 8
-TP_LOCALLAB_LC_TOOLNAME;Constraste local & Ondelettes (Défauts) - 7
-TP_LOCALLAB_CBDL_TOOLNAME;Contraste par Niveau détail - 2
-TP_LOCALLAB_LOG_TOOLNAME;Codage log - 0
-TP_LOCALLAB_MASKCOM_TOOLNAME;Masque Commun Couleur - 12
TP_LOCALLAB_VIS_TOOLTIP;Click pour montrer/cacher le Spot sélectionné.\nCtrl+click pour montrer/cacher tous les Spot.
-TP_LOCALLAB_WAMASKCOL;Niveau Ondelettes
TP_LOCALLAB_WARM;Chaud - Froid & Artefacts de couleur
TP_LOCALLAB_WARM_TOOLTIP;Ce curseur utilise l'algorithme Ciecam et agit comme une Balance des blancs, il prut réchauffer ou refroidir cool la zone concernée.\nIl peut aussi dans certains réduire les artefacts colorés.
TP_LOCALLAB_WASDEN_TOOLTIP;De-bruite luminance pour les 3 premiers niveaux (fin).\nLa limite droite de la courbe correspond à gros : niveau 3 et au delà.
-TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Contraste faible à élevé de gauche à droite en abscisse\nAugmente ou réduit le contraste en ordonnée.
-TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Contraste faible à élevé de gauche à droite en abscisse\nAugmente ou réduit le contraste en ordonnée.
-TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;L'effet sur le contraste local est maximum pour les valeurs moyennes, et affaibli pour les valeurs faibles ou élevées.\n Le curseur contrôle comment s'effectue les changements pour ces valeurs extêmse.\n Plus la valeur du curseur est élevée, plus grande sera l'étendue qui recevra le maximum d'ajustements, ainsi que le risque de voir apparaître des artefacts.\n .Plus faible sera cette valeur, plus les différences de contraste seront atténuées
+TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Equilibre l'action à l'intérieur de chaque niveau
TP_LOCALLAB_WAT_BLURLC_TOOLTIP;Par défaut les 3 dimensions de L*a*b* luminance et couleur sont concernées par le floutage.\nCase cochée - luminance seulement
-TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Etendue des niveaux d’ondelettes utilisée dans l’ensemble du module “wavelets”
-TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;Image résiduelle, a le même comportement que l'image principale
-TP_LOCALLAB_WAT_CLARIL_TOOLTIP;"Fusion luma" est utilisée pour selectionner l'intensité de l'effet désiré sur la luminance.
TP_LOCALLAB_WAT_CLARIC_TOOLTIP;"Fusion chroma" est utilisée pour selectionner l'intensité de l'effet désiré sur la chrominance.
-TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;"Fusion seulement avec image originale", empêche les actions "Wavelet Pyramid" d'interférer avec "Claté" and "Masque netteté"
-TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Permet au contraste local de varier en fonction d'un gradient et d'un angle. La variation du signal de la luminance signal est prise en compte et non pas la luminance.
-TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Décalage modifie la balance entre faible contraste et contraste élévé.\nLes hautes valeurs amplifient les changements de contraste pour les détails à contraste élévé, alors que les faibles valeurs vont amplifier les détails à contraste faible .\nEn selectionant des valeurs faibles vous pouvez ainsi sélectionner les zones de contrastes qui seront accentuées.
+TP_LOCALLAB_WAT_CLARIL_TOOLTIP;"Fusion luma" est utilisée pour selectionner l'intensité de l'effet désiré sur la luminance.
TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;"Niveaux de Chroma": ajuste les valeurs "a" et "b" des composantes L*a*b* comme une proportion de la luminance.
-TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similaira à Contraste par niveaux de détail. Des détails fins au gros details de gauche à droite en abscisse.
-TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensité de la détection d'effet de bord
-TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;Vous pouvez agir sur la répartition du contraste local selon l'intensité initiale du contraste par niveaux d'ondelettes.\nCeci aura comme conséquences de modifier l'effet de perspective et de relief de l'image, et/ou réduire les contrastes pour les très faibles niveaux de contraste initial
+TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Décalage modifie la balance entre faible contraste et contraste élévé.\nLes hautes valeurs amplifient les changements de contraste pour les détails à contraste élévé, alors que les faibles valeurs vont amplifier les détails à contraste faible .\nEn selectionant des valeurs faibles vous pouvez ainsi sélectionner les zones de contrastes qui seront accentuées.
+TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;En déplaçant le curseur à gauche, les bas niveaux sont accentués, et vers la droite ce sont les bas niveaux qui sont réduits et les hauts niveaux accentués
+TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;Image résiduelle, a le même comportement que l'image principale
TP_LOCALLAB_WAT_GRADW_TOOLTIP;Plus vous déplacez le curseur à droite, plus l'algorithme de détection sera efficace, moins les effets du contraste local seront sensibles
+TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Contraste faible à élevé de gauche à droite en abscisse\nAugmente ou réduit le contraste en ordonnée.
+TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;Vous pouvez agir sur la répartition du contraste local selon l'intensité initiale du contraste par niveaux d'ondelettes.\nCeci aura comme conséquences de modifier l'effet de perspective et de relief de l'image, et/ou réduire les contrastes pour les très faibles niveaux de contraste initial
+TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;"Fusion seulement avec image originale", empêche les actions "Wavelet Pyramid" d'interférer avec "Claté" and "Masque netteté"
+TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Floute l'image résiduelle, indépendamment des niveaux
+TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Commpresse l'image résiduelle afin d'accentuer ou réduire les contrastes
+TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;L'effet sur le contraste local est maximum pour les valeurs moyennes, et affaibli pour les valeurs faibles ou élevées.\n Le curseur contrôle comment s'effectue les changements pour ces valeurs extêmse.\n Plus la valeur du curseur est élevée, plus grande sera l'étendue qui recevra le maximum d'ajustements, ainsi que le risque de voir apparaître des artefacts.\n .Plus faible sera cette valeur, plus les différences de contraste seront atténuées
+TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensité de la détection d'effet de bord
+TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Permet au contraste local de varier en fonction d'un gradient et d'un angle. La variation du signal de la luminance signal est prise en compte et non pas la luminance.
+TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Etendue des niveaux d’ondelettes utilisée dans l’ensemble du module “wavelets”
+TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Vous permet de flouter chaque niveau de décomposition.\nEn abscisse de gauche à droite, les niveaux de décomposition du plus fin au plus gros
+TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similaira à Contraste par niveaux de détail. Des détails fins au gros details de gauche à droite en abscisse.
+TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Agit sur la balance des trois directions horizontale - verticale - diagonale - en fonction de la luminance de l'image.\nPar défaut les parties sombres ou hautes lumières sont réduites afin d'éviter les artefacts
TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Montre l'ensemble des outils "Netteté bords".\nLa lecture de la documentation wavelet est recommandée
TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Permet d'ajuster l'effet maximum de floutage des niveaux
-TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Vous permet de flouter chaque niveau de décomposition.\nEn abscisse de gauche à droite, les niveaux de décomposition du plus fin au plus gros
-TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Floute l'image résiduelle, indépendamment des niveaux
+TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Contraste faible à élevé de gauche à droite en abscisse\nAugmente ou réduit le contraste en ordonnée.
TP_LOCALLAB_WAT_WAVTM_TOOLTIP;La partie inférieure (négative) compresse chaque niveau de décomposition créant un effet tone mapping.\nLa partie supérieure (positive) atténue le contraste par niveau.\nEn abscisse de gauche à droite, les niveaux de décomposition du plus fin au plus gros
-TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Equilibre l'action à l'intérieur de chaque niveau
-TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Commpresse l'image résiduelle afin d'accentuer ou réduire les contrastes
-TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;En déplaçant le curseur à gauche, les bas niveaux sont accentués, et vers la droite ce sont les bas niveaux qui sont réduits et les hauts niveaux accentués
-TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Agit sur la balance des trois directions horizontale - verticale - diagonale - en fonction de la luminance de l'image.\nPar défaut les parties sombres ou hautes lumières sont réduites afin d'éviter les artefacts
TP_LOCALLAB_WAV;Contrast local niveau
TP_LOCALLAB_WAVBLUR_TOOLTIP;Réalise un flou pour chaque niveau de décomposition, également pour l'image résiduelle.
TP_LOCALLAB_WAVCOMP;Compression par niveau
@@ -2593,14 +2486,11 @@ TP_LOCALLAB_WAVDEN;de-bruite lum. par niveau
TP_LOCALLAB_WAVE;Ondelette
TP_LOCALLAB_WAVEDG;Contrast Local
TP_LOCALLAB_WAVEEDG_TOOLTIP;Améliore la netteté prenant en compte la notion de "ondelettes bords".\nNécessite au moins que les 4 premiers niveaux sont utilisables
-TP_LOCALLAB_WAVGRAD_TOOLTIP;Filtre gradué pour Contraste local "luminance"
-TP_LOCALLAB_WAVHIGH;Ondelette haut
-TP_LOCALLAB_WAVLEV;Flou par niveau
-TP_LOCALLAB_WAVLOW;Ondelette bas
-TP_LOCALLAB_WAVMASK;Contr. local (par niveau)
TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Amplitude des niveaux d'ondelettes utilisés par “Local contrast”
+TP_LOCALLAB_WAVGRAD_TOOLTIP;Filtre gradué pour Contraste local "luminance"
+TP_LOCALLAB_WAVLEV;Flou par niveau
+TP_LOCALLAB_WAVMASK;Contr. local (par niveau)
TP_LOCALLAB_WAVMASK_TOOLTIP;Autorise un travail fin sur les masques niveaux de contraste (structure)
-TP_LOCALLAB_WAVMED;Ondelette normal
TP_LOCALLAB_WEDIANHI;Median Haut
TP_LOCALLAB_WHITE_EV;Blanc Ev
TP_METADATA_EDIT;Appliquer les modifications
@@ -2608,7 +2498,7 @@ TP_METADATA_MODE;Mode de copie des métadonnées
TP_METADATA_STRIP;Retirer toutes les métadonnées
TP_METADATA_TUNNEL;Copier à l'identique
TP_NEUTRAL;Réinit.
-TP_NEUTRAL_TIP;Réinitialise les valeurs de l'exposition à des valeurs neutres
+TP_NEUTRAL_TOOLTIP;Réinitialise les valeurs de l'exposition à des valeurs neutres
TP_PCVIGNETTE_FEATHER;Étendue
TP_PCVIGNETTE_FEATHER_TOOLTIP;Étendue: 0=bords uniquement, 50=mi-chemin du centre, 100=jusqu'au centre
TP_PCVIGNETTE_LABEL;Filtre Vignettage
@@ -2616,10 +2506,6 @@ TP_PCVIGNETTE_ROUNDNESS;Circularité
TP_PCVIGNETTE_ROUNDNESS_TOOLTIP;Circularité: 0=rectangulaire, 50=elliptique, 100=circulaire
TP_PCVIGNETTE_STRENGTH;Force
TP_PCVIGNETTE_STRENGTH_TOOLTIP;Force du filtre en EV (maximum dans les coins)
-TP_PERSPECTIVE_HORIZONTAL;Horizontale
-TP_PERSPECTIVE_LABEL;Perspective
-TP_PERSPECTIVE_VERTICAL;Verticale
-TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;Au moins deux lignes de contrôle horizontales ou deux verticales requises.
TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Facteur de réduction (crop)
TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Longueur focale
TP_PERSPECTIVE_CAMERA_FRAME;Correction
@@ -2630,7 +2516,8 @@ TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Décalage Vertical
TP_PERSPECTIVE_CAMERA_YAW;Horizontal
TP_PERSPECTIVE_CONTROL_LINES;Lignes de contrôle
TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+faire glisser : dessiner une nouvelle ligne\nClic droit : supprimer la ligne
-TP_PERSPECTIVE_HORIZONTAL;Horizontal
+TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;Au moins deux lignes de contrôle horizontales ou deux verticales requises.
+TP_PERSPECTIVE_HORIZONTAL;Horizontale
TP_PERSPECTIVE_LABEL;Perspective
TP_PERSPECTIVE_METHOD;Méthode
TP_PERSPECTIVE_METHOD_CAMERA_BASED;Basé sur Camera
@@ -2642,7 +2529,7 @@ TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Décalage Horizontal
TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Décalage Vertical
TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
TP_PERSPECTIVE_RECOVERY_FRAME;Récupération
-TP_PERSPECTIVE_VERTICAL;Vertical
+TP_PERSPECTIVE_VERTICAL;Verticale
TP_PFCURVE_CURVEEDITOR_CH;Teinte
TP_PFCURVE_CURVEEDITOR_CH_TOOLTIP;Contrôle la force du défrangeage en fonction de la couleur. En haut = action maxi, en bas = pas d'action sur la couleur.
TP_PREPROCESS_DEADPIXFILT;Filtrer les pixels morts
@@ -2815,7 +2702,7 @@ TP_RETINEX_MLABEL;Recomposition sans 'brume' Min=%1 Max=%2
TP_RETINEX_MLABEL_TOOLTIP;Devrait être proche de min=0 max=32768\nImage recomposée sans mélange.
TP_RETINEX_NEIGHBOR;Rayon
TP_RETINEX_NEUTRAL;Réinit.
-TP_RETINEX_NEUTRAL_TIP;Réinitialise tous les curseurs et courbes à leur valeur par défaut.
+TP_RETINEX_NEUTRAL_TOOLTIP;Réinitialise tous les curseurs et courbes à leur valeur par défaut.
TP_RETINEX_OFFSET;Décalage (brillance)
TP_RETINEX_SCALES;Gradient gaussien
TP_RETINEX_SCALES_TOOLTIP;Si le curseur est à 0, toutes les itérations sont identiques.\nSi > 0, l'Échelle et le Rayon sont réduit à chaque nouvelle itération, et inversement.
@@ -2851,7 +2738,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Degré
TP_ROTATE_LABEL;Rotation
TP_ROTATE_SELECTLINE;Choisir la ligne d'horizon
-TP_SAVEDIALOG_OK_TIP;Raccourci: Ctrl-Entrée
+TP_SAVEDIALOG_OK_TOOLTIP;Raccourci: Ctrl-Entrée
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Hautes lumières
TP_SHADOWSHLIGHTS_HLTONALW;Amplitude tonale des\nhautes lumières
TP_SHADOWSHLIGHTS_LABEL;Ombres/Hautes lumières
@@ -2956,11 +2843,11 @@ TP_WAVELET_CHR_TOOLTIP;Ajuste le chroma en fonction des "niveaux de contraste" e
TP_WAVELET_CHSL;Curseurs
TP_WAVELET_CHTYPE;Méthode de chrominance
TP_WAVELET_COLORT;Opacité Rouge-Vert
-TP_WAVELET_COMPLEX_TOOLTIP;Standard: l’application dispose du nécessaire pour assurer les opérations courantes, l’interface graphique est simplifiée.\nAvancé: toutes les fonctionnalités sont présentes, certaines nécessitent un apprentissage important
-TP_WAVELET_COMPEXPERT;Avancé
TP_WAVELET_COMPCONT;Contraste
+TP_WAVELET_COMPEXPERT;Avancé
TP_WAVELET_COMPGAMMA;Compression gamma
TP_WAVELET_COMPGAMMA_TOOLTIP;Ajuster le gamma de l'image résiduelle vous permet d'équiilibrer les données de l'histogramme.
+TP_WAVELET_COMPLEX_TOOLTIP;Standard: l’application dispose du nécessaire pour assurer les opérations courantes, l’interface graphique est simplifiée.\nAvancé: toutes les fonctionnalités sont présentes, certaines nécessitent un apprentissage important
TP_WAVELET_COMPTM;Compression tonale
TP_WAVELET_CONTEDIT;Courbe contraste 'Après'
TP_WAVELET_CONTR;Gamut
@@ -3079,7 +2966,6 @@ TP_WAVELET_THRH;Seuil des hautes lumières
TP_WAVELET_TILESBIG;Grandes tuiles
TP_WAVELET_TILESFULL;Image entière
TP_WAVELET_TILESIZE;Méthode de découpage
-TP_WAVELET_TILESLIT;Petites tuiles
TP_WAVELET_TILES_TOOLTIP;Traiter l'image entière donnera les meilleurs résulats et est l'option recommandé, l'usage des tuiles étant une solution alternative recommandé pour les utilisateurs disposant de peu de RAM. Cf. RawPedia pour la configuration mémoire requise.
TP_WAVELET_TMSTRENGTH;Force de la compression
TP_WAVELET_TMSTRENGTH_TOOLTIP;Contrôle la force de la compression tonale ou de la compression de contraste de l'image résiduelle. Lorsque la valeur est différente de 0, les curseurs Force et Gamma de l'outil Compression Tonale dans l'onglet Exposition seront grisés.
@@ -3146,22 +3032,710 @@ ZOOMPANEL_ZOOMOUT;Zoom Arrière\nRaccourci: -
! Untranslated keys follow; remove the ! prefix after an entry is translated.
!!!!!!!!!!!!!!!!!!!!!!!!!
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_DELETEDIALOG_ALL;Are you sure you want to permanently delete all %1 files in trash?
!FILEBROWSER_DELETEDIALOG_SELECTED;Are you sure you want to permanently delete the selected %1 files?
!FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Are you sure you want to permanently delete the selected %1 files, including a queue-processed version?
!FILEBROWSER_EMPTYTRASHHINT;Permanently delete all files in trash.
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPREMOVE;Delete permanently
!FILEBROWSER_POPUPREMOVEINCLPROC;Delete permanently, including queue-processed version
!FILEBROWSER_SHOWNOTTRASHHINT;Show only images not in trash.
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
!HISTORY_MSG_494;Capture Sharpening
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
-HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negatif
-HISTORY_MSG_FILMNEGATIVE_VALUES;Film negatif valeurs
-HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Réference Sortie
-HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negativf Espace couleur
-HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Référence entrée
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_PDSHARPEN_AUTO_CONTRAST;CS - Auto threshold
!HISTORY_MSG_PDSHARPEN_AUTO_RADIUS;CS - Auto radius
!HISTORY_MSG_PDSHARPEN_CHECKITER;CS - Auto limit iterations
@@ -3169,9 +3743,86 @@ HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Référence entrée
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
+!HISTORY_MSG_RANGEAB;Range ab
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
+!INSPECTOR_WINDOW_TITLE;Inspector
!MAIN_FRAME_PLACES_DEL;Remove
-!PARTIALPASTE_FILMNEGATIVE;Film Negatif
+!PARTIALPASTE_FILMNEGATIVE;Film negative
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROGRESSBAR_DECODING;Decoding...
!PROGRESSBAR_GREENEQUIL;Green equilibration...
!PROGRESSBAR_HLREC;Highlight reconstruction...
@@ -3179,25 +3830,92 @@ HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Référence entrée
!PROGRESSBAR_LINEDENOISE;Line noise filter...
!PROGRESSBAR_RAWCACORR;Raw CA correction...
!QUEUE_LOCATION_TITLE;Output Location
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_PPI;PPI
-!TP_DEHAZE_LUMINANCE;Luminance only
-TP_FILMNEGATIVE_BLUE;Ratio bleu
-TP_FILMNEGATIVE_BLUEBALANCE;Froid/Chaud
-TP_FILMNEGATIVE_COLORSPACE;Inversion espace couleur:
-TP_FILMNEGATIVE_COLORSPACE_INPUT;Espace couleur -entrée
-TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Sélectionnez l'espace colorimétrique utilisé pour effectuer l'inversion négative :\nEspace colorimétrique d'entrée : effectuez l'inversion avant l'application du profil d'entrée, comme dans les versions précédentes de RT.\nEspace colorimétrique de travail< /b> : effectue l'inversion après le profil d'entrée, en utilisant le profil de travail actuellement sélectionné.
-TP_FILMNEGATIVE_COLORSPACE_WORKING;Espace couleur de travail
-TP_FILMNEGATIVE_REF_LABEL;Entrée RGB: %1
-TP_FILMNEGATIVE_REF_PICK;Choisissez le point de la balance des blancs
-TP_FILMNEGATIVE_REF_TOOLTIP;Choisissez un patch gris pour équilibrer les blancs de la sortie, image positive.
-TP_FILMNEGATIVE_GREEN;Exposant de référence
-TP_FILMNEGATIVE_GREENBALANCE;Magenta/Vert
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
-TP_FILMNEGATIVE_LABEL;Film Negatif
-TP_FILMNEGATIVE_OUT_LEVEL;Niveau de sortie
-TP_FILMNEGATIVE_PICK;Choix des endroits neutres
-TP_FILMNEGATIVE_RED;Ratio Rouge
-TP_FILMNEGATIVE_GUESS_TOOLTIP;Définissez automatiquement les ratios rouge et bleu en choisissant deux patchs qui avaient une teinte neutre (pas de couleur) dans la scène d'origine. Les patchs doivent différer en luminosité.
+!TP_DEHAZE_SATURATION;Saturation
+!TP_HLREC_HLBLUR;Blur
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
+!TP_ICM_REDFRAME;Custom Primaries
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
!TP_LENSPROFILE_CORRECTION_AUTOMATCH;Automatically selected
@@ -3205,8 +3923,152 @@ TP_FILMNEGATIVE_GUESS_TOOLTIP;Définissez automatiquement les ratios rouge et bl
!TP_LENSPROFILE_MODE_HEADER;Lens Profile
!TP_LENSPROFILE_USE_GEOMETRIC;Geometric distortion
!TP_LENSPROFILE_USE_HEADER;Correct
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_SHARPENING_ITERCHECK;Auto limit iterations
!TP_SHARPENING_RADIUS_BOOST;Corner radius boost
+!TP_WAVELET_BALCHROM;Equalizer Color
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPNORMAL;Standard
+!TP_WAVELET_CONTFRAME;Contrast - Compression
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
+!TP_WAVELET_FINCFRAME;Final local contrast
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREND;Strength
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
diff --git a/rtdata/languages/Italiano b/rtdata/languages/Italiano
index 51b536cde..e4447f7f6 100644
--- a/rtdata/languages/Italiano
+++ b/rtdata/languages/Italiano
@@ -196,7 +196,6 @@ HISTORY_CUSTOMCURVE;Curva personalizzata
HISTORY_FROMCLIPBOARD;Dagli appunti
HISTORY_LABEL;Cronologia
HISTORY_MSG_1;Foto caricata
-HISTORY_MSG_2;PP3 caricato
HISTORY_MSG_3;PP3 modificato
HISTORY_MSG_4;Visualizzazione cronologia
HISTORY_MSG_5;Luminosità
@@ -210,9 +209,6 @@ HISTORY_MSG_12;Livelli Automatici
HISTORY_MSG_13;Tosaggio Esposizione
HISTORY_MSG_14;Lab - Luminosità
HISTORY_MSG_15;Lab - Contrasto
-HISTORY_MSG_16;Luminanza: Livello del nero
-HISTORY_MSG_17;Luminanza: Compr. alteluci
-HISTORY_MSG_18;Luminanza: Compr. ombre
HISTORY_MSG_19;Curva per 'L'
HISTORY_MSG_20;Nitidezza
HISTORY_MSG_21;USM - Raggio
@@ -238,10 +234,6 @@ HISTORY_MSG_40;WB - Tinta
HISTORY_MSG_41;Curva Tono Modo 1
HISTORY_MSG_42;Curva Tono 2
HISTORY_MSG_43;Curva Tono Modo 2
-HISTORY_MSG_44;Rid. rumore lum. - Raggio
-HISTORY_MSG_45;Rid. rumore lum. - Tolleranza bordi
-HISTORY_MSG_46;Riduzione Rumore Crominanza
-HISTORY_MSG_47;Fondi alteluci ICC con matrix
HISTORY_MSG_48;Usa curva tono del DCP
HISTORY_MSG_49;DCP - Illuminazione
HISTORY_MSG_50;Ombre/Alteluci
@@ -249,7 +241,6 @@ HISTORY_MSG_51;S/H - Alteluci
HISTORY_MSG_52;S/H - Ombre
HISTORY_MSG_53;S/H - Ampiezza tonale - Alteluci
HISTORY_MSG_54;S/H - Ampiezza tonale - Ombre
-HISTORY_MSG_55;S/H - Contrasto locale
HISTORY_MSG_56;S/H - Ombre/Alteluci - Raggio
HISTORY_MSG_57;Rotazione semplice
HISTORY_MSG_58;Ribaltamento orizzontale
@@ -261,7 +252,6 @@ HISTORY_MSG_63;Istantanea Selezionata
HISTORY_MSG_64;Ritaglia
HISTORY_MSG_65;Correzione AC
HISTORY_MSG_66;Ricostruzione Alteluci
-HISTORY_MSG_67;Ricostruzione Alteluci - Quantità
HISTORY_MSG_68;Ricostruzione Alteluci - Metodo
HISTORY_MSG_69;Spazio Colore di Lavoro
HISTORY_MSG_70;Spazio Colore di Uscita
@@ -272,12 +262,10 @@ HISTORY_MSG_74;Ridimensiona - Scala
HISTORY_MSG_75;Ridimensiona - Metodo
HISTORY_MSG_76;Metadati Exif
HISTORY_MSG_77;Metadati IPTC
-HISTORY_MSG_78;Misure specificate per Ridimensiona
HISTORY_MSG_79;Ridimensiona - Larghezza
HISTORY_MSG_80;Ridimensiona - Altezza
HISTORY_MSG_81;Ridimensiona - Abilitato
HISTORY_MSG_82;Profilo modificato
-HISTORY_MSG_83;S/H - Maschera di Nitidezza
HISTORY_MSG_84;Correzione prospettiva
HISTORY_MSG_85;Profilo di Correzione Obiettivo
HISTORY_MSG_86;Curve RGB - Modalità Luminosità
@@ -324,12 +312,6 @@ HISTORY_MSG_127;Flat Field - Automatico
HISTORY_MSG_128;Flat Field - Raggio di Sfocamento
HISTORY_MSG_129;Flat Field - Modalità di Sfocamento
HISTORY_MSG_130;Autocorr. Distorsione
-HISTORY_MSG_131;Riduzione rum. luminanza
-HISTORY_MSG_132;Riduzione rum. crominanza
-HISTORY_MSG_133;Gamma - Uscita
-HISTORY_MSG_134;Gamma - Posizione
-HISTORY_MSG_135;Gamma - Libero
-HISTORY_MSG_136;Gamma - Pendenza
HISTORY_MSG_137;Punto del Nero - Verde 1
HISTORY_MSG_138;Punto del Nero - Rosso
HISTORY_MSG_139;Punto del Nero - Blu
@@ -437,7 +419,6 @@ HISTORY_MSG_246;Curva 'CL'
HISTORY_MSG_247;Curva 'LH'
HISTORY_MSG_248;Curva 'HH'
HISTORY_MSG_249;CbDL - Soglia
-HISTORY_MSG_250;NR - Miglioramento
HISTORY_MSG_251;B&W - Algoritmo
HISTORY_MSG_252;CbDL Toni della Pelle
HISTORY_MSG_253;CbDL Riduzione Artefatti
@@ -703,7 +684,7 @@ PROFILEPANEL_GLOBALPROFILES;Profili inclusi
PROFILEPANEL_LABEL;Profili di sviluppo
PROFILEPANEL_LOADDLGLABEL;Carico i parametri di sviluppo...
PROFILEPANEL_LOADPPASTE;Parametri da caricare
-PROFILEPANEL_MODE_TIP;Modalità di riempimento del Profilo di Sviluppo.\n\nPulsante premuto: i profili parziali verranno convertiti in profili completi; i valori mancanti verranno sostituiti con i valori predefiniti.\n\nPulsante rilasciato: i Profili saranno applicati così come sono, modificando solo i valori che contengono.
+PROFILEPANEL_MODE_TOOLTIP;Modalità di riempimento del Profilo di Sviluppo.\n\nPulsante premuto: i profili parziali verranno convertiti in profili completi; i valori mancanti verranno sostituiti con i valori predefiniti.\n\nPulsante rilasciato: i Profili saranno applicati così come sono, modificando solo i valori che contengono.
PROFILEPANEL_MYPROFILES;Miei profili
PROFILEPANEL_PASTEPPASTE;Parametri da incollare
PROFILEPANEL_PCUSTOM;Personalizzato
@@ -863,7 +844,6 @@ TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Regola Croma, Saturazione o Pienezza.\nL'Istogr
TP_COLORAPP_DATACIE;Mostra gli istogrammi di uscita CIECAM02 nelle curve
TP_COLORAPP_DATACIE_TOOLTIP;Quando abilitato, gli istogrammi nelle curve CIECAM02 mostrano valori e intervalli approssimati di J o Q, e C, s o M dopo le regolazioni CIECAM02.\nQuesta selezione non ha effetto nel pannello Istogramma principale.\n\nQuando disabilitato, gli istogrammi nelle curve CIECAM02 mostrano i valori Lab, come sono prima delle regolazioni CIECAM02.
TP_COLORAPP_GAMUT;Controllo Gamut (Lab)
-TP_COLORAPP_GAMUT_TOOLTIP;Consenti il controllo gamut nella modalità Lab
TP_COLORAPP_HUE;Tinta (h)
TP_COLORAPP_HUE_TOOLTIP;Tinta (h) - angolo tra 0° e 360°
TP_COLORAPP_LABEL;Modello di Aspetto Colore CIE 2002
@@ -946,11 +926,11 @@ TP_EPD_REWEIGHTINGITERATES;Iterazioni di Ribilanciamento
TP_EPD_SCALE;Scala
TP_EPD_STRENGTH;Forza
TP_EXPOSURE_AUTOLEVELS;Livelli automatici
-TP_EXPOSURE_AUTOLEVELS_TIP;Abilita l'esecuzione dei livelli automatici per impostare automaticamente il cursore Esposizione in base all'analisi dell'immagine.\nSe necessario, abilita Ricostruzione Alteluci.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Abilita l'esecuzione dei livelli automatici per impostare automaticamente il cursore Esposizione in base all'analisi dell'immagine.\nSe necessario, abilita Ricostruzione Alteluci.
TP_EXPOSURE_BLACKLEVEL;Livello del nero
TP_EXPOSURE_BRIGHTNESS;Luminosità
TP_EXPOSURE_CLIP;Tosaggio %
-TP_EXPOSURE_CLIP_TIP;La frazione di pixel da tosare nell'operazione di livelli automatici.
+TP_EXPOSURE_CLIP_TOOLTIP;La frazione di pixel da tosare nell'operazione di livelli automatici.
TP_EXPOSURE_COMPRHIGHLIGHTS;Compressione Alteluci
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Soglia di Compressione Alteluci
TP_EXPOSURE_COMPRSHADOWS;Compressione Ombre
@@ -1058,14 +1038,14 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminanza secondo Tonalità L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminanza secondo Luminanza L=f(L)
TP_LABCURVE_LABEL;Regolazioni Lab
TP_LABCURVE_LCREDSK;Limita LC ai toni rossi e all'incarnato
-TP_LABCURVE_LCREDSK_TIP;Se abilitato, la Curva LC è applicata solo ai toni rossi e dell'incarnato.\nSe disabilitato, ha effetto su tutti i toni.
+TP_LABCURVE_LCREDSK_TOOLTIP;Se abilitato, la Curva LC è applicata solo ai toni rossi e dell'incarnato.\nSe disabilitato, ha effetto su tutti i toni.
TP_LABCURVE_RSTPROTECTION;Protezione Toni rossi e dell'incarnato
TP_LABCURVE_RSTPRO_TOOLTIP;Può essere utilizzato con il cursore Cromaticità e la curva CC.
TP_LENSGEOM_AUTOCROP; Ritaglio automatico
TP_LENSGEOM_FILL;Adattamento automatico
TP_LENSGEOM_LABEL;Obiettivo/Geometria
TP_LENSPROFILE_LABEL;Profilo di Correzione dell'Obiettivo
-TP_NEUTRAL_TIP;Riporta i controlli dell'esposizione ai valori neutrali.\nVale per gli stessi controlli cui è applicato Livelli Automatici, indipendentemente dal fatto che Livelli Automatici sia abilitato.
+TP_NEUTRAL_TOOLTIP;Riporta i controlli dell'esposizione ai valori neutrali.\nVale per gli stessi controlli cui è applicato Livelli Automatici, indipendentemente dal fatto che Livelli Automatici sia abilitato.
TP_PCVIGNETTE_FEATHER;Scia
TP_PCVIGNETTE_FEATHER_TOOLTIP;Scia:\n0 = solo i bordi,\n50 = a metà strada con il centro,\n100 = al centro.
TP_PCVIGNETTE_LABEL;Filtro Vignettatura
@@ -1122,7 +1102,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Angolo
TP_ROTATE_LABEL;Ruota
TP_ROTATE_SELECTLINE; Seleziona una linea dritta
-TP_SAVEDIALOG_OK_TIP;Scorciatoia: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Scorciatoia: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Alteluci
TP_SHADOWSHLIGHTS_HLTONALW;Ampiezza Tonale delle Alteluci
TP_SHADOWSHLIGHTS_LABEL;Ombre/Alteluci
@@ -1244,7 +1224,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!DYNPROFILEEDITOR_DELETE;Delete
!DYNPROFILEEDITOR_EDIT;Edit
!DYNPROFILEEDITOR_EDIT_RULE;Edit Dynamic Profile Rule
-!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the "re:" prefix to enter\na regular expression.
+!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the 're:' prefix to enter\na regular expression.
!DYNPROFILEEDITOR_IMGTYPE_ANY;Any
!DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
!DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
@@ -1260,15 +1240,16 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!EXPORT_BYPASS_EQUALIZER;Bypass Wavelet Levels
!EXPORT_PIPELINE;Processing pipeline
!EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-!EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+!EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
!EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_CACHECLEARFROMFULL;Clear all including cached profiles
!FILEBROWSER_CACHECLEARFROMPARTIAL;Clear all except cached profiles
!FILEBROWSER_DELETEDIALOG_ALL;Are you sure you want to permanently delete all %1 files in trash?
!FILEBROWSER_DELETEDIALOG_SELECTED;Are you sure you want to permanently delete the selected %1 files?
!FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Are you sure you want to permanently delete the selected %1 files, including a queue-processed version?
!FILEBROWSER_EMPTYTRASHHINT;Permanently delete all files in trash.
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPREMOVE;Delete permanently
!FILEBROWSER_POPUPREMOVEINCLPROC;Delete permanently, including queue-processed version
!FILEBROWSER_RESETDEFAULTPROFILE;Reset to default
@@ -1284,13 +1265,24 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!GENERAL_APPLY;Apply
!GENERAL_ASIMAGE;As Image
!GENERAL_CURRENT;Current
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
!GENERAL_OPEN;Open
!GENERAL_RESET;Reset
!GENERAL_SAVE_AS;Save as...
!GENERAL_SLIDER;Slider
!GIMP_PLUGIN_INFO;Welcome to the RawTherapee GIMP plugin!\nOnce you are done editing, simply close the main RawTherapee window and the image will be automatically imported in GIMP.
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
!HISTOGRAM_TOOLTIP_MODE;Toggle between linear, log-linear and log-log scaling of the histogram.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_MSG_166;Exposure - Reset
!HISTORY_MSG_173;NR - Detail recovery
!HISTORY_MSG_203;NR - Color space
@@ -1314,8 +1306,6 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_271;CT - High - Blue
!HISTORY_MSG_272;CT - Balance
!HISTORY_MSG_273;CT - Color Balance SMH
-!HISTORY_MSG_274;CT - Sat. Shadows
-!HISTORY_MSG_275;CT - Sat. Highlights
!HISTORY_MSG_276;CT - Opacity
!HISTORY_MSG_277;--unused--
!HISTORY_MSG_278;CT - Preserve luminance
@@ -1340,7 +1330,6 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_297;NR - Mode
!HISTORY_MSG_298;Dead pixel filter
!HISTORY_MSG_299;NR - Chrominance curve
-!HISTORY_MSG_300;-
!HISTORY_MSG_301;NR - Luma control
!HISTORY_MSG_302;NR - Chroma method
!HISTORY_MSG_303;NR - Chroma method
@@ -1358,10 +1347,10 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_315;W - Residual - Contrast
!HISTORY_MSG_316;W - Gamut - Skin tar/prot
!HISTORY_MSG_317;W - Gamut - Skin hue
-!HISTORY_MSG_318;W - Contrast - Highlight levels
-!HISTORY_MSG_319;W - Contrast - Highlight range
-!HISTORY_MSG_320;W - Contrast - Shadow range
-!HISTORY_MSG_321;W - Contrast - Shadow levels
+!HISTORY_MSG_318;W - Contrast - Finer levels
+!HISTORY_MSG_319;W - Contrast - Finer range
+!HISTORY_MSG_320;W - Contrast - Coarser range
+!HISTORY_MSG_321;W - Contrast - Coarser levels
!HISTORY_MSG_322;W - Gamut - Avoid color shift
!HISTORY_MSG_323;W - ES - Local contrast
!HISTORY_MSG_324;W - Chroma - Pastel
@@ -1425,14 +1414,14 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_382;PRS RLD - Amount
!HISTORY_MSG_383;PRS RLD - Damping
!HISTORY_MSG_384;PRS RLD - Iterations
-!HISTORY_MSG_385;W - Residual - Color Balance
+!HISTORY_MSG_385;W - Residual - Color balance
!HISTORY_MSG_386;W - Residual - CB green high
!HISTORY_MSG_387;W - Residual - CB blue high
!HISTORY_MSG_388;W - Residual - CB green mid
!HISTORY_MSG_389;W - Residual - CB blue mid
!HISTORY_MSG_390;W - Residual - CB green low
!HISTORY_MSG_391;W - Residual - CB blue low
-!HISTORY_MSG_392;W - Residual - Color Balance
+!HISTORY_MSG_392;W - Residual - Color balance
!HISTORY_MSG_393;DCP - Look table
!HISTORY_MSG_394;DCP - Baseline exposure
!HISTORY_MSG_395;DCP - Base table
@@ -1449,7 +1438,6 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_407;Retinex - Method
!HISTORY_MSG_408;Retinex - Radius
-!HISTORY_MSG_409;Retinex - Contrast
!HISTORY_MSG_410;Retinex - Offset
!HISTORY_MSG_411;Retinex - Strength
!HISTORY_MSG_412;Retinex - Gaussian gradient
@@ -1465,7 +1453,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_422;Retinex - Gamma
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_426;Retinex - Hue equalizer
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
@@ -1485,30 +1473,45 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_442;Retinex - Scale
!HISTORY_MSG_443;Output black point compensation
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_445;Raw sub-image
-!HISTORY_MSG_449;PS - ISO adaption
-!HISTORY_MSG_452;PS - Show motion
-!HISTORY_MSG_453;PS - Show mask only
-!HISTORY_MSG_457;PS - Check red/blue
-!HISTORY_MSG_462;PS - Check green
-!HISTORY_MSG_464;PS - Blur motion mask
-!HISTORY_MSG_465;PS - Blur radius
-!HISTORY_MSG_468;PS - Fill holes
-!HISTORY_MSG_469;PS - Median
-!HISTORY_MSG_471;PS - Motion correction
-!HISTORY_MSG_472;PS - Smooth transitions
-!HISTORY_MSG_473;PS - Use LMMSE
-!HISTORY_MSG_474;PS - Equalize
-!HISTORY_MSG_475;PS - Equalize channel
-!HISTORY_MSG_476;CAM02 - Temp out
-!HISTORY_MSG_477;CAM02 - Green out
-!HISTORY_MSG_478;CAM02 - Yb out
-!HISTORY_MSG_479;CAM02 - CAT02 adaptation out
-!HISTORY_MSG_480;CAM02 - Automatic CAT02 out
-!HISTORY_MSG_481;CAM02 - Temp scene
-!HISTORY_MSG_482;CAM02 - Green scene
-!HISTORY_MSG_483;CAM02 - Yb scene
-!HISTORY_MSG_484;CAM02 - Auto Yb scene
+!HISTORY_MSG_445;Raw Sub-Image
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_449;PS ISO adaption
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_452;PS Show motion
+!HISTORY_MSG_453;PS Show mask only
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_457;PS Check red/blue
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_462;PS Check green
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_464;PS Blur motion mask
+!HISTORY_MSG_465;PS Blur radius
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_468;PS Fill holes
+!HISTORY_MSG_469;PS Median
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_471;PS Motion correction
+!HISTORY_MSG_472;PS Smooth transitions
+!HISTORY_MSG_474;PS Equalize
+!HISTORY_MSG_475;PS Equalize channel
+!HISTORY_MSG_476;CAL - VC - Temperature
+!HISTORY_MSG_477;CAL - VC - Tint
+!HISTORY_MSG_478;CAL - VC - Mean luminance
+!HISTORY_MSG_479;CAL - VC - Adaptation
+!HISTORY_MSG_480;CAL - VC - Auto adaptation
+!HISTORY_MSG_481;CAL - SC - Temperature
+!HISTORY_MSG_482;CAL - SC - Tint
+!HISTORY_MSG_483;CAL - SC - Mean luminance
+!HISTORY_MSG_484;CAL - SC - Auto mean luminance
!HISTORY_MSG_485;Lens Correction
!HISTORY_MSG_486;Lens Correction - Camera
!HISTORY_MSG_487;Lens Correction - Lens
@@ -1519,6 +1522,654 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_492;RGB Curves
!HISTORY_MSG_493;L*a*b* Adjustments
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_CLAMPOOG;Clip out-of-gamut colors
!HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Color correction
!HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Color correction
@@ -1534,22 +2185,42 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Saturation
!HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
!HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
!HISTORY_MSG_DEHAZE_DEPTH;Dehaze - Depth
!HISTORY_MSG_DEHAZE_ENABLED;Haze Removal
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Dehaze - Show depth map
!HISTORY_MSG_DEHAZE_STRENGTH;Dehaze - Strength
!HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
!HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
!HISTORY_MSG_HISTMATCHING;Auto-matched tone curve
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
!HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
!HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-!HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-!HISTORY_MSG_ICM_WORKING_SLOPE;Working - Slope
-!HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC method
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Amount
!HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Darkness
!HISTORY_MSG_LOCALCONTRAST_ENABLED;Local Contrast
@@ -1564,23 +2235,83 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
+!HISTORY_MSG_RANGEAB;Range ab
!HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correction - Iterations
!HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correction - Avoid color shift
!HISTORY_MSG_RAW_BORDER;Raw border
!HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Allow upscaling
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SHARPENING_BLUR;Sharpening - Blur radius
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
!HISTORY_MSG_SH_COLORSPACE;S/H - Colorspace
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
!ICCPROFCREATOR_COPYRIGHT;Copyright:
-!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
!ICCPROFCREATOR_CUSTOM;Custom
!ICCPROFCREATOR_DESCRIPTION;Description:
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
@@ -1592,11 +2323,12 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!ICCPROFCREATOR_ILL_50;D50
!ICCPROFCREATOR_ILL_55;D55
!ICCPROFCREATOR_ILL_60;D60
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
!ICCPROFCREATOR_ILL_65;D65
!ICCPROFCREATOR_ILL_80;D80
!ICCPROFCREATOR_ILL_DEF;Default
!ICCPROFCREATOR_ILL_INC;StdA 2856K
-!ICCPROFCREATOR_ILL_TOOLTIP;You can only set the illuminant for ICC v4 profiles.
+!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
!ICCPROFCREATOR_PRIM_ACESP0;ACES AP0
!ICCPROFCREATOR_PRIM_ACESP1;ACES AP1
@@ -1606,6 +2338,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!ICCPROFCREATOR_PRIM_BLUX;Blue X
!ICCPROFCREATOR_PRIM_BLUY;Blue Y
!ICCPROFCREATOR_PRIM_BRUCE;BruceRGB
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
!ICCPROFCREATOR_PRIM_GREX;Green X
!ICCPROFCREATOR_PRIM_GREY;Green Y
!ICCPROFCREATOR_PRIM_PROPH;Prophoto
@@ -1613,13 +2346,14 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!ICCPROFCREATOR_PRIM_REDX;Red X
!ICCPROFCREATOR_PRIM_REDY;Red Y
!ICCPROFCREATOR_PRIM_SRGB;sRGB
-!ICCPROFCREATOR_PRIM_TOOLTIP;You can only set custom primaries for ICC v4 profiles.
+!ICCPROFCREATOR_PRIM_TOOLTIP;You can set custom primaries for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIM_WIDEG;Widegamut
!ICCPROFCREATOR_PROF_V2;ICC v2
!ICCPROFCREATOR_PROF_V4;ICC v4
!ICCPROFCREATOR_SAVEDIALOG_TITLE;Save ICC profile as...
!ICCPROFCREATOR_SLOPE;Slope
-!ICCPROFCREATOR_TRC_PRESET;Tone response curve:
+!ICCPROFCREATOR_TRC_PRESET;Tone response curve
+!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
!IPTCPANEL_COPYRIGHT;Copyright notice
@@ -1631,7 +2365,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!IPTCPANEL_CREATORJOBTITLEHINT;Enter the Job Title of the person listed in the Creator field.
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_HEADLINEHINT;Enter a brief publishable synopsis or summary of the contents of the image.
@@ -1654,24 +2388,29 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!MAIN_TAB_FAVORITES;Favorites
!MAIN_TAB_FAVORITES_TOOLTIP;Shortcut: Alt-u
!MAIN_TAB_INSPECT; Inspect
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TOOLTIP_BACKCOLOR3;Background color of the preview: middle grey\nShortcut: 9
!MAIN_TOOLTIP_PREVIEWSHARPMASK;Preview the sharpening contrast mask.\nShortcut: p\n\nOnly works when sharpening is enabled and zoom >= 100%.
!MONITOR_PROFILE_SYSTEM;System default
-!OPTIONS_BUNDLED_MISSING;The bundled profile "%1" could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
-!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
-!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
+!OPTIONS_BUNDLED_MISSING;The bundled profile '%1' could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
+!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
+!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
!PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
!PARTIALPASTE_COLORTONING;Color toning
!PARTIALPASTE_DEHAZE;Haze removal
!PARTIALPASTE_EQUALIZER;Wavelet levels
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!PARTIALPASTE_FILMNEGATIVE;Film negative
!PARTIALPASTE_FILMSIMULATION;Film simulation
!PARTIALPASTE_FLATFIELDCLIPCONTROL;Flat-field clip control
!PARTIALPASTE_LOCALCONTRAST;Local contrast
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
!PARTIALPASTE_METADATA;Metadata mode
!PARTIALPASTE_PREPROCESS_DEADPIXFILT;Dead pixel filter
!PARTIALPASTE_PREPROCESS_HOTPIXFILT;Hot pixel filter
!PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_PRSHARPENING;Post-resize sharpening
!PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA avoid color shift
!PARTIALPASTE_RAWCACORR_CAREDBLUE;CA red & blue
@@ -1680,6 +2419,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
!PARTIALPASTE_RETINEX;Retinex
!PARTIALPASTE_SOFTLIGHT;Soft light
+!PARTIALPASTE_SPOT;Spot removal
!PARTIALPASTE_TM_FATTAL;Dynamic range compression
!PREFERENCES_APPEARANCE;Appearance
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
@@ -1699,10 +2439,16 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaic
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CHUNKSIZE_RGB;RGB processing
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
!PREFERENCES_CLUTSCACHE;HaldCLUT Cache
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
!PREFERENCES_CLUTSDIR;HaldCLUT directory
!PREFERENCES_CMMBPC;Black point compensation
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
!PREFERENCES_CROP;Crop Editing
!PREFERENCES_CROP_AUTO_FIT;Automatically zoom to fit the crop
!PREFERENCES_CROP_GUIDES;Guides shown when not editing the crop
@@ -1716,9 +2462,16 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!PREFERENCES_CURVEBBOXPOS_RIGHT;Right
!PREFERENCES_DIRECTORIES;Directories
!PREFERENCES_EDITORCMDLINE;Custom command line
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
!PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compact toolbars in File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT;Same thumbnail height between the Filmstrip and the File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT_HINT;Having separate thumbnail size will require more processing time each time you'll switch between the single Editor tab and the File Browser.
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_LABEL;Inspect
!PREFERENCES_INSPECT_MAXBUFFERS_LABEL;Maximum number of cached images
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
@@ -1747,18 +2500,20 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!PREFERENCES_PRTINTENT;Rendering intent
!PREFERENCES_PRTPROFILE;Color profile
!PREFERENCES_REMEMBERZOOMPAN;Remember zoom % and pan offset
-!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in "Single Editor Tab Mode" and when "Demosaicing method used for the preview at <100% zoom" is set to "As in PP3".
+!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in 'Single Editor Tab Mode' and when 'Demosaicing method used for the preview at <100% zoom' is set to 'As in PP3'.
!PREFERENCES_SAVE_TP_OPEN_NOW;Save tool collapsed/expanded state now
!PREFERENCES_SERIALIZE_TIFF_READ;TIFF Read Settings
!PREFERENCES_SERIALIZE_TIFF_READ_LABEL;Serialize reading of TIFF files
!PREFERENCES_SERIALIZE_TIFF_READ_TOOLTIP;Enabling this option when working with folders containing uncompressed TIFF files can increase performance of thumbnail generation.
!PREFERENCES_SHOWFILMSTRIPTOOLBAR;Show Filmstrip toolbar
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
!PREFERENCES_TAB_DYNAMICPROFILE;Dynamic Profile Rules
!PREFERENCES_TAB_PERFORMANCE;Performance
!PREFERENCES_THUMBNAIL_INSPECTOR_JPEG;Embedded JPEG preview
!PREFERENCES_THUMBNAIL_INSPECTOR_MODE;Image to show
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW;Neutral raw rendering
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW_IF_NO_JPEG_FULLSIZE;Embedded JPEG if fullsize, neutral raw otherwise
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROFILEPANEL_PDYNAMIC;Dynamic
!PROGRESSBAR_DECODING;Decoding...
!PROGRESSBAR_GREENEQUIL;Green equilibration...
@@ -1783,7 +2538,14 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
!TOOLBAR_TOOLTIP_COLORPICKER;Lockable Color Picker\n\nWhen the tool is active:\n- Add a picker: left-click.\n- Drag a picker: left-click and drag.\n- Delete a picker: right-click.\n- Delete all pickers: Ctrl+Shift+right-click.\n- Revert to hand tool: right-click outside any picker.
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
!TP_BWMIX_MIXC;Channel Mixer
!TP_BWMIX_NEUTRAL;Reset
!TP_CBDL_AFT;After Black-and-White
@@ -1791,19 +2553,50 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_CBDL_METHOD;Process located
!TP_CBDL_METHOD_TOOLTIP;Choose whether the Contrast by Detail Levels tool is to be positioned after the Black-and-White tool, which makes it work in L*a*b* space, or before it, which makes it work in RGB space.
!TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminance
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
-!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
!TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
!TP_COLORAPP_NEUTRAL;Reset
-!TP_COLORAPP_NEUTRAL_TIP;Reset all sliders checkbox and curves to their default values
-!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_NEUTRAL_TOOLTIP;Reset all sliders checkbox and curves to their default values.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_AB;o C/L
!TP_COLORTONING_AUTOSAT;Automatic
!TP_COLORTONING_BALANCE;Balance
!TP_COLORTONING_BY;o C/L
!TP_COLORTONING_CHROMAC;Opacity
-!TP_COLORTONING_COLOR;Color
-!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
+!TP_COLORTONING_COLOR;Color:
+!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L).
!TP_COLORTONING_HIGHLIGHT;Highlights
!TP_COLORTONING_HUE;Hue
!TP_COLORTONING_LAB;L*a*b* blending
@@ -1833,11 +2626,11 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_COLORTONING_LUMAMODE;Preserve luminance
!TP_COLORTONING_LUMAMODE_TOOLTIP;If enabled, when you change color (red, green, cyan, blue, etc.) the luminance of each pixel is preserved.
!TP_COLORTONING_METHOD;Method
-!TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated color blending.\n"Color balance (Shadows/Midtones/Highlights)" and "Saturation 2 colors" use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
+!TP_COLORTONING_METHOD_TOOLTIP;'L*a*b* blending', 'RGB sliders' and 'RGB curves' use interpolated color blending.\n'Color balance (Shadows/Midtones/Highlights)' and 'Saturation 2 colors' use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
!TP_COLORTONING_MIDTONES;Midtones
!TP_COLORTONING_NEUTRAL;Reset sliders
-!TP_COLORTONING_NEUTRAL_TIP;Reset all values (Shadows, Midtones, Highlights) to default.
-!TP_COLORTONING_OPACITY;Opacity
+!TP_COLORTONING_NEUTRAL_TOOLTIP;Reset all values (Shadows, Midtones, Highlights) to default.
+!TP_COLORTONING_OPACITY;Opacity:
!TP_COLORTONING_RGBCURVES;RGB - Curves
!TP_COLORTONING_RGBSLIDERS;RGB - Sliders
!TP_COLORTONING_SA;Saturation Protection
@@ -1854,6 +2647,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_COLORTONING_TWOBY;Special a* and b*
!TP_COLORTONING_TWOCOLOR_TOOLTIP;Standard chroma:\nLinear response, a* = b*.\n\nSpecial chroma:\nLinear response, a* = b*, but unbound - try under the diagonal.\n\nSpecial a* and b*:\nLinear response unbound with separate curves for a* and b*. Intended for special effects.\n\nSpecial chroma 2 colors:\nMore predictable.
!TP_COLORTONING_TWOSTD;Standard chroma
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_GTHARMMEANS;Harmonic Means
!TP_CROP_GTTRIANGLE1;Golden Triangles 1
!TP_CROP_GTTRIANGLE2;Golden Triangles 2
@@ -1862,7 +2656,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_CROP_SELECTCROP;Select
!TP_DEHAZE_DEPTH;Depth
!TP_DEHAZE_LABEL;Haze Removal
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_DEHAZE_SHOW_DEPTH_MAP;Show depth map
!TP_DEHAZE_STRENGTH;Strength
!TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zones
@@ -1873,7 +2667,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_DIRPYRDENOISE_CHROMINANCE_MANUAL;Manual
!TP_DIRPYRDENOISE_CHROMINANCE_METHOD;Method
!TP_DIRPYRDENOISE_CHROMINANCE_METHODADVANCED_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
-!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Preview multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW;Preview
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the preview after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
@@ -1888,14 +2682,14 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_DIRPYRDENOISE_MAIN_MODE;Mode
!TP_DIRPYRDENOISE_MAIN_MODE_AGGRESSIVE;Aggressive
!TP_DIRPYRDENOISE_MAIN_MODE_CONSERVATIVE;Conservative
-!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;"Conservative" preserves low frequency chroma patterns, while "aggressive" obliterates them.
+!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;Conservative preserves low frequency chroma patterns, while aggressive obliterates them.
!TP_DIRPYRDENOISE_MEDIAN_METHOD;Median method
!TP_DIRPYRDENOISE_MEDIAN_METHOD_CHROMINANCE;Chroma only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LAB;L*a*b*
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LABEL;Median Filter
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LUMINANCE;Luminance only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_RGB;RGB
-!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
+!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the 'Luminance only' and 'L*a*b*' methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the 'RGB' mode, it will be performed at the very end of the noise reduction pipeline.
!TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;Weighted L* (little) + a*b* (normal)
!TP_DIRPYRDENOISE_MEDIAN_PASSES;Median iterations
!TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
@@ -1908,7 +2702,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_DIRPYRDENOISE_TYPE_7X7;7×7
!TP_DIRPYRDENOISE_TYPE_9X9;9×9
!TP_DIRPYREQUALIZER_ARTIF;Reduce artifacts
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+!TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_EPD_GAMMA;Gamma
!TP_EXPOSURE_CLAMPOOG;Clip out-of-gamut colors
!TP_EXPOSURE_HISTMATCHING;Auto-Matched Tone Curve
@@ -1918,17 +2712,28 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_EXPOS_BLACKPOINT_LABEL;Raw Black Points
!TP_EXPOS_WHITEPOINT_LABEL;Raw White Points
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_FILMSIMULATION_LABEL;Film Simulation
!TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
!TP_FILMSIMULATION_STRENGTH;Strength
!TP_FILMSIMULATION_ZEROCLUTSFOUND;Set HaldCLUT directory in Preferences
!TP_FLATFIELD_CLIPCONTROL;Clip control
!TP_FLATFIELD_CLIPCONTROL_TOOLTIP;Clip control avoids clipped highlights caused by applying the flat field. If there are already clipped highlights before applying the flat field, value 0 is used.
+!TP_HLREC_HLBLUR;Blur
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET;Baseline exposure
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET_TOOLTIP;Employ the embedded DCP baseline exposure offset. The setting is only available if the selected DCP has one.
!TP_ICM_APPLYHUESATMAP;Base table
@@ -1936,15 +2741,62 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_ICM_APPLYLOOKTABLE;Look table
!TP_ICM_APPLYLOOKTABLE_TOOLTIP;Employ the embedded DCP look table. The setting is only available if the selected DCP has one.
!TP_ICM_BPC;Black Point Compensation
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_PROFILEINTENT;Rendering Intent
+!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB;Apply white balance
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
!TP_ICM_WORKING_TRC;Tone response curve:
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
!TP_ICM_WORKING_TRC_CUSTOM;Custom
!TP_ICM_WORKING_TRC_GAMMA;Gamma
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
!TP_ICM_WORKING_TRC_NONE;None
!TP_ICM_WORKING_TRC_SLOPE;Slope
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_ICM_WORKING_TRC_TOOLTIP;Only for built-in profiles.
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
@@ -1962,12 +2814,815 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_LOCALCONTRAST_LABEL;Local Contrast
!TP_LOCALCONTRAST_LIGHTNESS;Lightness level
!TP_LOCALCONTRAST_RADIUS;Radius
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_METADATA_EDIT;Apply modifications
!TP_METADATA_MODE;Metadata copy mode
!TP_METADATA_STRIP;Strip all metadata
!TP_METADATA_TUNNEL;Copy unchanged
!TP_NEUTRAL;Reset
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
!TP_PREPROCESS_DEADPIXFILT;Dead pixel filter
!TP_PREPROCESS_DEADPIXFILT_TOOLTIP;Tries to suppress dead pixels.
!TP_PREPROCESS_HOTPIXFILT;Hot pixel filter
@@ -1978,10 +3633,14 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;Horizontal only on PDAF rows
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
-!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
+!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the 'Lanczos' resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
!TP_RAWCACORR_AUTOIT;Iterations
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
!TP_RAWCACORR_AVOIDCOLORSHIFT;Avoid color shift
!TP_RAWEXPOS_BLACK_0;Green 1 (lead)
!TP_RAWEXPOS_BLACK_1;Red
@@ -1997,9 +3656,11 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RAW_4PASS;3-pass+fast
!TP_RAW_AHD;AHD
!TP_RAW_AMAZE;AMaZE
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
!TP_RAW_BORDER;Border
!TP_RAW_DCB;DCB
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DCBVNG4;DCB+VNG4
!TP_RAW_DUALDEMOSAICAUTOCONTRAST;Auto threshold
!TP_RAW_DUALDEMOSAICAUTOCONTRAST_TOOLTIP;If the checkbox is checked (recommended), RawTherapee calculates an optimum value based on flat regions in the image.\nIf there is no flat region in the image or the image is too noisy, the value will be set to 0.\nTo set the value manually, uncheck the checkbox first (reasonable values depend on the image).
@@ -2017,6 +3678,8 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RAW_MONO;Mono
!TP_RAW_NONE;None (Shows sensor pattern)
!TP_RAW_PIXELSHIFT;Pixel Shift
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTBLUR;Blur motion mask
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
!TP_RAW_PIXELSHIFTEPERISO;Sensitivity
@@ -2027,7 +3690,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Equalize the brightness of the frames to the brightness of the selected frame.\nIf there are overexposed areas in the frames select the brightest frame to avoid magenta color cast in overexposed areas or enable motion correction.
!TP_RAW_PIXELSHIFTGREEN;Check green channel for motion
!TP_RAW_PIXELSHIFTHOLEFILL;Fill holes in motion mask
-!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask
+!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask.
!TP_RAW_PIXELSHIFTMEDIAN;Use median for moving parts
!TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTMM_AUTO;Automatic
@@ -2042,16 +3705,21 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RAW_PIXELSHIFTSIGMA;Blur radius
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
-!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
+!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
!TP_RAW_RCD;RCD
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_RCDVNG4;RCD+VNG4
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
-!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
+!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas.
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
!TP_RAW_VNG4;VNG4
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
!TP_RESIZE_ALLOW_UPSCALING;Allow Upscaling
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_RETINEX_CONTEDIT_HSL;HSL histogram
!TP_RETINEX_CONTEDIT_LAB;L*a*b* histogram
!TP_RETINEX_CONTEDIT_LH;Hue
@@ -2059,7 +3727,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RETINEX_CURVEEDITOR_CD;L=f(L)
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
!TP_RETINEX_CURVEEDITOR_LH;Strength=f(H)
-!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
!TP_RETINEX_CURVEEDITOR_MAP;L=f(L)
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_EQUAL;Equalizer
@@ -2067,7 +3735,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RETINEX_GAIN;Gain
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_RETINEX_GAMMA;Gamma
!TP_RETINEX_GAMMA_FREE;Free
!TP_RETINEX_GAMMA_HIGH;High
@@ -2082,7 +3750,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RETINEX_HIGH;High
!TP_RETINEX_HIGHLIG;Highlight
!TP_RETINEX_HIGHLIGHT;Highlight threshold
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_HSLSPACE_LIN;HSL-Linear
!TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
!TP_RETINEX_ITER;Iterations (Tone-mapping)
@@ -2101,11 +3769,11 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD;Method
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
-!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
+!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_RETINEX_NEIGHBOR;Radius
!TP_RETINEX_NEUTRAL;Reset
-!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+!TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
!TP_RETINEX_OFFSET;Offset (brightness)
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
@@ -2115,9 +3783,9 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RETINEX_STRENGTH;Strength
!TP_RETINEX_THRESHOLD;Threshold
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
-!TP_RETINEX_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sigma=%4
-!TP_RETINEX_TLABEL2;TM Tm=%1 TM=%2
-!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
+!TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
+!TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
+!TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_RETINEX_TRANF;Transmission
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
@@ -2126,7 +3794,7 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
!TP_RETINEX_VIEW;Process
!TP_RETINEX_VIEW_MASK;Mask
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_NONE;Standard
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
@@ -2138,6 +3806,11 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
!TP_SOFTLIGHT_LABEL;Soft Light
!TP_SOFTLIGHT_STRENGTH;Strength
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
!TP_TM_FATTAL_AMOUNT;Amount
!TP_TM_FATTAL_ANCHOR;Anchor
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
@@ -2151,22 +3824,28 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_WAVELET_7;Level 7
!TP_WAVELET_8;Level 8
!TP_WAVELET_9;Level 9
-!TP_WAVELET_APPLYTO;Apply To
+!TP_WAVELET_APPLYTO;Apply to
!TP_WAVELET_AVOID;Avoid color shift
!TP_WAVELET_B0;Black
-!TP_WAVELET_B1;Grey
+!TP_WAVELET_B1;Gray
!TP_WAVELET_B2;Residual
!TP_WAVELET_BACKGROUND;Background
!TP_WAVELET_BACUR;Curve
!TP_WAVELET_BALANCE;Contrast balance d/v-h
!TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: vertical-horizontal and diagonal.\nIf contrast, chroma or residual tone mapping are activated, the effect due to balance is amplified.
!TP_WAVELET_BALCHRO;Chroma balance
+!TP_WAVELET_BALCHROM;Equalizer Color
!TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
!TP_WAVELET_BANONE;None
!TP_WAVELET_BASLI;Slider
!TP_WAVELET_BATYPE;Contrast balance method
-!TP_WAVELET_CBENAB;Toning and Color Balance
-!TP_WAVELET_CB_TOOLTIP;For strong values product color-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CBENAB;Toning and Color balance
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
!TP_WAVELET_CCURVE;Local contrast
!TP_WAVELET_CH1;Whole chroma range
!TP_WAVELET_CH2;Saturated/pastel
@@ -2174,29 +3853,42 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_WAVELET_CHCU;Curve
!TP_WAVELET_CHR;Chroma-contrast link strength
!TP_WAVELET_CHRO;Saturated/pastel threshold
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
!TP_WAVELET_CHSL;Sliders
!TP_WAVELET_CHTYPE;Chrominance method
-!TP_WAVELET_COLORT;Opacity Red-Green
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COLORT;Opacity red-green
!TP_WAVELET_COMPCONT;Contrast
+!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPGAMMA;Compression gamma
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_COMPTM;Tone mapping
!TP_WAVELET_CONTEDIT;'After' contrast curve
+!TP_WAVELET_CONTFRAME;Contrast - Compression
!TP_WAVELET_CONTR;Gamut
!TP_WAVELET_CONTRA;Contrast
!TP_WAVELET_CONTRAST_MINUS;Contrast -
!TP_WAVELET_CONTRAST_PLUS;Contrast +
-!TP_WAVELET_CONTRA_TOOLTIP;Changes contrast of the residual image.
+!TP_WAVELET_CONTRA_TOOLTIP;Changes the residual image contrast.
!TP_WAVELET_CTYPE;Chrominance control
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
!TP_WAVELET_CURVEEDITOR_CL;L
-!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end of the wavelet treatment.
+!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
!TP_WAVELET_CURVEEDITOR_HH;HH
-!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image's hue as a function of hue.
+!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
!TP_WAVELET_DALL;All directions
!TP_WAVELET_DAUB;Edge performance
!TP_WAVELET_DAUB2;D2 - low
@@ -2204,62 +3896,101 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_WAVELET_DAUB6;D6 - standard plus
!TP_WAVELET_DAUB10;D10 - medium
!TP_WAVELET_DAUB14;D14 - high
-!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the first levels. However the quality is not strictly related to this coefficient and can vary depending on image and use.
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
!TP_WAVELET_DONE;Vertical
!TP_WAVELET_DTHR;Diagonal
!TP_WAVELET_DTWO;Horizontal
!TP_WAVELET_EDCU;Curve
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
!TP_WAVELET_EDGCONT;Local contrast
-!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
-!TP_WAVELET_EDGE;Edge Sharpness
+!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
+!TP_WAVELET_EDGE;Edge sharpness
!TP_WAVELET_EDGEAMPLI;Base amplification
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
-!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
-!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This adjuster lets you target edge detection for example to avoid applying edge sharpness to fine details, such as noise in the sky.
+!TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
+!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
!TP_WAVELET_EDGESENSI;Edge sensitivity
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH;Detail
!TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centered on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
!TP_WAVELET_EDRAD;Radius
-!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
-!TP_WAVELET_EDSL;Threshold Sliders
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_EDSL;Threshold sliders
!TP_WAVELET_EDTYPE;Local contrast method
!TP_WAVELET_EDVAL;Strength
!TP_WAVELET_FINAL;Final Touchup
+!TP_WAVELET_FINCFRAME;Final local contrast
!TP_WAVELET_FINEST;Finest
-!TP_WAVELET_HIGHLIGHT;Highlight luminance range
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_HIGHLIGHT;Finer levels luminance range
!TP_WAVELET_HS1;Whole luminance range
-!TP_WAVELET_HS2;Shadows/Highlights
+!TP_WAVELET_HS2;Selective luminance range
!TP_WAVELET_HUESKIN;Skin hue
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
-!TP_WAVELET_HUESKY;Sky hue
+!TP_WAVELET_HUESKY;Hue range
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
-!TP_WAVELET_LABEL;Wavelet Levels
+!TP_WAVELET_LABEL;Wavelet levels
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_WAVELET_LARGEST;Coarsest
!TP_WAVELET_LEVCH;Chroma
-!TP_WAVELET_LEVDIR_ALL;All levels in all directions
-!TP_WAVELET_LEVDIR_INF;Below or equal the level
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVDIR_ALL;All levels, in all directions
+!TP_WAVELET_LEVDIR_INF;Finer detail levels, including selected level
!TP_WAVELET_LEVDIR_ONE;One level
-!TP_WAVELET_LEVDIR_SUP;Above the level
+!TP_WAVELET_LEVDIR_SUP;Coarser detail levels, excluding selected level
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
!TP_WAVELET_LEVELS;Wavelet levels
-!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of wavelet decomposition levels for the image.\nMore levels require more RAM and require a longer processing time.
!TP_WAVELET_LEVF;Contrast
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
!TP_WAVELET_LEVONE;Level 2
!TP_WAVELET_LEVTHRE;Level 4
!TP_WAVELET_LEVTWO;Level 3
!TP_WAVELET_LEVZERO;Level 1
-!TP_WAVELET_LINKEDG;Link with Edge Sharpness' Strength
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LINKEDG;Link to Edge Sharpness Strength
!TP_WAVELET_LIPST;Enhanced algoritm
-!TP_WAVELET_LOWLIGHT;Shadow luminance range
+!TP_WAVELET_LOWLIGHT;Coarser levels luminance range
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MEDGREINF;First level
!TP_WAVELET_MEDI;Reduce artifacts in blue sky
!TP_WAVELET_MEDILEV;Edge detection
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
!TP_WAVELET_NEUTRAL;Neutral
!TP_WAVELET_NOIS;Denoise
!TP_WAVELET_NOISE;Denoise and Refine
@@ -2268,44 +3999,77 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: -
!TP_WAVELET_NPNONE;None
!TP_WAVELET_NPTYPE;Neighboring pixels
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
-!TP_WAVELET_OPACITY;Opacity Blue-Yellow
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_OPACITY;Opacity blue-yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
-!TP_WAVELET_OPACITYWL;Final local contrast
+!TP_WAVELET_OPACITYWL;Local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
!TP_WAVELET_PASTEL;Pastel chroma
!TP_WAVELET_PROC;Process
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
!TP_WAVELET_RE1;Reinforced
!TP_WAVELET_RE2;Unchanged
!TP_WAVELET_RE3;Reduced
-!TP_WAVELET_RESCHRO;Chroma
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_RESCHRO;Strength
!TP_WAVELET_RESCON;Shadows
!TP_WAVELET_RESCONH;Highlights
!TP_WAVELET_RESID;Residual Image
!TP_WAVELET_SAT;Saturated chroma
!TP_WAVELET_SETTINGS;Wavelet Settings
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
-!TP_WAVELET_SKY;Sky targetting/protection
-!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
-!TP_WAVELET_STREN;Strength
+!TP_WAVELET_SKY;Hue targetting/protection
+!TP_WAVELET_SKY_TOOLTIP;Allows you to target or protect a range of hues.\nAt -100 selected hues are targetted.\nAt 0 all hues are treated equally.\nAt +100 selected hues are protected while all other hues are targetted.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREN;Refine
+!TP_WAVELET_STREND;Strength
!TP_WAVELET_STRENGTH;Strength
!TP_WAVELET_SUPE;Extra
!TP_WAVELET_THR;Shadows threshold
-!TP_WAVELET_THRESHOLD;Highlight levels
-!TP_WAVELET_THRESHOLD2;Shadow levels
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
-!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_THRESHOLD;Finer levels
+!TP_WAVELET_THRESHOLD2;Coarser levels
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
!TP_WAVELET_THRH;Highlights threshold
-!TP_WAVELET_TILESBIG;Big tiles
+!TP_WAVELET_TILESBIG;Tiles
!TP_WAVELET_TILESFULL;Full image
!TP_WAVELET_TILESIZE;Tiling method
-!TP_WAVELET_TILESLIT;Little tiles
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
!TP_WAVELET_TMSTRENGTH;Compression strength
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
+!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
!TP_WAVELET_TMTYPE;Compression method
!TP_WAVELET_TON;Toning
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
!TP_WBALANCE_PICKER;Pick
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
!TP_WBALANCE_TEMPBIAS;AWB temperature bias
-!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
!ZOOMPANEL_ZOOMFITCROPSCREEN;Fit crop to screen\nShortcut: f
diff --git a/rtdata/languages/Japanese b/rtdata/languages/Japanese
index 2ed179747..913ee8112 100644
--- a/rtdata/languages/Japanese
+++ b/rtdata/languages/Japanese
@@ -112,7 +112,7 @@ EXPORT_PIPELINE;処理の流れ
EXPORT_PUTTOQUEUEFAST; 高速書き出しのキューに追加
EXPORT_RAW_DMETHOD;デモザイクの方式
EXPORT_USE_FAST_PIPELINE;処理速度優先(リサイズした画像に調整を全て行う)
-EXPORT_USE_FAST_PIPELINE_TIP;処理速度を優先すると、処理は速くなりますが、画像の質は落ちます。通常、画像のリサイズは全処理工程の最後で行われますが、ここでは処理工程の初めの方でリサイズが行われます。処理速度は著しく上がりますが、処理された画像にアーティファクトが発生したり、全体的な質が低下したりします。
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;処理速度を優先すると、処理は速くなりますが、画像の質は落ちます。通常、画像のリサイズは全処理工程の最後で行われますが、ここでは処理工程の初めの方でリサイズが行われます。処理速度は著しく上がりますが、処理された画像にアーティファクトが発生したり、全体的な質が低下したりします。
EXPORT_USE_NORMAL_PIPELINE;標準(リサイズ処理は最後、幾つかの処理を迂回)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;キュー処理
@@ -273,7 +273,6 @@ HISTORY_CUSTOMCURVE;カスタムカーブ
HISTORY_FROMCLIPBOARD;クリップボードから
HISTORY_LABEL;履歴
HISTORY_MSG_1;写真を読み込みました
-HISTORY_MSG_2;PP3を読み込みました
HISTORY_MSG_3;PP3を変更しました
HISTORY_MSG_4;履歴ブラウジング
HISTORY_MSG_5;明るさ
@@ -287,9 +286,6 @@ HISTORY_MSG_12;自動露光補正
HISTORY_MSG_13;露光 クリッピング
HISTORY_MSG_14;L*a*b* - 明度
HISTORY_MSG_15;L*a*b* - コントラスト
-HISTORY_MSG_16;輝度 黒レベル
-HISTORY_MSG_17;輝度 ハイライト圧縮
-HISTORY_MSG_18;輝度 シャドウ圧縮
HISTORY_MSG_19;L*a*b* - L*カーブ
HISTORY_MSG_20;シャープニング
HISTORY_MSG_21;シャープニング 半径
@@ -315,10 +311,6 @@ HISTORY_MSG_40;色偏差
HISTORY_MSG_41;トーンカーブ1のモード
HISTORY_MSG_42;トーンカーブ 2
HISTORY_MSG_43;トーンカーブ2のモード
-HISTORY_MSG_44;輝度ノイズ低減 半径
-HISTORY_MSG_45;輝度ノイズ低減 エッジの許容度
-HISTORY_MSG_46;色ノイズ低減
-HISTORY_MSG_47;マトリクスでICCハイライト・ブレンド
HISTORY_MSG_48;DCPトーンカーブ使用
HISTORY_MSG_49;色ノイズ低減 エッジの感度
HISTORY_MSG_50;シャドウ/ハイライト
@@ -326,7 +318,6 @@ HISTORY_MSG_51;ハイライト
HISTORY_MSG_52;シャドウ
HISTORY_MSG_53;ハイライト トーンの幅
HISTORY_MSG_54;シャドウ トーンの幅
-HISTORY_MSG_55;ローカルコントラスト
HISTORY_MSG_56;シャドウ/ハイライト 半径
HISTORY_MSG_57;90度 回転
HISTORY_MSG_58;左右反転
@@ -338,7 +329,6 @@ HISTORY_MSG_63;スナップショット選択
HISTORY_MSG_64;写真切り抜き
HISTORY_MSG_65;色収差補正
HISTORY_MSG_66;ハイライト復元
-HISTORY_MSG_67;ハイライト復元 量
HISTORY_MSG_68;ハイライト復元 方式
HISTORY_MSG_69;作業色空間
HISTORY_MSG_70;出力色空間
@@ -349,12 +339,10 @@ HISTORY_MSG_74;リサイズ スケール
HISTORY_MSG_75;リサイズ 方式
HISTORY_MSG_76;Exif メタデータ
HISTORY_MSG_77;IPTC メタデータ
-HISTORY_MSG_78;リサイズ指定のデータ
HISTORY_MSG_79;リサイズ幅
HISTORY_MSG_80;リサイズ 高さ
HISTORY_MSG_81;リサイズの有効・無効
HISTORY_MSG_82;プロファイル変更
-HISTORY_MSG_83;高画質 シャドウ/ハイライト
HISTORY_MSG_84;パースペクティブの補正
HISTORY_MSG_85;レンズ補正 プロファイル
HISTORY_MSG_86;RGB カーブ - 輝度モード
@@ -401,12 +389,6 @@ HISTORY_MSG_127;フラットフィールド 自動選択
HISTORY_MSG_128;フラットフィールド・ぼかし半径
HISTORY_MSG_129;フラットフィールド・ぼかしタイプ
HISTORY_MSG_130;自動歪曲収差補正
-HISTORY_MSG_131;ノイズ低減 輝度
-HISTORY_MSG_132;ノイズ低減 カラー
-HISTORY_MSG_133;ガンマ
-HISTORY_MSG_134;ガンマポジション
-HISTORY_MSG_135;フリー・ガンマ
-HISTORY_MSG_136;ガンマ 勾配
HISTORY_MSG_137;黒レベル グリーン 1
HISTORY_MSG_138;黒レベル レッド
HISTORY_MSG_139;黒レベル ブルー
@@ -519,7 +501,6 @@ HISTORY_MSG_246;L*a*b* CL カーブ
HISTORY_MSG_247;L*a*b* LH カーブ
HISTORY_MSG_248;L*a*b* HH カーブ
HISTORY_MSG_249;詳細レベルによるコントラスト調整 - しきい値
-HISTORY_MSG_250;ノイズ低減 - 強化
HISTORY_MSG_251;白黒 - アルゴリズム
HISTORY_MSG_252;CbDL 肌色の目標/保護
HISTORY_MSG_253;CbDL アーティファクトを軽減
@@ -543,8 +524,6 @@ HISTORY_MSG_270;カラートーン調整 - ハイライトのグリーン
HISTORY_MSG_271;カラートーン調整 - ハイライトのブルー
HISTORY_MSG_272;カラートーン調整 - バランス
HISTORY_MSG_273;カラートーン調整 - SMHでカラーバランス
-HISTORY_MSG_274;カラートーン調整 - シャドウの彩度
-HISTORY_MSG_275;カラートーン調整 - ハイライトの彩度
HISTORY_MSG_276;カラートーン調整 - 不透明度
HISTORY_MSG_277;カラートーン調整 - カーブをリセット
HISTORY_MSG_278;カラートーン調整 - 明度を維持
@@ -569,7 +548,6 @@ HISTORY_MSG_296;輝度ノイズ低減のカーブ
HISTORY_MSG_297;ノイズ低減 - 質
HISTORY_MSG_298;デッドピクセルフィルター
HISTORY_MSG_299;色ノイズ低減のカーブ
-HISTORY_MSG_300;-
HISTORY_MSG_301;輝度ノイズの調整方法
HISTORY_MSG_302;色ノイズの調整方法
HISTORY_MSG_303;色ノイズの調整方法
@@ -678,7 +656,6 @@ HISTORY_MSG_405;W - ノイズ低減とリファイン レベル4
HISTORY_MSG_406;W - ES - 隣接するピクセルに対する効果
HISTORY_MSG_407;レティネックス - 方式
HISTORY_MSG_408;レティネックス - 半径
-HISTORY_MSG_409;レティネックス - コントラスト
HISTORY_MSG_410;レティネックス - 明るさ
HISTORY_MSG_411;レティネックス - 強さ
HISTORY_MSG_412;レティネックス - ガウスフィルタの勾配
@@ -742,7 +719,6 @@ HISTORY_MSG_469;PS - メディアン
HISTORY_MSG_470;EvPixelShiftMedian3
HISTORY_MSG_471;PS - 振れの補正
HISTORY_MSG_472;PS - 境界を滑らかにする
-HISTORY_MSG_473;PS - LMMSEを使う
HISTORY_MSG_474;PS - 均等化
HISTORY_MSG_475;PS - 色チャンネルの均等化
HISTORY_MSG_476;CAM02 - 観視環境の色温度
@@ -1409,7 +1385,6 @@ HISTORY_MSG_BLSHAPE;レベルによるぼかし
HISTORY_MSG_BLURCWAV;色度のぼかし
HISTORY_MSG_BLURWAV;輝度のぼかし
HISTORY_MSG_BLUWAV;減衰応答
-HISTORY_MSG_CAT02PRESET;Cat02 自動プリセット
HISTORY_MSG_CATCAT;モード Cat02/16
HISTORY_MSG_CATCOMPLEX;色の見えモデルの機能水準
HISTORY_MSG_CATMODEL;色の見えモデルのバージョン
@@ -1523,7 +1498,6 @@ HISTORY_MSG_WAVCHROMCO;大きいディテールの色度
HISTORY_MSG_WAVCHROMFI;小さいディテールの色度
HISTORY_MSG_WAVCLARI;明瞭
HISTORY_MSG_WAVDENLH;レベル5
-HISTORY_MSG_WAVDENMET;ローカルイコライザ
HISTORY_MSG_WAVDENOISE;ローカルコントラスト
HISTORY_MSG_WAVDENOISEH;番手の高いレベルのローカルコントラスト
HISTORY_MSG_WAVDETEND;ディテール ソフト
@@ -1784,7 +1758,6 @@ PARTIALPASTE_LENSPROFILE;プロファイルされたレンズ補正
PARTIALPASTE_LOCALCONTRAST;ローカルコントラスト
PARTIALPASTE_LOCALLAB;ローカル編集
PARTIALPASTE_LOCALLABGROUP;ローカル編集の設定
-PARTIALPASTE_LOCGROUP;ローカル
PARTIALPASTE_METADATA;メタデータモード
PARTIALPASTE_METAGROUP;メタデータ
PARTIALPASTE_PCVIGNETTE;ビネットフィルター
@@ -2019,7 +1992,7 @@ PROFILEPANEL_GLOBALPROFILES;付属のプロファイル
PROFILEPANEL_LABEL;処理プロファイル
PROFILEPANEL_LOADDLGLABEL;処理プロファイルを読み込む...
PROFILEPANEL_LOADPPASTE;読み込むパラメータ
-PROFILEPANEL_MODE_TIP;処理プロファイルの適用モードボタン\n\nボタンが押された状態:処理プロファイルで設定されている値が適用され、且つ、他の値はプログラムにハードコーディングされているデフォルト値に置き換えられます\n\nボタンが離された状態:その処理プロファイルで設定されている値だけが適用されます
+PROFILEPANEL_MODE_TOOLTIP;処理プロファイルの適用モードボタン\n\nボタンが押された状態:処理プロファイルで設定されている値が適用され、且つ、他の値はプログラムにハードコーディングされているデフォルト値に置き換えられます\n\nボタンが離された状態:その処理プロファイルで設定されている値だけが適用されます
PROFILEPANEL_MYPROFILES;自分のプロファイル
PROFILEPANEL_PASTEPPASTE;貼り付けるパラメータ
PROFILEPANEL_PCUSTOM;カスタム
@@ -2222,7 +2195,6 @@ TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16は色順応変換の一つで、一定の光
TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16は色順応変換の一つで、一定の光源(例えばD50)のホワイトポイントの値を、別な光源(例えばD75)のホワイトポイントの値に変換することです(WPモデルを参照)。
TP_COLORAPP_FREE;任意の色温度と色偏差 + CAT02/16 + [出力]
TP_COLORAPP_GAMUT;色域制御 (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;L*a*b*モードの色域制御を可能にします
TP_COLORAPP_GEN;設定 - プリセット
TP_COLORAPP_GEN_TOOLTIP;この機能モジュールは、CIECAM02/16(色の見えモデル)をベースにしています。異なる光源の下での、人間の視覚の知覚を、より適切に真似るように設計された色モデルです(例えば、青白い光の中で見る物の色)。\n各色の条件を計算に入れながら、人間の視覚が認識する色に可能な限り近づくように変換します。\nまた、画像の場面や表示デバイスに応じて、その色が維持されるように、予定している出力条件(モニター、TV、プロジェクター、プリンターなど)を考慮します。
TP_COLORAPP_HUE;色相 (h)
@@ -2251,9 +2223,7 @@ TP_COLORAPP_MODELCAT;色の見えモデル
TP_COLORAPP_MODELCAT_TOOLTIP;色の見えモデルはCIECAM02或いはCIECAM16のどちらかを選択出来ます\n CIECAM02の方がより正確な場合があります\n CIECAM16の方がアーティファクトの発生が少ないでしょう
TP_COLORAPP_MODEL_TOOLTIP;ホワイトポイントモデル\n\nWB [RT] + [出力]\:周囲環境のホワイトバランスは、カラータブのホワイトバランスが使われます。CIECAM02/16の光源にはD50が使われ, 出力デバイスのホワイトバランスには観視環境のホワイトバランスが使われます\n\nWB [RT+CAT02] + [出力]:カラータブのホワイトバランスがCAT02で使われます。出力デバイスのホワイトバランスには観視環境のホワイトバランスが使われます\n\n任意の色温度と色偏差 + CAT02 + [出力]:色温度と色偏差はユーザーが設定します。出力デバイスのホワイトバランスには観視環境のホワイトバランスが使われます
TP_COLORAPP_NEUTRAL;リセット
-TP_COLORAPP_NEUTRAL_TIP;全てのスライダーチェックボックスとカーブをデフォルトにリセットします
-TP_COLORAPP_PRESETCAT02;cat02/16の自動プリセット シンメトリックモード
-TP_COLORAPP_PRESETCAT02_TIP;これを有効にすると、CAT02/16のためのスライダー、色温度、色偏差が自動的に設定されます。\n 撮影環境の輝度は変えることが出来ます。\n 必要であれば、CAT02/16の観視環境を変更します。\n 必要に応じて観視環境の色温度、色偏差、を変更します。\n 全ての自動チェックボックスが無効になります。
+TP_COLORAPP_NEUTRAL_TOOLTIP;全てのスライダーチェックボックスとカーブをデフォルトにリセットします
TP_COLORAPP_RSTPRO;レッドと肌色トーンを保護
TP_COLORAPP_RSTPRO_TOOLTIP;レッドと肌色トーンを保護はスライダーとカーブの両方に影響します
TP_COLORAPP_SOURCEF_TOOLTIP;撮影条件に合わせて、その条件とデータを通常の範囲に収めます。ここで言う“通常”とは、平均的或いは標準的な条件とデータのことです。例えば、CIECAM02の補正を計算に入れずに収める。
@@ -2274,7 +2244,6 @@ TP_COLORAPP_TCMODE_LABEL3;カーブ・色度モード
TP_COLORAPP_TCMODE_LIGHTNESS;明度
TP_COLORAPP_TCMODE_SATUR;彩度
TP_COLORAPP_TEMP2_TOOLTIP;シンメトリカルモードの場合はホワイトバランスの色温度を使います\n色偏差は常に1.0\n\nA光源 色温度=2856\nD41 色温度=4100\nD50 色温度=5003\nD55 色温度=5503\nD60 色温度=6000\nD65 色温度=6504\nD75 色温度=7504
-TP_COLORAPP_TEMPOUT_TOOLTIP;色温度と色偏差を変えるために無効にします
TP_COLORAPP_TEMP_TOOLTIP;選択した光源に関し色偏差は常に1が使われます\n\n色温度=2856\nD50 色温度=5003\nD55 色温度=5503\nD65 色温度=6504\nD75 色温度=7504
TP_COLORAPP_TONECIE;CIECAM02/16を使ったトーンマッピング
TP_COLORAPP_TONECIE_TOOLTIP;このオプションが無効になっている場合、トーンマッピングはL*a*b*空間を使用します\nこのオプションが有効になっている場合、トーンマッピングは、CIECAM02/16を使用します\nトーンマッピング(L*a*b*/CIECAM02)ツールを有効にするには、この設定を有効にする必要があります
@@ -2323,7 +2292,7 @@ TP_COLORTONING_METHOD;方法
TP_COLORTONING_METHOD_TOOLTIP;L*a*b*モデルのブレンドはカラー補間を使います\nカラーバランスは、シャドウ、ミッドトーン、ハイライトでバランスをとります\nSH+バランスは、ダイレクトカラーを使ってシャドウとハイライトでカラートン調整とバランスを調整します\n全ての方法で白黒変換を有効に出来ます
TP_COLORTONING_MIDTONES;中間トーン
TP_COLORTONING_NEUTRAL;スライダーをリセット
-TP_COLORTONING_NEUTRAL_TIP;スライダーの全ての値(SMH:シャドウ、ミッドトーン、ハイライト)をデフォルトに戻す
+TP_COLORTONING_NEUTRAL_TOOLTIP;スライダーの全ての値(SMH:シャドウ、ミッドトーン、ハイライト)をデフォルトに戻す
TP_COLORTONING_OPACITY;不透明度:
TP_COLORTONING_RGBCURVES;RGB - カーブ
TP_COLORTONING_RGBSLIDERS;RGB - スライダー
@@ -2440,7 +2409,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;-100 肌色トーンの調整が目的にな
TP_DIRPYREQUALIZER_THRESHOLD;しきい値
TP_DIRPYREQUALIZER_TOOLTIP;肌色(色相、色度、明度)と他の色の間の遷移でアーティファクトが発生するのを軽減します
TP_DISTORTION_AMOUNT;適用量
-TP_DISTORTION_AUTO_TIP;rawファイルの歪曲収差を、埋め込まれたJPEG画像とカメラによる自動歪曲収差補正と合わせることで自動的に補正します
+TP_DISTORTION_AUTO_TOOLTIP;rawファイルの歪曲収差を、埋め込まれたJPEG画像とカメラによる自動歪曲収差補正と合わせることで自動的に補正します
TP_DISTORTION_LABEL;歪曲収差補正
TP_EPD_EDGESTOPPING;エッジ停止
TP_EPD_GAMMA;ガンマ
@@ -2449,12 +2418,12 @@ TP_EPD_REWEIGHTINGITERATES;再加重反復
TP_EPD_SCALE;スケール
TP_EPD_STRENGTH;強さ
TP_EXPOSURE_AUTOLEVELS;自動露光補正
-TP_EXPOSURE_AUTOLEVELS_TIP;画像を解析し、露光補正を自動で行います\n必要に応じてハイライト復元を有効にします
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;画像を解析し、露光補正を自動で行います\n必要に応じてハイライト復元を有効にします
TP_EXPOSURE_BLACKLEVEL;黒レベル
TP_EXPOSURE_BRIGHTNESS;明るさ
TP_EXPOSURE_CLAMPOOG;色域から外れた色を切り取る
TP_EXPOSURE_CLIP;クリップ %
-TP_EXPOSURE_CLIP_TIP;自動露光補正で使う飽和ピクセルの割合
+TP_EXPOSURE_CLIP_TOOLTIP;自動露光補正で使う飽和ピクセルの割合
TP_EXPOSURE_COMPRHIGHLIGHTS;ハイライト圧縮
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;ハイライト圧縮 しきい値
TP_EXPOSURE_COMPRSHADOWS;シャドウ圧縮
@@ -2539,13 +2508,11 @@ TP_ICM_APPLYHUESATMAP;ベーステーブル
TP_ICM_APPLYHUESATMAP_TOOLTIP;DCPに埋め込まれているベーステーブル(色相彩度マップ)を用います。但し、適用するDCPにこのタグがある場合に限ります。
TP_ICM_APPLYLOOKTABLE;ルックテーブル
TP_ICM_APPLYLOOKTABLE_TOOLTIP;DCPに埋め込まれているルックテーブルを用います。但し、適用するDCPにこのタグがある場合に限ります。
-TP_ICM_BLUFRAME;ブルー 原色
TP_ICM_BPC;ブラックポイント補正
TP_ICM_DCPILLUMINANT;光源
TP_ICM_DCPILLUMINANT_INTERPOLATED;補間
TP_ICM_DCPILLUMINANT_TOOLTIP;埋め込まれているDCPの光源のどちらを使うか選択。デフォルトではホワイトバランスに基づいて二つの光源の中間に補間する。この設定は二つのDCPの光源が補間サポートされる、を選択している場合に有効。
TP_ICM_FBW;白黒
-TP_ICM_GREFRAME;グリーン 原色
TP_ICM_ILLUMPRIM_TOOLTIP;撮影条件に最も相応しい光源を選びます\n変更が行われるのは、‘変換先の原色’で‘カスタム (スライダー)’が選択された時だけです。
TP_ICM_INPUTCAMERA;カメラの標準的プロファイル
TP_ICM_INPUTCAMERAICC;カメラプロファイルの自動調和
@@ -2657,7 +2624,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;色相に応じた輝度 L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;輝度に応じた輝度 L*a*b* L=f(L)
TP_LABCURVE_LABEL;L*a*b* 調整
TP_LABCURVE_LCREDSK;LCの適用をレッドと肌色トーンだけに制限
-TP_LABCURVE_LCREDSK_TIP;有効の場合 LC カーブ(色度に応じた輝度)の適用は、レッドと肌色トーンだけ制限されます\n無効の場合は、すべてのトーンに適用されます
+TP_LABCURVE_LCREDSK_TOOLTIP;有効の場合 LC カーブ(色度に応じた輝度)の適用は、レッドと肌色トーンだけ制限されます\n無効の場合は、すべてのトーンに適用されます
TP_LABCURVE_RSTPROTECTION;レッドと肌色トーンを保護
TP_LABCURVE_RSTPRO_TOOLTIP;色度スライダーとCCカーブを使用することができます
TP_LENSGEOM_AUTOCROP;自動的に切り抜き選択
@@ -2683,13 +2650,11 @@ TP_LOCALCONTRAST_RADIUS;半径
TP_LOCALLAB_ACTIV;輝度だけ
TP_LOCALLAB_ACTIVSPOT;RT-スポットを有効にする
TP_LOCALLAB_ADJ;イコライザ カラー
-TP_LOCALLAB_ALL;全ての種類
TP_LOCALLAB_AMOUNT;量
TP_LOCALLAB_ARTIF;形状検出
TP_LOCALLAB_ARTIF_TOOLTIP;ΔE-スコープのしきい値:スコープを適用するΔEの幅が変わります。色域の広い画像には高いしきい値を使います。\nΔEの減衰:値を増やすと形状検出の質は向上しますが、スコープの範囲が狭くなります。
TP_LOCALLAB_AUTOGRAY;自動平均輝度(Yb%)
TP_LOCALLAB_AUTOGRAYCIE;自動
-TP_LOCALLAB_AUTOGRAYCIE_TOOLTIP;自動で“平均輝度”と“絶対輝度”を計算します\nJz、Cz、Hzに関しては、自動的に"均一的知覚の順応"と"ブラックEv"、"ホワイトEv"を自動的に計算します。
TP_LOCALLAB_AVOID;色ずれの回避
TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;作業色空間の色域に色を収め、マンセル補正を行います(均一的な知覚のLab)\nJz或いはCAM16が使われている場合は、マンセル補正が常に無効になります。
TP_LOCALLAB_AVOIDMUN;マンセル補正だけ
@@ -2716,18 +2681,15 @@ TP_LOCALLAB_BLMED;メディアン
TP_LOCALLAB_BLMETHOD_TOOLTIP;通常:全ての設定に対し、直接的なぼかしとノイズ処理\nインバース:ぼかしとノイズ処理\n注意:設定によっては予期しない結果になることがあります
TP_LOCALLAB_BLNOI_EXP;ぼかし & ノイズ除去
TP_LOCALLAB_BLNORM;通常
-TP_LOCALLAB_BLSYM;シンメトリック
TP_LOCALLAB_BLUFR;ぼかし/質感とノイズ除去
TP_LOCALLAB_BLUMETHOD_TOOLTIP;背景をぼかし、前景を区分けするために:\n画像全体をRT-スポットで完全に囲み(スコープと境界値は高くします)背景をぼかします-'通常’或いは’インバース’モードを選択します\n*一つ以上のRT-スポットで’除外’モードを使い、スコープ値を高くして前景を区分けします\n\nこの機能モジュール('メディアン’及び’ガイド付きフィルタ’を含む)は、メインのノイズ低減と併用できます。
TP_LOCALLAB_BLUR;ガウスぼかし - ノイズ - 質感
-TP_LOCALLAB_BLURCBDL;ぼかしのレベル 0-1-2-3-4
TP_LOCALLAB_BLURCOL;半径
TP_LOCALLAB_BLURCOLDE_TOOLTIP;孤立したピクセルが計算に入るの避けるため、ΔEを計算するために使われる画像に少しぼかしをかけます
TP_LOCALLAB_BLURDE;形状検出のぼかし
TP_LOCALLAB_BLURLC;輝度だけ
TP_LOCALLAB_BLURLEVELFRA;レベルのぼかし
TP_LOCALLAB_BLURMASK_TOOLTIP;マスクを生成するために半径の大きなぼかしを使います。これにより画像のコントラストを変えたり、画像の一部を暗く、又は明るくすることが出来ます。
-TP_LOCALLAB_BLURRESIDFRA;残差のぼかし
TP_LOCALLAB_BLURRMASK_TOOLTIP;ガウスぼかしの’半径’を変えることが出来ます(0~1000)
TP_LOCALLAB_BLUR_TOOLNAME;ぼかし/質感 & ノイズ除去
TP_LOCALLAB_BLWH;全ての変更を白黒画像で行う
@@ -2742,10 +2704,8 @@ TP_LOCALLAB_CAM16PQREMAP;HDR PQ(最大輝度)
TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;CAM16に適応したPQ (知覚量子化)。これによりPQの内部関数を変えることが出来ます(通常は10000カンデラ毎平方メートル - デフォルトは100カンデラ毎平方メートルですが無効になります\n異なるデバイスや画像を扱う場合に使えます。
TP_LOCALLAB_CAM16_FRA;CAM16による画像の調整
TP_LOCALLAB_CAMMODE;CAMのモデル
-TP_LOCALLAB_CAMMODE_ALL;CAM 16 + Jz Cz Hz
TP_LOCALLAB_CAMMODE_CAM16;CAM16
TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
-TP_LOCALLAB_CAMMODE_ZCAM;ZCAMだけ
TP_LOCALLAB_CATAD;色順応 - Cat16
TP_LOCALLAB_CBDL;詳細レベルによるコントラスト調整
TP_LOCALLAB_CBDLCLARI_TOOLTIP;中間トーンのローカルコントラストを強化します
@@ -2775,7 +2735,6 @@ TP_LOCALLAB_CIELIGHTFRA;明度
TP_LOCALLAB_CIEMODE;処理過程の位置の変更
TP_LOCALLAB_CIEMODE_COM;デフォルト
TP_LOCALLAB_CIEMODE_DR;ダイナミックレンジ
-TP_LOCALLAB_CIEMODE_LOG;対数符号化
TP_LOCALLAB_CIEMODE_TM;トーンマッピング
TP_LOCALLAB_CIEMODE_TOOLTIP;デフォルトではCIECAMが処理過程の最後になっています。"マスクと修正領域"と"輝度マスクをベースにした回復"は"CAM16 + JzCzHz"で使えます。\n好みに併せて他の機能(トーンマッピング、ダイナミックレンジ圧縮、対数符号化)にCIECAMを統合することも出来ます。調整結果はCIECAMを統合しなかった場合と異なります。このモードでは"マスクと修正領域"と"輝度マスクをベースにした回復"が使えます。
TP_LOCALLAB_CIEMODE_WAV;ウェーブレット
@@ -2804,16 +2763,10 @@ TP_LOCALLAB_COLOR_TOOLNAME;色と明るさ
TP_LOCALLAB_COL_NAME;名前
TP_LOCALLAB_COL_VIS;ステータス
TP_LOCALLAB_COMPFRA;詳細レベルの方向によるコントラスト
-TP_LOCALLAB_COMPFRAME_TOOLTIP;特殊な効果を付けるために使います。アーティファクトを軽減するためには'明瞭とシャープマスク/ブレンド & ソフトイメージ'を使います\n処理時間が大きく増えます
-TP_LOCALLAB_COMPLEX_METHOD;機能の水準
-TP_LOCALLAB_COMPLEX_TOOLTIP;ローカル編集の機能水準を選択出来ます
TP_LOCALLAB_COMPREFRA;ウェーブレットのレベルを使ったトーンマッピング
-TP_LOCALLAB_COMPRESS_TOOLTIP;アーティファクトを軽減するため必要に応じて'明瞭とシャープマスク/ブレンド & ソフトイメージ'の'ソフトな半径'使います
TP_LOCALLAB_CONTCOL;コントラストしきい値
TP_LOCALLAB_CONTFRA;レベルによるコントラスト調整
-TP_LOCALLAB_CONTL;コントラスト(J)
TP_LOCALLAB_CONTRAST;コントラスト
-TP_LOCALLAB_CONTRASTCURVMASK1_TOOLTIP;連続した漸進的なカーブを使わずに、マスクのコントラスト(ガンマとスロープ)を自由に変えられます。但し、’スムーズな半径’、或いは’ラプラシアンのしきい値’スライダーを使って処理しなければならないようなアーティファクトが発生する可能性があります。
TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;マスクのコントラストを自由に変更できますが、アーティファクトが発生するかもしれません。
TP_LOCALLAB_CONTRESID;コントラスト
TP_LOCALLAB_CONTTHMASK_TOOLTIP;質感をベースに、画像のどの部分に影響を与えるか決定出来ます
@@ -2829,10 +2782,6 @@ TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;カーブを有効にするには、’カー
TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;トーンカーブ
TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), 色と明るさでL(H)との併用可
TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'通常', L=f(L)カーブは明るさのスライダーと同じアルゴリズムを使っています
-TP_LOCALLAB_CURVENCONTRAST;強力+コントラストのしきい値(試験的)
-TP_LOCALLAB_CURVENH;強力
-TP_LOCALLAB_CURVENHSU;色相と色度の組み合わせ(試験的)
-TP_LOCALLAB_CURVENSOB2;色相と色度の組み合わせ+コントラストのしきい値(試験的)
TP_LOCALLAB_CURVES_CIE;トーンカーブ
TP_LOCALLAB_CURVNONE;カーブを無効
TP_LOCALLAB_DARKRETI;暗さ
@@ -2854,7 +2803,6 @@ TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;漸進的にフーリエ変換(離散コサ
TP_LOCALLAB_DENOIMASK;色ノイズのマスク
TP_LOCALLAB_DENOIMASK_TOOLTIP;全ての機能でマスクの色ノイズの程度を加減することが出来ます。\nLC(h)カーブを使う際、アーティファクトを避けたり、色度をコントロールするのに便利です。
TP_LOCALLAB_DENOIQUA_TOOLTIP;’控え目’なモードでは、低周波ノイズは除去されません。’積極的’なモードは低周波ノイズも除去します。\n’控え目’も’積極的’も、ウェーブレットとDCTを使いますが、’輝度のノンローカルミーン’を併用することも出来ます。
-TP_LOCALLAB_DENOIS;ノイズ除去
TP_LOCALLAB_DENOITHR_TOOLTIP;均一及び低コントラスト部分のノイズを減らす補助としてエッジ検出を調整します
TP_LOCALLAB_DENOI_EXP;ノイズ除去
TP_LOCALLAB_DENOI_TOOLTIP;このモジュールは単独のノイズ低減機能(処理工程の最後の方に位置)として、或いはメインのディテールタブに付属するノイズ低減(処理工程の最初の方に位置)の追加機能として使うことが出来ます。\n色(ΔE)を基本に、スコープを使って作用に差を付けることが出来ます。\n但し、RT-スポットは最低128x128の大きさの必要です
@@ -2907,30 +2855,25 @@ TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;ラプラス変換前後にガンマカーブを
TP_LOCALLAB_EXPLAPLIN_TOOLTIP;ラプラス変換を適用する前に、線形要素を加え、露出不足の画像を修正します
TP_LOCALLAB_EXPLAP_TOOLTIP;スライダーを右に移動すると漸進的にコントラストが減少します
TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;不透明度のコントロールで、GIMPやPhotoshop(C)の、Difference, Multiply, Soft Light, Overlayなどのレイヤー融合モードが使えます。\n元画像:現在のRT-スポットと元画像の融合\n前のRT-スポット:現在のRT-スポットと前のRT-スポットを融合(但し、前のスポットがある場合に限る、ない場合は元画像と融合)\n背景:現在のRT-スポットと背景の色と輝度を融合
-TP_LOCALLAB_EXPMETHOD_TOOLTIP;標準:メインの露光補正と類似したアルゴリズムを使いますが、 L*a*b*で作業するためΔEを考慮します\n\nコントラストの減衰:ΔEを考慮する別なアルゴリズムですが、ポアソン方程式(PDE)を使いフーリエ空間でラプラシアンの解を求めます\nコントラストの減衰、ダイナミックレンジの圧縮は標準機能を組み合わせることが出来ます\nFFTWフーリエ変換は処理時間を減らすためにサイズが最適化されます\nアーティファクトとノイズを軽減します
TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;アーティファクト(ノイズ)の発生を避けるため、ラプラス変換の前にメディアンフィルタを適用します
TP_LOCALLAB_EXPOSE;ダイナミックレンジ & 露光補正
TP_LOCALLAB_EXPOSURE_TOOLTIP;シャドウ部分が強いような場合は、’シャドウ/ハイライト’のモジュールが使えます
TP_LOCALLAB_EXPRETITOOLS;高度なレティネックス機能
TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-スポットの大きさが最低でも39x39ピクセル必要です\nスポットが小さい場合は、低い境界値、高い減衰値、高いスコープ値を設定します
TP_LOCALLAB_EXPTOOL;露光補正の機能
-TP_LOCALLAB_EXPTRC;トーンレスポンスカーブ - TRC
TP_LOCALLAB_EXP_TOOLNAME;ダイナミックレンジ & 露光補正
TP_LOCALLAB_FATAMOUNT;量
TP_LOCALLAB_FATANCHOR;アンカー
-TP_LOCALLAB_FATANCHORA;オフセット
TP_LOCALLAB_FATDETAIL;ディテール
TP_LOCALLAB_FATFRA;ダイナミックレンジ圧縮 ƒ
TP_LOCALLAB_FATFRAME_TOOLTIP;ここではFattalのトーンマッピングアルゴリズムを使います\nアンカーで画像の露出不足・過多に応じた選択が出来ます\n現在のスポットに近く、マスクを使用する2番目のスポットの輝度を増やすのに便利です
TP_LOCALLAB_FATLEVEL;シグマ
-TP_LOCALLAB_FATRES;残差画像の量
TP_LOCALLAB_FATSHFRA;マスクのダイナミックレンジ圧縮のマスク ƒ
TP_LOCALLAB_FEATH_TOOLTIP;RT-スポットの対角線の長さに対する諧調幅の割合で作用します\nこれは階調フィルタを備えているモジュール全てに共通です\n但し、フェザー処理が働くのは、階調フィルタの中で一つ以上の調整が行われている場合だけです
TP_LOCALLAB_FEATVALUE;フェザー処理
TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
TP_LOCALLAB_FFTMASK_TOOLTIP;質を高めるためにフーリエ変換を使います(但し、処理時間とメモリー消費が増えます)
TP_LOCALLAB_FFTW;ƒ 高速フーリエ変換を使う
-TP_LOCALLAB_FFTW2;ƒ 高速フーリエ変換を使う(TIF, JPG,..)
TP_LOCALLAB_FFTWBLUR;ƒ - 常に高速フーリエ変換を使う
TP_LOCALLAB_FULLIMAGE;画像全体のブラックEvとホワイトEv
TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;画像全体のEvレベルを計算します
@@ -2956,7 +2899,6 @@ TP_LOCALLAB_GRADSTRHUE;色相の階調の強さ
TP_LOCALLAB_GRADSTRHUE2;色相の階調の強さ
TP_LOCALLAB_GRADSTRHUE_TOOLTIP;色相の階調の強さを調整します
TP_LOCALLAB_GRADSTRLUM;輝度の階調の強さ
-TP_LOCALLAB_GRADSTR_TOOLTIP;露出の階調の強さを調整します
TP_LOCALLAB_GRAINFRA;フィルムの質感 1:1
TP_LOCALLAB_GRAINFRA2;粗い
TP_LOCALLAB_GRAIN_TOOLTIP;画像にフィルムのような質感を加えます
@@ -2974,7 +2916,6 @@ TP_LOCALLAB_GUIDSTRBL_TOOLTIP;ガイド付きフィルタの強さ
TP_LOCALLAB_HHMASK_TOOLTIP;例えば肌の微妙な色相調整に使います
TP_LOCALLAB_HIGHMASKCOL;ハイライト
TP_LOCALLAB_HLH;H
-TP_LOCALLAB_HLHZ;Hz
TP_LOCALLAB_HUECIE;色相
TP_LOCALLAB_IND;独立 (マウス)
TP_LOCALLAB_INDSL;独立 (マウス + スライダー)
@@ -3061,7 +3002,6 @@ TP_LOCALLAB_LOGAUTO;自動
TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;相対的な露光レベルの中の’自動’ボタンを押すと、撮影画像の環境に関する平均輝度が自動的に計算されます。
TP_LOCALLAB_LOGAUTO_TOOLTIP;'自動平均輝度(Yb%)'のオプションが有効になっている時に、このボタンを押すと撮影画像の環境に関する’ダイナミックレンジ’と’平均輝度’が計算されます。\nまた、撮影時の絶対輝度も計算されます。\n再度ボタンを押すと自動的にこれら値が調整されます。
TP_LOCALLAB_LOGBASE_TOOLTIP;デフォルト値は2です\n2以下ではアルゴリズムの働きが弱まり、シャドウ部分が暗く、ハイライト部分が明るくなります\n2より大きい場合は、シャドウ部分が濃いグレーに変わり、ハイライト部分は白っぽくなります
-TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP;ダイナミックレンジの推定値、例えばブラックEvとホワイトEv
TP_LOCALLAB_LOGCATAD_TOOLTIP;色順応とは時空環境に応じて色を認識する能力です。\n光源がD50から大きく外れている場合のホワイトバランス調整に有用です\nこの機能で、出力デバイスの光源の下で同じ色になるように近づけます。
TP_LOCALLAB_LOGCIE;シグモイドの代わりに対数符号化を使う
TP_LOCALLAB_LOGCIE_TOOLTIP;対数符号化Qを使うトーンマッピングでは、ブラックEvとホワイトEvの調節、場面条件の平均輝度と観視条件の平均輝度(Y%)の調整が出来ます。
@@ -3089,9 +3029,7 @@ TP_LOCALLAB_LOGREPART;全体の強さ
TP_LOCALLAB_LOGREPART_TOOLTIP;元画像と比べた対数符号化した画像の強さを調整します。\n色の見えモデルの構成要素には影響しません。
TP_LOCALLAB_LOGSATURL_TOOLTIP;色の見えモデル16の彩度Sは、物体自身が持つ明るさに関した色刺激の色に該当します\n主に、中間トーンからハイライトにかけて作用します。
TP_LOCALLAB_LOGSCENE_TOOLTIP;場面条件に該当します。
-TP_LOCALLAB_LOGSRCGREY_TOOLTIP;画像のグレーポイントの推定値です
TP_LOCALLAB_LOGSURSOUR_TOOLTIP;場面条件を考慮して明暗と色を調整します。\n\n平均: 平均的な光の環境(標準)。画像は変わりません。\n\n薄暗い: 薄暗い環境。画像が少し明るくなります。\n\n暗い: 暗い環境。画像がより明るくなります。
-TP_LOCALLAB_LOGTARGGREY_TOOLTIP;適用に合わせて値を変えられます
TP_LOCALLAB_LOGVIEWING_TOOLTIP;最終画像を見る周囲環境同様、それを見る媒体(モニター、TV、プロジェクター、プリンターなど)に対応します。
TP_LOCALLAB_LOG_TOOLNAME;対数符号化
TP_LOCALLAB_LUM;LL - CC
@@ -3100,12 +3038,10 @@ TP_LOCALLAB_LUMASK;背景の色/輝度のマスク
TP_LOCALLAB_LUMASK_TOOLTIP;マスクの表示(マスクと修正領域)で、背景のグレーを調節します
TP_LOCALLAB_LUMAWHITESEST;最も明るい部分
TP_LOCALLAB_LUMFRA;L*a*b* 標準
-TP_LOCALLAB_LUMONLY;輝度だけ
TP_LOCALLAB_MASFRAME;マスクと融合に関する設定
TP_LOCALLAB_MASFRAME_TOOLTIP;これは全てのマスクに共通します\n以下のマスク機能が使われた時に目標とする領域が変化するのを避けるためにΔE画像を考慮します:ガンマ、スロープ、色度、コントラストカーブ(ウェーブレットのレベル)、ぼかしマスク、構造のマスク(有効になっている場合)\nこの機能はインバースモードでは無効になります
TP_LOCALLAB_MASK;カーブ
TP_LOCALLAB_MASK2;コントラストカーブ
-TP_LOCALLAB_MASKCOL;
TP_LOCALLAB_MASKCOM;共通のカラーマスク
TP_LOCALLAB_MASKCOM_TOOLNAME;共通のカラーマスク
TP_LOCALLAB_MASKCOM_TOOLTIP;このマスクは全ての機能で使えます。カラースコープを考慮します。\nこのマスクは’色と明るさ’や’露光補正’などに備わったその機能を補間するためのマスクとは異なります
@@ -3173,16 +3109,8 @@ TP_LOCALLAB_MERFOU;乗算
TP_LOCALLAB_MERGE1COLFRA;融合するファイルの選択:オリジナル/前のRT-スポット/背景
TP_LOCALLAB_MERGECOLFRA;マスク:LChと構造
TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;LChの3つのカーブ、或いは構造検出のアルゴリズム、またはその両方をベースにマスクを作ります
-TP_LOCALLAB_MERGEFIV;前のスポット(マスク7) + LChマスク
-TP_LOCALLAB_MERGEFOU;前のスポット(マスク7)
TP_LOCALLAB_MERGEMER_TOOLTIP;ファイルを癒合する際にΔEを考慮します(この場合はスコープと同じ働きです)
-TP_LOCALLAB_MERGENONE;なし
-TP_LOCALLAB_MERGEONE;ショートカーブ'L'のマスク
TP_LOCALLAB_MERGEOPA_TOOLTIP;不透明度とは初めのRT-スポット或いは前のスポットと融合させる現在のスポットの割合です\nコントラストのしきい値:元画像のコントラストに応じで結果を調整するスライダーです
-TP_LOCALLAB_MERGETHR;オリジナル + LChマスク
-TP_LOCALLAB_MERGETWO;オリジナル
-TP_LOCALLAB_MERGETYPE;イメージとマスクの融合
-TP_LOCALLAB_MERGETYPE_TOOLTIP;なしの場合、LChモードの全てのマスクを使います\nショートカーブ 'L'マスクの場合、マスク2、3、4、6、7はスキップします\nオリジナルマスク7の場合、現在のイメージと元のイメージを融合します
TP_LOCALLAB_MERHEI;重ね合わせ
TP_LOCALLAB_MERHUE;色相
TP_LOCALLAB_MERLUCOL;輝度
@@ -3210,7 +3138,6 @@ TP_LOCALLAB_MRFIV;背景
TP_LOCALLAB_MRFOU;前のRT-スポット
TP_LOCALLAB_MRONE;なし
TP_LOCALLAB_MRTHR;オリジナルRT-スポット
-TP_LOCALLAB_MRTWO;ショートカーブ 'L'マスク
TP_LOCALLAB_MULTIPL_TOOLTIP;トーンの幅が広い画像、-18EV~+4EV、を調整します: 最初のスライダーは-18EV~-6EVの非常に暗い部分に作用します。2つ目のスライダーは-6EV~+4EVの部分に作用します
TP_LOCALLAB_NEIGH;半径
TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;値を低くすると詳細と質感が保たれます。高くするとノイズ除去が強まります。\nガンマが3.0の場合は輝度ノイズの除去には線形が使われます。
@@ -3228,7 +3155,6 @@ TP_LOCALLAB_NOISECHROCOARSE;高い番手の色度(ウェーブレット)
TP_LOCALLAB_NOISECHROC_TOOLTIP;0より大きい値で効果の高いアルゴリズムが働き始めます\n大まかなスライダーの場合は2以上からです
TP_LOCALLAB_NOISECHRODETAIL;色度の詳細復元
TP_LOCALLAB_NOISECHROFINE;低い番手の色度(ウェーブレット)
-TP_LOCALLAB_NOISEDETAIL_TOOLTIP;スライダー値が100になると無効
TP_LOCALLAB_NOISEGAM;ガンマ
TP_LOCALLAB_NOISEGAM_TOOLTIP;ガンマが1の時は、"Lab"の輝度が使われます。ガンマが3.0の時は"線形"の輝度が使われます\n低い値にするとディテールと質感が保たれます。高い値にするとノイズ除去が強まります。
TP_LOCALLAB_NOISELEQUAL;イコライザ 白黒
@@ -3268,7 +3194,6 @@ TP_LOCALLAB_RECOTHRES02_TOOLTIP;“回復のしきい値”が1より大きい
TP_LOCALLAB_RECT;長方形
TP_LOCALLAB_RECURS;参考値の繰り返し
TP_LOCALLAB_RECURS_TOOLTIP;各機能の適用後に参考値を強制的に再計算させる機能です\nマスクを使った作業にも便利です
-TP_LOCALLAB_REFLABEL;参照 (0..1) 色度=%1 輝度=%2 色相=%3
TP_LOCALLAB_REN_DIALOG_LAB;新しいコントロールスポットの名前を入力
TP_LOCALLAB_REN_DIALOG_NAME;コントロールスポットの名前変更
TP_LOCALLAB_REPARCOL_TOOLTIP;元画像に関する色と明るさの構成の相対的強さを調整出来るようにします。
@@ -3277,7 +3202,6 @@ TP_LOCALLAB_REPAREXP_TOOLTIP;元画像に関するダイナミックレンジと
TP_LOCALLAB_REPARSH_TOOLTIP;元画像に関するシャドウ/ハイライトとトーンイコライザの構成の相対的強さを調整出来るようにします。
TP_LOCALLAB_REPARTM_TOOLTIP;元画像に関するトーンマッピングの構成の相対的強さを調整出来るようにします。
TP_LOCALLAB_REPARW_TOOLTIP;元画像に関するローカルコントラストとウェーブレットの構成の相対的強さを調整出来るようにします。
-TP_LOCALLAB_RESETSHOW;全ての表示変更をリセット
TP_LOCALLAB_RESID;残差画像
TP_LOCALLAB_RESIDBLUR;残差画像をぼかす
TP_LOCALLAB_RESIDCHRO;残差画像の色度
@@ -3292,7 +3216,6 @@ TP_LOCALLAB_RETIFRA;レティネックス
TP_LOCALLAB_RETIFRAME_TOOLTIP;画像処理においてレティネックスは便利な機能です\nぼけた、霧かかった、或いは霞んだ画像を補正出来ます\nこういった画像は輝度に大きな違いがあるのが特徴です\n特殊効果を付けるためにも使えます(トーンマッピング)
TP_LOCALLAB_RETIM;独自のレティネックス
TP_LOCALLAB_RETITOOLFRA;高度なレティネックス機能
-TP_LOCALLAB_RETI_FFTW_TOOLTIP;高速フーリエ変換は質を向上させ大きな半径の使用が可能になります\n処理時間は編集する領域の大きさに応じて変わります \n大きな半径を扱う場合に適用するのがいいでしょう\n\n処理領域を数ピクセル減らすことでFFTWの最適化を図ることが出来ます \n但し、RT-スポットの境界線(縦或いは横)が画像からはみ出している場合は最適化を図れません
TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;'明度=1'或いは'暗さ=2'の場合は効果がありません\n他の値の場合は、最終工程で'マルチスケールレティネックス'('ローカルコントラスト'の調整に似ています)が適用されます。'強さ'に関わる2つのスライダーでローカルコントラストのアップストリーの処理が調整されます
TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;効果の最適化を図るため内部の変数を変えます\n'修復されたデータ'は最低値が0、最大値が32768(対数モード)に近いことが望ましいのですが、必ずしも一致させる必要はありません。
TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;対数モードを使うとコントラストが増えますが、ハロが発生することもあります
@@ -3307,7 +3230,6 @@ TP_LOCALLAB_ROW_VIS;表示
TP_LOCALLAB_RSTPROTECT_TOOLTIP;レッドと肌色の保護は、彩度や色度、鮮やかさのスライダー調整に影響します。
TP_LOCALLAB_SATUR;彩度
TP_LOCALLAB_SATURV;彩度S
-TP_LOCALLAB_SAVREST;保存 - 元に戻した現在のイメージ
TP_LOCALLAB_SCALEGR;スケール
TP_LOCALLAB_SCALERETI;スケール
TP_LOCALLAB_SCALTM;スケール
@@ -3380,7 +3302,6 @@ TP_LOCALLAB_SIGMOIDLAMBDA;コントラスト
TP_LOCALLAB_SIGMOIDQJ;ブラックEvとホワイトEvを使う
TP_LOCALLAB_SIGMOIDTH;しきい値(グレーポイント)
TP_LOCALLAB_SIGMOID_TOOLTIP;'CIECAM'(或いは’Jz)と'シグモイド'関数を使って、トーンマッピングの様な効果を作ることが出来ます。\n3つのスライダーを使います: a) コントラストのスライダーはシグモイドの形状を変えることで強さを変えます。 b) しきい値(グレーポイント)のスライダーは、輝度に応じて作用を変えます。 c)ブレンドは画像の最終的なコントラストや輝度を変えます。
-TP_LOCALLAB_SIM;シンプル
TP_LOCALLAB_SLOMASKCOL;スロープ
TP_LOCALLAB_SLOMASK_TOOLTIP;ガンマとスロープを調整することで、不連続を避けるための“L”の漸進的修正により、アーティファクトの無いマスクの修正が出来ます
TP_LOCALLAB_SLOSH;スロープ
@@ -3390,7 +3311,6 @@ TP_LOCALLAB_SOFTMETHOD_TOOLTIP;独自のレティネックスは他のレティ
TP_LOCALLAB_SOFTRADIUSCOL;ソフトな半径
TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;アーティファクトの発生を軽減するために出力画像にガイド付きフィルタを適用します
TP_LOCALLAB_SOFTRETI;ΔEアーティファクトの軽減
-TP_LOCALLAB_SOFTRETI_TOOLTIP;透過マップを向上させるため色差を考慮します。
TP_LOCALLAB_SOFT_TOOLNAME;ソフトライト & 独自のレティネックス
TP_LOCALLAB_SOURCE_ABS;絶対輝度
TP_LOCALLAB_SOURCE_GRAY;値
@@ -3407,7 +3327,6 @@ TP_LOCALLAB_STRENGR;強さ
TP_LOCALLAB_STRENGRID_TOOLTIP;望む効果は'強さ'で調整出来ますが、作用の範囲を制限する'スコープ'を使うことも出来ます。
TP_LOCALLAB_STRENGTH;ノイズ
TP_LOCALLAB_STRGRID;強さ
-TP_LOCALLAB_STRRETI_TOOLTIP;レティネックスの強さが0.2より小さい場合は霞除去だけが有効となります。\nレティネックスの強さが0.1以上の場合、霞除去の作用は輝度だけです。
TP_LOCALLAB_STRUC;構造
TP_LOCALLAB_STRUCCOL;スポットの構造
TP_LOCALLAB_STRUCCOL1;スポットの構造
@@ -3425,7 +3344,6 @@ TP_LOCALLAB_THRESDELTAE;ΔE-スコープのしきい値
TP_LOCALLAB_THRESRETI;しきい値
TP_LOCALLAB_THRESWAV;バランスのしきい値
TP_LOCALLAB_TLABEL;TM 最小値=%1 最大値=%2 平均値=%3 標準偏差=%4
-TP_LOCALLAB_TLABEL2;TM 効果 Tm=%1 TM=%2
TP_LOCALLAB_TLABEL_TOOLTIP;透過マップの結果\n最低値と最大値が分散(バリアンス)で使われます\n透過マップの最小値はTm=Min、最大値はTM=Maxで表示されます\nしきい値スライダーで結果を標準化します
TP_LOCALLAB_TM;トーンマッピング
TP_LOCALLAB_TM_MASK;透過マップを使う
@@ -3456,15 +3374,12 @@ TP_LOCALLAB_VIBRANCE;自然な彩度 & ウォーム/クール
TP_LOCALLAB_VIBRA_TOOLTIP;自然な彩度を調整する機能です(基本的にはメインの自然な彩度と同じです)\nCIECAMのアルゴリズムを使ったホワイトバランス調整と同等の作用をします
TP_LOCALLAB_VIB_TOOLNAME;自然な彩度 - ウォーム/クール
TP_LOCALLAB_VIS_TOOLTIP;選択したコントロールスポットを表示・非表示するためにはクリックします\n全てのコントロールスポットを表示・非表示するためにはCtrlを押しながらクリックします
-TP_LOCALLAB_WAMASKCOL;ウェーブレットのレベルのマスク
TP_LOCALLAB_WARM;ウォーム/クール & 偽色
TP_LOCALLAB_WARM_TOOLTIP;このスライダーはCIECAMのアルゴリズムを使っていて、目標部分に暖か味を加える、或いは冷たい印象にするようなホワイトバランス調整を行います\n特定のケースでは色ノイズを減らす効果が期待できます
TP_LOCALLAB_WASDEN_TOOLTIP;輝度ノイズの低減:分岐線を含むカーブの左側部分は最初のディテールレベル、1、2、3(細かいディテール)に相当します。右側部分は大まかなディテールのレベル(3より上のレベル)に相当します。
TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;各レベルで作用のバランスをとります。
TP_LOCALLAB_WAT_BLURLC_TOOLTIP;デフォルトでは、ぼかしがL*a*b*の3つの構成要素全てに影響するように設定されています。\n輝度だけにぼかしを施したい場合は、ボックスに✔を入れます。
-TP_LOCALLAB_WAT_CLARICJZ_TOOLTIP;“色度の融合”色度を好みの強さにするためのスライダーです。\n最大のウェーブレットのレベル(底辺の右)だけが考慮されます。
TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'色度の融合'は色度に対し目標とする効果を強化する際に使われます。
-TP_LOCALLAB_WAT_CLARILJZ_TOOLTIP;“輝度の融合”色度を好みの強さにするためのスライダーです。\n最大のウェーブレットのレベル(底辺の右)だけが考慮されます。
TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'輝度の融合'は輝度に対し目標とする効果を強化する際に使います。
TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'レベルの色度':輝度値の割合でLabの補色次元'a'と'b'を調整します。
TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;オフセットは低コントラストと高コントラストのディテールの間のバランスを変える機能です。\n高い値はコントラストの高いディテールのコントラスト変化を増幅します。低い値はコントラストの低いディテールのそれを増幅します。
@@ -3501,13 +3416,10 @@ TP_LOCALLAB_WAVEDG;ローカルコントラスト
TP_LOCALLAB_WAVEEDG_TOOLTIP;エッジに対するローカルコントラストの作用に着目してシャープネスを改善します。メインのウェーブレットのレベルに備わっている機能と同じで、同じ設定が使えます。
TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;’ローカルコントラスト’で使うウェーブレットのレベルの範囲
TP_LOCALLAB_WAVGRAD_TOOLTIP;設定した階調と角度に応じて、ローカルコントラストが変わるようにします。輝度値ではなく、輝度値の差を考慮しています。
-TP_LOCALLAB_WAVHIGH;ウェーブレット 高
TP_LOCALLAB_WAVHUE_TOOLTIP;色相に基づいてノイズ除去の強弱を加減できます。
TP_LOCALLAB_WAVLEV;ウェーブレットのレベルによるぼかし
-TP_LOCALLAB_WAVLOW;ウェーブレット 低
TP_LOCALLAB_WAVMASK;ローカルコントラスト
TP_LOCALLAB_WAVMASK_TOOLTIP;マスクのローカルコントラストを変えるためにウェーブレットを使い、構造(肌、建物など)を強化したり弱めたりします
-TP_LOCALLAB_WAVMED;Ψ ウェーブレット 普通
TP_LOCALLAB_WEDIANHI;メディアン 高
TP_LOCALLAB_WHITE_EV;ホワイトEv
TP_LOCALLAB_ZCAMFRA;ZCAMによる画像の調整
@@ -3522,7 +3434,7 @@ TP_METADATA_MODE;メタデータ コピーモード
TP_METADATA_STRIP;メタデータを全て取り除く
TP_METADATA_TUNNEL;変更なしでコピー
TP_NEUTRAL;リセット
-TP_NEUTRAL_TIP;露光量補正のスライダー値をニュートラルにリセットします。\n自動露光補正の調整値ついても同様にリセットされます
+TP_NEUTRAL_TOOLTIP;露光量補正のスライダー値をニュートラルにリセットします。\n自動露光補正の調整値ついても同様にリセットされます
TP_PCVIGNETTE_FEATHER;フェザー
TP_PCVIGNETTE_FEATHER_TOOLTIP;フェザー: 0=四隅だけ、50=中央までの半分、100=中央まで
TP_PCVIGNETTE_LABEL;ビネットフィルター
@@ -3575,12 +3487,6 @@ TP_PREPROCWB_LABEL;ホワイトバランスの前処理
TP_PREPROCWB_MODE;モード
TP_PREPROCWB_MODE_AUTO;自動
TP_PREPROCWB_MODE_CAMERA;カメラ
-TP_PRIM_BLUX;Bx
-TP_PRIM_BLUY;By
-TP_PRIM_GREX;Gx
-TP_PRIM_GREY;Gy
-TP_PRIM_REDX;Rx
-TP_PRIM_REDY;Ry
TP_PRSHARPENING_LABEL;リサイズ後のシャープニング
TP_PRSHARPENING_TOOLTIP;リサイズ後の画像をシャープニングします。但し、リサイズの方式がランチョスの場合に限ります。プレビュー画面でこの機能の効果を見ることは出来ません。使用法に関してはRawPediaを参照して下さい。
TP_RAWCACORR_AUTO;自動補正
@@ -3747,7 +3653,7 @@ TP_RETINEX_MLABEL;霞のない画像に修復 最小値=%1 最大値=%2
TP_RETINEX_MLABEL_TOOLTIP;修復のためには最低値を0、最大値を32768(対数モード)に近づける必要がありますが、他の数値も使えます。標準化のために、”ゲイン”と”オフセット”を調整します\nブレンドせずに画像を回復します
TP_RETINEX_NEIGHBOR;半径
TP_RETINEX_NEUTRAL;リセット
-TP_RETINEX_NEUTRAL_TIP;全てのスライダー値とカーブをデフォルトの状態に戻します
+TP_RETINEX_NEUTRAL_TOOLTIP;全てのスライダー値とカーブをデフォルトの状態に戻します
TP_RETINEX_OFFSET;オフセット
TP_RETINEX_SCALES;ガウスフィルタの勾配
TP_RETINEX_SCALES_TOOLTIP;スライダー値が0の場合、同一の作業を繰り返します\n0より大きい値を設定すると、繰り返し作業を増やした時に、スケールと隣接するピクセルに対する作用は減ります。0より小さい場合は、その逆です
@@ -3783,7 +3689,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;角度
TP_ROTATE_LABEL;回転
TP_ROTATE_SELECTLINE;直線選択・角度補正ツール
-TP_SAVEDIALOG_OK_TIP;ショートカット Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;ショートカット Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;ハイライト
TP_SHADOWSHLIGHTS_HLTONALW;ハイライトトーンの幅
TP_SHADOWSHLIGHTS_LABEL;シャドウ/ハイライト
@@ -3915,7 +3821,6 @@ TP_WAVELET_CONTEDIT;'後の' コントラストカーブ
TP_WAVELET_CONTFRAME;コントラスト - 圧縮
TP_WAVELET_CONTR;色域
TP_WAVELET_CONTRA;コントラスト
-TP_WAVELET_CONTRASTEDIT;番手の低いレベル~高いレベルの指定
TP_WAVELET_CONTRAST_MINUS;コントラスト -
TP_WAVELET_CONTRAST_PLUS;コントラスト +
TP_WAVELET_CONTRA_TOOLTIP;残差画像のコントラストを変えます
@@ -3938,14 +3843,7 @@ TP_WAVELET_DAUB14;D14 - 高い
TP_WAVELET_DAUBLOCAL;ウェーブレット エッジ検出の効果
TP_WAVELET_DAUB_TOOLTIP;ドブシー関数の係数を変更します:\nD4=標準\nD4=標準的なエッジ検出の効果\nD14=通常はエッジ検出の効果が最も高くなりますが、処理時間も約10%増加します\n\n番手の低いレベルの質だけでなくエッジ検出にも影響します。但し、レベル質は厳格に係数の種類に比例している訳ではありません。画像や使い方にも影響されます。
TP_WAVELET_DEN5THR;ガイド付きしきい値
-TP_WAVELET_DEN12LOW;レベル1と2を低く
-TP_WAVELET_DEN12PLUS;レベル1と2を高く
-TP_WAVELET_DEN14LOW;レベル1~4を低く
-TP_WAVELET_DEN14PLUS;レベル1~4を高く
-TP_WAVELET_DENCONTRAST;ローカルコントラストイコライザ
TP_WAVELET_DENCURV;カーブ
-TP_WAVELET_DENEQUAL;レベル1、2、3、4を均等に
-TP_WAVELET_DENH;しきい値
TP_WAVELET_DENL;補正の構造
TP_WAVELET_DENLH;レベル1~4のガイド付きしきい値
TP_WAVELET_DENLOCAL_TOOLTIP;ローカルコントラストに応じてノイズ除去を行うためにカーブを使います\nノイズが除去される領域は構造が保たれます。
@@ -3988,7 +3886,6 @@ TP_WAVELET_EDTYPE;ローカルコントラストの調整方法
TP_WAVELET_EDVAL;強さ
TP_WAVELET_FINAL;最終調整
TP_WAVELET_FINCFRAME;最終的なローカルコントラスト
-TP_WAVELET_FINCOAR_TOOLTIP;カーブの左側のプラス部分は小さいディテールのレベルに作用します(増加)\n横軸の2点は作用がレベル5と6で制限されていることを示しています(デフォルト)\n右側のマイナス部分は大きなディテールのレベルに作用します(増加)\nカーブの左側部分をマイナスにする、右側部分をプラスにすることは避けます。
TP_WAVELET_FINEST;最も小さいディテールのレベル
TP_WAVELET_FINTHR_TOOLTIP;ガイド付きフィルタの作用の加減にローカルコントラストを使います
TP_WAVELET_GUIDFRAME;最終的な平滑化(ガイド付きフィルタ)
@@ -4041,7 +3938,6 @@ TP_WAVELET_MIXNOISE;ノイズ
TP_WAVELET_NEUTRAL;ニュートラル
TP_WAVELET_NOIS;ノイズ除去
TP_WAVELET_NOISE;ノイズ除去とリファイン
-TP_WAVELET_NOISE_TOOLTIP;輝度ノイズ除去のイコライザ:右に移動するほどシャドウ部分のノイズ除去がより強くなります\nノイズ除去とリファイン:レベル4のイズ除去が50以上の場合はアグレッシブモードが使われます\n色ノイズ除去:番手の高いレベルの色度のスライダー値が20以上の場合は、アグレッシブモードが使われます
TP_WAVELET_NPHIGH;高い
TP_WAVELET_NPLOW;低い
TP_WAVELET_NPNONE;なし
@@ -4058,7 +3954,6 @@ TP_WAVELET_PROC;プロセス
TP_WAVELET_PROTAB;保護
TP_WAVELET_QUAAGRES;積極的
TP_WAVELET_QUACONSER;控え目
-TP_WAVELET_QUANONE;なし
TP_WAVELET_RADIUS;シャドウ/ハイライトの半径
TP_WAVELET_RANGEAB;aとbの範囲 %
TP_WAVELET_RE1;強める
@@ -4096,12 +3991,10 @@ TP_WAVELET_THRESHOLD;調整レベル(小さいディテール)
TP_WAVELET_THRESHOLD2;調整レベル(大きいディテール)
TP_WAVELET_THRESHOLD2_TOOLTIP;設定値より上のレベルだけが、大きなディテールのレベルの輝度範囲で設定された条件で調整されます。
TP_WAVELET_THRESHOLD_TOOLTIP;設定値以下のレベルだけが、小さいディテールのレベルの輝度範囲で設定された条件で調整されます。
-TP_WAVELET_THRESWAV;バランスのしきい値
TP_WAVELET_THRH;ハイライトのしきい値
TP_WAVELET_TILESBIG;タイル
TP_WAVELET_TILESFULL;画像全体
TP_WAVELET_TILESIZE;解析の領域
-TP_WAVELET_TILESLIT;小さいタイル
TP_WAVELET_TILES_TOOLTIP;画像全体を処理する方が良い結果をもたらすので、推奨される選択です。タイルによる処理はRAMの容量が小さいユーザー向けです。必要なメモリー容量に関してはRawPediaを参照して下さい。
TP_WAVELET_TMEDGS;エッジ停止
TP_WAVELET_TMSCALE;スケール
@@ -4112,7 +4005,6 @@ TP_WAVELET_TON;カラートーン
TP_WAVELET_TONFRAME;除外されたカラー
TP_WAVELET_USH;なし
TP_WAVELET_USHARP;明瞭の方式
-TP_WAVELET_USHARP_TOOLTIP;オリジン : ウェーブレットによる調整を含まないソースファイル\nウェーブレット : ウェーブレットによる調整を含むソースファイル
TP_WAVELET_USH_TOOLTIP;シャープマスクを選択すると、ウェーブレットの設定が次の様に自動的に行われます:\n背景=ブラック、処理=レベル3以下...レベルは1~4の間で変えられます\n\n明瞭を選択すると、ウェーブレットの設定が次の様に自動的に行われます:\n背景=残差画像、処理=レベル7以上 レベルは5~10の間で変えられます
TP_WAVELET_WAVLOWTHR;最小コントラストのしきい値
TP_WAVELET_WAVOFFSET;オフセット
@@ -4188,3 +4080,4 @@ ZOOMPANEL_ZOOMOUT;ズームアウト\nショートカット: -
!TC_PRIM_GREY;Gy
!TC_PRIM_REDX;Rx
!TC_PRIM_REDY;Ry
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
diff --git a/rtdata/languages/Magyar b/rtdata/languages/Magyar
index de072e25a..6283dbe4b 100644
--- a/rtdata/languages/Magyar
+++ b/rtdata/languages/Magyar
@@ -161,7 +161,6 @@ HISTORY_CUSTOMCURVE;Saját görbe
HISTORY_FROMCLIPBOARD;Vágólapról
HISTORY_LABEL;Előzmények
HISTORY_MSG_1;Kép betöltve
-HISTORY_MSG_2;Beállítások betöltése
HISTORY_MSG_3;Beállítások változtatása
HISTORY_MSG_4;Előzményböngészés
HISTORY_MSG_5;Fényerő
@@ -175,9 +174,6 @@ HISTORY_MSG_12;Auto szint
HISTORY_MSG_13;Vágás
HISTORY_MSG_14;Luminancia, fényerő
HISTORY_MSG_15;Luminancia, kontraszt
-HISTORY_MSG_16;Luminancia, fekete szint
-HISTORY_MSG_17;Luminancia, világos tónusok tömörítése
-HISTORY_MSG_18;Luminancia, sötét tónusok tömörítése
HISTORY_MSG_19;Luminancia görbe
HISTORY_MSG_20;Élesítés
HISTORY_MSG_21;Élesítés sugara
@@ -203,10 +199,6 @@ HISTORY_MSG_40;Fehér árnyalat
HISTORY_MSG_41;Színeltolás "A"
HISTORY_MSG_42;Színeltolás "B"
HISTORY_MSG_43;Luminanciazaj-csökkentés
-HISTORY_MSG_44;Lum. zajcsökkentés sugara
-HISTORY_MSG_45;Lum. zajcsökkentés éltoleranciája
-HISTORY_MSG_46;Színzaj-csökkentés
-HISTORY_MSG_47;Színzaj-csökkentés sugara
HISTORY_MSG_48;Színzaj-csökkentés éltoleranciája
HISTORY_MSG_49;Élérzékeny színzaj-csökkentés
HISTORY_MSG_50;Árnyékok/Fények korrekció
@@ -214,7 +206,6 @@ HISTORY_MSG_51;Fényes részek
HISTORY_MSG_52;Sötét részek
HISTORY_MSG_53;Világos tónustartomány
HISTORY_MSG_54;Sötét tónustartomány
-HISTORY_MSG_55;Lokális kontraszt
HISTORY_MSG_56;Árnyékok/Fények sugár
HISTORY_MSG_57;Durva forgatás
HISTORY_MSG_58;Vízszintes tükrözés
@@ -226,7 +217,6 @@ HISTORY_MSG_63;Pillanatkép kiválasztása
HISTORY_MSG_64;Képkivágás
HISTORY_MSG_65;Kromatikus aberráció korrekciója
HISTORY_MSG_66;Kiégett részek megmentése
-HISTORY_MSG_67;Kiégett részek visszaállítása
HISTORY_MSG_68;Kiégett részek algoritmus
HISTORY_MSG_69;Feldolgozási (munka-) színprofil
HISTORY_MSG_70;Kimeneti színprofil
@@ -237,12 +227,10 @@ HISTORY_MSG_74;Átméretezés szorzója
HISTORY_MSG_75;Átméretezés algoritmusa
HISTORY_MSG_76;EXIF Metaadatok
HISTORY_MSG_77;IPTC Metaadatok
-HISTORY_MSG_78;Data specified for resize
HISTORY_MSG_79;Átméretezés szélesség szerint
HISTORY_MSG_80;Átméretezés magasság szerint
HISTORY_MSG_81;Átméretezés engedélyezve
HISTORY_MSG_82;Megváltozott profil
-HISTORY_MSG_83;Árnyékok/csúcsfények - kiváló minőség
HISTORY_MSG_84;Perspektívakorrekció
HISTORY_MSG_85;Wavelet együtthatók
HISTORY_MSG_86;Wavelet equalizer
@@ -289,12 +277,6 @@ HISTORY_MSG_127;Flat Field automatikus kivál.
HISTORY_MSG_128;Flat Field elmosás sugara
HISTORY_MSG_129;Flat Field elmosás típusa
HISTORY_MSG_130;Auto torzítás
-HISTORY_MSG_131;Zajszűrés - luminencia
-HISTORY_MSG_132;Zajszűrés - szín
-HISTORY_MSG_133;Gamma
-HISTORY_MSG_134;Gamma - Position
-HISTORY_MSG_135;Gamma - szabad
-HISTORY_MSG_136;Gamma - meredekség
HISTORY_MSG_137;Feketeszint - zöld 1
HISTORY_MSG_138;Feketeszint - vörös
HISTORY_MSG_139;Feketeszint - kék
@@ -634,11 +616,11 @@ TP_EPD_REWEIGHTINGITERATES;Újrasúlyozási ismétlések
TP_EPD_SCALE;Skála
TP_EPD_STRENGTH;Erősség
TP_EXPOSURE_AUTOLEVELS;Auto szint
-TP_EXPOSURE_AUTOLEVELS_TIP;Az automatikus szintek ki/bekapcsolása, mely a kép elemzése alapján állítja be a paramétereket
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Az automatikus szintek ki/bekapcsolása, mely a kép elemzése alapján állítja be a paramétereket
TP_EXPOSURE_BLACKLEVEL;Feketeszint
TP_EXPOSURE_BRIGHTNESS;Fényerő
TP_EXPOSURE_CLIP;Vágás
-TP_EXPOSURE_CLIP_TIP;Automatikus szintek meghatározásához a kiégett pixelek aránya
+TP_EXPOSURE_CLIP_TOOLTIP;Automatikus szintek meghatározásához a kiégett pixelek aránya
TP_EXPOSURE_COMPRHIGHLIGHTS;Világos tónusok tömörítése
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Csúcsfények helyreállításának küszöbe
TP_EXPOSURE_COMPRSHADOWS;Sötét tónusok tömörítése
@@ -691,7 +673,7 @@ TP_LABCURVE_LABEL;Lab görbék
TP_LENSGEOM_AUTOCROP;Automatikus vágás
TP_LENSGEOM_FILL;Automatikus kitöltés
TP_LENSGEOM_LABEL;Objektív / Geometria
-TP_NEUTRAL_TIP;Expozíciós paraméterek visszaállítása a semleges értékre
+TP_NEUTRAL_TOOLTIP;Expozíciós paraméterek visszaállítása a semleges értékre
TP_PERSPECTIVE_HORIZONTAL;Vízszintes
TP_PERSPECTIVE_LABEL;Perspektíva
TP_PERSPECTIVE_VERTICAL;Függőleges
@@ -838,7 +820,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!DYNPROFILEEDITOR_DELETE;Delete
!DYNPROFILEEDITOR_EDIT;Edit
!DYNPROFILEEDITOR_EDIT_RULE;Edit Dynamic Profile Rule
-!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the "re:" prefix to enter\na regular expression.
+!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the 're:' prefix to enter\na regular expression.
!DYNPROFILEEDITOR_IMGTYPE_ANY;Any
!DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
!DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
@@ -857,11 +839,11 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!EXPORT_BYPASS_RAW_LMMSE_ITERATIONS;Bypass [raw] LMMSE Enhancement Steps
!EXPORT_PIPELINE;Processing pipeline
!EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-!EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+!EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
!EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
!EXTPROGTARGET_1;raw
!EXTPROGTARGET_2;queue-processed
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_CACHECLEARFROMFULL;Clear all including cached profiles
!FILEBROWSER_CACHECLEARFROMPARTIAL;Clear all except cached profiles
!FILEBROWSER_COLORLABEL_TOOLTIP;Color label.\n\nUse dropdown menu or shortcuts:\nShift-Ctrl-0 No Color\nShift-Ctrl-1 Red\nShift-Ctrl-2 Yellow\nShift-Ctrl-3 Green\nShift-Ctrl-4 Blue\nShift-Ctrl-5 Purple
@@ -877,6 +859,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!FILEBROWSER_POPUPCOLORLABEL3;Label: Green
!FILEBROWSER_POPUPCOLORLABEL4;Label: Blue
!FILEBROWSER_POPUPCOLORLABEL5;Label: Purple
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPRANK;Rank
!FILEBROWSER_POPUPRANK0;Unrank
!FILEBROWSER_POPUPRANK1;Rank 1 *
@@ -907,6 +890,8 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!GENERAL_AUTO;Automatic
!GENERAL_CLOSE;Close
!GENERAL_CURRENT;Current
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
!GENERAL_OPEN;Open
!GENERAL_RESET;Reset
@@ -915,7 +900,16 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!GENERAL_WARNING;Warning
!GIMP_PLUGIN_INFO;Welcome to the RawTherapee GIMP plugin!\nOnce you are done editing, simply close the main RawTherapee window and the image will be automatically imported in GIMP.
!HISTOGRAM_TOOLTIP_CHRO;Show/Hide chromaticity histogram.
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
!HISTOGRAM_TOOLTIP_MODE;Toggle between linear, log-linear and log-log scaling of the histogram.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_MSG_166;Exposure - Reset
!HISTORY_MSG_167;Demosaicing method
!HISTORY_MSG_168;L*a*b* - CC curve
@@ -924,39 +918,39 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_171;L*a*b* - LC curve
!HISTORY_MSG_172;L*a*b* - Restrict LC
!HISTORY_MSG_173;NR - Detail recovery
-!HISTORY_MSG_174;CIECAM02
-!HISTORY_MSG_175;CAM02 - CAT02 adaptation
-!HISTORY_MSG_176;CAM02 - Viewing surround
-!HISTORY_MSG_177;CAM02 - Scene luminosity
-!HISTORY_MSG_178;CAM02 - Viewing luminosity
-!HISTORY_MSG_179;CAM02 - White-point model
-!HISTORY_MSG_180;CAM02 - Lightness (J)
-!HISTORY_MSG_181;CAM02 - Chroma (C)
-!HISTORY_MSG_182;CAM02 - Automatic CAT02
-!HISTORY_MSG_183;CAM02 - Contrast (J)
-!HISTORY_MSG_184;CAM02 - Scene surround
-!HISTORY_MSG_185;CAM02 - Gamut control
-!HISTORY_MSG_186;CAM02 - Algorithm
-!HISTORY_MSG_187;CAM02 - Red/skin prot.
-!HISTORY_MSG_188;CAM02 - Brightness (Q)
-!HISTORY_MSG_189;CAM02 - Contrast (Q)
-!HISTORY_MSG_190;CAM02 - Saturation (S)
-!HISTORY_MSG_191;CAM02 - Colorfulness (M)
-!HISTORY_MSG_192;CAM02 - Hue (h)
-!HISTORY_MSG_193;CAM02 - Tone curve 1
-!HISTORY_MSG_194;CAM02 - Tone curve 2
-!HISTORY_MSG_195;CAM02 - Tone curve 1
-!HISTORY_MSG_196;CAM02 - Tone curve 2
-!HISTORY_MSG_197;CAM02 - Color curve
-!HISTORY_MSG_198;CAM02 - Color curve
-!HISTORY_MSG_199;CAM02 - Output histograms
-!HISTORY_MSG_200;CAM02 - Tone mapping
+!HISTORY_MSG_174;Color Appearance & Lighting
+!HISTORY_MSG_175;CAL - SC - Adaptation
+!HISTORY_MSG_176;CAL - VC - Surround
+!HISTORY_MSG_177;CAL - SC - Absolute luminance
+!HISTORY_MSG_178;CAL - VC - Absolute luminance
+!HISTORY_MSG_179;CAL - SC - WP model
+!HISTORY_MSG_180;CAL - IA - Lightness (J)
+!HISTORY_MSG_181;CAL - IA - Chroma (C)
+!HISTORY_MSG_182;CAL - SC - Auto adaptation
+!HISTORY_MSG_183;CAL - IA - Contrast (J)
+!HISTORY_MSG_184;CAL - SC - Surround
+!HISTORY_MSG_185;CAL - Gamut control
+!HISTORY_MSG_186;CAL - IA - Algorithm
+!HISTORY_MSG_187;CAL - IA - Red/skin protection
+!HISTORY_MSG_188;CAL - IA - Brightness (Q)
+!HISTORY_MSG_189;CAL - IA - Contrast (Q)
+!HISTORY_MSG_190;CAL - IA - Saturation (S)
+!HISTORY_MSG_191;CAL - IA - Colorfulness (M)
+!HISTORY_MSG_192;CAL - IA - Hue (h)
+!HISTORY_MSG_193;CAL - IA - Tone curve 1
+!HISTORY_MSG_194;CAL - IA - Tone curve 2
+!HISTORY_MSG_195;CAL - IA - Tone curve 1 mode
+!HISTORY_MSG_196;CAL - IA - Tone curve 2 mode
+!HISTORY_MSG_197;CAL - IA - Color curve
+!HISTORY_MSG_198;CAL - IA - Color curve mode
+!HISTORY_MSG_199;CAL - IA - Use CAM output for histograms
+!HISTORY_MSG_200;CAL - IA - Use CAM for tone mapping
!HISTORY_MSG_201;NR - Chrominance - R&G
!HISTORY_MSG_202;NR - Chrominance - B&Y
!HISTORY_MSG_203;NR - Color space
!HISTORY_MSG_204;LMMSE enhancement steps
-!HISTORY_MSG_205;CAM02 - Hot/bad pixel filter
-!HISTORY_MSG_206;CAT02 - Auto scene luminosity
+!HISTORY_MSG_205;CAL - Hot/bad pixel filter
+!HISTORY_MSG_206;CAL - SC - Auto absolute luminance
!HISTORY_MSG_207;Defringe - Hue curve
!HISTORY_MSG_208;WB - B/R equalizer
!HISTORY_MSG_210;GF - Angle
@@ -999,7 +993,6 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_247;L*a*b* - LH curve
!HISTORY_MSG_248;L*a*b* - HH curve
!HISTORY_MSG_249;CbDL - Threshold
-!HISTORY_MSG_250;NR - Enhanced
!HISTORY_MSG_251;B&W - Algorithm
!HISTORY_MSG_252;CbDL - Skin tar/prot
!HISTORY_MSG_253;CbDL - Reduce artifacts
@@ -1023,8 +1016,6 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_271;CT - High - Blue
!HISTORY_MSG_272;CT - Balance
!HISTORY_MSG_273;CT - Color Balance SMH
-!HISTORY_MSG_274;CT - Sat. Shadows
-!HISTORY_MSG_275;CT - Sat. Highlights
!HISTORY_MSG_276;CT - Opacity
!HISTORY_MSG_277;--unused--
!HISTORY_MSG_278;CT - Preserve luminance
@@ -1049,7 +1040,6 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_297;NR - Mode
!HISTORY_MSG_298;Dead pixel filter
!HISTORY_MSG_299;NR - Chrominance curve
-!HISTORY_MSG_300;-
!HISTORY_MSG_301;NR - Luma control
!HISTORY_MSG_302;NR - Chroma method
!HISTORY_MSG_303;NR - Chroma method
@@ -1067,10 +1057,10 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_315;W - Residual - Contrast
!HISTORY_MSG_316;W - Gamut - Skin tar/prot
!HISTORY_MSG_317;W - Gamut - Skin hue
-!HISTORY_MSG_318;W - Contrast - Highlight levels
-!HISTORY_MSG_319;W - Contrast - Highlight range
-!HISTORY_MSG_320;W - Contrast - Shadow range
-!HISTORY_MSG_321;W - Contrast - Shadow levels
+!HISTORY_MSG_318;W - Contrast - Finer levels
+!HISTORY_MSG_319;W - Contrast - Finer range
+!HISTORY_MSG_320;W - Contrast - Coarser range
+!HISTORY_MSG_321;W - Contrast - Coarser levels
!HISTORY_MSG_322;W - Gamut - Avoid color shift
!HISTORY_MSG_323;W - ES - Local contrast
!HISTORY_MSG_324;W - Chroma - Pastel
@@ -1134,14 +1124,14 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_382;PRS RLD - Amount
!HISTORY_MSG_383;PRS RLD - Damping
!HISTORY_MSG_384;PRS RLD - Iterations
-!HISTORY_MSG_385;W - Residual - Color Balance
+!HISTORY_MSG_385;W - Residual - Color balance
!HISTORY_MSG_386;W - Residual - CB green high
!HISTORY_MSG_387;W - Residual - CB blue high
!HISTORY_MSG_388;W - Residual - CB green mid
!HISTORY_MSG_389;W - Residual - CB blue mid
!HISTORY_MSG_390;W - Residual - CB green low
!HISTORY_MSG_391;W - Residual - CB blue low
-!HISTORY_MSG_392;W - Residual - Color Balance
+!HISTORY_MSG_392;W - Residual - Color balance
!HISTORY_MSG_393;DCP - Look table
!HISTORY_MSG_394;DCP - Baseline exposure
!HISTORY_MSG_395;DCP - Base table
@@ -1158,7 +1148,6 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_407;Retinex - Method
!HISTORY_MSG_408;Retinex - Radius
-!HISTORY_MSG_409;Retinex - Contrast
!HISTORY_MSG_410;Retinex - Offset
!HISTORY_MSG_411;Retinex - Strength
!HISTORY_MSG_412;Retinex - Gaussian gradient
@@ -1174,7 +1163,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_422;Retinex - Gamma
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_426;Retinex - Hue equalizer
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
@@ -1194,30 +1183,45 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_442;Retinex - Scale
!HISTORY_MSG_443;Output black point compensation
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_445;Raw sub-image
-!HISTORY_MSG_449;PS - ISO adaption
-!HISTORY_MSG_452;PS - Show motion
-!HISTORY_MSG_453;PS - Show mask only
-!HISTORY_MSG_457;PS - Check red/blue
-!HISTORY_MSG_462;PS - Check green
-!HISTORY_MSG_464;PS - Blur motion mask
-!HISTORY_MSG_465;PS - Blur radius
-!HISTORY_MSG_468;PS - Fill holes
-!HISTORY_MSG_469;PS - Median
-!HISTORY_MSG_471;PS - Motion correction
-!HISTORY_MSG_472;PS - Smooth transitions
-!HISTORY_MSG_473;PS - Use LMMSE
-!HISTORY_MSG_474;PS - Equalize
-!HISTORY_MSG_475;PS - Equalize channel
-!HISTORY_MSG_476;CAM02 - Temp out
-!HISTORY_MSG_477;CAM02 - Green out
-!HISTORY_MSG_478;CAM02 - Yb out
-!HISTORY_MSG_479;CAM02 - CAT02 adaptation out
-!HISTORY_MSG_480;CAM02 - Automatic CAT02 out
-!HISTORY_MSG_481;CAM02 - Temp scene
-!HISTORY_MSG_482;CAM02 - Green scene
-!HISTORY_MSG_483;CAM02 - Yb scene
-!HISTORY_MSG_484;CAM02 - Auto Yb scene
+!HISTORY_MSG_445;Raw Sub-Image
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_449;PS ISO adaption
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_452;PS Show motion
+!HISTORY_MSG_453;PS Show mask only
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_457;PS Check red/blue
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_462;PS Check green
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_464;PS Blur motion mask
+!HISTORY_MSG_465;PS Blur radius
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_468;PS Fill holes
+!HISTORY_MSG_469;PS Median
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_471;PS Motion correction
+!HISTORY_MSG_472;PS Smooth transitions
+!HISTORY_MSG_474;PS Equalize
+!HISTORY_MSG_475;PS Equalize channel
+!HISTORY_MSG_476;CAL - VC - Temperature
+!HISTORY_MSG_477;CAL - VC - Tint
+!HISTORY_MSG_478;CAL - VC - Mean luminance
+!HISTORY_MSG_479;CAL - VC - Adaptation
+!HISTORY_MSG_480;CAL - VC - Auto adaptation
+!HISTORY_MSG_481;CAL - SC - Temperature
+!HISTORY_MSG_482;CAL - SC - Tint
+!HISTORY_MSG_483;CAL - SC - Mean luminance
+!HISTORY_MSG_484;CAL - SC - Auto mean luminance
!HISTORY_MSG_485;Lens Correction
!HISTORY_MSG_486;Lens Correction - Camera
!HISTORY_MSG_487;Lens Correction - Lens
@@ -1228,6 +1232,654 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_492;RGB Curves
!HISTORY_MSG_493;L*a*b* Adjustments
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_CLAMPOOG;Clip out-of-gamut colors
!HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Color correction
!HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Color correction
@@ -1243,22 +1895,42 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Saturation
!HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
!HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
!HISTORY_MSG_DEHAZE_DEPTH;Dehaze - Depth
!HISTORY_MSG_DEHAZE_ENABLED;Haze Removal
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Dehaze - Show depth map
!HISTORY_MSG_DEHAZE_STRENGTH;Dehaze - Strength
!HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
!HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
!HISTORY_MSG_HISTMATCHING;Auto-matched tone curve
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
!HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
!HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-!HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-!HISTORY_MSG_ICM_WORKING_SLOPE;Working - Slope
-!HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC method
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Amount
!HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Darkness
!HISTORY_MSG_LOCALCONTRAST_ENABLED;Local Contrast
@@ -1273,24 +1945,84 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
+!HISTORY_MSG_RANGEAB;Range ab
!HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correction - Iterations
!HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correction - Avoid color shift
!HISTORY_MSG_RAW_BORDER;Raw border
!HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Allow upscaling
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SHARPENING_BLUR;Sharpening - Blur radius
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
!HISTORY_MSG_SH_COLORSPACE;S/H - Colorspace
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: Alt-s
!ICCPROFCREATOR_COPYRIGHT;Copyright:
-!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
!ICCPROFCREATOR_CUSTOM;Custom
!ICCPROFCREATOR_DESCRIPTION;Description:
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
@@ -1302,11 +2034,12 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!ICCPROFCREATOR_ILL_50;D50
!ICCPROFCREATOR_ILL_55;D55
!ICCPROFCREATOR_ILL_60;D60
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
!ICCPROFCREATOR_ILL_65;D65
!ICCPROFCREATOR_ILL_80;D80
!ICCPROFCREATOR_ILL_DEF;Default
!ICCPROFCREATOR_ILL_INC;StdA 2856K
-!ICCPROFCREATOR_ILL_TOOLTIP;You can only set the illuminant for ICC v4 profiles.
+!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
!ICCPROFCREATOR_PRIM_ACESP0;ACES AP0
!ICCPROFCREATOR_PRIM_ACESP1;ACES AP1
@@ -1316,6 +2049,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!ICCPROFCREATOR_PRIM_BLUX;Blue X
!ICCPROFCREATOR_PRIM_BLUY;Blue Y
!ICCPROFCREATOR_PRIM_BRUCE;BruceRGB
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
!ICCPROFCREATOR_PRIM_GREX;Green X
!ICCPROFCREATOR_PRIM_GREY;Green Y
!ICCPROFCREATOR_PRIM_PROPH;Prophoto
@@ -1323,13 +2057,14 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!ICCPROFCREATOR_PRIM_REDX;Red X
!ICCPROFCREATOR_PRIM_REDY;Red Y
!ICCPROFCREATOR_PRIM_SRGB;sRGB
-!ICCPROFCREATOR_PRIM_TOOLTIP;You can only set custom primaries for ICC v4 profiles.
+!ICCPROFCREATOR_PRIM_TOOLTIP;You can set custom primaries for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIM_WIDEG;Widegamut
!ICCPROFCREATOR_PROF_V2;ICC v2
!ICCPROFCREATOR_PROF_V4;ICC v4
!ICCPROFCREATOR_SAVEDIALOG_TITLE;Save ICC profile as...
!ICCPROFCREATOR_SLOPE;Slope
-!ICCPROFCREATOR_TRC_PRESET;Tone response curve:
+!ICCPROFCREATOR_TRC_PRESET;Tone response curve
+!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
!IPTCPANEL_COPYRIGHT;Copyright notice
@@ -1341,7 +2076,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!IPTCPANEL_CREATORJOBTITLEHINT;Enter the Job Title of the person listed in the Creator field.
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_HEADLINEHINT;Enter a brief publishable synopsis or summary of the contents of the image.
@@ -1365,12 +2100,14 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!MAIN_MSG_PATHDOESNTEXIST;The path\n\n%1\n\ndoes not exist. Please set a correct path in Preferences.
!MAIN_MSG_SETPATHFIRST;You first have to set a target path in Preferences in order to use this function!
!MAIN_MSG_TOOMANYOPENEDITORS;Too many open editors.\nPlease close an editor to continue.
-!MAIN_MSG_WRITEFAILED;Failed to write\n"%1"\n\nMake sure that the folder exists and that you have write permission to it.
+!MAIN_MSG_WRITEFAILED;Failed to write\n'%1'\n\nMake sure that the folder exists and that you have write permission to it.
!MAIN_TAB_ADVANCED;Advanced
!MAIN_TAB_ADVANCED_TOOLTIP;Shortcut: Alt-a
!MAIN_TAB_FAVORITES;Favorites
!MAIN_TAB_FAVORITES_TOOLTIP;Shortcut: Alt-u
!MAIN_TAB_INSPECT; Inspect
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TOOLTIP_BACKCOLOR0;Background color of the preview: theme-based\nShortcut: 9
!MAIN_TOOLTIP_BACKCOLOR1;Background color of the preview: black\nShortcut: 9
!MAIN_TOOLTIP_BACKCOLOR2;Background color of the preview: white\nShortcut: 9
@@ -1388,26 +2125,29 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!NAVIGATOR_S;S:
!NAVIGATOR_V;V:
!NAVIGATOR_XY_FULL;Width: %1, Height: %2
-!OPTIONS_BUNDLED_MISSING;The bundled profile "%1" could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
-!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
-!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
+!OPTIONS_BUNDLED_MISSING;The bundled profile '%1' could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
+!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
+!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
!PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
!PARTIALPASTE_CHANNELMIXERBW;Black-and-white
-!PARTIALPASTE_COLORAPP;CIECAM02
+!PARTIALPASTE_COLORAPP;Color Appearance & Lighting
!PARTIALPASTE_COLORTONING;Color toning
!PARTIALPASTE_DEHAZE;Haze removal
!PARTIALPASTE_EQUALIZER;Wavelet levels
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!PARTIALPASTE_FILMNEGATIVE;Film negative
!PARTIALPASTE_FILMSIMULATION;Film simulation
!PARTIALPASTE_FLATFIELDCLIPCONTROL;Flat-field clip control
!PARTIALPASTE_GRADIENT;Graduated filter
!PARTIALPASTE_LENSPROFILE;Profiled lens correction
!PARTIALPASTE_LOCALCONTRAST;Local contrast
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
!PARTIALPASTE_METADATA;Metadata mode
!PARTIALPASTE_PCVIGNETTE;Vignette filter
!PARTIALPASTE_PREPROCESS_DEADPIXFILT;Dead pixel filter
!PARTIALPASTE_PREPROCESS_HOTPIXFILT;Hot pixel filter
!PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_PRSHARPENING;Post-resize sharpening
!PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA avoid color shift
!PARTIALPASTE_RAWCACORR_CAREDBLUE;CA red & blue
@@ -1417,6 +2157,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
!PARTIALPASTE_RETINEX;Retinex
!PARTIALPASTE_SOFTLIGHT;Soft light
+!PARTIALPASTE_SPOT;Spot removal
!PARTIALPASTE_TM_FATTAL;Dynamic range compression
!PREFERENCES_APPEARANCE;Appearance
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
@@ -1441,10 +2182,16 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaic
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CHUNKSIZE_RGB;RGB processing
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
!PREFERENCES_CLUTSCACHE;HaldCLUT Cache
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
!PREFERENCES_CLUTSDIR;HaldCLUT directory
!PREFERENCES_CMMBPC;Black point compensation
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
!PREFERENCES_CROP;Crop Editing
!PREFERENCES_CROP_AUTO_FIT;Automatically zoom to fit the crop
!PREFERENCES_CROP_GUIDES;Guides shown when not editing the crop
@@ -1461,16 +2208,23 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_TID;TagID
!PREFERENCES_DIRECTORIES;Directories
!PREFERENCES_EDITORCMDLINE;Custom command line
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
!PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compact toolbars in File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT;Same thumbnail height between the Filmstrip and the File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT_HINT;Having separate thumbnail size will require more processing time each time you'll switch between the single Editor tab and the File Browser.
!PREFERENCES_HISTOGRAM_TOOLTIP;If enabled, the working profile is used for rendering the main histogram and the Navigator panel, otherwise the gamma-corrected output profile is used.
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_LABEL;Inspect
!PREFERENCES_INSPECT_MAXBUFFERS_LABEL;Maximum number of cached images
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
!PREFERENCES_LANG;Language
!PREFERENCES_MAXRECENTFOLDERS;Maximum number of recent folders
-!PREFERENCES_MENUGROUPEXTPROGS;Group "Open with"
+!PREFERENCES_MENUGROUPEXTPROGS;Group 'Open with'
!PREFERENCES_MONINTENT;Default rendering intent
!PREFERENCES_MONITOR;Monitor
!PREFERENCES_MONPROFILE;Default color profile
@@ -1494,12 +2248,13 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!PREFERENCES_PRTINTENT;Rendering intent
!PREFERENCES_PRTPROFILE;Color profile
!PREFERENCES_REMEMBERZOOMPAN;Remember zoom % and pan offset
-!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in "Single Editor Tab Mode" and when "Demosaicing method used for the preview at <100% zoom" is set to "As in PP3".
+!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in 'Single Editor Tab Mode' and when 'Demosaicing method used for the preview at <100% zoom' is set to 'As in PP3'.
!PREFERENCES_SAVE_TP_OPEN_NOW;Save tool collapsed/expanded state now
!PREFERENCES_SERIALIZE_TIFF_READ;TIFF Read Settings
!PREFERENCES_SERIALIZE_TIFF_READ_LABEL;Serialize reading of TIFF files
!PREFERENCES_SERIALIZE_TIFF_READ_TOOLTIP;Enabling this option when working with folders containing uncompressed TIFF files can increase performance of thumbnail generation.
!PREFERENCES_SHOWFILMSTRIPTOOLBAR;Show Filmstrip toolbar
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
!PREFERENCES_TAB_DYNAMICPROFILE;Dynamic Profile Rules
!PREFERENCES_TAB_PERFORMANCE;Performance
!PREFERENCES_THUMBNAIL_INSPECTOR_JPEG;Embedded JPEG preview
@@ -1507,8 +2262,9 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW;Neutral raw rendering
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW_IF_NO_JPEG_FULLSIZE;Embedded JPEG if fullsize, neutral raw otherwise
!PREFERENCES_USEBUNDLEDPROFILES;Use bundled profiles
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROFILEPANEL_GLOBALPROFILES;Bundled profiles
-!PROFILEPANEL_MODE_TIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
+!PROFILEPANEL_MODE_TOOLTIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
!PROFILEPANEL_MYPROFILES;My profiles
!PROFILEPANEL_PDYNAMIC;Dynamic
!PROFILEPANEL_PINTERNAL;Neutral
@@ -1546,6 +2302,12 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!SHCSELECTOR_TOOLTIP;Click right mouse button to reset the position of those 3 sliders.
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
!THRESHOLDSELECTOR_B;Bottom
!THRESHOLDSELECTOR_BL;Bottom-left
!THRESHOLDSELECTOR_BR;Bottom-right
@@ -1554,6 +2316,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!THRESHOLDSELECTOR_TL;Top-left
!THRESHOLDSELECTOR_TR;Top-right
!TOOLBAR_TOOLTIP_COLORPICKER;Lockable Color Picker\n\nWhen the tool is active:\n- Add a picker: left-click.\n- Drag a picker: left-click and drag.\n- Delete a picker: right-click.\n- Delete all pickers: Ctrl+Shift+right-click.\n- Revert to hand tool: right-click outside any picker.
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
!TP_BWMIX_ALGO;Algorithm OYCPM
!TP_BWMIX_ALGO_LI;Linear
!TP_BWMIX_ALGO_SP;Special effects
@@ -1588,7 +2351,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_BWMIX_MIXC;Channel Mixer
!TP_BWMIX_NEUTRAL;Reset
!TP_BWMIX_RGBLABEL;R: %1%% G: %2%% B: %3%% Total: %4%%
-!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n"Total" displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
+!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n'Total' displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
!TP_BWMIX_RGB_TOOLTIP;Mix the RGB channels. Use presets for guidance.\nPay attention to negative values that may cause artifacts or erratic behavior.
!TP_BWMIX_SETTING;Presets
!TP_BWMIX_SETTING_TOOLTIP;Different presets (film, landscape, etc.) or manual Channel Mixer settings.
@@ -1617,6 +2380,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_CBDL_METHOD;Process located
!TP_CBDL_METHOD_TOOLTIP;Choose whether the Contrast by Detail Levels tool is to be positioned after the Black-and-White tool, which makes it work in L*a*b* space, or before it, which makes it work in RGB space.
!TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminance
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_ALGO;Algorithm
!TP_COLORAPP_ALGO_ALL;All
!TP_COLORAPP_ALGO_JC;Lightness + Chroma (JC)
@@ -1626,51 +2390,76 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_COLORAPP_BADPIXSL;Hot/bad pixel filter
!TP_COLORAPP_BADPIXSL_TOOLTIP;Suppression of hot/bad (brightly colored) pixels.\n0 = No effect\n1 = Median\n2 = Gaussian.\nAlternatively, adjust the image to avoid very dark shadows.\n\nThese artifacts are due to limitations of CIECAM02.
!TP_COLORAPP_BRIGHT;Brightness (Q)
-!TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM02 takes into account the white's luminosity and differs from L*a*b* and RGB brightness.
+!TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM is the amount of perceived light emanating from a stimulus. It differs from L*a*b* and RGB brightness.
!TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
!TP_COLORAPP_CHROMA;Chroma (C)
!TP_COLORAPP_CHROMA_M;Colorfulness (M)
-!TP_COLORAPP_CHROMA_M_TOOLTIP;Colorfulness in CIECAM02 differs from L*a*b* and RGB colorfulness.
+!TP_COLORAPP_CHROMA_M_TOOLTIP;Colorfulness in CIECAM is the perceived amount of hue in relation to gray, an indicator that a stimulus appears to be more or less colored.
!TP_COLORAPP_CHROMA_S;Saturation (S)
-!TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM02 differs from L*a*b* and RGB saturation.
-!TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM02 differs from L*a*b* and RGB chroma.
-!TP_COLORAPP_CIECAT_DEGREE;CAT02 adaptation
+!TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM corresponds to the color of a stimulus in relation to its own brightness. It differs from L*a*b* and RGB saturation.
+!TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM corresponds to the color of a stimulus relative to the clarity of a stimulus that appears white under identical conditions. It differs from L*a*b* and RGB chroma.
+!TP_COLORAPP_CIECAT_DEGREE;Adaptation
!TP_COLORAPP_CONTRAST;Contrast (J)
!TP_COLORAPP_CONTRAST_Q;Contrast (Q)
-!TP_COLORAPP_CONTRAST_Q_TOOLTIP;Differs from L*a*b* and RGB contrast.
-!TP_COLORAPP_CONTRAST_TOOLTIP;Differs from L*a*b* and RGB contrast.
+!TP_COLORAPP_CONTRAST_Q_TOOLTIP;Contrast (Q) in CIECAM is based on brightness. It differs from L*a*b* and RGB contrast.
+!TP_COLORAPP_CONTRAST_TOOLTIP;Contrast (J) in CIECAM is based on lightness. It differs from L*a*b* and RGB contrast.
!TP_COLORAPP_CURVEEDITOR1;Tone curve 1
-!TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of J or Q after CIECAM02.\n\nJ and Q are not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
+!TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of J after CIECAM.\n\nJ is not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
!TP_COLORAPP_CURVEEDITOR2;Tone curve 2
-!TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the second exposure tone curve.
+!TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the first J(J) tone curve.
!TP_COLORAPP_CURVEEDITOR3;Color curve
-!TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colorfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of C, s or M after CIECAM02.\n\nC, s and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
-!TP_COLORAPP_DATACIE;CIECAM02 output histograms in curves
-!TP_COLORAPP_DATACIE_TOOLTIP;When enabled, histograms in CIECAM02 curves show approximate values/ranges for J or Q, and C, s or M after the CIECAM02 adjustments.\nThis selection does not impact the main histogram panel.\n\nWhen disabled, histograms in CIECAM02 curves show L*a*b* values before CIECAM02 adjustments.
-!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
-!TP_COLORAPP_GAMUT;Gamut control (L*a*b*)
-!TP_COLORAPP_GAMUT_TOOLTIP;Allow gamut control in L*a*b* mode.
+!TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colorfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of C, S or M after CIECAM.\n\nC, S and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
+!TP_COLORAPP_DATACIE;Show CIECAM output histograms in CAL curves
+!TP_COLORAPP_DATACIE_TOOLTIP;Affects histograms shown in Color Appearance & Lightning curves. Does not affect RawTherapee's main histogram.\n\nEnabled: show approximate values for J and C, S or M after the CIECAM adjustments.\nDisabled: show L*a*b* values before CIECAM adjustments.
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
+!TP_COLORAPP_GAMUT;Use gamut control in L*a*b* mode
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
!TP_COLORAPP_HUE;Hue (h)
-!TP_COLORAPP_HUE_TOOLTIP;Hue (h) - angle between 0° and 360°.
-!TP_COLORAPP_LABEL;CIE Color Appearance Model 2002
+!TP_COLORAPP_HUE_TOOLTIP;Hue (h) is the degree to which a stimulus can be described as similar to a color described as red, green, blue and yellow.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_LABEL;Color Appearance & Lighting
!TP_COLORAPP_LABEL_CAM02;Image Adjustments
!TP_COLORAPP_LABEL_SCENE;Scene Conditions
!TP_COLORAPP_LABEL_VIEWING;Viewing Conditions
!TP_COLORAPP_LIGHT;Lightness (J)
-!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM02 differs from L*a*b* and RGB lightness.
+!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM is the clarity of a stimulus relative to the clarity of a stimulus that appears white under similar viewing conditions. It differs from L*a*b* and RGB lightness.
!TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
-!TP_COLORAPP_MODEL;WP Model
-!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM02 is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp+green + CAT02 + [output]: temp and green are selected by the user, the output device's white balance is set in Viewing Conditions.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODEL;WP model
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02/16] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp + tint + CAT02/16 + [output]: temp and tint are selected by the user, the output device's white balance is set in Viewing Conditions.
!TP_COLORAPP_NEUTRAL;Reset
-!TP_COLORAPP_NEUTRAL_TIP;Reset all sliders checkbox and curves to their default values
+!TP_COLORAPP_NEUTRAL_TOOLTIP;Reset all sliders checkbox and curves to their default values.
!TP_COLORAPP_RSTPRO;Red & skin-tones protection
!TP_COLORAPP_RSTPRO_TOOLTIP;Red & skin-tones protection affects both sliders and curves.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
!TP_COLORAPP_SURROUND;Surround
+!TP_COLORAPP_SURROUNDSRC;Surround
!TP_COLORAPP_SURROUND_AVER;Average
!TP_COLORAPP_SURROUND_DARK;Dark
!TP_COLORAPP_SURROUND_DIM;Dim
!TP_COLORAPP_SURROUND_EXDARK;Extremly Dark (Cutsheet)
-!TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device.\n\nAverage: Average light environment (standard). The image will not change.\n\nDim: Dim environment (TV). The image will become slightly dark.\n\nDark: Dark environment (projector). The image will become more dark.\n\nExtremly Dark: Extremly dark environment (cutsheet). The image will become very dark.
+!TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device. The darker the viewing conditions, the darker the image will become. Image brightness will not be changed when the viewing conditions are set to average.
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
!TP_COLORAPP_TCMODE_BRIGHTNESS;Brightness
!TP_COLORAPP_TCMODE_CHROMA;Chroma
!TP_COLORAPP_TCMODE_COLORF;Colorfulness
@@ -1679,19 +2468,23 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_COLORAPP_TCMODE_LABEL3;Curve chroma mode
!TP_COLORAPP_TCMODE_LIGHTNESS;Lightness
!TP_COLORAPP_TCMODE_SATUR;Saturation
-!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
-!TP_COLORAPP_TONECIE;Tone mapping using CIECAM02
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TONECIE;Use CIECAM for tone mapping
!TP_COLORAPP_TONECIE_TOOLTIP;If this option is disabled, tone mapping is done in L*a*b* space.\nIf this option is enabled, tone mapping is done using CIECAM02.\nThe Tone Mapping tool must be enabled for this setting to take effect.
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
!TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;Absolute luminance of the viewing environment\n(usually 16 cd/m²).
-!TP_COLORAPP_WBCAM;WB [RT+CAT02] + [output]
+!TP_COLORAPP_WBCAM;WB [RT+CAT02/16] + [output]
!TP_COLORAPP_WBRT;WB [RT] + [output]
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_AB;o C/L
!TP_COLORTONING_AUTOSAT;Automatic
!TP_COLORTONING_BALANCE;Balance
!TP_COLORTONING_BY;o C/L
!TP_COLORTONING_CHROMAC;Opacity
-!TP_COLORTONING_COLOR;Color
-!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
+!TP_COLORTONING_COLOR;Color:
+!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L).
!TP_COLORTONING_HIGHLIGHT;Highlights
!TP_COLORTONING_HUE;Hue
!TP_COLORTONING_LAB;L*a*b* blending
@@ -1721,11 +2514,11 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_COLORTONING_LUMAMODE;Preserve luminance
!TP_COLORTONING_LUMAMODE_TOOLTIP;If enabled, when you change color (red, green, cyan, blue, etc.) the luminance of each pixel is preserved.
!TP_COLORTONING_METHOD;Method
-!TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated color blending.\n"Color balance (Shadows/Midtones/Highlights)" and "Saturation 2 colors" use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
+!TP_COLORTONING_METHOD_TOOLTIP;'L*a*b* blending', 'RGB sliders' and 'RGB curves' use interpolated color blending.\n'Color balance (Shadows/Midtones/Highlights)' and 'Saturation 2 colors' use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
!TP_COLORTONING_MIDTONES;Midtones
!TP_COLORTONING_NEUTRAL;Reset sliders
-!TP_COLORTONING_NEUTRAL_TIP;Reset all values (Shadows, Midtones, Highlights) to default.
-!TP_COLORTONING_OPACITY;Opacity
+!TP_COLORTONING_NEUTRAL_TOOLTIP;Reset all values (Shadows, Midtones, Highlights) to default.
+!TP_COLORTONING_OPACITY;Opacity:
!TP_COLORTONING_RGBCURVES;RGB - Curves
!TP_COLORTONING_RGBSLIDERS;RGB - Sliders
!TP_COLORTONING_SA;Saturation Protection
@@ -1742,6 +2535,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_COLORTONING_TWOBY;Special a* and b*
!TP_COLORTONING_TWOCOLOR_TOOLTIP;Standard chroma:\nLinear response, a* = b*.\n\nSpecial chroma:\nLinear response, a* = b*, but unbound - try under the diagonal.\n\nSpecial a* and b*:\nLinear response unbound with separate curves for a* and b*. Intended for special effects.\n\nSpecial chroma 2 colors:\nMore predictable.
!TP_COLORTONING_TWOSTD;Standard chroma
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_GTFRAME;Frame
!TP_CROP_GTHARMMEANS;Harmonic Means
!TP_CROP_GTTRIANGLE1;Golden Triangles 1
@@ -1751,7 +2545,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_CROP_SELECTCROP;Select
!TP_DEHAZE_DEPTH;Depth
!TP_DEHAZE_LABEL;Haze Removal
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_DEHAZE_SHOW_DEPTH_MAP;Show depth map
!TP_DEHAZE_STRENGTH;Strength
!TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zones
@@ -1763,7 +2557,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_DIRPYRDENOISE_CHROMINANCE_MANUAL;Manual
!TP_DIRPYRDENOISE_CHROMINANCE_METHOD;Method
!TP_DIRPYRDENOISE_CHROMINANCE_METHODADVANCED_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
-!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Preview multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW;Preview
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the preview after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
@@ -1785,14 +2579,14 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_DIRPYRDENOISE_MAIN_MODE;Mode
!TP_DIRPYRDENOISE_MAIN_MODE_AGGRESSIVE;Aggressive
!TP_DIRPYRDENOISE_MAIN_MODE_CONSERVATIVE;Conservative
-!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;"Conservative" preserves low frequency chroma patterns, while "aggressive" obliterates them.
+!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;Conservative preserves low frequency chroma patterns, while aggressive obliterates them.
!TP_DIRPYRDENOISE_MEDIAN_METHOD;Median method
!TP_DIRPYRDENOISE_MEDIAN_METHOD_CHROMINANCE;Chroma only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LAB;L*a*b*
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LABEL;Median Filter
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LUMINANCE;Luminance only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_RGB;RGB
-!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
+!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the 'Luminance only' and 'L*a*b*' methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the 'RGB' mode, it will be performed at the very end of the noise reduction pipeline.
!TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;Weighted L* (little) + a*b* (normal)
!TP_DIRPYRDENOISE_MEDIAN_PASSES;Median iterations
!TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
@@ -1812,12 +2606,12 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_DIRPYREQUALIZER_SKIN;Skin targetting/protection
!TP_DIRPYREQUALIZER_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
!TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts in the transitions between skin colors (hue, chroma, luma) and the rest of the image.
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+!TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_EPD_GAMMA;Gamma
!TP_EXPOSURE_CLAMPOOG;Clip out-of-gamut colors
!TP_EXPOSURE_CURVEEDITOR1;Tone curve 1
!TP_EXPOSURE_CURVEEDITOR2;Tone curve 2
-!TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Please refer to the "Exposure > Tone Curves" RawPedia article to learn how to achieve the best results by using two tone curves.
+!TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Please refer to the 'Exposure > Tone Curves' RawPedia article to learn how to achieve the best results by using two tone curves.
!TP_EXPOSURE_HISTMATCHING;Auto-Matched Tone Curve
!TP_EXPOSURE_HISTMATCHING_TOOLTIP;Automatically adjust sliders and curves (except exposure compensation) to match the look of the embedded JPEG thumbnail.
!TP_EXPOSURE_TCMODE_FILMLIKE;Film-like
@@ -1831,11 +2625,21 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_EXPOS_BLACKPOINT_LABEL;Raw Black Points
!TP_EXPOS_WHITEPOINT_LABEL;Raw White Points
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_FILMSIMULATION_LABEL;Film Simulation
!TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
!TP_FILMSIMULATION_STRENGTH;Strength
@@ -1856,6 +2660,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_GRADIENT_STRENGTH;Strength
!TP_GRADIENT_STRENGTH_TOOLTIP;Filter strength in stops.
!TP_HLREC_ENA_TOOLTIP;Could be activated by Auto Levels.
+!TP_HLREC_HLBLUR;Blur
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET;Baseline exposure
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET_TOOLTIP;Employ the embedded DCP baseline exposure offset. The setting is only available if the selected DCP has one.
!TP_ICM_APPLYHUESATMAP;Base table
@@ -1865,22 +2670,69 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_ICM_BPC;Black Point Compensation
!TP_ICM_DCPILLUMINANT;Illuminant
!TP_ICM_DCPILLUMINANT_INTERPOLATED;Interpolated
-!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is "interpolated" which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is 'interpolated' which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_PROFILEINTENT;Rendering Intent
+!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB;Apply white balance
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
!TP_ICM_SAVEREFERENCE_TOOLTIP;Save the linear TIFF image before the input profile is applied. The result can be used for calibration purposes and generation of a camera profile.
!TP_ICM_TONECURVE;Tone curve
!TP_ICM_TONECURVE_TOOLTIP;Employ the embedded DCP tone curve. The setting is only available if the selected DCP has a tone curve.
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
!TP_ICM_WORKING_TRC;Tone response curve:
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
!TP_ICM_WORKING_TRC_CUSTOM;Custom
!TP_ICM_WORKING_TRC_GAMMA;Gamma
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
!TP_ICM_WORKING_TRC_NONE;None
!TP_ICM_WORKING_TRC_SLOPE;Slope
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_ICM_WORKING_TRC_TOOLTIP;Only for built-in profiles.
!TP_LABCURVE_AVOIDCOLORSHIFT;Avoid color shift
-!TP_LABCURVE_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction.
+!TP_LABCURVE_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).
!TP_LABCURVE_CHROMATICITY;Chromaticity
!TP_LABCURVE_CHROMA_TOOLTIP;To apply B&W toning, set Chromaticity to -100.
!TP_LABCURVE_CURVEEDITOR_A_RANGE1;Green Saturated
@@ -1896,20 +2748,20 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_LABCURVE_CURVEEDITOR_CC_RANGE2;Dull
!TP_LABCURVE_CURVEEDITOR_CC_RANGE3;Pastel
!TP_LABCURVE_CURVEEDITOR_CC_RANGE4;Saturated
-!TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromaticity according to chromaticity C=f(C)
+!TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromaticity according to chromaticity C=f(C).
!TP_LABCURVE_CURVEEDITOR_CH;CH
-!TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromaticity according to hue C=f(H)
+!TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromaticity according to hue C=f(H).
!TP_LABCURVE_CURVEEDITOR_CL;CL
-!TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L)
+!TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L).
!TP_LABCURVE_CURVEEDITOR_HH;HH
-!TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H)
+!TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H).
!TP_LABCURVE_CURVEEDITOR_LC;LC
-!TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminance according to chromaticity L=f(C)
+!TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminance according to chromaticity L=f(C).
!TP_LABCURVE_CURVEEDITOR_LH;LH
-!TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H)
-!TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L)
+!TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H).
+!TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L).
!TP_LABCURVE_LCREDSK;Restrict LC to red and skin-tones
-!TP_LABCURVE_LCREDSK_TIP;If enabled, the LC Curve affects only red and skin-tones.\nIf disabled, it applies to all tones.
+!TP_LABCURVE_LCREDSK_TOOLTIP;If enabled, the LC Curve affects only red and skin-tones.\nIf disabled, it applies to all tones.
!TP_LABCURVE_RSTPROTECTION;Red and skin-tones protection
!TP_LABCURVE_RSTPRO_TOOLTIP;Works on the Chromaticity slider and the CC curve.
!TP_LENSGEOM_LIN;Linear
@@ -1929,6 +2781,788 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_LOCALCONTRAST_LABEL;Local Contrast
!TP_LOCALCONTRAST_LIGHTNESS;Lightness level
!TP_LOCALCONTRAST_RADIUS;Radius
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_METADATA_EDIT;Apply modifications
!TP_METADATA_MODE;Metadata copy mode
!TP_METADATA_STRIP;Strip all metadata
@@ -1942,6 +3576,27 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_PCVIGNETTE_STRENGTH;Strength
!TP_PCVIGNETTE_STRENGTH_TOOLTIP;Filter strength in stops (reached in corners).
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
!TP_PFCURVE_CURVEEDITOR_CH;Hue
!TP_PFCURVE_CURVEEDITOR_CH_TOOLTIP;Controls defringe strength by color.\nHigher = more,\nLower = less.
!TP_PREPROCESS_DEADPIXFILT;Dead pixel filter
@@ -1954,10 +3609,14 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;Horizontal only on PDAF rows
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
-!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
+!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the 'Lanczos' resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
!TP_RAWCACORR_AUTOIT;Iterations
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
!TP_RAWCACORR_AVOIDCOLORSHIFT;Avoid color shift
!TP_RAWEXPOS_BLACK_0;Green 1 (lead)
!TP_RAWEXPOS_BLACK_1;Red
@@ -1973,9 +3632,11 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RAW_4PASS;3-pass+fast
!TP_RAW_AHD;AHD
!TP_RAW_AMAZE;AMaZE
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
!TP_RAW_BORDER;Border
!TP_RAW_DCB;DCB
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DCBVNG4;DCB+VNG4
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
@@ -1998,6 +3659,8 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RAW_MONO;Mono
!TP_RAW_NONE;None (Shows sensor pattern)
!TP_RAW_PIXELSHIFT;Pixel Shift
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTBLUR;Blur motion mask
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
!TP_RAW_PIXELSHIFTEPERISO;Sensitivity
@@ -2008,7 +3671,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Equalize the brightness of the frames to the brightness of the selected frame.\nIf there are overexposed areas in the frames select the brightest frame to avoid magenta color cast in overexposed areas or enable motion correction.
!TP_RAW_PIXELSHIFTGREEN;Check green channel for motion
!TP_RAW_PIXELSHIFTHOLEFILL;Fill holes in motion mask
-!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask
+!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask.
!TP_RAW_PIXELSHIFTMEDIAN;Use median for moving parts
!TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTMM_AUTO;Automatic
@@ -2023,16 +3686,21 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RAW_PIXELSHIFTSIGMA;Blur radius
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
-!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
+!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
!TP_RAW_RCD;RCD
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_RCDVNG4;RCD+VNG4
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
-!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
+!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas.
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
!TP_RAW_VNG4;VNG4
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
!TP_RESIZE_ALLOW_UPSCALING;Allow Upscaling
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_RETINEX_CONTEDIT_HSL;HSL histogram
!TP_RETINEX_CONTEDIT_LAB;L*a*b* histogram
!TP_RETINEX_CONTEDIT_LH;Hue
@@ -2040,7 +3708,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RETINEX_CURVEEDITOR_CD;L=f(L)
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
!TP_RETINEX_CURVEEDITOR_LH;Strength=f(H)
-!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
!TP_RETINEX_CURVEEDITOR_MAP;L=f(L)
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_EQUAL;Equalizer
@@ -2048,7 +3716,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RETINEX_GAIN;Gain
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_RETINEX_GAMMA;Gamma
!TP_RETINEX_GAMMA_FREE;Free
!TP_RETINEX_GAMMA_HIGH;High
@@ -2063,7 +3731,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RETINEX_HIGH;High
!TP_RETINEX_HIGHLIG;Highlight
!TP_RETINEX_HIGHLIGHT;Highlight threshold
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_HSLSPACE_LIN;HSL-Linear
!TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
!TP_RETINEX_ITER;Iterations (Tone-mapping)
@@ -2082,11 +3750,11 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD;Method
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
-!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
+!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_RETINEX_NEIGHBOR;Radius
!TP_RETINEX_NEUTRAL;Reset
-!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+!TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
!TP_RETINEX_OFFSET;Offset (brightness)
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
@@ -2096,9 +3764,9 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RETINEX_STRENGTH;Strength
!TP_RETINEX_THRESHOLD;Threshold
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
-!TP_RETINEX_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sigma=%4
-!TP_RETINEX_TLABEL2;TM Tm=%1 TM=%2
-!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
+!TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
+!TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
+!TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_RETINEX_TRANF;Transmission
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
@@ -2107,14 +3775,14 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
!TP_RETINEX_VIEW;Process
!TP_RETINEX_VIEW_MASK;Mask
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_NONE;Standard
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
!TP_RGBCURVES_LUMAMODE;Luminosity mode
!TP_RGBCURVES_LUMAMODE_TOOLTIP;Luminosity mode allows to vary the contribution of R, G and B channels to the luminosity of the image, without altering image color.
-!TP_SAVEDIALOG_OK_TIP;Shortcut: Ctrl-Enter
+!TP_SAVEDIALOG_OK_TOOLTIP;Shortcut: Ctrl-Enter
!TP_SHARPENING_BLUR;Blur radius
!TP_SHARPENING_CONTRAST;Contrast threshold
!TP_SHARPENING_ITERCHECK;Auto limit iterations
@@ -2122,6 +3790,11 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
!TP_SOFTLIGHT_LABEL;Soft Light
!TP_SOFTLIGHT_STRENGTH;Strength
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
!TP_TM_FATTAL_AMOUNT;Amount
!TP_TM_FATTAL_ANCHOR;Anchor
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
@@ -2132,7 +3805,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE2;Red
!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE3;Red/Yellow
!TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE4;Yellow
-!TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;Hue according to hue H=f(H)
+!TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;Hue according to hue H=f(H).
!TP_VIBRANCE_PSTHRESHOLD_SATTHRESH;Saturation threshold
!TP_VIBRANCE_PSTHRESHOLD_TOOLTIP;The vertical axis represents pastel tones at the bottom and saturated tones at the top.\nThe horizontal axis represents the saturation range.
!TP_VIBRANCE_PSTHRESHOLD_WEIGTHING;Pastel/saturated transition's weighting
@@ -2145,22 +3818,28 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_WAVELET_7;Level 7
!TP_WAVELET_8;Level 8
!TP_WAVELET_9;Level 9
-!TP_WAVELET_APPLYTO;Apply To
+!TP_WAVELET_APPLYTO;Apply to
!TP_WAVELET_AVOID;Avoid color shift
!TP_WAVELET_B0;Black
-!TP_WAVELET_B1;Grey
+!TP_WAVELET_B1;Gray
!TP_WAVELET_B2;Residual
!TP_WAVELET_BACKGROUND;Background
!TP_WAVELET_BACUR;Curve
!TP_WAVELET_BALANCE;Contrast balance d/v-h
!TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: vertical-horizontal and diagonal.\nIf contrast, chroma or residual tone mapping are activated, the effect due to balance is amplified.
!TP_WAVELET_BALCHRO;Chroma balance
+!TP_WAVELET_BALCHROM;Equalizer Color
!TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
!TP_WAVELET_BANONE;None
!TP_WAVELET_BASLI;Slider
!TP_WAVELET_BATYPE;Contrast balance method
-!TP_WAVELET_CBENAB;Toning and Color Balance
-!TP_WAVELET_CB_TOOLTIP;For strong values product color-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CBENAB;Toning and Color balance
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
!TP_WAVELET_CCURVE;Local contrast
!TP_WAVELET_CH1;Whole chroma range
!TP_WAVELET_CH2;Saturated/pastel
@@ -2168,29 +3847,42 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_WAVELET_CHCU;Curve
!TP_WAVELET_CHR;Chroma-contrast link strength
!TP_WAVELET_CHRO;Saturated/pastel threshold
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
!TP_WAVELET_CHSL;Sliders
!TP_WAVELET_CHTYPE;Chrominance method
-!TP_WAVELET_COLORT;Opacity Red-Green
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COLORT;Opacity red-green
!TP_WAVELET_COMPCONT;Contrast
+!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPGAMMA;Compression gamma
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_COMPTM;Tone mapping
!TP_WAVELET_CONTEDIT;'After' contrast curve
+!TP_WAVELET_CONTFRAME;Contrast - Compression
!TP_WAVELET_CONTR;Gamut
!TP_WAVELET_CONTRA;Contrast
!TP_WAVELET_CONTRAST_MINUS;Contrast -
!TP_WAVELET_CONTRAST_PLUS;Contrast +
-!TP_WAVELET_CONTRA_TOOLTIP;Changes contrast of the residual image.
+!TP_WAVELET_CONTRA_TOOLTIP;Changes the residual image contrast.
!TP_WAVELET_CTYPE;Chrominance control
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
!TP_WAVELET_CURVEEDITOR_CL;L
-!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end of the wavelet treatment.
+!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
!TP_WAVELET_CURVEEDITOR_HH;HH
-!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image's hue as a function of hue.
+!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
!TP_WAVELET_DALL;All directions
!TP_WAVELET_DAUB;Edge performance
!TP_WAVELET_DAUB2;D2 - low
@@ -2198,62 +3890,101 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_WAVELET_DAUB6;D6 - standard plus
!TP_WAVELET_DAUB10;D10 - medium
!TP_WAVELET_DAUB14;D14 - high
-!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the first levels. However the quality is not strictly related to this coefficient and can vary depending on image and use.
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
!TP_WAVELET_DONE;Vertical
!TP_WAVELET_DTHR;Diagonal
!TP_WAVELET_DTWO;Horizontal
!TP_WAVELET_EDCU;Curve
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
!TP_WAVELET_EDGCONT;Local contrast
-!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
-!TP_WAVELET_EDGE;Edge Sharpness
+!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
+!TP_WAVELET_EDGE;Edge sharpness
!TP_WAVELET_EDGEAMPLI;Base amplification
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
-!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
-!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This adjuster lets you target edge detection for example to avoid applying edge sharpness to fine details, such as noise in the sky.
+!TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
+!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
!TP_WAVELET_EDGESENSI;Edge sensitivity
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH;Detail
!TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centered on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
!TP_WAVELET_EDRAD;Radius
-!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
-!TP_WAVELET_EDSL;Threshold Sliders
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_EDSL;Threshold sliders
!TP_WAVELET_EDTYPE;Local contrast method
!TP_WAVELET_EDVAL;Strength
!TP_WAVELET_FINAL;Final Touchup
+!TP_WAVELET_FINCFRAME;Final local contrast
!TP_WAVELET_FINEST;Finest
-!TP_WAVELET_HIGHLIGHT;Highlight luminance range
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_HIGHLIGHT;Finer levels luminance range
!TP_WAVELET_HS1;Whole luminance range
-!TP_WAVELET_HS2;Shadows/Highlights
+!TP_WAVELET_HS2;Selective luminance range
!TP_WAVELET_HUESKIN;Skin hue
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
-!TP_WAVELET_HUESKY;Sky hue
+!TP_WAVELET_HUESKY;Hue range
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
-!TP_WAVELET_LABEL;Wavelet Levels
+!TP_WAVELET_LABEL;Wavelet levels
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_WAVELET_LARGEST;Coarsest
!TP_WAVELET_LEVCH;Chroma
-!TP_WAVELET_LEVDIR_ALL;All levels in all directions
-!TP_WAVELET_LEVDIR_INF;Below or equal the level
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVDIR_ALL;All levels, in all directions
+!TP_WAVELET_LEVDIR_INF;Finer detail levels, including selected level
!TP_WAVELET_LEVDIR_ONE;One level
-!TP_WAVELET_LEVDIR_SUP;Above the level
+!TP_WAVELET_LEVDIR_SUP;Coarser detail levels, excluding selected level
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
!TP_WAVELET_LEVELS;Wavelet levels
-!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of wavelet decomposition levels for the image.\nMore levels require more RAM and require a longer processing time.
!TP_WAVELET_LEVF;Contrast
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
!TP_WAVELET_LEVONE;Level 2
!TP_WAVELET_LEVTHRE;Level 4
!TP_WAVELET_LEVTWO;Level 3
!TP_WAVELET_LEVZERO;Level 1
-!TP_WAVELET_LINKEDG;Link with Edge Sharpness' Strength
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LINKEDG;Link to Edge Sharpness Strength
!TP_WAVELET_LIPST;Enhanced algoritm
-!TP_WAVELET_LOWLIGHT;Shadow luminance range
+!TP_WAVELET_LOWLIGHT;Coarser levels luminance range
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MEDGREINF;First level
!TP_WAVELET_MEDI;Reduce artifacts in blue sky
!TP_WAVELET_MEDILEV;Edge detection
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
!TP_WAVELET_NEUTRAL;Neutral
!TP_WAVELET_NOIS;Denoise
!TP_WAVELET_NOISE;Denoise and Refine
@@ -2262,48 +3993,81 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés -
!TP_WAVELET_NPNONE;None
!TP_WAVELET_NPTYPE;Neighboring pixels
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
-!TP_WAVELET_OPACITY;Opacity Blue-Yellow
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_OPACITY;Opacity blue-yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
-!TP_WAVELET_OPACITYWL;Final local contrast
+!TP_WAVELET_OPACITYWL;Local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
!TP_WAVELET_PASTEL;Pastel chroma
!TP_WAVELET_PROC;Process
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
!TP_WAVELET_RE1;Reinforced
!TP_WAVELET_RE2;Unchanged
!TP_WAVELET_RE3;Reduced
-!TP_WAVELET_RESCHRO;Chroma
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_RESCHRO;Strength
!TP_WAVELET_RESCON;Shadows
!TP_WAVELET_RESCONH;Highlights
!TP_WAVELET_RESID;Residual Image
!TP_WAVELET_SAT;Saturated chroma
!TP_WAVELET_SETTINGS;Wavelet Settings
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
-!TP_WAVELET_SKY;Sky targetting/protection
-!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
-!TP_WAVELET_STREN;Strength
+!TP_WAVELET_SKY;Hue targetting/protection
+!TP_WAVELET_SKY_TOOLTIP;Allows you to target or protect a range of hues.\nAt -100 selected hues are targetted.\nAt 0 all hues are treated equally.\nAt +100 selected hues are protected while all other hues are targetted.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREN;Refine
+!TP_WAVELET_STREND;Strength
!TP_WAVELET_STRENGTH;Strength
!TP_WAVELET_SUPE;Extra
!TP_WAVELET_THR;Shadows threshold
-!TP_WAVELET_THRESHOLD;Highlight levels
-!TP_WAVELET_THRESHOLD2;Shadow levels
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
-!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_THRESHOLD;Finer levels
+!TP_WAVELET_THRESHOLD2;Coarser levels
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
!TP_WAVELET_THRH;Highlights threshold
-!TP_WAVELET_TILESBIG;Big tiles
+!TP_WAVELET_TILESBIG;Tiles
!TP_WAVELET_TILESFULL;Full image
!TP_WAVELET_TILESIZE;Tiling method
-!TP_WAVELET_TILESLIT;Little tiles
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
!TP_WAVELET_TMSTRENGTH;Compression strength
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
+!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
!TP_WAVELET_TMTYPE;Compression method
!TP_WAVELET_TON;Toning
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
!TP_WBALANCE_EQBLUERED;Blue/Red equalizer
-!TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of "white balance" by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
+!TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of 'white balance' by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
!TP_WBALANCE_PICKER;Pick
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
!TP_WBALANCE_TEMPBIAS;AWB temperature bias
-!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
!TP_WBALANCE_WATER1;UnderWater 1
!TP_WBALANCE_WATER2;UnderWater 2
!TP_WBALANCE_WATER_HEADER;UnderWater
diff --git a/rtdata/languages/Nederlands b/rtdata/languages/Nederlands
index cc40e7941..63eaeccc6 100644
--- a/rtdata/languages/Nederlands
+++ b/rtdata/languages/Nederlands
@@ -21,11 +21,13 @@ ABOUT_TAB_CREDITS;Credits
ABOUT_TAB_LICENSE;Licentie
ABOUT_TAB_RELEASENOTES;Uitgave-opmerkingen
ABOUT_TAB_SPLASH;Splash
+ADJUSTER_RESET_TO_DEFAULT;Klik - terug naar standaardwaarde.\nCtrl+klik - terug naar laatst opgeslagen waarde.
BATCH_PROCESSING;Batch-verwerking
CURVEEDITOR_AXIS_IN;I:
CURVEEDITOR_AXIS_LEFT_TAN;LT:
CURVEEDITOR_AXIS_OUT;O:
CURVEEDITOR_AXIS_RIGHT_TAN;RT:
+CURVEEDITOR_CATMULLROM;Flexibel
CURVEEDITOR_CURVE;Curve
CURVEEDITOR_CURVES;Curven
CURVEEDITOR_CUSTOM;Handmatig
@@ -47,10 +49,15 @@ CURVEEDITOR_TOOLTIPPASTE;Plak curve van klembord
CURVEEDITOR_TOOLTIPSAVE;Bewaar huidige curve
CURVEEDITOR_TYPE;Type:
DIRBROWSER_FOLDERS;Mappen
+DONT_SHOW_AGAIN;Dit bericht niet meer tonen
DYNPROFILEEDITOR_DELETE;Verwijder
DYNPROFILEEDITOR_EDIT;Wijzig
DYNPROFILEEDITOR_EDIT_RULE;Wijzig Dynamisch Profielregel
DYNPROFILEEDITOR_ENTRY_TOOLTIP;Het zoeken is niet hoofdlettergevoelig.\nGebruik het "re:" voorvoegsel om\n een reguliere expressie uit te voeren
+DYNPROFILEEDITOR_IMGTYPE_ANY;Alles
+DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
+DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
+DYNPROFILEEDITOR_IMGTYPE_STD;Standaard
DYNPROFILEEDITOR_MOVE_DOWN;Naar beneden
DYNPROFILEEDITOR_MOVE_UP;Naar boven
DYNPROFILEEDITOR_NEW;Nieuw
@@ -64,6 +71,7 @@ EXIFFILTER_CAMERA;Camera
EXIFFILTER_EXPOSURECOMPENSATION;Belichtingscompensatie (EV)
EXIFFILTER_FILETYPE;Bestandstype
EXIFFILTER_FOCALLEN;Brandpuntsafstand
+EXIFFILTER_IMAGETYPE;Type afbeelding
EXIFFILTER_ISO;ISO-waarde
EXIFFILTER_LENS;Objectief
EXIFFILTER_METADATAFILTER;Activeer metadatafilters
@@ -81,6 +89,7 @@ EXIFPANEL_RESET;Herstel
EXIFPANEL_RESETALL;Herstel alles
EXIFPANEL_RESETALLHINT;Zet alle tags terug naar oorspronkelijke waarden
EXIFPANEL_RESETHINT;Zet geselecteerde tags terug naar oorspronkelijke waarden
+EXIFPANEL_SHOWALL;Toon alles
EXIFPANEL_SUBDIRECTORY;Submap
EXPORT_BYPASS;Verwerkingsstappen die worden overgeslagen
EXPORT_BYPASS_ALL;Alles selecteren/deselecteren
@@ -108,7 +117,7 @@ EXPORT_PIPELINE;Verwerken
EXPORT_PUTTOQUEUEFAST;Plaats in verwerkingsrij voor Snelle Export
EXPORT_RAW_DMETHOD;Demozaïekmethode
EXPORT_USE_FAST_PIPELINE;Snel (volledige verwerking op gewijzigd formaat van de afbeelding)
-EXPORT_USE_FAST_PIPELINE_TIP;Gebruikt een speciale verwerkingslijn waarbij kwaliteit ten koste gaat van snelheid. Het formaat van de afbeelding wordt zo snel mogelijk gewijzigd, ipv aan het eind van de verwerking. De snelheidswinst is aanzienlijk, maar de kwaliteit van de afbeelding zal minder zijn.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Gebruikt een speciale verwerkingslijn waarbij kwaliteit ten koste gaat van snelheid. Het formaat van de afbeelding wordt zo snel mogelijk gewijzigd, ipv aan het eind van de verwerking. De snelheidswinst is aanzienlijk, maar de kwaliteit van de afbeelding zal minder zijn.
EXPORT_USE_NORMAL_PIPELINE;Standaard (wijzigt formaat aan het eind)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;verwerkingsrij
@@ -116,15 +125,22 @@ FILEBROWSER_APPLYPROFILE;Pas profiel toe
FILEBROWSER_APPLYPROFILE_PARTIAL;Pas profiel toe (gedeeltelijk)
FILEBROWSER_AUTODARKFRAME;Automatisch donkerframe
FILEBROWSER_AUTOFLATFIELD;Selecteer automatisch vlakveldopname
+FILEBROWSER_BROWSEPATHBUTTONHINT;Klik om de opgegeven map te laden, en het zoekfilter opnieuw toe te passen.
FILEBROWSER_BROWSEPATHHINT;Typ het pad naar de doelmap.\nCtrl-O markeer het pad in het tekstveld.\nEnter / Ctrl-Enter open de map.\nEsc maak het tekstveld leeg.\nShift-Esc verwijder markering.\n\n\nSneltoetsen:\n ~ - gebruikers home directory\n ! - gebruikers afbeeldingen map
FILEBROWSER_CACHE;Cache
+FILEBROWSER_CACHECLEARFROMFULL;Wis alles inclusief opgeslagen profielen
+FILEBROWSER_CACHECLEARFROMPARTIAL;Wis alles behalve opgeslagen profielen
FILEBROWSER_CLEARPROFILE;Verwijder profiel
FILEBROWSER_COLORLABEL_TOOLTIP;Kleur label\n\nGebruik keuzemenu of nSneltoets:\nShift-Ctrl-0 Geen kleur\nShift-Ctrl-1 Rood\nShift-Ctrl-2 Geel\nShift-Ctrl-3 Groen\nShift-Ctrl-4 Blauw\nShift-Ctrl-5 Paars
FILEBROWSER_COPYPROFILE;Kopieer profiel
FILEBROWSER_CURRENT_NAME;Huidige naam:
FILEBROWSER_DARKFRAME;Donkerframe
+FILEBROWSER_DELETEDIALOG_ALL;Alle %1 bestanden in de prullenbak definitief verwijderen?
FILEBROWSER_DELETEDIALOG_HEADER;Bevestiging bestand verwijderen
+FILEBROWSER_DELETEDIALOG_SELECTED;Geselecteerde %1 bestanden definitief verwijderen?
+FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Geselecteerde %1 bestanden inclusief een versie die door de verwerkingsrij is gemaakt verwijderen?
FILEBROWSER_EMPTYTRASH;Leeg prullenbak
+FILEBROWSER_EMPTYTRASHHINT;Alle bestanden in de prullenbak permanent verwijderen
FILEBROWSER_EXTPROGMENU;Open met
FILEBROWSER_FLATFIELD;Vlakveld
FILEBROWSER_MOVETODARKFDIR;Verplaats naar map met donkerframes
@@ -158,6 +174,8 @@ FILEBROWSER_POPUPRANK2;Waardering 2 **
FILEBROWSER_POPUPRANK3;Waardering 3 ***
FILEBROWSER_POPUPRANK4;Waardering 4 ****
FILEBROWSER_POPUPRANK5;Waardering 5 *****
+FILEBROWSER_POPUPREMOVE;Permanent verwijderen
+FILEBROWSER_POPUPREMOVEINCLPROC;Verwijder definitief, inclusief met uitvoer in de verwerkingsrij
FILEBROWSER_POPUPRENAME;Hernoem
FILEBROWSER_POPUPSELECTALL;Alles selecteren
FILEBROWSER_POPUPTRASH;Verplaats naar prullenbak
@@ -184,6 +202,7 @@ FILEBROWSER_SHOWDIRHINT;Verwijder alle filters.\nSneltoets: d
FILEBROWSER_SHOWEDITEDHINT;Toon bewerkte foto's\nSneltoets: 7
FILEBROWSER_SHOWEDITEDNOTHINT;Toon niet-bewerkte foto's\nSneltoets: 6
FILEBROWSER_SHOWEXIFINFO;Toon EXIF-info
+FILEBROWSER_SHOWNOTTRASHHINT;Toon alleen niet-verwijderde afbeeldingen.
FILEBROWSER_SHOWORIGINALHINT;Toon alleen originele afbeelding.\n\nAls er meerdere afbeeldingen zijn met dezelfde naam maar verschillende extensies, dan wordt de afbeelding waarvan de extensie het hoogst staat in de lijst met extensies in Voorkeuren > Bestandsnavigator > Extensies
FILEBROWSER_SHOWRANK1HINT;Toon foto's met 1 ster.\nSneltoets: 1
FILEBROWSER_SHOWRANK2HINT;Toon foto's met 2 sterren.\nSneltoets: 2
@@ -214,11 +233,13 @@ GENERAL_AUTO;Automatisch
GENERAL_BEFORE;Voor
GENERAL_CANCEL;Annuleren
GENERAL_CLOSE;Sluiten
+GENERAL_CURRENT;Huidig
GENERAL_DISABLE;Deactiveren
GENERAL_DISABLED;Gedeactiveerd
GENERAL_ENABLE;Activeer
GENERAL_ENABLED;Geactiveerd
GENERAL_FILE;Bestand
+GENERAL_HELP;Help
GENERAL_LANDSCAPE;Landschap
GENERAL_NA;nvt.
GENERAL_NO;Nee
@@ -226,21 +247,25 @@ GENERAL_NONE;Geen
GENERAL_OK;OK
GENERAL_OPEN;Open
GENERAL_PORTRAIT;Portret
+GENERAL_RESET;Terugzetten
GENERAL_SAVE;Opslaan
+GENERAL_SAVE_AS;Bewaren als...
+GENERAL_SLIDER;Schuifregelaar
GENERAL_UNCHANGED;(Onveranderd)
GENERAL_WARNING;Waarschuwing
+GIMP_PLUGIN_INFO;Welkom bij de RawTherapee GIMP plug-in!\nAls uw bewerking gereed is, sluit dan het hoofdvenster van RawTherapee en uw afbeelding wordt automatisch in GIMP geladen.
HISTOGRAM_TOOLTIP_B;Toon/verberg blauw histogram
HISTOGRAM_TOOLTIP_BAR;Toon/verberg RGB-indicatie\nRechtermuisklik op foto om te starten/stoppen
HISTOGRAM_TOOLTIP_CHRO;Toon/Verberg Chromaticiteit histogram
HISTOGRAM_TOOLTIP_G;Toon/verberg groen histogram
HISTOGRAM_TOOLTIP_L;Toon/verberg CIELAB-luminantiehistogram
+HISTOGRAM_TOOLTIP_MODE;Wissel tussen lineair, log-lineair and log-log schalen van het histogram.
HISTOGRAM_TOOLTIP_R;Toon/verberg rood histogram
HISTORY_CHANGED;Veranderd
HISTORY_CUSTOMCURVE;Handmatig
HISTORY_FROMCLIPBOARD;Van klembord
HISTORY_LABEL;Geschiedenis
HISTORY_MSG_1;Foto geladen
-HISTORY_MSG_2;Profiel geladen
HISTORY_MSG_3;Profiel aangepast
HISTORY_MSG_4;Door geschiedenis bladeren
HISTORY_MSG_5;Helderheid
@@ -254,9 +279,6 @@ HISTORY_MSG_12;Automatische belichting
HISTORY_MSG_13;Drempel
HISTORY_MSG_14;L*a*b* - Helderheid
HISTORY_MSG_15;L*a*b* - Contrast
-HISTORY_MSG_16;-
-HISTORY_MSG_17;-
-HISTORY_MSG_18;-
HISTORY_MSG_19;L*a*b* - L* curve
HISTORY_MSG_20;Verscherpen
HISTORY_MSG_21;OSM - Straal
@@ -282,10 +304,6 @@ HISTORY_MSG_40;Witbalans Groentint
HISTORY_MSG_41;Tooncurve Mode 1
HISTORY_MSG_42;Tooncurve 2
HISTORY_MSG_43;Tooncurve Mode 2
-HISTORY_MSG_44;Lum. Straal ruisond.
-HISTORY_MSG_45;Lum. Randtolerantie ruisond.
-HISTORY_MSG_46;Ruisonderdrukking kleur
-HISTORY_MSG_47;Meng hoge lichten met matrix
HISTORY_MSG_48;Gebruik DCP's toon curve
HISTORY_MSG_49;DCP Illuminant
HISTORY_MSG_50;Schaduwen/hoge lichten
@@ -293,7 +311,6 @@ HISTORY_MSG_51;S/HL - Hoge lichten
HISTORY_MSG_52;S/HL - Schaduwen
HISTORY_MSG_53;S/HL - Toonomvang HL.
HISTORY_MSG_54;S/HL - Toonomvang S.
-HISTORY_MSG_55;S/HL - Lokaal contrast
HISTORY_MSG_56;S/HL - Straal
HISTORY_MSG_57;Grof roteren
HISTORY_MSG_58;Horizontaal spiegelen
@@ -305,7 +322,6 @@ HISTORY_MSG_63;Snapshot
HISTORY_MSG_64;Bijsnijden
HISTORY_MSG_65;CA-correctie
HISTORY_MSG_66;Hoge lichten herstellen
-HISTORY_MSG_67;HL herstellen hoeveelheid
HISTORY_MSG_68;HL herstellen methode
HISTORY_MSG_69;Kleurwerkruimte
HISTORY_MSG_70;Uitvoerkleurruimte
@@ -316,12 +332,10 @@ HISTORY_MSG_74;Schalingsinstelling
HISTORY_MSG_75;Schalingsmethode
HISTORY_MSG_76;Exif-metadata
HISTORY_MSG_77;IPTC-metadata
-HISTORY_MSG_78;Schalen
HISTORY_MSG_79;Schalen - Breedte
HISTORY_MSG_80;Schalen - Hoogte
HISTORY_MSG_81;Schalen geactiveerd
HISTORY_MSG_82;Profiel veranderd
-HISTORY_MSG_83;S/HL - Verscherpingsmasker
HISTORY_MSG_84;Perspectiefcorrectie
HISTORY_MSG_85;Lenscorrectie Profiel
HISTORY_MSG_86;RGB Curven - Luminos. Mode
@@ -368,12 +382,6 @@ HISTORY_MSG_127;Vlakveld - Autom. selectie
HISTORY_MSG_128;Vlakveld - Verzachten straal
HISTORY_MSG_129;Vlakveld - Verzachten type
HISTORY_MSG_130;Auto correctie lensvervorming
-HISTORY_MSG_131;RO - Luma
-HISTORY_MSG_132;RO - Chroma
-HISTORY_MSG_133;Gamma
-HISTORY_MSG_134;Gamma - Positie
-HISTORY_MSG_135;Gamma - Vrij
-HISTORY_MSG_136;Gamma - Helling
HISTORY_MSG_137;Zwartniveau - Groen 1
HISTORY_MSG_138;Zwartniveau - Rood
HISTORY_MSG_139;Zwartniveau - Blauw
@@ -410,6 +418,7 @@ HISTORY_MSG_169;L*a*b* - CH curve
HISTORY_MSG_170;Levendigheid curve
HISTORY_MSG_171;L*a*b* - LC curve
HISTORY_MSG_172;L*a*b* - Beperk LC
+HISTORY_MSG_173;NR - Detailbehoud
HISTORY_MSG_174;CIECAM02
HISTORY_MSG_175;CAM02 - CAT02 toepassing
HISTORY_MSG_176;CAM02 - Weergave omgeving
@@ -439,6 +448,7 @@ HISTORY_MSG_199;CAM02 - Toont in histogram
HISTORY_MSG_200;CAM02 - Tonemapping
HISTORY_MSG_201;RO - Chromin. rood-groen
HISTORY_MSG_202;RO - Chromin. blauw-geel
+HISTORY_MSG_203;NR - Kleurruimte
HISTORY_MSG_204;LMMSE Verbetering
HISTORY_MSG_205;CAM02 hete/dode pixels
HISTORY_MSG_206;CAT02 - Opname Lum. Auto
@@ -469,7 +479,9 @@ HISTORY_MSG_231;ZW - 'Voor' curve
HISTORY_MSG_232;ZW - 'Voor' curve type
HISTORY_MSG_233;ZW - 'Na' curve
HISTORY_MSG_234;ZW - 'Na' curve type
+HISTORY_MSG_235;B&W - CM - Auto
HISTORY_MSG_236;-
+HISTORY_MSG_237;B&W - CM
HISTORY_MSG_238;GF - Straal
HISTORY_MSG_239;GF - Sterkte
HISTORY_MSG_240;GF - Centrum
@@ -482,12 +494,12 @@ HISTORY_MSG_246;L*a*b* - CL curve
HISTORY_MSG_247;L*a*b* - LH curve
HISTORY_MSG_248;L*a*b* - HH curve
HISTORY_MSG_249;DC - Drempel
-HISTORY_MSG_250;RO - Verbeteren
HISTORY_MSG_251;ZW - Algoritme
HISTORY_MSG_252;DC - Huidtonen
HISTORY_MSG_253;DC - Verminder artefacten
HISTORY_MSG_254;DC - Huidtint
HISTORY_MSG_255;DC - Algoritme
+HISTORY_MSG_256;NR - Mediaan - Type
HISTORY_MSG_257;Kleurtint
HISTORY_MSG_258;KT - Kleur curve
HISTORY_MSG_259;KT - Dekking
@@ -504,8 +516,7 @@ HISTORY_MSG_269;KT - Hoog - Rood
HISTORY_MSG_270;KT - Hoog - Groen
HISTORY_MSG_271;KT - Hoog - Blauw
HISTORY_MSG_272;KT - Balans
-HISTORY_MSG_274;KT - Verz. Schaduwen
-HISTORY_MSG_275;KT - Verz. Hoge lichten
+HISTORY_MSG_273;CT - Kleurbalans SMH
HISTORY_MSG_276;KT - Dekking
HISTORY_MSG_277;--unused--
HISTORY_MSG_278;KT - Behoud luminantie
@@ -527,9 +538,9 @@ HISTORY_MSG_293;Film Simuleren
HISTORY_MSG_294;Film - Sterkte
HISTORY_MSG_295;Film - Film
HISTORY_MSG_296;RO - Luminantie curve
+HISTORY_MSG_297;NR - Modus
HISTORY_MSG_298;Dode pixels filter
HISTORY_MSG_299;RO - Chrominantie curve
-HISTORY_MSG_300;-
HISTORY_MSG_301;RO - Luma controle
HISTORY_MSG_302;RO - Chroma methode
HISTORY_MSG_303;RO - Chroma methode
@@ -621,6 +632,7 @@ HISTORY_MSG_388;W - Rest - KB groen midden
HISTORY_MSG_389;W - Rest - KB blauw midden
HISTORY_MSG_390;W - Rest - KB groen laag
HISTORY_MSG_391;W - Rest - KB blauw laag
+HISTORY_MSG_392;W - Overblijvend - Kleurbalans
HISTORY_MSG_393;DCP 'Look'tabel
HISTORY_MSG_394;DCP Basis belichting
HISTORY_MSG_395;DCP Basis tabel
@@ -637,7 +649,6 @@ HISTORY_MSG_405;W - RO - Niveau 4
HISTORY_MSG_406;W - RS - Naburige pixels
HISTORY_MSG_407;Retinex - Methode
HISTORY_MSG_408;Retinex - Naburig
-HISTORY_MSG_409;Retinex - Verbeteren
HISTORY_MSG_410;Retinex - Beginpunt
HISTORY_MSG_411;Retinex - Sterkte
HISTORY_MSG_412;Retinex - Gaussiaans Verloop
@@ -669,6 +680,7 @@ HISTORY_MSG_437;Retinex - M - Methode
HISTORY_MSG_438;Retinex - M - Mixer
HISTORY_MSG_439;Retinex - Verwerken
HISTORY_MSG_440;DC - Methode
+HISTORY_MSG_441;Retinex - Toename transmissie
HISTORY_MSG_442;Retinex - Schaal
HISTORY_MSG_443;Uivoer Zwartpunt Compensatie
HISTORY_MSG_444;WB - Temp afwijking
@@ -684,12 +696,131 @@ HISTORY_MSG_468;PV Vul holtes
HISTORY_MSG_469;PV Mediaann
HISTORY_MSG_471;PV Bewegingscorrectie
HISTORY_MSG_472;PV Zachte overgang
-HISTORY_MSG_473;PV Gebruik lmmse
HISTORY_MSG_474;PV Balans
+HISTORY_MSG_475;PS - Kanaalbalans
+HISTORY_MSG_476;CAM02 - Temp uit
+HISTORY_MSG_477;CAM02 - Groen uit
+HISTORY_MSG_478;CAM02 - Yb uit
+HISTORY_MSG_479;CAM02 - CAT02 aanpassing uit
+HISTORY_MSG_480;CAM02 - Automatische CAT02 uit
+HISTORY_MSG_481;CAM02 - Temp scène
+HISTORY_MSG_482;CAM02 - Groen scène
+HISTORY_MSG_483;CAM02 - Yb scène
+HISTORY_MSG_484;CAM02 - Auto Yb scène
+HISTORY_MSG_485;Lenscorrectie
+HISTORY_MSG_486;Lenscorrectie - Camera
+HISTORY_MSG_487;Lenscorrectie - Lens
+HISTORY_MSG_488;Compressie Dynamisch Bereik
+HISTORY_MSG_489;DRC - Detail
+HISTORY_MSG_490;DRC - Hoeveelheid
+HISTORY_MSG_491;Witbalans
+HISTORY_MSG_492;RGB Curven
+HISTORY_MSG_493;L*a*b* Adjustments
+HISTORY_MSG_494;verscherpen
+HISTORY_MSG_CLAMPOOG;Kleuren afkappen die buiten het gamma vallen
+HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Kleurcorrectie
+HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Kleurcorrectie
+HISTORY_MSG_COLORTONING_LABREGION_CHANNEL;CT - Kanaal
+HISTORY_MSG_COLORTONING_LABREGION_CHROMATICITYMASK;CT - gebied C masker
+HISTORY_MSG_COLORTONING_LABREGION_HUEMASK;CT - H masker
+HISTORY_MSG_COLORTONING_LABREGION_LIGHTNESS;CT - Licht
+HISTORY_MSG_COLORTONING_LABREGION_LIGHTNESSMASK;CT - L masker
+HISTORY_MSG_COLORTONING_LABREGION_LIST;CT - Lijst
+HISTORY_MSG_COLORTONING_LABREGION_MASKBLUR;CT - verzachtingsmasker gebied
+HISTORY_MSG_COLORTONING_LABREGION_OFFSET;CT - offset gebied
+HISTORY_MSG_COLORTONING_LABREGION_POWER;CT - sterkte gebied
+HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Verzadiging
+HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - toon gebiedsmasker
+HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - hellingsgebied
+HISTORY_MSG_DEHAZE_DEPTH;Nevelvermindering - Diepte
+HISTORY_MSG_DEHAZE_ENABLED;Nevelvermindering
+HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Nevelvermindering - Toon dieptemap
+HISTORY_MSG_DEHAZE_STRENGTH;Nevelvermindering - Sterkte
+HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual-demozaïek - auto-drempel
+HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual-demozaïek - Contrastdrempel
+HISTORY_MSG_FILMNEGATIVE_ENABLED;Filmnegatief
+HISTORY_MSG_FILMNEGATIVE_VALUES;Filmnegatief waarden
+HISTORY_MSG_HISTMATCHING;Auto-matched tooncurve
+HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Uitvoer - Primaries
+HISTORY_MSG_ICM_OUTPUT_TEMP;Uitvoer - ICC-v4 illuminant D
+HISTORY_MSG_ICM_OUTPUT_TYPE;Uitvoer - Type
+HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
+HISTORY_MSG_ICM_WORKING_SLOPE;Working - Helling
+HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC methode
+HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Hoeveelheid
+HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Donker
+HISTORY_MSG_LOCALCONTRAST_ENABLED;Lokaal Contrast
+HISTORY_MSG_LOCALCONTRAST_LIGHTNESS;Lokaal Contrast - Licht
+HISTORY_MSG_LOCALCONTRAST_RADIUS;Lokaal Contrast - Radius
+HISTORY_MSG_METADATA_MODE;Metadata kopieermodus
+HISTORY_MSG_MICROCONTRAST_CONTRAST;Microcontrast - Contrastdrempel
+HISTORY_MSG_PDSHARPEN_AUTO_CONTRAST;CS - Auto drempel
+HISTORY_MSG_PDSHARPEN_AUTO_RADIUS;CS - Auto radius
+HISTORY_MSG_PDSHARPEN_CHECKITER;CS - Auto limiet herhalingen
+HISTORY_MSG_PDSHARPEN_CONTRAST;CS - Contrastdrempel
+HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Herhalingen
+HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
+HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Toename hoekradius
+HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demozaïekmethode voor beweging
+HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;lijnruisfilter richting
+HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lijnfilter
+HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrastdrempel
+HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correctie - Herhalingen
+HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correctie - Vermijd kleurverschuiving
+HISTORY_MSG_RAW_BORDER;Raw rand
+HISTORY_MSG_RESIZE_ALLOWUPSCALING;Schalen - sta vergroting toe
+HISTORY_MSG_SHARPENING_BLUR;Verscherpen - Vervagingsradius
+HISTORY_MSG_SHARPENING_CONTRAST;Verscherpen - Contrastdrempel
+HISTORY_MSG_SH_COLORSPACE;S/H - Kleurruimte
+HISTORY_MSG_SOFTLIGHT_ENABLED;Zacht licht
+HISTORY_MSG_SOFTLIGHT_STRENGTH;Zacht licht - Sterkte
+HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anker
+HISTORY_MSG_TRANS_METHOD;Geometrie - Methode
HISTORY_NEWSNAPSHOT;Nieuw
HISTORY_NEWSNAPSHOT_TOOLTIP;Sneltoets: Alt-s
HISTORY_SNAPSHOT;Nieuw
HISTORY_SNAPSHOTS;Snapshots
+ICCPROFCREATOR_COPYRIGHT;Copyright:
+ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Zet terug naar standaard copyright, verleend aan "RawTherapee, CC0"
+ICCPROFCREATOR_CUSTOM;Handmatig
+ICCPROFCREATOR_DESCRIPTION;Beschriiving:
+ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Voeg gamma- en hellingwaarden toe aan de beschrijving
+ICCPROFCREATOR_DESCRIPTION_TOOLTIP;Laat leeg voor de standaard beschrijving.
+ICCPROFCREATOR_GAMMA;Gamma
+ICCPROFCREATOR_ICCVERSION;ICC versie:
+ICCPROFCREATOR_ILL;Illuminant:
+ICCPROFCREATOR_ILL_41;D41
+ICCPROFCREATOR_ILL_50;D50
+ICCPROFCREATOR_ILL_55;D55
+ICCPROFCREATOR_ILL_60;D60
+ICCPROFCREATOR_ILL_65;D65
+ICCPROFCREATOR_ILL_80;D80
+ICCPROFCREATOR_ILL_DEF;Standaard
+ICCPROFCREATOR_ILL_INC;StdA 2856K
+ICCPROFCREATOR_ILL_TOOLTIP;U kunt alleen de illuminant instellen voor ICC v4-profielen.
+ICCPROFCREATOR_PRIMARIES;Primaire kleuren:
+ICCPROFCREATOR_PRIM_ACESP0;ACES AP0
+ICCPROFCREATOR_PRIM_ACESP1;ACES AP1
+ICCPROFCREATOR_PRIM_ADOBE;Adobe RGB (1998)
+ICCPROFCREATOR_PRIM_BEST;BestRGB
+ICCPROFCREATOR_PRIM_BETA;BetaRGB
+ICCPROFCREATOR_PRIM_BLUX;Blauw X
+ICCPROFCREATOR_PRIM_BLUY;Blauw Y
+ICCPROFCREATOR_PRIM_BRUCE;BruceRGB
+ICCPROFCREATOR_PRIM_GREX;Groen X
+ICCPROFCREATOR_PRIM_GREY;Groen Y
+ICCPROFCREATOR_PRIM_PROPH;Prophoto
+ICCPROFCREATOR_PRIM_REC2020;Rec2020
+ICCPROFCREATOR_PRIM_REDX;Rood X
+ICCPROFCREATOR_PRIM_REDY;Rood Y
+ICCPROFCREATOR_PRIM_SRGB;sRGB
+ICCPROFCREATOR_PRIM_TOOLTIP;U kunt alleen aangepaste primaries voor ICC v4-profielen instellen.
+ICCPROFCREATOR_PRIM_WIDEG;Widegamut
+ICCPROFCREATOR_PROF_V2;ICC v2
+ICCPROFCREATOR_PROF_V4;ICC v4
+ICCPROFCREATOR_SAVEDIALOG_TITLE;Bewaar ICC profiel als...
+ICCPROFCREATOR_SLOPE;Helling
+ICCPROFCREATOR_TRC_PRESET;Toonresponscurve:
IPTCPANEL_CATEGORY;Categorie
IPTCPANEL_CATEGORYHINT;Het onderwerp van de afbeelding.
IPTCPANEL_CITY;Plaats
@@ -733,6 +864,7 @@ IPTCPANEL_TITLEHINT;De korte naam van de afbeelding. Dit kan de bestandsnaam zij
IPTCPANEL_TRANSREFERENCE;Referentienummer
IPTCPANEL_TRANSREFERENCEHINT;Het nummer dat wordt gebruikt voor de 'workflow control' of voor de tracking.
MAIN_BUTTON_FULLSCREEN;Volledig scherm
+MAIN_BUTTON_ICCPROFCREATOR;ICC Profielmaker
MAIN_BUTTON_NAVNEXT_TOOLTIP;Navigeer naar de volgende afbeelding relatief ten opzichte van de geopende afbeelding in de Editor\nSneltoets: Shift-F4\n\nNavigeer naar de volgende afbeelding relatief ten opzichte van de miniatuur geselecteerd in de Bestandsnavigator\nSneltoets: F4
MAIN_BUTTON_NAVPREV_TOOLTIP;Navigeer naar de vorige afbeelding relatief ten opzichte van de geopende afbeelding in de Editor\nSneltoets: Shift-F3 \n\nNavigeer naar de vorige afbeelding relatief ten opzichte van de miniatuur geselecteerd in de Bestandsnavigator\nSneltoets: F3
MAIN_BUTTON_NAVSYNC_TOOLTIP;Synchroniseer de Bestandsnavigator met de Editor om de miniatuur te tonen van de huidig geopende afbeelding, en verwijder de filters in de Bestandsnavigator \nSneltoets: x\n\nAls voorgaand, maar zonder het verwijderen van de filters in de Bestandsnavigator \nSneltoets: y\n(NB de miniatuur van de geopende afbeelding zal niet worden getoond indien gefilterd)
@@ -749,6 +881,7 @@ MAIN_FRAME_FILEBROWSER;Bestandsnavigator
MAIN_FRAME_FILEBROWSER_TOOLTIP; Bestandsnavigator.\nSneltoets: Ctrl-F2
MAIN_FRAME_PLACES;Locaties
MAIN_FRAME_PLACES_ADD;Nieuw
+MAIN_FRAME_PLACES_DEL;Verwijderen
MAIN_FRAME_QUEUE;Verwerkingsrij
MAIN_FRAME_QUEUE_TOOLTIP; Verwerkingsrij.\nSneltoets: Ctrl-F3
MAIN_FRAME_RECENT;Recente mappen
@@ -764,7 +897,10 @@ MAIN_MSG_OPERATIONCANCELLED;Opdracht afgebroken
MAIN_MSG_PATHDOESNTEXIST;Het pad\n\n%1\n\nbestaat niet. Zet een correct pad bij Voorkeuren.
MAIN_MSG_QOVERWRITE;Wilt u het bestand overschrijven?
MAIN_MSG_SETPATHFIRST;Specificeer eerst een doelmap in Voorkeuren \nom deze functionaliteit te kunnen gebruiken!
+MAIN_MSG_TOOMANYOPENEDITORS;Teveel open fotobewerkers.\nSluit er een om verder te kunnen.
MAIN_MSG_WRITEFAILED;Niet opgeslagen\n\n"%1"\n\nControleer of de map bestaat en dat u schrijfrechten heeft.
+MAIN_TAB_ADVANCED;Geavanceerd
+MAIN_TAB_ADVANCED_TOOLTIP;Sneltoets: Alt-a
MAIN_TAB_COLOR;Kleur
MAIN_TAB_COLOR_TOOLTIP;Sneltoets: Alt-c
MAIN_TAB_DETAIL;Detail
@@ -774,6 +910,8 @@ MAIN_TAB_EXIF;Exif
MAIN_TAB_EXPORT; Exporteren
MAIN_TAB_EXPOSURE;Belichting
MAIN_TAB_EXPOSURE_TOOLTIP;Sneltoets: Alt-e
+MAIN_TAB_FAVORITES;Favorieten
+MAIN_TAB_FAVORITES_TOOLTIP;Sneltoets: Alt-u
MAIN_TAB_FILTER;Filter
MAIN_TAB_INSPECT; Inspecteren
MAIN_TAB_IPTC;IPTC
@@ -786,6 +924,7 @@ MAIN_TAB_TRANSFORM_TOOLTIP;Sneltoets: Alt-t
MAIN_TOOLTIP_BACKCOLOR0;Achtergrond kleur van het voorbeeld: Thema-based\nSneltoets: 8
MAIN_TOOLTIP_BACKCOLOR1;Achtergrond kleur van het voorbeeld: Zwart\nSneltoets: 9
MAIN_TOOLTIP_BACKCOLOR2;Achtergrond kleur van het voorbeeld: Wit\nSneltoets: 0
+MAIN_TOOLTIP_BACKCOLOR3;Achtergrondkleur van het voorbeeld: middelgrijs\nSneltoets: 9
MAIN_TOOLTIP_BEFOREAFTERLOCK;Vergrendel / Ontgrendel de Voorafbeelding.\n\nVergrendel: hou de Voorafbeelding ongewijzigd.\nDit is handig om het cumulatieve effect van meerdere gereedschappen te beoordelen.\nBovendien kan er worden vergeleken met elke stap in de geschiedenislijst.\n\nOntgrendel: de Voorafbeelding volgt een stap achter de Naafbeelding en laat de afbeelding zien zonder het effect van het huidige gereedschap.
MAIN_TOOLTIP_HIDEHP;Toon/verberg linkerpaneel (geschiedenis).\nSneltoets: H
MAIN_TOOLTIP_INDCLIPPEDH;Overbelichtingsindicatie.\nSneltoets: >
@@ -795,6 +934,7 @@ MAIN_TOOLTIP_PREVIEWFOCUSMASK;Bekijk het Focus Masker.\nSneltoets: Shi
MAIN_TOOLTIP_PREVIEWG;Bekijk het Groene kanaal.\nSneltoets: g
MAIN_TOOLTIP_PREVIEWL;Bekijk de Luminositeit.\nSneltoets: v\n\n0.299*R + 0.587*G + 0.114*B
MAIN_TOOLTIP_PREVIEWR;Bekijk het Rode kanaal.\nSneltoets: r
+MAIN_TOOLTIP_PREVIEWSHARPMASK;Bekijk het scherptecontrastmasker.\nSneltoets: p\nWerkt alleen als verscherping is geactiveerd en het zoomniveau >= 100%.
MAIN_TOOLTIP_QINFO;Beknopte fotogegevens
MAIN_TOOLTIP_SHOWHIDELP1;Toon/verberg linkerpaneel.\nSneltoets: l
MAIN_TOOLTIP_SHOWHIDERP1;Toon/verberg rechterpaneel.\nSneltoets: Alt-l
@@ -814,6 +954,10 @@ NAVIGATOR_S;S:
NAVIGATOR_V;V:
NAVIGATOR_XY_FULL;Breedte: %1, Hoogte: %2
NAVIGATOR_XY_NA;x: --, y: --
+OPTIONS_BUNDLED_MISSING;Het gebundelde profiel "%1" werd niet gevonden!\n\nUw installatie kan beschadigd zijn.\n\nDaarom worden interne standaardwaarden gebruikt.
+OPTIONS_DEFIMG_MISSING;Het standaardprofiel voor niet-raw- foto's werd niet gevonden of is niet ingesteld.\n\nControleer de profielenmap, het kan ontbreken of beschadigd zijn.\n\n"%1" wordt daarom gebruikt.
+OPTIONS_DEFRAW_MISSING;Het standaardprofiel voor raw-foto's werd niet gevonden of is niet ingesteld.\n\nControleer de profielenmap, het kan ontbreken of beschadigd zijn.\n\n"%1" wordt daarom gebruikt.
+PARTIALPASTE_ADVANCEDGROUP;Geavanceerd
PARTIALPASTE_BASICGROUP;Basisinstellingen
PARTIALPASTE_CACORRECTION;C/A-correctie
PARTIALPASTE_CHANNELMIXER;Kleurkanaal mixer
@@ -828,6 +972,7 @@ PARTIALPASTE_CROP;Bijsnijden
PARTIALPASTE_DARKFRAMEAUTOSELECT;Donkerframe autom. selectie
PARTIALPASTE_DARKFRAMEFILE;Donkerframe-opname
PARTIALPASTE_DEFRINGE;Verzachten
+PARTIALPASTE_DEHAZE;Nevel verminderen
PARTIALPASTE_DETAILGROUP;Detailinstellingen
PARTIALPASTE_DIALOGLABEL;Profiel gedeeltelijk plakken...
PARTIALPASTE_DIRPYRDENOISE;Ruisonderdrukking
@@ -838,6 +983,7 @@ PARTIALPASTE_EQUALIZER;Wavelet Balans
PARTIALPASTE_EVERYTHING;Alles
PARTIALPASTE_EXIFCHANGES;Wijzig Exif-gegevens
PARTIALPASTE_EXPOSURE;Belichting
+PARTIALPASTE_FILMNEGATIVE;Film Negatief
PARTIALPASTE_FILMSIMULATION;Film Simuleren
PARTIALPASTE_FLATFIELDAUTOSELECT;Vlakveld autoselectie
PARTIALPASTE_FLATFIELDBLURRADIUS;Vlakveld verzachting straal
@@ -852,6 +998,8 @@ PARTIALPASTE_IPTCINFO;IPTC-informatie
PARTIALPASTE_LABCURVE;LAB-curve
PARTIALPASTE_LENSGROUP;Lensgerelateerde instellingen
PARTIALPASTE_LENSPROFILE;Lens correctie profiel
+PARTIALPASTE_LOCALCONTRAST;Lokaal contrast
+PARTIALPASTE_METADATA;Metadata modus
PARTIALPASTE_METAGROUP;Metadata
PARTIALPASTE_PCVIGNETTE;Vignettering Filter
PARTIALPASTE_PERSPECTIVE;Perspectief
@@ -859,12 +1007,15 @@ PARTIALPASTE_PREPROCESS_DEADPIXFILT;Dode pixels filter
PARTIALPASTE_PREPROCESS_GREENEQUIL;Groenbalans
PARTIALPASTE_PREPROCESS_HOTPIXFILT;Hete pixels filter
PARTIALPASTE_PREPROCESS_LINEDENOISE;Lijnruisfilter
+PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lijnfilter
PARTIALPASTE_PRSHARPENING;Verscherp na verkleinen
PARTIALPASTE_RAWCACORR_AUTO;Autom. C/A-correctie
+PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA vermijd kleurverschuiving
PARTIALPASTE_RAWCACORR_CAREDBLUE;CA rood & blauw
PARTIALPASTE_RAWEXPOS_BLACK;Zwartniveau
PARTIALPASTE_RAWEXPOS_LINEAR;Raw witpunt- lineaire corr. factor
PARTIALPASTE_RAWGROUP;Raw-instellingen
+PARTIALPASTE_RAW_BORDER;Raw rand
PARTIALPASTE_RAW_DCBENHANCE;Pas DCB-verbetering toe
PARTIALPASTE_RAW_DCBITERATIONS;aantal DCB-herhalingen
PARTIALPASTE_RAW_DMETHOD;Demozaïekmethode
@@ -880,27 +1031,53 @@ PARTIALPASTE_SHADOWSHIGHLIGHTS;Schaduwen/hoge lichten
PARTIALPASTE_SHARPENEDGE;Randen
PARTIALPASTE_SHARPENING;Verscherping
PARTIALPASTE_SHARPENMICRO;Microcontrast
+PARTIALPASTE_SOFTLIGHT;Zacht licht
+PARTIALPASTE_TM_FATTAL;Compressie dynamisch bereik
PARTIALPASTE_VIBRANCE;Levendigheid
PARTIALPASTE_VIGNETTING;Vignetteringscorrectie
PARTIALPASTE_WHITEBALANCE;Witbalans
PREFERENCES_ADD;Toevoegen
+PREFERENCES_APPEARANCE;Uiterlijk
+PREFERENCES_APPEARANCE_COLORPICKERFONT;Lettertype kleurenkiezer
+PREFERENCES_APPEARANCE_CROPMASKCOLOR;Kleur bijsnijdmasker
+PREFERENCES_APPEARANCE_MAINFONT;Standaard lettertype
PREFERENCES_APPEARANCE_NAVGUIDECOLOR;Navigator randkleur
+PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI modus
+PREFERENCES_APPEARANCE_THEME;Thema
PREFERENCES_APPLNEXTSTARTUP;herstart vereist
PREFERENCES_AUTOMONPROFILE;Gebruik automatisch het standaard monitorprofiel \nvan het besturingsysteem
+PREFERENCES_AUTOSAVE_TP_OPEN;Bewaar positie gereedschappen (open/dicht) bij afsluiten
PREFERENCES_BATCH_PROCESSING;Batch-verwerking
PREFERENCES_BEHADDALL;Alles op 'Toevoegen'
PREFERENCES_BEHADDALLHINT;Zet alle parameters in de Toevoegen mode.\nWijzigingen van parameters in de batch tool zijn deltas op de opgeslagen waarden.
PREFERENCES_BEHAVIOR;Gedrag
PREFERENCES_BEHSETALL;Alles op 'Activeer'
PREFERENCES_BEHSETALLHINT;Zet alle parameters in de Activeer mode.\nWijzigingen van parameters in de batch tool zijn absoluut. De actuele waarden worden gebruikt.
+PREFERENCES_CACHECLEAR;Wissen
+PREFERENCES_CACHECLEAR_ALL;Wis alle bestanden in de cache:
+PREFERENCES_CACHECLEAR_ALLBUTPROFILES;Wis alle bestanden in de cache behalve verwerkingsprofielen:
+PREFERENCES_CACHECLEAR_ONLYPROFILES;Wis alleen verwerkingsprofielen in de cache:
+PREFERENCES_CACHECLEAR_SAFETY;Alleen bestanden in de cache worden gewist. Verwerkingsprofielen van de oorspronkelijke afbeeldingen blijven ongemoeid.
PREFERENCES_CACHEMAXENTRIES;Maximaal aantal elementen in cache
PREFERENCES_CACHEOPTS;Cache-opties
PREFERENCES_CACHETHUMBHEIGHT;Maximale hoogte miniaturen
+PREFERENCES_CHUNKSIZES;Tegels per thread
+PREFERENCES_CHUNKSIZE_RAW_AMAZE;AMaZE demosaïek
+PREFERENCES_CHUNKSIZE_RAW_CA;Raw CA correctie
+PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaïek
+PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaïek
+PREFERENCES_CHUNKSIZE_RGB;RGB verwerking
PREFERENCES_CLIPPINGIND;Indicatie over-/onderbelichting
PREFERENCES_CLUTSCACHE;HaldCLUT cache
PREFERENCES_CLUTSCACHE_LABEL;Maximum aantal cached Cluts
PREFERENCES_CLUTSDIR;HaldCLUT map
PREFERENCES_CMMBPC;Zwartpunt Compensatie
+PREFERENCES_CROP;Uitsnijden
+PREFERENCES_CROP_AUTO_FIT;Automatisch zoomen tot de uitsnede
+PREFERENCES_CROP_GUIDES;Getoonde hulplijnen als uitsnede niet bewerkt wordt
+PREFERENCES_CROP_GUIDES_FRAME;Frame
+PREFERENCES_CROP_GUIDES_FULL;Origineel
+PREFERENCES_CROP_GUIDES_NONE;Geen
PREFERENCES_CURVEBBOXPOS;Positie copy/paste knoppen bij Curves
PREFERENCES_CURVEBBOXPOS_ABOVE;Boven
PREFERENCES_CURVEBBOXPOS_BELOW;Beneden
@@ -918,14 +1095,17 @@ PREFERENCES_DARKFRAMETEMPLATES;sjablonen
PREFERENCES_DATEFORMAT;Datumformaat
PREFERENCES_DATEFORMATHINT;U kunt de volgende formaten gebruiken:\n%y : jaar\n%m : maand\n%d : dag\n\nHet Nederlandse datumformaat is bijvoorbeeld:\n%d/%m/%y
PREFERENCES_DIRDARKFRAMES;Map met donkerframes
+PREFERENCES_DIRECTORIES;Mappen
PREFERENCES_DIRHOME;Standaardmap
PREFERENCES_DIRLAST;Laatst bezochte map
PREFERENCES_DIROTHER;Anders
PREFERENCES_DIRSELECTDLG;Selecteer standaardmap bij opstarten...
PREFERENCES_DIRSOFTWARE;Installatiemap
+PREFERENCES_EDITORCMDLINE;Aangepaste opdrachtregel
PREFERENCES_EDITORLAYOUT;Bewerkingsvenster
PREFERENCES_EXTERNALEDITOR;Externe editor
PREFERENCES_FBROWSEROPTS;Opties bestandsnavigator
+PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compacte gereedschapsbalken in bestandsnavigator
PREFERENCES_FLATFIELDFOUND;Gevonden
PREFERENCES_FLATFIELDSDIR;Vlakveldmap
PREFERENCES_FLATFIELDSHOTS;foto's
@@ -948,6 +1128,7 @@ PREFERENCES_INTENT_PERCEPTUAL;Waargenomen colorimetrie
PREFERENCES_INTENT_RELATIVE;Relatieve colorimetrie
PREFERENCES_INTENT_SATURATION;Verzadiging
PREFERENCES_INTERNALTHUMBIFUNTOUCHED;Toon interne JPEG-miniatuur indien onbewerkt
+PREFERENCES_LANG;Taal
PREFERENCES_LANGAUTODETECT;Gebruik taalinstellingen pc
PREFERENCES_MAXRECENTFOLDERS;Maximum aantal recente mappen
PREFERENCES_MENUGROUPEXTPROGS;Groepeer open met
@@ -973,6 +1154,10 @@ PREFERENCES_PARSEDEXTADDHINT;Typ nieuwe extensie en druk op knop om aan lijst to
PREFERENCES_PARSEDEXTDELHINT;Verwijder geselecteerde extensie(s) uit lijst
PREFERENCES_PARSEDEXTDOWNHINT;Verplaats extensie naar beneden
PREFERENCES_PARSEDEXTUPHINT;Verplaats extensie naar boven
+PREFERENCES_PERFORMANCE_MEASURE;Meting
+PREFERENCES_PERFORMANCE_MEASURE_HINT;Log verwerkingstijden in de console
+PREFERENCES_PERFORMANCE_THREADS;Threads
+PREFERENCES_PERFORMANCE_THREADS_LABEL;Maximaal aantal threads voor ruisvermindering and Wavelet Niveaus (0 = Automatisch)
PREFERENCES_PREVDEMO;Voorbeeld Demozaïekmethode
PREFERENCES_PREVDEMO_FAST;Snel
PREFERENCES_PREVDEMO_LABEL;Demozaïekmethode van het voorbeeld bij <100% zoom:
@@ -982,8 +1167,10 @@ PREFERENCES_PROFILEHANDLING;Verwerking profielen
PREFERENCES_PROFILELOADPR;Laadprioriteit profielen
PREFERENCES_PROFILEPRCACHE;Profiel in cache
PREFERENCES_PROFILEPRFILE;Profiel bij RAW-bestand
+PREFERENCES_PROFILESAVEBOTH;Bewaar verwerkingsprofielen zowel in de cache als naast het invoerbestand
PREFERENCES_PROFILESAVECACHE;Bewaar profiel in cache
PREFERENCES_PROFILESAVEINPUT;Bewaar profiel bij RAW-bestand
+PREFERENCES_PROFILESAVELOCATION;Opslaglocatie profielen
PREFERENCES_PROFILE_NONE;Geen
PREFERENCES_PROPERTY;Eigenschap
PREFERENCES_PRTINTENT;Grafische weergave
@@ -991,6 +1178,7 @@ PREFERENCES_PRTPROFILE;Kleurprofiel
PREFERENCES_PSPATH;Installatiemap Adobe Photoshop
PREFERENCES_REMEMBERZOOMPAN;Onthoud zoom % en pan startpunt
PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Onthoud het zoom % en pan startpunt van de huidige afbeelding als er een nieuwe afbeelding wordt geopend.\n\nDeze optie werkt alleen in "Single Editor Tab Mode" en wanneer "Demozaïekmethode van het voorbeeld <100% zoom" hetzelfde is als "Gelijk aan PP3".
+PREFERENCES_SAVE_TP_OPEN_NOW;Bewaar open/dicht-status van de gereedschappen nu
PREFERENCES_SELECTLANG;Selecteer taal
PREFERENCES_SERIALIZE_TIFF_READ;TIFF Lees Instellingen
PREFERENCES_SERIALIZE_TIFF_READ_LABEL;Serieel lezen van TIFF bestanden
@@ -1013,7 +1201,12 @@ PREFERENCES_TAB_COLORMGR;Kleurbeheer
PREFERENCES_TAB_DYNAMICPROFILE;Dynamisch Profielregel
PREFERENCES_TAB_GENERAL;Algemeen
PREFERENCES_TAB_IMPROC;Beeldverwerking
+PREFERENCES_TAB_PERFORMANCE;Performantie
PREFERENCES_TAB_SOUND;Geluiden
+PREFERENCES_THUMBNAIL_INSPECTOR_JPEG;Ingesloten JPEG voorbeeld
+PREFERENCES_THUMBNAIL_INSPECTOR_MODE;Te tonen foto
+PREFERENCES_THUMBNAIL_INSPECTOR_RAW;Neutrale raw rendering
+PREFERENCES_THUMBNAIL_INSPECTOR_RAW_IF_NO_JPEG_FULLSIZE;Ingesloten JPEG indien vol formaat, anders neutrale raw
PREFERENCES_TP_LABEL;Gereedschapspaneel:
PREFERENCES_TP_VSCROLLBAR;Verberg de schuifbalk van het gereedschapspaneel
PREFERENCES_USEBUNDLEDPROFILES;Gebruik gebundelde profielen
@@ -1023,7 +1216,7 @@ PROFILEPANEL_GLOBALPROFILES;Gebundelde profielen
PROFILEPANEL_LABEL;Profielen
PROFILEPANEL_LOADDLGLABEL;Kies profiel...
PROFILEPANEL_LOADPPASTE;Te laden parameters
-PROFILEPANEL_MODE_TIP;Profiel aanvullen.\n\nKnop ingedrukt: gedeeltelijke profielen worden omgezet naar volledige profielen. De ontbrekende waarden worden vervangen door hard-coded defaults.\n\nKnop neutraal: profielen worden toegepast zo als ze zijn, alleen de aanwezige waarden worden gewijzigd.
+PROFILEPANEL_MODE_TOOLTIP;Profiel aanvullen.\n\nKnop ingedrukt: gedeeltelijke profielen worden omgezet naar volledige profielen. De ontbrekende waarden worden vervangen door hard-coded defaults.\n\nKnop neutraal: profielen worden toegepast zo als ze zijn, alleen de aanwezige waarden worden gewijzigd.
PROFILEPANEL_MYPROFILES;Mijn profielen
PROFILEPANEL_PASTEPPASTE;Te plakken parameters
PROFILEPANEL_PCUSTOM;Handmatig
@@ -1037,6 +1230,11 @@ PROFILEPANEL_TOOLTIPCOPY;Kopieer huidig profiel naar klembord
PROFILEPANEL_TOOLTIPLOAD;Laad profiel uit bestand
PROFILEPANEL_TOOLTIPPASTE; Plak profiel van klembord
PROFILEPANEL_TOOLTIPSAVE;Bewaar huidig profiel.\nCtrl-click voor het selecteren van de instellingen voor opslaan.
+PROGRESSBAR_DECODING;Decoderen...
+PROGRESSBAR_GREENEQUIL;Groen blancering...
+PROGRESSBAR_HLREC;Reconstructie hoge lichten...
+PROGRESSBAR_HOTDEADPIXELFILTER;Hot/dead pixel filter...
+PROGRESSBAR_LINEDENOISE;Lijnruis filter...
PROGRESSBAR_LOADING;Afbeelding laden...
PROGRESSBAR_LOADINGTHUMBS;Miniaturen laden...
PROGRESSBAR_LOADJPEG;Laden JPEG-bestand...
@@ -1045,14 +1243,18 @@ PROGRESSBAR_LOADTIFF;Laden TIFF-bestand...
PROGRESSBAR_NOIMAGES;Geen afbeeldingen
PROGRESSBAR_PROCESSING;Foto verwerken...
PROGRESSBAR_PROCESSING_PROFILESAVED;Uitvoeren 'Profiel opslaan'
+PROGRESSBAR_RAWCACORR;Raw CA correctie...
PROGRESSBAR_READY;Gereed
PROGRESSBAR_SAVEJPEG;Opslaan JPEG-bestand...
PROGRESSBAR_SAVEPNG;Opslaan PNG-bestand...
PROGRESSBAR_SAVETIFF;Opslaan TIFF-bestand...
PROGRESSBAR_SNAPSHOT_ADDED;Snapshot toegevoegd
PROGRESSDLG_PROFILECHANGEDINBROWSER;Profiel veranderd in bestandsnavigator
+QINFO_FRAMECOUNT;%2 frames
+QINFO_HDR;HDR / %2 frame(s)
QINFO_ISO;ISO
QINFO_NOEXIF;Exif-gegevens niet beschikbaar.
+QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
QUEUE_AUTOSTART;Autostart
QUEUE_AUTOSTART_TOOLTIP;Start verwerking automatisch wanneer nieuwe foto arriveert
QUEUE_DESTFILENAME;Pad en bestandsnaam
@@ -1060,8 +1262,19 @@ QUEUE_FORMAT_TITLE;Bestandstype
QUEUE_LOCATION_FOLDER;Sla op in map
QUEUE_LOCATION_TEMPLATE;Gebruik sjabloon
QUEUE_LOCATION_TEMPLATE_TOOLTIP;U kunt de volgende formaten gebruiken:\n%f, %d1, %d2, ..., %p1, %p2, ..., %r\n\nDeze formaten hebben betrekking op de mappen, submappen en atributen van het RAW-bestand.\n\nAls bijvoorbeeld /home/tom/image/02-09-2006/dsc0012.nef is geopend, hebben deze formaten de volgende betekenis:\n%f=dsc0012, %d1=02-09-2006, %d2=foto, ...\n%p1=/home/tom/image/02-09-2006, %p2=/home/tom/image, p3=/home/tom, ...\n\n%r wordt vervangen door de rank van de foto. Als de foto geen rank heeft, wordt %r vervangen door '0'. Als de foto in de prullenbak zit zal %r worden vervangen door 'x'.\n\nWanneer de geconverteerde RAW-foto in dezelfde map moet komen als het origineel, schrijf dan:\n%p1/%f\n\nIndien u de geconverteerde RAW-foto in een map genaamd 'geconverteerd' wilt plaatsen die een submap is van de oorspronkelijke locatie, schrijft u:\n%p1/geconverteerd/%f\n\nWilt u het geconverteerde RAW-bestand bewaren in map '/home/tom/geconverteerd' met behoud van dezelfde submap met datums, schrijf dan:\n%p2/geconverteerd/%d1/%f
+QUEUE_LOCATION_TITLE;Uitvoerlocatie
+QUEUE_STARTSTOP_TOOLTIP;;Start of stop de verwerking van foto's in de rij.\n\nSneltoets: Ctrl+s
+SAMPLEFORMAT_0;onbekend data formaat
+SAMPLEFORMAT_1;8-bit unsigned
+SAMPLEFORMAT_2;16-bit unsigned
+SAMPLEFORMAT_4;24-bit LogLuv
+SAMPLEFORMAT_8;32-bit LogLuv
+SAMPLEFORMAT_16;16-bit drijvendekomma
+SAMPLEFORMAT_32;24-bit drijvendekomma
+SAMPLEFORMAT_64;32-bit drijvendekomma
SAVEDLG_AUTOSUFFIX;Voeg automatisch ophogend nummer (-1, -2..) toe als bestand al bestaat
SAVEDLG_FILEFORMAT;Bestandstype
+SAVEDLG_FILEFORMAT_FLOAT; drijvendekomma
SAVEDLG_FORCEFORMATOPTS;Forceer opties voor opslaan
SAVEDLG_JPEGQUAL;JPEG-kwaliteit
SAVEDLG_PUTTOQUEUE;Plaats in verwerkingsrij
@@ -1077,6 +1290,8 @@ SAVEDLG_SUBSAMP_TOOLTIP;Beste Compressie:\nJ:a:b 4:2:0\nh/v 2/2\nChroma gehalvee
SAVEDLG_TIFFUNCOMPRESSED;Geen compressie
SAVEDLG_WARNFILENAME;Bestandsnaam wordt
SHCSELECTOR_TOOLTIP;Klik op de rechtermuisknop om\nde 3 knoppen te verschuiven
+SOFTPROOF_GAMUTCHECK_TOOLTIP;Markeer pixels waarvan de kleuren buiten het kleurgamma vallen, relatief aan:\n- het printerprofiel, indien opgegeven en soft-proofing is ingeschakeld,\n- het uitvoerprofiel, indien geen printerprofiel is gekozen en soft-proofing is ingeschakeld,\n- het beeldschermprofiel, indien soft-proofing is uitgeschakeld.
+SOFTPROOF_TOOLTIP;Soft-proofing simuleert hoe een foto wordt getoond:\n- als deze wordt afgedrukt, indien een printerprofiel is opgegeven in Voorkeuren > Kleurbeheer,\n- als de foto getoond wordt op een beeldscherm dat het huidige uitvoerprofiel gebruikt en een printerprofiel niet is opgegeven.
THRESHOLDSELECTOR_B;Onderkant
THRESHOLDSELECTOR_BL;Onderkant-links
THRESHOLDSELECTOR_BR;Onderkant-rechts
@@ -1120,6 +1335,8 @@ TP_BWMIX_MET;Methode
TP_BWMIX_MET_CHANMIX;Kanaalmixer
TP_BWMIX_MET_DESAT;Desatureren
TP_BWMIX_MET_LUMEQUAL;Luminantie Balans
+TP_BWMIX_MIXC;Kanaal Mixer
+TP_BWMIX_NEUTRAL;Terugzetten
TP_BWMIX_RGBLABEL;R: %1%% G: %2%% B: %3%% Totaal: %4%%
TP_BWMIX_RGBLABEL_HINT;RGB omrekeningsfactoren. Hierin zijn alle gekozen opties vewerkt.\nTotaal toont de som van de uit te voeren RGB factoren:\n- dit is altijd 100% in relatieve mode\n- hoger (lichter) of lager (donkerder) dan 100% in absolute mode.
TP_BWMIX_RGB_TOOLTIP;Mix de RGB kanalen. Gebruik Voorinstellingen voor aanwijzingen.\nNegatieve waarden kunnen artefacten of onregelmatigheden veroorzaken.
@@ -1160,6 +1377,7 @@ TP_COARSETRAF_TOOLTIP_HFLIP;Horizontaal spiegelen
TP_COARSETRAF_TOOLTIP_ROTLEFT;Rotate left.\n\nSneltoets:\n[ - Multi-tab Mode,\nAlt-[ - Enkel-tab Mode.
TP_COARSETRAF_TOOLTIP_ROTRIGHT;Rotate right.\n\nSneltoets:\n] - Multi-tab Mode,\nAlt-] - Enkel-tab Mode.
TP_COARSETRAF_TOOLTIP_VFLIP;Verticaal spiegelen
+TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminantie
TP_COLORAPP_ALGO;Algoritme
TP_COLORAPP_ALGO_ALL;Alle
TP_COLORAPP_ALGO_JC;Lichtheid + Chroma (JC)
@@ -1170,6 +1388,7 @@ TP_COLORAPP_BADPIXSL;Hete/dode pixel filter
TP_COLORAPP_BADPIXSL_TOOLTIP;Onderdruk hete/dode (sterk gekleurde) pixels.\n 0=geen effect 1=mediaan 2=gaussian.\n\nDeze artefacten zijn het gevolg van de beperkingen van CIECAM02. Het alternatief is het aanpassen van de afbeelding om zeer donkere schaduwen te voorkomen.
TP_COLORAPP_BRIGHT;Helderheid (Q)
TP_COLORAPP_BRIGHT_TOOLTIP;Helderheid in CIECAM02 is verschillend van Lab en RGB, hou rekening met de luminositeit van wit
+TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;Bij manuele aanpassing worden waardon boven 65 aanbevolen.
TP_COLORAPP_CHROMA;Chroma (C)
TP_COLORAPP_CHROMA_M;Kleurrijkheid (M)
TP_COLORAPP_CHROMA_M_TOOLTIP;Kleurrijkheid in CIECAM02 is verschillend van Lab en RGB
@@ -1189,8 +1408,8 @@ TP_COLORAPP_CURVEEDITOR3;Chroma curve
TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Wijzigt ofwel chroma, verzadiging of kleurrijkheid.\n Het Histogram toont chromaticiteit (Lab) voor CIECAM wijzigingen.\nHet Histogram toont C,s,M na toepassing van CIECAM indien het selectievakje 'Toon CIECAM uitvoer' is aangezet.\n(C,s,M) worden niet getoond in het Hoofd histogram paneel. \nRaadpleeg het Histogram paneel voor de definitieve uitvoer
TP_COLORAPP_DATACIE;CIECAM02 uitvoer histogram in de curven
TP_COLORAPP_DATACIE_TOOLTIP;Indien aangezet, tonen de histogrammen van de CIECAM02 curven bij benadering de waarden/reeksen voor J of Q, en C, s of M na de CIECAM02 aanpassingen.\nDit beïnvloed niet het hoofd histogram paneel.\n\nIndien uitgezet tonen de histogrammen van de CIECAM02 curven de Lab waarden zoals deze waren voor de CIECAM02 aanpassingen
+TP_COLORAPP_FREE;Vrije temp+groen + CAT02 + [uitvoer]
TP_COLORAPP_GAMUT;Gamut controle (Lab)
-TP_COLORAPP_GAMUT_TOOLTIP;Sta gamut controle toe in Lab mode
TP_COLORAPP_HUE;Tint (h)
TP_COLORAPP_HUE_TOOLTIP;Tint (h) - hoek tussen 0° en 360°
TP_COLORAPP_LABEL;CIE Color Appearance Model 2002
@@ -1199,8 +1418,11 @@ TP_COLORAPP_LABEL_SCENE;Opnameomstandigheden
TP_COLORAPP_LABEL_VIEWING;Weergaveomstandigheden
TP_COLORAPP_LIGHT;Lichtheid (J)
TP_COLORAPP_LIGHT_TOOLTIP;Lichtheid in CIECAM02 verschilt van Lab en RGB lichtheid
+TP_COLORAPP_MEANLUMINANCE;Gemiddelde luminantie (Yb%)
TP_COLORAPP_MODEL;Witpunt Model
TP_COLORAPP_MODEL_TOOLTIP;WB [RT] + [uitvoer]:\nRT's WB wordt gebruikt voor de opname, CIECAM02 wordt gezet op D50. Het uitvoerapparaat's wit gebruikt de instelling van Voorkeuren > Kleurbeheer\n\nWB [RT+CAT02] + [output]:\nRT's WB instellingen worden gebruikt door CAT02 en het uitvoerapparaat's wit gebruikt de waarde van de Voorkeuren.
+TP_COLORAPP_NEUTRAL;Terugzetten
+TP_COLORAPP_NEUTRAL_TOOLTIP;Zet alle regelaars, vinkjes en curves terug naar hun standaardwaarde
TP_COLORAPP_RSTPRO;Rode en Huidtinten bescherming
TP_COLORAPP_RSTPRO_TOOLTIP;Rode en Huidtinten bescherming (schuifbalk en curven)
TP_COLORAPP_SURROUND;Omgeving
@@ -1217,6 +1439,7 @@ TP_COLORAPP_TCMODE_LABEL2;Curve modus 2
TP_COLORAPP_TCMODE_LABEL3;Curve chroma modus
TP_COLORAPP_TCMODE_LIGHTNESS;lichtheid
TP_COLORAPP_TCMODE_SATUR;Verzadiging
+TP_COLORAPP_TEMP_TOOLTIP;Zet altijd Tint=1 om een lichtbron te selecteren.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
TP_COLORAPP_TONECIE;Tonemapping gebruik makend van CIECAM
TP_COLORAPP_TONECIE_TOOLTIP;Indien uitgezet zal tonemapping plaats vinden in Lab.\nIndien aangezet zal tonemapping gebruik maken van CIECAM02.\nVoorwaarde is dat Tonemapping (Lab/CIECAM02) actief is.
TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;Absolute luminantie van de weergaveomgeving \n(gebruikelijk 16cd/m²)
@@ -1233,6 +1456,27 @@ TP_COLORTONING_HIGHLIGHT;Hoge lichten
TP_COLORTONING_HUE;Kleurtint
TP_COLORTONING_LAB;L*a*b* menging
TP_COLORTONING_LABEL;Kleurtinten
+TP_COLORTONING_LABGRID;L*a*b* kleurcorrectie raster
+TP_COLORTONING_LABGRID_VALUES;HL: a=%1 b=%2\nS: a=%3 b=%4
+TP_COLORTONING_LABREGIONS;Kleurcorrectie gebieden
+TP_COLORTONING_LABREGION_ABVALUES;a=%1 b=%2
+TP_COLORTONING_LABREGION_CHANNEL;Kanaal
+TP_COLORTONING_LABREGION_CHANNEL_ALL;Alle
+TP_COLORTONING_LABREGION_CHANNEL_B;Blauw
+TP_COLORTONING_LABREGION_CHANNEL_G;Groen
+TP_COLORTONING_LABREGION_CHANNEL_R;Rood
+TP_COLORTONING_LABREGION_CHROMATICITYMASK;C
+TP_COLORTONING_LABREGION_HUEMASK;H
+TP_COLORTONING_LABREGION_LIGHTNESS;Helderheid(L)
+TP_COLORTONING_LABREGION_LIGHTNESSMASK;L
+TP_COLORTONING_LABREGION_LIST_TITLE;Correctie
+TP_COLORTONING_LABREGION_MASK;Masker
+TP_COLORTONING_LABREGION_MASKBLUR;Verzachtingsmasker
+TP_COLORTONING_LABREGION_OFFSET;Offset
+TP_COLORTONING_LABREGION_POWER;Kracht
+TP_COLORTONING_LABREGION_SATURATION;Verzadiging
+TP_COLORTONING_LABREGION_SHOWMASK;Toon masker
+TP_COLORTONING_LABREGION_SLOPE;Helling
TP_COLORTONING_LUMA;Luminantie
TP_COLORTONING_LUMAMODE;Behoud luminantie
TP_COLORTONING_LUMAMODE_TOOLTIP;Wanneer de kleur wijzigt (rood, groen, cyaan, blauw, etc.) blijft de luminatie van elke pixel behouden.
@@ -1240,7 +1484,7 @@ TP_COLORTONING_METHOD;Methode
TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* menging", "RGB schuifbalk" en "RGB curven" gebruiken interpolatie kleurmenging.\n"Kleurbalans" (Schaduwen/Midden tonen/Hoge lichten) en "Verzadigen 2 kleuren" gebruiken directe kleuren.\nAlle methodes werken ook op Zwart-Wit.
TP_COLORTONING_MIDTONES;Midden tonen
TP_COLORTONING_NEUTRAL;Terug naar beginstand
-TP_COLORTONING_NEUTRAL_TIP;Zet alle waarden (Schaduwen, Midden tonen, Hoge lichten) terug naar default.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Zet alle waarden (Schaduwen, Midden tonen, Hoge lichten) terug naar default.
TP_COLORTONING_OPACITY;Dekking
TP_COLORTONING_RGBCURVES;RGB - Curven
TP_COLORTONING_RGBSLIDERS;RGB - Schuifbalken
@@ -1271,6 +1515,9 @@ TP_CROP_GTTRIANGLE2;Gouden Driehoek 2
TP_CROP_GUIDETYPE;Hulplijnen:
TP_CROP_H;Hoogte
TP_CROP_LABEL;Bijsnijden
+TP_CROP_PPI;PPI
+TP_CROP_RESETCROP;Terugzetten
+TP_CROP_SELECTCROP;Selecteer
TP_CROP_W;Breedte
TP_CROP_X;X
TP_CROP_Y;Y
@@ -1279,10 +1526,15 @@ TP_DARKFRAME_LABEL;Donkerframe
TP_DEFRINGE_LABEL;Verzachten (Lab/CIECAM02)
TP_DEFRINGE_RADIUS;Straal
TP_DEFRINGE_THRESHOLD;Drempel
+TP_DEHAZE_DEPTH;Diepte
+TP_DEHAZE_LABEL;Nevel vermindering
+TP_DEHAZE_SHOW_DEPTH_MAP;Toon de dieptemap
+TP_DEHAZE_STRENGTH;Sterkte
TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zone
TP_DIRPYRDENOISE_CHROMINANCE_AUTOGLOBAL;Automatisch algemeen
TP_DIRPYRDENOISE_CHROMINANCE_BLUEYELLOW;Chrominantie Blauw & Geel
TP_DIRPYRDENOISE_CHROMINANCE_CURVE;Chrominantie curve
+TP_DIRPYRDENOISE_CHROMINANCE_CURVE_TOOLTIP;Verhoog (vermenigvuldig) de waarde van alle chrominantie regelaars.\nDeze curve regelt de sterkte van de chromatische ruisvermindering als een functie van de chromaticiteit, om bijvoorbeeld het effect te vergroten in gebieden met lage verzadiging en te verminderen in deze met lage verzadiging.
TP_DIRPYRDENOISE_CHROMINANCE_FRAME;Chrominantie
TP_DIRPYRDENOISE_CHROMINANCE_MANUAL;Handmatig
TP_DIRPYRDENOISE_CHROMINANCE_MASTER;Chrominantie (master)
@@ -1297,6 +1549,7 @@ TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW_NOISEINFO;Voorbeeld ruis: Gemiddeld=%1 Hoo
TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW_NOISEINFO_EMPTY;Voorbeeld ruis: Gemiddeld= - Hoog= -
TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW_TILEINFO;Tegel grootte=%1, Centrum: Tx=%2 Ty=%3
TP_DIRPYRDENOISE_CHROMINANCE_REDGREEN;Chrominantie Rood & Groen
+TP_DIRPYRDENOISE_LABEL;Ruisvermindering
TP_DIRPYRDENOISE_LUMINANCE_CONTROL;Type gereedschap
TP_DIRPYRDENOISE_LUMINANCE_CURVE;Luminantie curve
TP_DIRPYRDENOISE_LUMINANCE_DETAIL;Luminantie Detail
@@ -1346,7 +1599,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;Bij -100 huidtinten worden gewijzigd.\nBij 0 all
TP_DIRPYREQUALIZER_THRESHOLD;Drempel
TP_DIRPYREQUALIZER_TOOLTIP;Probeert artefacten te verminderen die het gevolg zijn van kleurverschuiving van de huidtinten(hue, chroma, luma) en de rest van de afbeelding
TP_DISTORTION_AMOUNT;Hoeveelheid
-TP_DISTORTION_AUTO_TIP;Corrigeert automatisch lens afwijkingen in raw afbeeldingen op basis van de ingebedde JPEG indien deze is gecorrigeerd door de camera.
+TP_DISTORTION_AUTO_TOOLTIP;Corrigeert automatisch lens afwijkingen in raw afbeeldingen op basis van de ingebedde JPEG indien deze is gecorrigeerd door de camera.
TP_DISTORTION_LABEL;Corrigeer lensvervorming
TP_EPD_EDGESTOPPING;Randen
TP_EPD_GAMMA;Gamma
@@ -1355,11 +1608,12 @@ TP_EPD_REWEIGHTINGITERATES;Herhaling
TP_EPD_SCALE;Schaal
TP_EPD_STRENGTH;Sterkte
TP_EXPOSURE_AUTOLEVELS;Autom. niveaus
-TP_EXPOSURE_AUTOLEVELS_TIP;Activeer automatische niveaus\nActiveer Herstel Hoge lichten indien nodig.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Activeer automatische niveaus\nActiveer Herstel Hoge lichten indien nodig.
TP_EXPOSURE_BLACKLEVEL;Schaduwen
TP_EXPOSURE_BRIGHTNESS;Helderheid
+TP_EXPOSURE_CLAMPOOG;Knip kleuren die buiten het gamma vallen
TP_EXPOSURE_CLIP;Clip %
-TP_EXPOSURE_CLIP_TIP;Het deel van de pixels dat moet worden hersteld bij gebruik van automatische niveaus.
+TP_EXPOSURE_CLIP_TOOLTIP;Het deel van de pixels dat moet worden hersteld bij gebruik van automatische niveaus.
TP_EXPOSURE_COMPRHIGHLIGHTS;Hoge lichten Comprimeren
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Drempel Hoge lichten Comprimeren
TP_EXPOSURE_COMPRSHADOWS;Schaduwcompressie
@@ -1369,6 +1623,8 @@ TP_EXPOSURE_CURVEEDITOR1;Toon curve 1
TP_EXPOSURE_CURVEEDITOR2;Toon curve 2
TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Raadpleeg de volgende paragraaf van de handleiding om te leren hoe U het beste resultaat kunt boeken bij het werken met dubbele curven:\n The Toolbox > Exposure Tab > Exposure Panel > Tone Curve
TP_EXPOSURE_EXPCOMP;Belichtingscompensatie
+TP_EXPOSURE_HISTMATCHING;Automatische Tooncurve
+TP_EXPOSURE_HISTMATCHING_TOOLTIP;Pas automatisch de curves en schuifregelaars aan (behalve belichtingscompensatie) om overeen te komen met de ingesloten JPEG miniatuur.
TP_EXPOSURE_LABEL;Belichting
TP_EXPOSURE_SATURATION;Verzadiging
TP_EXPOSURE_TCMODE_FILMLIKE;Film-achtig
@@ -1381,6 +1637,12 @@ TP_EXPOSURE_TCMODE_STANDARD;Standaard
TP_EXPOSURE_TCMODE_WEIGHTEDSTD;Gewogen Standaard
TP_EXPOS_BLACKPOINT_LABEL;Raw Zwartpunten
TP_EXPOS_WHITEPOINT_LABEL;Raw Witpunten
+TP_FILMNEGATIVE_BLUE;Blauw verhouding
+TP_FILMNEGATIVE_GREEN;Referentie exponent (contrast)
+TP_FILMNEGATIVE_GUESS_TOOLTIP;Zet automatisch de rood/groen verhouding door 2 gebieden te kiezen met een neutrale tint (geen kleur) in het origineel. De gebieden moeten verschillen in helderheid. Zet de witbalans nadien.
+TP_FILMNEGATIVE_LABEL;Film Negatief
+TP_FILMNEGATIVE_PICK;Kies neutrale punten
+TP_FILMNEGATIVE_RED;Rood verhouding
TP_FILMSIMULATION_LABEL;Film Simuleren
TP_FILMSIMULATION_SLOWPARSEDIR;Map met Hald CLUT afbeeldingen. Deze worden gebruikt voor Film Simuleren.\nGa naar Voorkeuren > Beeldverwerking > Film Simuleren\nDe aanbeveling is om een map te gebruiken die alleen Hald CLUT afbeeldingen bevat.\n\nLees het Film Simuleren artikel in RawPedia voor meer informatie.\n\nWilt u de scan afbreken?
TP_FILMSIMULATION_STRENGTH;Sterkte
@@ -1453,6 +1715,12 @@ TP_ICM_SAVEREFERENCE_TOOLTIP;Sla de lineaire TIFF afbeelding op voordat het invo
TP_ICM_TONECURVE;Gebruik DCP's toon curve
TP_ICM_TONECURVE_TOOLTIP;Gebruik de ingebedde DCP toon curve. De instelling is alleen actief als de geselecteerd DCP een toon curve heeft.
TP_ICM_WORKINGPROFILE;Werkprofiel
+TP_ICM_WORKING_TRC;Tooncurve:
+TP_ICM_WORKING_TRC_CUSTOM;Gebruiker gedefinieerd
+TP_ICM_WORKING_TRC_GAMMA;Gamma
+TP_ICM_WORKING_TRC_NONE;Geen
+TP_ICM_WORKING_TRC_SLOPE;Helling
+TP_ICM_WORKING_TRC_TOOLTIP;Enkel voor ingebouwde profielen.
TP_IMPULSEDENOISE_LABEL;Spot-ruisonderdrukking
TP_IMPULSEDENOISE_THRESH;Drempel
TP_LABCURVE_AVOIDCOLORSHIFT;Vermijd kleurverschuiving
@@ -1489,15 +1757,35 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminantie volgens hue L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminantie volgens luminantie L=f(L)
TP_LABCURVE_LABEL;Lab
TP_LABCURVE_LCREDSK;Beperkt LC tot Rode en Huidtinten
-TP_LABCURVE_LCREDSK_TIP;Indien ingeschakeld, beïnvloed de LC Curve alleen rode en huidtinten\nIndien uitgeschakeld, is het van toepassing op all tinten
+TP_LABCURVE_LCREDSK_TOOLTIP;Indien ingeschakeld, beïnvloed de LC Curve alleen rode en huidtinten\nIndien uitgeschakeld, is het van toepassing op all tinten
TP_LABCURVE_RSTPROTECTION;Rode en huidtinten Bescherming
TP_LABCURVE_RSTPRO_TOOLTIP;Kan worden gebruikt met de chromaticiteits schuifbalk en de CC curve.
TP_LENSGEOM_AUTOCROP;Automatisch bijsnijden
TP_LENSGEOM_FILL;Automatisch uitvullen
TP_LENSGEOM_LABEL;Objectief / Geometrie
+TP_LENSGEOM_LIN;Lineair
+TP_LENSGEOM_LOG;Logarithmisch
+TP_LENSPROFILE_CORRECTION_AUTOMATCH;Automatische selectie
+TP_LENSPROFILE_CORRECTION_LCPFILE;LCP bestand
+TP_LENSPROFILE_CORRECTION_MANUAL;Manuele selectie
TP_LENSPROFILE_LABEL;Lenscorrectie Profielen
+TP_LENSPROFILE_LENS_WARNING;Waarschuwing: de gebruikte lens profiel crop factor komt niet overeen met de camera crop factor, de resultaten kunnen verkeerd zijn.
+TP_LENSPROFILE_MODE_HEADER;Lens Profiel
+TP_LENSPROFILE_USE_CA;Chromatische afwijking
+TP_LENSPROFILE_USE_GEOMETRIC;Geometrische vervorming
+TP_LENSPROFILE_USE_HEADER;Lenscorrecties
+TP_LENSPROFILE_USE_VIGNETTING;Vignettering
+TP_LOCALCONTRAST_AMOUNT;Hoeveelheid
+TP_LOCALCONTRAST_DARKNESS;Donker niveau
+TP_LOCALCONTRAST_LABEL;Lokaal Contrast
+TP_LOCALCONTRAST_LIGHTNESS;helderheidsniveau
+TP_LOCALCONTRAST_RADIUS;Straal
+TP_METADATA_EDIT;Pas wijzigingen toe
+TP_METADATA_MODE;Metadata kopieermodus
+TP_METADATA_STRIP;Strip alle metadata
+TP_METADATA_TUNNEL;Kopieer ongewijzigd
TP_NEUTRAL;Terugzetten
-TP_NEUTRAL_TIP;Alle belichtingsinstellingen naar 0
+TP_NEUTRAL_TOOLTIP;Alle belichtingsinstellingen naar 0
TP_PCVIGNETTE_FEATHER;Straal
TP_PCVIGNETTE_FEATHER_TOOLTIP;Straal: \n0=alleen hoeken \n50=halverwege tot het centrum \n100=tot aan het centrum
TP_PCVIGNETTE_LABEL;Vignettering Filter
@@ -1505,6 +1793,7 @@ TP_PCVIGNETTE_ROUNDNESS;Vorm
TP_PCVIGNETTE_ROUNDNESS_TOOLTIP;Vorm: \n0=rechthoek \n50=ellips \n100=circel
TP_PCVIGNETTE_STRENGTH;Sterkte
TP_PCVIGNETTE_STRENGTH_TOOLTIP;Filtersterkte in stops (volledig in de hoeken).
+TP_PDSHARPENING_LABEL;Verscherpen
TP_PERSPECTIVE_HORIZONTAL;Horizontaal
TP_PERSPECTIVE_LABEL;Perspectief
TP_PERSPECTIVE_VERTICAL;Verticaal
@@ -1517,10 +1806,19 @@ TP_PREPROCESS_HOTPIXFILT;Hete pixels filter
TP_PREPROCESS_HOTPIXFILT_TOOLTIP;Onderdrukt hete pixels.
TP_PREPROCESS_LABEL;Voorbewerking
TP_PREPROCESS_LINEDENOISE;Lijnruisfilter
+TP_PREPROCESS_LINEDENOISE_DIRECTION;Richting
+TP_PREPROCESS_LINEDENOISE_DIRECTION_BOTH;Beide
+TP_PREPROCESS_LINEDENOISE_DIRECTION_HORIZONTAL;Horizontaal
+TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;Horizontaal enkel op PDAF-rijen
+TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Verticaal
TP_PREPROCESS_NO_FOUND;Niet gevonden
+TP_PREPROCESS_PDAFLINESFILTER;PDAF lijnfilter
TP_PRSHARPENING_LABEL;Verscherp na verkleinen
TP_PRSHARPENING_TOOLTIP;Verscherp na verkleinen. Werkt alleen als verkleinen actief is en Verkleinen methode 'Lanczos' is. Omdat 'verkleinen' geen effect heeft op het voorbeeld, heeft 'post verkleinen verscherping' ook geen effect op het voorbeeld.
TP_RAWCACORR_AUTO;Automatische CA-correctie
+TP_RAWCACORR_AUTOIT;Herhalingen
+TP_RAWCACORR_AUTOIT_TOOLTIP;Deze schuif is alleen actief als Automatische CA-correctie is aangevinkt.\nAuto-correctie werkt conservatief en corrigeert meestal niet alle chromatische aberratie.\nOm de resterende CA te corrigeren, kunt u dit proces tot vijf keer herhalen.\nElke herhaling vermindert de CA van de vorige herhaling, maar gaat wel ten koste van extra rekentijd.
+TP_RAWCACORR_AVOIDCOLORSHIFT;Vermijd kleurverschuiving
TP_RAWCACORR_CABLUE;Blauw
TP_RAWCACORR_CARED;Rood
TP_RAWCACORR_LABEL;Corrigeer chromatische aberratie
@@ -1535,16 +1833,24 @@ TP_RAWEXPOS_LINEAR;Witpunt Correctie
TP_RAWEXPOS_RGB;Rood, Groen, Blauw
TP_RAWEXPOS_TWOGREEN;Koppel Groen 1 en 2
TP_RAW_1PASSMEDIUM;1 keer (Gemiddeld)
+TP_RAW_2PASS;1-pass+snel
TP_RAW_3PASSBEST;3 keer (Beste)
+TP_RAW_4PASS;3-pass+snel
TP_RAW_AHD;AHD
TP_RAW_AMAZE;AMaZE
+TP_RAW_AMAZEVNG4;AMaZE+VNG4
+TP_RAW_BORDER;Rand
TP_RAW_DCB;DCB
TP_RAW_DCBENHANCE;DCB Verbetering
TP_RAW_DCBITERATIONS;Aantal DCB-herhalingen
+TP_RAW_DCBVNG4;DCB+VNG4
TP_RAW_DMETHOD;Methode
TP_RAW_DMETHOD_PROGRESSBAR;%1 Demozaïeken...
TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demozaïek verfijning...
TP_RAW_DMETHOD_TOOLTIP;IGV en LMMSE zijn speciaal bedoeld voor hoge ISO afbeeldingen
+TP_RAW_DUALDEMOSAICAUTOCONTRAST;Auto drempel
+TP_RAW_DUALDEMOSAICAUTOCONTRAST_TOOLTIP;Als checkbox is aangevinkt (aanbevolen), berekent RT een optimale waarde gebaseerd op vlakke gebieden in de foto.\nIndien die niet gevonden worden of de foto bevat veel ruis, wordt de waarde op 0 gezet.\nOm de waarde handmatig in te voeren moet u eerst de checkbox uitvinken (redelijke waarden zijn afhankelijk van het soort foto).
+TP_RAW_DUALDEMOSAICCONTRAST;Contrast drempel
TP_RAW_EAHD;EAHD
TP_RAW_FALSECOLOR;Stapgrootte kleurfoutonderdrukking
TP_RAW_FAST;Snel
@@ -1553,6 +1859,8 @@ TP_RAW_HD_TOOLTIP;Lagere waarden maken Hete/Dode pixel detectie agressiever, maa
TP_RAW_HPHD;HPHD
TP_RAW_IGV;IGV
TP_RAW_IMAGENUM;Sub-afbeelding
+TP_RAW_IMAGENUM_SN;SN modus
+TP_RAW_IMAGENUM_TOOLTIP;Sommige raw bestanden bestaan uit verschillende sub-afbeeldingen (Pentax/Sony Pixel Shift, Pentax 3-in-1 HDR, Canon Dual Pixel, Fuji EXR).\n\Als een andere demozaïek methode dan Pixel Shift gebruikt wordt, selecteert dit de gebruikte sub-afbeelding.\n\nBij gebruik van de Pixel Shift demozaïek methode op een Pixel Shift raw, worden alle sub-afbeeldingen gebruikt, and dit selecteert de subafbeeldijg die gebruikt wordt voor bewegende moving gebieden.
TP_RAW_LABEL;Demozaïekproces
TP_RAW_LMMSE;LMMSE
TP_RAW_LMMSEITERATIONS;LMMSE Verbetering Stappen
@@ -1561,7 +1869,12 @@ TP_RAW_MONO;Mono
TP_RAW_NONE;Geen (Toont sensor patroon)
TP_RAW_PIXELSHIFT;Pixel Verschuiven
TP_RAW_PIXELSHIFTBLUR;Vervaag bewegingsmasker
+TP_RAW_PIXELSHIFTDMETHOD;Demozaïek voor beweging
+TP_RAW_PIXELSHIFTEPERISO;Gevoeligheid
+TP_RAW_PIXELSHIFTEPERISO_TOOLTIP;De standaardwaarde 0 werkt goed voor lage ISO-waarden.\nHogere waarden vergroten de gevoeligheid van bewegingsdetectie.\nWijzig in kleine stappen en controleer het bewegingsmasker.\nVerhoog gevoeligheid voor onderbelichte foto's of foto's met hoge ISO-waarden.
TP_RAW_PIXELSHIFTEQUALBRIGHT;Balanseer de helderheid van de frames
+TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL;Balanceer per kanaal
+TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL_TOOLTIP;Ingeschakeld: Balanceer elk RGB kanaal afzonderlijk.\nUitgeschakeld: Balanceer alle kanalen evenveel.
TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Balanseer de helderheid van de frames t.o.v. de helderheid van het geslecteerde frame.\nAls er overbelichte gebieden zijn in de frames, selecteer dan het helderste frame om een magenta kleurzweem te vermijden of selecteer bewegingsorrectie.
TP_RAW_PIXELSHIFTGREEN;Controleer groene kanaal voor beweging
TP_RAW_PIXELSHIFTHOLEFILL;Vul holtes in verschuivingsmasker
@@ -1577,14 +1890,20 @@ TP_RAW_PIXELSHIFTNONGREENCROSS;Controleer rood/blauw kanaal voor beweging
TP_RAW_PIXELSHIFTSHOWMOTION;Toon beweging
TP_RAW_PIXELSHIFTSHOWMOTIONMASKONLY;Toon alleen masker
TP_RAW_PIXELSHIFTSHOWMOTIONMASKONLY_TOOLTIP;Toont het bewegingsmasker zonder de afbeelding
+TP_RAW_PIXELSHIFTSHOWMOTION_TOOLTIP;Toont de foto met een groen masker dat de bewegingsgebieden toont.
TP_RAW_PIXELSHIFTSIGMA;Vervagen straal
TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;De standaard straal van 1.0 is goed voor normale ISO. Verhoog de waarde voor hogere ISO.\n5.0 is een goed startpunt voor hoge ISO afbeeldingen.\nControleer het bewegingsmasker bij het veranderen van de waarde.
TP_RAW_PIXELSHIFTSMOOTH;Zachte overgang
TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Zachte overgang tussen gebieden met en zonder beweging.\nKies 0 om Zachte overgang uit te zetten\nKies 1 voor Amaze/lmmse of Mediaan
+TP_RAW_RCD;RCD
+TP_RAW_RCDVNG4;RCD+VNG4
TP_RAW_SENSOR_BAYER_LABEL;Sensor met Bayer matrix
TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass geeft het beste resultaat (aanbevolen voor lage ISO afbeeldingen)\n1-pass geeft hetzelfde resultaat als 3-pass voor hoge ISO afbeeldingen en is sneller.
TP_RAW_SENSOR_XTRANS_LABEL;Sensor met X-Trans matrix
TP_RAW_VNG4;VNG4
+TP_RAW_XTRANS;X-Trans
+TP_RAW_XTRANSFAST;Snelle X-Trans
+TP_RESIZE_ALLOW_UPSCALING;Sta opschalen toe
TP_RESIZE_APPLIESTO;Toepassen op:
TP_RESIZE_CROPPEDAREA;Uitsnede
TP_RESIZE_FITBOX;Breedte en hoogte
@@ -1602,6 +1921,7 @@ TP_RESIZE_WIDTH;Breedte
TP_RETINEX_CONTEDIT_HSL;Histogram balans HSL
TP_RETINEX_CONTEDIT_LAB;Histogram balans L*a*b*
TP_RETINEX_CONTEDIT_LH;Tint balans
+TP_RETINEX_CONTEDIT_MAP;Equalizer
TP_RETINEX_CURVEEDITOR_CD;L=f(L)
TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminantie volgens luminantie L=f(L)\nCorrigeert ruwe data om halo's and artefacte te verminderen.
TP_RETINEX_CURVEEDITOR_LH;Sterkte=f(H)
@@ -1611,6 +1931,9 @@ TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;Deze curve kan zowel alleen worden gebruikt o
TP_RETINEX_EQUAL;Mixer
TP_RETINEX_FREEGAMMA;Vrij gamma
TP_RETINEX_GAIN;Verbeteren
+TP_RETINEX_GAINOFFS;Versterking en Offset (helderheid)
+TP_RETINEX_GAINTRANSMISSION;Transmissie versterking
+TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Versterk of verzwak de transmssiemap om de gewenste luminantie te bekomen.\nThe x-as is the transmissie.\nThe y-as is the versterking.
TP_RETINEX_GAMMA;Gamma
TP_RETINEX_GAMMA_FREE;Vrij
TP_RETINEX_GAMMA_HIGH;Hoog
@@ -1635,6 +1958,7 @@ TP_RETINEX_LABEL;Retinex
TP_RETINEX_LABEL_MASK;Masker
TP_RETINEX_LABSPACE;L*a*b*
TP_RETINEX_LOW;Laag
+TP_RETINEX_MAP;Methode
TP_RETINEX_MAP_GAUS;Gaussiaans masker
TP_RETINEX_MAP_MAPP;Verscherp masker (wavelet gedeeltelijk)
TP_RETINEX_MAP_MAPT;Verscherp masker (wavelet totaal)
@@ -1647,7 +1971,7 @@ TP_RETINEX_MLABEL;Teruggeplaatst sluier-vrij Min=%1 Max=%2
TP_RETINEX_MLABEL_TOOLTIP;Zou min=0 en max=32768 moeten benaderen\nTeruggeplaatste afbeelding zonder mixture.
TP_RETINEX_NEIGHBOR;Naburige pixels
TP_RETINEX_NEUTRAL;Beginwaarde
-TP_RETINEX_NEUTRAL_TIP;Zet alles terug naar de beginwaarde.
+TP_RETINEX_NEUTRAL_TOOLTIP;Zet alles terug naar de beginwaarde.
TP_RETINEX_OFFSET;Beginpunt
TP_RETINEX_SCALES;Gaussiaans verloop
TP_RETINEX_SCALES_TOOLTIP;Indien schuifbalk=0: alle herhalingen zijn gelijk.\nIndien > 0 Schaal en straal worden verkleind als herhaling toeneemt, en omgekeerd.
@@ -1683,7 +2007,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Graden
TP_ROTATE_LABEL;Roteren
TP_ROTATE_SELECTLINE;Bepaal rechte lijn
-TP_SAVEDIALOG_OK_TIP;Sneltoets: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Sneltoets: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Hoge lichten
TP_SHADOWSHLIGHTS_HLTONALW;Toonomvang
TP_SHADOWSHLIGHTS_LABEL;Schaduwen/hoge lichten
@@ -1695,14 +2019,18 @@ TP_SHARPENEDGE_LABEL;Randen
TP_SHARPENEDGE_PASSES;Herhaling
TP_SHARPENEDGE_THREE;Alleen luminantie
TP_SHARPENING_AMOUNT;Hoeveelheid
+TP_SHARPENING_BLUR;Vervagen straal
+TP_SHARPENING_CONTRAST;Contrast drempel
TP_SHARPENING_EDRADIUS;Straal
TP_SHARPENING_EDTOLERANCE;Randtolerantie
TP_SHARPENING_HALOCONTROL;Halocontrole
TP_SHARPENING_HCAMOUNT;Hoeveelheid
+TP_SHARPENING_ITERCHECK;Automatische limiet herhalingen
TP_SHARPENING_LABEL;Verscherpen (Lab/CIECAM02)
TP_SHARPENING_METHOD;Methode
TP_SHARPENING_ONLYEDGES;Alleen randen verscherpen
TP_SHARPENING_RADIUS;Straal
+TP_SHARPENING_RADIUS_BOOST;Straalvergroting
TP_SHARPENING_RLD;RL-verscherping
TP_SHARPENING_RLD_AMOUNT;Hoeveelheid
TP_SHARPENING_RLD_DAMPING;Demping
@@ -1710,9 +2038,16 @@ TP_SHARPENING_RLD_ITERATIONS;Herhaling
TP_SHARPENING_THRESHOLD;Drempel
TP_SHARPENING_USM;Onscherpmasker
TP_SHARPENMICRO_AMOUNT;Hoeveelheid
+TP_SHARPENMICRO_CONTRAST;Contrast drempel
TP_SHARPENMICRO_LABEL;Microcontrast (Lab/CIECAM02)
TP_SHARPENMICRO_MATRIX;3×3-matrix ipv. 5×5
TP_SHARPENMICRO_UNIFORMITY;Uniformiteit
+TP_SOFTLIGHT_LABEL;Zacht licht
+TP_SOFTLIGHT_STRENGTH;Sterkte
+TP_TM_FATTAL_AMOUNT;Hoeveelheid
+TP_TM_FATTAL_ANCHOR;Anker
+TP_TM_FATTAL_LABEL;Dynamisch bereik compressie
+TP_TM_FATTAL_THRESHOLD;Detail
TP_VIBRANCE_AVOIDCOLORSHIFT;Vermijd kleurverschuiving
TP_VIBRANCE_CURVEEDITOR_SKINTONES;HH
TP_VIBRANCE_CURVEEDITOR_SKINTONES_LABEL;Huidtinten
@@ -1761,6 +2096,7 @@ TP_WAVELET_BANONE;Geen
TP_WAVELET_BASLI;Schuifbalk
TP_WAVELET_BATYPE;Balans methode
TP_WAVELET_CBENAB;Kleurtint en kleurbalans
+TP_WAVELET_CB_TOOLTIP;Voor hoge waarden: kleurcorrectie door al of niet te combineren met niveau decompositie 'toning'\nVoor lage waarden de witbalans van de achtergrond (hemel, ...) wijzigen zonder die van de voorgrond, meestal meer contrastrijk
TP_WAVELET_CCURVE;Lokaal contrast
TP_WAVELET_CH1;Alle chroma's
TP_WAVELET_CH2;Pastel - Verzadigd
@@ -1896,7 +2232,6 @@ TP_WAVELET_TILES;Tegel grootte (* 128)
TP_WAVELET_TILESBIG;Grote Tegels
TP_WAVELET_TILESFULL;Volldige afbeelding
TP_WAVELET_TILESIZE;Tegel grootte
-TP_WAVELET_TILESLIT;Kleine Tegels
TP_WAVELET_TILES_TOOLTIP;De optie 'Volledige afbeelding' geeft een betere kwaliteit en is de aanbevolen keuze. Selecteer Tegels als er onvoldoende geheugen beschikbaar is. Raadpleeg RawPedia voor geheugen aanbevelingen.
TP_WAVELET_TMSTRENGTH;Compressie sterkte
TP_WAVELET_TMSTRENGTH_TOOLTIP;Bepaalt de sterkte van tonemapping of contrast compressie. Als de waarde anders is dan 0, dan worden de Sterkte en Gamma schuifbalken van Tonemapping in de Belichtings tab inactief.
@@ -1936,6 +2271,7 @@ TP_WBALANCE_LED_CRS;CRS SP12 WWMR16
TP_WBALANCE_LED_HEADER;LED
TP_WBALANCE_LED_LSI;LSI Lumelex 2040
TP_WBALANCE_METHOD;Methode
+TP_WBALANCE_PICKER;Kies
TP_WBALANCE_SHADE;Schaduw
TP_WBALANCE_SIZE;Grootte:
TP_WBALANCE_SOLUX35;Solux 3500K
@@ -1962,367 +2298,1795 @@ ZOOMPANEL_ZOOMOUT;Zoom uit\nSneltoets: -
! Untranslated keys follow; remove the ! prefix after an entry is translated.
!!!!!!!!!!!!!!!!!!!!!!!!!
-ADJUSTER_RESET_TO_DEFAULT;Klik - terug naar standaardwaarde.\nCtrl+klik - terug naar laatst opgeslagen waarde.
-CURVEEDITOR_CATMULLROM;Flexibel
-DONT_SHOW_AGAIN;Dit bericht niet meer tonen
-DYNPROFILEEDITOR_IMGTYPE_ANY;Alles
-DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
-DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
-DYNPROFILEEDITOR_IMGTYPE_STD;Standaard
-EXIFFILTER_IMAGETYPE;Type afbeelding
-EXIFPANEL_SHOWALL;Toon alles
-FILEBROWSER_BROWSEPATHBUTTONHINT;Klik om de opgegeven map te laden, en het zoekfilter opnieuw toe te passen.
-FILEBROWSER_CACHECLEARFROMFULL;Wis alles inclusief opgeslagen profielen
-FILEBROWSER_CACHECLEARFROMPARTIAL;Wis alles behalve opgeslagen profielen
-FILEBROWSER_DELETEDIALOG_ALL;Alle %1 bestanden in de prullenbak definitief verwijderen?
-FILEBROWSER_DELETEDIALOG_SELECTED;Geselecteerde %1 bestanden definitief verwijderen?
-FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Geselecteerde %1 bestanden inclusief een versie die door de verwerkingsrij is gemaakt verwijderen?
-FILEBROWSER_EMPTYTRASHHINT;Alle bestanden in de prullenbak permanent verwijderen
-FILEBROWSER_POPUPREMOVE;Permanent verwijderen
-FILEBROWSER_POPUPREMOVEINCLPROC;Verwijder definitief, inclusief met uitvoer in de verwerkingsrij
-FILEBROWSER_SHOWNOTTRASHHINT;Toon alleen niet-verwijderde afbeeldingen.
-GENERAL_CURRENT;Huidig
-GENERAL_HELP;Help
-GENERAL_RESET;Terugzetten
-GENERAL_SAVE_AS;Bewaren als...
-GENERAL_SLIDER;Schuifregelaar
-GIMP_PLUGIN_INFO;Welkom bij de RawTherapee GIMP plug-in!\nAls uw bewerking gereed is, sluit dan het hoofdvenster van RawTherapee en uw afbeelding wordt automatisch in GIMP geladen.
-HISTOGRAM_TOOLTIP_MODE;Wissel tussen lineair, log-lineair and log-log schalen van het histogram.
-HISTORY_MSG_173;NR - Detailbehoud
-HISTORY_MSG_203;NR - Kleurruimte
-HISTORY_MSG_235;B&W - CM - Auto
-HISTORY_MSG_237;B&W - CM
-HISTORY_MSG_256;NR - Mediaan - Type
-HISTORY_MSG_273;CT - Kleurbalans SMH
-HISTORY_MSG_297;NR - Modus
-HISTORY_MSG_392;W - Overblijvend - Kleurbalans
-HISTORY_MSG_441;Retinex - Toename transmissie
-HISTORY_MSG_475;PS - Kanaalbalans
-HISTORY_MSG_476;CAM02 - Temp uit
-HISTORY_MSG_477;CAM02 - Groen uit
-HISTORY_MSG_478;CAM02 - Yb uit
-HISTORY_MSG_479;CAM02 - CAT02 aanpassing uit
-HISTORY_MSG_480;CAM02 - Automatische CAT02 uit
-HISTORY_MSG_481;CAM02 - Temp scène
-HISTORY_MSG_482;CAM02 - Groen scène
-HISTORY_MSG_483;CAM02 - Yb scène
-HISTORY_MSG_484;CAM02 - Auto Yb scène
-HISTORY_MSG_485;Lenscorrectie
-HISTORY_MSG_486;Lenscorrectie - Camera
-HISTORY_MSG_487;Lenscorrectie - Lens
-HISTORY_MSG_488;Compressie Dynamisch Bereik
-HISTORY_MSG_489;DRC - Detail
-HISTORY_MSG_490;DRC - Hoeveelheid
-HISTORY_MSG_491;Witbalans
-HISTORY_MSG_492;RGB Curven
-HISTORY_MSG_493;L*a*b* Adjustments
-HISTORY_MSG_494;verscherpen
-HISTORY_MSG_CLAMPOOG;Kleuren afkappen die buiten het gamma vallen
-HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Kleurcorrectie
-HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Kleurcorrectie
-HISTORY_MSG_COLORTONING_LABREGION_CHANNEL;CT - Kanaal
-HISTORY_MSG_COLORTONING_LABREGION_CHROMATICITYMASK;CT - gebied C masker
-HISTORY_MSG_COLORTONING_LABREGION_HUEMASK;CT - H masker
-HISTORY_MSG_COLORTONING_LABREGION_LIGHTNESS;CT - Licht
-HISTORY_MSG_COLORTONING_LABREGION_LIGHTNESSMASK;CT - L masker
-HISTORY_MSG_COLORTONING_LABREGION_LIST;CT - Lijst
-HISTORY_MSG_COLORTONING_LABREGION_MASKBLUR;CT - verzachtingsmasker gebied
-HISTORY_MSG_COLORTONING_LABREGION_OFFSET;CT - offset gebied
-HISTORY_MSG_COLORTONING_LABREGION_POWER;CT - sterkte gebied
-HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Verzadiging
-HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - toon gebiedsmasker
-HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - hellingsgebied
-HISTORY_MSG_DEHAZE_DEPTH;Nevelvermindering - Diepte
-HISTORY_MSG_DEHAZE_ENABLED;Nevelvermindering
-HISTORY_MSG_DEHAZE_LUMINANCE;Nevelvermindering - Alleen Luminantie
-HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Nevelvermindering - Toon dieptemap
-HISTORY_MSG_DEHAZE_STRENGTH;Nevelvermindering - Sterkte
-HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual-demozaïek - auto-drempel
-HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual-demozaïek - Contrastdrempel
-HISTORY_MSG_FILMNEGATIVE_ENABLED;Filmnegatief
-HISTORY_MSG_FILMNEGATIVE_VALUES;Filmnegatief waarden
-HISTORY_MSG_HISTMATCHING;Auto-matched tooncurve
-HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Uitvoer - Primaries
-HISTORY_MSG_ICM_OUTPUT_TEMP;Uitvoer - ICC-v4 illuminant D
-HISTORY_MSG_ICM_OUTPUT_TYPE;Uitvoer - Type
-HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-HISTORY_MSG_ICM_WORKING_SLOPE;Working - Helling
-HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC methode
-HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Hoeveelheid
-HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Donker
-HISTORY_MSG_LOCALCONTRAST_ENABLED;Lokaal Contrast
-HISTORY_MSG_LOCALCONTRAST_LIGHTNESS;Lokaal Contrast - Licht
-HISTORY_MSG_LOCALCONTRAST_RADIUS;Lokaal Contrast - Radius
-HISTORY_MSG_METADATA_MODE;Metadata kopieermodus
-HISTORY_MSG_MICROCONTRAST_CONTRAST;Microcontrast - Contrastdrempel
-HISTORY_MSG_PDSHARPEN_AUTO_CONTRAST;CS - Auto drempel
-HISTORY_MSG_PDSHARPEN_AUTO_RADIUS;CS - Auto radius
-HISTORY_MSG_PDSHARPEN_CHECKITER;CS - Auto limiet herhalingen
-HISTORY_MSG_PDSHARPEN_CONTRAST;CS - Contrastdrempel
-HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Herhalingen
-HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
-HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Toename hoekradius
-HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demozaïekmethode voor beweging
-HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;lijnruisfilter richting
-HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lijnfilter
-HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrastdrempel
-HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correctie - Herhalingen
-HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correctie - Vermijd kleurverschuiving
-HISTORY_MSG_RAW_BORDER;Raw rand
-HISTORY_MSG_RESIZE_ALLOWUPSCALING;Schalen - sta vergroting toe
-HISTORY_MSG_SHARPENING_BLUR;Verscherpen - Vervagingsradius
-HISTORY_MSG_SHARPENING_CONTRAST;Verscherpen - Contrastdrempel
-HISTORY_MSG_SH_COLORSPACE;S/H - Kleurruimte
-HISTORY_MSG_SOFTLIGHT_ENABLED;Zacht licht
-HISTORY_MSG_SOFTLIGHT_STRENGTH;Zacht licht - Sterkte
-HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anker
-HISTORY_MSG_TRANS_METHOD;Geometrie - Methode
-ICCPROFCREATOR_COPYRIGHT;Copyright:
-ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Zet terug naar standaard copyright, verleend aan "RawTherapee, CC0"
-ICCPROFCREATOR_CUSTOM;Handmatig
-ICCPROFCREATOR_DESCRIPTION;Beschriiving:
-ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Voeg gamma- en hellingwaarden toe aan de beschrijving
-ICCPROFCREATOR_DESCRIPTION_TOOLTIP;Laat leeg voor de standaard beschrijving.
-ICCPROFCREATOR_GAMMA;Gamma
-ICCPROFCREATOR_ICCVERSION;ICC versie:
-ICCPROFCREATOR_ILL;Illuminant:
-ICCPROFCREATOR_ILL_41;D41
-ICCPROFCREATOR_ILL_50;D50
-ICCPROFCREATOR_ILL_55;D55
-ICCPROFCREATOR_ILL_60;D60
-ICCPROFCREATOR_ILL_65;D65
-ICCPROFCREATOR_ILL_80;D80
-ICCPROFCREATOR_ILL_DEF;Standaard
-ICCPROFCREATOR_ILL_INC;StdA 2856K
-ICCPROFCREATOR_ILL_TOOLTIP;U kunt alleen de illuminant instellen voor ICC v4-profielen.
-ICCPROFCREATOR_PRIMARIES;Primaire kleuren:
-ICCPROFCREATOR_PRIM_ACESP0;ACES AP0
-ICCPROFCREATOR_PRIM_ACESP1;ACES AP1
-ICCPROFCREATOR_PRIM_ADOBE;Adobe RGB (1998)
-ICCPROFCREATOR_PRIM_BEST;BestRGB
-ICCPROFCREATOR_PRIM_BETA;BetaRGB
-ICCPROFCREATOR_PRIM_BLUX;Blauw X
-ICCPROFCREATOR_PRIM_BLUY;Blauw Y
-ICCPROFCREATOR_PRIM_BRUCE;BruceRGB
-ICCPROFCREATOR_PRIM_GREX;Groen X
-ICCPROFCREATOR_PRIM_GREY;Groen Y
-ICCPROFCREATOR_PRIM_PROPH;Prophoto
-ICCPROFCREATOR_PRIM_REC2020;Rec2020
-ICCPROFCREATOR_PRIM_REDX;Rood X
-ICCPROFCREATOR_PRIM_REDY;Rood Y
-ICCPROFCREATOR_PRIM_SRGB;sRGB
-ICCPROFCREATOR_PRIM_TOOLTIP;U kunt alleen aangepaste primaries voor ICC v4-profielen instellen.
-ICCPROFCREATOR_PRIM_WIDEG;Widegamut
-ICCPROFCREATOR_PROF_V2;ICC v2
-ICCPROFCREATOR_PROF_V4;ICC v4
-ICCPROFCREATOR_SAVEDIALOG_TITLE;Bewaar ICC profiel als...
-ICCPROFCREATOR_SLOPE;Helling
-ICCPROFCREATOR_TRC_PRESET;Toonresponscurve:
-MAIN_BUTTON_ICCPROFCREATOR;ICC Profielmaker
-MAIN_FRAME_PLACES_DEL;Verwijderen
-MAIN_MSG_TOOMANYOPENEDITORS;Teveel open fotobewerkers.\nSluit er een om verder te kunnen.
-MAIN_TAB_ADVANCED;Geavanceerd
-MAIN_TAB_ADVANCED_TOOLTIP;Sneltoets: Alt-a
-MAIN_TAB_FAVORITES;Favorieten
-MAIN_TAB_FAVORITES_TOOLTIP;Sneltoets: Alt-u
-MAIN_TOOLTIP_BACKCOLOR3;Achtergrondkleur van het voorbeeld: middelgrijs\nSneltoets: 9
-MAIN_TOOLTIP_PREVIEWSHARPMASK;Bekijk het scherptecontrastmasker.\nSneltoets: p\nWerkt alleen als verscherping is geactiveerd en het zoomniveau >= 100%.
-OPTIONS_BUNDLED_MISSING;Het gebundelde profiel "%1" werd niet gevonden!\n\nUw installatie kan beschadigd zijn.\n\nDaarom worden interne standaardwaarden gebruikt.
-OPTIONS_DEFIMG_MISSING;Het standaardprofiel voor niet-raw- foto's werd niet gevonden of is niet ingesteld.\n\nControleer de profielenmap, het kan ontbreken of beschadigd zijn.\n\n"%1" wordt daarom gebruikt.
-OPTIONS_DEFRAW_MISSING;Het standaardprofiel voor raw-foto's werd niet gevonden of is niet ingesteld.\n\nControleer de profielenmap, het kan ontbreken of beschadigd zijn.\n\n"%1" wordt daarom gebruikt.
-PARTIALPASTE_ADVANCEDGROUP;Geavanceerd
-PARTIALPASTE_DEHAZE;Nevel verminderen
-PARTIALPASTE_FILMNEGATIVE;Film Negatief
-PARTIALPASTE_LOCALCONTRAST;Lokaal contrast
-PARTIALPASTE_METADATA;Metadata modus
-PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lijnfilter
-PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA vermijd kleurverschuiving
-PARTIALPASTE_RAW_BORDER;Raw rand
-PARTIALPASTE_SOFTLIGHT;Zacht licht
-PARTIALPASTE_TM_FATTAL;Compressie dynamisch bereik
-PREFERENCES_APPEARANCE;Uiterlijk
-PREFERENCES_APPEARANCE_COLORPICKERFONT;Lettertype kleurenkiezer
-PREFERENCES_APPEARANCE_CROPMASKCOLOR;Kleur bijsnijdmasker
-PREFERENCES_APPEARANCE_MAINFONT;Standaard lettertype
-PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI modus
-PREFERENCES_APPEARANCE_THEME;Thema
-PREFERENCES_AUTOSAVE_TP_OPEN;Bewaar positie gereedschappen (open/dicht) bij afsluiten
-PREFERENCES_CACHECLEAR;Wissen
-PREFERENCES_CACHECLEAR_ALL;Wis alle bestanden in de cache:
-PREFERENCES_CACHECLEAR_ALLBUTPROFILES;Wis alle bestanden in de cache behalve verwerkingsprofielen:
-PREFERENCES_CACHECLEAR_ONLYPROFILES;Wis alleen verwerkingsprofielen in de cache:
-PREFERENCES_CACHECLEAR_SAFETY;Alleen bestanden in de cache worden gewist. Verwerkingsprofielen van de oorspronkelijke afbeeldingen blijven ongemoeid.
-PREFERENCES_CHUNKSIZES;Tegels per thread
-PREFERENCES_CHUNKSIZE_RAW_AMAZE;AMaZE demosaïek
-PREFERENCES_CHUNKSIZE_RAW_CA;Raw CA correctie
-PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaïek
-PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaïek
-PREFERENCES_CHUNKSIZE_RGB;RGB verwerking
-PREFERENCES_CROP;Uitsnijden
-PREFERENCES_CROP_AUTO_FIT;Automatisch zoomen tot de uitsnede
-PREFERENCES_CROP_GUIDES;Getoonde hulplijnen als uitsnede niet bewerkt wordt
-PREFERENCES_CROP_GUIDES_FRAME;Frame
-PREFERENCES_CROP_GUIDES_FULL;Origineel
-PREFERENCES_CROP_GUIDES_NONE;Geen
-PREFERENCES_DIRECTORIES;Mappen
-PREFERENCES_EDITORCMDLINE;Aangepaste opdrachtregel
-PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compacte gereedschapsbalken in bestandsnavigator
-PREFERENCES_LANG;Taal
-PREFERENCES_PERFORMANCE_MEASURE;Meting
-PREFERENCES_PERFORMANCE_MEASURE_HINT;Log verwerkingstijden in de console
-PREFERENCES_PERFORMANCE_THREADS;Threads
-PREFERENCES_PERFORMANCE_THREADS_LABEL;Maximaal aantal threads voor ruisvermindering and Wavelet Niveaus (0 = Automatisch)
-PREFERENCES_PROFILESAVEBOTH;Bewaar verwerkingsprofielen zowel in de cache als naast het invoerbestand
-PREFERENCES_PROFILESAVELOCATION;Opslaglocatie profielen
-PREFERENCES_SAVE_TP_OPEN_NOW;Bewaar open/dicht-status van de gereedschappen nu
-PREFERENCES_TAB_PERFORMANCE;Performantie
-PREFERENCES_THUMBNAIL_INSPECTOR_JPEG;Ingesloten JPEG voorbeeld
-PREFERENCES_THUMBNAIL_INSPECTOR_MODE;Te tonen foto
-PREFERENCES_THUMBNAIL_INSPECTOR_RAW;Neutrale raw rendering
-PREFERENCES_THUMBNAIL_INSPECTOR_RAW_IF_NO_JPEG_FULLSIZE;Ingesloten JPEG indien vol formaat, anders neutrale raw
-PROGRESSBAR_DECODING;Decoderen...
-PROGRESSBAR_GREENEQUIL;Groen blancering...
-PROGRESSBAR_HLREC;Reconstructie hoge lichten...
-PROGRESSBAR_HOTDEADPIXELFILTER;Hot/dead pixel filter...
-PROGRESSBAR_LINEDENOISE;Lijnruis filter...
-PROGRESSBAR_RAWCACORR;Raw CA correctie...
-QINFO_FRAMECOUNT;%2 frames
-QINFO_HDR;HDR / %2 frame(s)
-QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
-QUEUE_LOCATION_TITLE;Uitvoerlocatie
-QUEUE_STARTSTOP_TOOLTIP;;Start of stop de verwerking van foto's in de rij.\n\nSneltoets: Ctrl+s
-SAMPLEFORMAT_0;onbekend data formaat
-SAMPLEFORMAT_1;8-bit unsigned
-SAMPLEFORMAT_2;16-bit unsigned
-SAMPLEFORMAT_4;24-bit LogLuv
-SAMPLEFORMAT_8;32-bit LogLuv
-SAMPLEFORMAT_16;16-bit drijvendekomma
-SAMPLEFORMAT_32;24-bit drijvendekomma
-SAMPLEFORMAT_64;32-bit drijvendekomma
-SAVEDLG_FILEFORMAT_FLOAT; drijvendekomma
-SOFTPROOF_GAMUTCHECK_TOOLTIP;Markeer pixels waarvan de kleuren buiten het kleurgamma vallen, relatief aan:\n- het printerprofiel, indien opgegeven en soft-proofing is ingeschakeld,\n- het uitvoerprofiel, indien geen printerprofiel is gekozen en soft-proofing is ingeschakeld,\n- het beeldschermprofiel, indien soft-proofing is uitgeschakeld.
-SOFTPROOF_TOOLTIP;Soft-proofing simuleert hoe een foto wordt getoond:\n- als deze wordt afgedrukt, indien een printerprofiel is opgegeven in Voorkeuren > Kleurbeheer,\n- als de foto getoond wordt op een beeldscherm dat het huidige uitvoerprofiel gebruikt en een printerprofiel niet is opgegeven.
-TP_BWMIX_MIXC;Kanaal Mixer
-TP_BWMIX_NEUTRAL;Terugzetten
-TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminantie
-TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;Bij manuele aanpassing worden waardon boven 65 aanbevolen.
-TP_COLORAPP_FREE;Vrije temp+groen + CAT02 + [uitvoer]
-TP_COLORAPP_MEANLUMINANCE;Gemiddelde luminantie (Yb%)
-TP_COLORAPP_NEUTRAL;Terugzetten
-TP_COLORAPP_NEUTRAL_TIP;Zet alle regelaars, vinkjes en curves terug naar hun standaardwaarde
-TP_COLORAPP_TEMP_TOOLTIP;Zet altijd Tint=1 om een lichtbron te selecteren.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
-TP_COLORTONING_LABGRID;L*a*b* kleurcorrectie raster
-TP_COLORTONING_LABGRID_VALUES;HL: a=%1 b=%2\nS: a=%3 b=%4
-TP_COLORTONING_LABREGIONS;Kleurcorrectie gebieden
-TP_COLORTONING_LABREGION_ABVALUES;a=%1 b=%2
-TP_COLORTONING_LABREGION_CHANNEL;Kanaal
-TP_COLORTONING_LABREGION_CHANNEL_ALL;Alle
-TP_COLORTONING_LABREGION_CHANNEL_B;Blauw
-TP_COLORTONING_LABREGION_CHANNEL_G;Groen
-TP_COLORTONING_LABREGION_CHANNEL_R;Rood
-TP_COLORTONING_LABREGION_CHROMATICITYMASK;C
-TP_COLORTONING_LABREGION_HUEMASK;H
-TP_COLORTONING_LABREGION_LIGHTNESS;Helderheid(L)
-TP_COLORTONING_LABREGION_LIGHTNESSMASK;L
-TP_COLORTONING_LABREGION_LIST_TITLE;Correctie
-TP_COLORTONING_LABREGION_MASK;Masker
-TP_COLORTONING_LABREGION_MASKBLUR;Verzachtingsmasker
-TP_COLORTONING_LABREGION_OFFSET;Offset
-TP_COLORTONING_LABREGION_POWER;Kracht
-TP_COLORTONING_LABREGION_SATURATION;Verzadiging
-TP_COLORTONING_LABREGION_SHOWMASK;Toon masker
-TP_COLORTONING_LABREGION_SLOPE;Helling
-TP_CROP_PPI;PPI
-TP_CROP_RESETCROP;Terugzetten
-TP_CROP_SELECTCROP;Selecteer
-TP_DEHAZE_DEPTH;Diepte
-TP_DEHAZE_LABEL;Nevel vermindering
-TP_DEHAZE_LUMINANCE;Luminantie alleen
-TP_DEHAZE_SHOW_DEPTH_MAP;Toon de dieptemap
-TP_DEHAZE_STRENGTH;Sterkte
-TP_DIRPYRDENOISE_CHROMINANCE_CURVE_TOOLTIP;Verhoog (vermenigvuldig) de waarde van alle chrominantie regelaars.\nDeze curve regelt de sterkte van de chromatische ruisvermindering als een functie van de chromaticiteit, om bijvoorbeeld het effect te vergroten in gebieden met lage verzadiging en te verminderen in deze met lage verzadiging.
-TP_DIRPYRDENOISE_LABEL;Ruisvermindering
-TP_EXPOSURE_CLAMPOOG;Knip kleuren die buiten het gamma vallen
-TP_EXPOSURE_HISTMATCHING;Automatische Tooncurve
-TP_EXPOSURE_HISTMATCHING_TOOLTIP;Pas automatisch de curves en schuifregelaars aan (behalve belichtingscompensatie) om overeen te komen met de ingesloten JPEG miniatuur.
-TP_FILMNEGATIVE_BLUE;Blauw verhouding
-TP_FILMNEGATIVE_GREEN;Referentie exponent (contrast)
-TP_FILMNEGATIVE_GUESS_TOOLTIP;Zet automatisch de rood/groen verhouding door 2 gebieden te kiezen met een neutrale tint (geen kleur) in het origineel. De gebieden moeten verschillen in helderheid. Zet de witbalans nadien.
-TP_FILMNEGATIVE_LABEL;Film Negatief
-TP_FILMNEGATIVE_PICK;Kies neutrale punten
-TP_FILMNEGATIVE_RED;Rood verhouding
-TP_ICM_WORKING_TRC;Tooncurve:
-TP_ICM_WORKING_TRC_CUSTOM;Gebruiker gedefinieerd
-TP_ICM_WORKING_TRC_GAMMA;Gamma
-TP_ICM_WORKING_TRC_NONE;Geen
-TP_ICM_WORKING_TRC_SLOPE;Helling
-TP_ICM_WORKING_TRC_TOOLTIP;Enkel voor ingebouwde profielen.
-TP_LENSGEOM_LIN;Lineair
-TP_LENSGEOM_LOG;Logarithmisch
-TP_LENSPROFILE_CORRECTION_AUTOMATCH;Automatische selectie
-TP_LENSPROFILE_CORRECTION_LCPFILE;LCP bestand
-TP_LENSPROFILE_CORRECTION_MANUAL;Manuele selectie
-TP_LENSPROFILE_LENS_WARNING;Waarschuwing: de gebruikte lens profiel crop factor komt niet overeen met de camera crop factor, de resultaten kunnen verkeerd zijn.
-TP_LENSPROFILE_MODE_HEADER;Lens Profiel
-TP_LENSPROFILE_USE_CA;Chromatische afwijking
-TP_LENSPROFILE_USE_GEOMETRIC;Geometrische vervorming
-TP_LENSPROFILE_USE_HEADER;Lenscorrecties
-TP_LENSPROFILE_USE_VIGNETTING;Vignettering
-TP_LOCALCONTRAST_AMOUNT;Hoeveelheid
-TP_LOCALCONTRAST_DARKNESS;Donker niveau
-TP_LOCALCONTRAST_LABEL;Lokaal Contrast
-TP_LOCALCONTRAST_LIGHTNESS;helderheidsniveau
-TP_LOCALCONTRAST_RADIUS;Straal
-TP_METADATA_EDIT;Pas wijzigingen toe
-TP_METADATA_MODE;Metadata kopieermodus
-TP_METADATA_STRIP;Strip alle metadata
-TP_METADATA_TUNNEL;Kopieer ongewijzigd
-TP_PDSHARPENING_LABEL;Verscherpen
-TP_PREPROCESS_LINEDENOISE_DIRECTION;Richting
-TP_PREPROCESS_LINEDENOISE_DIRECTION_BOTH;Beide
-TP_PREPROCESS_LINEDENOISE_DIRECTION_HORIZONTAL;Horizontaal
-TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;Horizontaal enkel op PDAF-rijen
-TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Verticaal
-TP_PREPROCESS_PDAFLINESFILTER;PDAF lijnfilter
-TP_RAWCACORR_AUTOIT;Herhalingen
-TP_RAWCACORR_AUTOIT_TOOLTIP;Deze schuif is alleen actief als Automatische CA-correctie is aangevinkt.\nAuto-correctie werkt conservatief en corrigeert meestal niet alle chromatische aberratie.\nOm de resterende CA te corrigeren, kunt u dit proces tot vijf keer herhalen.\nElke herhaling vermindert de CA van de vorige herhaling, maar gaat wel ten koste van extra rekentijd.
-TP_RAWCACORR_AVOIDCOLORSHIFT;Vermijd kleurverschuiving
-TP_RAW_2PASS;1-pass+snel
-TP_RAW_4PASS;3-pass+snel
-TP_RAW_AMAZEVNG4;AMaZE+VNG4
-TP_RAW_BORDER;Rand
-TP_RAW_DCBVNG4;DCB+VNG4
-TP_RAW_DUALDEMOSAICAUTOCONTRAST;Auto drempel
-TP_RAW_DUALDEMOSAICAUTOCONTRAST_TOOLTIP;Als checkbox is aangevinkt (aanbevolen), berekent RT een optimale waarde gebaseerd op vlakke gebieden in de foto.\nIndien die niet gevonden worden of de foto bevat veel ruis, wordt de waarde op 0 gezet.\nOm de waarde handmatig in te voeren moet u eerst de checkbox uitvinken (redelijke waarden zijn afhankelijk van het soort foto).
-TP_RAW_DUALDEMOSAICCONTRAST;Contrast drempel
-TP_RAW_IMAGENUM_SN;SN modus
-TP_RAW_IMAGENUM_TOOLTIP;Sommige raw bestanden bestaan uit verschillende sub-afbeeldingen (Pentax/Sony Pixel Shift, Pentax 3-in-1 HDR, Canon Dual Pixel, Fuji EXR).\n\Als een andere demozaïek methode dan Pixel Shift gebruikt wordt, selecteert dit de gebruikte sub-afbeelding.\n\nBij gebruik van de Pixel Shift demozaïek methode op een Pixel Shift raw, worden alle sub-afbeeldingen gebruikt, and dit selecteert de subafbeeldijg die gebruikt wordt voor bewegende moving gebieden.
-TP_RAW_PIXELSHIFTDMETHOD;Demozaïek voor beweging
-TP_RAW_PIXELSHIFTEPERISO;Gevoeligheid
-TP_RAW_PIXELSHIFTEPERISO_TOOLTIP;De standaardwaarde 0 werkt goed voor lage ISO-waarden.\nHogere waarden vergroten de gevoeligheid van bewegingsdetectie.\nWijzig in kleine stappen en controleer het bewegingsmasker.\nVerhoog gevoeligheid voor onderbelichte foto's of foto's met hoge ISO-waarden.
-TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL;Balanceer per kanaal
-TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL_TOOLTIP;Ingeschakeld: Balanceer elk RGB kanaal afzonderlijk.\nUitgeschakeld: Balanceer alle kanalen evenveel.
-TP_RAW_PIXELSHIFTSHOWMOTION_TOOLTIP;Toont de foto met een groen masker dat de bewegingsgebieden toont.
-TP_RAW_RCD;RCD
-TP_RAW_RCDVNG4;RCD+VNG4
-TP_RAW_XTRANS;X-Trans
-TP_RAW_XTRANSFAST;Snelle X-Trans
-TP_RESIZE_ALLOW_UPSCALING;Sta opschalen toe
-TP_RETINEX_CONTEDIT_MAP;Equalizer
-TP_RETINEX_GAINOFFS;Versterking en Offset (helderheid)
-TP_RETINEX_GAINTRANSMISSION;Transmissie versterking
-TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Versterk of verzwak de transmssiemap om de gewenste luminantie te bekomen.\nThe x-as is the transmissie.\nThe y-as is the versterking.
-TP_RETINEX_MAP;Methode
-TP_SHARPENING_BLUR;Vervagen straal
-TP_SHARPENING_CONTRAST;Contrast drempel
-TP_SHARPENING_ITERCHECK;Automatische limiet herhalingen
-TP_SHARPENING_RADIUS_BOOST;Straalvergroting
-TP_SHARPENMICRO_CONTRAST;Contrast drempel
-TP_SOFTLIGHT_LABEL;Zacht licht
-TP_SOFTLIGHT_STRENGTH;Sterkte
-TP_TM_FATTAL_AMOUNT;Hoeveelheid
-TP_TM_FATTAL_ANCHOR;Anker
-TP_TM_FATTAL_LABEL;Dynamisch bereik compressie
-TP_TM_FATTAL_THRESHOLD;Detail
-TP_WAVELET_CB_TOOLTIP;Voor hoge waarden: kleurcorrectie door al of niet te combineren met niveau decompositie 'toning'\nVoor lage waarden de witbalans van de achtergrond (hemel, ...) wijzigen zonder die van de voorgrond, meestal meer contrastrijk
-TP_WBALANCE_PICKER;Kies
+!FILEBROWSER_POPUPINSPECT;Inspect
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
+!HISTORY_MSG_RANGEAB;Range ab
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
+!INSPECTOR_WINDOW_TITLE;Inspector
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
+!PARTIALPASTE_SPOT;Spot removal
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_CROP_GTCENTEREDSQUARE;Centered square
+!TP_DEHAZE_SATURATION;Saturation
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
+!TP_HLREC_HLBLUR;Blur
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
+!TP_ICM_REDFRAME;Custom Primaries
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
+!TP_WAVELET_BALCHROM;Equalizer Color
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COMPEXPERT;Advanced
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
+!TP_WAVELET_CONTFRAME;Contrast - Compression
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
+!TP_WAVELET_FINCFRAME;Final local contrast
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREND;Strength
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
diff --git a/rtdata/languages/Polish b/rtdata/languages/Polish
index 2558178c0..06ed63aba 100644
--- a/rtdata/languages/Polish
+++ b/rtdata/languages/Polish
@@ -243,7 +243,6 @@ HISTORY_CUSTOMCURVE;Krzywa własna
HISTORY_FROMCLIPBOARD;Ze schowka
HISTORY_LABEL;Historia
HISTORY_MSG_1;Zdjęcie załadowane
-HISTORY_MSG_2;Profil załadowany
HISTORY_MSG_3;Profil zmieniony
HISTORY_MSG_4;Przeglądanie historii
HISTORY_MSG_5;Światłość
@@ -257,9 +256,6 @@ HISTORY_MSG_12;Automatyczna ekspozycja
HISTORY_MSG_13;Przycinanie ekspozycji
HISTORY_MSG_14;L*a*b* - Światłość
HISTORY_MSG_15;L*a*b* - Kontrast
-HISTORY_MSG_16;-
-HISTORY_MSG_17;-
-HISTORY_MSG_18;-
HISTORY_MSG_19;Krzywa L*
HISTORY_MSG_20;Wyostrzanie
HISTORY_MSG_21;USM - Promień
@@ -285,10 +281,6 @@ HISTORY_MSG_40;BB - Odcień
HISTORY_MSG_41;Tryb krzywej 1
HISTORY_MSG_42;Krzywa 1
HISTORY_MSG_43;Tryb krzywej 2
-HISTORY_MSG_44;Odszumianie lum. - Promień
-HISTORY_MSG_45;Odszumianie lum. - Tolerancja krawędzi
-HISTORY_MSG_46;Odszumianie koloru
-HISTORY_MSG_47;Mieszanie podświetleń ICC z matrycą
HISTORY_MSG_48;Użycie krzywej tonalnej z DCP
HISTORY_MSG_49;Illuminant DCP
HISTORY_MSG_50;Cienie/Podświetlenia
@@ -296,7 +288,6 @@ HISTORY_MSG_51;C/P - Podświetlenia
HISTORY_MSG_52;C/P - Cienie
HISTORY_MSG_53;C/P - Szerokość tonalna podśw.
HISTORY_MSG_54;C/P - Szerokość tonalna cieni
-HISTORY_MSG_55;C/P - Kontrast lokalny
HISTORY_MSG_56;C/P - Promień
HISTORY_MSG_57;Obrót dyskretny
HISTORY_MSG_58;Odbicie w poziomie
@@ -308,7 +299,6 @@ HISTORY_MSG_63;Migawka wybrana
HISTORY_MSG_64;Kadrowanie
HISTORY_MSG_65;Korekcja aberracji chromatycznej
HISTORY_MSG_66;Rekonstrukcja prześwietleń
-HISTORY_MSG_67;Rekonstrukcja prześwietleń - Siła
HISTORY_MSG_68;Rekonstrukcja prześwietleń - Metoda
HISTORY_MSG_69;Robocza przestrzeń kolorów
HISTORY_MSG_70;Wyjściowa przestrzeń kolorów
@@ -319,12 +309,10 @@ HISTORY_MSG_74;Zmiany rozmiaru - Skala
HISTORY_MSG_75;Zmiany rozmiaru - Metoda
HISTORY_MSG_76;Metadane Exif
HISTORY_MSG_77;Metadane IPTC
-HISTORY_MSG_78;-
HISTORY_MSG_79;Zmiany rozmiaru - Szerokość
HISTORY_MSG_80;Zmiany rozmiaru - Wysokość
HISTORY_MSG_81;Zmiany rozmiaru
HISTORY_MSG_82;Profil zmieniony
-HISTORY_MSG_83;C/P - Ostra maska
HISTORY_MSG_84;Korekcja perspektywy
HISTORY_MSG_85;LCP
HISTORY_MSG_86;Krzywe RGB - Tryb luminancji
@@ -371,12 +359,6 @@ HISTORY_MSG_127;Puste pole - Auto-wybór
HISTORY_MSG_128;Puste pole - Promień rozmycia
HISTORY_MSG_129;Puste pole - Typ rozmycia
HISTORY_MSG_130;Automatyczna korekcja dystorsji
-HISTORY_MSG_131;RS - Luma
-HISTORY_MSG_132;RS - Chroma
-HISTORY_MSG_133;Gamma wyjściowa
-HISTORY_MSG_134;Wolna gamma
-HISTORY_MSG_135;Wolna gamma
-HISTORY_MSG_136;Nachylenie gamma
HISTORY_MSG_137;Poziom czerni - Zielony 1
HISTORY_MSG_138;Poziom czerni - Czerwony
HISTORY_MSG_139;Poziom czerni - Niebieski
@@ -487,7 +469,6 @@ HISTORY_MSG_246;Krzywa CL
HISTORY_MSG_247;Krzywa LH
HISTORY_MSG_248;Krzywa HH
HISTORY_MSG_249;KwgPS - Próg
-HISTORY_MSG_250;RS - Ulepszona
HISTORY_MSG_251;B&W - Algorytm
HISTORY_MSG_252;KwgPS - Odcienie skóry
HISTORY_MSG_253;KwgPS - Redukcja błędów
@@ -510,8 +491,6 @@ HISTORY_MSG_269;Koloryzacja - Podświetlenia - Czerwone
HISTORY_MSG_270;Koloryzacja - Podświetlenia - Zielona
HISTORY_MSG_271;Koloryzacja - Podświetlenia - Niebieskie
HISTORY_MSG_272;Koloryzacja - Balans
-HISTORY_MSG_274;Koloryzacja - Nasycenie cieni
-HISTORY_MSG_275;Koloryzacja - Nasycenie jasnych
HISTORY_MSG_276;Koloryzacja - Przezroczystość
HISTORY_MSG_277;--unused--
HISTORY_MSG_278;Koloryzacja - Zachowaj luminancję
@@ -536,7 +515,6 @@ HISTORY_MSG_296;RS - Modulacja luminancji
HISTORY_MSG_297;NR - Tryb
HISTORY_MSG_298;Filtrowanie martwych pikseli
HISTORY_MSG_299;NR - Krzywa chrominancji
-HISTORY_MSG_300;-
HISTORY_MSG_301;NR - Kontrola luminancji
HISTORY_MSG_302;NR - Metoda chrominancji
HISTORY_MSG_303;NR - Metoda chrominancji
@@ -595,7 +573,6 @@ HISTORY_MSG_392;W - Residual - Balans kolorów
HISTORY_MSG_405;W - Odszumianie - Poziom 4
HISTORY_MSG_407;Retinex - Metoda
HISTORY_MSG_408;Retinex - Promień
-HISTORY_MSG_409;Retinex - Contrast
HISTORY_MSG_410;Retinex - Przesunięcie
HISTORY_MSG_411;Retinex - Siła
HISTORY_MSG_413;Retinex - Kontrast
@@ -636,7 +613,6 @@ HISTORY_MSG_COLORTONING_LABREGION_CHANNEL;CT - Kanał
HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Saturacja
HISTORY_MSG_DEHAZE_DEPTH;Usuwanie mgły - Głębia
HISTORY_MSG_DEHAZE_ENABLED;Usuwanie mgły
-HISTORY_MSG_DEHAZE_LUMINANCE;Usuwanie mgły - Tylko luminancja
HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Usuwanie mgły - Pokaż mapę głębokości
HISTORY_MSG_DEHAZE_STRENGTH;Usuwanie mgły - Siła
HISTORY_MSG_LOCALCONTRAST_AMOUNT;Kontrast lokalny - Ilość
@@ -1044,7 +1020,7 @@ PROFILEPANEL_GLOBALPROFILES;Załączone profile przetwarzania
PROFILEPANEL_LABEL;Profil przetwarzania
PROFILEPANEL_LOADDLGLABEL;Wczytaj profil przetwarzania końcowego...
PROFILEPANEL_LOADPPASTE;Parametry do załadowania
-PROFILEPANEL_MODE_TIP;Tryb wypełnienia parametrów przetwarzania.\n\nWduszone: częściowe profile zostaną przetworzone w profile pełne; brakujące wartości zostana wypełnione domyślnymi, zakodowanymi w silniku RawTherapee.\n\nWyłączone: profile zostaną zastosowane takie, jakie są, zmieniając tylko te wartości, które zawierają.
+PROFILEPANEL_MODE_TOOLTIP;Tryb wypełnienia parametrów przetwarzania.\n\nWduszone: częściowe profile zostaną przetworzone w profile pełne; brakujące wartości zostana wypełnione domyślnymi, zakodowanymi w silniku RawTherapee.\n\nWyłączone: profile zostaną zastosowane takie, jakie są, zmieniając tylko te wartości, które zawierają.
PROFILEPANEL_MYPROFILES;Moje profile przetwarzania
PROFILEPANEL_PASTEPPASTE;Parametry do wklejenia
PROFILEPANEL_PCUSTOM;Własny
@@ -1230,7 +1206,6 @@ TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Ustawienie chromy, nasycenia bądź barwistośc
TP_COLORAPP_DATACIE;Pokaż histogramy wyjściowe CIECAM02 za krzywymi
TP_COLORAPP_DATACIE_TOOLTIP;Kiedy opcja jest włączona, histogramy za krzywymi CIECAM02 pokazują przybliżone wartości/zakresy J lub Q, oraz C, s lub M po korekcjach CIECAM02.\nTen wybór nie ma wpływu na główny histogram.\n\nKiedy opcja jest wyłączona, histogramy za krzywymi CIECAM02 pokazują wartości L*a*b* przed korekcjami CIECAM02.
TP_COLORAPP_GAMUT;Kontrola gamma (L*a*b*).
-TP_COLORAPP_GAMUT_TOOLTIP;Włącz kontrolę gamma w trybie L*a*b*.
TP_COLORAPP_HUE;Odcień (hue, h)
TP_COLORAPP_HUE_TOOLTIP;Odcień (hue, h) - kąt pomiędzy 0° a 360°.
TP_COLORAPP_LABEL;CIE Color Appearance Model 2002
@@ -1242,7 +1217,7 @@ TP_COLORAPP_LIGHT_TOOLTIP;Światłość w CIECAM02 różni się od światłości
TP_COLORAPP_MODEL;Model PB
TP_COLORAPP_MODEL_TOOLTIP;Model punktu bieli.\n\nBB [RT] + [wyjściowy]:\nBalans bieli RawTherapee jest użyty dla sceny, CIECAM02 jest ustawione na D50, i balans bieli urządzenia wyjściowego ustawiony jest w Ustawieniach > Zarządzanie Kolorami\n\nBB [RT+CAT02] + [wyjściowe]:\nUstawienia balansu bieli RawTherapee są używane przez CAT02, i balans bieli urządzenia wyjściowego jest ustawione w Ustawieniach > Zarządzanie Kolorami.
TP_COLORAPP_NEUTRAL;Reset
-TP_COLORAPP_NEUTRAL_TIP;Przywróć wszystkie suwaki oraz krzywe do wartości domyślnych
+TP_COLORAPP_NEUTRAL_TOOLTIP;Przywróć wszystkie suwaki oraz krzywe do wartości domyślnych
TP_COLORAPP_RSTPRO;Ochrona odcieni skóry i czerwieni
TP_COLORAPP_RSTPRO_TOOLTIP;Ochrona odcieni skóry i czerwieni (suwaki i krzywe)
TP_COLORAPP_SURROUND;Otoczenie
@@ -1298,7 +1273,7 @@ TP_COLORTONING_METHOD;Metoda
TP_COLORTONING_METHOD_TOOLTIP;"Mieszanie L*a*b*", "Suwaki RGB" oraz "Krzywe RGB" stosują interpolację do mieszania kolorów.\n"Balansowanie kolorów (cienie, półcienie, podświetlenia)" oraz "Nasycenie - Dwa Kolory" stosują kolory bezpośrednio.\n\nNarzędzie "Czarno-białe" można używac jednocześnie z narzędziem "Koloryzacji", co umożliwi tonowanie zdjęcia.
TP_COLORTONING_MIDTONES;Półcienie
TP_COLORTONING_NEUTRAL;Zresetuj suwaki
-TP_COLORTONING_NEUTRAL_TIP;Zresetuj wszystkie wartości (cienie, półcienie, podświetlenia) na domyślne.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Zresetuj wszystkie wartości (cienie, półcienie, podświetlenia) na domyślne.
TP_COLORTONING_OPACITY;Przezroczystość
TP_COLORTONING_RGBCURVES;RGB - Krzywe
TP_COLORTONING_RGBSLIDERS;RGB - Suwaki
@@ -1339,7 +1314,6 @@ TP_DEFRINGE_RADIUS;Promień
TP_DEFRINGE_THRESHOLD;Próg
TP_DEHAZE_DEPTH;Głębia
TP_DEHAZE_LABEL;Usuwanie mgły
-TP_DEHAZE_LUMINANCE;Tylko luminancja
TP_DEHAZE_SHOW_DEPTH_MAP;Pokaż mapę głębokości
TP_DEHAZE_STRENGTH;Siła
TP_DIRPYRDENOISE_CHROMINANCE_AUTOGLOBAL;Automatycznie
@@ -1406,12 +1380,12 @@ TP_EPD_REWEIGHTINGITERATES;Powtarzanie rozważania
TP_EPD_SCALE;Skala
TP_EPD_STRENGTH;Siła
TP_EXPOSURE_AUTOLEVELS;Wyrównaj poziomy
-TP_EXPOSURE_AUTOLEVELS_TIP;Dokonaj automatycznego ustawienia parametrów ekspozycji na podstawie analizy obrazu
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Dokonaj automatycznego ustawienia parametrów ekspozycji na podstawie analizy obrazu
TP_EXPOSURE_BLACKLEVEL;Czerń
TP_EXPOSURE_BRIGHTNESS;Jasność
TP_EXPOSURE_CLAMPOOG;Przytnij kolory spoza gamy kolorów
TP_EXPOSURE_CLIP;Przytnij %
-TP_EXPOSURE_CLIP_TIP;Ułamek pikseli ktore mają zostać rozjaśnione do punktu prześwietlenia podczas automatycznego wyrównania poziomów.
+TP_EXPOSURE_CLIP_TOOLTIP;Ułamek pikseli ktore mają zostać rozjaśnione do punktu prześwietlenia podczas automatycznego wyrównania poziomów.
TP_EXPOSURE_COMPRHIGHLIGHTS;Kompresja podświetleń
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Próg kompresji podświetleń
TP_EXPOSURE_COMPRSHADOWS;Kompresja cieni
@@ -1541,7 +1515,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance według odcieni (hue) L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminancja według luminancji L=f(L)
TP_LABCURVE_LABEL;Regulacja L*a*b*
TP_LABCURVE_LCREDSK;Ogranicz LC do odcieni skóry oraz czerwieni
-TP_LABCURVE_LCREDSK_TIP;Kiedy opcja jest włączona, wpływ krzywej LC (Luminancja według chromatyczności) jest ograniczony do odcieni skóry oraz czerwieni.\nKiedy opcja jest wyłączona, krzywa LC wpływa na wszystkie barwy.
+TP_LABCURVE_LCREDSK_TOOLTIP;Kiedy opcja jest włączona, wpływ krzywej LC (Luminancja według chromatyczności) jest ograniczony do odcieni skóry oraz czerwieni.\nKiedy opcja jest wyłączona, krzywa LC wpływa na wszystkie barwy.
TP_LABCURVE_RSTPROTECTION;Ochrona skóry oraz czerwieni
TP_LABCURVE_RSTPRO_TOOLTIP;Ma wpływ na suwak Chromatyczności oraz na krzywą CC.
TP_LENSGEOM_AUTOCROP;Auto-kadrowanie
@@ -1568,7 +1542,7 @@ TP_METADATA_MODE;Tryb kopiowania metadanych
TP_METADATA_STRIP;Usuń wszystkie metadane
TP_METADATA_TUNNEL;Kopiuj niezmienione
TP_NEUTRAL;Reset
-TP_NEUTRAL_TIP;Zresetuj ustawienia do wartości neutralnych.\nDziała na tych samych suwakach na których funkcja "Wyrównaj poziomy" działa, niezależnie od tego czy funkcja ta była użyta czy nie.
+TP_NEUTRAL_TOOLTIP;Zresetuj ustawienia do wartości neutralnych.\nDziała na tych samych suwakach na których funkcja "Wyrównaj poziomy" działa, niezależnie od tego czy funkcja ta była użyta czy nie.
TP_PCVIGNETTE_FEATHER;Wtapianie
TP_PCVIGNETTE_FEATHER_TOOLTIP;Wtapianie:\n0 = tylko brzegi,\n50 = w pół drogi do środka,\n100 = aż do środka.
TP_PCVIGNETTE_LABEL;Winietowanie
@@ -1728,7 +1702,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Stopnie
TP_ROTATE_LABEL;Obrót
TP_ROTATE_SELECTLINE;Wyprostuj obraz
-TP_SAVEDIALOG_OK_TIP;Skrót: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Skrót: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Podświetlenia
TP_SHADOWSHLIGHTS_HLTONALW;Szerokość tonalna
TP_SHADOWSHLIGHTS_LABEL;Cienie/Podświetlenia
@@ -1950,23 +1924,35 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!CURVEEDITOR_EDITPOINT_HINT;Enable edition of node in/out values.\n\nRight-click on a node to select it.\nRight-click on empty space to de-select the node.
!DYNPROFILEEDITOR_EDIT_RULE;Edit Dynamic Profile Rule
-!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the "re:" prefix to enter\na regular expression.
+!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the 're:' prefix to enter\na regular expression.
!DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
!DYNPROFILEEDITOR_NEW_RULE;New Dynamic Profile Rule
!EXPORT_BYPASS;Processing steps to bypass
!EXPORT_BYPASS_EQUALIZER;Bypass Wavelet Levels
!EXPORT_PIPELINE;Processing pipeline
!EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-!EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+!EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
!EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_DELETEDIALOG_ALL;Are you sure you want to permanently delete all %1 files in trash?
!FILEBROWSER_DELETEDIALOG_SELECTED;Are you sure you want to permanently delete the selected %1 files?
!FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Are you sure you want to permanently delete the selected %1 files, including a queue-processed version?
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPREMOVEINCLPROC;Delete permanently, including queue-processed version
!FILEBROWSER_SHOWORIGINALHINT;Show only original images.\n\nWhen several images exist with the same filename but different extensions, the one considered original is the one whose extension is nearest the top of the parsed extensions list in Preferences > File Browser > Parsed Extensions.
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GIMP_PLUGIN_INFO;Welcome to the RawTherapee GIMP plugin!\nOnce you are done editing, simply close the main RawTherapee window and the image will be automatically imported in GIMP.
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
!HISTOGRAM_TOOLTIP_MODE;Toggle between linear, log-linear and log-log scaling of the histogram.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_MSG_235;B&W - CM - Auto
!HISTORY_MSG_237;B&W - CM
!HISTORY_MSG_273;CT - Color Balance SMH
@@ -2028,7 +2014,7 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!HISTORY_MSG_420;Retinex - Histogram - HSL
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
!HISTORY_MSG_430;Retinex - Transmission gradient
@@ -2038,24 +2024,687 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!HISTORY_MSG_441;Retinex - Gain transmission
!HISTORY_MSG_443;Output black point compensation
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_445;Raw sub-image
-!HISTORY_MSG_457;PS - Check red/blue
-!HISTORY_MSG_462;PS - Check green
-!HISTORY_MSG_464;PS - Blur motion mask
-!HISTORY_MSG_469;PS - Median
-!HISTORY_MSG_473;PS - Use LMMSE
-!HISTORY_MSG_476;CAM02 - Temp out
-!HISTORY_MSG_477;CAM02 - Green out
-!HISTORY_MSG_478;CAM02 - Yb out
-!HISTORY_MSG_479;CAM02 - CAT02 adaptation out
-!HISTORY_MSG_480;CAM02 - Automatic CAT02 out
-!HISTORY_MSG_481;CAM02 - Temp scene
-!HISTORY_MSG_482;CAM02 - Green scene
-!HISTORY_MSG_483;CAM02 - Yb scene
-!HISTORY_MSG_484;CAM02 - Auto Yb scene
+!HISTORY_MSG_445;Raw Sub-Image
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_457;PS Check red/blue
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_462;PS Check green
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_464;PS Blur motion mask
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_469;PS Median
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_476;CAL - VC - Temperature
+!HISTORY_MSG_477;CAL - VC - Tint
+!HISTORY_MSG_478;CAL - VC - Mean luminance
+!HISTORY_MSG_479;CAL - VC - Adaptation
+!HISTORY_MSG_480;CAL - VC - Auto adaptation
+!HISTORY_MSG_481;CAL - SC - Temperature
+!HISTORY_MSG_482;CAL - SC - Tint
+!HISTORY_MSG_483;CAL - SC - Mean luminance
+!HISTORY_MSG_484;CAL - SC - Auto mean luminance
!HISTORY_MSG_488;Dynamic Range Compression
!HISTORY_MSG_493;L*a*b* Adjustments
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_COLORTONING_LABREGION_CHROMATICITYMASK;CT - region C mask
!HISTORY_MSG_COLORTONING_LABREGION_HUEMASK;CT - H mask
!HISTORY_MSG_COLORTONING_LABREGION_LIGHTNESS;CT - Lightness
@@ -2066,35 +2715,119 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!HISTORY_MSG_COLORTONING_LABREGION_POWER;CT - region power
!HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
!HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
!HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
!HISTORY_MSG_HISTMATCHING;Auto-matched tone curve
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
!HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
!HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-!HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-!HISTORY_MSG_ICM_WORKING_SLOPE;Working - Slope
-!HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC method
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_METADATA_MODE;Metadata copy mode
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
+!HISTORY_MSG_RANGEAB;Range ab
!HISTORY_MSG_RAW_BORDER;Raw border
!HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Allow upscaling
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
!ICCPROFCREATOR_DESCRIPTION_TOOLTIP;Leave empty to set the default description.
!ICCPROFCREATOR_ILL;Illuminant:
-!ICCPROFCREATOR_ILL_TOOLTIP;You can only set the illuminant for ICC v4 profiles.
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
-!ICCPROFCREATOR_PRIM_TOOLTIP;You can only set custom primaries for ICC v4 profiles.
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
+!ICCPROFCREATOR_PRIM_TOOLTIP;You can set custom primaries for ICC v4 profiles and also for ICC v2 profiles.
+!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CREATORJOBTITLE;Creator's job title
!IPTCPANEL_CREATORJOBTITLEHINT;Enter the Job Title of the person listed in the Creator field.
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_HEADLINEHINT;Enter a brief publishable synopsis or summary of the contents of the image.
!IPTCPANEL_INSTRUCTIONSHINT;Enter information about embargoes, or other restrictions not covered by the Copyright field.
@@ -2103,27 +2836,46 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!IPTCPANEL_SOURCEHINT;Enter or edit the name of a person or party who has a role in the content supply chain, such as a person or entity from whom you received this image from.
!IPTCPANEL_SUPPCATEGORIESHINT;Further refines the subject of the image.
!IPTCPANEL_TITLEHINT;Enter a short verbal and human readable name for the image, this may be the file name.
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TOOLTIP_BACKCOLOR3;Background color of the preview: middle grey\nShortcut: 9
!MAIN_TOOLTIP_PREVIEWSHARPMASK;Preview the sharpening contrast mask.\nShortcut: p\n\nOnly works when sharpening is enabled and zoom >= 100%.
-!OPTIONS_BUNDLED_MISSING;The bundled profile "%1" could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
-!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
-!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
+!OPTIONS_BUNDLED_MISSING;The bundled profile '%1' could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
+!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
+!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
!PARTIALPASTE_EQUALIZER;Wavelet levels
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!PARTIALPASTE_FILMNEGATIVE;Film negative
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
!PARTIALPASTE_METADATA;Metadata mode
!PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_PRSHARPENING;Post-resize sharpening
!PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA avoid color shift
!PARTIALPASTE_RAWCACORR_CAREDBLUE;CA red & blue
!PARTIALPASTE_RAW_BORDER;Raw border
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
+!PARTIALPASTE_SPOT;Spot removal
!PREFERENCES_AUTOSAVE_TP_OPEN;Save tool collapsed/expanded state on exit
!PREFERENCES_CACHECLEAR_ALLBUTPROFILES;Clear all cached files except for cached processing profiles:
!PREFERENCES_CACHECLEAR_SAFETY;Only files in the cache are cleared. Processing profiles stored alongside the source images are not touched.
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT;Same thumbnail height between the Filmstrip and the File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT_HINT;Having separate thumbnail size will require more processing time each time you'll switch between the single Editor tab and the File Browser.
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
!PREFERENCES_MONINTENT;Default rendering intent
!PREFERENCES_PERFORMANCE_MEASURE_HINT;Logs processing times in console
@@ -2132,37 +2884,79 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!PREFERENCES_PROFILESAVEBOTH;Save processing profile both to the cache and next to the input file
!PREFERENCES_PRTINTENT;Rendering intent
!PREFERENCES_REMEMBERZOOMPAN;Remember zoom % and pan offset
-!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in "Single Editor Tab Mode" and when "Demosaicing method used for the preview at <100% zoom" is set to "As in PP3".
+!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in 'Single Editor Tab Mode' and when 'Demosaicing method used for the preview at <100% zoom' is set to 'As in PP3'.
!PREFERENCES_SAVE_TP_OPEN_NOW;Save tool collapsed/expanded state now
!PREFERENCES_SERIALIZE_TIFF_READ_LABEL;Serialize reading of TIFF files
!PREFERENCES_SERIALIZE_TIFF_READ_TOOLTIP;Enabling this option when working with folders containing uncompressed TIFF files can increase performance of thumbnail generation.
!PREFERENCES_SHOWFILMSTRIPTOOLBAR;Show Filmstrip toolbar
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
!PREFERENCES_TAB_DYNAMICPROFILE;Dynamic Profile Rules
!PREFERENCES_THUMBNAIL_INSPECTOR_JPEG;Embedded JPEG preview
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW;Neutral raw rendering
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW_IF_NO_JPEG_FULLSIZE;Embedded JPEG if fullsize, neutral raw otherwise
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!QUEUE_STARTSTOP_TOOLTIP;Start or stop processing the images in the queue.\n\nShortcut: Ctrl+s
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
!TOOLBAR_TOOLTIP_COLORPICKER;Lockable Color Picker\n\nWhen the tool is active:\n- Add a picker: left-click.\n- Drag a picker: left-click and drag.\n- Delete a picker: right-click.\n- Delete all pickers: Ctrl+Shift+right-click.\n- Revert to hand tool: right-click outside any picker.
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
!TP_CBDL_METHOD_TOOLTIP;Choose whether the Contrast by Detail Levels tool is to be positioned after the Black-and-White tool, which makes it work in L*a*b* space, or before it, which makes it work in RGB space.
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
-!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
!TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
-!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_LABGRID;L*a*b* color correction grid
!TP_COLORTONING_LABGRID_VALUES;HL: a=%1 b=%2\nS: a=%3 b=%4
!TP_COLORTONING_LABREGIONS;Color correction regions
!TP_COLORTONING_LABREGION_ABVALUES;a=%1 b=%2
!TP_COLORTONING_LABREGION_LIGHTNESS;Lightness
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_GTHARMMEANS;Harmonic Means
!TP_CROP_GTTRIANGLE1;Golden Triangles 1
!TP_CROP_GTTRIANGLE2;Golden Triangles 2
+!TP_DEHAZE_SATURATION;Saturation
!TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_CURVE_TOOLTIP;Increase (multiply) the value of all chrominance sliders.\nThis curve lets you adjust the strength of chromatic noise reduction as a function of chromaticity, for instance to increase the action in areas of low saturation and to decrease it in those of high saturation.
!TP_DIRPYRDENOISE_CHROMINANCE_METHODADVANCED_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
-!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Preview multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the preview after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW_INFO;Preview size=%1, Center: Px=%2 Py=%3
@@ -2172,28 +2966,895 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;Weighted L* (little) + a*b* (normal)
!TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
!TP_DIRPYRDENOISE_MEDIAN_TYPE_TOOLTIP;Apply a median filter of the desired window size. The larger the window's size, the longer it takes.\n\n3×3 soft: treats 5 pixels in a 3×3 pixel window.\n3×3: treats 9 pixels in a 3×3 pixel window.\n5×5 soft: treats 13 pixels in a 5×5 pixel window.\n5×5: treats 25 pixels in a 5×5 pixel window.\n7×7: treats 49 pixels in a 7×7 pixel window.\n9×9: treats 81 pixels in a 9×9 pixel window.\n\nSometimes it is possible to achieve higher quality running several iterations with a smaller window size than one iteration with a larger one.
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+!TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_EXPOSURE_HISTMATCHING;Auto-Matched Tone Curve
!TP_EXPOSURE_HISTMATCHING_TOOLTIP;Automatically adjust sliders and curves (except exposure compensation) to match the look of the embedded JPEG thumbnail.
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
+!TP_HLREC_HLBLUR;Blur
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET;Baseline exposure
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET_TOOLTIP;Employ the embedded DCP baseline exposure offset. The setting is only available if the selected DCP has one.
!TP_ICM_APPLYHUESATMAP;Base table
!TP_ICM_APPLYHUESATMAP_TOOLTIP;Employ the embedded DCP base table (HueSatMap). The setting is only available if the selected DCP has one.
!TP_ICM_APPLYLOOKTABLE;Look table
!TP_ICM_APPLYLOOKTABLE_TOOLTIP;Employ the embedded DCP look table. The setting is only available if the selected DCP has one.
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_PROFILEINTENT;Rendering Intent
+!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_LENSPROFILE_LENS_WARNING;Warning: the crop factor used for lens profiling is larger than the crop factor of the camera, the results might be wrong.
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
!TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;Horizontal only on PDAF rows
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
-!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
+!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the 'Lanczos' resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_BORDER;Border
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DUALDEMOSAICAUTOCONTRAST_TOOLTIP;If the checkbox is checked (recommended), RawTherapee calculates an optimum value based on flat regions in the image.\nIf there is no flat region in the image or the image is too noisy, the value will be set to 0.\nTo set the value manually, uncheck the checkbox first (reasonable values depend on the image).
!TP_RAW_HD_TOOLTIP;Lower values make hot/dead pixel detection more aggressive, but false positives may lead to artifacts. If you notice any artifacts appearing when enabling the Hot/Dead Pixel Filters, gradually increase the threshold value until they disappear.
!TP_RAW_IMAGENUM;Sub-image
@@ -2201,6 +3862,8 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!TP_RAW_IMAGENUM_TOOLTIP;Some raw files consist of several sub-images (Pentax/Sony Pixel Shift, Pentax 3-in-1 HDR, Canon Dual Pixel, Fuji EXR).\n\nWhen using any demosaicing method other than Pixel Shift, this selects which sub-image is used.\n\nWhen using the Pixel Shift demosaicing method on a Pixel Shift raw, all sub-images are used, and this selects which sub-image should be used for moving parts.
!TP_RAW_NONE;None (Shows sensor pattern)
!TP_RAW_PIXELSHIFT;Pixel Shift
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTEPERISO_TOOLTIP;The default value of 0 should work fine for base ISO.\nHigher values increase sensitivity of motion detection.\nChange in small steps and watch the motion mask while changing.\nIncrease sensitivity for underexposed or high ISO images.
!TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL;Equalize per channel
!TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL_TOOLTIP;Enabled: Equalize the RGB channels individually.\nDisabled: Use same equalization factor for all channels.
@@ -2209,21 +3872,26 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTSHOWMOTION_TOOLTIP;Overlays the image with a green mask showing the regions with motion.
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
-!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
+!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
-!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_FREEGAMMA;Free gamma
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_RETINEX_GAMMA_TOOLTIP;Restore tones by applying gamma before and after Retinex. Different from Retinex curves or others curves (Lab, Exposure, etc.).
!TP_RETINEX_GRAD;Transmission gradient
!TP_RETINEX_GRADS;Strength gradient
!TP_RETINEX_GRADS_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Strength is reduced when iterations increase, and conversely.
!TP_RETINEX_GRAD_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Variance and Threshold are reduced when iterations increase, and conversely.
!TP_RETINEX_HIGHLIG;Highlight
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_ITER;Iterations (Tone-mapping)
!TP_RETINEX_ITERF;Tone mapping
!TP_RETINEX_ITER_TOOLTIP;Simulate a tone-mapping operator.\nHigh values increase the processing time.
@@ -2232,89 +3900,185 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: -
!TP_RETINEX_MAP_METHOD_TOOLTIP;Use the mask generated by the Gaussian function above (Radius, Method) to reduce halos and artifacts.\n\nCurve only: apply a diagonal contrast curve on the mask.\nBeware of artifacts!\n\nGaussian mask: generate and use a Gaussian blur of the original mask.\nQuick.\n\nSharp mask: generate and use a wavelet on the original mask.\nSlow.
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
-!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
-!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
!TP_RETINEX_SLOPE;Free gamma slope
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
-!TP_RETINEX_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sigma=%4
-!TP_RETINEX_TLABEL2;TM Tm=%1 TM=%2
-!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
+!TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
+!TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
+!TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_RETINEX_TRANF;Transmission
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
!TP_SHARPENING_ITERCHECK;Auto limit iterations
!TP_SHARPENING_RADIUS_BOOST;Corner radius boost
!TP_SOFTLIGHT_LABEL;Soft Light
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
!TP_TM_FATTAL_ANCHOR;Anchor
!TP_WAVELET_B2;Residual
!TP_WAVELET_BALANCE;Contrast balance d/v-h
!TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: vertical-horizontal and diagonal.\nIf contrast, chroma or residual tone mapping are activated, the effect due to balance is amplified.
+!TP_WAVELET_BALCHROM;Equalizer Color
!TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
-!TP_WAVELET_CB_TOOLTIP;For strong values product color-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
!TP_WAVELET_CHR;Chroma-contrast link strength
!TP_WAVELET_CHRO;Saturated/pastel threshold
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
!TP_WAVELET_CHTYPE;Chrominance method
-!TP_WAVELET_COLORT;Opacity Red-Green
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COLORT;Opacity red-green
+!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_COMPTM;Tone mapping
!TP_WAVELET_CONTEDIT;'After' contrast curve
-!TP_WAVELET_CONTRA_TOOLTIP;Changes contrast of the residual image.
+!TP_WAVELET_CONTFRAME;Contrast - Compression
+!TP_WAVELET_CONTRA_TOOLTIP;Changes the residual image contrast.
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
-!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end of the wavelet treatment.
-!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image's hue as a function of hue.
+!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
+!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
!TP_WAVELET_DAUB;Edge performance
-!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
-!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the first levels. However the quality is not strictly related to this coefficient and can vary depending on image and use.
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
+!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
!TP_WAVELET_EDGEAMPLI;Base amplification
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
-!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This adjuster lets you target edge detection for example to avoid applying edge sharpness to fine details, such as noise in the sky.
+!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
!TP_WAVELET_EDGESENSI;Edge sensitivity
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centered on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
-!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_FINCFRAME;Final local contrast
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
-!TP_WAVELET_LABEL;Wavelet Levels
+!TP_WAVELET_LABEL;Wavelet levels
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_WAVELET_LARGEST;Coarsest
-!TP_WAVELET_LEVDIR_ALL;All levels in all directions
-!TP_WAVELET_LEVDIR_INF;Below or equal the level
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVDIR_ALL;All levels, in all directions
+!TP_WAVELET_LEVDIR_INF;Finer detail levels, including selected level
!TP_WAVELET_LEVDIR_ONE;One level
-!TP_WAVELET_LEVDIR_SUP;Above the level
+!TP_WAVELET_LEVDIR_SUP;Coarser detail levels, excluding selected level
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
!TP_WAVELET_LEVELS;Wavelet levels
-!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of wavelet decomposition levels for the image.\nMore levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
!TP_WAVELET_NOISE;Denoise and Refine
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
-!TP_WAVELET_OPACITY;Opacity Blue-Yellow
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_OPACITY;Opacity blue-yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
-!TP_WAVELET_OPACITYWL;Final local contrast
+!TP_WAVELET_OPACITYWL;Local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
!TP_WAVELET_RESID;Residual Image
!TP_WAVELET_SETTINGS;Wavelet Settings
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
-!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
-!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
-!TP_WAVELET_TILESBIG;Big tiles
+!TP_WAVELET_SKY_TOOLTIP;Allows you to target or protect a range of hues.\nAt -100 selected hues are targetted.\nAt 0 all hues are treated equally.\nAt +100 selected hues are protected while all other hues are targetted.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREND;Strength
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
+!TP_WAVELET_TILESBIG;Tiles
!TP_WAVELET_TILESFULL;Full image
!TP_WAVELET_TILESIZE;Tiling method
-!TP_WAVELET_TILESLIT;Little tiles
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
-!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
+!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
+!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
diff --git a/rtdata/languages/Portugues b/rtdata/languages/Portugues
index 4e8ac2d49..09d3aa790 100644
--- a/rtdata/languages/Portugues
+++ b/rtdata/languages/Portugues
@@ -102,7 +102,7 @@ EXPORT_PIPELINE;Preparação do processamento
EXPORT_PUTTOQUEUEFAST; Colocar na fila para exportação rápida
EXPORT_RAW_DMETHOD;Método de desmatrização
EXPORT_USE_FAST_PIPELINE;Dedicado (processamento completo na imagem redimensionada)
-EXPORT_USE_FAST_PIPELINE_TIP;Usar uma preparação de processamento dedicado para imagens no modo de exportação rápida, que troca velocidade pela qualidade. O redimensionamento da imagem é feito o mais cedo possível, em vez de fazê-lo no fim, como na preparação normal. O aumento de velocidade pode ser significativo, mas esteja preparado para ver artefactos e uma degradação geral da qualidade de saída.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Usar uma preparação de processamento dedicado para imagens no modo de exportação rápida, que troca velocidade pela qualidade. O redimensionamento da imagem é feito o mais cedo possível, em vez de fazê-lo no fim, como na preparação normal. O aumento de velocidade pode ser significativo, mas esteja preparado para ver artefactos e uma degradação geral da qualidade de saída.
EXPORT_USE_NORMAL_PIPELINE;Padrão (ignorar algumas etapas, redimensionar no fim)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;processado na fila
@@ -242,7 +242,6 @@ HISTORY_CUSTOMCURVE;Curva personalizada
HISTORY_FROMCLIPBOARD;Da área de transferência
HISTORY_LABEL;Histórico
HISTORY_MSG_1;Foto carregada
-HISTORY_MSG_2;PP3 carregado
HISTORY_MSG_3;PP3 alterado
HISTORY_MSG_4;Histórico de navegação
HISTORY_MSG_5;Exposição - Claridade
@@ -256,9 +255,6 @@ HISTORY_MSG_12;Exposição - Níveis automáticos
HISTORY_MSG_13;Exposição - Cortado
HISTORY_MSG_14;L*a*b* - Claridade
HISTORY_MSG_15;L*a*b* - Contraste
-HISTORY_MSG_16;-
-HISTORY_MSG_17;-
-HISTORY_MSG_18;-
HISTORY_MSG_19;L*a*b* - Curva L*
HISTORY_MSG_20;Nitidez
HISTORY_MSG_21;Nitidez - Raio
@@ -284,10 +280,6 @@ HISTORY_MSG_40;Balanço de brancos - Tingimento
HISTORY_MSG_41;Exposição - Modo de curva de tom 1
HISTORY_MSG_42;Exposição - Curva de tom 2
HISTORY_MSG_43;Exposição - Modo de curva de tom 2
-HISTORY_MSG_44;Raio de redução de ruídos da luminância
-HISTORY_MSG_45;Tolerância de bordas da redução de ruídos da luminância
-HISTORY_MSG_46;Redução de ruídos da cor
-HISTORY_MSG_47;Misturar as altas luzes ICC com a matriz
HISTORY_MSG_48;DCP - Curva de tom
HISTORY_MSG_49;DCP iluminante
HISTORY_MSG_50;Sombras/altas luzes
@@ -295,7 +287,6 @@ HISTORY_MSG_51;Sombras/altas luzes - Altas luzes
HISTORY_MSG_52;Sombras/altas luzes - Sombras
HISTORY_MSG_53;Sombras/altas luzes - Largura tonal das altas luzes
HISTORY_MSG_54;Sombras/altas luzes - Largura tonal das sombras
-HISTORY_MSG_55;Sombras/altas luzes - Contraste local
HISTORY_MSG_56;Sombras/altas luzes - Raio
HISTORY_MSG_57;Rotação em ângulos retos
HISTORY_MSG_58;Espelhamento horizontal
@@ -307,7 +298,6 @@ HISTORY_MSG_63;Instantâneo selecionado
HISTORY_MSG_64;Cortar
HISTORY_MSG_65;Correção de aberração cromática
HISTORY_MSG_66;Exposição - Reconstrução das altas luzes
-HISTORY_MSG_67;Exposição - Quantidade de Reconstrução das altas luzes
HISTORY_MSG_68;Exposição - Método de Reconstrução das altas luzes
HISTORY_MSG_69;Espaço de cor de trabalho
HISTORY_MSG_70;Espaço de cor de saída
@@ -318,12 +308,10 @@ HISTORY_MSG_74;Redimensionar - Escala
HISTORY_MSG_75;Redimensionar - Método
HISTORY_MSG_76;Metadados Exif
HISTORY_MSG_77;Metadados IPTC
-HISTORY_MSG_78;-
HISTORY_MSG_79;Redimensionar - Largura
HISTORY_MSG_80;Redimensionar - Altura
HISTORY_MSG_81;Redimensionar
HISTORY_MSG_82;Perfil alterado
-HISTORY_MSG_83;Sombras/altas luzes - Máscara de nitidez
HISTORY_MSG_84;Correção de perspetiva
HISTORY_MSG_85;Correção da lente - Ficheiro LCP
HISTORY_MSG_86;Curvas RGB - Modo de luminosidade
@@ -370,12 +358,6 @@ HISTORY_MSG_127;Campo plano - Seleção automática
HISTORY_MSG_128;Campo plano - Raio de desfocagem
HISTORY_MSG_129;Campo plano - Tipo de desfocagem
HISTORY_MSG_130;Correção automática de distorção
-HISTORY_MSG_131;Redução de ruído - Luminância
-HISTORY_MSG_132;Redução de ruído - Crominância
-HISTORY_MSG_133;Gama de saída
-HISTORY_MSG_134;Gama livre
-HISTORY_MSG_135;Gama livre
-HISTORY_MSG_136;Declive de gama livre
HISTORY_MSG_137;Nível preto - Verde 1
HISTORY_MSG_138;Nível preto - Vermelho
HISTORY_MSG_139;Nível preto - Azul
@@ -488,7 +470,6 @@ HISTORY_MSG_246;L*a*b* - Curva CL
HISTORY_MSG_247;L*a*b* - Curva LH
HISTORY_MSG_248;L*a*b* - Curva HH
HISTORY_MSG_249;Contraste p/níveis detalhe - Limite
-HISTORY_MSG_250;Redução de ruído - Melhorado
HISTORY_MSG_251;PeB - Algoritmo
HISTORY_MSG_252;Contraste p/níveis detalhe - Afetar/proteger cor da pele
HISTORY_MSG_253;Contraste p/níveis detalhe - Reduzir artefactos
@@ -512,8 +493,6 @@ HISTORY_MSG_270;Tonificação de cor - Alto - Verde
HISTORY_MSG_271;Tonificação de cor - Alto - Azul
HISTORY_MSG_272;Tonificação de cor - Balanço
HISTORY_MSG_273;Tonificação de cor - Balanço de cor SMH
-HISTORY_MSG_274;Tonificação de cor - Saturação das sombras
-HISTORY_MSG_275;Tonificação de cor - Saturação das altas luzes
HISTORY_MSG_276;Tonificação de cor - Opacidade
HISTORY_MSG_277;--não utilizado--
HISTORY_MSG_278;Tonificação de cor - Preservar luminância
@@ -538,7 +517,6 @@ HISTORY_MSG_296;Redução de ruído - Curva de luminância
HISTORY_MSG_297;Redução de ruído - Modo
HISTORY_MSG_298;Filtro de píxeis mortos
HISTORY_MSG_299;Redução de ruído - Curva de crominância
-HISTORY_MSG_300;-
HISTORY_MSG_301;Redução de ruído - Controlo de luminância
HISTORY_MSG_302;Redução de ruído - Método de crominância
HISTORY_MSG_303;Redução de ruído - Método de crominância
@@ -647,7 +625,6 @@ HISTORY_MSG_405;Wavelet - Remover ruído - Nível 4
HISTORY_MSG_406;Wavelet - Nitidez da borda - Píxeis vizinhos
HISTORY_MSG_407;Retinex - Método
HISTORY_MSG_408;Retinex - Raio
-HISTORY_MSG_409;Retinex - Contraste
HISTORY_MSG_410;Retinex - Deslocamento
HISTORY_MSG_411;Retinex - Intensidade
HISTORY_MSG_412;Retinex - Gradiente gaussiano
@@ -695,7 +672,6 @@ HISTORY_MSG_468;PS - Preencher buracos
HISTORY_MSG_469;PS - Mediano
HISTORY_MSG_471;PS - Correção de movimento
HISTORY_MSG_472;PS - Transições suaves
-HISTORY_MSG_473;PS - Usar LMMSE
HISTORY_MSG_474;PS - Equalizar
HISTORY_MSG_475;PS - Equalizar canal
HISTORY_MSG_476;CAM02 - Saída - Temperatura
@@ -1202,7 +1178,7 @@ PROFILEPANEL_GLOBALPROFILES;Perfis incluídos
PROFILEPANEL_LABEL;Perfis de processamento
PROFILEPANEL_LOADDLGLABEL;Carregar parâmetros de processamento...
PROFILEPANEL_LOADPPASTE;Parâmetros a carregar
-PROFILEPANEL_MODE_TIP;Modo de preenchimento do perfil de processamento.\n\nBotão pressionado: os perfis parciais serão convertidos em perfis completos; os valores que faltam serão substituídos pelos padrões codificados.\n\nBotão largado: os perfis serão aplicados como estão, alterando apenas os valores que eles contêm.
+PROFILEPANEL_MODE_TOOLTIP;Modo de preenchimento do perfil de processamento.\n\nBotão pressionado: os perfis parciais serão convertidos em perfis completos; os valores que faltam serão substituídos pelos padrões codificados.\n\nBotão largado: os perfis serão aplicados como estão, alterando apenas os valores que eles contêm.
PROFILEPANEL_MYPROFILES;Meus perfis
PROFILEPANEL_PASTEPPASTE;Parâmetros a colar
PROFILEPANEL_PCUSTOM;Personalizado
@@ -1389,7 +1365,6 @@ TP_COLORAPP_DATACIE;Histogramas de saída CIECAM02 em curvas
TP_COLORAPP_DATACIE_TOOLTIP;Quando ativado, os histogramas em curvas do CIECAM02 mostram valores/intervalos aproximados para J ou Q, e C, s ou M após os ajustes do CIECAM02.\nEsta seleção não afeta o painel principal do histograma.\n\nQuando desativado, os histogramas em curvas do CIECAM02 mostram os valores L*a*b* antes dos ajustes do CIECAM02.
TP_COLORAPP_FREE;Temp+verde livre + CAT02 + [saída]
TP_COLORAPP_GAMUT;Controlo da gama (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;Permitir controlo da gama no modo L*a*b*.
TP_COLORAPP_HUE;Matiz (h)
TP_COLORAPP_HUE_TOOLTIP;Matiz (h) - ângulo entre 0° e 360°.
TP_COLORAPP_LABEL;Modelo de aparência de cor CIE 2002
@@ -1402,7 +1377,7 @@ TP_COLORAPP_MEANLUMINANCE;Luminância média (Yb%)
TP_COLORAPP_MODEL;Modelo de ponto branco
TP_COLORAPP_MODEL_TOOLTIP;Modelo de ponto branco.\n\nBalanço brancos [RT] + [saída]: o balanço de brancos do RT é usado para a cena, o CIECAM02 está definido para D50 e o balanço de brancos do dispositivo de saída é definido em condições de visualização.\n\nBalanço brancos [RT+CAT02] + [saída]: as configurações de balanço de brancos do RT são usadas pelo CAT02 e o balanço de brancos do dispositivo de saída é definido em condições de visualização.\n\nTemp+verde livre + CAT02 + [saída]: temp e verde são selecionados pelo utilizador, o balanço de brancos do dispositivo de saída é definido em condições de visualização.
TP_COLORAPP_NEUTRAL;Repor
-TP_COLORAPP_NEUTRAL_TIP;Repor todas as caixas de seleção dos controlos deslizantes e as curvas para os seus valores padrão
+TP_COLORAPP_NEUTRAL_TOOLTIP;Repor todas as caixas de seleção dos controlos deslizantes e as curvas para os seus valores padrão
TP_COLORAPP_RSTPRO;Proteção do vermelho e cor da pele
TP_COLORAPP_RSTPRO_TOOLTIP;Vermelho e proteção de cor da pele afeta os controlos deslizantes e as curvas.
TP_COLORAPP_SURROUND;Ambiente
@@ -1464,7 +1439,7 @@ TP_COLORTONING_METHOD;Método
TP_COLORTONING_METHOD_TOOLTIP;"Mistura L*a*b*", "Controlos deslizantes RGB" e "Curvas RGB" usam mistura de cores interpoladas.\n"Balanço de cor (sombras/meios tons/altas luzes)" e "Saturação 2 cores" usa cores diretas.\n\nA ferramenta preto e branco pode ser ativada ao usar qualquer método, o que permite a tonificação de cores.
TP_COLORTONING_MIDTONES;Meios tons
TP_COLORTONING_NEUTRAL;Repor os controlos deslizantes
-TP_COLORTONING_NEUTRAL_TIP;Repor todos os valores padrão (sombras, meios tons, altas luzes).
+TP_COLORTONING_NEUTRAL_TOOLTIP;Repor todos os valores padrão (sombras, meios tons, altas luzes).
TP_COLORTONING_OPACITY;Opacidade
TP_COLORTONING_RGBCURVES;RGB - Curvas
TP_COLORTONING_RGBSLIDERS;RGB - Controlos deslizantes
@@ -1578,7 +1553,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;Com -100 afeta as cores da pele.\nCom 0 todos os
TP_DIRPYREQUALIZER_THRESHOLD;Limite
TP_DIRPYREQUALIZER_TOOLTIP;Tenta reduzir os artefactos nas transições entre as cores da pele (matiz, croma, luminância) e o resto da imagem.
TP_DISTORTION_AMOUNT;Quantidade
-TP_DISTORTION_AUTO_TIP;Corrige automaticamente a distorção da lente em ficheiros RAW, combinando-a com a imagem JPEG incorporada, caso exista, e tenha sua distorção de lente corrigida automaticamente pela câmara.
+TP_DISTORTION_AUTO_TOOLTIP;Corrige automaticamente a distorção da lente em ficheiros RAW, combinando-a com a imagem JPEG incorporada, caso exista, e tenha sua distorção de lente corrigida automaticamente pela câmara.
TP_DISTORTION_LABEL;Correção de distorção
TP_EPD_EDGESTOPPING;Paragem nas bordas
TP_EPD_GAMMA;Gama
@@ -1587,12 +1562,12 @@ TP_EPD_REWEIGHTINGITERATES;Reponderando iterações
TP_EPD_SCALE;Escala
TP_EPD_STRENGTH;Intensidade
TP_EXPOSURE_AUTOLEVELS;Níveis automáticos
-TP_EXPOSURE_AUTOLEVELS_TIP;Alterna a execução dos níveis automáticos para definir automaticamente os valores do controlo deslizante da exposição baseado numa análise de imagem.\nAtiva a reconstrução das altas luzes se necessário.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Alterna a execução dos níveis automáticos para definir automaticamente os valores do controlo deslizante da exposição baseado numa análise de imagem.\nAtiva a reconstrução das altas luzes se necessário.
TP_EXPOSURE_BLACKLEVEL;Preto
TP_EXPOSURE_BRIGHTNESS;Claridade
TP_EXPOSURE_CLAMPOOG;Cortar cores fora da gama
TP_EXPOSURE_CLIP;% de corte
-TP_EXPOSURE_CLIP_TIP;A fração de píxeis a ser cortada na operação níveis automáticos.
+TP_EXPOSURE_CLIP_TOOLTIP;A fração de píxeis a ser cortada na operação níveis automáticos.
TP_EXPOSURE_COMPRHIGHLIGHTS;Compressão das altas luzes
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Limite de compressão de altas luzes
TP_EXPOSURE_COMPRSHADOWS;Compressão das sombras
@@ -1729,7 +1704,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminância de acordo com a matiz L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminância de acordo com a luminância L=f(L)
TP_LABCURVE_LABEL;Ajustes L*a*b*
TP_LABCURVE_LCREDSK;Restringir o LC aos tons vermelhos e cor da pele
-TP_LABCURVE_LCREDSK_TIP;Se ativada, a curva LC afeta apenas os tons vermelhos e tons de pele.\nSe desativado, aplica-se a todos os tons.
+TP_LABCURVE_LCREDSK_TOOLTIP;Se ativada, a curva LC afeta apenas os tons vermelhos e tons de pele.\nSe desativado, aplica-se a todos os tons.
TP_LABCURVE_RSTPROTECTION;Proteção de tons vermelhos e tons de pele
TP_LABCURVE_RSTPRO_TOOLTIP;Funciona no controlo deslizante de cromaticidade e na curva CC.
TP_LENSGEOM_AUTOCROP;Recorte automático
@@ -1750,7 +1725,7 @@ TP_METADATA_MODE;Modo de cópia de metadados
TP_METADATA_STRIP;Remover todos os metadados
TP_METADATA_TUNNEL;Copiar inalterado
TP_NEUTRAL;Repor
-TP_NEUTRAL_TIP;Repor os controlos deslizantes de exposição para valores neutros.\nAplica-se aos mesmos controlos aplicados aos níveis automáticos, independentemente se usa os níveis automáticos ou não.
+TP_NEUTRAL_TOOLTIP;Repor os controlos deslizantes de exposição para valores neutros.\nAplica-se aos mesmos controlos aplicados aos níveis automáticos, independentemente se usa os níveis automáticos ou não.
TP_PCVIGNETTE_FEATHER;Difusão
TP_PCVIGNETTE_FEATHER_TOOLTIP;Difusão:\n0 = apenas cantos,\n50 = a meio caminho do centro,\n100 = para o centro.
TP_PCVIGNETTE_LABEL;Filtro de vinhetagem
@@ -1932,7 +1907,7 @@ TP_RETINEX_MLABEL;Restaurado sem névoa mín=%1 máx=%2
TP_RETINEX_MLABEL_TOOLTIP;Deve estar perto de mín=0 máx=32768\nImagem restaurada sem mistura.
TP_RETINEX_NEIGHBOR;Raio
TP_RETINEX_NEUTRAL;Repor
-TP_RETINEX_NEUTRAL_TIP;Repõe todos os controlos deslizantes e curvas nos seus valores padrão.
+TP_RETINEX_NEUTRAL_TOOLTIP;Repõe todos os controlos deslizantes e curvas nos seus valores padrão.
TP_RETINEX_OFFSET;Deslocamento (brilho)
TP_RETINEX_SCALES;Gradiente gaussiano
TP_RETINEX_SCALES_TOOLTIP;Se o controlo deslizante for 0, todas as iterações serão idênticas.\nSe > 0 a escala e raio são reduzidos quando as iterações aumentam e inversamente.
@@ -1968,7 +1943,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Graus
TP_ROTATE_LABEL;Rodar
TP_ROTATE_SELECTLINE;Desenhar linha vertical
-TP_SAVEDIALOG_OK_TIP;Atalho: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Atalho: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Altas luzes
TP_SHADOWSHLIGHTS_HLTONALW;Largura tonal das altas luzes
TP_SHADOWSHLIGHTS_LABEL;Sombras/altas luzes
@@ -2188,7 +2163,6 @@ TP_WAVELET_THRH;Limite de altas luzes
TP_WAVELET_TILESBIG;Matrizes grandes
TP_WAVELET_TILESFULL;Toda a imagem
TP_WAVELET_TILESIZE;Método de matrizes
-TP_WAVELET_TILESLIT;Matrizes pequenas
TP_WAVELET_TILES_TOOLTIP;O processamento de 'toda a imagem' consegue uma melhor qualidade e é a opção recomendada, enquanto que a utilização de matrizes é uma solução de recurso para utilizadores com pouca RAM. Consulte a RawPedia para saber mais sobre os requisitos de memória RAM.
TP_WAVELET_TMSTRENGTH;Intensidade de compressão
TP_WAVELET_TMSTRENGTH_TOOLTIP;Controla a intensidade do mapeamento de tom ou a compressão do contraste da imagem residual. Quando o valor for diferente de 0, os controlos deslizantes de intensidade e gama da ferramenta de mapeamento de tom na aba de exposição ficarão a cinzento.
@@ -2255,19 +2229,715 @@ ZOOMPANEL_ZOOMOUT;Afastar\nAtalho: -
! Untranslated keys follow; remove the ! prefix after an entry is translated.
!!!!!!!!!!!!!!!!!!!!!!!!!
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_DELETEDIALOG_ALL;Are you sure you want to permanently delete all %1 files in trash?
!FILEBROWSER_DELETEDIALOG_SELECTED;Are you sure you want to permanently delete the selected %1 files?
!FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Are you sure you want to permanently delete the selected %1 files, including a queue-processed version?
!FILEBROWSER_EMPTYTRASHHINT;Permanently delete all files in trash.
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPREMOVE;Delete permanently
!FILEBROWSER_POPUPREMOVEINCLPROC;Delete permanently, including queue-processed version
!FILEBROWSER_SHOWNOTTRASHHINT;Show only images not in trash.
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
!HISTORY_MSG_494;Capture Sharpening
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_PDSHARPEN_AUTO_CONTRAST;CS - Auto threshold
!HISTORY_MSG_PDSHARPEN_AUTO_RADIUS;CS - Auto radius
!HISTORY_MSG_PDSHARPEN_CHECKITER;CS - Auto limit iterations
@@ -2275,10 +2945,94 @@ ZOOMPANEL_ZOOMOUT;Afastar\nAtalho: -
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
+!HISTORY_MSG_RANGEAB;Range ab
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
+!INSPECTOR_WINDOW_TITLE;Inspector
!MAIN_FRAME_PLACES_DEL;Remove
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
+!PARTIALPASTE_FILMNEGATIVE;Film negative
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
+!PARTIALPASTE_SPOT;Spot removal
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROGRESSBAR_DECODING;Decoding...
!PROGRESSBAR_GREENEQUIL;Green equilibration...
!PROGRESSBAR_HLREC;Highlight reconstruction...
@@ -2286,14 +3040,111 @@ ZOOMPANEL_ZOOMOUT;Afastar\nAtalho: -
!PROGRESSBAR_LINEDENOISE;Line noise filter...
!PROGRESSBAR_RAWCACORR;Raw CA correction...
!QUEUE_LOCATION_TITLE;Output Location
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_PPI;PPI
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
+!TP_HLREC_HLBLUR;Blur
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
+!TP_ICM_REDFRAME;Custom Primaries
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
!TP_LENSPROFILE_CORRECTION_AUTOMATCH;Automatically selected
@@ -2301,8 +3152,921 @@ ZOOMPANEL_ZOOMOUT;Afastar\nAtalho: -
!TP_LENSPROFILE_MODE_HEADER;Lens Profile
!TP_LENSPROFILE_USE_GEOMETRIC;Geometric distortion
!TP_LENSPROFILE_USE_HEADER;Correct
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_SHARPENING_ITERCHECK;Auto limit iterations
!TP_SHARPENING_RADIUS_BOOST;Corner radius boost
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
+!TP_WAVELET_BALCHROM;Equalizer Color
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COMPEXPERT;Advanced
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
+!TP_WAVELET_CONTFRAME;Contrast - Compression
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
+!TP_WAVELET_FINCFRAME;Final local contrast
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREND;Strength
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
diff --git a/rtdata/languages/Portugues (Brasil) b/rtdata/languages/Portugues (Brasil)
index 464734481..cf386f5ff 100644
--- a/rtdata/languages/Portugues (Brasil)
+++ b/rtdata/languages/Portugues (Brasil)
@@ -102,7 +102,7 @@ EXPORT_PIPELINE;Processamento pipeline
EXPORT_PUTTOQUEUEFAST; Coloque na fila para exportação rápida
EXPORT_RAW_DMETHOD;Método Demosaico
EXPORT_USE_FAST_PIPELINE;Dedicado (processamento completo na imagem redimensionada)
-EXPORT_USE_FAST_PIPELINE_TIP;Use um processamento dedicado pipeline para imagens no modo de Exportação Rápida, que troca velocidade por qualidade. O redimensionamento da imagem é feito o mais cedo possível, em vez de fazê-lo no final, como no pipeline normal. O aumento de velocidade pode ser significativo, mas esteja preparado para ver artefatos e uma degradação geral da qualidade de saída.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use um processamento dedicado pipeline para imagens no modo de Exportação Rápida, que troca velocidade por qualidade. O redimensionamento da imagem é feito o mais cedo possível, em vez de fazê-lo no final, como no pipeline normal. O aumento de velocidade pode ser significativo, mas esteja preparado para ver artefatos e uma degradação geral da qualidade de saída.
EXPORT_USE_NORMAL_PIPELINE;Padrão (ignorar algumas etapas, redimensionar no final)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;processado em fila
@@ -249,7 +249,6 @@ HISTORY_CUSTOMCURVE;Curva personalizada
HISTORY_FROMCLIPBOARD;Da área de transferência
HISTORY_LABEL;Histórico
HISTORY_MSG_1;Foto Carregada
-HISTORY_MSG_2;PP3 Perfil carregado
HISTORY_MSG_3;PP3 Perfil alterado
HISTORY_MSG_4;Histórico de navegação
HISTORY_MSG_5;Exposição - Claridade
@@ -263,9 +262,6 @@ HISTORY_MSG_12;Exposição - Níveis automáticos
HISTORY_MSG_13;Exposição - Clip
HISTORY_MSG_14;L*a*b* - Claridade
HISTORY_MSG_15;L*a*b* - Contraste
-HISTORY_MSG_16;-
-HISTORY_MSG_17;-
-HISTORY_MSG_18;-
HISTORY_MSG_19;L*a*b* - L* curva
HISTORY_MSG_20;Nitidez
HISTORY_MSG_21;USM - Raio
@@ -291,10 +287,6 @@ HISTORY_MSG_40;Balanço de Branco - Matiz
HISTORY_MSG_41;Exposição - Modo de curva de tom 1
HISTORY_MSG_42;Exposição - Curva de tom 2
HISTORY_MSG_43;Exposição - Modo de curva de tom 2
-HISTORY_MSG_44;Raio de remoção de ruídos da Lum.
-HISTORY_MSG_45;Tolerância de bordas da remoção de ruídos da Lum.
-HISTORY_MSG_46;Remoção de ruídos da cor
-HISTORY_MSG_47;Misture os realces ICC com a matriz
HISTORY_MSG_48;DCP - Curva de tom
HISTORY_MSG_49;DCP iluminante
HISTORY_MSG_50;Sombras/Realces
@@ -302,7 +294,6 @@ HISTORY_MSG_51;S/H - Realces
HISTORY_MSG_52;S/H - Sombras
HISTORY_MSG_53;S/H - Largura tonal dos realces
HISTORY_MSG_54;S/H - Largura tonal das sombras
-HISTORY_MSG_55;S/H - Contraste local
HISTORY_MSG_56;S/H - Raio
HISTORY_MSG_57;Rotação grosseira
HISTORY_MSG_58;Giro Horizontal
@@ -314,7 +305,6 @@ HISTORY_MSG_63;Instantâneo selecionado
HISTORY_MSG_64;Cortar
HISTORY_MSG_65;Correção CA
HISTORY_MSG_66;Exposição - Reconstrução do realce
-HISTORY_MSG_67;Exposição - Montante HLR
HISTORY_MSG_68;Exposição - Método HLR
HISTORY_MSG_69;Espaço de cor de trabalho
HISTORY_MSG_70;Espaço de cor de saída
@@ -325,12 +315,10 @@ HISTORY_MSG_74;Redimensionar - Escala
HISTORY_MSG_75;Redimensionar - Método
HISTORY_MSG_76;Metadados Exif
HISTORY_MSG_77;Metadados IPTC
-HISTORY_MSG_78;-
HISTORY_MSG_79;Redimensionar - Largura
HISTORY_MSG_80;Redimensionar - Altura
HISTORY_MSG_81;Redimensionar
HISTORY_MSG_82;Perfil alterado
-HISTORY_MSG_83;S/H - Máscara de nitidez
HISTORY_MSG_84;Correção de perspectiva
HISTORY_MSG_85;Correção de Lente - Arquivo LCP
HISTORY_MSG_86;Curvas RGB - Modo de Luminosidade
@@ -377,12 +365,6 @@ HISTORY_MSG_127;Flat-Field - Seleção automática
HISTORY_MSG_128;Flat-Field - Raio de desfoque
HISTORY_MSG_129;Flat-Field - Tipo de desfoque
HISTORY_MSG_130;Correção automática de distorção
-HISTORY_MSG_131;NR - Luma
-HISTORY_MSG_132;NR - Croma
-HISTORY_MSG_133;Gama de saída
-HISTORY_MSG_134;Gama livre
-HISTORY_MSG_135;Gama livre
-HISTORY_MSG_136;Declive gama livre
HISTORY_MSG_137;Nível preto - Verde 1
HISTORY_MSG_138;Nível preto - Vermelho
HISTORY_MSG_139;Nível preto - Azul
@@ -495,7 +477,6 @@ HISTORY_MSG_246;L*a*b* - Curva CL
HISTORY_MSG_247;L*a*b* - Curva LH
HISTORY_MSG_248;L*a*b* - Curva HH
HISTORY_MSG_249;CbDL - Limite
-HISTORY_MSG_250;NR - Aprimorada
HISTORY_MSG_251;P&B - Algoritmo
HISTORY_MSG_252;CbDL - Pele tar/prot
HISTORY_MSG_253;CbDL - Reduzir artefatos
@@ -519,8 +500,6 @@ HISTORY_MSG_270;CT - Alto - Verde
HISTORY_MSG_271;CT - Alto - Azul
HISTORY_MSG_272;CT - Balanço
HISTORY_MSG_273;CT - Balanço de cor SMH
-HISTORY_MSG_274;CT - Sat. Sombras
-HISTORY_MSG_275;CT - Sat. Realces
HISTORY_MSG_276;CT - Opacidade
HISTORY_MSG_277;--sem uso--
HISTORY_MSG_278;CT - Preserve luminância
@@ -545,7 +524,6 @@ HISTORY_MSG_296;NR - Curva de luminância
HISTORY_MSG_297;NR - Modo
HISTORY_MSG_298;Filtro de pixel morto
HISTORY_MSG_299;NR - Curva de crominância
-HISTORY_MSG_300;-
HISTORY_MSG_301;NR - Controle luma
HISTORY_MSG_302;NR - Método croma
HISTORY_MSG_303;NR - Método croma
@@ -654,7 +632,6 @@ HISTORY_MSG_405;W - Remoção de ruído - Nível 4
HISTORY_MSG_406;W - ES - Píxeis vizinhos
HISTORY_MSG_407;Retinex - Método
HISTORY_MSG_408;Retinex - Raio
-HISTORY_MSG_409;Retinex - Contraste
HISTORY_MSG_410;Retinex - Compensação
HISTORY_MSG_411;Retinex - Intensidade
HISTORY_MSG_412;Retinex - Gradiente de Gaussian
@@ -702,7 +679,6 @@ HISTORY_MSG_468;PS - Preencher buracos
HISTORY_MSG_469;PS - Mediano
HISTORY_MSG_471;PS - Correção de movimento
HISTORY_MSG_472;PS - Transições suaves
-HISTORY_MSG_473;PS - Usar LMMSE
HISTORY_MSG_474;PS - Equalizar
HISTORY_MSG_475;PS - Equalizar canal
HISTORY_MSG_476;CAM02 - Saída Temp
@@ -1209,7 +1185,7 @@ PROFILEPANEL_GLOBALPROFILES;Perfis agrupados
PROFILEPANEL_LABEL;Perfis de Processamento
PROFILEPANEL_LOADDLGLABEL;Carregar Parâmetros de Processamento...
PROFILEPANEL_LOADPPASTE;Parâmetros para carregar
-PROFILEPANEL_MODE_TIP;Modo de preenchimento do perfil de processamento.\n\nBotão pressionado: perfis parciais serão convertidos em perfis completos; os valores ausentes serão substituídos por padrões codificados.\n\nBotão liberado: os perfis serão aplicados como estão, alterando apenas os valores que eles contêm.
+PROFILEPANEL_MODE_TOOLTIP;Modo de preenchimento do perfil de processamento.\n\nBotão pressionado: perfis parciais serão convertidos em perfis completos; os valores ausentes serão substituídos por padrões codificados.\n\nBotão liberado: os perfis serão aplicados como estão, alterando apenas os valores que eles contêm.
PROFILEPANEL_MYPROFILES;Meus perfis
PROFILEPANEL_PASTEPPASTE;Parâmetros para colar
PROFILEPANEL_PCUSTOM;Personalizado
@@ -1400,7 +1376,6 @@ TP_COLORAPP_DATACIE;Histogramas de saída em curvas do CIECAM02
TP_COLORAPP_DATACIE_TOOLTIP;Quando ativado, os histogramas em curvas do CIECAM02 mostram valores/intervalos aproximados para J ou Q, e C, s ou M após os ajustes do CIECAM02.\nEsta seleção não afeta o painel principal do histograma.\n\nQuando desativado, os histogramas em curvas do CIECAM02 mostram os valores L*a*b* antes dos ajustes do CIECAM02.
TP_COLORAPP_FREE;Temp+verde livre + CAT02 + [saída]
TP_COLORAPP_GAMUT;Controle da gama (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;Permitir controle da gama no modo L*a*b*.
TP_COLORAPP_HUE;Matiz (h)
TP_COLORAPP_HUE_TOOLTIP;Matiz (h) - ângulo entre 0° e 360°.
TP_COLORAPP_LABEL;Modelo de Aparência de Cor CIE 2002
@@ -1413,7 +1388,7 @@ TP_COLORAPP_MEANLUMINANCE;Luminância média (Yb%)
TP_COLORAPP_MODEL;Modelo de Ponto Branco
TP_COLORAPP_MODEL_TOOLTIP;Modelo de Ponto Branco.\n\nWB [RT] + [saída]: O balanço de branco do RT é usado para a cena, CIECAM02 está definido para D50, e o balanço de branco do dispositivo de saída é definido em Condições de Visualização.\n\nWB [RT+CAT02] + [saída]: As configurações de balanço de branco do RT são usadas pelo CAT02 e o balanço de branco do dispositivo de saída é definido em Condições de Visualização.\n\nTemp+verde livre + CAT02 + [saída]: temp e verde são selecionados pelo usuário, o balanço de branco do dispositivo de saída é definido em Condições de Visualização.
TP_COLORAPP_NEUTRAL;Restaurar
-TP_COLORAPP_NEUTRAL_TIP;Restaurar todas as caixas de seleção e curvas dos controles deslizantes para seus valores padrão
+TP_COLORAPP_NEUTRAL_TOOLTIP;Restaurar todas as caixas de seleção e curvas dos controles deslizantes para seus valores padrão
TP_COLORAPP_RSTPRO;Proteção vermelho e de tons de pele
TP_COLORAPP_RSTPRO_TOOLTIP;Vermelho & proteção de tons de pele afeta os controles deslizantes e as curvas.
TP_COLORAPP_SURROUND;Ambiente
@@ -1473,7 +1448,7 @@ TP_COLORTONING_METHOD;Método
TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* mistura", "Controles deslizantes RGB" e "Curvas RGB" usar mistura de cores interpoladas.\n"Balanço de Cor (Sombras/Meios tons/Realces)" e "Saturação 2 cores" use cores diretas.\n\nA ferramenta Preto-e-Branco pode ser ativada ao usar qualquer método, que permita a tonificação de cores.
TP_COLORTONING_MIDTONES;Meios tons
TP_COLORTONING_NEUTRAL;Restaurar controles deslizantes
-TP_COLORTONING_NEUTRAL_TIP;Restaurar todos os valores (Sombras, Meios tons, Realces) para o padrão.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Restaurar todos os valores (Sombras, Meios tons, Realces) para o padrão.
TP_COLORTONING_OPACITY;Opacidade
TP_COLORTONING_RGBCURVES;RGB - Curvas
TP_COLORTONING_RGBSLIDERS;RGB - Controles deslizantes
@@ -1587,7 +1562,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;São segmentados em -100 tons de pele.\nEm 0 tod
TP_DIRPYREQUALIZER_THRESHOLD;Limite
TP_DIRPYREQUALIZER_TOOLTIP;Tenta reduzir artefatos nas transições entre as cores da pele (matiz, croma, luma) e o restante da imagem.
TP_DISTORTION_AMOUNT;Montante
-TP_DISTORTION_AUTO_TIP;Corrige automaticamente a distorção da lente em arquivos RAW, combinando-a com a imagem JPEG incorporada, caso exista, e tenha sua distorção de lente corrigida automaticamente pela câmera.
+TP_DISTORTION_AUTO_TOOLTIP;Corrige automaticamente a distorção da lente em arquivos RAW, combinando-a com a imagem JPEG incorporada, caso exista, e tenha sua distorção de lente corrigida automaticamente pela câmera.
TP_DISTORTION_LABEL;Correção de Distorção
TP_EPD_EDGESTOPPING;Borda parando
TP_EPD_GAMMA;Gama
@@ -1596,12 +1571,12 @@ TP_EPD_REWEIGHTINGITERATES;Reponderando iterações
TP_EPD_SCALE;Escala
TP_EPD_STRENGTH;Intensidade
TP_EXPOSURE_AUTOLEVELS;Níveis Automáticos
-TP_EXPOSURE_AUTOLEVELS_TIP;Alterna a execução dos Níveis Automáticos para definir automaticamente os valores do controle deslizante de Exposição baseado numa análise de imagem.\nHabilita a Reconstrução de Realce se necessário.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Alterna a execução dos Níveis Automáticos para definir automaticamente os valores do controle deslizante de Exposição baseado numa análise de imagem.\nHabilita a Reconstrução de Realce se necessário.
TP_EXPOSURE_BLACKLEVEL;Preto
TP_EXPOSURE_BRIGHTNESS;Claridade
TP_EXPOSURE_CLAMPOOG;Recortar cores fora da gama
TP_EXPOSURE_CLIP;Recortar %
-TP_EXPOSURE_CLIP_TIP;A fração de píxeis a ser recortada na operação Níveis Automáticos.
+TP_EXPOSURE_CLIP_TOOLTIP;A fração de píxeis a ser recortada na operação Níveis Automáticos.
TP_EXPOSURE_COMPRHIGHLIGHTS;Compressão de realce
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Limite de compressão de realce
TP_EXPOSURE_COMPRSHADOWS;Compressão de sombra
@@ -1741,7 +1716,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminância de acordo com a matiz L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminância de acordo com a luminância L=f(L)
TP_LABCURVE_LABEL;L*a*b* Ajustes
TP_LABCURVE_LCREDSK;Restringir o LC aos tons vermelho e cor de pele
-TP_LABCURVE_LCREDSK_TIP;Se ativada, a curva LC afeta somente tons vermelhos e cor de pele.\nSe desativado, aplica-se a todos os tons.
+TP_LABCURVE_LCREDSK_TOOLTIP;Se ativada, a curva LC afeta somente tons vermelhos e cor de pele.\nSe desativado, aplica-se a todos os tons.
TP_LABCURVE_RSTPROTECTION;Proteção para tons vermelho e cor de pele
TP_LABCURVE_RSTPRO_TOOLTIP;Funciona no controle deslizante de cromaticidade e na curva CC.
TP_LENSGEOM_AUTOCROP;Corte automático
@@ -1765,7 +1740,7 @@ TP_METADATA_MODE;Modo de cópia de metadados
TP_METADATA_STRIP;Remover todos os metadados
TP_METADATA_TUNNEL;Copiar inalterado
TP_NEUTRAL;Restaurar
-TP_NEUTRAL_TIP;Restaurar os controles deslizantes de exposição para valores neutros.\nAplica-se aos mesmos controles aplicados aos Níveis Automáticos, independentemente da utilização dos Níveis Automáticos.
+TP_NEUTRAL_TOOLTIP;Restaurar os controles deslizantes de exposição para valores neutros.\nAplica-se aos mesmos controles aplicados aos Níveis Automáticos, independentemente da utilização dos Níveis Automáticos.
TP_PCVIGNETTE_FEATHER;Difusão
TP_PCVIGNETTE_FEATHER_TOOLTIP;Difundindo:\n0 = apenas cantos,\n50 = a meio caminho do centro,\n100 = para centrar.
TP_PCVIGNETTE_LABEL;Filtro de Vinheta
@@ -1944,7 +1919,7 @@ TP_RETINEX_MLABEL;Restaurado sem névoa Min=%1 Max=%2
TP_RETINEX_MLABEL_TOOLTIP;Deve estar perto min=0 max=32768\nImagem restaurada sem mistura.
TP_RETINEX_NEIGHBOR;Raio
TP_RETINEX_NEUTRAL;Restaurar
-TP_RETINEX_NEUTRAL_TIP;Restaura todos os controles deslizantes e curvas para seus valores padrão.
+TP_RETINEX_NEUTRAL_TOOLTIP;Restaura todos os controles deslizantes e curvas para seus valores padrão.
TP_RETINEX_OFFSET;Compensação (brilho)
TP_RETINEX_SCALES;Gradiente gaussiano
TP_RETINEX_SCALES_TOOLTIP;Se o controle deslizante for 0, todas as iterações serão idênticas.\nSe > 0 Escala e raio são reduzidos quando as iterações aumentam e inversamente.
@@ -1980,7 +1955,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Graus
TP_ROTATE_LABEL;Girar
TP_ROTATE_SELECTLINE;Selecione Linha Reta
-TP_SAVEDIALOG_OK_TIP;Atalho: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Atalho: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Realces
TP_SHADOWSHLIGHTS_HLTONALW;Largura tonal dos realces
TP_SHADOWSHLIGHTS_LABEL;Sombras/Realces
@@ -2200,7 +2175,6 @@ TP_WAVELET_THRH;Limite de realces
TP_WAVELET_TILESBIG;Mosaicos grandes
TP_WAVELET_TILESFULL;Imagem cheia
TP_WAVELET_TILESIZE;Método de mosaicos
-TP_WAVELET_TILESLIT;Mosaicos pequenos
TP_WAVELET_TILES_TOOLTIP;O processamento da imagem cheia leva a uma melhor qualidade e é a opção recomendada, enquanto o uso de mosaicos é uma solução de retorno para usuários com pouca RAM. Consulte o RawPedia para requisitos de memória.
TP_WAVELET_TMSTRENGTH;Intensidade de compressão
TP_WAVELET_TMSTRENGTH_TOOLTIP;Controla a intensidade do mapeamento de tom ou a compressão de contraste da imagem residual. Quando o valor for diferente de 0, os controles deslizantes Intensidade e Gama da ferramenta Mapeamento de Tom na guia Exposição ficarão esmaecidos.
@@ -2267,14 +2241,710 @@ ZOOMPANEL_ZOOMOUT;Menos Zoom\nAtalho: -
! Untranslated keys follow; remove the ! prefix after an entry is translated.
!!!!!!!!!!!!!!!!!!!!!!!!!
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
+!FILEBROWSER_POPUPINSPECT;Inspect
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_COLORTONING_LABREGION_OFFSET;CT - region offset
!HISTORY_MSG_COLORTONING_LABREGION_POWER;CT - region power
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_PDSHARPEN_AUTO_CONTRAST;CS - Auto threshold
!HISTORY_MSG_PDSHARPEN_AUTO_RADIUS;CS - Auto radius
!HISTORY_MSG_PDSHARPEN_CHECKITER;CS - Auto limit iterations
@@ -2282,28 +2952,1122 @@ ZOOMPANEL_ZOOMOUT;Menos Zoom\nAtalho: -
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
+!HISTORY_MSG_RANGEAB;Range ab
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
+!INSPECTOR_WINDOW_TITLE;Inspector
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
+!PARTIALPASTE_FILMNEGATIVE;Film negative
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
+!PARTIALPASTE_SPOT;Spot removal
!PREFERENCES_CACHECLEAR_SAFETY;Only files in the cache are cleared. Processing profiles stored alongside the source images are not touched.
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROGRESSBAR_DECODING;Decoding...
!PROGRESSBAR_HOTDEADPIXELFILTER;Hot/dead pixel filter...
!PROGRESSBAR_RAWCACORR;Raw CA correction...
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_LABREGION_OFFSET;Offset
!TP_COLORTONING_LABREGION_POWER;Power
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_PPI;PPI
-!TP_DEHAZE_LUMINANCE;Luminance only
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_DEHAZE_SATURATION;Saturation
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
+!TP_HLREC_HLBLUR;Blur
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
+!TP_ICM_REDFRAME;Custom Primaries
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
!TP_LENSPROFILE_LENS_WARNING;Warning: the crop factor used for lens profiling is larger than the crop factor of the camera, the results might be wrong.
!TP_LENSPROFILE_USE_HEADER;Correct
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_PDSHARPENING_LABEL;Capture Sharpening
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DUALDEMOSAICAUTOCONTRAST_TOOLTIP;If the checkbox is checked (recommended), RawTherapee calculates an optimum value based on flat regions in the image.\nIf there is no flat region in the image or the image is too noisy, the value will be set to 0.\nTo set the value manually, uncheck the checkbox first (reasonable values depend on the image).
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_SHARPENING_ITERCHECK;Auto limit iterations
!TP_SHARPENING_RADIUS_BOOST;Corner radius boost
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
+!TP_WAVELET_BALCHROM;Equalizer Color
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COMPEXPERT;Advanced
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
+!TP_WAVELET_CONTFRAME;Contrast - Compression
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
+!TP_WAVELET_FINCFRAME;Final local contrast
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREND;Strength
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
diff --git a/rtdata/languages/Russian b/rtdata/languages/Russian
index fbfd086a3..6b0aa6ca0 100644
--- a/rtdata/languages/Russian
+++ b/rtdata/languages/Russian
@@ -230,7 +230,6 @@ HISTORY_CUSTOMCURVE;Пользовательская кривая
HISTORY_FROMCLIPBOARD;Из буфера обмена
HISTORY_LABEL;История
HISTORY_MSG_1;Фото загружено
-HISTORY_MSG_2;Профиль загружен
HISTORY_MSG_3;Профиль изменён
HISTORY_MSG_4;Просмотр истории
HISTORY_MSG_5;Яркость
@@ -244,9 +243,6 @@ HISTORY_MSG_12;Автоматические уровни
HISTORY_MSG_13;Обрезка экспозиции
HISTORY_MSG_14;L*a*b*: Яркость
HISTORY_MSG_15;L*a*b*: Контраст
-HISTORY_MSG_16;Освещенность: Уровень чёрного
-HISTORY_MSG_17;Освещенность: Сжатие светов
-HISTORY_MSG_18;Освещенность: Сжатие теней
HISTORY_MSG_19;Кривая 'L'
HISTORY_MSG_20;Резкость
HISTORY_MSG_21;Резкость: Радиус
@@ -272,10 +268,6 @@ HISTORY_MSG_40;Баланс белого: оттенок
HISTORY_MSG_41;Режим тоновой кривой 1
HISTORY_MSG_42;Тоновая кривая 2
HISTORY_MSG_43;Режим тоновой кривой 2
-HISTORY_MSG_44;Удаление шума: радиус
-HISTORY_MSG_45;Удаление шума: чувств. к границам
-HISTORY_MSG_46;Удаление цв. шума
-HISTORY_MSG_47;Смешение ICC светов с матрицей
HISTORY_MSG_48;Использование тональной кривой ICC
HISTORY_MSG_49;Источник цвета DCP
HISTORY_MSG_50;Тени/Света
@@ -283,7 +275,6 @@ HISTORY_MSG_51;Т/С: Света
HISTORY_MSG_52;Т/С: Тени
HISTORY_MSG_53;Т/С: Уровень светов
HISTORY_MSG_54;Т/С: Уровень теней
-HISTORY_MSG_55;Т/С: Локальный контраст
HISTORY_MSG_56;Т/С: Радиус
HISTORY_MSG_57;Грубый поворот
HISTORY_MSG_58;Горизонтальное отражение
@@ -295,7 +286,6 @@ HISTORY_MSG_63;Снимок выбран
HISTORY_MSG_64;Кадрирование
HISTORY_MSG_65;Коррекция ХА
HISTORY_MSG_66;Восстановление пересветов
-HISTORY_MSG_67;ВП: Величина восстановления
HISTORY_MSG_68;ВП: Способ восстановления
HISTORY_MSG_69;Рабочая цветовая модель
HISTORY_MSG_70;Выходная цветовая модель
@@ -306,12 +296,10 @@ HISTORY_MSG_74;Масштабирование: Величина
HISTORY_MSG_75;Масштабирование: Способ
HISTORY_MSG_76;Метаданные Exif
HISTORY_MSG_77;Метаданные IPTC
-HISTORY_MSG_78;-
HISTORY_MSG_79;Масштаб: Ширина
HISTORY_MSG_80;Масштаб: Высота
HISTORY_MSG_81;Масштабирование
HISTORY_MSG_82;Изменение профиля
-HISTORY_MSG_83;Т/С: Маска резкости
HISTORY_MSG_84;Коррекция перспективы
HISTORY_MSG_85;Профиль коррекции объектива
HISTORY_MSG_86;Кривая RGB: Яркость
@@ -358,12 +346,6 @@ HISTORY_MSG_127;Автовыбор плоского поля
HISTORY_MSG_128;Радиус размытия плоского поля
HISTORY_MSG_129;Тип размытия плоского поля
HISTORY_MSG_130;Автоискажения
-HISTORY_MSG_131;Подавление яркостного шума
-HISTORY_MSG_132;Подавление цветового шума
-HISTORY_MSG_133;Гамма
-HISTORY_MSG_134;Свободная гамма
-HISTORY_MSG_135;Свободная гамма
-HISTORY_MSG_136;Крутизна гаммы
HISTORY_MSG_137;Ур. черного: Зеленый 1
HISTORY_MSG_138;Ур. черного: Красный
HISTORY_MSG_139;Ур. черного: Синий
@@ -474,14 +456,12 @@ HISTORY_MSG_246;Кривая 'CL'
HISTORY_MSG_247;Кривая 'LH'
HISTORY_MSG_248;Кривая 'HH'
HISTORY_MSG_249;КпУД: Порог
-HISTORY_MSG_250;ПШ: Улучшенный
HISTORY_MSG_251;Ч&Б: Алгоритм
HISTORY_MSG_277;--неиспользуемый--
HISTORY_MSG_293;Имитация плёнки
HISTORY_MSG_294;Имитация плёнки: Сила
HISTORY_MSG_295;Имитация плёнки: Плёнка
HISTORY_MSG_298;Фильтр битых пикселей
-HISTORY_MSG_300;-
HISTORY_MSG_440;КпУД: Метод
HISTORY_MSG_485;Коррекция объектива
HISTORY_MSG_486;Коррекция объектива: Камера
@@ -845,7 +825,7 @@ PROFILEPANEL_GLOBALPROFILES;Предустановленные профили
PROFILEPANEL_LABEL;Профиль обработки
PROFILEPANEL_LOADDLGLABEL;Загрузить профиль обработки...
PROFILEPANEL_LOADPPASTE;Параметры для загрузки
-PROFILEPANEL_MODE_TIP;Режим применения профиля\n\nКнопка зажата: Частичные профили будут сконвертированы в полные профили, отсутствующие значения заменятся на значения по умолчанию.\n\nКнопка отжата: Профили будут применяться как они есть, изменяя только те параметры, которые в них прописаны.
+PROFILEPANEL_MODE_TOOLTIP;Режим применения профиля\n\nКнопка зажата: Частичные профили будут сконвертированы в полные профили, отсутствующие значения заменятся на значения по умолчанию.\n\nКнопка отжата: Профили будут применяться как они есть, изменяя только те параметры, которые в них прописаны.
PROFILEPANEL_MYPROFILES;Мои профили
PROFILEPANEL_PASTEPPASTE;Параметры для вставки
PROFILEPANEL_PCUSTOM;Пользовательский
@@ -1010,7 +990,6 @@ TP_COLORAPP_CURVEEDITOR3;Цветовая кривая
TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Позволяет настроить цвет (C), насыщенность (S) или красочность (M).\n\nПоказывает гистограмму насыщенности (L*a*b*) перед CIECAM02.\nЕсли стоит галка "Показывать кривые в CIECAM02", показывает в гистограмме значения C, s или M. C, s и M не показываются в основной гистограмме.\nИтоговый вывод смотрите на основной гистограмме.
TP_COLORAPP_DATACIE;Показывать кривые в CIECAM02
TP_COLORAPP_GAMUT;Контроль гаммы (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;Позволяет контролировать гамму в режиме L*a*b*.
TP_COLORAPP_HUE;Цвет (h)
TP_COLORAPP_MODEL;Модель точки белого
TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;Абсолютная яркость при просмотре.\n(Обычно 16 кд/м²)
@@ -1091,12 +1070,12 @@ TP_EPD_REWEIGHTINGITERATES;Перевзвешивание проходов
TP_EPD_SCALE;Масштаб
TP_EPD_STRENGTH;Интенсивность
TP_EXPOSURE_AUTOLEVELS;Автоуровни
-TP_EXPOSURE_AUTOLEVELS_TIP;Переключение выполнения автоуровней для автоматической установки параметров экспозиции на основе анализа изображения
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Переключение выполнения автоуровней для автоматической установки параметров экспозиции на основе анализа изображения
TP_EXPOSURE_BLACKLEVEL;Уровень чёрного
TP_EXPOSURE_BRIGHTNESS;Яркость
TP_EXPOSURE_CLAMPOOG;Обрезать цвета за пределами охвата
TP_EXPOSURE_CLIP;Ограничить
-TP_EXPOSURE_CLIP_TIP;Часть пикселей, обрезаемая операцией автоматических уровней
+TP_EXPOSURE_CLIP_TOOLTIP;Часть пикселей, обрезаемая операцией автоматических уровней
TP_EXPOSURE_COMPRHIGHLIGHTS;Сжатие светов
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Порог восстановления светов
TP_EXPOSURE_COMPRSHADOWS;Сжатие теней
@@ -1211,7 +1190,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Яркость в соответствии с
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Яркость в соответствии с яркостью.\nL=f(L)
TP_LABCURVE_LABEL;Кривые L*a*b*
TP_LABCURVE_LCREDSK;Ограничить применение кривой ЯЦ
-TP_LABCURVE_LCREDSK_TIP;Если включено, то кривая яркости от цвета применится лишь для тонов кожи и красных оттенков.\nИначе применится для всех тонов
+TP_LABCURVE_LCREDSK_TOOLTIP;Если включено, то кривая яркости от цвета применится лишь для тонов кожи и красных оттенков.\nИначе применится для всех тонов
TP_LABCURVE_RSTPROTECTION;Защита красного и тонов кожи
TP_LABCURVE_RSTPRO_TOOLTIP;Защита красных тонов и оттенков кожи\nМожно использовать вместе со слайдером Цветность и кривой ЦЦ.
TP_LENSGEOM_AUTOCROP;Автокадрирование
@@ -1232,7 +1211,7 @@ TP_METADATA_MODE;Режим копирования метаданных
TP_METADATA_STRIP;Удалить всё
TP_METADATA_TUNNEL;Скопировать неизменённо
TP_NEUTRAL;Сбросить
-TP_NEUTRAL_TIP;Сбросить настройки выдержки на средние значения
+TP_NEUTRAL_TOOLTIP;Сбросить настройки выдержки на средние значения
TP_PCVIGNETTE_FEATHER;Размытие
TP_PCVIGNETTE_FEATHER_TOOLTIP;Размытие:\n0=только углы, 50=наполовину к центру, 100=к центру.
TP_PCVIGNETTE_LABEL;Фильтр виньетирования
@@ -1326,7 +1305,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Угол
TP_ROTATE_LABEL;Поворот
TP_ROTATE_SELECTLINE;Выбрать прямую линию
-TP_SAVEDIALOG_OK_TIP;Горячая клавиша Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Горячая клавиша Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Света
TP_SHADOWSHLIGHTS_HLTONALW;Уровень
TP_SHADOWSHLIGHTS_LABEL;Тени/света
@@ -1459,24 +1438,36 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!EXPORT_BYPASS_EQUALIZER;Bypass Wavelet Levels
!EXPORT_PIPELINE;Processing pipeline
!EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-!EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+!EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
!EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_CACHECLEARFROMFULL;Clear all including cached profiles
!FILEBROWSER_CACHECLEARFROMPARTIAL;Clear all except cached profiles
!FILEBROWSER_DELETEDIALOG_ALL;Are you sure you want to permanently delete all %1 files in trash?
!FILEBROWSER_DELETEDIALOG_SELECTED;Are you sure you want to permanently delete the selected %1 files?
!FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Are you sure you want to permanently delete the selected %1 files, including a queue-processed version?
!FILEBROWSER_EMPTYTRASHHINT;Permanently delete all files in trash.
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPREMOVE;Delete permanently
!FILEBROWSER_POPUPREMOVEINCLPROC;Delete permanently, including queue-processed version
!FILEBROWSER_SHOWNOTTRASHHINT;Show only images not in trash.
!FILEBROWSER_SHOWORIGINALHINT;Show only original images.\n\nWhen several images exist with the same filename but different extensions, the one considered original is the one whose extension is nearest the top of the parsed extensions list in Preferences > File Browser > Parsed Extensions.
!FILECHOOSER_FILTER_PP;Processing profiles
!FILECHOOSER_FILTER_SAME;Same format as current photo
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
!GIMP_PLUGIN_INFO;Welcome to the RawTherapee GIMP plugin!\nOnce you are done editing, simply close the main RawTherapee window and the image will be automatically imported in GIMP.
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
!HISTOGRAM_TOOLTIP_MODE;Toggle between linear, log-linear and log-log scaling of the histogram.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_MSG_235;B&W - CM - Auto
!HISTORY_MSG_237;B&W - CM
!HISTORY_MSG_252;CbDL - Skin tar/prot
@@ -1501,8 +1492,6 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!HISTORY_MSG_271;CT - High - Blue
!HISTORY_MSG_272;CT - Balance
!HISTORY_MSG_273;CT - Color Balance SMH
-!HISTORY_MSG_274;CT - Sat. Shadows
-!HISTORY_MSG_275;CT - Sat. Highlights
!HISTORY_MSG_276;CT - Opacity
!HISTORY_MSG_278;CT - Preserve luminance
!HISTORY_MSG_279;CT - Shadows
@@ -1539,10 +1528,10 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!HISTORY_MSG_315;W - Residual - Contrast
!HISTORY_MSG_316;W - Gamut - Skin tar/prot
!HISTORY_MSG_317;W - Gamut - Skin hue
-!HISTORY_MSG_318;W - Contrast - Highlight levels
-!HISTORY_MSG_319;W - Contrast - Highlight range
-!HISTORY_MSG_320;W - Contrast - Shadow range
-!HISTORY_MSG_321;W - Contrast - Shadow levels
+!HISTORY_MSG_318;W - Contrast - Finer levels
+!HISTORY_MSG_319;W - Contrast - Finer range
+!HISTORY_MSG_320;W - Contrast - Coarser range
+!HISTORY_MSG_321;W - Contrast - Coarser levels
!HISTORY_MSG_322;W - Gamut - Avoid color shift
!HISTORY_MSG_323;W - ES - Local contrast
!HISTORY_MSG_324;W - Chroma - Pastel
@@ -1606,14 +1595,14 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!HISTORY_MSG_382;PRS RLD - Amount
!HISTORY_MSG_383;PRS RLD - Damping
!HISTORY_MSG_384;PRS RLD - Iterations
-!HISTORY_MSG_385;W - Residual - Color Balance
+!HISTORY_MSG_385;W - Residual - Color balance
!HISTORY_MSG_386;W - Residual - CB green high
!HISTORY_MSG_387;W - Residual - CB blue high
!HISTORY_MSG_388;W - Residual - CB green mid
!HISTORY_MSG_389;W - Residual - CB blue mid
!HISTORY_MSG_390;W - Residual - CB green low
!HISTORY_MSG_391;W - Residual - CB blue low
-!HISTORY_MSG_392;W - Residual - Color Balance
+!HISTORY_MSG_392;W - Residual - Color balance
!HISTORY_MSG_393;DCP - Look table
!HISTORY_MSG_394;DCP - Baseline exposure
!HISTORY_MSG_395;DCP - Base table
@@ -1630,7 +1619,6 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_407;Retinex - Method
!HISTORY_MSG_408;Retinex - Radius
-!HISTORY_MSG_409;Retinex - Contrast
!HISTORY_MSG_410;Retinex - Offset
!HISTORY_MSG_411;Retinex - Strength
!HISTORY_MSG_412;Retinex - Gaussian gradient
@@ -1646,7 +1634,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!HISTORY_MSG_422;Retinex - Gamma
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_426;Retinex - Hue equalizer
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
@@ -1665,32 +1653,695 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!HISTORY_MSG_442;Retinex - Scale
!HISTORY_MSG_443;Output black point compensation
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_445;Raw sub-image
-!HISTORY_MSG_449;PS - ISO adaption
-!HISTORY_MSG_452;PS - Show motion
-!HISTORY_MSG_453;PS - Show mask only
-!HISTORY_MSG_457;PS - Check red/blue
-!HISTORY_MSG_462;PS - Check green
-!HISTORY_MSG_464;PS - Blur motion mask
-!HISTORY_MSG_465;PS - Blur radius
-!HISTORY_MSG_468;PS - Fill holes
-!HISTORY_MSG_469;PS - Median
-!HISTORY_MSG_471;PS - Motion correction
-!HISTORY_MSG_472;PS - Smooth transitions
-!HISTORY_MSG_473;PS - Use LMMSE
-!HISTORY_MSG_474;PS - Equalize
-!HISTORY_MSG_475;PS - Equalize channel
-!HISTORY_MSG_476;CAM02 - Temp out
-!HISTORY_MSG_477;CAM02 - Green out
-!HISTORY_MSG_478;CAM02 - Yb out
-!HISTORY_MSG_479;CAM02 - CAT02 adaptation out
-!HISTORY_MSG_480;CAM02 - Automatic CAT02 out
-!HISTORY_MSG_481;CAM02 - Temp scene
-!HISTORY_MSG_482;CAM02 - Green scene
-!HISTORY_MSG_483;CAM02 - Yb scene
-!HISTORY_MSG_484;CAM02 - Auto Yb scene
+!HISTORY_MSG_445;Raw Sub-Image
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_449;PS ISO adaption
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_452;PS Show motion
+!HISTORY_MSG_453;PS Show mask only
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_457;PS Check red/blue
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_462;PS Check green
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_464;PS Blur motion mask
+!HISTORY_MSG_465;PS Blur radius
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_468;PS Fill holes
+!HISTORY_MSG_469;PS Median
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_471;PS Motion correction
+!HISTORY_MSG_472;PS Smooth transitions
+!HISTORY_MSG_474;PS Equalize
+!HISTORY_MSG_475;PS Equalize channel
+!HISTORY_MSG_476;CAL - VC - Temperature
+!HISTORY_MSG_477;CAL - VC - Tint
+!HISTORY_MSG_478;CAL - VC - Mean luminance
+!HISTORY_MSG_479;CAL - VC - Adaptation
+!HISTORY_MSG_480;CAL - VC - Auto adaptation
+!HISTORY_MSG_481;CAL - SC - Temperature
+!HISTORY_MSG_482;CAL - SC - Tint
+!HISTORY_MSG_483;CAL - SC - Mean luminance
+!HISTORY_MSG_484;CAL - SC - Auto mean luminance
!HISTORY_MSG_489;DRC - Detail
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Color correction
!HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Color correction
!HISTORY_MSG_COLORTONING_LABREGION_CHANNEL;CT - Channel
@@ -1705,17 +2356,37 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Saturation
!HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
!HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
!HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
!HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
!HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-!HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-!HISTORY_MSG_ICM_WORKING_SLOPE;Working - Slope
-!HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC method
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_MICROCONTRAST_CONTRAST;Microcontrast - Contrast threshold
!HISTORY_MSG_PDSHARPEN_AUTO_CONTRAST;CS - Auto threshold
!HISTORY_MSG_PDSHARPEN_AUTO_RADIUS;CS - Auto radius
@@ -1724,33 +2395,96 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
+!HISTORY_MSG_RANGEAB;Range ab
!HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correction - Iterations
!HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correction - Avoid color shift
!HISTORY_MSG_RAW_BORDER;Raw border
!HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Allow upscaling
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SHARPENING_BLUR;Sharpening - Blur radius
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
!HISTORY_MSG_SH_COLORSPACE;S/H - Colorspace
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
!ICCPROFCREATOR_COPYRIGHT;Copyright:
-!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
!ICCPROFCREATOR_CUSTOM;Custom
!ICCPROFCREATOR_DESCRIPTION;Description:
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
!ICCPROFCREATOR_DESCRIPTION_TOOLTIP;Leave empty to set the default description.
!ICCPROFCREATOR_GAMMA;Gamma
!ICCPROFCREATOR_ILL;Illuminant:
-!ICCPROFCREATOR_ILL_TOOLTIP;You can only set the illuminant for ICC v4 profiles.
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
-!ICCPROFCREATOR_PRIM_TOOLTIP;You can only set custom primaries for ICC v4 profiles.
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
+!ICCPROFCREATOR_PRIM_TOOLTIP;You can set custom primaries for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIM_WIDEG;Widegamut
!ICCPROFCREATOR_SAVEDIALOG_TITLE;Save ICC profile as...
!ICCPROFCREATOR_SLOPE;Slope
-!ICCPROFCREATOR_TRC_PRESET;Tone response curve:
+!ICCPROFCREATOR_TRC_PRESET;Tone response curve
+!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
!IPTCPANEL_COPYRIGHT;Copyright notice
@@ -1762,7 +2496,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!IPTCPANEL_CREATORJOBTITLEHINT;Enter the Job Title of the person listed in the Creator field.
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_HEADLINEHINT;Enter a brief publishable synopsis or summary of the contents of the image.
@@ -1781,16 +2515,21 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!MAIN_MSG_TOOMANYOPENEDITORS;Too many open editors.\nPlease close an editor to continue.
!MAIN_TAB_FAVORITES;Favorites
!MAIN_TAB_FAVORITES_TOOLTIP;Shortcut: Alt-u
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TOOLTIP_BACKCOLOR3;Background color of the preview: middle grey\nShortcut: 9
!MAIN_TOOLTIP_PREVIEWSHARPMASK;Preview the sharpening contrast mask.\nShortcut: p\n\nOnly works when sharpening is enabled and zoom >= 100%.
!MONITOR_PROFILE_SYSTEM;System default
!PARTIALPASTE_COLORTONING;Color toning
!PARTIALPASTE_DEHAZE;Haze removal
!PARTIALPASTE_EQUALIZER;Wavelet levels
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!PARTIALPASTE_FILMNEGATIVE;Film negative
!PARTIALPASTE_FILMSIMULATION;Film simulation
!PARTIALPASTE_FLATFIELDCLIPCONTROL;Flat-field clip control
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
!PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_PRSHARPENING;Post-resize sharpening
!PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA avoid color shift
!PARTIALPASTE_RAWCACORR_CAREDBLUE;CA red & blue
@@ -1798,6 +2537,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
!PARTIALPASTE_RETINEX;Retinex
+!PARTIALPASTE_SPOT;Spot removal
!PREFERENCES_APPEARANCE_PSEUDOHIDPI;Pseudo-HiDPI mode
!PREFERENCES_CACHECLEAR_ALL;Clear all cached files:
!PREFERENCES_CACHECLEAR_ALLBUTPROFILES;Clear all cached files except for cached processing profiles:
@@ -1809,15 +2549,28 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaic
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CHUNKSIZE_RGB;RGB processing
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
!PREFERENCES_CLUTSCACHE;HaldCLUT Cache
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
!PREFERENCES_CMMBPC;Black point compensation
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
!PREFERENCES_CROP_AUTO_FIT;Automatically zoom to fit the crop
!PREFERENCES_EDITORCMDLINE;Custom command line
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
!PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compact toolbars in File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT;Same thumbnail height between the Filmstrip and the File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT_HINT;Having separate thumbnail size will require more processing time each time you'll switch between the single Editor tab and the File Browser.
!PREFERENCES_HISTOGRAM_TOOLTIP;If enabled, the working profile is used for rendering the main histogram and the Navigator panel, otherwise the gamma-corrected output profile is used.
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
!PREFERENCES_MAXRECENTFOLDERS;Maximum number of recent folders
!PREFERENCES_MONINTENT;Default rendering intent
@@ -1838,6 +2591,8 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!PREFERENCES_SERIALIZE_TIFF_READ_LABEL;Serialize reading of TIFF files
!PREFERENCES_SERIALIZE_TIFF_READ_TOOLTIP;Enabling this option when working with folders containing uncompressed TIFF files can increase performance of thumbnail generation.
!PREFERENCES_SHOWFILMSTRIPTOOLBAR;Show Filmstrip toolbar
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROFILEPANEL_PDYNAMIC;Dynamic
!PROGRESSBAR_DECODING;Decoding...
!PROGRESSBAR_GREENEQUIL;Green equilibration...
@@ -1858,34 +2613,68 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
!TOOLBAR_TOOLTIP_COLORPICKER;Lockable Color Picker\n\nWhen the tool is active:\n- Add a picker: left-click.\n- Drag a picker: left-click and drag.\n- Delete a picker: right-click.\n- Delete all pickers: Ctrl+Shift+right-click.\n- Revert to hand tool: right-click outside any picker.
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
!TP_CBDL_AFT;After Black-and-White
!TP_CBDL_BEF;Before Black-and-White
!TP_CBDL_METHOD;Process located
!TP_CBDL_METHOD_TOOLTIP;Choose whether the Contrast by Detail Levels tool is to be positioned after the Black-and-White tool, which makes it work in L*a*b* space, or before it, which makes it work in RGB space.
!TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminance
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
-!TP_COLORAPP_DATACIE_TOOLTIP;When enabled, histograms in CIECAM02 curves show approximate values/ranges for J or Q, and C, s or M after the CIECAM02 adjustments.\nThis selection does not impact the main histogram panel.\n\nWhen disabled, histograms in CIECAM02 curves show L*a*b* values before CIECAM02 adjustments.
-!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
-!TP_COLORAPP_HUE_TOOLTIP;Hue (h) - angle between 0° and 360°.
-!TP_COLORAPP_LABEL;CIE Color Appearance Model 2002
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DATACIE_TOOLTIP;Affects histograms shown in Color Appearance & Lightning curves. Does not affect RawTherapee's main histogram.\n\nEnabled: show approximate values for J and C, S or M after the CIECAM adjustments.\nDisabled: show L*a*b* values before CIECAM adjustments.
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_HUE_TOOLTIP;Hue (h) is the degree to which a stimulus can be described as similar to a color described as red, green, blue and yellow.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_LABEL;Color Appearance & Lighting
!TP_COLORAPP_LABEL_CAM02;Image Adjustments
!TP_COLORAPP_LABEL_SCENE;Scene Conditions
!TP_COLORAPP_LABEL_VIEWING;Viewing Conditions
!TP_COLORAPP_LIGHT;Lightness (J)
-!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM02 differs from L*a*b* and RGB lightness.
+!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM is the clarity of a stimulus relative to the clarity of a stimulus that appears white under similar viewing conditions. It differs from L*a*b* and RGB lightness.
!TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
-!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM02 is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp+green + CAT02 + [output]: temp and green are selected by the user, the output device's white balance is set in Viewing Conditions.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02/16] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp + tint + CAT02/16 + [output]: temp and tint are selected by the user, the output device's white balance is set in Viewing Conditions.
!TP_COLORAPP_NEUTRAL;Reset
-!TP_COLORAPP_NEUTRAL_TIP;Reset all sliders checkbox and curves to their default values
+!TP_COLORAPP_NEUTRAL_TOOLTIP;Reset all sliders checkbox and curves to their default values.
!TP_COLORAPP_RSTPRO;Red & skin-tones protection
!TP_COLORAPP_RSTPRO_TOOLTIP;Red & skin-tones protection affects both sliders and curves.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
!TP_COLORAPP_SURROUND;Surround
+!TP_COLORAPP_SURROUNDSRC;Surround
!TP_COLORAPP_SURROUND_AVER;Average
!TP_COLORAPP_SURROUND_DARK;Dark
!TP_COLORAPP_SURROUND_DIM;Dim
!TP_COLORAPP_SURROUND_EXDARK;Extremly Dark (Cutsheet)
-!TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device.\n\nAverage: Average light environment (standard). The image will not change.\n\nDim: Dim environment (TV). The image will become slightly dark.\n\nDark: Dark environment (projector). The image will become more dark.\n\nExtremly Dark: Extremly dark environment (cutsheet). The image will become very dark.
+!TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device. The darker the viewing conditions, the darker the image will become. Image brightness will not be changed when the viewing conditions are set to average.
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
!TP_COLORAPP_TCMODE_BRIGHTNESS;Brightness
!TP_COLORAPP_TCMODE_CHROMA;Chroma
!TP_COLORAPP_TCMODE_COLORF;Colorfulness
@@ -1894,18 +2683,22 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_COLORAPP_TCMODE_LABEL3;Curve chroma mode
!TP_COLORAPP_TCMODE_LIGHTNESS;Lightness
!TP_COLORAPP_TCMODE_SATUR;Saturation
-!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
-!TP_COLORAPP_TONECIE;Tone mapping using CIECAM02
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TONECIE;Use CIECAM for tone mapping
!TP_COLORAPP_TONECIE_TOOLTIP;If this option is disabled, tone mapping is done in L*a*b* space.\nIf this option is enabled, tone mapping is done using CIECAM02.\nThe Tone Mapping tool must be enabled for this setting to take effect.
-!TP_COLORAPP_WBCAM;WB [RT+CAT02] + [output]
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_WBCAM;WB [RT+CAT02/16] + [output]
!TP_COLORAPP_WBRT;WB [RT] + [output]
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_AB;o C/L
!TP_COLORTONING_AUTOSAT;Automatic
!TP_COLORTONING_BALANCE;Balance
!TP_COLORTONING_BY;o C/L
!TP_COLORTONING_CHROMAC;Opacity
-!TP_COLORTONING_COLOR;Color
-!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
+!TP_COLORTONING_COLOR;Color:
+!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L).
!TP_COLORTONING_HIGHLIGHT;Highlights
!TP_COLORTONING_HUE;Hue
!TP_COLORTONING_LAB;L*a*b* blending
@@ -1935,11 +2728,11 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_COLORTONING_LUMAMODE;Preserve luminance
!TP_COLORTONING_LUMAMODE_TOOLTIP;If enabled, when you change color (red, green, cyan, blue, etc.) the luminance of each pixel is preserved.
!TP_COLORTONING_METHOD;Method
-!TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated color blending.\n"Color balance (Shadows/Midtones/Highlights)" and "Saturation 2 colors" use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
+!TP_COLORTONING_METHOD_TOOLTIP;'L*a*b* blending', 'RGB sliders' and 'RGB curves' use interpolated color blending.\n'Color balance (Shadows/Midtones/Highlights)' and 'Saturation 2 colors' use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
!TP_COLORTONING_MIDTONES;Midtones
!TP_COLORTONING_NEUTRAL;Reset sliders
-!TP_COLORTONING_NEUTRAL_TIP;Reset all values (Shadows, Midtones, Highlights) to default.
-!TP_COLORTONING_OPACITY;Opacity
+!TP_COLORTONING_NEUTRAL_TOOLTIP;Reset all values (Shadows, Midtones, Highlights) to default.
+!TP_COLORTONING_OPACITY;Opacity:
!TP_COLORTONING_RGBCURVES;RGB - Curves
!TP_COLORTONING_RGBSLIDERS;RGB - Sliders
!TP_COLORTONING_SA;Saturation Protection
@@ -1956,12 +2749,13 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_COLORTONING_TWOBY;Special a* and b*
!TP_COLORTONING_TWOCOLOR_TOOLTIP;Standard chroma:\nLinear response, a* = b*.\n\nSpecial chroma:\nLinear response, a* = b*, but unbound - try under the diagonal.\n\nSpecial a* and b*:\nLinear response unbound with separate curves for a* and b*. Intended for special effects.\n\nSpecial chroma 2 colors:\nMore predictable.
!TP_COLORTONING_TWOSTD;Standard chroma
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_PPI;PPI
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_CURVE_TOOLTIP;Increase (multiply) the value of all chrominance sliders.\nThis curve lets you adjust the strength of chromatic noise reduction as a function of chromaticity, for instance to increase the action in areas of low saturation and to decrease it in those of high saturation.
!TP_DIRPYRDENOISE_CHROMINANCE_METHODADVANCED_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
-!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Preview multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the preview after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW_INFO;Preview size=%1, Center: Px=%2 Py=%3
@@ -1972,7 +2766,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_DIRPYRDENOISE_MEDIAN_METHOD_CHROMINANCE;Chroma only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LABEL;Median Filter
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LUMINANCE;Luminance only
-!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
+!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the 'Luminance only' and 'L*a*b*' methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the 'RGB' mode, it will be performed at the very end of the noise reduction pipeline.
!TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;Weighted L* (little) + a*b* (normal)
!TP_DIRPYRDENOISE_MEDIAN_PASSES;Median iterations
!TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
@@ -1985,34 +2779,92 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_DIRPYREQUALIZER_SKIN;Skin targetting/protection
!TP_DIRPYREQUALIZER_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
!TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts in the transitions between skin colors (hue, chroma, luma) and the rest of the image.
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+!TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_EXPOS_BLACKPOINT_LABEL;Raw Black Points
!TP_EXPOS_WHITEPOINT_LABEL;Raw White Points
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
!TP_FLATFIELD_CLIPCONTROL;Clip control
!TP_FLATFIELD_CLIPCONTROL_TOOLTIP;Clip control avoids clipped highlights caused by applying the flat field. If there are already clipped highlights before applying the flat field, value 0 is used.
+!TP_HLREC_HLBLUR;Blur
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET;Baseline exposure
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET_TOOLTIP;Employ the embedded DCP baseline exposure offset. The setting is only available if the selected DCP has one.
!TP_ICM_APPLYHUESATMAP;Base table
!TP_ICM_APPLYHUESATMAP_TOOLTIP;Employ the embedded DCP base table (HueSatMap). The setting is only available if the selected DCP has one.
!TP_ICM_APPLYLOOKTABLE;Look table
!TP_ICM_APPLYLOOKTABLE_TOOLTIP;Employ the embedded DCP look table. The setting is only available if the selected DCP has one.
-!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is "interpolated" which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is 'interpolated' which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_PROFILEINTENT;Rendering Intent
+!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB;Apply white balance
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
!TP_ICM_WORKING_TRC;Tone response curve:
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
!TP_ICM_WORKING_TRC_CUSTOM;Custom
!TP_ICM_WORKING_TRC_GAMMA;Gamma
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
!TP_ICM_WORKING_TRC_NONE;None
!TP_ICM_WORKING_TRC_SLOPE;Slope
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_ICM_WORKING_TRC_TOOLTIP;Only for built-in profiles.
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
@@ -2021,22 +2873,831 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_LENSPROFILE_MODE_HEADER;Lens Profile
!TP_LENSPROFILE_USE_GEOMETRIC;Geometric distortion
!TP_LENSPROFILE_USE_HEADER;Correct
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
!TP_PREPROCESS_LINEDENOISE_DIRECTION;Direction
!TP_PREPROCESS_LINEDENOISE_DIRECTION_BOTH;Both
!TP_PREPROCESS_LINEDENOISE_DIRECTION_HORIZONTAL;Horizontal
!TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;Horizontal only on PDAF rows
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
-!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the 'Lanczos' resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
!TP_RAW_2PASS;1-pass+fast
!TP_RAW_3PASSBEST;3-pass (Markesteijn)
!TP_RAW_4PASS;3-pass+fast
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
!TP_RAW_BORDER;Border
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DCBVNG4;DCB+VNG4
!TP_RAW_DUALDEMOSAICAUTOCONTRAST;Auto threshold
!TP_RAW_DUALDEMOSAICAUTOCONTRAST_TOOLTIP;If the checkbox is checked (recommended), RawTherapee calculates an optimum value based on flat regions in the image.\nIf there is no flat region in the image or the image is too noisy, the value will be set to 0.\nTo set the value manually, uncheck the checkbox first (reasonable values depend on the image).
@@ -2044,6 +3705,8 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_RAW_IMAGENUM;Sub-image
!TP_RAW_IMAGENUM_SN;SN mode
!TP_RAW_IMAGENUM_TOOLTIP;Some raw files consist of several sub-images (Pentax/Sony Pixel Shift, Pentax 3-in-1 HDR, Canon Dual Pixel, Fuji EXR).\n\nWhen using any demosaicing method other than Pixel Shift, this selects which sub-image is used.\n\nWhen using the Pixel Shift demosaicing method on a Pixel Shift raw, all sub-images are used, and this selects which sub-image should be used for moving parts.
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTBLUR;Blur motion mask
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
!TP_RAW_PIXELSHIFTEPERISO;Sensitivity
@@ -2054,7 +3717,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Equalize the brightness of the frames to the brightness of the selected frame.\nIf there are overexposed areas in the frames select the brightest frame to avoid magenta color cast in overexposed areas or enable motion correction.
!TP_RAW_PIXELSHIFTGREEN;Check green channel for motion
!TP_RAW_PIXELSHIFTHOLEFILL;Fill holes in motion mask
-!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask
+!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask.
!TP_RAW_PIXELSHIFTMEDIAN;Use median for moving parts
!TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTMM_AUTO;Automatic
@@ -2069,22 +3732,27 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_RAW_PIXELSHIFTSIGMA;Blur radius
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
-!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
-!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
+!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
+!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas.
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_RETINEX_CONTEDIT_HSL;HSL histogram
!TP_RETINEX_CONTEDIT_LAB;L*a*b* histogram
!TP_RETINEX_CONTEDIT_LH;Hue
!TP_RETINEX_CONTEDIT_MAP;Equalizer
-!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_EQUAL;Equalizer
!TP_RETINEX_FREEGAMMA;Free gamma
!TP_RETINEX_GAIN;Gain
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_RETINEX_GAMMA;Gamma
!TP_RETINEX_GAMMA_FREE;Free
!TP_RETINEX_GAMMA_HIGH;High
@@ -2099,7 +3767,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_RETINEX_HIGH;High
!TP_RETINEX_HIGHLIG;Highlight
!TP_RETINEX_HIGHLIGHT;Highlight threshold
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_HSLSPACE_LIN;HSL-Linear
!TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
!TP_RETINEX_ITER;Iterations (Tone-mapping)
@@ -2118,11 +3786,11 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD;Method
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
-!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
+!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_RETINEX_NEIGHBOR;Radius
!TP_RETINEX_NEUTRAL;Reset
-!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+!TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
!TP_RETINEX_OFFSET;Offset (brightness)
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
@@ -2132,9 +3800,9 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_RETINEX_STRENGTH;Strength
!TP_RETINEX_THRESHOLD;Threshold
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
-!TP_RETINEX_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sigma=%4
-!TP_RETINEX_TLABEL2;TM Tm=%1 TM=%2
-!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
+!TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
+!TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
+!TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_RETINEX_TRANF;Transmission
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
@@ -2143,7 +3811,7 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
!TP_RETINEX_VIEW;Process
!TP_RETINEX_VIEW_MASK;Mask
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_NONE;Standard
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
@@ -2151,6 +3819,11 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_SHARPENING_BLUR;Blur radius
!TP_SHARPENING_ITERCHECK;Auto limit iterations
!TP_SHARPENING_RADIUS_BOOST;Corner radius boost
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
!TP_WAVELET_1;Level 1
!TP_WAVELET_2;Level 2
!TP_WAVELET_3;Level 3
@@ -2160,22 +3833,28 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_WAVELET_7;Level 7
!TP_WAVELET_8;Level 8
!TP_WAVELET_9;Level 9
-!TP_WAVELET_APPLYTO;Apply To
+!TP_WAVELET_APPLYTO;Apply to
!TP_WAVELET_AVOID;Avoid color shift
!TP_WAVELET_B0;Black
-!TP_WAVELET_B1;Grey
+!TP_WAVELET_B1;Gray
!TP_WAVELET_B2;Residual
!TP_WAVELET_BACKGROUND;Background
!TP_WAVELET_BACUR;Curve
!TP_WAVELET_BALANCE;Contrast balance d/v-h
!TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: vertical-horizontal and diagonal.\nIf contrast, chroma or residual tone mapping are activated, the effect due to balance is amplified.
!TP_WAVELET_BALCHRO;Chroma balance
+!TP_WAVELET_BALCHROM;Equalizer Color
!TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
!TP_WAVELET_BANONE;None
!TP_WAVELET_BASLI;Slider
!TP_WAVELET_BATYPE;Contrast balance method
-!TP_WAVELET_CBENAB;Toning and Color Balance
-!TP_WAVELET_CB_TOOLTIP;For strong values product color-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CBENAB;Toning and Color balance
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
!TP_WAVELET_CCURVE;Local contrast
!TP_WAVELET_CH1;Whole chroma range
!TP_WAVELET_CH2;Saturated/pastel
@@ -2183,29 +3862,42 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_WAVELET_CHCU;Curve
!TP_WAVELET_CHR;Chroma-contrast link strength
!TP_WAVELET_CHRO;Saturated/pastel threshold
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
!TP_WAVELET_CHSL;Sliders
!TP_WAVELET_CHTYPE;Chrominance method
-!TP_WAVELET_COLORT;Opacity Red-Green
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COLORT;Opacity red-green
!TP_WAVELET_COMPCONT;Contrast
+!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPGAMMA;Compression gamma
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_COMPTM;Tone mapping
!TP_WAVELET_CONTEDIT;'After' contrast curve
+!TP_WAVELET_CONTFRAME;Contrast - Compression
!TP_WAVELET_CONTR;Gamut
!TP_WAVELET_CONTRA;Contrast
!TP_WAVELET_CONTRAST_MINUS;Contrast -
!TP_WAVELET_CONTRAST_PLUS;Contrast +
-!TP_WAVELET_CONTRA_TOOLTIP;Changes contrast of the residual image.
+!TP_WAVELET_CONTRA_TOOLTIP;Changes the residual image contrast.
!TP_WAVELET_CTYPE;Chrominance control
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
!TP_WAVELET_CURVEEDITOR_CL;L
-!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end of the wavelet treatment.
+!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
!TP_WAVELET_CURVEEDITOR_HH;HH
-!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image's hue as a function of hue.
+!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
!TP_WAVELET_DALL;All directions
!TP_WAVELET_DAUB;Edge performance
!TP_WAVELET_DAUB2;D2 - low
@@ -2213,62 +3905,101 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_WAVELET_DAUB6;D6 - standard plus
!TP_WAVELET_DAUB10;D10 - medium
!TP_WAVELET_DAUB14;D14 - high
-!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the first levels. However the quality is not strictly related to this coefficient and can vary depending on image and use.
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
!TP_WAVELET_DONE;Vertical
!TP_WAVELET_DTHR;Diagonal
!TP_WAVELET_DTWO;Horizontal
!TP_WAVELET_EDCU;Curve
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
!TP_WAVELET_EDGCONT;Local contrast
-!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
-!TP_WAVELET_EDGE;Edge Sharpness
+!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
+!TP_WAVELET_EDGE;Edge sharpness
!TP_WAVELET_EDGEAMPLI;Base amplification
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
-!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
-!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This adjuster lets you target edge detection for example to avoid applying edge sharpness to fine details, such as noise in the sky.
+!TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
+!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
!TP_WAVELET_EDGESENSI;Edge sensitivity
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH;Detail
!TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centered on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
!TP_WAVELET_EDRAD;Radius
-!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
-!TP_WAVELET_EDSL;Threshold Sliders
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_EDSL;Threshold sliders
!TP_WAVELET_EDTYPE;Local contrast method
!TP_WAVELET_EDVAL;Strength
!TP_WAVELET_FINAL;Final Touchup
+!TP_WAVELET_FINCFRAME;Final local contrast
!TP_WAVELET_FINEST;Finest
-!TP_WAVELET_HIGHLIGHT;Highlight luminance range
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_HIGHLIGHT;Finer levels luminance range
!TP_WAVELET_HS1;Whole luminance range
-!TP_WAVELET_HS2;Shadows/Highlights
+!TP_WAVELET_HS2;Selective luminance range
!TP_WAVELET_HUESKIN;Skin hue
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
-!TP_WAVELET_HUESKY;Sky hue
+!TP_WAVELET_HUESKY;Hue range
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
-!TP_WAVELET_LABEL;Wavelet Levels
+!TP_WAVELET_LABEL;Wavelet levels
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_WAVELET_LARGEST;Coarsest
!TP_WAVELET_LEVCH;Chroma
-!TP_WAVELET_LEVDIR_ALL;All levels in all directions
-!TP_WAVELET_LEVDIR_INF;Below or equal the level
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVDIR_ALL;All levels, in all directions
+!TP_WAVELET_LEVDIR_INF;Finer detail levels, including selected level
!TP_WAVELET_LEVDIR_ONE;One level
-!TP_WAVELET_LEVDIR_SUP;Above the level
+!TP_WAVELET_LEVDIR_SUP;Coarser detail levels, excluding selected level
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
!TP_WAVELET_LEVELS;Wavelet levels
-!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of wavelet decomposition levels for the image.\nMore levels require more RAM and require a longer processing time.
!TP_WAVELET_LEVF;Contrast
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
!TP_WAVELET_LEVONE;Level 2
!TP_WAVELET_LEVTHRE;Level 4
!TP_WAVELET_LEVTWO;Level 3
!TP_WAVELET_LEVZERO;Level 1
-!TP_WAVELET_LINKEDG;Link with Edge Sharpness' Strength
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LINKEDG;Link to Edge Sharpness Strength
!TP_WAVELET_LIPST;Enhanced algoritm
-!TP_WAVELET_LOWLIGHT;Shadow luminance range
+!TP_WAVELET_LOWLIGHT;Coarser levels luminance range
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MEDGREINF;First level
!TP_WAVELET_MEDI;Reduce artifacts in blue sky
!TP_WAVELET_MEDILEV;Edge detection
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
!TP_WAVELET_NEUTRAL;Neutral
!TP_WAVELET_NOIS;Denoise
!TP_WAVELET_NOISE;Denoise and Refine
@@ -2277,40 +4008,73 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: -
!TP_WAVELET_NPNONE;None
!TP_WAVELET_NPTYPE;Neighboring pixels
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
-!TP_WAVELET_OPACITY;Opacity Blue-Yellow
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_OPACITY;Opacity blue-yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
-!TP_WAVELET_OPACITYWL;Final local contrast
+!TP_WAVELET_OPACITYWL;Local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
!TP_WAVELET_PASTEL;Pastel chroma
!TP_WAVELET_PROC;Process
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
!TP_WAVELET_RE1;Reinforced
!TP_WAVELET_RE2;Unchanged
!TP_WAVELET_RE3;Reduced
-!TP_WAVELET_RESCHRO;Chroma
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_RESCHRO;Strength
!TP_WAVELET_RESCON;Shadows
!TP_WAVELET_RESCONH;Highlights
!TP_WAVELET_RESID;Residual Image
!TP_WAVELET_SAT;Saturated chroma
!TP_WAVELET_SETTINGS;Wavelet Settings
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
-!TP_WAVELET_SKY;Sky targetting/protection
-!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
+!TP_WAVELET_SKY;Hue targetting/protection
+!TP_WAVELET_SKY_TOOLTIP;Allows you to target or protect a range of hues.\nAt -100 selected hues are targetted.\nAt 0 all hues are treated equally.\nAt +100 selected hues are protected while all other hues are targetted.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREND;Strength
!TP_WAVELET_SUPE;Extra
!TP_WAVELET_THR;Shadows threshold
-!TP_WAVELET_THRESHOLD;Highlight levels
-!TP_WAVELET_THRESHOLD2;Shadow levels
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
-!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_THRESHOLD;Finer levels
+!TP_WAVELET_THRESHOLD2;Coarser levels
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
!TP_WAVELET_THRH;Highlights threshold
-!TP_WAVELET_TILESBIG;Big tiles
+!TP_WAVELET_TILESBIG;Tiles
!TP_WAVELET_TILESFULL;Full image
!TP_WAVELET_TILESIZE;Tiling method
-!TP_WAVELET_TILESLIT;Little tiles
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
!TP_WAVELET_TMSTRENGTH;Compression strength
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
+!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
!TP_WAVELET_TMTYPE;Compression method
!TP_WAVELET_TON;Toning
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
!TP_WBALANCE_TEMPBIAS;AWB temperature bias
-!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
diff --git a/rtdata/languages/Serbian (Cyrilic Characters) b/rtdata/languages/Serbian (Cyrilic Characters)
index fcbbf9206..2c48f771b 100644
--- a/rtdata/languages/Serbian (Cyrilic Characters)
+++ b/rtdata/languages/Serbian (Cyrilic Characters)
@@ -176,7 +176,6 @@ HISTORY_CUSTOMCURVE;Произвољна крива
HISTORY_FROMCLIPBOARD;Из оставе
HISTORY_LABEL;Историјат
HISTORY_MSG_1;Слика је учитана
-HISTORY_MSG_2;Профил је учитан
HISTORY_MSG_3;Измена профила
HISTORY_MSG_4;Разгледање историјата
HISTORY_MSG_5;Осветљеност
@@ -190,9 +189,6 @@ HISTORY_MSG_12;Ауто експозиција
HISTORY_MSG_13;Одсецање експозиције
HISTORY_MSG_14;Светлина луминансе
HISTORY_MSG_15;Контраст луминансе
-HISTORY_MSG_16;Црна луминансе
-HISTORY_MSG_17;Сабијање сенки л.
-HISTORY_MSG_18;Сабијање светлог л.
HISTORY_MSG_19;Крива луминансе
HISTORY_MSG_20;Оштрење
HISTORY_MSG_21;Полупречник оштрења
@@ -218,10 +214,6 @@ HISTORY_MSG_40;Заленило боје
HISTORY_MSG_41;Померање боје „А“
HISTORY_MSG_42;Померање боје „Б“
HISTORY_MSG_43;Уклањање светлосног шума
-HISTORY_MSG_44;Радијус укл. светлосног шума
-HISTORY_MSG_45;Толеранција ивице укл. с. шума
-HISTORY_MSG_46;Уклањање колорног шума
-HISTORY_MSG_47;Полупречник укл. колорног шума
HISTORY_MSG_48;Толеранција ивице укл. к. шума
HISTORY_MSG_49;Осетљивост ивице укл. к. шума
HISTORY_MSG_50;Алат за сенке/светло
@@ -229,7 +221,6 @@ HISTORY_MSG_51;Појачавање светлине
HISTORY_MSG_52;Појачавање сенки
HISTORY_MSG_53;Ширина тонова за светло
HISTORY_MSG_54;Ширина тонова за сенке
-HISTORY_MSG_55;Ликални контраст
HISTORY_MSG_56;Полупречник сенки/светлог
HISTORY_MSG_57;Груба ротација
HISTORY_MSG_58;Хоризонтално извртање
@@ -241,7 +232,6 @@ HISTORY_MSG_63;Ибор снимка
HISTORY_MSG_64;Исеци фотографију
HISTORY_MSG_65;Исправљање хр. аберација
HISTORY_MSG_66;Чупање светла
-HISTORY_MSG_67;Количина чупања светла
HISTORY_MSG_68;Начин чупања светла
HISTORY_MSG_69;Радни простор боја
HISTORY_MSG_70;Излазни простор боја
@@ -252,12 +242,10 @@ HISTORY_MSG_74;Промена величине
HISTORY_MSG_75;Начин промене величине
HISTORY_MSG_76;Exif метаподаци
HISTORY_MSG_77;ИПТЦ метаподаци
-HISTORY_MSG_78;Подаци за промени величине
HISTORY_MSG_79;Ширина при промени величине
HISTORY_MSG_80;Висина при промени величине
HISTORY_MSG_81;Укључена промена величина
HISTORY_MSG_82;Профил је измењен
-HISTORY_MSG_83;Квалитетно светлост/сенке
HISTORY_MSG_84;Исправљање перспективе
HISTORY_MSG_85;Талоасни коефицијенти
HISTORY_MSG_86;Таласно уједначење
@@ -304,12 +292,6 @@ HISTORY_MSG_127;Сам изабери равно поље
HISTORY_MSG_128;Полупречник равног поља
HISTORY_MSG_129;Начин замућења равног поља
HISTORY_MSG_130;Аутоматска дисторзија
-HISTORY_MSG_131;Уклањање шума луминансе
-HISTORY_MSG_132;Уклањање шума боје
-HISTORY_MSG_133;Гама
-HISTORY_MSG_134;Гама позиција
-HISTORY_MSG_135;Гама слобода
-HISTORY_MSG_136;Гама нагиб
HISTORY_MSG_137;Ниво црне зелена 1
HISTORY_MSG_138;Ниво црне црвена
HISTORY_MSG_139;Ниво црне плава
@@ -418,7 +400,6 @@ HISTORY_MSG_246;CL крива
HISTORY_MSG_247;LH крива
HISTORY_MSG_248;HH крива
HISTORY_MSG_249;CbDL - Праг
-HISTORY_MSG_250;УШ - Побољшање
HISTORY_MSG_251;ЦБ - Алгоритам
HISTORY_NEWSNAPSHOT;Додај
HISTORY_NEWSNAPSHOT_TOOLTIP;Пречица: Alt-s
@@ -671,7 +652,7 @@ PROFILEPANEL_GLOBALPROFILES;Профили из програма
PROFILEPANEL_LABEL;Профили обраде
PROFILEPANEL_LOADDLGLABEL;Учитај профил за обраду...
PROFILEPANEL_LOADPPASTE;Параметри за учитавање
-PROFILEPANEL_MODE_TIP;Начин допуне профила који се користи за обраду.\n\nПритиснута дугмад: делимични профили се преводе у потпуне профиле, а недостајуће вредносоти се мењају подразумеваним вредностим.\n\nПуштена дугмад: профили ће бити примењени какви јесу, уз измени само оних вредности које садржи профил.
+PROFILEPANEL_MODE_TOOLTIP;Начин допуне профила који се користи за обраду.\n\nПритиснута дугмад: делимични профили се преводе у потпуне профиле, а недостајуће вредносоти се мењају подразумеваним вредностим.\n\nПуштена дугмад: профили ће бити примењени какви јесу, уз измени само оних вредности које садржи профил.
PROFILEPANEL_MYPROFILES;Моји профили
PROFILEPANEL_PASTEPPASTE;Параметри за убацивање
PROFILEPANEL_PCUSTOM;Произвољно
@@ -827,7 +808,6 @@ TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Подешава било хрому, заси
TP_COLORAPP_DATACIE;CIECAM02 излазни хистограм у кривуљама
TP_COLORAPP_DATACIE_TOOLTIP;Када је омогућено, хистограми у CIECAM02 кривим приказују приближне вредности/опсеге за J или Q, и C, s или M након CIECAM02 подешавања.\nОвај избор не утиче на приказ у главној површи за хистограм.\n\nКада је искључено, хистограми у CIECAM02 кривим приказују Лаб вредности пре CIECAM02 подешавања.
TP_COLORAPP_GAMUT;Контрола гамута (Лаб)
-TP_COLORAPP_GAMUT_TOOLTIP;Омогућава контролу гамута у Лаб режиму.
TP_COLORAPP_HUE;Нијанса (h)
TP_COLORAPP_HUE_TOOLTIP;Нијанса (h) - угао између 0° и 360°.
TP_COLORAPP_LABEL;CIECAM 2002 модел изгледа боја
@@ -902,11 +882,11 @@ TP_EPD_REWEIGHTINGITERATES;Број поновних мерења
TP_EPD_SCALE;Размера
TP_EPD_STRENGTH;Јачина
TP_EXPOSURE_AUTOLEVELS;Ауто-нивои
-TP_EXPOSURE_AUTOLEVELS_TIP;Омогућава аутоматско одређивање нивоа, који подешава клизаче експозиције на основу податка о самој слици.\nУкључује чупање светлих делова уколико је неопходно.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Омогућава аутоматско одређивање нивоа, који подешава клизаче експозиције на основу податка о самој слици.\nУкључује чупање светлих делова уколико је неопходно.
TP_EXPOSURE_BLACKLEVEL;Црна
TP_EXPOSURE_BRIGHTNESS;Осветљеност
TP_EXPOSURE_CLIP;Одсеци
-TP_EXPOSURE_CLIP_TIP;Део пиксела које ће бити одсечени применом аутоматских нивоа.
+TP_EXPOSURE_CLIP_TOOLTIP;Део пиксела које ће бити одсечени применом аутоматских нивоа.
TP_EXPOSURE_COMPRHIGHLIGHTS;Сабијање светлог
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Праг за чупање светлих делова
TP_EXPOSURE_COMPRSHADOWS;Сабијање сенки
@@ -1013,7 +993,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Светлост као функција ни
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Светлост као функција светлости L=f(L)
TP_LABCURVE_LABEL;Лаб крива
TP_LABCURVE_LCREDSK;Ограничи LC на црвену и боју коже
-TP_LABCURVE_LCREDSK_TIP;Уколико је укључено, LC крива ће утицати само на црвену и боју коже.\nУ супротном се примењује на све тонове.
+TP_LABCURVE_LCREDSK_TOOLTIP;Уколико је укључено, LC крива ће утицати само на црвену и боју коже.\nУ супротном се примењује на све тонове.
TP_LABCURVE_RSTPROTECTION;Заштита црвене и боје коже
TP_LABCURVE_RSTPRO_TOOLTIP;Може се користити са клизачем за Хроминансу и CC кривом.
TP_LENSGEOM_AUTOCROP;Сам исеци
@@ -1021,7 +1001,7 @@ TP_LENSGEOM_FILL;Сам попуни
TP_LENSGEOM_LABEL;Објектив и геометрија
TP_LENSPROFILE_LABEL;Профили за исправљање изобличења објектива
TP_NEUTRAL;Неутрално
-TP_NEUTRAL_TIP;Враћа клизаче експозиције на неутралне вредности.\nПримењује се на исте контроле као у Ауто нивои, без обзира на то да ли сте користили Ауто нивое или не.
+TP_NEUTRAL_TOOLTIP;Враћа клизаче експозиције на неутралне вредности.\nПримењује се на исте контроле као у Ауто нивои, без обзира на то да ли сте користили Ауто нивое или не.
TP_PCVIGNETTE_FEATHER;Умекшавање
TP_PCVIGNETTE_FEATHER_TOOLTIP;Умекшавање:\n0 = само углове,\n50 = на половину од центра,\n100 = центар.
TP_PCVIGNETTE_LABEL;Филтер вињетарења
@@ -1078,7 +1058,7 @@ TP_RGBCURVES_RED;Ц
TP_ROTATE_DEGREE;Степени:
TP_ROTATE_LABEL;Ротација
TP_ROTATE_SELECTLINE; Постави праву линију
-TP_SAVEDIALOG_OK_TIP;Пречица: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Пречица: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Светло
TP_SHADOWSHLIGHTS_HLTONALW;Ширина тонова
TP_SHADOWSHLIGHTS_LABEL;Сенке/Светло
@@ -1201,7 +1181,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!DYNPROFILEEDITOR_DELETE;Delete
!DYNPROFILEEDITOR_EDIT;Edit
!DYNPROFILEEDITOR_EDIT_RULE;Edit Dynamic Profile Rule
-!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the "re:" prefix to enter\na regular expression.
+!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the 're:' prefix to enter\na regular expression.
!DYNPROFILEEDITOR_IMGTYPE_ANY;Any
!DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
!DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
@@ -1219,9 +1199,9 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!EXPORT_BYPASS_EQUALIZER;Bypass Wavelet Levels
!EXPORT_PIPELINE;Processing pipeline
!EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-!EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+!EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
!EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_CACHECLEARFROMFULL;Clear all including cached profiles
!FILEBROWSER_CACHECLEARFROMPARTIAL;Clear all except cached profiles
!FILEBROWSER_DELETEDIALOG_ALL;Are you sure you want to permanently delete all %1 files in trash?
@@ -1234,6 +1214,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!FILEBROWSER_POPUPCOLORLABEL3;Label: Green
!FILEBROWSER_POPUPCOLORLABEL4;Label: Blue
!FILEBROWSER_POPUPCOLORLABEL5;Label: Purple
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPOPENINEDITOR;Open in Editor
!FILEBROWSER_POPUPRANK0;Unrank
!FILEBROWSER_POPUPRANK1;Rank 1 *
@@ -1256,13 +1237,24 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!GENERAL_APPLY;Apply
!GENERAL_ASIMAGE;As Image
!GENERAL_CURRENT;Current
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
!GENERAL_OPEN;Open
!GENERAL_RESET;Reset
!GENERAL_SAVE_AS;Save as...
!GENERAL_SLIDER;Slider
!GIMP_PLUGIN_INFO;Welcome to the RawTherapee GIMP plugin!\nOnce you are done editing, simply close the main RawTherapee window and the image will be automatically imported in GIMP.
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
!HISTOGRAM_TOOLTIP_MODE;Toggle between linear, log-linear and log-log scaling of the histogram.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_MSG_173;NR - Detail recovery
!HISTORY_MSG_203;NR - Color space
!HISTORY_MSG_235;B&W - CM - Auto
@@ -1289,8 +1281,6 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_271;CT - High - Blue
!HISTORY_MSG_272;CT - Balance
!HISTORY_MSG_273;CT - Color Balance SMH
-!HISTORY_MSG_274;CT - Sat. Shadows
-!HISTORY_MSG_275;CT - Sat. Highlights
!HISTORY_MSG_276;CT - Opacity
!HISTORY_MSG_277;--unused--
!HISTORY_MSG_278;CT - Preserve luminance
@@ -1315,7 +1305,6 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_297;NR - Mode
!HISTORY_MSG_298;Dead pixel filter
!HISTORY_MSG_299;NR - Chrominance curve
-!HISTORY_MSG_300;-
!HISTORY_MSG_301;NR - Luma control
!HISTORY_MSG_302;NR - Chroma method
!HISTORY_MSG_303;NR - Chroma method
@@ -1333,10 +1322,10 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_315;W - Residual - Contrast
!HISTORY_MSG_316;W - Gamut - Skin tar/prot
!HISTORY_MSG_317;W - Gamut - Skin hue
-!HISTORY_MSG_318;W - Contrast - Highlight levels
-!HISTORY_MSG_319;W - Contrast - Highlight range
-!HISTORY_MSG_320;W - Contrast - Shadow range
-!HISTORY_MSG_321;W - Contrast - Shadow levels
+!HISTORY_MSG_318;W - Contrast - Finer levels
+!HISTORY_MSG_319;W - Contrast - Finer range
+!HISTORY_MSG_320;W - Contrast - Coarser range
+!HISTORY_MSG_321;W - Contrast - Coarser levels
!HISTORY_MSG_322;W - Gamut - Avoid color shift
!HISTORY_MSG_323;W - ES - Local contrast
!HISTORY_MSG_324;W - Chroma - Pastel
@@ -1400,14 +1389,14 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_382;PRS RLD - Amount
!HISTORY_MSG_383;PRS RLD - Damping
!HISTORY_MSG_384;PRS RLD - Iterations
-!HISTORY_MSG_385;W - Residual - Color Balance
+!HISTORY_MSG_385;W - Residual - Color balance
!HISTORY_MSG_386;W - Residual - CB green high
!HISTORY_MSG_387;W - Residual - CB blue high
!HISTORY_MSG_388;W - Residual - CB green mid
!HISTORY_MSG_389;W - Residual - CB blue mid
!HISTORY_MSG_390;W - Residual - CB green low
!HISTORY_MSG_391;W - Residual - CB blue low
-!HISTORY_MSG_392;W - Residual - Color Balance
+!HISTORY_MSG_392;W - Residual - Color balance
!HISTORY_MSG_393;DCP - Look table
!HISTORY_MSG_394;DCP - Baseline exposure
!HISTORY_MSG_395;DCP - Base table
@@ -1424,7 +1413,6 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_407;Retinex - Method
!HISTORY_MSG_408;Retinex - Radius
-!HISTORY_MSG_409;Retinex - Contrast
!HISTORY_MSG_410;Retinex - Offset
!HISTORY_MSG_411;Retinex - Strength
!HISTORY_MSG_412;Retinex - Gaussian gradient
@@ -1440,7 +1428,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_422;Retinex - Gamma
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_426;Retinex - Hue equalizer
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
@@ -1460,30 +1448,45 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_442;Retinex - Scale
!HISTORY_MSG_443;Output black point compensation
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_445;Raw sub-image
-!HISTORY_MSG_449;PS - ISO adaption
-!HISTORY_MSG_452;PS - Show motion
-!HISTORY_MSG_453;PS - Show mask only
-!HISTORY_MSG_457;PS - Check red/blue
-!HISTORY_MSG_462;PS - Check green
-!HISTORY_MSG_464;PS - Blur motion mask
-!HISTORY_MSG_465;PS - Blur radius
-!HISTORY_MSG_468;PS - Fill holes
-!HISTORY_MSG_469;PS - Median
-!HISTORY_MSG_471;PS - Motion correction
-!HISTORY_MSG_472;PS - Smooth transitions
-!HISTORY_MSG_473;PS - Use LMMSE
-!HISTORY_MSG_474;PS - Equalize
-!HISTORY_MSG_475;PS - Equalize channel
-!HISTORY_MSG_476;CAM02 - Temp out
-!HISTORY_MSG_477;CAM02 - Green out
-!HISTORY_MSG_478;CAM02 - Yb out
-!HISTORY_MSG_479;CAM02 - CAT02 adaptation out
-!HISTORY_MSG_480;CAM02 - Automatic CAT02 out
-!HISTORY_MSG_481;CAM02 - Temp scene
-!HISTORY_MSG_482;CAM02 - Green scene
-!HISTORY_MSG_483;CAM02 - Yb scene
-!HISTORY_MSG_484;CAM02 - Auto Yb scene
+!HISTORY_MSG_445;Raw Sub-Image
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_449;PS ISO adaption
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_452;PS Show motion
+!HISTORY_MSG_453;PS Show mask only
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_457;PS Check red/blue
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_462;PS Check green
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_464;PS Blur motion mask
+!HISTORY_MSG_465;PS Blur radius
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_468;PS Fill holes
+!HISTORY_MSG_469;PS Median
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_471;PS Motion correction
+!HISTORY_MSG_472;PS Smooth transitions
+!HISTORY_MSG_474;PS Equalize
+!HISTORY_MSG_475;PS Equalize channel
+!HISTORY_MSG_476;CAL - VC - Temperature
+!HISTORY_MSG_477;CAL - VC - Tint
+!HISTORY_MSG_478;CAL - VC - Mean luminance
+!HISTORY_MSG_479;CAL - VC - Adaptation
+!HISTORY_MSG_480;CAL - VC - Auto adaptation
+!HISTORY_MSG_481;CAL - SC - Temperature
+!HISTORY_MSG_482;CAL - SC - Tint
+!HISTORY_MSG_483;CAL - SC - Mean luminance
+!HISTORY_MSG_484;CAL - SC - Auto mean luminance
!HISTORY_MSG_485;Lens Correction
!HISTORY_MSG_486;Lens Correction - Camera
!HISTORY_MSG_487;Lens Correction - Lens
@@ -1494,6 +1497,654 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_492;RGB Curves
!HISTORY_MSG_493;L*a*b* Adjustments
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_CLAMPOOG;Clip out-of-gamut colors
!HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Color correction
!HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Color correction
@@ -1509,22 +2160,42 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Saturation
!HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
!HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
!HISTORY_MSG_DEHAZE_DEPTH;Dehaze - Depth
!HISTORY_MSG_DEHAZE_ENABLED;Haze Removal
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Dehaze - Show depth map
!HISTORY_MSG_DEHAZE_STRENGTH;Dehaze - Strength
!HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
!HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
!HISTORY_MSG_HISTMATCHING;Auto-matched tone curve
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
!HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
!HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-!HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-!HISTORY_MSG_ICM_WORKING_SLOPE;Working - Slope
-!HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC method
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Amount
!HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Darkness
!HISTORY_MSG_LOCALCONTRAST_ENABLED;Local Contrast
@@ -1539,23 +2210,83 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
+!HISTORY_MSG_RANGEAB;Range ab
!HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correction - Iterations
!HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correction - Avoid color shift
!HISTORY_MSG_RAW_BORDER;Raw border
!HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Allow upscaling
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SHARPENING_BLUR;Sharpening - Blur radius
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
!HISTORY_MSG_SH_COLORSPACE;S/H - Colorspace
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
!ICCPROFCREATOR_COPYRIGHT;Copyright:
-!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
!ICCPROFCREATOR_CUSTOM;Custom
!ICCPROFCREATOR_DESCRIPTION;Description:
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
@@ -1567,11 +2298,12 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!ICCPROFCREATOR_ILL_50;D50
!ICCPROFCREATOR_ILL_55;D55
!ICCPROFCREATOR_ILL_60;D60
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
!ICCPROFCREATOR_ILL_65;D65
!ICCPROFCREATOR_ILL_80;D80
!ICCPROFCREATOR_ILL_DEF;Default
!ICCPROFCREATOR_ILL_INC;StdA 2856K
-!ICCPROFCREATOR_ILL_TOOLTIP;You can only set the illuminant for ICC v4 profiles.
+!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
!ICCPROFCREATOR_PRIM_ACESP0;ACES AP0
!ICCPROFCREATOR_PRIM_ACESP1;ACES AP1
@@ -1581,6 +2313,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!ICCPROFCREATOR_PRIM_BLUX;Blue X
!ICCPROFCREATOR_PRIM_BLUY;Blue Y
!ICCPROFCREATOR_PRIM_BRUCE;BruceRGB
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
!ICCPROFCREATOR_PRIM_GREX;Green X
!ICCPROFCREATOR_PRIM_GREY;Green Y
!ICCPROFCREATOR_PRIM_PROPH;Prophoto
@@ -1588,13 +2321,14 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!ICCPROFCREATOR_PRIM_REDX;Red X
!ICCPROFCREATOR_PRIM_REDY;Red Y
!ICCPROFCREATOR_PRIM_SRGB;sRGB
-!ICCPROFCREATOR_PRIM_TOOLTIP;You can only set custom primaries for ICC v4 profiles.
+!ICCPROFCREATOR_PRIM_TOOLTIP;You can set custom primaries for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIM_WIDEG;Widegamut
!ICCPROFCREATOR_PROF_V2;ICC v2
!ICCPROFCREATOR_PROF_V4;ICC v4
!ICCPROFCREATOR_SAVEDIALOG_TITLE;Save ICC profile as...
!ICCPROFCREATOR_SLOPE;Slope
-!ICCPROFCREATOR_TRC_PRESET;Tone response curve:
+!ICCPROFCREATOR_TRC_PRESET;Tone response curve
+!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
!IPTCPANEL_COPYRIGHT;Copyright notice
@@ -1606,7 +2340,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!IPTCPANEL_CREATORJOBTITLEHINT;Enter the Job Title of the person listed in the Creator field.
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_HEADLINEHINT;Enter a brief publishable synopsis or summary of the contents of the image.
@@ -1628,6 +2362,8 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!MAIN_TAB_FAVORITES;Favorites
!MAIN_TAB_FAVORITES_TOOLTIP;Shortcut: Alt-u
!MAIN_TAB_INSPECT; Inspect
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TOOLTIP_BACKCOLOR3;Background color of the preview: middle grey\nShortcut: 9
!MAIN_TOOLTIP_PREVIEWSHARPMASK;Preview the sharpening contrast mask.\nShortcut: p\n\nOnly works when sharpening is enabled and zoom >= 100%.
!MONITOR_PROFILE_SYSTEM;System default
@@ -1641,22 +2377,25 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!NAVIGATOR_R;R:
!NAVIGATOR_S;S:
!NAVIGATOR_V;V:
-!OPTIONS_BUNDLED_MISSING;The bundled profile "%1" could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
-!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
-!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
+!OPTIONS_BUNDLED_MISSING;The bundled profile '%1' could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
+!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
+!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
!PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
!PARTIALPASTE_COLORTONING;Color toning
!PARTIALPASTE_DEHAZE;Haze removal
!PARTIALPASTE_EQUALIZER;Wavelet levels
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!PARTIALPASTE_FILMNEGATIVE;Film negative
!PARTIALPASTE_FILMSIMULATION;Film simulation
!PARTIALPASTE_FLATFIELDCLIPCONTROL;Flat-field clip control
!PARTIALPASTE_LOCALCONTRAST;Local contrast
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
!PARTIALPASTE_METADATA;Metadata mode
!PARTIALPASTE_METAGROUP;Metadata settings
!PARTIALPASTE_PREPROCESS_DEADPIXFILT;Dead pixel filter
!PARTIALPASTE_PREPROCESS_HOTPIXFILT;Hot pixel filter
!PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_PRSHARPENING;Post-resize sharpening
!PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA avoid color shift
!PARTIALPASTE_RAWCACORR_CAREDBLUE;CA red & blue
@@ -1665,6 +2404,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
!PARTIALPASTE_RETINEX;Retinex
!PARTIALPASTE_SOFTLIGHT;Soft light
+!PARTIALPASTE_SPOT;Spot removal
!PARTIALPASTE_TM_FATTAL;Dynamic range compression
!PREFERENCES_APPEARANCE;Appearance
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
@@ -1685,10 +2425,16 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaic
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CHUNKSIZE_RGB;RGB processing
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
!PREFERENCES_CLUTSCACHE;HaldCLUT Cache
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
!PREFERENCES_CLUTSDIR;HaldCLUT directory
!PREFERENCES_CMMBPC;Black point compensation
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
!PREFERENCES_CROP;Crop Editing
!PREFERENCES_CROP_AUTO_FIT;Automatically zoom to fit the crop
!PREFERENCES_CROP_GUIDES;Guides shown when not editing the crop
@@ -1702,10 +2448,17 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!PREFERENCES_CURVEBBOXPOS_RIGHT;Right
!PREFERENCES_DIRECTORIES;Directories
!PREFERENCES_EDITORCMDLINE;Custom command line
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
!PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compact toolbars in File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT;Same thumbnail height between the Filmstrip and the File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT_HINT;Having separate thumbnail size will require more processing time each time you'll switch between the single Editor tab and the File Browser.
!PREFERENCES_HISTOGRAM_TOOLTIP;If enabled, the working profile is used for rendering the main histogram and the Navigator panel, otherwise the gamma-corrected output profile is used.
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_LABEL;Inspect
!PREFERENCES_INSPECT_MAXBUFFERS_LABEL;Maximum number of cached images
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
@@ -1734,18 +2487,20 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!PREFERENCES_PRTINTENT;Rendering intent
!PREFERENCES_PRTPROFILE;Color profile
!PREFERENCES_REMEMBERZOOMPAN;Remember zoom % and pan offset
-!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in "Single Editor Tab Mode" and when "Demosaicing method used for the preview at <100% zoom" is set to "As in PP3".
+!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in 'Single Editor Tab Mode' and when 'Demosaicing method used for the preview at <100% zoom' is set to 'As in PP3'.
!PREFERENCES_SAVE_TP_OPEN_NOW;Save tool collapsed/expanded state now
!PREFERENCES_SERIALIZE_TIFF_READ;TIFF Read Settings
!PREFERENCES_SERIALIZE_TIFF_READ_LABEL;Serialize reading of TIFF files
!PREFERENCES_SERIALIZE_TIFF_READ_TOOLTIP;Enabling this option when working with folders containing uncompressed TIFF files can increase performance of thumbnail generation.
!PREFERENCES_SHOWFILMSTRIPTOOLBAR;Show Filmstrip toolbar
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
!PREFERENCES_TAB_DYNAMICPROFILE;Dynamic Profile Rules
!PREFERENCES_TAB_PERFORMANCE;Performance
!PREFERENCES_THUMBNAIL_INSPECTOR_JPEG;Embedded JPEG preview
!PREFERENCES_THUMBNAIL_INSPECTOR_MODE;Image to show
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW;Neutral raw rendering
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW_IF_NO_JPEG_FULLSIZE;Embedded JPEG if fullsize, neutral raw otherwise
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROFILEPANEL_PDYNAMIC;Dynamic
!PROGRESSBAR_DECODING;Decoding...
!PROGRESSBAR_GREENEQUIL;Green equilibration...
@@ -1769,8 +2524,15 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!SAVEDLG_FILEFORMAT_FLOAT; floating-point
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
!THRESHOLDSELECTOR_BL;Bottom-left
!TOOLBAR_TOOLTIP_COLORPICKER;Lockable Color Picker\n\nWhen the tool is active:\n- Add a picker: left-click.\n- Drag a picker: left-click and drag.\n- Delete a picker: right-click.\n- Delete all pickers: Ctrl+Shift+right-click.\n- Revert to hand tool: right-click outside any picker.
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
!TP_BWMIX_FILTER_TOOLTIP;The color filter simulates shots taken with a colored filter placed in front of the lens. Colored filters reduce the transmission of specific color ranges and therefore affect their lightness. E.g. a red filter darkens blue skies.
!TP_BWMIX_FILTER_YELLOW;Yellow
!TP_BWMIX_GAMMA;Gamma Correction
@@ -1782,19 +2544,50 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_CBDL_METHOD;Process located
!TP_CBDL_METHOD_TOOLTIP;Choose whether the Contrast by Detail Levels tool is to be positioned after the Black-and-White tool, which makes it work in L*a*b* space, or before it, which makes it work in RGB space.
!TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminance
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
-!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
!TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
!TP_COLORAPP_NEUTRAL;Reset
-!TP_COLORAPP_NEUTRAL_TIP;Reset all sliders checkbox and curves to their default values
-!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_NEUTRAL_TOOLTIP;Reset all sliders checkbox and curves to their default values.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
!TP_COLORTONING_AB;o C/L
!TP_COLORTONING_AUTOSAT;Automatic
!TP_COLORTONING_BALANCE;Balance
!TP_COLORTONING_BY;o C/L
!TP_COLORTONING_CHROMAC;Opacity
-!TP_COLORTONING_COLOR;Color
-!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
+!TP_COLORTONING_COLOR;Color:
+!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L).
!TP_COLORTONING_HIGHLIGHT;Highlights
!TP_COLORTONING_HUE;Hue
!TP_COLORTONING_LAB;L*a*b* blending
@@ -1824,11 +2617,11 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_COLORTONING_LUMAMODE;Preserve luminance
!TP_COLORTONING_LUMAMODE_TOOLTIP;If enabled, when you change color (red, green, cyan, blue, etc.) the luminance of each pixel is preserved.
!TP_COLORTONING_METHOD;Method
-!TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated color blending.\n"Color balance (Shadows/Midtones/Highlights)" and "Saturation 2 colors" use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
+!TP_COLORTONING_METHOD_TOOLTIP;'L*a*b* blending', 'RGB sliders' and 'RGB curves' use interpolated color blending.\n'Color balance (Shadows/Midtones/Highlights)' and 'Saturation 2 colors' use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
!TP_COLORTONING_MIDTONES;Midtones
!TP_COLORTONING_NEUTRAL;Reset sliders
-!TP_COLORTONING_NEUTRAL_TIP;Reset all values (Shadows, Midtones, Highlights) to default.
-!TP_COLORTONING_OPACITY;Opacity
+!TP_COLORTONING_NEUTRAL_TOOLTIP;Reset all values (Shadows, Midtones, Highlights) to default.
+!TP_COLORTONING_OPACITY;Opacity:
!TP_COLORTONING_RGBCURVES;RGB - Curves
!TP_COLORTONING_RGBSLIDERS;RGB - Sliders
!TP_COLORTONING_SA;Saturation Protection
@@ -1845,6 +2638,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_COLORTONING_TWOBY;Special a* and b*
!TP_COLORTONING_TWOCOLOR_TOOLTIP;Standard chroma:\nLinear response, a* = b*.\n\nSpecial chroma:\nLinear response, a* = b*, but unbound - try under the diagonal.\n\nSpecial a* and b*:\nLinear response unbound with separate curves for a* and b*. Intended for special effects.\n\nSpecial chroma 2 colors:\nMore predictable.
!TP_COLORTONING_TWOSTD;Standard chroma
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_GTHARMMEANS;Harmonic Means
!TP_CROP_GTTRIANGLE1;Golden Triangles 1
!TP_CROP_GTTRIANGLE2;Golden Triangles 2
@@ -1853,7 +2647,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_CROP_SELECTCROP;Select
!TP_DEHAZE_DEPTH;Depth
!TP_DEHAZE_LABEL;Haze Removal
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_DEHAZE_SHOW_DEPTH_MAP;Show depth map
!TP_DEHAZE_STRENGTH;Strength
!TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zones
@@ -1864,7 +2658,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_DIRPYRDENOISE_CHROMINANCE_MANUAL;Manual
!TP_DIRPYRDENOISE_CHROMINANCE_METHOD;Method
!TP_DIRPYRDENOISE_CHROMINANCE_METHODADVANCED_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
-!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Preview multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW;Preview
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the preview after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
@@ -1880,14 +2674,14 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_DIRPYRDENOISE_MAIN_MODE;Mode
!TP_DIRPYRDENOISE_MAIN_MODE_AGGRESSIVE;Aggressive
!TP_DIRPYRDENOISE_MAIN_MODE_CONSERVATIVE;Conservative
-!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;"Conservative" preserves low frequency chroma patterns, while "aggressive" obliterates them.
+!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;Conservative preserves low frequency chroma patterns, while aggressive obliterates them.
!TP_DIRPYRDENOISE_MEDIAN_METHOD;Median method
!TP_DIRPYRDENOISE_MEDIAN_METHOD_CHROMINANCE;Chroma only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LAB;L*a*b*
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LABEL;Median Filter
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LUMINANCE;Luminance only
!TP_DIRPYRDENOISE_MEDIAN_METHOD_RGB;RGB
-!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
+!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the 'Luminance only' and 'L*a*b*' methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the 'RGB' mode, it will be performed at the very end of the noise reduction pipeline.
!TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;Weighted L* (little) + a*b* (normal)
!TP_DIRPYRDENOISE_MEDIAN_PASSES;Median iterations
!TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
@@ -1907,7 +2701,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_DIRPYREQUALIZER_SKIN;Skin targetting/protection
!TP_DIRPYREQUALIZER_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
!TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts in the transitions between skin colors (hue, chroma, luma) and the rest of the image.
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+!TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_EPD_GAMMA;Gamma
!TP_EXPOSURE_CLAMPOOG;Clip out-of-gamut colors
!TP_EXPOSURE_HISTMATCHING;Auto-Matched Tone Curve
@@ -1917,17 +2711,28 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_EXPOS_BLACKPOINT_LABEL;Raw Black Points
!TP_EXPOS_WHITEPOINT_LABEL;Raw White Points
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_FILMSIMULATION_LABEL;Film Simulation
!TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
!TP_FILMSIMULATION_STRENGTH;Strength
!TP_FILMSIMULATION_ZEROCLUTSFOUND;Set HaldCLUT directory in Preferences
!TP_FLATFIELD_CLIPCONTROL;Clip control
!TP_FLATFIELD_CLIPCONTROL_TOOLTIP;Clip control avoids clipped highlights caused by applying the flat field. If there are already clipped highlights before applying the flat field, value 0 is used.
+!TP_HLREC_HLBLUR;Blur
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET;Baseline exposure
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET_TOOLTIP;Employ the embedded DCP baseline exposure offset. The setting is only available if the selected DCP has one.
!TP_ICM_APPLYHUESATMAP;Base table
@@ -1935,17 +2740,64 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_ICM_APPLYLOOKTABLE;Look table
!TP_ICM_APPLYLOOKTABLE_TOOLTIP;Employ the embedded DCP look table. The setting is only available if the selected DCP has one.
!TP_ICM_BPC;Black Point Compensation
-!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is "interpolated" which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is 'interpolated' which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapee's camera-specific DCP or ICC input color profiles. These profiles are more precise than simpler matrix ones. They are not available for all cameras. These profiles are stored in the /iccprofiles/input and /dcpprofiles folders and are automatically retrieved based on a file name matching to the exact model name of the camera.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_PROFILEINTENT;Rendering Intent
+!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB;Apply white balance
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
!TP_ICM_WORKING_TRC;Tone response curve:
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
!TP_ICM_WORKING_TRC_CUSTOM;Custom
!TP_ICM_WORKING_TRC_GAMMA;Gamma
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
!TP_ICM_WORKING_TRC_NONE;None
!TP_ICM_WORKING_TRC_SLOPE;Slope
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_ICM_WORKING_TRC_TOOLTIP;Only for built-in profiles.
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
@@ -1963,11 +2815,814 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_LOCALCONTRAST_LABEL;Local Contrast
!TP_LOCALCONTRAST_LIGHTNESS;Lightness level
!TP_LOCALCONTRAST_RADIUS;Radius
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_METADATA_EDIT;Apply modifications
!TP_METADATA_MODE;Metadata copy mode
!TP_METADATA_STRIP;Strip all metadata
!TP_METADATA_TUNNEL;Copy unchanged
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
!TP_PREPROCESS_DEADPIXFILT;Dead pixel filter
!TP_PREPROCESS_DEADPIXFILT_TOOLTIP;Tries to suppress dead pixels.
!TP_PREPROCESS_HOTPIXFILT;Hot pixel filter
@@ -1978,10 +3633,14 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;Horizontal only on PDAF rows
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
-!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
+!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the 'Lanczos' resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
!TP_RAWCACORR_AUTOIT;Iterations
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
!TP_RAWCACORR_AVOIDCOLORSHIFT;Avoid color shift
!TP_RAWEXPOS_BLACK_0;Green 1 (lead)
!TP_RAWEXPOS_BLACK_1;Red
@@ -1997,9 +3656,11 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RAW_4PASS;3-pass+fast
!TP_RAW_AHD;AHD
!TP_RAW_AMAZE;AMaZE
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
!TP_RAW_BORDER;Border
!TP_RAW_DCB;DCB
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DCBVNG4;DCB+VNG4
!TP_RAW_DUALDEMOSAICAUTOCONTRAST;Auto threshold
!TP_RAW_DUALDEMOSAICAUTOCONTRAST_TOOLTIP;If the checkbox is checked (recommended), RawTherapee calculates an optimum value based on flat regions in the image.\nIf there is no flat region in the image or the image is too noisy, the value will be set to 0.\nTo set the value manually, uncheck the checkbox first (reasonable values depend on the image).
@@ -2017,6 +3678,8 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RAW_MONO;Mono
!TP_RAW_NONE;None (Shows sensor pattern)
!TP_RAW_PIXELSHIFT;Pixel Shift
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTBLUR;Blur motion mask
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
!TP_RAW_PIXELSHIFTEPERISO;Sensitivity
@@ -2027,7 +3690,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Equalize the brightness of the frames to the brightness of the selected frame.\nIf there are overexposed areas in the frames select the brightest frame to avoid magenta color cast in overexposed areas or enable motion correction.
!TP_RAW_PIXELSHIFTGREEN;Check green channel for motion
!TP_RAW_PIXELSHIFTHOLEFILL;Fill holes in motion mask
-!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask
+!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask.
!TP_RAW_PIXELSHIFTMEDIAN;Use median for moving parts
!TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTMM_AUTO;Automatic
@@ -2042,16 +3705,21 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RAW_PIXELSHIFTSIGMA;Blur radius
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
-!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
+!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
!TP_RAW_RCD;RCD
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_RCDVNG4;RCD+VNG4
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
-!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
+!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas.
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
!TP_RAW_VNG4;VNG4
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
!TP_RESIZE_ALLOW_UPSCALING;Allow Upscaling
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_RETINEX_CONTEDIT_HSL;HSL histogram
!TP_RETINEX_CONTEDIT_LAB;L*a*b* histogram
!TP_RETINEX_CONTEDIT_LH;Hue
@@ -2059,7 +3727,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RETINEX_CURVEEDITOR_CD;L=f(L)
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
!TP_RETINEX_CURVEEDITOR_LH;Strength=f(H)
-!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
!TP_RETINEX_CURVEEDITOR_MAP;L=f(L)
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_EQUAL;Equalizer
@@ -2067,7 +3735,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RETINEX_GAIN;Gain
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_RETINEX_GAMMA;Gamma
!TP_RETINEX_GAMMA_FREE;Free
!TP_RETINEX_GAMMA_HIGH;High
@@ -2082,7 +3750,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RETINEX_HIGH;High
!TP_RETINEX_HIGHLIG;Highlight
!TP_RETINEX_HIGHLIGHT;Highlight threshold
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_HSLSPACE_LIN;HSL-Linear
!TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
!TP_RETINEX_ITER;Iterations (Tone-mapping)
@@ -2101,11 +3769,11 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD;Method
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
-!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
+!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_RETINEX_NEIGHBOR;Radius
!TP_RETINEX_NEUTRAL;Reset
-!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+!TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
!TP_RETINEX_OFFSET;Offset (brightness)
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
@@ -2115,9 +3783,9 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RETINEX_STRENGTH;Strength
!TP_RETINEX_THRESHOLD;Threshold
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
-!TP_RETINEX_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sigma=%4
-!TP_RETINEX_TLABEL2;TM Tm=%1 TM=%2
-!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
+!TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
+!TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
+!TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_RETINEX_TRANF;Transmission
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
@@ -2126,7 +3794,7 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
!TP_RETINEX_VIEW;Process
!TP_RETINEX_VIEW_MASK;Mask
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_NONE;Standard
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
@@ -2138,6 +3806,11 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
!TP_SOFTLIGHT_LABEL;Soft Light
!TP_SOFTLIGHT_STRENGTH;Strength
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
!TP_TM_FATTAL_AMOUNT;Amount
!TP_TM_FATTAL_ANCHOR;Anchor
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
@@ -2151,22 +3824,28 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_WAVELET_7;Level 7
!TP_WAVELET_8;Level 8
!TP_WAVELET_9;Level 9
-!TP_WAVELET_APPLYTO;Apply To
+!TP_WAVELET_APPLYTO;Apply to
!TP_WAVELET_AVOID;Avoid color shift
!TP_WAVELET_B0;Black
-!TP_WAVELET_B1;Grey
+!TP_WAVELET_B1;Gray
!TP_WAVELET_B2;Residual
!TP_WAVELET_BACKGROUND;Background
!TP_WAVELET_BACUR;Curve
!TP_WAVELET_BALANCE;Contrast balance d/v-h
!TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: vertical-horizontal and diagonal.\nIf contrast, chroma or residual tone mapping are activated, the effect due to balance is amplified.
!TP_WAVELET_BALCHRO;Chroma balance
+!TP_WAVELET_BALCHROM;Equalizer Color
!TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
!TP_WAVELET_BANONE;None
!TP_WAVELET_BASLI;Slider
!TP_WAVELET_BATYPE;Contrast balance method
-!TP_WAVELET_CBENAB;Toning and Color Balance
-!TP_WAVELET_CB_TOOLTIP;For strong values product color-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CBENAB;Toning and Color balance
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
!TP_WAVELET_CCURVE;Local contrast
!TP_WAVELET_CH1;Whole chroma range
!TP_WAVELET_CH2;Saturated/pastel
@@ -2174,29 +3853,42 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_WAVELET_CHCU;Curve
!TP_WAVELET_CHR;Chroma-contrast link strength
!TP_WAVELET_CHRO;Saturated/pastel threshold
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
!TP_WAVELET_CHSL;Sliders
!TP_WAVELET_CHTYPE;Chrominance method
-!TP_WAVELET_COLORT;Opacity Red-Green
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COLORT;Opacity red-green
!TP_WAVELET_COMPCONT;Contrast
+!TP_WAVELET_COMPEXPERT;Advanced
!TP_WAVELET_COMPGAMMA;Compression gamma
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
!TP_WAVELET_COMPTM;Tone mapping
!TP_WAVELET_CONTEDIT;'After' contrast curve
+!TP_WAVELET_CONTFRAME;Contrast - Compression
!TP_WAVELET_CONTR;Gamut
!TP_WAVELET_CONTRA;Contrast
!TP_WAVELET_CONTRAST_MINUS;Contrast -
!TP_WAVELET_CONTRAST_PLUS;Contrast +
-!TP_WAVELET_CONTRA_TOOLTIP;Changes contrast of the residual image.
+!TP_WAVELET_CONTRA_TOOLTIP;Changes the residual image contrast.
!TP_WAVELET_CTYPE;Chrominance control
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
!TP_WAVELET_CURVEEDITOR_CL;L
-!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end of the wavelet treatment.
+!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
!TP_WAVELET_CURVEEDITOR_HH;HH
-!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image's hue as a function of hue.
+!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
!TP_WAVELET_DALL;All directions
!TP_WAVELET_DAUB;Edge performance
!TP_WAVELET_DAUB2;D2 - low
@@ -2204,62 +3896,101 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_WAVELET_DAUB6;D6 - standard plus
!TP_WAVELET_DAUB10;D10 - medium
!TP_WAVELET_DAUB14;D14 - high
-!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the first levels. However the quality is not strictly related to this coefficient and can vary depending on image and use.
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
!TP_WAVELET_DONE;Vertical
!TP_WAVELET_DTHR;Diagonal
!TP_WAVELET_DTWO;Horizontal
!TP_WAVELET_EDCU;Curve
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
!TP_WAVELET_EDGCONT;Local contrast
-!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
-!TP_WAVELET_EDGE;Edge Sharpness
+!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
+!TP_WAVELET_EDGE;Edge sharpness
!TP_WAVELET_EDGEAMPLI;Base amplification
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
-!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
-!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This adjuster lets you target edge detection for example to avoid applying edge sharpness to fine details, such as noise in the sky.
+!TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
+!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
!TP_WAVELET_EDGESENSI;Edge sensitivity
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH;Detail
!TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centered on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
!TP_WAVELET_EDRAD;Radius
-!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
-!TP_WAVELET_EDSL;Threshold Sliders
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_EDSL;Threshold sliders
!TP_WAVELET_EDTYPE;Local contrast method
!TP_WAVELET_EDVAL;Strength
!TP_WAVELET_FINAL;Final Touchup
+!TP_WAVELET_FINCFRAME;Final local contrast
!TP_WAVELET_FINEST;Finest
-!TP_WAVELET_HIGHLIGHT;Highlight luminance range
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_HIGHLIGHT;Finer levels luminance range
!TP_WAVELET_HS1;Whole luminance range
-!TP_WAVELET_HS2;Shadows/Highlights
+!TP_WAVELET_HS2;Selective luminance range
!TP_WAVELET_HUESKIN;Skin hue
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
-!TP_WAVELET_HUESKY;Sky hue
+!TP_WAVELET_HUESKY;Hue range
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
-!TP_WAVELET_LABEL;Wavelet Levels
+!TP_WAVELET_LABEL;Wavelet levels
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
!TP_WAVELET_LARGEST;Coarsest
!TP_WAVELET_LEVCH;Chroma
-!TP_WAVELET_LEVDIR_ALL;All levels in all directions
-!TP_WAVELET_LEVDIR_INF;Below or equal the level
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVDIR_ALL;All levels, in all directions
+!TP_WAVELET_LEVDIR_INF;Finer detail levels, including selected level
!TP_WAVELET_LEVDIR_ONE;One level
-!TP_WAVELET_LEVDIR_SUP;Above the level
+!TP_WAVELET_LEVDIR_SUP;Coarser detail levels, excluding selected level
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
!TP_WAVELET_LEVELS;Wavelet levels
-!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of wavelet decomposition levels for the image.\nMore levels require more RAM and require a longer processing time.
!TP_WAVELET_LEVF;Contrast
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
!TP_WAVELET_LEVONE;Level 2
!TP_WAVELET_LEVTHRE;Level 4
!TP_WAVELET_LEVTWO;Level 3
!TP_WAVELET_LEVZERO;Level 1
-!TP_WAVELET_LINKEDG;Link with Edge Sharpness' Strength
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LINKEDG;Link to Edge Sharpness Strength
!TP_WAVELET_LIPST;Enhanced algoritm
-!TP_WAVELET_LOWLIGHT;Shadow luminance range
+!TP_WAVELET_LOWLIGHT;Coarser levels luminance range
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MEDGREINF;First level
!TP_WAVELET_MEDI;Reduce artifacts in blue sky
!TP_WAVELET_MEDILEV;Edge detection
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
!TP_WAVELET_NEUTRAL;Neutral
!TP_WAVELET_NOIS;Denoise
!TP_WAVELET_NOISE;Denoise and Refine
@@ -2268,44 +3999,77 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике -
!TP_WAVELET_NPNONE;None
!TP_WAVELET_NPTYPE;Neighboring pixels
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
-!TP_WAVELET_OPACITY;Opacity Blue-Yellow
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_OPACITY;Opacity blue-yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
-!TP_WAVELET_OPACITYWL;Final local contrast
+!TP_WAVELET_OPACITYWL;Local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
!TP_WAVELET_PASTEL;Pastel chroma
!TP_WAVELET_PROC;Process
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
!TP_WAVELET_RE1;Reinforced
!TP_WAVELET_RE2;Unchanged
!TP_WAVELET_RE3;Reduced
-!TP_WAVELET_RESCHRO;Chroma
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_RESCHRO;Strength
!TP_WAVELET_RESCON;Shadows
!TP_WAVELET_RESCONH;Highlights
!TP_WAVELET_RESID;Residual Image
!TP_WAVELET_SAT;Saturated chroma
!TP_WAVELET_SETTINGS;Wavelet Settings
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
-!TP_WAVELET_SKY;Sky targetting/protection
-!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
-!TP_WAVELET_STREN;Strength
+!TP_WAVELET_SKY;Hue targetting/protection
+!TP_WAVELET_SKY_TOOLTIP;Allows you to target or protect a range of hues.\nAt -100 selected hues are targetted.\nAt 0 all hues are treated equally.\nAt +100 selected hues are protected while all other hues are targetted.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREN;Refine
+!TP_WAVELET_STREND;Strength
!TP_WAVELET_STRENGTH;Strength
!TP_WAVELET_SUPE;Extra
!TP_WAVELET_THR;Shadows threshold
-!TP_WAVELET_THRESHOLD;Highlight levels
-!TP_WAVELET_THRESHOLD2;Shadow levels
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
-!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_THRESHOLD;Finer levels
+!TP_WAVELET_THRESHOLD2;Coarser levels
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
!TP_WAVELET_THRH;Highlights threshold
-!TP_WAVELET_TILESBIG;Big tiles
+!TP_WAVELET_TILESBIG;Tiles
!TP_WAVELET_TILESFULL;Full image
!TP_WAVELET_TILESIZE;Tiling method
-!TP_WAVELET_TILESLIT;Little tiles
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
!TP_WAVELET_TMSTRENGTH;Compression strength
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
+!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
!TP_WAVELET_TMTYPE;Compression method
!TP_WAVELET_TON;Toning
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
!TP_WBALANCE_PICKER;Pick
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
!TP_WBALANCE_TEMPBIAS;AWB temperature bias
-!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
!ZOOMPANEL_ZOOMFITCROPSCREEN;Fit crop to screen\nShortcut: f
diff --git a/rtdata/languages/Slovenian b/rtdata/languages/Slovenian
index 69594ffd8..f3d71c543 100644
--- a/rtdata/languages/Slovenian
+++ b/rtdata/languages/Slovenian
@@ -101,7 +101,7 @@ EXPORT_PIPELINE;Vrstni red obdelav
EXPORT_PUTTOQUEUEFAST; Vstavi v čakalno vrsto za hiter izvoz
EXPORT_RAW_DMETHOD;Demosaic method
EXPORT_USE_FAST_PIPELINE;Namenska (polna obdelava na sliki spremenjene velikosti)
-EXPORT_USE_FAST_PIPELINE_TIP;Uporabite namenski tok obdelav za hitri izvoz za primer, kjer je hitrost pomembnejša od kakovosti. Sprememba velikosti slike se izvede čimprej namesto na koncu kot pri običajnem toku obdelav. Delovanje je bistveno hitrejše a bodite pripravljeni na pojav artefaktov in splošno znužanje kakovosti izdelanih slik.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Uporabite namenski tok obdelav za hitri izvoz za primer, kjer je hitrost pomembnejša od kakovosti. Sprememba velikosti slike se izvede čimprej namesto na koncu kot pri običajnem toku obdelav. Delovanje je bistveno hitrejše a bodite pripravljeni na pojav artefaktov in splošno znužanje kakovosti izdelanih slik.
EXPORT_USE_NORMAL_PIPELINE;Standardno (preskoči nekatere korake, spremeni velikost na koncu)
EXTPROGTARGET_1;surovo
EXTPROGTARGET_2;čakalna vrsta-obdelano
@@ -123,9 +123,6 @@ FILEBROWSER_DELETEDIALOG_ALL;Ali ste prepričani, da želite trajno izbri
FILEBROWSER_DELETEDIALOG_HEADER;Potrditev izbrisa datoteke:
FILEBROWSER_DELETEDIALOG_SELECTED;Ali ste prepričani, da želite trajno izbrisati izbrane datoteke %1?
FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Ali ste prepričani, da želite trajno izbrisati izbrane datoteke %1, vključno z obdelano različico iz čakalne vrste?
-FILEBROWSER_DELETEDLGLABEL;Potrditev brisanja datoteke
-FILEBROWSER_DELETEDLGMSG;Ali ste prepričani, da želite brisati izbrane %1 datoteke?
-FILEBROWSER_DELETEDLGMSGINCLPROC;Ali ste prepričani, da želite brisati izbrane %1 datoteke vključno z verzijo v čakalni vrsti za obdelavo?
FILEBROWSER_EMPTYTRASH;Izprazni smetnjak
FILEBROWSER_EMPTYTRASHHINT;Nepreklicno briši datoteke v smetnjaku.
FILEBROWSER_EXTPROGMENU;Odpri z
@@ -252,7 +249,6 @@ HISTORY_CUSTOMCURVE;Prilagojena krivulja
HISTORY_FROMCLIPBOARD;Iz odložišča
HISTORY_LABEL;Zgodovina
HISTORY_MSG_1;Slika naložena
-HISTORY_MSG_2;PP3 naložena
HISTORY_MSG_3;PP3 spremenjena
HISTORY_MSG_4;Brskanje po zgodovini
HISTORY_MSG_5;Ekspozicija - Osvetljenost
@@ -266,9 +262,6 @@ HISTORY_MSG_12;Ekspozicija - Avtomatski nivoji
HISTORY_MSG_13;Ekspozicija - Klip
HISTORY_MSG_14;L*a*b* - Osvetljenost
HISTORY_MSG_15;L*a*b* - Kontrast
-HISTORY_MSG_16;-
-HISTORY_MSG_17;-
-HISTORY_MSG_18;-
HISTORY_MSG_19;L*a*b* - krivulja L*
HISTORY_MSG_20;Ostrenje
HISTORY_MSG_21;USM - Radij
@@ -294,10 +287,6 @@ HISTORY_MSG_40;WB - Odtenek
HISTORY_MSG_41;Ekspozicija - način krivulje odtenkov 1
HISTORY_MSG_42;Ekspozicija - krivulja odtenkov 2
HISTORY_MSG_43;Ekspozicija - način krivulje odtenkov 2
-HISTORY_MSG_44;Lum. radij odstranjevanja šuma
-HISTORY_MSG_45;Lum. toleranca roba odstranjevanja šuma
-HISTORY_MSG_46;Odstranjevanje barvnega šuma
-HISTORY_MSG_47;Zmešaj ICC bleščave z matriko
HISTORY_MSG_48;DCP - Krivulja tonov
HISTORY_MSG_49;DCP osvetljava
HISTORY_MSG_50;Sence/bleščave
@@ -305,7 +294,6 @@ HISTORY_MSG_51;S/H - Bleščave
HISTORY_MSG_52;S/H - Sence
HISTORY_MSG_53;S/H - Tonska širina bleščav
HISTORY_MSG_54;S/H - Tonska širina senc
-HISTORY_MSG_55;S/H - Lokalni kontrast
HISTORY_MSG_56;S/H - Radij
HISTORY_MSG_57;Groba rotacija
HISTORY_MSG_58;Horizontalni preobrat
@@ -317,7 +305,6 @@ HISTORY_MSG_63;Izbran posnetek stanja
HISTORY_MSG_64;Izrez
HISTORY_MSG_65;CA popravki
HISTORY_MSG_66;Ekspozicija - Rekonstrukcija bleščav
-HISTORY_MSG_67;Ekspozicija - HLR količina
HISTORY_MSG_68;Ekspozicija - HLR metoda
HISTORY_MSG_69;Delovni barvni prostor
HISTORY_MSG_70;Izhodni barvni prostor
@@ -328,12 +315,10 @@ HISTORY_MSG_74;Sprememba velikosti - Merilo
HISTORY_MSG_75;Spremeba velikosti - Metoda
HISTORY_MSG_76;Exif metapodatki
HISTORY_MSG_77;IPTC metapodatki
-HISTORY_MSG_78;-
HISTORY_MSG_79;Sprememba velikosti - Širina
HISTORY_MSG_80;Sprememba velikosti - Višina
HISTORY_MSG_81;Spremeni velikost
HISTORY_MSG_82;Profil spremenjen
-HISTORY_MSG_83;S/H - maska ostrenja
HISTORY_MSG_84;Popravek perspektive
HISTORY_MSG_85;Popravek objektiva - datoteka LCP
HISTORY_MSG_86;RGB krivulje - Način svetilnosti
@@ -380,12 +365,6 @@ HISTORY_MSG_127;Flat-field - Avto-selekcija
HISTORY_MSG_128;Flat-field - Radij zameglevanja
HISTORY_MSG_129;Flat-field - Tip zameglevanja
HISTORY_MSG_130;Avtomatski popravek popačenja
-HISTORY_MSG_131;Zmanjšanje šuma - Luma
-HISTORY_MSG_132;Zmanjšanje šuma - Barvitost
-HISTORY_MSG_133;Gama izhoda
-HISTORY_MSG_134;Svobodni gama
-HISTORY_MSG_135;Svobodni gama
-HISTORY_MSG_136;Strmina proste game
HISTORY_MSG_137;Nivo črnine - Zelena 1
HISTORY_MSG_138;Nivo črnine - Rdeča
HISTORY_MSG_139;Nivo črnine - Modra
@@ -498,7 +477,6 @@ HISTORY_MSG_246;L*a*b* - CL krivulja
HISTORY_MSG_247;L*a*b* - LH krivulja
HISTORY_MSG_248;L*a*b* - HH krivulja
HISTORY_MSG_249;CbDL - Prag
-HISTORY_MSG_250;NR - Izboljšano
HISTORY_MSG_251;B&W - Algoritem
HISTORY_MSG_252;CbDL - Skin tar/prot
HISTORY_MSG_253;CbDL - Reduciraj artefakte
@@ -522,8 +500,6 @@ HISTORY_MSG_270;CT - Svetle - Zelena
HISTORY_MSG_271;CT - Svetle - Modra
HISTORY_MSG_272;CT - Uravnoteži
HISTORY_MSG_273;CT - Uravnoteženost barv SMH
-HISTORY_MSG_274;CT - Nasičenost senc
-HISTORY_MSG_275;CT - Nasičenost svetlih delov
HISTORY_MSG_276;CT - Neprosojnost
HISTORY_MSG_277;--neuporabljeno--
HISTORY_MSG_278;CT - Ohrani svetlost
@@ -548,7 +524,6 @@ HISTORY_MSG_296;NR - Krivulja svetlosti
HISTORY_MSG_297;NR - Način
HISTORY_MSG_298;Filter mrtvih pikslov
HISTORY_MSG_299;NR - Krivulja svetlosti
-HISTORY_MSG_300;-
HISTORY_MSG_301;NR - Kontrola lume
HISTORY_MSG_302;NR - Metoda barvitosti
HISTORY_MSG_303;NR - Metoda barvitosti
@@ -657,7 +632,6 @@ HISTORY_MSG_405;W - Odstranjevanje šuma - Nivo 4
HISTORY_MSG_406;W - ES - Sosednji piksli
HISTORY_MSG_407;Retinex - Metoda
HISTORY_MSG_408;Retinex - Radij
-HISTORY_MSG_409;Retinex - Kontrast
HISTORY_MSG_410;Retinex - Odmik
HISTORY_MSG_411;Retinex - Moč
HISTORY_MSG_412;Retinex - Gaussov gradient
@@ -705,7 +679,6 @@ HISTORY_MSG_468;PS - Zapolni luknje
HISTORY_MSG_469;PS - Mediana
HISTORY_MSG_471;PS - Popravek gibanja
HISTORY_MSG_472;PS - Gladki prehodi
-HISTORY_MSG_473;PS - Uporabi LMMSE
HISTORY_MSG_474;PS - Izenači
HISTORY_MSG_475;PS - Izenači kanal
HISTORY_MSG_476;CAM02 - Začasno ven
@@ -744,7 +717,6 @@ HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - prikaz maske regije
HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - strmina regije
HISTORY_MSG_DEHAZE_DEPTH;Odstranjevanje zamegljenosti - Globina
HISTORY_MSG_DEHAZE_ENABLED;Odstranjevanje zamegljenosti
-HISTORY_MSG_DEHAZE_LUMINANCE;Odstranjevanje zamegljenosti - samo svetlost
HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Odstranjevanje zamegljenosti - Prikaži globino mape
HISTORY_MSG_DEHAZE_STRENGTH;Odstranjevanje zamegljenosti - Moč
HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dualno odstranjevanje mozaičnosti - Avtomatski prag
@@ -768,7 +740,6 @@ HISTORY_MSG_MICROCONTRAST_CONTRAST;Mikrokontrast - Prag kontrasta
HISTORY_MSG_PDSHARPEN_AUTO_CONTRAST;CS - Avtomatski prag
HISTORY_MSG_PDSHARPEN_AUTO_RADIUS;CS - Avtomatski radij
HISTORY_MSG_PDSHARPEN_CONTRAST;CS - Prag kontrasta
-HISTORY_MSG_PDSHARPEN_GAMMA;CS - Gama
HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iteracije
HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radij
HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Povečanje polmera vogala
@@ -782,7 +753,6 @@ HISTORY_MSG_RAW_BORDER;Surova meja
HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Dovoli povečevanje
HISTORY_MSG_SHARPENING_BLUR;Ostrenje - Zamegli radij
HISTORY_MSG_SHARPENING_CONTRAST;Ostrenje - Prag kontrasta
-HISTORY_MSG_SHARPENING_GAMMA;Ostrenje - Gama
HISTORY_MSG_SH_COLORSPACE;S/H - Barvni prostor
HISTORY_MSG_SOFTLIGHT_ENABLED;Mehka svetloba
HISTORY_MSG_SOFTLIGHT_STRENGTH;Mehka svetloba - Moč
@@ -1227,7 +1197,7 @@ PROFILEPANEL_GLOBALPROFILES;Skupni profili
PROFILEPANEL_LABEL;Profili za obdelovanje
PROFILEPANEL_LOADDLGLABEL;Naloži parametre obdelovanja...
PROFILEPANEL_LOADPPASTE;Parametri za nalaganje
-PROFILEPANEL_MODE_TIP;Vnosni način profila za obdelovanje.\n\nPritisnjen gumb: delni profili bodo spremenjeni v polne profile; manjkajoče vrednosti bodo zamenjale fiksne privzete vrednosti.\n\nSproščen gumb: profili bodo uporabljeni kakršni so, zamenjajo se samo vnesene vrednosti.
+PROFILEPANEL_MODE_TOOLTIP;Vnosni način profila za obdelovanje.\n\nPritisnjen gumb: delni profili bodo spremenjeni v polne profile; manjkajoče vrednosti bodo zamenjale fiksne privzete vrednosti.\n\nSproščen gumb: profili bodo uporabljeni kakršni so, zamenjajo se samo vnesene vrednosti.
PROFILEPANEL_MYPROFILES;Moji profili
PROFILEPANEL_PASTEPPASTE;Parameteri za lepljenje
PROFILEPANEL_PCUSTOM;Po meri
@@ -1421,7 +1391,6 @@ TP_COLORAPP_DATACIE;CIECAM02 izhodni histogrami v krivuljah
TP_COLORAPP_DATACIE_TOOLTIP;Kadar je aktivirano so histogrami, CIECAM02 krivulje prikazujejo približne vrednosti oz. intervale z J ali Q, in C, s ali M po prilagoditvah CIECAM02.\nTa izbira ne vpliva na glavni pano histogramov.\n\nKadar je deaktiviran, histogrami v CIECAM02 krivuljah kažejo vrednosti L*a*b* pred prilagoditvami CIECAM02.
TP_COLORAPP_FREE;Prosta temp+zelena + CAT02 + [output]
TP_COLORAPP_GAMUT;Lontrola barvega obsega (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;Dovoli kontrolo barvnega obsega v L*a*b* načinu.
TP_COLORAPP_HUE;Odtenek (h)
TP_COLORAPP_HUE_TOOLTIP;Odtenek (h) - kot med 0° in 360°.
TP_COLORAPP_LABEL;CIE Prikaz barv Model 2002
@@ -1434,7 +1403,7 @@ TP_COLORAPP_MEANLUMINANCE;Povprečna svetlost (Yb%)
TP_COLORAPP_MODEL;WP Model
TP_COLORAPP_MODEL_TOOLTIP;Model bele točke.\n\nWB [RT] + [output]: za sceno se uporabi RT-jevo ravnotežje beline, CIECAM02 je nastavljen na D50, nastavitev beline izhodne naprave je nastavljena v Pogojih gledanja.\n\nWB [RT+CAT02] + [output]: RT-jevo ravnotežje beline uporablja CAT02, ravnotežje beline izhodne naprave pa je nastavljeno v Pogojih gledanja.\n\nProsta temp+zelena + CAT02 + [output]: temp in zeleno določi uporabnik, ravnotežje beline izhodne naprave pa je nastavljeno v Pogojih gledanja.
TP_COLORAPP_NEUTRAL;Ponastavi
-TP_COLORAPP_NEUTRAL_TIP;Ponastavi vse potrditvena polja in krivulje na njihove privzete vrednosti
+TP_COLORAPP_NEUTRAL_TOOLTIP;Ponastavi vse potrditvena polja in krivulje na njihove privzete vrednosti
TP_COLORAPP_RSTPRO;Varovanje rdečih in kožnih tonov
TP_COLORAPP_RSTPRO_TOOLTIP;Varovanje rdečih in kožnih tonov ima vpliv tako na drsnike kot na krivulje.
TP_COLORAPP_SURROUND;Obkroži
@@ -1496,7 +1465,7 @@ TP_COLORTONING_METHOD;Metoda
TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* mešanje", "RGB drsniki" in "RGB krivulje" uporabljajo interpolirno mešanje barv.\n"Uravnoteženje barv (Sence/Srednji toni/Bleščave)" and "Nasičenje 2 barv" uporabljajo neposredne barve.\n\nČrno-belo orodje lahko uporabimo pri katerikoli metodi barvega toniranja.
TP_COLORTONING_MIDTONES;Srednji toni
TP_COLORTONING_NEUTRAL;Ponastavi drsnike
-TP_COLORTONING_NEUTRAL_TIP;Ponastavi vse vrednosti (Sence, Srednji toni, Bleščave) na prizeto vrednost.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Ponastavi vse vrednosti (Sence, Srednji toni, Bleščave) na prizeto vrednost.
TP_COLORTONING_OPACITY;Neprosojnost
TP_COLORTONING_RGBCURVES;RGB - Krivulje
TP_COLORTONING_RGBSLIDERS;RGB - Drsniki
@@ -1540,7 +1509,6 @@ TP_DEFRINGE_RADIUS;Radij
TP_DEFRINGE_THRESHOLD;Prag
TP_DEHAZE_DEPTH;Globina
TP_DEHAZE_LABEL;Odstranjevanje zamegljenosti
-TP_DEHAZE_LUMINANCE;Samo svetlost
TP_DEHAZE_SHOW_DEPTH_MAP;Prikaži karto globin
TP_DEHAZE_STRENGTH;Moč
TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Avto multi-cone
@@ -1612,7 +1580,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;Pri -100 so ciljani toni kože.\nPri 0 so vsi to
TP_DIRPYREQUALIZER_THRESHOLD;Prag
TP_DIRPYREQUALIZER_TOOLTIP;Poskusi zmanjšati artefakte pri spremembi barve kože (odtenek, barvitost, luma) in preostankom slike.
TP_DISTORTION_AMOUNT;Količina
-TP_DISTORTION_AUTO_TIP;Avtomatsko popravi popačitve objektiva pri surovih slikah s primerjavo z vgrajeno sliko JPEG, če obstaja in so popravki objektiva izvedeni v fotoaparatu.
+TP_DISTORTION_AUTO_TOOLTIP;Avtomatsko popravi popačitve objektiva pri surovih slikah s primerjavo z vgrajeno sliko JPEG, če obstaja in so popravki objektiva izvedeni v fotoaparatu.
TP_DISTORTION_LABEL;Popravek popačenja
TP_EPD_EDGESTOPPING;Zaustavljanje roba
TP_EPD_GAMMA;Gama
@@ -1621,12 +1589,12 @@ TP_EPD_REWEIGHTINGITERATES;Ponovno tehtanje ponovitev
TP_EPD_SCALE;Merilo
TP_EPD_STRENGTH;Moč
TP_EXPOSURE_AUTOLEVELS;Avto nivoji
-TP_EXPOSURE_AUTOLEVELS_TIP;Preklaplja izvajanje avto nivojev z vrednostmi izračunani iz analize slike.\nOmogoča rekonstrukcijo bleščav, če je potrebna.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Preklaplja izvajanje avto nivojev z vrednostmi izračunani iz analize slike.\nOmogoča rekonstrukcijo bleščav, če je potrebna.
TP_EXPOSURE_BLACKLEVEL;Črna
TP_EXPOSURE_BRIGHTNESS;Svetlost
TP_EXPOSURE_CLAMPOOG;Posnetek barv izven obsega
TP_EXPOSURE_CLIP;Posnetek %
-TP_EXPOSURE_CLIP_TIP;Delež pikslov, ki naj bodo posneti v operaciji avto nivoji.
+TP_EXPOSURE_CLIP_TOOLTIP;Delež pikslov, ki naj bodo posneti v operaciji avto nivoji.
TP_EXPOSURE_COMPRHIGHLIGHTS;Stiskanje bleščav
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Prag stiskanja bleščav
TP_EXPOSURE_COMPRSHADOWS;Stiskanje senc
@@ -1769,7 +1737,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Svetlost glede na odtenek L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Svetlost glede na svetlost L=f(L)
TP_LABCURVE_LABEL;Prilagoditve L*a*b*
TP_LABCURVE_LCREDSK;Omeji LC na rdečo in kožne barve
-TP_LABCURVE_LCREDSK_TIP;Če je aktivna, krivulja LC vpliva samo na rdečo in kožne barve.\nČe je onemogočen, se nanaša na vse tone.
+TP_LABCURVE_LCREDSK_TOOLTIP;Če je aktivna, krivulja LC vpliva samo na rdečo in kožne barve.\nČe je onemogočen, se nanaša na vse tone.
TP_LABCURVE_RSTPROTECTION;Zaščita rdeče in kožnih barv
TP_LABCURVE_RSTPRO_TOOLTIP;Deluje na drsniku kromatičnost in krivulji CC.
TP_LENSGEOM_AUTOCROP;Avtomatska obrezava
@@ -1795,7 +1763,7 @@ TP_METADATA_MODE;Način kopiranja metapodatkov
TP_METADATA_STRIP;Odstrani vse metapodatke
TP_METADATA_TUNNEL;Kopiraj nespremenjeno
TP_NEUTRAL;Ponastavi
-TP_NEUTRAL_TIP;Ponastavi drsnike ekspozicije v nevtralno stanje.\nUporablja enake parametre kot pri Avtomatskih nivojih, ne glede na to ali so uporabljeni ali ne..
+TP_NEUTRAL_TOOLTIP;Ponastavi drsnike ekspozicije v nevtralno stanje.\nUporablja enake parametre kot pri Avtomatskih nivojih, ne glede na to ali so uporabljeni ali ne..
TP_PCVIGNETTE_FEATHER;Pero
TP_PCVIGNETTE_FEATHER_TOOLTIP;Perje:\n0 = samo vogali,\n50 = na polovici do centra,\n100 = v centru.
TP_PCVIGNETTE_LABEL;Filter vinjetiranja
@@ -1980,7 +1948,7 @@ TP_RETINEX_MLABEL;Obnovi brez meglic Min=%1 Max=%2
TP_RETINEX_MLABEL_TOOLTIP;Mora biti blizu min=0 max=32768\nObnovljena slika brez mešanja.
TP_RETINEX_NEIGHBOR;Radij
TP_RETINEX_NEUTRAL;Ponastavi
-TP_RETINEX_NEUTRAL_TIP;Ponastavi vse drsnike in klrivulje na njihove privzete vrednosti.
+TP_RETINEX_NEUTRAL_TOOLTIP;Ponastavi vse drsnike in klrivulje na njihove privzete vrednosti.
TP_RETINEX_OFFSET;Odmik (svetlost)
TP_RETINEX_SCALES;Gaussov gradient
TP_RETINEX_SCALES_TOOLTIP;Če je drsnik na 0, so vse iteracije identične.\nČe je > 0 merilo in radij pojemata pri vsaki iteraciji in obratno.
@@ -2016,7 +1984,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Stopnja
TP_ROTATE_LABEL;Zavrti
TP_ROTATE_SELECTLINE;Izberi ravno črto
-TP_SAVEDIALOG_OK_TIP;Bližnjica: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Bližnjica: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Bleščave
TP_SHADOWSHLIGHTS_HLTONALW;Tonska širina bleščav
TP_SHADOWSHLIGHTS_LABEL;Sence/bleščave
@@ -2032,7 +2000,6 @@ TP_SHARPENING_BLUR;Radij zamegljevanja
TP_SHARPENING_CONTRAST;Prag kontrasta
TP_SHARPENING_EDRADIUS;Radij
TP_SHARPENING_EDTOLERANCE;Toleranca robov
-TP_SHARPENING_GAMMA;Gama
TP_SHARPENING_HALOCONTROL;Kontrola odbojev
TP_SHARPENING_HCAMOUNT;Količina
TP_SHARPENING_LABEL;Ostrenje
@@ -2238,7 +2205,6 @@ TP_WAVELET_THRH;Prag bleščav
TP_WAVELET_TILESBIG;Velike krpe
TP_WAVELET_TILESFULL;Celotna slika
TP_WAVELET_TILESIZE;Metoda pokrivanja
-TP_WAVELET_TILESLIT;Majhne krpe
TP_WAVELET_TILES_TOOLTIP;Obdelava celotne slike zagotavlja boljšo kakovost in jo priporočamo, medtem ko je uporaba krp rezervna možnost za uporabnike z malo RAMa. Poglejte v RawPedio za potrebe po pomnilniku.
TP_WAVELET_TMSTRENGTH;Compression strength
TP_WAVELET_TMSTRENGTH_TOOLTIP;Upravlja z močjo tonske preslikave ali stiskanja kontrasta preostanka slike. Kadar je vrednost različna od 0, potem sta drsnika za moč in gamo posivela in onemogočena.
@@ -2305,9 +2271,1801 @@ ZOOMPANEL_ZOOMOUT;Zoom Out\nBližnjica: -
! Untranslated keys follow; remove the ! prefix after an entry is translated.
!!!!!!!!!!!!!!!!!!!!!!!!!
+!FILEBROWSER_POPUPINSPECT;Inspect
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_PDSHARPEN_CHECKITER;CS - Auto limit iterations
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
+!HISTORY_MSG_RANGEAB;Range ab
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
+!INSPECTOR_WINDOW_TITLE;Inspector
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
+!PARTIALPASTE_SPOT;Spot removal
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_CROP_GTCENTEREDSQUARE;Centered square
+!TP_DEHAZE_SATURATION;Saturation
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
+!TP_HLREC_HLBLUR;Blur
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
+!TP_ICM_REDFRAME;Custom Primaries
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_SHARPENING_ITERCHECK;Auto limit iterations
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
+!TP_WAVELET_BALCHROM;Equalizer Color
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COMPEXPERT;Advanced
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
+!TP_WAVELET_CONTFRAME;Contrast - Compression
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
+!TP_WAVELET_FINCFRAME;Final local contrast
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREND;Strength
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
diff --git a/rtdata/languages/Swedish b/rtdata/languages/Swedish
index f5f4e9d2f..de612ad73 100644
--- a/rtdata/languages/Swedish
+++ b/rtdata/languages/Swedish
@@ -209,7 +209,6 @@ HISTORY_CUSTOMCURVE;Egen kurva
HISTORY_FROMCLIPBOARD;Från klippbordet
HISTORY_LABEL;Historia
HISTORY_MSG_1;Fotot laddades
-HISTORY_MSG_2;Profil laddad
HISTORY_MSG_3;Profil ändrad
HISTORY_MSG_4;Historia-bläddrande
HISTORY_MSG_5;Ljusstyrka
@@ -223,9 +222,6 @@ HISTORY_MSG_12;Autonivåer
HISTORY_MSG_13;Exponeringsmarkering
HISTORY_MSG_14;Lab - Ljushet
HISTORY_MSG_15;Lab - Kontrast
-HISTORY_MSG_16;Svart luminans
-HISTORY_MSG_17;Luminans högdagerkompr.
-HISTORY_MSG_18;Luminans skuggkompr.
HISTORY_MSG_19;'L'-kurva
HISTORY_MSG_20;Skärpning
HISTORY_MSG_21;USM - Radie
@@ -251,10 +247,6 @@ HISTORY_MSG_40;VB - Färgton
HISTORY_MSG_41;Tonkurva läge 1
HISTORY_MSG_42;Tonkurva 2
HISTORY_MSG_43;Tonkurva läge 2
-HISTORY_MSG_44;Brusreduceringsradie
-HISTORY_MSG_45;Kanttolerans för lum.brusreducering
-HISTORY_MSG_46;Färgbrusreducering
-HISTORY_MSG_47;Mixa högdagrar med matris
HISTORY_MSG_48;Använd tonkurvan i DCP
HISTORY_MSG_49;DCP ljuskälla
HISTORY_MSG_50;Skuggor/Högdagrar
@@ -262,7 +254,6 @@ HISTORY_MSG_51;S/H - Högdagrar
HISTORY_MSG_52;S/H - Skuggor
HISTORY_MSG_53;S/H - Högdagertonvidd
HISTORY_MSG_54;S/H - Skuggtonvidd
-HISTORY_MSG_55;S/H - Lokal kontrast
HISTORY_MSG_56;S/H - Radie
HISTORY_MSG_57;Enkel rotering
HISTORY_MSG_58;Vänd horisontellt
@@ -274,7 +265,6 @@ HISTORY_MSG_63;Bokmärke valt
HISTORY_MSG_64;Beskär
HISTORY_MSG_65;Korrigera kromatiska abberationer
HISTORY_MSG_66;Högdageråterställning
-HISTORY_MSG_67;Mängd på högdageråterställning
HISTORY_MSG_68;Metod för högdageråterställning
HISTORY_MSG_69;Färgrymd
HISTORY_MSG_70;Utmatningsfärgrymd
@@ -285,12 +275,10 @@ HISTORY_MSG_74;Ändra storleksskala
HISTORY_MSG_75;Metod för ändring av storlek
HISTORY_MSG_76;Exif Metadata
HISTORY_MSG_77;IPTC Metadata
-HISTORY_MSG_78;Data som ska ändra storlek
HISTORY_MSG_79;Storleksändring, bredd
HISTORY_MSG_80;Storleksändring, höjd
HISTORY_MSG_81;Storleksändring
HISTORY_MSG_82;Profilen ändrades
-HISTORY_MSG_83;S/H - Skarp mask
HISTORY_MSG_84;Korrigering av perspektiv
HISTORY_MSG_85;LCP
HISTORY_MSG_86;RGB-kurvor - Luminansläge
@@ -337,12 +325,6 @@ HISTORY_MSG_127;Automatiskt val av plattfält
HISTORY_MSG_128;Oskärperadie för plattfält
HISTORY_MSG_129;Oskärpetyp hos plattfältet
HISTORY_MSG_130;Autodistorion
-HISTORY_MSG_131;Brusreducering, luminans
-HISTORY_MSG_132;Brusreducering, kroma
-HISTORY_MSG_133;Utmatningsgamma
-HISTORY_MSG_134;Obunden gamma
-HISTORY_MSG_135;Obunden gamma
-HISTORY_MSG_136;Gammalutning
HISTORY_MSG_137;Svartpunktsnivå grön 1
HISTORY_MSG_138;Svartpunktsnivå röd
HISTORY_MSG_139;Svartpunktsnivå blå
@@ -451,7 +433,6 @@ HISTORY_MSG_246;'CL'-kurva
HISTORY_MSG_247;'LH'-kurva
HISTORY_MSG_248;'HH'-kurva
HISTORY_MSG_249;Kontrast genom detaljnivåer
-HISTORY_MSG_250;Brusreduceringsförbättring
HISTORY_MSG_251;B&W - Algoritm
HISTORY_MSG_252;CbDL Hudtoner
HISTORY_MSG_253;CbDL Reducera artefakter
@@ -472,8 +453,6 @@ HISTORY_MSG_269;CT - Hög - Röd
HISTORY_MSG_270;CT - Hög - Grön
HISTORY_MSG_271;CT - Hög - Blå
HISTORY_MSG_272;CT - Balans
-HISTORY_MSG_274;CT - Mättnad skuggor
-HISTORY_MSG_275;CT - Mättnad i högdagrar
HISTORY_MSG_276;CT - Opacitet
HISTORY_MSG_277;--unused--
HISTORY_MSG_278;CT - Bevara luminans
@@ -495,7 +474,6 @@ HISTORY_MSG_295;Filmsimulering - Film
HISTORY_MSG_296;NR - Luminanskurva
HISTORY_MSG_298;Filter för döda pixlar
HISTORY_MSG_299;NR - Krominanskurva
-HISTORY_MSG_300;-
HISTORY_MSG_301;NR - Luminanskontroll
HISTORY_MSG_302;NR - Chroma-metod
HISTORY_MSG_303;NR - Chroma-metod
@@ -587,7 +565,6 @@ HISTORY_MSG_404;W - ES - Basförstärkning
HISTORY_MSG_405;W - Brusred. - Nivå 4
HISTORY_MSG_407;Retinex - Metod
HISTORY_MSG_408;Retinex - Radie
-HISTORY_MSG_409;Retinex - Kontrast
HISTORY_MSG_410;Retinex - Kompensation
HISTORY_MSG_411;Retinex - Styrka
HISTORY_MSG_413;Retinex - Kontrast
@@ -916,7 +893,7 @@ PROFILEPANEL_GLOBALPROFILES;Förinstallerade profiler
PROFILEPANEL_LABEL;Efterbehandlingsprofiler
PROFILEPANEL_LOADDLGLABEL;Ladda efterbehandlingsparametrar...
PROFILEPANEL_LOADPPASTE;Parametrar att ladda
-PROFILEPANEL_MODE_TIP;Ifyllnadsläge för profil.\n\nKnappen nedtryckt: partiell profil konverteras till full profil; de saknade värdena kommer att fyllas i mha standardvärden.\n\nKnapp släppt: Profilen kommer att appliceras som den är, och förändrar bara de värden som den själv innehåller.
+PROFILEPANEL_MODE_TOOLTIP;Ifyllnadsläge för profil.\n\nKnappen nedtryckt: partiell profil konverteras till full profil; de saknade värdena kommer att fyllas i mha standardvärden.\n\nKnapp släppt: Profilen kommer att appliceras som den är, och förändrar bara de värden som den själv innehåller.
PROFILEPANEL_MYPROFILES;Mina profiler
PROFILEPANEL_PASTEPPASTE;Parametrar att klistra in
PROFILEPANEL_PCUSTOM;Egen
@@ -1081,7 +1058,6 @@ TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Justera antingen kroma, mättnad eller colorful
TP_COLORAPP_DATACIE;Resultat av CIECAM02-histogram i kurvor
TP_COLORAPP_DATACIE_TOOLTIP;När detta är aktiverat, visar CIECAM02-histogram ungefärliga värden/intervall för J eller Q, och C, s eller M efter justeringar i CIECAM02.\nDet här valet påverkar inte huvudhistogrammet.\n\nNär detta är avaktiverat, visar histogrammet för CIECAM02-kurvor Lab-värden innan justeringar av CIECAM02
TP_COLORAPP_GAMUT;Kontroll av tonomfång (Lab)
-TP_COLORAPP_GAMUT_TOOLTIP;Tillåt kontroll av tonomfång i Lab-läge
TP_COLORAPP_HUE;Nyans(h)
TP_COLORAPP_HUE_TOOLTIP;Nyans h) - vinkel mellan 0° och 360°
TP_COLORAPP_LABEL;CIE Color Appearance Model 2002
@@ -1128,7 +1104,7 @@ TP_COLORTONING_LUMAMODE_TOOLTIP;Om aktiverad så kommer luminansen för varje pi
TP_COLORTONING_METHOD;Metod
TP_COLORTONING_MIDTONES;Mellantoner
TP_COLORTONING_NEUTRAL;Återställ reglage
-TP_COLORTONING_NEUTRAL_TIP;Återställ alla värden (skuggor, mellantoner, högdagrar) till standardvärdena.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Återställ alla värden (skuggor, mellantoner, högdagrar) till standardvärdena.
TP_COLORTONING_OPACITY;Opacitet
TP_COLORTONING_RGBCURVES;RGB - Kurvor
TP_COLORTONING_RGBSLIDERS;RGB - Reglage
@@ -1229,11 +1205,11 @@ TP_EPD_REWEIGHTINGITERATES;Återviktade iterationer
TP_EPD_SCALE;Skala
TP_EPD_STRENGTH;Styrka
TP_EXPOSURE_AUTOLEVELS;Autonivåer
-TP_EXPOSURE_AUTOLEVELS_TIP;Slå av/på autonivåer för att automatiskt beräkna och använda värden baserat på bildanalys\nAktiverar högdageråterställning om nödvändigt
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Slå av/på autonivåer för att automatiskt beräkna och använda värden baserat på bildanalys\nAktiverar högdageråterställning om nödvändigt
TP_EXPOSURE_BLACKLEVEL;Svärta
TP_EXPOSURE_BRIGHTNESS;Ljushet
TP_EXPOSURE_CLIP;Klippnivå %
-TP_EXPOSURE_CLIP_TIP;Andelen pixlar som ska klippas när autonivåer används.
+TP_EXPOSURE_CLIP_TOOLTIP;Andelen pixlar som ska klippas när autonivåer används.
TP_EXPOSURE_COMPRHIGHLIGHTS;Högdageråterställning
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Högdageråterställning, tröskelvärde
TP_EXPOSURE_COMPRSHADOWS;Skuggåterställning
@@ -1355,7 +1331,7 @@ TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminans enligt nyans L=f(H)
TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminans enligt luminans L=f(L)
TP_LABCURVE_LABEL;Labjusteringar
TP_LABCURVE_LCREDSK;Begränsa LC till röda färger och hudtoner
-TP_LABCURVE_LCREDSK_TIP;Om aktiverad så påverkar LC-kurvan enbart röda färger och hudtoner.\nOm ej aktiverad så appliceras den till alla färger och toner.
+TP_LABCURVE_LCREDSK_TOOLTIP;Om aktiverad så påverkar LC-kurvan enbart röda färger och hudtoner.\nOm ej aktiverad så appliceras den till alla färger och toner.
TP_LABCURVE_RSTPROTECTION;Skydda röda färger och hudtoner
TP_LABCURVE_RSTPRO_TOOLTIP;Kan användas med kromareglaget och CC-kurvan
TP_LENSGEOM_AUTOCROP;Autobeskärning
@@ -1363,7 +1339,7 @@ TP_LENSGEOM_FILL;Fyll automatiskt
TP_LENSGEOM_LABEL;Geometrisk- och distorsionskorrigering
TP_LENSPROFILE_LABEL;Objektivkorrigeringsprofil
TP_NEUTRAL;Återställ
-TP_NEUTRAL_TIP;Återställ exponeringsreglagen till neutrala värden.\nGäller för samma reglage som autonivåer, oavsett om du använder autonivåer eller ej
+TP_NEUTRAL_TOOLTIP;Återställ exponeringsreglagen till neutrala värden.\nGäller för samma reglage som autonivåer, oavsett om du använder autonivåer eller ej
TP_PCVIGNETTE_FEATHER;Fjäder
TP_PCVIGNETTE_FEATHER_TOOLTIP;Fjäder: 0=enbart kanter, 50=halvvägs till mitten, 100=i mitten
TP_PCVIGNETTE_LABEL;Vinjetteringsfilter
@@ -1466,7 +1442,7 @@ TP_RETINEX_MAP_NONE;Ingen
TP_RETINEX_METHOD;Metod
TP_RETINEX_NEIGHBOR;Radie
TP_RETINEX_NEUTRAL;Återställ
-TP_RETINEX_NEUTRAL_TIP;Återställer alla reglage och kurvor till sina ursprungliga värden.
+TP_RETINEX_NEUTRAL_TOOLTIP;Återställer alla reglage och kurvor till sina ursprungliga värden.
TP_RETINEX_OFFSET;Kompensation (ljushet)
TP_RETINEX_SCALES;Gaussisk gradient
TP_RETINEX_SCALES_TOOLTIP;Om reglaget är på 0 så kommer alla iterationer att vara lika.\nOm > 0 så kommer skalan och radien reduceras när iterationerna ökar och omvänt.
@@ -1496,7 +1472,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Grader
TP_ROTATE_LABEL;Rotera
TP_ROTATE_SELECTLINE;Välj rak linje
-TP_SAVEDIALOG_OK_TIP;Kortkommando: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Kortkommando: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Högdager
TP_SHADOWSHLIGHTS_HLTONALW;Tonvidd (Högdagrar)
TP_SHADOWSHLIGHTS_LABEL;Skugg- och högdageråterställning
@@ -1672,7 +1648,6 @@ TP_WAVELET_THRH;Högdagertröskel
TP_WAVELET_TILESBIG;Stora tiles
TP_WAVELET_TILESFULL;Hela bilden
TP_WAVELET_TILESIZE;Metod för tiling
-TP_WAVELET_TILESLIT;SMå tiles
TP_WAVELET_TMSTRENGTH;Komprimeringsstyrka
TP_WAVELET_TMTYPE;Komprimeringsmetod
TP_WBALANCE_AUTO;Auto
@@ -1742,7 +1717,7 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!DYNPROFILEEDITOR_DELETE;Delete
!DYNPROFILEEDITOR_EDIT;Edit
!DYNPROFILEEDITOR_EDIT_RULE;Edit Dynamic Profile Rule
-!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the "re:" prefix to enter\na regular expression.
+!DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the 're:' prefix to enter\na regular expression.
!DYNPROFILEEDITOR_IMGTYPE_ANY;Any
!DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
!DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
@@ -1757,26 +1732,38 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!EXPORT_BYPASS;Processing steps to bypass
!EXPORT_PIPELINE;Processing pipeline
!EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-!EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+!EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
!EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
-!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+!FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
!FILEBROWSER_CACHECLEARFROMFULL;Clear all including cached profiles
!FILEBROWSER_CACHECLEARFROMPARTIAL;Clear all except cached profiles
!FILEBROWSER_DELETEDIALOG_ALL;Are you sure you want to permanently delete all %1 files in trash?
!FILEBROWSER_DELETEDIALOG_SELECTED;Are you sure you want to permanently delete the selected %1 files?
!FILEBROWSER_DELETEDIALOG_SELECTEDINCLPROC;Are you sure you want to permanently delete the selected %1 files, including a queue-processed version?
!FILEBROWSER_EMPTYTRASHHINT;Permanently delete all files in trash.
+!FILEBROWSER_POPUPINSPECT;Inspect
!FILEBROWSER_POPUPREMOVE;Delete permanently
!FILEBROWSER_POPUPREMOVEINCLPROC;Delete permanently, including queue-processed version
!FILEBROWSER_RESETDEFAULTPROFILE;Reset to default
!FILEBROWSER_SHOWNOTTRASHHINT;Show only images not in trash.
!GENERAL_CURRENT;Current
+!GENERAL_DELETE_ALL;Delete all
+!GENERAL_EDIT;Edit
!GENERAL_HELP;Help
!GENERAL_RESET;Reset
!GENERAL_SAVE_AS;Save as...
!GENERAL_SLIDER;Slider
!GIMP_PLUGIN_INFO;Welcome to the RawTherapee GIMP plugin!\nOnce you are done editing, simply close the main RawTherapee window and the image will be automatically imported in GIMP.
+!HISTOGRAM_TOOLTIP_CROSSHAIR;Show/Hide indicator crosshair.
!HISTOGRAM_TOOLTIP_MODE;Toggle between linear, log-linear and log-log scaling of the histogram.
+!HISTOGRAM_TOOLTIP_SHOW_OPTIONS;Toggle visibility of the scope option buttons.
+!HISTOGRAM_TOOLTIP_TRACE_BRIGHTNESS;Adjust scope brightness.
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM;Histogram
+!HISTOGRAM_TOOLTIP_TYPE_HISTOGRAM_RAW;Raw Histogram
+!HISTOGRAM_TOOLTIP_TYPE_PARADE;RGB Parade
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HC;Hue-Chroma Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_VECTORSCOPE_HS;Hue-Saturation Vectorscope
+!HISTOGRAM_TOOLTIP_TYPE_WAVEFORM;Waveform
!HISTORY_MSG_173;NR - Detail recovery
!HISTORY_MSG_203;NR - Color space
!HISTORY_MSG_235;B&W - CM - Auto
@@ -1794,7 +1781,7 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!HISTORY_MSG_330;W - Toning - Opacity BY
!HISTORY_MSG_344;W - Meth chroma sl/cur
!HISTORY_MSG_353;W - ES - Gradient sensitivity
-!HISTORY_MSG_392;W - Residual - Color Balance
+!HISTORY_MSG_392;W - Residual - Color balance
!HISTORY_MSG_393;DCP - Look table
!HISTORY_MSG_396;W - Contrast sub-tool
!HISTORY_MSG_397;W - Chroma sub-tool
@@ -1805,34 +1792,49 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!HISTORY_MSG_402;W - Denoise sub-tool
!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_412;Retinex - Gaussian gradient
-!HISTORY_MSG_425;Retinex - Log base
+!HISTORY_MSG_425;--unused--
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
!HISTORY_MSG_444;WB - Temp bias
-!HISTORY_MSG_445;Raw sub-image
-!HISTORY_MSG_449;PS - ISO adaption
-!HISTORY_MSG_452;PS - Show motion
-!HISTORY_MSG_453;PS - Show mask only
-!HISTORY_MSG_457;PS - Check red/blue
-!HISTORY_MSG_462;PS - Check green
-!HISTORY_MSG_464;PS - Blur motion mask
-!HISTORY_MSG_465;PS - Blur radius
-!HISTORY_MSG_468;PS - Fill holes
-!HISTORY_MSG_469;PS - Median
-!HISTORY_MSG_471;PS - Motion correction
-!HISTORY_MSG_472;PS - Smooth transitions
-!HISTORY_MSG_473;PS - Use LMMSE
-!HISTORY_MSG_474;PS - Equalize
-!HISTORY_MSG_475;PS - Equalize channel
-!HISTORY_MSG_476;CAM02 - Temp out
-!HISTORY_MSG_477;CAM02 - Green out
-!HISTORY_MSG_478;CAM02 - Yb out
-!HISTORY_MSG_479;CAM02 - CAT02 adaptation out
-!HISTORY_MSG_480;CAM02 - Automatic CAT02 out
-!HISTORY_MSG_481;CAM02 - Temp scene
-!HISTORY_MSG_482;CAM02 - Green scene
-!HISTORY_MSG_483;CAM02 - Yb scene
-!HISTORY_MSG_484;CAM02 - Auto Yb scene
+!HISTORY_MSG_445;Raw Sub-Image
+!HISTORY_MSG_446;--unused--
+!HISTORY_MSG_447;--unused--
+!HISTORY_MSG_448;--unused--
+!HISTORY_MSG_449;PS ISO adaption
+!HISTORY_MSG_450;--unused--
+!HISTORY_MSG_451;--unused--
+!HISTORY_MSG_452;PS Show motion
+!HISTORY_MSG_453;PS Show mask only
+!HISTORY_MSG_454;--unused--
+!HISTORY_MSG_455;--unused--
+!HISTORY_MSG_456;--unused--
+!HISTORY_MSG_457;PS Check red/blue
+!HISTORY_MSG_458;--unused--
+!HISTORY_MSG_459;--unused--
+!HISTORY_MSG_460;--unused--
+!HISTORY_MSG_461;--unused--
+!HISTORY_MSG_462;PS Check green
+!HISTORY_MSG_463;--unused--
+!HISTORY_MSG_464;PS Blur motion mask
+!HISTORY_MSG_465;PS Blur radius
+!HISTORY_MSG_466;--unused--
+!HISTORY_MSG_467;--unused--
+!HISTORY_MSG_468;PS Fill holes
+!HISTORY_MSG_469;PS Median
+!HISTORY_MSG_470;--unused--
+!HISTORY_MSG_471;PS Motion correction
+!HISTORY_MSG_472;PS Smooth transitions
+!HISTORY_MSG_474;PS Equalize
+!HISTORY_MSG_475;PS Equalize channel
+!HISTORY_MSG_476;CAL - VC - Temperature
+!HISTORY_MSG_477;CAL - VC - Tint
+!HISTORY_MSG_478;CAL - VC - Mean luminance
+!HISTORY_MSG_479;CAL - VC - Adaptation
+!HISTORY_MSG_480;CAL - VC - Auto adaptation
+!HISTORY_MSG_481;CAL - SC - Temperature
+!HISTORY_MSG_482;CAL - SC - Tint
+!HISTORY_MSG_483;CAL - SC - Mean luminance
+!HISTORY_MSG_484;CAL - SC - Auto mean luminance
!HISTORY_MSG_485;Lens Correction
!HISTORY_MSG_486;Lens Correction - Camera
!HISTORY_MSG_487;Lens Correction - Lens
@@ -1843,6 +1845,654 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!HISTORY_MSG_492;RGB Curves
!HISTORY_MSG_493;L*a*b* Adjustments
!HISTORY_MSG_494;Capture Sharpening
+!HISTORY_MSG_496;Local Spot deleted
+!HISTORY_MSG_497;Local Spot selected
+!HISTORY_MSG_498;Local Spot name
+!HISTORY_MSG_499;Local Spot visibility
+!HISTORY_MSG_500;Local Spot shape
+!HISTORY_MSG_501;Local Spot method
+!HISTORY_MSG_502;Local Spot shape method
+!HISTORY_MSG_503;Local Spot locX
+!HISTORY_MSG_504;Local Spot locXL
+!HISTORY_MSG_505;Local Spot locY
+!HISTORY_MSG_506;Local Spot locYT
+!HISTORY_MSG_507;Local Spot center
+!HISTORY_MSG_508;Local Spot circrad
+!HISTORY_MSG_509;Local Spot quality method
+!HISTORY_MSG_510;Local Spot transition
+!HISTORY_MSG_511;Local Spot thresh
+!HISTORY_MSG_512;Local Spot ΔE decay
+!HISTORY_MSG_513;Local Spot scope
+!HISTORY_MSG_514;Local Spot structure
+!HISTORY_MSG_515;Local Adjustments
+!HISTORY_MSG_516;Local - Color and light
+!HISTORY_MSG_517;Local - Enable super
+!HISTORY_MSG_518;Local - Lightness
+!HISTORY_MSG_519;Local - Contrast
+!HISTORY_MSG_520;Local - Chrominance
+!HISTORY_MSG_521;Local - Scope
+!HISTORY_MSG_522;Local - curve method
+!HISTORY_MSG_523;Local - LL Curve
+!HISTORY_MSG_524;Local - CC curve
+!HISTORY_MSG_525;Local - LH Curve
+!HISTORY_MSG_526;Local - H curve
+!HISTORY_MSG_527;Local - Color Inverse
+!HISTORY_MSG_528;Local - Exposure
+!HISTORY_MSG_529;Local - Exp Compensation
+!HISTORY_MSG_530;Local - Exp Hlcompr
+!HISTORY_MSG_531;Local - Exp hlcomprthresh
+!HISTORY_MSG_532;Local - Exp black
+!HISTORY_MSG_533;Local - Exp Shcompr
+!HISTORY_MSG_534;Local - Warm Cool
+!HISTORY_MSG_535;Local - Exp Scope
+!HISTORY_MSG_536;Local - Exp Contrast curve
+!HISTORY_MSG_537;Local - Vibrance
+!HISTORY_MSG_538;Local - Vib Saturated
+!HISTORY_MSG_539;Local - Vib Pastel
+!HISTORY_MSG_540;Local - Vib Threshold
+!HISTORY_MSG_541;Local - Vib Protect skin tones
+!HISTORY_MSG_542;Local - Vib avoid colorshift
+!HISTORY_MSG_543;Local - Vib link
+!HISTORY_MSG_544;Local - Vib Scope
+!HISTORY_MSG_545;Local - Vib H curve
+!HISTORY_MSG_546;Local - Blur and noise
+!HISTORY_MSG_547;Local - Radius
+!HISTORY_MSG_548;Local - Noise
+!HISTORY_MSG_549;Local - Blur scope
+!HISTORY_MSG_550;Local - Blur method
+!HISTORY_MSG_551;Local - Blur Luminance only
+!HISTORY_MSG_552;Local - Tone mapping
+!HISTORY_MSG_553;Local - TM compression strength
+!HISTORY_MSG_554;Local - TM gamma
+!HISTORY_MSG_555;Local - TM edge stopping
+!HISTORY_MSG_556;Local - TM scale
+!HISTORY_MSG_557;Local - TM Reweighting
+!HISTORY_MSG_558;Local - TM scope
+!HISTORY_MSG_559;Local - Retinex
+!HISTORY_MSG_560;Local - Retinex method
+!HISTORY_MSG_561;Local - Retinex strength
+!HISTORY_MSG_562;Local - Retinex chroma
+!HISTORY_MSG_563;Local - Retinex radius
+!HISTORY_MSG_564;Local - Retinex contrast
+!HISTORY_MSG_565;Local - scope
+!HISTORY_MSG_566;Local - Retinex Gain curve
+!HISTORY_MSG_567;Local - Retinex Inverse
+!HISTORY_MSG_568;Local - Sharpening
+!HISTORY_MSG_569;Local - Sh Radius
+!HISTORY_MSG_570;Local - Sh Amount
+!HISTORY_MSG_571;Local - Sh Damping
+!HISTORY_MSG_572;Local - Sh Iterations
+!HISTORY_MSG_573;Local - Sh Scope
+!HISTORY_MSG_574;Local - Sh Inverse
+!HISTORY_MSG_575;Local - CBDL
+!HISTORY_MSG_576;Local - cbdl mult
+!HISTORY_MSG_577;Local - cbdl chroma
+!HISTORY_MSG_578;Local - cbdl threshold
+!HISTORY_MSG_579;Local - cbdl scope
+!HISTORY_MSG_580;--unused--
+!HISTORY_MSG_581;Local - deNoise lum f 1
+!HISTORY_MSG_582;Local - deNoise lum c
+!HISTORY_MSG_583;Local - deNoise lum detail
+!HISTORY_MSG_584;Local - deNoise equalizer White-Black
+!HISTORY_MSG_585;Local - deNoise chro f
+!HISTORY_MSG_586;Local - deNoise chro c
+!HISTORY_MSG_587;Local - deNoise chro detail
+!HISTORY_MSG_588;Local - deNoise equalizer Blue-Red
+!HISTORY_MSG_589;Local - deNoise bilateral
+!HISTORY_MSG_590;Local - deNoise Scope
+!HISTORY_MSG_591;Local - Avoid color shift
+!HISTORY_MSG_592;Local - Sh Contrast
+!HISTORY_MSG_593;Local - Local contrast
+!HISTORY_MSG_594;Local - Local contrast radius
+!HISTORY_MSG_595;Local - Local contrast amount
+!HISTORY_MSG_596;Local - Local contrast darkness
+!HISTORY_MSG_597;Local - Local contrast lightness
+!HISTORY_MSG_598;Local - Local contrast scope
+!HISTORY_MSG_599;Local - Retinex dehaze
+!HISTORY_MSG_600;Local - Soft Light enable
+!HISTORY_MSG_601;Local - Soft Light strength
+!HISTORY_MSG_602;Local - Soft Light scope
+!HISTORY_MSG_603;Local - Sh Blur radius
+!HISTORY_MSG_605;Local - Mask preview choice
+!HISTORY_MSG_606;Local Spot selected
+!HISTORY_MSG_607;Local - Color Mask C
+!HISTORY_MSG_608;Local - Color Mask L
+!HISTORY_MSG_609;Local - Exp Mask C
+!HISTORY_MSG_610;Local - Exp Mask L
+!HISTORY_MSG_611;Local - Color Mask H
+!HISTORY_MSG_612;Local - Color Structure
+!HISTORY_MSG_613;Local - Exp Structure
+!HISTORY_MSG_614;Local - Exp Mask H
+!HISTORY_MSG_615;Local - Blend color
+!HISTORY_MSG_616;Local - Blend Exp
+!HISTORY_MSG_617;Local - Blur Exp
+!HISTORY_MSG_618;Local - Use Color Mask
+!HISTORY_MSG_619;Local - Use Exp Mask
+!HISTORY_MSG_620;Local - Blur col
+!HISTORY_MSG_621;Local - Exp inverse
+!HISTORY_MSG_622;Local - Exclude structure
+!HISTORY_MSG_623;Local - Exp Chroma compensation
+!HISTORY_MSG_624;Local - Color correction grid
+!HISTORY_MSG_625;Local - Color correction strength
+!HISTORY_MSG_626;Local - Color correction Method
+!HISTORY_MSG_627;Local - Shadow Highlight
+!HISTORY_MSG_628;Local - SH Highlight
+!HISTORY_MSG_629;Local - SH H tonalwidth
+!HISTORY_MSG_630;Local - SH Shadows
+!HISTORY_MSG_631;Local - SH S tonalwidth
+!HISTORY_MSG_632;Local - SH radius
+!HISTORY_MSG_633;Local - SH Scope
+!HISTORY_MSG_634;Local - radius color
+!HISTORY_MSG_635;Local - radius Exp
+!HISTORY_MSG_636;Local - Tool added
+!HISTORY_MSG_637;Local - SH Mask C
+!HISTORY_MSG_638;Local - SH Mask L
+!HISTORY_MSG_639;Local - SH Mask H
+!HISTORY_MSG_640;Local - SH blend
+!HISTORY_MSG_641;Local - Use SH mask
+!HISTORY_MSG_642;Local - radius SH
+!HISTORY_MSG_643;Local - Blur SH
+!HISTORY_MSG_644;Local - inverse SH
+!HISTORY_MSG_645;Local - balance ΔE ab-L
+!HISTORY_MSG_646;Local - Exp mask chroma
+!HISTORY_MSG_647;Local - Exp mask gamma
+!HISTORY_MSG_648;Local - Exp mask slope
+!HISTORY_MSG_649;Local - Exp soft radius
+!HISTORY_MSG_650;Local - Color mask chroma
+!HISTORY_MSG_651;Local - Color mask gamma
+!HISTORY_MSG_652;Local - Color mask slope
+!HISTORY_MSG_653;Local - SH mask chroma
+!HISTORY_MSG_654;Local - SH mask gamma
+!HISTORY_MSG_655;Local - SH mask slope
+!HISTORY_MSG_656;Local - Color soft radius
+!HISTORY_MSG_657;Local - Retinex Reduce artifacts
+!HISTORY_MSG_658;Local - CBDL soft radius
+!HISTORY_MSG_659;Local Spot transition-decay
+!HISTORY_MSG_660;Local - cbdl clarity
+!HISTORY_MSG_661;Local - cbdl contrast residual
+!HISTORY_MSG_662;Local - deNoise lum f 0
+!HISTORY_MSG_663;Local - deNoise lum f 2
+!HISTORY_MSG_664;--unused--
+!HISTORY_MSG_665;Local - cbdl mask Blend
+!HISTORY_MSG_666;Local - cbdl mask radius
+!HISTORY_MSG_667;Local - cbdl mask chroma
+!HISTORY_MSG_668;Local - cbdl mask gamma
+!HISTORY_MSG_669;Local - cbdl mask slope
+!HISTORY_MSG_670;Local - cbdl mask C
+!HISTORY_MSG_671;Local - cbdl mask L
+!HISTORY_MSG_672;Local - cbdl mask CL
+!HISTORY_MSG_673;Local - Use cbdl mask
+!HISTORY_MSG_674;Local - Tool removed
+!HISTORY_MSG_675;Local - TM soft radius
+!HISTORY_MSG_676;Local Spot transition-differentiation
+!HISTORY_MSG_677;Local - TM amount
+!HISTORY_MSG_678;Local - TM saturation
+!HISTORY_MSG_679;Local - Retinex mask C
+!HISTORY_MSG_680;Local - Retinex mask L
+!HISTORY_MSG_681;Local - Retinex mask CL
+!HISTORY_MSG_682;Local - Retinex mask
+!HISTORY_MSG_683;Local - Retinex mask Blend
+!HISTORY_MSG_684;Local - Retinex mask radius
+!HISTORY_MSG_685;Local - Retinex mask chroma
+!HISTORY_MSG_686;Local - Retinex mask gamma
+!HISTORY_MSG_687;Local - Retinex mask slope
+!HISTORY_MSG_688;Local - Tool removed
+!HISTORY_MSG_689;Local - Retinex mask transmission map
+!HISTORY_MSG_690;Local - Retinex scale
+!HISTORY_MSG_691;Local - Retinex darkness
+!HISTORY_MSG_692;Local - Retinex lightness
+!HISTORY_MSG_693;Local - Retinex threshold
+!HISTORY_MSG_694;Local - Retinex Laplacian threshold
+!HISTORY_MSG_695;Local - Soft method
+!HISTORY_MSG_696;Local - Retinex Normalize
+!HISTORY_MSG_697;Local - TM Normalize
+!HISTORY_MSG_698;Local - Local contrast Fast Fourier
+!HISTORY_MSG_699;Local - Retinex Fast Fourier
+!HISTORY_MSG_701;Local - Exp Shadows
+!HISTORY_MSG_702;Local - Exp Method
+!HISTORY_MSG_703;Local - Exp Laplacian threshold
+!HISTORY_MSG_704;Local - Exp PDE balance
+!HISTORY_MSG_705;Local - Exp linearity
+!HISTORY_MSG_706;Local - TM mask C
+!HISTORY_MSG_707;Local - TM mask L
+!HISTORY_MSG_708;Local - TM mask CL
+!HISTORY_MSG_709;Local - use TM mask
+!HISTORY_MSG_710;Local - TM mask Blend
+!HISTORY_MSG_711;Local - TM mask radius
+!HISTORY_MSG_712;Local - TM mask chroma
+!HISTORY_MSG_713;Local - TM mask gamma
+!HISTORY_MSG_714;Local - TM mask slope
+!HISTORY_MSG_716;Local - Local method
+!HISTORY_MSG_717;Local - Local contrast
+!HISTORY_MSG_718;Local - Local contrast levels
+!HISTORY_MSG_719;Local - Local contrast residual L
+!HISTORY_MSG_720;Local - Blur mask C
+!HISTORY_MSG_721;Local - Blur mask L
+!HISTORY_MSG_722;Local - Blur mask CL
+!HISTORY_MSG_723;Local - use Blur mask
+!HISTORY_MSG_725;Local - Blur mask Blend
+!HISTORY_MSG_726;Local - Blur mask radius
+!HISTORY_MSG_727;Local - Blur mask chroma
+!HISTORY_MSG_728;Local - Blur mask gamma
+!HISTORY_MSG_729;Local - Blur mask slope
+!HISTORY_MSG_730;Local - Blur method
+!HISTORY_MSG_731;Local - median method
+!HISTORY_MSG_732;Local - median iterations
+!HISTORY_MSG_733;Local - soft radius
+!HISTORY_MSG_734;Local - detail
+!HISTORY_MSG_738;Local - Local contrast Merge L
+!HISTORY_MSG_739;Local - Local contrast Soft radius
+!HISTORY_MSG_740;Local - Local contrast Merge C
+!HISTORY_MSG_741;Local - Local contrast Residual C
+!HISTORY_MSG_742;Local - Exp Laplacian gamma
+!HISTORY_MSG_743;Local - Exp Fattal Amount
+!HISTORY_MSG_744;Local - Exp Fattal Detail
+!HISTORY_MSG_745;Local - Exp Fattal Offset
+!HISTORY_MSG_746;Local - Exp Fattal Sigma
+!HISTORY_MSG_747;Local Spot created
+!HISTORY_MSG_748;Local - Exp Denoise
+!HISTORY_MSG_749;Local - Reti Depth
+!HISTORY_MSG_750;Local - Reti Mode log - lin
+!HISTORY_MSG_751;Local - Reti Dehaze saturation
+!HISTORY_MSG_752;Local - Reti Offset
+!HISTORY_MSG_753;Local - Reti Transmission map
+!HISTORY_MSG_754;Local - Reti Clip
+!HISTORY_MSG_755;Local - TM use tm mask
+!HISTORY_MSG_756;Local - Exp use algo exposure mask
+!HISTORY_MSG_757;Local - Exp Laplacian mask
+!HISTORY_MSG_758;Local - Reti Laplacian mask
+!HISTORY_MSG_759;Local - Exp Laplacian mask
+!HISTORY_MSG_760;Local - Color Laplacian mask
+!HISTORY_MSG_761;Local - SH Laplacian mask
+!HISTORY_MSG_762;Local - cbdl Laplacian mask
+!HISTORY_MSG_763;Local - Blur Laplacian mask
+!HISTORY_MSG_764;Local - Solve PDE Laplacian mask
+!HISTORY_MSG_765;Local - deNoise Detail threshold
+!HISTORY_MSG_766;Local - Blur Fast Fourier
+!HISTORY_MSG_767;Local - Grain Iso
+!HISTORY_MSG_768;Local - Grain Strength
+!HISTORY_MSG_769;Local - Grain Scale
+!HISTORY_MSG_770;Local - Color Mask contrast curve
+!HISTORY_MSG_771;Local - Exp Mask contrast curve
+!HISTORY_MSG_772;Local - SH Mask contrast curve
+!HISTORY_MSG_773;Local - TM Mask contrast curve
+!HISTORY_MSG_774;Local - Reti Mask contrast curve
+!HISTORY_MSG_775;Local - CBDL Mask contrast curve
+!HISTORY_MSG_776;Local - Blur Denoise Mask contrast curve
+!HISTORY_MSG_777;Local - Blur Mask local contrast curve
+!HISTORY_MSG_778;Local - Mask highlights
+!HISTORY_MSG_779;Local - Color Mask local contrast curve
+!HISTORY_MSG_780;Local - Color Mask shadows
+!HISTORY_MSG_781;Local - Contrast Mask Wavelet level
+!HISTORY_MSG_782;Local - Blur Denoise Mask Wavelet levels
+!HISTORY_MSG_783;Local - Color Wavelet levels
+!HISTORY_MSG_784;Local - Mask ΔE
+!HISTORY_MSG_785;Local - Mask Scope ΔE
+!HISTORY_MSG_786;Local - SH method
+!HISTORY_MSG_787;Local - Equalizer multiplier
+!HISTORY_MSG_788;Local - Equalizer detail
+!HISTORY_MSG_789;Local - SH mask amount
+!HISTORY_MSG_790;Local - SH mask anchor
+!HISTORY_MSG_791;Local - Mask Short L curves
+!HISTORY_MSG_792;Local - Mask Luminance Background
+!HISTORY_MSG_793;Local - SH TRC gamma
+!HISTORY_MSG_794;Local - SH TRC slope
+!HISTORY_MSG_795;Local - Mask save restore image
+!HISTORY_MSG_796;Local - Recursive references
+!HISTORY_MSG_797;Local - Merge Original method
+!HISTORY_MSG_798;Local - Opacity
+!HISTORY_MSG_799;Local - Color RGB ToneCurve
+!HISTORY_MSG_800;Local - Color ToneCurve Method
+!HISTORY_MSG_801;Local - Color ToneCurve Special
+!HISTORY_MSG_802;Local - Contrast threshold
+!HISTORY_MSG_803;Local - Color Merge
+!HISTORY_MSG_804;Local - Color mask Structure
+!HISTORY_MSG_805;Local - Blur Noise mask Structure
+!HISTORY_MSG_806;Local - Color mask Structure as tool
+!HISTORY_MSG_807;Local - Blur Noise mask Structure as tool
+!HISTORY_MSG_808;Local - Color mask curve H(H)
+!HISTORY_MSG_809;Local - Vib mask curve C(C)
+!HISTORY_MSG_810;Local - Vib mask curve L(L)
+!HISTORY_MSG_811;Local - Vib mask curve LC(H)
+!HISTORY_MSG_813;Local - Use Vib mask
+!HISTORY_MSG_814;Local - Vib mask Blend
+!HISTORY_MSG_815;Local - Vib mask radius
+!HISTORY_MSG_816;Local - Vib mask chroma
+!HISTORY_MSG_817;Local - Vib mask gamma
+!HISTORY_MSG_818;Local - Vib mask slope
+!HISTORY_MSG_819;Local - Vib mask laplacian
+!HISTORY_MSG_820;Local - Vib mask contrast curve
+!HISTORY_MSG_821;Local - color grid background
+!HISTORY_MSG_822;Local - color background merge
+!HISTORY_MSG_823;Local - color background luminance
+!HISTORY_MSG_824;Local - Exp gradient mask strength
+!HISTORY_MSG_825;Local - Exp gradient mask angle
+!HISTORY_MSG_826;Local - Exp gradient strength
+!HISTORY_MSG_827;Local - Exp gradient angle
+!HISTORY_MSG_828;Local - SH gradient strength
+!HISTORY_MSG_829;Local - SH gradient angle
+!HISTORY_MSG_830;Local - Color gradient strength L
+!HISTORY_MSG_831;Local - Color gradient angle
+!HISTORY_MSG_832;Local - Color gradient strength C
+!HISTORY_MSG_833;Local - Gradient feather
+!HISTORY_MSG_834;Local - Color gradient strength H
+!HISTORY_MSG_835;Local - Vib gradient strength L
+!HISTORY_MSG_836;Local - Vib gradient angle
+!HISTORY_MSG_837;Local - Vib gradient strength C
+!HISTORY_MSG_838;Local - Vib gradient strength H
+!HISTORY_MSG_839;Local - Software complexity
+!HISTORY_MSG_840;Local - CL Curve
+!HISTORY_MSG_841;Local - LC curve
+!HISTORY_MSG_842;Local - Blur mask Radius
+!HISTORY_MSG_843;Local - Blur mask Contrast Threshold
+!HISTORY_MSG_844;Local - Blur mask FFTW
+!HISTORY_MSG_845;Local - Log encoding
+!HISTORY_MSG_846;Local - Log encoding auto
+!HISTORY_MSG_847;Local - Log encoding Source
+!HISTORY_MSG_849;Local - Log encoding Source auto
+!HISTORY_MSG_850;Local - Log encoding B_Ev
+!HISTORY_MSG_851;Local - Log encoding W_Ev
+!HISTORY_MSG_852;Local - Log encoding Target
+!HISTORY_MSG_853;Local - Log encodind loc contrast
+!HISTORY_MSG_854;Local - Log encodind Scope
+!HISTORY_MSG_855;Local - Log encoding Whole image
+!HISTORY_MSG_856;Local - Log encoding Shadows range
+!HISTORY_MSG_857;Local - Wavelet blur residual
+!HISTORY_MSG_858;Local - Wavelet blur luminance only
+!HISTORY_MSG_859;Local - Wavelet max blur
+!HISTORY_MSG_860;Local - Wavelet blur levels
+!HISTORY_MSG_861;Local - Wavelet contrast levels
+!HISTORY_MSG_862;Local - Wavelet contrast attenuation
+!HISTORY_MSG_863;Local - Wavelet merge original image
+!HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
+!HISTORY_MSG_865;Local - Wavelet dir contrast delta
+!HISTORY_MSG_866;Local - Wavelet dir compression
+!HISTORY_MSG_868;Local - Balance ΔE C-H
+!HISTORY_MSG_869;Local - Denoise by level
+!HISTORY_MSG_870;Local - Wavelet mask curve H
+!HISTORY_MSG_871;Local - Wavelet mask curve C
+!HISTORY_MSG_872;Local - Wavelet mask curve L
+!HISTORY_MSG_873;Local - Wavelet mask
+!HISTORY_MSG_875;Local - Wavelet mask blend
+!HISTORY_MSG_876;Local - Wavelet mask smooth
+!HISTORY_MSG_877;Local - Wavelet mask chroma
+!HISTORY_MSG_878;Local - Wavelet mask contrast curve
+!HISTORY_MSG_879;Local - Wavelet contrast chroma
+!HISTORY_MSG_880;Local - Wavelet blur chroma
+!HISTORY_MSG_881;Local - Wavelet contrast offset
+!HISTORY_MSG_882;Local - Wavelet blur
+!HISTORY_MSG_883;Local - Wavelet contrast by level
+!HISTORY_MSG_884;Local - Wavelet dir contrast
+!HISTORY_MSG_885;Local - Wavelet tone mapping
+!HISTORY_MSG_886;Local - Wavelet tone mapping compress
+!HISTORY_MSG_887;Local - Wavelet tone mapping compress residual
+!HISTORY_MSG_888;Local - Contrast Wavelet Balance Threshold
+!HISTORY_MSG_889;Local - Contrast Wavelet Graduated Strength
+!HISTORY_MSG_890;Local - Contrast Wavelet Graduated angle
+!HISTORY_MSG_891;Local - Contrast Wavelet Graduated
+!HISTORY_MSG_892;Local - Log Encoding Graduated Strength
+!HISTORY_MSG_893;Local - Log Encoding Graduated angle
+!HISTORY_MSG_894;Local - Color Preview dE
+!HISTORY_MSG_897;Local - Contrast Wavelet ES strength
+!HISTORY_MSG_898;Local - Contrast Wavelet ES radius
+!HISTORY_MSG_899;Local - Contrast Wavelet ES detail
+!HISTORY_MSG_900;Local - Contrast Wavelet ES gradient
+!HISTORY_MSG_901;Local - Contrast Wavelet ES threshold low
+!HISTORY_MSG_902;Local - Contrast Wavelet ES threshold high
+!HISTORY_MSG_903;Local - Contrast Wavelet ES local contrast
+!HISTORY_MSG_904;Local - Contrast Wavelet ES first level
+!HISTORY_MSG_905;Local - Contrast Wavelet Edge Sharpness
+!HISTORY_MSG_906;Local - Contrast Wavelet ES sensitivity
+!HISTORY_MSG_907;Local - Contrast Wavelet ES amplification
+!HISTORY_MSG_908;Local - Contrast Wavelet ES neighboring
+!HISTORY_MSG_909;Local - Contrast Wavelet ES show
+!HISTORY_MSG_910;Local - Wavelet Edge performance
+!HISTORY_MSG_911;Local - Blur Chroma Luma
+!HISTORY_MSG_912;Local - Blur Guide filter strength
+!HISTORY_MSG_913;Local - Contrast Wavelet Sigma DR
+!HISTORY_MSG_914;Local - Blur Wavelet Sigma BL
+!HISTORY_MSG_915;Local - Edge Wavelet Sigma ED
+!HISTORY_MSG_916;Local - Residual wavelet shadows
+!HISTORY_MSG_917;Local - Residual wavelet shadows threshold
+!HISTORY_MSG_918;Local - Residual wavelet highlights
+!HISTORY_MSG_919;Local - Residual wavelet highlights threshold
+!HISTORY_MSG_920;Local - Wavelet sigma LC
+!HISTORY_MSG_921;Local - Wavelet Graduated sigma LC2
+!HISTORY_MSG_922;Local - changes In Black and White
+!HISTORY_MSG_923;Local - Tool complexity mode
+!HISTORY_MSG_924;--unused--
+!HISTORY_MSG_925;Local - Scope color tools
+!HISTORY_MSG_926;Local - Show mask type
+!HISTORY_MSG_927;Local - Shadow
+!HISTORY_MSG_928;Local - Common color mask
+!HISTORY_MSG_929;Local - Mask common scope
+!HISTORY_MSG_930;Local - Mask Common blend luma
+!HISTORY_MSG_931;Local - Mask Common enable
+!HISTORY_MSG_932;Local - Mask Common radius soft
+!HISTORY_MSG_933;Local - Mask Common laplacian
+!HISTORY_MSG_934;Local - Mask Common chroma
+!HISTORY_MSG_935;Local - Mask Common gamma
+!HISTORY_MSG_936;Local - Mask Common slope
+!HISTORY_MSG_937;Local - Mask Common curve C(C)
+!HISTORY_MSG_938;Local - Mask Common curve L(L)
+!HISTORY_MSG_939;Local - Mask Common curve LC(H)
+!HISTORY_MSG_940;Local - Mask Common structure as tool
+!HISTORY_MSG_941;Local - Mask Common structure strength
+!HISTORY_MSG_942;Local - Mask Common H(H) curve
+!HISTORY_MSG_943;Local - Mask Common FFT
+!HISTORY_MSG_944;Local - Mask Common Blur radius
+!HISTORY_MSG_945;Local - Mask Common contrast threshold
+!HISTORY_MSG_946;Local - Mask Common shadows
+!HISTORY_MSG_947;Local - Mask Common Contrast curve
+!HISTORY_MSG_948;Local - Mask Common Wavelet curve
+!HISTORY_MSG_949;Local - Mask Common Threshold levels
+!HISTORY_MSG_950;Local - Mask Common GF strength
+!HISTORY_MSG_951;Local - Mask Common GF angle
+!HISTORY_MSG_952;Local - Mask Common soft radius
+!HISTORY_MSG_953;Local - Mask Common blend chroma
+!HISTORY_MSG_954;Local - Show-hide tools
+!HISTORY_MSG_955;Local - Enable Spot
+!HISTORY_MSG_956;Local - CH Curve
+!HISTORY_MSG_957;Local - Denoise mode
+!HISTORY_MSG_958;Local - Show/hide settings
+!HISTORY_MSG_959;Local - Inverse blur
+!HISTORY_MSG_960;Local - Log encoding - cat16
+!HISTORY_MSG_961;Local - Log encoding Ciecam
+!HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+!HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+!HISTORY_MSG_964;Local - Log encoding Surround
+!HISTORY_MSG_965;Local - Log encoding Saturation s
+!HISTORY_MSG_966;Local - Log encoding Contrast J
+!HISTORY_MSG_967;Local - Log encoding Mask curve C
+!HISTORY_MSG_968;Local - Log encoding Mask curve L
+!HISTORY_MSG_969;Local - Log encoding Mask curve H
+!HISTORY_MSG_970;Local - Log encoding Mask enable
+!HISTORY_MSG_971;Local - Log encoding Mask blend
+!HISTORY_MSG_972;Local - Log encoding Mask radius
+!HISTORY_MSG_973;Local - Log encoding Mask chroma
+!HISTORY_MSG_974;Local - Log encoding Mask contrast
+!HISTORY_MSG_975;Local - Log encoding Lightness J
+!HISTORY_MSG_977;Local - Log encoding Contrast Q
+!HISTORY_MSG_978;Local - Log encoding Sursource
+!HISTORY_MSG_979;Local - Log encoding Brightness Q
+!HISTORY_MSG_980;Local - Log encoding Colorfulness M
+!HISTORY_MSG_981;Local - Log encoding Strength
+!HISTORY_MSG_982;Local - Equalizer hue
+!HISTORY_MSG_983;Local - denoise threshold mask high
+!HISTORY_MSG_984;Local - denoise threshold mask low
+!HISTORY_MSG_985;Local - denoise Laplacian
+!HISTORY_MSG_986;Local - denoise reinforce
+!HISTORY_MSG_987;Local - GF recovery threshold
+!HISTORY_MSG_988;Local - GF threshold mask low
+!HISTORY_MSG_989;Local - GF threshold mask high
+!HISTORY_MSG_990;Local - Denoise recovery threshold
+!HISTORY_MSG_991;Local - Denoise threshold mask low
+!HISTORY_MSG_992;Local - Denoise threshold mask high
+!HISTORY_MSG_993;Local - Denoise Inverse algo
+!HISTORY_MSG_994;Local - GF Inverse algo
+!HISTORY_MSG_995;Local - Denoise decay
+!HISTORY_MSG_996;Local - Color recovery threshold
+!HISTORY_MSG_997;Local - Color threshold mask low
+!HISTORY_MSG_998;Local - Color threshold mask high
+!HISTORY_MSG_999;Local - Color decay
+!HISTORY_MSG_1000;Local - Denoise luminance gray
+!HISTORY_MSG_1001;Local - Log recovery threshold
+!HISTORY_MSG_1002;Local - Log threshold mask low
+!HISTORY_MSG_1003;Local - Log threshold mask high
+!HISTORY_MSG_1004;Local - Log decay
+!HISTORY_MSG_1005;Local - Exp recovery threshold
+!HISTORY_MSG_1006;Local - Exp threshold mask low
+!HISTORY_MSG_1007;Local - Exp threshold mask high
+!HISTORY_MSG_1008;Local - Exp decay
+!HISTORY_MSG_1009;Local - SH recovery threshold
+!HISTORY_MSG_1010;Local - SH threshold mask low
+!HISTORY_MSG_1011;Local - SH threshold mask high
+!HISTORY_MSG_1012;Local - SH decay
+!HISTORY_MSG_1013;Local - vib recovery threshold
+!HISTORY_MSG_1014;Local - vib threshold mask low
+!HISTORY_MSG_1015;Local - vib threshold mask high
+!HISTORY_MSG_1016;Local - vib decay
+!HISTORY_MSG_1017;Local - lc recovery threshold
+!HISTORY_MSG_1018;Local - lc threshold mask low
+!HISTORY_MSG_1019;Local - lc threshold mask high
+!HISTORY_MSG_1020;Local - lc decay
+!HISTORY_MSG_1021;Local - Denoise chrominance gray
+!HISTORY_MSG_1022;Local - TM recovery threshold
+!HISTORY_MSG_1023;Local - TM threshold mask low
+!HISTORY_MSG_1024;Local - TM threshold mask high
+!HISTORY_MSG_1025;Local - TM decay
+!HISTORY_MSG_1026;Local - cbdl recovery threshold
+!HISTORY_MSG_1027;Local - cbdl threshold mask low
+!HISTORY_MSG_1028;Local - cbdl threshold mask high
+!HISTORY_MSG_1029;Local - cbdl decay
+!HISTORY_MSG_1030;Local - reti recovery threshold
+!HISTORY_MSG_1031;Local - reti threshold mask low
+!HISTORY_MSG_1032;Local - reti threshold mask high
+!HISTORY_MSG_1033;Local - reti decay
+!HISTORY_MSG_1034;Local - Nlmeans - strength
+!HISTORY_MSG_1035;Local - Nlmeans - detail
+!HISTORY_MSG_1036;Local - Nlmeans - patch
+!HISTORY_MSG_1037;Local - Nlmeans - radius
+!HISTORY_MSG_1038;Local - Nlmeans - gamma
+!HISTORY_MSG_1039;Local - Grain - gamma
+!HISTORY_MSG_1040;Local - Spot - soft radius
+!HISTORY_MSG_1041;Local - Spot - Munsell
+!HISTORY_MSG_1042;Local - Log encoding - threshold
+!HISTORY_MSG_1043;Local - Exp - normalize
+!HISTORY_MSG_1044;Local - Local contrast strength
+!HISTORY_MSG_1045;Local - Color and Light strength
+!HISTORY_MSG_1046;Local - Denoise strength
+!HISTORY_MSG_1047;Local - SH and Tone Equalizer strength
+!HISTORY_MSG_1048;Local - DR and Exposure strength
+!HISTORY_MSG_1049;Local - TM strength
+!HISTORY_MSG_1050;Local - Log encoding chroma
+!HISTORY_MSG_1051;Local - Residual wavelet gamma
+!HISTORY_MSG_1052;Local - Residual wavelet slope
+!HISTORY_MSG_1053;Local - Denoise gamma
+!HISTORY_MSG_1054;Local - Wavelet gamma
+!HISTORY_MSG_1055;Local - Color and Light gamma
+!HISTORY_MSG_1056;Local - DR and Exposure gamma
+!HISTORY_MSG_1057;Local - CIECAM Enabled
+!HISTORY_MSG_1058;Local - CIECAM Overall strength
+!HISTORY_MSG_1059;Local - CIECAM Autogray
+!HISTORY_MSG_1060;Local - CIECAM Mean luminance source
+!HISTORY_MSG_1061;Local - CIECAM Source absolute
+!HISTORY_MSG_1062;Local - CIECAM Surround Source
+!HISTORY_MSG_1063;Local - CIECAM Saturation
+!HISTORY_MSG_1064;Local - CIECAM Chroma
+!HISTORY_MSG_1065;Local - CIECAM lightness J
+!HISTORY_MSG_1066;Local - CIECAM brightness
+!HISTORY_MSG_1067;Local - CIECAM Contrast J
+!HISTORY_MSG_1068;Local - CIECAM threshold
+!HISTORY_MSG_1069;Local - CIECAM contrast Q
+!HISTORY_MSG_1070;Local - CIECAM colorfullness
+!HISTORY_MSG_1071;Local - CIECAM Absolute luminance
+!HISTORY_MSG_1072;Local - CIECAM Mean luminance
+!HISTORY_MSG_1073;Local - CIECAM Cat16
+!HISTORY_MSG_1074;Local - CIECAM Local contrast
+!HISTORY_MSG_1075;Local - CIECAM Surround viewing
+!HISTORY_MSG_1076;Local - CIECAM Scope
+!HISTORY_MSG_1077;Local - CIECAM Mode
+!HISTORY_MSG_1078;Local - Red and skin protection
+!HISTORY_MSG_1079;Local - CIECAM Sigmoid strength J
+!HISTORY_MSG_1080;Local - CIECAM Sigmoid threshold
+!HISTORY_MSG_1081;Local - CIECAM Sigmoid blend
+!HISTORY_MSG_1082;Local - CIECAM Sigmoid Q BlackEv WhiteEv
+!HISTORY_MSG_1083;Local - CIECAM Hue
+!HISTORY_MSG_1084;Local - Uses Black Ev - White Ev
+!HISTORY_MSG_1085;Local - Jz lightness
+!HISTORY_MSG_1086;Local - Jz contrast
+!HISTORY_MSG_1087;Local - Jz chroma
+!HISTORY_MSG_1088;Local - Jz hue
+!HISTORY_MSG_1089;Local - Jz Sigmoid strength
+!HISTORY_MSG_1090;Local - Jz Sigmoid threshold
+!HISTORY_MSG_1091;Local - Jz Sigmoid blend
+!HISTORY_MSG_1092;Local - Jz adaptation
+!HISTORY_MSG_1093;Local - CAM model
+!HISTORY_MSG_1094;Local - Jz highligths
+!HISTORY_MSG_1095;Local - Jz highligths thr
+!HISTORY_MSG_1096;Local - Jz shadows
+!HISTORY_MSG_1097;Local - Jz shadows thr
+!HISTORY_MSG_1098;Local - Jz radius SH
+!HISTORY_MSG_1099;Local - Cz(Hz) Curve
+!HISTORY_MSG_1100;Local - Jz reference 100
+!HISTORY_MSG_1101;Local - Jz PQ remap
+!HISTORY_MSG_1102;Local - Jz(Hz) Curve
+!HISTORY_MSG_1103;Local - Vibrance gamma
+!HISTORY_MSG_1104;Local - Sharp gamma
+!HISTORY_MSG_1105;Local - CIECAM Tone method
+!HISTORY_MSG_1106;Local - CIECAM Tone curve
+!HISTORY_MSG_1107;Local - CIECAM Color method
+!HISTORY_MSG_1108;Local - CIECAM Color curve
+!HISTORY_MSG_1109;Local - Jz(Jz) curve
+!HISTORY_MSG_1110;Local - Cz(Cz) curve
+!HISTORY_MSG_1111;Local - Cz(Jz) curve
+!HISTORY_MSG_1112;Local - forcejz
+!HISTORY_MSG_1113;Local - HDR PQ
+!HISTORY_MSG_1114;Local - Cie mask enable
+!HISTORY_MSG_1115;Local - Cie mask curve C
+!HISTORY_MSG_1116;Local - Cie mask curve L
+!HISTORY_MSG_1117;Local - Cie mask curve H
+!HISTORY_MSG_1118;Local - Cie mask blend
+!HISTORY_MSG_1119;Local - Cie mask radius
+!HISTORY_MSG_1120;Local - Cie mask chroma
+!HISTORY_MSG_1121;Local - Cie mask contrast curve
+!HISTORY_MSG_1122;Local - Cie mask recovery threshold
+!HISTORY_MSG_1123;Local - Cie mask recovery dark
+!HISTORY_MSG_1124;Local - Cie mask recovery light
+!HISTORY_MSG_1125;Local - Cie mask recovery decay
+!HISTORY_MSG_1126;Local - Cie mask laplacian
+!HISTORY_MSG_1127;Local - Cie mask gamma
+!HISTORY_MSG_1128;Local - Cie mask slope
+!HISTORY_MSG_1129;Local - Cie Relative luminance
+!HISTORY_MSG_1130;Local - Cie Saturation Jz
+!HISTORY_MSG_1131;Local - Mask denoise chroma
+!HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+!HISTORY_MSG_1133;Local - Cie Wav level Jz
+!HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
+!HISTORY_MSG_1135;Local - Cie Wav clarity Jz
+!HISTORY_MSG_1136;Local - Cie Wav clarity Cz
+!HISTORY_MSG_1137;Local - Cie Wav clarity Soft
+!HISTORY_MSG_1138;Local - Local - Hz(Hz) Curve
+!HISTORY_MSG_1139;Local - Jz soft Curves H
+!HISTORY_MSG_1140;Local - Jz Threshold chroma
+!HISTORY_MSG_1141;Local - chroma curve Jz(Hz)
+!HISTORY_MSG_1142;Local - strength soft
+!HISTORY_MSG_1143;Local - Jz blackev
+!HISTORY_MSG_1144;Local - Jz whiteev
+!HISTORY_MSG_1145;Local - Jz Log encoding
+!HISTORY_MSG_1146;Local - Jz Log encoding target gray
+!HISTORY_MSG_1147;Local - Jz BlackEv WhiteEv
+!HISTORY_MSG_1148;Local - Jz Sigmoid
+!HISTORY_MSG_1149;Local - Q Sigmoid
+!HISTORY_MSG_1150;Local - Log encoding Q instead Sigmoid Q
+!HISTORY_MSG_BLSHAPE;Blur by level
+!HISTORY_MSG_BLURCWAV;Blur chroma
+!HISTORY_MSG_BLURWAV;Blur luminance
+!HISTORY_MSG_BLUWAV;Attenuation response
+!HISTORY_MSG_CATCAT;CAL - Settings - Mode
+!HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+!HISTORY_MSG_CATMODEL;CAL - Settings - CAM
!HISTORY_MSG_CLAMPOOG;Clip out-of-gamut colors
!HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Color correction
!HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Color correction
@@ -1858,22 +2508,42 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!HISTORY_MSG_COLORTONING_LABREGION_SATURATION;CT - Saturation
!HISTORY_MSG_COLORTONING_LABREGION_SHOWMASK;CT - region show mask
!HISTORY_MSG_COLORTONING_LABREGION_SLOPE;CT - region slope
+!HISTORY_MSG_COMPLEX;Wavelet complexity
+!HISTORY_MSG_COMPLEXRETI;Retinex complexity
!HISTORY_MSG_DEHAZE_DEPTH;Dehaze - Depth
!HISTORY_MSG_DEHAZE_ENABLED;Haze Removal
-!HISTORY_MSG_DEHAZE_LUMINANCE;Dehaze - Luminance only
+!HISTORY_MSG_DEHAZE_SATURATION;Dehaze - Saturation
!HISTORY_MSG_DEHAZE_SHOW_DEPTH_MAP;Dehaze - Show depth map
!HISTORY_MSG_DEHAZE_STRENGTH;Dehaze - Strength
!HISTORY_MSG_DUALDEMOSAIC_AUTO_CONTRAST;Dual demosaic - Auto threshold
!HISTORY_MSG_DUALDEMOSAIC_CONTRAST;Dual demosaic - Contrast threshold
+!HISTORY_MSG_EDGEFFECT;Edge Attenuation response
+!HISTORY_MSG_FILMNEGATIVE_BALANCE;FN - Reference output
+!HISTORY_MSG_FILMNEGATIVE_COLORSPACE;Film negative color space
!HISTORY_MSG_FILMNEGATIVE_ENABLED;Film Negative
+!HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
!HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
!HISTORY_MSG_HISTMATCHING;Auto-matched tone curve
+!HISTORY_MSG_HLBL;Color propagation - blur
+!HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+!HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+!HISTORY_MSG_ICM_BLUX;Primaries Blue X
+!HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+!HISTORY_MSG_ICM_FBW;Black and White
+!HISTORY_MSG_ICM_GREX;Primaries Green X
+!HISTORY_MSG_ICM_GREY;Primaries Green Y
!HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
!HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
!HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-!HISTORY_MSG_ICM_WORKING_GAMMA;Working - Gamma
-!HISTORY_MSG_ICM_WORKING_SLOPE;Working - Slope
-!HISTORY_MSG_ICM_WORKING_TRC_METHOD;Working - TRC method
+!HISTORY_MSG_ICM_PRESER;Preserve neutral
+!HISTORY_MSG_ICM_REDX;Primaries Red X
+!HISTORY_MSG_ICM_REDY;Primaries Red Y
+!HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+!HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+!HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+!HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+!HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+!HISTORY_MSG_ILLUM;CAL - SC - Illuminant
!HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Amount
!HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Darkness
!HISTORY_MSG_LOCALCONTRAST_ENABLED;Local Contrast
@@ -1888,23 +2558,83 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!HISTORY_MSG_PDSHARPEN_ITERATIONS;CS - Iterations
!HISTORY_MSG_PDSHARPEN_RADIUS;CS - Radius
!HISTORY_MSG_PDSHARPEN_RADIUS_BOOST;CS - Corner radius boost
+!HISTORY_MSG_PERSP_CAM_ANGLE;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_FL;Perspective - Camera
+!HISTORY_MSG_PERSP_CAM_SHIFT;Perspective - Camera
+!HISTORY_MSG_PERSP_CTRL_LINE;Perspective - Control lines
+!HISTORY_MSG_PERSP_METHOD;Perspective - Method
+!HISTORY_MSG_PERSP_PROJ_ANGLE;Perspective - Recovery
+!HISTORY_MSG_PERSP_PROJ_ROTATE;Perspective - PCA rotation
+!HISTORY_MSG_PERSP_PROJ_SHIFT;Perspective - PCA
+!HISTORY_MSG_PIXELSHIFT_AVERAGE;PS - Average
!HISTORY_MSG_PIXELSHIFT_DEMOSAIC;PS - Demosaic method for motion
!HISTORY_MSG_PREPROCESS_LINEDENOISE_DIRECTION;Line noise filter direction
!HISTORY_MSG_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!HISTORY_MSG_PREPROCWB_MODE;Preprocess WB Mode
+!HISTORY_MSG_PROTAB;Protection
!HISTORY_MSG_PRSHARPEN_CONTRAST;PRS - Contrast threshold
+!HISTORY_MSG_RANGEAB;Range ab
!HISTORY_MSG_RAWCACORR_AUTOIT;Raw CA Correction - Iterations
!HISTORY_MSG_RAWCACORR_COLORSHIFT;Raw CA Correction - Avoid color shift
!HISTORY_MSG_RAW_BORDER;Raw border
!HISTORY_MSG_RESIZE_ALLOWUPSCALING;Resize - Allow upscaling
+!HISTORY_MSG_RESIZE_LONGEDGE;Resize - Long Edge
+!HISTORY_MSG_RESIZE_SHORTEDGE;Resize - Short Edge
!HISTORY_MSG_SHARPENING_BLUR;Sharpening - Blur radius
!HISTORY_MSG_SHARPENING_CONTRAST;Sharpening - Contrast threshold
!HISTORY_MSG_SH_COLORSPACE;S/H - Colorspace
+!HISTORY_MSG_SIGMACOL;Chroma Attenuation response
+!HISTORY_MSG_SIGMADIR;Dir Attenuation response
+!HISTORY_MSG_SIGMAFIN;Final contrast Attenuation response
+!HISTORY_MSG_SIGMATON;Toning Attenuation response
!HISTORY_MSG_SOFTLIGHT_ENABLED;Soft light
!HISTORY_MSG_SOFTLIGHT_STRENGTH;Soft light - Strength
+!HISTORY_MSG_SPOT;Spot removal
+!HISTORY_MSG_SPOT_ENTRY;Spot removal - Point modif.
+!HISTORY_MSG_TEMPOUT;CAM02 automatic temperature
+!HISTORY_MSG_THRESWAV;Balance threshold
!HISTORY_MSG_TM_FATTAL_ANCHOR;DRC - Anchor
!HISTORY_MSG_TRANS_METHOD;Geometry - Method
+!HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
+!HISTORY_MSG_WAVBALLUM;Equalizer luminance
+!HISTORY_MSG_WAVBL;Blur levels
+!HISTORY_MSG_WAVCHR;Blur levels - blur chroma
+!HISTORY_MSG_WAVCHROMCO;Chroma coarse
+!HISTORY_MSG_WAVCHROMFI;Chroma fine
+!HISTORY_MSG_WAVCLARI;Clarity
+!HISTORY_MSG_WAVDENLH;Level 5
+!HISTORY_MSG_WAVDENOISE;Local contrast
+!HISTORY_MSG_WAVDENOISEH;High levels Local contrast
+!HISTORY_MSG_WAVDETEND;Details soft
+!HISTORY_MSG_WAVEDGS;Edge stopping
+!HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
+!HISTORY_MSG_WAVHUE;Equalizer hue
+!HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+!HISTORY_MSG_WAVLEVDEN;High level local contrast
+!HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+!HISTORY_MSG_WAVLEVSIGM;Radius
+!HISTORY_MSG_WAVLIMDEN;Interaction 56 14
+!HISTORY_MSG_WAVLOWTHR;Threshold low contrast
+!HISTORY_MSG_WAVMERGEC;Merge C
+!HISTORY_MSG_WAVMERGEL;Merge L
+!HISTORY_MSG_WAVMIXMET;Reference local contrast
+!HISTORY_MSG_WAVOFFSET;Offset
+!HISTORY_MSG_WAVOLDSH;Old algorithm
+!HISTORY_MSG_WAVQUAMET;Denoise mode
+!HISTORY_MSG_WAVRADIUS;Radius shadows-highlights
+!HISTORY_MSG_WAVSCALE;Scale
+!HISTORY_MSG_WAVSHOWMASK;Show wavelet mask
+!HISTORY_MSG_WAVSIGM;Sigma
+!HISTORY_MSG_WAVSIGMA;Attenuation response
+!HISTORY_MSG_WAVSLIMET;Method
+!HISTORY_MSG_WAVSOFTRAD;Soft radius clarity
+!HISTORY_MSG_WAVSOFTRADEND;Soft radius final
+!HISTORY_MSG_WAVSTREND;Strength soft
+!HISTORY_MSG_WAVTHRDEN;Threshold local contrast
+!HISTORY_MSG_WAVTHREND;Threshold local contrast
+!HISTORY_MSG_WAVUSHAMET;Clarity method
!ICCPROFCREATOR_COPYRIGHT;Copyright:
-!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+!ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
!ICCPROFCREATOR_CUSTOM;Custom
!ICCPROFCREATOR_DESCRIPTION;Description:
!ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
@@ -1916,11 +2646,12 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!ICCPROFCREATOR_ILL_50;D50
!ICCPROFCREATOR_ILL_55;D55
!ICCPROFCREATOR_ILL_60;D60
+!ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
!ICCPROFCREATOR_ILL_65;D65
!ICCPROFCREATOR_ILL_80;D80
!ICCPROFCREATOR_ILL_DEF;Default
!ICCPROFCREATOR_ILL_INC;StdA 2856K
-!ICCPROFCREATOR_ILL_TOOLTIP;You can only set the illuminant for ICC v4 profiles.
+!ICCPROFCREATOR_ILL_TOOLTIP;You can set the illuminant for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIMARIES;Primaries:
!ICCPROFCREATOR_PRIM_ACESP0;ACES AP0
!ICCPROFCREATOR_PRIM_ACESP1;ACES AP1
@@ -1930,6 +2661,7 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!ICCPROFCREATOR_PRIM_BLUX;Blue X
!ICCPROFCREATOR_PRIM_BLUY;Blue Y
!ICCPROFCREATOR_PRIM_BRUCE;BruceRGB
+!ICCPROFCREATOR_PRIM_DCIP3;DCI-P3
!ICCPROFCREATOR_PRIM_GREX;Green X
!ICCPROFCREATOR_PRIM_GREY;Green Y
!ICCPROFCREATOR_PRIM_PROPH;Prophoto
@@ -1937,13 +2669,14 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!ICCPROFCREATOR_PRIM_REDX;Red X
!ICCPROFCREATOR_PRIM_REDY;Red Y
!ICCPROFCREATOR_PRIM_SRGB;sRGB
-!ICCPROFCREATOR_PRIM_TOOLTIP;You can only set custom primaries for ICC v4 profiles.
+!ICCPROFCREATOR_PRIM_TOOLTIP;You can set custom primaries for ICC v4 profiles and also for ICC v2 profiles.
!ICCPROFCREATOR_PRIM_WIDEG;Widegamut
!ICCPROFCREATOR_PROF_V2;ICC v2
!ICCPROFCREATOR_PROF_V4;ICC v4
!ICCPROFCREATOR_SAVEDIALOG_TITLE;Save ICC profile as...
!ICCPROFCREATOR_SLOPE;Slope
-!ICCPROFCREATOR_TRC_PRESET;Tone response curve:
+!ICCPROFCREATOR_TRC_PRESET;Tone response curve
+!INSPECTOR_WINDOW_TITLE;Inspector
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
!IPTCPANEL_COPYRIGHT;Copyright notice
@@ -1955,7 +2688,7 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!IPTCPANEL_CREATORJOBTITLEHINT;Enter the Job Title of the person listed in the Creator field.
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
-!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+!IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_HEADLINEHINT;Enter a brief publishable synopsis or summary of the contents of the image.
@@ -1976,25 +2709,31 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!MAIN_TAB_ADVANCED_TOOLTIP;Shortcut: Alt-a
!MAIN_TAB_FAVORITES;Favorites
!MAIN_TAB_FAVORITES_TOOLTIP;Shortcut: Alt-u
+!MAIN_TAB_LOCALLAB;Local
+!MAIN_TAB_LOCALLAB_TOOLTIP;Shortcut: Alt-o
!MAIN_TOOLTIP_BACKCOLOR3;Background color of the preview: middle grey\nShortcut: 9
!MAIN_TOOLTIP_PREVIEWSHARPMASK;Preview the sharpening contrast mask.\nShortcut: p\n\nOnly works when sharpening is enabled and zoom >= 100%.
-!OPTIONS_BUNDLED_MISSING;The bundled profile "%1" could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
-!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
-!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
+!OPTIONS_BUNDLED_MISSING;The bundled profile '%1' could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
+!OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
+!OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
!PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
!PARTIALPASTE_COLORTONING;Color toning
!PARTIALPASTE_DEHAZE;Haze removal
-!PARTIALPASTE_FILMNEGATIVE;Film Negative
+!PARTIALPASTE_FILMNEGATIVE;Film negative
!PARTIALPASTE_FLATFIELDCLIPCONTROL;Flat-field clip control
!PARTIALPASTE_LOCALCONTRAST;Local contrast
+!PARTIALPASTE_LOCALLAB;Local Adjustments
+!PARTIALPASTE_LOCALLABGROUP;Local Adjustments Settings
!PARTIALPASTE_METADATA;Metadata mode
!PARTIALPASTE_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!PARTIALPASTE_PREPROCWB;Preprocess White Balance
!PARTIALPASTE_RAWCACORR_AVOIDCOLORSHIFT;CA avoid color shift
!PARTIALPASTE_RAWCACORR_CAREDBLUE;CA red & blue
!PARTIALPASTE_RAW_BORDER;Raw border
!PARTIALPASTE_RAW_IMAGENUM;Sub-image
!PARTIALPASTE_RAW_PIXELSHIFT;Pixel Shift
!PARTIALPASTE_SOFTLIGHT;Soft light
+!PARTIALPASTE_SPOT;Spot removal
!PARTIALPASTE_TM_FATTAL;Dynamic range compression
!PREFERENCES_APPEARANCE;Appearance
!PREFERENCES_APPEARANCE_COLORPICKERFONT;Color picker font
@@ -2014,7 +2753,13 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!PREFERENCES_CHUNKSIZE_RAW_RCD;RCD demosaic
!PREFERENCES_CHUNKSIZE_RAW_XT;Xtrans demosaic
!PREFERENCES_CHUNKSIZE_RGB;RGB processing
+!PREFERENCES_CIE;Ciecam
+!PREFERENCES_CIEARTIF;Avoid artifacts
!PREFERENCES_CMMBPC;Black point compensation
+!PREFERENCES_COMPLEXITYLOC;Default complexity for Local Adjustments
+!PREFERENCES_COMPLEXITY_EXP;Advanced
+!PREFERENCES_COMPLEXITY_NORM;Standard
+!PREFERENCES_COMPLEXITY_SIMP;Basic
!PREFERENCES_CROP;Crop Editing
!PREFERENCES_CROP_AUTO_FIT;Automatically zoom to fit the crop
!PREFERENCES_CROP_GUIDES;Guides shown when not editing the crop
@@ -2023,7 +2768,14 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!PREFERENCES_CROP_GUIDES_NONE;None
!PREFERENCES_DIRECTORIES;Directories
!PREFERENCES_EDITORCMDLINE;Custom command line
+!PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+!PREFERENCES_EXTEDITOR_DIR;Output directory
+!PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
+!PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+!PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
+!PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
!PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compact toolbars in File Browser
+!PREFERENCES_INSPECTORWINDOW;Open inspector in own window or fullscreen
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
!PREFERENCES_LANG;Language
!PREFERENCES_MONINTENT;Default rendering intent
@@ -2041,12 +2793,14 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!PREFERENCES_PRTPROFILE;Color profile
!PREFERENCES_SAVE_TP_OPEN_NOW;Save tool collapsed/expanded state now
!PREFERENCES_SERIALIZE_TIFF_READ;TIFF Read Settings
+!PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
!PREFERENCES_TAB_DYNAMICPROFILE;Dynamic Profile Rules
!PREFERENCES_TAB_PERFORMANCE;Performance
!PREFERENCES_THUMBNAIL_INSPECTOR_JPEG;Embedded JPEG preview
!PREFERENCES_THUMBNAIL_INSPECTOR_MODE;Image to show
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW;Neutral raw rendering
!PREFERENCES_THUMBNAIL_INSPECTOR_RAW_IF_NO_JPEG_FULLSIZE;Embedded JPEG if fullsize, neutral raw otherwise
+!PREFERENCES_ZOOMONSCROLL;Zoom images by scrolling
!PROFILEPANEL_PDYNAMIC;Dynamic
!PROGRESSBAR_DECODING;Decoding...
!PROGRESSBAR_GREENEQUIL;Green equilibration...
@@ -2070,17 +2824,55 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!SAVEDLG_FILEFORMAT_FLOAT; floating-point
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
+!TC_PRIM_BLUX;Bx
+!TC_PRIM_BLUY;By
+!TC_PRIM_GREX;Gx
+!TC_PRIM_GREY;Gy
+!TC_PRIM_REDX;Rx
+!TC_PRIM_REDY;Ry
+!TOOLBAR_TOOLTIP_PERSPECTIVE;Perspective Correction\n\nEdit control lines to correct perspective distortion. Click this button again to apply correction.
!TP_BWMIX_MIXC;Channel Mixer
!TP_BWMIX_NEUTRAL;Reset
!TP_CBDL_METHOD;Process located
!TP_COLORAPP_ABSOLUTELUMINANCE;Absolute luminance
+!TP_COLORAPP_ADAPSCEN_TOOLTIP;Corresponds to the luminance in candelas per m2 at the time of shooting, calculated automatically from the exif data.
!TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
-!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
+!TP_COLORAPP_CATCLASSIC;Classic
+!TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+!TP_COLORAPP_CATMOD;Mode
+!TP_COLORAPP_CATSYMGEN;Automatic Symmetric
+!TP_COLORAPP_CATSYMSPE;Mixed
+!TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+!TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
+!TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
+!TP_COLORAPP_GEN;Settings
+!TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+!TP_COLORAPP_IL41;D41
+!TP_COLORAPP_IL50;D50
+!TP_COLORAPP_IL55;D55
+!TP_COLORAPP_IL60;D60
+!TP_COLORAPP_IL65;D65
+!TP_COLORAPP_IL75;D75
+!TP_COLORAPP_ILA;Incandescent StdA 2856K
+!TP_COLORAPP_ILFREE;Free
+!TP_COLORAPP_ILLUM;Illuminant
+!TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
!TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
+!TP_COLORAPP_MOD02;CAM02
+!TP_COLORAPP_MOD16;CAM16
+!TP_COLORAPP_MODELCAT;CAM
+!TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
!TP_COLORAPP_NEUTRAL;Reset
-!TP_COLORAPP_NEUTRAL_TIP;Reset all sliders checkbox and curves to their default values
-!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD50 temp=5003\nD55 temp=5503\nD65 temp=6504\nD75 temp=7504
-!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
+!TP_COLORAPP_NEUTRAL_TOOLTIP;Reset all sliders checkbox and curves to their default values.
+!TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+!TP_COLORAPP_SURROUNDSRC;Surround
+!TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
+!TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
+!TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
+!TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L).
!TP_COLORTONING_LABEL;Color Toning
!TP_COLORTONING_LABGRID;L*a*b* color correction grid
!TP_COLORTONING_LABGRID_VALUES;HL: a=%1 b=%2\nS: a=%3 b=%4
@@ -2103,52 +2895,111 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!TP_COLORTONING_LABREGION_SATURATION;Saturation
!TP_COLORTONING_LABREGION_SHOWMASK;Show mask
!TP_COLORTONING_LABREGION_SLOPE;Slope
-!TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated color blending.\n"Color balance (Shadows/Midtones/Highlights)" and "Saturation 2 colors" use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
+!TP_COLORTONING_METHOD_TOOLTIP;'L*a*b* blending', 'RGB sliders' and 'RGB curves' use interpolated color blending.\n'Color balance (Shadows/Midtones/Highlights)' and 'Saturation 2 colors' use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
!TP_COLORTONING_TWOCOLOR_TOOLTIP;Standard chroma:\nLinear response, a* = b*.\n\nSpecial chroma:\nLinear response, a* = b*, but unbound - try under the diagonal.\n\nSpecial a* and b*:\nLinear response unbound with separate curves for a* and b*. Intended for special effects.\n\nSpecial chroma 2 colors:\nMore predictable.
+!TP_CROP_GTCENTEREDSQUARE;Centered square
!TP_CROP_PPI;PPI
!TP_CROP_RESETCROP;Reset
!TP_CROP_SELECTCROP;Select
!TP_DEHAZE_DEPTH;Depth
!TP_DEHAZE_LABEL;Haze Removal
-!TP_DEHAZE_LUMINANCE;Luminance only
+!TP_DEHAZE_SATURATION;Saturation
!TP_DEHAZE_SHOW_DEPTH_MAP;Show depth map
!TP_DEHAZE_STRENGTH;Strength
!TP_DIRPYRDENOISE_CHROMINANCE_AMZ;Auto multi-zones
!TP_DIRPYRDENOISE_CHROMINANCE_CURVE_TOOLTIP;Increase (multiply) the value of all chrominance sliders.\nThis curve lets you adjust the strength of chromatic noise reduction as a function of chromaticity, for instance to increase the action in areas of low saturation and to decrease it in those of high saturation.
-!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+!TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the preview after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
!TP_DIRPYRDENOISE_LABEL;Noise Reduction
-!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;"Conservative" preserves low frequency chroma patterns, while "aggressive" obliterates them.
+!TP_DIRPYRDENOISE_MAIN_MODE_TOOLTIP;Conservative preserves low frequency chroma patterns, while aggressive obliterates them.
!TP_DIRPYRDENOISE_MEDIAN_METHOD;Median method
!TP_DIRPYRDENOISE_MEDIAN_METHOD_LABEL;Median Filter
-!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
+!TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the 'Luminance only' and 'L*a*b*' methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the 'RGB' mode, it will be performed at the very end of the noise reduction pipeline.
!TP_DIRPYRDENOISE_MEDIAN_PASSES;Median iterations
!TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
!TP_DIRPYRDENOISE_MEDIAN_TYPE;Median type
!TP_DIRPYRDENOISE_MEDIAN_TYPE_TOOLTIP;Apply a median filter of the desired window size. The larger the window's size, the longer it takes.\n\n3×3 soft: treats 5 pixels in a 3×3 pixel window.\n3×3: treats 9 pixels in a 3×3 pixel window.\n5×5 soft: treats 13 pixels in a 5×5 pixel window.\n5×5: treats 25 pixels in a 5×5 pixel window.\n7×7: treats 49 pixels in a 7×7 pixel window.\n9×9: treats 81 pixels in a 9×9 pixel window.\n\nSometimes it is possible to achieve higher quality running several iterations with a smaller window size than one iteration with a larger one.
!TP_DIRPYREQUALIZER_HUESKIN_TOOLTIP;This pyramid is for the upper part, so far as the algorithm at its maximum efficiency.\nTo the lower part, the transition zones.\nIf you need to move the area significantly to the left or right - or if there are artifacts: the white balance is incorrect\nYou can slightly reduce the zone to prevent the rest of the image is affected.
-!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+!TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_EXPOSURE_CLAMPOOG;Clip out-of-gamut colors
!TP_EXPOSURE_HISTMATCHING;Auto-Matched Tone Curve
!TP_EXPOSURE_HISTMATCHING_TOOLTIP;Automatically adjust sliders and curves (except exposure compensation) to match the look of the embedded JPEG thumbnail.
!TP_FILMNEGATIVE_BLUE;Blue ratio
-!TP_FILMNEGATIVE_GREEN;Reference exponent (contrast)
-!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness. Set the white balance afterwards.
+!TP_FILMNEGATIVE_BLUEBALANCE;Cool/Warm
+!TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
+!TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
+!TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
+!TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
+!TP_FILMNEGATIVE_GREEN;Reference exponent
+!TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
+!TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
!TP_FILMNEGATIVE_LABEL;Film Negative
+!TP_FILMNEGATIVE_OUT_LEVEL;Output level
!TP_FILMNEGATIVE_PICK;Pick neutral spots
!TP_FILMNEGATIVE_RED;Red ratio
+!TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+!TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+!TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
!TP_FLATFIELD_CLIPCONTROL;Clip control
!TP_FLATFIELD_CLIPCONTROL_TOOLTIP;Clip control avoids clipped highlights caused by applying the flat field. If there are already clipped highlights before applying the flat field, value 0 is used.
+!TP_HLREC_HLBLUR;Blur
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET_TOOLTIP;Employ the embedded DCP baseline exposure offset. The setting is only available if the selected DCP has one.
!TP_ICM_APPLYHUESATMAP_TOOLTIP;Employ the embedded DCP base table (HueSatMap). The setting is only available if the selected DCP has one.
!TP_ICM_APPLYLOOKTABLE;Look table
+!TP_ICM_FBW;Black-and-White
+!TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
+!TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
+!TP_ICM_NEUTRAL;Reset
+!TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+!TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+!TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+!TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
+!TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
!TP_ICM_PROFILEINTENT;Rendering Intent
+!TP_ICM_REDFRAME;Custom Primaries
!TP_ICM_SAVEREFERENCE;Save Reference Image
+!TP_ICM_TRCFRAME;Abstract Profile
+!TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+!TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+!TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+!TP_ICM_WORKING_ILLU;Illuminant
+!TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+!TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
+!TP_ICM_WORKING_ILLU_D41;D41
+!TP_ICM_WORKING_ILLU_D50;D50
+!TP_ICM_WORKING_ILLU_D55;D55
+!TP_ICM_WORKING_ILLU_D60;D60
+!TP_ICM_WORKING_ILLU_D65;D65
+!TP_ICM_WORKING_ILLU_D80;D80
+!TP_ICM_WORKING_ILLU_D120;D120
+!TP_ICM_WORKING_ILLU_NONE;Default
+!TP_ICM_WORKING_ILLU_STDA;stdA 2875K
+!TP_ICM_WORKING_PRESER;Preserves Pastel tones
+!TP_ICM_WORKING_PRIM;Destination primaries
+!TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+!TP_ICM_WORKING_PRIM_AC0;ACESp0
+!TP_ICM_WORKING_PRIM_ACE;ACESp1
+!TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
+!TP_ICM_WORKING_PRIM_BET;Beta RGB
+!TP_ICM_WORKING_PRIM_BRU;BruceRGB
+!TP_ICM_WORKING_PRIM_BST;BestRGB
+!TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
+!TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
+!TP_ICM_WORKING_PRIM_NONE;Default
+!TP_ICM_WORKING_PRIM_PROP;ProPhoto
+!TP_ICM_WORKING_PRIM_REC;Rec2020
+!TP_ICM_WORKING_PRIM_SRGB;sRGB
+!TP_ICM_WORKING_PRIM_WID;WideGamut
!TP_ICM_WORKING_TRC;Tone response curve:
+!TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+!TP_ICM_WORKING_TRC_22;Adobe g=2.2
+!TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
!TP_ICM_WORKING_TRC_CUSTOM;Custom
!TP_ICM_WORKING_TRC_GAMMA;Gamma
+!TP_ICM_WORKING_TRC_LIN;Linear g=1
!TP_ICM_WORKING_TRC_NONE;None
!TP_ICM_WORKING_TRC_SLOPE;Slope
+!TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
!TP_ICM_WORKING_TRC_TOOLTIP;Only for built-in profiles.
!TP_LENSGEOM_LIN;Linear
!TP_LENSGEOM_LOG;Logarithmic
@@ -2166,19 +3017,826 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!TP_LOCALCONTRAST_LABEL;Local Contrast
!TP_LOCALCONTRAST_LIGHTNESS;Lightness level
!TP_LOCALCONTRAST_RADIUS;Radius
+!TP_LOCALLAB_ACTIV;Luminance only
+!TP_LOCALLAB_ACTIVSPOT;Enable Spot
+!TP_LOCALLAB_ADJ;Equalizer Color
+!TP_LOCALLAB_AMOUNT;Amount
+!TP_LOCALLAB_ARTIF;Shape detection
+!TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
+!TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
+!TP_LOCALLAB_AUTOGRAYCIE;Auto
+!TP_LOCALLAB_AVOID;Avoid color shift
+!TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDMUN;Munsell correction only
+!TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+!TP_LOCALLAB_AVOIDRAD;Soft radius
+!TP_LOCALLAB_BALAN;ab-L balance (ΔE)
+!TP_LOCALLAB_BALANEXP;Laplacian balance
+!TP_LOCALLAB_BALANH;C-H balance (ΔE)
+!TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
+!TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
+!TP_LOCALLAB_BILATERAL;Bilateral filter
+!TP_LOCALLAB_BLACK_EV;Black Ev
+!TP_LOCALLAB_BLCO;Chrominance only
+!TP_LOCALLAB_BLENDMASKCOL;Blend
+!TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
+!TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
+!TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+!TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
+!TP_LOCALLAB_BLGUID;Guided Filter
+!TP_LOCALLAB_BLINV;Inverse
+!TP_LOCALLAB_BLLC;Luminance & Chrominance
+!TP_LOCALLAB_BLLO;Luminance only
+!TP_LOCALLAB_BLMED;Median
+!TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nInverse: blur and noise with all settings. Warning, some settings may give curious results.
+!TP_LOCALLAB_BLNOI_EXP;Blur & Noise
+!TP_LOCALLAB_BLNORM;Normal
+!TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
+!TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
+!TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
+!TP_LOCALLAB_BLURCOL;Radius
+!TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
+!TP_LOCALLAB_BLURDE;Blur shape detection
+!TP_LOCALLAB_BLURLC;Luminance only
+!TP_LOCALLAB_BLURLEVELFRA;Blur levels
+!TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
+!TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
+!TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
+!TP_LOCALLAB_BLWH;All changes forced in Black-and-White
+!TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
+!TP_LOCALLAB_BUTTON_ADD;Add
+!TP_LOCALLAB_BUTTON_DEL;Delete
+!TP_LOCALLAB_BUTTON_DUPL;Duplicate
+!TP_LOCALLAB_BUTTON_REN;Rename
+!TP_LOCALLAB_BUTTON_VIS;Show/Hide
+!TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
+!TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
+!TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+!TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
+!TP_LOCALLAB_CAMMODE;CAM model
+!TP_LOCALLAB_CAMMODE_CAM16;CAM 16
+!TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
+!TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
+!TP_LOCALLAB_CBDL;Contrast by Detail Levels
+!TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
+!TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
+!TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
+!TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
+!TP_LOCALLAB_CENTER_X;Center X
+!TP_LOCALLAB_CENTER_Y;Center Y
+!TP_LOCALLAB_CH;CL - LC
+!TP_LOCALLAB_CHROMA;Chrominance
+!TP_LOCALLAB_CHROMABLU;Chroma levels
+!TP_LOCALLAB_CHROMABLU_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMACBDL;Chroma
+!TP_LOCALLAB_CHROMACB_TOOLTIP;Increases or reduces the effect depending on the luma settings.\nValues under 1 reduce the effect. Values greater than 1 increase the effect.
+!TP_LOCALLAB_CHROMALEV;Chroma levels
+!TP_LOCALLAB_CHROMASKCOL;Chroma
+!TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
+!TP_LOCALLAB_CHROML;Chroma (C)
+!TP_LOCALLAB_CHRRT;Chroma
+!TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIEC;Use Ciecam environment parameters
+!TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+!TP_LOCALLAB_CIECOLORFRA;Color
+!TP_LOCALLAB_CIECONTFRA;Contrast
+!TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+!TP_LOCALLAB_CIELIGHTFRA;Lighting
+!TP_LOCALLAB_CIEMODE;Change tool position
+!TP_LOCALLAB_CIEMODE_COM;Default
+!TP_LOCALLAB_CIEMODE_DR;Dynamic Range
+!TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+!TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
+!TP_LOCALLAB_CIEMODE_WAV;Wavelet
+!TP_LOCALLAB_CIETOOLEXP;Curves
+!TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
+!TP_LOCALLAB_CIRCRADIUS;Spot size
+!TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
+!TP_LOCALLAB_CLARICRES;Merge chroma
+!TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+!TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
+!TP_LOCALLAB_CLARILRES;Merge luma
+!TP_LOCALLAB_CLARISOFT;Soft radius
+!TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+!TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
+!TP_LOCALLAB_CLARITYML;Clarity
+!TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
+!TP_LOCALLAB_CLIPTM;Clip restored data (gain)
+!TP_LOCALLAB_COFR;Color & Light
+!TP_LOCALLAB_COLORDE;ΔE preview color - intensity
+!TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+!TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
+!TP_LOCALLAB_COLORSCOPE;Scope (color tools)
+!TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+!TP_LOCALLAB_COLOR_CIE;Color curve
+!TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
+!TP_LOCALLAB_COL_NAME;Name
+!TP_LOCALLAB_COL_VIS;Status
+!TP_LOCALLAB_COMPFRA;Directional contrast
+!TP_LOCALLAB_COMPREFRA;Wavelet level tone mapping
+!TP_LOCALLAB_CONTCOL;Contrast threshold
+!TP_LOCALLAB_CONTFRA;Contrast by level
+!TP_LOCALLAB_CONTRAST;Contrast
+!TP_LOCALLAB_CONTRASTCURVMASK_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts).May create artifacts.
+!TP_LOCALLAB_CONTRESID;Contrast
+!TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
+!TP_LOCALLAB_CONTTHR;Contrast Threshold
+!TP_LOCALLAB_CONTWFRA;Local contrast
+!TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+!TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
+!TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
+!TP_LOCALLAB_CURVCURR;Normal
+!TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
+!TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
+!TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
+!TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
+!TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
+!TP_LOCALLAB_CURVES_CIE;Tone curve
+!TP_LOCALLAB_CURVNONE;Disable curves
+!TP_LOCALLAB_DARKRETI;Darkness
+!TP_LOCALLAB_DEHAFRA;Dehaze
+!TP_LOCALLAB_DEHAZ;Strength
+!TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
+!TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
+!TP_LOCALLAB_DELTAD;Delta balance
+!TP_LOCALLAB_DELTAEC;ΔE Image mask
+!TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
+!TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
+!TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+!TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+!TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+!TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+!TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+!TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+!TP_LOCALLAB_DENOIMASK;Denoise chroma mask
+!TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
+!TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+!TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+!TP_LOCALLAB_DENOI_EXP;Denoise
+!TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+!TP_LOCALLAB_DEPTH;Depth
+!TP_LOCALLAB_DETAIL;Local contrast
+!TP_LOCALLAB_DETAILFRA;Edge detection - DCT
+!TP_LOCALLAB_DETAILSH;Details
+!TP_LOCALLAB_DETAILTHR;Luma-chro detail threshold
+!TP_LOCALLAB_DIVGR;Gamma
+!TP_LOCALLAB_DUPLSPOTNAME;Copy
+!TP_LOCALLAB_EDGFRA;Edge sharpness
+!TP_LOCALLAB_EDGSHOW;Show all tools
+!TP_LOCALLAB_ELI;Ellipse
+!TP_LOCALLAB_ENABLE_AFTER_MASK;Use Tone Mapping
+!TP_LOCALLAB_ENABLE_MASK;Enable mask
+!TP_LOCALLAB_ENABLE_MASKAFT;Use all algorithms Exposure
+!TP_LOCALLAB_ENARETIMASKTMAP_TOOLTIP;If enabled the Mask uses Restored Data after Transmission Map instead of Original data.
+!TP_LOCALLAB_ENH;Enhanced
+!TP_LOCALLAB_ENHDEN;Enhanced + chroma denoise
+!TP_LOCALLAB_EPSBL;Detail
+!TP_LOCALLAB_EQUIL;Normalize luminance
+!TP_LOCALLAB_EQUILTM_TOOLTIP;Reconstruct luminance so that the mean and variance of the output image are identical to those of the original.
+!TP_LOCALLAB_ESTOP;Edge stopping
+!TP_LOCALLAB_EV_DUPL;Copy of
+!TP_LOCALLAB_EV_NVIS;Hide
+!TP_LOCALLAB_EV_NVIS_ALL;Hide all
+!TP_LOCALLAB_EV_VIS;Show
+!TP_LOCALLAB_EV_VIS_ALL;Show all
+!TP_LOCALLAB_EXCLUF;Excluding
+!TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+!TP_LOCALLAB_EXCLUTYPE;Spot method
+!TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+!TP_LOCALLAB_EXECLU;Excluding spot
+!TP_LOCALLAB_EXFULL;Full image
+!TP_LOCALLAB_EXNORM;Normal spot
+!TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
+!TP_LOCALLAB_EXPCHROMA;Chroma compensation
+!TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
+!TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
+!TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
+!TP_LOCALLAB_EXPCOMPINV;Exposure compensation
+!TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+!TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+!TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+!TP_LOCALLAB_EXPCURV;Curves
+!TP_LOCALLAB_EXPGRAD;Graduated Filter
+!TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+!TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+!TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+!TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
+!TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
+!TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
+!TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
+!TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
+!TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+!TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
+!TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
+!TP_LOCALLAB_EXPTOOL;Exposure Tools
+!TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
+!TP_LOCALLAB_FATAMOUNT;Amount
+!TP_LOCALLAB_FATANCHOR;Anchor
+!TP_LOCALLAB_FATDETAIL;Detail
+!TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
+!TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
+!TP_LOCALLAB_FATLEVEL;Sigma
+!TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
+!TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
+!TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
+!TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
+!TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
+!TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
+!TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
+!TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
+!TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
+!TP_LOCALLAB_GAM;Gamma
+!TP_LOCALLAB_GAMC;Gamma
+!TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
+!TP_LOCALLAB_GAMM;Gamma
+!TP_LOCALLAB_GAMMASKCOL;Gamma
+!TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_GAMSH;Gamma
+!TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
+!TP_LOCALLAB_GRADANG;Gradient angle
+!TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
+!TP_LOCALLAB_GRADFRA;Graduated Filter Mask
+!TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+!TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+!TP_LOCALLAB_GRADSTR;Gradient strength
+!TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+!TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+!TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
+!TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
+!TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
+!TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+!TP_LOCALLAB_GRAINFRA2;Coarseness
+!TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
+!TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
+!TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+!TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
+!TP_LOCALLAB_GRIDONE;Color Toning
+!TP_LOCALLAB_GRIDTWO;Direct
+!TP_LOCALLAB_GUIDBL;Soft radius
+!TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allows you to reduce artifacts or blur the image.
+!TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
+!TP_LOCALLAB_GUIDFILTER;Guided filter radius
+!TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
+!TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
+!TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
+!TP_LOCALLAB_HIGHMASKCOL;Highlights
+!TP_LOCALLAB_HLH;H
+!TP_LOCALLAB_HUECIE;Hue
+!TP_LOCALLAB_IND;Independent (mouse)
+!TP_LOCALLAB_INDSL;Independent (mouse + sliders)
+!TP_LOCALLAB_INVBL;Inverse
+!TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
+!TP_LOCALLAB_INVERS;Inverse
+!TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
+!TP_LOCALLAB_INVMASK;Inverse algorithm
+!TP_LOCALLAB_ISOGR;Distribution (ISO)
+!TP_LOCALLAB_JAB;Uses Black Ev & White Ev
+!TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
+!TP_LOCALLAB_JZ100;Jz reference 100cd/m2
+!TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
+!TP_LOCALLAB_JZADAP;PU adaptation
+!TP_LOCALLAB_JZCH;Chroma
+!TP_LOCALLAB_JZCHROM;Chroma
+!TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+!TP_LOCALLAB_JZCLARILRES;Merge Jz
+!TP_LOCALLAB_JZCONT;Contrast
+!TP_LOCALLAB_JZFORCE;Force max Jz to 1
+!TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+!TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
+!TP_LOCALLAB_JZHFRA;Curves Hz
+!TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
+!TP_LOCALLAB_JZHUECIE;Hue Rotation
+!TP_LOCALLAB_JZLIGHT;Brightness
+!TP_LOCALLAB_JZLOG;Log encoding Jz
+!TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+!TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+!TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+!TP_LOCALLAB_JZPQFRA;Jz remapping
+!TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+!TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+!TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+!TP_LOCALLAB_JZQTOJ;Relative luminance
+!TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+!TP_LOCALLAB_JZSAT;Saturation
+!TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
+!TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
+!TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
+!TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
+!TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
+!TP_LOCALLAB_JZWAVEXP;Wavelet Jz
+!TP_LOCALLAB_LABBLURM;Blur Mask
+!TP_LOCALLAB_LABEL;Local Adjustments
+!TP_LOCALLAB_LABGRID;Color correction grid
+!TP_LOCALLAB_LABGRIDMERG;Background
+!TP_LOCALLAB_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_LOCALLAB_LABSTRUM;Structure Mask
+!TP_LOCALLAB_LAPLACC;ΔØ Mask Laplacian solve PDE
+!TP_LOCALLAB_LAPLACE;Laplacian threshold ΔE
+!TP_LOCALLAB_LAPLACEXP;Laplacian threshold
+!TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
+!TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
+!TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
+!TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+!TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
+!TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
+!TP_LOCALLAB_LEVELBLUR;Maximum blur levels
+!TP_LOCALLAB_LEVELWAV;Wavelet levels
+!TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
+!TP_LOCALLAB_LEVFRA;Levels
+!TP_LOCALLAB_LIGHTNESS;Lightness
+!TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
+!TP_LOCALLAB_LIGHTRETI;Lightness
+!TP_LOCALLAB_LINEAR;Linearity
+!TP_LOCALLAB_LIST_NAME;Add tool to current spot...
+!TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
+!TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
+!TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
+!TP_LOCALLAB_LOCCONT;Unsharp Mask
+!TP_LOCALLAB_LOC_CONTRAST;Local Contrast & Wavelets
+!TP_LOCALLAB_LOC_CONTRASTPYR;Pyramid 1:
+!TP_LOCALLAB_LOC_CONTRASTPYR2;Pyramid 2:
+!TP_LOCALLAB_LOC_CONTRASTPYR2LAB; Contrast by level/TM/Directional contrast
+!TP_LOCALLAB_LOC_CONTRASTPYRLAB; Graduated Filter/Edge Sharpness/Blur
+!TP_LOCALLAB_LOC_RESIDPYR;Residual image (Main)
+!TP_LOCALLAB_LOG;Log Encoding
+!TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
+!TP_LOCALLAB_LOG2FRA;Viewing Conditions
+!TP_LOCALLAB_LOGAUTO;Automatic
+!TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
+!TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+!TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+!TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
+!TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
+!TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
+!TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+!TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
+!TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
+!TP_LOCALLAB_LOGCONQL;Contrast (Q)
+!TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+!TP_LOCALLAB_LOGCONTL;Contrast (J)
+!TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
+!TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
+!TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
+!TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
+!TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
+!TP_LOCALLAB_LOGEXP;All tools
+!TP_LOCALLAB_LOGFRA;Scene Conditions
+!TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
+!TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
+!TP_LOCALLAB_LOGLIGHTL;Lightness (J)
+!TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+!TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
+!TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+!TP_LOCALLAB_LOGLIN;Logarithm mode
+!TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
+!TP_LOCALLAB_LOGREPART;Overall strength
+!TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the log-encoded image with respect to the original image.\nDoes not affect the Ciecam component.
+!TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
+!TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
+!TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
+!TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
+!TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
+!TP_LOCALLAB_LUM;LL - CC
+!TP_LOCALLAB_LUMADARKEST;Darkest
+!TP_LOCALLAB_LUMASK;Background color/luma mask
+!TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
+!TP_LOCALLAB_LUMAWHITESEST;Lightest
+!TP_LOCALLAB_LUMFRA;L*a*b* standard
+!TP_LOCALLAB_MASFRAME;Mask and Merge
+!TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+!TP_LOCALLAB_MASK;Curves
+!TP_LOCALLAB_MASK2;Contrast curve
+!TP_LOCALLAB_MASKCOM;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
+!TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
+!TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
+!TP_LOCALLAB_MASKDDECAY;Decay strength
+!TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
+!TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
+!TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+!TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+!TP_LOCALLAB_MASKH;Hue curve
+!TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
+!TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
+!TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
+!TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+!TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+!TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+!TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
+!TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
+!TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+!TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
+!TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
+!TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+!TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+!TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+!TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+!TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+!TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+!TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+!TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+!TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+!TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+!TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+!TP_LOCALLAB_MEDIAN;Median Low
+!TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
+!TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+!TP_LOCALLAB_MEDNONE;None
+!TP_LOCALLAB_MERCOL;Color
+!TP_LOCALLAB_MERDCOL;Merge background (ΔE)
+!TP_LOCALLAB_MERELE;Lighten only
+!TP_LOCALLAB_MERFIV;Addition
+!TP_LOCALLAB_MERFOR;Color Dodge
+!TP_LOCALLAB_MERFOU;Multiply
+!TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
+!TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
+!TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+!TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
+!TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
+!TP_LOCALLAB_MERHEI;Overlay
+!TP_LOCALLAB_MERHUE;Hue
+!TP_LOCALLAB_MERLUCOL;Luminance
+!TP_LOCALLAB_MERLUM;Luminosity
+!TP_LOCALLAB_MERNIN;Screen
+!TP_LOCALLAB_MERONE;Normal
+!TP_LOCALLAB_MERSAT;Saturation
+!TP_LOCALLAB_MERSEV;Soft Light (legacy)
+!TP_LOCALLAB_MERSEV0;Soft Light Illusion
+!TP_LOCALLAB_MERSEV1;Soft Light W3C
+!TP_LOCALLAB_MERSEV2;Hard Light
+!TP_LOCALLAB_MERSIX;Divide
+!TP_LOCALLAB_MERTEN;Darken only
+!TP_LOCALLAB_MERTHI;Color Burn
+!TP_LOCALLAB_MERTHR;Difference
+!TP_LOCALLAB_MERTWE;Exclusion
+!TP_LOCALLAB_MERTWO;Subtract
+!TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
+!TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
+!TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
+!TP_LOCALLAB_MODE_EXPERT;Advanced
+!TP_LOCALLAB_MODE_NORMAL;Standard
+!TP_LOCALLAB_MODE_SIMPLE;Basic
+!TP_LOCALLAB_MRFIV;Background
+!TP_LOCALLAB_MRFOU;Previous Spot
+!TP_LOCALLAB_MRONE;None
+!TP_LOCALLAB_MRTHR;Original Image
+!TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
+!TP_LOCALLAB_NEIGH;Radius
+!TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
+!TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
+!TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
+!TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+!TP_LOCALLAB_NLDET;Detail recovery
+!TP_LOCALLAB_NLFRA;Non-local Means - Luminance
+!TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
+!TP_LOCALLAB_NLGAM;Gamma
+!TP_LOCALLAB_NLLUM;Strength
+!TP_LOCALLAB_NLPAT;Maximum patch size
+!TP_LOCALLAB_NLRAD;Maximum radius size
+!TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
+!TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
+!TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
+!TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
+!TP_LOCALLAB_NOISEGAM;Gamma
+!TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
+!TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
+!TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
+!TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
+!TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
+!TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
+!TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
+!TP_LOCALLAB_NOISEMETH;Denoise
+!TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
+!TP_LOCALLAB_NONENOISE;None
+!TP_LOCALLAB_NUL_TOOLTIP;.
+!TP_LOCALLAB_OFFS;Offset
+!TP_LOCALLAB_OFFSETWAV;Offset
+!TP_LOCALLAB_OPACOL;Opacity
+!TP_LOCALLAB_ORIGLC;Merge only with original image
+!TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+!TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
+!TP_LOCALLAB_PASTELS2;Vibrance
+!TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
+!TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
+!TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
+!TP_LOCALLAB_PREVHIDE;Hide additional settings
+!TP_LOCALLAB_PREVIEW;Preview ΔE
+!TP_LOCALLAB_PREVSHOW;Show additional settings
+!TP_LOCALLAB_PROXI;ΔE decay
+!TP_LOCALLAB_QUAAGRES;Aggressive
+!TP_LOCALLAB_QUACONSER;Conservative
+!TP_LOCALLAB_QUALCURV_METHOD;Curve type
+!TP_LOCALLAB_QUAL_METHOD;Global quality
+!TP_LOCALLAB_QUANONEALL;Off
+!TP_LOCALLAB_QUANONEWAV;Non-local means only
+!TP_LOCALLAB_RADIUS;Radius
+!TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
+!TP_LOCALLAB_RADMASKCOL;Smooth radius
+!TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
+!TP_LOCALLAB_RECT;Rectangle
+!TP_LOCALLAB_RECURS;Recursive references
+!TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
+!TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
+!TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
+!TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
+!TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
+!TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+!TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
+!TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
+!TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
+!TP_LOCALLAB_RESID;Residual Image
+!TP_LOCALLAB_RESIDBLUR;Blur residual image
+!TP_LOCALLAB_RESIDCHRO;Residual image Chroma
+!TP_LOCALLAB_RESIDCOMP;Compress residual image
+!TP_LOCALLAB_RESIDCONT;Residual image Contrast
+!TP_LOCALLAB_RESIDHI;Highlights
+!TP_LOCALLAB_RESIDHITHR;Highlights threshold
+!TP_LOCALLAB_RESIDSHA;Shadows
+!TP_LOCALLAB_RESIDSHATHR;Shadows threshold
+!TP_LOCALLAB_RETI;Dehaze & Retinex
+!TP_LOCALLAB_RETIFRA;Retinex
+!TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
+!TP_LOCALLAB_RETIM;Original Retinex
+!TP_LOCALLAB_RETITOOLFRA;Retinex Tools
+!TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+!TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
+!TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
+!TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
+!TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+!TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
+!TP_LOCALLAB_REWEI;Reweighting iterates
+!TP_LOCALLAB_RGB;RGB Tone Curve
+!TP_LOCALLAB_RGBCURVE_TOOLTIP;In RGB mode you have 4 choices : Standard, Weighted standard, Luminance & Film-like.
+!TP_LOCALLAB_ROW_NVIS;Not visible
+!TP_LOCALLAB_ROW_VIS;Visible
+!TP_LOCALLAB_RSTPROTECT_TOOLTIP;Red and skin-tone protection affects the Saturation, Chroma and Colorfulness sliders.
+!TP_LOCALLAB_SATUR;Saturation
+!TP_LOCALLAB_SATURV;Saturation (s)
+!TP_LOCALLAB_SCALEGR;Scale
+!TP_LOCALLAB_SCALERETI;Scale
+!TP_LOCALLAB_SCALTM;Scale
+!TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
+!TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
+!TP_LOCALLAB_SENSI;Scope
+!TP_LOCALLAB_SENSIEXCLU;Scope
+!TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+!TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+!TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
+!TP_LOCALLAB_SETTINGS;Settings
+!TP_LOCALLAB_SH1;Shadows Highlights
+!TP_LOCALLAB_SH2;Equalizer
+!TP_LOCALLAB_SHADEX;Shadows
+!TP_LOCALLAB_SHADEXCOMP;Shadow compression
+!TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
+!TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
+!TP_LOCALLAB_SHAMASKCOL;Shadows
+!TP_LOCALLAB_SHAPETYPE;RT-spot shape
+!TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+!TP_LOCALLAB_SHARAMOUNT;Amount
+!TP_LOCALLAB_SHARBLUR;Blur radius
+!TP_LOCALLAB_SHARDAMPING;Damping
+!TP_LOCALLAB_SHARFRAME;Modifications
+!TP_LOCALLAB_SHARITER;Iterations
+!TP_LOCALLAB_SHARP;Sharpening
+!TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
+!TP_LOCALLAB_SHARRADIUS;Radius
+!TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
+!TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
+!TP_LOCALLAB_SHOWC;Mask and modifications
+!TP_LOCALLAB_SHOWC1;Merge file
+!TP_LOCALLAB_SHOWCB;Mask and modifications
+!TP_LOCALLAB_SHOWDCT;Show Fourier (ƒ) process
+!TP_LOCALLAB_SHOWE;Mask and modifications
+!TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
+!TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
+!TP_LOCALLAB_SHOWLC;Mask and modifications
+!TP_LOCALLAB_SHOWMASK;Show mask
+!TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+!TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
+!TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
+!TP_LOCALLAB_SHOWMASKTYP2;Denoise
+!TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+!TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
+!TP_LOCALLAB_SHOWMNONE;Show modified image
+!TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
+!TP_LOCALLAB_SHOWMODIF2;Show modified areas
+!TP_LOCALLAB_SHOWMODIFMASK;Show modified areas with mask
+!TP_LOCALLAB_SHOWNORMAL;No luminance normalization
+!TP_LOCALLAB_SHOWPLUS;Mask and modifications (Blur & Denoise)
+!TP_LOCALLAB_SHOWPOISSON;Poisson (pde ƒ)
+!TP_LOCALLAB_SHOWR;Mask and modifications
+!TP_LOCALLAB_SHOWREF;Preview ΔE
+!TP_LOCALLAB_SHOWS;Mask and modifications
+!TP_LOCALLAB_SHOWSTRUC;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWSTRUCEX;Show spot structure(Advanced)
+!TP_LOCALLAB_SHOWT;Mask and modifications
+!TP_LOCALLAB_SHOWVI;Mask and modifications
+!TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
+!TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
+!TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
+!TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
+!TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
+!TP_LOCALLAB_SIGMAWAV;Attenuation response
+!TP_LOCALLAB_SIGMOIDBL;Blend
+!TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
+!TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
+!TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+!TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+!TP_LOCALLAB_SLOMASKCOL;Slope
+!TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
+!TP_LOCALLAB_SLOSH;Slope
+!TP_LOCALLAB_SOFT;Soft Light & Original Retinex
+!TP_LOCALLAB_SOFTM;Soft Light
+!TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
+!TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
+!TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
+!TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+!TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
+!TP_LOCALLAB_SOURCE_ABS;Absolute luminance
+!TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_SPECCASE;Specific cases
+!TP_LOCALLAB_SPECIAL;Special use of RGB curves
+!TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+!TP_LOCALLAB_SPOTNAME;New Spot
+!TP_LOCALLAB_STD;Standard
+!TP_LOCALLAB_STR;Strength
+!TP_LOCALLAB_STRBL;Strength
+!TP_LOCALLAB_STREN;Compression strength
+!TP_LOCALLAB_STRENG;Strength
+!TP_LOCALLAB_STRENGR;Strength
+!TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
+!TP_LOCALLAB_STRENGTH;Noise
+!TP_LOCALLAB_STRGRID;Strength
+!TP_LOCALLAB_STRUC;Structure
+!TP_LOCALLAB_STRUCCOL;Spot structure
+!TP_LOCALLAB_STRUCCOL1;Spot structure
+!TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
+!TP_LOCALLAB_STRUMASKCOL;Structure mask strength
+!TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
+!TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
+!TP_LOCALLAB_STYPE;Shape method
+!TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
+!TP_LOCALLAB_SYM;Symmetrical (mouse)
+!TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
+!TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
+!TP_LOCALLAB_THRES;Threshold structure
+!TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+!TP_LOCALLAB_THRESRETI;Threshold
+!TP_LOCALLAB_THRESWAV;Balance threshold
+!TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
+!TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
+!TP_LOCALLAB_TM;Tone Mapping
+!TP_LOCALLAB_TM_MASK;Use transmission map
+!TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+!TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
+!TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
+!TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
+!TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
+!TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
+!TP_LOCALLAB_TOOLCOL;Structure mask as tool
+!TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
+!TP_LOCALLAB_TOOLMASK;Mask Tools
+!TP_LOCALLAB_TOOLMASK_2;Wavelets
+!TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+!TP_LOCALLAB_TRANSIT;Transition Gradient
+!TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
+!TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
+!TP_LOCALLAB_TRANSITVALUE;Transition value
+!TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
+!TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+!TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
+!TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
+!TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
+!TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
+!TP_LOCALLAB_USEMASK;Laplacian
+!TP_LOCALLAB_VART;Variance (contrast)
+!TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIBRA_TOOLTIP;Adjusts vibrance (essentially the same as the global adjustment).\nCarries out the equivalent of a white-balance adjustment using a CIECAM algorithm.
+!TP_LOCALLAB_VIB_TOOLNAME;Vibrance & Warm/Cool
+!TP_LOCALLAB_VIS_TOOLTIP;Click to show/hide selected Control Spot.\nCtrl+click to show/hide all Control Spot.
+!TP_LOCALLAB_WARM;Warm/Cool & Color artifacts
+!TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a White Balance control to make the color temperature of the selected area warmer or cooler.\nIt can also reduce color artifacts in some cases.
+!TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
+!TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
+!TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
+!TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+!TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+!TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+!TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
+!TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
+!TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
+!TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
+!TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
+!TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
+!TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
+!TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
+!TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
+!TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
+!TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
+!TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
+!TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+!TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
+!TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
+!TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
+!TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
+!TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+!TP_LOCALLAB_WAV;Local contrast
+!TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
+!TP_LOCALLAB_WAVCOMP;Compression by level
+!TP_LOCALLAB_WAVCOMPRE;Compression by level
+!TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
+!TP_LOCALLAB_WAVCON;Contrast by level
+!TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
+!TP_LOCALLAB_WAVDEN;Luminance denoise
+!TP_LOCALLAB_WAVE;Wavelets
+!TP_LOCALLAB_WAVEDG;Local contrast
+!TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
+!TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+!TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+!TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
+!TP_LOCALLAB_WAVLEV;Blur by level
+!TP_LOCALLAB_WAVMASK;Local contrast
+!TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
+!TP_LOCALLAB_WEDIANHI;Median Hi
+!TP_LOCALLAB_WHITE_EV;White Ev
+!TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
+!TP_LOCALLAB_ZCAMTHRES;Retrieve high datas
+!TP_LOCAL_HEIGHT;Bottom
+!TP_LOCAL_HEIGHT_T;Top
+!TP_LOCAL_WIDTH;Right
+!TP_LOCAL_WIDTH_L;Left
+!TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
!TP_METADATA_EDIT;Apply modifications
!TP_METADATA_MODE;Metadata copy mode
!TP_METADATA_STRIP;Strip all metadata
!TP_METADATA_TUNNEL;Copy unchanged
!TP_PDSHARPENING_LABEL;Capture Sharpening
+!TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
+!TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
+!TP_PERSPECTIVE_CAMERA_FRAME;Correction
+!TP_PERSPECTIVE_CAMERA_PITCH;Vertical
+!TP_PERSPECTIVE_CAMERA_ROLL;Rotation
+!TP_PERSPECTIVE_CAMERA_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_CAMERA_YAW;Horizontal
+!TP_PERSPECTIVE_CONTROL_LINES;Control lines
+!TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+!TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
+!TP_PERSPECTIVE_METHOD;Method
+!TP_PERSPECTIVE_METHOD_CAMERA_BASED;Camera-based
+!TP_PERSPECTIVE_METHOD_SIMPLE;Simple
+!TP_PERSPECTIVE_POST_CORRECTION_ADJUSTMENT_FRAME;Post-correction adjustment
+!TP_PERSPECTIVE_PROJECTION_PITCH;Vertical
+!TP_PERSPECTIVE_PROJECTION_ROTATE;Rotation
+!TP_PERSPECTIVE_PROJECTION_SHIFT_HORIZONTAL;Horizontal shift
+!TP_PERSPECTIVE_PROJECTION_SHIFT_VERTICAL;Vertical shift
+!TP_PERSPECTIVE_PROJECTION_YAW;Horizontal
+!TP_PERSPECTIVE_RECOVERY_FRAME;Recovery
!TP_PREPROCESS_LINEDENOISE_DIRECTION;Direction
!TP_PREPROCESS_LINEDENOISE_DIRECTION_BOTH;Both
!TP_PREPROCESS_LINEDENOISE_DIRECTION_HORIZONTAL;Horizontal
!TP_PREPROCESS_LINEDENOISE_DIRECTION_PDAF_LINES;Horizontal only on PDAF rows
!TP_PREPROCESS_LINEDENOISE_DIRECTION_VERTICAL;Vertical
!TP_PREPROCESS_PDAFLINESFILTER;PDAF lines filter
+!TP_PREPROCWB_LABEL;Preprocess White Balance
+!TP_PREPROCWB_MODE;Mode
+!TP_PREPROCWB_MODE_AUTO;Auto
+!TP_PREPROCWB_MODE_CAMERA;Camera
!TP_RAWCACORR_AUTOIT;Iterations
-!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+!TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
!TP_RAWCACORR_AVOIDCOLORSHIFT;Avoid color shift
!TP_RAW_1PASSMEDIUM;1-pass (Markesteijn)
!TP_RAW_2PASS;1-pass+fast
@@ -2186,9 +3844,11 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!TP_RAW_4PASS;3-pass+fast
!TP_RAW_AHD;AHD
!TP_RAW_AMAZE;AMaZE
+!TP_RAW_AMAZEBILINEAR;AMaZE+Bilinear
!TP_RAW_AMAZEVNG4;AMaZE+VNG4
!TP_RAW_BORDER;Border
!TP_RAW_DCB;DCB
+!TP_RAW_DCBBILINEAR;DCB+Bilinear
!TP_RAW_DCBVNG4;DCB+VNG4
!TP_RAW_DUALDEMOSAICAUTOCONTRAST;Auto threshold
!TP_RAW_DUALDEMOSAICAUTOCONTRAST_TOOLTIP;If the checkbox is checked (recommended), RawTherapee calculates an optimum value based on flat regions in the image.\nIf there is no flat region in the image or the image is too noisy, the value will be set to 0.\nTo set the value manually, uncheck the checkbox first (reasonable values depend on the image).
@@ -2204,6 +3864,8 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!TP_RAW_MONO;Mono
!TP_RAW_NONE;None (Shows sensor pattern)
!TP_RAW_PIXELSHIFT;Pixel Shift
+!TP_RAW_PIXELSHIFTAVERAGE;Use average for moving parts
+!TP_RAW_PIXELSHIFTAVERAGE_TOOLTIP;Use average of all frames instead of selected frame for regions with motion.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTBLUR;Blur motion mask
!TP_RAW_PIXELSHIFTDMETHOD;Demosaic method for motion
!TP_RAW_PIXELSHIFTEPERISO;Sensitivity
@@ -2214,7 +3876,7 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Equalize the brightness of the frames to the brightness of the selected frame.\nIf there are overexposed areas in the frames select the brightest frame to avoid magenta color cast in overexposed areas or enable motion correction.
!TP_RAW_PIXELSHIFTGREEN;Check green channel for motion
!TP_RAW_PIXELSHIFTHOLEFILL;Fill holes in motion mask
-!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask
+!TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask.
!TP_RAW_PIXELSHIFTMEDIAN;Use median for moving parts
!TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
!TP_RAW_PIXELSHIFTMM_AUTO;Automatic
@@ -2229,19 +3891,24 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!TP_RAW_PIXELSHIFTSIGMA;Blur radius
!TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
!TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
-!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
+!TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
!TP_RAW_RCD;RCD
+!TP_RAW_RCDBILINEAR;RCD+Bilinear
!TP_RAW_RCDVNG4;RCD+VNG4
!TP_RAW_VNG4;VNG4
!TP_RAW_XTRANS;X-Trans
!TP_RAW_XTRANSFAST;Fast X-Trans
!TP_RESIZE_ALLOW_UPSCALING;Allow Upscaling
+!TP_RESIZE_LE;Long Edge:
+!TP_RESIZE_LONG;Long Edge
+!TP_RESIZE_SE;Short Edge:
+!TP_RESIZE_SHORT;Short Edge
!TP_RETINEX_CONTEDIT_MAP;Equalizer
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
-!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce the transmission map to achieve the desired luminance.\nThe x-axis is the transmission.\nThe y-axis is the gain.
+!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Increase or reduce the transmission map to achieve the desired luminance. The x-axis is the transmission. The y-axis is the gain.
!TP_RETINEX_GAMMA_TOOLTIP;Restore tones by applying gamma before and after Retinex. Different from Retinex curves or others curves (Lab, Exposure, etc.).
-!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
!TP_RETINEX_LABEL_MASK;Mask
!TP_RETINEX_MAP;Method
!TP_RETINEX_MAP_GAUS;Gaussian mask
@@ -2250,14 +3917,14 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!TP_RETINEX_MAP_METHOD_TOOLTIP;Use the mask generated by the Gaussian function above (Radius, Method) to reduce halos and artifacts.\n\nCurve only: apply a diagonal contrast curve on the mask.\nBeware of artifacts!\n\nGaussian mask: generate and use a Gaussian blur of the original mask.\nQuick.\n\nSharp mask: generate and use a wavelet on the original mask.\nSlow.
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
-!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
-!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
+!TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
+!TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
-!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
+!TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
!TP_RETINEX_VIEW_MASK;Mask
-!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_SHARPENING_BLUR;Blur radius
!TP_SHARPENING_CONTRAST;Contrast threshold
!TP_SHARPENING_ITERCHECK;Auto limit iterations
@@ -2265,48 +3932,145 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: -
!TP_SHARPENMICRO_CONTRAST;Contrast threshold
!TP_SOFTLIGHT_LABEL;Soft Light
!TP_SOFTLIGHT_STRENGTH;Strength
+!TP_SPOT_COUNTLABEL;%1 point(s)
+!TP_SPOT_DEFAULT_SIZE;Default spot size
+!TP_SPOT_ENTRYCHANGED;Point changed
+!TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+!TP_SPOT_LABEL;Spot Removal
!TP_TM_FATTAL_AMOUNT;Amount
!TP_TM_FATTAL_ANCHOR;Anchor
!TP_TM_FATTAL_LABEL;Dynamic Range Compression
!TP_TM_FATTAL_THRESHOLD;Detail
-!TP_WAVELET_CBENAB;Toning and Color Balance
-!TP_WAVELET_CB_TOOLTIP;For strong values product color-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
+!TP_WAVELET_BALCHROM;Equalizer Color
+!TP_WAVELET_BALLUM;Denoise equalizer White-Black
+!TP_WAVELET_BL;Blur levels
+!TP_WAVELET_BLCURVE;Blur by levels
+!TP_WAVELET_BLURFRAME;Blur
+!TP_WAVELET_BLUWAV;Attenuation response
+!TP_WAVELET_CBENAB;Toning and Color balance
+!TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
+!TP_WAVELET_CHROFRAME;Denoise chrominance
+!TP_WAVELET_CHROMAFRAME;Chroma
+!TP_WAVELET_CHROMCO;Chrominance Coarse
+!TP_WAVELET_CHROMFI;Chrominance Fine
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
-!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+!TP_WAVELET_CHRWAV;Blur chroma
+!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
+!TP_WAVELET_CLA;Clarity
+!TP_WAVELET_CLARI;Sharp-mask and Clarity
+!TP_WAVELET_COMPEXPERT;Advanced
+!TP_WAVELET_COMPLEXLAB;Complexity
+!TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
+!TP_WAVELET_COMPNORMAL;Standard
+!TP_WAVELET_CONTFRAME;Contrast - Compression
+!TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
-!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
-!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+stdev and maxima.
+!TP_WAVELET_DAUBLOCAL;Wavelet Edge performance
+!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the first levels. However the quality is not strictly related to this coefficient and can vary depending on image and use.
+!TP_WAVELET_DEN5THR;Guided threshold
+!TP_WAVELET_DENCURV;Curve
+!TP_WAVELET_DENL;Correction structure
+!TP_WAVELET_DENLH;Guided threshold levels 1-4
+!TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
+!TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
+!TP_WAVELET_DENOISE;Guide curve based on Local contrast
+!TP_WAVELET_DENOISEGUID;Guided threshold based on hue
+!TP_WAVELET_DENOISEH;High levels Curve Local contrast
+!TP_WAVELET_DENOISEHUE;Denoise hue equalizer
+!TP_WAVELET_DENQUA;Mode
+!TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
+!TP_WAVELET_DENSLI;Slider
+!TP_WAVELET_DENSLILAB;Method
+!TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+!TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
+!TP_WAVELET_DETEND;Details
+!TP_WAVELET_DIRFRAME;Directional contrast
+!TP_WAVELET_EDEFFECT;Attenuation response
+!TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
+!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
-!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
+!TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centered on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
-!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
-!TP_WAVELET_HIGHLIGHT;Highlight luminance range
+!TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
+!TP_WAVELET_FINCFRAME;Final local contrast
+!TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
+!TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
+!TP_WAVELET_HIGHLIGHT;Finer levels luminance range
!TP_WAVELET_HS1;Whole luminance range
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the white balance is incorrect.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
-!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
+!TP_WAVELET_LABGRID_VALUES;High(a)=%1 High(b)=%2\nLow(a)=%3 Low(b)=%4
+!TP_WAVELET_LEVDEN;Level 5-6 denoise
+!TP_WAVELET_LEVELHIGH;Radius 5-6
+!TP_WAVELET_LEVELLOW;Radius 1-4
+!TP_WAVELET_LEVELSIGM;Radius
+!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of wavelet decomposition levels for the image.\nMore levels require more RAM and require a longer processing time.
+!TP_WAVELET_LEVFOUR;Level 5-6 denoise and guided threshold
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
-!TP_WAVELET_LINKEDG;Link with Edge Sharpness' Strength
-!TP_WAVELET_LOWLIGHT;Shadow luminance range
+!TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
+!TP_WAVELET_LINKEDG;Link to Edge Sharpness Strength
+!TP_WAVELET_LOWLIGHT;Coarser levels luminance range
+!TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
+!TP_WAVELET_MERGEC;Merge chroma
+!TP_WAVELET_MERGEL;Merge luma
+!TP_WAVELET_MIXCONTRAST;Reference
+!TP_WAVELET_MIXDENOISE;Denoise
+!TP_WAVELET_MIXMIX;Mixed 50% noise - 50% denoise
+!TP_WAVELET_MIXMIX70;Mixed 30% noise - 70% denoise
+!TP_WAVELET_MIXNOISE;Noise
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
-!TP_WAVELET_OPACITY;Opacity Blue-Yellow
+!TP_WAVELET_OFFSET_TOOLTIP;Offset modifies the balance between low contrast and high contrast details.\nHigh values will amplify contrast changes to the higher contrast details, whereas low values will amplify contrast changes to low contrast details.\nBy using a low Attenuation response value you can select which contrast values will be enhanced.
+!TP_WAVELET_OLDSH;Algorithm using negatives values
+!TP_WAVELET_OPACITY;Opacity blue-yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
!TP_WAVELET_PASTEL;Pastel chroma
+!TP_WAVELET_PROTAB;Protection
+!TP_WAVELET_QUAAGRES;Aggressive
+!TP_WAVELET_QUACONSER;Conservative
+!TP_WAVELET_RADIUS;Radius shadows - highlight
+!TP_WAVELET_RANGEAB;Range a and b %
+!TP_WAVELET_RESBLUR;Blur luminance
+!TP_WAVELET_RESBLURC;Blur chroma
+!TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
+!TP_WAVELET_SHA;Sharp mask
+!TP_WAVELET_SHFRAME;Shadows/Highlights
+!TP_WAVELET_SHOWMASK;Show wavelet 'mask'
+!TP_WAVELET_SIGM;Radius
+!TP_WAVELET_SIGMA;Attenuation response
+!TP_WAVELET_SIGMAFIN;Attenuation response
+!TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
-!TP_WAVELET_SKY;Sky targetting/protection
-!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
-!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
-!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
+!TP_WAVELET_SKY;Hue targetting/protection
+!TP_WAVELET_SKY_TOOLTIP;Allows you to target or protect a range of hues.\nAt -100 selected hues are targetted.\nAt 0 all hues are treated equally.\nAt +100 selected hues are protected while all other hues are targetted.
+!TP_WAVELET_SOFTRAD;Soft radius
+!TP_WAVELET_STREND;Strength
+!TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
+!TP_WAVELET_THREND;Local contrast threshold
+!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
-!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
+!TP_WAVELET_TMEDGS;Edge stopping
+!TP_WAVELET_TMSCALE;Scale
+!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image.
!TP_WAVELET_TON;Toning
+!TP_WAVELET_TONFRAME;Excluded colors
+!TP_WAVELET_USH;None
+!TP_WAVELET_USHARP;Clarity method
+!TP_WAVELET_USH_TOOLTIP;If you select Sharp-mask, you can choose any level (in Settings) from 1 to 4 for processing.\nIf you select Clarity, you can choose any level (in Settings) between 5 and Extra.
+!TP_WAVELET_WAVLOWTHR;Low contrast threshold
+!TP_WAVELET_WAVOFFSET;Offset
+!TP_WBALANCE_AUTOITCGREEN;Temperature correlation
+!TP_WBALANCE_AUTOOLD;RGB grey
+!TP_WBALANCE_AUTO_HEADER;Automatic
!TP_WBALANCE_PICKER;Pick
+!TP_WBALANCE_STUDLABEL;Correlation factor: %1
+!TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
!TP_WBALANCE_TEMPBIAS;AWB temperature bias
-!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+!TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
diff --git a/rtdata/languages/default b/rtdata/languages/default
index e3640c528..775b098f4 100644
--- a/rtdata/languages/default
+++ b/rtdata/languages/default
@@ -39,7 +39,7 @@ DONT_SHOW_AGAIN;Don't show this message again.
DYNPROFILEEDITOR_DELETE;Delete
DYNPROFILEEDITOR_EDIT;Edit
DYNPROFILEEDITOR_EDIT_RULE;Edit Dynamic Profile Rule
-DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the "re:" prefix to enter\na regular expression.
+DYNPROFILEEDITOR_ENTRY_TOOLTIP;The matching is case insensitive.\nUse the 're:' prefix to enter\na regular expression.
DYNPROFILEEDITOR_IMGTYPE_ANY;Any
DYNPROFILEEDITOR_IMGTYPE_HDR;HDR
DYNPROFILEEDITOR_IMGTYPE_PS;Pixel Shift
@@ -100,10 +100,10 @@ EXPORT_INSTRUCTIONS;Fast Export options provide overrides to bypass time and res
EXPORT_MAXHEIGHT;Maximum height:
EXPORT_MAXWIDTH;Maximum width:
EXPORT_PIPELINE;Processing pipeline
-EXPORT_PUTTOQUEUEFAST; Put to queue for fast export
+EXPORT_PUTTOQUEUEFAST;Put to queue for fast export
EXPORT_RAW_DMETHOD;Demosaic method
EXPORT_USE_FAST_PIPELINE;Dedicated (full processing on resized image)
-EXPORT_USE_FAST_PIPELINE_TIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
+EXPORT_USE_FAST_PIPELINE_TOOLTIP;Use a dedicated processing pipeline for images in Fast Export mode, that trades speed for quality. Resizing of the image is done as early as possible, instead of doing it at the end like in the normal pipeline. The speedup can be significant, but be prepared to see artifacts and a general degradation of output quality.
EXPORT_USE_NORMAL_PIPELINE;Standard (bypass some steps, resize at the end)
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;queue-processed
@@ -111,7 +111,7 @@ FILEBROWSER_APPLYPROFILE;Apply
FILEBROWSER_APPLYPROFILE_PARTIAL;Apply - partial
FILEBROWSER_AUTODARKFRAME;Auto dark-frame
FILEBROWSER_AUTOFLATFIELD;Auto flat-field
-FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply "find" keywords.
+FILEBROWSER_BROWSEPATHBUTTONHINT;Click to open specified path, reload folder and apply 'find' keywords.
FILEBROWSER_BROWSEPATHHINT;Type a path to navigate to.\n\nKeyboard shortcuts:\nCtrl-o to focus to the path text box.\nEnter / Ctrl-Enter to browse there;\nEsc to clear changes.\nShift-Esc to remove focus.\n\nPath shortcuts:\n~ - user's home directory.\n! - user's pictures directory
FILEBROWSER_CACHE;Cache
FILEBROWSER_CACHECLEARFROMFULL;Clear all including cached profiles
@@ -417,39 +417,39 @@ HISTORY_MSG_170;Vibrance - HH curve
HISTORY_MSG_171;L*a*b* - LC curve
HISTORY_MSG_172;L*a*b* - Restrict LC
HISTORY_MSG_173;NR - Detail recovery
-HISTORY_MSG_174;CIECAM02/16
-HISTORY_MSG_175;CAM02/16 - CAT02/16 adaptation
-HISTORY_MSG_176;CAM02/16 - Viewing surround
-HISTORY_MSG_177;CAM02/16 - Scene luminosity
-HISTORY_MSG_178;CAM02/16 - Viewing luminosity
-HISTORY_MSG_179;CAM02/16 - White-point model
-HISTORY_MSG_180;CAM02/16 - Lightness (J)
-HISTORY_MSG_181;CAM02/16 - Chroma (C)
-HISTORY_MSG_182;CAM02/16 - Automatic CAT02/16
-HISTORY_MSG_183;CAM02/16 - Contrast (J)
-HISTORY_MSG_184;CAM02/16 - Scene surround
-HISTORY_MSG_185;CAM02/16 - Gamut control
-HISTORY_MSG_186;CAM02/16 - Algorithm
-HISTORY_MSG_187;CAM02/16 - Red/skin prot.
-HISTORY_MSG_188;CAM02/16 - Brightness (Q)
-HISTORY_MSG_189;CAM02/16 - Contrast (Q)
-HISTORY_MSG_190;CAM02/16 - Saturation (S)
-HISTORY_MSG_191;CAM02/16 - Colorfulness (M)
-HISTORY_MSG_192;CAM02/16 - Hue (h)
-HISTORY_MSG_193;CAM02/16 - Tone curve 1
-HISTORY_MSG_194;CAM02/16 - Tone curve 2
-HISTORY_MSG_195;CAM02/16 - Tone curve 1
-HISTORY_MSG_196;CAM02/16 - Tone curve 2
-HISTORY_MSG_197;CAM02/16 - Color curve
-HISTORY_MSG_198;CAM02/16 - Color curve
-HISTORY_MSG_199;CAM02/16 - Output histograms
-HISTORY_MSG_200;CAM02/16 - Tone mapping
+HISTORY_MSG_174;Color Appearance & Lighting
+HISTORY_MSG_175;CAL - SC - Adaptation
+HISTORY_MSG_176;CAL - VC - Surround
+HISTORY_MSG_177;CAL - SC - Absolute luminance
+HISTORY_MSG_178;CAL - VC - Absolute luminance
+HISTORY_MSG_179;CAL - SC - WP model
+HISTORY_MSG_180;CAL - IA - Lightness (J)
+HISTORY_MSG_181;CAL - IA - Chroma (C)
+HISTORY_MSG_182;CAL - SC - Auto adaptation
+HISTORY_MSG_183;CAL - IA - Contrast (J)
+HISTORY_MSG_184;CAL - SC - Surround
+HISTORY_MSG_185;CAL - Gamut control
+HISTORY_MSG_186;CAL - IA - Algorithm
+HISTORY_MSG_187;CAL - IA - Red/skin protection
+HISTORY_MSG_188;CAL - IA - Brightness (Q)
+HISTORY_MSG_189;CAL - IA - Contrast (Q)
+HISTORY_MSG_190;CAL - IA - Saturation (S)
+HISTORY_MSG_191;CAL - IA - Colorfulness (M)
+HISTORY_MSG_192;CAL - IA - Hue (h)
+HISTORY_MSG_193;CAL - IA - Tone curve 1
+HISTORY_MSG_194;CAL - IA - Tone curve 2
+HISTORY_MSG_195;CAL - IA - Tone curve 1 mode
+HISTORY_MSG_196;CAL - IA - Tone curve 2 mode
+HISTORY_MSG_197;CAL - IA - Color curve
+HISTORY_MSG_198;CAL - IA - Color curve mode
+HISTORY_MSG_199;CAL - IA - Use CAM output for histograms
+HISTORY_MSG_200;CAL - IA - Use CAM for tone mapping
HISTORY_MSG_201;NR - Chrominance - R&G
HISTORY_MSG_202;NR - Chrominance - B&Y
HISTORY_MSG_203;NR - Color space
HISTORY_MSG_204;LMMSE enhancement steps
-HISTORY_MSG_205;CAT02/16 - Hot/bad pixel filter
-HISTORY_MSG_206;CAT02/16 - Auto scene luminosity
+HISTORY_MSG_205;CAL - Hot/bad pixel filter
+HISTORY_MSG_206;CAL - SC - Auto absolute luminance
HISTORY_MSG_207;Defringe - Hue curve
HISTORY_MSG_208;WB - B/R equalizer
HISTORY_MSG_210;GF - Angle
@@ -712,15 +712,15 @@ HISTORY_MSG_471;PS Motion correction
HISTORY_MSG_472;PS Smooth transitions
HISTORY_MSG_474;PS Equalize
HISTORY_MSG_475;PS Equalize channel
-HISTORY_MSG_476;CAM02/16 - Temp out
-HISTORY_MSG_477;CAM02/16 - Green out
-HISTORY_MSG_478;CAM02/16 - Yb out
-HISTORY_MSG_479;CAM02/16 - CAT02/16 adaptation out
-HISTORY_MSG_480;CAM02/16 - Automatic CAT02/16 out
-HISTORY_MSG_481;CAM02/16 - Temp scene
-HISTORY_MSG_482;CAM02/16 - Green scene
-HISTORY_MSG_483;CAM02/16 - Yb scene
-HISTORY_MSG_484;CAM02/16 - Auto Yb scene
+HISTORY_MSG_476;CAL - VC - Temperature
+HISTORY_MSG_477;CAL - VC - Tint
+HISTORY_MSG_478;CAL - VC - Mean luminance
+HISTORY_MSG_479;CAL - VC - Adaptation
+HISTORY_MSG_480;CAL - VC - Auto adaptation
+HISTORY_MSG_481;CAL - SC - Temperature
+HISTORY_MSG_482;CAL - SC - Tint
+HISTORY_MSG_483;CAL - SC - Mean luminance
+HISTORY_MSG_484;CAL - SC - Auto mean luminance
HISTORY_MSG_485;Lens Correction
HISTORY_MSG_486;Lens Correction - Camera
HISTORY_MSG_487;Lens Correction - Lens
@@ -747,7 +747,7 @@ HISTORY_MSG_508;Local Spot circrad
HISTORY_MSG_509;Local Spot quality method
HISTORY_MSG_510;Local Spot transition
HISTORY_MSG_511;Local Spot thresh
-HISTORY_MSG_512;Local Spot ΔE -decay
+HISTORY_MSG_512;Local Spot ΔE decay
HISTORY_MSG_513;Local Spot scope
HISTORY_MSG_514;Local Spot structure
HISTORY_MSG_515;Local Adjustments
@@ -1093,7 +1093,7 @@ HISTORY_MSG_863;Local - Wavelet merge original image
HISTORY_MSG_864;Local - Wavelet dir contrast attenuation
HISTORY_MSG_865;Local - Wavelet dir contrast delta
HISTORY_MSG_866;Local - Wavelet dir compression
-HISTORY_MSG_868;Local - balance ΔE C-H
+HISTORY_MSG_868;Local - Balance ΔE C-H
HISTORY_MSG_869;Local - Denoise by level
HISTORY_MSG_870;Local - Wavelet mask curve H
HISTORY_MSG_871;Local - Wavelet mask curve C
@@ -1184,25 +1184,25 @@ HISTORY_MSG_958;Local - Show/hide settings
HISTORY_MSG_959;Local - Inverse blur
HISTORY_MSG_960;Local - Log encoding - cat16
HISTORY_MSG_961;Local - Log encoding Ciecam
-HISTORY_MSG_962;Local - Log encoding Absolute luminance source
-HISTORY_MSG_963;Local - Log encoding Absolute luminance target
-HISTORY_MSG_964;Local - Log encoding Surround
-HISTORY_MSG_965;Local - Log encoding Saturation s
-HISTORY_MSG_966;Local - Log encoding Contrast J
-HISTORY_MSG_967;Local - Log encoding Mask curve C
-HISTORY_MSG_968;Local - Log encoding Mask curve L
-HISTORY_MSG_969;Local - Log encoding Mask curve H
-HISTORY_MSG_970;Local - Log encoding Mask enable
-HISTORY_MSG_971;Local - Log encoding Mask blend
-HISTORY_MSG_972;Local - Log encoding Mask radius
-HISTORY_MSG_973;Local - Log encoding Mask chroma
-HISTORY_MSG_974;Local - Log encoding Mask contrast
-HISTORY_MSG_975;Local - Log encoding Lightness J
-HISTORY_MSG_977;Local - Log encoding Contrast Q
-HISTORY_MSG_978;Local - Log encoding Sursource
-HISTORY_MSG_979;Local - Log encoding Brightness Q
-HISTORY_MSG_980;Local - Log encoding Colorfulness M
-HISTORY_MSG_981;Local - Log encoding Strength
+HISTORY_MSG_962;Local - Log encoding Absolute luminance source
+HISTORY_MSG_963;Local - Log encoding Absolute luminance target
+HISTORY_MSG_964;Local - Log encoding Surround
+HISTORY_MSG_965;Local - Log encoding Saturation s
+HISTORY_MSG_966;Local - Log encoding Contrast J
+HISTORY_MSG_967;Local - Log encoding Mask curve C
+HISTORY_MSG_968;Local - Log encoding Mask curve L
+HISTORY_MSG_969;Local - Log encoding Mask curve H
+HISTORY_MSG_970;Local - Log encoding Mask enable
+HISTORY_MSG_971;Local - Log encoding Mask blend
+HISTORY_MSG_972;Local - Log encoding Mask radius
+HISTORY_MSG_973;Local - Log encoding Mask chroma
+HISTORY_MSG_974;Local - Log encoding Mask contrast
+HISTORY_MSG_975;Local - Log encoding Lightness J
+HISTORY_MSG_977;Local - Log encoding Contrast Q
+HISTORY_MSG_978;Local - Log encoding Sursource
+HISTORY_MSG_979;Local - Log encoding Brightness Q
+HISTORY_MSG_980;Local - Log encoding Colorfulness M
+HISTORY_MSG_981;Local - Log encoding Strength
HISTORY_MSG_982;Local - Equalizer hue
HISTORY_MSG_983;Local - denoise threshold mask high
HISTORY_MSG_984;Local - denoise threshold mask low
@@ -1286,9 +1286,6 @@ HISTORY_MSG_1061;Local - CIECAM Source absolute
HISTORY_MSG_1062;Local - CIECAM Surround Source
HISTORY_MSG_1063;Local - CIECAM Saturation
HISTORY_MSG_1064;Local - CIECAM Chroma
-HISTORY_MSG_1062;Local - CIECAM Lightness
-HISTORY_MSG_1063;Local - CIECAM Brightness
-HISTORY_MSG_1064;Local - CIECAM threshold
HISTORY_MSG_1065;Local - CIECAM lightness J
HISTORY_MSG_1066;Local - CIECAM brightness
HISTORY_MSG_1067;Local - CIECAM Contrast J
@@ -1355,8 +1352,8 @@ HISTORY_MSG_1127;Local - Cie mask gamma
HISTORY_MSG_1128;Local - Cie mask slope
HISTORY_MSG_1129;Local - Cie Relative luminance
HISTORY_MSG_1130;Local - Cie Saturation Jz
-HISTORY_MSG_1131;Local - Mask denoise chroma
-HISTORY_MSG_1132;Local - Cie Wav sigma Jz
+HISTORY_MSG_1131;Local - Mask denoise chroma
+HISTORY_MSG_1132;Local - Cie Wav sigma Jz
HISTORY_MSG_1133;Local - Cie Wav level Jz
HISTORY_MSG_1134;Local - Cie Wav local contrast Jz
HISTORY_MSG_1135;Local - Cie Wav clarity Jz
@@ -1379,10 +1376,9 @@ HISTORY_MSG_BLSHAPE;Blur by level
HISTORY_MSG_BLURCWAV;Blur chroma
HISTORY_MSG_BLURWAV;Blur luminance
HISTORY_MSG_BLUWAV;Attenuation response
-HISTORY_MSG_CATCAT;Cat02/16 mode
-HISTORY_MSG_CAT02PRESET;Cat02/16 automatic preset
-HISTORY_MSG_CATCOMPLEX;Ciecam complexity
-HISTORY_MSG_CATMODEL;CAM Model
+HISTORY_MSG_CATCAT;CAL - Settings - Mode
+HISTORY_MSG_CATCOMPLEX;CAL - Settings - Complexity
+HISTORY_MSG_CATMODEL;CAL - Settings - CAM
HISTORY_MSG_CLAMPOOG;Clip out-of-gamut colors
HISTORY_MSG_COLORTONING_LABGRID_VALUE;CT - Color correction
HISTORY_MSG_COLORTONING_LABREGION_AB;CT - Color correction
@@ -1415,25 +1411,25 @@ HISTORY_MSG_FILMNEGATIVE_REF_SPOT;FN - Reference input
HISTORY_MSG_FILMNEGATIVE_VALUES;Film negative values
HISTORY_MSG_HISTMATCHING;Auto-matched tone curve
HISTORY_MSG_HLBL;Color propagation - blur
+HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
+HISTORY_MSG_ICM_AINTENT;Abstract profile intent
+HISTORY_MSG_ICM_BLUX;Primaries Blue X
+HISTORY_MSG_ICM_BLUY;Primaries Blue Y
+HISTORY_MSG_ICM_FBW;Black and White
+HISTORY_MSG_ICM_GREX;Primaries Green X
+HISTORY_MSG_ICM_GREY;Primaries Green Y
HISTORY_MSG_ICM_OUTPUT_PRIMARIES;Output - Primaries
HISTORY_MSG_ICM_OUTPUT_TEMP;Output - ICC-v4 illuminant D
HISTORY_MSG_ICM_OUTPUT_TYPE;Output - Type
-HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
-HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
-HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
-HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
-HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+HISTORY_MSG_ICM_PRESER;Preserve neutral
HISTORY_MSG_ICM_REDX;Primaries Red X
HISTORY_MSG_ICM_REDY;Primaries Red Y
-HISTORY_MSG_ICM_GREX;Primaries Green X
-HISTORY_MSG_ICM_GREY;Primaries Green Y
-HISTORY_MSG_ICM_BLUX;Primaries Blue X
-HISTORY_MSG_ICM_BLUY;Primaries Blue Y
-HISTORY_MSG_ICL_LABGRIDCIEXY;Cie xy
-HISTORY_MSG_ICM_AINTENT;Abstract profile intent
-HISTORY_MSG_ILLUM;Illuminant
-HISTORY_MSG_ICM_FBW;Black and White
-HISTORY_MSG_ICM_PRESER;Preserve neutral
+HISTORY_MSG_ICM_WORKING_GAMMA;TRC - Gamma
+HISTORY_MSG_ICM_WORKING_ILLUM_METHOD;Illuminant method
+HISTORY_MSG_ICM_WORKING_PRIM_METHOD;Primaries method
+HISTORY_MSG_ICM_WORKING_SLOPE;TRC - Slope
+HISTORY_MSG_ICM_WORKING_TRC_METHOD;TRC method
+HISTORY_MSG_ILLUM;CAL - SC - Illuminant
HISTORY_MSG_LOCALCONTRAST_AMOUNT;Local Contrast - Amount
HISTORY_MSG_LOCALCONTRAST_DARKNESS;Local Contrast - Darkness
HISTORY_MSG_LOCALCONTRAST_ENABLED;Local Contrast
@@ -1488,9 +1484,9 @@ HISTORY_MSG_TRANS_METHOD;Geometry - Method
HISTORY_MSG_WAVBALCHROM;Equalizer chrominance
HISTORY_MSG_WAVBALLUM;Equalizer luminance
HISTORY_MSG_WAVBL;Blur levels
+HISTORY_MSG_WAVCHR;Blur levels - blur chroma
HISTORY_MSG_WAVCHROMCO;Chroma coarse
HISTORY_MSG_WAVCHROMFI;Chroma fine
-HISTORY_MSG_WAVCHR;Blur levels - blur chroma
HISTORY_MSG_WAVCLARI;Clarity
HISTORY_MSG_WAVDENLH;Level 5
HISTORY_MSG_WAVDENOISE;Local contrast
@@ -1499,10 +1495,10 @@ HISTORY_MSG_WAVDETEND;Details soft
HISTORY_MSG_WAVEDGS;Edge stopping
HISTORY_MSG_WAVGUIDH;Local contrast-Hue equalizer
HISTORY_MSG_WAVHUE;Equalizer hue
-HISTORY_MSG_WAVLEVDEN;High level local contrast
-HISTORY_MSG_WAVLEVSIGM;Radius
HISTORY_MSG_WAVLABGRID_VALUE;Toning - exclude colors
+HISTORY_MSG_WAVLEVDEN;High level local contrast
HISTORY_MSG_WAVLEVELSIGM;Denoise - radius
+HISTORY_MSG_WAVLEVSIGM;Radius
HISTORY_MSG_WAVLIMDEN;Interaction 56 14
HISTORY_MSG_WAVLOWTHR;Threshold low contrast
HISTORY_MSG_WAVMERGEC;Merge C
@@ -1528,7 +1524,7 @@ HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: Alt-s
HISTORY_SNAPSHOT;Snapshot
HISTORY_SNAPSHOTS;Snapshots
ICCPROFCREATOR_COPYRIGHT;Copyright:
-ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to "RawTherapee, CC0"
+ICCPROFCREATOR_COPYRIGHT_RESET_TOOLTIP;Reset to the default copyright, granted to 'RawTherapee, CC0'.
ICCPROFCREATOR_CUSTOM;Custom
ICCPROFCREATOR_DESCRIPTION;Description:
ICCPROFCREATOR_DESCRIPTION_ADDPARAM;Append gamma and slope values to the description
@@ -1540,7 +1536,7 @@ ICCPROFCREATOR_ILL_41;D41
ICCPROFCREATOR_ILL_50;D50
ICCPROFCREATOR_ILL_55;D55
ICCPROFCREATOR_ILL_60;D60
-ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
+ICCPROFCREATOR_ILL_63;D63 : DCI-P3 Theater
ICCPROFCREATOR_ILL_65;D65
ICCPROFCREATOR_ILL_80;D80
ICCPROFCREATOR_ILL_DEF;Default
@@ -1589,7 +1585,7 @@ IPTCPANEL_CREDITHINT;Enter who should be credited when this image is published.
IPTCPANEL_DATECREATED;Date created
IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
IPTCPANEL_DESCRIPTION;Description
-IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
+IPTCPANEL_DESCRIPTIONHINT;Enter a 'caption' describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
IPTCPANEL_DESCRIPTIONWRITER;Description writer
IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
IPTCPANEL_EMBEDDED;Embedded
@@ -1648,7 +1644,7 @@ MAIN_MSG_PATHDOESNTEXIST;The path\n\n%1\n\ndoes not exist. Please set a c
MAIN_MSG_QOVERWRITE;Do you want to overwrite it?
MAIN_MSG_SETPATHFIRST;You first have to set a target path in Preferences in order to use this function!
MAIN_MSG_TOOMANYOPENEDITORS;Too many open editors.\nPlease close an editor to continue.
-MAIN_MSG_WRITEFAILED;Failed to write\n"%1"\n\nMake sure that the folder exists and that you have write permission to it.
+MAIN_MSG_WRITEFAILED;Failed to write\n'%1'\n\nMake sure that the folder exists and that you have write permission to it.
MAIN_TAB_ADVANCED;Advanced
MAIN_TAB_ADVANCED_TOOLTIP;Shortcut: Alt-a
MAIN_TAB_COLOR;Color
@@ -1706,16 +1702,16 @@ NAVIGATOR_S;S:
NAVIGATOR_V;V:
NAVIGATOR_XY_FULL;Width: %1, Height: %2
NAVIGATOR_XY_NA;x: --, y: --
-OPTIONS_BUNDLED_MISSING;The bundled profile "%1" could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
-OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
-OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n"%1" will be used instead.
+OPTIONS_BUNDLED_MISSING;The bundled profile '%1' could not be found!\n\nYour installation could be damaged.\n\nDefault internal values will be used instead.
+OPTIONS_DEFIMG_MISSING;The default profile for non-raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
+OPTIONS_DEFRAW_MISSING;The default profile for raw photos could not be found or is not set.\n\nPlease check your profiles' directory, it may be missing or damaged.\n\n'%1' will be used instead.
PARTIALPASTE_ADVANCEDGROUP;Advanced Settings
PARTIALPASTE_BASICGROUP;Basic Settings
PARTIALPASTE_CACORRECTION;Chromatic aberration correction
PARTIALPASTE_CHANNELMIXER;Channel mixer
PARTIALPASTE_CHANNELMIXERBW;Black-and-white
PARTIALPASTE_COARSETRANS;Coarse rotation/flipping
-PARTIALPASTE_COLORAPP;CIECAM02/16
+PARTIALPASTE_COLORAPP;Color Appearance & Lighting
PARTIALPASTE_COLORGROUP;Color Related Settings
PARTIALPASTE_COLORTONING;Color toning
PARTIALPASTE_COMMONTRANSFORMPARAMS;Auto-fill
@@ -1846,7 +1842,7 @@ PREFERENCES_CURVEBBOXPOS_BELOW;Below
PREFERENCES_CURVEBBOXPOS_LEFT;Left
PREFERENCES_CURVEBBOXPOS_RIGHT;Right
PREFERENCES_CUSTPROFBUILD;Custom Processing Profile Builder
-PREFERENCES_CUSTPROFBUILDHINT;Executable (or script) file called when a new initial processing profile should be generated for an image.\n\nThe path of the communication file (*.ini style, a.k.a. "Keyfile") is added as a command line parameter. It contains various parameters required for the scripts and image Exif to allow a rules-based processing profile generation.\n\nWARNING: You are responsible for using double quotes where necessary if you're using paths containing spaces.
+PREFERENCES_CUSTPROFBUILDHINT;Executable (or script) file called when a new initial processing profile should be generated for an image.\n\nThe path of the communication file (*.ini style, a.k.a. 'Keyfile') is added as a command line parameter. It contains various parameters required for the scripts and image Exif to allow a rules-based processing profile generation.\n\nWARNING: You are responsible for using double quotes where necessary if you're using paths containing spaces.
PREFERENCES_CUSTPROFBUILDKEYFORMAT;Keys format
PREFERENCES_CUSTPROFBUILDKEYFORMAT_NAME;Name
PREFERENCES_CUSTPROFBUILDKEYFORMAT_TID;TagID
@@ -1865,13 +1861,13 @@ PREFERENCES_DIRSELECTDLG;Select Image Directory at Startup...
PREFERENCES_DIRSOFTWARE;Installation directory
PREFERENCES_EDITORCMDLINE;Custom command line
PREFERENCES_EDITORLAYOUT;Editor layout
-PREFERENCES_EXTERNALEDITOR;External Editor
+PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
PREFERENCES_EXTEDITOR_DIR;Output directory
-PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
PREFERENCES_EXTEDITOR_DIR_CURRENT;Same as input image
PREFERENCES_EXTEDITOR_DIR_CUSTOM;Custom
+PREFERENCES_EXTEDITOR_DIR_TEMP;OS temp dir
PREFERENCES_EXTEDITOR_FLOAT32;32-bit float TIFF output
-PREFERENCES_EXTEDITOR_BYPASS_OUTPUT_PROFILE;Bypass output profile
+PREFERENCES_EXTERNALEDITOR;External Editor
PREFERENCES_FBROWSEROPTS;File Browser / Thumbnail Options
PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Compact toolbars in File Browser
PREFERENCES_FLATFIELDFOUND;Found
@@ -1900,11 +1896,11 @@ PREFERENCES_INTERNALTHUMBIFUNTOUCHED;Show embedded JPEG thumbnail if raw is uned
PREFERENCES_LANG;Language
PREFERENCES_LANGAUTODETECT;Use system language
PREFERENCES_MAXRECENTFOLDERS;Maximum number of recent folders
-PREFERENCES_MENUGROUPEXTPROGS;Group "Open with"
-PREFERENCES_MENUGROUPFILEOPERATIONS;Group "File operations"
-PREFERENCES_MENUGROUPLABEL;Group "Color label"
-PREFERENCES_MENUGROUPPROFILEOPERATIONS;Group "Processing profile operations"
-PREFERENCES_MENUGROUPRANK;Group "Rank"
+PREFERENCES_MENUGROUPEXTPROGS;Group 'Open with'
+PREFERENCES_MENUGROUPFILEOPERATIONS;Group 'File operations'
+PREFERENCES_MENUGROUPLABEL;Group 'Color label'
+PREFERENCES_MENUGROUPPROFILEOPERATIONS;Group 'Processing profile operations'
+PREFERENCES_MENUGROUPRANK;Group 'Rank'
PREFERENCES_MENUOPTIONS;Context Menu Options
PREFERENCES_MONINTENT;Default rendering intent
PREFERENCES_MONITOR;Monitor
@@ -1946,7 +1942,7 @@ PREFERENCES_PRTINTENT;Rendering intent
PREFERENCES_PRTPROFILE;Color profile
PREFERENCES_PSPATH;Adobe Photoshop installation directory
PREFERENCES_REMEMBERZOOMPAN;Remember zoom % and pan offset
-PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in "Single Editor Tab Mode" and when "Demosaicing method used for the preview at <100% zoom" is set to "As in PP3".
+PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in 'Single Editor Tab Mode' and when 'Demosaicing method used for the preview at <100% zoom' is set to 'As in PP3'.
PREFERENCES_SAVE_TP_OPEN_NOW;Save tool collapsed/expanded state now
PREFERENCES_SELECTLANG;Select language
PREFERENCES_SERIALIZE_TIFF_READ;TIFF Read Settings
@@ -1961,7 +1957,7 @@ PREFERENCES_SHOWTOOLTIP;Show Local Adjustments advice tooltips
PREFERENCES_SHTHRESHOLD;Threshold for clipped shadows
PREFERENCES_SINGLETAB;Single Editor Tab Mode
PREFERENCES_SINGLETABVERTAB;Single Editor Tab Mode, Vertical Tabs
-PREFERENCES_SND_HELP;Enter a full file path to set a sound, or leave blank for no sound.\nFor system sounds on Windows use "SystemDefault", "SystemAsterisk" etc., and on Linux use "complete", "window-attention" etc.
+PREFERENCES_SND_HELP;Enter a full file path to set a sound, or leave blank for no sound.\nFor system sounds on Windows use 'SystemDefault', 'SystemAsterisk' etc., and on Linux use 'complete', 'window-attention' etc.
PREFERENCES_SND_LNGEDITPROCDONE;Editor processing done
PREFERENCES_SND_QUEUEDONE;Queue processing done
PREFERENCES_SND_THRESHOLDSECS;After seconds
@@ -1987,7 +1983,7 @@ PROFILEPANEL_GLOBALPROFILES;Bundled profiles
PROFILEPANEL_LABEL;Processing Profiles
PROFILEPANEL_LOADDLGLABEL;Load Processing Parameters...
PROFILEPANEL_LOADPPASTE;Parameters to load
-PROFILEPANEL_MODE_TIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
+PROFILEPANEL_MODE_TOOLTIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
PROFILEPANEL_MYPROFILES;My profiles
PROFILEPANEL_PASTEPPASTE;Parameters to paste
PROFILEPANEL_PCUSTOM;Custom
@@ -2063,6 +2059,12 @@ SAVEDLG_WARNFILENAME;File will be named
SHCSELECTOR_TOOLTIP;Click right mouse button to reset the position of those 3 sliders.
SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
+TC_PRIM_BLUX;Bx
+TC_PRIM_BLUY;By
+TC_PRIM_GREX;Gx
+TC_PRIM_GREY;Gy
+TC_PRIM_REDX;Rx
+TC_PRIM_REDY;Ry
THRESHOLDSELECTOR_B;Bottom
THRESHOLDSELECTOR_BL;Bottom-left
THRESHOLDSELECTOR_BR;Bottom-right
@@ -2110,7 +2112,7 @@ TP_BWMIX_MET_LUMEQUAL;Luminance Equalizer
TP_BWMIX_MIXC;Channel Mixer
TP_BWMIX_NEUTRAL;Reset
TP_BWMIX_RGBLABEL;R: %1%% G: %2%% B: %3%% Total: %4%%
-TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n"Total" displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
+TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n'Total' displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
TP_BWMIX_RGB_TOOLTIP;Mix the RGB channels. Use presets for guidance.\nPay attention to negative values that may cause artifacts or erratic behavior.
TP_BWMIX_SETTING;Presets
TP_BWMIX_SETTING_TOOLTIP;Different presets (film, landscape, etc.) or manual Channel Mixer settings.
@@ -2160,39 +2162,38 @@ TP_COLORAPP_ALGO_TOOLTIP;Lets you choose between parameter subsets or all parame
TP_COLORAPP_BADPIXSL;Hot/bad pixel filter
TP_COLORAPP_BADPIXSL_TOOLTIP;Suppression of hot/bad (brightly colored) pixels.\n0 = No effect\n1 = Median\n2 = Gaussian.\nAlternatively, adjust the image to avoid very dark shadows.\n\nThese artifacts are due to limitations of CIECAM02.
TP_COLORAPP_BRIGHT;Brightness (Q)
-TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM02/16 is the amount of perceived light emanating from a stimulus and differs from L*a*b* and RGB brightness.
+TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM is the amount of perceived light emanating from a stimulus. It differs from L*a*b* and RGB brightness.
TP_COLORAPP_CAT02ADAPTATION_TOOLTIP;When setting manually, values above 65 are recommended.
-TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on ‘Scene conditions’ and basic illuminant on the one hand, and on basic illuminant and ‘Viewing conditions’ on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The ‘Scene conditions’, ‘Image adjustments’ and ‘Viewing conditions’ settings are neutralized.\n\nMixed – Same as the ‘Classic’ option but in this case, the chromatic adaptation is based on the white balance.
-TP_COLORAPP_CATMOD;Cat02/16 mode
TP_COLORAPP_CATCLASSIC;Classic
+TP_COLORAPP_CATMET_TOOLTIP;Classic - traditional CIECAM operation. The chromatic adaptation transforms are applied separately on 'Scene conditions' and basic illuminant on the one hand, and on basic illuminant and 'Viewing conditions' on the other.\n\nSymmetric – The chromatic adaptation is based on the white balance. The 'Scene conditions', 'Image adjustments' and 'Viewing conditions' settings are neutralized.\n\nMixed – Same as the 'Classic' option but in this case, the chromatic adaptation is based on the white balance.
+TP_COLORAPP_CATMOD;Mode
TP_COLORAPP_CATSYMGEN;Automatic Symmetric
TP_COLORAPP_CATSYMSPE;Mixed
TP_COLORAPP_CHROMA;Chroma (C)
TP_COLORAPP_CHROMA_M;Colorfulness (M)
-TP_COLORAPP_CHROMA_M_TOOLTIP;Colorfulness in CIECAM02/16 is the perceived amount of hue in relation to gray, an indicator that a stimulus appears to be more or less colored.
+TP_COLORAPP_CHROMA_M_TOOLTIP;Colorfulness in CIECAM is the perceived amount of hue in relation to gray, an indicator that a stimulus appears to be more or less colored.
TP_COLORAPP_CHROMA_S;Saturation (S)
-TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM02/16 corresponds to the color of a stimulus in relation to its own brightness, differs from L*a*b* and RGB saturation.
-TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM02/16 corresponds to the color of a stimulus relative to the clarity of a stimulus that appears white under identical conditions, differs from L*a*b* and RGB chroma.
-TP_COLORAPP_CIECAT_DEGREE;CAT02/16 adaptation
-TP_COLORAPP_CONTRAST;Contrast (J)
+TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM corresponds to the color of a stimulus in relation to its own brightness. It differs from L*a*b* and RGB saturation.
+TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM corresponds to the color of a stimulus relative to the clarity of a stimulus that appears white under identical conditions. It differs from L*a*b* and RGB chroma.
+TP_COLORAPP_CIECAT_DEGREE;Adaptation
+TP_COLORAPP_CONTRAST;Contrast (J)
TP_COLORAPP_CONTRAST_Q;Contrast (Q)
-TP_COLORAPP_CONTRAST_Q_TOOLTIP;Contrast (Q) in CIECAM02/16 is based on brightness, differs from L*a*b* and RGB contrast.
-TP_COLORAPP_CONTRAST_TOOLTIP;Contrast (J) in CIECAM02/16 is based on lightness, differs from L*a*b* and RGB contrast.
+TP_COLORAPP_CONTRAST_Q_TOOLTIP;Contrast (Q) in CIECAM is based on brightness. It differs from L*a*b* and RGB contrast.
+TP_COLORAPP_CONTRAST_TOOLTIP;Contrast (J) in CIECAM is based on lightness. It differs from L*a*b* and RGB contrast.
TP_COLORAPP_CURVEEDITOR1;Tone curve 1
-TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM02/16.\nIf the "CIECAM02/16 output histograms in curves" checkbox is enabled, shows the histogram of J after CIECAM02/16.\n\nJ is not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
+TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of J after CIECAM.\n\nJ is not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
TP_COLORAPP_CURVEEDITOR2;Tone curve 2
TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the first J(J) tone curve.
TP_COLORAPP_CURVEEDITOR3;Color curve
-TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colorfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM02/16.\nIf the "CIECAM02/16 output histograms in curves" checkbox is enabled, shows the histogram of C, S or M after CIECAM02/16.\n\nC, S and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
-TP_COLORAPP_DATACIE;CIECAM02/16 output histograms in curves
-TP_COLORAPP_DATACIE_TOOLTIP;When enabled, histograms in CIECAM02/16 curves show approximate values/ranges for J, and C, s or M after the CIECAM02/16 adjustments.\nThis selection does not impact the main histogram panel.\n\nWhen disabled, histograms in CIECAM02/16 curves show L*a*b* values before CIECAM02/16 adjustments.
-TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation, it converts the values of an image whose white point is that of a given illuminant (for example D65), into new values whose white point is that of the new illuminant - see WP Model (for example D50 or D55).
-TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation, it converts the values of an image whose white point is that of a given illuminant (for example D50), into new values whose white point is that of the new illuminant - see WP model (for example D75).
+TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colorfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM.\nIf the 'Show CIECAM output histograms in CAL curves' checkbox is enabled, shows the histogram of C, S or M after CIECAM.\n\nC, S and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
+TP_COLORAPP_DATACIE;Show CIECAM output histograms in CAL curves
+TP_COLORAPP_DATACIE_TOOLTIP;Affects histograms shown in Color Appearance & Lightning curves. Does not affect RawTherapee's main histogram.\n\nEnabled: show approximate values for J and C, S or M after the CIECAM adjustments.\nDisabled: show L*a*b* values before CIECAM adjustments.
+TP_COLORAPP_DEGREE_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D65) into new values whose white point is that of the new illuminant - see WP model (for example D50 or D55).
+TP_COLORAPP_DEGREOUT_TOOLTIP;CAT02/16 is a chromatic adaptation. It converts the values of an image whose white point is that of a given illuminant (for example D50) into new values whose white point is that of the new illuminant - see WP model (for example D75).
TP_COLORAPP_FREE;Free temp + tint + CAT02/16 +[output]
-TP_COLORAPP_GAMUT;Gamut control (L*a*b*)
-TP_COLORAPP_GAMUT_TOOLTIP;Allow gamut control in L*a*b* mode.
-TP_COLORAPP_GEN;Settings - Preset
-TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance model, which was designed to better simulate how human vision perceives colors under different lighting conditions, e.g., against different backgrounds.\nIt takes into account the environment of each color and modifies its appearance to get as close as possible to human perception.\nIt also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
+TP_COLORAPP_GAMUT;Use gamut control in L*a*b* mode
+TP_COLORAPP_GEN;Settings
+TP_COLORAPP_GEN_TOOLTIP;This module is based on the CIECAM color appearance models, which were designed to better simulate how human vision perceives colors under different lighting conditions, e.g. against different backgrounds. It takes into account the environment of each color and modifies its appearance to get as close as possible to human perception. It also adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic appearance is preserved across the scene and display environments.
TP_COLORAPP_HUE;Hue (h)
TP_COLORAPP_HUE_TOOLTIP;Hue (h) is the degree to which a stimulus can be described as similar to a color described as red, green, blue and yellow.
TP_COLORAPP_IL41;D41
@@ -2205,34 +2206,32 @@ TP_COLORAPP_ILA;Incandescent StdA 2856K
TP_COLORAPP_ILFREE;Free
TP_COLORAPP_ILLUM;Illuminant
TP_COLORAPP_ILLUM_TOOLTIP;Select the illuminant closest to the shooting conditions.\nIn general D50, but it can change depending on the time and latitude.
-TP_COLORAPP_LABEL;Color Appearance & Lighting (CIECAM02/16)
+TP_COLORAPP_LABEL;Color Appearance & Lighting
TP_COLORAPP_LABEL_CAM02;Image Adjustments
TP_COLORAPP_LABEL_SCENE;Scene Conditions
TP_COLORAPP_LABEL_VIEWING;Viewing Conditions
TP_COLORAPP_LIGHT;Lightness (J)
-TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM02/16 is the clarity of a stimulus relative to the clarity of a stimulus that appears white under similar viewing conditions, differs from L*a*b* and RGB lightness.
+TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM is the clarity of a stimulus relative to the clarity of a stimulus that appears white under similar viewing conditions. It differs from L*a*b* and RGB lightness.
TP_COLORAPP_MEANLUMINANCE;Mean luminance (Yb%)
-TP_COLORAPP_MODEL;WP Model
-TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM02/16 is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02/16] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp + tint + CAT02/16 + [output]: temp and tint are selected by the user, the output device's white balance is set in Viewing Conditions.
-TP_COLORAPP_MODELCAT;CAM Model
-TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CIECAM02 or CIECAM16.\n CIECAM02 will sometimes be more accurate.\n CIECAM16 should generate fewer artifacts
-TP_COLORAPP_MOD02;CIECAM02
-TP_COLORAPP_MOD16;CIECAM16
+TP_COLORAPP_MOD02;CAM02
+TP_COLORAPP_MOD16;CAM16
+TP_COLORAPP_MODEL;WP model
+TP_COLORAPP_MODELCAT;CAM
+TP_COLORAPP_MODELCAT_TOOLTIP;Allows you to choose between CAM02 or CAM16.\nCAM02 will sometimes be more accurate.\nCAM16 should generate fewer artifacts.
+TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\nWB [RT] + [output]: RT's white balance is used for the scene, CIECAM is set to D50, and the output device's white balance is set in Viewing Conditions.\n\nWB [RT+CAT02/16] + [output]: RT's white balance settings are used by CAT02 and the output device's white balance is set in Viewing Conditions.\n\nFree temp + tint + CAT02/16 + [output]: temp and tint are selected by the user, the output device's white balance is set in Viewing Conditions.
TP_COLORAPP_NEUTRAL;Reset
-TP_COLORAPP_NEUTRAL_TIP;Reset all sliders checkbox and curves to their default values
-TP_COLORAPP_PRESETCAT02;Preset cat02/16 automatic - Symmetric mode
-TP_COLORAPP_PRESETCAT02_TIP;Set combobox, sliders, temp, green so that Cat02/16 automatic is preset.\nYou can change illuminant shooting conditions.\nYou must change Cat02/16 adaptation Viewing conditions if needed.\nYou can change Temperature and Tint Viewing conditions if needed, and other settings if needed.\nAll auto checkbox are disabled
+TP_COLORAPP_NEUTRAL_TOOLTIP;Reset all sliders checkbox and curves to their default values.
TP_COLORAPP_RSTPRO;Red & skin-tones protection
TP_COLORAPP_RSTPRO_TOOLTIP;Red & skin-tones protection affects both sliders and curves.
-TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a "normal" area. Normal" means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
+TP_COLORAPP_SOURCEF_TOOLTIP;Corresponds to the shooting conditions and how to bring the conditions and data back to a 'normal' area. Normal means average or standard conditions and data, i.e. without taking into account CIECAM corrections.
TP_COLORAPP_SURROUND;Surround
-TP_COLORAPP_SURROUNDSRC;Surround - Scene Lighting
+TP_COLORAPP_SURROUNDSRC;Surround
TP_COLORAPP_SURROUND_AVER;Average
TP_COLORAPP_SURROUND_DARK;Dark
TP_COLORAPP_SURROUND_DIM;Dim
TP_COLORAPP_SURROUND_EXDARK;Extremly Dark (Cutsheet)
-TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device.\n\nAverage: Average light environment (standard). The image will not change.\n\nDim: Dim environment (TV). The image will become slightly dark.\n\nDark: Dark environment (projector). The image will become more dark.\n\nExtremly Dark: Extremly dark environment (cutsheet). The image will become very dark.
-TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light environment (standard). The image will not change.\n\nDim: Dim environment. The image will become slightly bright.\n\nDark: Dark environment. The image will become more bright.\n\nExtremly Dark: Extremly dark environment. The image will become very bright.
+TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device. The darker the viewing conditions, the darker the image will become. Image brightness will not be changed when the viewing conditions are set to average.
+TP_COLORAPP_SURSOURCE_TOOLTIP;Changes tones and colors to take into account the surround conditions of the scene lighting. The darker the surround conditions, the brighter the image will become. Image brightness will not be changed when the surround is set to average.
TP_COLORAPP_TCMODE_BRIGHTNESS;Brightness
TP_COLORAPP_TCMODE_CHROMA;Chroma
TP_COLORAPP_TCMODE_COLORF;Colorfulness
@@ -2242,23 +2241,22 @@ TP_COLORAPP_TCMODE_LABEL3;Curve chroma mode
TP_COLORAPP_TCMODE_LIGHTNESS;Lightness
TP_COLORAPP_TCMODE_SATUR;Saturation
TP_COLORAPP_TEMP2_TOOLTIP;Either symmetrical mode temp = White balance.\nEither select illuminant always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
-TP_COLORAPP_TEMPOUT_TOOLTIP;Disable to change temperature and tint
TP_COLORAPP_TEMP_TOOLTIP;To select an illuminant, always set Tint=1.\n\nA temp=2856\nD41 temp=4100\nD50 temp=5003\nD55 temp=5503\nD60 temp=6000\nD65 temp=6504\nD75 temp=7504
-TP_COLORAPP_TONECIE;Tone mapping using CIECAM02/16
+TP_COLORAPP_TONECIE;Use CIECAM for tone mapping
TP_COLORAPP_TONECIE_TOOLTIP;If this option is disabled, tone mapping is done in L*a*b* space.\nIf this option is enabled, tone mapping is done using CIECAM02.\nThe Tone Mapping tool must be enabled for this setting to take effect.
-TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, ...), as well as its environment. This process will take the data coming from process "Image Adjustments" and "bring" it to the support in such a way that the viewing conditions and its environment are taken into account.
+TP_COLORAPP_VIEWINGF_TOOLTIP;Takes into account the support on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as its environment. This process will take the data coming from process 'Image Adjustments' and 'bring' it to the support in such a way that the viewing conditions and its environment are taken into account.
TP_COLORAPP_VIEWING_ABSOLUTELUMINANCE_TOOLTIP;Absolute luminance of the viewing environment\n(usually 16 cd/m²).
TP_COLORAPP_WBCAM;WB [RT+CAT02/16] + [output]
TP_COLORAPP_WBRT;WB [RT] + [output]
-TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image
-TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image
+TP_COLORAPP_YBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
+TP_COLORAPP_YBSCEN_TOOLTIP;Yb is the relative luminance of the background, expressed in % of gray. 18% gray corresponds to a background luminance of 50% expressed in CIE L.\nThe data is based on the mean luminance of the image.
TP_COLORTONING_AB;o C/L
TP_COLORTONING_AUTOSAT;Automatic
TP_COLORTONING_BALANCE;Balance
TP_COLORTONING_BY;o C/L
TP_COLORTONING_CHROMAC;Opacity
TP_COLORTONING_COLOR;Color:
-TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
+TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L).
TP_COLORTONING_HIGHLIGHT;Highlights
TP_COLORTONING_HUE;Hue
TP_COLORTONING_LAB;L*a*b* blending
@@ -2288,10 +2286,10 @@ TP_COLORTONING_LUMA;Luminance
TP_COLORTONING_LUMAMODE;Preserve luminance
TP_COLORTONING_LUMAMODE_TOOLTIP;If enabled, when you change color (red, green, cyan, blue, etc.) the luminance of each pixel is preserved.
TP_COLORTONING_METHOD;Method
-TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated color blending.\n"Color balance (Shadows/Midtones/Highlights)" and "Saturation 2 colors" use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
+TP_COLORTONING_METHOD_TOOLTIP;'L*a*b* blending', 'RGB sliders' and 'RGB curves' use interpolated color blending.\n'Color balance (Shadows/Midtones/Highlights)' and 'Saturation 2 colors' use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
TP_COLORTONING_MIDTONES;Midtones
TP_COLORTONING_NEUTRAL;Reset sliders
-TP_COLORTONING_NEUTRAL_TIP;Reset all values (Shadows, Midtones, Highlights) to default.
+TP_COLORTONING_NEUTRAL_TOOLTIP;Reset all values (Shadows, Midtones, Highlights) to default.
TP_COLORTONING_OPACITY;Opacity:
TP_COLORTONING_RGBCURVES;RGB - Curves
TP_COLORTONING_RGBSLIDERS;RGB - Sliders
@@ -2349,7 +2347,7 @@ TP_DIRPYRDENOISE_CHROMINANCE_MANUAL;Manual
TP_DIRPYRDENOISE_CHROMINANCE_MASTER;Chrominance - Master
TP_DIRPYRDENOISE_CHROMINANCE_METHOD;Method
TP_DIRPYRDENOISE_CHROMINANCE_METHODADVANCED_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
-TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
+TP_DIRPYRDENOISE_CHROMINANCE_METHOD_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the 'Preview' method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
TP_DIRPYRDENOISE_CHROMINANCE_PMZ;Preview multi-zones
TP_DIRPYRDENOISE_CHROMINANCE_PREVIEW;Preview
TP_DIRPYRDENOISE_CHROMINANCE_PREVIEWRESIDUAL_INFO_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the preview after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
@@ -2380,7 +2378,7 @@ TP_DIRPYRDENOISE_MEDIAN_METHOD_LAB;L*a*b*
TP_DIRPYRDENOISE_MEDIAN_METHOD_LABEL;Median Filter
TP_DIRPYRDENOISE_MEDIAN_METHOD_LUMINANCE;Luminance only
TP_DIRPYRDENOISE_MEDIAN_METHOD_RGB;RGB
-TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
+TP_DIRPYRDENOISE_MEDIAN_METHOD_TOOLTIP;When using the 'Luminance only' and 'L*a*b*' methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the 'RGB' mode, it will be performed at the very end of the noise reduction pipeline.
TP_DIRPYRDENOISE_MEDIAN_METHOD_WEIGHTED;Weighted L* (little) + a*b* (normal)
TP_DIRPYRDENOISE_MEDIAN_PASSES;Median iterations
TP_DIRPYRDENOISE_MEDIAN_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
@@ -2408,7 +2406,7 @@ TP_DIRPYREQUALIZER_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tone
TP_DIRPYREQUALIZER_THRESHOLD;Threshold
TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts in the transitions between skin colors (hue, chroma, luma) and the rest of the image.
TP_DISTORTION_AMOUNT;Amount
-TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
+TP_DISTORTION_AUTO_TOOLTIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
TP_DISTORTION_LABEL;Distortion Correction
TP_EPD_EDGESTOPPING;Edge stopping
TP_EPD_GAMMA;Gamma
@@ -2417,19 +2415,19 @@ TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
TP_EPD_SCALE;Scale
TP_EPD_STRENGTH;Strength
TP_EXPOSURE_AUTOLEVELS;Auto Levels
-TP_EXPOSURE_AUTOLEVELS_TIP;Toggles execution of Auto Levels to automatically set Exposure slider values based on an image analysis.\nEnables Highlight Reconstruction if necessary.
+TP_EXPOSURE_AUTOLEVELS_TOOLTIP;Toggles execution of Auto Levels to automatically set Exposure slider values based on an image analysis.\nEnables Highlight Reconstruction if necessary.
TP_EXPOSURE_BLACKLEVEL;Black
TP_EXPOSURE_BRIGHTNESS;Lightness
TP_EXPOSURE_CLAMPOOG;Clip out-of-gamut colors
TP_EXPOSURE_CLIP;Clip %
-TP_EXPOSURE_CLIP_TIP;The fraction of pixels to be clipped in Auto Levels operation.
+TP_EXPOSURE_CLIP_TOOLTIP;The fraction of pixels to be clipped in Auto Levels operation.
TP_EXPOSURE_COMPRHIGHLIGHTS;Highlight compression
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Highlight compression threshold
TP_EXPOSURE_COMPRSHADOWS;Shadow compression
TP_EXPOSURE_CONTRAST;Contrast
TP_EXPOSURE_CURVEEDITOR1;Tone curve 1
TP_EXPOSURE_CURVEEDITOR2;Tone curve 2
-TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Please refer to the "Exposure > Tone Curves" RawPedia article to learn how to achieve the best results by using two tone curves.
+TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Please refer to the 'Exposure > Tone Curves' RawPedia article to learn how to achieve the best results by using two tone curves.
TP_EXPOSURE_EXPCOMP;Exposure compensation
TP_EXPOSURE_HISTMATCHING;Auto-Matched Tone Curve
TP_EXPOSURE_HISTMATCHING_TOOLTIP;Automatically adjust sliders and curves (except exposure compensation) to match the look of the embedded JPEG thumbnail.
@@ -2451,9 +2449,6 @@ TP_FILMNEGATIVE_COLORSPACE;Inversion color space:
TP_FILMNEGATIVE_COLORSPACE_INPUT;Input color space
TP_FILMNEGATIVE_COLORSPACE_TOOLTIP;Select the color space used to perform the negative inversion:\nInput color space : perform inversion before the input profile is applied, as in the previous versions of RT.\nWorking color space : perform inversion after input profile, using the currently selected working profile.
TP_FILMNEGATIVE_COLORSPACE_WORKING;Working color space
-TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
-TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
-TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
TP_FILMNEGATIVE_GREEN;Reference exponent
TP_FILMNEGATIVE_GREENBALANCE;Magenta/Green
TP_FILMNEGATIVE_GUESS_TOOLTIP;Automatically set the red and blue ratios by picking two patches which had a neutral hue (no color) in the original scene. The patches should differ in brightness.
@@ -2461,6 +2456,9 @@ TP_FILMNEGATIVE_LABEL;Film Negative
TP_FILMNEGATIVE_OUT_LEVEL;Output level
TP_FILMNEGATIVE_PICK;Pick neutral spots
TP_FILMNEGATIVE_RED;Red ratio
+TP_FILMNEGATIVE_REF_LABEL;Input RGB: %1
+TP_FILMNEGATIVE_REF_PICK;Pick white balance spot
+TP_FILMNEGATIVE_REF_TOOLTIP;Pick a gray patch for white-balancing the output, positive image.
TP_FILMSIMULATION_LABEL;Film Simulation
TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
TP_FILMSIMULATION_STRENGTH;Strength
@@ -2491,8 +2489,8 @@ TP_GRADIENT_STRENGTH_TOOLTIP;Filter strength in stops.
TP_HLREC_BLEND;Blend
TP_HLREC_CIELAB;CIELab Blending
TP_HLREC_COLOR;Color Propagation
-TP_HLREC_HLBLUR;Blur
TP_HLREC_ENA_TOOLTIP;Could be activated by Auto Levels.
+TP_HLREC_HLBLUR;Blur
TP_HLREC_LABEL;Highlight reconstruction
TP_HLREC_LUMINANCE;Luminance Recovery
TP_HLREC_METHOD;Method:
@@ -2510,9 +2508,9 @@ TP_ICM_APPLYLOOKTABLE_TOOLTIP;Employ the embedded DCP look table. The setting is
TP_ICM_BPC;Black Point Compensation
TP_ICM_DCPILLUMINANT;Illuminant
TP_ICM_DCPILLUMINANT_INTERPOLATED;Interpolated
-TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is "interpolated" which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
+TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is 'interpolated' which is a mix between the two based on white balance. The setting is only available if a dual-illuminant DCP with interpolation support is selected.
TP_ICM_FBW;Black-and-White
-TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the ‘Destination primaries’ selection is set to ‘Custom (sliders)’.
+TP_ICM_ILLUMPRIM_TOOLTIP;Choose the illuminant closest to the shooting conditions.\nChanges can only be made when the 'Destination primaries' selection is set to 'Custom (sliders)'.
TP_ICM_INPUTCAMERA;Camera standard
TP_ICM_INPUTCAMERAICC;Auto-matched camera profile
TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapee's camera-specific DCP or ICC input color profiles. These profiles are more precise than simpler matrix ones. They are not available for all cameras. These profiles are stored in the /iccprofiles/input and /dcpprofiles folders and are automatically retrieved based on a file name matching to the exact model name of the camera.
@@ -2525,15 +2523,16 @@ TP_ICM_INPUTEMBEDDED_TOOLTIP;Use color profile embedded in non-raw files.
TP_ICM_INPUTNONE;No profile
TP_ICM_INPUTNONE_TOOLTIP;Use no input color profile at all.\nUse only in special cases.
TP_ICM_INPUTPROFILE;Input Profile
-TP_ICM_LABEL;Color Management
+TP_ICM_LABEL;Color Management
TP_ICM_LABGRID_CIEXY;R(x)=%1 R(y)=%2\nG(x)=%3 G(y)=%4\nB(x)=%5 B(y)=%6
TP_ICM_NEUTRAL;Reset
TP_ICM_NOICM;No ICM: sRGB Output
TP_ICM_OUTPUTPROFILE;Output Profile
TP_ICM_OUTPUTPROFILE_TOOLTIP;By default all RTv4 or RTv2 profiles are with TRC - sRGB: g=2.4 s=12.92\n\nWith 'ICC Profile Creator' you can generate v4 or v2 profiles with the following choices;\n-Primaries: Aces AP0, Aces AP1, AdobeRGB, Prophoto, Rec2020, sRGB, Widegamut, BestRGB, BetaRGB, BruceRGB, Custom\n-TRC: BT709, sRGB, linear, standard g=2.2, standard g=1.8, Custom\n-Illuminant: D41, D50, D55, D60, D65, D80, stdA 2856K
+TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
+TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
+TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode ('working profile') to a different mode ('destination primaries'). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the 'primaries' is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
TP_ICM_PRIMRED_TOOLTIP;Primaries Red:\nsRGB x=0.64 y=0.33\nAdobe x=0.64 y=0.33\nWidegamut x=0.735 y=0.265\nRec2020 x=0.708 y=0.292\nACES P1 x=0.713 y= 0.293\nACES P0 x=0.7347 y=0.2653\nProphoto x=0.7347 y=0.2653\nBruceRGB x=0.64 y=0.33\nBeta RGB x=0.688 y=0.3112\nBestRGB x=0.7347 y=0.2653
-TP_ICM_PRIMGRE_TOOLTIP;Primaries Green:\nsRGB x=0.3 y=0.6\nAdobe x=0.21 y=0.71\nWidegamut x=0.115 y=0.826\nRec2020 x=0.17 y=0.797\nACES P1 x=0.165 y= 0.83\nACES P0 x=0.0 y=1.0\nProphoto x=0.1596 y=0.8404\nBruceRGB x=0.28 y=0.65\nBeta RGB x=0.1986 y=0.7551\nBest RGB x=0.2150 0.7750
-TP_ICM_PRIMBLU_TOOLTIP;Primaries Blue:\nsRGB x=0.15 y=0.06\nAdobe x=0.15 y=0.06\nWidegamut x=0.157 y=0.018\nRec2020 x=0.131 y=0.046\nACES P1 x=0.128 y= 0.044\nACES P0 x=0.0001 y=-0.077\nProphoto x=0.0366 y=0.0001\nBruceRGB x=0.15 y=0.06\nBeta RGB x=0.1265 y=0.0352\nBestRGB x=0.131 y=0.046
TP_ICM_PROFILEINTENT;Rendering Intent
TP_ICM_REDFRAME;Custom Primaries
TP_ICM_SAVEREFERENCE;Save Reference Image
@@ -2543,23 +2542,13 @@ TP_ICM_SAVEREFERENCE_TOOLTIP;Save the linear TIFF image before the input profile
TP_ICM_TONECURVE;Tone curve
TP_ICM_TONECURVE_TOOLTIP;Employ the embedded DCP tone curve. The setting is only available if the selected DCP has a tone curve.
TP_ICM_TRCFRAME;Abstract Profile
-TP_ICM_TRCFRAME_TOOLTIP;Also known as ‘synthetic’ or ‘virtual’ profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n ‘Tone response curve’, which modifies the tones of the image.\n ‘Illuminant’ : which allows you to change the profile primaries to adapt them to the shooting conditions.\n ‘Destination primaries’: which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
-TP_ICM_WORKING_CIEDIAG;CIE xy diagram
+TP_ICM_TRCFRAME_TOOLTIP;Also known as 'synthetic' or 'virtual' profiles, which are applied at the end of the processing pipeline (prior to ciecam) allowing you to create custom image effects.\nYou can make changes to the:\n 'Tone response curve', which modifies the tones of the image.\n 'Illuminant' : which allows you to change the profile primaries to adapt them to the shooting conditions.\n 'Destination primaries': which allows you to change the destination primaries with two main uses - channel mixer and calibration.\nNote: Abstract profiles take into account the built-in Working profiles without modifying them. They do not work with custom Working profiles.
+TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB 'Tone response curve' in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
TP_ICM_WORKINGPROFILE;Working Profile
-TP_ICM_WORKING_PRESER;Preserves Pastel tones
-TP_ICM_WORKING_TRC;Tone response curve:
-TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
-TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
-TP_ICM_WORKING_TRC_22;Adobe g=2.2
-TP_ICM_WORKING_TRC_18;Prophoto g=1.8
-TP_ICM_WORKING_TRC_LIN;Linear g=1
-TP_ICM_WORKING_TRC_CUSTOM;Custom
-TP_ICM_WORKING_TRC_GAMMA;Gamma
-TP_ICM_WORKING_TRC_NONE;None
-TP_ICM_WORKING_TRC_SLOPE;Slope
-TP_ICM_TRC_TOOLTIP;Allows you to change the default sRGB ‘Tone response curve’ in RT (g=2.4 s=12.92).\nThis TRC modifies the tones of the image. The RGB and Lab values, histogram and output (screen, TIF, JPG) are changed:\n-Gamma acts mainly on light tones -Slope acts mainly on dark tones.\nYou can choose any pair of 'gamma and slope' (values >1) and the algorithm will ensure that there is continuity between the linear and parabolic parts of the curve.\nA selection other than 'none' activates the 'Illuminant' and 'Destination primaries' menus.
+TP_ICM_WORKING_CIEDIAG;CIE xy diagram
TP_ICM_WORKING_ILLU;Illuminant
-TP_ICM_WORKING_ILLU_NONE;Default
+TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
TP_ICM_WORKING_ILLU_D41;D41
TP_ICM_WORKING_ILLU_D50;D50
TP_ICM_WORKING_ILLU_D55;D55
@@ -2567,25 +2556,34 @@ TP_ICM_WORKING_ILLU_D60;D60
TP_ICM_WORKING_ILLU_D65;D65
TP_ICM_WORKING_ILLU_D80;D80
TP_ICM_WORKING_ILLU_D120;D120
+TP_ICM_WORKING_ILLU_NONE;Default
TP_ICM_WORKING_ILLU_STDA;stdA 2875K
-TP_ICM_WORKING_ILLU_2000;Tungsten 2000K
-TP_ICM_WORKING_ILLU_1500;Tungsten 1500K
+TP_ICM_WORKING_PRESER;Preserves Pastel tones
TP_ICM_WORKING_PRIM;Destination primaries
-TP_ICM_PRIMILLUM_TOOLTIP;You can change an image from its original mode (‘working profile’) to a different mode (‘destination primaries’). When you choose a different color mode for an image, you permanently change the color values in the image.\n\nChanging the ‘primaries’ is quite complex and difficult to use. It requires a lot of experimenting.\n It is capable of making exotic color adjustments as Channel Mixer primaries.\n Allows you to modify the camera calibration with Custom (sliders).
-TP_ICM_WORKING_PRIM_NONE;Default
-TP_ICM_WORKING_PRIM_SRGB;sRGB
-TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
-TP_ICM_WORKING_PRIM_PROP;ProPhoto
-TP_ICM_WORKING_PRIM_REC;Rec2020
-TP_ICM_WORKING_PRIM_ACE;ACESp1
-TP_ICM_WORKING_PRIM_WID;WideGamut
+TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When 'Custom CIE xy diagram' is selected in 'Destination- primaries'' combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
TP_ICM_WORKING_PRIM_AC0;ACESp0
-TP_ICM_WORKING_PRIM_BRU;BruceRGB
+TP_ICM_WORKING_PRIM_ACE;ACESp1
+TP_ICM_WORKING_PRIM_ADOB;Adobe RGB
TP_ICM_WORKING_PRIM_BET;Beta RGB
+TP_ICM_WORKING_PRIM_BRU;BruceRGB
TP_ICM_WORKING_PRIM_BST;BestRGB
TP_ICM_WORKING_PRIM_CUS;Custom (sliders)
TP_ICM_WORKING_PRIM_CUSGR;Custom (CIE xy Diagram)
-TP_ICM_WORKING_PRIMFRAME_TOOLTIP;When ‘Custom CIE xy diagram’ is selected in ‘Destination- primaries’’ combobox, you can modify the values of the 3 primaries directly on the graph.\nNote that in this case, the white point position on the graph will not be updated.
+TP_ICM_WORKING_PRIM_NONE;Default
+TP_ICM_WORKING_PRIM_PROP;ProPhoto
+TP_ICM_WORKING_PRIM_REC;Rec2020
+TP_ICM_WORKING_PRIM_SRGB;sRGB
+TP_ICM_WORKING_PRIM_WID;WideGamut
+TP_ICM_WORKING_TRC;Tone response curve:
+TP_ICM_WORKING_TRC_18;Prophoto g=1.8
+TP_ICM_WORKING_TRC_22;Adobe g=2.2
+TP_ICM_WORKING_TRC_BT709;BT709 g=2.22 s=4.5
+TP_ICM_WORKING_TRC_CUSTOM;Custom
+TP_ICM_WORKING_TRC_GAMMA;Gamma
+TP_ICM_WORKING_TRC_LIN;Linear g=1
+TP_ICM_WORKING_TRC_NONE;None
+TP_ICM_WORKING_TRC_SLOPE;Slope
+TP_ICM_WORKING_TRC_SRGB;sRGB g=2.4 s=12.92
TP_ICM_WORKING_TRC_TOOLTIP;Only for built-in profiles.
TP_IMPULSEDENOISE_LABEL;Impulse Noise Reduction
TP_IMPULSEDENOISE_THRESH;Threshold
@@ -2609,21 +2607,21 @@ TP_LABCURVE_CURVEEDITOR_CC_RANGE1;Neutral
TP_LABCURVE_CURVEEDITOR_CC_RANGE2;Dull
TP_LABCURVE_CURVEEDITOR_CC_RANGE3;Pastel
TP_LABCURVE_CURVEEDITOR_CC_RANGE4;Saturated
-TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromaticity according to chromaticity C=f(C)
+TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Chromaticity according to chromaticity C=f(C).
TP_LABCURVE_CURVEEDITOR_CH;CH
-TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromaticity according to hue C=f(H)
+TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Chromaticity according to hue C=f(H).
TP_LABCURVE_CURVEEDITOR_CL;CL
-TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L)
+TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L).
TP_LABCURVE_CURVEEDITOR_HH;HH
-TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H)
+TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H).
TP_LABCURVE_CURVEEDITOR_LC;LC
-TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminance according to chromaticity L=f(C)
+TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Luminance according to chromaticity L=f(C).
TP_LABCURVE_CURVEEDITOR_LH;LH
-TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H)
-TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L)
+TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H).
+TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L).
TP_LABCURVE_LABEL;L*a*b* Adjustments
TP_LABCURVE_LCREDSK;Restrict LC to red and skin-tones
-TP_LABCURVE_LCREDSK_TIP;If enabled, the LC Curve affects only red and skin-tones.\nIf disabled, it applies to all tones.
+TP_LABCURVE_LCREDSK_TOOLTIP;If enabled, the LC Curve affects only red and skin-tones.\nIf disabled, it applies to all tones.
TP_LABCURVE_RSTPROTECTION;Red and skin-tones protection
TP_LABCURVE_RSTPRO_TOOLTIP;Works on the Chromaticity slider and the CC curve.
TP_LENSGEOM_AUTOCROP;Auto-Crop
@@ -2651,19 +2649,18 @@ TP_LOCALLAB_ACTIVSPOT;Enable Spot
TP_LOCALLAB_ADJ;Equalizer Color
TP_LOCALLAB_AMOUNT;Amount
TP_LOCALLAB_ARTIF;Shape detection
-TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of deltaE scope. High values are for very wide gamut images.\nIncreasing deltaE decay can improve shape detection, but can also reduce the scope.
+TP_LOCALLAB_ARTIF_TOOLTIP;ΔE scope threshold increases the range of ΔE scope. High values are for very wide gamut images.\nIncreasing ΔE decay can improve shape detection, but can also reduce the scope.
TP_LOCALLAB_AUTOGRAY;Auto mean luminance (Yb%)
TP_LOCALLAB_AUTOGRAYCIE;Auto
-TP_LOCALLAB_AUTOGRAYCIE_TOOLTIP;Automatically calculates the “Mean luminance” and “Absolute luminance”.\nFor Jz Cz Hz: automatically calculates "PU adaptation", "Black Ev" and "White Ev".
TP_LOCALLAB_AVOID;Avoid color shift
TP_LOCALLAB_AVOIDCOLORSHIFT_TOOLTIP;Fit colors into gamut of the working color space and apply Munsell correction (Uniform Perceptual Lab).\nMunsell correction always disabled when Jz or CAM16 is used.
-TP_LOCALLAB_AVOIDRAD;Soft radius
TP_LOCALLAB_AVOIDMUN;Munsell correction only
-TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used
+TP_LOCALLAB_AVOIDMUN_TOOLTIP;Munsell correction always disabled when Jz or CAM16 is used.
+TP_LOCALLAB_AVOIDRAD;Soft radius
TP_LOCALLAB_BALAN;ab-L balance (ΔE)
TP_LOCALLAB_BALANEXP;Laplacian balance
TP_LOCALLAB_BALANH;C-H balance (ΔE)
-TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise
+TP_LOCALLAB_BALAN_TOOLTIP;Changes the ΔE algorithm parameters.\nTakes into account more or less a*b* or L*, or more or less C or H.\nNot for Denoise.
TP_LOCALLAB_BASELOG;Shadows range (logarithm base)
TP_LOCALLAB_BILATERAL;Bilateral filter
TP_LOCALLAB_BLACK_EV;Black Ev
@@ -2671,8 +2668,8 @@ TP_LOCALLAB_BLCO;Chrominance only
TP_LOCALLAB_BLENDMASKCOL;Blend
TP_LOCALLAB_BLENDMASKMASK;Add/subtract luma mask
TP_LOCALLAB_BLENDMASKMASKAB;Add/subtract chroma mask
-TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image
-TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image
+TP_LOCALLAB_BLENDMASKMASK_TOOLTIP;If this slider = 0 no action.\nAdd or subtract the mask from the original image.
+TP_LOCALLAB_BLENDMASK_TOOLTIP;If blend = 0 only shape detection is improved.\nIf blend > 0 the mask is added to the image. If blend < 0 the mask is subtracted from the image.
TP_LOCALLAB_BLGUID;Guided Filter
TP_LOCALLAB_BLINV;Inverse
TP_LOCALLAB_BLLC;Luminance & Chrominance
@@ -2682,37 +2679,35 @@ TP_LOCALLAB_BLMETHOD_TOOLTIP;Normal: direct blur and noise with all settings.\nI
TP_LOCALLAB_BLNOI_EXP;Blur & Noise
TP_LOCALLAB_BLNORM;Normal
TP_LOCALLAB_BLUFR;Blur/Grain & Denoise
-TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and ‘Normal’ or ‘Inverse’ in checkbox).\n-Isolate the foreground by using one or more ‘Excluding’ RT-spot(s) and increase the scope.\n\nThis module (including the ‘median’ and ‘Guided filter’) can be used in addition to the main-menu noise reduction
+TP_LOCALLAB_BLUMETHOD_TOOLTIP;To blur the background and isolate the foreground:\n-blur the background by completely covering the image with an an RT-spot (high values for scope and transition and 'Normal' or 'Inverse' in checkbox).\n-Isolate the foreground by using one or more 'Excluding' RT-spot(s) and increase the scope.\n\nThis module (including the 'median' and 'Guided filter') can be used in addition to the main-menu noise reduction.
TP_LOCALLAB_BLUR;Gaussian Blur - Noise - Grain
TP_LOCALLAB_BLURCOL;Radius
TP_LOCALLAB_BLURCOLDE_TOOLTIP;The image used to calculate dE is blurred slightly to avoid taking isolated pixels into account.
TP_LOCALLAB_BLURDE;Blur shape detection
TP_LOCALLAB_BLURLC;Luminance only
-TP_LOCALLAB_BLURLEVELFRA;Blur levels
+TP_LOCALLAB_BLURLEVELFRA;Blur levels
TP_LOCALLAB_BLURMASK_TOOLTIP;Uses a large-radius blur to create a mask that allows you to vary the contrast of the image and/or darken/lighten parts of it.
-TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the "radius" of the Gaussian blur (0 to 1000)
+TP_LOCALLAB_BLURRMASK_TOOLTIP;Allows you to vary the 'radius' of the Gaussian blur (0 to 1000).
TP_LOCALLAB_BLUR_TOOLNAME;Blur/Grain & Denoise
TP_LOCALLAB_BLWH;All changes forced in Black-and-White
-TP_LOCALLAB_BLWH_TOOLTIP;Force color components "a" and "b" to zero.\nUseful for black and white processing, or film simulation.
+TP_LOCALLAB_BLWH_TOOLTIP;Force color components 'a' and 'b' to zero.\nUseful for black and white processing, or film simulation.
TP_LOCALLAB_BUTTON_ADD;Add
TP_LOCALLAB_BUTTON_DEL;Delete
TP_LOCALLAB_BUTTON_DUPL;Duplicate
TP_LOCALLAB_BUTTON_REN;Rename
TP_LOCALLAB_BUTTON_VIS;Show/Hide
TP_LOCALLAB_BWFORCE;Uses Black Ev & White Ev
-TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
TP_LOCALLAB_CAM16PQREMAP;HDR PQ (Peak Luminance)
TP_LOCALLAB_CAM16PQREMAP_TOOLTIP;PQ (Perceptual Quantizer) adapted to CAM16. Allows you to change the internal PQ function (usually 10000 cd/m2 - default 100 cd/m2 - disabled for 100 cd/m2).\nCan be used to adapt to different devices and images.
+TP_LOCALLAB_CAM16_FRA;Cam16 Image Adjustments
TP_LOCALLAB_CAMMODE;CAM model
-TP_LOCALLAB_CAMMODE_ALL;CAM 16 + Jz Cz Hz
TP_LOCALLAB_CAMMODE_CAM16;CAM 16
-TP_LOCALLAB_CAMMODE_ZCAM;ZCAM only
TP_LOCALLAB_CAMMODE_JZ;Jz Cz Hz
TP_LOCALLAB_CATAD;Chromatic adaptation/Cat16
TP_LOCALLAB_CBDL;Contrast by Detail Levels
TP_LOCALLAB_CBDLCLARI_TOOLTIP;Enhances local contrast of the midtones.
TP_LOCALLAB_CBDL_ADJ_TOOLTIP;Same as wavelets.\nThe first level (0) acts on 2x2 pixel details.\nThe last level (5) acts on 64x64 pixel details.
-TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise
+TP_LOCALLAB_CBDL_THRES_TOOLTIP;Prevents the sharpening of noise.
TP_LOCALLAB_CBDL_TOOLNAME;Contrast by Detail Levels
TP_LOCALLAB_CENTER_X;Center X
TP_LOCALLAB_CENTER_Y;Center Y
@@ -2727,41 +2722,40 @@ TP_LOCALLAB_CHROMASKCOL;Chroma
TP_LOCALLAB_CHROMASK_TOOLTIP;Changes the chroma of the mask if one exists (i.e. C(C) or LC(H) is activated).
TP_LOCALLAB_CHROML;Chroma (C)
TP_LOCALLAB_CHRRT;Chroma
-TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
TP_LOCALLAB_CIE;Color appearance (Cam16 & JzCzHz)
TP_LOCALLAB_CIEC;Use Ciecam environment parameters
-TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+TP_LOCALLAB_CIECAMLOG_TOOLTIP;This module is based on the CIECAM color appearance model which was designed to better simulate how human vision perceives colors under different lighting conditions.\nThe first Ciecam process 'Scene conditions' is carried out by Log encoding, it also uses 'Absolute luminance' at the time of shooting.\nThe second Ciecam process 'Image adjustments' is simplified and uses only 3 variables (local contrast, contrast J, saturation s).\nThe third Ciecam process 'Viewing conditions' adapts the output to the intended viewing conditions (monitor, TV, projector, printer, etc.) so that the chromatic and contrast appearance is preserved across the display environment.
+TP_LOCALLAB_CIECOLORFRA;Color
+TP_LOCALLAB_CIECONTFRA;Contrast
+TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+TP_LOCALLAB_CIELIGHTFRA;Lighting
TP_LOCALLAB_CIEMODE;Change tool position
TP_LOCALLAB_CIEMODE_COM;Default
TP_LOCALLAB_CIEMODE_DR;Dynamic Range
TP_LOCALLAB_CIEMODE_TM;Tone-Mapping
+TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. 'Mask and modifications' and 'Recovery based on luminance mask' are available for'Cam16 and JzCzHz' at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use 'Mask and modifications' and 'Recovery based on luminance mask'.
TP_LOCALLAB_CIEMODE_WAV;Wavelet
-TP_LOCALLAB_CIEMODE_LOG;Log Encoding
-TP_LOCALLAB_CIEMODE_TOOLTIP;In Default mode, Ciecam is added at the end of the process. "Mask and modifications" and "Recovery based on luminance mask" are available for"Cam16 and JzCzHz" at your disposal .\nYou can also integrate Ciecam into other tools if you wish (TM, Wavelet, Dynamic Range, Log Encoding). The results for these tools will be different to those without Ciecam. In this mode, you can also use "Mask and modifications" and "Recovery based on luminance mask"
TP_LOCALLAB_CIETOOLEXP;Curves
-TP_LOCALLAB_CIECOLORFRA;Color
-TP_LOCALLAB_CIECONTFRA;Contrast
-TP_LOCALLAB_CIELIGHTFRA;Lighting
-TP_LOCALLAB_CIELIGHTCONTFRA;Lighting & Contrast
+TP_LOCALLAB_CIE_TOOLNAME;Color appearance (Cam16 & JzCzHz)
TP_LOCALLAB_CIRCRADIUS;Spot size
TP_LOCALLAB_CIRCRAD_TOOLTIP;Contains the references of the RT-spot, useful for shape detection (hue, luma, chroma, Sobel).\nLow values may be useful for processing foliage.\nHigh values may be useful for processing skin.
TP_LOCALLAB_CLARICRES;Merge chroma
-TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+TP_LOCALLAB_CLARIFRA;Clarity & Sharp mask/Blend & Soften Images
+TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.
TP_LOCALLAB_CLARILRES;Merge luma
TP_LOCALLAB_CLARISOFT;Soft radius
-TP_LOCALLAB_CLARISOFT_TOOLTIP;The ‘Soft radius’ slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
-TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The ‘Soft radius’ slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+TP_LOCALLAB_CLARISOFTJZ_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and Local contrast wavelets Jz.
+TP_LOCALLAB_CLARISOFT_TOOLTIP;The 'Soft radius' slider (guided filter algorithm) reduces halos and irregularities for Clarity, Sharp Mask and all wavelet pyramid processes. To deactivate, set slider to zero.
TP_LOCALLAB_CLARITYML;Clarity
-TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): ‘Sharp mask’ is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'
-TP_LOCALLAB_CLARIJZ_TOOLTIP;Levels 0 to 4 (included): ‘Sharp mask’ is enabled\nLevels 5 and above: 'Clarity' is enabled.
+TP_LOCALLAB_CLARI_TOOLTIP;Levels 0 to 4 (included): 'Sharp mask' is enabled\nLevels 5 and above: 'Clarity' is enabled.\nUseful if you use 'Wavelet level tone mapping'.
TP_LOCALLAB_CLIPTM;Clip restored data (gain)
TP_LOCALLAB_COFR;Color & Light
-TP_LOCALLAB_COLOR_CIE;Color curve
TP_LOCALLAB_COLORDE;ΔE preview color - intensity
-TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in ‘Add tool to current spot’ menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
+TP_LOCALLAB_COLORDEPREV_TOOLTIP;Preview ΔE button will only work if you have activated one (and only one) of the tools in 'Add tool to current spot' menu.\nTo be able to preview ΔE with several tools enabled, use Mask and modifications - Preview ΔE.
TP_LOCALLAB_COLORDE_TOOLTIP;Show a blue color preview for ΔE selection if negative and green if positive.\n\nMask and modifications (show modified areas without mask): show actual modifications if positive, show enhanced modifications (luminance only) with blue and yellow if negative.
TP_LOCALLAB_COLORSCOPE;Scope (color tools)
TP_LOCALLAB_COLORSCOPE_TOOLTIP;Common Scope slider for Color and Light, Shadows/Highlights, Vibrance.\nOther tools have their own scope controls.
+TP_LOCALLAB_COLOR_CIE;Color curve
TP_LOCALLAB_COLOR_TOOLNAME;Color & Light
TP_LOCALLAB_COL_NAME;Name
TP_LOCALLAB_COL_VIS;Status
@@ -2775,41 +2769,41 @@ TP_LOCALLAB_CONTRESID;Contrast
TP_LOCALLAB_CONTTHMASK_TOOLTIP;Allows you to determine which parts of the image will be impacted based on the texture.
TP_LOCALLAB_CONTTHR;Contrast Threshold
TP_LOCALLAB_CONTWFRA;Local contrast
-TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
+TP_LOCALLAB_CSTHRESHOLD;Wavelet levels
TP_LOCALLAB_CSTHRESHOLDBLUR;Wavelet level selection
-TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance "Super"
+TP_LOCALLAB_CURV;Lightness - Contrast - Chrominance 'Super'
TP_LOCALLAB_CURVCURR;Normal
TP_LOCALLAB_CURVEEDITORM_CC_TOOLTIP;If the curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
TP_LOCALLAB_CURVEEDITOR_CC_TOOLTIP;If curves are at the top, the mask is completely black and no changes are made to the image.\nAs you lower the curve, the mask gradually becomes more colorful and bright, progressively changing the image.\n\nIt is recommended (but not mandatory) to position the top of the curves on the gray boundary line which represents the reference values of chroma, luma, hue for the RT-spot.
-TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the ‘Curve type’ combobox to ‘Normal’
+TP_LOCALLAB_CURVEEDITOR_LL_TOOLTIP;To activate the curves, set the 'Curve type' combobox to 'Normal'.
TP_LOCALLAB_CURVEEDITOR_TONES_LABEL;Tone curve
-TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light
+TP_LOCALLAB_CURVEEDITOR_TONES_TOOLTIP;L=f(L), can be used with L(H) in Color and Light.
TP_LOCALLAB_CURVEMETHOD_TOOLTIP;'Normal', the curve L=f(L) uses the same algorithm as the lightness slider.
-TP_LOCALLAB_CURVNONE;Disable curves
TP_LOCALLAB_CURVES_CIE;Tone curve
+TP_LOCALLAB_CURVNONE;Disable curves
TP_LOCALLAB_DARKRETI;Darkness
TP_LOCALLAB_DEHAFRA;Dehaze
TP_LOCALLAB_DEHAZ;Strength
TP_LOCALLAB_DEHAZFRAME_TOOLTIP;Removes atmospheric haze. Increases overall saturation and detail.\nCan remove color casts, but may also introduce a blue cast which can be corrected with other tools.
-TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze
+TP_LOCALLAB_DEHAZ_TOOLTIP;Negative values add haze.
TP_LOCALLAB_DELTAD;Delta balance
TP_LOCALLAB_DELTAEC;ΔE Image mask
-TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or ‘salt & pepper’ noise.
-TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
-TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
-TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise
-TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
-TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
TP_LOCALLAB_DENOI1_EXP;Denoise based on luminance mask
TP_LOCALLAB_DENOI2_EXP;Recovery based on luminance mask
-TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
+TP_LOCALLAB_DENOIBILAT_TOOLTIP;Allows you to reduce impulse or 'salt & pepper' noise.
+TP_LOCALLAB_DENOICHROC_TOOLTIP;Allows you to deal with blotches and packets of noise.
+TP_LOCALLAB_DENOICHRODET_TOOLTIP;Allows you to recover chrominance detail by progressively applying a Fourier transform (DCT).
+TP_LOCALLAB_DENOICHROF_TOOLTIP;Allows you to adjust fine-detail chrominance noise.
+TP_LOCALLAB_DENOIEQUALCHRO_TOOLTIP;Allows you to direct the chroma noise reduction towards either the blue-yellow or red-green colors.
+TP_LOCALLAB_DENOIEQUAL_TOOLTIP;Allows you to carry out more or less noise reduction in either the shadows or the highlights.
+TP_LOCALLAB_DENOILUMDETAIL_TOOLTIP;Allows you to recover luminance detail by progressively applying a Fourier transform (DCT).
TP_LOCALLAB_DENOIMASK;Denoise chroma mask
TP_LOCALLAB_DENOIMASK_TOOLTIP;For all tools, allows you to control the chromatic noise level of the mask.\nUseful for better control of chrominance and to avoid artifacts when using the LC(h) curve.
-TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with ‘Non-local Means – Luminance’.
-TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
+TP_LOCALLAB_DENOIQUA_TOOLTIP;Conservative mode preserves low frequency detail. Aggressive mode removes low frequency detail.\nConservative and Aggressive modes use wavelets and DCT and can be used in conjunction with 'Non-local Means – Luminance'.
+TP_LOCALLAB_DENOITHR_TOOLTIP;Adjusts edge detection to help reduce noise in uniform, low-contrast areas.
TP_LOCALLAB_DENOI_EXP;Denoise
-TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (deltaE).\nMinimum RT-spot size: 128x128
-TP_LOCALLAB_DEPTH;Depth
+TP_LOCALLAB_DENOI_TOOLTIP;This module can be used for noise reduction either on its own (at the end of the processing pipeline) or in addition to the Noise Reduction module in the Detail tab (which works at the beginning of the pipeline).\n Scope allows you to differentiate the action based on color (ΔE).\nMinimum RT-spot size: 128x128.
+TP_LOCALLAB_DEPTH;Depth
TP_LOCALLAB_DETAIL;Local contrast
TP_LOCALLAB_DETAILFRA;Edge detection - DCT
TP_LOCALLAB_DETAILSH;Details
@@ -2835,35 +2829,34 @@ TP_LOCALLAB_EV_NVIS_ALL;Hide all
TP_LOCALLAB_EV_VIS;Show
TP_LOCALLAB_EV_VIS_ALL;Show all
TP_LOCALLAB_EXCLUF;Excluding
-TP_LOCALLAB_EXCLUF_TOOLTIP;‘Excluding’ mode prevents adjacent spots from influencing certain parts of the image. Adjusting ‘Scope’ will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
+TP_LOCALLAB_EXCLUF_TOOLTIP;'Excluding' mode prevents adjacent spots from influencing certain parts of the image. Adjusting 'Scope' will extend the range of colors.\n You can also add tools to an Excluding spot and use them in the same way as for a normal spot.
TP_LOCALLAB_EXCLUTYPE;Spot method
-TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n‘Full image’ allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
+TP_LOCALLAB_EXCLUTYPE_TOOLTIP;Normal spot uses recursive data.\n\nExcluding spot reinitializes all local adjustment data.\nCan be used to totally or partially cancel a previous action or to carry out operations in Inverse mode.\n\n'Full image' allows you to use the local adjustment tools on the whole image.\n The RT Spot delimiters are set beyond the image preview boundaries.\n The transition is set to 100.\nNote, you may have to reposition the RT Spot slightly and adjust the Spot size to get the desired effect.\nPlease note: using Denoise or Wavelet or FFTW in full-image mode uses large amounts of memory and may cause the application to crash on lower capacity systems.
TP_LOCALLAB_EXECLU;Excluding spot
-TP_LOCALLAB_EXNORM;Normal spot
TP_LOCALLAB_EXFULL;Full image
+TP_LOCALLAB_EXNORM;Normal spot
TP_LOCALLAB_EXPCBDL_TOOLTIP;Can be used to remove marks on the sensor or lens by reducing the contrast on the appropriate detail level(s).
TP_LOCALLAB_EXPCHROMA;Chroma compensation
-TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with ‘Exposure compensation f’ and ‘Contrast Attenuator f’ to avoid desaturating colors.
+TP_LOCALLAB_EXPCHROMA_TOOLTIP;Use in association with 'Exposure compensation f' and 'Contrast Attenuator f' to avoid desaturating colors.
TP_LOCALLAB_EXPCOLOR_TOOLTIP;Adjust color, lightness, contrast and correct small defects such as red-eye, sensor dust etc.
TP_LOCALLAB_EXPCOMP;Exposure compensation ƒ
TP_LOCALLAB_EXPCOMPINV;Exposure compensation
-TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change ‘Shape detection’ in "Settings":\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)’
-TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\ne.g. Wavelet-level tone mapping.
-TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low ‘Transition value’ and high ‘Transition decay’ and ‘Scope’ to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
+TP_LOCALLAB_EXPCOMP_TOOLTIP;For portraits or images with a low color gradient. You can change 'Shape detection' in 'Settings':\n\nIncrease 'ΔE scope threshold'\nReduce 'ΔE decay'\nIncrease 'ab-L balance (ΔE)'
+TP_LOCALLAB_EXPCONTRASTPYR_TOOLTIP;See the documentation for Wavelet Levels.\nThere are some differences in the Local Adjustments version, which has more tools and more possibilities for working on individual detail levels.\nE.g. wavelet-level tone mapping.
+TP_LOCALLAB_EXPCONTRAST_TOOLTIP;Avoid spots that are too small ( < 32x32 pixels).\nUse low 'Transition value' and high 'Transition decay' and 'Scope' to simulate small RT-spots and deal with defects.\nUse 'Clarity and Sharp mask and Blend and Soften Images' if necessary by adjusting 'Soft radius' to reduce artifacts.
TP_LOCALLAB_EXPCURV;Curves
TP_LOCALLAB_EXPGRAD;Graduated Filter
-TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and "Merge file") Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
-TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend
-TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform
-TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform
+TP_LOCALLAB_EXPGRADCOL_TOOLTIP;A graduated filter is available in Color and Light (luminance, chrominance & hue gradients, and 'Merge file'), Exposure (luminance grad.), Exposure Mask (luminance grad.), Shadows/Highlights (luminance grad.), Vibrance (luminance, chrominance & hue gradients), Local contrast & wavelet pyramid (local contrast grad.).\nFeather is located in Settings.
+TP_LOCALLAB_EXPLAPBAL_TOOLTIP;Changes the transformed/original image blend.
+TP_LOCALLAB_EXPLAPGAMM_TOOLTIP;Changes the behaviour for images with too much or too little contrast by adding a gamma curve before and after the Laplace transform.
+TP_LOCALLAB_EXPLAPLIN_TOOLTIP;Changes the behaviour for underexposed images by adding a linear component prior to applying the Laplace transform.
TP_LOCALLAB_EXPLAP_TOOLTIP;Moving the slider to the right progressively reduces the contrast.
TP_LOCALLAB_EXPMERGEFILE_TOOLTIP;Allows you to use GIMP or Photoshop (c) layer blend modes i.e. Difference, Multiply, Soft Light, Overlay etc., with opacity control.\nOriginal Image : merge current RT-Spot with Original.\nPrevious spot : merge current Rt-Spot with previous - if there is only one spot, previous = original.\nBackground : merge current RT-Spot with a color and luminance background (fewer possibilties).
-TP_LOCALLAB_EXPMETHOD_TOOLTIP;Standard : use an algorithm similar as main Exposure but in L*a*b* and taking account of deltaE.\n\nContrast attenuator : use another algorithm also with deltaE and with Poisson equation to solve Laplacian in Fourier space.\nContrast attenuator, Dynamic range compression and Standard can be combined.\nFFTW Fourier Transform is optimized in size to reduce processing time.\nReduce artifacts and noise.
-TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the ‘Denoise’ tool.
+TP_LOCALLAB_EXPNOISEMETHOD_TOOLTIP;Applies a median filter before the Laplace transform to prevent artifacts (noise).\nYou can also use the 'Denoise' tool.
TP_LOCALLAB_EXPOSE;Dynamic Range & Exposure
-TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
+TP_LOCALLAB_EXPOSURE_TOOLTIP;Modify exposure in L*a*b space using Laplacian PDE algorithms to take into account dE and minimize artifacts.
TP_LOCALLAB_EXPRETITOOLS;Advanced Retinex Tools
-TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high ‘Transition decay’ and ‘Scope’ values to simulate smaller RT-Spots.
+TP_LOCALLAB_EXPSHARP_TOOLTIP;RT-Spot minimum 39*39.\nUse low transition values and high 'Transition decay' and 'Scope' values to simulate smaller RT-Spots.
TP_LOCALLAB_EXPTOOL;Exposure Tools
TP_LOCALLAB_EXP_TOOLNAME;Dynamic Range & Exposure
TP_LOCALLAB_FATAMOUNT;Amount
@@ -2873,42 +2866,42 @@ TP_LOCALLAB_FATFRA;Dynamic Range Compression ƒ
TP_LOCALLAB_FATFRAME_TOOLTIP;PDE Fattal – uses the Fattal Tone-mapping algorithm.
TP_LOCALLAB_FATLEVEL;Sigma
TP_LOCALLAB_FATSHFRA;Dynamic Range Compression Mask ƒ
-TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn’t been activated.
+TP_LOCALLAB_FEATH_TOOLTIP;Gradient width as a percentage of the Spot diagonal\nUsed by all graduated filters in all tools.\nNo action if a graduated filter hasn't been activated.
TP_LOCALLAB_FEATVALUE;Feather gradient (Grad. Filters)
TP_LOCALLAB_FFTCOL_MASK;FFTW ƒ
-TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements)
+TP_LOCALLAB_FFTMASK_TOOLTIP;Use a Fourier transform for better quality (increased processing time and memory requirements).
TP_LOCALLAB_FFTW;ƒ - Use Fast Fourier Transform
TP_LOCALLAB_FFTWBLUR;ƒ - Always Use Fast Fourier Transform
TP_LOCALLAB_FULLIMAGE;Black-Ev and White-Ev for whole image
TP_LOCALLAB_FULLIMAGELOG_TOOLTIP;Calculates the Ev levels for the whole image.
TP_LOCALLAB_GAM;Gamma
-TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
TP_LOCALLAB_GAMC;Gamma
-TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance "linear" is used.
-TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance "linear" is used.
+TP_LOCALLAB_GAMCOL_TOOLTIP;Apply a gamma on Luminance L*a*b* datas.\nIf gamma = 3.0 Luminance 'linear' is used.
+TP_LOCALLAB_GAMC_TOOLTIP;Apply a gamma on Luminance L*a*b* datas before and after treatment Pyramid 1 and Pyramid 2.\nIf gamma = 3.0 Luminance 'linear' is used.
TP_LOCALLAB_GAMFRA;Tone response curve (TRC)
TP_LOCALLAB_GAMM;Gamma
TP_LOCALLAB_GAMMASKCOL;Gamma
-TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying ‘L’ to avoid any discontinuities.
+TP_LOCALLAB_GAMMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
TP_LOCALLAB_GAMSH;Gamma
+TP_LOCALLAB_GAMW;Gamma (wavelet pyramids)
TP_LOCALLAB_GRADANG;Gradient angle
-TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees : -180 0 +180
+TP_LOCALLAB_GRADANG_TOOLTIP;Rotation angle in degrees: -180 0 +180.
TP_LOCALLAB_GRADFRA;Graduated Filter Mask
-TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength
-TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
+TP_LOCALLAB_GRADGEN_TOOLTIP;Adjusts luminance gradient strength.
+TP_LOCALLAB_GRADLOGFRA;Graduated Filter Luminance
TP_LOCALLAB_GRADSTR;Gradient strength
-TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength
-TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
+TP_LOCALLAB_GRADSTRAB_TOOLTIP;Adjusts chroma gradient strength.
+TP_LOCALLAB_GRADSTRCHRO;Chroma gradient strength
TP_LOCALLAB_GRADSTRHUE;Hue gradient strength
TP_LOCALLAB_GRADSTRHUE2;Hue gradient strength
-TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength
+TP_LOCALLAB_GRADSTRHUE_TOOLTIP;Adjusts hue gradient strength.
TP_LOCALLAB_GRADSTRLUM;Luma gradient strength
-TP_LOCALLAB_GRAINFRA;Film Grain 1:1
+TP_LOCALLAB_GRAINFRA;Film Grain 1:1
TP_LOCALLAB_GRAINFRA2;Coarseness
-TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image
+TP_LOCALLAB_GRAIN_TOOLTIP;Adds film-like grain to the image.
TP_LOCALLAB_GRALWFRA;Graduated filter (local contrast)
-TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the ‘Transition value’ and ‘Transition decay’\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE)
-TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the "white dot" on the grid remains at zero and you only vary the "black dot". Equivalent to "Color toning" if you vary the 2 dots.\n\nDirect: acts directly on the chroma
+TP_LOCALLAB_GRIDFRAME_TOOLTIP;You can use this tool as a brush. Use a small spot and adapt the 'Transition value' and 'Transition decay'\nOnly 'Normal' mode and possibly Hue, Saturation, Color, Luminosity are concerned by Merge background (ΔE).
+TP_LOCALLAB_GRIDMETH_TOOLTIP;Color toning: the luminance is taken into account when varying chroma. Equivalent to H=f(H) if the 'white dot' on the grid remains at zero and you only vary the 'black dot'. Equivalent to 'Color toning' if you vary the 2 dots.\n\nDirect: acts directly on the chroma.
TP_LOCALLAB_GRIDONE;Color Toning
TP_LOCALLAB_GRIDTWO;Direct
TP_LOCALLAB_GUIDBL;Soft radius
@@ -2916,7 +2909,7 @@ TP_LOCALLAB_GUIDBL_TOOLTIP;Applies a guided filter with adjustable radius. Allow
TP_LOCALLAB_GUIDEPSBL_TOOLTIP;Changes the distribution function of the guided filter. Negative values simulate a Gaussian blur.
TP_LOCALLAB_GUIDFILTER;Guided filter radius
TP_LOCALLAB_GUIDFILTER_TOOLTIP;Can reduce or increase artifacts.
-TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter
+TP_LOCALLAB_GUIDSTRBL_TOOLTIP;Intensity of the guided filter.
TP_LOCALLAB_HHMASK_TOOLTIP;Fine hue adjustments for example for the skin.
TP_LOCALLAB_HIGHMASKCOL;Highlights
TP_LOCALLAB_HLH;H
@@ -2924,46 +2917,46 @@ TP_LOCALLAB_HUECIE;Hue
TP_LOCALLAB_IND;Independent (mouse)
TP_LOCALLAB_INDSL;Independent (mouse + sliders)
TP_LOCALLAB_INVBL;Inverse
-TP_LOCALLAB_INVBL_TOOLTIP;Alternative to ‘Inverse’ mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot : Excluding spot
+TP_LOCALLAB_INVBL_TOOLTIP;Alternative to 'Inverse' mode: use two spots\nFirst Spot:\n Full Image\n\nSecond spot: Excluding spot.
TP_LOCALLAB_INVERS;Inverse
TP_LOCALLAB_INVERS_TOOLTIP;Fewer possibilities if selected (Inverse).\n\nAlternative: use two spots\nFirst Spot:\n Full Image\n \nSecond spot: Excluding spot\n\n Inverse will enable this tool for the area outside the spot, while the area within the spot will remain unaffected by the tool.
TP_LOCALLAB_INVMASK;Inverse algorithm
TP_LOCALLAB_ISOGR;Distribution (ISO)
TP_LOCALLAB_JAB;Uses Black Ev & White Ev
-TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account "Absolute luminance".
+TP_LOCALLAB_JABADAP_TOOLTIP;Perceptual Uniform adaptation.\nAutomatically adjusts the relationship between Jz and saturation taking into account 'Absolute luminance'.
TP_LOCALLAB_JZ100;Jz reference 100cd/m2
-TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
-TP_LOCALLAB_JZCLARILRES;Merge Jz
-TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
-TP_LOCALLAB_JZFORCE;Force max Jz to 1
-TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response
-TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
-TP_LOCALLAB_JZPQFRA;Jz remapping
-TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf “PQ - Peak luminance” is set to 10000, “Jz remappping” behaves in the same way as the original Jzazbz algorithm.
-TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
-TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
-TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of “PU adaptation” (Perceptual Uniform adaptation).
+TP_LOCALLAB_JZ100_TOOLTIP;Automatically adjusts the reference Jz 100 cd/m2 level (image signal).\nChanges the saturation level and action of 'PU adaptation' (Perceptual Uniform adaptation).
TP_LOCALLAB_JZADAP;PU adaptation
-TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
-TP_LOCALLAB_JZLIGHT;Brightness
-TP_LOCALLAB_JZCONT;Contrast
TP_LOCALLAB_JZCH;Chroma
TP_LOCALLAB_JZCHROM;Chroma
+TP_LOCALLAB_JZCLARICRES;Merge chroma Cz
+TP_LOCALLAB_JZCLARILRES;Merge Jz
+TP_LOCALLAB_JZCONT;Contrast
+TP_LOCALLAB_JZFORCE;Force max Jz to 1
+TP_LOCALLAB_JZFORCE_TOOLTIP;Allows you to force the maximum Jz value to 1 for better slider and curve response.
+TP_LOCALLAB_JZFRA;Jz Cz Hz Image Adjustments
TP_LOCALLAB_JZHFRA;Curves Hz
TP_LOCALLAB_JZHJZFRA;Curve Jz(Hz)
TP_LOCALLAB_JZHUECIE;Hue Rotation
-TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including "Log Encoding Jz".\nAlso calculates the absolute luminance at the time of shooting.
+TP_LOCALLAB_JZLIGHT;Brightness
+TP_LOCALLAB_JZLOG;Log encoding Jz
TP_LOCALLAB_JZLOGWBS_TOOLTIP;Black Ev and White Ev adjustments can be different depending on whether Log encoding or Sigmoid is used.\nFor Sigmoid, a change (increase in most cases) of White Ev may be necessary to obtain a better rendering of highlights, contrast and saturation.
+TP_LOCALLAB_JZLOGWB_TOOLTIP;If Auto is enabled, it will calculate and adjust the Ev levels and the 'Mean luminance Yb%' for the spot area. The resulting values will be used by all Jz operations including 'Log Encoding Jz'.\nAlso calculates the absolute luminance at the time of shooting.
+TP_LOCALLAB_JZLOGYBOUT_TOOLTIP;Yb is the relative luminance of the background, expressed as a percentage of gray. 18% gray corresponds to a background luminance of 50% when expressed in CIE L.\nThe data is based on the mean luminance of the image.\nWhen used with Log Encoding, the mean luminance is used to determine the amount of gain that needs to be applied to the signal prior to the log encoding. Lower values of mean luminance will result in increased gain.
+TP_LOCALLAB_JZMODECAM_TOOLTIP;Jz (only in 'Advanced' mode). Only operational if the output device (monitor) is HDR (peak luminance higher than 100 cd/m2 - ideally between 4000 and 10000 cd/m2. Black point luminance inferior to 0.005 cd/m2). This supposes a) the ICC-PCS for the screen uses Jzazbz (or XYZ), b) works in real precision, c) that the monitor is calibrated (if possible with a DCI-P3 or Rec-2020 gamut), d) that the usual gamma (sRGB or BT709) is replaced by a Perceptual Quantiser (PQ) function.
+TP_LOCALLAB_JZPQFRA;Jz remapping
+TP_LOCALLAB_JZPQFRA_TOOLTIP;Allows you to adapt the Jz algorithm to an SDR environment or to the characteristics (performance) of an HDR environment as follows:\n a) for luminance values between 0 and 100 cd/m2, the system behaves as if it were in an SDR environment.\n b) for luminance values between 100 and 10000 cd/m2, you can adapt the algorithm to the HDR characteristics of the image and the monitor.\n\nIf 'PQ - Peak luminance' is set to 10000, 'Jz remappping' behaves in the same way as the original Jzazbz algorithm.
+TP_LOCALLAB_JZPQREMAP;PQ - Peak luminance
+TP_LOCALLAB_JZPQREMAP_TOOLTIP;PQ (Perceptual Quantizer) - allows you to change the internal PQ function (usually 10000 cd/m2 - default 120 cd/m2).\nCan be used to adapt to different images, processes and devices.
+TP_LOCALLAB_JZQTOJ;Relative luminance
+TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use 'Relative luminance' instead of 'Absolute luminance' - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
TP_LOCALLAB_JZSAT;Saturation
TP_LOCALLAB_JZSHFRA;Shadows/Highlights Jz
TP_LOCALLAB_JZSOFTCIE;Soft radius (GuidedFilter)
-TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
TP_LOCALLAB_JZSTRSOFTCIE;Strength GuidedFilter
-TP_LOCALLAB_JZQTOJ;Relative luminance
-TP_LOCALLAB_JZQTOJ_TOOLTIP;Allows you to use "Relative luminance" instead of "Absolute luminance" - Brightness becomes Lightness.\nThe changes affect: the Brightness slider, the Contrast slider and the Jz(Jz) curve.
+TP_LOCALLAB_JZTARGET_EV;Viewing Mean luminance (Yb%)
TP_LOCALLAB_JZTHRHCIE;Threshold Chroma for Jz(Hz)
TP_LOCALLAB_JZWAVEXP;Wavelet Jz
-TP_LOCALLAB_JZLOG;Log encoding Jz
TP_LOCALLAB_LABBLURM;Blur Mask
TP_LOCALLAB_LABEL;Local Adjustments
TP_LOCALLAB_LABGRID;Color correction grid
@@ -2977,19 +2970,19 @@ TP_LOCALLAB_LAPMASKCOL;Laplacian threshold
TP_LOCALLAB_LAPRAD1_TOOLTIP;Increases the contrast of the mask by increasing the luminance values of the lighter areas. Can be used in conjunction with the L(L) and LC(H) curves.
TP_LOCALLAB_LAPRAD2_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
TP_LOCALLAB_LAPRAD_TOOLTIP;Smooth radius uses a guided filter to decrease artifacts and smooth out the transition.
-TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
+TP_LOCALLAB_LAP_MASK_TOOLTIP;Solves PDEs for all Laplacian masks.\nIf enabled the Laplacian threshold mask reduces artifacts and smooths the result.\nIf disabled the response is linear.
TP_LOCALLAB_LC_FFTW_TOOLTIP;FFT improves quality and allows the use of large radii, but increases processing time (depends on the area to be processed). Preferable to use only for large radii. The size of the area can be reduced by a few pixels to optimize the FFTW. This can reduce the processing time by a factor of 1.5 to 10.
TP_LOCALLAB_LC_TOOLNAME;Local Contrast & Wavelets
TP_LOCALLAB_LEVELBLUR;Maximum blur levels
TP_LOCALLAB_LEVELWAV;Wavelet levels
-TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4
+TP_LOCALLAB_LEVELWAV_TOOLTIP;The Level is automatically adapted to the size of the spot and the preview.\nFrom level 9 size max 512 to level 1 size max = 4.
TP_LOCALLAB_LEVFRA;Levels
TP_LOCALLAB_LIGHTNESS;Lightness
-TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero
+TP_LOCALLAB_LIGHTN_TOOLTIP;In inverse mode: selection = -100 forces luminance to zero.
TP_LOCALLAB_LIGHTRETI;Lightness
TP_LOCALLAB_LINEAR;Linearity
TP_LOCALLAB_LIST_NAME;Add tool to current spot...
-TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing
+TP_LOCALLAB_LIST_TOOLTIP;You can select 3 levels of complexity for each tool: Basic, Standard and Advanced.\nThe default setting for all tools is Basic but this can be changed in the Preferences window.\nYou can also change the level of complexity on a per-tool basis while you are editing.
TP_LOCALLAB_LMASK_LEVEL_TOOLTIP;Allows you to decrease or increase the effect on particular levels of detail in the mask by targeting certain luminance zones (in general the lightest).
TP_LOCALLAB_LMASK_LL_TOOLTIP;Allows you to freely change the contrast of the mask.\n Has a similar function to the Gamma and Slope sliders.\n It allows you to target certain parts of the image (usually the lightest parts of the mask by using the curve to exclude the darker parts). May create artifacts.
TP_LOCALLAB_LOCCONT;Unsharp Mask
@@ -3003,32 +2996,31 @@ TP_LOCALLAB_LOG;Log Encoding
TP_LOCALLAB_LOG1FRA;CAM16 Image Adjustments
TP_LOCALLAB_LOG2FRA;Viewing Conditions
TP_LOCALLAB_LOGAUTO;Automatic
-TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the ‘Automatic’ button in Relative Exposure Levels is pressed.
TP_LOCALLAB_LOGAUTOGRAYJZ_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions.
-TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the "Auto mean luminance (Yb%)” is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
+TP_LOCALLAB_LOGAUTOGRAY_TOOLTIP;Automatically calculates the 'Mean luminance' for the scene conditions when the 'Automatic' button in Relative Exposure Levels is pressed.
+TP_LOCALLAB_LOGAUTO_TOOLTIP;Pressing this button will calculate the dynamic range and 'Mean luminance' for the scene conditions if the 'Auto mean luminance (Yb%)' is checked).\nAlso calculates the absolute luminance at the time of shooting.\nPress the button again to adjust the automatically calculated values.
TP_LOCALLAB_LOGBASE_TOOLTIP;Default = 2.\nValues less than 2 reduce the action of the algorithm making the shadows darker and the highlights brighter.\nWith values greater than 2, the shadows are grayer and the highlights become more washed out.
-TP_LOCALLAB_LOGBLACKWHEV_TOOLTIP;Estimated values of dynamic range i.e. Black Ev and White Ev
TP_LOCALLAB_LOGCATAD_TOOLTIP;Chromatic adaptation allows us to interpret a color according to its spatio-temporal environment.\nUseful when the white balance deviates significantly from the D50 reference.\nAdapts colors to the illuminant of the output device.
-TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
TP_LOCALLAB_LOGCIE;Log encoding instead of Sigmoid
TP_LOCALLAB_LOGCIE_TOOLTIP;Allows you tu use Black Ev, White Ev, Scene Mean luminance(Yb%) and Viewing Mean luminance(Yb%) for tone-mapping using Log encoding Q.
+TP_LOCALLAB_LOGCOLORFL;Colorfulness (M)
TP_LOCALLAB_LOGCOLORF_TOOLTIP;Perceived amount of hue in relation to gray.\nIndicator that a stimulus appears more or less colored.
TP_LOCALLAB_LOGCONQL;Contrast (Q)
-TP_LOCALLAB_LOGCONTL;Contrast (J)
TP_LOCALLAB_LOGCONTHRES;Contrast threshold (J & Q)
+TP_LOCALLAB_LOGCONTL;Contrast (J)
TP_LOCALLAB_LOGCONTL_TOOLTIP;Contrast (J) in CIECAM16 takes into account the increase in perceived coloration with luminance.
TP_LOCALLAB_LOGCONTQ_TOOLTIP;Contrast (Q) in CIECAM16 takes into account the increase in perceived coloration with brightness.
TP_LOCALLAB_LOGCONTTHRES_TOOLTIP;Adjusts the mid-tone contrast range (J & Q).\nPositive values progressively reduce the effect of the Contrast sliders (J & Q). Negative values progressively increase the effect of the Contrast sliders.
TP_LOCALLAB_LOGDETAIL_TOOLTIP;Acts mainly on high frequencies.
-TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment
+TP_LOCALLAB_LOGENCOD_TOOLTIP;Tone Mapping with Logarithmic encoding (ACES).\nUseful for underexposed images or images with high dynamic range.\n\nTwo-step process: 1) Dynamic Range calculation 2) Manual adjustment.
TP_LOCALLAB_LOGEXP;All tools
TP_LOCALLAB_LOGFRA;Scene Conditions
TP_LOCALLAB_LOGFRAME_TOOLTIP;Allows you to calculate and adjust the Ev levels and the 'Mean luminance Yb%' (source gray point) for the spot area. The resulting values will be used by all Lab operations and most RGB operations in the pipeline.\nAlso calculates the absolute luminance at the time of shooting.
-TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode)
+TP_LOCALLAB_LOGIMAGE_TOOLTIP;Takes into account corresponding Ciecam variables: i.e. Contrast (J) and Saturation (s), as well as Contrast (Q), Brightness (Q), Lightness (J) and Colorfulness (M) (in Advanced mode).
TP_LOCALLAB_LOGLIGHTL;Lightness (J)
-TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
+TP_LOCALLAB_LOGLIGHTL_TOOLTIP;Close to lightness (L*a*b*). Takes into account the increase in perceived coloration.
TP_LOCALLAB_LOGLIGHTQ;Brightness (Q)
-TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
+TP_LOCALLAB_LOGLIGHTQ_TOOLTIP;Perceived amount of light emanating from a stimulus.\nIndicator that a stimulus appears to be more or less bright, clear.
TP_LOCALLAB_LOGLIN;Logarithm mode
TP_LOCALLAB_LOGPFRA;Relative Exposure Levels
TP_LOCALLAB_LOGREPART;Overall strength
@@ -3036,75 +3028,74 @@ TP_LOCALLAB_LOGREPART_TOOLTIP;Allows you to adjust the relative strength of the
TP_LOCALLAB_LOGSATURL_TOOLTIP;Saturation (s) in CIECAM16 corresponds to the color of a stimulus in relation to its own brightness.\nActs mainly on medium tones and on the highlights.
TP_LOCALLAB_LOGSCENE_TOOLTIP;Corresponds to the shooting conditions.
TP_LOCALLAB_LOGSURSOUR_TOOLTIP;Changes tones and colors to take into account the Scene conditions.\n\nAverage: Average light conditions (standard). The image will not change.\n\nDim: Dim conditions. The image will become slightly brighter.\n\nDark: Dark conditions. The image will become more bright.
-TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions..
+TP_LOCALLAB_LOGVIEWING_TOOLTIP;Corresponds to the medium on which the final image will be viewed (monitor, TV, projector, printer, etc.), as well as the surrounding conditions.
TP_LOCALLAB_LOG_TOOLNAME;Log Encoding
TP_LOCALLAB_LUM;LL - CC
TP_LOCALLAB_LUMADARKEST;Darkest
TP_LOCALLAB_LUMASK;Background color/luma mask
-TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications)
+TP_LOCALLAB_LUMASK_TOOLTIP;Adjusts the shade of gray or color of the mask background in Show Mask (Mask and modifications).
TP_LOCALLAB_LUMAWHITESEST;Lightest
TP_LOCALLAB_LUMFRA;L*a*b* standard
TP_LOCALLAB_MASFRAME;Mask and Merge
-TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the deltaE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
+TP_LOCALLAB_MASFRAME_TOOLTIP;For all masks.\nTakes into account the ΔE image to avoid modifying the selection area when the following Mask Tools are used: Gamma, Slope, Chroma, Contrast curve, Local contrast (by wavelet level), Blur Mask and Structure Mask (if enabled ).\nDisabled when Inverse mode is used.
TP_LOCALLAB_MASK;Curves
TP_LOCALLAB_MASK2;Contrast curve
-TP_LOCALLAB_MASKCOL;
TP_LOCALLAB_MASKCOM;Common Color Mask
TP_LOCALLAB_MASKCOM_TOOLNAME;Common Color Mask
TP_LOCALLAB_MASKCOM_TOOLTIP;A tool in its own right.\nCan be used to adjust the image appearance (chrominance, luminance, contrast) and texture as a function of Scope.
-TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection
+TP_LOCALLAB_MASKCURVE_TOOLTIP;The 3 curves are set to 1 (maximum) by default:\nC=f(C) the chroma varies according to the chrominance. You can decrease the chroma to improve the selection. By setting this curve close to zero (with a low value of C to activate the curve) you can desaturate the background in Inverse mode.\nL=f(L) the luminance varies according to the luminance, so you can decrease the brightness to improve the selection.\nL and C = f(H) luminance and chroma vary with hue, so you can decrease luminance and chroma to improve selection.
TP_LOCALLAB_MASKDDECAY;Decay strength
-TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions
-TP_LOCALLAB_MASKH;Hue curve
-TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
-TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the ‘dark’ threshold, then the Denoise will be applied progressively.\n if the mask is above the ‘light’ threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders "Gray area luminance denoise" or "Gray area chrominance denoise".
-TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the ‘dark’ threshold, then the GF will be applied progressively.\n if the mask is above the ‘light’ threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
-TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied
-TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied
-TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied
-TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied
-TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied
-TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied
-TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied
-TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied
-TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The ‘dark’ and ‘light’ areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied
+TP_LOCALLAB_MASKDECAY_TOOLTIP;Manages the rate of decay for the gray levels in the mask.\n Decay = 1 linear, Decay > 1 sharper parabolic transitions, Decay < 1 more gradual transitions.
TP_LOCALLAB_MASKDEINV_TOOLTIP;Reverses the way the algorithm interprets the mask.\nIf checked black and very light areas will be decreased.
-TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, 'Blur mask', ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable colorpicker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask'=0 in Settings.
-TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘structure mask’, ‘Smooth radius’, ‘Gamma and slope’, ‘Contrast curve’, ‘Local contrast wavelet’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Be careful in 'settings' to Background color mask = 0
+TP_LOCALLAB_MASKDE_TOOLTIP;Used to target the denoise as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the Denoise will be applied progressively.\n iIf the mask is above the 'light' threshold, then the Denoise will be applied progressively.\n Between the two, the image settings without the Denoise will be maintained, unless you adjust the sliders 'Gray area luminance denoise' or 'Gray area chrominance denoise'.
+TP_LOCALLAB_MASKGF_TOOLTIP;Used to target the Guided Filter as a function of the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n If the mask is below the 'dark' threshold, then the GF will be applied progressively.\n If the mask is above the 'light' threshold, then the GF will be applied progressively.\n Between the two, the image settings without the GF will be maintained.
+TP_LOCALLAB_MASKH;Hue curve
+TP_LOCALLAB_MASKHIGTHRESCB_TOOLTIP;Lighter-tone limit above which CBDL (Luminance only) parameters will be restored progressively to their original values prior to being modified by the CBDL settings .\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\nUse a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESC_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESD_TOOLTIP; The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESE_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable colorpicker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESL_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESRETI_TOOLTIP;Lighter-tone limit above which Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESS_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESTM_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESVIB_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRESWAV_TOOLTIP;Lighter-tone limit above which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKHIGTHRES_TOOLTIP; The Guided Filter is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'structure mask', 'Smooth radius', 'Gamma and slope', 'Contrast curve', 'Local contrast wavelet'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
TP_LOCALLAB_MASKLCTHR;Light area luminance threshold
TP_LOCALLAB_MASKLCTHR2;Light area luma threshold
TP_LOCALLAB_MASKLCTHRLOW;Dark area luminance threshold
TP_LOCALLAB_MASKLCTHRLOW2;Dark area luma threshold
+TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
+TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
+TP_LOCALLAB_MASKLC_TOOLTIP;This allows you to target the denoise based on the image luminance information contained in the L(L) or LC(H) mask (Mask and Modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n 'Dark area luminance threshold'. If 'Reinforce denoise in dark and light areas' > 1 the denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (determined by mask).\n 'Light area luminance threshold'. The denoise is progressively decreased from 100% at the threshold setting to 0% at the maximum white value (determined by mask).\n In the area between the two thresholds, the denoise settings are not affected by the mask.
TP_LOCALLAB_MASKLNOISELOW;Reinforce dark/light areas
-TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Structure mask’, 'blur mask', ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’, ‘Local contrast’ (wavelets).\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels:‘Smooth radius’, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in ‘Mask and modifications’ to change the gray levels: ‘Smooth radius’, Gamma and Slope, ‘Contrast curve’.\n Use a ‘lockable color picker’ on the mask to see which areas will be affected. Make sure you set ‘Background color mask’ = 0 in Settings.
-TP_LOCALLAB_MASKLCTHRMID;Gray area luma denoise
-TP_LOCALLAB_MASKLCTHRMIDCH;Gray area chroma denoise
-TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
-TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+TP_LOCALLAB_MASKLOWTHRESCB_TOOLTIP;Dark-tone limit below which the CBDL parameters (Luminance only) will be restored progressively to their original values prior to being modified by the CBDL settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESC_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Color and Light settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'blur mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESD_TOOLTIP;The denoise is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESE_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESL_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Log encoding settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels:'Smooth radius', 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESRETI_TOOLTIP;Dark-tone limit below which the Retinex (Luminance only) parameters will be restored progressively to their original values prior to being modified by the Retinex settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESS_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Shadows Highlights settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESTM_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Tone Mapping settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESVIB_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRESWAV_TOOLTIP;Dark-tone limit below which the parameters will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings.\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Smooth radius', Gamma and Slope, 'Contrast curve'.\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKLOWTHRES_TOOLTIP;The Guided Filter is progressively increased from 0% at the threshold setting to 100% at the maximum black value (as determined by the mask).\n You can use certain tools in 'Mask and modifications' to change the gray levels: 'Structure mask', 'Smooth radius', Gamma and Slope, 'Contrast curve', 'Local contrast' (wavelets).\n Use a 'lockable color picker' on the mask to see which areas will be affected. Make sure you set 'Background color mask' = 0 in Settings.
+TP_LOCALLAB_MASKRECOL_TOOLTIP;Used to modulate the effect of the Color and Light settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Color and Light settings \n In between these two areas, the full value of the Color and Light settings will be applied.
TP_LOCALLAB_MASKRECOTHRES;Recovery threshold
-TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
+TP_LOCALLAB_MASKREEXP_TOOLTIP;Used to modulate the effect of the 'Dynamic range and Exposure' settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the 'Dynamic range and Exposure' settings \n In between these two areas, the full value of the 'Dynamic range and Exposure' settings will be applied.
+TP_LOCALLAB_MASKRELOG_TOOLTIP;Used to modulate the effect of the Log encoding settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Log encoding settings - can be used to restore highlights reconstructed by Color propagation \n In between these two areas, the full value of the Log encoding settings will be applied.
+TP_LOCALLAB_MASKRESCB_TOOLTIP;Used to modulate the effect of the CBDL (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the CBDL settings \n In between these two areas, the full value of the CBDL settings will be applied.
+TP_LOCALLAB_MASKRESH_TOOLTIP;Used to modulate the effect of the Shadows Highlights settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Shadows Highlights settings \n In between these two areas, the full value of the Shadows Highlights settings will be applied.
+TP_LOCALLAB_MASKRESRETI_TOOLTIP;Used to modulate the effect of the Retinex (Luminance only) settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Retinex settings \n In between these two areas, the full value of the Retinex settings will be applied.
+TP_LOCALLAB_MASKRESTM_TOOLTIP;Used to modulate the effect of the Tone Mapping settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Tone Mapping settings \n In between these two areas, the full value of the Tone Mapping settings will be applied.
+TP_LOCALLAB_MASKRESVIB_TOOLTIP;Used to modulate the effect of the Vibrance and Warm Cool settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Vibrance and Warm Cool settings \n In between these two areas, the full value of the Vibrance and Warm Cool settings will be applied.
+TP_LOCALLAB_MASKRESWAV_TOOLTIP;Used to modulate the effect of the Local contrast and Wavelet settings based on the image luminance information contained in the L(L) or LC(H) masks (Mask and modifications).\n The L(L) mask or the LC(H) mask must be enabled to use this function.\n The 'dark' and 'light' areas below the dark threshold and above the light threshold will be restored progressively to their original values prior to being modified by the Local contrast and Wavelet settings \n In between these two areas, the full value of the Local contrast and Wavelet settings will be applied.
+TP_LOCALLAB_MASKUNUSABLE;Mask disabled (Mask & modifications)
+TP_LOCALLAB_MASKUSABLE;Mask enabled (Mask & modifications)
+TP_LOCALLAB_MASK_TOOLTIP;You can enable multiple masks for a tool by activating another tool and using only the mask (set the tool sliders to 0 ).\n\nYou can also duplicate the RT-spot and place it close to the first spot. The small variations in the spot references allow you to make fine adjustments.
TP_LOCALLAB_MEDIAN;Median Low
TP_LOCALLAB_MEDIANITER_TOOLTIP;The number of successive iterations carried out by the median filter.
-TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
+TP_LOCALLAB_MEDIAN_TOOLTIP;You can choose a median value in the range 3x3 to 9x9 pixels. Higher values increase noise reduction and blur.
TP_LOCALLAB_MEDNONE;None
TP_LOCALLAB_MERCOL;Color
TP_LOCALLAB_MERDCOL;Merge background (ΔE)
@@ -3114,8 +3105,8 @@ TP_LOCALLAB_MERFOR;Color Dodge
TP_LOCALLAB_MERFOU;Multiply
TP_LOCALLAB_MERGE1COLFRA;Merge with Original/Previous/Background
TP_LOCALLAB_MERGECOLFRA;Mask: LCh & Structure
-TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm
-TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case)
+TP_LOCALLAB_MERGECOLFRMASK_TOOLTIP;Allows you to create masks based on the 3 LCh curves and/or a structure-detection algorithm.
+TP_LOCALLAB_MERGEMER_TOOLTIP;Takes ΔE into account when merging files (equivalent of scope in this case).
TP_LOCALLAB_MERGEOPA_TOOLTIP;Opacity = % of current spot to be merged with original or previous Spot.\nContrast threshold : adjusts result as a function of contrast in original image.
TP_LOCALLAB_MERHEI;Overlay
TP_LOCALLAB_MERHUE;Hue
@@ -3136,7 +3127,7 @@ TP_LOCALLAB_MERTWE;Exclusion
TP_LOCALLAB_MERTWO;Subtract
TP_LOCALLAB_METHOD_TOOLTIP;'Enhanced + chroma denoise' significantly increases processing times.\nBut reduce artifacts.
TP_LOCALLAB_MLABEL;Restored data Min=%1 Max=%2
-TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust ‘Clip restored data (gain)’ and ‘Offset’ to normalize.\nRecovers image data without blending.
+TP_LOCALLAB_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
TP_LOCALLAB_MODE_EXPERT;Advanced
TP_LOCALLAB_MODE_NORMAL;Standard
TP_LOCALLAB_MODE_SIMPLE;Basic
@@ -3144,26 +3135,25 @@ TP_LOCALLAB_MRFIV;Background
TP_LOCALLAB_MRFOU;Previous Spot
TP_LOCALLAB_MRONE;None
TP_LOCALLAB_MRTHR;Original Image
-TP_LOCALLAB_MRTWO;Short Curves 'L' Mask
-TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV
+TP_LOCALLAB_MULTIPL_TOOLTIP;Wide-range tone adjustment: -18EV to +4EV. The first slider acts on very dark tones between -18EV and -6EV. The last slider acts on light tones up to 4EV.
TP_LOCALLAB_NEIGH;Radius
-TP_LOCALLAB_NLDENOISE_TOOLTIP;“Detail recovery” acts on a Laplacian transform to target uniform areas rather than areas with detail.
+TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance 'linear' is used.
TP_LOCALLAB_NLDENOISENLPAT_TOOLTIP;Use this slider to adapt the amount of denoise to the size of the objects to be processed.
TP_LOCALLAB_NLDENOISENLRAD_TOOLTIP;Higher values increase denoise at the expense of processing time.
-TP_LOCALLAB_NLDENOISENLGAM_TOOLTIP;Lower values preserve details and texture, higher values increase denoise.\nIf gamma = 3.0 Luminance "linear" is used.
+TP_LOCALLAB_NLDENOISE_TOOLTIP;'Detail recovery' acts on a Laplacian transform to target uniform areas rather than areas with detail.
+TP_LOCALLAB_NLDET;Detail recovery
TP_LOCALLAB_NLFRA;Non-local Means - Luminance
TP_LOCALLAB_NLFRAME_TOOLTIP;Non-local means denoising takes a mean of all pixels in the image, weighted by how similar they are to the target pixel.\nReduces loss of detail compared with local mean algorithms.\nOnly luminance noise is taken into account. Chrominance noise is best processed using wavelets and Fourier transforms (DCT).\nCan be used in conjunction with 'Luminance denoise by level' or on its own.
-TP_LOCALLAB_NLLUM;Strength
-TP_LOCALLAB_NLDET;Detail recovery
TP_LOCALLAB_NLGAM;Gamma
+TP_LOCALLAB_NLLUM;Strength
TP_LOCALLAB_NLPAT;Maximum patch size
TP_LOCALLAB_NLRAD;Maximum radius size
TP_LOCALLAB_NOISECHROCOARSE;Coarse chroma (Wav)
-TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02
+TP_LOCALLAB_NOISECHROC_TOOLTIP;If superior to zero, high quality algorithm is enabled.\nCoarse is for slider >=0.02.
TP_LOCALLAB_NOISECHRODETAIL;Chroma detail recovery
TP_LOCALLAB_NOISECHROFINE;Fine chroma (Wav)
TP_LOCALLAB_NOISEGAM;Gamma
-TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance "Lab" is used. If gamma = 3.0 Luminance "linear" is used.\nLower values preserve details and texture, higher values increase denoise.
+TP_LOCALLAB_NOISEGAM_TOOLTIP;If gamma = 1 Luminance 'Lab' is used. If gamma = 3.0 Luminance 'linear' is used.\nLower values preserve details and texture, higher values increase denoise.
TP_LOCALLAB_NOISELEQUAL;Equalizer white-black
TP_LOCALLAB_NOISELUMCOARSE;Luminance coarse (Wav)
TP_LOCALLAB_NOISELUMDETAIL;Luma detail recovery
@@ -3171,45 +3161,44 @@ TP_LOCALLAB_NOISELUMFINE;Luminance fine 1 (Wav)
TP_LOCALLAB_NOISELUMFINETWO;Luminance fine 2 (Wav)
TP_LOCALLAB_NOISELUMFINEZERO;Luminance fine 0 (Wav)
TP_LOCALLAB_NOISEMETH;Denoise
-TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise
+TP_LOCALLAB_NOISE_TOOLTIP;Adds luminance noise.
TP_LOCALLAB_NONENOISE;None
TP_LOCALLAB_NUL_TOOLTIP;.
TP_LOCALLAB_OFFS;Offset
TP_LOCALLAB_OFFSETWAV;Offset
TP_LOCALLAB_OPACOL;Opacity
TP_LOCALLAB_ORIGLC;Merge only with original image
-TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by ‘Scope’. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
-TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced
+TP_LOCALLAB_ORRETILAP_TOOLTIP;Modifies ΔE prior to any changes made by 'Scope'. This allows you to differentiate the action for different parts of the image (with respect to the background for example).
+TP_LOCALLAB_ORRETISTREN_TOOLTIP;Acts on the Laplacian threshold, the greater the action, the more the differences in contrast will be reduced.
TP_LOCALLAB_PASTELS2;Vibrance
TP_LOCALLAB_PDE;Contrast Attenuator - Dynamic Range compression
TP_LOCALLAB_PDEFRA;Contrast Attenuator ƒ
-TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu ‘Exposure’.\nMay be useful for under-exposed or high dynamic range images.
+TP_LOCALLAB_PDEFRAME_TOOLTIP;PDE IPOL algorithm adapted for Rawtherapee : gives different results and requires different settings compared to main-menu 'Exposure'.\nMay be useful for under-exposed or high dynamic range images.
TP_LOCALLAB_PREVHIDE;Hide additional settings
TP_LOCALLAB_PREVIEW;Preview ΔE
TP_LOCALLAB_PREVSHOW;Show additional settings
TP_LOCALLAB_PROXI;ΔE decay
+TP_LOCALLAB_QUAAGRES;Aggressive
+TP_LOCALLAB_QUACONSER;Conservative
TP_LOCALLAB_QUALCURV_METHOD;Curve type
TP_LOCALLAB_QUAL_METHOD;Global quality
-TP_LOCALLAB_QUACONSER;Conservative
-TP_LOCALLAB_QUAAGRES;Aggressive
-TP_LOCALLAB_QUANONEWAV;Non-local means only
TP_LOCALLAB_QUANONEALL;Off
+TP_LOCALLAB_QUANONEWAV;Non-local means only
TP_LOCALLAB_RADIUS;Radius
-TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30
+TP_LOCALLAB_RADIUS_TOOLTIP;Uses a Fast Fourier Transform for radius > 30.
TP_LOCALLAB_RADMASKCOL;Smooth radius
+TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the 'Recovery threshold' value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the 'Recovery threshold' is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the 'Recovery threshold' acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
TP_LOCALLAB_RECT;Rectangle
-TP_LOCALLAB_RECOTHRES02_TOOLTIP;If the “Recovery threshold” value is greater than 1, the mask in Mask and Modifications takes into account any previous modifications made to the image but not those made with the current tool (e.g. Color and Light, Wavelet, Cam16, etc.)\nIf the value of the “Recovery threshold” is less than 1, the mask in Mask and Modifications does not take into account any previous modifications to the image.\n\nIn both cases, the “Recovery threshold” acts on the masked image as modified by the current tool (Color and Light, Wavelet, Cam16, etc.).
TP_LOCALLAB_RECURS;Recursive references
TP_LOCALLAB_RECURS_TOOLTIP;Forces the algorithm to recalculate the references after each tool is applied.\nAlso useful for working with masks.
TP_LOCALLAB_REN_DIALOG_LAB;Enter the new Control Spot name
TP_LOCALLAB_REN_DIALOG_NAME;Renaming Control Spot
-TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
TP_LOCALLAB_REPARCOL_TOOLTIP;Allows you to adjust the relative strength of the Color and Light image with respect to the original image.
TP_LOCALLAB_REPARDEN_TOOLTIP;Allows you to adjust the relative strength of the Denoise image with respect to the original image.
-TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
TP_LOCALLAB_REPAREXP_TOOLTIP;Allows you to adjust the relative strength of the Dynamic Range and Exposure image with respect to the original image.
+TP_LOCALLAB_REPARSH_TOOLTIP;Allows you to adjust the relative strength of the Shadows/Highlights and Tone Equalizer image with respect to the original image.
TP_LOCALLAB_REPARTM_TOOLTIP;Allows you to adjust the relative strength of the Tone mapping image with respect to the original image.
-TP_LOCALLAB_RESETSHOW;Reset All Show Modifications
+TP_LOCALLAB_REPARW_TOOLTIP;Allows you to adjust the relative strength of the local contrast and wavelet image with respect to the original image.
TP_LOCALLAB_RESID;Residual Image
TP_LOCALLAB_RESIDBLUR;Blur residual image
TP_LOCALLAB_RESIDCHRO;Residual image Chroma
@@ -3224,11 +3213,11 @@ TP_LOCALLAB_RETIFRA;Retinex
TP_LOCALLAB_RETIFRAME_TOOLTIP;Retinex can be useful for processing images: \nthat are blurred, foggy or hazy (in addition to Dehaze).\nthat contain large differences in luminance.\nIt can also be used for special effects (tone mapping).
TP_LOCALLAB_RETIM;Original Retinex
TP_LOCALLAB_RETITOOLFRA;Retinex Tools
-TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of "Lightness = 1" or "Darkness =2".\nFor other values, the last step of a "Multiple scale Retinex" algorithm (similar to "local contrast") is applied. These 2 cursors, associated with "Strength" allow you to make adjustments upstream of local contrast
-TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the "Restored data" values close to Min=0 and Max=32768 (log mode), but other values are possible.
+TP_LOCALLAB_RETI_LIGHTDARK_TOOLTIP;Has no effect when the value of 'Lightness = 1' or 'Darkness =2'.\nFor other values, the last step of a 'Multiple scale Retinex' algorithm (similar to 'local contrast') is applied. These 2 cursors, associated with 'Strength' allow you to make adjustments upstream of local contrast.
+TP_LOCALLAB_RETI_LIMDOFFS_TOOLTIP;Adjusts the internal parameters to optimize the response.\nPreferable to keep the 'Restored data' values close to Min=0 and Max=32768 (log mode), but other values are possible.
TP_LOCALLAB_RETI_LOGLIN_TOOLTIP;Logarithm mode introduces more contrast but will also generate more halos.
TP_LOCALLAB_RETI_NEIGH_VART_TOOLTIP;The radius and variance sliders allow you adjust haze and target either the foreground or the background.
-TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
+TP_LOCALLAB_RETI_SCALE_TOOLTIP;If Scale=1, Retinex behaves like local contrast with additional possibilities.\nIncreasing the value of Scale increases the intensity of the recursive action at the expense of processing time.
TP_LOCALLAB_RET_TOOLNAME;Dehaze & Retinex
TP_LOCALLAB_REWEI;Reweighting iterates
TP_LOCALLAB_RGB;RGB Tone Curve
@@ -3242,24 +3231,24 @@ TP_LOCALLAB_SCALEGR;Scale
TP_LOCALLAB_SCALERETI;Scale
TP_LOCALLAB_SCALTM;Scale
TP_LOCALLAB_SCOPEMASK;Scope (ΔE image mask)
-TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if DeltaE Image Mask is enabled.\nLow values avoid retouching selected area
+TP_LOCALLAB_SCOPEMASK_TOOLTIP;Enabled if ΔE Image Mask is enabled.\nLow values avoid retouching selected area.
TP_LOCALLAB_SENSI;Scope
TP_LOCALLAB_SENSIEXCLU;Scope
-TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded
-TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the deltaE of the mask itself by using 'Scope (deltaE image mask)' in 'Settings' > ‘Mask and Merge’
-TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors
+TP_LOCALLAB_SENSIEXCLU_TOOLTIP;Adjust the colors to be excluded.
+TP_LOCALLAB_SENSIMASK_TOOLTIP;Scope adjustment specific to common mask tool.\nActs on the difference between the original image and the mask.\nUses the luma, chroma and hue references from the center of the RT-spot\n\nYou can also adjust the ΔE of the mask itself by using 'Scope (ΔE image mask)' in 'Settings' > 'Mask and Merge'.
+TP_LOCALLAB_SENSI_TOOLTIP;Adjusts the scope of the action:\nSmall values limit the action to colors similar to those in the center of the spot.\nHigh values let the tool act on a wider range of colors.
TP_LOCALLAB_SETTINGS;Settings
TP_LOCALLAB_SH1;Shadows Highlights
TP_LOCALLAB_SH2;Equalizer
TP_LOCALLAB_SHADEX;Shadows
TP_LOCALLAB_SHADEXCOMP;Shadow compression
TP_LOCALLAB_SHADHIGH;Shadows/Highlights & Tone Equalizer
-TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm
-TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm
+TP_LOCALLAB_SHADHMASK_TOOLTIP;Lowers the highlights of the mask in the same way as the shadows/highlights algorithm.
+TP_LOCALLAB_SHADMASK_TOOLTIP;Lifts the shadows of the mask in the same way as the shadows/highlights algorithm.
TP_LOCALLAB_SHADOWHIGHLIGHT_TOOLTIP;Adjust shadows and highlights either with shadows & highlights sliders or with a tone equalizer.\nCan be used instead of, or in conjunction with the Exposure module.\nCan also be used as a graduated filter.
TP_LOCALLAB_SHAMASKCOL;Shadows
TP_LOCALLAB_SHAPETYPE;RT-spot shape
-TP_LOCALLAB_SHAPE_TOOLTIP;”Ellipse” is the normal mode.\n “Rectangle” can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
+TP_LOCALLAB_SHAPE_TOOLTIP;'Ellipse' is the normal mode.\n 'Rectangle' can be used in certain cases, for example to work in full-image mode by placing the delimiters outside the preview area. In this case, set transition = 100.\n\nFuture developments will include polygon shapes and Bezier curves.
TP_LOCALLAB_SHARAMOUNT;Amount
TP_LOCALLAB_SHARBLUR;Blur radius
TP_LOCALLAB_SHARDAMPING;Damping
@@ -3269,7 +3258,7 @@ TP_LOCALLAB_SHARP;Sharpening
TP_LOCALLAB_SHARP_TOOLNAME;Sharpening
TP_LOCALLAB_SHARRADIUS;Radius
TP_LOCALLAB_SHORTC;Short Curves 'L' Mask
-TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7
+TP_LOCALLAB_SHORTCMASK_TOOLTIP;Short circuit the 2 curves L(L) and L(H).\nAllows you to mix the current image with the original image modified by the mask job.\nUsable with masks 2, 3, 4, 6, 7.
TP_LOCALLAB_SHOWC;Mask and modifications
TP_LOCALLAB_SHOWC1;Merge file
TP_LOCALLAB_SHOWCB;Mask and modifications
@@ -3279,13 +3268,12 @@ TP_LOCALLAB_SHOWFOURIER;Fourier ƒ(dct)
TP_LOCALLAB_SHOWLAPLACE;∆ Laplacian (first)
TP_LOCALLAB_SHOWLC;Mask and modifications
TP_LOCALLAB_SHOWMASK;Show mask
-TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the "Spot structure" cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
+TP_LOCALLAB_SHOWMASKCOL_TOOLTIP;Displays masks and modifications.\nBeware, you can only view one tool mask at a time.\nShow modified image: shows the modified image including the effect of any adjustments and masks.\nShow modified areas without mask: shows the modifications before any masks are applied.\nShow modified areas with mask: shows the modifications after a mask has been applied.\nShow mask: shows the aspect of the mask including the effect of any curves and filters.\nShow spot structure: allows you to see the structure-detection mask when the 'Spot structure' cursor is activated (when available).\nNote: The mask is applied before the shape detection algorithm.
TP_LOCALLAB_SHOWMASKSOFT_TOOLTIP;Allows you to visualize the different stages of the Fourier process.\n Laplace - calculates the second derivative of the Laplace transform as a function of the threshold.\nFourier - shows the Laplacian transform with DCT.\nPoisson - shows the solution of the Poisson DCE.\nNo luminance normalization - shows result without any luminance normalization.
TP_LOCALLAB_SHOWMASKTYP1;Blur & Noise
TP_LOCALLAB_SHOWMASKTYP2;Denoise
-TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
-//TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Mask and modifications can be chosen.\nBlur and noise : in this case it is not used for 'denoise'.\nDenoise : in this case it is not used for 'blur and noise'.\n\nBlur and noise + denoise : mask is shared, be careful to 'show modifications' and 'scope'
-TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with ‘Mask and modifications’.\nIf ‘Blur and noise’ is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for ‘Blur and noise’.\nIf ‘Blur and noise + Denoise’ is selected, the mask is shared. Note that in this case, the Scope sliders for both ‘Blur and noise’ and Denoise will be active so it is advisable to use the option ‘Show modifications with mask’ when making any adjustments.
+TP_LOCALLAB_SHOWMASKTYP3;Blur & Noise + Denoise
+TP_LOCALLAB_SHOWMASKTYP_TOOLTIP;Can be used with 'Mask and modifications'.\nIf 'Blur and noise' is selected, the mask cannot be used for Denoise.\nIf Denoise is selected, the mask cannot be used for 'Blur and noise'.\nIf 'Blur and noise + Denoise' is selected, the mask is shared. Note that in this case, the Scope sliders for both 'Blur and noise' and Denoise will be active so it is advisable to use the option 'Show modifications with mask' when making any adjustments.
TP_LOCALLAB_SHOWMNONE;Show modified image
TP_LOCALLAB_SHOWMODIF;Show modified areas without mask
TP_LOCALLAB_SHOWMODIF2;Show modified areas
@@ -3303,29 +3291,29 @@ TP_LOCALLAB_SHOWVI;Mask and modifications
TP_LOCALLAB_SHRESFRA;Shadows/Highlights & TRC
TP_LOCALLAB_SHTRC_TOOLTIP;Based on 'working profile' (only those provided), modifies the tones of the image by acting on a TRC (Tone Response Curve).\nGamma acts mainly on light tones.\nSlope acts mainly on dark tones.\nIt is recommended that the TRC of both devices (monitor and output profile) be sRGB (default).
TP_LOCALLAB_SH_TOOLNAME;Shadows/Highlights & Tone Equalizer
-TP_LOCALLAB_SIGMAWAV;Attenuation response
TP_LOCALLAB_SIGFRA;Sigmoid Q & Log encoding Q
TP_LOCALLAB_SIGJZFRA;Sigmoid Jz
-TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
-TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+TP_LOCALLAB_SIGMAWAV;Attenuation response
TP_LOCALLAB_SIGMOIDBL;Blend
+TP_LOCALLAB_SIGMOIDLAMBDA;Contrast
TP_LOCALLAB_SIGMOIDQJ;Uses Black Ev & White Ev
-TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
+TP_LOCALLAB_SIGMOIDTH;Threshold (Gray point)
+TP_LOCALLAB_SIGMOID_TOOLTIP;Allows you to simulate a Tone-mapping appearance using both the'Ciecam' (or 'Jz') and 'Sigmoid' function.\nThree sliders: a) Contrast acts on the shape of the sigmoid curve and consequently on the strength; b) Threshold (Gray point) distributes the action according to the luminance; c)Blend acts on the final aspect of the image, contrast and luminance.
TP_LOCALLAB_SLOMASKCOL;Slope
-TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying ‘L’ to avoid any discontinuities.
+TP_LOCALLAB_SLOMASK_TOOLTIP;Adjusting Gamma and Slope can provide a soft and artifact-free transformation of the mask by progressively modifying 'L' to avoid any discontinuities.
TP_LOCALLAB_SLOSH;Slope
TP_LOCALLAB_SOFT;Soft Light & Original Retinex
TP_LOCALLAB_SOFTM;Soft Light
TP_LOCALLAB_SOFTMETHOD_TOOLTIP;Apply a Soft-light blend (identical to the global adjustment). Carry out dodge and burn using the original Retinex algorithm.
TP_LOCALLAB_SOFTRADIUSCOL;Soft radius
TP_LOCALLAB_SOFTRADIUSCOL_TOOLTIP;Applies a guided filter to the output image to reduce possible artifacts.
-TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
+TP_LOCALLAB_SOFTRETI;Reduce ΔE artifacts
TP_LOCALLAB_SOFT_TOOLNAME;Soft Light & Original Retinex
TP_LOCALLAB_SOURCE_ABS;Absolute luminance
TP_LOCALLAB_SOURCE_GRAY;Mean luminance (Yb%)
TP_LOCALLAB_SPECCASE;Specific cases
TP_LOCALLAB_SPECIAL;Special use of RGB curves
-TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. ‘Scope’, masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
+TP_LOCALLAB_SPECIAL_TOOLTIP;The checkbox allows you to remove all other actions i.e. 'Scope', masks, sliders etc., (except for transitions) and use just the effect of the RGB tone-curve.
TP_LOCALLAB_SPOTNAME;New Spot
TP_LOCALLAB_STD;Standard
TP_LOCALLAB_STR;Strength
@@ -3333,15 +3321,15 @@ TP_LOCALLAB_STRBL;Strength
TP_LOCALLAB_STREN;Compression strength
TP_LOCALLAB_STRENG;Strength
TP_LOCALLAB_STRENGR;Strength
-TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with "strength", but you can also use the "scope" function which allows you to delimit the action (e.g. to isolate a particular color).
+TP_LOCALLAB_STRENGRID_TOOLTIP;You can adjust the desired effect with 'strength', but you can also use the 'scope' function which allows you to delimit the action (e.g. to isolate a particular color).
TP_LOCALLAB_STRENGTH;Noise
TP_LOCALLAB_STRGRID;Strength
TP_LOCALLAB_STRUC;Structure
TP_LOCALLAB_STRUCCOL;Spot structure
TP_LOCALLAB_STRUCCOL1;Spot structure
-TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate ‘Mask and modifications’ > ‘Show spot structure’ (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and ‘Local contrast’ (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either ‘Show modified image’ or ‘Show modified areas with mask’.
+TP_LOCALLAB_STRUCT_TOOLTIP;Uses the Sobel algorithm to take into account structure for shape detection.\nActivate 'Mask and modifications' > 'Show spot structure' (Advanced mode) to see a preview of the mask (without modifications).\n\nCan be used in conjunction with the Structure Mask, Blur Mask and 'Local contrast' (by wavelet level) to improve edge detection.\n\nEffects of adjustments using Lightness, Contrast, Chrominance, Exposure or other non-mask-related tools visible using either 'Show modified image' or 'Show modified areas with mask'.
TP_LOCALLAB_STRUMASKCOL;Structure mask strength
-TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise") and mask(Color & Light).
+TP_LOCALLAB_STRUMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' unchecked: In this case a mask showing the structure will be generated even if none of the 3 curves is activated. Structure masks are available for mask (Blur and denoise') and mask(Color & Light).
TP_LOCALLAB_STRUSTRMASK_TOOLTIP;Moderate use of this slider is recommended!
TP_LOCALLAB_STYPE;Shape method
TP_LOCALLAB_STYPE_TOOLTIP;You can choose between:\nSymmetrical - left handle linked to right, top handle linked to bottom.\nIndependent - all handles are independent.
@@ -3349,34 +3337,34 @@ TP_LOCALLAB_SYM;Symmetrical (mouse)
TP_LOCALLAB_SYMSL;Symmetrical (mouse + sliders)
TP_LOCALLAB_TARGET_GRAY;Mean luminance (Yb%)
TP_LOCALLAB_THRES;Threshold structure
-TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
+TP_LOCALLAB_THRESDELTAE;ΔE scope threshold
TP_LOCALLAB_THRESRETI;Threshold
TP_LOCALLAB_THRESWAV;Balance threshold
TP_LOCALLAB_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sig=%4
TP_LOCALLAB_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
TP_LOCALLAB_TM;Tone Mapping
TP_LOCALLAB_TM_MASK;Use transmission map
-TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an "edge".\n If set to zero the tone mapping will have an effect similar to unsharp masking.
+TP_LOCALLAB_TONEMAPESTOP_TOOLTIP;This slider affects edge sensitivity.\n The greater the value, the more likely a change in contrast will be interpreted as an 'edge'.\n If set to zero the tone mapping will have an effect similar to unsharp masking.
TP_LOCALLAB_TONEMAPGAM_TOOLTIP;The Gamma slider shifts the tone-mapping effect towards either the shadows or the highlights.
TP_LOCALLAB_TONEMAPREWEI_TOOLTIP;In some cases tone mapping may result in a cartoonish appearance, and in some rare cases soft but wide halos may appear.\n Increasing the number of reweighting iterates will help fight some of these problems.
TP_LOCALLAB_TONEMAP_TOOLTIP;Same as the tone mapping tool in the main menu.\nThe main-menu tool must be deactivated if this tool is used.
-TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between "local" and "global" contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted
+TP_LOCALLAB_TONEMASCALE_TOOLTIP;This slider allows you to adjust the transition between 'local' and 'global' contrast.\nThe greater the value, the larger a detail needs to be for it to be boosted.
TP_LOCALLAB_TONE_TOOLNAME;Tone Mapping
TP_LOCALLAB_TOOLCOL;Structure mask as tool
-TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists
+TP_LOCALLAB_TOOLCOLFRMASK_TOOLTIP;Allows you to modify the mask, if one exists.
TP_LOCALLAB_TOOLMASK;Mask Tools
TP_LOCALLAB_TOOLMASK_2;Wavelets
-TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox ‘Structure mask as tool’ checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the ‘Structure mask’ behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
+TP_LOCALLAB_TOOLMASK_TOOLTIP;Structure mask (slider) with the checkbox 'Structure mask as tool' checked: in this case a mask showing the structure will be generated after one or more of the 2 curves L(L) or LC(H) has been modified.\n Here, the 'Structure mask' behaves like the other Mask tools : Gamma, Slope, etc.\n It allows you to vary the action on the mask according to the structure of the image.
TP_LOCALLAB_TRANSIT;Transition Gradient
TP_LOCALLAB_TRANSITGRAD;Transition differentiation XY
-TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition
+TP_LOCALLAB_TRANSITGRAD_TOOLTIP;Allows you to vary the y-axis transition.
TP_LOCALLAB_TRANSITVALUE;Transition value
TP_LOCALLAB_TRANSITWEAK;Transition decay (linear-log)
-TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light)
-TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the "radius"
+TP_LOCALLAB_TRANSITWEAK_TOOLTIP;Adjust transition decay function: 1 linear , 2 parabolic, 3 cubic up to ^25.\nCan be used in conjunction with very low transition values to reduce defects (CBDL, Wavelets, Color & Light).
+TP_LOCALLAB_TRANSIT_TOOLTIP;Adjust smoothness of transition between affected and unaffected areas as a percentage of the 'radius'.
TP_LOCALLAB_TRANSMISSIONGAIN;Transmission gain
TP_LOCALLAB_TRANSMISSIONMAP;Transmission map
-TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts
+TP_LOCALLAB_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positive values (max).\nOrdinate: amplification or reduction.\nYou can adjust this curve to change the Transmission and reduce artifacts.
TP_LOCALLAB_USEMASK;Laplacian
TP_LOCALLAB_VART;Variance (contrast)
TP_LOCALLAB_VIBRANCE;Vibrance & Warm/Cool
@@ -3388,49 +3376,47 @@ TP_LOCALLAB_WARM_TOOLTIP;This slider uses the CIECAM algorithm and acts as a Whi
TP_LOCALLAB_WASDEN_TOOLTIP;Luminance noise reduction: the left-hand side of the curve including the dark-gray/light-gray boundary corresponds to the first 3 levels 0, 1, 2 (fine detail). The right hand side of the curve corresponds to the coarser details (level 3, 4, 5, 6).
TP_LOCALLAB_WAT_BALTHRES_TOOLTIP;Balances the action within each level.
TP_LOCALLAB_WAT_BLURLC_TOOLTIP;The default blur setting affects all 3 L*a* b* components (luminance and colour).\nWhen checked, only luminance is blurred.
-TP_LOCALLAB_WAT_CLARIC_TOOLTIP;“Merge chroma” is used to select the intensity of the desired effect on chrominance.
-TP_LOCALLAB_WAT_CLARIL_TOOLTIP;“Merge luma” is used to select the intensity of the desired effect on luminance.
-TP_LOCALLAB_WAT_CLARICJZ_TOOLTIP;“Merge chroma” is used to select the intensity of the desired effect on chrominance.\nOnly the maximum value of wavelet levels (bottom-right) is taken into account.
-TP_LOCALLAB_WAT_CLARILJZ_TOOLTIP;“Merge luma” is used to select the intensity of the desired effect on luminance.\nOnly the maximum value of wavelet levels (bottom-right) is taken into account.
-TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;‘Chroma levels’: adjusts the “a” and “b” components of Lab* as a proportion of the luminance value.
-TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low ‘Attenuation response’ value you can select which contrast values will be enhanced.
+TP_LOCALLAB_WAT_CLARIC_TOOLTIP;'Merge chroma' is used to select the intensity of the desired effect on chrominance.
+TP_LOCALLAB_WAT_CLARIL_TOOLTIP;'Merge luma' is used to select the intensity of the desired effect on luminance.
+TP_LOCALLAB_WAT_CONTCHROMALEV_TOOLTIP;'Chroma levels': adjusts the 'a' and 'b' components of Lab* as a proportion of the luminance value.
+TP_LOCALLAB_WAT_CONTOFFSET_TOOLTIP;Offset modifies the balance between low-contrast and high-contrast details.\nHigh values will amplify contrast changes to the higher-contrast details, whereas low values will amplify contrast changes to low-contrast details.\nBy using a low 'Attenuation response' value you can select which contrast values will be enhanced.
TP_LOCALLAB_WAT_DELTABAL_TOOLTIP;By moving the slider to the left, the lower levels are accentuated. To the right, the lower levels are reduced and the higher levels accentuated.
TP_LOCALLAB_WAT_EXPRESID_TOOLTIP;The residual image behaves in the same way as the main image when making adjustments to contrast, chroma etc.
TP_LOCALLAB_WAT_GRADW_TOOLTIP;The more you move the slider to the right, the more effective the detection algorithm will be and the less noticeable the effects of local contrast.
TP_LOCALLAB_WAT_LEVELLOCCONTRAST_TOOLTIP;Low to high local contrast from left to right on the x-axis.\nIncreases or decreases local contrast on the y-axis.
TP_LOCALLAB_WAT_LOCCONTRASTEDG_TOOLTIP;You can adjust the distribution of local contrast by wavelet level based on the initial intensity of the contrast. This will modify the effects of perspective and relief in the image, and/or reduce the contrast values for very low initial contrast levels.
-TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;‘Merge only with original image’, prevents the ‘Wavelet Pyramid’ settings from interfering with ‘Clarity’ and ‘Sharp mask’.
+TP_LOCALLAB_WAT_ORIGLC_TOOLTIP;'Merge only with original image', prevents the 'Wavelet Pyramid' settings from interfering with 'Clarity' and 'Sharp mask'.
TP_LOCALLAB_WAT_RESIDBLUR_TOOLTIP;Blurs the residual image, independent of the levels.
TP_LOCALLAB_WAT_RESIDCOMP_TOOLTIP;Compresses the residual image to increase or reduce contrast.
TP_LOCALLAB_WAT_SIGMALC_TOOLTIP;The effect of the local contrast adjustment is stronger for medium-contrast details and weaker for high and low-contrast details.\n This slider controls how quickly the effect dampens towards the extreme contrasts.\nThe higher the value of the slider, the wider the range of contrasts that will receive the full effect of the local contrast adjustment and the higher the risk of generating artifacts.\nThe lower the value, the more the effect will be pinpointed towards a narrow range of contrast values.
TP_LOCALLAB_WAT_STRENGTHW_TOOLTIP;Intensity of edge-effect detection.
TP_LOCALLAB_WAT_STRWAV_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
TP_LOCALLAB_WAT_THRESHOLDWAV_TOOLTIP;Range of wavelet levels used throughout the Wavelets module.
-TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
+TP_LOCALLAB_WAT_WAVBLURCURV_TOOLTIP;Allows you to blur each level of decomposition.\nThe finest to coarsest levels of decomposition are from left to right.
TP_LOCALLAB_WAT_WAVCBDL_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
TP_LOCALLAB_WAT_WAVDELTABAL_TOOLTIP;Acts on the balance of the three directions (horizontal, vertical and diagonal) based on the luminance of the image.\nBy default the shadows or highlights are reduced to avoid artifacts.
-TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the ‘Edge sharpness’ tools. It is advisable to read the Wavelet Levels documentation.
+TP_LOCALLAB_WAT_WAVESHOW_TOOLTIP;Shows all of the 'Edge sharpness' tools. It is advisable to read the Wavelet Levels documentation.
TP_LOCALLAB_WAT_WAVLEVELBLUR_TOOLTIP;Allows you to adjust the maximum effect of blurring on the levels.
TP_LOCALLAB_WAT_WAVSHAPE_TOOLTIP;Low to high local contrast from left to right on the x-axis\nIncrease or decrease local contrast on the y-axis.
-TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
+TP_LOCALLAB_WAT_WAVTM_TOOLTIP;The lower (negative) part compresses each level of decomposition creating a tone mapping effect.\nThe upper (positive) part attenuates the contrast by level.\nThe finest to coarsest levels of decomposition are from left to right on the x-axis.
TP_LOCALLAB_WAV;Local contrast
TP_LOCALLAB_WAVBLUR_TOOLTIP;Allows you to blur each level of the decomposition, as well as the residual image.
TP_LOCALLAB_WAVCOMP;Compression by level
TP_LOCALLAB_WAVCOMPRE;Compression by level
TP_LOCALLAB_WAVCOMPRE_TOOLTIP;Allows you to apply tone mapping or reduce local contrast on individual levels.\nFine to coarse detail levels from left to right on the x-axis.
-TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal
+TP_LOCALLAB_WAVCOMP_TOOLTIP;Allows you to apply local contrast based on the direction of the wavelet decomposition : horizontal, vertical, diagonal.
TP_LOCALLAB_WAVCON;Contrast by level
TP_LOCALLAB_WAVCONTF_TOOLTIP;Similar to Contrast By Detail Levels. Fine to coarse detail levels from left to right on the x-axis.
TP_LOCALLAB_WAVDEN;Luminance denoise
TP_LOCALLAB_WAVE;Wavelets
TP_LOCALLAB_WAVEDG;Local contrast
TP_LOCALLAB_WAVEEDG_TOOLTIP;Improves sharpness by targeting the action of local contrast on the edges. It has the same functions as the corresponding module in Wavelet Levels and uses the same settings.
-TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in ‘Local contrast’ (by wavelet level).
-TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
+TP_LOCALLAB_WAVEMASK_LEVEL_TOOLTIP;Range of wavelet levels used in 'Local contrast' (by wavelet level).
+TP_LOCALLAB_WAVGRAD_TOOLTIP;Allows the local contrast to be varied according to a chosen gradient and angle. The variation of the luminance signal is taken into account and not the luminance.
TP_LOCALLAB_WAVHUE_TOOLTIP;Allows you to reduce or increase the denoise based on hue.
TP_LOCALLAB_WAVLEV;Blur by level
TP_LOCALLAB_WAVMASK;Local contrast
-TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings...)
+TP_LOCALLAB_WAVMASK_TOOLTIP;Uses wavelets to modify the local contrast of the mask and reinforce or reduce the structure (skin, buildings, etc.).
TP_LOCALLAB_WEDIANHI;Median Hi
TP_LOCALLAB_WHITE_EV;White Ev
TP_LOCALLAB_ZCAMFRA;ZCAM Image Adjustments
@@ -3439,13 +3425,13 @@ TP_LOCAL_HEIGHT;Bottom
TP_LOCAL_HEIGHT_T;Top
TP_LOCAL_WIDTH;Right
TP_LOCAL_WIDTH_L;Left
-TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.\n
+TP_LOCRETI_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Evenly distributed.\nHigh = Reinforce strong light.
TP_METADATA_EDIT;Apply modifications
TP_METADATA_MODE;Metadata copy mode
TP_METADATA_STRIP;Strip all metadata
TP_METADATA_TUNNEL;Copy unchanged
TP_NEUTRAL;Reset
-TP_NEUTRAL_TIP;Resets exposure sliders to neutral values.\nApplies to the same controls that Auto Levels applies to, regardless of whether you used Auto Levels or not.
+TP_NEUTRAL_TOOLTIP;Resets exposure sliders to neutral values.\nApplies to the same controls that Auto Levels applies to, regardless of whether you used Auto Levels or not.
TP_PCVIGNETTE_FEATHER;Feather
TP_PCVIGNETTE_FEATHER_TOOLTIP;Feathering:\n0 = corners only,\n50 = halfway to center,\n100 = to center.
TP_PCVIGNETTE_LABEL;Vignette Filter
@@ -3454,7 +3440,6 @@ TP_PCVIGNETTE_ROUNDNESS_TOOLTIP;Roundness:\n0 = rectangle,\n50 = fitted ellipse,
TP_PCVIGNETTE_STRENGTH;Strength
TP_PCVIGNETTE_STRENGTH_TOOLTIP;Filter strength in stops (reached in corners).
TP_PDSHARPENING_LABEL;Capture Sharpening
-TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
TP_PERSPECTIVE_CAMERA_CROP_FACTOR;Crop factor
TP_PERSPECTIVE_CAMERA_FOCAL_LENGTH;Focal length
TP_PERSPECTIVE_CAMERA_FRAME;Correction
@@ -3465,6 +3450,7 @@ TP_PERSPECTIVE_CAMERA_SHIFT_VERTICAL;Vertical shift
TP_PERSPECTIVE_CAMERA_YAW;Horizontal
TP_PERSPECTIVE_CONTROL_LINES;Control lines
TP_PERSPECTIVE_CONTROL_LINES_TOOLTIP;Ctrl+drag: Draw new line\nRight-click: Delete line
+TP_PERSPECTIVE_CONTROL_LINE_APPLY_INVALID_TOOLTIP;At least two horizontal or two vertical control lines required.
TP_PERSPECTIVE_HORIZONTAL;Horizontal
TP_PERSPECTIVE_LABEL;Perspective
TP_PERSPECTIVE_METHOD;Method
@@ -3498,17 +3484,11 @@ TP_PREPROCWB_LABEL;Preprocess White Balance
TP_PREPROCWB_MODE;Mode
TP_PREPROCWB_MODE_AUTO;Auto
TP_PREPROCWB_MODE_CAMERA;Camera
-TC_PRIM_BLUX;Bx
-TC_PRIM_BLUY;By
-TC_PRIM_GREX;Gx
-TC_PRIM_GREY;Gy
-TC_PRIM_REDX;Rx
-TC_PRIM_REDY;Ry
TP_PRSHARPENING_LABEL;Post-Resize Sharpening
-TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
+TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the 'Lanczos' resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
TP_RAWCACORR_AUTO;Auto-correction
TP_RAWCACORR_AUTOIT;Iterations
-TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if "Auto-correction" is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
+TP_RAWCACORR_AUTOIT_TOOLTIP;This setting is available if 'Auto-correction' is checked.\nAuto-correction is conservative, meaning that it often does not correct all chromatic aberration.\nTo correct the remaining chromatic aberration, you can use up to five iterations of automatic chromatic aberration correction.\nEach iteration will reduce the remaining chromatic aberration from the last iteration at the cost of additional processing time.
TP_RAWCACORR_AVOIDCOLORSHIFT;Avoid color shift
TP_RAWCACORR_CABLUE;Blue
TP_RAWCACORR_CARED;Red
@@ -3573,7 +3553,7 @@ TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL_TOOLTIP;Enabled: Equalize the RGB channels i
TP_RAW_PIXELSHIFTEQUALBRIGHT_TOOLTIP;Equalize the brightness of the frames to the brightness of the selected frame.\nIf there are overexposed areas in the frames select the brightest frame to avoid magenta color cast in overexposed areas or enable motion correction.
TP_RAW_PIXELSHIFTGREEN;Check green channel for motion
TP_RAW_PIXELSHIFTHOLEFILL;Fill holes in motion mask
-TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask
+TP_RAW_PIXELSHIFTHOLEFILL_TOOLTIP;Fill holes in motion mask.
TP_RAW_PIXELSHIFTMEDIAN;Use median for moving parts
TP_RAW_PIXELSHIFTMEDIAN_TOOLTIP;Use median of all frames instead of selected frame for regions with motion.\nRemoves objects which are at different places in all frames.\nGives motion effect on slow moving (overlapping) objects.
TP_RAW_PIXELSHIFTMM_AUTO;Automatic
@@ -3588,12 +3568,12 @@ TP_RAW_PIXELSHIFTSHOWMOTION_TOOLTIP;Overlays the image with a green mask showing
TP_RAW_PIXELSHIFTSIGMA;Blur radius
TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;The default radius of 1.0 usually fits well for base ISO.\nIncrease the value for high ISO shots, 5.0 is a good starting point.\nWatch the motion mask while changing the value.
TP_RAW_PIXELSHIFTSMOOTH;Smooth transitions
-TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether "Use LMMSE" is selected), or the median of all four frames if "Use median" is selected.
+TP_RAW_PIXELSHIFTSMOOTH_TOOLTIP;Smooth transitions between areas with motion and areas without.\nSet to 0 to disable transition smoothing.\nSet to 1 to either get the AMaZE/LMMSE result of the selected frame (depending on whether 'Use LMMSE' is selected), or the median of all four frames if 'Use median' is selected.
TP_RAW_RCD;RCD
TP_RAW_RCDBILINEAR;RCD+Bilinear
TP_RAW_RCDVNG4;RCD+VNG4
TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
-TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas
+TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.\n+fast gives less artifacts in flat areas.
TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
TP_RAW_VNG4;VNG4
TP_RAW_XTRANS;X-Trans
@@ -3612,9 +3592,9 @@ TP_RESIZE_LONG;Long Edge
TP_RESIZE_METHOD;Method:
TP_RESIZE_NEAREST;Nearest
TP_RESIZE_SCALE;Scale
-TP_RESIZE_SPECIFY;Specify:
TP_RESIZE_SE;Short Edge:
TP_RESIZE_SHORT;Short Edge
+TP_RESIZE_SPECIFY;Specify:
TP_RESIZE_W;Width:
TP_RESIZE_WIDTH;Width
TP_RETINEX_CONTEDIT_HSL;HSL histogram
@@ -3624,7 +3604,7 @@ TP_RETINEX_CONTEDIT_MAP;Equalizer
TP_RETINEX_CURVEEDITOR_CD;L=f(L)
TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
TP_RETINEX_CURVEEDITOR_LH;Strength=f(H)
-TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
+TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the 'Highlight' retinex method.
TP_RETINEX_CURVEEDITOR_MAP;L=f(L)
TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
TP_RETINEX_EQUAL;Equalizer
@@ -3647,7 +3627,7 @@ TP_RETINEX_GRAD_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Va
TP_RETINEX_HIGH;High
TP_RETINEX_HIGHLIG;Highlight
TP_RETINEX_HIGHLIGHT;Highlight threshold
-TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
+TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust 'Neighboring pixels' and to increase the 'White-point correction' in the Raw tab -> Raw White Points tool.
TP_RETINEX_HSLSPACE_LIN;HSL-Linear
TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
TP_RETINEX_ITER;Iterations (Tone-mapping)
@@ -3667,10 +3647,10 @@ TP_RETINEX_MEDIAN;Transmission median filter
TP_RETINEX_METHOD;Method
TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
TP_RETINEX_MLABEL;Restored data Min=%1 Max=%2
-TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust ‘Clip restored data (gain)’ and ‘Offset’ to normalize.\nRecovers image data without blending
+TP_RETINEX_MLABEL_TOOLTIP;The values should be close to Min=0 Max=32768 (log mode) but other values are possible.You can adjust 'Clip restored data (gain)' and 'Offset' to normalize.\nRecovers image data without blending.
TP_RETINEX_NEIGHBOR;Radius
TP_RETINEX_NEUTRAL;Reset
-TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
+TP_RETINEX_NEUTRAL_TOOLTIP;Reset all sliders and curves to their default values.
TP_RETINEX_OFFSET;Offset (brightness)
TP_RETINEX_SCALES;Gaussian gradient
TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
@@ -3684,14 +3664,14 @@ TP_RETINEX_TLABEL;TM Datas Min=%1 Max=%2 Mean=%3 Sigma=%4
TP_RETINEX_TLABEL2;TM Effective Tm=%1 TM=%2
TP_RETINEX_TLABEL_TOOLTIP;ransmission map result.\nMin and Max are used by Variance.\nTm=Min TM=Max of Transmission Map.\nYou can normalize the results with the threshold slider.
TP_RETINEX_TRANF;Transmission
-TP_RETINEX_TRANSMISSION;Transmission map
+TP_RETINEX_TRANSMISSION;Transmission map
TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
TP_RETINEX_UNIFORM;Uniform
TP_RETINEX_VARIANCE;Contrast
TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
TP_RETINEX_VIEW;Process
TP_RETINEX_VIEW_MASK;Mask
-TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
+TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask - Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
TP_RETINEX_VIEW_NONE;Standard
TP_RETINEX_VIEW_TRAN;Transmission - Auto
TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
@@ -3706,7 +3686,7 @@ TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Degree
TP_ROTATE_LABEL;Rotate
TP_ROTATE_SELECTLINE;Select Straight Line
-TP_SAVEDIALOG_OK_TIP;Shortcut: Ctrl-Enter
+TP_SAVEDIALOG_OK_TOOLTIP;Shortcut: Ctrl-Enter
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Highlights
TP_SHADOWSHLIGHTS_HLTONALW;Highlights tonal width
TP_SHADOWSHLIGHTS_LABEL;Shadows/Highlights
@@ -3746,7 +3726,7 @@ TP_SOFTLIGHT_STRENGTH;Strength
TP_SPOT_COUNTLABEL;%1 point(s)
TP_SPOT_DEFAULT_SIZE;Default spot size
TP_SPOT_ENTRYCHANGED;Point changed
-TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the "feather" circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
+TP_SPOT_HINT;Click on this button to be able to operate on the preview area.\n\nTo edit a spot, hover the white mark locating an edited area, making the editing geometry appear.\n\nTo add a spot, press Ctrl and left mouse button, drag the circle (Ctrl key can be released) to a source location, then release the mouse button.\n\nTo move the source or destination spot, hover its center then drag it.\n\nThe inner circle (maximum effect area) and the 'feather' circle can be resized by hovering them (the circle becomes orange) and dragging it (the circle becomes red).\n\nWhen the changes are done, right click outside any spot to end the Spot editing mode, or click on this button again.
TP_SPOT_LABEL;Spot Removal
TP_TM_FATTAL_AMOUNT;Amount
TP_TM_FATTAL_ANCHOR;Anchor
@@ -3759,7 +3739,7 @@ TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE1;Red/Purple
TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE2;Red
TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE3;Red/Yellow
TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE4;Yellow
-TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;Hue according to hue H=f(H)
+TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;Hue according to hue H=f(H).
TP_VIBRANCE_LABEL;Vibrance
TP_VIBRANCE_PASTELS;Pastel tones
TP_VIBRANCE_PASTSATTOG;Link pastel and saturated tones
@@ -3797,7 +3777,7 @@ TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: ve
TP_WAVELET_BALCHRO;Chroma balance
TP_WAVELET_BALCHROM;Equalizer Color
TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
-TP_WAVELET_BALLUM;Denoise equalizer White-Black
+TP_WAVELET_BALLUM;Denoise equalizer White-Black
TP_WAVELET_BANONE;None
TP_WAVELET_BASLI;Slider
TP_WAVELET_BATYPE;Contrast balance method
@@ -3806,7 +3786,7 @@ TP_WAVELET_BLCURVE;Blur by levels
TP_WAVELET_BLURFRAME;Blur
TP_WAVELET_BLUWAV;Attenuation response
TP_WAVELET_CBENAB;Toning and Color balance
-TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance
+TP_WAVELET_CB_TOOLTIP;With high values you can create special effects, similar to those achieved with the Chroma Module, but focused on the residual image\nWith moderate values you can manually correct the white balance.
TP_WAVELET_CCURVE;Local contrast
TP_WAVELET_CH1;Whole chroma range
TP_WAVELET_CH2;Saturated/pastel
@@ -3820,7 +3800,7 @@ TP_WAVELET_CHROMCO;Chrominance Coarse
TP_WAVELET_CHROMFI;Chrominance Fine
TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
TP_WAVELET_CHRWAV;Blur chroma
-TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
+TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of 'contrast levels' and 'chroma-contrast link strength'.
TP_WAVELET_CHSL;Sliders
TP_WAVELET_CHTYPE;Chrominance method
TP_WAVELET_CLA;Clarity
@@ -3831,7 +3811,7 @@ TP_WAVELET_COMPEXPERT;Advanced
TP_WAVELET_COMPGAMMA;Compression gamma
TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
TP_WAVELET_COMPLEXLAB;Complexity
-TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations
+TP_WAVELET_COMPLEX_TOOLTIP;Standard: shows a reduced set of tools suitable for most processing operations.\nAdvanced: shows the complete set of tools for advanced processing operations.
TP_WAVELET_COMPNORMAL;Standard
TP_WAVELET_COMPTM;Tone mapping
TP_WAVELET_CONTEDIT;'After' contrast curve
@@ -3842,12 +3822,12 @@ TP_WAVELET_CONTRAST_MINUS;Contrast -
TP_WAVELET_CONTRAST_PLUS;Contrast +
TP_WAVELET_CONTRA_TOOLTIP;Changes the residual image contrast.
TP_WAVELET_CTYPE;Chrominance control
-TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%
+TP_WAVELET_CURVEEDITOR_BL_TOOLTIP;Disabled if zoom > about 300%.
TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
TP_WAVELET_CURVEEDITOR_CL;L
-TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
+TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast-luminance curve at the end of the wavelet processing.
TP_WAVELET_CURVEEDITOR_HH;HH
TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image hue as a function of hue.
TP_WAVELET_DALL;All directions
@@ -3863,18 +3843,18 @@ TP_WAVELET_DEN5THR;Guided threshold
TP_WAVELET_DENCURV;Curve
TP_WAVELET_DENL;Correction structure
TP_WAVELET_DENLH;Guided threshold levels 1-4
-TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained
+TP_WAVELET_DENLOCAL_TOOLTIP;Use a curve in order to guide the denoising according to the local contrast.\nThe areas are denoised, the structures are maintained.
TP_WAVELET_DENMIX_TOOLTIP;The local-contrast reference value used by the guided filter.\nDepending on the image, results can vary depending on whether the noise is measured before or after the noise reduction. These four choices allow you to take into account various combinations of the original and modified (denoised) images to find the best compromise.
TP_WAVELET_DENOISE;Guide curve based on Local contrast
TP_WAVELET_DENOISEGUID;Guided threshold based on hue
TP_WAVELET_DENOISEH;High levels Curve Local contrast
TP_WAVELET_DENOISEHUE;Denoise hue equalizer
TP_WAVELET_DENQUA;Mode
-TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide
+TP_WAVELET_DENSIGMA_TOOLTIP;Adapts the shape of the guide.
TP_WAVELET_DENSLI;Slider
TP_WAVELET_DENSLILAB;Method
-TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter
-TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color
+TP_WAVELET_DENWAVGUID_TOOLTIP;Uses hue to reduce or increase the action of the guided filter.
+TP_WAVELET_DENWAVHUE_TOOLTIP;Amplify or reduce denoising depending on the color.
TP_WAVELET_DETEND;Details
TP_WAVELET_DIRFRAME;Directional contrast
TP_WAVELET_DONE;Vertical
@@ -3882,7 +3862,7 @@ TP_WAVELET_DTHR;Diagonal
TP_WAVELET_DTWO;Horizontal
TP_WAVELET_EDCU;Curve
TP_WAVELET_EDEFFECT;Attenuation response
-TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment
+TP_WAVELET_EDEFFECT_TOOLTIP;This slider selects the range of contrast values that will receive the full effect of any adjustment.
TP_WAVELET_EDGCONT;Local contrast
TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, top-left, top-right and bottom-right represent respectively local contrast for low values, mean, mean+std. dev. and maxima.
TP_WAVELET_EDGE;Edge sharpness
@@ -3890,21 +3870,21 @@ TP_WAVELET_EDGEAMPLI;Base amplification
TP_WAVELET_EDGEDETECT;Gradient sensitivity
TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
TP_WAVELET_EDGEDETECTTHR2;Edge enhancement
-TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge
+TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This slider sets a threshold below which finer details won't be considered as an edge.
TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
TP_WAVELET_EDGESENSI;Edge sensitivity
TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
TP_WAVELET_EDGTHRESH;Detail
TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centered on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
TP_WAVELET_EDRAD;Radius
-TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect
+TP_WAVELET_EDRAD_TOOLTIP;This adjustment controls the local enhancement. A value of zero still has an effect.
TP_WAVELET_EDSL;Threshold sliders
TP_WAVELET_EDTYPE;Local contrast method
TP_WAVELET_EDVAL;Strength
TP_WAVELET_FINAL;Final Touchup
TP_WAVELET_FINCFRAME;Final local contrast
TP_WAVELET_FINEST;Finest
-TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter
+TP_WAVELET_FINTHR_TOOLTIP;Uses local contrast to reduce or increase the action of the guided filter.
TP_WAVELET_GUIDFRAME;Final smoothing (guided filter)
TP_WAVELET_HIGHLIGHT;Finer levels luminance range
TP_WAVELET_HS1;Whole luminance range
@@ -3940,7 +3920,7 @@ TP_WAVELET_LIMDEN;Interaction levels 5-6 on levels 1-4
TP_WAVELET_LINKEDG;Link to Edge Sharpness Strength
TP_WAVELET_LIPST;Enhanced algoritm
TP_WAVELET_LOWLIGHT;Coarser levels luminance range
-TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise
+TP_WAVELET_LOWTHR_TOOLTIP;Prevents amplification of fine textures and noise.
TP_WAVELET_MEDGREINF;First level
TP_WAVELET_MEDI;Reduce artifacts in blue sky
TP_WAVELET_MEDILEV;Edge detection
@@ -3955,7 +3935,6 @@ TP_WAVELET_MIXNOISE;Noise
TP_WAVELET_NEUTRAL;Neutral
TP_WAVELET_NOIS;Denoise
TP_WAVELET_NOISE;Denoise and Refine
-TP_WAVELET_NOISE_TOOLTIP;If level 4 luminance denoise superior to 50, mode Aggressive is used.\nIf chrominance coarse superior to 20, mode Aggressive is used.
TP_WAVELET_NPHIGH;High
TP_WAVELET_NPLOW;Low
TP_WAVELET_NPNONE;None
@@ -3979,7 +3958,7 @@ TP_WAVELET_RE2;Unchanged
TP_WAVELET_RE3;Reduced
TP_WAVELET_RESBLUR;Blur luminance
TP_WAVELET_RESBLURC;Blur chroma
-TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%
+TP_WAVELET_RESBLUR_TOOLTIP;Disabled if zoom > about 500%.
TP_WAVELET_RESCHRO;Strength
TP_WAVELET_RESCON;Shadows
TP_WAVELET_RESCONH;Highlights
@@ -3992,7 +3971,7 @@ TP_WAVELET_SHOWMASK;Show wavelet 'mask'
TP_WAVELET_SIGM;Radius
TP_WAVELET_SIGMA;Attenuation response
TP_WAVELET_SIGMAFIN;Attenuation response
-TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values
+TP_WAVELET_SIGMA_TOOLTIP;The effect of the contrast sliders is stronger in medium contrast details, and weaker in high and low contrast details.\n With this slider you can control how quickly the effect dampens towards the extreme contrasts.\n The higher the slider is set, the wider the range of contrasts which will get a strong change, and the higher the risk to generate artifacts.\n .The lower it is, the more the effect will be pinpointed towards a narrow range of contrast values.
TP_WAVELET_SKIN;Skin targetting/protection
TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
TP_WAVELET_SKY;Hue targetting/protection
@@ -4004,16 +3983,15 @@ TP_WAVELET_STRENGTH;Strength
TP_WAVELET_SUPE;Extra
TP_WAVELET_THR;Shadows threshold
TP_WAVELET_THRDEN_TOOLTIP;Generates a stepped curve used to guide the noise reduction as a function of local contrast. The denoise will be applied to uniform low local-contrast areas. Areas with detail (higher local contrast) will be preserved.
-TP_WAVELET_THREND;Local contrast threshold
+TP_WAVELET_THREND;Local contrast threshold
TP_WAVELET_THRESHOLD;Finer levels
TP_WAVELET_THRESHOLD2;Coarser levels
-TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of ‘wavelet levels’ will be affected by the Shadow luminance range.
-TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
+TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels from the chosen value to the selected number of 'wavelet levels' will be affected by the Shadow luminance range.
+TP_WAVELET_THRESHOLD_TOOLTIP;Only levels below and including the chosen value will be affected by the Highlight luminance range.
TP_WAVELET_THRH;Highlights threshold
TP_WAVELET_TILESBIG;Tiles
TP_WAVELET_TILESFULL;Full image
TP_WAVELET_TILESIZE;Tiling method
-TP_WAVELET_TILESLIT;Little tiles
TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
TP_WAVELET_TMEDGS;Edge stopping
TP_WAVELET_TMSCALE;Scale
@@ -4036,7 +4014,7 @@ TP_WBALANCE_CLOUDY;Cloudy
TP_WBALANCE_CUSTOM;Custom
TP_WBALANCE_DAYLIGHT;Daylight (sunny)
TP_WBALANCE_EQBLUERED;Blue/Red equalizer
-TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of "white balance" by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
+TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of 'white balance' by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
TP_WBALANCE_FLASH55;Leica
TP_WBALANCE_FLASH60;Standard, Canon, Pentax, Olympus
TP_WBALANCE_FLASH65;Nikon, Panasonic, Sony, Minolta
@@ -4075,7 +4053,7 @@ TP_WBALANCE_SPOTWB;Use the pipette to pick the white balance from a neutral patc
TP_WBALANCE_STUDLABEL;Correlation factor: %1
TP_WBALANCE_STUDLABEL_TOOLTIP;Display calculated Student correlation.\nLower values are better, where <0.005 is excellent,\n<0.01 is good, and >0.5 is poor.\nLow values do not mean that the white balance is good:\nif the illuminant is non-standard the results can be erratic.\nA value of 1000 means previous calculations are used and\nthe resultsare probably good.
TP_WBALANCE_TEMPBIAS;AWB temperature bias
-TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the "auto white balance"\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by "computedTemp + computedTemp * bias".
+TP_WBALANCE_TEMPBIAS_TOOLTIP;Allows to alter the computation of the 'auto white balance'\nby biasing it towards warmer or cooler temperatures. The bias\nis expressed as a percentage of the computed temperature,\nso that the result is given by 'computedTemp + computedTemp * bias'.
TP_WBALANCE_TEMPERATURE;Temperature
TP_WBALANCE_TUNGSTEN;Tungsten
TP_WBALANCE_WATER1;UnderWater 1
diff --git a/rtengine/dcraw.cc b/rtengine/dcraw.cc
index e4dbcbf94..a42b377d4 100644
--- a/rtengine/dcraw.cc
+++ b/rtengine/dcraw.cc
@@ -9082,8 +9082,21 @@ void CLASS adobe_coeff (const char *make, const char *model)
for (i=0; i < sizeof table / sizeof *table; i++)
if (!strncmp (name, table[i].prefix, strlen(table[i].prefix))) {
- if (RT_blacklevel_from_constant == ThreeValBool::T && table[i].black) black = (ushort) table[i].black;
- if (RT_whitelevel_from_constant == ThreeValBool::T && table[i].maximum) maximum = (ushort) table[i].maximum;
+ if (RT_blacklevel_from_constant == ThreeValBool::T && table[i].black) {
+ if (RT_canon_levels_data.black_ok) {
+ unsigned c;
+ FORC4 RT_canon_levels_data.cblack[c] = (ushort) table[i].black;
+ } else {
+ black = (ushort) table[i].black;
+ }
+ }
+ if (RT_whitelevel_from_constant == ThreeValBool::T && table[i].maximum) {
+ if (RT_canon_levels_data.white_ok) {
+ RT_canon_levels_data.white = (ushort) table[i].maximum;
+ } else {
+ maximum = (ushort) table[i].maximum;
+ }
+ }
if (RT_matrix_from_constant == ThreeValBool::T && table[i].trans[0]) {
for (raw_color = j=0; j < 12; j++)
((double *)cam_xyz)[j] = table[i].trans[j] / 10000.0;
@@ -9763,6 +9776,8 @@ void CLASS identify()
if(!dng_version) {top_margin = 18; height -= top_margin; }
if (height == 3014 && width == 4096) /* Ricoh GX200 */
width = 4014;
+ if (height == 3280 && width == 4992 && !strncmp(model, "D5100", 5))
+ { --height; } // Last row contains corrupt data. See issue #5654.
if (dng_version) {
if (filters == UINT_MAX) filters = 0;
if (filters) is_raw *= tiff_samples;
diff --git a/rtengine/improccoordinator.cc b/rtengine/improccoordinator.cc
index 33cce1842..9eb7043d1 100644
--- a/rtengine/improccoordinator.cc
+++ b/rtengine/improccoordinator.cc
@@ -2408,7 +2408,7 @@ bool ImProcCoordinator::getAutoWB(double& temp, double& green, double equal, dou
if (lastAwbEqual != equal || lastAwbTempBias != tempBias || lastAwbauto != params->wb.method) {
// Issue 2500 MyMutex::MyLock lock(minit); // Also used in crop window
double rm, gm, bm;
- params->wb.method = "autold";//same result as before muliple Auto WB
+ params->wb.method = "autold";//same result as before multiple Auto WB
// imgsrc->getAutoWBMultipliers(rm, gm, bm);
double tempitc = 5000.;
diff --git a/rtengine/iplocallab.cc b/rtengine/iplocallab.cc
index e3256d1ce..9272c2c69 100644
--- a/rtengine/iplocallab.cc
+++ b/rtengine/iplocallab.cc
@@ -3201,7 +3201,7 @@ void ImProcFunctions::ciecamloc_02float(const struct local_params& lp, int sp, L
avgm + (1. - avgm) * (0.6 - contreal / 250.0), avgm + (1. - avgm) * (0.6 + contreal / 250.0),
1, 1
});
- //all calculs in double to best results...but slow
+ //all calculations in double for best results...but slow
double lightreal = 0.2 * params->locallab.spots.at(sp).lightjzcie;
double chromz = params->locallab.spots.at(sp).chromjzcie;
double saturz = params->locallab.spots.at(sp).saturjzcie;
@@ -4244,7 +4244,7 @@ if(mocam == 3) {//Zcam not use but keep in case off
1, 1
});
- //all calculs in double to best results...but slow
+ //all calculations in double for best results...but slow
double lqz = 0.4 * params->locallab.spots.at(sp).lightqzcam;
if(params->locallab.spots.at(sp).lightqzcam < 0) {
lqz = 0.2 * params->locallab.spots.at(sp).lightqzcam; //0.4 less effect, no need 1.
@@ -15565,7 +15565,7 @@ void ImProcFunctions::Lab_Local(
//vibrance
float vibg = params->locallab.spots.at(sp).vibgam;
- if (lp.expvib && (lp.past != 0.f || lp.satur != 0.f || lp.strvib != 0.f || vibg != 1.f || lp.war != 0 || lp.strvibab != 0.f || lp.strvibh != 0.f || lp.showmaskvibmet == 2 || lp.enavibMask || lp.showmaskvibmet == 3 || lp.showmaskvibmet == 4 || lp.prevdE) && lp.vibena) { //interior ellipse renforced lightness and chroma //locallutili
+ if (lp.expvib && (lp.past != 0.f || lp.satur != 0.f || lp.strvib != 0.f || vibg != 1.f || lp.war != 0 || lp.strvibab != 0.f || lp.strvibh != 0.f || lp.showmaskvibmet == 2 || lp.enavibMask || lp.showmaskvibmet == 3 || lp.showmaskvibmet == 4 || lp.prevdE) && lp.vibena) { //interior ellipse reinforced lightness and chroma //locallutili
if (call <= 3) { //simpleprocess, dcrop, improccoordinator
const int ystart = rtengine::max(static_cast(lp.yc - lp.lyT) - cy, 0);
const int yend = rtengine::min(static_cast(lp.yc + lp.ly) - cy, original->H);
@@ -17292,7 +17292,7 @@ void ImProcFunctions::Lab_Local(
evnoise *= 0.4f;
}
- //soft denoise, user must use Local Denoise to best result
+ //soft denoise, user must use Local Denoise for best result
Median med;
if (evnoise < -18000.f) {
med = Median::TYPE_5X5_STRONG;
@@ -17545,7 +17545,7 @@ void ImProcFunctions::Lab_Local(
const float a_scalemerg = (lp.highAmerg - lp.lowAmerg) / factor / scaling;
const float b_scalemerg = (lp.highBmerg - lp.lowBmerg) / factor / scaling;
- if (!lp.inv && (lp.chro != 0 || lp.ligh != 0.f || lp.cont != 0 || ctoning || lp.mergemet > 0 || lp.strcol != 0.f || lp.strcolab != 0.f || lp.qualcurvemet != 0 || lp.showmaskcolmet == 2 || lp.enaColorMask || lp.showmaskcolmet == 3 || lp.showmaskcolmet == 4 || lp.showmaskcolmet == 5 || lp.prevdE) && lp.colorena) { // || lllocalcurve)) { //interior ellipse renforced lightness and chroma //locallutili
+ if (!lp.inv && (lp.chro != 0 || lp.ligh != 0.f || lp.cont != 0 || ctoning || lp.mergemet > 0 || lp.strcol != 0.f || lp.strcolab != 0.f || lp.qualcurvemet != 0 || lp.showmaskcolmet == 2 || lp.enaColorMask || lp.showmaskcolmet == 3 || lp.showmaskcolmet == 4 || lp.showmaskcolmet == 5 || lp.prevdE) && lp.colorena) { // || lllocalcurve)) { //interior ellipse reinforced lightness and chroma //locallutili
int ystart = rtengine::max(static_cast(lp.yc - lp.lyT) - cy, 0);
int yend = rtengine::min(static_cast(lp.yc + lp.ly) - cy, original->H);
int xstart = rtengine::max(static_cast(lp.xc - lp.lxL) - cx, 0);
diff --git a/rtengine/ipwavelet.cc b/rtengine/ipwavelet.cc
index 5ced9dbdd..18ee72b80 100644
--- a/rtengine/ipwavelet.cc
+++ b/rtengine/ipwavelet.cc
@@ -2032,7 +2032,7 @@ void ImProcFunctions::ip_wavelet(LabImage * lab, LabImage * dst, int kall, const
}
a = 327.68f * Chprov * sincosv.y; // apply Munsell
- b = 327.68f * Chprov * sincosv.x; //aply Munsell
+ b = 327.68f * Chprov * sincosv.x; // apply Munsell
} else {//general case
L = labco->L[i1][j1];
const float Lin = std::max(0.f, L);
diff --git a/rtexif/canonattribs.cc b/rtexif/canonattribs.cc
index 57fe6d07e..5300abe02 100644
--- a/rtexif/canonattribs.cc
+++ b/rtexif/canonattribs.cc
@@ -633,7 +633,7 @@ public:
{37, "Tamron AF 28-300mm f/3.5-6.3 XR Di VC LD Aspherical [IF] Macro (A20)"},
{37, "Tamron SP AF 17-50mm f/2.8 XR Di II VC LD Aspherical [IF]"},
{37, "Tamron AF 18-270mm f/3.5-6.3 Di II VC LD Aspherical [IF] Macro"},
- {38, "Canon EF 80-200mm f/4.5-5.6"},
+ {38, "Canon EF 80-200mm f/4.5-5.6 II"},
{39, "Canon EF 75-300mm f/4-5.6"},
{40, "Canon EF 28-80mm f/3.5-5.6"},
{41, "Canon EF 28-90mm f/4-5.6"},
@@ -654,6 +654,7 @@ public:
{53, "Canon EF-S 18-55mm f/3.5-5.6 III"},
{54, "Canon EF-S 55-250mm f/4-5.6 IS II"},
{60, "Irix 11mm f/4"},
+ {63, "Irix 30mm F1.4 Dragonfly"},
{80, "Canon TS-E 50mm f/2.8L Macro"},
{81, "Canon TS-E 90mm f/2.8L Macro"},
{82, "Canon TS-E 135mm f/4L Macro"},
@@ -916,12 +917,13 @@ public:
{252, "Canon EF 70-200mm f/2.8L IS III USM + 1.4x"},
{253, "Canon EF 70-200mm f/2.8L IS II USM + 2x"},
{253, "Canon EF 70-200mm f/2.8L IS III USM + 2x"},
- {254, "Canon EF 100mm f/2.8L Macro IS USM"},
+ {254, "Canon EF 100mm f/2.8L Macro IS USM or Tamron Lens"},
+ {254, "Tamron SP 90mm f/2.8 Di VC USD 1:1 Macro (F017)"},
{255, "Sigma 24-105mm f/4 DG OS HSM | A or Other Lens"},
{255, "Sigma 180mm f/2.8 EX DG OS HSM APO Macro"},
{255, "Tamron SP 70-200mm f/2.8 Di VC USD"},
{368, "Sigma 14-24mm f/2.8 DG HSM | A or other Sigma Lens"},
- {368, "Sigma 35mm f/1.4 DG HSM | A"},
+ {368, "Sigma 20mm f/1.4 DG HSM | A"},
{368, "Sigma 50mm f/1.4 DG HSM | A"},
{368, "Sigma 40mm f/1.4 DG HSM | A"},
{368, "Sigma 60-600mm f/4.5-6.3 DG OS HSM | S"},
@@ -930,7 +932,10 @@ public:
{368, "Sigma 85mm f/1.4 DG HSM | A"},
{368, "Sigma 105mm f/1.4 DG HSM"},
{368, "Sigma 14-24mm f/2.8 DG HSM"},
+ {368, "Sigma 35mm f/1.4 DG HSM | A"},
{368, "Sigma 70mm f/2.8 DG Macro"},
+ {368, "Sigma 18-35mm f/1.8 DC HSM | A"},
+ {368, "Sigma 24-105mm f/4 DG OS HSM | A"},
{488, "Canon EF-S 15-85mm f/3.5-5.6 IS USM"},
{489, "Canon EF 70-300mm f/4-5.6L IS USM"},
{490, "Canon EF 8-15mm f/4L Fisheye USM"},
@@ -958,7 +963,8 @@ public:
{507, "Canon EF 16-35mm f/4L IS USM"},
{508, "Canon EF 11-24mm f/4L USM or Tamron Lens"},
{508, "Tamron 10-24mm f/3.5-4.5 Di II VC HLD (B023)"},
- {624, "Sigma 70-200mm f/2.8 DG OS HSM | S"},
+ {624, "Sigma 70-200mm f/2.8 DG OS HSM | S or other Sigma Lens"},
+ {624, "Sigma 150-600mm f/5-6.3 | C"},
{747, "Canon EF 100-400mm f/4.5-5.6L IS II USM or Tamron Lens"},
{747, "Tamron SP 150-600mm f/5-6.3 Di VC USD G2"},
{748, "Canon EF 100-400mm f/4.5-5.6L IS II USM + 1.4x or Tamron Lens"},
@@ -994,7 +1000,8 @@ public:
{4158, "Canon EF-S 18-55mm f/4-5.6 IS STM"},
{4159, "Canon EF-M 32mm f/1.4 STM"},
{4160, "Canon EF-S 35mm f/2.8 Macro IS STM"},
- {4208, "Sigma 56mm f/1.4 DC DN | C"},
+ {4208, "Sigma 56mm f/1.4 DC DN | C or other Sigma Lens"},
+ {4208, "Sigma 30mm F1.4 DC DN | C"},
{36910, "Canon EF 70-300mm f/4-5.6 IS II USM"},
{36912, "Canon EF-S 18-135mm f/3.5-5.6 IS USM"},
{61182, "Canon RF 35mm F1.8 Macro IS STM or other Canon RF Lens"},
@@ -1002,9 +1009,41 @@ public:
{61182, "Canon RF 24-105mm F4 L IS USM"},
{61182, "Canon RF 28-70mm F2 L USM"},
{61182, "Canon RF 85mm F1.2L USM"},
+ {61182, "Canon RF 85mm F1.2L USM DS"},
+ {61182, "Canon RF 24-70mm F2.8L IS USM"},
+ {61182, "Canon RF 15-35mm F2.8L IS USM"},
{61182, "Canon RF 24-240mm F4-6.3 IS USM"},
- {61182, "Canon RF 24-70mm F2.8 L IS USM"},
- {61182, "Canon RF 15-35mm F2.8 L IS USM"},
+ {61182, "Canon RF 70-200mm F2.8L IS USM"},
+ {61182, "Canon RF 85mm F2 MACRO IS STM"},
+ {61182, "Canon RF 600mm F11 IS STM"},
+ {61182, "Canon RF 600mm F11 IS STM + RF1.4x"},
+ {61182, "Canon RF 600mm F11 IS STM + RF2x"},
+ {61182, "Canon RF 800mm F11 IS STM"},
+ {61182, "Canon RF 800mm F11 IS STM + RF1.4x"},
+ {61182, "Canon RF 800mm F11 IS STM + RF2x"},
+ {61182, "Canon RF 24-105mm F4-7.1 IS STM"},
+ {61182, "Canon RF 100-500mm F4.5-7.1L IS USM"},
+ {61182, "Canon RF 100-500mm F4.5-7.1L IS USM + RF1.4x"},
+ {61182, "Canon RF 100-500mm F4.5-7.1L IS USM + RF2x"},
+ {61182, "Canon RF 70-200mm F4L IS USM"},
+ {61182, "Canon RF 100mm F2.8L MACRO IS USM"},
+ {61182, "Canon RF 50mm F1.8 STM"},
+ {61182, "Canon RF 14-35mm F4L IS USM"},
+ {61182, "Canon RF-S 18-45mm F4.5-6.3 IS STM"},
+ {61182, "Canon RF 100-400mm F5.6-8 IS USM"},
+ {61182, "Canon RF 100-400mm F5.6-8 IS USM + RF1.4x"},
+ {61182, "Canon RF 100-400mm F5.6-8 IS USM + RF2x"},
+ {61182, "Canon RF-S 18-150mm F3.5-6.3 IS STM"},
+ {61182, "Canon RF 24mm F1.8 MACRO IS STM"},
+ {61182, "Canon RF 16mm F2.8 STM"},
+ {61182, "Canon RF 400mm F2.8L IS USM"},
+ {61182, "Canon RF 400mm F2.8L IS USM + RF1.4x"},
+ {61182, "Canon RF 400mm F2.8L IS USM + RF2x"},
+ {61182, "Canon RF 600mm F4L IS USM"},
+ {61182, "Canon RF 15-30mm F4.5-6.3 IS STM"},
+ {61182, "Canon RF 800mm F5.6L IS USM"},
+ {61182, "Canon RF 1200mm F8L IS USM"},
+ {61182, "Canon RF 5.2mm F2.8L Dual Fisheye 3D VR"},
{61491, "Canon CN-E 14mm T3.1 L F"},
{61492, "Canon CN-E 24mm T1.5 L F"},
{61494, "Canon CN-E 85mm T1.3 L F"},
@@ -1898,6 +1937,7 @@ public:
choices[2147484678] = "EOS 6D Mark II";
choices[2147484680] = "EOS 77D / 9000D";
choices[2147484695] = "EOS Rebel SL2 / 200D / Kiss X9";
+ choices[2147484705] = "EOS R5";
choices[2147484706] = "EOS Rebel T100 / 4000D / 3000D";
choices[2147484708] = "EOS R";
choices[2147484712] = "EOS-1D X Mark III";
@@ -1906,6 +1946,12 @@ public:
choices[2147484725] = "EOS Rebel T8i / 850D / X10i";
choices[2147484726] = "EOS SL3 / 250D / Kiss X10";
choices[2147484727] = "EOS 90D";
+ choices[2147484752] = "EOS R3";
+ choices[2147484755] = "EOS R6";
+ choices[2147484772] = "EOS R7";
+ choices[2147484773] = "EOS R10";
+ choices[2147484775] = "PowerShot ZOOM";
+ choices[2147484776] = "EOS M50 Mark II / Kiss M2";
choices[2147484960] = "EOS D2000C";
choices[2147485024] = "EOS D6000C";
}
diff --git a/rtexif/nikonattribs.cc b/rtexif/nikonattribs.cc
index 0ea476a24..83aec22f6 100644
--- a/rtexif/nikonattribs.cc
+++ b/rtexif/nikonattribs.cc
@@ -611,6 +611,7 @@ const std::map NALensDataInterpreter::lenses = {
{"02 3A 37 50 31 3D 02 00", "Sigma 24-50mm f/4-5.6 UC"},
{"02 3A 5E 8E 32 3D 02 00", "Sigma 75-300mm f/4.0-5.6"},
{"02 3B 44 61 30 3D 02 00", "Sigma 35-80mm f/4-5.6"},
+ {"02 3B 5C 82 30 3C 02 00", "Sigma Zoom-K 70-210mm f/4-5.6"},
{"02 3C B0 B0 3C 3C 02 00", "Sigma APO 800mm f/5.6"},
{"02 3F 24 24 2C 2C 02 00", "Sigma 14mm f/3.5"},
{"02 3F 3C 5C 2D 35 02 00", "Sigma 28-70mm f/3.5-4.5 UC"},
@@ -635,6 +636,7 @@ const std::map NALensDataInterpreter::lenses = {
{"07 3E 30 43 2D 35 03 00", "Soligor AF Zoom 19-35mm 1:3.5-4.5 MC"},
{"07 40 2F 44 2C 34 03 02", "Tamron AF 19-35mm f/3.5-4.5 (A10)"},
{"07 40 30 45 2D 35 03 02", "Tamron AF 19-35mm f/3.5-4.5 (A10)"},
+ {"07 40 30 45 2D 35 03 02", "Voigtlander Ultragon 19-35mm f/3.5-4.5 VMV"},
{"07 40 3C 5C 2C 35 03 00", "Tokina AF 270 II (AF 28-70mm f/3.5-4.5)"},
{"07 40 3C 62 2C 34 03 00", "AF Zoom-Nikkor 28-85mm f/3.5-4.5"},
{"07 46 2B 44 24 30 03 02", "Tamron SP AF 17-35mm f/2.8-4 Di LD Aspherical (IF) (A05)"},
@@ -719,6 +721,7 @@ const std::map NALensDataInterpreter::lenses = {
{"26 40 7B A0 34 40 1C 02", "Sigma APO 170-500mm f/5-6.3 Aspherical RF"},
{"26 41 3C 8E 2C 40 1C 02", "Sigma 28-300mm f/3.5-6.3 DG Macro"},
{"26 44 73 98 34 3C 1C 02", "Sigma 135-400mm f/4.5-5.6 APO Aspherical"},
+ {"26 45 68 8E 34 42 1C 02", "Sigma 100-300mm f/4.5-6.7 DL"},
{"26 48 11 11 30 30 1C 02", "Sigma 8mm f/4 EX Circular Fisheye"},
{"26 48 27 27 24 24 1C 02", "Sigma 15mm f/2.8 EX Diagonal Fisheye"},
{"26 48 2D 50 24 24 1C 06", "Sigma 18-50mm f/2.8 EX DC"},
@@ -874,6 +877,7 @@ const std::map NALensDataInterpreter::lenses = {
{"6E 48 98 98 24 24 74 02", "AF-S Nikkor 400mm f/2.8D IF-ED II"},
{"6F 3C A0 A0 30 30 75 02", "AF-S Nikkor 500mm f/4D IF-ED II"},
{"70 3C A6 A6 30 30 76 02", "AF-S Nikkor 600mm f/4D IF-ED II"},
+ {"71 48 64 64 24 24 00 00", "Voigtlander APO-Skopar 90mm f/2.8 SL IIs"},
{"72 48 4C 4C 24 24 77 00", "Nikkor 45mm f/2.8 P"},
{"74 40 37 62 2C 34 78 06", "AF-S Zoom-Nikkor 24-85mm f/3.5-4.5G IF-ED"},
{"75 40 3C 68 2C 3C 79 06", "AF Zoom-Nikkor 28-100mm f/3.5-5.6G"},
@@ -901,6 +905,7 @@ const std::map NALensDataInterpreter::lenses = {
{"7A 48 2D 50 24 24 4B 06", "Sigma 18-50mm f/2.8 EX DC Macro"},
{"7A 48 5C 80 24 24 4B 06", "Sigma 70-200mm f/2.8 EX APO DG Macro HSM II"},
{"7A 54 6E 8E 24 24 4B 02", "Sigma APO 120-300mm f/2.8 EX DG HSM"},
+ {"7B 48 37 44 18 18 4B 06", "Sigma 24-35mm f/2.0 DG HSM | A"},
{"7B 48 80 98 30 30 80 0E", "AF-S VR Zoom-Nikkor 200-400mm f/4G IF-ED"},
{"7C 54 2B 50 24 24 00 06", "Tamron SP AF 17-50mm f/2.8 XR Di II LD Aspherical (IF) (A16)"},
{"7D 48 2B 53 24 24 82 06", "AF-S DX Zoom-Nikkor 17-55mm f/2.8G IF-ED"},
@@ -914,6 +919,7 @@ const std::map NALensDataInterpreter::lenses = {
{"82 34 76 A6 38 40 4B 0E", "Sigma 150-600mm f/5-6.3 DG OS HSM | C"},
{"82 48 8E 8E 24 24 87 0E", "AF-S VR Nikkor 300mm f/2.8G IF-ED"},
{"83 00 B0 B0 5A 5A 88 04", "FSA-L2, EDG 65, 800mm f/13 G"},
+ {"87 2C 2D 8E 2C 40 4B 0E", "Sigma 18-300mm f/3.5-6.3 DC Macro HSM"},
{"88 54 50 50 0C 0C 4B 06", "Sigma 50mm f/1.4 DG HSM | A"},
{"89 30 2D 80 2C 40 4B 0E", "Sigma 18-200mm f/3.5-6.3 DC Macro OS HS | C"},
{"89 3C 53 80 30 3C 8B 06", "AF-S DX Zoom-Nikkor 55-200mm f/4-5.6G ED"},
@@ -921,8 +927,10 @@ const std::map NALensDataInterpreter::lenses = {
{"8A 54 6A 6A 24 24 8C 0E", "AF-S VR Micro-Nikkor 105mm f/2.8G IF-ED"},
{"8B 40 2D 80 2C 3C 8D 0E", "AF-S DX VR Zoom-Nikkor 18-200mm f/3.5-5.6G IF-ED"},
{"8B 40 2D 80 2C 3C FD 0E", "AF-S DX VR Zoom-Nikkor 18-200mm f/3.5-5.6G IF-ED [II]"},
+ {"8B 48 1C 30 24 24 85 06", "Tokina AT-X 11-20 f/2.8 PRO DX (AF 11-20mm f/2.8)"},
{"8B 4C 2D 44 14 14 4B 06", "Sigma 18-35mm f/1.8 DC HSM"},
{"8C 40 2D 53 2C 3C 8E 06", "AF-S DX Zoom-Nikkor 18-55mm f/3.5-5.6G ED"},
+ {"8C 48 29 3C 24 24 86 06", "Tokina opera 16-28mm f/2.8 FF"},
{"8D 44 5C 8E 34 3C 8F 0E", "AF-S VR Zoom-Nikkor 70-300mm f/4.5-5.6G IF-ED"},
{"8D 48 6E 8E 24 24 4B 0E", "Sigma 120-300mm f/2.8 DG OS HSM Sports"},
{"8E 3C 2B 5C 24 30 4B 0E", "Sigma 17-70mm f/2.8-4 DC Macro OS HSM | C"},
@@ -960,13 +968,17 @@ const std::map NALensDataInterpreter::lenses = {
{"9E 40 2D 6A 2C 3C A0 0E", "AF-S DX VR Zoom-Nikkor 18-105mm f/3.5-5.6G ED"},
{"9F 37 50 A0 34 40 4B 0E", "Sigma 50-500mm f/4.5-6.3 DG OS HSM"},
{"9F 48 48 48 24 24 A1 06", "Yongnuo YN40mm f/2.8N"},
+ {"9F 54 68 68 18 18 A2 06", "Yongnuo YN100mm f/2N"},
{"9F 58 44 44 14 14 A1 06", "AF-S DX Nikkor 35mm f/1.8G"},
+ {"A0 37 5C 8E 34 3C A2 06", "Sony FE 70-300mm f/4.5-5.6 G OSS"},
{"A0 40 2D 53 2C 3C CA 0E", "AF-P DX Nikkor 18-55mm f/3.5-5.6G VR"},
{"A0 40 2D 53 2C 3C CA 8E", "AF-P DX Nikkor 18-55mm f/3.5-5.6G"},
{"A0 40 2D 74 2C 3C BB 0E", "AF-S DX Nikkor 18-140mm f/3.5-5.6G ED VR"},
{"A0 48 2A 5C 24 30 4B 0E", "Sigma 17-70mm f/2.8-4 DC Macro OS HSM"},
{"A0 54 50 50 0C 0C A2 06", "AF-S Nikkor 50mm f/1.4G"},
+ {"A0 56 44 44 14 14 A2 06", "Sony FE 35mm f/1.8"},
{"A1 40 18 37 2C 34 A3 06", "AF-S DX Nikkor 10-24mm f/3.5-4.5G ED"},
+ {"A1 40 2D 53 2C 3C CB 86", "AF-P DX Nikkor 18-55mm f/3.5-5.6G"},
{"A1 41 19 31 2C 2C 4B 06", "Sigma 10-20mm f/3.5 EX DC HSM"},
{"A1 48 6E 8E 24 24 DB 4E", "AF-S Nikkor 120-300mm f/2.8E FL ED SR VR"},
{"A1 54 55 55 0C 0C BC 06", "AF-S Nikkor 58mm f/1.4G"},
@@ -1040,6 +1052,7 @@ const std::map NALensDataInterpreter::lenses = {
{"B6 48 37 56 24 24 1C 02", "Sigma 24-60mm f/2.8 EX DG"},
{"B7 44 60 98 34 3C B9 0E", "AF-S Nikkor 80-400mm f/4.5-5.6G ED VR"},
{"B8 40 2D 44 2C 34 BA 06", "AF-S Nikkor 18-35mm f/3.5-4.5G ED"},
+ {"BB 48 5C 80 24 24 4B 4E", "Sigma 70-200mm f/2.8 DG OS HSM | S"},
{"BF 3C 1B 1B 30 30 01 04", "Irix 11mm f/4 Firefly"},
{"BF 4E 26 26 1E 1E 01 04", "Irix 15mm f/2.4 Firefly"},
{"C1 48 24 37 24 24 4B 46", "Sigma 14-24mm f/2.8 DG HSM | A"},
@@ -1051,8 +1064,10 @@ const std::map NALensDataInterpreter::lenses = {
{"C8 54 62 62 0C 0C 4B 46", "Sigma 85mm f/1.4 DG HSM | A"},
{"C9 3C 44 76 25 31 DF 4E", "Tamron 35-150mm f/2.8-4 Di VC OSD (A043)"},
{"C9 48 37 5C 24 24 4B 4E", "Sigma 24-70mm f/2.8 DG OS HSM | A"},
+ {"CA 3C 1F 37 30 30 4B 46", "Sigma 12-24mm f/4 DG HSM | A"},
{"CA 48 27 3E 24 24 DF 4E", "Tamron SP 15-30mm f/2.8 Di VC USD G2 (A041)"},
{"CB 3C 2B 44 24 31 DF 46", "Tamron 17-35mm f/2.8-4 Di OSD (A037)"},
+ {"CC 44 68 98 34 41 DF 0E", "Tamron 100-400mm f/4.5-6.3 Di VC USD"},
{"CC 4C 50 68 14 14 4B 06", "Sigma 50-100mm f/1.8 DC HSM | A"},
{"CD 3D 2D 70 2E 3C 4B 0E", "Sigma 18-125mm f/3.8-5.6 DC OS HSM"},
{"CE 34 76 A0 38 40 4B 0E", "Sigma 150-500mm f/5-6.3 DG OS APO HSM"},
@@ -1060,6 +1075,7 @@ const std::map NALensDataInterpreter::lenses = {
{"CF 38 6E 98 34 3C 4B 0E", "Sigma APO 120-400mm f/4.5-5.6 DG OS HSM"},
{"CF 47 5C 8E 31 3D DF 0E", "Tamron SP 70-300mm f/4-5.6 Di VC USD (A030)"},
{"D2 3C 8E B0 3C 3C 4B 02", "Sigma APO 300-800mm f/5.6 EX DG HSM"},
+ {"DB 40 11 11 2C 2C 1C 06", "Sigma 8mm f/3.5 EX DG Circular Fisheye"},
{"DC 48 19 19 24 24 4B 06", "Sigma 10mm f/2.8 EX DC HSM Fisheye"},
{"DE 54 50 50 0C 0C 4B 06", "Sigma 50mm f/1.4 EX DG HSM"},
{"E0 3C 5C 8E 30 3C 4B 06", "Sigma 70-300mm f/4-5.6 APO DG Macro HSM"},
@@ -1067,6 +1083,7 @@ const std::map NALensDataInterpreter::lenses = {
{"E1 40 19 36 2C 35 DF 4E", "Tamron 10-24mm f/3.5-4.5 Di II VC HLD (B023)"},
{"E1 58 37 37 14 14 1C 02", "Sigma 24mm f/1.8 EX DG Aspherical Macro"},
{"E2 47 5C 80 24 24 DF 4E", "Tamron SP 70-200mm f/2.8 Di VC USD G2 (A025)"},
+ {"E3 40 76 A6 38 40 DF 0E", "Tamron SP 150-600mm f/5-6.3 Di VC USD G2 (A022)"},
{"E3 40 76 A6 38 40 DF 4E", "Tamron SP 150-600mm f/5-6.3 Di VC USD G2"},
{"E3 54 50 50 24 24 35 02", "Sigma Macro 50mm f/2.8 EX DG"},
{"E4 54 64 64 24 24 DF 0E", "Tamron SP 90mm f/2.8 Di VC USD Macro 1:1 (F017)"},
@@ -1081,6 +1098,7 @@ const std::map NALensDataInterpreter::lenses = {
{"EA 40 29 8E 2C 40 DF 0E", "Tamron 16-300mm f/3.5-6.3 Di II VC PZD (B016)"},
{"EA 48 27 27 24 24 1C 02", "Sigma 15mm f/2.8 EX Diagonal Fisheye"},
{"EB 40 76 A6 38 40 DF 0E", "Tamron SP AF 150-600mm f/5-6.3 VC USD (A011)"},
+ {"EC 3E 3C 8E 2C 40 DF 0E", "Tamron 28-300mm f/3.5-6.3 Di VC PZD A010"},
{"ED 40 2D 80 2C 40 4B 0E", "Sigma 18-200mm f/3.5-6.3 DC OS HSM"},
{"EE 48 5C 80 24 24 4B 06", "Sigma 70-200mm f/2.8 EX APO DG Macro HSM II"},
{"F0 38 1F 37 34 3C 4B 06", "Sigma 12-24mm f/4.5-5.6 EX DG Aspherical HSM"},
diff --git a/rtexif/olympusattribs.cc b/rtexif/olympusattribs.cc
index 8f35120ba..63ce6bb43 100644
--- a/rtexif/olympusattribs.cc
+++ b/rtexif/olympusattribs.cc
@@ -130,9 +130,12 @@ public:
lenses["00 32 00"] = "Olympus Zuiko Digital ED 14-35mm f/2.0 SWD";
lenses["00 32 10"] = "Olympus M.Zuiko Digital ED 12-200mm f/3.5-6.3";
lenses["00 33 00"] = "Olympus Zuiko Digital 25mm f/2.8";
+ lenses["00 33 10"] = "Olympus M.Zuiko Digital 150-400mm f/4.5 TC1.25x IS Pro";
lenses["00 34 00"] = "Olympus Zuiko Digital ED 9-18mm f/4.0-5.6";
lenses["00 34 10"] = "Olympus M.Zuiko Digital ED 12-45mm f/4.0 Pro";
lenses["00 35 00"] = "Olympus Zuiko Digital 14-54mm f/2.8-3.5 II";
+ lenses["00 35 10"] = "Olympus M.Zuiko 100-400mm f/5.0-6.3";
+ lenses["00 36 10"] = "Olympus M.Zuiko Digital ED 8-25mm f/4 Pro";
lenses["01 01 00"] = "Sigma 18-50mm f/3.5-5.6 DC";
lenses["01 01 10"] = "Sigma 30mm f/2.8 EX DN";
lenses["01 02 00"] = "Sigma 55-200mm f/4.0-5.6 DC";
@@ -200,6 +203,7 @@ public:
lenses["02 36 10"] = "Leica DG Elmarit 200mm f/2.8 Power OIS";
lenses["02 37 10"] = "Leica DG Vario-Elmarit 50-200mm f/2.8-4 Asph. Power OIS";
lenses["02 38 10"] = "Leica DG Vario-Summilux 10-25mm f/1.7 Asph.";
+ lenses["02 40 10"] = "Leica DG Vario-Summilux 25-50mm f/1.7 Asph.";
lenses["03 01 00"] = "Leica D Vario Elmarit 14-50mm f/2.8-3.5 Asph.";
lenses["03 02 00"] = "Leica D Summilux 25mm f/1.4 Asph.";
lenses["05 01 10"] = "Tamron 14-150mm f/3.5-5.8 Di III";
diff --git a/rtexif/pentaxattribs.cc b/rtexif/pentaxattribs.cc
index f534d549a..bf17941f8 100644
--- a/rtexif/pentaxattribs.cc
+++ b/rtexif/pentaxattribs.cc
@@ -924,6 +924,7 @@ public:
choices.insert (p_t (256 * 8 + 21, "Sigma 17-50mm f/2.8 EX DC OS HSM"));
choices.insert (p_t (256 * 8 + 22, "Sigma 85mm f/1.4 EX DG HSM"));
choices.insert (p_t (256 * 8 + 23, "Sigma 70-200mm f/2.8 APO EX DG OS HSM"));
+ choices.insert (p_t (256 * 8 + 24, "Sigma 17-70mm f/2.8-4 DC Macro OS HSM"));
choices.insert (p_t (256 * 8 + 25, "Sigma 17-50mm f/2.8 EX DC HSM"));
choices.insert (p_t (256 * 8 + 27, "Sigma 18-200mm f/3.5-6.3 II DC HSM"));
choices.insert (p_t (256 * 8 + 28, "Sigma 18-250mm f/3.5-6.3 DC Macro HSM"));
@@ -940,6 +941,9 @@ public:
choices.insert (p_t (256 * 8 + 63, "HD PENTAX-D FA 15-30mm f/2.8 ED SDM WR"));
choices.insert (p_t (256 * 8 + 64, "HD PENTAX-D FA* 50mm f/1.4 SDM AW"));
choices.insert (p_t (256 * 8 + 65, "HD PENTAX-D FA 70-210mm f/4 ED SDM WR"));
+ choices.insert (p_t (256 * 8 + 66, "HD PENTAX-D FA 85mm f/1.4 ED SDM AW"));
+ choices.insert (p_t (256 * 8 + 67, "HD PENTAX-D FA 21mm f/2.4 ED Limited DC WR"));
+ choices.insert (p_t (256 * 8 + 195, "HD PENTAX DA* 16-50mm f/2.8 ED PLM AW"));
choices.insert (p_t (256 * 8 + 196, "HD PENTAX-DA* 11-18mm f/2.8 ED DC AW"));
choices.insert (p_t (256 * 8 + 197, "HD PENTAX-DA 55-300mm f/4.5-6.3 ED PLM WR RE"));
choices.insert (p_t (256 * 8 + 198, "smc PENTAX-DA L 18-50mm f/4-5.6 DC WR RE"));
diff --git a/rtexif/sonyminoltaattribs.cc b/rtexif/sonyminoltaattribs.cc
index 95aea1252..f666d7046 100644
--- a/rtexif/sonyminoltaattribs.cc
+++ b/rtexif/sonyminoltaattribs.cc
@@ -1035,11 +1035,13 @@ public:
choices.insert (p_t (2, "Sony LA-EA2 Adapter"));
choices.insert (p_t (3, "Sony LA-EA3 Adapter"));
choices.insert (p_t (6, "Sony LA-EA4 Adapter"));
+ choices.insert (p_t (7, "Sony LA-EA5 Adapter"));
choices.insert (p_t (44, "Metabones Canon EF Smart Adapter"));
choices.insert (p_t (78, "Metabones Canon EF Smart Adapter Mark III or Other Adapter"));
choices.insert (p_t (184, "Metabones Canon EF Speed Booster Ultra"));
choices.insert (p_t (234, "Metabones Canon EF Smart Adapter Mark IV"));
choices.insert (p_t (239, "Metabones Canon EF Speed Booster"));
+ choices.insert (p_t (24593, "LA-EA4r MonsterAdapter"));
choices.insert (p_t (32784, "Sony E 16mm f/2.8"));
choices.insert (p_t (32785, "Sony E 18-55mm f/3.5-5.6 OSS"));
choices.insert (p_t (32786, "Sony E 55-210mm f/4.5-6.3 OSS"));
@@ -1097,8 +1099,23 @@ public:
choices.insert (p_t (32852, "Sony FE 600mm f/4 GM OSS"));
choices.insert (p_t (32853, "Sony E 16-55mm f/2.8 G"));
choices.insert (p_t (32854, "Sony E 70-350mm f/4.5-6.3 G OSS"));
+ choices.insert (p_t (32855, "Sony FE C 16-35mm T3.1 G"));
choices.insert (p_t (32858, "Sony FE 35mm f/1.8"));
choices.insert (p_t (32859, "Sony FE 20mm f/1.8 G"));
+ choices.insert (p_t (32860, "Sony FE 12-24mm f/2.8 GM"));
+ choices.insert (p_t (32862, "Sony FE 50mm f/1.2 GM"));
+ choices.insert (p_t (32863, "Sony FE 14mm f/1.8 GM"));
+ choices.insert (p_t (32864, "Sony FE 28-60mm f/4-5.6"));
+ choices.insert (p_t (32865, "Sony FE 35mm f/1.4 GM"));
+ choices.insert (p_t (32866, "Sony FE 24mm f/2.8 G"));
+ choices.insert (p_t (32867, "Sony FE 40mm f/2.5 G"));
+ choices.insert (p_t (32868, "Sony FE 50mm f/2.5 G"));
+ choices.insert (p_t (32871, "Sony FE PZ 16-35mm f/4 G"));
+ choices.insert (p_t (32873, "Sony E PZ 10-20mm f/4 G"));
+ choices.insert (p_t (32874, "Sony FE 70-200mm f/2.8 GM OSS II"));
+ choices.insert (p_t (32875, "Sony FE 24-70mm f/2.8 GM II"));
+ choices.insert (p_t (32876, "Sony E 11mm f/1.8"));
+ choices.insert (p_t (32877, "Sony E 15mm f/1.4 G"));
choices.insert (p_t (33072, "Sony FE 70-200mm f/2.8 GM OSS + 1.4X Teleconverter"));
choices.insert (p_t (33073, "Sony FE 70-200mm f/2.8 GM OSS + 2X Teleconverter"));
choices.insert (p_t (33076, "Sony FE 100mm f/2.8 STF GM OSS (macro mode)"));
@@ -1130,6 +1147,17 @@ public:
choices.insert (p_t (49461, "Tamron 20mm f/2.8 Di III OSD M1:2"));
choices.insert (p_t (49462, "Tamron 70-180mm f/2.8 Di III VXD"));
choices.insert (p_t (49463, "Tamron 28-200mm f/2.8-5.6 Di III RXD"));
+ choices.insert (p_t (49464, "Tamron 70-300mm f/4.5-6.3 Di III RXD"));
+ choices.insert (p_t (49465, "Tamron 17-70mm f/2.8 Di III-A VC RXD"));
+ choices.insert (p_t (49466, "Tamron 150-500mm f/5-6.7 Di III VC VXD"));
+ choices.insert (p_t (49467, "Tamron 11-20mm f/2.8 Di III-A RXD"));
+ choices.insert (p_t (49468, "Tamron 18-300mm f/3.5-6.3 Di III-A VC VXD"));
+ choices.insert (p_t (49469, "Tamron 35-150mm f/2-F2.8 Di III VXD"));
+ choices.insert (p_t (49470, "Tamron 28-75mm f/2.8 Di III VXD G2"));
+ choices.insert (p_t (49471, "Tamron 50-400mm f/4.5-6.3 Di III VC VXD"));
+ choices.insert (p_t (49473, "Tokina atx-m 85mm f/1.8 FE or Viltrox lens"));
+ choices.insert (p_t (49473, "Viltrox 23mm f/1.4 E"));
+ choices.insert (p_t (49473, "Viltrox 56mm f/1.4 E"));
choices.insert (p_t (49712, "Tokina FiRIN 20mm f/2 FE AF"));
choices.insert (p_t (49713, "Tokina FiRIN 100mm f/2.8 FE MACRO"));
choices.insert (p_t (50480, "Sigma 30mm f/1.4 DC DN | C"));
@@ -1157,7 +1185,20 @@ public:
choices.insert (p_t (50515, "Sigma 35mm f/1.2 DG DN | A"));
choices.insert (p_t (50516, "Sigma 14-24mm f/2.8 DG DN | A"));
choices.insert (p_t (50517, "Sigma 24-70mm f/2.8 DG DN | A"));
- choices.insert (p_t (50518, "Sigma 100-400mm f/5-6.3 DG DN OS"));
+ choices.insert (p_t (50518, "Sigma 100-400mm f/5-6.3 DG DN OS | C"));
+ choices.insert (p_t (50521, "Sigma 85mm f/1.4 DG DN | A"));
+ choices.insert (p_t (50522, "Sigma 105mm f/2.8 DG DN MACRO | A"));
+ choices.insert (p_t (50523, "Sigma 65mm f/2 DG DN | C"));
+ choices.insert (p_t (50524, "Sigma 35mm f/2 DG DN | C"));
+ choices.insert (p_t (50525, "Sigma 24mm f/3.5 DG DN | C"));
+ choices.insert (p_t (50526, "Sigma 28-70mm f/2.8 DG DN | C"));
+ choices.insert (p_t (50527, "Sigma 150-600mm f/5-6.3 DG DN OS | S"));
+ choices.insert (p_t (50528, "Sigma 35mm f/1.4 DG DN | A"));
+ choices.insert (p_t (50529, "Sigma 90mm f/2.8 DG DN | C"));
+ choices.insert (p_t (50530, "Sigma 24mm f/2 DG DN | C"));
+ choices.insert (p_t (50531, "Sigma 18-50mm f/2.8 DC DN | C"));
+ choices.insert (p_t (50532, "Sigma 20mm f/2 DG DN | C"));
+ choices.insert (p_t (50533, "Sigma 16-28mm f/2.8 DG DN | C"));
choices.insert (p_t (50992, "Voigtlander SUPER WIDE-HELIAR 15mm f/4.5 III"));
choices.insert (p_t (50993, "Voigtlander HELIAR-HYPER WIDE 10mm f/5.6"));
choices.insert (p_t (50994, "Voigtlander ULTRA WIDE-HELIAR 12mm f/5.6 III"));
@@ -1170,13 +1211,21 @@ public:
choices.insert (p_t (51001, "Voigtlander NOKTON 21mm f/1.4 Aspherical"));
choices.insert (p_t (51002, "Voigtlander APO-LANTHAR 50mm f/2 Aspherical"));
choices.insert (p_t (51003, "Voigtlander NOKTON 35mm f/1.2 Aspherical SE"));
+ choices.insert (p_t (51006, "Voigtlander APO-LANTHAR 35mm f/2 Aspherical"));
choices.insert (p_t (51504, "Samyang AF 50mm f/1.4"));
choices.insert (p_t (51505, "Samyang AF 14mm f/2.8 or Samyang AF 35mm f/2.8"));
choices.insert (p_t (51505, "Samyang AF 35mm f/2.8"));
choices.insert (p_t (51507, "Samyang AF 35mm f/1.4"));
choices.insert (p_t (51508, "Samyang AF 45mm f/1.8"));
- choices.insert (p_t (51510, "Samyang AF 18mm f/2.8"));
+ choices.insert (p_t (51510, "Samyang AF 18mm f/2.8 or Samyang AF 35mm f/1.8"));
+ choices.insert (p_t (51510, "Samyang AF 35mm f/1.8"));
choices.insert (p_t (51512, "Samyang AF 75mm f/1.8"));
+ choices.insert (p_t (51513, "Samyang AF 35mm f/1.8"));
+ choices.insert (p_t (51514, "Samyang AF 24mm f/1.8"));
+ choices.insert (p_t (51515, "Samyang AF 12mm f/2.0"));
+ choices.insert (p_t (51516, "Samyang AF 24-70mm f/2.8"));
+ choices.insert (p_t (51517, "Samyang AF 50mm f/1.4 II"));
+ choices.insert (p_t (51518, "Samyang AF 135mm f/1.8"));
}
std::string toString (const Tag* t) const override
diff --git a/rtgui/adjuster.cc b/rtgui/adjuster.cc
index c7077ddcf..8a6ed0cd5 100644
--- a/rtgui/adjuster.cc
+++ b/rtgui/adjuster.cc
@@ -199,7 +199,7 @@ void Adjuster::addAutoButton (const Glib::ustring &tooltip)
autoChange = automatic->signal_toggled().connect( sigc::mem_fun(*this, &Adjuster::autoToggled) );
if (grid) {
- // Hombre, adding the checbox next to the reset button because adding it next to the spin button (as before)
+ // Hombre, adding the checkbox next to the reset button because adding it next to the spin button (as before)
// would diminish the available size for the label and would require a much heavier reorganization of the grid !
grid->attach_next_to(*automatic, *reset, Gtk::POS_RIGHT, 1, 1);
} else {
diff --git a/rtgui/colorappearance.cc b/rtgui/colorappearance.cc
index 8c2a79d63..803182774 100644
--- a/rtgui/colorappearance.cc
+++ b/rtgui/colorappearance.cc
@@ -270,7 +270,7 @@ ColorAppearance::ColorAppearance () : FoldableToolPanel (this, "colorappearance"
genVBox->pack_start (*catHBox, Gtk::PACK_SHRINK);
presetcat02 = Gtk::manage (new Gtk::CheckButton (M ("TP_COLORAPP_PRESETCAT02")));
- presetcat02->set_tooltip_markup (M("TP_COLORAPP_PRESETCAT02_TIP"));
+ presetcat02->set_tooltip_markup (M("TP_COLORAPP_PRESETCAT02_TOOLTIP"));
presetcat02conn = presetcat02->signal_toggled().connect( sigc::mem_fun(*this, &ColorAppearance::presetcat02pressed));
// genVBox->pack_start (*presetcat02, Gtk::PACK_SHRINK);
@@ -718,7 +718,6 @@ ColorAppearance::ColorAppearance () : FoldableToolPanel (this, "colorappearance"
gamut = Gtk::manage (new Gtk::CheckButton (M ("TP_COLORAPP_GAMUT")));
- gamut->set_tooltip_markup (M ("TP_COLORAPP_GAMUT_TOOLTIP"));
gamutconn = gamut->signal_toggled().connect ( sigc::mem_fun (*this, &ColorAppearance::gamut_toggled) );
pack_start (*gamut, Gtk::PACK_SHRINK);
@@ -745,7 +744,7 @@ ColorAppearance::ColorAppearance () : FoldableToolPanel (this, "colorappearance"
RTImage* const resetImg = Gtk::manage (new RTImage ("undo-small", Gtk::ICON_SIZE_BUTTON));
setExpandAlignProperties (resetImg, false, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_CENTER);
neutral->set_image (*resetImg);
- neutral->set_tooltip_text (M ("TP_COLORAPP_NEUTRAL_TIP"));
+ neutral->set_tooltip_text (M ("TP_COLORAPP_NEUTRAL_TOOLTIP"));
neutralconn = neutral->signal_pressed().connect ( sigc::mem_fun (*this, &ColorAppearance::neutral_pressed) );
neutral->show();
diff --git a/rtgui/colortoning.cc b/rtgui/colortoning.cc
index 43332a500..0649a3c8c 100644
--- a/rtgui/colortoning.cc
+++ b/rtgui/colortoning.cc
@@ -315,7 +315,7 @@ ColorToning::ColorToning () : FoldableToolPanel(this, "colortoning", M("TP_COLOR
neutrHBox = Gtk::manage (new Gtk::Box());
neutral = Gtk::manage (new Gtk::Button (M("TP_COLORTONING_NEUTRAL")));
- neutral->set_tooltip_text (M("TP_COLORTONING_NEUTRAL_TIP"));
+ neutral->set_tooltip_text (M("TP_COLORTONING_NEUTRAL_TOOLTIP"));
neutralconn = neutral->signal_pressed().connect( sigc::mem_fun(*this, &ColorToning::neutral_pressed) );
neutral->show();
neutrHBox->pack_start (*neutral);
diff --git a/rtgui/distortion.cc b/rtgui/distortion.cc
index 5089a2dfe..aa81b568e 100644
--- a/rtgui/distortion.cc
+++ b/rtgui/distortion.cc
@@ -35,7 +35,7 @@ Distortion::Distortion (): FoldableToolPanel(this, "distortion", M("TP_DISTORTIO
autoDistor->set_image (*Gtk::manage (new RTImage ("distortion-auto-small", Gtk::ICON_SIZE_BUTTON)));
autoDistor->get_style_context()->add_class("independent");
autoDistor->set_alignment(0.5f, 0.5f);
- autoDistor->set_tooltip_text (M("TP_DISTORTION_AUTO_TIP"));
+ autoDistor->set_tooltip_text (M("TP_DISTORTION_AUTO_TOOLTIP"));
idConn = autoDistor->signal_pressed().connect( sigc::mem_fun(*this, &Distortion::idPressed) );
autoDistor->show();
pack_start (*autoDistor);
diff --git a/rtgui/exportpanel.cc b/rtgui/exportpanel.cc
index 3c299e714..f1927e9d8 100644
--- a/rtgui/exportpanel.cc
+++ b/rtgui/exportpanel.cc
@@ -46,7 +46,7 @@ ExportPanel::ExportPanel () : listener (nullptr)
use_normal_pipeline = Gtk::manage ( new Gtk::RadioButton (pipeline_group, M ("EXPORT_USE_NORMAL_PIPELINE")));
bypass_box = Gtk::manage (new Gtk::Box(Gtk::ORIENTATION_VERTICAL));
bypass_ALL = Gtk::manage ( new Gtk::CheckButton (M ("EXPORT_BYPASS_ALL")));
- use_fast_pipeline->set_tooltip_text (M ("EXPORT_USE_FAST_PIPELINE_TIP"));
+ use_fast_pipeline->set_tooltip_text (M ("EXPORT_USE_FAST_PIPELINE_TOOLTIP"));
bypass_sharpening = Gtk::manage ( new Gtk::CheckButton (M ("EXPORT_BYPASS_SHARPENING")));
bypass_sharpenEdge = Gtk::manage ( new Gtk::CheckButton (M ("EXPORT_BYPASS_SHARPENEDGE")));
bypass_sharpenMicro = Gtk::manage ( new Gtk::CheckButton (M ("EXPORT_BYPASS_SHARPENMICRO")));
diff --git a/rtgui/labcurve.cc b/rtgui/labcurve.cc
index dca1dfd45..d2279f586 100644
--- a/rtgui/labcurve.cc
+++ b/rtgui/labcurve.cc
@@ -66,7 +66,7 @@ LCurve::LCurve () : FoldableToolPanel(this, "labcurves", M("TP_LABCURVE_LABEL"),
pack_start (*avoidcolorshift, Gtk::PACK_SHRINK, 4);
lcredsk = Gtk::manage (new Gtk::CheckButton (M("TP_LABCURVE_LCREDSK")));
- lcredsk->set_tooltip_markup (M("TP_LABCURVE_LCREDSK_TIP"));
+ lcredsk->set_tooltip_markup (M("TP_LABCURVE_LCREDSK_TOOLTIP"));
pack_start (*lcredsk);
rstprotection = Gtk::manage ( new Adjuster (M("TP_LABCURVE_RSTPROTECTION"), 0., 100., 0.1, 0.) );
diff --git a/rtgui/locallabtools.cc b/rtgui/locallabtools.cc
index ad035b81f..65a904edd 100644
--- a/rtgui/locallabtools.cc
+++ b/rtgui/locallabtools.cc
@@ -6717,7 +6717,7 @@ LocallabBlur::LocallabBlur():
RTImage *resetImg = Gtk::manage (new RTImage ("undo-small", Gtk::ICON_SIZE_BUTTON));
setExpandAlignProperties (resetImg, false, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_CENTER);
neutral->set_image (*resetImg);
- neutral->set_tooltip_text (M ("TP_RETINEX_NEUTRAL_TIP"));
+ neutral->set_tooltip_text (M ("TP_RETINEX_NEUTRAL_TOOLTIP"));
neutralconn = neutral->signal_pressed().connect ( sigc::mem_fun (*this, &LocallabBlur::neutral_pressed) );
neutral->show();
diff --git a/rtgui/profilepanel.cc b/rtgui/profilepanel.cc
index da18807a6..a915adf50 100644
--- a/rtgui/profilepanel.cc
+++ b/rtgui/profilepanel.cc
@@ -56,7 +56,7 @@ ProfilePanel::ProfilePanel () : storedPProfile(nullptr),
fillMode->set_active(options.filledProfile);
fillMode->add(*profileFillImage);
fillMode->signal_toggled().connect ( sigc::mem_fun(*this, &ProfilePanel::profileFillModeToggled) );
- fillMode->set_tooltip_text(M("PROFILEPANEL_MODE_TIP"));
+ fillMode->set_tooltip_text(M("PROFILEPANEL_MODE_TOOLTIP"));
//GTK318
#if GTK_MAJOR_VERSION == 3 && GTK_MINOR_VERSION < 20
fillMode->set_margin_right(2);
diff --git a/rtgui/retinex.cc b/rtgui/retinex.cc
index d77849be2..e209f5899 100644
--- a/rtgui/retinex.cc
+++ b/rtgui/retinex.cc
@@ -494,7 +494,7 @@ Retinex::Retinex () : FoldableToolPanel (this, "retinex", M ("TP_RETINEX_LABEL")
RTImage *resetImg = Gtk::manage (new RTImage ("undo-small", Gtk::ICON_SIZE_BUTTON));
setExpandAlignProperties (resetImg, false, false, Gtk::ALIGN_CENTER, Gtk::ALIGN_CENTER);
neutral->set_image (*resetImg);
- neutral->set_tooltip_text (M ("TP_RETINEX_NEUTRAL_TIP"));
+ neutral->set_tooltip_text (M ("TP_RETINEX_NEUTRAL_TOOLTIP"));
neutralconn = neutral->signal_pressed().connect ( sigc::mem_fun (*this, &Retinex::neutral_pressed) );
neutral->show();
diff --git a/rtgui/saveasdlg.cc b/rtgui/saveasdlg.cc
index 9fdb90f18..1e361411c 100644
--- a/rtgui/saveasdlg.cc
+++ b/rtgui/saveasdlg.cc
@@ -120,7 +120,7 @@ SaveAsDialog::SaveAsDialog (const Glib::ustring &initialDir, Gtk::Window* parent
Gtk::Button* ok = Gtk::manage( new Gtk::Button (M("GENERAL_OK")) );
Gtk::Button* cancel = Gtk::manage( new Gtk::Button (M("GENERAL_CANCEL")) );
- ok->set_tooltip_markup (M("TP_SAVEDIALOG_OK_TIP"));
+ ok->set_tooltip_markup (M("TP_SAVEDIALOG_OK_TOOLTIP"));
ok->signal_clicked().connect( sigc::mem_fun(*this, &SaveAsDialog::okPressed) );
cancel->signal_clicked().connect( sigc::mem_fun(*this, &SaveAsDialog::cancelPressed) );
diff --git a/rtgui/tonecurve.cc b/rtgui/tonecurve.cc
index 8a33575ca..6cbd70825 100644
--- a/rtgui/tonecurve.cc
+++ b/rtgui/tonecurve.cc
@@ -58,11 +58,11 @@ ToneCurve::ToneCurve() : FoldableToolPanel(this, "tonecurve", M("TP_EXPOSURE_LAB
abox->set_spacing (4);
autolevels = Gtk::manage(new Gtk::ToggleButton(M("TP_EXPOSURE_AUTOLEVELS")));
- autolevels->set_tooltip_markup(M("TP_EXPOSURE_AUTOLEVELS_TIP"));
+ autolevels->set_tooltip_markup(M("TP_EXPOSURE_AUTOLEVELS_TOOLTIP"));
autoconn = autolevels->signal_toggled().connect(sigc::mem_fun(*this, &ToneCurve::autolevels_toggled));
lclip = Gtk::manage(new Gtk::Label(M("TP_EXPOSURE_CLIP")));
- lclip->set_tooltip_text(M("TP_EXPOSURE_CLIP_TIP"));
+ lclip->set_tooltip_text(M("TP_EXPOSURE_CLIP_TOOLTIP"));
sclip = Gtk::manage(new MySpinButton());
sclip->set_range(0.0, 0.99);
@@ -74,7 +74,7 @@ ToneCurve::ToneCurve() : FoldableToolPanel(this, "tonecurve", M("TP_EXPOSURE_LAB
sclip->signal_value_changed().connect(sigc::mem_fun(*this, &ToneCurve::clip_changed));
neutral = Gtk::manage(new Gtk::Button(M("TP_NEUTRAL")));
- neutral->set_tooltip_text(M("TP_NEUTRAL_TIP"));
+ neutral->set_tooltip_text(M("TP_NEUTRAL_TOOLTIP"));
neutralconn = neutral->signal_pressed().connect(sigc::mem_fun(*this, &ToneCurve::neutral_pressed));
neutral->show();
@@ -872,7 +872,7 @@ void ToneCurve::setBatchMode(bool batchMode)
removeIfThere(abox, autolevels, false);
autolevels = Gtk::manage(new Gtk::CheckButton(M("TP_EXPOSURE_AUTOLEVELS")));
- autolevels->set_tooltip_markup(M("TP_EXPOSURE_AUTOLEVELS_TIP"));
+ autolevels->set_tooltip_markup(M("TP_EXPOSURE_AUTOLEVELS_TOOLTIP"));
autoconn = autolevels->signal_toggled().connect(sigc::mem_fun(*this, &ToneCurve::autolevels_toggled));
abox->pack_start(*autolevels);
diff --git a/rtgui/wavelet.cc b/rtgui/wavelet.cc
index 75be1e42e..1b8dd980c 100644
--- a/rtgui/wavelet.cc
+++ b/rtgui/wavelet.cc
@@ -1166,7 +1166,7 @@ Wavelet::Wavelet() :
resBox->pack_start(*chanMixerShadowsFrame, Gtk::PACK_SHRINK);
Gtk::Button* const neutral = Gtk::manage(new Gtk::Button(M("TP_COLORTONING_NEUTRAL")));
- neutral->set_tooltip_text(M("TP_COLORTONING_NEUTRAL_TIP"));
+ neutral->set_tooltip_text(M("TP_COLORTONING_NEUTRAL_TOOLTIP"));
neutralconn = neutral->signal_pressed().connect(sigc::mem_fun(*this, &Wavelet::neutral_pressed));
neutral->show();
neutrHBox->pack_start(*neutral, Gtk::PACK_EXPAND_WIDGET);
diff --git a/tools/generateUnusedKeys b/tools/generateUnusedKeys
index 6d2b68390..7fceddf3d 100755
--- a/tools/generateUnusedKeys
+++ b/tools/generateUnusedKeys
@@ -69,6 +69,7 @@ dos2unix default 2>/dev/null
# -Irl -m1
# Dynamically built keys like HISTORY_MSG_1 can't be grepped in the code,
# so it renames KEY_1-KEY_9 to KEY_ so that they can be grepped and therefore ignored.
+# See RAWParams::BayerSensor::getMethodStrings
t1="$(date +%s)"
printf '%s\n' 'Matching keys in "default" against .cc and .h files' 'Unmatched keys follow:'
unset delLines
@@ -84,11 +85,25 @@ done < <( \
-e "^(#|$)|TP_RAW_2PASS" \
-e "^(#|$)|TP_RAW_3PASSBEST" \
-e "^(#|$)|TP_RAW_4PASS" \
+ -e "^(#|$)|TP_RAW_AMAZE" \
+ -e "^(#|$)|TP_RAW_AMAZEBILINEAR" \
-e "^(#|$)|TP_RAW_AMAZEVNG4" \
- -e "^(#|$)|TP_RAW_DCBVNG4" \
- -e "^(#|$)|TP_RAW_MONO" \
- -e "^(#|$)|TP_RAW_NONE" \
+ -e "^(#|$)|TP_RAW_RCD" \
+ -e "^(#|$)|TP_RAW_RCDBILINEAR" \
-e "^(#|$)|TP_RAW_RCDVNG4" \
+ -e "^(#|$)|TP_RAW_DCB" \
+ -e "^(#|$)|TP_RAW_DCBBILINEAR" \
+ -e "^(#|$)|TP_RAW_DCBVNG4" \
+ -e "^(#|$)|TP_RAW_LMMSE" \
+ -e "^(#|$)|TP_RAW_IGV" \
+ -e "^(#|$)|TP_RAW_AHD" \
+ -e "^(#|$)|TP_RAW_EAHD" \
+ -e "^(#|$)|TP_RAW_HPHD" \
+ -e "^(#|$)|TP_RAW_VNG4" \
+ -e "^(#|$)|TP_RAW_FAST" \
+ -e "^(#|$)|TP_RAW_MONO" \
+ -e "^(#|$)|TP_RAW_PIXELSHIFT" \
+ -e "^(#|$)|TP_RAW_NONE" \
"default" | \
sed -e "s/EXTPROGTARGET_[0-9]*/EXTPROGTARGET_/" \
-e "s/FILEBROWSER_POPUPCOLORLABEL[0-9]*/FILEBROWSER_POPUPCOLORLABEL/" \
diff --git a/tools/osx/macosx_bundle.sh b/tools/osx/macosx_bundle.sh
index 9b7042f1f..d0cbf4d6b 100644
--- a/tools/osx/macosx_bundle.sh
+++ b/tools/osx/macosx_bundle.sh
@@ -124,7 +124,7 @@ LOCAL_PREFIX="$(cmake .. -L -N | grep LOCAL_PREFIX)"; LOCAL_PREFIX="${LOCAL_PREF
#Out: https:// etc.
UNIVERSAL_URL="$(cmake .. -L -N | grep OSX_UNIVERSAL_URL)"; UNIVERSAL_URL="${UNIVERSAL_URL#*=}"
if [[ -n $UNIVERSAL_URL ]]; then
- echo "Univeral app is ON. The URL is ${UNIVERSAL_URL}"
+ echo "Universal app is ON. The URL is ${UNIVERSAL_URL}"
fi
#In: pkgcfg_lib_EXPAT_expat:FILEPATH=/opt/local/lib/libexpat.dylib
@@ -313,7 +313,7 @@ install_name_tool -delete_rpath RawTherapee.app/Contents/Frameworks "${EXECUTABL
install_name_tool -add_rpath /Applications/"${LIB}" "${EXECUTABLE}"-cli 2>/dev/null
ditto "${EXECUTABLE}"-cli "${APP}"/..
-# Merge the app with the other archictecture to create the Universal app.
+# Merge the app with the other architecture to create the Universal app.
if [[ -n $UNIVERSAL_URL ]]; then
msg "Getting Universal countercomponent."
curl -L ${UNIVERSAL_URL} -o univ.zip