localizing bug record creations
This commit is contained in:
parent
6bde0a51cf
commit
2ed3b7e576
7 changed files with 63 additions and 99 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue