diff options
author | Friendika <info@friendika.com> | 2011-03-21 00:21:35 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-21 00:21:35 -0700 |
commit | 798c83b6aa3887622299ec4071c0d817953f3db9 (patch) | |
tree | e980e74f74104dfa9e97d95d6ed61e3a5bec7d83 /mod/profile.php | |
parent | 5f9f03daf781b95b5685a19d450800aad879c0de (diff) | |
download | volse-hubzilla-798c83b6aa3887622299ec4071c0d817953f3db9.tar.gz volse-hubzilla-798c83b6aa3887622299ec4071c0d817953f3db9.tar.bz2 volse-hubzilla-798c83b6aa3887622299ec4071c0d817953f3db9.zip |
localise some more templates
Diffstat (limited to 'mod/profile.php')
-rw-r--r-- | mod/profile.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mod/profile.php b/mod/profile.php index 1053e4a1e..82a84c39e 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -130,7 +130,12 @@ function profile_content(&$a, $update = 0) { $a->page['htmlhead'] .= replace_macros($tpl, array( '$baseurl' => $a->get_baseurl(), '$geotag' => $geotag, - '$nickname' => $a->profile['nickname'] + '$nickname' => $a->profile['nickname'], + '$linkurl' => t('Please enter a link URL:'), + '$utubeurl' => t('Please enter a YouTube link:'), + '$vidurl' => t("Please enter a video\x28.ogg\x29 link/URL:"), + '$audurl' => t("Please enter an audio\x28.ogg\x29 link/URL:"), + '$whereareu' => t('Where are you right now?') )); require_once('include/acl_selectors.php'); |