aboutsummaryrefslogtreecommitdiffstats
path: root/include/js_strings.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-04 20:00:54 -0800
committerfriendica <info@friendica.com>2015-03-04 20:00:54 -0800
commit2ea162136e8ab68ca0ad854a4225471ffd35a5a8 (patch)
tree56627ba6eecd9ebaccb91907083d2e099e17eb32 /include/js_strings.php
parent76eb0a7e5606d61153b199094482c4c55685a035 (diff)
downloadvolse-hubzilla-2ea162136e8ab68ca0ad854a4225471ffd35a5a8.tar.gz
volse-hubzilla-2ea162136e8ab68ca0ad854a4225471ffd35a5a8.tar.bz2
volse-hubzilla-2ea162136e8ab68ca0ad854a4225471ffd35a5a8.zip
the link icon on comments now calls the link parsing tool (just like the main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever).
Diffstat (limited to 'include/js_strings.php')
-rw-r--r--include/js_strings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/js_strings.php b/include/js_strings.php
index 56ffa9536..84c1d70fb 100644
--- a/include/js_strings.php
+++ b/include/js_strings.php
@@ -20,6 +20,7 @@ function js_strings() {
'$rating_val' => t('Rating'),
'$rating_text' => t('Describe (optional)'),
'$submit' => t('Submit'),
+ '$linkurl' => t('Please enter a link URL'),
'$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''),
'$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''),