more zregister cleanup and theme separation

This commit is contained in:
friendica
2012-08-16 00:51:03 -07:00
parent 5b547ae991
commit eb911443aa
6 changed files with 74 additions and 50 deletions

View File

@@ -6,6 +6,8 @@ function js_strings() {
'$comment' => t('Comment'),
'$showmore' => t('show more'),
'$showfewer' => t('show fewer'),
'$pwshort' => t("Password too short"),
'$pwnomatch' => t("Passwords do not match"),
'$t01' => ((t('timeago.prefixAgo') != 'timeago.prefixAgo') ? t('timeago.prefixAgo') : 'null'),
'$t02' => ((t('timeago.suffixAgo') != 'timeago.suffixAgo') ? t('timeago.suffixAgo') : 'null'),