Skip to content

Commit

Permalink
VNLA-135 add missing discussion filter strings (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
John-McKenzie authored Mar 5, 2024
1 parent 7529a28 commit 03763f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tx-source/site_core.php
Original file line number Diff line number Diff line change
Expand Up @@ -741,6 +741,8 @@
$Definition['File Size'] = 'File Size';
$Definition['Follow Category'] = 'Follow Category';
$Definition['Filter'] = 'Filter';
$Definition['Filter Posts'] = 'Filter Posts';
$Definition['Filters'] = 'Filters';
$Definition['Filter by question status'] = 'Filter by question status';
$Definition['Find the matching ban rule(s).'] = 'Find the matching ban rule(s).';
$Definition['Find your account information below.'] = 'Find your account information below.';
Expand Down Expand Up @@ -1404,6 +1406,8 @@
$Definition['Posts.Singular: %s'] = 'Posts: %s';
$Definition['Posts: %s'] = 'Posts: %s';
$Definition['Post this anonymously'] = 'Post this anonymously';
$Definition['Post Status'] = 'Post Status';
$Definition['Post Type'] = 'Post Type';
$Definition['Powered by %s'] = 'Powered by %s';
$Definition['Powered by Vanilla'] = 'Powered by Vanilla';
$Definition["PPT"] = "PPT";
Expand Down Expand Up @@ -1496,6 +1500,7 @@
$Definition['Recent Discussions'] = 'Recent Discussions';
$Definition['Recent Events'] = 'Recent Events';
$Definition['recently'] = 'recently';
$Definition['Recently Created'] = 'Recently Created';
$Definition['Recent Moderator Activity'] = 'Recent Moderator Activity';
$Definition['Recent Tutorials'] = 'Recent Tutorials';
$Definition['Recipients'] = 'Recipients';
Expand Down Expand Up @@ -1900,6 +1905,7 @@
$Definition['To send another confirmation email click <a href="%s">here</a>.'] = 'To send another confirmation email click <a href="%s">here</a>.';
$Definition['To use reCAPTCHA you must get an API key from %s'] = 'To use reCAPTCHA you must get an API key from %s';
$Definition['Transport error: %s'] = 'A fatal error occurred while processing the request.<br />The server returned the following response: %s';
$Definition['Trending'] = 'Trending';
$Definition['Troll'] = 'Troll';
$Definition['Troll.Content'] = '<b>Troll</b> <ul> <li>This user has been marked as a troll.</li> <li>Their content is only visible to moderators and the troll.</li> <li>This message does not appear for the troll.</li></ul>';
$Definition['To view full details, sign in.'] = 'To view full details, sign in.';
Expand Down

0 comments on commit 03763f8

Please sign in to comment.