diff options
author | Friendika <info@friendika.com> | 2011-03-08 18:53:52 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-08 18:53:52 -0800 |
commit | 0de88eb6b0e5ceab470240a54414317884a49101 (patch) | |
tree | 1771d6e52ecf64a96aecf2ccf5ce1b06259abfde /mod/profile.php | |
parent | ea59e199d5609f4d196ecced569a8e267c2e27d5 (diff) | |
download | volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.gz volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.tar.bz2 volse-hubzilla-0de88eb6b0e5ceab470240a54414317884a49101.zip |
yet another template converted to language neutral format
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 b23af2e66..9375b670b 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -302,7 +302,12 @@ function profile_content(&$a, $update = 0) { if(can_write_wall($a,$a->profile['profile_uid'])) { if($item['id'] == $item['parent']) { - $likebuttons = replace_macros($like_tpl,array('$id' => $item['id'])); + $likebuttons = replace_macros($like_tpl,array( + '$id' => $item['id'], + '$likethis' => t("I like this \x28toggle\x29"), + '$nolike' => t("I don't like this \x28toggle\x29"), + '$wait' => t('Please wait') + )); } if($item['last-child']) { $comment = replace_macros($cmnt_tpl,array( |