diff options
author | Friendika <info@friendika.com> | 2011-04-07 23:10:43 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-07 23:10:43 -0700 |
commit | e35a5bac55e0e259c7c587adfaf546484b032c92 (patch) | |
tree | 0e5a30005fc6e5272bde49c95f3674fd13f34ef5 /mod/contacts.php | |
parent | 338ba485548f9ec1acbc9349f7db95e84c51e7eb (diff) | |
download | volse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.tar.gz volse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.tar.bz2 volse-hubzilla-e35a5bac55e0e259c7c587adfaf546484b032c92.zip |
the rest of the english html templates except for htconfig
Diffstat (limited to 'mod/contacts.php')
-rw-r--r-- | mod/contacts.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mod/contacts.php b/mod/contacts.php index 4d5311b69..834b1c63d 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -261,6 +261,14 @@ function contacts_content(&$a) { $o .= replace_macros($tpl,array( '$header' => t('Contact Editor'), + '$submit' => t('Submit'), + '$lbl_vis1' => t('Profile Visibility'), + '$lbl_vis2' => sprintf( t('Please choose the profile you would like to display to %s when viewing your profile securely.'), $r[0]['name']), + '$lbl_info1' => t('Contact Information / Notes'), + '$lbl_rep1' => t('Online Reputation'), + '$lbl_rep2' => t('Occasionally your friends may wish to inquire about this person\'s online legitimacy.'), + '$lbl_rep3' => t('You may help them choose whether or not to interact with this person by providing a <em>reputation</em> to guide them.'), + '$lbl_rep4' => t('Please take a moment to elaborate on this selection if you feel it could be helpful to others.'), '$visit' => t('Visit $name\'s profile'), '$blockunblock' => t('Block/Unblock contact'), '$ignorecont' => t('Ignore contact'), |