|
|
@ -572,6 +572,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) { |
|
|
|
'classundo' => (($item['starred']) ? "" : "hidden"), |
|
|
|
'starred' => t('starred'), |
|
|
|
'tagger' => t("add tag"), |
|
|
|
'filer' => t("file as"), |
|
|
|
'classtagger' => "", |
|
|
|
); |
|
|
|
} |
|
|
@ -874,6 +875,7 @@ function status_editor($a,$x, $notes_cid = 0, $popup=false) { |
|
|
|
'$vidurl' => t("Please enter a video link/URL:"), |
|
|
|
'$audurl' => t("Please enter an audio link/URL:"), |
|
|
|
'$term' => t('Tag term:'), |
|
|
|
'$fileas' => t('File as:'), |
|
|
|
'$whereareu' => t('Where are you right now?'), |
|
|
|
'$title' => t('Enter a title for this item') |
|
|
|
)); |
|
|
|