diff options
author | friendica <info@friendica.com> | 2015-02-03 18:10:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-03 18:10:55 -0800 |
commit | 17ffe122b309610208d769f0e2b41f53fcf9d254 (patch) | |
tree | b21e6080c586418a5327c5a50c9bf69538cf2c6c /include | |
parent | 5cb2f55dbbe715219dd18c60345e341ed478a753 (diff) | |
download | volse-hubzilla-17ffe122b309610208d769f0e2b41f53fcf9d254.tar.gz volse-hubzilla-17ffe122b309610208d769f0e2b41f53fcf9d254.tar.bz2 volse-hubzilla-17ffe122b309610208d769f0e2b41f53fcf9d254.zip |
ratings - mopping up, most everything but directory sync implemented
Diffstat (limited to 'include')
-rw-r--r-- | include/js_strings.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/js_strings.php b/include/js_strings.php index f4c0a631d..14293c5ce 100644 --- a/include/js_strings.php +++ b/include/js_strings.php @@ -16,6 +16,9 @@ function js_strings() { '$permschange' => t('Notice: Permissions have changed but have not yet been submitted.'), '$closeAll' => t('close all'), '$nothingnew' => t('Nothing new here'), + '$rating_desc' => t('Rate This Channel (this is public)'), + '$rating_val' => t('Rating'), + '$rating_text' => t('Describe (optional)'), '$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : ''), '$t02' => ((t('timeago.prefixFromNow') != 'timeago.prefixFromNow') ? t('timeago.prefixFromNow') : ''), |