forked from buildingSMART/IFC4.3.x-output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IfcElectricalDomain.pot
6109 lines (4366 loc) · 272 KB
/
IfcElectricalDomain.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
# Industry Foundation Classes IFC.
# Copyright (C) 2020 buildingSMART
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2020-09-25 10:09+0200\n"
"X-Crowdin-SourceKey: msgstr\n"
"Language-Team: buildingSMART community\n"
#:IFC.xml:4142
msgid "IfcAudioVisualAppliance"
msgstr "IfcAudioVisualAppliance"
msgid "IfcAudioVisualAppliance_DEFINITION"
msgstr "An audio visual appliance is a device that displays, captures, transmits, or receives audio or video. Audio visual appliances may be fixed in place or may be able to be moved from one space to another. They may require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source. Audio visual appliances may be connected to data circuits including specialist circuits for audio visual purposes only. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4153
msgid "IfcAudioVisualAppliance_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAudioVisualAppliance_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4168
msgid "IfcAudioVisualApplianceType"
msgstr "IfcAudioVisualApplianceType"
msgid "IfcAudioVisualApplianceType_DEFINITION"
msgstr "The flow terminal type [[IfcAudioVisualApplianceType]] defines commonly shared information for occurrences of audio visual appliances. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a audio visual appliance type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcAudioVisualApplianceType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcAudioVisualApplianceType]] are represented by instances of [[IfcAudioVisualAppliance]] . Refer to the documentation at [[IfcAudioVisualAppliance]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4175
msgid "IfcAudioVisualApplianceType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcAudioVisualApplianceType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4187
msgid "IfcAudioVisualApplianceTypeEnum"
msgstr "IfcAudioVisualApplianceTypeEnum"
msgid "IfcAudioVisualApplianceTypeEnum_DEFINITION"
msgstr "Defines the range of different types of audio video devices that can be specified. HISTORY New enumeration in IFC4. bSI Documentation"
#:IFC.xml:4215
msgid "IfcAudioVisualApplianceTypeEnum_SPEAKER"
msgstr "SPEAKER"
msgid "IfcAudioVisualApplianceTypeEnum_SPEAKER_DEFINITION"
msgstr "A loudspeaker, speaker, or speaker system is an electroacoustical transducer that converts an electrical signal to sound."
#:IFC.xml:4204
msgid "IfcAudioVisualApplianceTypeEnum_DISPLAY"
msgstr "DISPLAY"
msgid "IfcAudioVisualApplianceTypeEnum_DISPLAY_DEFINITION"
msgstr "An electronic device that represents information in visual form such as a flat panel display or television."
#:IFC.xml:4218
msgid "IfcAudioVisualApplianceTypeEnum_TELEPHONE"
msgstr "TELEPHONE"
msgid "IfcAudioVisualApplianceTypeEnum_TELEPHONE_DEFINITION"
msgstr "TELEPHONE"
#:IFC.xml:4200
msgid "IfcAudioVisualApplianceTypeEnum_AMPLIFIER"
msgstr "AMPLIFIER"
msgid "IfcAudioVisualApplianceTypeEnum_AMPLIFIER_DEFINITION"
msgstr "A device that receives an audio signal and amplifies it to play through speakers."
#:IFC.xml:4202
msgid "IfcAudioVisualApplianceTypeEnum_CAMERA"
msgstr "CAMERA"
msgid "IfcAudioVisualApplianceTypeEnum_CAMERA_DEFINITION"
msgstr "A device that records images, either as a still photograph or as moving images known as videos or movies. Note that a camera may operate with light from the visible spectrum or from other parts of the electromagnetic spectrum such as infrared or ultraviolet."
#:IFC.xml:4211
msgid "IfcAudioVisualApplianceTypeEnum_RAILWAY_COMMUNICATION_TERMINAL"
msgstr "RAILWAY COMMUNICATION TERMINAL"
msgid "IfcAudioVisualApplianceTypeEnum_RAILWAY_COMMUNICATION_TERMINAL_DEFINITION"
msgstr "A railway communication terminal is an audio communication device that usually installed along the railway in order to be used by general public or railway agents for communication. It may specifically be used to make calls to emergency services in tunnels."
#:IFC.xml:4209
msgid "IfcAudioVisualApplianceTypeEnum_PROJECTOR"
msgstr "PROJECTOR"
msgid "IfcAudioVisualApplianceTypeEnum_PROJECTOR_DEFINITION"
msgstr "An apparatus for projecting a picture on a screen. Whether the device is an overhead, slide projector, or a film projector, it is usually referred to as simply a projector."
#:IFC.xml:4220
msgid "IfcAudioVisualApplianceTypeEnum_TUNER"
msgstr "TUNER"
msgid "IfcAudioVisualApplianceTypeEnum_TUNER_DEFINITION"
msgstr "An electronic receiver that detects, demodulates, and amplifies transmitted signals."
#:IFC.xml:4213
msgid "IfcAudioVisualApplianceTypeEnum_RECEIVER"
msgstr "RECEIVER"
msgid "IfcAudioVisualApplianceTypeEnum_RECEIVER_DEFINITION"
msgstr "A device that receives audio and or video signals, switches sources, and amplifies signals to play through speakers."
#:IFC.xml:4206
msgid "IfcAudioVisualApplianceTypeEnum_MICROPHONE"
msgstr "MICROPHONE"
msgid "IfcAudioVisualApplianceTypeEnum_MICROPHONE_DEFINITION"
msgstr "An acoustic to electric transducer or sensor that converts sound into an electrical signal. Microphones types in use include electromagnetic induction dynamic microphones , capacitance change condenser microphones or piezoelectric generation to produce the signal from mechanical vibration."
#:IFC.xml:4217
msgid "IfcAudioVisualApplianceTypeEnum_SWITCHER"
msgstr "SWITCHER"
msgid "IfcAudioVisualApplianceTypeEnum_SWITCHER_DEFINITION"
msgstr "A device that receives audio and or video signals, switches sources, and transmits signals to downstream devices."
#:IFC.xml:4207
msgid "IfcAudioVisualApplianceTypeEnum_PLAYER"
msgstr "PLAYER"
msgid "IfcAudioVisualApplianceTypeEnum_PLAYER_DEFINITION"
msgstr "A device that plays audio and or video content directly or to another device, having fixed or removable storage media."
#:IFC.xml:4222
msgid "IfcCableCarrierFitting"
msgstr "IfcCableCarrierFitting"
msgid "IfcCableCarrierFitting_DEFINITION"
msgstr "A cable carrier fitting is a fitting that is placed at junction or transition in a cable carrier system. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4233
msgid "IfcCableCarrierFitting_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCableCarrierFitting_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4247
msgid "IfcCableCarrierFittingType"
msgstr "IfcCableCarrierFittingType"
msgid "IfcCableCarrierFittingType_DEFINITION"
msgstr "The flow fitting type [[IfcCableCarrierFittingType]] defines commonly shared information for occurrences of cable carrier fittings. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a cable carrier fitting type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCableCarrierFittingType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCableCarrierFittingType]] are represented by instances of [[IfcCableCarrierFitting]] . Refer to the documentation at [[IfcCableCarrierFitting]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4254
msgid "IfcCableCarrierFittingType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCableCarrierFittingType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4266
msgid "IfcCableCarrierFittingTypeEnum"
msgstr "IfcCableCarrierFittingTypeEnum"
msgid "IfcCableCarrierFittingTypeEnum_DEFINITION"
msgstr "The [[IfcCableCarrierFittingTypeEnum]] defines the range of different types of cable carrier fitting that can be specified. HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:4271
msgid "IfcCableCarrierFittingTypeEnum_BEND"
msgstr "BEND"
msgid "IfcCableCarrierFittingTypeEnum_BEND_DEFINITION"
msgstr "BEND"
#:IFC.xml:4272
msgid "IfcCableCarrierFittingTypeEnum_CROSS"
msgstr "CROSS"
msgid "IfcCableCarrierFittingTypeEnum_CROSS_DEFINITION"
msgstr "A fitting at which two branches are taken from the main route of the cable carrier simultaneously."
#:IFC.xml:4274
msgid "IfcCableCarrierFittingTypeEnum_TEE"
msgstr "TEE"
msgid "IfcCableCarrierFittingTypeEnum_TEE_DEFINITION"
msgstr "A fitting at which a branch is taken from the main route of the cable carrier."
#:IFC.xml:4273
msgid "IfcCableCarrierFittingTypeEnum_REDUCER"
msgstr "REDUCER"
msgid "IfcCableCarrierFittingTypeEnum_REDUCER_DEFINITION"
msgstr "A fitting that changes the physical size of the main route of the cable carrier."
#:IFC.xml:4275
msgid "IfcCableCarrierSegment"
msgstr "IfcCableCarrierSegment"
msgid "IfcCableCarrierSegment_DEFINITION"
msgstr "A cable carrier segment is a flow segment that is specifically used to carry and support cabling. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4288
msgid "IfcCableCarrierSegment_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCableCarrierSegment_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4300
msgid "IfcCableCarrierSegmentType"
msgstr "IfcCableCarrierSegmentType"
msgid "IfcCableCarrierSegmentType_DEFINITION"
msgstr "The flow segment type [[IfcCableCarrierSegmentType]] defines commonly shared information for occurrences of cable carrier segments. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a cable carrier segment type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCableCarrierSegmentType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCableCarrierSegmentType]] are represented by instances of [[IfcCableCarrierSegment]] . Refer to the documentation at [[IfcCableCarrierSegment]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4307
msgid "IfcCableCarrierSegmentType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCableCarrierSegmentType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4319
msgid "IfcCableCarrierSegmentTypeEnum"
msgstr "IfcCableCarrierSegmentTypeEnum"
msgid "IfcCableCarrierSegmentTypeEnum_DEFINITION"
msgstr "The [[IfcCableCarrierSegmentTypeEnum]] defines the range of different types of cable carrier segment that can be specified. HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:4329
msgid "IfcCableCarrierSegmentTypeEnum_CABLELADDERSEGMENT"
msgstr "CABLELADDERSEGMENT"
msgid "IfcCableCarrierSegmentTypeEnum_CABLELADDERSEGMENT_DEFINITION"
msgstr "An open carrier segment on which cables are carried on a ladder structure."
#:IFC.xml:4327
msgid "IfcCableCarrierSegmentTypeEnum_CABLEBRACKET"
msgstr "CABLEBRACKET"
msgid "IfcCableCarrierSegmentTypeEnum_CABLEBRACKET_DEFINITION"
msgstr "A cable bracket is a horizontal cable support fixed at one end only, spaced at intervals, on which cables rest."
#:IFC.xml:4331
msgid "IfcCableCarrierSegmentTypeEnum_CABLETRAYSEGMENT"
msgstr "CABLETRAYSEGMENT"
msgid "IfcCableCarrierSegmentTypeEnum_CABLETRAYSEGMENT_DEFINITION"
msgstr "A typically open carrier segment onto which cables are laid."
#:IFC.xml:4338
msgid "IfcCableCarrierSegmentTypeEnum_CONDUITSEGMENT"
msgstr "CONDUITSEGMENT"
msgid "IfcCableCarrierSegmentTypeEnum_CONDUITSEGMENT_DEFINITION"
msgstr "An enclosed tubular carrier segment through which cables are pulled."
#:IFC.xml:4334
msgid "IfcCableCarrierSegmentTypeEnum_CABLETRUNKINGSEGMENT"
msgstr "CABLETRUNKINGSEGMENT"
msgid "IfcCableCarrierSegmentTypeEnum_CABLETRUNKINGSEGMENT_DEFINITION"
msgstr "An enclosed carrier segment with one or more compartments into which cables are placed."
#:IFC.xml:4343
msgid "IfcCableCarrierSegmentTypeEnum_DROPPER"
msgstr "DROPPER"
msgid "IfcCableCarrierSegmentTypeEnum_DROPPER_DEFINITION"
msgstr "A dropper is a cable carrier used to suspend cable from another cable. It could also conduct electricity."
#:IFC.xml:4336
msgid "IfcCableCarrierSegmentTypeEnum_CATENARYWIRE"
msgstr "CATENARYWIRE"
msgid "IfcCableCarrierSegmentTypeEnum_CATENARYWIRE_DEFINITION"
msgstr "A catenary wire is a longitudinal wire supporting the grooved contact wires either directly or indirectly. Note definition from UIC 719 1."
#:IFC.xml:4345
msgid "IfcCableFitting"
msgstr "IfcCableFitting"
msgid "IfcCableFitting_DEFINITION"
msgstr "A cable fitting is a fitting that is placed at a junction, transition or termination in a cable system. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4356
msgid "IfcCableFitting_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCableFitting_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4373
msgid "IfcCableFittingType"
msgstr "IfcCableFittingType"
msgid "IfcCableFittingType_DEFINITION"
msgstr "The flow fitting type [[IfcCableFittingType]] defines commonly shared information for occurrences of cable fittings. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a cable fitting type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCableFittingType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCableFittingType]] are represented by instances of [[IfcCableFitting]] . Refer to the documentation at [[IfcCableFitting]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4380
msgid "IfcCableFittingType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCableFittingType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4392
msgid "IfcCableFittingTypeEnum"
msgstr "IfcCableFittingTypeEnum"
msgid "IfcCableFittingTypeEnum_DEFINITION"
msgstr "The [[IfcCableFittingTypeEnum]] defines the range of different types of cable fitting that can be specified. HISTORY New type in IFC4. bSI Documentation"
#:IFC.xml:4410
msgid "IfcCableFittingTypeEnum_TRANSITION"
msgstr "TRANSITION"
msgid "IfcCableFittingTypeEnum_TRANSITION_DEFINITION"
msgstr "TRANSITION"
#:IFC.xml:4403
msgid "IfcCableFittingTypeEnum_EXIT"
msgstr "EXIT"
msgid "IfcCableFittingTypeEnum_EXIT_DEFINITION"
msgstr "EXIT"
#:IFC.xml:4402
msgid "IfcCableFittingTypeEnum_ENTRY"
msgstr "ENTRY"
msgid "IfcCableFittingTypeEnum_ENTRY_DEFINITION"
msgstr "ENTRY"
#:IFC.xml:4406
msgid "IfcCableFittingTypeEnum_FANOUT"
msgstr "FANOUT"
msgid "IfcCableFittingTypeEnum_FANOUT_DEFINITION"
msgstr "A fan out is a special cable fitting that provides a safe transition from multi fiber cable units to individual fibers."
#:IFC.xml:4408
msgid "IfcCableFittingTypeEnum_JUNCTION"
msgstr "JUNCTION"
msgid "IfcCableFittingTypeEnum_JUNCTION_DEFINITION"
msgstr "JUNCTION"
#:IFC.xml:4399
msgid "IfcCableFittingTypeEnum_CONNECTOR"
msgstr "CONNECTOR"
msgid "IfcCableFittingTypeEnum_CONNECTOR_DEFINITION"
msgstr "CONNECTOR"
#:IFC.xml:4413
msgid "IfcCableSegment"
msgstr "IfcCableSegment"
msgid "IfcCableSegment_DEFINITION"
msgstr "A cable segment is a flow segment used to carry electrical power, data, or telecommunications signals. A cable segment is used to typically join two sections of an electrical network or a network of components carrying the electrical service. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4429
msgid "IfcCableSegment_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCableSegment_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4441
msgid "IfcCableSegmentType"
msgstr "IfcCableSegmentType"
msgid "IfcCableSegmentType_DEFINITION"
msgstr "The flow segment type [[IfcCableSegmentType]] defines commonly shared information for occurrences of cable segments. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a cable segment type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCableSegmentType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCableSegmentType]] are represented by instances of [[IfcCableSegment]] . Refer to the documentation at [[IfcCableSegment]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4448
msgid "IfcCableSegmentType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCableSegmentType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4460
msgid "IfcCableSegmentTypeEnum"
msgstr "IfcCableSegmentTypeEnum"
msgid "IfcCableSegmentTypeEnum_DEFINITION"
msgstr "The [[IfcCableSegmentTypeEnum]] defines the range of different types of cable segment that can be specified. HISTORY New type in IFC2x2. Core and busbar segment added in IFC4. bSI Documentation"
#:IFC.xml:4494
msgid "IfcCableSegmentTypeEnum_CONTACTWIRESEGMENT"
msgstr "CONTACTWIRESEGMENT"
msgid "IfcCableSegmentTypeEnum_CONTACTWIRESEGMENT_DEFINITION"
msgstr "An electric conductor of an overhead contact line with which the current collectors make contact. Note definition from IEC60050 811 33 15."
#:IFC.xml:4496
msgid "IfcCableSegmentTypeEnum_CORESEGMENT"
msgstr "CORESEGMENT"
msgid "IfcCableSegmentTypeEnum_CORESEGMENT_DEFINITION"
msgstr "A self contained element of a cable that comprises one or more conductors and sheathing.The core of one lead is normally single wired or multiwired which are intertwined."
#:IFC.xml:4510
msgid "IfcCableSegmentTypeEnum_WIREPAIRSEGMENT"
msgstr "WIREPAIRSEGMENT"
msgid "IfcCableSegmentTypeEnum_WIREPAIRSEGMENT_DEFINITION"
msgstr "A pair of conductors contained in a copper cable. The pair is always used together to form a circuit to transmit data by means of electric signals."
#:IFC.xml:4471
msgid "IfcCableSegmentTypeEnum_BUSBARSEGMENT"
msgstr "BUSBARSEGMENT"
msgid "IfcCableSegmentTypeEnum_BUSBARSEGMENT_DEFINITION"
msgstr "Electrical conductor that makes a common connection between several electrical circuits. Properties of a busbar are the same as those of a cable segment and are captured by the cable segment property set."
#:IFC.xml:4486
msgid "IfcCableSegmentTypeEnum_CONDUCTORSEGMENT"
msgstr "CONDUCTORSEGMENT"
msgid "IfcCableSegmentTypeEnum_CONDUCTORSEGMENT_DEFINITION"
msgstr "A single linear element within a cable or an exposed wire such as for grounding with the specific purpose to lead electric current, data, or a telecommunications signal."
#:IFC.xml:4501
msgid "IfcCableSegmentTypeEnum_FIBERTUBE"
msgstr "FIBERTUBE"
msgid "IfcCableSegmentTypeEnum_FIBERTUBE_DEFINITION"
msgstr "A fiber tube is semi rigid hollow plastic tube with a very small radius that houses and protects a certain number of optical fiber segments. An optical cable segment may contain many fiber tubes."
#:IFC.xml:4503
msgid "IfcCableSegmentTypeEnum_OPTICALCABLESEGMENT"
msgstr "OPTICALCABLESEGMENT"
msgid "IfcCableSegmentTypeEnum_OPTICALCABLESEGMENT_DEFINITION"
msgstr "An optical cable segment is a cable segment that contains a variable number of optical fiber segments."
#:IFC.xml:4508
msgid "IfcCableSegmentTypeEnum_STITCHWIRE"
msgstr "STITCHWIRE"
msgid "IfcCableSegmentTypeEnum_STITCHWIRE_DEFINITION"
msgstr "A stitch wire consists of auxiliary wires and different components clamp used in stitched suspension."
#:IFC.xml:4499
msgid "IfcCableSegmentTypeEnum_FIBERSEGMENT"
msgstr "FIBERSEGMENT"
msgid "IfcCableSegmentTypeEnum_FIBERSEGMENT_DEFINITION"
msgstr "A fiber segment is an individual optical fiber used in telecommunication systems to transmit data by means of optical signals."
#:IFC.xml:4476
msgid "IfcCableSegmentTypeEnum_CABLESEGMENT"
msgstr "CABLESEGMENT"
msgid "IfcCableSegmentTypeEnum_CABLESEGMENT_DEFINITION"
msgstr "Cable with a specific purpose to lead electric current within a circuit or any other electric construction. Includes all types of electric cables, mainly several core segments or conductor segments wrapped together."
#:IFC.xml:4513
msgid "IfcCommunicationsAppliance"
msgstr "IfcCommunicationsAppliance"
msgid "IfcCommunicationsAppliance_DEFINITION"
msgstr "A communications appliance transmits and receives electronic or digital information as data or sound. Communication appliances may be fixed in place or may be able to be moved from one space to another. Communication appliances require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4524
msgid "IfcCommunicationsAppliance_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCommunicationsAppliance_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4541
msgid "IfcCommunicationsApplianceType"
msgstr "IfcCommunicationsApplianceType"
msgid "IfcCommunicationsApplianceType_DEFINITION"
msgstr "The flow terminal type [[IfcCommunicationsApplianceType]] defines commonly shared information for occurrences of communications appliances. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a communications appliance type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcCommunicationsApplianceType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcCommunicationsApplianceType]] are represented by instances of [[IfcCommunicationsAppliance]] . Refer to the documentation at [[IfcCommunicationsAppliance]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4548
msgid "IfcCommunicationsApplianceType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcCommunicationsApplianceType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4560
msgid "IfcCommunicationsApplianceTypeEnum"
msgstr "IfcCommunicationsApplianceTypeEnum"
msgid "IfcCommunicationsApplianceTypeEnum_DEFINITION"
msgstr "Defines the range of different types of communications appliance that can be specified. HISTORY New enumeration in IFC4. bSI Documentation"
#:IFC.xml:4619
msgid "IfcCommunicationsApplianceTypeEnum_TRANSPONDER"
msgstr "TRANSPONDER"
msgid "IfcCommunicationsApplianceTypeEnum_TRANSPONDER_DEFINITION"
msgstr "A transponder is a communication, monitoring, or control device that, upon receiving a signal, emits a different signal in response. Transponders can be either passive or active e.g., electronic beacon, balise ."
#:IFC.xml:4586
msgid "IfcCommunicationsApplianceTypeEnum_AUTOMATON"
msgstr "AUTOMATON"
msgid "IfcCommunicationsApplianceTypeEnum_AUTOMATON_DEFINITION"
msgstr "A self acting artificial device, the behaviour of which is governed either in a stepwise manner by given decision rules or continuously in time by defined relationships, while the output variables of which are created from its input and state variables. Note definition from IEC 60050 351 42 32."
#:IFC.xml:4611
msgid "IfcCommunicationsApplianceTypeEnum_ROUTER"
msgstr "ROUTER"
msgid "IfcCommunicationsApplianceTypeEnum_ROUTER_DEFINITION"
msgstr "A router is a networking device whose software and hardware are usually tailored to the tasks of routing and forwarding information. For example, on the Internet, information is directed to various paths by routers."
#:IFC.xml:4604
msgid "IfcCommunicationsApplianceTypeEnum_NETWORKHUB"
msgstr "NETWORKHUB"
msgid "IfcCommunicationsApplianceTypeEnum_NETWORKHUB_DEFINITION"
msgstr "A network hub connects multiple network segments at the physical layer layer 1 of the OSI model."
#:IFC.xml:4612
msgid "IfcCommunicationsApplianceTypeEnum_SCANNER"
msgstr "SCANNER"
msgid "IfcCommunicationsApplianceTypeEnum_SCANNER_DEFINITION"
msgstr "A machine that has the primary function of scanning the content of printed matter and converting it to digital format that can be stored in a computer."
#:IFC.xml:4588
msgid "IfcCommunicationsApplianceTypeEnum_COMPUTER"
msgstr "COMPUTER"
msgid "IfcCommunicationsApplianceTypeEnum_COMPUTER_DEFINITION"
msgstr "A desktop, laptop, tablet, or other type of computer that can be moved from one place to another and connected to an electrical supply via a plugged outlet."
#:IFC.xml:4603
msgid "IfcCommunicationsApplianceTypeEnum_NETWORKBRIDGE"
msgstr "NETWORKBRIDGE"
msgid "IfcCommunicationsApplianceTypeEnum_NETWORKBRIDGE_DEFINITION"
msgstr "A network bridge connects multiple network segments at the data link layer layer 2 of the OSI model, and the term layer 2 switch is very often used interchangeably with bridge."
#:IFC.xml:4610
msgid "IfcCommunicationsApplianceTypeEnum_REPEATER"
msgstr "REPEATER"
msgid "IfcCommunicationsApplianceTypeEnum_REPEATER_DEFINITION"
msgstr "A repeater is an electronic device that receives a signal and retransmits it at a higher level and or higher power, or onto the other side of an obstruction, so that the signal can cover longer distances without degradation."
#:IFC.xml:4602
msgid "IfcCommunicationsApplianceTypeEnum_NETWORKAPPLIANCE"
msgstr "NETWORKAPPLIANCE"
msgid "IfcCommunicationsApplianceTypeEnum_NETWORKAPPLIANCE_DEFINITION"
msgstr "A network appliance performs a dedicated function such as firewall protection, content filtering, load balancing, or equipment management."
#:IFC.xml:4582
msgid "IfcCommunicationsApplianceTypeEnum_ANTENNA"
msgstr "ANTENNA"
msgid "IfcCommunicationsApplianceTypeEnum_ANTENNA_DEFINITION"
msgstr "A transducer designed to transmit or receive electromagnetic waves."
#:IFC.xml:4622
msgid "IfcCommunicationsApplianceTypeEnum_TRANSPORTEQUIPMENT"
msgstr "TRANSPORTEQUIPMENT"
msgid "IfcCommunicationsApplianceTypeEnum_TRANSPORTEQUIPMENT_DEFINITION"
msgstr "A transport equipment is a network element responsible for providing functionality of transport, multiplexing, switching, management and supervision of transmission channels between different hosts. The data transport service uses three specific metrics the bandwidth, the jitter, and the packet loss rate."
#:IFC.xml:4591
msgid "IfcCommunicationsApplianceTypeEnum_FAX"
msgstr "FAX"
msgid "IfcCommunicationsApplianceTypeEnum_FAX_DEFINITION"
msgstr "FAX"
#:IFC.xml:4609
msgid "IfcCommunicationsApplianceTypeEnum_PRINTER"
msgstr "PRINTER"
msgid "IfcCommunicationsApplianceTypeEnum_PRINTER_DEFINITION"
msgstr "A machine that has the primary function of printing text and or graphics onto paper or other media."
#:IFC.xml:4617
msgid "IfcCommunicationsApplianceTypeEnum_TRANSITIONCOMPONENT"
msgstr "TRANSITIONCOMPONENT"
msgid "IfcCommunicationsApplianceTypeEnum_TRANSITIONCOMPONENT_DEFINITION"
msgstr "A transition component is a minor active device that converts electric signals to optical signals at the sender, and converts optical signals to electric signals at the receiver."
#:IFC.xml:4595
msgid "IfcCommunicationsApplianceTypeEnum_IP_NETWORK_EQUIPMENT"
msgstr "IP NETWORK EQUIPMENT"
msgid "IfcCommunicationsApplianceTypeEnum_IP_NETWORK_EQUIPMENT_DEFINITION"
msgstr "An IP network equipment is a device that provides IP data transmission channel for telecom subsystems or other subsystems e.g., routers, network switches or firewalls."
#:IFC.xml:4615
msgid "IfcCommunicationsApplianceTypeEnum_TELEPHONYEXCHANGE"
msgstr "TELEPHONYEXCHANGE"
msgid "IfcCommunicationsApplianceTypeEnum_TELEPHONYEXCHANGE_DEFINITION"
msgstr "A telephony exchange is a device that ensures the routing of telephone calls and communications."
#:IFC.xml:4613
msgid "IfcCommunicationsApplianceTypeEnum_TELECOMMAND"
msgstr "TELECOMMAND"
msgid "IfcCommunicationsApplianceTypeEnum_TELECOMMAND_DEFINITION"
msgstr "A system sending command to control and monitor the switches and circuit breakers or systems directly or not connected e.g. via wires within the traction power system remotely."
#:IFC.xml:4606
msgid "IfcCommunicationsApplianceTypeEnum_OPTICAL_NETWORK_UNIT"
msgstr "OPTICAL NETWORK UNIT"
msgid "IfcCommunicationsApplianceTypeEnum_OPTICAL_NETWORK_UNIT_DEFINITION"
msgstr "An optical network unit is a kind of optical transmission network connection equipment which is installed at user side."
#:IFC.xml:4598
msgid "IfcCommunicationsApplianceTypeEnum_MODEM"
msgstr "MODEM"
msgid "IfcCommunicationsApplianceTypeEnum_MODEM_DEFINITION"
msgstr "A modem from modulator demodulator is a device that modulates an analog carrier signal to encode digital information, and also demodulates such a carrier signal to decode the transmitted information."
#:IFC.xml:4592
msgid "IfcCommunicationsApplianceTypeEnum_GATEWAY"
msgstr "GATEWAY"
msgid "IfcCommunicationsApplianceTypeEnum_GATEWAY_DEFINITION"
msgstr "A gateway connects multiple network segments with different protocols at all layers layers 1 7 of the Open Systems Interconnection OSI model."
#:IFC.xml:4593
msgid "IfcCommunicationsApplianceTypeEnum_INTELLIGENT_PERIPHERAL"
msgstr "INTELLIGENT PERIPHERAL"
msgid "IfcCommunicationsApplianceTypeEnum_INTELLIGENT_PERIPHERAL_DEFINITION"
msgstr "An intelligent peripheral is a device that offers a variety of specialized resources according to the corresponding service logical program under the control of SCP. These resources contain the receiver of DTMF Dual Tone Multi Frequency, signal generator, record notice, etc. . An intelligent peripheral provides dedicated resource functions in the intelligent network, allocates, controls and manages various dedicated resources, communicates with other entities in the network, and completes SRF resource functions as well as the maintenance, management and statistics functions of resources."
#:IFC.xml:4625
msgid "IfcElectricAppliance"
msgstr "IfcElectricAppliance"
msgid "IfcElectricAppliance_DEFINITION"
msgstr "An electric appliance is a device intended for consumer usage that is powered by electricity. Electric appliances may be fixed in place or may be able to be moved from one space to another. Electric appliances require an electrical supply that may be supplied either by an electrical circuit or provided from a local battery source. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4637
msgid "IfcElectricAppliance_PredefinedType"
msgstr "PredefinedType"
msgid "IfcElectricAppliance_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4651
msgid "IfcElectricApplianceType"
msgstr "IfcElectricApplianceType"
msgid "IfcElectricApplianceType_DEFINITION"
msgstr "The flow terminal type [[IfcElectricApplianceType]] defines commonly shared information for occurrences of electric appliances. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a electric appliance type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcElectricApplianceType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcElectricApplianceType]] are represented by instances of [[IfcElectricAppliance]] . Refer to the documentation at [[IfcElectricAppliance]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4658
msgid "IfcElectricApplianceType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcElectricApplianceType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4670
msgid "IfcElectricApplianceTypeEnum"
msgstr "IfcElectricApplianceTypeEnum"
msgid "IfcElectricApplianceTypeEnum_DEFINITION"
msgstr "The [[IfcElectricApplianceTypeEnum]] defines the range of different types of electrical appliance that can be specified. HISTORY New type in IFC2.0. Renamed from IfcElectricalApplianceTypeEnum in IFC2x2. IFC2x2 Addendum 1 Missing enumeration values added ELECTRICHEATER, TUMBLEDRYER and WATERHEATER .change ifc2x4 IFC4 CHANGE ELECTRICHEATER changed to FREESTANDINGELECTRICHEATER and noted as being for occasional use. RADIANTHEATER removed as part of general heater consolidation . WATERHEATER, DIRECTWATERHEATER and INDIRECTWATERHEATER rationalized to FREESTANDINGWATERHEATER. WATERCOOLER changed to FREESTANDINGWATERCOOLER. COMPUTER, FACSIMILE FAX , PRINTER, SCANNER, TELEPHONE, TV TELEVISION moved to [[IfcAudioVisualApplianceTypeEnum]] and [[IfcCommunicationsApplianceTypeEnum]]. KITCHENMACHINE added. bSI Documentation"
#:IFC.xml:4699
msgid "IfcElectricApplianceTypeEnum_MICROWAVE"
msgstr "MICROWAVE"
msgid "IfcElectricApplianceTypeEnum_MICROWAVE_DEFINITION"
msgstr "An electrical appliance that has the primary function of cooking food using microwaves."
#:IFC.xml:4695
msgid "IfcElectricApplianceTypeEnum_FREEZER"
msgstr "FREEZER"
msgid "IfcElectricApplianceTypeEnum_FREEZER_DEFINITION"
msgstr "An electrical appliance that has the primary function of storing food at temperatures below the freezing point of water."
#:IFC.xml:4692
msgid "IfcElectricApplianceTypeEnum_FREESTANDINGFAN"
msgstr "FREESTANDINGFAN"
msgid "IfcElectricApplianceTypeEnum_FREESTANDINGFAN_DEFINITION"
msgstr "An electrical appliance that is used occasionally to provide ventilation. A freestanding fan is a plugged appliance whose load may be removed from an electric circuit."
#:IFC.xml:4698
msgid "IfcElectricApplianceTypeEnum_KITCHENMACHINE"
msgstr "KITCHENMACHINE"
msgid "IfcElectricApplianceTypeEnum_KITCHENMACHINE_DEFINITION"
msgstr "A specialized appliance used in commercial kitchens such as a mixer."
#:IFC.xml:4691
msgid "IfcElectricApplianceTypeEnum_FREESTANDINGELECTRICHEATER"
msgstr "FREESTANDINGELECTRICHEATER"
msgid "IfcElectricApplianceTypeEnum_FREESTANDINGELECTRICHEATER_DEFINITION"
msgstr "An electrical appliance that is used occasionally to provide heat. A freestanding electric heater is a plugged appliance whose load may be removed from an electric circuit."
#:IFC.xml:4702
msgid "IfcElectricApplianceTypeEnum_TUMBLEDRYER"
msgstr "TUMBLEDRYER"
msgid "IfcElectricApplianceTypeEnum_TUMBLEDRYER_DEFINITION"
msgstr "An electrical appliance that has the primary function of drying clothes."
#:IFC.xml:4696
msgid "IfcElectricApplianceTypeEnum_FRIDGE_FREEZER"
msgstr "FRIDGE FREEZER"
msgid "IfcElectricApplianceTypeEnum_FRIDGE_FREEZER_DEFINITION"
msgstr "An electrical appliance that combines the functions of a freezer and a refrigerator through the provision of separate compartments."
#:IFC.xml:4687
msgid "IfcElectricApplianceTypeEnum_DISHWASHER"
msgstr "DISHWASHER"
msgid "IfcElectricApplianceTypeEnum_DISHWASHER_DEFINITION"
msgstr "An appliance that has the primary function of washing dishes."
#:IFC.xml:4700
msgid "IfcElectricApplianceTypeEnum_PHOTOCOPIER"
msgstr "PHOTOCOPIER"
msgid "IfcElectricApplianceTypeEnum_PHOTOCOPIER_DEFINITION"
msgstr "A machine that has the primary function of reproduction of printed matter."
#:IFC.xml:4694
msgid "IfcElectricApplianceTypeEnum_FREESTANDINGWATERHEATER"
msgstr "FREESTANDINGWATERHEATER"
msgid "IfcElectricApplianceTypeEnum_FREESTANDINGWATERHEATER_DEFINITION"
msgstr "A small, local electrical appliance for heating water. A freestanding water heater is a plugged appliance whose load may be removed from an electric circuit."
#:IFC.xml:4689
msgid "IfcElectricApplianceTypeEnum_ELECTRICCOOKER"
msgstr "ELECTRICCOOKER"
msgid "IfcElectricApplianceTypeEnum_ELECTRICCOOKER_DEFINITION"
msgstr "An electrical appliance that has the primary function of cooking food including oven, hob, grill ."
#:IFC.xml:4706
msgid "IfcElectricApplianceTypeEnum_WASHINGMACHINE"
msgstr "WASHINGMACHINE"
msgid "IfcElectricApplianceTypeEnum_WASHINGMACHINE_DEFINITION"
msgstr "An appliance that has the primary function of washing clothes."
#:IFC.xml:4697
msgid "IfcElectricApplianceTypeEnum_HANDDRYER"
msgstr "HANDDRYER"
msgid "IfcElectricApplianceTypeEnum_HANDDRYER_DEFINITION"
msgstr "An electrical appliance that has the primary function of drying hands."
#:IFC.xml:4693
msgid "IfcElectricApplianceTypeEnum_FREESTANDINGWATERCOOLER"
msgstr "FREESTANDINGWATERCOOLER"
msgid "IfcElectricApplianceTypeEnum_FREESTANDINGWATERCOOLER_DEFINITION"
msgstr "A small, local electrical appliance for cooling water. A freestanding water cooler is a plugged appliance whose load may be removed from an electric circuit."
#:IFC.xml:4701
msgid "IfcElectricApplianceTypeEnum_REFRIGERATOR"
msgstr "REFRIGERATOR"
msgid "IfcElectricApplianceTypeEnum_REFRIGERATOR_DEFINITION"
msgstr "An electrical appliance that has the primary function of storing food at low temperature but above the freezing point of water."
#:IFC.xml:4703
msgid "IfcElectricApplianceTypeEnum_VENDINGMACHINE"
msgstr "VENDINGMACHINE"
msgid "IfcElectricApplianceTypeEnum_VENDINGMACHINE_DEFINITION"
msgstr "An appliance that stores and vends goods including food, drink, tickets and goods of various types."
#:IFC.xml:4707
msgid "IfcElectricDistributionBoard"
msgstr "IfcElectricDistributionBoard"
msgid "IfcElectricDistributionBoard_DEFINITION"
msgstr "A distribution board is a flow controller in which instances of electrical devices are brought together at a single place for a particular purpose. A distribution provides a housing for connected electrical distribution elements so that they can be viewed, operated or acted upon from a single place. Each connected item may have its own geometric representation and location. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4718
msgid "IfcElectricDistributionBoard_PredefinedType"
msgstr "PredefinedType"
msgid "IfcElectricDistributionBoard_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4733
msgid "IfcElectricDistributionBoardType"
msgstr "IfcElectricDistributionBoardType"
msgid "IfcElectricDistributionBoardType_DEFINITION"
msgstr "The flow controller type [[IfcElectricDistributionBoardType]] defines commonly shared information for occurrences of electric distribution boards. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a electric distribution board type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcElectricDistributionBoardType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcElectricDistributionBoardType]] are represented by instances of [[IfcElectricDistributionBoard]] . Refer to the documentation at [[IfcElectricDistributionBoard]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4740
msgid "IfcElectricDistributionBoardType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcElectricDistributionBoardType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4752
msgid "IfcElectricDistributionBoardTypeEnum"
msgstr "IfcElectricDistributionBoardTypeEnum"
msgid "IfcElectricDistributionBoardTypeEnum_DEFINITION"
msgstr "The [[IfcElectricDistributionBoardTypeEnum]] defines different types and or functions of electric distribution boards. HISTORY New type in IFC4. Replaces IfcElectricDistributionPointTypeEnum. bSI Documentation"
#:IFC.xml:4757
msgid "IfcElectricDistributionBoardTypeEnum_CONSUMERUNIT"
msgstr "CONSUMERUNIT"
msgid "IfcElectricDistributionBoardTypeEnum_CONSUMERUNIT_DEFINITION"
msgstr "A distribution point on the incoming electrical supply, typically in domestic premises, at which protective devices are located."
#:IFC.xml:4760
msgid "IfcElectricDistributionBoardTypeEnum_MOTORCONTROLCENTRE"
msgstr "MOTORCONTROLCENTRE"
msgid "IfcElectricDistributionBoardTypeEnum_MOTORCONTROLCENTRE_DEFINITION"
msgstr "A distribution point at which starting and control devices for major plant items are located."
#:IFC.xml:4758
msgid "IfcElectricDistributionBoardTypeEnum_DISTRIBUTIONBOARD"
msgstr "DISTRIBUTIONBOARD"
msgid "IfcElectricDistributionBoardTypeEnum_DISTRIBUTIONBOARD_DEFINITION"
msgstr "A distribution point at which connections are made for distribution of electrical circuits usually through protective devices."
#:IFC.xml:4761
msgid "IfcElectricDistributionBoardTypeEnum_SWITCHBOARD"
msgstr "SWITCHBOARD"
msgid "IfcElectricDistributionBoardTypeEnum_SWITCHBOARD_DEFINITION"
msgstr "A distribution point at which switching devices are located."
#:IFC.xml:4762
msgid "IfcElectricFlowStorageDevice"
msgstr "IfcElectricFlowStorageDevice"
msgid "IfcElectricFlowStorageDevice_DEFINITION"
msgstr "An electric flow storage device is a device in which electrical energy is stored and from which energy may be progressively released. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4775
msgid "IfcElectricFlowStorageDevice_PredefinedType"
msgstr "PredefinedType"
msgid "IfcElectricFlowStorageDevice_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4787
msgid "IfcElectricFlowStorageDeviceType"
msgstr "IfcElectricFlowStorageDeviceType"
msgid "IfcElectricFlowStorageDeviceType_DEFINITION"
msgstr "The flow storage device type [[IfcElectricFlowStorageDeviceType]] defines commonly shared information for occurrences of electric flow storage devices. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a electric flow storage device type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcElectricFlowStorageDeviceType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcElectricFlowStorageDeviceType]] are represented by instances of [[IfcElectricFlowStorageDevice]] . Refer to the documentation at [[IfcElectricFlowStorageDevice]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4794
msgid "IfcElectricFlowStorageDeviceType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcElectricFlowStorageDeviceType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4806
msgid "IfcElectricFlowStorageDeviceTypeEnum"
msgstr "IfcElectricFlowStorageDeviceTypeEnum"
msgid "IfcElectricFlowStorageDeviceTypeEnum_DEFINITION"
msgstr "The [[IfcElectricFlowStorageDeviceTypeEnum]] defines different types of electrical flow storage devices. HISTORY New type in IFC2x2. bSI Documentation"
#:IFC.xml:4824
msgid "IfcElectricFlowStorageDeviceTypeEnum_COMPENSATOR"
msgstr "COMPENSATOR"
msgid "IfcElectricFlowStorageDeviceTypeEnum_COMPENSATOR_DEFINITION"
msgstr "A device that is used to fix or adjust the parameter of electric energy, such as voltage loss, power factor and so on."
#:IFC.xml:4820
msgid "IfcElectricFlowStorageDeviceTypeEnum_CAPACITOR"
msgstr "CAPACITOR"
msgid "IfcElectricFlowStorageDeviceTypeEnum_CAPACITOR_DEFINITION"
msgstr "A device that stores electric charge when an external power supply is present using the electrical property of capacitance. Two terminal device characterized essentially by its capacitance. Note definition from IEC 60050 151 13 28."
#:IFC.xml:4830
msgid "IfcElectricFlowStorageDeviceTypeEnum_INDUCTORBANK"
msgstr "INDUCTORBANK"
msgid "IfcElectricFlowStorageDeviceTypeEnum_INDUCTORBANK_DEFINITION"
msgstr ""
#:IFC.xml:4827
msgid "IfcElectricFlowStorageDeviceTypeEnum_INDUCTOR"
msgstr "INDUCTOR"
msgid "IfcElectricFlowStorageDeviceTypeEnum_INDUCTOR_DEFINITION"
msgstr "A device used in circuits or power systems due to their inductance, acting as a component of electric storage device."
#:IFC.xml:4833
msgid "IfcElectricFlowStorageDeviceTypeEnum_UPS"
msgstr "UPS"
msgid "IfcElectricFlowStorageDeviceTypeEnum_UPS_DEFINITION"
msgstr "A device that provides a time limited alternative source of power supply in the event of failure of the main supply."
#:IFC.xml:4826
msgid "IfcElectricFlowStorageDeviceTypeEnum_HARMONICFILTER"
msgstr "HARMONICFILTER"
msgid "IfcElectricFlowStorageDeviceTypeEnum_HARMONICFILTER_DEFINITION"
msgstr "A device that constantly injects currents that precisely correspond to the harmonic components drawn by the load."
#:IFC.xml:4831
msgid "IfcElectricFlowStorageDeviceTypeEnum_RECHARGER"
msgstr "RECHARGER"
msgid "IfcElectricFlowStorageDeviceTypeEnum_RECHARGER_DEFINITION"
msgstr "A recharger or battery charger is a device used to put energy into a secondary cell or rechargeable battery by forcing an electric current through it."
#:IFC.xml:4823
msgid "IfcElectricFlowStorageDeviceTypeEnum_CAPACITORBANK"
msgstr "CAPACITORBANK"
msgid "IfcElectricFlowStorageDeviceTypeEnum_CAPACITORBANK_DEFINITION"
msgstr "A device that stores electrical energy when an external power supply is present using the electrical property of capacitance."
#:IFC.xml:4816
msgid "IfcElectricFlowStorageDeviceTypeEnum_BATTERY"
msgstr "BATTERY"
msgid "IfcElectricFlowStorageDeviceTypeEnum_BATTERY_DEFINITION"
msgstr "A device for storing energy in chemical form so that it can be released as electrical energy."
#:IFC.xml:4834
msgid "IfcElectricGenerator"
msgstr "IfcElectricGenerator"
msgid "IfcElectricGenerator_DEFINITION"
msgstr "An electric generator is an engine that is a machine for converting mechanical energy into electrical energy. HISTORY New entity in IFC4 .note bSI Documentation"
#:IFC.xml:4846
msgid "IfcElectricGenerator_PredefinedType"
msgstr "PredefinedType"
msgid "IfcElectricGenerator_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4859
msgid "IfcElectricGeneratorType"
msgstr "IfcElectricGeneratorType"
msgid "IfcElectricGeneratorType_DEFINITION"
msgstr "The energy conversion device type [[IfcElectricGeneratorType]] defines commonly shared information for occurrences of electric generators. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements common ports It is used to define a electric generator type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcElectricGeneratorType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcElectricGeneratorType]] are represented by instances of [[IfcElectricGenerator]] . Refer to the documentation at [[IfcElectricGenerator]] for supported property sets, materials, composition, and ports. bSI Documentation"
#:IFC.xml:4866
msgid "IfcElectricGeneratorType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcElectricGeneratorType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:4878
msgid "IfcElectricGeneratorTypeEnum"
msgstr "IfcElectricGeneratorTypeEnum"
msgid "IfcElectricGeneratorTypeEnum_DEFINITION"
msgstr "The [[IfcElectricGeneratorTypeEnum]] defines different types of electric generators. HISTORY New type in IFC2x2. Values added in IFC4. bSI Documentation"
#:IFC.xml:4883
msgid "IfcElectricGeneratorTypeEnum_ENGINEGENERATOR"
msgstr "ENGINEGENERATOR"
msgid "IfcElectricGeneratorTypeEnum_ENGINEGENERATOR_DEFINITION"
msgstr "Electrical generator with a fuel driven engine, for example a diesel driven emergency power supply."
#:IFC.xml:4882
msgid "IfcElectricGeneratorTypeEnum_CHP"
msgstr "CHP"
msgid "IfcElectricGeneratorTypeEnum_CHP_DEFINITION"
msgstr "Combined heat and power supply, used not only as a source of electric energy but also as a heating source for the building. It may therefore be not only part of an electrical system but also of a heating system."
#:IFC.xml:4884