This file is indexed.

/usr/share/rawtherapee/languages/Catala is in rawtherapee-data 5.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
#01 2009-10-10 JMG

ABOUT_TAB_BUILD;Versió
ABOUT_TAB_CREDITS;Crèdits
ABOUT_TAB_LICENSE;Llicència
ABOUT_TAB_RELEASENOTES;Notes de la versió
ABOUT_TAB_SPLASH;Splash
ADJUSTER_RESET_TO_DEFAULT;Restaura predeterminats
BATCHQUEUE_AUTOSTART;Auto engega
BATCH_PROCESSING;Processament per lots
CURVEEDITOR_CURVE;Corba
CURVEEDITOR_CURVES;Corbes
CURVEEDITOR_CUSTOM;A mida
CURVEEDITOR_DARKS;Foscos
CURVEEDITOR_HIGHLIGHTS;Clars intensos
CURVEEDITOR_LIGHTS;Clars
CURVEEDITOR_LINEAR;Lineal
CURVEEDITOR_LOADDLGLABEL;Carrega corba...
CURVEEDITOR_MINMAXCPOINTS;Mínima/Màxima punts de control
CURVEEDITOR_NURBS;Gàbia de control
CURVEEDITOR_PARAMETRIC;Paramètric
CURVEEDITOR_SAVEDLGLABEL;Desa corba...
CURVEEDITOR_SHADOWS;Ombres
CURVEEDITOR_TOOLTIPCOPY;Copia la corba actual al portap.
CURVEEDITOR_TOOLTIPLINEAR;Restaura corba lineal (recta)
CURVEEDITOR_TOOLTIPLOAD;Carrega corba de fitxer
CURVEEDITOR_TOOLTIPPASTE;Enganxa corba del portap.
CURVEEDITOR_TOOLTIPSAVE;Desa la corba actual
CURVEEDITOR_TYPE;Tipus:
DIRBROWSER_FOLDERS;Carpetes
EDITWINDOW_TITLE;Edita imatge
EXIFFILTER_APERTURE;Obertura
EXIFFILTER_CAMERA;Càmera
EXIFFILTER_EXPOSURECOMPENSATION;Compensació d'exposició (EV)
EXIFFILTER_FILETYPE;Tipus de fitxer
EXIFFILTER_FOCALLEN;Distància focal
EXIFFILTER_ISO;ISO
EXIFFILTER_LENS;Objectiu
EXIFFILTER_METADATAFILTER;Empra filtres Metadata
EXIFFILTER_SHUTTER;Temps d'exposició
EXIFPANEL_ADDEDIT;Afegir/Editar
EXIFPANEL_ADDEDITHINT;Afegir nou atribut o editar-lo
EXIFPANEL_ADDTAGDLG_ENTERVALUE;Entrar valor
EXIFPANEL_ADDTAGDLG_SELECTTAG;Selecciona atribut
EXIFPANEL_ADDTAGDLG_TITLE;Afegir/Editar atribut
EXIFPANEL_KEEP;Guarda
EXIFPANEL_KEEPHINT;Conserva atributs seleccionats en escriure un nou fitxer
EXIFPANEL_REMOVE;Esborra
EXIFPANEL_REMOVEHINT;Esborra atributs seleccionats en escriure un nou fitxer
EXIFPANEL_RESET;Reinicialitza
EXIFPANEL_RESETALL;Reinic. tot
EXIFPANEL_RESETALLHINT;Reinicialitza atributs als valors originals
EXIFPANEL_RESETHINT;Reinic. atributs seleccionats als valors originals
EXIFPANEL_SUBDIRECTORY;Subdirectori
EXPORT_BYPASS_ALL;Selecciona / Deselecciona tot
EXPORT_BYPASS_DEFRINGE;Salta desserrellar
EXPORT_BYPASS_DIRPYRDENOISE;Salta reducció de soroll
EXPORT_BYPASS_DIRPYREQUALIZER;Salta contrast per nivells de detall
EXPORT_BYPASS_RAW_CA;Salta [raw] correcció d'aberració cromàtica
EXPORT_BYPASS_RAW_CCSTEPS;Salta [raw] supressió de fals color
EXPORT_BYPASS_RAW_DCB_ENHANCE;Salta [raw] passos de millora DCB
EXPORT_BYPASS_RAW_DCB_ITERATIONS;Salta [raw] iteracions DCB
EXPORT_BYPASS_RAW_DF;Salta [raw] marc fosc
EXPORT_BYPASS_RAW_FF;Salta [raw] camp pla
EXPORT_BYPASS_RAW_GREENTHRESH;Salta [raw] equilibri de verd
EXPORT_BYPASS_RAW_LINENOISE;Salta [raw] línia de filtre de soroll
EXPORT_BYPASS_SHARPENEDGE;Salta afinar vores
EXPORT_BYPASS_SHARPENING;Salta reenfocar
EXPORT_BYPASS_SHARPENMICRO;Salta microcontrast
EXPORT_BYPASS_SH_HQ;Salta ombres/clars intensos (alta qualitat)
EXPORT_FASTEXPORTOPTIONS;<b>Opcions d'exportació ràpida</b>
EXPORT_INSTRUCTIONS;Les opcions d'exportació ràpida permeten estalviar temps i recursos obviant els ajustos establerts de desenvolupament i processar la cua amb més celeritat. Es recomana aquest mètode per a una ràpida generació d'imatges de baixa resolució quan cal prioritzar la rapidesa o en canvis de tamany d'una o diverses imatges sense modificar els seus paràmetres de desenvolupament desats.
EXPORT_MAXHEIGHT;Alçada màxima:
EXPORT_MAXWIDTH;Ample màxim:
EXPORT_PUTTOQUEUEFAST;  Posa a la cua per a export. ràpida  
EXPORT_RAW_DMETHOD;Mètode de demosaicar
EXTPROGTARGET_1;raw
EXTPROGTARGET_2;cua processada
FILEBROWSER_ADDDELTEMPLATE;Afeg/Treu plantilles...
FILEBROWSER_APPLYPROFILE;Aplica
FILEBROWSER_APPLYPROFILE_PARTIAL;Aplica - parcial
FILEBROWSER_AUTODARKFRAME;Auto marc fosc
FILEBROWSER_AUTOFLATFIELD;Auto camp pla
FILEBROWSER_BROWSEPATHBUTTONHINT;Clic per navegar al path escollit
FILEBROWSER_BROWSEPATHHINT;Escriviu path on buscar.\n<b>Ctrl-O</b> dirigir-se al path de la finestra de text.\n<b>Enter</b> / <b>Ctrl-Enter</b> (en el gestor de fitxers) per a navegar allí;\n\nPath dreceres:\n  <b>~</b> - directori home de l'usuari\n  <b>!</b> - directori de fotografies de l'usuari
FILEBROWSER_CACHE;Cau
FILEBROWSER_CACHECLEARFROMFULL;Esborra el cau - tot
FILEBROWSER_CACHECLEARFROMPARTIAL;Esborra el cau - part
FILEBROWSER_CLEARPROFILE;Neteja
FILEBROWSER_COPYPROFILE;Copia
FILEBROWSER_CURRENT_NAME;Nom actual:
FILEBROWSER_DARKFRAME;Marc fosc
FILEBROWSER_DELETEDLGLABEL;Confirmació d'esborrar fitxer
FILEBROWSER_DELETEDLGMSG;Segur que voleu esborrar els <b>%1</b> fitxers?
FILEBROWSER_DELETEDLGMSGINCLPROC;Segur que voleu suprimir els fitxers <b>%1</b> seleccionats <b>incloent</b> la versió processada a la cua?
FILEBROWSER_EMPTYTRASH;Buida paperera
FILEBROWSER_EMPTYTRASHHINT;Buida permanentment la paperera
FILEBROWSER_EXEC_CPB;Constructor de perfils propis
FILEBROWSER_EXTPROGMENU;Obre amb
FILEBROWSER_FLATFIELD;Camp pla
FILEBROWSER_MOVETODARKFDIR;Canvia al directori de camps foscos
FILEBROWSER_MOVETOFLATFIELDDIR;Canvia al directori de camps plans
FILEBROWSER_NEW_NAME;Nou nom:
FILEBROWSER_OPENDEFAULTVIEWER;Visor per omissió (cua-processat)
FILEBROWSER_PARTIALPASTEPROFILE;Enganxa - parcialment
FILEBROWSER_PASTEPROFILE;Enganxa
FILEBROWSER_POPUPCANCELJOB;Cancel·la treball
FILEBROWSER_POPUPCOLORLABEL;Color d'etiqueta
FILEBROWSER_POPUPCOPYTO;Copia a...
FILEBROWSER_POPUPFILEOPERATIONS;Operacions amb fitxers
FILEBROWSER_POPUPMOVEEND;Mou a la fi de la cua
FILEBROWSER_POPUPMOVEHEAD;Mou a l'inici de la cua
FILEBROWSER_POPUPMOVETO;Mou cap a...
FILEBROWSER_POPUPOPEN;Obre
FILEBROWSER_POPUPOPENINEDITOR;Obrir en Editor
FILEBROWSER_POPUPPROCESS;Posa a la cua
FILEBROWSER_POPUPPROCESSFAST;Posa a la cua (export. ràpida)
FILEBROWSER_POPUPPROFILEOPERATIONS;Processant operacions de perfil
FILEBROWSER_POPUPRANK;Rang
FILEBROWSER_POPUPREMOVE;Esborra el fitxer
FILEBROWSER_POPUPREMOVEINCLPROC;Esborra amb sortida de la cua
FILEBROWSER_POPUPRENAME;Reanomena
FILEBROWSER_POPUPSELECTALL;Selec. tot
FILEBROWSER_POPUPTRASH;Llença a la paperera
FILEBROWSER_POPUPUNRANK;Treu el rang
FILEBROWSER_POPUPUNTRASH;Recup. de la paperera
FILEBROWSER_QUERYBUTTONHINT;Neteja la recerca
FILEBROWSER_QUERYHINT;Escriviu <i>part del nom d'un fitxer</i> a cercar o bé <i>llista amb comes com a separadort</i>.\nE.g. <i>1001,1004,1199</i> \n\n<b>Ctrl-F</b> entra a la finestra de text a cercar (en el gestor de fitxers).\n<b>Enter</b> comença a buscar.\n<b>Escape</b> neteja.
FILEBROWSER_QUERYLABEL; Cerca: 
FILEBROWSER_RENAMEDLGLABEL;Reanomena fitxer
FILEBROWSER_SELECTDARKFRAME;Selecc. marc fosc...
FILEBROWSER_SELECTFLATFIELD;Selecc. camp pla...
FILEBROWSER_SHOWCOLORLABEL1HINT;Mostra imatges etiqueta vermella.\nDrecera: <b>Alt-1</b>
FILEBROWSER_SHOWCOLORLABEL2HINT;Mostra imatges etiqueta groga.\nDrecera: <b>Alt-2</b>
FILEBROWSER_SHOWCOLORLABEL3HINT;Mostra imatges etiqueta verda.\nDrecera: <b>Alt-3</b>
FILEBROWSER_SHOWCOLORLABEL4HINT;Mostra imatges etiqueta blava.\nDrecera: <b>Alt-4</b>
FILEBROWSER_SHOWCOLORLABEL5HINT;Mostra imatges etiqueta porpra.\nDrecera: <b>Alt-5</b>
FILEBROWSER_SHOWDIRHINT;Neteja tots els filtres.\nDrecera: <b>D</b>
FILEBROWSER_SHOWEDITEDHINT;Mostra imatges editades.\nDrecera: <b>7</b>
FILEBROWSER_SHOWEDITEDNOTHINT;Mostra imatges no editades.\nDrecera: <b>6</b>
FILEBROWSER_SHOWEXIFINFO;Mostra dades EXIF.\nDrecera: <b>i</b>
FILEBROWSER_SHOWRANK1HINT;Exposa imatges d' 1 estrella.\nDrecera: <b>1</b>
FILEBROWSER_SHOWRANK2HINT;Exposa imatges de 2 estrelles.\nDrecera: <b>2</b>
FILEBROWSER_SHOWRANK3HINT;Exposa imatges de 3 estrelles.\nDrecera: <b>3</b>
FILEBROWSER_SHOWRANK4HINT;Exposa imatges de 4 estrelles.\nDrecera: <b>4</b>
FILEBROWSER_SHOWRANK5HINT;Exposa imatges de 5 estrelles.\nDrecera: <b>5</b>
FILEBROWSER_SHOWRECENTLYSAVEDHINT;Mostra últimes imatges desades.\nDrecera: <b>Alt-7</b>
FILEBROWSER_SHOWRECENTLYSAVEDNOTHINT;Mostra imatges no recentment desades.\nDrecera: <b>Alt-6</b>
FILEBROWSER_SHOWTRASHHINT;Veure què hi ha a la paperera.\nDrecera: <b>Ctrl-t</b>
FILEBROWSER_SHOWUNCOLORHINT;Mostra imatges sense etiqueta de color.\nDrecera: <b>Alt-0</b>
FILEBROWSER_SHOWUNRANKHINT;Mostra imatges sense rang.\nDrecera: <b>0</b>
FILEBROWSER_STARTPROCESSING;Inicia procés
FILEBROWSER_STARTPROCESSINGHINT;Inicia el processament de les imatges de la cua
FILEBROWSER_STOPPROCESSING;Atura processament
FILEBROWSER_STOPPROCESSINGHINT;Atura processament d'imatges de la cua
FILEBROWSER_THUMBSIZE;Tamany minifoto
FILEBROWSER_TOOLTIP_STOPPROCESSING;Inicia processat automàticament en rebre un nou treball
FILEBROWSER_ZOOMINHINT;Engrandir minifoto.\nDrecera: <b>+</b>
FILEBROWSER_ZOOMOUTHINT;Reduïr minifoto.\nDrecera: <b>-</b>
GENERAL_ABOUT;Respecte a
GENERAL_AFTER;Després
GENERAL_BEFORE;Abans
GENERAL_CANCEL;Cancel·la
GENERAL_DISABLE;Inactiva
GENERAL_DISABLED;Inactivat
GENERAL_ENABLE;Activa
GENERAL_ENABLED;Activat
GENERAL_FILE;Fitxer
GENERAL_LANDSCAPE;Horitzontal
GENERAL_NA;n/a
GENERAL_NO;No
GENERAL_NONE;No cap
GENERAL_OK;OK
GENERAL_PORTRAIT;Vertical
GENERAL_SAVE;Desa
GENERAL_UNCHANGED;(No canviat)
GENERAL_WARNING;Avís
HISTOGRAM_TOOLTIP_B;Mostra/amaga l'histograma BLAU
HISTOGRAM_TOOLTIP_BAR;Mostra/amaga la barra indicadora RGB\nClic botó dret a la previsualització per a congelar/descongelar
HISTOGRAM_TOOLTIP_FULL;Canvia entre histograma complet o escalat
HISTOGRAM_TOOLTIP_G;Mostra/amaga l'histograma VERD
HISTOGRAM_TOOLTIP_L;Mostra/amaga l'histograma de luminància CIELAB
HISTOGRAM_TOOLTIP_R;Mostra/amaga l'histograma VERMELL
HISTOGRAM_TOOLTIP_RAW;Mostra/Amaga l'histograma RAW
HISTORY_CHANGED;Canviat
HISTORY_CUSTOMCURVE;Corba particular
HISTORY_DELSNAPSHOT;Esborra
HISTORY_FROMCLIPBOARD;Del portapapers
HISTORY_LABEL;Història
HISTORY_MSG_1;Imatge oberta
HISTORY_MSG_2;PP3 carregat
HISTORY_MSG_3;PP3 canviat
HISTORY_MSG_4;Repassant la història
HISTORY_MSG_5;Brillantor
HISTORY_MSG_6;Contrast
HISTORY_MSG_7;Negre
HISTORY_MSG_8;Compensació d'exposició
HISTORY_MSG_9;Compressió de clars intensos
HISTORY_MSG_10;Compressió de foscos
HISTORY_MSG_11;Corba de to 1
HISTORY_MSG_12;Exposició automàtica
HISTORY_MSG_13;Pèrdua per exposició
HISTORY_MSG_14;Luminància: Brillantor
HISTORY_MSG_15;Luminància: Contrast
HISTORY_MSG_16;Luminància: Negre
HISTORY_MSG_17;Luminància: Compressió de clars
HISTORY_MSG_18;Luminància: Compressió de foscos
HISTORY_MSG_19;Corba 'L'
HISTORY_MSG_20;Enfocant
HISTORY_MSG_21;Enfocant -Radi
HISTORY_MSG_22;Enfocant -Quantitat
HISTORY_MSG_23;Enfocant -Llindar
HISTORY_MSG_24;Enfocar només vores
HISTORY_MSG_25;Enfocant -Radi detecció de vora
HISTORY_MSG_26;Enfocant -Tolerància vora
HISTORY_MSG_27;Enfocant -Control de halo
HISTORY_MSG_28;Control de halo -quantitat
HISTORY_MSG_29;Mètode d'enfocar
HISTORY_MSG_30;Deconvolució: Radi
HISTORY_MSG_31;Deconvolució: Quantitat
HISTORY_MSG_32;Deconvolució: Ablaniment
HISTORY_MSG_33;Deconvolució: Iteracions
HISTORY_MSG_34;Correcció distorsió LCP
HISTORY_MSG_35;Correcció vorafosc LCP
HISTORY_MSG_36;Correcció A.C. LCP
HISTORY_MSG_37;Nivells automàtics
HISTORY_MSG_38;Mètode de balanç de blancs
HISTORY_MSG_39;Temperatura de color
HISTORY_MSG_40;Tint de balanç de blancs
HISTORY_MSG_41;Corba de to mode 1
HISTORY_MSG_42;Corba de to 2
HISTORY_MSG_43;Corba de to mode 2
HISTORY_MSG_44;Lumin. dessoroll Radi
HISTORY_MSG_45;Lumin. dessoroll, tolerància vores
HISTORY_MSG_46;Dessorollant color
HISTORY_MSG_47;Barreja clars intensos ICC amb la matriu
HISTORY_MSG_48;Usa corba de to DCP
HISTORY_MSG_49;Dessoroll de color, sensib. de vores
HISTORY_MSG_50;Foscos/clars intensos
HISTORY_MSG_51;Clars intensos
HISTORY_MSG_52;Foscos
HISTORY_MSG_53;Amplada de to de clars
HISTORY_MSG_54;Amplada de to de foscos
HISTORY_MSG_55;Contrast local
HISTORY_MSG_56;Radi foscos/clars intensos
HISTORY_MSG_57;Rotació tosca
HISTORY_MSG_58;Inversió horitzontal
HISTORY_MSG_59;Inversió vertical
HISTORY_MSG_60;Rotació
HISTORY_MSG_61;Auto-omple
HISTORY_MSG_62;Correcció distorsió de l'objectiu
HISTORY_MSG_63;Instantània seleccionada
HISTORY_MSG_64;Cropa foto
HISTORY_MSG_65;Correcció A.C.
HISTORY_MSG_66;Recuperació de clars intensos
HISTORY_MSG_67;Recup. de clars: quantitat
HISTORY_MSG_68;Recup. de clars: mètode
HISTORY_MSG_69;Espai de color de treball
HISTORY_MSG_70;Espai de color de sortida
HISTORY_MSG_71;Espai de color d'entrada
HISTORY_MSG_72;Correcció del vorafosc
HISTORY_MSG_73;Barrejador de canals
HISTORY_MSG_74;Canviar l'escala
HISTORY_MSG_75;Mètode de canvi d'escala
HISTORY_MSG_76;Metadades Exif
HISTORY_MSG_77;Metadades IPTC
HISTORY_MSG_78;Especificacions per a escalar
HISTORY_MSG_79;Variar amplada
HISTORY_MSG_80;Variar alçada
HISTORY_MSG_81;Escalat activat
HISTORY_MSG_82;Perfil canviat
HISTORY_MSG_83;Alta qual. ombres/clars intensos
HISTORY_MSG_84;Correcció de perspectiva
HISTORY_MSG_85;Perfil de correcció de la lent
HISTORY_MSG_86;Equalitzador d'ónula
HISTORY_MSG_87;Impuls de Reduc. de Soroll
HISTORY_MSG_88;Llindar impuls RS
HISTORY_MSG_89;Reducció de soroll
HISTORY_MSG_90;RS - luminància
HISTORY_MSG_91;RS - crominància
HISTORY_MSG_92;RS - gama
HISTORY_MSG_93;Intens. de contrast per grau de detall
HISTORY_MSG_94;Contrast per grau de detall
HISTORY_MSG_95;Cromaticitat
HISTORY_MSG_96;corba 'a'
HISTORY_MSG_97;corba 'b'
HISTORY_MSG_98;Mètode demosaicat
HISTORY_MSG_99;Filtre píxels cremats/morts
HISTORY_MSG_100;Saturació RGB
HISTORY_MSG_101;HSV EQ -- Hue
HISTORY_MSG_102;HSV EQ -- Saturació
HISTORY_MSG_103;HSV EQ -- Valor
HISTORY_MSG_104;HSV Equalitzador
HISTORY_MSG_105;Desserrellant
HISTORY_MSG_106;Desserrellar, radi
HISTORY_MSG_107;Desserrellar, llindar
HISTORY_MSG_108;Llindar compr. clars intensos
HISTORY_MSG_109;Escala capsa d'inclusió
HISTORY_MSG_110;L'escalat s'aplica a
HISTORY_MSG_111;Evita estralls de color
HISTORY_MSG_112;--no usat--
HISTORY_MSG_113;Protecció de tons vermell i pell
HISTORY_MSG_114;Iteracions DCB
HISTORY_MSG_115;Iteracions fals color
HISTORY_MSG_116;DCB ampliat
HISTORY_MSG_117;Correcció CA vermell
HISTORY_MSG_118;Correcció CA blau
HISTORY_MSG_119;Línia dessoroll
HISTORY_MSG_120;Llindar equil. verd
HISTORY_MSG_121;Raw auto CA
HISTORY_MSG_122;Auto marc fosc
HISTORY_MSG_123;Fitxer de camp fosc
HISTORY_MSG_124;Correc. expo. linear
HISTORY_MSG_125;Correc. exposició preservant HL
HISTORY_MSG_126;Fitxer de camp pla
HISTORY_MSG_127;Auto-sel. camp pla
HISTORY_MSG_128;Camp pla borrós - radi
HISTORY_MSG_129;Camp pla borrós - tipus
HISTORY_MSG_130;Auto-distorsió
HISTORY_MSG_131;Dessoroll de luminància
HISTORY_MSG_132;Dessoroll de crominància
HISTORY_MSG_133;Gama
HISTORY_MSG_134;Posició Gama
HISTORY_MSG_135;Gama lliure
HISTORY_MSG_136;Pendent de Gama
HISTORY_MSG_137;Negre nivell verd 1
HISTORY_MSG_138;Negre nivell roig
HISTORY_MSG_139;Negre nivell blau
HISTORY_MSG_140;Negre nivell verd 2
HISTORY_MSG_141;Negre nivell verd junts
HISTORY_MSG_142;Afinant vores - iteracions
HISTORY_MSG_143;Afinant vores - quantitat
HISTORY_MSG_144;Microcontrast - quantitat
HISTORY_MSG_145;Microcontrast - uniformitat
HISTORY_MSG_146;Afinament de vores
HISTORY_MSG_147;Afinant vores - només luminància
HISTORY_MSG_148;Microcontrast
HISTORY_MSG_149;Microcontrast - matriu 3×3
HISTORY_MSG_150;Artefactes en post-demosaicat/reducció de soroll
HISTORY_MSG_151;Vibrància
HISTORY_MSG_152;Vibrància - tons pastel
HISTORY_MSG_153;Vibrància - tons saturats
HISTORY_MSG_154;Vibrància - protecció de tons de pell
HISTORY_MSG_155;Vibrància - Evita pèrdua de color
HISTORY_MSG_156;Vibrància - Enllaç de tons pastel-saturats
HISTORY_MSG_157;Vibrància - llindar pastel/saturat
HISTORY_MSG_158;Intensitat
HISTORY_MSG_159;Parada a les vores
HISTORY_MSG_160;Escala
HISTORY_MSG_161;Iteracions de ponderació
HISTORY_MSG_162;Mapejant tons
HISTORY_MSG_163;RGB corbes - R
HISTORY_MSG_164;RGB corbes - G
HISTORY_MSG_165;RGB corbes - B
HISTORY_MSG_167;Mètode demosaicat
HISTORY_MSG_168;Corba 'CC'
HISTORY_MSG_169;Corba 'CH'
HISTORY_MSG_170;Vibrància - corba
HISTORY_MSG_171;Corba 'LC'
HISTORY_MSG_172;Restriccció LC als tons vermell i pell
HISTORY_MSG_173;RS - Detall de la luminància
HISTORY_NEWSNAPSHOT;Afegeix
HISTORY_SNAPSHOT;Instantània
HISTORY_SNAPSHOTS;Instantànies
IPTCPANEL_CATEGORY;Classificació
IPTCPANEL_CITY;Ciutat
IPTCPANEL_COPYHINT;Copiar dades actuals IPTC al portapapers
IPTCPANEL_COUNTRY;País
IPTCPANEL_CREDIT;Crèdit
IPTCPANEL_CREDITHINT;Identitat del proveïdor de la imatge, no necessàriament el propietari/creador (Credit).
IPTCPANEL_DATECREATED;Data de creació
IPTCPANEL_EMBEDDED;Encastat
IPTCPANEL_EMBEDDEDHINT;Restaurar les dades IPTC encastades al fitxer d'imatge
IPTCPANEL_HEADLINE;Capçalera
IPTCPANEL_INSTRUCTIONS;Instruccions
IPTCPANEL_KEYWORDS;Paraules clau
IPTCPANEL_PASTEHINT;Enganxa les dades IPTC del portapapers
IPTCPANEL_RESET;Reinici
IPTCPANEL_RESETHINT;Reinici perfil per omissió
IPTCPANEL_SOURCE;Font
IPTCPANEL_TITLE;Títol
MAIN_BUTTON_FULLSCREEN;Pantalla sencera
MAIN_BUTTON_PREFERENCES;Preferències
MAIN_BUTTON_PUTTOQUEUE_TOOLTIP;Afeg. imatge actual a la cua de procés.\nDrecera: <b>Ctrl+B</b>
MAIN_BUTTON_SAVE_TOOLTIP;Desa la imatge actual.\nDrecera: <b>Ctrl+S</b>
MAIN_BUTTON_SENDTOEDITOR_TOOLTIP;Edita la imatge actual a un editor extern.\nDrecera: <b>Ctrl+E</b>
MAIN_BUTTON_SHOWHIDESIDEPANELS_TOOLTIP;Mostra/amaga panells laterals.\nDrecera: <b>m</b>
MAIN_BUTTON_UNFULLSCREEN;Fi pantalla sencera
MAIN_FRAME_BATCHQUEUE;Cua de procés
MAIN_FRAME_BATCHQUEUE_TOOLTIP; Cua de procés.\nDrecera: <b>Ctrl-F3</b>
MAIN_FRAME_EDITOR;Editor
MAIN_FRAME_EDITOR_TOOLTIP; Editor.\nDrecera: <b>Ctrl-F4</b>
MAIN_FRAME_FILEBROWSER;Gestor de fitxers 
MAIN_FRAME_FILEBROWSER_TOOLTIP; Gestor de fitxers.\nDrecera: <b>Ctrl-F2</b>
MAIN_FRAME_PLACES;Llocs 
MAIN_FRAME_PLACES_ADD;Afeg
MAIN_FRAME_PLACES_DEL;Treu
MAIN_FRAME_RECENT;Carpetes recents 
MAIN_MSG_ALREADYEXISTS;Fitxer ja existent.
MAIN_MSG_CANNOTLOAD;No es pot carregar la imatge
MAIN_MSG_CANNOTSAVE;Error desant el fitxer
MAIN_MSG_CANNOTSTARTEDITOR;No es pot iniciar l'editor
MAIN_MSG_CANNOTSTARTEDITOR_SECONDARY;Poseu el path correcte en el diàleg "Preferències".
MAIN_MSG_EMPTYFILENAME;Nom de fitxer no indicat!
MAIN_MSG_IMAGEUNPROCESSED;Això requereix que totes les imatges seleccionades siguin abans processades a la cua.
MAIN_MSG_NAVIGATOR;Navegador
MAIN_MSG_QOVERWRITE;El voleu sobreescriure?
MAIN_TAB_COLOR;Color
MAIN_TAB_COLOR_TOOLTIP;Drecera: <b>Alt-C</b>
MAIN_TAB_DETAIL;Detall
MAIN_TAB_DETAIL_TOOLTIP;Drecera: <b>Alt-D</b>
MAIN_TAB_DEVELOP;Desenv.
MAIN_TAB_EXIF;Exif
MAIN_TAB_EXPORT; Exporta
MAIN_TAB_EXPOSURE;Exposició
MAIN_TAB_EXPOSURE_TOOLTIP;Drecera: <b>Alt-E</b>
MAIN_TAB_FILTER;Filtre
MAIN_TAB_IPTC;IPTC
MAIN_TAB_METADATA;Metadades
MAIN_TAB_METADATA_TOOLTIP;Drecera: <b>Alt-M</b>
MAIN_TAB_RAW;RAW
MAIN_TAB_RAW_TOOLTIP;Drecera: <b>Alt-R</b>
MAIN_TAB_TRANSFORM;Transforma
MAIN_TAB_TRANSFORM_TOOLTIP;Drecera: <b>Alt-T</b>
MAIN_TOOLTIP_BACKCOLOR0;Color de fons de la vista prèvia: <b>basat en tema</b>\nDrecera: <b>8</b>
MAIN_TOOLTIP_BACKCOLOR1;Color de fons de la vista prèvia: <b>Negre</b>\nDrecera: <b>9</b>
MAIN_TOOLTIP_BACKCOLOR2;Color de fons de la vista prèvia: <b>Blanc</b>\nDrecera: <b>0</b>
MAIN_TOOLTIP_BEFOREAFTERLOCK;<b>Bloca</b> / <b>Desbloca</b> el <b>abans</b> vista\n\n<b>Bloca</b>: conserva la <b>abans</b> vista sense canvis.\nütil per a valorar l'efecte acumulatiu de moltes eines.\nA més, es poden fer comparacions amb qualsevol punt de la història\n\n<b>Desbloca</b>: el <b>abans</b> la vista romandrà <b>després</b> vista d'un pas enrera, mostrant la imatge abans de l'efecte de l'eina present.
MAIN_TOOLTIP_HIDEHP;Mostra/amaga panell esquerre (incloent la història).\nDrecera: <b>1</b>
MAIN_TOOLTIP_INDCLIPPEDH;Indicador de pèrdues en clars.\nDrecera: <b>&lt</b>
MAIN_TOOLTIP_INDCLIPPEDS;Indicador de pèrdues en foscos.\nDrecera: <b>&gt</b>
MAIN_TOOLTIP_PREVIEWB;Previsualitza <b>Canal blau</b>.\nDrecera: <b>b</b>
MAIN_TOOLTIP_PREVIEWFOCUSMASK;Previsualitza <b>reenfocament</b>.\nDrecera: <b>Majús-F</b>\n\nMés pecís en imatges amb poca profunditat de camp, poc soroll i gran zoom\n\nPer a millorar la precisa detecció en imatges amb soroll proveu amb zoom més petit: 10-30%\n\nLa vista prèvia surt més lenta amb el reenfocament activat.
MAIN_TOOLTIP_PREVIEWG;Previsualitza <b>Canal verd</b>.\nDrecera: <b>g</b>
MAIN_TOOLTIP_PREVIEWL;Previsualitza <b>Lluminositat</b>.\nDrecera: <b>v</b>\n\n0.299*R + 0.587*G + 0.114*B
MAIN_TOOLTIP_PREVIEWR;Previsualitza <b>Canal vermell</b>.\nDrecera: <b>r</b>
MAIN_TOOLTIP_QINFO;Info breu de la imatge.\nDrecera: <b>i</b>
MAIN_TOOLTIP_SHOWHIDELP1;Mostra/amaga panell esquerre.\nDrecera: <b>1</b>
MAIN_TOOLTIP_SHOWHIDERP1;Mostra/amaga panell dret.\nDrecera: <b>Alt-L</b>
MAIN_TOOLTIP_SHOWHIDETP1;Mostra/amaga panell superior.\nDrecera: <b>Majús-L</b>
MAIN_TOOLTIP_THRESHOLD;Llindar
MAIN_TOOLTIP_TOGGLE;Alterna vista abans/després.\nDrecera: <b>Majús-B</b>
NAVIGATOR_XY_FULL;Amplada = %1, Altura = %2
NAVIGATOR_XY_NA;x = n/a, y = n/a
OPTIONS_DEFIMG_MISSING;No es troba el perfil per omissió per a fotografies <b>no-raw</b> o no s'ha especificat.\n\nReviseu el directori de perfils, potser falta o està fet malbé.\n\nEs faran servir els valors interns per omissió.
OPTIONS_DEFRAW_MISSING;No es troba el perfil per omissió per a fotografies <b>raw</b>.\n\nReviseu el directori de perfils, potser falta o està fet malbé.\n\nEs faran servir els valors interns per omissió.
PARTIALPASTE_BASICGROUP;Ajustos bàsics
PARTIALPASTE_CACORRECTION;Correcció A. C.(Aberració Cromàtica)
PARTIALPASTE_CHANNELMIXER;Barrejador de canals
PARTIALPASTE_COARSETRANS;Rotació 90 graus/ inversió
PARTIALPASTE_COLORGROUP;Ajustos de color
PARTIALPASTE_COMMONTRANSFORMPARAMS;Auto-omple
PARTIALPASTE_COMPOSITIONGROUP;Ajustos de composició
PARTIALPASTE_CROP;Cropa
PARTIALPASTE_DARKFRAMEAUTOSELECT;Auto-sel. marc fosc
PARTIALPASTE_DARKFRAMEFILE;Fitxer de marc fosc
PARTIALPASTE_DEFRINGE;Desserrella
PARTIALPASTE_DETAILGROUP;Ajustos de detall
PARTIALPASTE_DIALOGLABEL;Enganxa parcialment al perfil de procés
PARTIALPASTE_DIRPYRDENOISE;Reducció de soroll
PARTIALPASTE_DIRPYREQUALIZER;Contrast per grau de detall
PARTIALPASTE_DISTORTION;Correcció de distorsió
PARTIALPASTE_EPD;Mapejant tons
PARTIALPASTE_EVERYTHING;Tot plegat
PARTIALPASTE_EXIFCHANGES;Canvis a les dades Exif
PARTIALPASTE_EXPOSURE;Exposició
PARTIALPASTE_FLATFIELDAUTOSELECT;Auto-sel. Camp Pla
PARTIALPASTE_FLATFIELDBLURRADIUS;Radi borrositat CP
PARTIALPASTE_FLATFIELDBLURTYPE;Tipus borrositat CP
PARTIALPASTE_FLATFIELDFILE;Fitxer de camp pla
PARTIALPASTE_HSVEQUALIZER;Equalitzador HSV
PARTIALPASTE_ICMSETTINGS;Ajustos gestió de color
PARTIALPASTE_IMPULSEDENOISE;Impuls de reducció de soroll
PARTIALPASTE_IPTCINFO;Dades IPTC
PARTIALPASTE_LABCURVE;Ajustos Lab
PARTIALPASTE_LENSGROUP;Ajustos de l'objectiu
PARTIALPASTE_LENSPROFILE;Perfil de correcció de l'objectiu
PARTIALPASTE_METAGROUP;Ajustos Metadades
PARTIALPASTE_PERSPECTIVE;Perspectiva
PARTIALPASTE_PREPROCESS_GREENEQUIL;Equilibri verd
PARTIALPASTE_PREPROCESS_LINEDENOISE;Filtre línia de soroll
PARTIALPASTE_RAWCACORR_AUTO;Auto-correcció AC
PARTIALPASTE_RAWCACORR_CABLUE;AC blau
PARTIALPASTE_RAWCACORR_CARED;AC vermell
PARTIALPASTE_RAWEXPOS_BLACK;Nivell negre
PARTIALPASTE_RAWEXPOS_LINEAR;Factor de corr. linear de punt blanc
PARTIALPASTE_RAWEXPOS_PRESER;Corr. punt blanc preservant HL (EV)
PARTIALPASTE_RAWGROUP;Ajustos raw
PARTIALPASTE_RAW_DCBENHANCE;Aplica pas de millora DCB
PARTIALPASTE_RAW_DCBITERATIONS;Nombre d'iteracions DCB
PARTIALPASTE_RAW_DMETHOD;Mètode demosaicat
PARTIALPASTE_RAW_FALSECOLOR;Passos de supressió de fals color demosaicant
PARTIALPASTE_RESIZE;Canviar tamany
PARTIALPASTE_RGBCURVES;Corbes RGB
PARTIALPASTE_ROTATION;Rotació
PARTIALPASTE_SHADOWSHIGHLIGHTS;Foscos/clars intensos
PARTIALPASTE_SHARPENEDGE;Vores
PARTIALPASTE_SHARPENING;Enfocant (USM/RL)
PARTIALPASTE_SHARPENMICRO;Microcontrast
PARTIALPASTE_VIBRANCE;Vibrància
PARTIALPASTE_VIGNETTING;Correcció del vorafosc
PARTIALPASTE_WHITEBALANCE;Balanç de blancs
PREFERENCES_ADD;AFEG
PREFERENCES_APPLNEXTSTARTUP;Efectiu en reiniciar
PREFERENCES_AUTOMONPROFILE;Usa els perfils dels monitors dels sist. operatius automàticament
PREFERENCES_BATCH_PROCESSING;Process. per lots
PREFERENCES_BEHAVIOR;Comportament
PREFERENCES_CACHECLEARALL;Esborrar tot
PREFERENCES_CACHECLEARPROFILES;Esborrar perfils
PREFERENCES_CACHECLEARTHUMBS;Esborra minifotos
PREFERENCES_CACHEMAXENTRIES;Màxim nombre d'entrades a la mem. cau
PREFERENCES_CACHEOPTS;Opcions memòria cau
PREFERENCES_CACHETHUMBHEIGHT;Màxima alçada de minifoto
PREFERENCES_CLIPPINGIND;Indicador de pèrdues
PREFERENCES_CUSTPROFBUILD;Constructor de perfils de procés particulars
PREFERENCES_CUSTPROFBUILDHINT;Nom del fitxer executable (o script) per a usar un nou perfil de procés en una imatge.\nRep paràmetres en línia d'ordres per a la generació de perfils basats en regles:\n[raw/JPG path] [path per omissió del perfil de procés] [número f] [expos. en segons] [long. focal en mm] [ISO] [objectiu] [càmera]
PREFERENCES_CUSTPROFBUILDPATH;Executable path
PREFERENCES_CUTOVERLAYBRUSH;Cropa màscara color/transparència
PREFERENCES_DARKFRAME;Marc fosc
PREFERENCES_DARKFRAMEFOUND;Trobat
PREFERENCES_DARKFRAMESHOTS;trets
PREFERENCES_DARKFRAMETEMPLATES;plantilles
PREFERENCES_DATEFORMAT;Format de data
PREFERENCES_DATEFORMATHINT;<i>Podeu fer servir les següents cadenes formatades:</i>\n<b>%y</b><i> : any</i>\n<b>%m</b><i> : mes</i>\n<b>%d</b><i> : dia</i>\n<i>\nPer exemple, el format de data hongarès és:</i>\n<b>%y/%m/%d</b>
PREFERENCES_DEFAULTLANG;Idioma per omissió
PREFERENCES_DEFAULTTHEME;Tema per omissió
PREFERENCES_DIRDARKFRAMES;Carpeta de marcs foscos
PREFERENCES_DIRHOME;directori home
PREFERENCES_DIRLAST;Últim directori usat
PREFERENCES_DIROTHER;Un altre
PREFERENCES_DIRSELECTDLG;Selecc. directori d'inici...
PREFERENCES_DIRSOFTWARE;Instal·lació al directori
PREFERENCES_EDITORCMDLINE;Una altra línia de comandament
PREFERENCES_EDITORLAYOUT;Sortida d'editor
PREFERENCES_EXTERNALEDITOR;Editor extern
PREFERENCES_FBROWSEROPTS;Opcions de navegador i minifotos
PREFERENCES_FILEBROWSERTOOLBARSINGLEROW;Barra de gestor de fitxers d'una línia (inapropiat en monitors de baixa resolució)
PREFERENCES_FILEFORMAT;Format de fitxer
PREFERENCES_FLATFIELD;Camp pla
PREFERENCES_FLATFIELDFOUND;Trobat
PREFERENCES_FLATFIELDSDIR;Carpeta de camps plans
PREFERENCES_FLATFIELDSHOTS;trets
PREFERENCES_FLATFIELDTEMPLATES;plantilles
PREFERENCES_FORIMAGE;Per a imatge no raw
PREFERENCES_FORRAW;Per fitxers RAW
PREFERENCES_GIMPPATH;Directori d'instal. del GIMP
PREFERENCES_HISTOGRAMPOSITIONLEFT;Histograma al panell esquerre
PREFERENCES_HLTHRESHOLD;Llindar pèrdues en clars
PREFERENCES_ICCDIR;Directori dels perfils de color
PREFERENCES_IMPROCPARAMS;Paràm. per omissió de procés d'imatge
PREFERENCES_INTENT_ABSOLUTE;Colorimètric absolut
PREFERENCES_INTENT_PERCEPTUAL;Perceptual
PREFERENCES_INTENT_RELATIVE;Colorimètric relatiu
PREFERENCES_INTENT_SATURATION;Saturació
PREFERENCES_INTERNALTHUMBIFUNTOUCHED;Mostra la mini JPEG encastada si el raw no està editat
PREFERENCES_LANGAUTODETECT;Usa idioma del sistema
PREFERENCES_MENUGROUPEXTPROGS;Grup "Obrir amb"
PREFERENCES_MENUGROUPFILEOPERATIONS;Grup "Operacions amb fitxers"
PREFERENCES_MENUGROUPLABEL;Grup "Etiqueta de color"
PREFERENCES_MENUGROUPPROFILEOPERATIONS;Grup "Operacions de procés de perfils"
PREFERENCES_MENUGROUPRANK;Grup "Rang"
PREFERENCES_MENUOPTIONS;Opcions del menú
PREFERENCES_METADATA;Metadata
PREFERENCES_MULTITAB;Mode multitreball
PREFERENCES_MULTITABDUALMON;Mode multitreball en segon monitor, si se'n té un
PREFERENCES_OUTDIR;Directori de sortida
PREFERENCES_OUTDIRFOLDER;Desa al directori
PREFERENCES_OUTDIRFOLDERHINT;Posa les imatges desades al directori seleccionat
PREFERENCES_OUTDIRTEMPLATE;Usar plantilla
PREFERENCES_OUTDIRTEMPLATEHINT;Podeu fer servir les següents cadenes de format:\n<b>%f</b>, <b>%d1</b>, <b>%d2</b>, ..., <b>%p1</b>, <b>%p2</b>, ..., <b>%r</b>\n\nAquest format es basa en les diferents parts del path d'una fotografia o bé alguns dels seus atributs.\n\nPer exemple, si la foto en curs està localitzada a:\n<b><i>/home/tom/fotos/2010-10-31/dsc0042.nef</i></b>\nel significat de les cadenes de format és:\n<b>%d4</b> = <i>home</i>\n<b>%d3</b> = <i>tom</i>\n<b>%d2</b> = <i>fotos</i>\n<b>%d1</b> = <i>2010-10-31</i>\n<b>%f</b> = <i>dsc0042</i>\n<b>%p1</b> = <i>/home/tom/fotos/2010-10-31/</i>\n<b>%p2</b> = <i>/home/tom/fotos/</i>\n<b>%p3</b> = <i>/home/tom/</i>\n<b>%p4</b> = <i>/home/</i>\n\n<b>%r</b> es canviarà pel rang de la foto.  Si la foto no té rang, %r es convertirà en un '0'.  Si la foto és a la paperera bin, %r es convertirà en 'x'.\n\nSi desitgeu desar la imatge actual on hi ha l'original, escriviu:\n<b>%p1/%f</b>\n\nSi desitgeu desar la imatge actual en un directori de nom "<i>refetes</i>" sota el directori de la imatge oberta, escriviu:\n<b>%p1/refetes/%f</b>\n\nSi desitgeu desar la imatge actual en un directori de nom "<i>/home/tom/photos/refetes/2010-10-31</i>", escriviu:\n<b>%p2/refetes/%d1/%f</b>
PREFERENCES_OVERLAY_FILENAMES;Sobreposar noms de fitxer a les minifotos
PREFERENCES_OVERWRITEOUTPUTFILE;Sobrescriu fitxers en desar-los
PREFERENCES_PANFACTORLABEL;Factor
PREFERENCES_PARSEDEXT;Extensions analitzades
PREFERENCES_PARSEDEXTADD;Afegir extensió
PREFERENCES_PARSEDEXTADDHINT;Escriu una extensió i prem aquí per veure la llista
PREFERENCES_PARSEDEXTDELHINT;Esborrar l'extensió seleccionada de la llista
PREFERENCES_PROFILEHANDLING;Ficant mà als perfils de procés
PREFERENCES_PROFILELOADPR;Prioritat de càrrega de perfils
PREFERENCES_PROFILEPRCACHE;Perfil a la mem. cau
PREFERENCES_PROFILEPRFILE;Perfil juntament amb el fitxer
PREFERENCES_PROFILESAVECACHE;Desa els paràmetres de procés a la memòria cau
PREFERENCES_PROFILESAVEINPUT;Desa els paràm. de procés juntament amb la imatge
PREFERENCES_PROPERTY;Propietat
PREFERENCES_PSPATH;Directori d'instal. d'Adobe Photoshop
PREFERENCES_SELECTFONT;Selec. font
PREFERENCES_SELECTLANG;Seleccionar idioma
PREFERENCES_SELECTTHEME;Seleccionar tema
PREFERENCES_SET;Fixa
PREFERENCES_SHOWBASICEXIF;Mostra principals dades Exif
PREFERENCES_SHOWDATETIME;Indica data i hora
PREFERENCES_SHOWEXPOSURECOMPENSATION;Mostra compensació d'exposició
PREFERENCES_SHTHRESHOLD;Llindar pèrdues en foscos
PREFERENCES_SINGLETAB;Mode simple treball
PREFERENCES_SINGLETABVERTAB;Mode simple treball, vistes verticals
PREFERENCES_SLIMUI;Interfície senzilla
PREFERENCES_SND_BATCHQUEUEDONE;Procs. de la cua fets
PREFERENCES_SND_HELP;Poseu el path o bé no res (res=silenci). A Windows useu "SystemDefault", "SystemAsterisk" etc. pels sons del sistema.
PREFERENCES_SND_LNGEDITPROCDONE;Process. d'editor fet
PREFERENCES_SND_TRESHOLDSECS;després d'uns segons
PREFERENCES_STARTUPIMDIR;Directori inicial de les imatges
PREFERENCES_TAB_BROWSER;Gestor de fitxers
PREFERENCES_TAB_COLORMGR;Gestió del color
PREFERENCES_TAB_GENERAL;General
PREFERENCES_TAB_IMPROC;Processament de la imatge
PREFERENCES_TAB_SOUND;Sons
PREFERENCES_TP_LABEL;Panell d'eines:
PREFERENCES_TP_USEICONORTEXT;Usa les icones tab en comptes de text
PREFERENCES_TP_VSCROLLBAR;Amaga la barra d'eines vertical
PREFERENCES_USESYSTEMTHEME; Usa tema del sistema
PREFERENCES_WORKFLOW;Flux de treball
PROFILEPANEL_COPYPPASTE;Paràmetres a copiar
PROFILEPANEL_LABEL;Perfils de postprocés
PROFILEPANEL_LOADDLGLABEL;Carrega paràm. de postprocés...
PROFILEPANEL_LOADPPASTE;Paràmetres a carregar
PROFILEPANEL_PASTEPPASTE;Paràmetres a afegir
PROFILEPANEL_PCUSTOM;Especial
PROFILEPANEL_PFILE;Del fitxer
PROFILEPANEL_PLASTSAVED;Darrera desada
PROFILEPANEL_SAVEDLGLABEL;Desar paràm. de postprocés...
PROFILEPANEL_SAVEPPASTE;Paràmetres a desar
PROFILEPANEL_TOOLTIPCOPY;Copia perfil actual al portapapers.\n<b>Ctrl-click</b> per seleccionar els paràmetres a copiar
PROFILEPANEL_TOOLTIPLOAD;Carrega perfil d'un fitxer.\n<b>Ctrl-click</b> per seleccionar els paràmetres a carregar
PROFILEPANEL_TOOLTIPPASTE; Enganxa perfil del portapapers.\n<b>Ctrl-click</b> per seleccionar els paràmetres a enganxar
PROFILEPANEL_TOOLTIPSAVE;Desa l'actual com a perfil.\n<b>Ctrl-click</b> per seleccionar els paràmetres a desar
PROGRESSBAR_LOADING;Carregant imatge...
PROGRESSBAR_LOADINGTHUMBS;Carregant minifotos...
PROGRESSBAR_LOADJPEG;Carregant fitxer JPEG...
PROGRESSBAR_LOADPNG;Carregant fitxer PNG...
PROGRESSBAR_LOADTIFF;Carregant fitxer TIFF...
PROGRESSBAR_PROCESSING;Processant imatge...
PROGRESSBAR_PROCESSING_PROFILESAVED;Desat el perfil de procés
PROGRESSBAR_READY;A punt
PROGRESSBAR_SAVEJPEG;Desant fitxer JPEG...
PROGRESSBAR_SAVEPNG;Desant fitxer PNG...
PROGRESSBAR_SAVETIFF;Desant fitxer TIFF...
PROGRESSDLG_PROFILECHANGEDINBROWSER;Processant perfil canviat al navegador
QINFO_ISO;ISO
QINFO_NOEXIF;No hi ha dades Exif.
SAVEDLG_AUTOSUFFIX;Afegeix automàticament un sufix si el fitxer ja hi és
SAVEDLG_FILEFORMAT;Format del fitxer
SAVEDLG_JPEGQUAL;Qualitat JPEG
SAVEDLG_PNGCOMPR;Compressió PNG
SAVEDLG_PUTTOQUEUE;Posa a la cua de procés
SAVEDLG_PUTTOQUEUEHEAD;Posa al principi de la cua de procés
SAVEDLG_PUTTOQUEUETAIL;Posa a la fi de la cua de procés
SAVEDLG_SAVEIMMEDIATELY;Desa ara mateix
SAVEDLG_SAVESPP;Desa els paràmetres de procés amb la imatge
SAVEDLG_SUBSAMP;Submostreig
SAVEDLG_SUBSAMP_1;Millor compressió
SAVEDLG_SUBSAMP_2;Equilibrat
SAVEDLG_SUBSAMP_3;Millor qualitat
SAVEDLG_TIFFUNCOMPRESSED;TIFF no comprimit
SAVEDLG_WARNFILENAME;El fitxer es dirà
SHCSELECTOR_TOOLTIP;Clic al botó dret per a restaurar\nla posició dels 3 nivells.
THRESHOLDSELECTOR_B;Baix
THRESHOLDSELECTOR_BL;Baix-esquerra
THRESHOLDSELECTOR_BR;Baix-dreta
THRESHOLDSELECTOR_HINT;Prement la tecla <b>Majús</b> per a moure punts individuals de control.
THRESHOLDSELECTOR_T;Dalt
THRESHOLDSELECTOR_TL;Dalt-esquerra
THRESHOLDSELECTOR_TR;Dalt-dreta
TOOLBAR_TOOLTIP_CROP;<b>Cropar</b> selecció.\nDrecera: <b>c</b>
TOOLBAR_TOOLTIP_HAND;Eina mà.\nDrecera: <b>h</b>
TOOLBAR_TOOLTIP_STRAIGHTEN;<b>Dreçar</b> / <b>rotació fina</b>.\nDrecera: <b>s</b>\n\nIndica la vertical o horitzontal dibuixant una línia de guia sobre la previsualització de la imatge. L'angle de rotació es mostrarà junt a la guia. El centre de rotació és el centre geomètric de la imatge.
TOOLBAR_TOOLTIP_WB;Afina balanç de blancs.\nDrecera: <b>w</b>
TP_CACORRECTION_BLUE;Blau
TP_CACORRECTION_LABEL;Correcció A. C. (Aberració Cromàtica)
TP_CACORRECTION_RED;Vermell
TP_CHMIXER_BLUE;Canal blau
TP_CHMIXER_GREEN;Canal verd
TP_CHMIXER_LABEL;Barrejador de canals
TP_CHMIXER_RED;Canal vermell
TP_CHROMATABERR_LABEL;Aberració cromàtica
TP_COARSETRAF_TOOLTIP_HFLIP;Inversió horitzontal
TP_COARSETRAF_TOOLTIP_ROTLEFT;Rotació esquerra.\nDrecera: <b>[</b>
TP_COARSETRAF_TOOLTIP_ROTRIGHT;Rotació dreta.\nDrecera: <b>]</b>
TP_COARSETRAF_TOOLTIP_VFLIP;Inversió vertical
TP_CROP_FIXRATIO;Fixa proporció:
TP_CROP_GTDIAGONALS;Regla de diagonals
TP_CROP_GTEPASSPORT;Passaport biomètric
TP_CROP_GTFRAME;Marc
TP_CROP_GTGRID;Graella
TP_CROP_GTNONE;No cap
TP_CROP_GTRULETHIRDS;Regla dels terços
TP_CROP_GUIDETYPE;Tipus de guia:
TP_CROP_H;Alt
TP_CROP_LABEL;Cropa
TP_CROP_PPI;PPI=
TP_CROP_SELECTCROP;Selecc. cropar
TP_CROP_W;Ample
TP_CROP_X;x
TP_CROP_Y;y
TP_DARKFRAME_AUTOSELECT;Auto-selecció
TP_DARKFRAME_LABEL;Marc fosc
TP_DEFRINGE_LABEL;Desserrella
TP_DEFRINGE_RADIUS;Radi
TP_DEFRINGE_THRESHOLD;Llindar
TP_DIRPYRDENOISE_CHROMA;Crominància
TP_DIRPYRDENOISE_GAMMA;Gama
TP_DIRPYRDENOISE_LABEL;Reducció de soroll (només imatges raw)
TP_DIRPYRDENOISE_LDETAIL;Detall de luminància
TP_DIRPYRDENOISE_LUMA;Luminància
TP_DIRPYREQUALIZER_LABEL;Contrast per grau de detall
TP_DIRPYREQUALIZER_LUMACOARSEST;Més bast
TP_DIRPYREQUALIZER_LUMACONTRAST_MINUS;Contrast-
TP_DIRPYREQUALIZER_LUMACONTRAST_PLUS;Contrast+
TP_DIRPYREQUALIZER_LUMAFINEST;Més fi
TP_DIRPYREQUALIZER_LUMANEUTRAL;Neutral
TP_DIRPYREQUALIZER_THRESHOLD;Llindar
TP_DISTORTION_AMOUNT;Quantitat
TP_DISTORTION_LABEL;Distorsió
TP_EPD_EDGESTOPPING;Aturant a les vores
TP_EPD_LABEL;Mapejant tons
TP_EPD_REWEIGHTINGITERATES;Iteracions de ponderació
TP_EPD_SCALE;Escala
TP_EPD_STRENGTH;Intensitat
TP_EXPOSURE_AUTOLEVELS;Nivells automàtics
TP_EXPOSURE_AUTOLEVELS_TIP;Activa auto-nivells per a ajustar automàticament els valors dels paràmetres segons anàlisi de la imatge
TP_EXPOSURE_BLACKLEVEL;Negre
TP_EXPOSURE_BRIGHTNESS;Brillantor
TP_EXPOSURE_CLIP;Retall
TP_EXPOSURE_CLIP_TIP;Conjunt de píxels que es retallaran en l'anivellament automàtic
TP_EXPOSURE_COMPRHIGHLIGHTS;Quantitat recuperació de clars
TP_EXPOSURE_COMPRHIGHLIGHTSTHRESHOLD;Llindar recup. clars intensos
TP_EXPOSURE_COMPRSHADOWS;Recuperació de foscos
TP_EXPOSURE_CONTRAST;Contrast
TP_EXPOSURE_CURVEEDITOR1;Corba de to 1
TP_EXPOSURE_CURVEEDITOR2;Corba de to 2
TP_EXPOSURE_CURVEEDITOR2_TOOLTIP;Mireu aquesta secció del manual per aconseguir els millors resultats amb dobles corbes:\nThe Toolbox > Exposure Tab > Exposure Panel > Tone Curve
TP_EXPOSURE_EXPCOMP;Compens. d'exposició
TP_EXPOSURE_LABEL;Exposició
TP_EXPOSURE_SATURATION;Saturació
TP_EXPOSURE_TCMODE_FILMLIKE;Com a film
TP_EXPOSURE_TCMODE_LABEL1;Corba mode 1
TP_EXPOSURE_TCMODE_LABEL2;Corba mode 2
TP_EXPOSURE_TCMODE_SATANDVALBLENDING;Saturació i valor de mescla
TP_EXPOSURE_TCMODE_STANDARD;Estàndard
TP_EXPOSURE_TCMODE_WEIGHTEDSTD;Regulació std
TP_FLATFIELD_AUTOSELECT;Auto selecció
TP_FLATFIELD_BLURRADIUS;Radi borrositat
TP_FLATFIELD_BLURTYPE;Tipus borrositat
TP_FLATFIELD_BT_AREA;Àrea
TP_FLATFIELD_BT_HORIZONTAL;Horitzontal
TP_FLATFIELD_BT_VERTHORIZ;Vert. + Horitz.
TP_FLATFIELD_BT_VERTICAL;Vertical
TP_FLATFIELD_LABEL;Camp pla
TP_GAMMA_CURV;gama
TP_GAMMA_FREE;Lliure gama
TP_GAMMA_OUTPUT;Sortida gama
TP_GAMMA_SLOP;Inclinació (linear)
TP_HLREC_BLEND;Barreja
TP_HLREC_CIELAB;Superposició CIELab
TP_HLREC_COLOR;Propagació de color
TP_HLREC_LABEL;Recuperació de clars
TP_HLREC_LUMINANCE;Recuperació de luminància
TP_HLREC_METHOD;Mètode:
TP_HSVEQUALIZER_CHANNEL;Canal HSV
TP_HSVEQUALIZER_HUE;H
TP_HSVEQUALIZER_LABEL;HSV Equalitzador
TP_HSVEQUALIZER_SAT;S
TP_HSVEQUALIZER_VAL;V
TP_ICM_BLENDCMSMATRIX;Barreja clars intensos del perfil de color amb la matriu
TP_ICM_BLENDCMSMATRIX_TOOLTIP;Habilita la recuperació de clars intensos quan s'usen els perfils ICC basats en LUT
TP_ICM_INPUTCAMERA;Propi de la càmera
TP_ICM_INPUTCAMERAICC;Perfil de color del model de càmera detectada.
TP_ICM_INPUTCAMERAICC_TOOLTIP;Usa d'entrada el perfil de color DCP o ICC específic de càmera de RawTherapee. Aquests perfils són més precisos que els de simple matriu. Disponible per a algunes càmeres. Aquests perfils són als directoris /iccprofiles/input i /dcpprofiles i es carreguen automàticament segons un nom de fitxer que coincideix exactament amb el nom de model de la càmera.
TP_ICM_INPUTCAMERA_TOOLTIP;Usa matriu de simple color per dcraw, versió RawTherapee ampliada (qualsevol sigui disponible segons model de càmera) o inclòs dins DNG.
TP_ICM_INPUTCUSTOM;Especial
TP_ICM_INPUTCUSTOM_TOOLTIP;Selecccionar un propi fitxer de perfil de color per a la càmera
TP_ICM_INPUTDLGLABEL;Selecc. perfil d'entrada ICC...
TP_ICM_INPUTEMBEDDED;Usar l'encastat si és possible
TP_ICM_INPUTEMBEDDED_TOOLTIP;Aplica perfil de color inclòs en fitxers no raw.
TP_ICM_INPUTNONE;Sense perfil
TP_ICM_INPUTNONE_TOOLTIP;No aplicar perfil de color d'entrada tret de casos especials.
TP_ICM_INPUTPROFILE;Perfil d'entrada
TP_ICM_LABEL;Gestió de color
TP_ICM_NOICM;No cap ICM: Sortida  sRGB
TP_ICM_OUTPUTPROFILE;Perfil de sortida
TP_ICM_TONECURVE;Usa la corba de to DCP.
TP_ICM_TONECURVE_TOOLTIP;Habilita l'ús de corbes de to incloses en els perfils DCP.
TP_ICM_WORKINGPROFILE;Perfil de treball
TP_IMPULSEDENOISE_LABEL;Impuls Reducció de Soroll
TP_IMPULSEDENOISE_THRESH;Llindar d'impuls RS
TP_LABCURVE_AVOIDCOLORSHIFT;Evita alteració de color
TP_LABCURVE_AVOIDCOLORSHIFT_TOOLTIP;Fica colors al gamut de l'espai de color de treball\ni aplica la correcció Munsell
TP_LABCURVE_BRIGHTNESS;Brillantor
TP_LABCURVE_CHROMATICITY;Cromaticitat
TP_LABCURVE_CONTRAST;Contrast
TP_LABCURVE_CURVEEDITOR;Corba de luminància
TP_LABCURVE_CURVEEDITOR_A_RANGE1;Verd saturat
TP_LABCURVE_CURVEEDITOR_A_RANGE2;Verd pastel
TP_LABCURVE_CURVEEDITOR_A_RANGE3;Roig pastel
TP_LABCURVE_CURVEEDITOR_A_RANGE4;Roig saturat
TP_LABCURVE_CURVEEDITOR_B_RANGE1;Blau saturat
TP_LABCURVE_CURVEEDITOR_B_RANGE2;Blau pastel
TP_LABCURVE_CURVEEDITOR_B_RANGE3;Groc pastel
TP_LABCURVE_CURVEEDITOR_B_RANGE4;Groc saturat
TP_LABCURVE_CURVEEDITOR_CC;CC
TP_LABCURVE_CURVEEDITOR_CC_RANGE1;Neutral
TP_LABCURVE_CURVEEDITOR_CC_RANGE2;Mat
TP_LABCURVE_CURVEEDITOR_CC_RANGE3;Pastel
TP_LABCURVE_CURVEEDITOR_CC_RANGE4;Saturat
TP_LABCURVE_CURVEEDITOR_CC_TOOLTIP;Cromaticitat segons la cromaticitat
TP_LABCURVE_CURVEEDITOR_CH;CH
TP_LABCURVE_CURVEEDITOR_CH_TOOLTIP;Cromaticitat segons el Hue
TP_LABCURVE_CURVEEDITOR_LC;LC
TP_LABCURVE_CURVEEDITOR_LC_TOOLTIP;Cromaticitat segons la luminància
TP_LABCURVE_LABEL;Ajustos Lab
TP_LABCURVE_LCREDSK;LC limitat als tons vermell i pell
TP_LABCURVE_LCREDSK_TIP;Si habilitat, la corba LC (luminància segons cromaticitat) es limita als tons vermell i de pell\nSi no ho està, s'aplica a tots els tons
TP_LABCURVE_RSTPROTECTION;Protecció de tons vermells i de pell
TP_LABCURVE_RSTPRO_TOOLTIP;Es maneja amb el control de cromaticitat i la corba CC.
TP_LENSGEOM_AUTOCROP;Auto cropa
TP_LENSGEOM_FILL;Auto omple
TP_LENSGEOM_LABEL;Lent / Geometria
TP_LENSPROFILE_LABEL;Perfil de correcció de lent
TP_LENSPROFILE_USECA;Usa correcció AC
TP_LENSPROFILE_USEDIST;Correcció de distorsió
TP_LENSPROFILE_USEVIGN;Correcció de vores fosques
TP_NEUTRAL_TIP;Torna els controls d'exposició a valors neutrals
TP_PERSPECTIVE_HORIZONTAL;Horitzontal
TP_PERSPECTIVE_LABEL;Perspectiva
TP_PERSPECTIVE_VERTICAL;Vertical
TP_PREPROCESS_GREENEQUIL;Equilibri verd
TP_PREPROCESS_LABEL;Preprocessant
TP_PREPROCESS_LINEDENOISE;Filtre línia dessoroll
TP_PREPROCESS_NO_FOUND;No trobat
TP_RAWCACORR_AUTO;Auto correcció
TP_RAWCACORR_CABLUE;Blau
TP_RAWCACORR_CARED;Vermell
TP_RAWEXPOS_BLACKS;Nivells negres
TP_RAWEXPOS_LINEAR;Punt blanc: factor de correcció linear
TP_RAWEXPOS_PRESER;Punt blanc: correc. clars preservant (EV)
TP_RAWEXPOS_TWOGREEN;Dos verds junts
TP_RAW_DCBENHANCE;Aplica pas de millora  DCB
TP_RAW_DCBITERATIONS;Nombre d'iteracions DCB
TP_RAW_DMETHOD;Mètode
TP_RAW_FALSECOLOR;Passos de supressió del fals color
TP_RAW_LABEL;Demosaicant
TP_RESIZE_APPLIESTO;S'aplica a:
TP_RESIZE_CROPPEDAREA;Àrea cropada
TP_RESIZE_FITBOX;Capsa d'inclusió
TP_RESIZE_FULLIMAGE;Imatge sencera
TP_RESIZE_H;A:
TP_RESIZE_HEIGHT;Alt
TP_RESIZE_LABEL;Canviar tamany
TP_RESIZE_LANCZOS;Lanczos
TP_RESIZE_METHOD;Mètode:
TP_RESIZE_NEAREST;Més proper
TP_RESIZE_SCALE;Escala
TP_RESIZE_SPECIFY;Especifica:
TP_RESIZE_W;L:
TP_RESIZE_WIDTH;Ample
TP_RGBCURVES_BLUE;B
TP_RGBCURVES_CHANNEL;Canal
TP_RGBCURVES_GREEN;V
TP_RGBCURVES_LABEL;Corbes RGB
TP_RGBCURVES_RED;R
TP_ROTATE_DEGREE;Graus
TP_ROTATE_LABEL;Rota
TP_ROTATE_SELECTLINE;Selecc. línia recta
TP_SHADOWSHLIGHTS_HIGHLIGHTS;Clars intensos
TP_SHADOWSHLIGHTS_HLTONALW;Amplada de to per Clars I.
TP_SHADOWSHLIGHTS_LABEL;Foscos/Clars intensos
TP_SHADOWSHLIGHTS_LOCALCONTR;Contrast local
TP_SHADOWSHLIGHTS_RADIUS;Radi
TP_SHADOWSHLIGHTS_SHADOWS;Foscos
TP_SHADOWSHLIGHTS_SHTONALW;Amplada de to per Foscos
TP_SHARPENEDGE_AMOUNT;Quantitat
TP_SHARPENEDGE_LABEL;Vores
TP_SHARPENEDGE_PASSES;Iteracions
TP_SHARPENEDGE_THREE;Només luminància
TP_SHARPENING_AMOUNT;Quantitat
TP_SHARPENING_EDRADIUS;Radi
TP_SHARPENING_EDTOLERANCE;Tolerància vores
TP_SHARPENING_HALOCONTROL;Control de halo
TP_SHARPENING_HCAMOUNT;Quantitat
TP_SHARPENING_LABEL;Enfocant
TP_SHARPENING_METHOD;Mètode
TP_SHARPENING_ONLYEDGES;Enfocar només vores
TP_SHARPENING_RADIUS;Radi
TP_SHARPENING_RLD;RL Deconvolució
TP_SHARPENING_RLD_AMOUNT;Quantitat
TP_SHARPENING_RLD_DAMPING;Ablaniment
TP_SHARPENING_RLD_ITERATIONS;Iteracions
TP_SHARPENING_THRESHOLD;Llindar
TP_SHARPENING_USM;Màscara d'enfocament
TP_SHARPENMICRO_AMOUNT;Quantitat
TP_SHARPENMICRO_LABEL;Microcontrast
TP_SHARPENMICRO_MATRIX;matriu 3×3 en lloc de 5×5
TP_SHARPENMICRO_UNIFORMITY;Uniformitat
TP_VIBRANCE_AVOIDCOLORSHIFT;Evita alteració de color
TP_VIBRANCE_CURVEEDITOR_SKINTONES;HH
TP_VIBRANCE_CURVEEDITOR_SKINTONES_LABEL;Tons de pell
TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE1;Vermell/porpra
TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE2;Vermell
TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE3;Vermell/groc
TP_VIBRANCE_CURVEEDITOR_SKINTONES_RANGE4;Groc
TP_VIBRANCE_CURVEEDITOR_SKINTONES_TOOLTIP;Hue segons el Hue
TP_VIBRANCE_LABEL;Vibrància
TP_VIBRANCE_PASTELS;Tons pastel
TP_VIBRANCE_PASTSATTOG;Enllaç de tons pastel i saturats
TP_VIBRANCE_PROTECTSKINS;Protecció dels tons de pell
TP_VIBRANCE_PSTHRESHOLD;Llindar tons pastel/saturats
TP_VIBRANCE_PSTHRESHOLD_SATTHRESH;Llindar de saturació
TP_VIBRANCE_PSTHRESHOLD_TOOLTIP;L'eix vertical representa tons pastel a baix i tons saturats a dalt. L'horitzontal representa el grau de saturació.
TP_VIBRANCE_PSTHRESHOLD_WEIGTHING;Regulant la transició pastel/saturat
TP_VIBRANCE_SATURATED;Tons saturats
TP_VIGNETTING_AMOUNT;Quantitat
TP_VIGNETTING_CENTER;Centre
TP_VIGNETTING_CENTER_X;Centre X
TP_VIGNETTING_CENTER_Y;Centre Y
TP_VIGNETTING_LABEL;Correcció vorafosc
TP_VIGNETTING_RADIUS;Radi
TP_VIGNETTING_STRENGTH;Força
TP_WBALANCE_AUTO;Auto
TP_WBALANCE_CAMERA;Càmera
TP_WBALANCE_CLOUDY;Núvols
TP_WBALANCE_CUSTOM;Especial
TP_WBALANCE_DAYLIGHT;Llum de dia (sol)
TP_WBALANCE_FLASH55;Leica
TP_WBALANCE_FLASH60;Standard, Canon, Pentax, Olympus
TP_WBALANCE_FLASH65;Nikon, Panasonic, Sony, Minolta
TP_WBALANCE_FLASH_HEADER;Flash
TP_WBALANCE_FLUO1;F1 - Llum de dia
TP_WBALANCE_FLUO2;F2 - Blanc fred
TP_WBALANCE_FLUO3;F3 - Blanc
TP_WBALANCE_FLUO4;F4 - Blanc càl·lid
TP_WBALANCE_FLUO5;F5 - Llum de dia
TP_WBALANCE_FLUO6;F6 - Blanc menor
TP_WBALANCE_FLUO7;F7 - D65 simulador llum de dia
TP_WBALANCE_FLUO8;F8 - D50 / Sylvania F40 Design
TP_WBALANCE_FLUO9;F9 - Blanc fred de luxe
TP_WBALANCE_FLUO10;F10 - Philips TL85
TP_WBALANCE_FLUO11;F11 - Philips TL84
TP_WBALANCE_FLUO12;F12 - Philips TL83
TP_WBALANCE_FLUO_HEADER;Fluorescent
TP_WBALANCE_GREEN;Tint
TP_WBALANCE_GTI;GTI
TP_WBALANCE_HMI;HMI
TP_WBALANCE_JUDGEIII;JudgeIII
TP_WBALANCE_LABEL;Balanç de blancs
TP_WBALANCE_LAMP_HEADER;Làmpara
TP_WBALANCE_LED_CRS;CRS SP12 WWMR16
TP_WBALANCE_LED_HEADER;LED
TP_WBALANCE_LED_LSI;LSI Lumelex 2040
TP_WBALANCE_METHOD;Mètode
TP_WBALANCE_SHADE;Ombra
TP_WBALANCE_SIZE;Tamany:
TP_WBALANCE_SOLUX35;Solux 3500K
TP_WBALANCE_SOLUX41;Solux 4100K
TP_WBALANCE_SOLUX47;Solux 4700K (vendor)
TP_WBALANCE_SOLUX47_NG;Solux 4700K (Nat. Gallery)
TP_WBALANCE_SPOTWB;Punt b. blancs
TP_WBALANCE_TEMPERATURE;Temperatura
TP_WBALANCE_TUNGSTEN;Tungstèn
ZOOMPANEL_100;(100%)
ZOOMPANEL_NEWCROPWINDOW;Obre una altra finestra de detall
ZOOMPANEL_ZOOM100;Zoom 100%\nDrecera: <b>z</b>
ZOOMPANEL_ZOOMFITSCREEN;Ajusta a la finestra\nDrecera: <b>f</b>
ZOOMPANEL_ZOOMIN;Apropa\nDrecera: <b>+</b>
ZOOMPANEL_ZOOMOUT;Allunya\nDrecera: <b>-</b>

!!!!!!!!!!!!!!!!!!!!!!!!!
! Untranslated keys follow; remove the ! prefix after an entry is translated.
!!!!!!!!!!!!!!!!!!!!!!!!!

!BATCHQUEUE_DESTFILENAME;Path and file name
!CURVEEDITOR_AXIS_IN;I:
!CURVEEDITOR_AXIS_LEFT_TAN;LT:
!CURVEEDITOR_AXIS_OUT;O:
!CURVEEDITOR_AXIS_RIGHT_TAN;RT:
!CURVEEDITOR_EDITPOINT_HINT;Enable edition of node in/out values.\n\nRight-click on a node to select it.\nRight-click on empty space to de-select the node.
!EDIT_OBJECT_TOOLTIP;Displays a widget on the preview window which lets you adjust this tool.
!EDIT_PIPETTE_TOOLTIP;To add an adjustment point to the curve, hold the Ctrl key while left-clicking the desired spot in the image preview.\nTo adjust the point, hold the Ctrl key while left-clicking the corresponding area in the preview, then let go of Ctrl (unless you desire fine control) and while still holding the left mouse button move the mouse up or down to move that point up or down in the curve.
!EXPORT_BYPASS_EQUALIZER;Bypass Wavelet Levels
!EXPORT_BYPASS_RAW_LMMSE_ITERATIONS;Bypass [raw] LMMSE Enhancement Steps
!FILEBROWSER_COLORLABEL_TOOLTIP;Color label.\n\nUse dropdown menu or shortcuts:\n<b>Shift-Ctrl-0</b> No Color\n<b>Shift-Ctrl-1</b> Red\n<b>Shift-Ctrl-2</b> Yellow\n<b>Shift-Ctrl-3</b> Green\n<b>Shift-Ctrl-4</b> Blue\n<b>Shift-Ctrl-5</b> Purple
!FILEBROWSER_POPUPCOLORLABEL0;Label: None
!FILEBROWSER_POPUPCOLORLABEL1;Label: Red
!FILEBROWSER_POPUPCOLORLABEL2;Label: Yellow
!FILEBROWSER_POPUPCOLORLABEL3;Label: Green
!FILEBROWSER_POPUPCOLORLABEL4;Label: Blue
!FILEBROWSER_POPUPCOLORLABEL5;Label: Purple
!FILEBROWSER_POPUPRANK0;Unrank
!FILEBROWSER_POPUPRANK1;Rank 1 *
!FILEBROWSER_POPUPRANK2;Rank 2 **
!FILEBROWSER_POPUPRANK3;Rank 3 ***
!FILEBROWSER_POPUPRANK4;Rank 4 ****
!FILEBROWSER_POPUPRANK5;Rank 5 *****
!FILEBROWSER_RANK1_TOOLTIP;Rank 1 *\nShortcut: <b>Shift-1</b>
!FILEBROWSER_RANK2_TOOLTIP;Rank 2 *\nShortcut: <b>Shift-2</b>
!FILEBROWSER_RANK3_TOOLTIP;Rank 3 *\nShortcut: <b>Shift-3</b>
!FILEBROWSER_RANK4_TOOLTIP;Rank 4 *\nShortcut: <b>Shift-4</b>
!FILEBROWSER_RANK5_TOOLTIP;Rank 5 *\nShortcut: <b>Shift-5</b>
!FILEBROWSER_SHOWNOTTRASHHINT;Show only non-deleted images.
!FILEBROWSER_SHOWORIGINALHINT;Show only original images.\n\nWhen several images exist with the same filename but different extensions, the one considered original is the one whose extension is nearest the top of the parsed extensions list in Preferences > File Browser > Parsed Extensions.
!FILEBROWSER_UNRANK_TOOLTIP;Unrank.\nShortcut: <b>Shift-0</b>
!FILECHOOSER_FILTER_ANY;All files
!FILECHOOSER_FILTER_COLPROF;Color profiles
!FILECHOOSER_FILTER_CURVE;Curve files
!FILECHOOSER_FILTER_LCP;Lens correction profiles
!FILECHOOSER_FILTER_PP;Processing profiles
!FILECHOOSER_FILTER_SAME;Same format as current photo
!FILECHOOSER_FILTER_TIFF;TIFF files
!GENERAL_APPLY;Apply
!GENERAL_ASIMAGE;As Image
!GENERAL_AUTO;Automatic
!GENERAL_CLOSE;Close
!GENERAL_OPEN;Open
!HISTOGRAM_TOOLTIP_CHRO;Show/Hide chromaticity histogram.
!HISTORY_MSG_166;Exposure - Reset
!HISTORY_MSG_174;CIECAM02
!HISTORY_MSG_175;CAM02 - CAT02 adaptation
!HISTORY_MSG_176;CAM02 - Viewing surround
!HISTORY_MSG_177;CAM02 - Scene luminosity
!HISTORY_MSG_178;CAM02 - Viewing luminosity
!HISTORY_MSG_179;CAM02 - White-point model
!HISTORY_MSG_180;CAM02 - Lightness (J)
!HISTORY_MSG_181;CAM02 - Chroma (C)
!HISTORY_MSG_182;CAM02 - Automatic CAT02
!HISTORY_MSG_183;CAM02 - Contrast (J)
!HISTORY_MSG_184;CAM02 - Scene surround
!HISTORY_MSG_185;CAM02 - Gamut control
!HISTORY_MSG_186;CAM02 - Algorithm
!HISTORY_MSG_187;CAM02 - Red/skin prot.
!HISTORY_MSG_188;CAM02 - Brightness (Q)
!HISTORY_MSG_189;CAM02 - Contrast (Q)
!HISTORY_MSG_190;CAM02 - Saturation (S)
!HISTORY_MSG_191;CAM02 - Colorfulness (M)
!HISTORY_MSG_192;CAM02 - Hue (h)
!HISTORY_MSG_193;CAM02 - Tone curve 1
!HISTORY_MSG_194;CAM02 - Tone curve 2
!HISTORY_MSG_195;CAM02 - Tone curve 1
!HISTORY_MSG_196;CAM02 - Tone curve 2
!HISTORY_MSG_197;CAM02 - Color curve
!HISTORY_MSG_198;CAM02 - Color curve
!HISTORY_MSG_199;CAM02 - Output histograms
!HISTORY_MSG_200;CAM02 - Tone mapping
!HISTORY_MSG_201;NR - Chrominance - R&amp;G
!HISTORY_MSG_202;NR - Chrominance - B&amp;Y
!HISTORY_MSG_203;NR - Method
!HISTORY_MSG_204;LMMSE enhancement steps
!HISTORY_MSG_205;CAM02 - Hot/bad pixel filter
!HISTORY_MSG_206;CAT02 - Auto scene luminosity
!HISTORY_MSG_207;Defringe - Hue curve
!HISTORY_MSG_208;WB - B/R equalizer
!HISTORY_MSG_210;GF - Angle
!HISTORY_MSG_211;Graduated Filter
!HISTORY_MSG_212;VF - Strength
!HISTORY_MSG_213;Vignette Filter
!HISTORY_MSG_214;Black-and-White
!HISTORY_MSG_215;B&amp;W - CM - Red
!HISTORY_MSG_216;B&amp;W - CM - Green
!HISTORY_MSG_217;B&amp;W - CM - Blue
!HISTORY_MSG_218;B&amp;W - Gamma - Red
!HISTORY_MSG_219;B&amp;W - Gamma - Green
!HISTORY_MSG_220;B&amp;W - Gamma - Blue
!HISTORY_MSG_221;B&amp;W - Color filter
!HISTORY_MSG_222;B&amp;W - Presets
!HISTORY_MSG_223;B&amp;W - CM - Orange
!HISTORY_MSG_224;B&amp;W - CM - Yellow
!HISTORY_MSG_225;B&amp;W - CM - Cyan
!HISTORY_MSG_226;B&amp;W - CM - Magenta
!HISTORY_MSG_227;B&amp;W - CM - Purple
!HISTORY_MSG_228;B&amp;W - Luminance equalizer
!HISTORY_MSG_229;B&amp;W - Luminance equalizer
!HISTORY_MSG_230;B&amp;W - Mode
!HISTORY_MSG_231;B&amp;W - 'Before' curve
!HISTORY_MSG_232;B&amp;W - 'Before' curve type
!HISTORY_MSG_233;B&amp;W - 'After' curve
!HISTORY_MSG_234;B&amp;W - 'After' curve type
!HISTORY_MSG_235;B&amp;W - Auto channel mixer
!HISTORY_MSG_236;--unused--
!HISTORY_MSG_237;B&amp;W - Mixer
!HISTORY_MSG_238;GF - Feather
!HISTORY_MSG_239;GF - Strength
!HISTORY_MSG_240;GF - Center
!HISTORY_MSG_241;VF - Feather
!HISTORY_MSG_242;VF - Roundness
!HISTORY_MSG_243;VC - Radius
!HISTORY_MSG_244;VC - Strength
!HISTORY_MSG_245;VC - Center
!HISTORY_MSG_246;L*a*b* - CL curve
!HISTORY_MSG_247;L*a*b* - LH curve
!HISTORY_MSG_248;L*a*b* - HH curve
!HISTORY_MSG_249;CbDL - Threshold
!HISTORY_MSG_250;NR - Enhanced
!HISTORY_MSG_251;B&amp;W - Algorithm
!HISTORY_MSG_252;CbDL - Skin tar/prot
!HISTORY_MSG_253;CbDL - Reduce artifacts
!HISTORY_MSG_254;CbDL - Skin hue
!HISTORY_MSG_255;NR - Median filter
!HISTORY_MSG_256;NR - Median type
!HISTORY_MSG_257;Color Toning
!HISTORY_MSG_258;CT - Color curve
!HISTORY_MSG_259;CT - Opacity curve
!HISTORY_MSG_260;CT - a*[b*] opacity
!HISTORY_MSG_261;CT - Method
!HISTORY_MSG_262;CT - b* opacity
!HISTORY_MSG_263;CT - Shadows - Red
!HISTORY_MSG_264;CT - Shadows - Green
!HISTORY_MSG_265;CT - Shadows - Blue
!HISTORY_MSG_266;CT - Mid - Red
!HISTORY_MSG_267;CT - Mid - Green
!HISTORY_MSG_268;CT - Mid - Blue
!HISTORY_MSG_269;CT - High - Red
!HISTORY_MSG_270;CT - High - Green
!HISTORY_MSG_271;CT - High - Blue
!HISTORY_MSG_272;CT - Balance
!HISTORY_MSG_273;CT - Reset
!HISTORY_MSG_274;CT - Sat. Shadows
!HISTORY_MSG_275;CT - Sat. Highlights
!HISTORY_MSG_276;CT - Opacity
!HISTORY_MSG_277;--unused--
!HISTORY_MSG_278;CT - Preserve luminance
!HISTORY_MSG_279;CT - Shadows
!HISTORY_MSG_280;CT - Highlights
!HISTORY_MSG_281;CT - Sat. strength
!HISTORY_MSG_282;CT - Sat. threshold
!HISTORY_MSG_283;CT - Strength
!HISTORY_MSG_284;CT - Auto sat. protection
!HISTORY_MSG_285;NR - Median - Method
!HISTORY_MSG_286;NR - Median - Type
!HISTORY_MSG_287;NR - Median - Iterations
!HISTORY_MSG_288;Flat Field - Clip control
!HISTORY_MSG_289;Flat Field - Clip control - Auto
!HISTORY_MSG_290;Black Level - Red
!HISTORY_MSG_291;Black Level - Green
!HISTORY_MSG_292;Black Level - Blue
!HISTORY_MSG_293;Film Simulation
!HISTORY_MSG_294;Film Simulation - Strength
!HISTORY_MSG_295;Film Simulation - Film
!HISTORY_MSG_296;NR - Luminance curve
!HISTORY_MSG_297;NR - Quality
!HISTORY_MSG_298;Dead pixel filter
!HISTORY_MSG_299;NR - Chrominance curve
!HISTORY_MSG_300;-
!HISTORY_MSG_301;NR - Luma control
!HISTORY_MSG_302;NR - Chroma method
!HISTORY_MSG_303;NR - Chroma method
!HISTORY_MSG_304;W - Contrast levels
!HISTORY_MSG_305;Wavelet Levels
!HISTORY_MSG_306;W - Process
!HISTORY_MSG_307;W - Process
!HISTORY_MSG_308;W - Process direction
!HISTORY_MSG_309;W - ES - Detail
!HISTORY_MSG_310;W - Residual - Sky tar/prot
!HISTORY_MSG_311;W - Wavelet levels
!HISTORY_MSG_312;W - Residual - Shadows threshold
!HISTORY_MSG_313;W - Chroma - Sat/past
!HISTORY_MSG_314;W - Gamut - Reduce artifacts
!HISTORY_MSG_315;W - Residual - Contrast
!HISTORY_MSG_316;W - Gamut - Skin tar/prot
!HISTORY_MSG_317;W - Gamut - Skin hue
!HISTORY_MSG_318;W - Contrast - Highlight levels
!HISTORY_MSG_319;W - Contrast - Highlight range
!HISTORY_MSG_320;W - Contrast - Shadow range
!HISTORY_MSG_321;W - Contrast - Shadow levels
!HISTORY_MSG_322;W - Gamut - Avoid color shift
!HISTORY_MSG_323;W - ES - Local contrast
!HISTORY_MSG_324;W - Chroma - Pastel
!HISTORY_MSG_325;W - Chroma - Saturated
!HISTORY_MSG_326;W - Chroma - Method
!HISTORY_MSG_327;W - Contrast - Apply to
!HISTORY_MSG_328;W - Chroma - Link strength
!HISTORY_MSG_329;W - Toning - Opacity RG
!HISTORY_MSG_330;W - Toning - Opacity BY
!HISTORY_MSG_331;W - Contrast levels - Extra
!HISTORY_MSG_332;W - Tiling method
!HISTORY_MSG_333;W - Residual - Shadows
!HISTORY_MSG_334;W - Residual - Chroma
!HISTORY_MSG_335;W - Residual - Highlights
!HISTORY_MSG_336;W - Residual - Highlights threshold
!HISTORY_MSG_337;W - Residual - Sky hue
!HISTORY_MSG_338;W - ES - Radius
!HISTORY_MSG_339;W - ES - Strength
!HISTORY_MSG_340;W - Strength
!HISTORY_MSG_341;W - Edge performance
!HISTORY_MSG_342;W - ES - First level
!HISTORY_MSG_343;W - Chroma levels
!HISTORY_MSG_344;W - Meth chroma sl/cur
!HISTORY_MSG_345;W - ES - Local contrast
!HISTORY_MSG_346;W - ES - Local contrast method
!HISTORY_MSG_347;W - Denoise - Level 1
!HISTORY_MSG_348;W - Denoise - Level 2
!HISTORY_MSG_349;W - Denoise - Level 3
!HISTORY_MSG_350;W - ES - Edge detection
!HISTORY_MSG_351;W - Residual - HH curve
!HISTORY_MSG_352;W - Background
!HISTORY_MSG_353;W - ES - Gradient sensitivity
!HISTORY_MSG_354;W - ES - Enhanced
!HISTORY_MSG_355;W - ES - Threshold low
!HISTORY_MSG_356;W - ES - Threshold high
!HISTORY_MSG_357;W - Denoise - Link with ES
!HISTORY_MSG_358;W - Gamut - CH
!HISTORY_MSG_359;Hot/Dead - Threshold
!HISTORY_MSG_360;TM Gamma
!HISTORY_MSG_361;W - Final - Chroma balance
!HISTORY_MSG_362;W - Residual - Compression method
!HISTORY_MSG_363;W - Residual - Compression strength
!HISTORY_MSG_364;W - Final - Contrast balance
!HISTORY_MSG_365;W - Final - Delta balance
!HISTORY_MSG_366;W - Residual - Compression gamma
!HISTORY_MSG_367;W - Final - 'After' contrast curve
!HISTORY_MSG_368;W - Final - Contrast balance
!HISTORY_MSG_369;W - Final - Balance method
!HISTORY_MSG_370;W - Final - Local contrast curve
!HISTORY_MSG_371;Post-Resize Sharpening
!HISTORY_MSG_372;PRS USM - Radius
!HISTORY_MSG_373;PRS USM - Amount
!HISTORY_MSG_374;PRS USM - Threshold
!HISTORY_MSG_375;PRS USM - Sharpen only edges
!HISTORY_MSG_376;PRS USM - Edge detection radius
!HISTORY_MSG_377;PRS USM - Edge tolerance
!HISTORY_MSG_378;PRS USM - Halo control
!HISTORY_MSG_379;PRS USM - Halo control amount
!HISTORY_MSG_380;PRS - Method
!HISTORY_MSG_381;PRS RLD - Radius
!HISTORY_MSG_382;PRS RLD - Amount
!HISTORY_MSG_383;PRS RLD - Damping
!HISTORY_MSG_384;PRS RLD - Iterations
!HISTORY_MSG_385;W - Residual - Color Balance
!HISTORY_MSG_386;W - Residual - CB green high
!HISTORY_MSG_387;W - Residual - CB blue high
!HISTORY_MSG_388;W - Residual - CB green mid
!HISTORY_MSG_389;W - Residual - CB blue mid
!HISTORY_MSG_390;W - Residual - CB green low
!HISTORY_MSG_391;W - Residual - CB blue low
!HISTORY_MSG_392;W - Residual - CB Reset
!HISTORY_MSG_393;DCP - Look table
!HISTORY_MSG_394;DCP - Baseline exposure
!HISTORY_MSG_395;DCP - Base table
!HISTORY_MSG_396;W - Contrast sub-tool
!HISTORY_MSG_397;W - Chroma sub-tool
!HISTORY_MSG_398;W - ES sub-tool
!HISTORY_MSG_399;W - Residual sub-tool
!HISTORY_MSG_400;W - Final sub-tool
!HISTORY_MSG_401;W - Toning sub-tool
!HISTORY_MSG_402;W - Denoise sub-tool
!HISTORY_MSG_403;W - ES - Edge sensitivity
!HISTORY_MSG_404;W - ES - Base amplification
!HISTORY_MSG_405;W - Denoise - Level 4
!HISTORY_MSG_406;W - ES - Neighboring pixels
!HISTORY_MSG_407;Retinex - Method
!HISTORY_MSG_408;Retinex - Radius
!HISTORY_MSG_409;Retinex - Contrast
!HISTORY_MSG_410;Retinex - Offset
!HISTORY_MSG_411;Retinex - Strength
!HISTORY_MSG_412;Retinex - Gaussian Gradient
!HISTORY_MSG_413;Retinex - Contrast
!HISTORY_MSG_414;Retinex - Histogram - Lab
!HISTORY_MSG_415;Retinex - Transmission
!HISTORY_MSG_416;Retinex
!HISTORY_MSG_417;Retinex - Transmission Median
!HISTORY_MSG_418;Retinex - Threshold
!HISTORY_MSG_419;Retinex - Color space
!HISTORY_MSG_420;Retinex - Histogram - HSL
!HISTORY_MSG_421;Retinex - Gamma
!HISTORY_MSG_422;Retinex - Gamma
!HISTORY_MSG_423;Retinex - Gamma slope
!HISTORY_MSG_424;Retinex - HL threshold
!HISTORY_MSG_425;Retinex - Log base
!HISTORY_MSG_426;Retinex - Hue equalizer
!HISTORY_MSG_427;Output rendering intent
!HISTORY_MSG_428;Monitor rendering intent
!HISTORY_MSG_429;Retinex - Iterations
!HISTORY_MSG_430;Retinex - Transmission Gradient
!HISTORY_MSG_431;Retinex - Strength Gradient
!HISTORY_MSG_432;Retinex - M - Highlights
!HISTORY_MSG_433;Retinex - M - Highlights TW
!HISTORY_MSG_434;Retinex - M - Shadows
!HISTORY_MSG_435;Retinex - M - Shadows TW
!HISTORY_MSG_436;Retinex - M - Radius
!HISTORY_MSG_437;Retinex - M - Method
!HISTORY_MSG_438;Retinex - M - Equalizer
!HISTORY_MSG_439;Retinex - Process
!HISTORY_MSG_440;CbDL - Method
!HISTORY_MSG_441;Retinex - Gain transmission
!HISTORY_MSG_442;Retinex - Scale
!HISTORY_MSG_443;Output Black Point Compensation
!HISTORY_NEWSNAPSHOT_TOOLTIP;Shortcut: <b>Alt-s</b>
!IPTCPANEL_CATEGORYHINT;Identifies the subject of the image in the opinion of the provider.
!IPTCPANEL_CITYHINT;Enter the name of the city pictured in this image.
!IPTCPANEL_COPYRIGHT;Copyright notice
!IPTCPANEL_COPYRIGHTHINT;Enter a Notice on the current owner of the Copyright for this image, such as ©2008 Jane Doe.
!IPTCPANEL_COUNTRYHINT;Enter the name of the country pictured in this image.
!IPTCPANEL_CREATOR;Creator
!IPTCPANEL_CREATORHINT;Enter the name of the person that created this image.
!IPTCPANEL_CREATORJOBTITLE;Creator's job title
!IPTCPANEL_CREATORJOBTITLEHINT;Enter the Job Title of the person listed in the Creator field.
!IPTCPANEL_DATECREATEDHINT;Enter the Date the image was taken.
!IPTCPANEL_DESCRIPTION;Description
!IPTCPANEL_DESCRIPTIONHINT;Enter a "caption" describing the who, what, and why of what is happening in this image, this might include names of people, and/or their role in the action that is taking place within the image.
!IPTCPANEL_DESCRIPTIONWRITER;Description writer
!IPTCPANEL_DESCRIPTIONWRITERHINT;Enter the name of the person involved in writing, editing or correcting the description of the image.
!IPTCPANEL_HEADLINEHINT;Enter a brief publishable synopsis or summary of the contents of the image.
!IPTCPANEL_INSTRUCTIONSHINT;Enter information about embargoes, or other restrictions not covered by the Copyright field.
!IPTCPANEL_KEYWORDSHINT;Enter any number of keywords, terms or phrases used to express the subject matter in the image.
!IPTCPANEL_PROVINCE;Province or state
!IPTCPANEL_PROVINCEHINT;Enter the name of the province or state pictured in this image.
!IPTCPANEL_SOURCEHINT;Enter or edit the name of a person or party who has a role in the content supply chain, such as a person or entity from whom you received this image from.
!IPTCPANEL_SUPPCATEGORIES;Supplemental categories
!IPTCPANEL_SUPPCATEGORIESHINT;Further refines the subject of the image.
!IPTCPANEL_TITLEHINT;Enter a short verbal and human readable name for the image, this may be the file name.
!IPTCPANEL_TRANSREFERENCE;Job ID
!IPTCPANEL_TRANSREFERENCEHINT;Enter a number or identifier needed for workflow control or tracking.
!MAIN_BUTTON_NAVNEXT_TOOLTIP;Navigate to the next image relative to image opened in the Editor.\nShortcut: <b>Shift-F4</b>\n\nTo navigate to the next image relative to the currently selected thumbnail in the File Browser or Filmstrip:\nShortcut: <b>F4</b>
!MAIN_BUTTON_NAVPREV_TOOLTIP;Navigate to the previous image relative to image opened in the Editor.\nShortcut: <b>Shift-F3</b>\n\nTo navigate to the previous image relative to the currently selected thumbnail in the File Browser or Filmstrip:\nShortcut: <b>F3</b>
!MAIN_BUTTON_NAVSYNC_TOOLTIP;Synchronize the File Browser or Filmstrip with the Editor to reveal the thumbnail of the currently opened image, and clear any active filters.\nShortcut: <b>x</b>\n\nAs above, but without clearing active filters:\nShortcut: <b>y</b>\n(Note that the thumbnail of the opened image will not be shown if filtered out).
!MAIN_BUTTON_SENDTOEDITOR;Edit image in external editor
!MAIN_MSG_OPERATIONCANCELLED;Operation cancelled
!MAIN_MSG_PATHDOESNTEXIST;The path\n\n<b>%1</b>\n\ndoes not exist. Please set a correct path in Preferences.
!MAIN_MSG_SETPATHFIRST;You first have to set a target path in Preferences in order to use this function!
!MAIN_MSG_WRITEFAILED;Failed to write\n<b>"%1"</b>\n\nMake sure that the folder exists and that you have write permission to it.
!MAIN_TAB_INSPECT; Inspect
!MAIN_TAB_WAVELET;Wavelet
!MAIN_TAB_WAVELET_TOOLTIP;Shortcut: <b>Alt-w</b>
!MONITOR_PROFILE_SYSTEM;System default
!NAVIGATOR_B;B:
!NAVIGATOR_G;G:
!NAVIGATOR_H;H:
!NAVIGATOR_LAB_A;a*:
!NAVIGATOR_LAB_B;b*:
!NAVIGATOR_LAB_L;L*:
!NAVIGATOR_NA; --
!NAVIGATOR_R;R:
!NAVIGATOR_S;S:
!NAVIGATOR_V;V:
!PARTIALPASTE_CHANNELMIXERBW;Black-and-white
!PARTIALPASTE_COLORAPP;CIECAM02
!PARTIALPASTE_COLORTONING;Color toning
!PARTIALPASTE_EQUALIZER;Wavelet levels
!PARTIALPASTE_FILMSIMULATION;Film simulation
!PARTIALPASTE_FLATFIELDCLIPCONTROL;Flat-field clip control
!PARTIALPASTE_GRADIENT;Graduated filter
!PARTIALPASTE_PCVIGNETTE;Vignette filter
!PARTIALPASTE_PREPROCESS_DEADPIXFILT;Dead pixel filter
!PARTIALPASTE_PREPROCESS_HOTPIXFILT;Hot pixel filter
!PARTIALPASTE_PRSHARPENING;Post-resize sharpening
!PARTIALPASTE_RAW_LMMSEITERATIONS;LMMSE enhancement steps
!PARTIALPASTE_RETINEX;Retinex
!PARTIALPASTE_WAVELETGROUP;Wavelet Levels
!PREFERENCES_AUTLISLOW;Low
!PREFERENCES_AUTLISMAX;Max - Average of all tiles
!PREFERENCES_AUTLISSTD;High
!PREFERENCES_AUTLISVLOW;None
!PREFERENCES_AUTLOW;Low
!PREFERENCES_AUTSTD;Standard
!PREFERENCES_BEHADDALL;All to 'Add'
!PREFERENCES_BEHADDALLHINT;Set all parameters to the <b>Add</b> mode.\nAdjustments of parameters in the batch tool panel will be <b>deltas</b> to the stored values.
!PREFERENCES_BEHSETALL;All to 'Set'
!PREFERENCES_BEHSETALLHINT;Set all parameters to the <b>Set</b> mode.\nAdjustments of parameters in the batch tool panel will be <b>absolute</b>, the actual values will be displayed.
!PREFERENCES_BLACKBODY;Tungsten
!PREFERENCES_CIEART;CIECAM02 optimization
!PREFERENCES_CIEART_FRAME;CIECAM02-Specific Settings
!PREFERENCES_CIEART_LABEL;Use float precision instead of double
!PREFERENCES_CIEART_TOOLTIP;If enabled, CIECAM02 calculations are performed in the single-precision floating-point format instead of the double-precision one. This provides a small increase in speed at the expense of a negligible loss of quality.
!PREFERENCES_CLUTSCACHE;HaldCLUT Cache
!PREFERENCES_CLUTSCACHE_LABEL;Maximum number of cached CLUTs
!PREFERENCES_CLUTSDIR;HaldCLUT directory
!PREFERENCES_CMMBPC;Black point compensation
!PREFERENCES_CURVEBBOXPOS;Position of curve copypasta buttons
!PREFERENCES_CURVEBBOXPOS_ABOVE;Above
!PREFERENCES_CURVEBBOXPOS_BELOW;Below
!PREFERENCES_CURVEBBOXPOS_LEFT;Left
!PREFERENCES_CURVEBBOXPOS_RIGHT;Right
!PREFERENCES_CUSTPROFBUILDKEYFORMAT;Keys format
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_NAME;Name
!PREFERENCES_CUSTPROFBUILDKEYFORMAT_TID;TagID
!PREFERENCES_D50;5000K
!PREFERENCES_D55;5500K
!PREFERENCES_D60;6000K
!PREFERENCES_D65;6500K
!PREFERENCES_DAUB_LABEL;Use Daubechies D6 wavelets instead of D4
!PREFERENCES_DAUB_TOOLTIP;The Noise Reduction and Wavelet Levels tools use a Debauchies mother wavelet. If you choose D6 instead of D4 you increase the number of orthogonal Daubechies coefficients and probably increase quality of small-scale levels. There is no memory or processing time difference between the two.
!PREFERENCES_EXPAUT;Expert
!PREFERENCES_FILMSIMULATION;Film Simulation
!PREFERENCES_FLUOF2;Fluorescent F2
!PREFERENCES_FLUOF7;Fluorescent F7
!PREFERENCES_FLUOF11;Fluorescent F11
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT;Same thumbnail height between the Filmstrip and the File Browser
!PREFERENCES_FSTRIP_SAME_THUMB_HEIGHT_HINT;Having separate thumbnail size will require more processing time each time you'll switch between the single Editor tab and the File Browser.
!PREFERENCES_GREY;Output device's Yb luminance (%)
!PREFERENCES_GREY05;Yb=05 CIE L#30
!PREFERENCES_GREY10;Yb=10 CIE L#40
!PREFERENCES_GREY15;Yb=15 CIE L#45
!PREFERENCES_GREY18;Yb=18 CIE L#50
!PREFERENCES_GREY23;Yb=23 CIE L#55
!PREFERENCES_GREY30;Yb=30 CIE L#60
!PREFERENCES_GREY40;Yb=40 CIE L#70
!PREFERENCES_GREYSC;Scene Yb luminance (%)
!PREFERENCES_GREYSC18;Yb=18 CIE L#50
!PREFERENCES_GREYSCA;Automatic
!PREFERENCES_HISTOGRAMWORKING;Use working profile for main histogram and Navigator
!PREFERENCES_HISTOGRAM_TOOLTIP;If enabled, the working profile is used for rendering the main histogram and the Navigator panel, otherwise the gamma-corrected output profile is used.
!PREFERENCES_IMG_RELOAD_NEEDED;These changes require the image to be reloaded (or a new image to be opened) to take effect.
!PREFERENCES_INSPECT_LABEL;Inspect
!PREFERENCES_INSPECT_MAXBUFFERS_LABEL;Maximum number of cached images
!PREFERENCES_INSPECT_MAXBUFFERS_TOOLTIP;Set the maximum number of images stored in cache when hovering over them in the File Browser; systems with little RAM (2GB) should keep this value set to 1 or 2.
!PREFERENCES_LEVAUTDN;Denoising level
!PREFERENCES_LEVDN;Cell size
!PREFERENCES_LISS;Auto multi-zone smoothing
!PREFERENCES_MAX;Maxi (Tile)
!PREFERENCES_MAXRECENTFOLDERS;Maximum number of recent folders
!PREFERENCES_MED;Medium (Tile/2)
!PREFERENCES_MIN;Mini (100x115)
!PREFERENCES_MONINTENT;Default rendering intent
!PREFERENCES_MONITOR;Monitor
!PREFERENCES_MONPROFILE;Default color profile
!PREFERENCES_MONPROFILE_WARNOSX;Due to MacOS limitations, only sRGB is supported.
!PREFERENCES_NAVGUIDEBRUSH;Navigator guide color
!PREFERENCES_NAVIGATIONFRAME;Navigation
!PREFERENCES_NOISE;Noise Reduction
!PREFERENCES_OVERLAY_FILENAMES_FILMSTRIP;Overlay filenames on thumbnails in the editor pannel
!PREFERENCES_PARSEDEXTDOWNHINT;Move selected extension down in the list.
!PREFERENCES_PARSEDEXTUPHINT;Move selected extension up in the list.
!PREFERENCES_PREVDEMO;Preview Demosaic Method
!PREFERENCES_PREVDEMO_FAST;Fast
!PREFERENCES_PREVDEMO_LABEL;Demosaicing method used for the preview at <100% zoom:
!PREFERENCES_PREVDEMO_SIDECAR;As in PP3
!PREFERENCES_PRINTER;Printer (Soft-Proofing)
!PREFERENCES_PROFILE_NONE;None
!PREFERENCES_PRTINTENT;Rendering intent
!PREFERENCES_PRTPROFILE;Color profile
!PREFERENCES_REMEMBERZOOMPAN;Remember zoom % and pan offset
!PREFERENCES_REMEMBERZOOMPAN_TOOLTIP;Remember the zoom % and pan offset of the current image when opening a new image.\n\nThis option only works in "Single Editor Tab Mode" and when "Demosaicing method used for the preview at <100% zoom" is set to "As in PP3".
!PREFERENCES_RGBDTL_LABEL;Max number of threads for Noise Reduction and Wavelet Levels
!PREFERENCES_RGBDTL_TOOLTIP;Leave the setting at "0" to automatically use as many threads as possible. The more threads run in parallel, the faster the computation. Refer to RawPedia for memory requirements.
!PREFERENCES_SELECTFONT_COLPICKER;Select Color Picker's font
!PREFERENCES_SERIALIZE_TIFF_READ;Tiff Read Settings
!PREFERENCES_SERIALIZE_TIFF_READ_LABEL;Serialize read of tiff files
!PREFERENCES_SERIALIZE_TIFF_READ_TOOLTIP;When working with folders full of uncompressed tiff files enabling this option can increase performance of thumb generation.
!PREFERENCES_SHOWFILMSTRIPTOOLBAR;Show filmstrip toolbar
!PREFERENCES_SIMPLAUT;Tool mode
!PREFERENCES_SMA;Small (250x287)
!PREFERENCES_STDAUT;Standard
!PREFERENCES_TAB_PERFORMANCE;Performance & Quality
!PREFERENCES_TIMAX;High
!PREFERENCES_TINB;Number of tiles
!PREFERENCES_TISTD;Standard
!PREFERENCES_TUNNELMETADATA;Copy Exif/IPTC/XMP unchanged to output file
!PREFERENCES_USEBUNDLEDPROFILES;Use bundled profiles
!PREFERENCES_VIEW;Output device's white balance (monitor, TV, projector, viewing, etc.)
!PREFERENCES_WAVLEV;Increase wavelet level in quality 'high'
!PREFERENCES_WLONE;One level
!PREFERENCES_WLTWO;Two levels
!PREFERENCES_WLZER;No
!PROFILEPANEL_GLOBALPROFILES;Bundled profiles
!PROFILEPANEL_MODE_TIP;Processing profile fill mode.\n\nButton pressed: partial profiles will be converted to full profiles; the missing values will be replaced with hard-coded defaults.\n\nButton released: profiles will be applied as they are, altering only those values which they contain.
!PROFILEPANEL_MYPROFILES;My profiles
!PROFILEPANEL_PINTERNAL;Neutral
!PROGRESSBAR_NOIMAGES;No images found
!PROGRESSBAR_SNAPSHOT_ADDED;Snapshot added
!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;If active, indicates in grey the pixels which have out of gamut colors from the output profile.
!SOFTPROOF_TOOLTIP;Soft-proofing\nIf active, let you simulate de rendering generated by the output profile of the ICM tool. Most useful for simulating printing outputs.
!TOOLBAR_TOOLTIP_COLORPICKER;Lockable Color Picker\n\nWhen enabled:\nClick in the preview with left mouse button to add a color picker\nDrag it around while pressing the left mouse button\nDelete the color picker with a right mouse button click\nDelete all color pickers with Shift + Right mouse button click\nRight click away from any color picker to go back to the Hand tool
!TP_BWMIX_ALGO;Algorithm OYCPM
!TP_BWMIX_ALGO_LI;Linear
!TP_BWMIX_ALGO_SP;Special effects
!TP_BWMIX_ALGO_TOOLTIP;Linear: will produce a normal <b>linear</b> response.\nSpecial effects: will produce special effects by mixing channels <b>non-linearly</b>.
!TP_BWMIX_AUTOCH;Auto
!TP_BWMIX_AUTOCH_TIP;Calculate values optimizing Channel Mixer.
!TP_BWMIX_CC_ENABLED;Adjust complementary color
!TP_BWMIX_CC_TOOLTIP;Enable to allow automatic adjustment of complementary colors in ROYGCBPM mode.
!TP_BWMIX_CHANNEL;Luminance equalizer
!TP_BWMIX_CURVEEDITOR1;'Before' curve
!TP_BWMIX_CURVEEDITOR2;'After' curve
!TP_BWMIX_CURVEEDITOR_AFTER_TOOLTIP;Tone curve, after B&amp;W conversion, at the end of treatment.
!TP_BWMIX_CURVEEDITOR_BEFORE_TOOLTIP;Tone curve, just before B&amp;W conversion.\nMay take into account the color components.
!TP_BWMIX_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H).\nPay attention to extreme values as they may cause artifacts.
!TP_BWMIX_FILTER;Color Filter
!TP_BWMIX_FILTER_BLUE;Blue
!TP_BWMIX_FILTER_BLUEGREEN;Blue-Green
!TP_BWMIX_FILTER_GREEN;Green
!TP_BWMIX_FILTER_GREENYELLOW;Green-Yellow
!TP_BWMIX_FILTER_NONE;None
!TP_BWMIX_FILTER_PURPLE;Purple
!TP_BWMIX_FILTER_RED;Red
!TP_BWMIX_FILTER_REDYELLOW;Red-Yellow
!TP_BWMIX_FILTER_TOOLTIP;The color filter simulates shots taken with a colored filter placed in front of the lens. Colored filters reduce the transmission of specific color ranges and therefore affect their lightness. E.g. a red filter darkens blue skies.
!TP_BWMIX_FILTER_YELLOW;Yellow
!TP_BWMIX_GAMMA;Gamma Correction
!TP_BWMIX_GAM_TOOLTIP;Correct gamma for each RGB channel.
!TP_BWMIX_LABEL;Black-and-White
!TP_BWMIX_MET;Method
!TP_BWMIX_MET_CHANMIX;Channel Mixer
!TP_BWMIX_MET_DESAT;Desaturation
!TP_BWMIX_MET_LUMEQUAL;Luminance Equalizer
!TP_BWMIX_MIXC;Mixer
!TP_BWMIX_NEUTRAL;Reset mixer
!TP_BWMIX_NEUTRAL_TIP;Reset all values (Color Filter, Channel Mixer) to default.
!TP_BWMIX_RGBLABEL;R: %1%%   G: %2%%   B: %3%%   Total: %4%%
!TP_BWMIX_RGBLABEL_HINT;Final RGB factors that take care of all the mixer options.\n"Total" displays the sum of the RGB values:\n- always 100% in relative mode\n- higher (lighter) or lower (darker) than 100% in absolute mode.
!TP_BWMIX_RGB_TOOLTIP;Mix the RGB channels. Use presets for guidance.\nPay attention to negative values that may cause artifacts or erratic behavior.
!TP_BWMIX_SETTING;Presets
!TP_BWMIX_SETTING_TOOLTIP;Different presets (film, landscape, etc.) or manual Channel Mixer settings.
!TP_BWMIX_SET_HIGHCONTAST;High contrast
!TP_BWMIX_SET_HIGHSENSIT;High Sensitivity
!TP_BWMIX_SET_HYPERPANCHRO;Hyper Panchromatic
!TP_BWMIX_SET_INFRARED;Infrared
!TP_BWMIX_SET_LANDSCAPE;Landscape
!TP_BWMIX_SET_LOWSENSIT;Low Sensitivity
!TP_BWMIX_SET_LUMINANCE;Luminance
!TP_BWMIX_SET_NORMCONTAST;Normal Contrast
!TP_BWMIX_SET_ORTHOCHRO;Orthochromatic
!TP_BWMIX_SET_PANCHRO;Panchromatic
!TP_BWMIX_SET_PORTRAIT;Portrait
!TP_BWMIX_SET_RGBABS;Absolute RGB
!TP_BWMIX_SET_RGBREL;Relative RGB
!TP_BWMIX_SET_ROYGCBPMABS;Absolute ROYGCBPM
!TP_BWMIX_SET_ROYGCBPMREL;Relative ROYGCBPM
!TP_BWMIX_TCMODE_FILMLIKE;B&W Film-like
!TP_BWMIX_TCMODE_SATANDVALBLENDING;B&W Saturation and Value Blending
!TP_BWMIX_TCMODE_STANDARD;B&W Standard
!TP_BWMIX_TCMODE_WEIGHTEDSTD;B&W Weighted Standard
!TP_BWMIX_VAL;L
!TP_CBDL_AFT;After Black-and-White
!TP_CBDL_BEF;Before Black-and-White
!TP_CBDL_METHOD;Process located
!TP_CBDL_METHOD_TOOLTIP;Choose whether the Contrast by Detail Levels tool is to be positioned after the Black-and-White tool, which makes it work in L*a*b* space, or before it, which makes it work in RGB space.
!TP_COLORAPP_ADAPTSCENE;Scene luminosity
!TP_COLORAPP_ADAPTSCENE_TOOLTIP;Absolute luminance of the scene environement (cd/m²).\n1) Calculated from the Exif data:\nShutter speed - ISO speed - F number - camera exposure correction.\n2) Calculated from the raw white point and RT's Exposure Compensation slider.
!TP_COLORAPP_ADAPTVIEWING;Viewing luminosity (cd/m²)
!TP_COLORAPP_ADAPTVIEWING_TOOLTIP;Absolute luminance of the viewing environnement\n(usually 16cd/m²).
!TP_COLORAPP_ADAP_AUTO_TOOLTIP;If the checkbox is checked (recommended) RawTherapee calculates an optimum value from Exif data.\nTo set the value manually, uncheck the checkbox first.
!TP_COLORAPP_ALGO;Algorithm
!TP_COLORAPP_ALGO_ALL;All
!TP_COLORAPP_ALGO_JC;Lightness + Chroma (JC)
!TP_COLORAPP_ALGO_JS;Lightness + Saturation (JS)
!TP_COLORAPP_ALGO_QM;Brightness + Colorfulness (QM)
!TP_COLORAPP_ALGO_TOOLTIP;Lets you choose between parameter subsets or all parameters.
!TP_COLORAPP_BADPIXSL;Hot/bad pixel filter
!TP_COLORAPP_BADPIXSL_TOOLTIP;Suppression of hot/bad (brightly colored) pixels.\n0 = No effect\n1 = Median\n2 = Gaussian.\nAlternatively, adjust the image to avoid very dark shadows.\n\nThese artifacts are due to limitations of CIECAM02.
!TP_COLORAPP_BRIGHT;Brightness (Q)
!TP_COLORAPP_BRIGHT_TOOLTIP;Brightness in CIECAM02 takes into account the white's luminosity and differs from L*a*b* and RGB brightness.
!TP_COLORAPP_CHROMA;Chroma (C)
!TP_COLORAPP_CHROMA_M;Colorfulnes (M)
!TP_COLORAPP_CHROMA_M_TOOLTIP;Colorfulness in CIECAM02 differs from L*a*b* and RGB colorfulness.
!TP_COLORAPP_CHROMA_S;Saturation (S)
!TP_COLORAPP_CHROMA_S_TOOLTIP;Saturation in CIECAM02 differs from L*a*b* and RGB saturation.
!TP_COLORAPP_CHROMA_TOOLTIP;Chroma in CIECAM02 differs from L*a*b* and RGB chroma.
!TP_COLORAPP_CIECAT_DEGREE;CAT02 adaptation
!TP_COLORAPP_CONTRAST;Contrast (J)
!TP_COLORAPP_CONTRAST_Q;Contrast (Q)
!TP_COLORAPP_CONTRAST_Q_TOOLTIP;Contrast in CIECAM02 for the Q slider; it differs from L*a*b* and RGB contrast.
!TP_COLORAPP_CONTRAST_TOOLTIP;Contrast in CIECAM02 for the J slider; it differs from L*a*b* and RGB contrast.
!TP_COLORAPP_CURVEEDITOR1;Tone curve 1
!TP_COLORAPP_CURVEEDITOR1_TOOLTIP;Shows the histogram of L* (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of J or Q after CIECAM02.\n\nJ and Q are not shown in the main histogram panel.\n\nFor final output refer to the main histogram panel.
!TP_COLORAPP_CURVEEDITOR2;Tone curve 2
!TP_COLORAPP_CURVEEDITOR2_TOOLTIP;Same usage as with the second exposure tone curve.
!TP_COLORAPP_CURVEEDITOR3;Color curve
!TP_COLORAPP_CURVEEDITOR3_TOOLTIP;Adjust either chroma, saturation or colorfulness.\n\nShows the histogram of chromaticity (L*a*b*) before CIECAM02.\nIf the "Show CIECAM02 output histograms in curves" checkbox is enabled, shows the histogram of C, s or M after CIECAM02.\n\nC, s and M are not shown in the main histogram panel.\nFor final output refer to the main histogram panel.
!TP_COLORAPP_DATACIE;CIECAM02 output histograms in curves
!TP_COLORAPP_DATACIE_TOOLTIP;When enabled, histograms in CIECAM02 curves show approximate values/ranges for J or Q, and C, s or M after the CIECAM02 adjustments.\nThis selection does not impact the main histogram panel.\n\nWhen disabled, histograms in CIECAM02 curves show L*a*b* values before CIECAM02 adjustments.
!TP_COLORAPP_DEGREE_AUTO_TOOLTIP;If the check-box is checked (recommended), RawTherapee calculates an optimum value, which is then used by CAT02, and also for the entire CIECAM02.\nTo set the value manually, uncheck the check-box first (values above 65 are recommended).
!TP_COLORAPP_DEGREE_TOOLTIP;Amount of CIE Chromatic Adaptation Transform 2002.
!TP_COLORAPP_GAMUT;Gamut control (L*a*b*)
!TP_COLORAPP_GAMUT_TOOLTIP;Allow gamut control in L*a*b* mode.
!TP_COLORAPP_HUE;Hue (h)
!TP_COLORAPP_HUE_TOOLTIP;Hue (h) - angle between 0° and 360°.
!TP_COLORAPP_LABEL;CIE Color Appearance Model 2002
!TP_COLORAPP_LABEL_CAM02;Image Adjustments
!TP_COLORAPP_LABEL_SCENE;Scene Conditions
!TP_COLORAPP_LABEL_VIEWING;Viewing Conditions
!TP_COLORAPP_LIGHT;Lightness (J)
!TP_COLORAPP_LIGHT_TOOLTIP;Lightness in CIECAM02 differs from L*a*b* and RGB lightness.
!TP_COLORAPP_MODEL;WP Model
!TP_COLORAPP_MODEL_TOOLTIP;White-Point Model.\n\n<b>WB [RT] + [output]</b>: RT's white balance is used for the scene, CIECAM02 is set to D50, and the output device's white balance is set in <i>Preferences > Color Management</i>.\n\n<b>WB [RT+CAT02] + [output]</b>: RT's white balance settings are used by CAT02 and the output device's white balance is set in <i>Preferences - Color Management</i>.
!TP_COLORAPP_RSTPRO;Red & skin-tones protection
!TP_COLORAPP_RSTPRO_TOOLTIP;Red and skin-tones protection affects both sliders and curves.
!TP_COLORAPP_SHARPCIE;--unused--
!TP_COLORAPP_SHARPCIE_TOOLTIP;--unused--
!TP_COLORAPP_SURROUND;Surround
!TP_COLORAPP_SURROUND_AVER;Average
!TP_COLORAPP_SURROUND_DARK;Dark
!TP_COLORAPP_SURROUND_DIM;Dim
!TP_COLORAPP_SURROUND_EXDARK;Extremly Dark (Cutsheet)
!TP_COLORAPP_SURROUND_TOOLTIP;Changes tones and colors to take into account the viewing conditions of the output device.\n\n<b>Average</b>: Average light environment (standard). The image will not change.\n\n<b>Dim</b>: Dim environment (TV). The image will become slighty dark.\n\n<b>Dark</b>: Dark environment (projector). The image will become more dark.\n\n<b>Extremly Dark</b>: Extremly dark environment (cutsheet). The image will become very dark.
!TP_COLORAPP_SURSOURCE;Dark surround
!TP_COLORAPP_SURSOURCE_TOOLTIP;Can be used if image has a dark border.
!TP_COLORAPP_TCMODE_BRIGHTNESS;Brightness
!TP_COLORAPP_TCMODE_CHROMA;Chroma
!TP_COLORAPP_TCMODE_COLORF;Colorfulness
!TP_COLORAPP_TCMODE_LABEL1;Curve mode 1
!TP_COLORAPP_TCMODE_LABEL2;Curve mode 2
!TP_COLORAPP_TCMODE_LABEL3;Curve chroma mode
!TP_COLORAPP_TCMODE_LIGHTNESS;Lightness
!TP_COLORAPP_TCMODE_SATUR;Saturation
!TP_COLORAPP_TONECIE;Tone mapping using CIECAM02
!TP_COLORAPP_TONECIE_TOOLTIP;If this option is disabled, tone mapping is done in L*a*b* space.\nIf this option is enabled, tone mapping is done using CIECAM02.\nThe Tone Mapping tool must be enabled for this setting to take effect.
!TP_COLORAPP_WBCAM;WB [RT+CAT02] + [output]
!TP_COLORAPP_WBRT;WB [RT] + [output]
!TP_COLORTONING_AB;o C/L
!TP_COLORTONING_AUTOSAT;Automatic
!TP_COLORTONING_BALANCE;Balance
!TP_COLORTONING_BY;o C/L
!TP_COLORTONING_CHROMAC;Opacity
!TP_COLORTONING_COLOR;Color
!TP_COLORTONING_CURVEEDITOR_CL_TOOLTIP;Chroma opacity as a function of luminance oC=f(L)
!TP_COLORTONING_HIGHLIGHT;Highlights
!TP_COLORTONING_HUE;Hue
!TP_COLORTONING_LAB;L*a*b* blending
!TP_COLORTONING_LABEL;Color Toning
!TP_COLORTONING_LUMA;Luminance
!TP_COLORTONING_LUMAMODE;Preserve luminance
!TP_COLORTONING_LUMAMODE_TOOLTIP;If enabled, when you change color (red, green, cyan, blue, etc.) the luminance of each pixel is preserved.
!TP_COLORTONING_METHOD;Method
!TP_COLORTONING_METHOD_TOOLTIP;"L*a*b* blending", "RGB sliders" and "RGB curves" use interpolated color blending.\n"Color balance (Shadows/Midtones/Highlights)" and "Saturation 2 colors" use direct colors.\n\nThe Black-and-White tool can be enabled when using any color toning method, which allows for color toning.
!TP_COLORTONING_MIDTONES;Midtones
!TP_COLORTONING_NEUTRAL;Reset sliders
!TP_COLORTONING_NEUTRAL_TIP;Reset all values (Shadows, Midtones, Highlights) to default.
!TP_COLORTONING_OPACITY;Opacity
!TP_COLORTONING_RGBCURVES;RGB - Curves
!TP_COLORTONING_RGBSLIDERS;RGB - Sliders
!TP_COLORTONING_SA;Saturation Protection
!TP_COLORTONING_SATURATEDOPACITY;Strength
!TP_COLORTONING_SATURATIONTHRESHOLD;Threshold
!TP_COLORTONING_SHADOWS;Shadows
!TP_COLORTONING_SPLITCO;Shadows/Midtones/Highlights
!TP_COLORTONING_SPLITCOCO;Color Balance Shadows/Midtones/Highlights
!TP_COLORTONING_SPLITLR;Saturation 2 colors
!TP_COLORTONING_STR;Strength
!TP_COLORTONING_STRENGTH;Strength
!TP_COLORTONING_TWO2;Special chroma '2 colors'
!TP_COLORTONING_TWOALL;Special chroma
!TP_COLORTONING_TWOBY;Special a* and b*
!TP_COLORTONING_TWOCOLOR_TOOLTIP;Standard chroma:\nLinear response, a* = b*.\n\nSpecial chroma:\nLinear response, a* = b*, but unbound - try under the diagonal.\n\nSpecial a* and b*:\nLinear response unbound with separate curves for a* and b*. Intended for special effects.\n\nSpecial chroma 2 colors:\nMore predictable.
!TP_COLORTONING_TWOSTD;Standard chroma
!TP_CROP_GTHARMMEANS;Harmonic Means
!TP_CROP_GTTRIANGLE1;Golden Triangles 1
!TP_CROP_GTTRIANGLE2;Golden Triangles 2
!TP_DIRPYRDENOISE_3X3;3×3
!TP_DIRPYRDENOISE_3X3_SOFT;3×3 soft
!TP_DIRPYRDENOISE_5X5;5×5
!TP_DIRPYRDENOISE_5X5_SOFT;5×5 soft
!TP_DIRPYRDENOISE_7X7;7×7
!TP_DIRPYRDENOISE_9X9;9×9
!TP_DIRPYRDENOISE_ABM;Chroma only
!TP_DIRPYRDENOISE_AUT;Automatic global
!TP_DIRPYRDENOISE_AUTO;Automatic global
!TP_DIRPYRDENOISE_AUTO_TOOLTIP;Try to evaluate chroma noise\nBe careful, this calculation is average, and is quite subjective !
!TP_DIRPYRDENOISE_BLUE;Chrominance - Blue-Yellow
!TP_DIRPYRDENOISE_C2TYPE_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CCCURVE;Chrominance curve
!TP_DIRPYRDENOISE_CHROMAFR;Chrominance
!TP_DIRPYRDENOISE_CTYPE;Method
!TP_DIRPYRDENOISE_CTYPE_TOOLTIP;Manual\nActs on the full image.\nYou control the noise reduction settings manually.\n\nAutomatic global\nActs on the full image.\n9 zones are used to calculate a global chrominance noise reduction setting.\n\nAutomatic multi-zones\nNo preview - works only during saving, but using the "Preview" method by matching the tile size and center to the preview size and center you can get an idea of the expected results.\nThe image is divided into tiles (about 10 to 70 depending on image size) and each tile receives its own chrominance noise reduction settings.\n\nPreview\nActs on the whole image.\nThe part of the image visible in the preview is used to calculate global chrominance noise reduction settings.
!TP_DIRPYRDENOISE_CUR;Curve
!TP_DIRPYRDENOISE_CURVEEDITOR_CC;Chroma
!TP_DIRPYRDENOISE_CURVEEDITOR_CC_TOOLTIP;Increase (multiply) the value of all chrominance sliders.\nThis curve lets you adjust the strength of chromatic noise reduction as a function of chromaticity, for instance to increase the action in areas of low saturation and to decrease it in those of high saturation.
!TP_DIRPYRDENOISE_CURVEEDITOR_L_TOOLTIP;Modulates action of 'Luminance' denoise
!TP_DIRPYRDENOISE_ENH;Enhanced mode
!TP_DIRPYRDENOISE_ENH_TOOLTIP;Increases noise reduction quality at the expense of a 20% processing time increase.
!TP_DIRPYRDENOISE_GAMMA_TOOLTIP;Gamma varies noise reduction strength across the range of tones. Smaller values will target shadows, while larger values will stretch the effect to the brighter tones.
!TP_DIRPYRDENOISE_LAB;L*a*b*
!TP_DIRPYRDENOISE_LABM;L*a*b*
!TP_DIRPYRDENOISE_LCURVE;Luminance curve
!TP_DIRPYRDENOISE_LM;Luminance only
!TP_DIRPYRDENOISE_LPLABM;Weighted L* (little) + a*b* (normal)
!TP_DIRPYRDENOISE_LTYPE;Luminance control
!TP_DIRPYRDENOISE_LUMAFR;Luminance
!TP_DIRPYRDENOISE_MAN;Manual
!TP_DIRPYRDENOISE_MANU;Manual
!TP_DIRPYRDENOISE_MED;Median Filter
!TP_DIRPYRDENOISE_MEDMETHOD;Median method
!TP_DIRPYRDENOISE_MEDTYPE;Median type
!TP_DIRPYRDENOISE_METHOD;Method
!TP_DIRPYRDENOISE_METHOD11;Quality
!TP_DIRPYRDENOISE_METHOD11_TOOLTIP;Quality can be adapted to the noise pattern. A setting of "high" increases the noise reduction effect at a cost of extended processing time.
!TP_DIRPYRDENOISE_METHOD_TOOLTIP;For raw images either RGB or L*a*b* methods can be used.\n\nFor non-raw images the L*a*b* method will be used, regardless of the selection.
!TP_DIRPYRDENOISE_METM_TOOLTIP;When using the "Luminance only" and "L*a*b*" methods, median filtering will be performed just after the wavelet step in the noise reduction pipeline.\nWhen using the "RGB" mode, it will be performed at the very end of the noise reduction pipeline.
!TP_DIRPYRDENOISE_MET_TOOLTIP;Apply a median filter of the desired window size. The larger the window's size, the longer it takes.\n\n3×3 soft: treats 5 pixels in a 3×3 pixel window.\n3×3: treats 9 pixels in a 3×3 pixel window.\n5×5 soft: treats 13 pixels in a 5×5 pixel window.\n5×5: treats 25 pixels in a 5×5 pixel window.\n7×7: treats 49 pixels in a 7×7 pixel window.\n9×9: treats 81 pixels in a 9×9 pixel window.\n\nSometimes it is possible to achieve higher quality running several iterations with a smaller window size than one iteration with a larger one.
!TP_DIRPYRDENOISE_NOISELABEL;Preview noise: Mean=%1  High=%2
!TP_DIRPYRDENOISE_NOISELABELEMPTY;Preview noise: Mean= -   High= -
!TP_DIRPYRDENOISE_NRESID_TOOLTIP;Displays the remaining noise levels of the part of the image visible in the <b>preview</b> after wavelet.\n\n>300 Very noisy\n100-300 Noisy\n50-100 A little noisy\n<50 Very low noise\n\nBeware, the values will differ between RGB and L*a*b* mode. The RGB values are less accurate because the RGB mode does not completely separate luminance and chrominance.
!TP_DIRPYRDENOISE_PASSES;Median iterations
!TP_DIRPYRDENOISE_PASSES_TOOLTIP;Applying three median filter iterations with a 3×3 window size often leads to better results than using one median filter iteration with a 7×7 window size.
!TP_DIRPYRDENOISE_PON;Auto multi-zones
!TP_DIRPYRDENOISE_PRE;Preview multi-zones
!TP_DIRPYRDENOISE_PREV;Preview
!TP_DIRPYRDENOISE_PREVLABEL;Preview size=%1, Center: Px=%2  Py=%3
!TP_DIRPYRDENOISE_RED;Chrominance - Red-Green
!TP_DIRPYRDENOISE_RGB;RGB
!TP_DIRPYRDENOISE_RGBM;RGB
!TP_DIRPYRDENOISE_SHAL;Standard
!TP_DIRPYRDENOISE_SHALBI;High
!TP_DIRPYRDENOISE_SLI;Slider
!TP_DIRPYRDENOISE_TILELABEL;Tile size=%1, Center: Tx=%2  Ty=%3
!TP_DIRPYREQUALIZER_ALGO;Skin Color Range
!TP_DIRPYREQUALIZER_ALGO_TOOLTIP;Fine: closer to the colors of the skin, minimizing the action on other colors\nLarge: avoid more artifacts.
!TP_DIRPYREQUALIZER_ARTIF;Reduce artifacts
!TP_DIRPYREQUALIZER_HUESKIN;Skin hue
!TP_DIRPYREQUALIZER_HUESKIN_TOOLTIP;This pyramid is for the upper part, so far as the algorithm at its maximum efficiency.\nTo the lower part, the transition zones.\nIf you need to move the area significantly to the left or right - or if there are artifacts: the <b>white balance is incorrect</b>\nYou can slightly reduce the zone to prevent the rest of the image is affected.
!TP_DIRPYREQUALIZER_SKIN;Skin targetting/protection
!TP_DIRPYREQUALIZER_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
!TP_DIRPYREQUALIZER_TOOLTIP;Attempts to reduce artifacts in the transitions between skin colors (hue, chroma, luma) and the rest of the image.
!TP_DISTORTION_AUTO_TIP;Automatically corrects lens distortion in raw files by matching it against the embedded JPEG image if one exists and has had its lens disortion auto-corrected by the camera.
!TP_EPD_GAMMA;Gamma
!TP_EPD_TOOLTIP;Tone mapping is possible in L*a*b* mode (standard) and CIECAM02 mode.\n\nWhen in L*a*b* mode, tone mapping can also be used on the residual image of the Wavelet Levels tool.\n\nTo engage CIECAM02 tone mapping mode enable the following settings:\n1. CIECAM02\n2. Algorithm="Brightness + Colorfulness (QM)"\n3. "Tone mapping using CIECAM02 brightness (Q)"
!TP_EXPOSURE_TCMODE_LUMINANCE;Luminance
!TP_EXPOSURE_TCMODE_PERCEPTUAL;Perceptual
!TP_EXPOS_BLACKPOINT_LABEL;Raw Black Points
!TP_EXPOS_WHITEPOINT_LABEL;Raw White Points
!TP_FILMSIMULATION_LABEL;Film Simulation
!TP_FILMSIMULATION_SLOWPARSEDIR;RawTherapee is configured to look for Hald CLUT images, which are used for the Film Simulation tool, in a folder which is taking too long to load.\nGo to Preferences > Image Processing > Film Simulation\nto see which folder is being used. You should either point RawTherapee to a folder which contains only Hald CLUT images and nothing more, or to an empty folder if you don't want to use the Film Simulation tool.\n\nRead the Film Simulation article in RawPedia for more information.\n\nDo you want to cancel the scan now?
!TP_FILMSIMULATION_STRENGTH;Strength
!TP_FILMSIMULATION_ZEROCLUTSFOUND;Set HaldCLUT directory in Preferences
!TP_FLATFIELD_CLIPCONTROL;Clip control
!TP_FLATFIELD_CLIPCONTROL_TOOLTIP;Clip control avoids clipped highlights caused by applying the flat field. If there are already clipped highlights before applying the flat field, clip control can lead to color cast.
!TP_GENERAL_11SCALE_TOOLTIP;The effects of this tool are only visible or only accurate at a preview scale of 1:1.
!TP_GRADIENT_CENTER;Center
!TP_GRADIENT_CENTER_X;Center X
!TP_GRADIENT_CENTER_X_TOOLTIP;Shift gradient to the left (negative values) or right (positive values).
!TP_GRADIENT_CENTER_Y;Center Y
!TP_GRADIENT_CENTER_Y_TOOLTIP;Shift gradient up (negative values) or down (positive values).
!TP_GRADIENT_DEGREE;Angle
!TP_GRADIENT_DEGREE_TOOLTIP;Rotation angle in degrees.
!TP_GRADIENT_FEATHER;Feather
!TP_GRADIENT_FEATHER_TOOLTIP;Gradient width in percent of the image diagonal.
!TP_GRADIENT_LABEL;Graduated Filter
!TP_GRADIENT_STRENGTH;Strength
!TP_GRADIENT_STRENGTH_TOOLTIP;Filter strength in stops.
!TP_HLREC_ENA_TOOLTIP;Could be activated by Auto Levels.
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET;Baseline exposure
!TP_ICM_APPLYBASELINEEXPOSUREOFFSET_TOOLTIP;Employ the embedded DCP baseline exposure offset. The setting is only enabled if the selected DCP has any.
!TP_ICM_APPLYHUESATMAP;Base table
!TP_ICM_APPLYHUESATMAP_TOOLTIP;Employ the embedded DCP base table (HueSatMap). The setting is only enabled if the selected DCP has one.
!TP_ICM_APPLYLOOKTABLE;Look table
!TP_ICM_APPLYLOOKTABLE_TOOLTIP;Employ the embedded DCP look table. The setting is only enabled if the selected DCP has one.
!TP_ICM_BPC;Black Point Compensation
!TP_ICM_BPC_TOOLTIP;Enable this to fit the Luminosity channel to the output color space with a fix White Point
!TP_ICM_DCPILLUMINANT;Illuminant
!TP_ICM_DCPILLUMINANT_INTERPOLATED;Interpolated
!TP_ICM_DCPILLUMINANT_TOOLTIP;Select which embedded DCP illuminant to employ. Default is "interpolated" which is a mix between the two based on white balance. The setting is only enabled if a Dual-Illuminant DCP with interpolation support is selected.
!TP_ICM_PROFILEINTENT;Rendering Intent
!TP_ICM_SAVEREFERENCE;Save Reference Image
!TP_ICM_SAVEREFERENCE_APPLYWB;Apply white balance
!TP_ICM_SAVEREFERENCE_APPLYWB_TOOLTIP;Generally, apply the white balance when saving images to create ICC profiles, and do not apply the white balance to create DCP profiles.
!TP_ICM_SAVEREFERENCE_TOOLTIP;Save the linear TIFF image before the input profile is applied. The result can be used for calibration purposes and generation of a camera profile.
!TP_LABCURVE_CHROMA_TOOLTIP;To apply B&amp;W toning, set Chromaticity to -100.
!TP_LABCURVE_CURVEEDITOR_CL;CL
!TP_LABCURVE_CURVEEDITOR_CL_TOOLTIP;Chromaticity according to luminance C=f(L)
!TP_LABCURVE_CURVEEDITOR_HH;HH
!TP_LABCURVE_CURVEEDITOR_HH_TOOLTIP;Hue according to hue H=f(H)
!TP_LABCURVE_CURVEEDITOR_LH;LH
!TP_LABCURVE_CURVEEDITOR_LH_TOOLTIP;Luminance according to hue L=f(H)
!TP_LABCURVE_CURVEEDITOR_LL_TOOLTIP;Luminance according to luminance L=f(L)
!TP_NEUTRAL;Reset
!TP_PCVIGNETTE_FEATHER;Feather
!TP_PCVIGNETTE_FEATHER_TOOLTIP;Feathering:\n0 = corners only,\n50 = halfway to center,\n100 = to center.
!TP_PCVIGNETTE_LABEL;Vignette Filter
!TP_PCVIGNETTE_ROUNDNESS;Roundness
!TP_PCVIGNETTE_ROUNDNESS_TOOLTIP;Roundness:\n0 = rectangle,\n50 = fitted ellipse,\n100 = circle.
!TP_PCVIGNETTE_STRENGTH;Strength
!TP_PCVIGNETTE_STRENGTH_TOOLTIP;Filter strength in stops (reached in corners).
!TP_PFCURVE_CURVEEDITOR_CH;Hue
!TP_PFCURVE_CURVEEDITOR_CH_TOOLTIP;Controls defringe strength by color.\nHigher = more,\nLower = less.
!TP_PREPROCESS_DEADPIXFILT;Dead pixel filter
!TP_PREPROCESS_DEADPIXFILT_TOOLTIP;Tries to suppress dead pixels.
!TP_PREPROCESS_HOTPIXFILT;Hot pixel filter
!TP_PREPROCESS_HOTPIXFILT_TOOLTIP;Tries to suppress hot pixels.
!TP_PRSHARPENING_LABEL;Post-Resize Sharpening
!TP_PRSHARPENING_TOOLTIP;Sharpens the image after resizing. Only works when the "Lanczos" resizing method is used. It is impossible to preview the effects of this tool. See RawPedia for usage instructions.
!TP_RAWCACORR_CASTR;Strength
!TP_RAWEXPOS_BLACK_0;Green 1 (lead)
!TP_RAWEXPOS_BLACK_1;Red
!TP_RAWEXPOS_BLACK_2;Blue
!TP_RAWEXPOS_BLACK_3;Green 2
!TP_RAWEXPOS_BLACK_BLUE;Blue
!TP_RAWEXPOS_BLACK_GREEN;Green
!TP_RAWEXPOS_BLACK_RED;Red
!TP_RAWEXPOS_RGB;Red, Green, Blue
!TP_RAW_DMETHOD_PROGRESSBAR;%1 demosaicing...
!TP_RAW_DMETHOD_PROGRESSBAR_REFINE;Demosaicing refinement...
!TP_RAW_DMETHOD_TOOLTIP;Note: IGV and LMMSE are dedicated to high ISO images to aid in noise reduction without leading to maze patterns, posterization or a washed-out look.
!TP_RAW_HD;Threshold
!TP_RAW_HD_TOOLTIP;Lower values make hot/dead pixel detection more aggressive, but false positives may lead to artifacts. If you notice any artifacts appearing when enabling the Hot/Dead Pixel Filters, gradually increase the threshold value until they disappear.
!TP_RAW_LMMSEITERATIONS;LMMSE enhancement steps
!TP_RAW_LMMSE_TOOLTIP;Adds gamma (step 1), median (steps 2-4) and refinement (steps 5-6) to reduce artifacts and improve the signal-to-noise ratio.
!TP_RAW_SENSOR_BAYER_LABEL;Sensor with Bayer Matrix
!TP_RAW_SENSOR_XTRANS_DMETHOD_TOOLTIP;3-pass gives best results (recommended for low ISO images).\n1-pass is almost undistinguishable from 3-pass for high ISO images and is faster.
!TP_RAW_SENSOR_XTRANS_LABEL;Sensor with X-Trans Matrix
!TP_RETINEX_CONTEDIT_HSL;Histogram equalizer HSL
!TP_RETINEX_CONTEDIT_LAB;Histogram equalizer L*a*b*
!TP_RETINEX_CONTEDIT_LH;Hue equalizer
!TP_RETINEX_CONTEDIT_MAP;Mask equalizer
!TP_RETINEX_CURVEEDITOR_CD;L=f(L)
!TP_RETINEX_CURVEEDITOR_CD_TOOLTIP;Luminance according to luminance L=f(L)\nCorrect raw data to reduce halos and artifacts.
!TP_RETINEX_CURVEEDITOR_LH;Strength=f(H)
!TP_RETINEX_CURVEEDITOR_LH_TOOLTIP;Strength according to hue Strength=f(H)\nThis curve also acts on chroma when using the "Highlight" retinex method.
!TP_RETINEX_CURVEEDITOR_MAP;L=f(L)
!TP_RETINEX_CURVEEDITOR_MAP_TOOLTIP;This curve can be applied alone or with a Gaussian mask or wavelet mask.\nBeware of artifacts!
!TP_RETINEX_EQUAL;Equalizer
!TP_RETINEX_FREEGAMMA;Free gamma
!TP_RETINEX_GAIN;Gain
!TP_RETINEX_GAINOFFS;Gain and Offset (brightness)
!TP_RETINEX_GAINTRANSMISSION;Gain transmission
!TP_RETINEX_GAINTRANSMISSION_TOOLTIP;Amplify or reduce transmission map to achieve luminance.\nAbscissa: transmission -min from 0, mean, and values (max).\nOrdinate: gain.
!TP_RETINEX_GAIN_TOOLTIP;Acts on the restored image.\n\nThis is very different from the others settings. Used for black or white pixels, and to help balance the histogram.
!TP_RETINEX_GAMMA;Gamma
!TP_RETINEX_GAMMA_FREE;Free
!TP_RETINEX_GAMMA_HIGH;High
!TP_RETINEX_GAMMA_LOW;Low
!TP_RETINEX_GAMMA_MID;Middle
!TP_RETINEX_GAMMA_NONE;None
!TP_RETINEX_GAMMA_TOOLTIP;Restore tones by applying gamma before and after Retinex. Different from Retinex curves or others curves (Lab, Exposure, etc.).
!TP_RETINEX_GRAD;Transmission gradient
!TP_RETINEX_GRADS;Strength gradient
!TP_RETINEX_GRADS_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Strength is reduced when iterations increase, and conversely.
!TP_RETINEX_GRAD_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Variance and Threshold are reduced when iterations increase, and conversely.
!TP_RETINEX_HIGH;High
!TP_RETINEX_HIGHLIG;Highlight
!TP_RETINEX_HIGHLIGHT;Highlight threshold
!TP_RETINEX_HIGHLIGHT_TOOLTIP;Increase action of High algorithm.\nMay require you to re-adjust "Neighboring pixels" and to increase the "White-point correction" in the Raw tab -> Raw White Points tool.
!TP_RETINEX_HSLSPACE_LIN;HSL-Linear
!TP_RETINEX_HSLSPACE_LOG;HSL-Logarithmic
!TP_RETINEX_ITER;Iterations (Tone-mapping)
!TP_RETINEX_ITERF;Tone mapping
!TP_RETINEX_ITER_TOOLTIP;Simulate a tone-mapping operator.\nHigh values increase the processing time.
!TP_RETINEX_LABEL;Retinex
!TP_RETINEX_LABEL_MASK;Mask
!TP_RETINEX_LABSPACE;L*a*b*
!TP_RETINEX_LOW;Low
!TP_RETINEX_MAP;Mask method
!TP_RETINEX_MAP_GAUS;Gaussian mask
!TP_RETINEX_MAP_MAPP;Sharp mask (wavelet partial)
!TP_RETINEX_MAP_MAPT;Sharp mask (wavelet total)
!TP_RETINEX_MAP_METHOD_TOOLTIP;Use the mask generated by the Gaussian function above (Radius, Method) to reduce halos and artifacts.\n\nCurve only: apply a diagonal contrast curve on the mask.\nBeware of artifacts!\n\nGaussian mask: generate and use a Gaussian blur of the original mask.\nQuick.\n\nSharp mask: generate and use a wavelet on the original mask.\nSlow.
!TP_RETINEX_MAP_NONE;None
!TP_RETINEX_MEDIAN;Transmission median filter
!TP_RETINEX_METHOD;Method
!TP_RETINEX_METHOD_TOOLTIP;Low = Reinforce low light.\nUniform = Equalize action.\nHigh = Reinforce high light.\nHighlights = Remove magenta in highlights.
!TP_RETINEX_MLABEL;Restored haze-free Min=%1 Max=%2
!TP_RETINEX_MLABEL_TOOLTIP;Should be near min=0 max=32768\nRestored image with no mixture.
!TP_RETINEX_NEIGHBOR;Radius
!TP_RETINEX_NEUTRAL;Reset
!TP_RETINEX_NEUTRAL_TIP;Reset all sliders and curves to their default values.
!TP_RETINEX_OFFSET;Offset (brightness)
!TP_RETINEX_SCALES;Gaussian gradient
!TP_RETINEX_SCALES_TOOLTIP;If slider at 0, all iterations are identical.\nIf > 0 Scale and radius are reduced when iterations increase, and conversely.
!TP_RETINEX_SETTINGS;Settings
!TP_RETINEX_SKAL;Scale
!TP_RETINEX_SLOPE;Free gamma slope
!TP_RETINEX_STRENGTH;Strength
!TP_RETINEX_THRESHOLD;Threshold
!TP_RETINEX_THRESHOLD_TOOLTIP;Limits in/out.\nIn = image source,\nOut = image gauss.
!TP_RETINEX_TLABEL;TM Min=%1 Max=%2 Mean=%3 Sigma=%4
!TP_RETINEX_TLABEL2;TM Tm=%1 TM=%2
!TP_RETINEX_TLABEL_TOOLTIP;Transmission map result.\nMin and Max are used by Variance.\nMean and Sigma.\nTm=Min TM=Max of transmission map.
!TP_RETINEX_TRANF;Transmission
!TP_RETINEX_TRANSMISSION;Transmission map
!TP_RETINEX_TRANSMISSION_TOOLTIP;Transmission according to transmission.\nAbscissa: transmission from negative values (min), mean, and positives values (max).\nOrdinate: amplification or reduction.
!TP_RETINEX_UNIFORM;Uniform
!TP_RETINEX_VARIANCE;Contrast
!TP_RETINEX_VARIANCE_TOOLTIP;Low variance increase local contrast and saturation, but can lead to artifacts.
!TP_RETINEX_VIEW;Process
!TP_RETINEX_VIEW_MASK;Mask
!TP_RETINEX_VIEW_METHOD_TOOLTIP;Standard - Normal display.\nMask -  Displays the mask.\nUnsharp mask - Displays the image with a high radius unsharp mask.\nTransmission - Auto/Fixed - Displays the file transmission-map, before any action on contrast and brightness.\n\nAttention: the mask does not correspond to reality, but is amplified to make it more visible.
!TP_RETINEX_VIEW_NONE;Standard
!TP_RETINEX_VIEW_TRAN;Transmission - Auto
!TP_RETINEX_VIEW_TRAN2;Transmission - Fixed
!TP_RETINEX_VIEW_UNSHARP;Unsharp mask
!TP_RGBCURVES_LUMAMODE;Luminosity mode
!TP_RGBCURVES_LUMAMODE_TOOLTIP;<b>Luminosity mode</b> allows to vary the contribution of R, G and B channels to the luminosity of the image, without altering image color.
!TP_SAVEDIALOG_OK_TIP;Shortcut: <b>Ctrl-Enter</b>
!TP_SHADOWSHLIGHTS_SHARPMASK;Sharp mask
!TP_WAVELET_1;Level 1
!TP_WAVELET_2;Level 2
!TP_WAVELET_3;Level 3
!TP_WAVELET_4;Level 4
!TP_WAVELET_5;Level 5
!TP_WAVELET_6;Level 6
!TP_WAVELET_7;Level 7
!TP_WAVELET_8;Level 8
!TP_WAVELET_9;Level 9
!TP_WAVELET_APPLYTO;Apply To
!TP_WAVELET_AVOID;Avoid color shift
!TP_WAVELET_B0;Black
!TP_WAVELET_B1;Grey
!TP_WAVELET_B2;Residual
!TP_WAVELET_BACKGROUND;Background
!TP_WAVELET_BACUR;Curve
!TP_WAVELET_BALANCE;Contrast balance d/v-h
!TP_WAVELET_BALANCE_TOOLTIP;Alters the balance between the wavelet directions: vertical-horizontal and diagonal.\nIf contrast, chroma or residual tone mapping are activated, the effect due to balance is amplified.
!TP_WAVELET_BALCHRO;Chroma balance
!TP_WAVELET_BALCHRO_TOOLTIP;If enabled, the 'Contrast balance' curve or slider also modifies chroma balance.
!TP_WAVELET_BANONE;None
!TP_WAVELET_BASLI;Slider
!TP_WAVELET_BATYPE;Contrast balance method
!TP_WAVELET_CBENAB;Toning and Color Balance
!TP_WAVELET_CB_TOOLTIP;For strong values product color-toning by combining it or not with levels decomposition 'toning'\nFor low values you can change the white balance of the background (sky, ...) without changing that of the front plane, generally more contrasted
!TP_WAVELET_CCURVE;Local contrast
!TP_WAVELET_CH1;Whole chroma range
!TP_WAVELET_CH2;Saturated/pastel
!TP_WAVELET_CH3;Link contrast levels
!TP_WAVELET_CHCU;Curve
!TP_WAVELET_CHR;Chroma-contrast link strength
!TP_WAVELET_CHRO;Saturated/pastel threshold
!TP_WAVELET_CHRO_TOOLTIP;Sets the wavelet level which will be the threshold between saturated and pastel colors.\n1-x: saturated\nx-9: pastel\n\nIf the value exceeds the amount of wavelet levels you are using then it will be ignored.
!TP_WAVELET_CHR_TOOLTIP;Adjusts chroma as a function of "contrast levels" and "chroma-contrast link strength"
!TP_WAVELET_CHSL;Sliders
!TP_WAVELET_CHTYPE;Chrominance method
!TP_WAVELET_COLORT;Opacity Red-Green
!TP_WAVELET_COMPCONT;Contrast
!TP_WAVELET_COMPGAMMA;Compression gamma
!TP_WAVELET_COMPGAMMA_TOOLTIP;Adjusting the gamma of the residual image allows you to equilibrate the data and histogram.
!TP_WAVELET_COMPTM;Tone mapping
!TP_WAVELET_CONTEDIT;'After' contrast curve
!TP_WAVELET_CONTR;Gamut
!TP_WAVELET_CONTRA;Contrast
!TP_WAVELET_CONTRAST_MINUS;Contrast -
!TP_WAVELET_CONTRAST_PLUS;Contrast +
!TP_WAVELET_CONTRA_TOOLTIP;Changes contrast of the residual image.
!TP_WAVELET_CTYPE;Chrominance control
!TP_WAVELET_CURVEEDITOR_CC_TOOLTIP;Modifies local contrast as a function of the original local contrast (abscissa).\nLow abscissa values represent small local contrast (real values about 10..20).\n50% abscissa represents average local contrast (real value about 100..300).\n66% abscissa represents standard deviation of local contrast (real value about 300..800).\n100% abscissa represents maximum local contrast (real value about 3000..8000).
!TP_WAVELET_CURVEEDITOR_CH;Contrast levels=f(Hue)
!TP_WAVELET_CURVEEDITOR_CH_TOOLTIP;Modifies each level's contrast as a function of hue.\nTake care not to overwrite changes made with the Gamut sub-tool's hue controls.\nThe curve will only have an effect when wavelet contrast level sliders are non-zero.
!TP_WAVELET_CURVEEDITOR_CL;L
!TP_WAVELET_CURVEEDITOR_CL_TOOLTIP;Applies a final contrast luminance curve at the end of the wavelet treatment.
!TP_WAVELET_CURVEEDITOR_HH;HH
!TP_WAVELET_CURVEEDITOR_HH_TOOLTIP;Modifies the residual image's hue as a function of hue.
!TP_WAVELET_DALL;All directions
!TP_WAVELET_DAUB;Edge performance
!TP_WAVELET_DAUB2;D2 - low
!TP_WAVELET_DAUB4;D4 - standard
!TP_WAVELET_DAUB6;D6 - standard plus
!TP_WAVELET_DAUB10;D10 - medium
!TP_WAVELET_DAUB14;D14 - high
!TP_WAVELET_DAUB_TOOLTIP;Changes Daubechies coefficients:\nD4 = Standard,\nD14 = Often best performance, 10% more time-intensive.\n\nAffects edge detection as well as the general quality of the firsts levels. However the quality is not strictly related to this coefficient and can vary with images and uses.
!TP_WAVELET_DONE;Vertical
!TP_WAVELET_DTHR;Diagonal
!TP_WAVELET_DTWO;Horizontal
!TP_WAVELET_EDCU;Curve
!TP_WAVELET_EDGCONT;Local contrast
!TP_WAVELET_EDGCONT_TOOLTIP;Adjusting the points to the left decreases contrast, and to the right increases it.\nBottom-left, Top-Left, Top-Right, Bottom-right represent respectively local contast for low values, mean, mean+stdev, maxima
!TP_WAVELET_EDGE;Edge Sharpness
!TP_WAVELET_EDGEAMPLI;Base amplification
!TP_WAVELET_EDGEDETECT;Gradient sensitivity
!TP_WAVELET_EDGEDETECTTHR;Threshold low (noise)
!TP_WAVELET_EDGEDETECTTHR2;Threshold high (detection)
!TP_WAVELET_EDGEDETECTTHR_TOOLTIP;This adjuster lets you target edge detection for example to avoid applying edge sharpness to fine details, such as noise in the sky.
!TP_WAVELET_EDGEDETECT_TOOLTIP;Moving the slider to the right increases edge sensitivity. This affects local contrast, edge settings and noise.
!TP_WAVELET_EDGESENSI;Edge sensitivity
!TP_WAVELET_EDGREINF_TOOLTIP;Reinforce or reduce the action of the first level, do the opposite to the second level, and leave the rest unchanged.
!TP_WAVELET_EDGTHRESH;Detail
!TP_WAVELET_EDGTHRESH_TOOLTIP;Change the repartition between the first levels and the others. The higher the threshold the more the action is centred on the first levels. Be careful with negative values, they increase the action of high levels and can introduce artifacts.
!TP_WAVELET_EDRAD;Radius
!TP_WAVELET_EDRAD_TOOLTIP;This radius adjustment is very different from those in other sharpening tools. Its value is compared to each level through a complex function. In this sense, a value of zero still has an effect.
!TP_WAVELET_EDSL;Threshold Sliders
!TP_WAVELET_EDTYPE;Local contrast method
!TP_WAVELET_EDVAL;Strength
!TP_WAVELET_FINAL;Final Touchup
!TP_WAVELET_FINEST;Finest
!TP_WAVELET_HIGHLIGHT;Highlight luminance range
!TP_WAVELET_HS1;Whole luminance range
!TP_WAVELET_HS2;Shadows/Highlights
!TP_WAVELET_HUESKIN;Skin hue
!TP_WAVELET_HUESKIN_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the <b>white balance is incorrect</b>.
!TP_WAVELET_HUESKY;Sky hue
!TP_WAVELET_HUESKY_TOOLTIP;The bottom points set the beginning of the transition zone, and the upper points the end of it, where the effect is at its maximum.\n\nIf you need to move the area significantly, or if there are artifacts, then the <b>white balance is incorrect</b>.
!TP_WAVELET_ITER;Delta balance levels
!TP_WAVELET_ITER_TOOLTIP;Left: increase low levels and reduce high levels,\nRight: reduce low levels and increase high levels.
!TP_WAVELET_LABEL;Wavelet Levels
!TP_WAVELET_LARGEST;Coarsest
!TP_WAVELET_LEVCH;Chroma
!TP_WAVELET_LEVDIR_ALL;All levels in all directions
!TP_WAVELET_LEVDIR_INF;Below or equal the level
!TP_WAVELET_LEVDIR_ONE;One level
!TP_WAVELET_LEVDIR_SUP;Above the level
!TP_WAVELET_LEVELS;Wavelet levels
!TP_WAVELET_LEVELS_TOOLTIP;Choose the number of detail levels the image is to be decomposed into. More levels require more RAM and require a longer processing time.
!TP_WAVELET_LEVF;Contrast
!TP_WAVELET_LEVLABEL;Preview maximum possible levels = %1
!TP_WAVELET_LEVONE;Level 2
!TP_WAVELET_LEVTHRE;Level 4
!TP_WAVELET_LEVTWO;Level 3
!TP_WAVELET_LEVZERO;Level 1
!TP_WAVELET_LINKEDG;Link with Edge Sharpness' Strength
!TP_WAVELET_LIPST;Enhanced algoritm
!TP_WAVELET_LOWLIGHT;Shadow luminance range
!TP_WAVELET_MEDGREINF;First level
!TP_WAVELET_MEDI;Reduce artifacts in blue sky
!TP_WAVELET_MEDILEV;Edge detection
!TP_WAVELET_MEDILEV_TOOLTIP;When you enable Edge Detection, it is recommanded:\n- to disabled low contrast levels to avoid artifacts,\n- to use high values of gradient sensitivity.\n\nYou can modulate the strength with 'refine' from Denoise and Refine.
!TP_WAVELET_NEUTRAL;Neutral
!TP_WAVELET_NOIS;Denoise
!TP_WAVELET_NOISE;Denoise and Refine
!TP_WAVELET_NPHIGH;High
!TP_WAVELET_NPLOW;Low
!TP_WAVELET_NPNONE;None
!TP_WAVELET_NPTYPE;Neighboring pixels
!TP_WAVELET_NPTYPE_TOOLTIP;This algorithm uses the proximity of a pixel and eight of its neighbors. If less difference, edges are reinforced.
!TP_WAVELET_OPACITY;Opacity Blue-Yellow
!TP_WAVELET_OPACITYW;Contrast balance d/v-h curve
!TP_WAVELET_OPACITYWL;Final local contrast
!TP_WAVELET_OPACITYWL_TOOLTIP;Modify the final local contrast at the end of the wavelet treatment.\n\nThe left side represents the smallest local contrast, progressing to the largest local contrast on the right.
!TP_WAVELET_PASTEL;Pastel chroma
!TP_WAVELET_PROC;Process
!TP_WAVELET_RE1;Reinforced
!TP_WAVELET_RE2;Unchanged
!TP_WAVELET_RE3;Reduced
!TP_WAVELET_RESCHRO;Chroma
!TP_WAVELET_RESCON;Shadows
!TP_WAVELET_RESCONH;Highlights
!TP_WAVELET_RESID;Residual Image
!TP_WAVELET_SAT;Saturated chroma
!TP_WAVELET_SETTINGS;Wavelet Settings
!TP_WAVELET_SKIN;Skin targetting/protection
!TP_WAVELET_SKIN_TOOLTIP;At -100 skin-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 skin-tones are protected while all other tones are affected.
!TP_WAVELET_SKY;Sky targetting/protection
!TP_WAVELET_SKY_TOOLTIP;At -100 sky-tones are targetted.\nAt 0 all tones are treated equally.\nAt +100 sky-tones are protected while all other tones are affected.
!TP_WAVELET_STREN;Strength
!TP_WAVELET_STRENGTH;Strength
!TP_WAVELET_SUPE;Extra
!TP_WAVELET_THR;Shadows threshold
!TP_WAVELET_THRESHOLD;Highlight levels
!TP_WAVELET_THRESHOLD2;Shadow levels
!TP_WAVELET_THRESHOLD2_TOOLTIP;Only levels between 9 and 9 minus the value will be affected by the shadow luminance range. Other levels will be fully treated. The highest level possible is limited by the highlight level value (9 minus highlight level value).
!TP_WAVELET_THRESHOLD_TOOLTIP;Only levels beyond the chosen value will be affected by the highlight luminance range. Other levels will be fully treated. The chosen value here limits the highest possible value of the shadow levels.
!TP_WAVELET_THRH;Highlights threshold
!TP_WAVELET_TILESBIG;Big tiles
!TP_WAVELET_TILESFULL;Full image
!TP_WAVELET_TILESIZE;Tiling method
!TP_WAVELET_TILESLIT;Little tiles
!TP_WAVELET_TILES_TOOLTIP;Processing the full image leads to better quality and is the recommended option, while using tiles is a fall-back solution for users with little RAM. Refer to RawPedia for memory requirements.
!TP_WAVELET_TMSTRENGTH;Compression strength
!TP_WAVELET_TMSTRENGTH_TOOLTIP;Control the strength of tone mapping or contrast compression of the residual image. When the value is different from 0, the Strength and Gamma sliders of the Tone Mapping tool in the Exposure tab will become grayed out.
!TP_WAVELET_TMTYPE;Compression method
!TP_WAVELET_TON;Toning
!TP_WBALANCE_EQBLUERED;Blue/Red equalizer
!TP_WBALANCE_EQBLUERED_TOOLTIP;Allows to deviate from the normal behavior of "white balance" by modulating the blue/red balance.\nThis can be useful when shooting conditions:\na) are far from the standard illuminant (e.g. underwater),\nb) are far from conditions where calibrations were performed,\nc) where the matrices or ICC profiles are unsuitable.
!TP_WBALANCE_WATER1;UnderWater 1
!TP_WBALANCE_WATER2;UnderWater 2
!TP_WBALANCE_WATER_HEADER;UnderWater
!ZOOMPANEL_ZOOMFITCROPSCREEN;Fit crop to screen\nShortcut: <b>Alt</b>-<b>f</b>