Advertisement
Guest User

Untitled

a guest
Oct 16th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.11 KB | None | 0 0
  1. public static string REGISTER_HEADLINE = "Register<span class='hidden-xs hidden-sm hidden-md'> on" +@SystemHelper.GetSystemDisplayName() + "</span>";
  2.                 public static string ALREADY_SIGNED_UP = "Already signed up? <a href='/Login'>Login</a>";
  3.                 public static string WE_SENT_AN_EMAIL = "We'll send you an email to complete your registration.";
  4.                 public static string USERNAME = "Username";
  5.                 public static string EMAIL_ADDRESS = "Email Address";
  6.                 public static string YOUR_CONSOLE = "Your Console";
  7.                 public static string PASSWORD = "Password";
  8.                 public static string CONFIRM_PASSWORD = "Confirm Password";
  9.                 public static string WHERE_ARE_YOU_FROM = "Where are you from?";
  10.                 public static string NATIONALITY = "Nationality";
  11.                 public static string YOUR_CLUB = "Your favorite football club";
  12.                 public static string FAVORITE_CLUB = "Favorite club";
  13.                 public static string READ_THE_TOC = "I read the <a href='/Toc' target='_blank'>Terms and Conditions</a>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement