diff --git a/sample-config.json b/sample-config.json index 1dae7946..bed807a2 100644 --- a/sample-config.json +++ b/sample-config.json @@ -91,6 +91,8 @@ "_ManageAllDeviceGroups": [ "admin" ], "_WelcomeText": "Sample Text on Login Page.", "_WelcomePicture": "mainwelcome.jpg", + "___HideParts__" : "Set to: 1 hide header, 2 ???, 3 hide header & logout, 4 hide footer, 5 hide header+footer", + "_hide": 4, "_Footer": "Twitter", "_CertUrl": "https://192.168.2.106:443/", "_PasswordRequirements": { "min": 8, "max": 128, "upper": 1, "lower": 1, "numeric": 1, "nonalpha": 1, "reset": 90, "force2factor": true, "skip2factor": "127.0.0.1,192.168.2.0/24" }, @@ -104,6 +106,7 @@ "_UserSessionIdleTimeout" : 30, "__UserConsentFlags__" : "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all", "_UserConsentFlags" : 7, + "_DesktopPrivacyBarText": "your privacy bar message", "_Limits": { "_MaxDevices": 100, "_MaxUserAccounts": 100, diff --git a/translate/translate.json b/translate/translate.json index efe748b0..d1e1d981 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -2471,6 +2471,7 @@ }, { "en": "Add User Group Device Permissions", + "en": "Gebruikersmachtigingen voor apparaatgroep toevoegens", "xloc": [ "default.handlebars->29->1248" ] @@ -9248,6 +9249,7 @@ }, { "en": "Edit User Group Device Permissions", + "nl": "Gebruikersmachtigingen voor apparaatgroep bewerken", "xloc": [ "default.handlebars->29->1247" ] @@ -23519,6 +23521,7 @@ }, { "en": "Stable Version", + "nl": "Stabiele versie", "xloc": [ "default.handlebars->29->96" ] @@ -29559,4 +29562,4 @@ ] } ] -} \ No newline at end of file +}