X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=1ef0985066e1971bdedee1e4a2ba80b02aeb2297;hb=54905a3d81065915418af7f96953f957bf795300;hp=eff258d21c0dfa0f8228b0ad4e5d3be1422eb570;hpb=ebb8186191d46f6b264d09f886d5574761194685;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index eff258d21c..1ef0985066 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -1,45 +1,84 @@ ' . t('Welcome to Friendika') . ''; + $o = '

' . t('Welcome to Friendica') . '

'; $o .= '

' . t('New Member Checklist') . '

'; $o .= '
'; - $o .= t('We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page.'); + $o .= t('We would like to offer some tips and links to help make your experience enjoyable. Click any item to visit the relevant page. A link to this page will be visible from your home page for two weeks after your initial registration and then will quietly disappear.'); + + $o .= '

' . t('Getting Started') . '

'; + + $o .= ''; + + $o .= '

' . t('Settings') . '

'; + + $o .= ''; + + $o .= '

' . t('Profile') . '

'; $o .= ''; + + $o .= '

' . t('Connecting') . '

'; + + $o .= ''; - $o .= '
  • ' . '' . t('Set some public keywords for your default profile which describe your interests. We may be able to find other people with similar interests and suggest friendships.') . '
  • ' . EOL; + $o .= '

    ' . t('Groups') . '

    '; - $o .= '
  • ' . '' . t('Your Contacts page is your gateway to managing friendships and connecting with friends on other networks. Typically you enter their address or site URL in the Connect dialog.') . '
  • ' . EOL; + $o .= ''; + + $o .= '

    ' . t('Getting Help') . '

    '; + + $o .= ''; $o .= '
    '; return $o; -} \ No newline at end of file +}