Dutch Language update 0.5.7 & sample config additions
This commit is contained in:
parent
cb8ac65a8d
commit
5f469701d1
|
@ -91,6 +91,8 @@
|
||||||
"_ManageAllDeviceGroups": [ "admin" ],
|
"_ManageAllDeviceGroups": [ "admin" ],
|
||||||
"_WelcomeText": "Sample Text on Login Page.",
|
"_WelcomeText": "Sample Text on Login Page.",
|
||||||
"_WelcomePicture": "mainwelcome.jpg",
|
"_WelcomePicture": "mainwelcome.jpg",
|
||||||
|
"___HideParts__" : "Set to: 1 hide header, 2 ???, 3 hide header & logout, 4 hide footer, 5 hide header+footer",
|
||||||
|
"_hide": 4,
|
||||||
"_Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
|
"_Footer": "<a href='https://twitter.com/mytwitter'>Twitter</a>",
|
||||||
"_CertUrl": "https://192.168.2.106:443/",
|
"_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" },
|
"_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,
|
"_UserSessionIdleTimeout" : 30,
|
||||||
"__UserConsentFlags__" : "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all",
|
"__UserConsentFlags__" : "Set to: 1 for desktop, 2 for terminal, 3 for files, 7 for all",
|
||||||
"_UserConsentFlags" : 7,
|
"_UserConsentFlags" : 7,
|
||||||
|
"_DesktopPrivacyBarText": "your privacy bar message",
|
||||||
"_Limits": {
|
"_Limits": {
|
||||||
"_MaxDevices": 100,
|
"_MaxDevices": 100,
|
||||||
"_MaxUserAccounts": 100,
|
"_MaxUserAccounts": 100,
|
||||||
|
|
|
@ -2471,6 +2471,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"en": "Add User Group Device Permissions",
|
"en": "Add User Group Device Permissions",
|
||||||
|
"en": "Gebruikersmachtigingen voor apparaatgroep toevoegens",
|
||||||
"xloc": [
|
"xloc": [
|
||||||
"default.handlebars->29->1248"
|
"default.handlebars->29->1248"
|
||||||
]
|
]
|
||||||
|
@ -9248,6 +9249,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"en": "Edit User Group Device Permissions",
|
"en": "Edit User Group Device Permissions",
|
||||||
|
"nl": "Gebruikersmachtigingen voor apparaatgroep bewerken",
|
||||||
"xloc": [
|
"xloc": [
|
||||||
"default.handlebars->29->1247"
|
"default.handlebars->29->1247"
|
||||||
]
|
]
|
||||||
|
@ -23519,6 +23521,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"en": "Stable Version",
|
"en": "Stable Version",
|
||||||
|
"nl": "Stabiele versie",
|
||||||
"xloc": [
|
"xloc": [
|
||||||
"default.handlebars->29->96"
|
"default.handlebars->29->96"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue