File: uranium.pot

package info (click to toggle)
uranium 5.0.0-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,328 kB
  • sloc: python: 31,765; sh: 132; makefile: 12
file content (928 lines) | stat: -rw-r--r-- 27,189 bytes parent folder | download | duplicates (2)
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
# 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-04-13 10:45+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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"

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:30
msgctxt "@item:inmenu"
msgid "Local File"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:31
msgctxt "@action:button Preceded by 'Ready to'."
msgid "Save to Disk"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:32
msgctxt "@info:tooltip"
msgid "Save to Disk"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:36
msgctxt "@item:inmenu About saving files to the hard drive"
msgid "To Disk"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:58
msgctxt "@title:window"
msgid "Save to Disk"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:91
msgctxt "@info:warning"
msgid "There are no file types available to write with!"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:139
msgctxt "@title:window"
msgid "File Already Exists"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:139
#, python-brace-format
msgctxt "@label Don't translate the XML tag <filename>!"
msgid ""
"The file <filename>{0}</filename> already exists. Are you sure you want to "
"overwrite it?"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:172
#, python-brace-format
msgctxt "@info:progress Don't translate the XML tags <filename>!"
msgid "Saving to <filename>{0}</filename>"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:173
msgctxt "@info:title"
msgid "Saving"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:181
#, python-brace-format
msgctxt "@info:status Don't translate the XML tags <filename>!"
msgid "Permission denied when trying to save <filename>{0}</filename>"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:184
#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:204
#, python-brace-format
msgctxt "@info:status Don't translate the XML tags <filename> or <message>!"
msgid "Could not save to <filename>{0}</filename>: <message>{1}</message>"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:195
#, python-brace-format
msgctxt "@info:status Don't translate the XML tags <filename>!"
msgid "Saved to <filename>{0}</filename>"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:196
msgctxt "@info:title"
msgid "File Saved"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:198
msgctxt "@action:button"
msgid "Open Folder"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:198
msgctxt "@info:tooltip"
msgid "Open the folder containing the file"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:206
#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:216
#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Bindings/OutputDeviceManagerProxy.py:156
#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Bindings/OutputDeviceManagerProxy.py:160
msgctxt "@info:title"
msgid "Error"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/LocalFileOutputDevice/LocalFileOutputDevice.py:215
#, python-brace-format
msgctxt "@info:status"
msgid ""
"Something went wrong saving to <filename>{0}</filename>: <message>{1}</"
"message>"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Views/SimpleView/__init__.py:12
msgctxt "@item:inmenu"
msgid "Simple"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/FileHandlers/STLWriter/STLWriter.py:29
#: /home/remco/dev/code/ulti/trans/Uranium/plugins/FileHandlers/OBJWriter/OBJWriter.py:32
msgctxt "@error:no mesh"
msgid "There is no mesh to write."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/FileHandlers/STLWriter/STLWriter.py:38
msgctxt "@error:not supported"
msgid "Unsupported output mode writing STL to stream."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/FileHandlers/STLWriter/__init__.py:17
msgctxt "@item:inlistbox"
msgid "STL File (ASCII)"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/FileHandlers/STLWriter/__init__.py:23
msgctxt "@item:inlistbox"
msgid "STL File (Binary)"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/FileHandlers/STLReader/__init__.py:14
msgctxt "@item:inlistbox"
msgid "STL File"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/FileHandlers/OBJWriter/OBJWriter.py:25
msgctxt "@error:not supported"
msgid "OBJWriter does not support non-text mode."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/FileHandlers/OBJWriter/__init__.py:15
#: /home/remco/dev/code/ulti/trans/Uranium/plugins/FileHandlers/OBJReader/__init__.py:15
msgctxt "@item:inlistbox"
msgid "Wavefront OBJ File"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/NewVersionMessage.py:18
#, python-brace-format
msgctxt "@info:status"
msgid "{application_name} {version_number} is available!"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/NewVersionMessage.py:22
#, python-brace-format
msgctxt "@info:status"
msgid ""
"{application_name} {version_number} provides a better and more reliable "
"printing experience."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/NewVersionMessage.py:28
#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/NewBetaVersionMessage.py:28
msgctxt "@action:button"
msgid "Download"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/NewVersionMessage.py:30
#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/NewBetaVersionMessage.py:31
msgctxt "@action:button"
msgid "Learn more"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/NewBetaVersionMessage.py:18
#, python-brace-format
msgctxt "@info:status"
msgid "{application_name} {version_number}-BETA is available!"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/NewBetaVersionMessage.py:22
#, python-brace-format
msgctxt "@info:status"
msgid "Try out the latest BETA version and help us improve {application_name}."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/UpdateChecker.py:39
msgctxt "@item:inmenu"
msgid "Update Checker"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/UpdateChecker.py:40
msgctxt "@item:inmenu"
msgid "Check for Updates"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/UpdateChecker.py:99
msgctxt "@info"
msgid "The version you are using does not support checking for updates."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/UpdateChecker.py:100
msgctxt "@info:title"
msgid "Warning"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/UpdateChecker.py:154
msgctxt "@info"
msgid "No new version was found."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/UpdateChecker/UpdateChecker.py:155
#: /home/remco/dev/code/ulti/trans/Uranium/UM/VersionUpgradeManager.py:174
msgctxt "@info:title"
msgid "Version Upgrade"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/TranslateTool/__init__.py:12
msgctxt "@action:button"
msgid "Move"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/TranslateTool/__init__.py:13
msgctxt "@info:tooltip"
msgid "Move Model"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/MirrorTool/__init__.py:12
msgctxt "@label"
msgid "Mirror"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/MirrorTool/__init__.py:13
msgctxt "@info:tooltip"
msgid "Mirror Model"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/RotateTool/RotateTool.py:353
msgctxt "@label"
msgid "Laying object flat on buildplate..."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/RotateTool/RotateTool.py:356
msgctxt "@title"
msgid "Object Rotation"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/RotateTool/__init__.py:12
msgctxt "@label"
msgid "Rotate"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/RotateTool/__init__.py:13
msgctxt "@info:tooltip"
msgid "Rotate Model"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/ScaleTool/__init__.py:12
msgctxt "@label"
msgid "Scale"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/ScaleTool/__init__.py:13
msgctxt "@info:tooltip"
msgid "Scale Model"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Scene/Scene.py:190
#, python-brace-format
msgctxt "@info"
msgid "Would you like to reload {filename}?"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Scene/Scene.py:192
msgctxt "@info:title"
msgid "File has been modified"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Scene/Scene.py:193
msgctxt "@action:button"
msgid "Reload"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Scene/Scene.py:195
msgctxt "@action:description"
msgid "This will trigger the modified files to reload from disk."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/View/GL/OpenGL.py:59
#: /home/remco/dev/code/ulti/trans/Uranium/UM/View/GL/OpenGL.py:64
msgctxt "@message"
msgid "Failed to Initialize OpenGL"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/View/GL/OpenGL.py:74
msgctxt "Critical OpenGL Extensions Missing"
msgid ""
"Critical OpenGL extensions are missing. This program requires support for "
"Framebuffer Objects. Please check your video card drivers."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PackageManager.py:294
#, python-brace-format
msgctxt "@error:uninstall"
msgid "There were some errors uninstalling the following packages: {packages}"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PackageManager.py:296
msgctxt "@info:title"
msgid "Uninstalling errors"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PackageManager.py:307
#, python-brace-format
msgctxt "@info:progress Don't translate {package_id}"
msgid "Installing plugin {package_id}..."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PackageManager.py:615
#, python-brace-format
msgctxt "@error:update"
msgid ""
"There was an error uninstalling the package {package} before installing new "
"version:\n"
"{error}.\n"
"Please try to upgrade again later."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PackageManager.py:618
msgctxt "@info:title"
msgid "Updating error"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PluginRegistry.py:331
msgctxt "@info:status"
msgid ""
"The plugin has been installed.\n"
"Please re-start the application to activate the plugin."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PluginRegistry.py:398
msgctxt "@error:untrusted"
msgid "Plugin {} was not loaded because it could not be verified."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PluginRegistry.py:503
msgctxt "@action:button"
msgid "Dismiss"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PluginRegistry.py:513
msgctxt "@error"
msgid ""
"The plugin {} could not be loaded. Re-installing the plugin might solve the "
"issue."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PluginRegistry.py:517
msgctxt "@action:button"
msgid "Remove plugin"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PluginRegistry.py:534
msgctxt "@info:status"
msgid "Plugin no longer scheduled to be installed."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PluginRegistry.py:540
#, python-brace-format
msgctxt "@info:status"
msgid ""
"The plugin has been removed.\n"
"Please restart {0} to finish uninstall."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PluginRegistry.py:925
#: /home/remco/dev/code/ulti/trans/Uranium/UM/Settings/Models/InstanceContainersModel.py:193
#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/FileHandler.py:71
#, python-brace-format
msgctxt "@item:inlistbox"
msgid "All Supported Types ({0})"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/PluginRegistry.py:926
#: /home/remco/dev/code/ulti/trans/Uranium/UM/Settings/Models/InstanceContainersModel.py:196
#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/FileHandler.py:72
msgctxt "@item:inlistbox"
msgid "All Files (*)"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/ConfigurationErrorMessage.py:32
#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/RotateTool/RotateTool.qml:19
#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/ScaleTool/ScaleTool.qml:66
msgctxt "@action:button"
msgid "Reset"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/ConfigurationErrorMessage.py:46
#, python-brace-format
msgctxt "@info:status"
msgid ""
"Your configuration seems to be corrupt. Something seems to be wrong with the "
"following profiles:\n"
"- {profiles}\n"
" Would you like to reset to factory defaults? Reset will remove all your "
"current printers and profiles."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/ConfigurationErrorMessage.py:51
msgctxt "@title:window"
msgid "Reset to factory"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/ConfigurationErrorMessage.py:53
msgctxt "@label"
msgid ""
"Reset will remove all your current printers and profiles! Are you sure you "
"want to reset?"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Mesh/ReadMeshJob.py:71
#, python-format, python-brace-format
msgctxt "@info:status"
msgid "Auto scaled model to {0}% of original size"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Mesh/ReadMeshJob.py:73
msgctxt "@info:title"
msgid "Scaling Object"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Duration.py:128
#, python-brace-format
msgctxt ""
"@label Short days-hours-minutes format. {0} is days, {1} is hours, {2} is "
"minutes"
msgid "{0:0>2}d {1:0>2}h {2:0>2}min"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Duration.py:130
#, python-brace-format
msgctxt "@label Short hours-minutes format. {0} is hours, {1} is minutes"
msgid "{0:0>2}h {1:0>2}min"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Duration.py:133
#, python-brace-format
msgctxt "@label Long duration format. {0} is days"
msgid "{0} day"
msgid_plural "{0} days"
msgstr[0] ""
msgstr[1] ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Duration.py:133
#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Duration.py:135
#, python-brace-format
msgctxt "@label Long duration format. {0} is hours"
msgid "{0} hour"
msgid_plural "{0} hours"
msgstr[0] ""
msgstr[1] ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Duration.py:133
#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Duration.py:135
#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Duration.py:137
#, python-brace-format
msgctxt "@label Long duration format. {0} is minutes"
msgid "{0} minute"
msgid_plural "{0} minutes"
msgstr[0] ""
msgstr[1] ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/QtApplication.py:195
#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/QtApplication.py:216
msgctxt "@info:progress"
msgid "Loading plugins..."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/QtApplication.py:197
#, python-brace-format
msgctxt "@info:progress"
msgid "Loading plugin {plugin_id}..."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/QtApplication.py:203
msgctxt "@info:progress"
msgid "Initializing package manager..."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/QtApplication.py:211
msgctxt "@info:status"
msgid "Your configuration seems to be corrupt."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/QtApplication.py:213
msgctxt "@info:title"
msgid "Configuration errors"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/QtApplication.py:225
msgctxt "@info:progress"
msgid "Updating configuration..."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/QtApplication.py:231
msgctxt "@info:progress"
msgid "Loading preferences..."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/QtApplication.py:321
msgctxt "@info:progress"
msgid "Loading UI..."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/Bindings/FileProviderModel.py:50
msgctxt "@menu"
msgid "From Disk"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/VersionUpgradeManager.py:173
#, python-brace-format
msgctxt "@info:version-upgrade"
msgid "A configuration from an older version of {0} was imported."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/ReadFileJob.py:41
#, python-brace-format
msgctxt "@info:status Don't translate the XML tag <filename>!"
msgid "Cannot open files of the type of <filename>{0}</filename>"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/ReadFileJob.py:44
msgctxt "@info:title"
msgid "Invalid File"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/ReadFileJob.py:59
#, python-brace-format
msgctxt "@info:status Don't translate the XML tag <filename>!"
msgid ""
"Failed to load <filename>{0}</filename>. The file could be corrupt or "
"inaccessible."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/ReadFileJob.py:62
#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/ReadFileJob.py:98
msgctxt "@info:title"
msgid "Unable to Open File"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/ReadFileJob.py:71
msgctxt "@info:title"
msgid "Loading"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/ReadFileJob.py:87
#, python-brace-format
msgctxt "@info:status Don't translate the XML tag <filename>!"
msgid "There where no models in <filename>{0}</filename>."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/ReadFileJob.py:90
msgctxt "@info:title"
msgid "No Models in File"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/FileHandler/ReadFileJob.py:95
#, python-brace-format
msgctxt "@info:status Don't translate the XML tag <filename>!"
msgid ""
"Failed to load <filename>{0}</filename>. The file could be corrupt, "
"inaccessible or it did not contain any models."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/TranslateTool/TranslateTool.qml:209
msgctxt "@option:check"
msgid "Lock Model"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/RotateTool/RotateTool.qml:40
msgctxt "@action:button"
msgid "Lay flat"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/RotateTool/RotateTool.qml:63
msgctxt "@action:button"
msgid "Select face to align to the build plate"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/RotateTool/RotateTool.qml:87
msgctxt "@action:checkbox"
msgid "Snap Rotation"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/ScaleTool/ScaleTool.qml:92
msgctxt "@option:check"
msgid "Snap Scaling"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/plugins/Tools/ScaleTool/ScaleTool.qml:119
msgctxt "@option:check"
msgid "Uniform Scaling"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/RenameDialog.qml:18
msgctxt "@title:window"
msgid "Rename"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/RenameDialog.qml:19
msgctxt "@info"
msgid "Please provide a new name."
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/RenameDialog.qml:78
msgctxt "@action:button"
msgid "Cancel"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/RenameDialog.qml:84
msgctxt "@action:button"
msgid "OK"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/MachinesPage.qml:12
msgctxt "@title:tab"
msgid "Printers"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/MachinesPage.qml:40
msgctxt "@label"
msgid "Type"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/ConfirmRemoveDialog.qml:15
msgctxt "@title:window"
msgid "Confirm Remove"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/ConfirmRemoveDialog.qml:16
msgctxt "@label (%1 is object name)"
msgid "Are you sure you wish to remove %1? This cannot be undone!"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/PreferencesDialog.qml:17
msgctxt "@title:window"
msgid "Preferences"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/PreferencesDialog.qml:134
msgctxt "@title:tab"
msgid "General"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/Preferences/PreferencesDialog.qml:135
msgctxt "@title:tab"
msgid "Settings"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:99
msgctxt "@option"
msgid "OK"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:100
msgctxt "@option"
msgid "Open"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:101
msgctxt "@option"
msgid "Save"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:102
msgctxt "@option"
msgid "Cancel"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:103
msgctxt "@option"
msgid "Close"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:104
msgctxt "@option"
msgid "Discard"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:105
msgctxt "@option"
msgid "Apply"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:106
msgctxt "@option"
msgid "Reset"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:107
msgctxt "@option"
msgid "Restore Defaults"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:108
msgctxt "@option"
msgid "Help"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:109
msgctxt "@option"
msgid "Save All"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:110
msgctxt "@option"
msgid "Yes"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:111
msgctxt "@option"
msgid "Yes to All"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:112
msgctxt "@option"
msgid "No"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:113
msgctxt "@option"
msgid "No to All"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:114
msgctxt "@option"
msgid "Abort"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:115
msgctxt "@option"
msgid "Retry"
msgstr ""

