Fix locales
This commit is contained in:
@@ -58,7 +58,7 @@ class PluginRemotesupportConfig extends CommonDBTM {
|
|||||||
echo "<tr>";
|
echo "<tr>";
|
||||||
echo "<td >" . __('Run Mode:') . "</td>";
|
echo "<td >" . __('Run Mode:') . "</td>";
|
||||||
echo "<td>";
|
echo "<td>";
|
||||||
Dropdown::showFromArray('run_mode', array('None' => 'None','Serial'=>'Serial','Parallel' => 'Parallel'), array('value' => $my_config['run_mode']));
|
Dropdown::showFromArray('run_mode', array('None' => __('None'),'Serial'=>__('Serial'),'Parallel' => __('Parallel')), array('value' => $my_config['run_mode']));
|
||||||
echo "</td>";
|
echo "</td>";
|
||||||
echo "<td >" . __('EasyNoVNC Installed:') . "</td>";
|
echo "<td >" . __('EasyNoVNC Installed:') . "</td>";
|
||||||
echo "<td>";
|
echo "<td>";
|
||||||
|
|||||||
@@ -178,7 +178,7 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
|||||||
|
|
||||||
$ids = [];
|
$ids = [];
|
||||||
$cids = self::getContactArray();
|
$cids = self::getContactArray();
|
||||||
|
|
||||||
foreach ($checked as $s) {
|
foreach ($checked as $s) {
|
||||||
|
|
||||||
$comp = new Computer();
|
$comp = new Computer();
|
||||||
@@ -198,6 +198,6 @@ class PluginRemotesupportRemotesupport extends CommonDBTM
|
|||||||
public static function cronInfo($name)
|
public static function cronInfo($name)
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'description' => "Agent search remotesupport"];
|
'description' => __('Agent search remotesupport')];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user