|
|
@@ -141,7 +141,7 @@ function exec_ogp_module()
|
|
|
list($jobsArray, $remote_servers_offline) = reloadJobs($server_homes, $remote_servers);
|
|
|
}
|
|
|
|
|
|
- echo "<h2>" . schedule_new_job . "</h2>";
|
|
|
+ echo "<h2>" . get_lang("schedule_new_job") . "</h2>";
|
|
|
require_once("includes/refreshed.php");
|
|
|
$refresh = new refreshed();
|
|
|
if( isset($_POST['r_server_id']) )
|
|
|
@@ -215,7 +215,7 @@ function exec_ogp_module()
|
|
|
<?php echo get_server_selector($server_homes, $homeid_ip_port, FALSE, true);?>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <input style="" type="submit" name="addJob" value="<?php echo add; ?>" />
|
|
|
+ <input style="" type="submit" name="addJob" value="<?php echo get_lang("add"); ?>" />
|
|
|
</form>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -266,7 +266,7 @@ function exec_ogp_module()
|
|
|
<input style="width: 100%; box-sizing: border-box;" type="text" name="command" />
|
|
|
</td>
|
|
|
<td>
|
|
|
- <input style="" type="submit" name="addJob" value="<?php echo add; ?>" />
|
|
|
+ <input style="" type="submit" name="addJob" value="<?php echo get_lang("add"); ?>" />
|
|
|
</form>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -292,7 +292,7 @@ function exec_ogp_module()
|
|
|
<form action='' method='GET'>
|
|
|
<input type="hidden" name="m" value="cron" />
|
|
|
<input type="hidden" name="p" value="events" />
|
|
|
- <label for="r_server_id" ><?php echo cron_events;?></label>
|
|
|
+ <label for="r_server_id" ><?php echo get_lang("cron_events");?></label>
|
|
|
<?php echo get_remote_server_selector($remote_servers, $remote_servers_offline, FALSE, TRUE, TRUE); ?>
|
|
|
</form>
|
|
|
</td>
|
|
|
@@ -382,7 +382,7 @@ function exec_ogp_module()
|
|
|
echo "<h3>". get_lang("there_are_no_scheduled_jobs") ."</h3>";
|
|
|
}
|
|
|
?>
|
|
|
-<table class='center hundred' ><tr><td><a href='javascript:history.go(-1)' > << <?php echo back ?></a></td></tr></table>
|
|
|
+<table class='center hundred' ><tr><td><a href='javascript:history.go(-1)' > << <?php echo get_lang("back") ?></a></td></tr></table>
|
|
|
<script type="text/javascript">
|
|
|
$(document).ready(function()
|
|
|
{
|