root/releases/elgg0.8rc2/content/invite/invite.php

Revision 659, 452 bytes (checked in by misja, 2 years ago)

Taking gettext to a new level, see message <http://lists.elgg.org/pipermail/development/2006-October/000590.html>. In a nutshell: all gettext calls are replaced by gettext, revamped gettext handling plus some additional fixes.

  • Property svn:eol-style set to native
Line 
1 <?php
2
3     $run_result .= "<p>". __gettext("If you have a friend or colleague you would like to join the system, perhaps because you would like to share protected resources or reflections with them, you can enter their details below. They will then receive a special invitation email containing a code that allows them to create a new account; once they do so, a mutual friend connection will be created between their account and yours.") . "</p>";
4
5 ?>
Note: See TracBrowser for help on using the browser.