From 080528894f0f3ac6940d70065ae078d195ca8c6d Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 18 Jan 2010 08:20:49 +0000 Subject: Updated to last released KDE3 version of libkdcraw (0.1.9) git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076417 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- po/ms/libkdcraw.po | 374 +++++++++++++++++++++++++++++++---------------------- 1 file changed, 222 insertions(+), 152 deletions(-) (limited to 'po/ms') diff --git a/po/ms/libkdcraw.po b/po/ms/libkdcraw.po index c4c0511..05f8d2a 100644 --- a/po/ms/libkdcraw.po +++ b/po/ms/libkdcraw.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: libkdcraw\n" -"POT-Creation-Date: 2008-03-03 21:56+0100\n" +"POT-Creation-Date: 2008-09-15 08:37+0200\n" "PO-Revision-Date: 2008-02-12 00:15+0800\n" "Last-Translator: Sharuzzaman Ahmat Raslan \n" "Language-Team: Malay \n" @@ -12,30 +12,16 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: libkdcraw/dcrawbinary.cpp:160 -msgid "" -"" -"

Unable to find the %1 executable:" -"
This binary program is required to support Raw file formats. You can " -"continue, but you will not be able to handle any Raw images. Please check the " -"installation of libkdcraw package on your computer." -msgstr "" - -#: libkdcraw/dcrawbinary.cpp:176 -msgid "" -"" -"

%1 executable is not up to date:" -"
The version %2 of this binary program have been found on your computer. " -"This version is too old to run properly. You can continue, but you will not be " -"able to handle any Raw images. Please check the installation of libkdcraw " -"package on your computer." +#: libkdcraw/rcombobox.cpp:73 libkdcraw/rnuminput.cpp:74 +#: libkdcraw/rnuminput.cpp:172 +msgid "Reset to default value" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:145 +#: libkdcraw/dcrawsettingswidget.cpp:183 msgid "16 bits color depth" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:146 +#: libkdcraw/dcrawsettingswidget.cpp:184 msgid "" "

If enabled, all RAW files will be decoded in 16-bit color depth using a " "linear gamma curve. To prevent dark picture rendering in the editor, it is " @@ -45,11 +31,11 @@ msgid "" "16-bit decoding." msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:167 +#: libkdcraw/dcrawsettingswidget.cpp:203 msgid "Interpolate RGB as four colors" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:168 +#: libkdcraw/dcrawsettingswidget.cpp:204 msgid "" "

Interpolate RGB as four colors" "

The default is to assume that all green pixels are the same. If even-row " @@ -60,89 +46,162 @@ msgid "" "mesh patterns with VNG quality method or mazes with AHD quality method." msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:183 +#: libkdcraw/dcrawsettingswidget.cpp:217 #, c-format -msgid "dcraw %1" +msgid "libraw %1" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:186 +#: libkdcraw/dcrawsettingswidget.cpp:220 msgid "Visit dcraw project website" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:191 -msgid "White Balance:" +#: libkdcraw/dcrawsettingswidget.cpp:224 +msgid "Do not stretch or rotate pixels" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:193 -msgid "Default D65 White Balance" +#: libkdcraw/dcrawsettingswidget.cpp:225 +msgid "" +"

Do not stretch or rotate pixels" +"

For Fuji Super CCD cameras, show the image tilted 45 degrees. For cameras " +"with non-square pixels, do not stretch the image to its correct aspect ratio. " +"In any case, this option guarantees that each output pixel corresponds to one " +"RAW pixel." +"

" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:194 -#, fuzzy -msgid "Camera White Balance" -msgstr "Ubah Warna Latarbelakang" +#: libkdcraw/dcrawsettingswidget.cpp:235 +msgid "Quality:" +msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:195 -#, fuzzy -msgid "Automatic White Balance" -msgstr "Ubah Warna Latarbelakang" +#: libkdcraw/dcrawsettingswidget.cpp:237 +msgid "Bilinear" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:238 +msgid "VNG" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:239 +msgid "PPG" +msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:196 -msgid "Manual White balance" +#: libkdcraw/dcrawsettingswidget.cpp:240 +msgid "AHD" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:197 +#: libkdcraw/dcrawsettingswidget.cpp:242 msgid "" -"

White Balance" +"

Quality (interpolation)" +"

Select here the demosaicing RAW images decoding interpolation method. A " +"demosaicing algorithm is a digital image process used to interpolate a complete " +"image from the partial raw data 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." +"

" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:272 +msgid "Filter:" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:273 +msgid "" +"

Median Filter" +"

Set here the passes used by median filter applied after interpolation to " +"Red-Green and Blue-Green channels." +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:282 +msgid "Demosaicing" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:290 +msgid "Method:" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:292 +msgid "Default D65" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:293 +msgid "Camera" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:294 +msgid "Automatic" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:295 +msgid "Manual" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:297 +msgid "" +"

