Updated i18n to use multiple domains

This commit is contained in:
Duncan Sommerville 2014-11-04 16:57:40 -05:00
parent 057993eeeb
commit 5275669211
5 changed files with 23 additions and 7 deletions

View file

@ -4,11 +4,11 @@
$topTextClass = "";
if (array_key_exists("planupdated", $_GET))
{
$topText = _("<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle.");
$topText = _pro("<b>Thank you!</b> Your plan has been updated and you will be invoiced during your next billing cycle.");
$topTextClass = "status-good";
}
else {
$topText = _("Tip: To pay an invoice, click \"View Invoice\"<br> and look for the \"Checkout\" button.");
$topText = _pro("Tip: To pay an invoice, click \"View Invoice\"<br> and look for the \"Checkout\" button.");
}
?>