// This file was automatically generated from mgc3.messages.stp.soy.
// Please don't edit this file by hand.

if (typeof mgc3 == 'undefined') { var mgc3 = {}; }
if (typeof mgc3.messages == 'undefined') { mgc3.messages = {}; }
if (typeof mgc3.messages.stp == 'undefined') { mgc3.messages.stp = {}; }


mgc3.messages.stp.dialogTitle = function(opt_data, opt_sb) {
  var output = opt_sb || new soy.StringBuilder();
  output.append('Send to Phone');
  if (!opt_sb) return output.toString();
};


mgc3.messages.stp.dialogCloseButton = function(opt_data, opt_sb) {
  var output = opt_sb || new soy.StringBuilder();
  output.append('Close Window');
  if (!opt_sb) return output.toString();
};


mgc3.messages.stp.tryAgainButton = function(opt_data, opt_sb) {
  var output = opt_sb || new soy.StringBuilder();
  output.append('« Back');
  if (!opt_sb) return output.toString();
};


mgc3.messages.stp.submitButton = function(opt_data, opt_sb) {
  var output = opt_sb || new soy.StringBuilder();
  output.append('Send a text message to your phone »');
  if (!opt_sb) return output.toString();
};


mgc3.messages.stp.contentSuccess = function(opt_data, opt_sb) {
  var output = opt_sb || new soy.StringBuilder();
  output.append('<p>We just sent you a text message with a link to <strong>', soy.$$escapeHtml(opt_data.url), '</strong>.<ol><li>Open up the text message<li>Click the link to <strong>', soy.$$escapeHtml(opt_data.url), '</strong><li>Follow the on-screen links to get started</ol><p>Didn\'t get a text message? Just visit <strong>', soy.$$escapeHtml(opt_data.url), '</strong> in your mobile browser.<p>Need help? <a href="http://www.google.com/support/mobile/bin/answer.py?answer=94126">Visit the Help Center</a>.');
  if (!opt_sb) return output.toString();
};


mgc3.messages.stp.instructions = function(opt_data, opt_sb) {
  var output = opt_sb || new soy.StringBuilder();
  output.append('<div class="g-stp-instructions"><p>Send a link to <strong>', soy.$$escapeHtml(opt_data.url), '</strong> to your phone.</div><p>Enter your mobile phone number.');
  if (!opt_sb) return output.toString();
};


mgc3.messages.stp.captchaInstructions = function(opt_data, opt_sb) {
  var output = opt_sb || new soy.StringBuilder();
  output.append('<div class="g-stp-captcha-instructions">To protect you from unsolicited messages, please type in the characters you see in the image below.</div>');
  if (!opt_sb) return output.toString();
};


mgc3.messages.stp.fineprint = function(opt_data, opt_sb) {
  var output = opt_sb || new soy.StringBuilder();
  output.append('Standard text messaging rates may apply.');
  if (!opt_sb) return output.toString();
};
