File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 <td colspan="2" class="abouthead"><?php echo s ('About ' ) . ' ' . NAME ?> </td>
55 </tr>
66 <tr>
7- <td>Announcements</td>
7+ <td><?php echo s ( ' Announcements ' ); ?> </td>
88 <td><?php echo subscribeToAnnouncementsForm () ?> </td>
99 </tr>
1010 <tr>
1111 <td class="poweredby" valign="top">
12- Version
12+ <?php echo s ( ' Version ' ) ?>
1313 </td>
1414 <td>
1515 Powered by <a href="https://www.phplist.com" target="_blank">phplist</a>, version <?php echo VERSION ?>
1818 </td>
1919 </tr>
2020 <tr>
21- <td>Legal</td>
21+ <td><?php echo s ( ' Legal ' ); ?> </td>
2222 <td>
2323 <?php echo s ('phpList is licensed with the %sGNU Affero Public License (AGPL)%s ' ,
2424 '<a href="http://www.gnu.org/licenses/agpl.html" target="_blank"> ' , '</a> ' ) ?> .<br/>
2727 </td>
2828 </tr>
2929 <tr>
30- <td>Certification</td>
30+ <td><?php echo s ( ' Certification ' ); ?> </td>
3131 <td>
3232 <p><?php echo s ('Certified Secure by ' ) ?> <a href="https://www.httpcs.com/"
3333 title="Web Vulnerability Scanner" target="_blank"><img
You can’t perform that action at this time.
0 commit comments