Project

General

Profile

« Previous | Next » 

Revision 0c6342cd

Added by Carlos Eduardo Ramos about 15 years ago

Fixing gettext calls on diag_logs_ppp.php

View differences:

usr/local/www/diag_logs_ppp.php
87 87
			<div id="mainarea">
88 88
			<table class="tabcont" width="100%" border="0" cellspacing="0" cellpadding="0">
89 89
		  		<tr>
90
					<td colspan="2" class="listtopic"><?php printf (gettext("Last <?=$nentries;?> PPP log entries"),$nentries);?></td>
90
					<td colspan="2" class="listtopic"><?php printf (gettext("Last $nentries PPP log entries"),$nentries);?></td>
91 91
		  		</tr>
92 92
				<?php
93 93
				foreach($ppp_logarr as $logent){
......
110 110
					<td>
111 111
						<br>
112 112
						<form action="diag_logs_ppp.php" method="post">
113
						<input name="clear" type="submit" class="formbtn" value="Clear log">
113
						<input name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log"); ?>">
114 114
						</form>
115 115
					</td>
116 116
				</tr>

Also available in: Unified diff