forked from buildingSMART/IFC4.3.x-output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIfcMeasureResource.pot
2014 lines (1441 loc) · 55.5 KB
/
IfcMeasureResource.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:23214
msgid "IfcContextDependentUnit"
msgstr "IfcContextDependentUnit"
msgid "IfcContextDependentUnit_DEFINITION"
msgstr ".extDef"
#:IFC.xml:9727
msgid "IfcContextDependentUnit_HasExternalReference"
msgstr "HasExternalReference"
msgid "IfcContextDependentUnit_HasExternalReference_DEFINITION"
msgstr "Reference to external information, e.g. library, classification, or document information, which is associated with the context dependent unit. .change ifc2x4"
#:IFC.xml:23215
msgid "IfcContextDependentUnit_Name"
msgstr "Name"
msgid "IfcContextDependentUnit_Name_DEFINITION"
msgstr "The word, or group of words, by which the context dependent unit is referred to."
#:IFC.xml:23223
msgid "IfcConversionBasedUnit"
msgstr "IfcConversionBasedUnit"
msgid "IfcConversionBasedUnit_DEFINITION"
msgstr "An [[IfcConversionBasedUnit]] is used to define a unit that has a conversion rate to a base unit. To identify some commonly used conversion based units, the standard designations case insensitive for the Name attribute are indicated in Table 1."
#:IFC.xml:9739
msgid "IfcConversionBasedUnit_HasExternalReference"
msgstr "HasExternalReference"
msgid "IfcConversionBasedUnit_HasExternalReference_DEFINITION"
msgstr "Reference to external information, e.g. library, classification, or document information, which is associated with the conversion based unit. .change ifc2x4"
#:IFC.xml:23232
msgid "IfcConversionBasedUnit_ConversionFactor"
msgstr "ConversionFactor"
msgid "IfcConversionBasedUnit_ConversionFactor_DEFINITION"
msgstr "The physical quantity from which the converted unit is derived."
#:IFC.xml:23224
msgid "IfcConversionBasedUnit_Name"
msgstr "Name"
msgid "IfcConversionBasedUnit_Name_DEFINITION"
msgstr "The word, or group of words, by which the conversion based unit is referred to."
#:IFC.xml:23244
msgid "IfcConversionBasedUnitWithOffset"
msgstr "IfcConversionBasedUnitWithOffset"
msgid "IfcConversionBasedUnitWithOffset_DEFINITION"
msgstr "[[IfcConversionBasedUnitWithOffset]] is a unit which is converted from another unit by applying a conversion factor and an offset."
#:IFC.xml:23245
msgid "IfcConversionBasedUnitWithOffset_ConversionOffset"
msgstr "ConversionOffset"
msgid "IfcConversionBasedUnitWithOffset_ConversionOffset_DEFINITION"
msgstr "A positive or negative offset to add after the inherited ConversionFactor was applied."
#:IFC.xml:23252
msgid "IfcCorrectDimensions__m"
msgstr "IfcCorrectDimensions m"
msgid "IfcCorrectDimensions__m_DEFINITION"
msgstr ""
#:IFC.xml:23260
msgid "IfcCorrectUnitAssignment"
msgstr "IfcCorrectUnitAssignment"
msgid "IfcCorrectUnitAssignment_DEFINITION"
msgstr ""
#:IFC.xml:23268
msgid "IfcDeriveDimensionalExponents"
msgstr "IfcDeriveDimensionalExponents"
msgid "IfcDeriveDimensionalExponents_DEFINITION"
msgstr ""
#:IFC.xml:23276
msgid "IfcDerivedMeasureValue"
msgstr "IfcDerivedMeasureValue"
msgid "IfcDerivedMeasureValue_DEFINITION"
msgstr ""
#:IFC.xml:23278
msgid "IfcDerivedUnit"
msgstr "IfcDerivedUnit"
msgid "IfcDerivedUnit_DEFINITION"
msgstr "A derived unit is a unit that is formed from an expression of other units."
#:IFC.xml:23300
msgid "IfcDerivedUnit_Elements"
msgstr "Elements"
msgid "IfcDerivedUnit_Elements_DEFINITION"
msgstr "The group of units and their exponents that define the derived unit."
#:IFC.xml:23279
msgid "IfcDerivedUnit_Dimensions"
msgstr "Dimensions"
msgid "IfcDerivedUnit_Dimensions_DEFINITION"
msgstr "Dimensional exponents derived using the function IfcDeriveDimensionalExponents using SELF as the input value."
#:IFC.xml:23283
msgid "IfcDerivedUnit_Name"
msgstr "Name"
msgid "IfcDerivedUnit_Name_DEFINITION"
msgstr "Name of the unit in addition to the unit type, particularly when the derived unit elements refer to conversion or context based units."
#:IFC.xml:23288
msgid "IfcDerivedUnit_UnitType"
msgstr "UnitType"
msgid "IfcDerivedUnit_UnitType_DEFINITION"
msgstr "Type of the derived unit chosen from an enumeration of derived unit types for use in IFC models."
#:IFC.xml:23293
msgid "IfcDerivedUnit_UserDefinedType"
msgstr "UserDefinedType"
msgid "IfcDerivedUnit_UserDefinedType_DEFINITION"
msgstr "Type of the derived unit if the UnitType attribute is set to USERDEFINED."
#:IFC.xml:23312
msgid "IfcDerivedUnitElement"
msgstr "IfcDerivedUnitElement"
msgid "IfcDerivedUnitElement_DEFINITION"
msgstr ".extDef"
#:IFC.xml:23319
msgid "IfcDerivedUnitElement_Unit"
msgstr "Unit"
msgid "IfcDerivedUnitElement_Unit_DEFINITION"
msgstr "The fixed quantity which is used as the mathematical factor."
#:IFC.xml:23313
msgid "IfcDerivedUnitElement_Exponent"
msgstr "Exponent"
msgid "IfcDerivedUnitElement_Exponent_DEFINITION"
msgstr "The power that is applied to the unit attribute."
#:IFC.xml:23331
msgid "IfcDerivedUnitEnum"
msgstr "IfcDerivedUnitEnum"
msgid "IfcDerivedUnitEnum_DEFINITION"
msgstr "[[IfcDerivedUnitEnum]] is an enumeration type for allowed types of derived units."
#:IFC.xml:23332
msgid "IfcDerivedUnitEnum_ACCELERATIONUNIT"
msgstr "ACCELERATIONUNIT"
msgid "IfcDerivedUnitEnum_ACCELERATIONUNIT_DEFINITION"
msgstr "Acceleration unit"
#:IFC.xml:23333
msgid "IfcDerivedUnitEnum_ANGULARVELOCITYUNIT"
msgstr "ANGULARVELOCITYUNIT"
msgid "IfcDerivedUnitEnum_ANGULARVELOCITYUNIT_DEFINITION"
msgstr "Angularvelocity unit"
#:IFC.xml:23334
msgid "IfcDerivedUnitEnum_AREADENSITYUNIT"
msgstr "AREADENSITYUNIT"
msgid "IfcDerivedUnitEnum_AREADENSITYUNIT_DEFINITION"
msgstr "Area density unit"
#:IFC.xml:23335
msgid "IfcDerivedUnitEnum_COMPOUNDPLANEANGLEUNIT"
msgstr "COMPOUNDPLANEANGLEUNIT"
msgid "IfcDerivedUnitEnum_COMPOUNDPLANEANGLEUNIT_DEFINITION"
msgstr "Compound plane angle unit"
#:IFC.xml:23336
msgid "IfcDerivedUnitEnum_CURVATUREUNIT"
msgstr "CURVATUREUNIT"
msgid "IfcDerivedUnitEnum_CURVATUREUNIT_DEFINITION"
msgstr "Curvature unit"
#:IFC.xml:23337
msgid "IfcDerivedUnitEnum_DYNAMICVISCOSITYUNIT"
msgstr "DYNAMICVISCOSITYUNIT"
msgid "IfcDerivedUnitEnum_DYNAMICVISCOSITYUNIT_DEFINITION"
msgstr "Dynamic viscosity unit"
#:IFC.xml:23338
msgid "IfcDerivedUnitEnum_HEATFLUXDENSITYUNIT"
msgstr "HEATFLUXDENSITYUNIT"
msgid "IfcDerivedUnitEnum_HEATFLUXDENSITYUNIT_DEFINITION"
msgstr "Heat flux density unit"
#:IFC.xml:23339
msgid "IfcDerivedUnitEnum_HEATINGVALUEUNIT"
msgstr "HEATINGVALUEUNIT"
msgid "IfcDerivedUnitEnum_HEATINGVALUEUNIT_DEFINITION"
msgstr "Heating value unit"
#:IFC.xml:23340
msgid "IfcDerivedUnitEnum_INTEGERCOUNTRATEUNIT"
msgstr "INTEGERCOUNTRATEUNIT"
msgid "IfcDerivedUnitEnum_INTEGERCOUNTRATEUNIT_DEFINITION"
msgstr "Integer count rate unit"
#:IFC.xml:23341
msgid "IfcDerivedUnitEnum_IONCONCENTRATIONUNIT"
msgstr "IONCONCENTRATIONUNIT"
msgid "IfcDerivedUnitEnum_IONCONCENTRATIONUNIT_DEFINITION"
msgstr "Ion concentration unit"
#:IFC.xml:23342
msgid "IfcDerivedUnitEnum_ISOTHERMALMOISTURECAPACITYUNIT"
msgstr "ISOTHERMALMOISTURECAPACITYUNIT"
msgid "IfcDerivedUnitEnum_ISOTHERMALMOISTURECAPACITYUNIT_DEFINITION"
msgstr "Isothermal moisture capacity unit"
#:IFC.xml:23343
msgid "IfcDerivedUnitEnum_KINEMATICVISCOSITYUNIT"
msgstr "KINEMATICVISCOSITYUNIT"
msgid "IfcDerivedUnitEnum_KINEMATICVISCOSITYUNIT_DEFINITION"
msgstr "Kenematic viscosity unit"
#:IFC.xml:23344
msgid "IfcDerivedUnitEnum_LINEARFORCEUNIT"
msgstr "LINEARFORCEUNIT"
msgid "IfcDerivedUnitEnum_LINEARFORCEUNIT_DEFINITION"
msgstr "Linear force unit"
#:IFC.xml:23345
msgid "IfcDerivedUnitEnum_LINEARMOMENTUNIT"
msgstr "LINEARMOMENTUNIT"
msgid "IfcDerivedUnitEnum_LINEARMOMENTUNIT_DEFINITION"
msgstr "Linear moment unit"
#:IFC.xml:23346
msgid "IfcDerivedUnitEnum_LINEARSTIFFNESSUNIT"
msgstr "LINEARSTIFFNESSUNIT"
msgid "IfcDerivedUnitEnum_LINEARSTIFFNESSUNIT_DEFINITION"
msgstr "Linear stiffness unit"
#:IFC.xml:23347
msgid "IfcDerivedUnitEnum_LINEARVELOCITYUNIT"
msgstr "LINEARVELOCITYUNIT"
msgid "IfcDerivedUnitEnum_LINEARVELOCITYUNIT_DEFINITION"
msgstr "Linear velocity unit"
#:IFC.xml:23348
msgid "IfcDerivedUnitEnum_LUMINOUSINTENSITYDISTRIBUTIONUNIT"
msgstr "LUMINOUSINTENSITYDISTRIBUTIONUNIT"
msgid "IfcDerivedUnitEnum_LUMINOUSINTENSITYDISTRIBUTIONUNIT_DEFINITION"
msgstr "Luminous intensity distribution unit"
#:IFC.xml:23349
msgid "IfcDerivedUnitEnum_MASSDENSITYUNIT"
msgstr "MASSDENSITYUNIT"
msgid "IfcDerivedUnitEnum_MASSDENSITYUNIT_DEFINITION"
msgstr "Mass denisity unit"
#:IFC.xml:23350
msgid "IfcDerivedUnitEnum_MASSFLOWRATEUNIT"
msgstr "MASSFLOWRATEUNIT"
msgid "IfcDerivedUnitEnum_MASSFLOWRATEUNIT_DEFINITION"
msgstr "Mass flowrate unit"
#:IFC.xml:23351
msgid "IfcDerivedUnitEnum_MASSPERLENGTHUNIT"
msgstr "MASSPERLENGTHUNIT"
msgid "IfcDerivedUnitEnum_MASSPERLENGTHUNIT_DEFINITION"
msgstr "Mass per length unit"
#:IFC.xml:23352
msgid "IfcDerivedUnitEnum_MODULUSOFELASTICITYUNIT"
msgstr "MODULUSOFELASTICITYUNIT"
msgid "IfcDerivedUnitEnum_MODULUSOFELASTICITYUNIT_DEFINITION"
msgstr "Modulus of elasticity unit"
#:IFC.xml:23353
msgid "IfcDerivedUnitEnum_MODULUSOFLINEARSUBGRADEREACTIONUNIT"
msgstr "MODULUSOFLINEARSUBGRADEREACTIONUNIT"
msgid "IfcDerivedUnitEnum_MODULUSOFLINEARSUBGRADEREACTIONUNIT_DEFINITION"
msgstr "Modulus of linear subgrade reaction unit"
#:IFC.xml:23354
msgid "IfcDerivedUnitEnum_MODULUSOFROTATIONALSUBGRADEREACTIONUNIT"
msgstr "MODULUSOFROTATIONALSUBGRADEREACTIONUNIT"
msgid "IfcDerivedUnitEnum_MODULUSOFROTATIONALSUBGRADEREACTIONUNIT_DEFINITION"
msgstr "Modulus of rotational subgrade reaction unit"
#:IFC.xml:23355
msgid "IfcDerivedUnitEnum_MODULUSOFSUBGRADEREACTIONUNIT"
msgstr "MODULUSOFSUBGRADEREACTIONUNIT"
msgid "IfcDerivedUnitEnum_MODULUSOFSUBGRADEREACTIONUNIT_DEFINITION"
msgstr "Modulus of subgrade reaction unit"
#:IFC.xml:23356
msgid "IfcDerivedUnitEnum_MOISTUREDIFFUSIVITYUNIT"
msgstr "MOISTUREDIFFUSIVITYUNIT"
msgid "IfcDerivedUnitEnum_MOISTUREDIFFUSIVITYUNIT_DEFINITION"
msgstr "Moistere diffusivity unit"
#:IFC.xml:23357
msgid "IfcDerivedUnitEnum_MOLECULARWEIGHTUNIT"
msgstr "MOLECULARWEIGHTUNIT"
msgid "IfcDerivedUnitEnum_MOLECULARWEIGHTUNIT_DEFINITION"
msgstr "Molecular weight unit"
#:IFC.xml:23358
msgid "IfcDerivedUnitEnum_MOMENTOFINERTIAUNIT"
msgstr "MOMENTOFINERTIAUNIT"
msgid "IfcDerivedUnitEnum_MOMENTOFINERTIAUNIT_DEFINITION"
msgstr "Moment of inertia unit"
#:IFC.xml:23359
msgid "IfcDerivedUnitEnum_PHUNIT"
msgstr "PHUNIT"
msgid "IfcDerivedUnitEnum_PHUNIT_DEFINITION"
msgstr "PH Unit"
#:IFC.xml:23360
msgid "IfcDerivedUnitEnum_PLANARFORCEUNIT"
msgstr "PLANARFORCEUNIT"
msgid "IfcDerivedUnitEnum_PLANARFORCEUNIT_DEFINITION"
msgstr "planar force unit"
#:IFC.xml:23361
msgid "IfcDerivedUnitEnum_ROTATIONALFREQUENCYUNIT"
msgstr "ROTATIONALFREQUENCYUNIT"
msgid "IfcDerivedUnitEnum_ROTATIONALFREQUENCYUNIT_DEFINITION"
msgstr "Rotational frequency unit"
#:IFC.xml:23362
msgid "IfcDerivedUnitEnum_ROTATIONALMASSUNIT"
msgstr "ROTATIONALMASSUNIT"
msgid "IfcDerivedUnitEnum_ROTATIONALMASSUNIT_DEFINITION"
msgstr "Rotational mass unit"
#:IFC.xml:23363
msgid "IfcDerivedUnitEnum_ROTATIONALSTIFFNESSUNIT"
msgstr "ROTATIONALSTIFFNESSUNIT"
msgid "IfcDerivedUnitEnum_ROTATIONALSTIFFNESSUNIT_DEFINITION"
msgstr "Rotational stuffness unit"
#:IFC.xml:23364
msgid "IfcDerivedUnitEnum_SECTIONAREAINTEGRALUNIT"
msgstr "SECTIONAREAINTEGRALUNIT"
msgid "IfcDerivedUnitEnum_SECTIONAREAINTEGRALUNIT_DEFINITION"
msgstr "Section area integral unit"
#:IFC.xml:23365
msgid "IfcDerivedUnitEnum_SECTIONMODULUSUNIT"
msgstr "SECTIONMODULUSUNIT"
msgid "IfcDerivedUnitEnum_SECTIONMODULUSUNIT_DEFINITION"
msgstr "Section modulus unit"
#:IFC.xml:23366
msgid "IfcDerivedUnitEnum_SHEARMODULUSUNIT"
msgstr "SHEARMODULUSUNIT"
msgid "IfcDerivedUnitEnum_SHEARMODULUSUNIT_DEFINITION"
msgstr "Shear modulus unit"
#:IFC.xml:23367
msgid "IfcDerivedUnitEnum_SOUNDPOWERLEVELUNIT"
msgstr "SOUNDPOWERLEVELUNIT"
msgid "IfcDerivedUnitEnum_SOUNDPOWERLEVELUNIT_DEFINITION"
msgstr "Sound power level unit"
#:IFC.xml:23368
msgid "IfcDerivedUnitEnum_SOUNDPOWERUNIT"
msgstr "SOUNDPOWERUNIT"
msgid "IfcDerivedUnitEnum_SOUNDPOWERUNIT_DEFINITION"
msgstr "Sound power unit"
#:IFC.xml:23369
msgid "IfcDerivedUnitEnum_SOUNDPRESSURELEVELUNIT"
msgstr "SOUNDPRESSURELEVELUNIT"
msgid "IfcDerivedUnitEnum_SOUNDPRESSURELEVELUNIT_DEFINITION"
msgstr "Sound pressure level unit"
#:IFC.xml:23370
msgid "IfcDerivedUnitEnum_SOUNDPRESSUREUNIT"
msgstr "SOUNDPRESSUREUNIT"
msgid "IfcDerivedUnitEnum_SOUNDPRESSUREUNIT_DEFINITION"
msgstr "Sound pressure unit"
#:IFC.xml:23371
msgid "IfcDerivedUnitEnum_SPECIFICHEATCAPACITYUNIT"
msgstr "SPECIFICHEATCAPACITYUNIT"
msgid "IfcDerivedUnitEnum_SPECIFICHEATCAPACITYUNIT_DEFINITION"
msgstr "Specific heat capacity unit"
#:IFC.xml:23372
msgid "IfcDerivedUnitEnum_TEMPERATUREGRADIENTUNIT"
msgstr "TEMPERATUREGRADIENTUNIT"
msgid "IfcDerivedUnitEnum_TEMPERATUREGRADIENTUNIT_DEFINITION"
msgstr "Temperature gradient unit"
#:IFC.xml:23373
msgid "IfcDerivedUnitEnum_TEMPERATURERATEOFCHANGEUNIT"
msgstr "TEMPERATURERATEOFCHANGEUNIT"
msgid "IfcDerivedUnitEnum_TEMPERATURERATEOFCHANGEUNIT_DEFINITION"
msgstr "Temperature of change unit"
#:IFC.xml:23374
msgid "IfcDerivedUnitEnum_THERMALADMITTANCEUNIT"
msgstr "THERMALADMITTANCEUNIT"
msgid "IfcDerivedUnitEnum_THERMALADMITTANCEUNIT_DEFINITION"
msgstr "Thermal admittance unit"
#:IFC.xml:23375
msgid "IfcDerivedUnitEnum_THERMALCONDUCTANCEUNIT"
msgstr "THERMALCONDUCTANCEUNIT"
msgid "IfcDerivedUnitEnum_THERMALCONDUCTANCEUNIT_DEFINITION"
msgstr "Thermal Conductance unit"
#:IFC.xml:23376
msgid "IfcDerivedUnitEnum_THERMALEXPANSIONCOEFFICIENTUNIT"
msgstr "THERMALEXPANSIONCOEFFICIENTUNIT"
msgid "IfcDerivedUnitEnum_THERMALEXPANSIONCOEFFICIENTUNIT_DEFINITION"
msgstr "Thermal expansion coefficient unit"
#:IFC.xml:23377
msgid "IfcDerivedUnitEnum_THERMALRESISTANCEUNIT"
msgstr "THERMALRESISTANCEUNIT"
msgid "IfcDerivedUnitEnum_THERMALRESISTANCEUNIT_DEFINITION"
msgstr "Thermal resistance unit"
#:IFC.xml:23378
msgid "IfcDerivedUnitEnum_THERMALTRANSMITTANCEUNIT"
msgstr "THERMALTRANSMITTANCEUNIT"
msgid "IfcDerivedUnitEnum_THERMALTRANSMITTANCEUNIT_DEFINITION"
msgstr "Thermal transmittance unit"
#:IFC.xml:23379
msgid "IfcDerivedUnitEnum_TORQUEUNIT"
msgstr "TORQUEUNIT"
msgid "IfcDerivedUnitEnum_TORQUEUNIT_DEFINITION"
msgstr "Torque unit"
#:IFC.xml:23381
msgid "IfcDerivedUnitEnum_VAPORPERMEABILITYUNIT"
msgstr "VAPORPERMEABILITYUNIT"
msgid "IfcDerivedUnitEnum_VAPORPERMEABILITYUNIT_DEFINITION"
msgstr "Vapor permeability unit"
#:IFC.xml:23382
msgid "IfcDerivedUnitEnum_VOLUMETRICFLOWRATEUNIT"
msgstr "VOLUMETRICFLOWRATEUNIT"
msgid "IfcDerivedUnitEnum_VOLUMETRICFLOWRATEUNIT_DEFINITION"
msgstr "Valumetric flowrate unit"
#:IFC.xml:23383
msgid "IfcDerivedUnitEnum_WARPINGCONSTANTUNIT"
msgstr "WARPINGCONSTANTUNIT"
msgid "IfcDerivedUnitEnum_WARPINGCONSTANTUNIT_DEFINITION"
msgstr "Warping constraint unit"
#:IFC.xml:23384
msgid "IfcDerivedUnitEnum_WARPINGMOMENTUNIT"
msgstr "WARPINGMOMENTUNIT"
msgid "IfcDerivedUnitEnum_WARPINGMOMENTUNIT_DEFINITION"
msgstr "Warping moment unit"
#:IFC.xml:23380
msgid "IfcDerivedUnitEnum_USERDEFINED"
msgstr "USERDEFINED"
msgid "IfcDerivedUnitEnum_USERDEFINED_DEFINITION"
msgstr "User defined derived unit."
#:IFC.xml:23386
msgid "IfcDimensionalExponents"
msgstr "IfcDimensionalExponents"
msgid "IfcDimensionalExponents_DEFINITION"
msgstr ".extDef"
#:IFC.xml:23387
msgid "IfcDimensionalExponents_AmountOfSubstanceExponent"
msgstr "AmountOfSubstanceExponent"
msgid "IfcDimensionalExponents_AmountOfSubstanceExponent_DEFINITION"
msgstr "The power of the amount of substance base quantity."
#:IFC.xml:23392
msgid "IfcDimensionalExponents_ElectricCurrentExponent"
msgstr "ElectricCurrentExponent"
msgid "IfcDimensionalExponents_ElectricCurrentExponent_DEFINITION"
msgstr "The power of the electric current base quantity."
#:IFC.xml:23397
msgid "IfcDimensionalExponents_LengthExponent"
msgstr "LengthExponent"
msgid "IfcDimensionalExponents_LengthExponent_DEFINITION"
msgstr "The power of the length base quantity."
#:IFC.xml:23402
msgid "IfcDimensionalExponents_LuminousIntensityExponent"
msgstr "LuminousIntensityExponent"
msgid "IfcDimensionalExponents_LuminousIntensityExponent_DEFINITION"
msgstr "The power of the luminous intensity base quantity."
#:IFC.xml:23407
msgid "IfcDimensionalExponents_MassExponent"
msgstr "MassExponent"
msgid "IfcDimensionalExponents_MassExponent_DEFINITION"
msgstr "The power of the mass base quantity."
#:IFC.xml:23412
msgid "IfcDimensionalExponents_ThermodynamicTemperatureExponent"
msgstr "ThermodynamicTemperatureExponent"
msgid "IfcDimensionalExponents_ThermodynamicTemperatureExponent_DEFINITION"
msgstr "The power of the thermodynamic temperature base quantity."
#:IFC.xml:23417
msgid "IfcDimensionalExponents_TimeExponent"
msgstr "TimeExponent"
msgid "IfcDimensionalExponents_TimeExponent_DEFINITION"
msgstr "The power of the time base quantity."
#:IFC.xml:23435
msgid "IfcDimensionsForSIUnit__n"
msgstr "IfcDimensionsForSIUnit n"
msgid "IfcDimensionsForSIUnit__n_DEFINITION"
msgstr ""
#:IFC.xml:23443
msgid "IfcMeasureValue"
msgstr "IfcMeasureValue"
msgid "IfcMeasureValue_DEFINITION"
msgstr ""
#:IFC.xml:23445
msgid "IfcMeasureWithUnit"
msgstr "IfcMeasureWithUnit"
msgid "IfcMeasureWithUnit_DEFINITION"
msgstr ".extDef"
#:IFC.xml:23446
msgid "IfcMeasureWithUnit_UnitComponent"
msgstr "UnitComponent"
msgid "IfcMeasureWithUnit_UnitComponent_DEFINITION"
msgstr "The unit in which the physical quantity is expressed."
#:IFC.xml:23451
msgid "IfcMeasureWithUnit_ValueComponent"
msgstr "ValueComponent"
msgid "IfcMeasureWithUnit_ValueComponent_DEFINITION"
msgstr "The value of the physical quantity when expressed in the specified units."
#:IFC.xml:23459
msgid "IfcMonetaryUnit"
msgstr "IfcMonetaryUnit"
msgid "IfcMonetaryUnit_DEFINITION"
msgstr "[[IfcMonetaryUnit]] is a unit to define currency for money."
#:IFC.xml:23460
msgid "IfcMonetaryUnit_Currency"
msgstr "Currency"
msgid "IfcMonetaryUnit_Currency_DEFINITION"
msgstr "Code or name of the currency. Permissible values are the three letter alphabetic currency codes as per ISO 4217 target top , for example CNY, EUR, GBP, JPY, USD."
#:IFC.xml:23467
msgid "IfcNamedUnit"
msgstr "IfcNamedUnit"
msgid "IfcNamedUnit_DEFINITION"
msgstr ".extDef"
#:IFC.xml:23423
msgid "IfcNamedUnit_Dimensions"
msgstr "Dimensions"
msgid "IfcNamedUnit_Dimensions_DEFINITION"
msgstr "The dimensional exponents of the SI base units by which the named unit is defined."
#:IFC.xml:23468
msgid "IfcNamedUnit_UnitType"
msgstr "UnitType"
msgid "IfcNamedUnit_UnitType_DEFINITION"
msgstr "The type of the unit."
#:IFC.xml:23523
msgid "IfcSimpleValue"
msgstr "IfcSimpleValue"
msgid "IfcSimpleValue_DEFINITION"
msgstr ""
#:IFC.xml:23525
msgid "IfcSIPrefix"
msgstr "IfcSIPrefix"
msgid "IfcSIPrefix_DEFINITION"
msgstr ".extDef"
#:IFC.xml:23526
msgid "IfcSIPrefix_ATTO"
msgstr "ATTO"
msgid "IfcSIPrefix_ATTO_DEFINITION"
msgstr "10 18."
#:IFC.xml:23527
msgid "IfcSIPrefix_CENTI"
msgstr "CENTI"
msgid "IfcSIPrefix_CENTI_DEFINITION"
msgstr "10 2."
#:IFC.xml:23528
msgid "IfcSIPrefix_DECA"
msgstr "DECA"
msgid "IfcSIPrefix_DECA_DEFINITION"
msgstr "10."
#:IFC.xml:23529
msgid "IfcSIPrefix_DECI"
msgstr "DECI"
msgid "IfcSIPrefix_DECI_DEFINITION"
msgstr "10 1."
#:IFC.xml:23530
msgid "IfcSIPrefix_EXA"
msgstr "EXA"
msgid "IfcSIPrefix_EXA_DEFINITION"
msgstr "10 18."
#:IFC.xml:23531
msgid "IfcSIPrefix_FEMTO"
msgstr "FEMTO"
msgid "IfcSIPrefix_FEMTO_DEFINITION"
msgstr "10 15."
#:IFC.xml:23532
msgid "IfcSIPrefix_GIGA"
msgstr "GIGA"
msgid "IfcSIPrefix_GIGA_DEFINITION"
msgstr "10 9."
#:IFC.xml:23533
msgid "IfcSIPrefix_HECTO"
msgstr "HECTO"
msgid "IfcSIPrefix_HECTO_DEFINITION"
msgstr "10 2."
#:IFC.xml:23534
msgid "IfcSIPrefix_KILO"
msgstr "KILO"
msgid "IfcSIPrefix_KILO_DEFINITION"
msgstr "10 3."
#:IFC.xml:23535
msgid "IfcSIPrefix_MEGA"
msgstr "MEGA"
msgid "IfcSIPrefix_MEGA_DEFINITION"
msgstr "10 6."
#:IFC.xml:23536
msgid "IfcSIPrefix_MICRO"
msgstr "MICRO"
msgid "IfcSIPrefix_MICRO_DEFINITION"
msgstr "10 6."
#:IFC.xml:23537
msgid "IfcSIPrefix_MILLI"
msgstr "MILLI"
msgid "IfcSIPrefix_MILLI_DEFINITION"
msgstr "10 3."
#:IFC.xml:23538
msgid "IfcSIPrefix_NANO"
msgstr "NANO"
msgid "IfcSIPrefix_NANO_DEFINITION"
msgstr "10 9."
#:IFC.xml:23539
msgid "IfcSIPrefix_PETA"
msgstr "PETA"
msgid "IfcSIPrefix_PETA_DEFINITION"
msgstr "10 15."
#:IFC.xml:23540
msgid "IfcSIPrefix_PICO"
msgstr "PICO"
msgid "IfcSIPrefix_PICO_DEFINITION"
msgstr "10 12."
#:IFC.xml:23541
msgid "IfcSIPrefix_TERA"
msgstr "TERA"
msgid "IfcSIPrefix_TERA_DEFINITION"
msgstr "10 12."
#:IFC.xml:23543
msgid "IfcSIUnit"
msgstr "IfcSIUnit"
msgid "IfcSIUnit_DEFINITION"
msgstr "The [[IfcSIUnit]] covers both standard base SI units such as meter and second, and derived SI units such as Pascal, square meter and cubic meter."
#:IFC.xml:23544
msgid "IfcSIUnit_SELF_IfcNamedUnit_Dimensions"
msgstr "SELF IfcNamedUnit Dimensions"
msgid "IfcSIUnit_SELF_IfcNamedUnit_Dimensions_DEFINITION"
msgstr "SELF [[IfcNamedUnit]].Dimensions"
#:IFC.xml:23548
msgid "IfcSIUnit_Name"
msgstr "Name"
msgid "IfcSIUnit_Name_DEFINITION"
msgstr "The word, or group of words, by which the SI unit is referred to."
#:IFC.xml:23553
msgid "IfcSIUnit_Prefix"
msgstr "Prefix"
msgid "IfcSIUnit_Prefix_DEFINITION"
msgstr "The SI Prefix for defining decimal multiples and submultiples of the unit."
#:IFC.xml:23560
msgid "IfcSIUnitName"
msgstr "IfcSIUnitName"
msgid "IfcSIUnitName_DEFINITION"
msgstr ".extDef"
#:IFC.xml:23561
msgid "IfcSIUnitName_AMPERE"
msgstr "AMPERE"
msgid "IfcSIUnitName_AMPERE_DEFINITION"
msgstr "Unit for electric current."
#:IFC.xml:23562
msgid "IfcSIUnitName_BECQUEREL"
msgstr "BECQUEREL"
msgid "IfcSIUnitName_BECQUEREL_DEFINITION"
msgstr "Unit for radioactivity."
#:IFC.xml:23563
msgid "IfcSIUnitName_CANDELA"
msgstr "CANDELA"
msgid "IfcSIUnitName_CANDELA_DEFINITION"
msgstr "Unit for luminousintensity."
#:IFC.xml:23564
msgid "IfcSIUnitName_COULOMB"
msgstr "COULOMB"
msgid "IfcSIUnitName_COULOMB_DEFINITION"
msgstr "Unit for electric charge."
#:IFC.xml:23565
msgid "IfcSIUnitName_CUBIC_METRE"
msgstr "CUBIC METRE"
msgid "IfcSIUnitName_CUBIC_METRE_DEFINITION"
msgstr "Unit for volume."
#:IFC.xml:23566
msgid "IfcSIUnitName_DEGREE_CELSIUS"
msgstr "DEGREE CELSIUS"
msgid "IfcSIUnitName_DEGREE_CELSIUS_DEFINITION"
msgstr "Unit for thermodynamic temperature."
#:IFC.xml:23567
msgid "IfcSIUnitName_FARAD"
msgstr "FARAD"
msgid "IfcSIUnitName_FARAD_DEFINITION"
msgstr "Unit for electric capacitance."
#:IFC.xml:23568
msgid "IfcSIUnitName_GRAM"
msgstr "GRAM"
msgid "IfcSIUnitName_GRAM_DEFINITION"
msgstr "Unit for mass."
#:IFC.xml:23569
msgid "IfcSIUnitName_GRAY"
msgstr "GRAY"
msgid "IfcSIUnitName_GRAY_DEFINITION"
msgstr "Unit for absorbed radioactive dose."
#:IFC.xml:23570
msgid "IfcSIUnitName_HENRY"
msgstr "HENRY"
msgid "IfcSIUnitName_HENRY_DEFINITION"
msgstr "Unit for inductance."
#:IFC.xml:23571
msgid "IfcSIUnitName_HERTZ"
msgstr "HERTZ"
msgid "IfcSIUnitName_HERTZ_DEFINITION"
msgstr "Unit for frequency."
#:IFC.xml:23572
msgid "IfcSIUnitName_JOULE"
msgstr "JOULE"
msgid "IfcSIUnitName_JOULE_DEFINITION"
msgstr "Unit for energy."
#:IFC.xml:23573
msgid "IfcSIUnitName_KELVIN"
msgstr "KELVIN"
msgid "IfcSIUnitName_KELVIN_DEFINITION"
msgstr "Unit for thermodynamic temperature."
#:IFC.xml:23574
msgid "IfcSIUnitName_LUMEN"
msgstr "LUMEN"
msgid "IfcSIUnitName_LUMEN_DEFINITION"
msgstr "Unit for luminous flux."
#:IFC.xml:23575
msgid "IfcSIUnitName_LUX"
msgstr "LUX"
msgid "IfcSIUnitName_LUX_DEFINITION"
msgstr "Unit for illuminance."
#:IFC.xml:23576
msgid "IfcSIUnitName_METRE"
msgstr "METRE"
msgid "IfcSIUnitName_METRE_DEFINITION"
msgstr "Unit for length."
#:IFC.xml:23577
msgid "IfcSIUnitName_MOLE"
msgstr "MOLE"
msgid "IfcSIUnitName_MOLE_DEFINITION"
msgstr "Unit for amount of substance."
#:IFC.xml:23578
msgid "IfcSIUnitName_NEWTON"
msgstr "NEWTON"
msgid "IfcSIUnitName_NEWTON_DEFINITION"
msgstr "Unit for force."
#:IFC.xml:23579
msgid "IfcSIUnitName_OHM"
msgstr "OHM"
msgid "IfcSIUnitName_OHM_DEFINITION"
msgstr "Unit for electric resistance."
#:IFC.xml:23580
msgid "IfcSIUnitName_PASCAL"
msgstr "PASCAL"
msgid "IfcSIUnitName_PASCAL_DEFINITION"
msgstr "Unit for pressure."
#:IFC.xml:23581
msgid "IfcSIUnitName_RADIAN"
msgstr "RADIAN"
msgid "IfcSIUnitName_RADIAN_DEFINITION"
msgstr "Unit for plane angle."
#:IFC.xml:23582
msgid "IfcSIUnitName_SECOND"
msgstr "SECOND"
msgid "IfcSIUnitName_SECOND_DEFINITION"
msgstr "Unit for time."
#:IFC.xml:23583
msgid "IfcSIUnitName_SIEMENS"
msgstr "SIEMENS"
msgid "IfcSIUnitName_SIEMENS_DEFINITION"
msgstr "Unit for electric conductance."
#:IFC.xml:23584
msgid "IfcSIUnitName_SIEVERT"
msgstr "SIEVERT"
msgid "IfcSIUnitName_SIEVERT_DEFINITION"
msgstr "Unit for radioactive dose equivalent."
#:IFC.xml:23585