jeroenpraat
2014-06-03 05:12:00 +00:00
parent d41b76aa11
commit b4e7d7f7c0
5 changed files with 4676 additions and 4827 deletions

View File

@@ -4,10 +4,10 @@ function js_strings() {
return replace_macros(get_markup_template('js_strings.tpl'), array(
'$delitem' => t('Delete this item?'),
'$comment' => t('Comment'),
'$showmore' => t('show more'),
'$showfewer' => t('show fewer'),
'$divgrowmore' => t('+ Show More'),
'$divgrowless' => t('- Show Less'),
'$showmore' => t('[+] show more comments'),
'$showfewer' => t('[-] show fewer comments'),
'$divgrowmore' => t('[+] show more'),
'$divgrowless' => t('[-] show less'),
'$pwshort' => t("Password too short"),
'$pwnomatch' => t("Passwords do not match"),
'$everybody' => t('everybody'),