add missing strings for frio

This commit is contained in:
rabuzarus 2016-06-25 12:21:13 +02:00
commit 073f520cee
8 changed files with 29 additions and 11 deletions

View file

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

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;