mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
fixed translate php7 warning
This commit is contained in:
parent
aee12e6bf9
commit
d12a25866d
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
// Pandora FMS - http://pandorafms.com
|
// Pandora FMS - http://pandorafms.com
|
||||||
// ==================================================
|
// ==================================================
|
||||||
// Copyright (c) 2005-2011 Artica Soluciones Tecnologicas
|
// Copyright (c) 2005-2019 Artica Soluciones Tecnologicas
|
||||||
// Please see http://pandorafms.org for full contribution list
|
// Please see http://pandorafms.org for full contribution list
|
||||||
|
|
||||||
// This program is free software; you can redistribute it and/or
|
// This program is free software; you can redistribute it and/or
|
||||||
@ -28,13 +28,13 @@ else{
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Prints help dialog information
|
// Prints help dialog information
|
||||||
echo '<div id="login_help_dialog" title="REQUIRED PHP UPDATE" style="display: none;">';
|
echo '<div id="login_help_dialog" title="PHP UPDATE REQUIRED" style="display: none;">';
|
||||||
echo '<div style="width:70%; font-size: 10pt; margin: 20px; float:left">';
|
echo '<div style="width:70%; font-size: 10pt; margin: 20px; float:left">';
|
||||||
echo "<p ><b style='font-size: 10pt;'>" . __('For a correct operation of PandoraFMS you will have to update php to version 7.0 or later.') . "</b></p>";
|
echo "<p><b style='font-size: 10pt;'>" . __('For a correct operation of PandoraFMS, PHP must be updated to version 7.0 or higher.') . "</b></p>";
|
||||||
echo "<p style='font-size: 10pt;'><b>" . __(' If you don\'t update, you will lose functionalities:') . "</b></p>";
|
echo "<p style='font-size: 10pt;'><b>" . __('Otherwise, functionalities will be lost.') . "</b></p>";
|
||||||
echo "<ul>";
|
echo "<ul>";
|
||||||
echo "<li style='padding:5px;'>" . __('Report download in PDF format') . "</li>";
|
echo "<li style='padding:5px;'>" . __('Report download in PDF format') . "</li>";
|
||||||
echo "<li style='padding:5px;'>" . __('Sending emails') . "</li>";
|
echo "<li style='padding:5px;'>" . __('Emails Sending') . "</li>";
|
||||||
echo "<li style='padding:5px;'>" . __('Metaconsole Collections') . "</li>";
|
echo "<li style='padding:5px;'>" . __('Metaconsole Collections') . "</li>";
|
||||||
echo "<li style='padding:5px;'>" . '...' . "</li>";
|
echo "<li style='padding:5px;'>" . '...' . "</li>";
|
||||||
echo "</ul>";
|
echo "</ul>";
|
||||||
|
@ -2244,15 +2244,15 @@ function config_check () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
set_pandora_error_for_header(
|
set_pandora_error_for_header(
|
||||||
__('For a correct operation of PandoraFMS you will have to update php to version 7.0 or later.') . "<br>" .
|
__('For a correct operation of PandoraFMS, PHP must be updated to version 7.0 or higher.') . "<br>" .
|
||||||
__(' If you don\'t update, you will lose functionalities:') . "<br>" .
|
__('Otherwise, functionalities will be lost.') . "<br>" .
|
||||||
"<ol><li style='color: #676767'>" . __('Report download in PDF format') . "</li>" .
|
"<ol><li style='color: #676767'>" . __('Report download in PDF format') . "</li>" .
|
||||||
"<li style='color: #676767'>" . __('Sending emails') . "</li>" .
|
"<li style='color: #676767'>" . __('Emails Sending') . "</li>" .
|
||||||
"<li style='color: #676767'>" . __('Metaconsole Collections') . "</li>" .
|
"<li style='color: #676767'>" . __('Metaconsole Collections') . "</li>" .
|
||||||
"<li style='color: #676767'>" . '...' . "</li>" .
|
"<li style='color: #676767'>" . '...' . "</li>" .
|
||||||
"</ol>" .
|
"</ol>" .
|
||||||
'<a target="blank" href="' . $url_help . '">'.__('Access Help').'</a>',
|
'<a target="blank" href="' . $url_help . '">'.__('Access Help').'</a>',
|
||||||
__("REQUIRED PHP UPDATE"));
|
__("PHP UPDATE REQUIRED"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user