White Balance Method" "

Configure the raw white balance :" -"

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

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

Automatic White Balance: Calculates an automatic white balance " -"averaging the entire image" -"

Manual White balance: Set a custom temperature and green level values" +"

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 " +"image" +"

Manual: Set a custom temperature and green level values" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:211 -msgid "Temperature (K):" +#: libkdcraw/dcrawsettingswidget.cpp:309 +msgid "T(K):" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:212 -msgid "

Temperature

Set here the color temperature." +#: libkdcraw/dcrawsettingswidget.cpp:310 +msgid "

Temperature

Set here the color temperature in Kelvin." msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:221 +#: libkdcraw/dcrawsettingswidget.cpp:317 msgid "Green:" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:222 +#: libkdcraw/dcrawsettingswidget.cpp:318 msgid "" "

Set here the green component to set magenta color cast removal level." msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:230 +#: libkdcraw/dcrawsettingswidget.cpp:321 msgid "Highlights:" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:232 +#: libkdcraw/dcrawsettingswidget.cpp:323 #, fuzzy msgid "Solid white" msgstr "Hitam & Putih" -#: libkdcraw/dcrawsettingswidget.cpp:233 +#: libkdcraw/dcrawsettingswidget.cpp:324 msgid "Unclip" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:234 +#: libkdcraw/dcrawsettingswidget.cpp:325 msgid "Blend" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:235 +#: libkdcraw/dcrawsettingswidget.cpp:326 msgid "Rebuild" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:236 +#: libkdcraw/dcrawsettingswidget.cpp:328 msgid "" "

Highlights" "

Select here the highlight clipping method:" @@ -153,23 +212,23 @@ msgid "" "

Rebuild: reconstruct highlights using a level value" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:248 +#: libkdcraw/dcrawsettingswidget.cpp:337 #, fuzzy msgid "Level:" msgstr "Tahap:" -#: libkdcraw/dcrawsettingswidget.cpp:251 +#: libkdcraw/dcrawsettingswidget.cpp:341 msgid "" "

Level" "

Specify the reconstruct highlight level. Low values favor whites and high " "values favor colors." msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:260 +#: libkdcraw/dcrawsettingswidget.cpp:345 msgid "Brightness:" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:264 +#: libkdcraw/dcrawsettingswidget.cpp:350 msgid "" "

Brighness" "