#: /home/remco/dev/code/ulti/trans/Uranium/UM/Qt/qml/UM/MessageDialog.qml:116
msgctxt "@option"
msgid "Ignore"
msgstr ""

#: ConsoleLogger/plugin.json
msgctxt "description"
msgid "Outputs log information to the console."
msgstr ""

#: ConsoleLogger/plugin.json
msgctxt "name"
msgid "Console Logger"
msgstr ""

#: LocalFileOutputDevice/plugin.json
msgctxt "description"
msgid "Enables saving to local files."
msgstr ""

#: LocalFileOutputDevice/plugin.json
msgctxt "name"
msgid "Local File Output Device"
msgstr ""

#: Views/SimpleView/plugin.json
msgctxt "description"
msgid "Provides a simple solid mesh view."
msgstr ""

#: Views/SimpleView/plugin.json
msgctxt "name"
msgid "Simple View"
msgstr ""

#: FileHandlers/STLWriter/plugin.json
msgctxt "description"
msgid "Provides support for writing STL files."
msgstr ""

#: FileHandlers/STLWriter/plugin.json
msgctxt "name"
msgid "STL Writer"
msgstr ""

#: FileHandlers/STLReader/plugin.json
msgctxt "description"
msgid "Provides support for reading STL files."
msgstr ""

