Removed WindowsEnvironmentSetup.html Issue 1112 comments 125 onwards.
This commit is contained in:
@@ -1,45 +0,0 @@
|
|||||||
<H1>Building Raw Therapee in Windows 64</H1>
|
|
||||||
12 November 2011<BR>
|
|
||||||
<BR>
|
|
||||||
<BR>
|
|
||||||
This short guide outlines setting up a development environment for building RawTherapee (64 bit) in Windows.<BR>
|
|
||||||
Apology and warning: the procedure is convoluted. Prepare for frustration if you deviate even one bit. Sorry.<BR>
|
|
||||||
<BR>
|
|
||||||
<B>Step 0:</B><BR>
|
|
||||||
Use <A HREF=http://tortoisehg.bitbucket.org/>TortoiseHg</A> to grab the latest Raw Therapee, put it in a directory whose name doesn't contain spaces. This is more or less simple but well documented, please figure it out yourself.<BR>
|
|
||||||
<BR>
|
|
||||||
<B>Step 1:</B><BR>
|
|
||||||
Download the latest <A HREF=http://cmake.org/cmake/resources/software.html>CMake</A>. Install it into C:\CMake.<BR>
|
|
||||||
<BR>
|
|
||||||
<B>Step 2:</B><BR>
|
|
||||||
Download <A HREF=http://ftp.gnome.org/pub/GNOME/binaries/win64/gtkmm/2.22/gtkmm-win64-devel-2.22.0-2.exe>a rather specific version of gtkmm64</A>. Install it into C:\gtkmm64.<BR>
|
|
||||||
<BR>
|
|
||||||
<B>Step 3:</B><BR>
|
|
||||||
Download <A HREF=http://sourceforge.net/projects/tdm-gcc/files/TDM-GCC%20Installer/Previous/1.1006.0/tdm64-gcc-4.5.2.exe/download>a rather specific build of MinGW</A>. When installing, uncheck "Check for updated files...", check "Experimental (32 and 64 bit)", check the "openmp" component under Components->gcc, install into C:\MinGW64.<BR>
|
|
||||||
<BR>
|
|
||||||
<B>Step 4:</B><BR>
|
|
||||||
Download the latest <A HREF=http://www.visualbakery.com/rawtherapee/Downloads.aspx>Precompiled package for 64bit Windows</A>. Unzip the file contents (already organized into several subdirectories) into C:\MinGW64.<BR>
|
|
||||||
<BR>
|
|
||||||
<B>Step 5:</B><BR>
|
|
||||||
Download <A HREF=http://sourceforge.net/projects/mingw/files/MSYS/Base/msys-core/msys-1.0.11/MSYS-1.0.11.exe/download>a rather specific build</A> of MSYS. Install to C:\msys. At the end it asks for your MinGW directory, <u>make sure</u> you give it C:/MinGW64. That's a forward slash, and it matters.<BR>
|
|
||||||
<BR>
|
|
||||||
<B>Step 6:</B><BR>
|
|
||||||
Create a file named build.bat in your raw therapee source directory with the following content:<BR>
|
|
||||||
<BR>
|
|
||||||
set GTKMM_BASEPATH=C:\gtkmm64<BR>
|
|
||||||
set GTKMM64_BASEPATH=C:\gtkmm64<BR>
|
|
||||||
set MINGW_BASEPATH=C:\MinGW64<BR>
|
|
||||||
set PATH=%PATH%;C:\gtkmm64\bin;C:\MinGW64\bin;C:\CMake\bin<BR>
|
|
||||||
set PKG_CONFIG_PATH=C:\MinGW64\lib\pkgconfig;c:\gtkmm64\lib\pkgconfig<BR>
|
|
||||||
<BR>
|
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release -G "MinGW Makefiles" -DPROC_TARGET_NUMBER:STRING=2<BR>
|
|
||||||
mingw32-make -j2 install<BR>
|
|
||||||
pause<BR>
|
|
||||||
<BR>
|
|
||||||
<BR>
|
|
||||||
<BR>
|
|
||||||
Running the batch file above after completing all steps properly should slowly but flawlessly build Raw Therapee.<BR>
|
|
||||||
<B>If it doesn't work, <U>please</U> tell us about it at the <A HREF=http://www.rawtherapee.com/forum/viewforum.php?f=10>Raw Therapee forum</A>. Maybe this document needs updating.</B><BR>
|
|
||||||
Do not rest until it builds. A complicated build sucks, but out of date or inaccurate build documentation is unacceptable.<BR>
|
|
||||||
<BR>
|
|
||||||
<BR>
|
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Catala
|
#00 Catala
|
||||||
#01 10.10.2009: JMG
|
#01 10.10.2009: JMG
|
||||||
@@ -986,8 +987,13 @@ ZOOMPANEL_ZOOMOUT;Allunya <b>-</b>
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_MSG_EMPTYFILENAME;Filename unspecified!
|
!MAIN_MSG_EMPTYFILENAME;Filename unspecified!
|
||||||
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_ICMGAMMA;Output gamma
|
!PARTIALPASTE_ICMGAMMA;Output gamma
|
||||||
!PARTIALPASTE_RAW_ALLENHANCE;Apply post demosaic artifact/noise reduction
|
!PARTIALPASTE_RAW_ALLENHANCE;Apply post demosaic artifact/noise reduction
|
||||||
!PARTIALPASTE_RAWEXPOS_BLACK;Black Level
|
!PARTIALPASTE_RAWEXPOS_BLACK;Black Level
|
||||||
@@ -1015,6 +1021,11 @@ ZOOMPANEL_ZOOMOUT;Allunya <b>-</b>
|
|||||||
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
||||||
!PREFERENCES_TP_VSCROLLBAR;Hide vertical scrollbar
|
!PREFERENCES_TP_VSCROLLBAR;Hide vertical scrollbar
|
||||||
!TP_CROP_GTGRID;Grid
|
!TP_CROP_GTGRID;Grid
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
||||||
!TP_HLREC_BLEND;Blend
|
!TP_HLREC_BLEND;Blend
|
||||||
!TP_ICM_BLENDCMSMATRIX;Blend highlights with matrix
|
!TP_ICM_BLENDCMSMATRIX;Blend highlights with matrix
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Chinese (Simplified)
|
#00 Chinese (Simplified)
|
||||||
#01 06.11.2008
|
#01 06.11.2008
|
||||||
@@ -742,6 +743,10 @@ ZOOMBAR_SMALL;小
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -814,6 +819,7 @@ ZOOMBAR_SMALL;小
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -932,6 +938,11 @@ ZOOMBAR_SMALL;小
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Chinese (Traditional)
|
#00 Chinese (Traditional)
|
||||||
#01 29.07.2008
|
#01 29.07.2008
|
||||||
@@ -749,6 +750,10 @@ ZOOMBAR_SMALL;小
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -817,6 +822,7 @@ ZOOMBAR_SMALL;小
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -934,6 +940,11 @@ ZOOMBAR_SMALL;小
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Czech
|
#00 Czech
|
||||||
#01 20.1.2008: translated by absolution
|
#01 20.1.2008: translated by absolution
|
||||||
@@ -1039,3 +1040,13 @@ ZOOMPANEL_ZOOMOUT;Oddálit <b>-</b>
|
|||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Danish
|
#00 Danish
|
||||||
#01 Translated by krengbo
|
#01 Translated by krengbo
|
||||||
@@ -740,6 +741,10 @@ ZOOMBAR_SMALL;Lille
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -812,6 +817,7 @@ ZOOMBAR_SMALL;Lille
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -930,6 +936,11 @@ ZOOMBAR_SMALL;Lille
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Deutsch
|
#00 Deutsch
|
||||||
#01 (keenonkites; Aktualisierte Version für 2.3 beta2)
|
#01 (keenonkites; Aktualisierte Version für 2.3 beta2)
|
||||||
@@ -1039,3 +1040,13 @@ ZOOMPANEL_ZOOMOUT;Herauszoomen <b>-</b>
|
|||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 English
|
#00 English
|
||||||
HISTOGRAM_BUTTON_BAR;RGB
|
HISTOGRAM_BUTTON_BAR;RGB
|
||||||
@@ -258,7 +259,11 @@ HISTOGRAM_TOOLTIP_BAR;Show/Hide RBG indicator bar\nClick right mouse button on i
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
!HISTORY_MSG_15;Luminance Contrast
|
!HISTORY_MSG_15;Luminance Contrast
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_16;Luminance Black
|
!HISTORY_MSG_16;Luminance Black
|
||||||
!HISTORY_MSG_17;Luminance Highlight Compr.
|
!HISTORY_MSG_17;Luminance Highlight Compr.
|
||||||
!HISTORY_MSG_18;Luminance Shadow Compr.
|
!HISTORY_MSG_18;Luminance Shadow Compr.
|
||||||
@@ -519,6 +524,7 @@ HISTOGRAM_TOOLTIP_BAR;Show/Hide RBG indicator bar\nClick right mouse button on i
|
|||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
!PARTIALPASTE_DISTORTION;Distortion correction
|
!PARTIALPASTE_DISTORTION;Distortion correction
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_EXIFCHANGES;Changes to exif data
|
!PARTIALPASTE_EXIFCHANGES;Changes to exif data
|
||||||
!PARTIALPASTE_EXPOSURE;Exposure
|
!PARTIALPASTE_EXPOSURE;Exposure
|
||||||
@@ -817,6 +823,11 @@ HISTOGRAM_TOOLTIP_BAR;Show/Hide RBG indicator bar\nClick right mouse button on i
|
|||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
!TP_DISTORTION_LABEL;Distortion
|
!TP_DISTORTION_LABEL;Distortion
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 English (UK)
|
#00 English (UK)
|
||||||
#01 08.12.2010: Richard Regal
|
#01 08.12.2010: Richard Regal
|
||||||
@@ -294,7 +295,11 @@ TP_RAW_FALSECOLOR;False colour suppression steps
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
!HISTORY_MSG_15;Luminance Contrast
|
!HISTORY_MSG_15;Luminance Contrast
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_16;Luminance Black
|
!HISTORY_MSG_16;Luminance Black
|
||||||
!HISTORY_MSG_17;Luminance Highlight Compr.
|
!HISTORY_MSG_17;Luminance Highlight Compr.
|
||||||
!HISTORY_MSG_18;Luminance Shadow Compr.
|
!HISTORY_MSG_18;Luminance Shadow Compr.
|
||||||
@@ -526,6 +531,7 @@ TP_RAW_FALSECOLOR;False colour suppression steps
|
|||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
!PARTIALPASTE_DISTORTION;Distortion correction
|
!PARTIALPASTE_DISTORTION;Distortion correction
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_EXIFCHANGES;Changes to exif data
|
!PARTIALPASTE_EXIFCHANGES;Changes to exif data
|
||||||
!PARTIALPASTE_EXPOSURE;Exposure
|
!PARTIALPASTE_EXPOSURE;Exposure
|
||||||
@@ -815,6 +821,11 @@ TP_RAW_FALSECOLOR;False colour suppression steps
|
|||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
!TP_DISTORTION_LABEL;Distortion
|
!TP_DISTORTION_LABEL;Distortion
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 English (US)
|
#00 English (US)
|
||||||
HISTOGRAM_BUTTON_BAR;RGB
|
HISTOGRAM_BUTTON_BAR;RGB
|
||||||
@@ -258,7 +259,11 @@ HISTOGRAM_TOOLTIP_BAR;Show/Hide RBG indicator bar\nClick right mouse button on i
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
!HISTORY_MSG_15;Luminance Contrast
|
!HISTORY_MSG_15;Luminance Contrast
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_16;Luminance Black
|
!HISTORY_MSG_16;Luminance Black
|
||||||
!HISTORY_MSG_17;Luminance Highlight Compr.
|
!HISTORY_MSG_17;Luminance Highlight Compr.
|
||||||
!HISTORY_MSG_18;Luminance Shadow Compr.
|
!HISTORY_MSG_18;Luminance Shadow Compr.
|
||||||
@@ -519,6 +524,7 @@ HISTOGRAM_TOOLTIP_BAR;Show/Hide RBG indicator bar\nClick right mouse button on i
|
|||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
!PARTIALPASTE_DISTORTION;Distortion correction
|
!PARTIALPASTE_DISTORTION;Distortion correction
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_EXIFCHANGES;Changes to exif data
|
!PARTIALPASTE_EXIFCHANGES;Changes to exif data
|
||||||
!PARTIALPASTE_EXPOSURE;Exposure
|
!PARTIALPASTE_EXPOSURE;Exposure
|
||||||
@@ -817,6 +823,11 @@ HISTOGRAM_TOOLTIP_BAR;Show/Hide RBG indicator bar\nClick right mouse button on i
|
|||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
!TP_DISTORTION_LABEL;Distortion
|
!TP_DISTORTION_LABEL;Distortion
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
*/
|
*/
|
||||||
*
|
*
|
||||||
/*
|
/*
|
||||||
@@ -980,6 +981,10 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom <b>-</b>
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_FRAME_BATCHQUEUE_TOOLTIP; Processing Queue <b>Ctrl-F3</b>
|
!MAIN_FRAME_BATCHQUEUE_TOOLTIP; Processing Queue <b>Ctrl-F3</b>
|
||||||
!MAIN_FRAME_EDITOR_TOOLTIP; Editor <b>Ctrl-F4</b>
|
!MAIN_FRAME_EDITOR_TOOLTIP; Editor <b>Ctrl-F4</b>
|
||||||
!MAIN_FRAME_FILEBROWSER_TOOLTIP; File Browser <b>Ctrl-F2</b>
|
!MAIN_FRAME_FILEBROWSER_TOOLTIP; File Browser <b>Ctrl-F2</b>
|
||||||
@@ -996,6 +1001,7 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom <b>-</b>
|
|||||||
!PARTIALPASTE_COMMONTRANSFORMPARAMS;Auto fill
|
!PARTIALPASTE_COMMONTRANSFORMPARAMS;Auto fill
|
||||||
!PARTIALPASTE_DEFRINGE;Defringe
|
!PARTIALPASTE_DEFRINGE;Defringe
|
||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_HLRECONSTRUCTION;Highlight reconstruction
|
!PARTIALPASTE_HLRECONSTRUCTION;Highlight reconstruction
|
||||||
!PARTIALPASTE_HLRECOVERYAMOUNT;Highlight recovery amount
|
!PARTIALPASTE_HLRECOVERYAMOUNT;Highlight recovery amount
|
||||||
@@ -1050,6 +1056,11 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom <b>-</b>
|
|||||||
!TP_CROP_PPI;PPI=
|
!TP_CROP_PPI;PPI=
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
||||||
!TP_FLATFIELD_BT_AREA;Area
|
!TP_FLATFIELD_BT_AREA;Area
|
||||||
!TP_FLATFIELD_BT_HORIZONTAL;Horizontal
|
!TP_FLATFIELD_BT_HORIZONTAL;Horizontal
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#00 Euskara (Basque)
|
#00 Euskara (Basque)
|
||||||
@@ -740,6 +741,10 @@ ZOOMBAR_SMALL;Txikia
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -812,6 +817,7 @@ ZOOMBAR_SMALL;Txikia
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -930,6 +936,11 @@ ZOOMBAR_SMALL;Txikia
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Français
|
#00 Français
|
||||||
#01 1.3.2008: Initial translation by Hombre
|
#01 1.3.2008: Initial translation by Hombre
|
||||||
@@ -1026,8 +1027,18 @@ ZOOMPANEL_ZOOMOUT;Zoom <b>-</b>
|
|||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_ICMGAMMA;Output gamma
|
!PARTIALPASTE_ICMGAMMA;Output gamma
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapees default ICC color profile. More precise than simple matrix, but only available for some cameras.
|
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapees default ICC color profile. More precise than simple matrix, but only available for some cameras.
|
||||||
!TP_ICM_INPUTCAMERA_TOOLTIP;Use simple default color matrix by DCRAW or embedded in DNG
|
!TP_ICM_INPUTCAMERA_TOOLTIP;Use simple default color matrix by DCRAW or embedded in DNG
|
||||||
!TP_ICM_INPUTCUSTOM_TOOLTIP;Select your own ICC color profile file for the camera
|
!TP_ICM_INPUTCUSTOM_TOOLTIP;Select your own ICC color profile file for the camera
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Greek
|
#00 Greek
|
||||||
#01 14.05.2008: zeusalmighty
|
#01 14.05.2008: zeusalmighty
|
||||||
@@ -738,6 +739,10 @@ ZOOMBAR_SMALL;Μικρό
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -810,6 +815,7 @@ ZOOMBAR_SMALL;Μικρό
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -928,6 +934,11 @@ ZOOMBAR_SMALL;Μικρό
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Hebrew
|
#00 Hebrew
|
||||||
#01 21.02.2008: initially translated by ???
|
#01 21.02.2008: initially translated by ???
|
||||||
@@ -739,6 +740,10 @@ ZOOMBAR_SMALL;קטן
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -811,6 +816,7 @@ ZOOMBAR_SMALL;קטן
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -929,6 +935,11 @@ ZOOMBAR_SMALL;קטן
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Italian
|
#00 Italian
|
||||||
#01 UTF-8(unix mode)
|
#01 UTF-8(unix mode)
|
||||||
@@ -1013,12 +1014,22 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci <b>(scorciatoia: -)</b>
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_ICMGAMMA;Output gamma
|
!PARTIALPASTE_ICMGAMMA;Output gamma
|
||||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||||
!PREFERENCES_TP_LABEL;Tool panel:
|
!PREFERENCES_TP_LABEL;Tool panel:
|
||||||
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
||||||
!PREFERENCES_TP_VSCROLLBAR;Hide vertical scrollbar
|
!PREFERENCES_TP_VSCROLLBAR;Hide vertical scrollbar
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_ICM_BLENDCMSMATRIX;Blend highlights with matrix
|
!TP_ICM_BLENDCMSMATRIX;Blend highlights with matrix
|
||||||
!TP_ICM_BLENDCMSMATRIX_TOOLTIP;Enable to recover blown highlights when using LUT based ICC profiles
|
!TP_ICM_BLENDCMSMATRIX_TOOLTIP;Enable to recover blown highlights when using LUT based ICC profiles
|
||||||
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapees default ICC color profile. More precise than simple matrix, but only available for some cameras.
|
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapees default ICC color profile. More precise than simple matrix, but only available for some cameras.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Japanese
|
#00 Japanese
|
||||||
#01 Translated by A3novy
|
#01 Translated by A3novy
|
||||||
@@ -1055,4 +1056,14 @@ ZOOMPANEL_ZOOMOUT;ズームアウト <b>-</b>
|
|||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#00 Latvian
|
#00 Latvian
|
||||||
@@ -738,6 +739,10 @@ ZOOMBAR_SMALL;Mazs
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -810,6 +815,7 @@ ZOOMBAR_SMALL;Mazs
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -928,6 +934,11 @@ ZOOMBAR_SMALL;Mazs
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Magyar
|
#00 Magyar
|
||||||
#01 RT 3.0 alpha 1 rev. 597:fb291bf74c by Dr. Gyurkó M. 'dualon' Dávid
|
#01 RT 3.0 alpha 1 rev. 597:fb291bf74c by Dr. Gyurkó M. 'dualon' Dávid
|
||||||
@@ -852,6 +853,10 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_93;Contrast by detail levels value
|
!HISTORY_MSG_93;Contrast by detail levels value
|
||||||
!HISTORY_MSG_94;Contrast by detail levels
|
!HISTORY_MSG_94;Contrast by detail levels
|
||||||
!MAIN_BUTTON_SHOWHIDESIDEPANELS_TOOLTIP;Show/hide all side panels <b>m</b>
|
!MAIN_BUTTON_SHOWHIDESIDEPANELS_TOOLTIP;Show/hide all side panels <b>m</b>
|
||||||
@@ -899,6 +904,7 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -987,6 +993,11 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
|||||||
!TP_DEFRINGE_THRESHOLD;Threshold
|
!TP_DEFRINGE_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
||||||
!TP_EXPOSCORR_LABEL;Raw white-black point
|
!TP_EXPOSCORR_LABEL;Raw white-black point
|
||||||
!TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Highlight recovery threshold
|
!TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Highlight recovery threshold
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#00 Nederlands
|
#00 Nederlands
|
||||||
@@ -885,6 +886,10 @@ ZOOMPANEL_ZOOMOUT;Zoom uit
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_BUTTON_SHOWHIDESIDEPANELS_TOOLTIP;Show/hide all side panels <b>m</b>
|
!MAIN_BUTTON_SHOWHIDESIDEPANELS_TOOLTIP;Show/hide all side panels <b>m</b>
|
||||||
!MAIN_FRAME_BATCHQUEUE_TOOLTIP; Processing Queue <b>Ctrl-F3</b>
|
!MAIN_FRAME_BATCHQUEUE_TOOLTIP; Processing Queue <b>Ctrl-F3</b>
|
||||||
!MAIN_FRAME_EDITOR_TOOLTIP; Editor <b>Ctrl-F4</b>
|
!MAIN_FRAME_EDITOR_TOOLTIP; Editor <b>Ctrl-F4</b>
|
||||||
@@ -908,6 +913,7 @@ ZOOMPANEL_ZOOMOUT;Zoom uit
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -993,6 +999,11 @@ ZOOMPANEL_ZOOMOUT;Zoom uit
|
|||||||
!TP_DEFRINGE_THRESHOLD;Threshold
|
!TP_DEFRINGE_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
||||||
!TP_EXPOSCORR_LABEL;Raw white-black point
|
!TP_EXPOSCORR_LABEL;Raw white-black point
|
||||||
!TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Highlight recovery threshold
|
!TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Highlight recovery threshold
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Norwegian
|
#00 Norwegian
|
||||||
#01 2009-02-12
|
#01 2009-02-12
|
||||||
@@ -739,6 +740,10 @@ ZOOMBAR_SMALL;Liten
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -811,6 +816,7 @@ ZOOMBAR_SMALL;Liten
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -929,6 +935,11 @@ ZOOMBAR_SMALL;Liten
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Polish
|
#00 Polish
|
||||||
#01 24.12.2007
|
#01 24.12.2007
|
||||||
@@ -1054,3 +1055,13 @@ ZOOMPANEL_ZOOMOUT;Oddal <b>-</b>
|
|||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Polish
|
#00 Polish
|
||||||
#01 24.12.2007
|
#01 24.12.2007
|
||||||
@@ -1054,3 +1055,13 @@ ZOOMPANEL_ZOOMOUT;Oddal <b>-</b>
|
|||||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
|
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#00 Português Brasileiro
|
#00 Português Brasileiro
|
||||||
@@ -739,6 +740,10 @@ ZOOMBAR_SMALL;Pequeno
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -811,6 +816,7 @@ ZOOMBAR_SMALL;Pequeno
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -929,6 +935,11 @@ ZOOMBAR_SMALL;Pequeno
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Russian
|
#00 Russian
|
||||||
#01 23.12.2007
|
#01 23.12.2007
|
||||||
@@ -921,6 +922,10 @@ ZOOMPANEL_ZOOMOUT;Удалить <b>-</b>
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_MSG_EMPTYFILENAME;Filename unspecified!
|
!MAIN_MSG_EMPTYFILENAME;Filename unspecified!
|
||||||
!MAIN_TAB_COLOR_TOOLTIP;<b>Alt-c</b>
|
!MAIN_TAB_COLOR_TOOLTIP;<b>Alt-c</b>
|
||||||
!MAIN_TAB_DETAIL_TOOLTIP;<b>Alt-d</b>
|
!MAIN_TAB_DETAIL_TOOLTIP;<b>Alt-d</b>
|
||||||
@@ -951,6 +956,7 @@ ZOOMPANEL_ZOOMOUT;Удалить <b>-</b>
|
|||||||
!PARTIALPASTE_DARKFRAMEAUTOSELECT;Dark Frame Auto Select
|
!PARTIALPASTE_DARKFRAMEAUTOSELECT;Dark Frame Auto Select
|
||||||
!PARTIALPASTE_DARKFRAMEFILE;Dark Frame File
|
!PARTIALPASTE_DARKFRAMEFILE;Dark Frame File
|
||||||
!PARTIALPASTE_DEFRINGE;Defringe
|
!PARTIALPASTE_DEFRINGE;Defringe
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
!PARTIALPASTE_FLATFIELDBLURTYPE;FF Blur Type
|
!PARTIALPASTE_FLATFIELDBLURTYPE;FF Blur Type
|
||||||
@@ -998,6 +1004,11 @@ ZOOMPANEL_ZOOMOUT;Удалить <b>-</b>
|
|||||||
!PROGRESSBAR_DARKFRAME;Darkframe...
|
!PROGRESSBAR_DARKFRAME;Darkframe...
|
||||||
!PROGRESSBAR_LINEDENOISE;Line Denoise...
|
!PROGRESSBAR_LINEDENOISE;Line Denoise...
|
||||||
!TP_DARKFRAME_LABEL;Dark Frame
|
!TP_DARKFRAME_LABEL;Dark Frame
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
||||||
!TP_FLATFIELD_BT_AREA;Area
|
!TP_FLATFIELD_BT_AREA;Area
|
||||||
!TP_FLATFIELD_BT_HORIZONTAL;Horizontal
|
!TP_FLATFIELD_BT_HORIZONTAL;Horizontal
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Serbian (Cyrilic)
|
#00 Serbian (Cyrilic)
|
||||||
#01 by gpopac 2010-11-16
|
#01 by gpopac 2010-11-16
|
||||||
@@ -1032,11 +1033,21 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике <b>-</b>
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_ICMGAMMA;Output gamma
|
!PARTIALPASTE_ICMGAMMA;Output gamma
|
||||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||||
!PREFERENCES_TP_LABEL;Tool panel:
|
!PREFERENCES_TP_LABEL;Tool panel:
|
||||||
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_GAMMA_CURV;gamma
|
!TP_GAMMA_CURV;gamma
|
||||||
!TP_ICM_BLENDCMSMATRIX_TOOLTIP;Enable to recover blown highlights when using LUT based ICC profiles
|
!TP_ICM_BLENDCMSMATRIX_TOOLTIP;Enable to recover blown highlights when using LUT based ICC profiles
|
||||||
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapees default ICC color profile. More precise than simple matrix, but only available for some cameras.
|
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapees default ICC color profile. More precise than simple matrix, but only available for some cameras.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Serbian (Cyrilic)
|
#00 Serbian (Cyrilic)
|
||||||
#01 by gpopac 2010-11-16
|
#01 by gpopac 2010-11-16
|
||||||
@@ -1032,11 +1033,21 @@ ZOOMPANEL_ZOOMOUT;Umanjuje prikaz slike <b>-</b>
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_ICMGAMMA;Output gamma
|
!PARTIALPASTE_ICMGAMMA;Output gamma
|
||||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||||
!PREFERENCES_TP_LABEL;Tool panel:
|
!PREFERENCES_TP_LABEL;Tool panel:
|
||||||
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_GAMMA_CURV;gamma
|
!TP_GAMMA_CURV;gamma
|
||||||
!TP_ICM_BLENDCMSMATRIX_TOOLTIP;Enable to recover blown highlights when using LUT based ICC profiles
|
!TP_ICM_BLENDCMSMATRIX_TOOLTIP;Enable to recover blown highlights when using LUT based ICC profiles
|
||||||
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapees default ICC color profile. More precise than simple matrix, but only available for some cameras.
|
!TP_ICM_INPUTCAMERAICC_TOOLTIP;Use RawTherapees default ICC color profile. More precise than simple matrix, but only available for some cameras.
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Slovenčina
|
#00 Slovenčina
|
||||||
#01 08.05.2008
|
#01 08.05.2008
|
||||||
@@ -840,6 +841,10 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_88;Impulse NR threshold
|
!HISTORY_MSG_88;Impulse NR threshold
|
||||||
!HISTORY_MSG_93;Contrast by detail levels value
|
!HISTORY_MSG_93;Contrast by detail levels value
|
||||||
!HISTORY_MSG_94;Contrast by detail levels
|
!HISTORY_MSG_94;Contrast by detail levels
|
||||||
@@ -879,6 +884,7 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -969,6 +975,11 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
|||||||
!TP_DEFRINGE_THRESHOLD;Threshold
|
!TP_DEFRINGE_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
!TP_EXPO_AFTER; After interpolation (before RGB conversion)
|
||||||
!TP_EXPOSCORR_LABEL;Raw white-black point
|
!TP_EXPOSCORR_LABEL;Raw white-black point
|
||||||
!TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Highlight recovery threshold
|
!TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Highlight recovery threshold
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
#
|
#
|
||||||
|
|
||||||
#00 Finnish
|
#00 Finnish
|
||||||
@@ -740,6 +741,10 @@ ZOOMBAR_SMALL;Pieni
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -812,6 +817,7 @@ ZOOMBAR_SMALL;Pieni
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -929,6 +935,11 @@ ZOOMBAR_SMALL;Pieni
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#00 Swedish
|
#00 Swedish
|
||||||
@@ -1030,11 +1031,21 @@ ZOOMPANEL_ZOOMOUT;Förminska. Kortkommando: -
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
!MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Lock</b> / <b>Unlock</b> the <b>Before</b> viewnn<b>Lock</b>: keep the <b>Before</b> view unchanged - nuseful to evaluate the cumulative effect of multiple tools.nAdditionally, comparison can be made to any state in the Historynn<b>Unlock</b>: the <b>Before</b> view will follow the <b>After</b> view 1 step behind, showing image before the effect of the currently used tool
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_ICMGAMMA;Output gamma
|
!PARTIALPASTE_ICMGAMMA;Output gamma
|
||||||
!PARTIALPASTE_VIBRANCE;Vibrance
|
!PARTIALPASTE_VIBRANCE;Vibrance
|
||||||
!PREFERENCES_TP_LABEL;Tool panel:
|
!PREFERENCES_TP_LABEL;Tool panel:
|
||||||
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
!PREFERENCES_TP_USEICONORTEXT;Use tab icons instead of text
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_HLREC_BLEND;Blend
|
!TP_HLREC_BLEND;Blend
|
||||||
!TP_ICM_BLENDCMSMATRIX;Blend highlights with matrix
|
!TP_ICM_BLENDCMSMATRIX;Blend highlights with matrix
|
||||||
!TP_ICM_BLENDCMSMATRIX_TOOLTIP;Enable to recover blown highlights when using LUT based ICC profiles
|
!TP_ICM_BLENDCMSMATRIX_TOOLTIP;Enable to recover blown highlights when using LUT based ICC profiles
|
||||||
|
@@ -1,3 +1,4 @@
|
|||||||
|
|
||||||
|
|
||||||
#00 Turkish
|
#00 Turkish
|
||||||
#01 2.3.2008
|
#01 2.3.2008
|
||||||
@@ -740,6 +741,10 @@ ZOOMBAR_SMALL;Küçük
|
|||||||
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
!HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
!HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
!HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
!HISTORY_MSG_158;Strength
|
||||||
|
!HISTORY_MSG_159;Edge stopping
|
||||||
|
!HISTORY_MSG_160;Scale
|
||||||
|
!HISTORY_MSG_161;Reweighting iterates
|
||||||
!HISTORY_MSG_82;Profile Changed
|
!HISTORY_MSG_82;Profile Changed
|
||||||
!HISTORY_MSG_83;High quality shadows/highlights
|
!HISTORY_MSG_83;High quality shadows/highlights
|
||||||
!HISTORY_MSG_84;Perspective correction
|
!HISTORY_MSG_84;Perspective correction
|
||||||
@@ -812,6 +817,7 @@ ZOOMBAR_SMALL;Küçük
|
|||||||
!PARTIALPASTE_DETAILGROUP;Detail settings
|
!PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
!PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
!PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
|
!PARTIALPASTE_EPD;Tone Mapping
|
||||||
!PARTIALPASTE_EVERYTHING;Everything
|
!PARTIALPASTE_EVERYTHING;Everything
|
||||||
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
!PARTIALPASTE_FLATFIELDAUTOSELECT;FF Auto Select
|
||||||
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
!PARTIALPASTE_FLATFIELDBLURRADIUS;FF Blur Radius
|
||||||
@@ -929,6 +935,11 @@ ZOOMBAR_SMALL;Küçük
|
|||||||
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
!TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||||
!TP_DISTORTION_AUTO; Auto distortion correction
|
!TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
!TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
|
!TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
!TP_EPD_LABEL;Tone Mapping
|
||||||
|
!TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
!TP_EPD_SCALE;Scale
|
||||||
|
!TP_EPD_STRENGTH;Strength
|
||||||
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
!TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
!TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
!TP_EQUALIZER_FINEST;finest
|
!TP_EQUALIZER_FINEST;finest
|
||||||
|
@@ -253,7 +253,11 @@ HISTORY_MSG_154;Vibrance - Protect skin tones
|
|||||||
HISTORY_MSG_155;Vibrance - Avoid color drift
|
HISTORY_MSG_155;Vibrance - Avoid color drift
|
||||||
HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
HISTORY_MSG_156;Vibrance - Link pastel and saturated tones
|
||||||
HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
HISTORY_MSG_157;Vibrance - Pastel/Saturated threshold
|
||||||
|
HISTORY_MSG_158;Strength
|
||||||
|
HISTORY_MSG_159;Edge stopping
|
||||||
HISTORY_MSG_15;Luminance Contrast
|
HISTORY_MSG_15;Luminance Contrast
|
||||||
|
HISTORY_MSG_160;Scale
|
||||||
|
HISTORY_MSG_161;Reweighting iterates
|
||||||
HISTORY_MSG_16;Luminance Black
|
HISTORY_MSG_16;Luminance Black
|
||||||
HISTORY_MSG_17;Luminance Highlight Compr.
|
HISTORY_MSG_17;Luminance Highlight Compr.
|
||||||
HISTORY_MSG_18;Luminance Shadow Compr.
|
HISTORY_MSG_18;Luminance Shadow Compr.
|
||||||
@@ -347,10 +351,6 @@ HISTORY_MSG_97;'b' curve
|
|||||||
HISTORY_MSG_98;Demosaicing method
|
HISTORY_MSG_98;Demosaicing method
|
||||||
HISTORY_MSG_99;Hot/dead pixel filtering
|
HISTORY_MSG_99;Hot/dead pixel filtering
|
||||||
HISTORY_MSG_9;Highlight Compression
|
HISTORY_MSG_9;Highlight Compression
|
||||||
HISTORY_MSG_158;Strength
|
|
||||||
HISTORY_MSG_159;Edge stopping
|
|
||||||
HISTORY_MSG_160;Scale
|
|
||||||
HISTORY_MSG_161;Reweighting iterates
|
|
||||||
HISTORY_NEWSNAPSHOT;Add
|
HISTORY_NEWSNAPSHOT;Add
|
||||||
HISTORY_NEWSNAPSHOTAS;As...
|
HISTORY_NEWSNAPSHOTAS;As...
|
||||||
HISTORY_NEWSSDIALOGLABEL;Label of the snapshot:
|
HISTORY_NEWSSDIALOGLABEL;Label of the snapshot:
|
||||||
@@ -513,12 +513,12 @@ PARTIALPASTE_CROP;Crop
|
|||||||
PARTIALPASTE_DARKFRAMEAUTOSELECT;Dark Frame Auto Select
|
PARTIALPASTE_DARKFRAMEAUTOSELECT;Dark Frame Auto Select
|
||||||
PARTIALPASTE_DARKFRAMEFILE;Dark Frame File
|
PARTIALPASTE_DARKFRAMEFILE;Dark Frame File
|
||||||
PARTIALPASTE_DEFRINGE;Defringe
|
PARTIALPASTE_DEFRINGE;Defringe
|
||||||
PARTIALPASTE_EPD;Tone Mapping
|
|
||||||
PARTIALPASTE_DETAILGROUP;Detail settings
|
PARTIALPASTE_DETAILGROUP;Detail settings
|
||||||
PARTIALPASTE_DIALOGLABEL;Partial paste processing profile
|
PARTIALPASTE_DIALOGLABEL;Partial paste processing profile
|
||||||
PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
PARTIALPASTE_DIRPYRDENOISE;Noise reduction
|
||||||
PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
PARTIALPASTE_DIRPYREQUALIZER;Contrast by detail levels
|
||||||
PARTIALPASTE_DISTORTION;Distortion correction
|
PARTIALPASTE_DISTORTION;Distortion correction
|
||||||
|
PARTIALPASTE_EPD;Tone Mapping
|
||||||
PARTIALPASTE_EVERYTHING;Everything
|
PARTIALPASTE_EVERYTHING;Everything
|
||||||
PARTIALPASTE_EXIFCHANGES;Changes to exif data
|
PARTIALPASTE_EXIFCHANGES;Changes to exif data
|
||||||
PARTIALPASTE_EXPOSURE;Exposure
|
PARTIALPASTE_EXPOSURE;Exposure
|
||||||
@@ -801,11 +801,6 @@ TP_DARKFRAME_LABEL;Dark Frame
|
|||||||
TP_DEFRINGE_LABEL;Defringe
|
TP_DEFRINGE_LABEL;Defringe
|
||||||
TP_DEFRINGE_RADIUS;Radius
|
TP_DEFRINGE_RADIUS;Radius
|
||||||
TP_DEFRINGE_THRESHOLD;Threshold
|
TP_DEFRINGE_THRESHOLD;Threshold
|
||||||
TP_EPD_LABEL;Tone Mapping
|
|
||||||
TP_EPD_STRENGTH;Strength
|
|
||||||
TP_EPD_EDGESTOPPING;Edge stopping
|
|
||||||
TP_EPD_SCALE;Scale
|
|
||||||
TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
|
||||||
TP_DETAIL_AMOUNT;Amount
|
TP_DETAIL_AMOUNT;Amount
|
||||||
TP_DIRPYRDENOISE_CHROMA;Chrominance
|
TP_DIRPYRDENOISE_CHROMA;Chrominance
|
||||||
TP_DIRPYRDENOISE_GAMMA;Gamma
|
TP_DIRPYRDENOISE_GAMMA;Gamma
|
||||||
@@ -822,6 +817,11 @@ TP_DISTORTION_AMOUNT;Amount
|
|||||||
TP_DISTORTION_AUTO; Auto distortion correction
|
TP_DISTORTION_AUTO; Auto distortion correction
|
||||||
TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
TP_DISTORTION_AUTO_TIP;(Exprimental) Correct lens distortion automatically for some cameras (M4/3, some compact DC, etc.)
|
||||||
TP_DISTORTION_LABEL;Distortion
|
TP_DISTORTION_LABEL;Distortion
|
||||||
|
TP_EPD_EDGESTOPPING;Edge stopping
|
||||||
|
TP_EPD_LABEL;Tone Mapping
|
||||||
|
TP_EPD_REWEIGHTINGITERATES;Reweighting iterates
|
||||||
|
TP_EPD_SCALE;Scale
|
||||||
|
TP_EPD_STRENGTH;Strength
|
||||||
TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
TP_EQUALIZER_CONTRAST_MINUS;Contrast-
|
||||||
TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
TP_EQUALIZER_CONTRAST_PLUS;Contrast+
|
||||||
TP_EQUALIZER_FINEST;finest
|
TP_EQUALIZER_FINEST;finest
|
||||||
|
Reference in New Issue
Block a user