-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/
cura.pot
5728 lines (4338 loc) · 113 KB
/
cura.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: 2024-10-09 14:27+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"
#, python-format
msgctxt "@info 'width', 'depth' and 'height' are variable names that must NOT be translated; just translate the format of ##x##x## mm."
msgid "%(width).1f x %(depth).1f x %(height).1f mm"
msgstr ""
msgctxt "@action:label"
msgid "%1 & material"
msgstr ""
msgctxt "@action:label"
msgid "%1 out of %2"
msgstr ""
msgctxt "@action:label"
msgid "%1 override"
msgid_plural "%1 overrides"
msgstr[0] ""
msgstr[1] ""
msgctxt "@action:label"
msgid "%1, %2 override"
msgid_plural "%1, %2 overrides"
msgstr[0] ""
msgstr[1] ""
msgctxt "@label g for grams"
msgid "%1g"
msgstr ""
msgctxt "@label m for meter"
msgid "%1m"
msgstr ""
msgctxt "@action:inmenu menubar:printer"
msgid "&Add Printer..."
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "&Camera position"
msgstr ""
msgctxt "@action:inmenu menubar:profile"
msgid "&Create profile from current settings/overrides..."
msgstr ""
msgctxt "@action:inmenu menubar:profile"
msgid "&Discard current changes"
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Edit"
msgstr ""
msgctxt "@title:menu menubar:file"
msgid "&Export..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&File"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "&Group Models"
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Help"
msgstr ""
msgctxt "@title:menu"
msgid "&Material"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "&Merge Models"
msgstr ""
msgctxt "@action:inmenu"
msgid "&Multiply Model..."
msgstr ""
msgctxt "@action:inmenu menubar:file"
msgid "&New Project..."
msgstr ""
msgctxt "@action:inmenu menubar:file"
msgid "&Open File(s)..."
msgstr ""
msgctxt "@title:menu menubar:settings"
msgid "&Printer"
msgstr ""
msgctxt "@action:inmenu menubar:file"
msgid "&Quit"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "&Redo"
msgstr ""
msgctxt "@title:menu menubar:file"
msgid "&Save Project..."
msgstr ""
msgctxt "@title:menu menubar:file Don't translate 'Universal Cura Project'"
msgid "&Save Universal Cura Project..."
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&Settings"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "&Undo"
msgstr ""
msgctxt "@action:inmenu menubar:profile"
msgid "&Update profile with current settings/overrides"
msgstr ""
msgctxt "@title:menu menubar:toplevel"
msgid "&View"
msgstr ""
msgctxt "@label"
msgid "*You will need to restart the application for these changes to have effect."
msgstr ""
msgctxt "@text"
msgid ""
"- Add material profiles and plug-ins from the Marketplace\n"
"- Back-up and sync your material profiles and plug-ins\n"
"- Share ideas and get help from 48,000+ users in the UltiMaker community"
msgstr ""
msgctxt "@heading"
msgid "-- incomplete --"
msgstr ""
msgctxt "@action:label"
msgid "1mm Transmittance (%)"
msgstr ""
msgctxt "@info:title"
msgid "3D Model Assistant"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "3D View"
msgstr ""
msgctxt "@info:tooltip"
msgid "3D View"
msgstr ""
msgctxt "@item:inlistbox"
msgid "3MF File"
msgstr ""
msgctxt "@error:zip"
msgid "3MF Writer plug-in is corrupt."
msgstr ""
msgctxt "@item:inlistbox"
msgid "3MF file"
msgstr ""
msgctxt "@info, %1 is the name of the custom profile"
msgid "<b>%1</b> custom profile is active and you overwrote some settings."
msgstr ""
msgctxt "@info, %1 is the name of the custom profile"
msgid "<b>%1</b> custom profile is overriding some settings."
msgstr ""
msgctxt "@label %i will be replaced with a profile name"
msgid "<b>Only user changed settings will be saved in the custom profile.</b><br/>For materials that support it, the new custom profile will inherit properties from <b>%1</b>."
msgstr ""
#, python-brace-format
msgctxt "@label OpenGL renderer"
msgid "<li>OpenGL Renderer: {renderer}</li>"
msgstr ""
#, python-brace-format
msgctxt "@label OpenGL vendor"
msgid "<li>OpenGL Vendor: {vendor}</li>"
msgstr ""
#, python-brace-format
msgctxt "@label OpenGL version"
msgid "<li>OpenGL Version: {version}</li>"
msgstr ""
msgctxt "@label crash message"
msgid ""
"<p><b>A fatal error has occurred in Cura. Please send us this Crash Report to fix the problem</p></b>\n"
" <p>Please use the \"Send report\" button to post a bug report automatically to our servers</p>\n"
" "
msgstr ""
msgctxt "@label crash message"
msgid ""
"<p><b>Oops, UltiMaker Cura has encountered something that doesn't seem right.</p></b>\n"
" <p>We encountered an unrecoverable error during start up. It was possibly caused by some incorrect configuration files. We suggest to backup and reset your configuration.</p>\n"
" <p>Backups can be found in the configuration folder.</p>\n"
" <p>Please send us this Crash Report to fix the problem.</p>\n"
" "
msgstr ""
#, python-brace-format
msgctxt "@info:status"
msgid ""
"<p>One or more 3D models may not print optimally due to the model size and material configuration:</p>\n"
"<p>{model_names}</p>\n"
"<p>Find out how to ensure the best possible print quality and reliability.</p>\n"
"<p><a href=\"https://ultimaker.com/3D-model-assistant\">View print quality guide</a></p>"
msgstr ""
msgctxt "@label"
msgid "A USB print is in progress, closing Cura will stop this print. Are you sure?"
msgstr ""
msgctxt "info:status"
msgid "A cloud connection is not available for a printer"
msgid_plural "A cloud connection is not available for some printers"
msgstr[0] ""
msgstr[1] ""
msgctxt "@text"
msgid "A highly dense and strong part but at a slower print time. Great for functional parts."
msgstr ""
msgctxt "@message"
msgid "A print is still in progress. Cura cannot start another print via USB until the previous print has completed."
msgstr ""
msgctxt "@item:inlistbox"
msgid "AMF File"
msgstr ""
msgctxt "@label"
msgid "Abort"
msgstr ""
msgctxt "@label"
msgid "Abort Print"
msgstr ""
msgctxt "@window:title"
msgid "Abort print"
msgstr ""
msgctxt "@label:status"
msgid "Aborted"
msgstr ""
msgctxt "@label"
msgid "Aborting..."
msgstr ""
msgctxt "@label:status"
msgid "Aborting..."
msgstr ""
msgctxt "@title:window The argument is the application name."
msgid "About %1"
msgstr ""
msgctxt "@action:inmenu menubar:help"
msgid "About..."
msgstr ""
msgctxt "@button"
msgid "Accept"
msgstr ""
msgctxt "@label"
msgid "Account synced"
msgstr ""
msgctxt "@label:status"
msgid "Action required"
msgstr ""
msgctxt "@action:button"
msgid "Activate"
msgstr ""
msgctxt "@label"
msgid "Active print"
msgstr ""
msgctxt "@action:button"
msgid "Add"
msgstr ""
msgctxt "@button"
msgid "Add"
msgstr ""
msgctxt "@action:button"
msgid "Add New"
msgstr ""
msgctxt "@title:window"
msgid "Add Printer"
msgstr ""
msgctxt "@button"
msgid "Add UltiMaker printer via Digital Factory"
msgstr ""
msgctxt "@label"
msgid "Add a Cloud printer"
msgstr ""
msgctxt "@label"
msgid "Add a networked printer"
msgstr ""
msgctxt "@label"
msgid "Add a non-networked printer"
msgstr ""
msgctxt "@action"
msgid "Add a script"
msgstr ""
msgctxt "@option:check"
msgid "Add icon to system tray *"
msgstr ""
msgctxt "@button"
msgid "Add local printer"
msgstr ""
msgctxt "@option:check"
msgid "Add machine prefix to job name"
msgstr ""
msgctxt "@text"
msgid "Add material settings and plugins from the Marketplace"
msgstr ""
msgctxt "@action:inmenu Marketplace is a brand name of UltiMaker's, so don't translate."
msgid "Add more materials from Marketplace"
msgstr ""
msgctxt "@button"
msgid "Add printer"
msgstr ""
msgctxt "@label"
msgid "Add printer"
msgstr ""
msgctxt "@label"
msgid "Add printer by IP"
msgstr ""
msgctxt "@label"
msgid "Add printer by IP address"
msgstr ""
msgctxt "@button"
msgid "Add printer manually"
msgstr ""
#, python-brace-format
msgctxt "info:status Filled in with printer name and printer model."
msgid "Adding printer {name} ({model}) from your account"
msgstr ""
msgctxt "@label"
msgid "Address"
msgstr ""
msgctxt "@label"
msgid "Adhesion"
msgstr ""
msgctxt "@label"
msgid "Adhesion Information"
msgstr ""
msgctxt "@label"
msgid "Adjusts the density of infill of the print."
msgstr ""
msgctxt "support_type description"
msgid "Adjusts the placement of the support structures. The placement can be set to touching build plate or everywhere. When set to everywhere the support structures will also be printed on the model."
msgstr ""
msgctxt "@label Header for list of settings."
msgid "Affected By"
msgstr ""
msgctxt "@label Header for list of settings."
msgid "Affects"
msgstr ""
msgctxt "@button"
msgid "Agree"
msgstr ""
msgctxt "@item:inlistbox"
msgid "All Files (*)"
msgstr ""
#, python-brace-format
msgctxt "@item:inlistbox"
msgid "All Supported Types ({0})"
msgstr ""
msgctxt "@text:window"
msgid "Allow sending anonymous data"
msgstr ""
msgctxt "@option:discardOrKeep"
msgid "Always ask me this"
msgstr ""
msgctxt "@option:openProject"
msgid "Always ask me this"
msgstr ""
msgctxt "@option:discardOrKeep"
msgid "Always discard changed settings"
msgstr ""
msgctxt "@option:openProject"
msgid "Always import models"
msgstr ""
msgctxt "@option:openProject"
msgid "Always open as a project"
msgstr ""
msgctxt "@option:discardOrKeep"
msgid "Always transfer changed settings to new profile"
msgstr ""
msgctxt "@info:tooltip"
msgid "An model may appear extremely small if its unit is for example in meters rather than millimeters. Should these models be scaled up?"
msgstr ""
msgctxt "@label"
msgid "Annealing"
msgstr ""
msgctxt "@label"
msgid "Anonymous"
msgstr ""
msgctxt "@option:radio"
msgid "Anonymous crash reports"
msgstr ""
msgctxt "@label Description for application component"
msgid "Application framework"
msgstr ""
msgctxt "@title:column"
msgid "Applies on"
msgstr ""
msgctxt "@label"
msgid "Apply Extruder offsets to GCode"
msgstr ""
msgctxt "@info:title"
msgid "Are you ready for cloud printing?"
msgstr ""
msgctxt "@label %1 is the name of a print job."
msgid "Are you sure you want to abort %1?"
msgstr ""
msgctxt "@label"
msgid "Are you sure you want to abort the print?"
msgstr ""
msgctxt "@label %1 is the name of a print job."
msgid "Are you sure you want to delete %1?"
msgstr ""
msgctxt "@dialog:info"
msgid "Are you sure you want to delete this backup? This cannot be undone."
msgstr ""
msgctxt "@label %1 is the application name"
msgid "Are you sure you want to exit %1?"
msgstr ""
msgctxt "@label %1 is the name of a print job."
msgid "Are you sure you want to move %1 to the top of the queue?"
msgstr ""
#, python-brace-format
msgctxt "@message {printer_name} is replaced with the name of the printer"
msgid "Are you sure you want to remove {printer_name} temporarily?"
msgstr ""
msgctxt "@info:question"
msgid "Are you sure you want to start a new project? This will clear the build plate and any unsaved settings."
msgstr ""
msgctxt "@label (%1 is object name)"
msgid "Are you sure you wish to remove %1? This cannot be undone!"
msgstr ""
#, python-brace-format
msgctxt "@label {0} is the name of a printer that's about to be deleted."
msgid "Are you sure you wish to remove {0}? This cannot be undone!"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "Arrange All Models"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "Arrange All Models in a grid"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "Arrange Selection"
msgstr ""
msgctxt "@label:button"
msgid "Ask a question"
msgstr ""
msgctxt "@checkbox:description"
msgid "Auto Backup"
msgstr ""
msgctxt "@checkbox:description"
msgid "Automatically create a backup each day that Cura is started."
msgstr ""
msgctxt "@option:check"
msgid "Automatically drop models to the build plate"
msgstr ""
msgctxt "@action:button"
msgid "Automatically upgrade Firmware"
msgstr ""
msgctxt "@label"
msgid "Available networked printers"
msgstr ""
msgctxt "@item:inlistbox"
msgid "BMP Image"
msgstr ""
msgctxt "@button"
msgid "Back"
msgstr ""
msgctxt "@button:tooltip"
msgid "Back"
msgstr ""
msgctxt "@info:title"
msgid "Backup"
msgstr ""
msgctxt "@button"
msgid "Backup Now"
msgstr ""
msgctxt "@action:button"
msgid "Backup and Reset Configuration"
msgstr ""
msgctxt "@text"
msgid "Backup and sync your material settings and plugins"
msgstr ""
msgctxt "@description"
msgid "Backup and synchronize your Cura settings."
msgstr ""
msgctxt "@info:title"
msgid "Backups"
msgstr ""
msgctxt "@label"
msgid "Balanced"
msgstr ""
msgctxt "@action:label"
msgid "Base (mm)"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Bottom View"
msgstr ""
msgctxt "@label"
msgid "Brand"
msgstr ""
msgctxt "@title"
msgid "Build Plate Leveling"
msgstr ""
msgctxt "@info:title"
msgid "Build Volume"
msgstr ""
msgctxt "@label"
msgid "Build plate"
msgstr ""
msgctxt "@label"
msgid "Build plate shape"
msgstr ""
msgctxt "@label"
msgid "Bundled Materials"
msgstr ""
msgctxt "@label"
msgid "Bundled Plugins"
msgstr ""
msgctxt "@button"
msgid "Buy spool"
msgstr ""
msgctxt "@label Is followed by the name of an author"
msgid "By"
msgstr ""
msgctxt "@label Description for application dependency"
msgid "C/C++ Binding library"
msgstr ""
msgctxt "@item:inlistbox"
msgid "COLLADA Digital Asset Exchange"
msgstr ""
msgctxt "@info:status"
msgid "Calculated"
msgstr ""
msgctxt "@window:text"
msgid "Camera navigation:"
msgstr ""
msgctxt "@window:text"
msgid "Camera rendering:"
msgstr ""
msgctxt "@action:inmenu menubar:view"
msgid "Camera view"
msgstr ""
msgctxt "@info:title"
msgid "Can't Find Location"
msgstr ""
msgctxt "@info:title"
msgid "Can't Open Project File"
msgstr ""
msgctxt "@label"
msgid "Can't connect to your UltiMaker printer?"
msgstr ""
#, python-brace-format
msgctxt "@info:status Don't translate the XML tags <filename>!"
msgid "Can't import profile from <filename>{0}</filename> before a printer is added."
msgstr ""
#, python-brace-format
msgctxt "@info:status"
msgid "Can't open any other file if G-code is loading. Skipped importing {0}"
msgstr ""
msgctxt "@info:error"
msgid "Can't write to UFP file:"
msgstr ""
msgctxt "@action:button"
msgid "Cancel"
msgstr ""
msgctxt "@button"
msgid "Cancel"
msgstr ""
msgctxt "@button Cancel pre-heating"
msgid "Cancel"
msgstr ""
msgctxt "@option:check"
msgid "Caution message in g-code reader"
msgstr ""
msgctxt "@action:inmenu"
msgid "Ce&nter Model on Platform"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "Center Selected"
msgstr ""
msgctxt "@action:button"
msgid "Center camera when item is selected"
msgstr ""
msgctxt "@info:tooltip"
msgid "Change active post-processing scripts."
msgstr ""
msgctxt "@label"
msgid "Change material %1 from %2 to %3."
msgstr ""
msgctxt "@label"
msgid "Change print core %1 from %2 to %3."
msgstr ""
msgctxt "@info:title"
msgid "Changes detected from your UltiMaker account"
msgstr ""
msgctxt "@title"
msgid "Changes from your account"
msgstr ""
msgctxt "@label:textbox"
msgid "Check all"
msgstr ""
msgctxt "@button"
msgid "Check for account updates"
msgstr ""
msgctxt "@option:check"
msgid "Check for updates on start"
msgstr ""
msgctxt "@label"
msgid "Checking..."
msgstr ""
msgctxt "@label"
msgid ""
"Chooses between the techniques available to generate support. \n"
"\n"
"\"Normal\" support creates a support structure directly below the overhanging parts and drops those areas straight down. \n"
"\n"
"\"Tree\" support creates branches towards the overhanging areas that support the model on the tips of those branches, and allows the branches to crawl around the model to support it from the build plate as much as possible."
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "Clear Build Plate"
msgstr ""
msgctxt "@option:check"
msgid "Clear buildplate before loading model into the single instance"
msgstr ""
msgctxt "@text"
msgid "Click the export material archive button."
msgstr ""
msgctxt "@action:button"
msgid "Close"
msgstr ""
msgctxt "@title:window %1 is the application name"
msgid "Closing %1"
msgstr ""
msgctxt "@action:inmenu"
msgid "Collapse All Categories"
msgstr ""
msgctxt "@label"
msgid "Color"
msgstr ""
msgctxt "@action:label"
msgid "Color Model"
msgstr ""
msgctxt "@label"
msgid "Color scheme"
msgstr ""
msgctxt "@label"
msgid "Combination not recommended. Load BB core to slot 1 (left) for better reliability."
msgstr ""
msgctxt "@info"
msgid "Compare and save."
msgstr ""
msgctxt "@label"
msgid "Compatibility Mode"
msgstr ""
msgctxt "@label Description for application dependency"
msgid "Compatibility between Python 2 and 3"
msgstr ""
msgctxt "@title:label"
msgid "Compatible Printers"
msgstr ""
msgctxt "@label"
msgid "Compatible material diameter"
msgstr ""
msgctxt "@header"
msgid "Compatible printers"
msgstr ""
msgctxt "@header"
msgid "Compatible support materials"
msgstr ""
msgctxt "@header"
msgid "Compatible with Material Station"
msgstr ""
msgctxt "@item:inlistbox"
msgid "Compressed COLLADA Digital Asset Exchange"
msgstr ""
msgctxt "@item:inlistbox"
msgid "Compressed G-code File"
msgstr ""
msgctxt "@title:window"
msgid "Configuration Changes"
msgstr ""
msgctxt "@error"
msgid "Configuration not supported"
msgstr ""
msgctxt "@header"
msgid "Configurations"
msgstr ""
msgctxt "@label"
msgid "Configurations"
msgstr ""
msgctxt "@action:inmenu"
msgid "Configure Cura..."
msgstr ""
msgctxt "@info:tooltip"
msgid "Configure Per Model Settings"
msgstr ""
msgctxt "@action"
msgid "Configure group"
msgstr ""
msgctxt "@action:menu"
msgid "Configure setting visibility..."
msgstr ""
msgctxt "@title:window"
msgid "Confirm Diameter Change"
msgstr ""
msgctxt "@title:window"
msgid "Confirm Remove"
msgstr ""
msgctxt "@action:button"
msgid "Connect"
msgstr ""
msgctxt "@button"
msgid "Connect"
msgstr ""
msgctxt "@title:window"
msgid "Connect to Networked Printer"
msgstr ""
msgctxt "@action"
msgid "Connect via Network"
msgstr ""
msgctxt "@info:status"
msgid "Connected over the network"
msgstr ""
msgctxt "@label"
msgid "Connected printers"
msgstr ""
msgctxt "@info:status"
msgid "Connected via USB"
msgstr ""
msgctxt "@info:status"
msgid "Connected via cloud"
msgstr ""
msgctxt "@tooltip:button"
msgid "Consult the UltiMaker Community."
msgstr ""
msgctxt "@title:window"
msgid "Convert Image"
msgstr ""
msgctxt "@label"
msgid "Cooling Fan Number"
msgstr ""
msgctxt "@action:menu"
msgid "Copy all changed values to all extruders"
msgstr ""
msgctxt "@action:inmenu menubar:edit"
msgid "Copy to clipboard"
msgstr ""
msgctxt "@action:menu"
msgid "Copy value to all extruders"
msgstr ""
msgctxt "@label"
msgid "Cost per Meter"
msgstr ""
msgctxt "@info"
msgid "Could not access update information."
msgstr ""
msgctxt "@label"
msgid "Could not connect to device."
msgstr ""
msgctxt "@info:backup_failed"
msgid "Could not create archive from user data directory: {}"
msgstr ""
#, python-brace-format
msgctxt "@info:status Don't translate the tag {device}!"
msgid "Could not find a file name when trying to write to {device}."
msgstr ""
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
msgid "Could not import material <filename>%1</filename>: <message>%2</message>"
msgstr ""
msgctxt "@info:error"
msgid "Could not interpret the server's response."
msgstr ""
msgctxt "@error:load"
msgid "Could not load GCodeWriter plugin. Try to re-enable the plugin."
msgstr ""
msgctxt "@info:error"
msgid "Could not reach Marketplace."
msgstr ""
msgctxt "@message"
msgid "Could not read response."
msgstr ""
msgctxt "@message:text"
msgid "Could not save material archive to {}:"