Index: Application/Ringtoets/src/Application.Ringtoets.Migration/Properties/Resources.Designer.cs =================================================================== diff -u -r5af1b7c1e22ec02a2a7395e2de7482cc91681a4e -r0d01d77a85f997d3cbe2e3f83d6bf3438ec6806d --- Application/Ringtoets/src/Application.Ringtoets.Migration/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 5af1b7c1e22ec02a2a7395e2de7482cc91681a4e) +++ Application/Ringtoets/src/Application.Ringtoets.Migration/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 0d01d77a85f997d3cbe2e3f83d6bf3438ec6806d) @@ -140,13 +140,31 @@ } /// - /// Looks up a localized string similar to Bronprojectpad moet een geldig projectpad zijn.. + /// Looks up a localized string similar to Bron. /// - internal static string RingtoetsProjectMigrator_ValidateProjectPath_Source_filepath_must_be_a_valid_path { + internal static string RingtoetsProjectMigrator_Source_Descriptor { get { - return ResourceManager.GetString("RingtoetsProjectMigrator_ValidateProjectPath_Source_filepath_must_be_a_valid_path" + - "", resourceCulture); + return ResourceManager.GetString("RingtoetsProjectMigrator_Source_Descriptor", resourceCulture); } } + + /// + /// Looks up a localized string similar to Doel. + /// + internal static string RingtoetsProjectMigrator_Target_Descriptor { + get { + return ResourceManager.GetString("RingtoetsProjectMigrator_Target_Descriptor", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to {0}projectpad moet een geldig projectpad zijn.. + /// + internal static string RingtoetsProjectMigrator_ValidateProjectPath_TypeDescriptor_0_filepath_must_be_a_valid_path { + get { + return ResourceManager.GetString("RingtoetsProjectMigrator_ValidateProjectPath_TypeDescriptor_0_filepath_must_be_a_" + + "valid_path", resourceCulture); + } + } } }