]> git.mxchange.org Git - friendica.git/blobdiff - mod/profile.php
one more template free from translation, allow for later item editing within jot.tpl
[friendica.git] / mod / profile.php
index 827530bc8aa63afa8a1c532c16a84a5d9ec7a2e8..b23af2e6635aeed42077c33843d183ff2abc1d24 100644 (file)
@@ -147,6 +147,17 @@ function profile_content(&$a, $update = 0) {
 
                        $o .= replace_macros($tpl,array(
                                '$baseurl' => $a->get_baseurl(),
+                               '$action' => 'item',
+                               '$share' => t('Share'),
+                               '$upload' => t('Upload photo'),
+                               '$weblink' => t('Insert web link'),
+                               '$youtube' => t('Insert YouTube video'),
+                               '$setloc' => t('Set your location'),
+                               '$noloc' => t('Clear browser location'),
+                               '$wait' => t('Please wait'),
+                               '$permset' => t('Permission settings'),
+                               '$content' => '',
+                               '$post_id' => '',
                                '$defloc' => (($is_owner) ? $a->user['default-location'] : ''),
                                '$return_path' => $a->cmd,
                                '$visitor' => (($is_owner || $commvisitor) ? 'block' : 'none'),