localizing bug record creations

This commit is contained in:
Paul Schneider 2019-06-16 21:09:50 +01:00
commit 2ed3b7e576
7 changed files with 63 additions and 99 deletions

View file

@ -1,12 +1,12 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
// ------------------------------------------------------------------------------
// <autogenerated>
// This code was generated by a tool.
// Mono Runtime Version: 4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </autogenerated>
// ------------------------------------------------------------------------------
namespace Yavsc.Models.IT.Fixing {
using System;
@ -43,9 +43,15 @@ namespace Yavsc.Models.IT.Fixing {
}
}
public static string TitleTooLong {
public static string TitleSizeError {
get {
return ResourceManager.GetString("TitleTooLong", resourceCulture);
return ResourceManager.GetString("TitleSizeError", resourceCulture);
}
}
public static string DescSizeError {
get {
return ResourceManager.GetString("DescSizeError", resourceCulture);
}
}
}