mirror of
https://github.com/friendica/friendica
synced 2025-09-04 20:09:55 +02:00
optionally set article title
This commit is contained in:
parent
8f547283c0
commit
066bdca30d
6 changed files with 51 additions and 24 deletions
|
@ -138,7 +138,8 @@ function profile_content(&$a, $update = 0) {
|
|||
'$utubeurl' => t('Please enter a YouTube link:'),
|
||||
'$vidurl' => t("Please enter a video\x28.ogg\x29 link/URL:"),
|
||||
'$audurl' => t("Please enter an audio\x28.ogg\x29 link/URL:"),
|
||||
'$whereareu' => t('Where are you right now?')
|
||||
'$whereareu' => t('Where are you right now?'),
|
||||
'$title' => t('Enter a title for this item')
|
||||
));
|
||||
|
||||
require_once('include/acl_selectors.php');
|
||||
|
@ -169,6 +170,7 @@ function profile_content(&$a, $update = 0) {
|
|||
'$audio' => t('Insert Vorbis [.ogg] audio'),
|
||||
'$setloc' => t('Set your location'),
|
||||
'$noloc' => t('Clear browser location'),
|
||||
'$title' => t('Set title'),
|
||||
'$wait' => t('Please wait'),
|
||||
'$permset' => t('Permission settings'),
|
||||
'$content' => '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue