forked from darktable-org/darktable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdarktable.pot
22340 lines (17724 loc) · 529 KB
/
darktable.pot
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
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-20 19:37+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
#: ../build/bin/conf_gen.h:158 ../build/bin/preferences_gen.h:8286
msgctxt "preferences"
msgid "first instance"
msgstr ""
#: ../build/bin/conf_gen.h:159 ../build/bin/preferences_gen.h:8291
#: ../build/bin/preferences_gen.h:8310
msgctxt "preferences"
msgid "last instance"
msgstr ""
#: ../build/bin/conf_gen.h:214 ../build/bin/conf_gen.h:234
#: ../build/bin/conf_gen.h:346 ../build/bin/conf_gen.h:356
#: ../build/bin/conf_gen.h:1196 ../build/bin/conf_gen.h:1212
#: ../build/bin/preferences_gen.h:4394 ../build/bin/preferences_gen.h:4413
#: ../build/bin/preferences_gen.h:4489 ../build/bin/preferences_gen.h:7285
#: ../build/bin/preferences_gen.h:7415 ../build/bin/preferences_gen.h:7543
#: ../build/bin/preferences_gen.h:7608
msgctxt "preferences"
msgid "never"
msgstr ""
#: ../build/bin/conf_gen.h:215 ../build/bin/preferences_gen.h:7290
msgctxt "preferences"
msgid "on startup"
msgstr ""
#: ../build/bin/conf_gen.h:216 ../build/bin/conf_gen.h:238
#: ../build/bin/preferences_gen.h:7295 ../build/bin/preferences_gen.h:7334
#: ../build/bin/preferences_gen.h:7435
msgctxt "preferences"
msgid "on close"
msgstr ""
#: ../build/bin/conf_gen.h:217 ../build/bin/preferences_gen.h:7300
msgctxt "preferences"
msgid "on both"
msgstr ""
#: ../build/bin/conf_gen.h:218 ../build/bin/preferences_gen.h:7305
msgctxt "preferences"
msgid "on startup (don't ask)"
msgstr ""
#: ../build/bin/conf_gen.h:219 ../build/bin/preferences_gen.h:7310
msgctxt "preferences"
msgid "on close (don't ask)"
msgstr ""
#: ../build/bin/conf_gen.h:220 ../build/bin/preferences_gen.h:7315
msgctxt "preferences"
msgid "on both (don't ask)"
msgstr ""
#: ../build/bin/conf_gen.h:235 ../build/bin/preferences_gen.h:7420
msgctxt "preferences"
msgid "once a month"
msgstr ""
#: ../build/bin/conf_gen.h:236 ../build/bin/preferences_gen.h:7425
#: ../build/bin/preferences_gen.h:7454
msgctxt "preferences"
msgid "once a week"
msgstr ""
#: ../build/bin/conf_gen.h:237 ../build/bin/preferences_gen.h:7430
msgctxt "preferences"
msgid "once a day"
msgstr ""
#: ../build/bin/conf_gen.h:286 ../build/bin/conf_gen.h:1189
#: ../build/bin/conf_gen.h:1205 ../build/bin/preferences_gen.h:4359
#: ../build/bin/preferences_gen.h:4454 ../build/bin/preferences_gen.h:6345
msgctxt "preferences"
msgid "small"
msgstr ""
#: ../build/bin/conf_gen.h:287 ../build/bin/conf_gen.h:393
#: ../build/bin/preferences_gen.h:6350 ../build/bin/preferences_gen.h:6379
#: ../build/bin/preferences_gen.h:6566 ../build/bin/preferences_gen.h:6595
msgctxt "preferences"
msgid "default"
msgstr ""
#: ../build/bin/conf_gen.h:288 ../build/bin/preferences_gen.h:6355
msgctxt "preferences"
msgid "large"
msgstr ""
#: ../build/bin/conf_gen.h:289 ../build/bin/preferences_gen.h:6360
msgctxt "preferences"
msgid "unrestricted"
msgstr ""
#: ../build/bin/conf_gen.h:347 ../build/bin/preferences_gen.h:7548
msgctxt "preferences"
msgid "after edit"
msgstr ""
#: ../build/bin/conf_gen.h:348 ../build/bin/preferences_gen.h:7553
#: ../build/bin/preferences_gen.h:7572
msgctxt "preferences"
msgid "on import"
msgstr ""
#: ../build/bin/conf_gen.h:357 ../build/bin/conf_gen.h:1188
#: ../build/bin/conf_gen.h:1204 ../build/bin/conf_gen.h:3102
#: ../build/bin/preferences_gen.h:4354 ../build/bin/preferences_gen.h:4449
#: ../build/bin/preferences_gen.h:5663 ../build/bin/preferences_gen.h:5717
#: ../build/bin/preferences_gen.h:7613
msgctxt "preferences"
msgid "always"
msgstr ""
#: ../build/bin/conf_gen.h:358 ../build/bin/preferences_gen.h:7618
#: ../build/bin/preferences_gen.h:7637
msgctxt "preferences"
msgid "only large entries"
msgstr ""
#: ../build/bin/conf_gen.h:378 ../build/bin/preferences_gen.h:8714
msgctxt "preferences"
msgid "sensitive"
msgstr ""
#: ../build/bin/conf_gen.h:379 ../build/bin/preferences_gen.h:8719
#: ../build/bin/preferences_gen.h:8738
msgctxt "preferences"
msgid "insensitive"
msgstr ""
#: ../build/bin/conf_gen.h:394 ../build/bin/preferences_gen.h:6571
msgctxt "preferences"
msgid "multiple GPUs"
msgstr ""
#: ../build/bin/conf_gen.h:395 ../build/bin/preferences_gen.h:6576
msgctxt "preferences"
msgid "very fast GPU"
msgstr ""
#: ../build/bin/conf_gen.h:403 ../build/bin/preferences_gen.h:6637
#: ../build/bin/preferences_gen.h:6671
msgctxt "preferences"
msgid "nothing"
msgstr ""
#: ../build/bin/conf_gen.h:404 ../build/bin/preferences_gen.h:6642
msgctxt "preferences"
msgid "memory size"
msgstr ""
#: ../build/bin/conf_gen.h:405 ../build/bin/preferences_gen.h:6647
msgctxt "preferences"
msgid "memory transfer"
msgstr ""
#: ../build/bin/conf_gen.h:406 ../build/bin/preferences_gen.h:6652
msgctxt "preferences"
msgid "memory size and transfer"
msgstr ""
#: ../build/bin/conf_gen.h:414
msgctxt "preferences"
msgid "true"
msgstr ""
#: ../build/bin/conf_gen.h:415
msgctxt "preferences"
msgid "active module"
msgstr ""
#: ../build/bin/conf_gen.h:416
msgctxt "preferences"
msgid "false"
msgstr ""
#: ../build/bin/conf_gen.h:716 ../build/bin/preferences_gen.h:8902
#: ../build/bin/preferences_gen.h:8926
msgctxt "preferences"
msgid "id"
msgstr ""
#: ../build/bin/conf_gen.h:717 ../build/bin/preferences_gen.h:8907
msgctxt "preferences"
msgid "folder"
msgstr ""
#: ../build/bin/conf_gen.h:731
msgctxt "preferences"
msgid "RGB"
msgstr ""
#: ../build/bin/conf_gen.h:732
msgctxt "preferences"
msgid "Lab"
msgstr ""
#: ../build/bin/conf_gen.h:733
msgctxt "preferences"
msgid "LCh"
msgstr ""
#: ../build/bin/conf_gen.h:734
msgctxt "preferences"
msgid "HSL"
msgstr ""
#: ../build/bin/conf_gen.h:735
msgctxt "preferences"
msgid "Hex"
msgstr ""
#: ../build/bin/conf_gen.h:736 ../build/bin/conf_gen.h:1834
#: ../build/bin/conf_gen.h:2413 ../build/bin/conf_gen.h:2917
#: ../build/bin/preferences_gen.h:6078 ../build/bin/preferences_gen.h:7149
msgctxt "preferences"
msgid "none"
msgstr ""
#: ../build/bin/conf_gen.h:744
msgctxt "preferences"
msgid "mean"
msgstr ""
#: ../build/bin/conf_gen.h:745
msgctxt "preferences"
msgid "min"
msgstr ""
#: ../build/bin/conf_gen.h:746
msgctxt "preferences"
msgid "max"
msgstr ""
#: ../build/bin/conf_gen.h:934
msgid "select only new pictures"
msgstr ""
#: ../build/bin/conf_gen.h:935
msgid "only select images that have not already been imported"
msgstr ""
#: ../build/bin/conf_gen.h:940
msgid "ignore JPEG images"
msgstr ""
#: ../build/bin/conf_gen.h:941
msgid ""
"when having raw+JPEG images together in one directory it makes no sense to "
"import both. with this flag one can ignore all JPEGs found."
msgstr ""
#: ../build/bin/conf_gen.h:946
msgid "apply metadata"
msgstr ""
#: ../build/bin/conf_gen.h:947
msgid "apply some metadata to all newly imported images."
msgstr ""
#: ../build/bin/conf_gen.h:952
msgid "recursive directory"
msgstr ""
#: ../build/bin/conf_gen.h:953
msgid "recursive directory traversal when importing filmrolls"
msgstr ""
#: ../build/bin/conf_gen.h:958
msgid "creator to be applied when importing"
msgstr ""
#: ../build/bin/conf_gen.h:964
msgid "publisher to be applied when importing"
msgstr ""
#: ../build/bin/conf_gen.h:970
msgid "rights to be applied when importing"
msgstr ""
#: ../build/bin/conf_gen.h:976
msgid "comma separated tags to be applied when importing"
msgstr ""
#: ../build/bin/conf_gen.h:982
msgid "import tags from xmp"
msgstr ""
#: ../build/bin/conf_gen.h:1008
msgid "initial rating"
msgstr ""
#: ../build/bin/conf_gen.h:1009
msgid "initial star rating for all images when importing a filmroll"
msgstr ""
#: ../build/bin/conf_gen.h:1014
msgid "ignore EXIF rating"
msgstr ""
#: ../build/bin/conf_gen.h:1015
msgid ""
"ignore EXIF rating. if not set and EXIF rating is found, it overrides "
"'initial rating'"
msgstr ""
#: ../build/bin/conf_gen.h:1020
msgid "import job"
msgstr ""
#: ../build/bin/conf_gen.h:1021
msgid "name of the import job"
msgstr ""
#: ../build/bin/conf_gen.h:1026
msgid "override today's date"
msgstr ""
#: ../build/bin/conf_gen.h:1027
msgid ""
"type a date in the form: YYYY:MM:DD[ hh:mm:ss[.sss]] if you want to override "
"the current date/time used when expanding variables:\n"
"$(YEAR), $(MONTH), $(DAY), $(HOUR), $(MINUTE), $(SECONDS), $(MSEC).\n"
"let the field empty otherwise"
msgstr ""
#: ../build/bin/conf_gen.h:1032
msgid "keep this window open"
msgstr ""
#: ../build/bin/conf_gen.h:1033
msgid "keep this window open to run several imports"
msgstr ""
#: ../build/bin/conf_gen.h:1190 ../build/bin/conf_gen.h:1206
#: ../build/bin/preferences_gen.h:4364 ../build/bin/preferences_gen.h:4459
msgctxt "preferences"
msgid "VGA"
msgstr ""
#: ../build/bin/conf_gen.h:1191 ../build/bin/conf_gen.h:1207
#: ../build/bin/preferences_gen.h:4369 ../build/bin/preferences_gen.h:4464
#: ../build/bin/preferences_gen.h:4508
msgctxt "preferences"
msgid "720p"
msgstr ""
#: ../build/bin/conf_gen.h:1192 ../build/bin/conf_gen.h:1208
#: ../build/bin/preferences_gen.h:4374 ../build/bin/preferences_gen.h:4469
msgctxt "preferences"
msgid "1080p"
msgstr ""
#: ../build/bin/conf_gen.h:1193 ../build/bin/conf_gen.h:1209
#: ../build/bin/preferences_gen.h:4379 ../build/bin/preferences_gen.h:4474
msgctxt "preferences"
msgid "WQXGA"
msgstr ""
#: ../build/bin/conf_gen.h:1194 ../build/bin/conf_gen.h:1210
#: ../build/bin/preferences_gen.h:4384 ../build/bin/preferences_gen.h:4479
msgctxt "preferences"
msgid "4K"
msgstr ""
#: ../build/bin/conf_gen.h:1195 ../build/bin/conf_gen.h:1211
#: ../build/bin/preferences_gen.h:4389 ../build/bin/preferences_gen.h:4484
msgctxt "preferences"
msgid "5K"
msgstr ""
#: ../build/bin/conf_gen.h:1238 ../build/bin/preferences_gen.h:4699
#: ../build/bin/preferences_gen.h:4743
msgctxt "preferences"
msgid "off"
msgstr ""
#: ../build/bin/conf_gen.h:1239 ../build/bin/preferences_gen.h:4704
msgctxt "preferences"
msgid "hardness (relative)"
msgstr ""
#: ../build/bin/conf_gen.h:1240 ../build/bin/preferences_gen.h:4709
msgctxt "preferences"
msgid "hardness (absolute)"
msgstr ""
#: ../build/bin/conf_gen.h:1241 ../build/bin/preferences_gen.h:4714
msgctxt "preferences"
msgid "opacity (relative)"
msgstr ""
#: ../build/bin/conf_gen.h:1242 ../build/bin/preferences_gen.h:4719
msgctxt "preferences"
msgid "opacity (absolute)"
msgstr ""
#: ../build/bin/conf_gen.h:1243 ../build/bin/preferences_gen.h:4724
msgctxt "preferences"
msgid "brush size (relative)"
msgstr ""
#: ../build/bin/conf_gen.h:1251 ../build/bin/preferences_gen.h:4779
msgctxt "preferences"
msgid "low"
msgstr ""
#: ../build/bin/conf_gen.h:1252 ../build/bin/preferences_gen.h:4784
#: ../build/bin/preferences_gen.h:4808
msgctxt "preferences"
msgid "medium"
msgstr ""
#: ../build/bin/conf_gen.h:1253 ../build/bin/preferences_gen.h:4789
msgctxt "preferences"
msgid "high"
msgstr ""
#: ../build/bin/conf_gen.h:1267 ../build/bin/preferences_gen.h:5257
#: ../build/bin/preferences_gen.h:5281
msgctxt "preferences"
msgid "false color"
msgstr ""
#: ../build/bin/conf_gen.h:1268 ../build/bin/preferences_gen.h:5262
msgctxt "preferences"
msgid "grayscale"
msgstr ""
#: ../build/bin/conf_gen.h:1282 ../build/bin/preferences_gen.h:4923
msgctxt "preferences"
msgid "top left"
msgstr ""
#: ../build/bin/conf_gen.h:1283 ../build/bin/preferences_gen.h:4928
msgctxt "preferences"
msgid "top right"
msgstr ""
#: ../build/bin/conf_gen.h:1284 ../build/bin/preferences_gen.h:4933
msgctxt "preferences"
msgid "top center"
msgstr ""
#: ../build/bin/conf_gen.h:1285 ../build/bin/preferences_gen.h:4938
#: ../build/bin/preferences_gen.h:4962
msgctxt "preferences"
msgid "bottom"
msgstr ""
#: ../build/bin/conf_gen.h:1286 ../build/bin/preferences_gen.h:4943
msgctxt "preferences"
msgid "hidden"
msgstr ""
#: ../build/bin/conf_gen.h:1796
msgid "show OSD"
msgstr ""
#: ../build/bin/conf_gen.h:1797
msgid "toggle the visibility of the map overlays"
msgstr ""
#: ../build/bin/conf_gen.h:1802 ../src/libs/map_settings.c:147
msgid "filtered images"
msgstr ""
#: ../build/bin/conf_gen.h:1803
msgid "when set limit the images drawn to the current filmstrip"
msgstr ""
#: ../build/bin/conf_gen.h:1810
msgid "max images"
msgstr ""
#: ../build/bin/conf_gen.h:1811
msgid "the maximum number of image thumbnails drawn on the map"
msgstr ""
#: ../build/bin/conf_gen.h:1818
msgid "group size factor"
msgstr ""
#: ../build/bin/conf_gen.h:1819
msgid ""
"increase or decrease the spatial size of images groups on the map. can "
"influence the calculation time"
msgstr ""
#: ../build/bin/conf_gen.h:1826
msgid "min images per group"
msgstr ""
#: ../build/bin/conf_gen.h:1827
msgid ""
"the minimum number of images to set up an images group. can influence the "
"calculation time."
msgstr ""
#: ../build/bin/conf_gen.h:1832
msgctxt "preferences"
msgid "thumbnail"
msgstr ""
#: ../build/bin/conf_gen.h:1833
msgctxt "preferences"
msgid "count"
msgstr ""
#: ../build/bin/conf_gen.h:1836 ../src/libs/map_settings.c:160
msgid "thumbnail display"
msgstr ""
#: ../build/bin/conf_gen.h:1837
msgid ""
"three options are available: images thumbnails, only the count of images of "
"the group or nothing"
msgstr ""
#: ../build/bin/conf_gen.h:1848
msgid "max polygon points"
msgstr ""
#: ../build/bin/conf_gen.h:1849
msgid ""
"limit the number of points imported with polygon in find location module"
msgstr ""
#: ../build/bin/conf_gen.h:2109 ../build/bin/preferences_gen.h:5078
msgctxt "preferences"
msgid "always bilinear (fast)"
msgstr ""
#: ../build/bin/conf_gen.h:2110 ../build/bin/preferences_gen.h:5083
#: ../build/bin/preferences_gen.h:5107
msgctxt "preferences"
msgid "at most RCD (reasonable)"
msgstr ""
#: ../build/bin/conf_gen.h:2111 ../build/bin/preferences_gen.h:5088
msgctxt "preferences"
msgid "full (possibly slow)"
msgstr ""
#: ../build/bin/conf_gen.h:2119 ../build/bin/preferences_gen.h:5143
#: ../build/bin/preferences_gen.h:5177
msgctxt "preferences"
msgid "original"
msgstr ""
#: ../build/bin/conf_gen.h:2120 ../build/bin/preferences_gen.h:5148
msgctxt "preferences"
msgid "to 1/2"
msgstr ""
#: ../build/bin/conf_gen.h:2121 ../build/bin/preferences_gen.h:5153
msgctxt "preferences"
msgid "to 1/3"
msgstr ""
#: ../build/bin/conf_gen.h:2122 ../build/bin/preferences_gen.h:5158
msgctxt "preferences"
msgid "to 1/4"
msgstr ""
#: ../build/bin/conf_gen.h:2136 ../build/bin/conf_gen.h:2146
#: ../build/bin/preferences_gen.h:5890 ../build/bin/preferences_gen.h:5955
msgctxt "preferences"
msgid "bilinear"
msgstr ""
#: ../build/bin/conf_gen.h:2137 ../build/bin/conf_gen.h:2147
#: ../build/bin/preferences_gen.h:5895 ../build/bin/preferences_gen.h:5919
#: ../build/bin/preferences_gen.h:5960
msgctxt "preferences"
msgid "bicubic"
msgstr ""
#: ../build/bin/conf_gen.h:2138 ../build/bin/conf_gen.h:2148
#: ../build/bin/preferences_gen.h:5900 ../build/bin/preferences_gen.h:5965
msgctxt "preferences"
msgid "lanczos2"
msgstr ""
#: ../build/bin/conf_gen.h:2149 ../build/bin/preferences_gen.h:5970
#: ../build/bin/preferences_gen.h:5989
msgctxt "preferences"
msgid "lanczos3"
msgstr ""
#: ../build/bin/conf_gen.h:2412 ../build/bin/conf_gen.h:3105
#: ../build/bin/preferences_gen.h:5678 ../build/bin/preferences_gen.h:7144
#: ../build/bin/preferences_gen.h:7180
msgctxt "preferences"
msgid "auto"
msgstr ""
#: ../build/bin/conf_gen.h:2414 ../build/bin/preferences_gen.h:7154
msgctxt "preferences"
msgid "libsecret"
msgstr ""
#: ../build/bin/conf_gen.h:2415 ../build/bin/preferences_gen.h:7160
msgctxt "preferences"
msgid "kwallet"
msgstr ""
#: ../build/bin/conf_gen.h:2617
msgctxt "preferences"
msgid "histogram"
msgstr ""
#: ../build/bin/conf_gen.h:2618
msgctxt "preferences"
msgid "waveform"
msgstr ""
#: ../build/bin/conf_gen.h:2619
msgctxt "preferences"
msgid "rgb parade"
msgstr ""
#: ../build/bin/conf_gen.h:2620
msgctxt "preferences"
msgid "vectorscope"
msgstr ""
#: ../build/bin/conf_gen.h:2628 ../build/bin/preferences_gen.h:7918
msgctxt "preferences"
msgid "left"
msgstr ""
#: ../build/bin/conf_gen.h:2629 ../build/bin/preferences_gen.h:7923
#: ../build/bin/preferences_gen.h:7942
msgctxt "preferences"
msgid "right"
msgstr ""
#: ../build/bin/conf_gen.h:2637 ../build/bin/conf_gen.h:2673
msgctxt "preferences"
msgid "logarithmic"
msgstr ""
#: ../build/bin/conf_gen.h:2638 ../build/bin/conf_gen.h:2674
msgctxt "preferences"
msgid "linear"
msgstr ""
#: ../build/bin/conf_gen.h:2646
msgctxt "preferences"
msgid "horizontal"
msgstr ""
#: ../build/bin/conf_gen.h:2647
msgctxt "preferences"
msgid "vertical"
msgstr ""
#: ../build/bin/conf_gen.h:2655
msgctxt "preferences"
msgid "overlaid"
msgstr ""
#: ../build/bin/conf_gen.h:2656
msgctxt "preferences"
msgid "parade"
msgstr ""
#: ../build/bin/conf_gen.h:2664
msgctxt "preferences"
msgid "u*v*"
msgstr ""
#: ../build/bin/conf_gen.h:2665
msgctxt "preferences"
msgid "AzBz"
msgstr ""
#: ../build/bin/conf_gen.h:2830
msgctxt "preferences"
msgid "mm"
msgstr ""
#: ../build/bin/conf_gen.h:2831
msgctxt "preferences"
msgid "cm"
msgstr ""
#: ../build/bin/conf_gen.h:2832
msgctxt "preferences"
msgid "inch"
msgstr ""
#: ../build/bin/conf_gen.h:2877 ../build/bin/preferences_gen.h:7978
#: ../build/bin/preferences_gen.h:8007
msgctxt "preferences"
msgid "all"
msgstr ""
#: ../build/bin/conf_gen.h:2878 ../build/bin/preferences_gen.h:7983
msgctxt "preferences"
msgid "xatom"
msgstr ""
#: ../build/bin/conf_gen.h:2879 ../build/bin/preferences_gen.h:7988
msgctxt "preferences"
msgid "colord"
msgstr ""
#: ../build/bin/conf_gen.h:2915 ../build/bin/preferences_gen.h:6068
#: ../build/bin/preferences_gen.h:6097
msgctxt "preferences"
msgid "scene-referred"
msgstr ""
#: ../build/bin/conf_gen.h:2916 ../build/bin/preferences_gen.h:6073
msgctxt "preferences"
msgid "display-referred"
msgstr ""
#: ../build/bin/conf_gen.h:2925 ../build/bin/preferences_gen.h:6133
msgctxt "preferences"
msgid "modern"
msgstr ""
#: ../build/bin/conf_gen.h:2926 ../build/bin/preferences_gen.h:6138
#: ../build/bin/preferences_gen.h:6157
msgctxt "preferences"
msgid "legacy"
msgstr ""
#: ../build/bin/conf_gen.h:3032
msgid "camera time zone"
msgstr ""
#: ../build/bin/conf_gen.h:3033
msgid ""
"most cameras don't store the time zone in EXIF. give the correct time zone "
"so the GPX data can be correctly matched"
msgstr ""
#: ../build/bin/conf_gen.h:3044 ../build/bin/preferences_gen.h:5533
#: ../build/bin/preferences_gen.h:5562
msgctxt "preferences"
msgid "no color"
msgstr ""
#: ../build/bin/conf_gen.h:3045 ../build/bin/preferences_gen.h:5538
msgctxt "preferences"
msgid "illuminant color"
msgstr ""
#: ../build/bin/conf_gen.h:3046 ../build/bin/preferences_gen.h:5543
msgctxt "preferences"
msgid "effect emulation"
msgstr ""
#: ../build/bin/conf_gen.h:3092 ../build/bin/preferences_gen.h:5598
#: ../build/bin/preferences_gen.h:5627
msgctxt "preferences"
msgid "list"
msgstr ""
#: ../build/bin/conf_gen.h:3093 ../build/bin/preferences_gen.h:5603
msgctxt "preferences"
msgid "tabs"
msgstr ""
#: ../build/bin/conf_gen.h:3094 ../build/bin/preferences_gen.h:5608
msgctxt "preferences"
msgid "columns"
msgstr ""
#: ../build/bin/conf_gen.h:3103 ../build/bin/preferences_gen.h:5668
msgctxt "preferences"
msgid "active"
msgstr ""
#: ../build/bin/conf_gen.h:3104 ../build/bin/preferences_gen.h:5673
msgctxt "preferences"
msgid "dim"
msgstr ""
#: ../build/bin/conf_gen.h:3106 ../build/bin/preferences_gen.h:5683
msgctxt "preferences"
msgid "fade"
msgstr ""
#: ../build/bin/conf_gen.h:3107 ../build/bin/preferences_gen.h:5688
msgctxt "preferences"
msgid "fit"
msgstr ""
#: ../build/bin/conf_gen.h:3108 ../build/bin/preferences_gen.h:5693
msgctxt "preferences"
msgid "smooth"
msgstr ""
#: ../build/bin/conf_gen.h:3109 ../build/bin/preferences_gen.h:5698
msgctxt "preferences"
msgid "glide"
msgstr ""
#: ../build/bin/preferences_gen.h:81 ../build/bin/preferences_gen.h:4080
#: ../build/bin/preferences_gen.h:4116 ../build/bin/preferences_gen.h:4152
#: ../build/bin/preferences_gen.h:4188 ../build/bin/preferences_gen.h:4224
#: ../build/bin/preferences_gen.h:4260 ../build/bin/preferences_gen.h:4296
#: ../build/bin/preferences_gen.h:4340 ../build/bin/preferences_gen.h:4435
#: ../build/bin/preferences_gen.h:4530 ../build/bin/preferences_gen.h:4570
#: ../build/bin/preferences_gen.h:4613 ../build/bin/preferences_gen.h:4685
#: ../build/bin/preferences_gen.h:4765 ../build/bin/preferences_gen.h:4830
#: ../build/bin/preferences_gen.h:4866 ../build/bin/preferences_gen.h:4909
#: ../build/bin/preferences_gen.h:4983 ../build/bin/preferences_gen.h:5028
#: ../build/bin/preferences_gen.h:5064 ../build/bin/preferences_gen.h:5129
#: ../build/bin/preferences_gen.h:5199 ../build/bin/preferences_gen.h:5243
#: ../build/bin/preferences_gen.h:5303 ../build/bin/preferences_gen.h:5339
#: ../build/bin/preferences_gen.h:5375 ../build/bin/preferences_gen.h:5411
#: ../build/bin/preferences_gen.h:5447 ../build/bin/preferences_gen.h:5483
#: ../build/bin/preferences_gen.h:5519 ../build/bin/preferences_gen.h:5584
#: ../build/bin/preferences_gen.h:5649 ../build/bin/preferences_gen.h:5739
#: ../build/bin/preferences_gen.h:5775 ../build/bin/preferences_gen.h:5840
#: ../build/bin/preferences_gen.h:5876 ../build/bin/preferences_gen.h:5941
#: ../build/bin/preferences_gen.h:6011 ../build/bin/preferences_gen.h:6054
#: ../build/bin/preferences_gen.h:6119 ../build/bin/preferences_gen.h:6179
#: ../build/bin/preferences_gen.h:6215 ../build/bin/preferences_gen.h:6251
#: ../build/bin/preferences_gen.h:6287 ../build/bin/preferences_gen.h:6331
#: ../build/bin/preferences_gen.h:6402 ../build/bin/preferences_gen.h:6438
#: ../build/bin/preferences_gen.h:6474 ../build/bin/preferences_gen.h:6510
#: ../build/bin/preferences_gen.h:6552 ../build/bin/preferences_gen.h:6623
#: ../build/bin/preferences_gen.h:6728 ../build/bin/preferences_gen.h:6764
#: ../build/bin/preferences_gen.h:6800 ../build/bin/preferences_gen.h:6836
#: ../build/bin/preferences_gen.h:6872 ../build/bin/preferences_gen.h:6908
#: ../build/bin/preferences_gen.h:6944 ../build/bin/preferences_gen.h:6980
#: ../build/bin/preferences_gen.h:7015 ../build/bin/preferences_gen.h:7050
#: ../build/bin/preferences_gen.h:7086 ../build/bin/preferences_gen.h:7130
#: ../build/bin/preferences_gen.h:7202 ../build/bin/preferences_gen.h:7271
#: ../build/bin/preferences_gen.h:7356 ../build/bin/preferences_gen.h:7401
#: ../build/bin/preferences_gen.h:7476 ../build/bin/preferences_gen.h:7529
#: ../build/bin/preferences_gen.h:7594 ../build/bin/preferences_gen.h:7659
#: ../build/bin/preferences_gen.h:7724 ../build/bin/preferences_gen.h:7760
#: ../build/bin/preferences_gen.h:7796 ../build/bin/preferences_gen.h:7832
#: ../build/bin/preferences_gen.h:7868 ../build/bin/preferences_gen.h:7904
#: ../build/bin/preferences_gen.h:7964 ../build/bin/preferences_gen.h:8029
#: ../build/bin/preferences_gen.h:8083 ../build/bin/preferences_gen.h:8128
#: ../build/bin/preferences_gen.h:8164 ../build/bin/preferences_gen.h:8200
#: ../build/bin/preferences_gen.h:8236 ../build/bin/preferences_gen.h:8272
#: ../build/bin/preferences_gen.h:8332 ../build/bin/preferences_gen.h:8376
#: ../build/bin/preferences_gen.h:8420 ../build/bin/preferences_gen.h:8493
#: ../build/bin/preferences_gen.h:8533 ../build/bin/preferences_gen.h:8573
#: ../build/bin/preferences_gen.h:8609 ../build/bin/preferences_gen.h:8664
#: ../build/bin/preferences_gen.h:8700 ../build/bin/preferences_gen.h:8760
#: ../build/bin/preferences_gen.h:8806 ../build/bin/preferences_gen.h:8842
#: ../build/bin/preferences_gen.h:8888 ../build/bin/preferences_gen.h:8948
#: ../build/bin/preferences_gen.h:9000 ../build/bin/preferences_gen.h:9046
#: ../build/bin/preferences_gen.h:9114 ../build/bin/preferences_gen.h:9161
msgid "this setting has been modified"
msgstr ""
#: ../build/bin/preferences_gen.h:4060 ../src/gui/gtk.c:1176
#: ../src/gui/preferences.c:538 ../src/libs/tools/lighttable.c:68
#: ../src/views/lighttable.c:91
msgid "lighttable"
msgstr ""
#: ../build/bin/preferences_gen.h:4063 ../build/bin/preferences_gen.h:4668
#: ../build/bin/preferences_gen.h:6711 ../src/gui/preferences.c:271
msgid "general"
msgstr ""
#: ../build/bin/preferences_gen.h:4083
msgid "hide built-in presets for utility modules"
msgstr ""
#: ../build/bin/preferences_gen.h:4094 ../build/bin/preferences_gen.h:4130
#: ../build/bin/preferences_gen.h:4166 ../build/bin/preferences_gen.h:4202
#: ../build/bin/preferences_gen.h:4238 ../build/bin/preferences_gen.h:4274
#: ../build/bin/preferences_gen.h:4310 ../build/bin/preferences_gen.h:4413
#: ../build/bin/preferences_gen.h:4508 ../build/bin/preferences_gen.h:4548
#: ../build/bin/preferences_gen.h:4591 ../build/bin/preferences_gen.h:4634
#: ../build/bin/preferences_gen.h:4743 ../build/bin/preferences_gen.h:4808
#: ../build/bin/preferences_gen.h:4844 ../build/bin/preferences_gen.h:4887
#: ../build/bin/preferences_gen.h:4962 ../build/bin/preferences_gen.h:5042
#: ../build/bin/preferences_gen.h:5107 ../build/bin/preferences_gen.h:5177
#: ../build/bin/preferences_gen.h:5213 ../build/bin/preferences_gen.h:5281
#: ../build/bin/preferences_gen.h:5317 ../build/bin/preferences_gen.h:5353
#: ../build/bin/preferences_gen.h:5389 ../build/bin/preferences_gen.h:5425
#: ../build/bin/preferences_gen.h:5461 ../build/bin/preferences_gen.h:5497
#: ../build/bin/preferences_gen.h:5562 ../build/bin/preferences_gen.h:5627
#: ../build/bin/preferences_gen.h:5717 ../build/bin/preferences_gen.h:5753
#: ../build/bin/preferences_gen.h:5789 ../build/bin/preferences_gen.h:5854
#: ../build/bin/preferences_gen.h:5919 ../build/bin/preferences_gen.h:5989
#: ../build/bin/preferences_gen.h:6031 ../build/bin/preferences_gen.h:6097
#: ../build/bin/preferences_gen.h:6157 ../build/bin/preferences_gen.h:6193
#: ../build/bin/preferences_gen.h:6229 ../build/bin/preferences_gen.h:6265
#: ../build/bin/preferences_gen.h:6301 ../build/bin/preferences_gen.h:6379
#: ../build/bin/preferences_gen.h:6416 ../build/bin/preferences_gen.h:6452
#: ../build/bin/preferences_gen.h:6488 ../build/bin/preferences_gen.h:6524
#: ../build/bin/preferences_gen.h:6595 ../build/bin/preferences_gen.h:6671
#: ../build/bin/preferences_gen.h:6742 ../build/bin/preferences_gen.h:6778
#: ../build/bin/preferences_gen.h:6814 ../build/bin/preferences_gen.h:6850
#: ../build/bin/preferences_gen.h:6886 ../build/bin/preferences_gen.h:6922
#: ../build/bin/preferences_gen.h:6958 ../build/bin/preferences_gen.h:6994
#: ../build/bin/preferences_gen.h:7029 ../build/bin/preferences_gen.h:7064
#: ../build/bin/preferences_gen.h:7100 ../build/bin/preferences_gen.h:7180
#: ../build/bin/preferences_gen.h:7220 ../build/bin/preferences_gen.h:7334
#: ../build/bin/preferences_gen.h:7454 ../build/bin/preferences_gen.h:7572
#: ../build/bin/preferences_gen.h:7637 ../build/bin/preferences_gen.h:7673
#: ../build/bin/preferences_gen.h:7738 ../build/bin/preferences_gen.h:7774
#: ../build/bin/preferences_gen.h:7810 ../build/bin/preferences_gen.h:7846
#: ../build/bin/preferences_gen.h:7882 ../build/bin/preferences_gen.h:7942
#: ../build/bin/preferences_gen.h:8007 ../build/bin/preferences_gen.h:8047
#: ../build/bin/preferences_gen.h:8097 ../build/bin/preferences_gen.h:8142
#: ../build/bin/preferences_gen.h:8178 ../build/bin/preferences_gen.h:8214
#: ../build/bin/preferences_gen.h:8250 ../build/bin/preferences_gen.h:8310
#: ../build/bin/preferences_gen.h:8346 ../build/bin/preferences_gen.h:8390
#: ../build/bin/preferences_gen.h:8511 ../build/bin/preferences_gen.h:8551
#: ../build/bin/preferences_gen.h:8587 ../build/bin/preferences_gen.h:8627
#: ../build/bin/preferences_gen.h:8678 ../build/bin/preferences_gen.h:8738
#: ../build/bin/preferences_gen.h:8820 ../build/bin/preferences_gen.h:8926
#: ../build/bin/preferences_gen.h:8962 ../build/bin/preferences_gen.h:9060
#: ../src/lua/preferences.c:682 ../src/lua/preferences.c:710
#, c-format
msgid "double click to reset to `%s'"
msgstr ""
#: ../build/bin/preferences_gen.h:4094 ../build/bin/preferences_gen.h:4130
#: ../build/bin/preferences_gen.h:4166 ../build/bin/preferences_gen.h:4202
#: ../build/bin/preferences_gen.h:4238 ../build/bin/preferences_gen.h:4310
#: ../build/bin/preferences_gen.h:4844 ../build/bin/preferences_gen.h:5042
#: ../build/bin/preferences_gen.h:5317 ../build/bin/preferences_gen.h:5461
#: ../build/bin/preferences_gen.h:5789 ../build/bin/preferences_gen.h:5854
#: ../build/bin/preferences_gen.h:6193 ../build/bin/preferences_gen.h:6265
#: ../build/bin/preferences_gen.h:6416 ../build/bin/preferences_gen.h:6488
#: ../build/bin/preferences_gen.h:6958 ../build/bin/preferences_gen.h:7673
#: ../build/bin/preferences_gen.h:7846 ../build/bin/preferences_gen.h:8097
#: ../build/bin/preferences_gen.h:8178 ../build/bin/preferences_gen.h:8214
#: ../build/bin/preferences_gen.h:8250 ../build/bin/preferences_gen.h:8346
#: ../build/bin/preferences_gen.h:8587 ../build/bin/preferences_gen.h:8678
#: ../build/bin/preferences_gen.h:8820
msgctxt "preferences"
msgid "FALSE"
msgstr ""
#: ../build/bin/preferences_gen.h:4097
msgid "hides built-in presets of utility modules in presets menu."
msgstr ""
#: ../build/bin/preferences_gen.h:4119
msgid "use single-click in the collections module"
msgstr ""
#: ../build/bin/preferences_gen.h:4133
msgid ""
"check this option to use single-click to select items in the collections "
"module. this will allow you to do range selections for date-time and numeric "
"values."
msgstr ""
#: ../build/bin/preferences_gen.h:4155
msgid "expand a single utility module at a time"
msgstr ""
#: ../build/bin/preferences_gen.h:4169
msgid "this option toggles the behavior of shift clicking in lighttable mode"
msgstr ""
#: ../build/bin/preferences_gen.h:4191
msgid "scroll utility modules to the top when expanded"
msgstr ""
#: ../build/bin/preferences_gen.h:4205 ../build/bin/preferences_gen.h:5500
msgid ""
"when this option is enabled then darktable will try to scroll the module to "
"the top of the visible list"
msgstr ""
#: ../build/bin/preferences_gen.h:4227
msgid "rating an image one star twice will not zero out the rating"
msgstr ""