diff --git a/Source/IFCExporterUIOverride/IFCClassificationUI.xaml b/Source/IFCExporterUIOverride/IFCClassificationUI.xaml
index d9c2ac9b..7f31a958 100644
--- a/Source/IFCExporterUIOverride/IFCClassificationUI.xaml
+++ b/Source/IFCExporterUIOverride/IFCClassificationUI.xaml
@@ -1,34 +1,147 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
+ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
+ xmlns:p="clr-namespace:BIM.IFC.Export.UI.Properties"
+ Name="ClassificationTab"
+ Title="{x:Static p:Resources.ClassificationSetting}"
+ MinWidth="570"
+ MinHeight="315"
+ Margin="10,5,5,10"
+ HorizontalAlignment="Stretch"
+ d:DesignWidth="570"
+ Initialized="ClassificationTab_Initialized"
+ Loaded="Window_Loaded"
+ ResizeMode="NoResize"
+ SizeToContent="WidthAndHeight"
+ mc:Ignorable="d">
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Source/IFCExporterUIOverride/IFCExport.xaml.cs b/Source/IFCExporterUIOverride/IFCExport.xaml.cs
index d41bd456..d2a4f3b9 100644
--- a/Source/IFCExporterUIOverride/IFCExport.xaml.cs
+++ b/Source/IFCExporterUIOverride/IFCExport.xaml.cs
@@ -248,6 +248,8 @@ public IFCExport(Autodesk.Revit.UI.UIApplication app, IFCExportConfigurationsMap
SetParent(app.MainWindowHandle);
InitializeComponent();
+ // When user press escape key it will close the window
+ PreviewKeyDown += (s, e) => { if (e.Key == System.Windows.Input.Key.Escape) Close(); };
currentSelectedSetup.SelectionChanged -= currentSelectedSetup_SelectionChanged;
@@ -436,6 +438,7 @@ private void buttonEditSetup_Click(object sender, RoutedEventArgs args)
IFCExportConfiguration selectedConfig = GetSelectedConfiguration();
IFCExportConfigurationsMap configurationsMap = new IFCExportConfigurationsMap(m_configMap);
IFCExporterUIWindow editorWindow = new IFCExporterUIWindow(configurationsMap, selectedConfig.Name);
+ editorWindow.PreviewKeyDown += (s,e) => { if (e.Key == System.Windows.Input.Key.Escape) editorWindow.Close(); };
// the SelectionChanged event will be temporary disabled when the Modify Config Window is active
// (it is particularly useful for COBie v2.4 setup to avoid the function is called repeatedly)
@@ -838,4 +841,4 @@ private void ChildWindow_ContentRendered(object sender, EventArgs e)
currentSelectedSetup.SelectionChanged += currentSelectedSetup_SelectionChanged;
}
}
-}
\ No newline at end of file
+}
diff --git a/Source/IFCExporterUIOverride/Properties/Resources.Designer.cs b/Source/IFCExporterUIOverride/Properties/Resources.Designer.cs
index eff2a914..cd489671 100644
--- a/Source/IFCExporterUIOverride/Properties/Resources.Designer.cs
+++ b/Source/IFCExporterUIOverride/Properties/Resources.Designer.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
//
//------------------------------------------------------------------------------
@@ -13,13 +13,13 @@ namespace BIM.IFC.Export.UI.Properties {
///
- /// A strongly-typed resource class, for looking up localized strings, etc.
+ /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
///
- // This class was auto-generated by the StronglyTypedResourceBuilder
- // class via a tool like ResGen or Visual Studio.
- // To add or remove a member, edit your .ResX file then rerun ResGen
- // with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
+ // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert
+ // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert.
+ // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen
+ // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
@@ -33,7 +33,7 @@ internal Resources() {
}
///
- /// Returns the cached ResourceManager instance used by this class.
+ /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
@@ -47,8 +47,8 @@ internal Resources() {
}
///
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
+ /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
+ /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
///
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
@@ -61,7 +61,7 @@ internal Resources() {
}
///
- /// Looks up a localized string similar to Phase to export.
+ /// Sucht eine lokalisierte Zeichenfolge, die Phase to export ähnelt.
///
public static string ActivePhase {
get {
@@ -70,7 +70,7 @@ public static string ActivePhase {
}
///
- /// Looks up a localized string similar to Additional Content.
+ /// Sucht eine lokalisierte Zeichenfolge, die Additional Content ähnelt.
///
public static string AdditionalContent {
get {
@@ -79,7 +79,7 @@ public static string AdditionalContent {
}
///
- /// Looks up a localized string similar to Project Address....
+ /// Sucht eine lokalisierte Zeichenfolge, die Project Address... ähnelt.
///
public static string Address {
get {
@@ -88,7 +88,7 @@ public static string Address {
}
///
- /// Looks up a localized string similar to Project Address.
+ /// Sucht eine lokalisierte Zeichenfolge, die Project Address ähnelt.
///
public static string AddressInformation {
get {
@@ -97,7 +97,7 @@ public static string AddressInformation {
}
///
- /// Looks up a localized string similar to Address line 1.
+ /// Sucht eine lokalisierte Zeichenfolge, die Address line 1 ähnelt.
///
public static string AddressLine1 {
get {
@@ -106,7 +106,7 @@ public static string AddressLine1 {
}
///
- /// Looks up a localized string similar to Address line 2.
+ /// Sucht eine lokalisierte Zeichenfolge, die Address line 2 ähnelt.
///
public static string AddressLine2 {
get {
@@ -115,7 +115,7 @@ public static string AddressLine2 {
}
///
- /// Looks up a localized string similar to Advanced.
+ /// Sucht eine lokalisierte Zeichenfolge, die Advanced ähnelt.
///
public static string Advanced {
get {
@@ -124,7 +124,7 @@ public static string Advanced {
}
///
- /// Looks up a localized string similar to Alternate UI.
+ /// Sucht eine lokalisierte Zeichenfolge, die Alternate UI ähnelt.
///
public static string AltUIVer {
get {
@@ -133,7 +133,7 @@ public static string AltUIVer {
}
///
- /// Looks up a localized string similar to Angle from True North.
+ /// Sucht eine lokalisierte Zeichenfolge, die Angle from True North ähnelt.
///
public static string AngleTrueNorth {
get {
@@ -142,7 +142,7 @@ public static string AngleTrueNorth {
}
///
- /// Looks up a localized string similar to Application name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Application name ähnelt.
///
public static string ApplicationName {
get {
@@ -151,7 +151,7 @@ public static string ApplicationName {
}
///
- /// Looks up a localized string similar to Assign address to building.
+ /// Sucht eine lokalisierte Zeichenfolge, die Assign address to building ähnelt.
///
public static string AssignAddressToBuilding {
get {
@@ -160,7 +160,7 @@ public static string AssignAddressToBuilding {
}
///
- /// Looks up a localized string similar to Assign address to site.
+ /// Sucht eine lokalisierte Zeichenfolge, die Assign address to site ähnelt.
///
public static string AssignAddressToSite {
get {
@@ -169,7 +169,7 @@ public static string AssignAddressToSite {
}
///
- /// Looks up a localized string similar to Assignments....
+ /// Sucht eine lokalisierte Zeichenfolge, die Assignments... ähnelt.
///
public static string Assignments {
get {
@@ -178,7 +178,7 @@ public static string Assignments {
}
///
- /// Looks up a localized string similar to Authorization.
+ /// Sucht eine lokalisierte Zeichenfolge, die Authorization ähnelt.
///
public static string Authorization {
get {
@@ -187,7 +187,7 @@ public static string Authorization {
}
///
- /// Looks up a localized string similar to Author's email.
+ /// Sucht eine lokalisierte Zeichenfolge, die Author's email ähnelt.
///
public static string AuthorsEMail {
get {
@@ -196,7 +196,7 @@ public static string AuthorsEMail {
}
///
- /// Looks up a localized string similar to Author's name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Author's name ähnelt.
///
public static string AuthorsName {
get {
@@ -205,7 +205,7 @@ public static string AuthorsName {
}
///
- /// Looks up a localized string similar to Browse ....
+ /// Sucht eine lokalisierte Zeichenfolge, die Browse ... ähnelt.
///
public static string Browse {
get {
@@ -214,7 +214,7 @@ public static string Browse {
}
///
- /// Looks up a localized string similar to Building description.
+ /// Sucht eine lokalisierte Zeichenfolge, die Building description ähnelt.
///
public static string BuildingDescription {
get {
@@ -223,7 +223,7 @@ public static string BuildingDescription {
}
///
- /// Looks up a localized string similar to Building name/number.
+ /// Sucht eine lokalisierte Zeichenfolge, die Building name/number ähnelt.
///
public static string BuildingName {
get {
@@ -232,7 +232,7 @@ public static string BuildingName {
}
///
- /// Looks up a localized string similar to Building type.
+ /// Sucht eine lokalisierte Zeichenfolge, die Building type ähnelt.
///
public static string BuildingType {
get {
@@ -241,7 +241,7 @@ public static string BuildingType {
}
///
- /// Looks up a localized string similar to Cancel.
+ /// Sucht eine lokalisierte Zeichenfolge, die Cancel ähnelt.
///
public static string Cancel {
get {
@@ -250,7 +250,7 @@ public static string Cancel {
}
///
- /// Looks up a localized string similar to City.
+ /// Sucht eine lokalisierte Zeichenfolge, die City ähnelt.
///
public static string City {
get {
@@ -259,7 +259,7 @@ public static string City {
}
///
- /// Looks up a localized string similar to Classification Settings....
+ /// Sucht eine lokalisierte Zeichenfolge, die Classification Settings... ähnelt.
///
public static string Classification {
get {
@@ -268,7 +268,7 @@ public static string Classification {
}
///
- /// Looks up a localized string similar to Location of the documentation (usually URL).
+ /// Sucht eine lokalisierte Zeichenfolge, die Location of the documentation (usually URL) ähnelt.
///
public static string ClassificationAltLocation {
get {
@@ -277,7 +277,7 @@ public static string ClassificationAltLocation {
}
///
- /// Looks up a localized string similar to The optional alternate shared parameter name for this classification (default: ClassificationCode).
+ /// Sucht eine lokalisierte Zeichenfolge, die The optional alternate shared parameter name for this classification (default: ClassificationCode) ähnelt.
///
public static string ClassificationAltName {
get {
@@ -286,7 +286,7 @@ public static string ClassificationAltName {
}
///
- /// Looks up a localized string similar to Classification field name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Classification field name ähnelt.
///
public static string ClassificationFieldName {
get {
@@ -295,7 +295,7 @@ public static string ClassificationFieldName {
}
///
- /// Looks up a localized string similar to Classification Settings.
+ /// Sucht eine lokalisierte Zeichenfolge, die Classification Settings ähnelt.
///
public static string ClassificationSetting {
get {
@@ -304,7 +304,7 @@ public static string ClassificationSetting {
}
///
- /// Looks up a localized string similar to Edition number of the Classification system.
+ /// Sucht eine lokalisierte Zeichenfolge, die Edition number of the Classification system ähnelt.
///
public static string ClassificationSystemEdition {
get {
@@ -313,7 +313,7 @@ public static string ClassificationSystemEdition {
}
///
- /// Looks up a localized string similar to Name of the Classification System.
+ /// Sucht eine lokalisierte Zeichenfolge, die Name of the Classification System ähnelt.
///
public static string ClassificationSystemName {
get {
@@ -322,7 +322,7 @@ public static string ClassificationSystemName {
}
///
- /// Looks up a localized string similar to Source or publisher of the Classification System.
+ /// Sucht eine lokalisierte Zeichenfolge, die Source or publisher of the Classification System ähnelt.
///
public static string ClassificationSystemSource {
get {
@@ -331,7 +331,7 @@ public static string ClassificationSystemSource {
}
///
- /// Looks up a localized string similar to Create a new setup based on the selected setup..
+ /// Sucht eine lokalisierte Zeichenfolge, die Create a new setup based on the selected setup. ähnelt.
///
public static string CloneSetup {
get {
@@ -340,7 +340,7 @@ public static string CloneSetup {
}
///
- /// Looks up a localized string similar to Collapse All.
+ /// Sucht eine lokalisierte Zeichenfolge, die Collapse All ähnelt.
///
public static string CollapseAll {
get {
@@ -349,7 +349,7 @@ public static string CollapseAll {
}
///
- /// Looks up a localized string similar to Company email.
+ /// Sucht eine lokalisierte Zeichenfolge, die Company email ähnelt.
///
public static string CompanyEmail {
get {
@@ -358,7 +358,7 @@ public static string CompanyEmail {
}
///
- /// Looks up a localized string similar to Company Info.
+ /// Sucht eine lokalisierte Zeichenfolge, die Company Info ähnelt.
///
public static string CompanyInfo {
get {
@@ -367,7 +367,7 @@ public static string CompanyInfo {
}
///
- /// Looks up a localized string similar to Company name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Company name ähnelt.
///
public static string CompanyName {
get {
@@ -376,7 +376,7 @@ public static string CompanyName {
}
///
- /// Looks up a localized string similar to Company phone.
+ /// Sucht eine lokalisierte Zeichenfolge, die Company phone ähnelt.
///
public static string CompanyPhone {
get {
@@ -385,7 +385,7 @@ public static string CompanyPhone {
}
///
- /// Looks up a localized string similar to Company type.
+ /// Sucht eine lokalisierte Zeichenfolge, die Company type ähnelt.
///
public static string CompanyType {
get {
@@ -394,7 +394,7 @@ public static string CompanyType {
}
///
- /// Looks up a localized string similar to IFC Configuration.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC Configuration ähnelt.
///
public static string ConfigurationFilePrefix {
get {
@@ -403,7 +403,7 @@ public static string ConfigurationFilePrefix {
}
///
- /// Looks up a localized string similar to Country.
+ /// Sucht eine lokalisierte Zeichenfolge, die Country ähnelt.
///
public static string Country {
get {
@@ -412,7 +412,7 @@ public static string Country {
}
///
- /// Looks up a localized string similar to Create a new setup..
+ /// Sucht eine lokalisierte Zeichenfolge, die Create a new setup. ähnelt.
///
public static string CreateNewSetup {
get {
@@ -421,7 +421,7 @@ public static string CreateNewSetup {
}
///
- /// Looks up a localized string similar to Current options:.
+ /// Sucht eine lokalisierte Zeichenfolge, die Current options: ähnelt.
///
public static string CurrentOptions {
get {
@@ -430,7 +430,7 @@ public static string CurrentOptions {
}
///
- /// Looks up a localized string similar to Current selected setup:.
+ /// Sucht eine lokalisierte Zeichenfolge, die Current selected setup: ähnelt.
///
public static string CurrentSelectedSetup {
get {
@@ -439,7 +439,7 @@ public static string CurrentSelectedSetup {
}
///
- /// Looks up a localized string similar to Default ({0}).
+ /// Sucht eine lokalisierte Zeichenfolge, die Default ({0}) ähnelt.
///
public static string Default {
get {
@@ -448,7 +448,7 @@ public static string Default {
}
///
- /// Looks up a localized string similar to Project.
+ /// Sucht eine lokalisierte Zeichenfolge, die Project ähnelt.
///
public static string DefaultFileName {
get {
@@ -457,7 +457,7 @@ public static string DefaultFileName {
}
///
- /// Looks up a localized string similar to Default phase to export.
+ /// Sucht eine lokalisierte Zeichenfolge, die Default phase to export ähnelt.
///
public static string DefaultPhase {
get {
@@ -466,7 +466,7 @@ public static string DefaultPhase {
}
///
- /// Looks up a localized string similar to Delete old configuration.
+ /// Sucht eine lokalisierte Zeichenfolge, die Delete old configuration ähnelt.
///
public static string DeleteOldConfiguration {
get {
@@ -475,7 +475,7 @@ public static string DeleteOldConfiguration {
}
///
- /// Looks up a localized string similar to Delete old IFC export setups.
+ /// Sucht eine lokalisierte Zeichenfolge, die Delete old IFC export setups ähnelt.
///
public static string DeleteOldSetups {
get {
@@ -484,7 +484,7 @@ public static string DeleteOldSetups {
}
///
- /// Looks up a localized string similar to Delete the selected setup..
+ /// Sucht eine lokalisierte Zeichenfolge, die Delete the selected setup. ähnelt.
///
public static string DeleteSelectedSetup {
get {
@@ -493,7 +493,7 @@ public static string DeleteSelectedSetup {
}
///
- /// Looks up a localized string similar to Description.
+ /// Sucht eine lokalisierte Zeichenfolge, die Description ähnelt.
///
public static string Description {
get {
@@ -502,7 +502,7 @@ public static string Description {
}
///
- /// Looks up a localized string similar to Extra Low.
+ /// Sucht eine lokalisierte Zeichenfolge, die Extra Low ähnelt.
///
public static string DetailLevelExtraLow {
get {
@@ -511,7 +511,7 @@ public static string DetailLevelExtraLow {
}
///
- /// Looks up a localized string similar to High.
+ /// Sucht eine lokalisierte Zeichenfolge, die High ähnelt.
///
public static string DetailLevelHigh {
get {
@@ -520,7 +520,7 @@ public static string DetailLevelHigh {
}
///
- /// Looks up a localized string similar to Low.
+ /// Sucht eine lokalisierte Zeichenfolge, die Low ähnelt.
///
public static string DetailLevelLow {
get {
@@ -529,7 +529,7 @@ public static string DetailLevelLow {
}
///
- /// Looks up a localized string similar to Medium.
+ /// Sucht eine lokalisierte Zeichenfolge, die Medium ähnelt.
///
public static string DetailLevelMedium {
get {
@@ -538,7 +538,7 @@ public static string DetailLevelMedium {
}
///
- /// Looks up a localized string similar to Distribution Point.
+ /// Sucht eine lokalisierte Zeichenfolge, die Distribution Point ähnelt.
///
public static string DistributionPoint {
get {
@@ -547,7 +547,7 @@ public static string DistributionPoint {
}
///
- /// Looks up a localized string similar to Document Not Saved.
+ /// Sucht eine lokalisierte Zeichenfolge, die Document Not Saved ähnelt.
///
public static string DocNotSaved {
get {
@@ -556,7 +556,7 @@ public static string DocNotSaved {
}
///
- /// Looks up a localized string similar to Documentation location.
+ /// Sucht eine lokalisierte Zeichenfolge, die Documentation location ähnelt.
///
public static string DocumentationLocation {
get {
@@ -565,7 +565,7 @@ public static string DocumentationLocation {
}
///
- /// Looks up a localized string similar to Eastings.
+ /// Sucht eine lokalisierte Zeichenfolge, die Eastings ähnelt.
///
public static string Eastings {
get {
@@ -574,7 +574,7 @@ public static string Eastings {
}
///
- /// Looks up a localized string similar to Edition.
+ /// Sucht eine lokalisierte Zeichenfolge, die Edition ähnelt.
///
public static string Edition {
get {
@@ -583,7 +583,7 @@ public static string Edition {
}
///
- /// Looks up a localized string similar to Edition date.
+ /// Sucht eine lokalisierte Zeichenfolge, die Edition date ähnelt.
///
public static string EditionDate {
get {
@@ -592,7 +592,7 @@ public static string EditionDate {
}
///
- /// Looks up a localized string similar to Elevation.
+ /// Sucht eine lokalisierte Zeichenfolge, die Elevation ähnelt.
///
public static string Elevation {
get {
@@ -601,7 +601,7 @@ public static string Elevation {
}
///
- /// Looks up a localized string similar to EPSG Code.
+ /// Sucht eine lokalisierte Zeichenfolge, die EPSG Code ähnelt.
///
public static string EPSGCode {
get {
@@ -610,7 +610,7 @@ public static string EPSGCode {
}
///
- /// Looks up a localized string similar to Architectural Reference Exchange.
+ /// Sucht eine lokalisierte Zeichenfolge, die Architectural Reference Exchange ähnelt.
///
public static string ER_Architecture {
get {
@@ -619,7 +619,7 @@ public static string ER_Architecture {
}
///
- /// Looks up a localized string similar to Architecture.
+ /// Sucht eine lokalisierte Zeichenfolge, die Architecture ähnelt.
///
public static string ER_ArchitectureShort {
get {
@@ -628,7 +628,7 @@ public static string ER_ArchitectureShort {
}
///
- /// Looks up a localized string similar to MEP Reference Exchange.
+ /// Sucht eine lokalisierte Zeichenfolge, die MEP Reference Exchange ähnelt.
///
public static string ER_BuildingService {
get {
@@ -637,7 +637,7 @@ public static string ER_BuildingService {
}
///
- /// Looks up a localized string similar to BuildingService.
+ /// Sucht eine lokalisierte Zeichenfolge, die BuildingService ähnelt.
///
public static string ER_BuildingServiceShort {
get {
@@ -646,7 +646,7 @@ public static string ER_BuildingServiceShort {
}
///
- /// Looks up a localized string similar to Structural Reference Exchange.
+ /// Sucht eine lokalisierte Zeichenfolge, die Structural Reference Exchange ähnelt.
///
public static string ER_Structural {
get {
@@ -655,7 +655,7 @@ public static string ER_Structural {
}
///
- /// Looks up a localized string similar to Structural.
+ /// Sucht eine lokalisierte Zeichenfolge, die Structural ähnelt.
///
public static string ER_StructuralShort {
get {
@@ -664,7 +664,7 @@ public static string ER_StructuralShort {
}
///
- /// Looks up a localized string similar to Error.
+ /// Sucht eine lokalisierte Zeichenfolge, die Error ähnelt.
///
public static string Error {
get {
@@ -673,7 +673,7 @@ public static string Error {
}
///
- /// Looks up a localized string similar to Exchange Requirement.
+ /// Sucht eine lokalisierte Zeichenfolge, die Exchange Requirement ähnelt.
///
public static string ExchangeRequirement {
get {
@@ -682,7 +682,7 @@ public static string ExchangeRequirement {
}
///
- /// Looks up a localized string similar to Entities to Export ....
+ /// Sucht eine lokalisierte Zeichenfolge, die Entities to Export ... ähnelt.
///
public static string ExcludeEntitySelection {
get {
@@ -691,7 +691,7 @@ public static string ExcludeEntitySelection {
}
///
- /// Looks up a localized string similar to Expand All.
+ /// Sucht eine lokalisierte Zeichenfolge, die Expand All ähnelt.
///
public static string ExpandAll {
get {
@@ -700,7 +700,7 @@ public static string ExpandAll {
}
///
- /// Looks up a localized string similar to Export.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export ähnelt.
///
public static string Export {
get {
@@ -709,7 +709,7 @@ public static string Export {
}
///
- /// Looks up a localized string similar to Export base quantities.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export base quantities ähnelt.
///
public static string ExportBaseQuantities {
get {
@@ -718,7 +718,7 @@ public static string ExportBaseQuantities {
}
///
- /// Looks up a localized string similar to Export bounding box.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export bounding box ähnelt.
///
public static string ExportBoundingBox {
get {
@@ -727,7 +727,7 @@ public static string ExportBoundingBox {
}
///
- /// Looks up a localized string similar to Export only elements visible in current view.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export only elements visible in current view ähnelt.
///
public static string ExportElementsVisibleInView {
get {
@@ -736,7 +736,7 @@ public static string ExportElementsVisibleInView {
}
///
- /// Looks up a localized string similar to Export IFC.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export IFC ähnelt.
///
public static string ExportIFC {
get {
@@ -745,7 +745,7 @@ public static string ExportIFC {
}
///
- /// Looks up a localized string similar to Export IFC common property sets.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export IFC common property sets ähnelt.
///
public static string ExportIFCCommonPropertySets {
get {
@@ -754,7 +754,7 @@ public static string ExportIFCCommonPropertySets {
}
///
- /// Looks up a localized string similar to Export internal Revit property sets.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export internal Revit property sets ähnelt.
///
public static string ExportInternalRevitPropertySets {
get {
@@ -763,7 +763,7 @@ public static string ExportInternalRevitPropertySets {
}
///
- /// Looks up a localized string similar to Export linked files as separate IFCs.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export linked files as separate IFCs ähnelt.
///
public static string ExportLinkedFiles {
get {
@@ -772,7 +772,7 @@ public static string ExportLinkedFiles {
}
///
- /// Looks up a localized string similar to Export parts as building elements.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export parts as building elements ähnelt.
///
public static string ExportPartsAsBuildingElements {
get {
@@ -781,7 +781,7 @@ public static string ExportPartsAsBuildingElements {
}
///
- /// Looks up a localized string similar to Export 2D plan view elements.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export 2D plan view elements ähnelt.
///
public static string ExportPlanViewElements {
get {
@@ -790,7 +790,7 @@ public static string ExportPlanViewElements {
}
///
- /// Looks up a localized string similar to Export Revit property sets.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export Revit property sets ähnelt.
///
public static string ExportRevitPropertySets {
get {
@@ -799,7 +799,7 @@ public static string ExportRevitPropertySets {
}
///
- /// Looks up a localized string similar to Export rooms, areas and spaces in 3D views.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export rooms, areas and spaces in 3D views ähnelt.
///
public static string ExportRoomsInView {
get {
@@ -808,7 +808,7 @@ public static string ExportRoomsInView {
}
///
- /// Looks up a localized string similar to Export schedules as property sets.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export schedules as property sets ähnelt.
///
public static string ExportSchedulesAsPropertySets {
get {
@@ -817,7 +817,7 @@ public static string ExportSchedulesAsPropertySets {
}
///
- /// Looks up a localized string similar to Export schedules as property sets.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export schedules as property sets ähnelt.
///
public static string ExportSchedulesAsPsets {
get {
@@ -826,7 +826,7 @@ public static string ExportSchedulesAsPsets {
}
///
- /// Looks up a localized string similar to Save selected setup ....
+ /// Sucht eine lokalisierte Zeichenfolge, die Save selected setup ... ähnelt.
///
public static string ExportSelectedSetup {
get {
@@ -835,7 +835,7 @@ public static string ExportSelectedSetup {
}
///
- /// Looks up a localized string similar to Allow use of mixed "Solid Model" representation.
+ /// Sucht eine lokalisierte Zeichenfolge, die Allow use of mixed "Solid Model" representation ähnelt.
///
public static string ExportSolidModelsWhenPossible {
get {
@@ -844,7 +844,7 @@ public static string ExportSolidModelsWhenPossible {
}
///
- /// Looks up a localized string similar to Export only schedules containing IFC, Pset, or Common in the title.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export only schedules containing IFC, Pset, or Common in the title ähnelt.
///
public static string ExportSpecificSchedules {
get {
@@ -853,7 +853,7 @@ public static string ExportSpecificSchedules {
}
///
- /// Looks up a localized string similar to Export parameter mapping table.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export parameter mapping table ähnelt.
///
public static string ExportUserDefinedParameterMappingTable {
get {
@@ -862,7 +862,7 @@ public static string ExportUserDefinedParameterMappingTable {
}
///
- /// Looks up a localized string similar to Export user defined property sets.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export user defined property sets ähnelt.
///
public static string ExportUserDefinedPropertySets {
get {
@@ -871,7 +871,7 @@ public static string ExportUserDefinedPropertySets {
}
///
- /// Looks up a localized string similar to User-defined property set file name.
+ /// Sucht eine lokalisierte Zeichenfolge, die User-defined property set file name ähnelt.
///
public static string ExportUserDefinedPsetsFileName {
get {
@@ -880,7 +880,7 @@ public static string ExportUserDefinedPsetsFileName {
}
///
- /// Looks up a localized string similar to Export only elements visible in view.
+ /// Sucht eine lokalisierte Zeichenfolge, die Export only elements visible in view ähnelt.
///
public static string ExportVisibleElementsInView {
get {
@@ -889,7 +889,7 @@ public static string ExportVisibleElementsInView {
}
///
- /// Looks up a localized string similar to File description.
+ /// Sucht eine lokalisierte Zeichenfolge, die File description ähnelt.
///
public static string FileDescription {
get {
@@ -898,7 +898,7 @@ public static string FileDescription {
}
///
- /// Looks up a localized string similar to {0} already exists. Do you want to replace it?.
+ /// Sucht eine lokalisierte Zeichenfolge, die {0} already exists. Do you want to replace it? ähnelt.
///
public static string FileExists {
get {
@@ -907,7 +907,7 @@ public static string FileExists {
}
///
- /// Looks up a localized string similar to File Header.
+ /// Sucht eine lokalisierte Zeichenfolge, die File Header ähnelt.
///
public static string FileHeader {
get {
@@ -916,7 +916,7 @@ public static string FileHeader {
}
///
- /// Looks up a localized string similar to File Header Information....
+ /// Sucht eine lokalisierte Zeichenfolge, die File Header Information... ähnelt.
///
public static string FileHeaderInformation {
get {
@@ -925,7 +925,7 @@ public static string FileHeaderInformation {
}
///
- /// Looks up a localized string similar to File name:.
+ /// Sucht eine lokalisierte Zeichenfolge, die File name: ähnelt.
///
public static string FileName {
get {
@@ -934,7 +934,7 @@ public static string FileName {
}
///
- /// Looks up a localized string similar to File schema.
+ /// Sucht eine lokalisierte Zeichenfolge, die File schema ähnelt.
///
public static string FileSchema {
get {
@@ -943,7 +943,7 @@ public static string FileSchema {
}
///
- /// Looks up a localized string similar to File type.
+ /// Sucht eine lokalisierte Zeichenfolge, die File type ähnelt.
///
public static string FileType {
get {
@@ -952,7 +952,7 @@ public static string FileType {
}
///
- /// Looks up a localized string similar to File version.
+ /// Sucht eine lokalisierte Zeichenfolge, die File version ähnelt.
///
public static string FileVersion {
get {
@@ -961,7 +961,7 @@ public static string FileVersion {
}
///
- /// Looks up a localized string similar to General.
+ /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt.
///
public static string General {
get {
@@ -970,7 +970,7 @@ public static string General {
}
///
- /// Looks up a localized string similar to Geodetic Datum.
+ /// Sucht eine lokalisierte Zeichenfolge, die Geodetic Datum ähnelt.
///
public static string GeodeticDatum {
get {
@@ -979,7 +979,7 @@ public static string GeodeticDatum {
}
///
- /// Looks up a localized string similar to Geographic Reference.
+ /// Sucht eine lokalisierte Zeichenfolge, die Geographic Reference ähnelt.
///
public static string GeoReference {
get {
@@ -988,7 +988,7 @@ public static string GeoReference {
}
///
- /// Looks up a localized string similar to How do I specify an export setup?.
+ /// Sucht eine lokalisierte Zeichenfolge, die How do I specify an export setup? ähnelt.
///
public static string Help {
get {
@@ -997,7 +997,7 @@ public static string Help {
}
///
- /// Looks up a localized string similar to How do I assign IFC Entity and Predefined Type?.
+ /// Sucht eine lokalisierte Zeichenfolge, die How do I assign IFC Entity and Predefined Type? ähnelt.
///
public static string HelpAssignIfcEntity {
get {
@@ -1006,7 +1006,7 @@ public static string HelpAssignIfcEntity {
}
///
- /// Looks up a localized string similar to How do IFC Entity selections affect export?.
+ /// Sucht eine lokalisierte Zeichenfolge, die How do IFC Entity selections affect export? ähnelt.
///
public static string HelpSelectEntityForExport {
get {
@@ -1015,7 +1015,7 @@ public static string HelpSelectEntityForExport {
}
///
- /// Looks up a localized string similar to Home.
+ /// Sucht eine lokalisierte Zeichenfolge, die Home ähnelt.
///
public static string Home {
get {
@@ -1024,7 +1024,7 @@ public static string Home {
}
///
- /// Looks up a localized string similar to IFC.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC ähnelt.
///
public static string IFC {
get {
@@ -1033,7 +1033,7 @@ public static string IFC {
}
///
- /// Looks up a localized string similar to IFC2x3 COBie 2.4 Design Deliverable View.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC2x3 COBie 2.4 Design Deliverable View ähnelt.
///
public static string IFC2x3FM {
get {
@@ -1042,7 +1042,7 @@ public static string IFC2x3FM {
}
///
- /// Looks up a localized string similar to IFC4 for General Use.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC4 for General Use ähnelt.
///
public static string IFC4 {
get {
@@ -1051,7 +1051,7 @@ public static string IFC4 {
}
///
- /// Looks up a localized string similar to IFC4 Design Transfer View.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC4 Design Transfer View ähnelt.
///
public static string IFC4DTV {
get {
@@ -1060,7 +1060,7 @@ public static string IFC4DTV {
}
///
- /// Looks up a localized string similar to IFC4 Reference View.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC4 Reference View ähnelt.
///
public static string IFC4RV {
get {
@@ -1069,7 +1069,7 @@ public static string IFC4RV {
}
///
- /// Looks up a localized string similar to IFC Assignments.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC Assignments ähnelt.
///
public static string IFCAssignments {
get {
@@ -1078,7 +1078,7 @@ public static string IFCAssignments {
}
///
- /// Looks up a localized string similar to IFC Entity Selection.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC Entity Selection ähnelt.
///
public static string IFCEntitySelection {
get {
@@ -1087,7 +1087,7 @@ public static string IFCEntitySelection {
}
///
- /// Looks up a localized string similar to IFC export.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC export ähnelt.
///
public static string IFCExport {
get {
@@ -1096,7 +1096,7 @@ public static string IFCExport {
}
///
- /// Looks up a localized string similar to The IFC export process encountered an error for: {0}..
+ /// Sucht eine lokalisierte Zeichenfolge, die The IFC export process encountered an error for: {0}. ähnelt.
///
public static string IFCExportProcessError {
get {
@@ -1105,7 +1105,7 @@ public static string IFCExportProcessError {
}
///
- /// Looks up a localized string similar to The IFC export process encountered an error..
+ /// Sucht eine lokalisierte Zeichenfolge, die The IFC export process encountered an error. ähnelt.
///
public static string IFCExportProcessGenericError {
get {
@@ -1114,7 +1114,7 @@ public static string IFCExportProcessGenericError {
}
///
- /// Looks up a localized string similar to ifc.
+ /// Sucht eine lokalisierte Zeichenfolge, die ifc ähnelt.
///
public static string IFCExt {
get {
@@ -1123,7 +1123,7 @@ public static string IFCExt {
}
///
- /// Looks up a localized string similar to IFC-SPF|*.ifc.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC-SPF|*.ifc ähnelt.
///
public static string IFCFiles {
get {
@@ -1132,7 +1132,7 @@ public static string IFCFiles {
}
///
- /// Looks up a localized string similar to IFC 2x3 Coordination View 2.0.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC 2x3 Coordination View 2.0 ähnelt.
///
public static string IFCMVD2x3CV2 {
get {
@@ -1141,7 +1141,7 @@ public static string IFCMVD2x3CV2 {
}
///
- /// Looks up a localized string similar to IFC 4 Coordination View 2.0.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC 4 Coordination View 2.0 ähnelt.
///
public static string IFCMVD4CV2 {
get {
@@ -1150,7 +1150,7 @@ public static string IFCMVD4CV2 {
}
///
- /// Looks up a localized string similar to IFC2x3 COBie 2.4 Design Deliverable View.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC2x3 COBie 2.4 Design Deliverable View ähnelt.
///
public static string IFCMVDFMExtendedHandOver {
get {
@@ -1159,7 +1159,7 @@ public static string IFCMVDFMExtendedHandOver {
}
///
- /// Looks up a localized string similar to IFC 2x3 Basic FM Handover View.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC 2x3 Basic FM Handover View ähnelt.
///
public static string IFCMVDFMHandOver {
get {
@@ -1168,7 +1168,7 @@ public static string IFCMVDFMHandOver {
}
///
- /// Looks up a localized string similar to IFC 2x3 GSA Concept Design BIM 2010.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC 2x3 GSA Concept Design BIM 2010 ähnelt.
///
public static string IFCMVDGSA {
get {
@@ -1177,7 +1177,7 @@ public static string IFCMVDGSA {
}
///
- /// Looks up a localized string similar to IFC Schema version.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC Schema version ähnelt.
///
public static string IFCSchemaVersion {
get {
@@ -1186,7 +1186,7 @@ public static string IFCSchemaVersion {
}
///
- /// Looks up a localized string similar to Unrecognized file type option.
+ /// Sucht eine lokalisierte Zeichenfolge, die Unrecognized file type option ähnelt.
///
public static string IFCUnknown {
get {
@@ -1195,7 +1195,7 @@ public static string IFCUnknown {
}
///
- /// Looks up a localized string similar to IFC version.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC version ähnelt.
///
public static string IFCVersion {
get {
@@ -1204,7 +1204,7 @@ public static string IFCVersion {
}
///
- /// Looks up a localized string similar to IFC 2x2 Coordination View.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC 2x2 Coordination View ähnelt.
///
public static string IFCVersion2x2 {
get {
@@ -1213,7 +1213,7 @@ public static string IFCVersion2x2 {
}
///
- /// Looks up a localized string similar to IFC 2x3 Coordination View.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC 2x3 Coordination View ähnelt.
///
public static string IFCVersion2x3 {
get {
@@ -1222,7 +1222,7 @@ public static string IFCVersion2x3 {
}
///
- /// Looks up a localized string similar to IFC Version: .
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC Version: ähnelt.
///
public static string IFCVersionSelected {
get {
@@ -1231,7 +1231,7 @@ public static string IFCVersionSelected {
}
///
- /// Looks up a localized string similar to Unrecognized IFC version.
+ /// Sucht eine lokalisierte Zeichenfolge, die Unrecognized IFC version ähnelt.
///
public static string IFCVersionUnrecognized {
get {
@@ -1240,7 +1240,7 @@ public static string IFCVersionUnrecognized {
}
///
- /// Looks up a localized string similar to IFC XML.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC XML ähnelt.
///
public static string IFCXML {
get {
@@ -1249,7 +1249,7 @@ public static string IFCXML {
}
///
- /// Looks up a localized string similar to ifcxml.
+ /// Sucht eine lokalisierte Zeichenfolge, die ifcxml ähnelt.
///
public static string IFCXMLExt {
get {
@@ -1258,7 +1258,7 @@ public static string IFCXMLExt {
}
///
- /// Looks up a localized string similar to Industry Foundation Classes XML(.ifcxml)|*.ifcxml.
+ /// Sucht eine lokalisierte Zeichenfolge, die Industry Foundation Classes XML(.ifcxml)|*.ifcxml ähnelt.
///
public static string IFCXMLFiles {
get {
@@ -1267,7 +1267,7 @@ public static string IFCXMLFiles {
}
///
- /// Looks up a localized string similar to Zipped IFC XML.
+ /// Sucht eine lokalisierte Zeichenfolge, die Zipped IFC XML ähnelt.
///
public static string IFCXMLZIP {
get {
@@ -1276,7 +1276,7 @@ public static string IFCXMLZIP {
}
///
- /// Looks up a localized string similar to ifczip.
+ /// Sucht eine lokalisierte Zeichenfolge, die ifczip ähnelt.
///
public static string IFCXMLZIPExt {
get {
@@ -1285,7 +1285,7 @@ public static string IFCXMLZIPExt {
}
///
- /// Looks up a localized string similar to Zipped Industry Foundation Classes XML(.ifczip)|*.ifczip.
+ /// Sucht eine lokalisierte Zeichenfolge, die Zipped Industry Foundation Classes XML(.ifczip)|*.ifczip ähnelt.
///
public static string IFCXMLZIPFiles {
get {
@@ -1294,7 +1294,7 @@ public static string IFCXMLZIPFiles {
}
///
- /// Looks up a localized string similar to Zipped IFC.
+ /// Sucht eine lokalisierte Zeichenfolge, die Zipped IFC ähnelt.
///
public static string IFCZIP {
get {
@@ -1303,7 +1303,7 @@ public static string IFCZIP {
}
///
- /// Looks up a localized string similar to ifczip.
+ /// Sucht eine lokalisierte Zeichenfolge, die ifczip ähnelt.
///
public static string IFCZIPExt {
get {
@@ -1312,7 +1312,7 @@ public static string IFCZIPExt {
}
///
- /// Looks up a localized string similar to Zipped Industry Foundation Classes(.ifczip)|*.ifczip.
+ /// Sucht eine lokalisierte Zeichenfolge, die Zipped Industry Foundation Classes(.ifczip)|*.ifczip ähnelt.
///
public static string IFCZIPFiles {
get {
@@ -1321,7 +1321,7 @@ public static string IFCZIPFiles {
}
///
- /// Looks up a localized string similar to Include IFCSITE elevation in the site local placement origin.
+ /// Sucht eine lokalisierte Zeichenfolge, die Include IFCSITE elevation in the site local placement origin ähnelt.
///
public static string IncludeIfcSiteElevation {
get {
@@ -1330,7 +1330,7 @@ public static string IncludeIfcSiteElevation {
}
///
- /// Looks up a localized string similar to Include space boundaries.
+ /// Sucht eine lokalisierte Zeichenfolge, die Include space boundaries ähnelt.
///
public static string IncludeSpaceBoundaries {
get {
@@ -1339,7 +1339,7 @@ public static string IncludeSpaceBoundaries {
}
///
- /// Looks up a localized string similar to Include Steel Elements.
+ /// Sucht eine lokalisierte Zeichenfolge, die Include Steel Elements ähnelt.
///
public static string IncludeSteelElements {
get {
@@ -1348,7 +1348,7 @@ public static string IncludeSteelElements {
}
///
- /// Looks up a localized string similar to <In-Session Setup>.
+ /// Sucht eine lokalisierte Zeichenfolge, die <In-Session Setup> ähnelt.
///
public static string InSessionConfiguration {
get {
@@ -1357,7 +1357,7 @@ public static string InSessionConfiguration {
}
///
- /// Looks up a localized string similar to Internal address.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal address ähnelt.
///
public static string InternalAddress {
get {
@@ -1366,7 +1366,7 @@ public static string InternalAddress {
}
///
- /// Looks up a localized string similar to Internal Origin.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Origin ähnelt.
///
public static string InternalCoordinates {
get {
@@ -1375,7 +1375,7 @@ public static string InternalCoordinates {
}
///
- /// Looks up a localized string similar to Internal Origin oriented in True North.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Origin oriented in True North ähnelt.
///
public static string InternalCoordinatesInTN {
get {
@@ -1384,7 +1384,7 @@ public static string InternalCoordinatesInTN {
}
///
- /// Looks up a localized string similar to Internal location.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal location ähnelt.
///
public static string InternalLocation {
get {
@@ -1393,7 +1393,7 @@ public static string InternalLocation {
}
///
- /// Looks up a localized string similar to Keep tessellated geometry as triangulation.
+ /// Sucht eine lokalisierte Zeichenfolge, die Keep tessellated geometry as triangulation ähnelt.
///
public static string KeepTessellatedAsTriangulation {
get {
@@ -1402,7 +1402,7 @@ public static string KeepTessellatedAsTriangulation {
}
///
- /// Looks up a localized string similar to Level of Detail.
+ /// Sucht eine lokalisierte Zeichenfolge, die Level of Detail ähnelt.
///
public static string LevelOfDetail {
get {
@@ -1411,7 +1411,7 @@ public static string LevelOfDetail {
}
///
- /// Looks up a localized string similar to Could not create a temporary document for exporting the linked instance(s) for ids: {0}.
+ /// Sucht eine lokalisierte Zeichenfolge, die Could not create a temporary document for exporting the linked instance(s) for ids: {0} ähnelt.
///
public static string LinkInstanceExportCantCreateDoc {
get {
@@ -1420,7 +1420,7 @@ public static string LinkInstanceExportCantCreateDoc {
}
///
- /// Looks up a localized string similar to The document for the linked instance(s) could not be found for ids: {0}..
+ /// Sucht eine lokalisierte Zeichenfolge, die The document for the linked instance(s) could not be found for ids: {0}. ähnelt.
///
public static string LinkInstanceExportCantFindDoc {
get {
@@ -1429,7 +1429,7 @@ public static string LinkInstanceExportCantFindDoc {
}
///
- /// Looks up a localized string similar to {0} linked instance(s) could not be exported..
+ /// Sucht eine lokalisierte Zeichenfolge, die {0} linked instance(s) could not be exported. ähnelt.
///
public static string LinkInstanceExportErrorMain {
get {
@@ -1438,7 +1438,7 @@ public static string LinkInstanceExportErrorMain {
}
///
- /// Looks up a localized string similar to The path for the linked instance(s) did not exist for ids: {0}..
+ /// Sucht eine lokalisierte Zeichenfolge, die The path for the linked instance(s) did not exist for ids: {0}. ähnelt.
///
public static string LinkInstanceExportErrorPath {
get {
@@ -1447,7 +1447,7 @@ public static string LinkInstanceExportErrorPath {
}
///
- /// Looks up a localized string similar to The linked instance(s) were mirrored for ids: {0}. To export a mirrored linked instance, mirror the linked geometry and link in the new document..
+ /// Sucht eine lokalisierte Zeichenfolge, die The linked instance(s) were mirrored for ids: {0}. To export a mirrored linked instance, mirror the linked geometry and link in the new document. ähnelt.
///
public static string LinkInstanceExportHasReflection {
get {
@@ -1456,7 +1456,7 @@ public static string LinkInstanceExportHasReflection {
}
///
- /// Looks up a localized string similar to The linked instance(s) were non-conformal for ids: {0}..
+ /// Sucht eine lokalisierte Zeichenfolge, die The linked instance(s) were non-conformal for ids: {0}. ähnelt.
///
public static string LinkInstanceExportNonConformal {
get {
@@ -1465,7 +1465,7 @@ public static string LinkInstanceExportNonConformal {
}
///
- /// Looks up a localized string similar to The linked instance(s) were scaled for ids: {0}..
+ /// Sucht eine lokalisierte Zeichenfolge, die The linked instance(s) were scaled for ids: {0}. ähnelt.
///
public static string LinkInstanceExportScaled {
get {
@@ -1474,7 +1474,7 @@ public static string LinkInstanceExportScaled {
}
///
- /// Looks up a localized string similar to Import setup ....
+ /// Sucht eine lokalisierte Zeichenfolge, die Import setup ... ähnelt.
///
public static string LoadSetup {
get {
@@ -1483,7 +1483,7 @@ public static string LoadSetup {
}
///
- /// Looks up a localized string similar to Mandatory fields Name, Source or Publisher, and Edition cannot be empty..
+ /// Sucht eine lokalisierte Zeichenfolge, die Mandatory fields Name, Source or Publisher, and Edition cannot be empty. ähnelt.
///
public static string ManditoryFieldsNotEmpty {
get {
@@ -1492,7 +1492,7 @@ public static string ManditoryFieldsNotEmpty {
}
///
- /// Looks up a localized string similar to Modify setup ....
+ /// Sucht eine lokalisierte Zeichenfolge, die Modify setup ... ähnelt.
///
public static string ModifySetup {
get {
@@ -1501,7 +1501,7 @@ public static string ModifySetup {
}
///
- /// Looks up a localized string similar to Modify Setup.
+ /// Sucht eine lokalisierte Zeichenfolge, die Modify Setup ähnelt.
///
public static string ModifySetupTitle {
get {
@@ -1510,7 +1510,7 @@ public static string ModifySetupTitle {
}
///
- /// Looks up a localized string similar to Multiple assignments found in the selected objects !.
+ /// Sucht eine lokalisierte Zeichenfolge, die Multiple assignments found in the selected objects ! ähnelt.
///
public static string MultipleAssignments {
get {
@@ -1519,7 +1519,7 @@ public static string MultipleAssignments {
}
///
- /// Looks up a localized string similar to Multiple files.
+ /// Sucht eine lokalisierte Zeichenfolge, die Multiple files ähnelt.
///
public static string MultipleFiles {
get {
@@ -1528,7 +1528,7 @@ public static string MultipleFiles {
}
///
- /// Looks up a localized string similar to Name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt.
///
public static string Name {
get {
@@ -1537,7 +1537,7 @@ public static string Name {
}
///
- /// Looks up a localized string similar to New export setup.
+ /// Sucht eine lokalisierte Zeichenfolge, die New export setup ähnelt.
///
public static string NewExportSetup {
get {
@@ -1546,7 +1546,7 @@ public static string NewExportSetup {
}
///
- /// Looks up a localized string similar to New name.
+ /// Sucht eine lokalisierte Zeichenfolge, die New name ähnelt.
///
public static string NewName {
get {
@@ -1555,7 +1555,7 @@ public static string NewName {
}
///
- /// Looks up a localized string similar to Next....
+ /// Sucht eine lokalisierte Zeichenfolge, die Next... ähnelt.
///
public static string Next {
get {
@@ -1564,7 +1564,7 @@ public static string Next {
}
///
- /// Looks up a localized string similar to Entity does not have predefined type.
+ /// Sucht eine lokalisierte Zeichenfolge, die Entity does not have predefined type ähnelt.
///
public static string NoPredefinedType {
get {
@@ -1573,7 +1573,7 @@ public static string NoPredefinedType {
}
///
- /// Looks up a localized string similar to Northings.
+ /// Sucht eine lokalisierte Zeichenfolge, die Northings ähnelt.
///
public static string Northings {
get {
@@ -1582,7 +1582,7 @@ public static string Northings {
}
///
- /// Looks up a localized string similar to Office.
+ /// Sucht eine lokalisierte Zeichenfolge, die Office ähnelt.
///
public static string Office {
get {
@@ -1591,7 +1591,7 @@ public static string Office {
}
///
- /// Looks up a localized string similar to The elements in this model are very far from the origin in this exported file, which may cause display issues in the receiving software. Please consider using the project base point or site survey point as your coodinate basis..
+ /// Sucht eine lokalisierte Zeichenfolge, die The elements in this model are very far from the origin in this exported file, which may cause display issues in the receiving software. Please consider using the project base point or site survey point as your coodinate basis. ähnelt.
///
public static string OffsetDistanceTooLarge {
get {
@@ -1600,7 +1600,7 @@ public static string OffsetDistanceTooLarge {
}
///
- /// Looks up a localized string similar to OK.
+ /// Sucht eine lokalisierte Zeichenfolge, die OK ähnelt.
///
public static string OK {
get {
@@ -1609,7 +1609,7 @@ public static string OK {
}
///
- /// Looks up a localized string similar to Options.
+ /// Sucht eine lokalisierte Zeichenfolge, die Options ähnelt.
///
public static string Options {
get {
@@ -1618,7 +1618,7 @@ public static string Options {
}
///
- /// Looks up a localized string similar to Organization.
+ /// Sucht eine lokalisierte Zeichenfolge, die Organization ähnelt.
///
public static string Organization {
get {
@@ -1627,7 +1627,7 @@ public static string Organization {
}
///
- /// Looks up a localized string similar to Original name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Original name ähnelt.
///
public static string OriginalName {
get {
@@ -1636,7 +1636,7 @@ public static string OriginalName {
}
///
- /// Looks up a localized string similar to Override.
+ /// Sucht eine lokalisierte Zeichenfolge, die Override ähnelt.
///
public static string Override {
get {
@@ -1645,7 +1645,7 @@ public static string Override {
}
///
- /// Looks up a localized string similar to Phase to export.
+ /// Sucht eine lokalisierte Zeichenfolge, die Phase to export ähnelt.
///
public static string PhaseToExport {
get {
@@ -1654,7 +1654,7 @@ public static string PhaseToExport {
}
///
- /// Looks up a localized string similar to P. O. Box.
+ /// Sucht eine lokalisierte Zeichenfolge, die P. O. Box ähnelt.
///
public static string POBox {
get {
@@ -1663,7 +1663,7 @@ public static string POBox {
}
///
- /// Looks up a localized string similar to Postal code.
+ /// Sucht eine lokalisierte Zeichenfolge, die Postal code ähnelt.
///
public static string PostalCode {
get {
@@ -1672,7 +1672,7 @@ public static string PostalCode {
}
///
- /// Looks up a localized string similar to PredefinedType selection.
+ /// Sucht eine lokalisierte Zeichenfolge, die PredefinedType selection ähnelt.
///
public static string PredefinedTypeSelection {
get {
@@ -1681,7 +1681,7 @@ public static string PredefinedTypeSelection {
}
///
- /// Looks up a localized string similar to Project Base Point.
+ /// Sucht eine lokalisierte Zeichenfolge, die Project Base Point ähnelt.
///
public static string ProjectBasePoint {
get {
@@ -1690,7 +1690,7 @@ public static string ProjectBasePoint {
}
///
- /// Looks up a localized string similar to Project description.
+ /// Sucht eine lokalisierte Zeichenfolge, die Project description ähnelt.
///
public static string ProjectDescription {
get {
@@ -1699,7 +1699,7 @@ public static string ProjectDescription {
}
///
- /// Looks up a localized string similar to Projected Coordinate System Reference.
+ /// Sucht eine lokalisierte Zeichenfolge, die Projected Coordinate System Reference ähnelt.
///
public static string ProjectedCRS {
get {
@@ -1708,7 +1708,7 @@ public static string ProjectedCRS {
}
///
- /// Looks up a localized string similar to Description.
+ /// Sucht eine lokalisierte Zeichenfolge, die Description ähnelt.
///
public static string ProjectedCRSDesc {
get {
@@ -1717,7 +1717,7 @@ public static string ProjectedCRSDesc {
}
///
- /// Looks up a localized string similar to Name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt.
///
public static string ProjectedCRSName {
get {
@@ -1726,7 +1726,7 @@ public static string ProjectedCRSName {
}
///
- /// Looks up a localized string similar to Project Info.
+ /// Sucht eine lokalisierte Zeichenfolge, die Project Info ähnelt.
///
public static string ProjectInfo {
get {
@@ -1735,7 +1735,7 @@ public static string ProjectInfo {
}
///
- /// Looks up a localized string similar to Project Base Point oriented in True North.
+ /// Sucht eine lokalisierte Zeichenfolge, die Project Base Point oriented in True North ähnelt.
///
public static string ProjectInTN {
get {
@@ -1744,7 +1744,7 @@ public static string ProjectInTN {
}
///
- /// Looks up a localized string similar to Project name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Project name ähnelt.
///
public static string ProjectName {
get {
@@ -1753,7 +1753,7 @@ public static string ProjectName {
}
///
- /// Looks up a localized string similar to Coordinate Base.
+ /// Sucht eine lokalisierte Zeichenfolge, die Coordinate Base ähnelt.
///
public static string ProjectOrigin {
get {
@@ -1762,7 +1762,7 @@ public static string ProjectOrigin {
}
///
- /// Looks up a localized string similar to Project phase.
+ /// Sucht eine lokalisierte Zeichenfolge, die Project phase ähnelt.
///
public static string ProjectPhase {
get {
@@ -1771,7 +1771,7 @@ public static string ProjectPhase {
}
///
- /// Looks up a localized string similar to Project Site.
+ /// Sucht eine lokalisierte Zeichenfolge, die Project Site ähnelt.
///
public static string ProjectSite {
get {
@@ -1780,7 +1780,7 @@ public static string ProjectSite {
}
///
- /// Looks up a localized string similar to Projects to export:.
+ /// Sucht eine lokalisierte Zeichenfolge, die Projects to export: ähnelt.
///
public static string ProjectToExport {
get {
@@ -1789,7 +1789,7 @@ public static string ProjectToExport {
}
///
- /// Looks up a localized string similar to Property Sets.
+ /// Sucht eine lokalisierte Zeichenfolge, die Property Sets ähnelt.
///
public static string PropertySets {
get {
@@ -1798,7 +1798,7 @@ public static string PropertySets {
}
///
- /// Looks up a localized string similar to IFC common only.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC common only ähnelt.
///
public static string PropertySetsIFCCommon {
get {
@@ -1807,7 +1807,7 @@ public static string PropertySetsIFCCommon {
}
///
- /// Looks up a localized string similar to IFC common, User-defined.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC common, User-defined ähnelt.
///
public static string PropertySetsIFCCommonPlusUserDefined {
get {
@@ -1816,7 +1816,7 @@ public static string PropertySetsIFCCommonPlusUserDefined {
}
///
- /// Looks up a localized string similar to Internal Revit only.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Revit only ähnelt.
///
public static string PropertySetsInternalRevit {
get {
@@ -1825,7 +1825,7 @@ public static string PropertySetsInternalRevit {
}
///
- /// Looks up a localized string similar to Internal Revit, User-defined.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Revit, User-defined ähnelt.
///
public static string PropertySetsInternalRevitPlusUserDefined {
get {
@@ -1834,7 +1834,7 @@ public static string PropertySetsInternalRevitPlusUserDefined {
}
///
- /// Looks up a localized string similar to None.
+ /// Sucht eine lokalisierte Zeichenfolge, die None ähnelt.
///
public static string PropertySetsNone {
get {
@@ -1843,7 +1843,7 @@ public static string PropertySetsNone {
}
///
- /// Looks up a localized string similar to Internal Revit, IFC common.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Revit, IFC common ähnelt.
///
public static string PropertySetsRevitPlusIFC {
get {
@@ -1852,7 +1852,7 @@ public static string PropertySetsRevitPlusIFC {
}
///
- /// Looks up a localized string similar to Internal Revit, IFC common, User-defined.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Revit, IFC common, User-defined ähnelt.
///
public static string PropertySetsRevitPlusIFCPlusUserDefined {
get {
@@ -1861,7 +1861,7 @@ public static string PropertySetsRevitPlusIFCPlusUserDefined {
}
///
- /// Looks up a localized string similar to Schedules only.
+ /// Sucht eine lokalisierte Zeichenfolge, die Schedules only ähnelt.
///
public static string PropertySetsSchedules {
get {
@@ -1870,7 +1870,7 @@ public static string PropertySetsSchedules {
}
///
- /// Looks up a localized string similar to IFC Common, Schedules.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC Common, Schedules ähnelt.
///
public static string PropertySetsSchedulesPlusIFC {
get {
@@ -1879,7 +1879,7 @@ public static string PropertySetsSchedulesPlusIFC {
}
///
- /// Looks up a localized string similar to IFC Common, Schedules, User-defined.
+ /// Sucht eine lokalisierte Zeichenfolge, die IFC Common, Schedules, User-defined ähnelt.
///
public static string PropertySetsSchedulesPlusIFCPlusUserDefined {
get {
@@ -1888,7 +1888,7 @@ public static string PropertySetsSchedulesPlusIFCPlusUserDefined {
}
///
- /// Looks up a localized string similar to Internal Revit, Schedules.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Revit, Schedules ähnelt.
///
public static string PropertySetsSchedulesPlusRevit {
get {
@@ -1897,7 +1897,7 @@ public static string PropertySetsSchedulesPlusRevit {
}
///
- /// Looks up a localized string similar to Internal Revit, IFC common, Schedules.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Revit, IFC common, Schedules ähnelt.
///
public static string PropertySetsSchedulesPlusRevitPlusIFC {
get {
@@ -1906,7 +1906,7 @@ public static string PropertySetsSchedulesPlusRevitPlusIFC {
}
///
- /// Looks up a localized string similar to Internal Revit, IFC common, Schedules, User-defined.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Revit, IFC common, Schedules, User-defined ähnelt.
///
public static string PropertySetsSchedulesPlusRevitPlusIFCPlusUserDefined {
get {
@@ -1915,7 +1915,7 @@ public static string PropertySetsSchedulesPlusRevitPlusIFCPlusUserDefined {
}
///
- /// Looks up a localized string similar to Internal Revit, Schedules, User-defined.
+ /// Sucht eine lokalisierte Zeichenfolge, die Internal Revit, Schedules, User-defined ähnelt.
///
public static string PropertySetsSchedulesPlusRevitPlusUserDefined {
get {
@@ -1924,7 +1924,7 @@ public static string PropertySetsSchedulesPlusRevitPlusUserDefined {
}
///
- /// Looks up a localized string similar to Schedules, User-defined.
+ /// Sucht eine lokalisierte Zeichenfolge, die Schedules, User-defined ähnelt.
///
public static string PropertySetsSchedulesPlusUserDefined {
get {
@@ -1933,7 +1933,7 @@ public static string PropertySetsSchedulesPlusUserDefined {
}
///
- /// Looks up a localized string similar to Unrecognized property sets.
+ /// Sucht eine lokalisierte Zeichenfolge, die Unrecognized property sets ähnelt.
///
public static string PropertySetsUnrecognized {
get {
@@ -1942,7 +1942,7 @@ public static string PropertySetsUnrecognized {
}
///
- /// Looks up a localized string similar to User-defined only.
+ /// Sucht eine lokalisierte Zeichenfolge, die User-defined only ähnelt.
///
public static string PropertySetsUserDefined {
get {
@@ -1951,7 +1951,7 @@ public static string PropertySetsUserDefined {
}
///
- /// Looks up a localized string similar to Purpose.
+ /// Sucht eine lokalisierte Zeichenfolge, die Purpose ähnelt.
///
public static string Purpose {
get {
@@ -1960,7 +1960,7 @@ public static string Purpose {
}
///
- /// Looks up a localized string similar to Rename export setup.
+ /// Sucht eine lokalisierte Zeichenfolge, die Rename export setup ähnelt.
///
public static string RenameExportSetup {
get {
@@ -1969,7 +1969,7 @@ public static string RenameExportSetup {
}
///
- /// Looks up a localized string similar to Rename the selected setup..
+ /// Sucht eine lokalisierte Zeichenfolge, die Rename the selected setup. ähnelt.
///
public static string RenameSelectedSetup {
get {
@@ -1978,7 +1978,7 @@ public static string RenameSelectedSetup {
}
///
- /// Looks up a localized string similar to {0} is a reserved Windows device name. Choose another name and try again..
+ /// Sucht eine lokalisierte Zeichenfolge, die {0} is a reserved Windows device name. Choose another name and try again. ähnelt.
///
public static string ReservedDeviceName {
get {
@@ -1987,7 +1987,7 @@ public static string ReservedDeviceName {
}
///
- /// Looks up a localized string similar to Reset.
+ /// Sucht eine lokalisierte Zeichenfolge, die Reset ähnelt.
///
public static string Reset {
get {
@@ -1996,7 +1996,7 @@ public static string Reset {
}
///
- /// Looks up a localized string similar to Reset configurations back to the original settings.
+ /// Sucht eine lokalisierte Zeichenfolge, die Reset configurations back to the original settings ähnelt.
///
public static string ResetConfigToolTip {
get {
@@ -2005,7 +2005,7 @@ public static string ResetConfigToolTip {
}
///
- /// Looks up a localized string similar to Reset override values.
+ /// Sucht eine lokalisierte Zeichenfolge, die Reset override values ähnelt.
///
public static string ResetOverrideToolTip {
get {
@@ -2014,7 +2014,7 @@ public static string ResetOverrideToolTip {
}
///
- /// Looks up a localized string similar to Reset.
+ /// Sucht eine lokalisierte Zeichenfolge, die Reset ähnelt.
///
public static string ResetToOriginals {
get {
@@ -2023,7 +2023,7 @@ public static string ResetToOriginals {
}
///
- /// Looks up a localized string similar to Save Changes.
+ /// Sucht eine lokalisierte Zeichenfolge, die Save Changes ähnelt.
///
public static string SaveChanges {
get {
@@ -2032,7 +2032,7 @@ public static string SaveChanges {
}
///
- /// Looks up a localized string similar to Save changes to the configurations into the document.
+ /// Sucht eine lokalisierte Zeichenfolge, die Save changes to the configurations into the document ähnelt.
///
public static string SaveChangesTooltip {
get {
@@ -2041,7 +2041,7 @@ public static string SaveChangesTooltip {
}
///
- /// Looks up a localized string similar to Save changes to IFC export configuration.
+ /// Sucht eine lokalisierte Zeichenfolge, die Save changes to IFC export configuration ähnelt.
///
public static string SaveConfigurationChanges {
get {
@@ -2050,7 +2050,7 @@ public static string SaveConfigurationChanges {
}
///
- /// Looks up a localized string similar to Save Setup & Close.
+ /// Sucht eine lokalisierte Zeichenfolge, die Save Setup & Close ähnelt.
///
public static string SaveSetupAndClose {
get {
@@ -2059,7 +2059,7 @@ public static string SaveSetupAndClose {
}
///
- /// Looks up a localized string similar to Search.
+ /// Sucht eine lokalisierte Zeichenfolge, die Search ähnelt.
///
public static string Search {
get {
@@ -2068,7 +2068,7 @@ public static string Search {
}
///
- /// Looks up a localized string similar to Please select at least one project to export..
+ /// Sucht eine lokalisierte Zeichenfolge, die Please select at least one project to export. ähnelt.
///
public static string SelectOneOrMoreProjects {
get {
@@ -2077,7 +2077,7 @@ public static string SelectOneOrMoreProjects {
}
///
- /// Looks up a localized string similar to Select Export As IFC Entity.
+ /// Sucht eine lokalisierte Zeichenfolge, die Select Export As IFC Entity ähnelt.
///
public static string SelectSingleElement {
get {
@@ -2086,7 +2086,7 @@ public static string SelectSingleElement {
}
///
- /// Looks up a localized string similar to Setup.
+ /// Sucht eine lokalisierte Zeichenfolge, die Setup ähnelt.
///
public static string Setup {
get {
@@ -2095,7 +2095,7 @@ public static string Setup {
}
///
- /// Looks up a localized string similar to Shared Coordinates.
+ /// Sucht eine lokalisierte Zeichenfolge, die Shared Coordinates ähnelt.
///
public static string SharedCoordinates {
get {
@@ -2104,7 +2104,7 @@ public static string SharedCoordinates {
}
///
- /// Looks up a localized string similar to Show.
+ /// Sucht eine lokalisierte Zeichenfolge, die Show ähnelt.
///
public static string Show {
get {
@@ -2113,7 +2113,7 @@ public static string Show {
}
///
- /// Looks up a localized string similar to All.
+ /// Sucht eine lokalisierte Zeichenfolge, die All ähnelt.
///
public static string ShowAll {
get {
@@ -2122,7 +2122,7 @@ public static string ShowAll {
}
///
- /// Looks up a localized string similar to Checked entities.
+ /// Sucht eine lokalisierte Zeichenfolge, die Checked entities ähnelt.
///
public static string ShowChecked {
get {
@@ -2131,7 +2131,7 @@ public static string ShowChecked {
}
///
- /// Looks up a localized string similar to Un-checked entities.
+ /// Sucht eine lokalisierte Zeichenfolge, die Un-checked entities ähnelt.
///
public static string ShowUnchecked {
get {
@@ -2140,7 +2140,7 @@ public static string ShowUnchecked {
}
///
- /// Looks up a localized string similar to Site.
+ /// Sucht eine lokalisierte Zeichenfolge, die Site ähnelt.
///
public static string Site {
get {
@@ -2149,7 +2149,7 @@ public static string Site {
}
///
- /// Looks up a localized string similar to Site description.
+ /// Sucht eine lokalisierte Zeichenfolge, die Site description ähnelt.
///
public static string SiteDescription {
get {
@@ -2158,7 +2158,7 @@ public static string SiteDescription {
}
///
- /// Looks up a localized string similar to Site location.
+ /// Sucht eine lokalisierte Zeichenfolge, die Site location ähnelt.
///
public static string SiteLocation {
get {
@@ -2167,7 +2167,7 @@ public static string SiteLocation {
}
///
- /// Looks up a localized string similar to Survey Point.
+ /// Sucht eine lokalisierte Zeichenfolge, die Survey Point ähnelt.
///
public static string SiteSurveyPoint {
get {
@@ -2176,7 +2176,7 @@ public static string SiteSurveyPoint {
}
///
- /// Looks up a localized string similar to Source file name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Source file name ähnelt.
///
public static string SourceFileName {
get {
@@ -2185,7 +2185,7 @@ public static string SourceFileName {
}
///
- /// Looks up a localized string similar to Source (Publisher).
+ /// Sucht eine lokalisierte Zeichenfolge, die Source (Publisher) ähnelt.
///
public static string SourcePublisher {
get {
@@ -2194,7 +2194,7 @@ public static string SourcePublisher {
}
///
- /// Looks up a localized string similar to Space boundaries.
+ /// Sucht eine lokalisierte Zeichenfolge, die Space boundaries ähnelt.
///
public static string SpaceBoundaries {
get {
@@ -2203,7 +2203,7 @@ public static string SpaceBoundaries {
}
///
- /// Looks up a localized string similar to 1st Level.
+ /// Sucht eine lokalisierte Zeichenfolge, die 1st Level ähnelt.
///
public static string SpaceBoundaries1stLevel {
get {
@@ -2212,7 +2212,7 @@ public static string SpaceBoundaries1stLevel {
}
///
- /// Looks up a localized string similar to 2nd Level.
+ /// Sucht eine lokalisierte Zeichenfolge, die 2nd Level ähnelt.
///
public static string SpaceBoundaries2ndLevel {
get {
@@ -2221,7 +2221,7 @@ public static string SpaceBoundaries2ndLevel {
}
///
- /// Looks up a localized string similar to None.
+ /// Sucht eine lokalisierte Zeichenfolge, die None ähnelt.
///
public static string SpaceBoundariesNone {
get {
@@ -2230,7 +2230,7 @@ public static string SpaceBoundariesNone {
}
///
- /// Looks up a localized string similar to Unrecognized space boundary level.
+ /// Sucht eine lokalisierte Zeichenfolge, die Unrecognized space boundary level ähnelt.
///
public static string SpaceBoundariesUnrecognized {
get {
@@ -2239,7 +2239,7 @@ public static string SpaceBoundariesUnrecognized {
}
///
- /// Looks up a localized string similar to Split Walls, Columns, Ducts by Level.
+ /// Sucht eine lokalisierte Zeichenfolge, die Split Walls, Columns, Ducts by Level ähnelt.
///
public static string SplitWallsColumsDuctsByLevel {
get {
@@ -2248,7 +2248,7 @@ public static string SplitWallsColumsDuctsByLevel {
}
///
- /// Looks up a localized string similar to State/Region.
+ /// Sucht eine lokalisierte Zeichenfolge, die State/Region ähnelt.
///
public static string State {
get {
@@ -2257,7 +2257,7 @@ public static string State {
}
///
- /// Looks up a localized string similar to Store the IFC GUID in an element parameter after export.
+ /// Sucht eine lokalisierte Zeichenfolge, die Store the IFC GUID in an element parameter after export ähnelt.
///
public static string StoreIFCGUID {
get {
@@ -2266,7 +2266,7 @@ public static string StoreIFCGUID {
}
///
- /// Looks up a localized string similar to Street address.
+ /// Sucht eine lokalisierte Zeichenfolge, die Street address ähnelt.
///
public static string StreetAddress {
get {
@@ -2275,7 +2275,7 @@ public static string StreetAddress {
}
///
- /// Looks up a localized string similar to Level of detail for some element geometry.
+ /// Sucht eine lokalisierte Zeichenfolge, die Level of detail for some element geometry ähnelt.
///
public static string TessellationDetails {
get {
@@ -2284,7 +2284,7 @@ public static string TessellationDetails {
}
///
- /// Looks up a localized string similar to Unknown alternate UI version.
+ /// Sucht eine lokalisierte Zeichenfolge, die Unknown alternate UI version ähnelt.
///
public static string UnkownAltUIVer {
get {
@@ -2293,7 +2293,7 @@ public static string UnkownAltUIVer {
}
///
- /// Looks up a localized string similar to Update IFC export setups.
+ /// Sucht eine lokalisierte Zeichenfolge, die Update IFC export setups ähnelt.
///
public static string UpdateExportSetups {
get {
@@ -2302,7 +2302,7 @@ public static string UpdateExportSetups {
}
///
- /// Looks up a localized string similar to Update project address.
+ /// Sucht eine lokalisierte Zeichenfolge, die Update project address ähnelt.
///
public static string UpdateProjectAddress {
get {
@@ -2311,7 +2311,7 @@ public static string UpdateProjectAddress {
}
///
- /// Looks up a localized string similar to Update project information.
+ /// Sucht eine lokalisierte Zeichenfolge, die Update project information ähnelt.
///
public static string UpdateProjectInformation {
get {
@@ -2320,7 +2320,7 @@ public static string UpdateProjectInformation {
}
///
- /// Looks up a localized string similar to Use 2D room boundaries for room volume.
+ /// Sucht eine lokalisierte Zeichenfolge, die Use 2D room boundaries for room volume ähnelt.
///
public static string Use2DRoomBoundariesForRoomVolume {
get {
@@ -2329,7 +2329,7 @@ public static string Use2DRoomBoundariesForRoomVolume {
}
///
- /// Looks up a localized string similar to Use active view when creating geometry.
+ /// Sucht eine lokalisierte Zeichenfolge, die Use active view when creating geometry ähnelt.
///
public static string UseActiveViewForGeometry {
get {
@@ -2338,7 +2338,7 @@ public static string UseActiveViewForGeometry {
}
///
- /// Looks up a localized string similar to Use coarse tessellation for some BReps.
+ /// Sucht eine lokalisierte Zeichenfolge, die Use coarse tessellation for some BReps ähnelt.
///
public static string UseCoarseTessellation {
get {
@@ -2347,7 +2347,7 @@ public static string UseCoarseTessellation {
}
///
- /// Looks up a localized string similar to Use coarse tessellation for some BReps and profiles.
+ /// Sucht eine lokalisierte Zeichenfolge, die Use coarse tessellation for some BReps and profiles ähnelt.
///
public static string UseCoarseTessellationForBReps {
get {
@@ -2356,7 +2356,7 @@ public static string UseCoarseTessellationForBReps {
}
///
- /// Looks up a localized string similar to Use family and type name for reference.
+ /// Sucht eine lokalisierte Zeichenfolge, die Use family and type name for reference ähnelt.
///
public static string UseFamilyAndTypeNameForReference {
get {
@@ -2365,7 +2365,7 @@ public static string UseFamilyAndTypeNameForReference {
}
///
- /// Looks up a localized string similar to Use family and type name for references.
+ /// Sucht eine lokalisierte Zeichenfolge, die Use family and type name for references ähnelt.
///
public static string UseFamilyAndTypeNameForReferences {
get {
@@ -2374,7 +2374,7 @@ public static string UseFamilyAndTypeNameForReferences {
}
///
- /// Looks up a localized string similar to Keep Tessellated Geometry as Triangulation.
+ /// Sucht eine lokalisierte Zeichenfolge, die Keep Tessellated Geometry as Triangulation ähnelt.
///
public static string UseOnlyTriangulation {
get {
@@ -2383,7 +2383,7 @@ public static string UseOnlyTriangulation {
}
///
- /// Looks up a localized string similar to User Defined.
+ /// Sucht eine lokalisierte Zeichenfolge, die User Defined ähnelt.
///
public static string UserDefined {
get {
@@ -2392,7 +2392,7 @@ public static string UserDefined {
}
///
- /// Looks up a localized string similar to Custom parameter mapping table.
+ /// Sucht eine lokalisierte Zeichenfolge, die Custom parameter mapping table ähnelt.
///
public static string UserDefinedParameterMappingTable {
get {
@@ -2401,7 +2401,7 @@ public static string UserDefinedParameterMappingTable {
}
///
- /// Looks up a localized string similar to Custom parameter sets.
+ /// Sucht eine lokalisierte Zeichenfolge, die Custom parameter sets ähnelt.
///
public static string UserDefinedParameterSets {
get {
@@ -2410,7 +2410,7 @@ public static string UserDefinedParameterSets {
}
///
- /// Looks up a localized string similar to User-defined purpose.
+ /// Sucht eine lokalisierte Zeichenfolge, die User-defined purpose ähnelt.
///
public static string UserDefinedPurpose {
get {
@@ -2419,7 +2419,7 @@ public static string UserDefinedPurpose {
}
///
- /// Looks up a localized string similar to Use 2D room boundaries for room volume.
+ /// Sucht eine lokalisierte Zeichenfolge, die Use 2D room boundaries for room volume ähnelt.
///
public static string UseRoomBoundariesForRoomVolume {
get {
@@ -2428,7 +2428,7 @@ public static string UseRoomBoundariesForRoomVolume {
}
///
- /// Looks up a localized string similar to Use Type name only for IFCType name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Use Type name only for IFCType name ähnelt.
///
public static string UseTypeNameOnlyForIfcType {
get {
@@ -2437,7 +2437,7 @@ public static string UseTypeNameOnlyForIfcType {
}
///
- /// Looks up a localized string similar to Use visible Revit name as the IFCEntity name.
+ /// Sucht eine lokalisierte Zeichenfolge, die Use visible Revit name as the IFCEntity name ähnelt.
///
public static string UseVisibleRevitNameAsEntityName {
get {
@@ -2446,7 +2446,7 @@ public static string UseVisibleRevitNameAsEntityName {
}
///
- /// Looks up a localized string similar to Path does not exist.
+ /// Sucht eine lokalisierte Zeichenfolge, die Path does not exist ähnelt.
///
public static string ValidPathExists {
get {
@@ -2455,7 +2455,7 @@ public static string ValidPathExists {
}
///
- /// Looks up a localized string similar to ...value is set according to export option.
+ /// Sucht eine lokalisierte Zeichenfolge, die ...value is set according to export option ähnelt.
///
public static string ValueSetByExportOption {
get {
@@ -2464,7 +2464,7 @@ public static string ValueSetByExportOption {
}
///
- /// Looks up a localized string similar to ...value will be set on export.
+ /// Sucht eine lokalisierte Zeichenfolge, die ...value will be set on export ähnelt.
///
public static string ValueSetOnExport {
get {
@@ -2473,7 +2473,7 @@ public static string ValueSetOnExport {
}
///
- /// Looks up a localized string similar to v..
+ /// Sucht eine lokalisierte Zeichenfolge, die v. ähnelt.
///
public static string Version {
get {
@@ -2482,7 +2482,7 @@ public static string Version {
}
///
- /// Looks up a localized string similar to Version number.
+ /// Sucht eine lokalisierte Zeichenfolge, die Version number ähnelt.
///
public static string VersionNumber {
get {
diff --git a/Source/IFCExporterUIOverride/Properties/Resources.de.resx b/Source/IFCExporterUIOverride/Properties/Resources.de.resx
index 585fa91f..d9202246 100644
--- a/Source/IFCExporterUIOverride/Properties/Resources.de.resx
+++ b/Source/IFCExporterUIOverride/Properties/Resources.de.resx
@@ -571,7 +571,7 @@
Neue Export Einstellungen
- Löschen
+ Ausgewählte Einstellung löschen.Weiter…
@@ -640,7 +640,7 @@
IFC4 Reference View
- Wie gebe ich eine Export Einstellungen an
+ Wie gebe ich eine Export Einstellungen an?Nur Bauteillisten mit IFC, Pset oder Allgemein im Titel exportieren
@@ -730,7 +730,7 @@
Anforderung für Austausch
- Aktuelle Einstellungen speichern
+ Aktuelle Einstellungen speichern ...Interne Koordinaten
@@ -795,4 +795,85 @@
Structural
+
+ Geografische Referenz
+
+
+ Wie kann ich die IFC-Klasse und den vordefinierten Typ zuordnen?
+
+
+ Alle ausklappen
+
+
+ Zu exportierende IFC-Klassen ...
+
+
+ Höhe
+
+
+ Rechtswert
+
+
+ Hochwert
+
+
+ Winkel vom geografischen Norden
+
+
+ Alle zusammenklappen
+
+
+ Alte Konfiguration löschen
+
+
+ Geodätisches Datum
+
+
+ Wie wirken sich die Auswahl der zu exportierenden IFC-Klassen auf den Export?
+
+
+ IFC Schemaversion
+
+
+ Interne Koordinaten an den geografischen Norden orientiert
+
+
+ Mehrfache Zuweisung wurde bei den ausgewählten Objekten gefunden !
+
+
+ IFC-Klasse besitzt keinen vordefinierten Typ
+
+
+ Überschreiben
+
+
+ Auswahl des vordefinierten Typs
+
+
+ Beschreibung
+
+
+ Projektbasispunkt an den geografischen Norden orientiert
+
+
+ Vermessungspunkt
+
+
+ Den Typnamen nur für IFC-Typnamen verwenden
+
+
+ Sichtbaren Namen in Revit als IFC-Entitätsname verwenden
+
+
+ Suchen
+
+
+ Änderungen in die IFC-Exporteinrichtung speichern
+
+
+ Änderungen speichern
+
+
+ Zurücksetzen
+
\ No newline at end of file