forked from buildingSMART/IFC4.3.x-output
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIfcSharedFacilitiesElements.pot
1363 lines (976 loc) · 48.9 KB
/
IfcSharedFacilitiesElements.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:39459
msgid "IfcAsset"
msgstr "IfcAsset"
msgid "IfcAsset_DEFINITION"
msgstr "An asset is a uniquely identifiable grouping of elements acting as a single entity that has a financial value or that can be operated on as a single unit. An asset is generally the level of granularity at which maintenance operations are undertaken. An asset is a group that can contain one or more elements. Whilst the financial value of a component or element can be defined, financial value is also defined for accounting purposes at the level of the asset. There are a number of actors that can be associated with an asset, each actor having a role. Actors within the scope of the project are indicated using the [[IfcRelAssignsToActor]] .. .. ifckernel lexical ifcrelassignstoactor.htm relationship in which case roles should be defined through the [[IfcActorRole]] .. .. ifcactorresource lexical ifcactorrole.htm class otherwise principal actors are identified as attributes of the class. In the existence of both, direct attributes take precedence. There are a number of costs that can be associated with an asset, each cost having a role. These are specified through the OriginalValue , CurrentValue , TotalReplacementCost and DepreciatedValue attributes. HISTORY New entity in IFC2x. .change ifc2x4 IFC4 CHANGE All attributes made optional and date values changed to use [[IfcDate]] . bSI Documentation"
#:IFC.xml:275
msgid "IfcAsset_ResponsiblePerson"
msgstr "ResponsiblePerson"
msgid "IfcAsset_ResponsiblePerson_DEFINITION"
msgstr "ResponsiblePerson"
#:IFC.xml:3422
msgid "IfcAsset_TotalReplacementCost"
msgstr "TotalReplacementCost"
msgid "IfcAsset_TotalReplacementCost_DEFINITION"
msgstr "TotalReplacementCost"
#:IFC.xml:3434
msgid "IfcAsset_CurrentValue"
msgstr "CurrentValue"
msgid "IfcAsset_CurrentValue_DEFINITION"
msgstr "CurrentValue"
#:IFC.xml:3470
msgid "IfcAsset_OriginalValue"
msgstr "OriginalValue"
msgid "IfcAsset_OriginalValue_DEFINITION"
msgstr "OriginalValue"
#:IFC.xml:3482
msgid "IfcAsset_DepreciatedValue"
msgstr "DepreciatedValue"
msgid "IfcAsset_DepreciatedValue_DEFINITION"
msgstr "DepreciatedValue"
#:IFC.xml:39460
msgid "IfcAsset_Identification"
msgstr "Identification"
msgid "IfcAsset_Identification_DEFINITION"
msgstr "A unique identification assigned to an asset that enables its differentiation from other assets. X 0D NOTE The asset identifier is unique within the asset register. It differs from the globally unique id assigned to the instance of an entity populating a database."
#:IFC.xml:39465
msgid "IfcAsset_Owner"
msgstr "Owner"
msgid "IfcAsset_Owner_DEFINITION"
msgstr "The name of the person or organization that owns the asset."
#:IFC.xml:39470
msgid "IfcAsset_User"
msgstr "User"
msgid "IfcAsset_User_DEFINITION"
msgstr "The name of the person or organization that uses the asset."
#:IFC.xml:39475
msgid "IfcAsset_IncorporationDate"
msgstr "IncorporationDate"
msgid "IfcAsset_IncorporationDate_DEFINITION"
msgstr "The date on which an asset was incorporated into the works, installed, constructed, erected or completed. X 0D NOTE This is the date on which an asset is considered to start depreciating. X 0D X 0D .history X 0D IFC4 CHANGE Type changed from IfcDateTimeSelect."
#:IFC.xml:39483
msgid "IfcFurniture"
msgstr "IfcFurniture"
msgid "IfcFurniture_DEFINITION"
msgstr "Furniture defines complete furnishings such as a table, desk, chair, or cabinet, which may or may not be permanently attached to a building structure. Occurrences of furniture that are built in where the property Pset FurnitureTypeCommon.IsBuiltIn is asserted to be TRUE should have their connection relationship with a building element occurrence defined through the [[IfcRelConnectsElements]] relationship. HISTORY New entity in IFC2x2. bSI Documentation"
#:IFC.xml:39494
msgid "IfcFurniture_PredefinedType"
msgstr "PredefinedType"
msgid "IfcFurniture_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:39507
msgid "IfcFurnitureType"
msgstr "IfcFurnitureType"
msgid "IfcFurnitureType_DEFINITION"
msgstr "The furnishing element type [[IfcFurnitureType]] defines commonly shared information for occurrences of furnitures. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements It is used to define a furniture type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcFurnitureType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcFurnitureType]] are represented by instances of [[IfcFurniture]] . Refer to the documentation at [[IfcFurniture]] for supported property sets, materials, and composition. HISTORY New entity in IFC2x2 .note bSI Documentation"
#:IFC.xml:39519
msgid "IfcFurnitureType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcFurnitureType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:39512
msgid "IfcFurnitureType_AssemblyPlace"
msgstr "AssemblyPlace"
msgid "IfcFurnitureType_AssemblyPlace_DEFINITION"
msgstr "A designation of where the assembly is intended to take place. A selection of alternatives s provided in an enumerated list."
#:IFC.xml:39531
msgid "IfcFurnitureTypeEnum"
msgstr "IfcFurnitureTypeEnum"
msgid "IfcFurnitureTypeEnum_DEFINITION"
msgstr "[[IfcFurnitureTypeEnum]] defines the types of furniture from which the type required can be selected. HISTORY New enumeration in IFC4. bSI Documentation"
#:IFC.xml:39551
msgid "IfcFurnitureTypeEnum_TECHNICALCABINET"
msgstr "TECHNICALCABINET"
msgid "IfcFurnitureTypeEnum_TECHNICALCABINET_DEFINITION"
msgstr "A technical cabinet is a piece of furniture for holding, displaying and protecting technical appliances, usually organized in shelves, drawers or racks."
#:IFC.xml:39547
msgid "IfcFurnitureTypeEnum_SHELF"
msgstr "SHELF"
msgid "IfcFurnitureTypeEnum_SHELF_DEFINITION"
msgstr "Furniture for storing books or other items."
#:IFC.xml:39548
msgid "IfcFurnitureTypeEnum_SOFA"
msgstr "SOFA"
msgid "IfcFurnitureTypeEnum_SOFA_DEFINITION"
msgstr "Furniture for seating multiple people."
#:IFC.xml:39543
msgid "IfcFurnitureTypeEnum_DESK"
msgstr "DESK"
msgid "IfcFurnitureTypeEnum_DESK_DEFINITION"
msgstr "Furniture with a countertop and optional drawers for a single person."
#:IFC.xml:39541
msgid "IfcFurnitureTypeEnum_CHAIR"
msgstr "CHAIR"
msgid "IfcFurnitureTypeEnum_CHAIR_DEFINITION"
msgstr "Furniture for seating a single person."
#:IFC.xml:39549
msgid "IfcFurnitureTypeEnum_TABLE"
msgstr "TABLE"
msgid "IfcFurnitureTypeEnum_TABLE_DEFINITION"
msgstr "Furniture with a countertop for multiple people."
#:IFC.xml:39540
msgid "IfcFurnitureTypeEnum_BED"
msgstr "BED"
msgid "IfcFurnitureTypeEnum_BED_DEFINITION"
msgstr "Furniture for sleeping."
#:IFC.xml:39545
msgid "IfcFurnitureTypeEnum_FILECABINET"
msgstr "FILECABINET"
msgid "IfcFurnitureTypeEnum_FILECABINET_DEFINITION"
msgstr "Furniture with sliding drawers for storing files."
#:IFC.xml:39557
msgid "IfcInventory"
msgstr "IfcInventory"
msgid "IfcInventory_DEFINITION"
msgstr "An inventory is a list of items within an enterprise. Various types of inventory can be included. These are identified by the range of values within the inventory type enumeration which includes space, asset, and furniture. User defined inventories can also be defined for lists of particular types of element such as may be required in operating and maintenance instructions. Such inventories should be constrained to contain a list of elements of a restricted type. There are a number of actors that can be associated with an inventory, each actor having a role. Actors within the scope of the project are indicated using the [[IfcRelAssignsToActor]] .. .. ifckernel lexical ifcrelassignstoactor.htm relationship in which case roles should be defined through the [[IfcActorRole]] .. .. ifcactorresource lexical ifcactorrole.htm class otherwise principal actors are identified as attributes of the class. In the existence of both, direct attributes take precedence. There are a number of costs that can be associated with an inventory, each cost having a role. These are specified through the CurrentValue and OriginalValue attributes. HISTORY New entity in IFC2.0. .change ifc2x4 IFC4 CHANGE All attributes optional, Where Rule removed. bSI Documentation"
#:IFC.xml:313
msgid "IfcInventory_ResponsiblePersons"
msgstr "ResponsiblePersons"
msgid "IfcInventory_ResponsiblePersons_DEFINITION"
msgstr "ResponsiblePersons"
#:IFC.xml:3410
msgid "IfcInventory_CurrentValue"
msgstr "CurrentValue"
msgid "IfcInventory_CurrentValue_DEFINITION"
msgstr "CurrentValue"
#:IFC.xml:3446
msgid "IfcInventory_OriginalValue"
msgstr "OriginalValue"
msgid "IfcInventory_OriginalValue_DEFINITION"
msgstr "OriginalValue"
#:IFC.xml:39570
msgid "IfcInventory_PredefinedType"
msgstr "PredefinedType"
msgid "IfcInventory_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:39558
msgid "IfcInventory_Jurisdiction"
msgstr "Jurisdiction"
msgid "IfcInventory_Jurisdiction_DEFINITION"
msgstr "The organizational unit to which the inventory is applicable."
#:IFC.xml:39563
msgid "IfcInventory_LastUpdateDate"
msgstr "LastUpdateDate"
msgid "IfcInventory_LastUpdateDate_DEFINITION"
msgstr "The date on which the last update of the inventory was carried out. X 0D X 0D .change ifc2x4 X 0D IFC4 CHANGE Type changed from IfcDateTimeSelect."
#:IFC.xml:39582
msgid "IfcInventoryTypeEnum"
msgstr "IfcInventoryTypeEnum"
msgid "IfcInventoryTypeEnum_DEFINITION"
msgstr "[[IfcInventoryTypeEnum]] defines the types of inventory that can be defined. HISTORY New enumeration in IFC2.0. bSI Documentation"
#:IFC.xml:39587
msgid "IfcInventoryTypeEnum_FURNITUREINVENTORY"
msgstr "FURNITUREINVENTORY"
msgid "IfcInventoryTypeEnum_FURNITUREINVENTORY_DEFINITION"
msgstr "A collection of furniture instances of type [[IfcFurnishingElement]]."
#:IFC.xml:39588
msgid "IfcInventoryTypeEnum_SPACEINVENTORY"
msgstr "SPACEINVENTORY"
msgid "IfcInventoryTypeEnum_SPACEINVENTORY_DEFINITION"
msgstr "A collection of space instances of type [[IfcSpace]]."
#:IFC.xml:39586
msgid "IfcInventoryTypeEnum_ASSETINVENTORY"
msgstr "ASSETINVENTORY"
msgid "IfcInventoryTypeEnum_ASSETINVENTORY_DEFINITION"
msgstr "A collection of asset instances of type [[IfcAsset]]."
#:IFC.xml:39589
msgid "IfcOccupant"
msgstr "IfcOccupant"
msgid "IfcOccupant_DEFINITION"
msgstr "An occupant is a type of actor that defines the form of occupancy of a property. The principal purpose of [[IfcOccupant]] is to determine the nature of occupancy of a property for a particular actor. All characteristics relating to the actor name and organization details are inherited from the [[IfcActor]] entity. HISTORY New entity in IFC2x bSI Documentation"
#:IFC.xml:39596
msgid "IfcOccupant_PredefinedType"
msgstr "PredefinedType"
msgid "IfcOccupant_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:39608
msgid "IfcOccupantTypeEnum"
msgstr "IfcOccupantTypeEnum"
msgid "IfcOccupantTypeEnum_DEFINITION"
msgstr "[[IfcOccupantTypeEnum]] defines the types of occupant from which the type required can be selected. HISTORY New enumeration in IFC2.0. bSI Documentation"
#:IFC.xml:39622
msgid "IfcOccupantTypeEnum_TENANT"
msgstr "TENANT"
msgid "IfcOccupantTypeEnum_TENANT_DEFINITION"
msgstr "Actor renting the use of a property fro a period of time."
#:IFC.xml:39618
msgid "IfcOccupantTypeEnum_LESSEE"
msgstr "LESSEE"
msgid "IfcOccupantTypeEnum_LESSEE_DEFINITION"
msgstr "Actor receiving the lease of a property from a lessor."
#:IFC.xml:39616
msgid "IfcOccupantTypeEnum_ASSIGNEE"
msgstr "ASSIGNEE"
msgid "IfcOccupantTypeEnum_ASSIGNEE_DEFINITION"
msgstr "Actor receiving the assignment of a property agreement from an assignor."
#:IFC.xml:39620
msgid "IfcOccupantTypeEnum_LETTINGAGENT"
msgstr "LETTINGAGENT"
msgid "IfcOccupantTypeEnum_LETTINGAGENT_DEFINITION"
msgstr "Actor participating in a property agreement on behalf of an owner, lessor or assignor."
#:IFC.xml:39621
msgid "IfcOccupantTypeEnum_OWNER"
msgstr "OWNER"
msgid "IfcOccupantTypeEnum_OWNER_DEFINITION"
msgstr "OWNER"
#:IFC.xml:39619
msgid "IfcOccupantTypeEnum_LESSOR"
msgstr "LESSOR"
msgid "IfcOccupantTypeEnum_LESSOR_DEFINITION"
msgstr "Actor leasing a property to a lessee."
#:IFC.xml:39617
msgid "IfcOccupantTypeEnum_ASSIGNOR"
msgstr "ASSIGNOR"
msgid "IfcOccupantTypeEnum_ASSIGNOR_DEFINITION"
msgstr "Actor assigning a property agreement to an assignor."
#:IFC.xml:39623
msgid "IfcSystemFurnitureElement"
msgstr "IfcSystemFurnitureElement"
msgid "IfcSystemFurnitureElement_DEFINITION"
msgstr "A system furniture element defines components of modular furniture which are not directly placed in a building structure but aggregated inside furniture. HISTORY New entity in IFC2x2. bSI Documentation"
#:IFC.xml:39635
msgid "IfcSystemFurnitureElement_PredefinedType"
msgstr "PredefinedType"
msgid "IfcSystemFurnitureElement_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:39647
msgid "IfcSystemFurnitureElementType"
msgstr "IfcSystemFurnitureElementType"
msgid "IfcSystemFurnitureElementType_DEFINITION"
msgstr "The furnishing element type [[IfcSystemFurnitureElementType]] defines commonly shared information for occurrences of system furniture elements. The set of shared information may include common properties with shared property sets common representations common materials common composition of elements It is used to define a system furniture element type specification indicating the specific product information that is common to all occurrences of that product type. The [[IfcSystemFurnitureElementType]] may be declared within [[IfcProject]] or [[IfcProjectLibrary]] using [[IfcRelDeclares]] and may be exchanged with or without occurrences of the type. Occurrences of [[IfcSystemFurnitureElementType]] are represented by instances of [[IfcSystemFurnitureElement]] . Refer to the documentation at [[IfcSystemFurnitureElement]] for supported property sets, materials, and composition. HISTORY New entity in IFC2x2 .note bSI Documentation"
#:IFC.xml:39654
msgid "IfcSystemFurnitureElementType_PredefinedType"
msgstr "PredefinedType"
msgid "IfcSystemFurnitureElementType_PredefinedType_DEFINITION"
msgstr "PredefinedType"
#:IFC.xml:39666
msgid "IfcSystemFurnitureElementTypeEnum"
msgstr "IfcSystemFurnitureElementTypeEnum"
msgid "IfcSystemFurnitureElementTypeEnum_DEFINITION"
msgstr "IfcSystemFurnitureTypeEnum defines the types of system furniture from which the type required can be selected. HISTORY New enumeration in IFC4. bSI Documentation"
#:IFC.xml:39672
msgid "IfcSystemFurnitureElementTypeEnum_SUBRACK"
msgstr "SUBRACK"
msgid "IfcSystemFurnitureElementTypeEnum_SUBRACK_DEFINITION"
msgstr "A subrack is a part of technical cabinet which is used to store and mount pluggable electric subunits."
#:IFC.xml:39674
msgid "IfcSystemFurnitureElementTypeEnum_WORKSURFACE"
msgstr "WORKSURFACE"
msgid "IfcSystemFurnitureElementTypeEnum_WORKSURFACE_DEFINITION"
msgstr "Workstation countertop."
#:IFC.xml:39670
msgid "IfcSystemFurnitureElementTypeEnum_PANEL"
msgstr "PANEL"
msgid "IfcSystemFurnitureElementTypeEnum_PANEL_DEFINITION"
msgstr "Vertical panel used to divide work spaces."
#:IFC.xml:39748
msgid "Pset_Asset"
msgstr "Pset Asset"
msgid "Pset_Asset_DEFINITION"
msgstr "An asset is a uniquely identifiable element which has a financial value and against which maintenance actions are recorded. bSI Documentation"
#:IFC.xml:39749
msgid "Pset_Asset_AssetAccountingType"
msgstr "AssetAccountingType"
msgid "Pset_Asset_AssetAccountingType_DEFINITION"
msgstr "Identifies the predefined types of risk from which the type required may be set."
#:IFC.xml:39754
msgid "Pset_Asset_AssetInsuranceType"
msgstr "AssetInsuranceType"
msgid "Pset_Asset_AssetInsuranceType_DEFINITION"
msgstr "Identifies the predefined types of insurance rating from which the type required may be set."
#:IFC.xml:39759
msgid "Pset_Asset_AssetTaxType"
msgstr "AssetTaxType"
msgid "Pset_Asset_AssetTaxType_DEFINITION"
msgstr "Identifies the predefined types of taxation group from which the type required may be set."
#:IFC.xml:39764
msgid "Pset_Asset_AssetStatus"
msgstr "AssetStatus"
msgid "Pset_Asset_AssetStatus_DEFINITION"
msgstr "AssetStatus"
#:IFC.xml:39769
msgid "Pset_Asset_AssetUse"
msgstr "AssetUse"
msgid "Pset_Asset_AssetUse_DEFINITION"
msgstr "AssetUse"
#:IFC.xml:39774
msgid "Pset_Asset_Owner"
msgstr "Owner"
msgid "Pset_Asset_Owner_DEFINITION"
msgstr "Owner"
#:IFC.xml:39779
msgid "Pset_Asset_Operator"
msgstr "Operator"
msgid "Pset_Asset_Operator_DEFINITION"
msgstr "Operator"
#:IFC.xml:39784
msgid "Pset_Asset_ResponsiblePerson"
msgstr "ResponsiblePerson"
msgid "Pset_Asset_ResponsiblePerson_DEFINITION"
msgstr "ResponsiblePerson"
#:IFC.xml:39789
msgid "Pset_Asset_OriginalValue"
msgstr "OriginalValue"
msgid "Pset_Asset_OriginalValue_DEFINITION"
msgstr "OriginalValue"
#:IFC.xml:39794
msgid "Pset_Asset_CurrentValue"
msgstr "CurrentValue"
msgid "Pset_Asset_CurrentValue_DEFINITION"
msgstr "CurrentValue"
#:IFC.xml:39799
msgid "Pset_Asset_DepreciatedValue"
msgstr "DepreciatedValue"
msgid "Pset_Asset_DepreciatedValue_DEFINITION"
msgstr "DepreciatedValue"
#:IFC.xml:39805
msgid "Pset_Condition"
msgstr "Pset Condition"
msgid "Pset_Condition_DEFINITION"
msgstr "Determines the state or condition of an element at a particular point in time. bSI Documentation"
#:IFC.xml:39806
msgid "Pset_Condition_AssessmentCondition"
msgstr "AssessmentCondition"
msgid "Pset_Condition_AssessmentCondition_DEFINITION"
msgstr "The overall condition of a product based on an assessment of the contributions to the overall condition made by the various criteria considered. The meanings given to the values of assessed condition should be agreed and documented by local agreements. For instance, is overall condition measured on a scale of 1 10 or by assigning names such as Good, OK, Poor."
#:IFC.xml:39811
msgid "Pset_Condition_AssessmentDate"
msgstr "AssessmentDate"
msgid "Pset_Condition_AssessmentDate_DEFINITION"
msgstr "Date on which the overall condition is assessed"
#:IFC.xml:39816
msgid "Pset_Condition_AssessmentDescription"
msgstr "AssessmentDescription"
msgid "Pset_Condition_AssessmentDescription_DEFINITION"
msgstr "Qualitative description of the condition."
#:IFC.xml:39821
msgid "Pset_Condition_AssessmentType"
msgstr "AssessmentType"
msgid "Pset_Condition_AssessmentType_DEFINITION"
msgstr "AssessmentType"
#:IFC.xml:39826
msgid "Pset_Condition_AssessmentMethod"
msgstr "AssessmentMethod"
msgid "Pset_Condition_AssessmentMethod_DEFINITION"
msgstr "AssessmentMethod"
#:IFC.xml:39831
msgid "Pset_Condition_LastAssessmentReport"
msgstr "LastAssessmentReport"
msgid "Pset_Condition_LastAssessmentReport_DEFINITION"
msgstr "LastAssessmentReport"
#:IFC.xml:39836
msgid "Pset_Condition_NextAssessmentDate"
msgstr "NextAssessmentDate"
msgid "Pset_Condition_NextAssessmentDate_DEFINITION"
msgstr "NextAssessmentDate"
#:IFC.xml:39842
msgid "Pset_FurnitureTypeChair"
msgstr "Pset FurnitureTypeChair"
msgid "Pset_FurnitureTypeChair_DEFINITION"
msgstr "A set of specific properties for furniture type chair. HISTORY First issued in IFC Release R1.5. Renamed from Pset Chair bSI Documentation"
#:IFC.xml:39843
msgid "Pset_FurnitureTypeChair_HighestSeatingHeight"
msgstr "HighestSeatingHeight"
msgid "Pset_FurnitureTypeChair_HighestSeatingHeight_DEFINITION"
msgstr "The value of seating height of high level if the chair height is adjustable."
#:IFC.xml:39848
msgid "Pset_FurnitureTypeChair_LowestSeatingHeight"
msgstr "LowestSeatingHeight"
msgid "Pset_FurnitureTypeChair_LowestSeatingHeight_DEFINITION"
msgstr "The value of seating height of low level if the chair height is adjustable."
#:IFC.xml:39853
msgid "Pset_FurnitureTypeChair_SeatingHeight"
msgstr "SeatingHeight"
msgid "Pset_FurnitureTypeChair_SeatingHeight_DEFINITION"
msgstr "The value of seating height if the chair height is not adjustable."
#:IFC.xml:39859
msgid "Pset_FurnitureTypeCommon"
msgstr "Pset FurnitureTypeCommon"
msgid "Pset_FurnitureTypeCommon_DEFINITION"
msgstr "Common properties for all types of furniture such as chair, desk, table, and file cabinet. HISTORY First issued in IFC Release R1.5. Renamed from Pset FurnitureCommon. IFC 2x4 IsBuiltIn property added bSI Documentation"
#:IFC.xml:39860
msgid "Pset_FurnitureTypeCommon_IsBuiltIn"
msgstr "IsBuiltIn"
msgid "Pset_FurnitureTypeCommon_IsBuiltIn_DEFINITION"
msgstr "Indicates whether the furniture type is intended to be built in i.e. physically attached to a building or facility TRUE or not i.e. Loose and movable FALSE ."
#:IFC.xml:39865
msgid "Pset_FurnitureTypeCommon_MainColor"
msgstr "MainColor"
msgid "Pset_FurnitureTypeCommon_MainColor_DEFINITION"
msgstr "The main color of the furniture of this type."
#:IFC.xml:39870
msgid "Pset_FurnitureTypeCommon_NominalDepth"
msgstr "NominalDepth"
msgid "Pset_FurnitureTypeCommon_NominalDepth_DEFINITION"
msgstr "The nominal depth of the furniture of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence."
#:IFC.xml:39875
msgid "Pset_FurnitureTypeCommon_NominalHeight"
msgstr "NominalHeight"
msgid "Pset_FurnitureTypeCommon_NominalHeight_DEFINITION"
msgstr "The nominal height of the furniture of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence."
#:IFC.xml:39880
msgid "Pset_FurnitureTypeCommon_NominalLength"
msgstr "NominalLength"
msgid "Pset_FurnitureTypeCommon_NominalLength_DEFINITION"
msgstr "The nominal length of the furniture of this type. The size information is provided in addition to the shape representation and the geometric parameters used within. In cases of inconsistency between the geometric parameters and the size properties, provided in the attached property set, the geometric parameters take precedence."
#:IFC.xml:39885
msgid "Pset_FurnitureTypeCommon_Reference"
msgstr "Reference"
msgid "Pset_FurnitureTypeCommon_Reference_DEFINITION"
msgstr ""
#:IFC.xml:39889
msgid "Pset_FurnitureTypeCommon_Status"
msgstr "Status"
msgid "Pset_FurnitureTypeCommon_Status_DEFINITION"
msgstr ""
#:IFC.xml:39894
msgid "Pset_FurnitureTypeCommon_Style"
msgstr "Style"
msgid "Pset_FurnitureTypeCommon_Style_DEFINITION"
msgstr "Description of the furniture style."
#:IFC.xml:39900
msgid "Pset_FurnitureTypeDesk"
msgstr "Pset FurnitureTypeDesk"
msgid "Pset_FurnitureTypeDesk_DEFINITION"
msgstr "A set of specific properties for furniture type desk. HISTORY First issued in IFC Release R1.5. Renamed from Pset Desk bSI Documentation"
#:IFC.xml:39901
msgid "Pset_FurnitureTypeDesk_WorksurfaceArea"
msgstr "WorksurfaceArea"
msgid "Pset_FurnitureTypeDesk_WorksurfaceArea_DEFINITION"
msgstr "The value of the work surface area of the desk."
#:IFC.xml:39907
msgid "Pset_FurnitureTypeFileCabinet"
msgstr "Pset FurnitureTypeFileCabinet"
msgid "Pset_FurnitureTypeFileCabinet_DEFINITION"
msgstr "A set of specific properties for furniture type file cabinet HISTORY First issued in IFC Release R1.5. Renamed from Pset FileCabinet bSI Documentation"
#:IFC.xml:39908
msgid "Pset_FurnitureTypeFileCabinet_WithLock"
msgstr "WithLock"
msgid "Pset_FurnitureTypeFileCabinet_WithLock_DEFINITION"
msgstr "Indicates whether the file cabinet is lockable TRUE or not FALSE ."
#:IFC.xml:39914
msgid "Pset_FurnitureTypeTable"
msgstr "Pset FurnitureTypeTable"
msgid "Pset_FurnitureTypeTable_DEFINITION"
msgstr "HISTORY First issued in IFC Release R1.5. Renamed from Pset Table bSI Documentation"
#:IFC.xml:39915
msgid "Pset_FurnitureTypeTable_NumberOfChairs"
msgstr "NumberOfChairs"
msgid "Pset_FurnitureTypeTable_NumberOfChairs_DEFINITION"
msgstr "Maximum number of chairs that can fit with the table for normal use."
#:IFC.xml:39920
msgid "Pset_FurnitureTypeTable_WorksurfaceArea"
msgstr "WorksurfaceArea"
msgid "Pset_FurnitureTypeTable_WorksurfaceArea_DEFINITION"
msgstr "The value of the work surface area of the desk.."
#:IFC.xml:39926
msgid "Pset_ManufacturerOccurrence"
msgstr "Pset ManufacturerOccurrence"
msgid "Pset_ManufacturerOccurrence_DEFINITION"
msgstr "Defines properties of individual instances of manufactured products that may be given by the manufacturer. HISTORY IFC 2x4 AssemblyPlace property added. This property does not need to be asserted if Pset ManufacturerTypeInformation is allocated to the type and the AssemblyPlace property is asserted there. bSI Documentation"
#:IFC.xml:39927
msgid "Pset_ManufacturerOccurrence_AcquisitionDate"
msgstr "AcquisitionDate"
msgid "Pset_ManufacturerOccurrence_AcquisitionDate_DEFINITION"
msgstr "The date that the manufactured item was purchased."
#:IFC.xml:39932
msgid "Pset_ManufacturerOccurrence_AssemblyPlace"
msgstr "AssemblyPlace"
msgid "Pset_ManufacturerOccurrence_AssemblyPlace_DEFINITION"
msgstr "Enumeration defining where the assembly is intended to take place, either in a factory, other offsite location or on the building site."
#:IFC.xml:39937
msgid "Pset_ManufacturerOccurrence_BarCode"
msgstr "BarCode"
msgid "Pset_ManufacturerOccurrence_BarCode_DEFINITION"
msgstr "The identity of the bar code given to an occurrence of the product."
#:IFC.xml:39942
msgid "Pset_ManufacturerOccurrence_BatchReference"
msgstr "BatchReference"
msgid "Pset_ManufacturerOccurrence_BatchReference_DEFINITION"
msgstr "The identity of the batch reference from which an occurrence of a product is taken."
#:IFC.xml:39947
msgid "Pset_ManufacturerOccurrence_SerialNumber"
msgstr "SerialNumber"
msgid "Pset_ManufacturerOccurrence_SerialNumber_DEFINITION"
msgstr "The serial number assigned to an occurrence of a product."
#:IFC.xml:39953
msgid "Pset_ManufacturerTypeInformation"
msgstr "Pset ManufacturerTypeInformation"
msgid "Pset_ManufacturerTypeInformation_DEFINITION"
msgstr "Defines characteristics of types ranges of manufactured products that may be given by the manufacturer. Note that the term manufactured may also be used to refer to products that are supplied and identified by the supplier or that are assembled off site by a third party provider. HISTORY This property set replaces the entity IfcManufacturerInformation from previous IFC releases. IFC 2x4 AssemblyPlace property added. bSI Documentation"
#:IFC.xml:39954
msgid "Pset_ManufacturerTypeInformation_ArticleNumber"
msgstr "ArticleNumber"
msgid "Pset_ManufacturerTypeInformation_ArticleNumber_DEFINITION"
msgstr "Article number or reference that is be applied to a configured product according to a standard scheme for article number definition as defined by the manufacturer. It is often used as the purchasing number."
#:IFC.xml:39959
msgid "Pset_ManufacturerTypeInformation_AssemblyPlace"
msgstr "AssemblyPlace"
msgid "Pset_ManufacturerTypeInformation_AssemblyPlace_DEFINITION"
msgstr "Enumeration defining where the assembly is intended to take place, either in a factory or on the building site."
#:IFC.xml:39964
msgid "Pset_ManufacturerTypeInformation_GlobalTradeItemNumber"
msgstr "GlobalTradeItemNumber"
msgid "Pset_ManufacturerTypeInformation_GlobalTradeItemNumber_DEFINITION"
msgstr "The Global Trade Item Number GTIN is an identifier for trade items developed by GS1 www.gs1.org ."
#:IFC.xml:39969
msgid "Pset_ManufacturerTypeInformation_Manufacturer"
msgstr "Manufacturer"
msgid "Pset_ManufacturerTypeInformation_Manufacturer_DEFINITION"
msgstr "The organization that manufactured and or assembled the item."
#:IFC.xml:39974
msgid "Pset_ManufacturerTypeInformation_ModelLabel"
msgstr "ModelLabel"
msgid "Pset_ManufacturerTypeInformation_ModelLabel_DEFINITION"
msgstr "The descriptive model name of the product model or product line as assigned by the manufacturer of the manufactured item."
#:IFC.xml:39979
msgid "Pset_ManufacturerTypeInformation_ModelReference"
msgstr "ModelReference"
msgid "Pset_ManufacturerTypeInformation_ModelReference_DEFINITION"
msgstr "The model number or designator of the product model or product line as assigned by the manufacturer of the manufactured item."
#:IFC.xml:39984
msgid "Pset_ManufacturerTypeInformation_ProductionYear"
msgstr "ProductionYear"
msgid "Pset_ManufacturerTypeInformation_ProductionYear_DEFINITION"
msgstr "The year of production of the manufactured item."
#:IFC.xml:39989
msgid "Pset_ManufacturerTypeInformation_OperationalDocument"
msgstr "OperationalDocument"
msgid "Pset_ManufacturerTypeInformation_OperationalDocument_DEFINITION"
msgstr "OperationalDocument"
#:IFC.xml:39994
msgid "Pset_ManufacturerTypeInformation_SafetyDocument"
msgstr "SafetyDocument"
msgid "Pset_ManufacturerTypeInformation_SafetyDocument_DEFINITION"
msgstr "SafetyDocument"
#:IFC.xml:39999
msgid "Pset_ManufacturerTypeInformation_PerformanceCertificate"
msgstr "PerformanceCertificate"
msgid "Pset_ManufacturerTypeInformation_PerformanceCertificate_DEFINITION"
msgstr "PerformanceCertificate"
#:IFC.xml:40005
msgid "Pset_PropertyAgreement"
msgstr "Pset PropertyAgreement"
msgid "Pset_PropertyAgreement_DEFINITION"
msgstr "A property agreement is an agreement that enables the occupation of a property for a period of time. The objective is to capture the information within an agreement that is relevant to a facilities manager. Design and construction information associated with the property is not considered. A property agreement may be applied to an instance of [[IfcSpatialStructureElement]] including to compositions defined through the [[IfcSpatialStructureElement]].Element.CompositionEnum. Note that the associated actors are captured by the [[IfcOccupant]] class. bSI Documentation"
#:IFC.xml:40006
msgid "Pset_PropertyAgreement_AgreementType"
msgstr "AgreementType"
msgid "Pset_PropertyAgreement_AgreementType_DEFINITION"
msgstr "Identifies the predefined types of property agreement from which the type required may be set."
#:IFC.xml:40011
msgid "Pset_PropertyAgreement_CommencementDate"
msgstr "CommencementDate"
msgid "Pset_PropertyAgreement_CommencementDate_DEFINITION"
msgstr "Date on which the agreement commences."
#:IFC.xml:40016
msgid "Pset_PropertyAgreement_ConditionCommencement"
msgstr "ConditionCommencement"
msgid "Pset_PropertyAgreement_ConditionCommencement_DEFINITION"
msgstr "Condition of property provided on commencement of the agreement e.g. cold shell, warm lit shell, broom clean, turn key."
#:IFC.xml:40021
msgid "Pset_PropertyAgreement_ConditionTermination"
msgstr "ConditionTermination"
msgid "Pset_PropertyAgreement_ConditionTermination_DEFINITION"
msgstr "Condition of property required on termination of the agreement e.g. cold shell, warm lit shell, broom clean, turn key."
#:IFC.xml:40026
msgid "Pset_PropertyAgreement_Duration"
msgstr "Duration"
msgid "Pset_PropertyAgreement_Duration_DEFINITION"
msgstr "The period of time for the lease."
#:IFC.xml:40031
msgid "Pset_PropertyAgreement_Identifier"
msgstr "Identifier"
msgid "Pset_PropertyAgreement_Identifier_DEFINITION"
msgstr "The identifier assigned to the agreement for the purposes of tracking."
#:IFC.xml:40036
msgid "Pset_PropertyAgreement_Options"
msgstr "Options"
msgid "Pset_PropertyAgreement_Options_DEFINITION"
msgstr "A statement of the options available in the agreement."
#:IFC.xml:40041
msgid "Pset_PropertyAgreement_PropertyName"
msgstr "PropertyName"
msgid "Pset_PropertyAgreement_PropertyName_DEFINITION"
msgstr "Addressing details of the property as stated within the agreement."
#:IFC.xml:40046
msgid "Pset_PropertyAgreement_Restrictions"
msgstr "Restrictions"
msgid "Pset_PropertyAgreement_Restrictions_DEFINITION"
msgstr "Restrictions that may be placed by a competent authority."
#:IFC.xml:40051
msgid "Pset_PropertyAgreement_TerminationDate"
msgstr "TerminationDate"
msgid "Pset_PropertyAgreement_TerminationDate_DEFINITION"
msgstr "Date on which the agreement terminates."
#:IFC.xml:40056
msgid "Pset_PropertyAgreement_Version"
msgstr "Version"
msgid "Pset_PropertyAgreement_Version_DEFINITION"
msgstr "The version number of the agreement that is identified."
#:IFC.xml:40061
msgid "Pset_PropertyAgreement_VersionDate"
msgstr "VersionDate"
msgid "Pset_PropertyAgreement_VersionDate_DEFINITION"
msgstr "The date on which the version of the agreement became applicable."
#:IFC.xml:40067
msgid "Pset_Risk"
msgstr "Pset Risk"
msgid "Pset_Risk_DEFINITION"
msgstr "An indication of exposure to mischance, peril, menace, hazard or loss. HISTORY Extended in IFC2x3 Refactored in IFC4.3 There are various types of risk that may be encountered and there may be several instances of Pset Risk associated in an instance of an [[IfcProcess]]. Specification of this property set incorporates the values of the Incom risk analysis matrix satisfying AS NZS 4360 together with additional identified requirements including UK PAS 1192 6. bSI Documentation"
#:IFC.xml:40068
msgid "Pset_Risk_RiskName"
msgstr "RiskName"
msgid "Pset_Risk_RiskName_DEFINITION"
msgstr "A locally unique identifier for the risk entry that can be used to track the development and mitigation of the risk throughout the project life cycle"
#:IFC.xml:40073
msgid "Pset_Risk_RiskType"
msgstr "RiskType"
msgid "Pset_Risk_RiskType_DEFINITION"
msgstr "Identifies the predefined types of risk from which the type required may be set."
#:IFC.xml:40078
msgid "Pset_Risk_NatureOfRisk"
msgstr "NatureOfRisk"
msgid "Pset_Risk_NatureOfRisk_DEFINITION"
msgstr "An indication of the generic nature of the risk that might be encountered. NOTE It is anticipated that there will be a local agreement that constrains the values that might be assigned to this property. An example might be Fall or Fall of grille unit causing injury and damage to person and property."
#:IFC.xml:40083
msgid "Pset_Risk_AssociatedProduct"
msgstr "AssociatedProduct"
msgid "Pset_Risk_AssociatedProduct_DEFINITION"
msgstr "An indication or link to any associated product or material that may trigger the hazard."
#:IFC.xml:40088
msgid "Pset_Risk_AssociatedActivity"
msgstr "AssociatedActivity"
msgid "Pset_Risk_AssociatedActivity_DEFINITION"
msgstr "An indication or link to any associated activity or process that may trigger the hazard."
#:IFC.xml:40093
msgid "Pset_Risk_AssociatedLocation"
msgstr "AssociatedLocation"
msgid "Pset_Risk_AssociatedLocation_DEFINITION"
msgstr "An indication or link to any associated location or space that may trigger the hazard."
#:IFC.xml:40098
msgid "Pset_Risk_RiskAssessmentMethodology"
msgstr "RiskAssessmentMethodology"
msgid "Pset_Risk_RiskAssessmentMethodology_DEFINITION"
msgstr "An indication or link to the chosen risk assessment methodology, for example UK PAS1192 6 or a chosen ISO13100 annex."
#:IFC.xml:40103
msgid "Pset_Risk_UnmitigatedRiskLikelihood"
msgstr "UnmitigatedRiskLikelihood"
msgid "Pset_Risk_UnmitigatedRiskLikelihood_DEFINITION"
msgstr "Identifies the likelihood of the hazard prior to any specific mitigation."
#:IFC.xml:40108
msgid "Pset_Risk_UnmitigatedRiskConsequence"
msgstr "UnmitigatedRiskConsequence"
msgid "Pset_Risk_UnmitigatedRiskConsequence_DEFINITION"
msgstr "Indicates the level of severity of the consequences that the risk would have in case it happens."
#:IFC.xml:40113
msgid "Pset_Risk_UnmitigatedRiskSignificance"
msgstr "UnmitigatedRiskSignificance"
msgid "Pset_Risk_UnmitigatedRiskSignificance_DEFINITION"
msgstr "Identifies the significance of the risk given the likelihood and consequence prior to any specific mitigation."
#:IFC.xml:40118
msgid "Pset_Risk_MitigationPlanned"
msgstr "MitigationPlanned"
msgid "Pset_Risk_MitigationPlanned_DEFINITION"
msgstr "Identifies preventive measures to be taken to mitigate risk."
#:IFC.xml:40123
msgid "Pset_Risk_MitigatedRiskLikelihood"
msgstr "MitigatedRiskLikelihood"
msgid "Pset_Risk_MitigatedRiskLikelihood_DEFINITION"
msgstr "Identifies the likelihood of the hazard given the planned mitigation."
#:IFC.xml:40128
msgid "Pset_Risk_MitigatedRiskConsequence"
msgstr "MitigatedRiskConsequence"
msgid "Pset_Risk_MitigatedRiskConsequence_DEFINITION"
msgstr "Indicates the level of severity of the consequences that the risk would have in case it happens."
#:IFC.xml:40133
msgid "Pset_Risk_MitigatedRiskSignificance"
msgstr "MitigatedRiskSignificance"
msgid "Pset_Risk_MitigatedRiskSignificance_DEFINITION"
msgstr "Identifies the significance of the risk given the mitigation of likelihood and consequence."
#:IFC.xml:40138
msgid "Pset_Risk_MitigationProposed"
msgstr "MitigationProposed"
msgid "Pset_Risk_MitigationProposed_DEFINITION"
msgstr "Any proposed, but not yet agreed and irrevocable, mitigation of the likelihood and consequences of the hazard."
#:IFC.xml:40144
msgid "Pset_ServiceLife"
msgstr "Pset ServiceLife"
msgid "Pset_ServiceLife_DEFINITION"
msgstr "Captures the period of time that an artifact will last. HISTORY Introduced in IFC2X4 as replacement for IfcServiceLife. bSI Documentation"
#:IFC.xml:40145
msgid "Pset_ServiceLife_MeanTimeBetweenFailure"
msgstr "MeanTimeBetweenFailure"
msgid "Pset_ServiceLife_MeanTimeBetweenFailure_DEFINITION"
msgstr "The average time duration between instances of failure of a product."
#:IFC.xml:40150