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

View File

@@ -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;