diff --git a/src/Atc.Wpf.Controls/Resources/Miscellaneous.Designer.cs b/src/Atc.Wpf.Controls/Resources/Miscellaneous.Designer.cs
index dd60151a..72bc1b71 100644
--- a/src/Atc.Wpf.Controls/Resources/Miscellaneous.Designer.cs
+++ b/src/Atc.Wpf.Controls/Resources/Miscellaneous.Designer.cs
@@ -177,6 +177,15 @@ public static string Ok {
}
}
+ ///
+ /// Looks up a localized string similar to Open recent file on startup.
+ ///
+ public static string OpenRecentFileOnStartup {
+ get {
+ return ResourceManager.GetString("OpenRecentFileOnStartup", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Please wait.
///
diff --git a/src/Atc.Wpf.Controls/Resources/Miscellaneous.da-DK.resx b/src/Atc.Wpf.Controls/Resources/Miscellaneous.da-DK.resx
index 0eca524b..3757ccae 100644
--- a/src/Atc.Wpf.Controls/Resources/Miscellaneous.da-DK.resx
+++ b/src/Atc.Wpf.Controls/Resources/Miscellaneous.da-DK.resx
@@ -171,4 +171,7 @@
Farvevælger
+
+ Åbn den seneste fil ved opstart
+
\ No newline at end of file
diff --git a/src/Atc.Wpf.Controls/Resources/Miscellaneous.de-DE.resx b/src/Atc.Wpf.Controls/Resources/Miscellaneous.de-DE.resx
index 7d40beb8..164179ad 100644
--- a/src/Atc.Wpf.Controls/Resources/Miscellaneous.de-DE.resx
+++ b/src/Atc.Wpf.Controls/Resources/Miscellaneous.de-DE.resx
@@ -171,4 +171,7 @@
Farbwähler
+
+ Öffnen Sie die zuletzt verwendete Datei beim Start
+
\ No newline at end of file
diff --git a/src/Atc.Wpf.Controls/Resources/Miscellaneous.resx b/src/Atc.Wpf.Controls/Resources/Miscellaneous.resx
index e23fc528..22385646 100644
--- a/src/Atc.Wpf.Controls/Resources/Miscellaneous.resx
+++ b/src/Atc.Wpf.Controls/Resources/Miscellaneous.resx
@@ -156,6 +156,9 @@
OK
+
+ Open recent file on startup
+
Please wait
diff --git a/src/Atc.Wpf.Controls/SettingsControls/BasicApplicationSettingsView.xaml b/src/Atc.Wpf.Controls/SettingsControls/BasicApplicationSettingsView.xaml
index e2e26e12..f0a2eefb 100644
--- a/src/Atc.Wpf.Controls/SettingsControls/BasicApplicationSettingsView.xaml
+++ b/src/Atc.Wpf.Controls/SettingsControls/BasicApplicationSettingsView.xaml
@@ -3,6 +3,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:atc="https://github.com/atc-net/atc-wpf/tree/main/schemas"
+ xmlns:atcTranslation="https://github.com/atc-net/atc-wpf/tree/main/schemas/translations"
xmlns:atcValueConverters="https://github.com/atc-net/atc-wpf/tree/main/schemas/value-converters"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:labelControls="clr-namespace:Atc.Wpf.Controls.LabelControls"
@@ -29,7 +30,8 @@