Comitting p tch from issue #909: Histogram behave oddly when resizing, buttons takes too much space
This commit is contained in:
@@ -376,6 +376,7 @@ MAIN_MSG_CANNOTLOAD;Impossible de charger l'image
|
||||
MAIN_MSG_CANNOTSAVE;Erreur d'enregistrement du fichier
|
||||
MAIN_MSG_CANNOTSTARTEDITOR;Impossible de lancer l'éditeur.
|
||||
MAIN_MSG_CANNOTSTARTEDITOR_SECONDARY;Veuillez saisir son chemin d'accès dans les "Préférences".
|
||||
MAIN_MSG_EMPTYFILENAME;Nom de fichier non spécifié!
|
||||
MAIN_MSG_ERRORDURINGIMAGESAVING;Erreur pendant la sauvegarde de l'image
|
||||
MAIN_MSG_EXITJOBSINQUEUEINFO;Les images non traitées seront perdues en quittant l'application
|
||||
MAIN_MSG_EXITJOBSINQUEUEQUEST;Êtes-vous sûr de vouloir quitter? Il reste dans la file des images en attente de traitement.
|
||||
@@ -676,6 +677,15 @@ TP_CHMIXER_GREEN;Vert
|
||||
TP_CHMIXER_LABEL;Mixage des canaux
|
||||
TP_CHMIXER_RED;Rouge
|
||||
TP_CHROMATABERR_LABEL;Aberration Chromatique
|
||||
TP_CLARITY_LABEL;Clareté et netteté
|
||||
TP_CLARITY_SHARPEN;Bord
|
||||
TP_CLARITY_STRENGTH;Quantité
|
||||
TP_CLARITY_PASSES;Itérations
|
||||
TP_CLARITY_MICRO;Texture
|
||||
TP_CLARITY_THREE;Luminance uniquement
|
||||
TP_CLARITY_MATRIX;Matrice 3x3 au lieu de 5x5
|
||||
TP_MLMICRO_STRENGTH;Quantité
|
||||
TP_MLMICRO_UNIFORMITY;Uniformité
|
||||
TP_COARSETRAF_DEGREE;degré:
|
||||
TP_COARSETRAF_TOOLTIP_HFLIP;Symétriser / axe vertical
|
||||
TP_COARSETRAF_TOOLTIP_ROTLEFT;Rotation vers la gauche
|
||||
|
@@ -426,6 +426,7 @@ MAIN_MSG_CANNOTLOAD;Cannot load image
|
||||
MAIN_MSG_CANNOTSAVE;File saving error
|
||||
MAIN_MSG_CANNOTSTARTEDITOR;Can not start editor.
|
||||
MAIN_MSG_CANNOTSTARTEDITOR_SECONDARY;Please set the correct path in the "Preferences" dialog.
|
||||
MAIN_MSG_EMPTYFILENAME;Filename unspecified!
|
||||
MAIN_MSG_ERRORDURINGIMAGESAVING;Error during image saving
|
||||
MAIN_MSG_EXITJOBSINQUEUEINFO;Unprocessed images in the queue will be lost on exit.
|
||||
MAIN_MSG_EXITJOBSINQUEUEQUEST;Are you sure you want to exit? There are unprocessed images waiting in the queue.
|
||||
@@ -736,12 +737,12 @@ TP_CHMIXER_LABEL;Channel Mixer
|
||||
TP_CHMIXER_RED;Red
|
||||
TP_CHROMATABERR_LABEL;Chromatic Aberration
|
||||
TP_CLARITY_LABEL;Clarity and Sharpening
|
||||
TP_CLARITY_SHARPEN;Gradient Sharpening (border)
|
||||
TP_CLARITY_SHARPEN;Border
|
||||
TP_CLARITY_STRENGTH;Gradient strength
|
||||
TP_CLARITY_PASSES;Gradient passes
|
||||
TP_CLARITY_MICRO;Microcontrast (texture)
|
||||
TP_CLARITY_MICRO;Texture
|
||||
TP_CLARITY_THREE;Luminance only
|
||||
TP_CLARITY_MATRIX;Matrix 3x3 instead of 5x5
|
||||
TP_CLARITY_MATRIX;3x3 matrix instead of 5x5
|
||||
TP_MLMICRO_STRENGTH;Strength
|
||||
TP_MLMICRO_UNIFORMITY;Uniformity
|
||||
TP_COARSETRAF_DEGREE;degree:
|
||||
|
Reference in New Issue
Block a user