add missing strings for frio

This commit is contained in:
rabuzarus
2016-06-25 12:21:13 +02:00
parent f8a20a15d3
commit 073f520cee
8 changed files with 29 additions and 11 deletions
+4
View File
@@ -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'),
));
+2
View File
@@ -687,6 +687,8 @@ function advanced_profile(&$a) {
return replace_macros($tpl, array(
'$title' => t('Profile'),
'$basic' => t('Basic'),
'$advanced' => t('Advanced'),
'$profile' => $profile
));
}