Updated to [+] show more, [+] show more comments, etc. See https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
This commit is contained in:
parent
d41b76aa11
commit
b4e7d7f7c0
@ -313,7 +313,7 @@ class Item extends BaseObject {
|
||||
if(($nb_children > 2) || ($thread_level > 1)) {
|
||||
$result['children'][0]['comment_firstcollapsed'] = true;
|
||||
$result['children'][0]['num_comments'] = sprintf( tt('%d comment','%d comments',$total_children),$total_children );
|
||||
$result['children'][0]['hide_text'] = t('show more');
|
||||
$result['children'][0]['hide_text'] = t('[+] show more comments');
|
||||
if($thread_level > 1) {
|
||||
$result['children'][$nb_children - 1]['comment_lastcollapsed'] = true;
|
||||
}
|
||||
|
@ -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'),
|
||||
|
9471
util/messages.po
9471
util/messages.po
File diff suppressed because it is too large
Load Diff
@ -1469,9 +1469,12 @@ msgid_plural "%d connections in common"
|
||||
msgstr[0] "%d gemeenschappelijke connectie"
|
||||
msgstr[1] "%d gemeenschappelijke connecties"
|
||||
|
||||
#: ../../include/contact_widgets.php:130 ../../include/js_strings.php:7
|
||||
#: ../../include/ItemObject.php:316
|
||||
#: ../../include/contact_widgets.php:130
|
||||
msgid "show more"
|
||||
msgstr "meer connecties weergeven"
|
||||
|
||||
#: ../../include/js_strings.php:7 ../../include/ItemObject.php:316
|
||||
msgid "[+] show more comments"
|
||||
msgstr "[+] meer reacties weergeven"
|
||||
|
||||
#: ../../include/reddav.php:1045
|
||||
@ -2313,15 +2316,15 @@ msgid "Comment"
|
||||
msgstr "Reactie"
|
||||
|
||||
#: ../../include/js_strings.php:8
|
||||
msgid "show fewer"
|
||||
msgid "[-] show fewer comments"
|
||||
msgstr "[-] minder reacties weergeven"
|
||||
|
||||
#: ../../include/js_strings.php:9
|
||||
msgid "+ Show More"
|
||||
msgid "[+] show more"
|
||||
msgstr "[+] meer weergeven"
|
||||
|
||||
#: ../../include/js_strings.php:10
|
||||
msgid "- Show Less"
|
||||
msgid "[-] show less"
|
||||
msgstr "[-] minder weergeven"
|
||||
|
||||
#: ../../include/js_strings.php:11
|
||||
|
@ -338,7 +338,8 @@ $a->strings["%d connection in common"] = array(
|
||||
0 => "%d gemeenschappelijke connectie",
|
||||
1 => "%d gemeenschappelijke connecties",
|
||||
);
|
||||
$a->strings["show more"] = "[+] meer reacties weergeven";
|
||||
$a->strings["show more"] = "meer connecties weergeven";
|
||||
$a->strings["[+] show more comments"] = "[+] meer reacties weergeven";
|
||||
$a->strings["Edit File properties"] = "Bestandseigenschappen bewerken";
|
||||
$a->strings["Miscellaneous"] = "Diversen";
|
||||
$a->strings["year"] = "jaar";
|
||||
@ -533,9 +534,9 @@ $a->strings["Work/employment:"] = "Werk/beroep:";
|
||||
$a->strings["School/education:"] = "School/opleiding:";
|
||||
$a->strings["Delete this item?"] = "Dit item verwijderen?";
|
||||
$a->strings["Comment"] = "Reactie";
|
||||
$a->strings["show fewer"] = "[-] minder reacties weergeven";
|
||||
$a->strings["+ Show More"] = "[+] meer weergeven";
|
||||
$a->strings["- Show Less"] = "[-] minder weergeven";
|
||||
$a->strings["[-] show fewer comments"] = "[-] minder reacties weergeven";
|
||||
$a->strings["[+] show more"] = "[+] meer weergeven";
|
||||
$a->strings["[-] show less"] = "[-] minder weergeven";
|
||||
$a->strings["Password too short"] = "Wachtwoord te kort";
|
||||
$a->strings["Passwords do not match"] = "Wachtwoorden komen niet overeen";
|
||||
$a->strings["everybody"] = "iedereen";
|
||||
|
Reference in New Issue
Block a user