#: FileHandlers/STLReader/plugin.json
msgctxt "name"
msgid "STL Reader"
msgstr ""

#: FileHandlers/OBJWriter/plugin.json
msgctxt "description"
msgid "Makes it possible to write Wavefront OBJ files."
msgstr ""

#: FileHandlers/OBJWriter/plugin.json
msgctxt "name"
msgid "Wavefront OBJ Writer"
msgstr ""

#: FileHandlers/OBJReader/plugin.json
msgctxt "description"
msgid "Makes it possible to read Wavefront OBJ files."
msgstr ""

#: FileHandlers/OBJReader/plugin.json
msgctxt "name"
msgid "Wavefront OBJ Reader"
msgstr ""

#: UpdateChecker/plugin.json
msgctxt "description"
msgid "Checks for updates of the software."
msgstr ""

#: UpdateChecker/plugin.json
msgctxt "name"
msgid "Update Checker"
msgstr ""

#: LocalContainerProvider/plugin.json
msgctxt "description"
msgid ""
"Provides built-in setting containers that come with the installation of the "
"application."
msgstr ""

#: LocalContainerProvider/plugin.json
msgctxt "name"
msgid "Local Container Provider"
msgstr ""

#: Tools/TranslateTool/plugin.json
msgctxt "description"
msgid "Provides the Move tool."
msgstr ""