Specify the brightness level of output image.The default value is 1.0 (works " @@ -177,79 +236,76 @@ msgid "" "

" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:273 -msgid "Quality (interpolation):" +#: libkdcraw/dcrawsettingswidget.cpp:360 +msgid "Black:" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:275 -msgid "Bilinear" +#: libkdcraw/dcrawsettingswidget.cpp:361 +msgid "" +"

Black point" +"

Use a specific black point value to decode RAW pictures. If you set this " +"option to off, the Black Point value will be automatically computed." +"

" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:276 -msgid "VNG" +#: libkdcraw/dcrawsettingswidget.cpp:368 +msgid "" +"

Black point value" +"

Specify specific black point value of the output image." +"

" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:277 -msgid "PPG" +#: libkdcraw/dcrawsettingswidget.cpp:371 +msgid "White:" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:278 -msgid "AHD" +#: libkdcraw/dcrawsettingswidget.cpp:372 +msgid "" +"

White point" +"

Use a specific white point value to decode RAW pictures. If you set this " +"option to off, the White Point value will be automatically computed." +"

" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:279 +#: libkdcraw/dcrawsettingswidget.cpp:379 msgid "" -"

Quality" -"

Select here the demosaicing RAW images decoding interpolation method. A " -"demosaicing algorithm is a digital image process used to interpolate a complete " -"image from the partial raw data 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 3 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." +"

White point value" +"

Specify specific white point value of the output image." "

" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:307 +#: libkdcraw/dcrawsettingswidget.cpp:409 +#, fuzzy +msgid "White Balance" +msgstr "Ubah Warna Latarbelakang" + +#: libkdcraw/dcrawsettingswidget.cpp:417 #, fuzzy msgid "Enable noise reduction" msgstr "Hidupkan p&etikan pintar" -#: libkdcraw/dcrawsettingswidget.cpp:308 +#: libkdcraw/dcrawsettingswidget.cpp:418 msgid "" "

Enable Noise Reduction" "

Use wavelets to erase noise while preserving real detail." "

" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:315 +#: libkdcraw/dcrawsettingswidget.cpp:424 msgid "Threshold:" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:316 +#: libkdcraw/dcrawsettingswidget.cpp:425 msgid "" "

Threshold" "

Set here the noise reduction threshold value to use." msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:324 +#: libkdcraw/dcrawsettingswidget.cpp:428 msgid "Enable Chromatic Aberration correction" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:325 +#: libkdcraw/dcrawsettingswidget.cpp:429 msgid "" "

Enable Chromatic Aberration correction" "

Enlarge the raw red and blue layers by the given factors, typically 0.999 to " @@ -257,57 +313,90 @@ msgid "" "

" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:331 -msgid "Red multiplier:" +#: libkdcraw/dcrawsettingswidget.cpp:433 +msgid "Red:" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:335 +#: libkdcraw/dcrawsettingswidget.cpp:438 msgid "" "

Red multiplier" "

Set here the magnification factor of the red layer" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:338 -msgid "Blue multiplier:" +#: libkdcraw/dcrawsettingswidget.cpp:441 +msgid "Blue:" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:342 +#: libkdcraw/dcrawsettingswidget.cpp:446 msgid "" "

Blue multiplier" "

Set here the magnification factor of the blue layer" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:354 +#: libkdcraw/dcrawsettingswidget.cpp:461 +msgid "Corrections" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:469 +msgid "Camera Profile:" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:471 +msgid "None" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:472 +msgid "Embedded" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:473 libkdcraw/dcrawsettingswidget.cpp:492 +msgid "Custom" +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." +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:483 libkdcraw/dcrawsettingswidget.cpp:513 +msgid "ICC Files (*.icc; *.icm)" +msgstr "" + +#: libkdcraw/dcrawsettingswidget.cpp:485 #, fuzzy -msgid "Color space:" +msgid "Workspace:" msgstr "Warna latarbelakang:" -#: libkdcraw/dcrawsettingswidget.cpp:356 +#: libkdcraw/dcrawsettingswidget.cpp:487 #, fuzzy msgid "Raw (linear)" msgstr "Imej Kamera RAW" -#: libkdcraw/dcrawsettingswidget.cpp:357 +#: libkdcraw/dcrawsettingswidget.cpp:488 msgid "sRGB" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:358 +#: libkdcraw/dcrawsettingswidget.cpp:489 #, fuzzy msgid "Adobe RGB" msgstr "Imej SGI (RGB)" -#: libkdcraw/dcrawsettingswidget.cpp:359 +#: libkdcraw/dcrawsettingswidget.cpp:490 msgid "Wide Gamut" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:360 +#: libkdcraw/dcrawsettingswidget.cpp:491 #, fuzzy msgid "Pro-Photo" msgstr "Pengurusan Gambar" -#: libkdcraw/dcrawsettingswidget.cpp:361 +#: libkdcraw/dcrawsettingswidget.cpp:494 msgid "" -"

Color space" +"

Workspace" "

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

Raw (linear): in this mode, no output color space is used during RAW " "decoding." @@ -322,49 +411,30 @@ msgid "" "

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:391 -#, fuzzy -msgid "Standard" -msgstr "Standard" - -#: libkdcraw/dcrawsettingswidget.cpp:398 -msgid "Do not stretch or rotate pixels" +#: libkdcraw/dcrawsettingswidget.cpp:525 +msgid "Color Management" msgstr "" -#: libkdcraw/dcrawsettingswidget.cpp:399 -msgid "" -"

Do not stretch or rotate pixels" -"

For Fuji Super CCD cameras, show the image tilted 45 degrees. For cameras " -"with non-square pixels, do not stretch the image to its correct aspect ratio. " -"In any case, this option guarantees that each output pixel corresponds to one " -"RAW pixel." -"

" -msgstr "" +#, fuzzy +#~ msgid "Camera White Balance" +#~ msgstr "Ubah Warna Latarbelakang" -#: libkdcraw/dcrawsettingswidget.cpp:409 -msgid "Black point" -msgstr "Titik hitam" +#, fuzzy +#~ msgid "Automatic White Balance" +#~ msgstr "Ubah Warna Latarbelakang" -#: libkdcraw/dcrawsettingswidget.cpp:410 -msgid "" -"

Black point" -"

Use a specific black point value to decode RAW pictures. If you set this " -"option to off, the Black Point value will be automatically computed." -"

" -msgstr "" +#~ msgid "Black point" +#~ msgstr "Titik hitam" -#: libkdcraw/dcrawsettingswidget.cpp:416 -msgid "" -"

Black point value" -"

Specify specific black point value of the output image." -"

" -msgstr "" +#, fuzzy +#~ msgid "Standard" +#~ msgstr "Standard" -#: libkdcraw/dcrawsettingswidget.cpp:424 -msgid "Advanced" -msgstr "Lanjutan" +#~ msgid "Advanced" +#~ msgstr "Lanjutan" #~ msgid "Color balance multipliers" #~ msgstr "Pekali imbangan warna" -- cgit v1.2.1