generateTranslationDiffs
This commit is contained in:
parent
d5731d0ad3
commit
58f99f1df1
@ -1539,11 +1539,13 @@ ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
|
@ -1528,11 +1528,13 @@ ZOOMPANEL_ZOOMOUT;缩放拉远\n快捷键: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
|
||||
!SHCSELECTOR_TOOLTIP;Click right mouse button to reset the position of those 3 sliders.
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
|
@ -1324,11 +1324,13 @@ TP_WBALANCE_TEMPERATURE;色溫
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
|
@ -41,6 +41,7 @@
|
||||
#40 2017-12-13 updated by mkyral
|
||||
#41 2018-03-03 updated by mkyral
|
||||
#42 2018-04-28 updated by mkyral
|
||||
|
||||
ABOUT_TAB_BUILD;Verze
|
||||
ABOUT_TAB_CREDITS;Zásluhy
|
||||
ABOUT_TAB_LICENSE;Licence
|
||||
@ -2236,3 +2237,10 @@ ZOOMPANEL_ZOOMFITCROPSCREEN;Přizpůsobit ořez obrazovce\nZkratka: <b>f</b>
|
||||
ZOOMPANEL_ZOOMFITSCREEN;Přizpůsobit celý obrázek obrazovce\nZkratka: <b>Alt</b>-<b>f</b>
|
||||
ZOOMPANEL_ZOOMIN;Přiblížit\nZkratka: <b>+</b>
|
||||
ZOOMPANEL_ZOOMOUT;Oddálit\nZkratka: <b>-</b>
|
||||
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
|
@ -1322,11 +1322,13 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
|
@ -110,6 +110,7 @@ EXIFFILTER_CAMERA;Kamera
|
||||
EXIFFILTER_EXPOSURECOMPENSATION;Belichtungskorrektur (EV)
|
||||
EXIFFILTER_FILETYPE;Dateityp
|
||||
EXIFFILTER_FOCALLEN;Brennweite
|
||||
EXIFFILTER_IMAGETYPE;Bildtyp
|
||||
EXIFFILTER_ISO;ISO
|
||||
EXIFFILTER_LENS;Objektiv
|
||||
EXIFFILTER_METADATAFILTER;Metadatenfilter einschalten
|
||||
@ -1271,12 +1272,6 @@ QINFO_HDR;HDR / %2 Frame(s)
|
||||
QINFO_ISO;ISO
|
||||
QINFO_NOEXIF;Keine Exif-Daten vorhanden.
|
||||
QINFO_PIXELSHIFT;Pixel Shift / %2 Frame(s)
|
||||
SAMPLEFORMAT_0;Unbekanntes Format
|
||||
SAMPLEFORMAT_1;Ohne Vorzeichen 8 Bits
|
||||
SAMPLEFORMAT_2;Ohne Vorzeichen 16 Bits
|
||||
SAMPLEFORMAT_4;LogLuv 24 Bits
|
||||
SAMPLEFORMAT_8;LogLuv 32 Bits
|
||||
SAMPLEFORMAT_16;32 Bits Fließkomma
|
||||
SAVEDLG_AUTOSUFFIX;Suffix anfügen, wenn die Datei bereits existiert
|
||||
SAVEDLG_FILEFORMAT;Dateiformat
|
||||
SAVEDLG_FORCEFORMATOPTS;Erzwinge Speicheroptionen
|
||||
@ -1846,6 +1841,8 @@ TP_RAW_NONE;Keine
|
||||
TP_RAW_PIXELSHIFT;Pixel Shift
|
||||
TP_RAW_PIXELSHIFTADAPTIVE;Adaptive Erkennung
|
||||
TP_RAW_PIXELSHIFTBLUR;Unschärfebewegungsmaske
|
||||
TP_RAW_PIXELSHIFTEPERISO;Empfindlichkeit
|
||||
TP_RAW_PIXELSHIFTEPERISO_TOOLTIP;Der Standardwert 0 wird für die Basis-ISO empfohlen.\nHöhere Werte erhöhen die Empfindlichkeit der Bewegungserkennung.\nVerändern Sie den Wert in kleinen Schritten und beobachten Sie die\nBewegungsmaske. Erhöhen Sie die Empfindlichkeit für unterbelichtete\noder High-ISO-Bilder.
|
||||
TP_RAW_PIXELSHIFTEQUALBRIGHT;Frame-Helligkeit angleichen
|
||||
TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL;Ausgleich pro Kanal
|
||||
TP_RAW_PIXELSHIFTEQUALBRIGHTCHANNEL_TOOLTIP;EIN: Individueller Ausgleich der RGB-Kanäle.\nAUS: Identischer Ausgleichsfaktor für alle Kanäle.
|
||||
@ -1881,6 +1878,7 @@ TP_RAW_PIXELSHIFTREDBLUEWEIGHT;Red&Blue weight
|
||||
TP_RAW_PIXELSHIFTSHOWMOTION;Bewegungsmaske anzeigen
|
||||
TP_RAW_PIXELSHIFTSHOWMOTIONMASKONLY;Nur Maske anzeigen
|
||||
TP_RAW_PIXELSHIFTSHOWMOTIONMASKONLY_TOOLTIP;Zeigt die Bewegungsmaske ohne Bild.
|
||||
TP_RAW_PIXELSHIFTSHOWMOTION_TOOLTIP;Überlagert das Bild mit einer grünen Maske,\num die Bewegungsbereiche hervorzuheben.
|
||||
TP_RAW_PIXELSHIFTSIGMA;Unschärferadius
|
||||
TP_RAW_PIXELSHIFTSIGMA_TOOLTIP;Der Standard-Radius von 1,0 passt in der Regel für die Basis-ISO.\nErhöhen Sie den Wert für High-ISO-Aufnahmen, 5,0 ist ein guter\nAusgangspunkt für High-ISO-Aufnahmen. Achten Sie auf die\nBewegungsmaske, während Sie den Wert ändern.
|
||||
TP_RAW_PIXELSHIFTSMOOTH;Weicher Übergang
|
||||
@ -2280,7 +2278,11 @@ ZOOMPANEL_ZOOMOUT;Herauszoomen\nTaste: <b>-</b>
|
||||
! Untranslated keys follow; remove the ! prefix after an entry is translated.
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
EXIFFILTER_IMAGETYPE;Bildtyp
|
||||
TP_RAW_PIXELSHIFTEPERISO;Empfindlichkeit
|
||||
TP_RAW_PIXELSHIFTEPERISO_TOOLTIP;Der Standardwert 0 wird für die Basis-ISO empfohlen.\nHöhere Werte erhöhen die Empfindlichkeit der Bewegungserkennung.\nVerändern Sie den Wert in kleinen Schritten und beobachten Sie die\nBewegungsmaske. Erhöhen Sie die Empfindlichkeit für unterbelichtete\noder High-ISO-Bilder.
|
||||
TP_RAW_PIXELSHIFTSHOWMOTION_TOOLTIP;Überlagert das Bild mit einer grünen Maske,\num die Bewegungsbereiche hervorzuheben.
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
|
@ -1279,11 +1279,13 @@ TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behaviour of "wh
|
||||
!QINFO_NOEXIF;Exif data not available.
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FILEFORMAT;File format
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
|
@ -1213,11 +1213,13 @@
|
||||
!QINFO_NOEXIF;Exif data not available.
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FILEFORMAT;File format
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
|
@ -1873,11 +1873,13 @@ ZOOMPANEL_ZOOMOUT;Reducir Zoom\nAtajo: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
|
@ -1322,11 +1322,13 @@ TP_WBALANCE_TEMPERATURE;Tenperatura
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
|
@ -1321,11 +1321,13 @@ TP_WBALANCE_TEMPERATURE;Θερμοκρασία
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
|
@ -1322,11 +1322,13 @@ TP_WBALANCE_TEMPERATURE;מידת חום
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
|
@ -1745,11 +1745,13 @@ ZOOMPANEL_ZOOMOUT;Rimpicciolisci.\nScorciatoia: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
|
@ -2053,11 +2053,13 @@ ZOOMPANEL_ZOOMOUT;ズームアウト\nショートカット: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
|
@ -1322,11 +1322,13 @@ TP_WBALANCE_TEMPERATURE;Temperatūra
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
|
@ -1477,11 +1477,13 @@ ZOOMPANEL_ZOOMOUT;Kicsinyítés <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
!SAVEDLG_SUBSAMP_1;Best compression
|
||||
|
@ -2195,11 +2195,13 @@ ZOOMPANEL_ZOOMOUT;Zoom uit\nSneltoets: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
!TP_COLORAPP_FREE;Free temp+green + CAT02 + [output]
|
||||
|
@ -1321,11 +1321,13 @@ TP_WBALANCE_TEMPERATURE;Temperatur
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
|
@ -1821,11 +1821,13 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrót: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
|
@ -1821,11 +1821,13 @@ ZOOMPANEL_ZOOMOUT;Oddal\nSkrot: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
|
@ -1780,11 +1780,13 @@ ZOOMPANEL_ZOOMOUT;Отдалить\nГорячая клавиша: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_SUBSAMP_TOOLTIP;Best compression:\nJ:a:b 4:2:0\nh/v 2/2\nChroma halved horizontally and vertically.\n\nBalanced:\nJ:a:b 4:2:2\nh/v 2/1\nChroma halved horizontally.\n\nBest quality:\nJ:a:b 4:4:4\nh/v 1/1\nNo chroma subsampling.
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
|
@ -1733,11 +1733,13 @@ ZOOMPANEL_ZOOMOUT;Умањује приказ слике <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
!THRESHOLDSELECTOR_BL;Bottom-left
|
||||
|
@ -1733,11 +1733,13 @@ ZOOMPANEL_ZOOMOUT;Umanjuje prikaz slike <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
!THRESHOLDSELECTOR_BL;Bottom-left
|
||||
|
@ -1363,11 +1363,13 @@ ZOOMPANEL_ZOOMOUT;Oddialiť <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
!SAVEDLG_SUBSAMP_1;Best compression
|
||||
|
@ -1323,11 +1323,13 @@ TP_WBALANCE_TEMPERATURE;Lämpötila [K]
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
|
@ -2040,11 +2040,13 @@ ZOOMPANEL_ZOOMOUT;Förminska.\nKortkommando: <b>-</b>
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SOFTPROOF_GAMUTCHECK_TOOLTIP;Highlight pixels with out-of-gamut colors with respect to:\n- the printer profile, if one is set and soft-proofing is enabled,\n- the output profile, if a printer profile is not set and soft-proofing is enabled,\n- the monitor profile, if soft-proofing is disabled.
|
||||
!SOFTPROOF_TOOLTIP;Soft-proofing simulates the appearance of the image:\n- when printed, if a printer profile is set in Preferences > Color Management,\n- when viewed on a display that uses the current output profile, if a printer profile is not set.
|
||||
!TP_CBDL_METHOD;Process located
|
||||
|
@ -1322,11 +1322,13 @@ TP_WBALANCE_TEMPERATURE;Isı
|
||||
!QINFO_HDR;HDR / %2 frame(s)
|
||||
!QINFO_PIXELSHIFT;Pixel Shift / %2 frame(s)
|
||||
!SAMPLEFORMAT_0;Unknown data format
|
||||
!SAMPLEFORMAT_1;Unsigned 8 bits
|
||||
!SAMPLEFORMAT_2;Unsigned 16 bits
|
||||
!SAMPLEFORMAT_4;LogLuv 24 bits
|
||||
!SAMPLEFORMAT_8;LogLuv 32 bits
|
||||
!SAMPLEFORMAT_16;32 bits floating point
|
||||
!SAMPLEFORMAT_1;8-bit unsigned
|
||||
!SAMPLEFORMAT_2;16-bit unsigned
|
||||
!SAMPLEFORMAT_4;24-bit LogLuv
|
||||
!SAMPLEFORMAT_8;32-bit LogLuv
|
||||
!SAMPLEFORMAT_16;16-bit floating-point
|
||||
!SAMPLEFORMAT_32;24-bit floating-point
|
||||
!SAMPLEFORMAT_64;32-bit floating-point
|
||||
!SAVEDLG_AUTOSUFFIX;Automatically add a suffix if the file already exists
|
||||
!SAVEDLG_FORCEFORMATOPTS;Force saving options
|
||||
!SAVEDLG_SUBSAMP;Subsampling
|
||||
|
Loading…
x
Reference in New Issue
Block a user