#: Tools/TranslateTool/plugin.json
msgctxt "name"
msgid "Move Tool"
msgstr ""

#: Tools/MirrorTool/plugin.json
msgctxt "description"
msgid "Provides the Mirror tool."
msgstr ""

#: Tools/MirrorTool/plugin.json
msgctxt "name"
msgid "Mirror Tool"
msgstr ""

#: Tools/CameraTool/plugin.json
msgctxt "description"
msgid "Provides the tool to manipulate the camera."
msgstr ""

#: Tools/CameraTool/plugin.json
msgctxt "name"
msgid "Camera Tool"
msgstr ""

#: Tools/SelectionTool/plugin.json
msgctxt "description"
msgid "Provides the Selection tool."
msgstr ""

#: Tools/SelectionTool/plugin.json
msgctxt "name"
msgid "Selection Tool"
msgstr ""

#: Tools/RotateTool/plugin.json
msgctxt "description"
msgid "Provides the Rotate tool."
msgstr ""

#: Tools/RotateTool/plugin.json
msgctxt "name"
msgid "Rotate Tool"
msgstr ""

#: Tools/ScaleTool/plugin.json
msgctxt "description"
msgid "Provides the Scale tool."
msgstr ""

#: Tools/ScaleTool/plugin.json
msgctxt "name"
msgid "Scale Tool"
msgstr ""

#: FileLogger/plugin.json
msgctxt "description"
msgid "Outputs log information to a file in your settings folder."
msgstr ""

#: FileLogger/plugin.json
msgctxt "name"
msgid "File Logger"
msgstr ""