Language Updates

This commit is contained in:
WebShells
2020-05-27 09:06:42 +03:00
parent 026114457b
commit ecff38d5bb
2 changed files with 4 additions and 4 deletions

View File

@@ -293,6 +293,6 @@ $lang["config_security_issue"] = "Security Vulnerability Warning";
$lang["config_perm_risk"] = "Permissions higher than 750 leaves this software at risk.";
$lang["config_all_set"] = "All file permissions are set correctly!";
$lang["config_no_risk"] = "No security/vulnerability risks.";
$lang["config_timezone_e"] = "OSPOS Timezone is Different from your Local Timezone.";
$lang["config_timezone"] = "Your Timezone:";
$lang["config_timezone_os"] = "OSPOS Timezone:";
$lang["config_timezone_error"] = "OSPOS Timezone is Different from your Local Timezone.";
$lang["config_user_timezone"] = "Local Timezone:";
$lang["config_os_timezone"] = "OSPOS Timezone:";

View File

@@ -185,6 +185,6 @@
});
if($('#timezone').html() !== $('#ostimezone').html())
document.getElementById("TimeError").innerHTML = '<font color="red"><?php echo $this->lang->line('config_timezone_e'); ?></font><br><br><?php echo $this->lang->line('config_timezone'); ?><div id="timezoneE" style="font-weight:600;"></div><br><?php echo $this->lang->line('config_timezone_os'); ?><div id="ostimezoneE" style="font-weight:600;"><?php echo $this->config->item('timezone'); ?></div><br>';
document.getElementById("TimeError").innerHTML = '<font color="red"><?php echo $this->lang->line('config_timezone_error'); ?></font><br><br><?php echo $this->lang->line('config_user_timezone'); ?><div id="timezoneE" style="font-weight:600;"></div><br><?php echo $this->lang->line('config_os_timezone'); ?><div id="ostimezoneE" style="font-weight:600;"><?php echo $this->config->item('timezone'); ?></div><br>';
</script>
</div>