diff options
author | Friendika <info@friendika.com> | 2011-03-16 21:14:22 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-03-16 21:14:22 -0700 |
commit | 334353e502db5abd7ee248d183a915ff7468de3a (patch) | |
tree | adc4eb3646ca828223c38cc8251d5364b3dcb949 /mod | |
parent | 9e1ca52e45263c38776bfa15f1ed2a9907b39597 (diff) | |
download | volse-hubzilla-334353e502db5abd7ee248d183a915ff7468de3a.tar.gz volse-hubzilla-334353e502db5abd7ee248d183a915ff7468de3a.tar.bz2 volse-hubzilla-334353e502db5abd7ee248d183a915ff7468de3a.zip |
vorbis audio/video link buttons
Diffstat (limited to 'mod')
-rw-r--r-- | mod/network.php | 2 | ||||
-rw-r--r-- | mod/profile.php | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/mod/network.php b/mod/network.php index 1f92145d1..ad028df1f 100644 --- a/mod/network.php +++ b/mod/network.php @@ -92,6 +92,8 @@ function network_content(&$a, $update = 0) { '$upload' => t('Upload photo'), '$weblink' => t('Insert web link'), '$youtube' => t('Insert YouTube video'), + '$video' => t('Insert Vorbis [.ogg] video'), + '$audio' => t('Insert Vorbis [.ogg] audio'), '$setloc' => t('Set your location'), '$noloc' => t('Clear browser location'), '$wait' => t('Please wait'), diff --git a/mod/profile.php b/mod/profile.php index 3354bc9a3..a464b7c06 100644 --- a/mod/profile.php +++ b/mod/profile.php @@ -157,6 +157,8 @@ function profile_content(&$a, $update = 0) { '$upload' => t('Upload photo'), '$weblink' => t('Insert web link'), '$youtube' => t('Insert YouTube video'), + '$video' => t('Insert Vorbis [.ogg] video'), + '$audio' => t('Insert Vorbis [.ogg] audio'), '$setloc' => t('Set your location'), '$noloc' => t('Clear browser location'), '$wait' => t('Please wait'), |