mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-02 14:14:47 -04:00
String changes
Making translations better by fixing typos and stuff
This commit is contained in:
+1
-9
@@ -40,12 +40,4 @@ if ($mysqli->connect_errno) {
|
||||
exit();
|
||||
}
|
||||
|
||||
$mysqli->set_charset("utf8");
|
||||
|
||||
//This should later be translatable, maybe find a better solution?
|
||||
$statuses = array(_("Major outage"), _("Minor outage"), _("Planned maintenance"), _("Operational") );
|
||||
$classes = array("danger", "warning", "primary", "success" );
|
||||
$icons = array("fa fa-times", "fa fa-exclamation", "fa fa-info", "fa fa-check" );
|
||||
$some = array(_("Some systems are experiencing major outages"), _("Some systems are experiencing minor outages"), _("Some systems are under maintenance"));
|
||||
$all = array(_("Our systems are experiencing major outages."), _("Our systems are experiencing minor outages"), _("Our systems are under maintenance"), _("All systems operational"));
|
||||
$permissions = array(_("Super admin"), _("Admin"), _("Editor"));
|
||||
$mysqli->set_charset("utf8");
|
||||
Reference in New Issue
Block a user