mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
improved content and comment collapse/expand rendering
This commit is contained in:
@@ -5,10 +5,10 @@ function js_strings() {
|
||||
'$delitem' => t('Delete this item?'),
|
||||
'$itemdel' => t('Item deleted'),
|
||||
'$comment' => t('Comment'),
|
||||
'$showmore' => sprintf( t('%s show all'), '<i class=\'bi bi-chevron-down align-middle\'></i>'),
|
||||
'$showfewer' => sprintf( t('%s show less'), '<i class=\'bi bi-chevron-up align-middle\'></i>'),
|
||||
'$divgrowmore' => sprintf( t('%s expand'), '<i class=\'bi bi-chevron-down align-middle\'></i>'),
|
||||
'$divgrowless' => sprintf( t('%s collapse'),'<i class=\'bi bi-chevron-up align-middle\'></i>'),
|
||||
'$showmore' => t('show all'),
|
||||
'$showfewer' => t('show less'),
|
||||
'$divgrowmore' => t('expand'),
|
||||
'$divgrowless' => t('collapse'),
|
||||
'$pwshort' => t("Password too short"),
|
||||
'$pwnomatch' => t("Passwords do not match"),
|
||||
'$everybody' => t('everybody'),
|
||||
|
||||
Reference in New Issue
Block a user