Project

General

Profile

« Previous | Next » 

Revision d52772e0

Added by Vinicius Coque about 15 years ago

Adding gettext calls to the file diag_logs.php

View differences:

usr/local/www/diag_logs.php
94 94
			<div id="mainarea">
95 95
			<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
96 96
				<tr>
97
					<td colspan="2" class="listtopic"><? printf(gettext("Last %s system log entries"),$nentries); ?></td>
97
					<td colspan="2" class="listtopic"><?php printf(gettext("Last %s system log entries"),$nentries); ?></td>
98 98
				</tr>
99 99
				<?php
100 100
					if($filtertext)

Also available in: Unified diff