X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnewmember.php;h=b3bf310d5bb8515f938bbd0a39771513d82a83d4;hb=f806fa91b1cc0726395986a6a696a9ab68a39433;hp=f470327cded444638b9d1eb092f82bde91bcf82e;hpb=86cae070f2a048e553c545caec54be72c1c14da5;p=friendica.git diff --git a/mod/newmember.php b/mod/newmember.php index f470327cde..b3bf310d5b 100644 --- a/mod/newmember.php +++ b/mod/newmember.php @@ -1,53 +1,57 @@ ' . t('Welcome to Friendica') . ''; - $o .= '

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

'; +function newmember_content(App $a) +{ + $o = '

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

'; + $o .= '

' . L10n::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. 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 .= L10n::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 .= '

' . L10n::t('Getting Started') . '

'; $o .= ''; - $o .= '

' . t('Settings') . '

'; + $o .= '

' . L10n::t('Settings') . '

'; $o .= ''; - $o .= '

' . t('Profile') . '

'; + $o .= '

' . L10n::t('Profile') . '

'; $o .= ''; - $o .= '

' . t('Connecting') . '

'; + $o .= '

' . L10n::t('Connecting') . '

'; $o .= ''; - $o .= '

' . t('Groups') . '

'; + $o .= '

' . L10n::t('Groups') . '

'; $o .= ''; - $o .= '

' . t('Getting Help') . '

'; + $o .= '

' . L10n::t('Getting Help') . '

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