ratings - mopping up, most everything but directory sync implemented

This commit is contained in:
friendica
2015-02-03 18:10:55 -08:00
parent 5cb2f55dbb
commit 17ffe122b3
9 changed files with 57 additions and 43 deletions

View File

@@ -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') : ''),