mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
LogViewer - Last 70 lines
This commit is contained in:
parent
78d963eaee
commit
955cb70394
8 changed files with 8 additions and 3 deletions
|
@ -309,6 +309,7 @@ $LANG['en'] = array(
|
|||
'stats password' => 'stats password',
|
||||
'ftp user password' => 'ftp user password',
|
||||
'ftp user' => 'ftp user',
|
||||
'Last 70 lines of %s.%s.log' => 'Last 70 lines of %s.%s.log',
|
||||
'Download AccessLog' => 'Download AccessLog',
|
||||
'Download ErrorLog' => 'Download ErrorLog',
|
||||
|
||||
|
|
|
@ -308,6 +308,7 @@ $LANG['es'] = array(
|
|||
'stats password' => 'contraseña estadísticas',
|
||||
'ftp user password' => 'contraseña usuario ftp',
|
||||
'ftp user' => 'usuario ftp',
|
||||
'Last 70 lines of %s.%s.log' => 'Últimos 70 líneas de %s.%s.log',
|
||||
'Download AccessLog' => 'Descargar AccessLog',
|
||||
'Download ErrorLog' => 'Descargar ErrorLog',
|
||||
|
||||
|
|
|
@ -310,6 +310,7 @@ $LANG['ro'] = array(
|
|||
'stats password' => 'parola de utilizator statistici',
|
||||
'ftp user password' => 'parola de FTP',
|
||||
'ftp user' => 'cont FTP',
|
||||
'Last 70 lines of %s.%s.log' => 'Ultimele 70 linii de %s.%s.log',
|
||||
'Download AccessLog' => 'Descarcă AccessLog',
|
||||
'Download ErrorLog' => 'Descarcă ErrorLog',
|
||||
|
||||
|
|
|
@ -310,6 +310,7 @@ $LANG['ru'] = array(
|
|||
'stats password' => 'пароль пользователя статистики',
|
||||
'ftp user password' => 'пароль для доступа к FTP',
|
||||
'ftp user' => 'пользователь FTP',
|
||||
'Last 70 lines of %s.%s.log' => 'Последние 70 строк файла %s.%s.log',
|
||||
'Download AccessLog' => 'Скачать AccessLog',
|
||||
'Download ErrorLog' => 'Скачать ErrorLog',
|
||||
|
||||
|
|
|
@ -310,6 +310,7 @@ $LANG['ua'] = array(
|
|||
'stats password' => 'пароль користувача статистики',
|
||||
'ftp user password' => 'пароль для доступу до FTP',
|
||||
'ftp user' => 'користувач FTP',
|
||||
'Last 70 lines of %s.%s.log' => 'Останні 70 ліній файла %s.%s.log',
|
||||
'Download AccessLog' => 'Завантажити AccessLog',
|
||||
'Download ErrorLog' => 'Завантажити ErrorLog',
|
||||
|
||||
|
|
|
@ -123,5 +123,5 @@
|
|||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<div style="color: #323232; padding: 16px 0px;"><?php print __('Listing');?> <?php echo $_GET['domain'] ?></div>
|
||||
<div style="color: #323232; padding: 16px 0px;"><?php echo __('Last 70 lines of %s.%s.log',$_GET['domain'],$_GET['type']) ;?></div>
|
||||
<pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue