mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-03-09 02:29:03 -04:00
Language Updates
This commit is contained in:
@@ -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:";
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user