diff --git a/include/conversation.php b/include/conversation.php index c4d4fcdde8..86b5ddc8d2 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -1282,6 +1282,10 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) { '$private' => t('Private post'), '$is_private' => $private_post, '$public_link' => $public_post_link, + + //jot nav tab (used in some themes) + '$message' => t('Message'), + '$browser' => t('Browser'), )); diff --git a/include/identity.php b/include/identity.php index 136452e787..4dffe72559 100644 --- a/include/identity.php +++ b/include/identity.php @@ -687,6 +687,8 @@ function advanced_profile(&$a) { return replace_macros($tpl, array( '$title' => t('Profile'), + '$basic' => t('Basic'), + '$advanced' => t('Advanced'), '$profile' => $profile )); } diff --git a/mod/contacts.php b/mod/contacts.php index 3d8b44b719..4eb435fc75 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -800,6 +800,7 @@ function contacts_content(&$a) { "contacts_batch_archive" => t('Archive')."/".t("Unarchive"), "contacts_batch_drop" => t('Delete'), ), + '$h_batch_actions' => t('Batch Actions'), '$paginate' => paginate($a), )); diff --git a/mod/editpost.php b/mod/editpost.php index 9a80d0b2f4..46a530dce0 100644 --- a/mod/editpost.php +++ b/mod/editpost.php @@ -146,7 +146,12 @@ function editpost_content(&$a) { '$jotplugins' => $jotplugins, '$sourceapp' => t($a->sourcename), '$cancel' => t('Cancel'), - '$rand_num' => random_digits(12) + '$rand_num' => random_digits(12), + + //jot nav tab (used in some themes) + '$message' => t('Message'), + '$browser' => t('Browser'), + '$shortpermset' => t('permissions'), )); return $o; diff --git a/view/theme/frio/templates/contacts-template.tpl b/view/theme/frio/templates/contacts-template.tpl index 3253fc9b09..b731749e66 100644 --- a/view/theme/frio/templates/contacts-template.tpl +++ b/view/theme/frio/templates/contacts-template.tpl @@ -37,7 +37,7 @@