From 5fc34460555f26bc7066fa5df7bcb157d80f4eb8 Mon Sep 17 00:00:00 2001 From: Automated System Date: Wed, 7 Jul 2021 22:34:54 +0000 Subject: Update translation template. --- po/libkdcraw.pot | 58 +++++++++++++++++++++++++++----------------------------- 1 file changed, 28 insertions(+), 30 deletions(-) diff --git a/po/libkdcraw.pot b/po/libkdcraw.pot index 43ad75d..89a98ab 100644 --- a/po/libkdcraw.pot +++ b/po/libkdcraw.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-05-11 13:12+0200\n" +"POT-Creation-Date: 2021-07-07 22:27+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -65,10 +65,9 @@ msgid "" "

Interpolate RGB as four colors

The default is to assume that all " "green pixels are the same. If even-row green pixels are more sensitive to " "ultraviolet light than odd-row this difference causes a mesh pattern in the " -"output; using this option solves this problem with minimal loss of " -"detail.

To resume, this option blurs the image a little, but it eliminates " -"false 2x2 mesh patterns with VNG quality method or mazes with AHD quality " -"method." +"output; using this option solves this problem with minimal loss of detail." +"

To resume, this option blurs the image a little, but it eliminates false " +"2x2 mesh patterns with VNG quality method or mazes with AHD quality method." msgstr "" #: libkdcraw/dcrawsettingswidget.cpp:217 @@ -120,20 +119,19 @@ msgid "" "received from the color-filtered image sensor internal to many digital " "cameras in form of a matrix of colored pixels. Also known as CFA " "interpolation or color reconstruction, another common spelling is " -"demosaicing. There are 4 methods to demosaicing RAW " -"images:

Bilinear: use high-speed but low-quality bilinear " -"interpolation (default - for slow computer). In this method, the red value " -"of a non-red pixel is computed as the average of the adjacent red pixels, " -"and similar for blue and green.

VNG: use Variable Number of " -"Gradients interpolation. This method computes gradients near the pixel of " -"interest and uses the lower gradients (representing smoother and more " -"similar parts of the image) to make an estimate.

PPG: use Patterned " -"Pixel Grouping interpolation. Pixel Grouping uses assumptions about natural " -"scenery in making estimates. It has fewer color artifacts on natural images " -"than the Variable Number of Gradients method.

AHD: use Adaptive " -"Homogeneity-Directed interpolation. This method selects the direction of " -"interpolation so as to maximize a homogeneity metric, thus typically " -"minimizing color artifacts.

" +"demosaicing. There are 4 methods to demosaicing RAW images:

Bilinear: use high-speed but low-quality bilinear interpolation (default - for " +"slow computer). In this method, the red value of a non-red pixel is computed " +"as the average of the adjacent red pixels, and similar for blue and green." +"

VNG: use Variable Number of Gradients interpolation. This method " +"computes gradients near the pixel of interest and uses the lower gradients " +"(representing smoother and more similar parts of the image) to make an " +"estimate.

PPG: use Patterned Pixel Grouping interpolation. Pixel " +"Grouping uses assumptions about natural scenery in making estimates. It has " +"fewer color artifacts on natural images than the Variable Number of " +"Gradients method.

AHD: use Adaptive Homogeneity-Directed " +"interpolation. This method selects the direction of interpolation so as to " +"maximize a homogeneity metric, thus typically minimizing color artifacts.

" msgstr "" #: libkdcraw/dcrawsettingswidget.cpp:272 @@ -172,8 +170,8 @@ msgstr "" #: libkdcraw/dcrawsettingswidget.cpp:297 msgid "" -"

White Balance Method

Configure the raw white balance " -":

Default D65: Use a standard daylight D65 white balance (dcraw " +"

White Balance Method

Configure the raw white balance :" +"

Default D65: Use a standard daylight D65 white balance (dcraw " "defaults)

Camera: Use the white balance specified by the camera. If " "not available, reverts to default neutral white balance

Automatic: " "Calculates an automatic white balance averaging the entire " @@ -356,9 +354,9 @@ msgstr "" #: libkdcraw/dcrawsettingswidget.cpp:475 msgid "" "

Camera Profile

Select here the input color space used to decode " -"RAW data.

None: no input color profile is used during RAW " -"decoding.

Embedded: use embedded color profile from RAW file if " -"exist.

Custom: use a custom input color space profile." +"RAW data.

None: no input color profile is used during RAW decoding." +"

Embedded: use embedded color profile from RAW file if exist." +"

Custom: use a custom input color space profile." msgstr "" #: libkdcraw/dcrawsettingswidget.cpp:483 libkdcraw/dcrawsettingswidget.cpp:513 @@ -397,12 +395,12 @@ msgid "" "cooperatively by Hewlett-Packard and Microsoft. It is the best choice for " "images destined for the Web and portrait photography.

Adobe RGB: " "this color space is an extended RGB color space, developed by Adobe. It is " -"used for photography applications such as advertising and fine " -"art.

Wide Gamut: this color space is an expanded version of the " -"Adobe RGB color space.

Pro-Photo: this color space is an RGB color " -"space, developed by Kodak, that offers an especially large gamut designed " -"for use with photographic outputs in mind.

Custom: use a custom " -"output color space profile." +"used for photography applications such as advertising and fine art." +"

Wide Gamut: this color space is an expanded version of the Adobe " +"RGB color space.

Pro-Photo: this color space is an RGB color space, " +"developed by Kodak, that offers an especially large gamut designed for use " +"with photographic outputs in mind.

Custom: use a custom output " +"color space profile." msgstr "" #: libkdcraw/dcrawsettingswidget.cpp:525 -- cgit v1.2.3