Multi-languaga support

This commit is contained in:
bergware
2020-05-21 14:59:14 +02:00
parent 44a8c16980
commit d10a41c78a
14 changed files with 64 additions and 15 deletions
+1 -1
View File
@@ -48,10 +48,10 @@ $casemodel = $exist ? file_get_contents("$boot/$file") : '';
<title><?=_('Select Case Model')?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=1600">
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
<meta name="referrer" content="same-origin">
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-fonts.css")?>">
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-popup.css")?>">