diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-22 11:24:34 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-12-22 11:24:34 +0100 |
commit | 0b4535e6daacaf7eea67e3c4404b9ac889dbddf0 (patch) | |
tree | bf1aef2d215dd0be54bd6887edd0dd2cad5f53db /include/conversation.php | |
parent | 7f2070ca91aca9e92f3ac4c5b714742c6f9ecc3b (diff) | |
download | volse-hubzilla-0b4535e6daacaf7eea67e3c4404b9ac889dbddf0.tar.gz volse-hubzilla-0b4535e6daacaf7eea67e3c4404b9ac889dbddf0.tar.bz2 volse-hubzilla-0b4535e6daacaf7eea67e3c4404b9ac889dbddf0.zip |
quattro: more on editor
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/conversation.php b/include/conversation.php index 9cc5c258b..f4dd01dde 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -856,12 +856,19 @@ function status_editor($a,$x, $notes_cid = 0) { '$action' => 'item', '$share' => (($x['button']) ? $x['button'] : t('Share')), '$upload' => t('Upload photo'), + '$shortupload' => t('upload photo'), '$attach' => t('Attach file'), + '$shortattach' => t('attach file'), '$weblink' => t('Insert web link'), + '$shortweblink' => t('web link'), '$video' => t('Insert video link'), + '$shortvideo' => t('video link'), '$audio' => t('Insert audio link'), + '$shortaudio' => t('audio link'), '$setloc' => t('Set your location'), + '$shortsetloc' => t('set location'), '$noloc' => t('Clear browser location'), + '$shortnoloc' => t('clear location'), '$title' => "", '$placeholdertitle' => t('Set title'), '$wait' => t('Please wait'), |