Re-fabrication
This commit is contained in:
parent
f155a47073
commit
cb6309abdb
499 changed files with 7574 additions and 12530 deletions
|
|
@ -1,32 +0,0 @@
|
|||
using System.IO;
|
||||
using System.Resources;
|
||||
|
||||
namespace Yavsc.Resources
|
||||
{
|
||||
|
||||
///<summary>
|
||||
/// Makes possible the code injection
|
||||
///</summary>
|
||||
public class YavscLocalisation : ResourceSet
|
||||
{
|
||||
public YavscLocalisation(string path) : base(path)
|
||||
{
|
||||
}
|
||||
public YavscLocalisation(Stream stream) : base(stream)
|
||||
{
|
||||
}
|
||||
public static string PassAndConfirmDontMach
|
||||
{
|
||||
get
|
||||
{
|
||||
return Startup.GlobalLocalizer["PassAndConfirmDontMach"];
|
||||
}
|
||||
}
|
||||
public static string UserName { get { return Startup.GlobalLocalizer["UserName"]; } }
|
||||
public static string Password { get { return Startup.GlobalLocalizer["Password"]; } }
|
||||
public static string PasswordConfirm { get { return Startup.GlobalLocalizer["PasswordConfirm"]; } }
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue