Merge
Demosaicing and pre-processing parameters selectable for each image. Dark frames subtraction and badpixels file support Fast loading in editor.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#01 Developers should add translations to this file and then run 'generateDifferences.sh' script to update other locales.
|
||||
ADJUSTER_RESET_TO_DEFAULT;Reset to default
|
||||
BATCHQUEUE_AUTOSTART;Auto start
|
||||
BATCH_PROCESSING;batch processing
|
||||
BATCH_PROCESSING;Batch processing
|
||||
CURVEEDITOR_CUSTOM;Custom
|
||||
CURVEEDITOR_DARKS;Darks
|
||||
CURVEEDITOR_FILEDLGFILTERANY;Any files
|
||||
@@ -345,6 +345,12 @@ NAVIGATOR_G_NA;G = n/a
|
||||
NAVIGATOR_G_VALUE;G = %1
|
||||
NAVIGATOR_H_NA;H = n/a
|
||||
NAVIGATOR_H_VALUE;H = %1
|
||||
NAVIGATOR_LAB_A_NA;A = n/a
|
||||
NAVIGATOR_LAB_A_VALUE;A = %1
|
||||
NAVIGATOR_LAB_B_NA;B = n/a
|
||||
NAVIGATOR_LAB_B_VALUE;B = %1
|
||||
NAVIGATOR_LAB_L_NA;L = n/a
|
||||
NAVIGATOR_LAB_L_VALUE;L = %1
|
||||
NAVIGATOR_R_NA;R = n/a
|
||||
NAVIGATOR_R_VALUE;R = %1
|
||||
NAVIGATOR_S_NA;S = n/a
|
||||
@@ -369,8 +375,9 @@ PARTIALPASTE_EXPOSURE;Exposure
|
||||
PARTIALPASTE_HLRECOVERY;Highlight recovery
|
||||
PARTIALPASTE_ICMSETTINGS;ICM settings
|
||||
PARTIALPASTE_IPTCINFO;IPTC info
|
||||
PARTIALPASTE_LABCURVE;Lab curve
|
||||
PARTIALPASTE_LABCURVE;Luminance curve
|
||||
PARTIALPASTE_LENSGROUP;Lens related settings
|
||||
PARTIALPASTE_LUMACURVE;Luminance curve
|
||||
PARTIALPASTE_LUMADENOISE;Luminance noise reduction
|
||||
PARTIALPASTE_LUMINANCEGROUP;Luminance related settings
|
||||
PARTIALPASTE_METAICMGROUP;Metadata/ICM settings
|
||||
@@ -381,7 +388,7 @@ PARTIALPASTE_SHARPENING;Sharpening
|
||||
PARTIALPASTE_VIGNETTING;Vignetting correction
|
||||
PARTIALPASTE_WHITEBALANCE;White balance
|
||||
PREFERENCES_ADD;ADD
|
||||
PREFERENCES_APPLNEXTSTARTUP;applied at next startup
|
||||
PREFERENCES_APPLNEXTSTARTUP;restart required
|
||||
PREFERENCES_BATCH_PROCESSING;batch processing
|
||||
PREFERENCES_BEHAVIOR;Behavior
|
||||
PREFERENCES_BLINKCLIPPED;Blink clipped areas
|
||||
@@ -398,9 +405,6 @@ PREFERENCES_CACHESTRAT;Cache Strategy
|
||||
PREFERENCES_CACHETHUMBFORM;Cache Thumbnail Format
|
||||
PREFERENCES_CACHETHUMBHEIGHT;Maximal Thumbnail Height
|
||||
PREFERENCES_CACORRECTION;Apply CA auto correction
|
||||
PREFERENCES_CLEARDLG_LINE1;Clearing cache
|
||||
PREFERENCES_CLEARDLG_LINE2;This may take a few seconds.
|
||||
PREFERENCES_CLEARDLG_TITLE;Please wait
|
||||
PREFERENCES_CLIPPINGIND;Clipping indication
|
||||
PREFERENCES_CMETRICINTENT;Colorimetric Intent
|
||||
PREFERENCES_DARKFRAME;Dark frame
|
||||
@@ -417,8 +421,10 @@ PREFERENCES_DIRLAST;Last visited directory
|
||||
PREFERENCES_DIROTHER;Other
|
||||
PREFERENCES_DIRSELECTDLG;Select Image Directory at Startup...
|
||||
PREFERENCES_DIRSOFTWARE;Installation directory
|
||||
PREFERENCES_DMETHOD;Method
|
||||
PREFERENCES_DMETHOD;Preview
|
||||
PREFERENCES_DMETHODBATCH;Batch
|
||||
PREFERENCES_EDITORCMDLINE;Other command line
|
||||
PREFERENCES_EDITORLAYOUT;Editor Layout
|
||||
PREFERENCES_EXTERNALEDITOR;External editor
|
||||
PREFERENCES_FALSECOLOR;False color suppression steps
|
||||
PREFERENCES_FBROWSEROPTS;File Browser Options
|
||||
@@ -440,12 +446,13 @@ PREFERENCES_INTENT_SATURATION;Saturation
|
||||
PREFERENCES_LINEDENOISE;Line noise filter
|
||||
PREFERENCES_LIVETHUMBNAILS;Live Thumbnails (slower)
|
||||
PREFERENCES_MONITORICC;Monitor Profile
|
||||
PREFERENCES_MULTITAB;Multiple tabs mode
|
||||
PREFERENCES_OUTDIR;Output Directory
|
||||
PREFERENCES_OUTDIRFOLDER;Save to folder
|
||||
PREFERENCES_OUTDIRFOLDERHINT;Put the saved images to the selected folder
|
||||
PREFERENCES_OUTDIRHINT;<i>You can use the following formatting strings:</i>\n<b>%f, %d1, %d2, ..., %p1, %p2, ...</b>\n<i>\nThese formatting strings refer to the directories and sub-paths of the path of the raw file.\n\nFor example, if </i> <b>/home/tom/image/02-09-2006/dsc0012.nef</b><i>has been opened, the meaning of the formatting strings are:\n</i><b>%f=dsc0012, %d1=02-09-2006, %d2=image, ...\n%p1=/home/tom/image/02-09-2006, %p2=/home/tom/image, %p3=/home/tom, ...\n</b><i>\nIf you want to save the output image where the original is, write:\n</i><b>%p1/%f\n</b><i>\nIf you want to save the output image in a directory 'converted' located the directory of the original, write:\n</i><b>%p1/converted/%f\n</b><i>\nIf you want to save the output image in directory '/home/tom/converted' with keeping the same subdirectory of dates, write:\n</i><b>%p2/converted/%d1/%f</b>
|
||||
PREFERENCES_OUTDIRHINT;You can use the following formatting strings:\n<b>%f</b>, <b>%d1</b>, <b>%d2</b>, ..., <b>%p1</b>, <b>%p2</b>, ...\n\nThese formatting strings refer to the different parts of the photo's pathname.\n\nFor example, if the photo being processed has the following pathname:\n<b><i>/home/tom/photos/2010-10-31/dsc0042.nef</i></b>\nthe meaning of the formatting strings are:\n<b>%d4</b> = <i>home</i>\n<b>%d3</b> = <i>tom</i>\n<b>%d2</b> = <i>photos</i>\n<b>%d1</b> = <i>2010-10-31</i>\n<b>%f</b> = <i>dsc0042</i>\n<b>%p1</b> = <i>/home/tom/photos/2010-10-31/</i>\n<b>%p2</b> = <i>/home/tom/photos/</i>\n<b>%p3</b> = <i>/home/tom/</i>\n<b>%p4</b> = <i>/home/</i>\n\nIf you want to save the output image where the original is, write:\n<b>%p1/%f</b>\n\nIf you want to save the output image in a directory named "<i>converted</i>" located in the directory of the opened image, write:\n<b>%p1/converted/%f</b>\n\nIf you want to save the output image in a directory named "<i>/home/tom/photos/converted/2010-10-31</i>", write:\n<b>%p2/converted/%d1/%f</b>
|
||||
PREFERENCES_OUTDIRTEMPLATE;Use Template
|
||||
PREFERENCES_OUTDIRTEMPLATEHINT;<i>You can use the following formatting strings:</i>\n<b>%f, %d1, %d2, ..., %p1, %p2, ...</b>\n<i>\nThese formatting strings refer to the directories and sub-paths of the path of the raw file.\n\nFor example, if </i> <b>/home/tom/image/02-09-2006/dsc0012.nef</b><i>has been opened, the meaning of the formatting strings are:\n</i><b>%f=dsc0012, %d1=02-09-2006, %d2=image, ...\n%p1=/home/tom/image/02-09-2006, %p2=/home/tom/image, %p3=/home/tom, ...\n</b><i>\nIf you want to save the output image where the original is, write:\n</i><b>%p1/%f\n</b><i>\nIf you want to save the output image in a directory 'converted' located the directory of the original, write:\n</i><b>%p1/converted/%f\n</b><i>\nIf you want to save the output image in directory '/home/tom/converted' with keeping the same subdirectory of dates, write:\n</i><b>%p2/converted/%d1/%f</b>
|
||||
PREFERENCES_OUTDIRTEMPLATEHINT;You can use the following formatting strings:\n<b>%f</b>, <b>%d1</b>, <b>%d2</b>, ..., <b>%p1</b>, <b>%p2</b>, ...\n\nThese formatting strings refer to the different parts of the photo's pathname.\n\nFor example, if the photo being processed has the following pathname:\n<b><i>/home/tom/photos/2010-10-31/dsc0042.nef</i></b>\nthe meaning of the formatting strings are:\n<b>%d4</b> = <i>home</i>\n<b>%d3</b> = <i>tom</i>\n<b>%d2</b> = <i>photos</i>\n<b>%d1</b> = <i>2010-10-31</i>\n<b>%f</b> = <i>dsc0042</i>\n<b>%p1</b> = <i>/home/tom/photos/2010-10-31/</i>\n<b>%p2</b> = <i>/home/tom/photos/</i>\n<b>%p3</b> = <i>/home/tom/</i>\n<b>%p4</b> = <i>/home/</i>\n\nIf you want to save the output image where the original is, write:\n<b>%p1/%f</b>\n\nIf you want to save the output image in a directory named "<i>converted</i>" located in the directory of the opened image, write:\n<b>%p1/converted/%f</b>\n\nIf you want to save the output image in a directory named "<i>/home/tom/photos/converted/2010-10-31</i>", write:\n<b>%p2/converted/%d1/%f</b>
|
||||
PREFERENCES_OVERLAY_FILENAMES;Overlay filenames on thumbnails
|
||||
PREFERENCES_PARSEDEXT;Parsed Extensions
|
||||
PREFERENCES_PARSEDEXTADD;Add Extension
|
||||
@@ -459,6 +466,7 @@ PREFERENCES_PROFILESAVECACHE;Save Processing Parameters to the Cache
|
||||
PREFERENCES_PROFILESAVEINPUT;Save Processing Parameters Next to the Input File
|
||||
PREFERENCES_PROPERTY;Property
|
||||
PREFERENCES_PSPATH;Adobe Photoshop installation directory
|
||||
PREFERENCES_SELECTFONT;Select font
|
||||
PREFERENCES_SELECTICCDIRDLG;Select ICC Profile Directory...
|
||||
PREFERENCES_SELECTLANG;Select language
|
||||
PREFERENCES_SELECTMONITORPROFDLG;Select ICC Profile of the Display...
|
||||
@@ -468,6 +476,7 @@ PREFERENCES_SHOWBASICEXIF;Show basic Exif info
|
||||
PREFERENCES_SHOWDATETIME;Show date and time
|
||||
PREFERENCES_SHOWONLYRAW;Show only RAW files
|
||||
PREFERENCES_SHTHRESHOLD;Threshold for clipped shadows
|
||||
PREFERENCES_SINGLETAB;Single tab mode
|
||||
PREFERENCES_STARTUPIMDIR;Image directory at startup
|
||||
PREFERENCES_TAB_BROWSER;File Browser
|
||||
PREFERENCES_TAB_COLORMGR;Color Management
|
||||
@@ -475,6 +484,8 @@ PREFERENCES_TAB_GENERAL;General
|
||||
PREFERENCES_TAB_IMPROC;Image Processing
|
||||
PREFERENCES_TAB_OUTPUT;Output Options
|
||||
PREFERENCES_THUMBSIZE;Thumbnail Size
|
||||
PREFERENCES_USESYSTEMTHEME; Use System Theme
|
||||
PREFERENCES_WORKFLOW;Workflow
|
||||
PROFILEPANEL_FILEDLGFILTERANY;Any files
|
||||
PROFILEPANEL_FILEDLGFILTERPP;Postprocessing profiles
|
||||
PROFILEPANEL_LABEL;Postprocessing Profiles
|
||||
@@ -575,12 +586,12 @@ TP_DIRPYRDENOISE_CHROMA;Chrominance
|
||||
TP_DIRPYRDENOISE_GAMMA;Gamma
|
||||
TP_DIRPYRDENOISE_LABEL;Directional pyramid noise reduction
|
||||
TP_DIRPYRDENOISE_LUMA;Luminance
|
||||
TP_DIRPYREQUALIZER_LABEL;Directional pyramid equalizer
|
||||
TP_DIRPYREQUALIZER_LUMACOARSEST;Coarsest
|
||||
TP_DIRPYREQUALIZER_LUMACONTRAST_MINUS;Contrast-
|
||||
TP_DIRPYREQUALIZER_LUMACONTRAST_PLUS;Contrast+
|
||||
TP_DIRPYREQUALIZER_LUMAFINEST;Finest
|
||||
TP_DIRPYREQUALIZER_LUMANEUTRAL;Neutral
|
||||
TP_DIRPYREQUALIZER_LABEL;Directional pyramid equalizer
|
||||
TP_DIRPYREQUALIZER_THRESHOLD;Threshold
|
||||
TP_DISTORTION_AMOUNT;Amount
|
||||
TP_DISTORTION_LABEL;Distortion
|
||||
@@ -594,15 +605,15 @@ TP_EXPOSURE_AUTOLEVELS;Auto Levels
|
||||
TP_EXPOSURE_BLACKLEVEL;Black
|
||||
TP_EXPOSURE_BRIGHTNESS;Brightness
|
||||
TP_EXPOSURE_CLIP;Clip
|
||||
TP_EXPOSURE_COMPRHIGHLIGHTS;Highlight compression
|
||||
TP_EXPOSURE_COMPRSHADOWS;Shadow compression
|
||||
TP_EXPOSURE_COMPRHIGHLIGHTS;Highlight recovery
|
||||
TP_EXPOSURE_COMPRSHADOWS;Shadow recovery
|
||||
TP_EXPOSURE_CONTRAST;Contrast
|
||||
TP_EXPOSURE_CURVEEDITOR;Tone Curve
|
||||
TP_EXPOSURE_EXPCOMP;Exp. Comp.
|
||||
TP_EXPOSURE_LABEL;Exposure
|
||||
TP_HLREC_CIELAB;CIELab Blending
|
||||
TP_HLREC_COLOR;Color Propagation
|
||||
TP_HLREC_LABEL;Highlight Recovery
|
||||
TP_HLREC_LABEL;Highlight Reconstruction
|
||||
TP_HLREC_LUMINANCE;Luminance Recovery
|
||||
TP_HLREC_METHOD;Method:
|
||||
TP_ICM_FILEDLGFILTERANY;Any files
|
||||
@@ -621,16 +632,14 @@ TP_ICM_SAVEREFERENCE;Save reference image for profiling
|
||||
TP_ICM_WORKINGPROFILE;Working Profile
|
||||
TP_IMPULSEDENOISE_LABEL;Impulse Noise Reduction
|
||||
TP_IMPULSEDENOISE_THRESH;Threshold
|
||||
TP_LABCURVE_BRIGHTNESS;Brightness
|
||||
TP_LABCURVE_CONTRAST;Contrast
|
||||
TP_LABCURVE_CURVEEDITOR;Luminance Curve
|
||||
TP_LABCURVE_LABEL;Lab Curves
|
||||
TP_LABCURVE_SATURATION;Saturation
|
||||
TP_LENSGEOM_AUTOCROP;Auto Crop
|
||||
TP_LENSGEOM_FILL;Auto Fill
|
||||
TP_LENSGEOM_LABEL;Lens / Geometry
|
||||
TP_LUMACURVE_BLACKLEVEL;Black
|
||||
TP_LUMACURVE_BRIGHTNESS;Brightness
|
||||
TP_LUMACURVE_COMPRHIGHLIGHTS;Highlight compression
|
||||
TP_LUMACURVE_COMPRSHADOWS;Shadow compression
|
||||
TP_LUMACURVE_CONTRAST;Contrast
|
||||
TP_LUMACURVE_CURVEEDITOR;Luminance Curve
|
||||
TP_LUMACURVE_LABEL;Luminance Curve
|
||||
TP_LUMADENOISE_EDGETOLERANCE;Edge Tolerance
|
||||
TP_LUMADENOISE_LABEL;Luminance Noise Reduction
|
||||
TP_LUMADENOISE_RADIUS;Radius
|
||||
@@ -683,6 +692,10 @@ TP_SHARPENING_USM;Unsharp Mask
|
||||
TP_VIGNETTING_AMOUNT;Amount
|
||||
TP_VIGNETTING_LABEL;Vignetting Correction
|
||||
TP_VIGNETTING_RADIUS;Radius
|
||||
TP_VIGNETTING_STRENGTH;Strength
|
||||
TP_VIGNETTING_CENTER_X;Center X
|
||||
TP_VIGNETTING_CENTER_Y;Center Y
|
||||
TP_VIGNETTING_CENTER;Center
|
||||
TP_WBALANCE_AUTO;Auto
|
||||
TP_WBALANCE_CAMERA;Camera
|
||||
TP_WBALANCE_CUSTOM;Custom
|
||||
|
Reference in New Issue
Block a user