Add files via upload

This commit is contained in:
Belim 2020-09-18 23:10:17 +02:00 committed by GitHub
parent 1108177806
commit 56b9b4ec8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
70 changed files with 3025 additions and 374 deletions

View file

@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
public override string ID()
{
return "Disable AutoFill for credit cards";
return Properties.Resources.settingsEdeAutoFillCredit;
}
public override string Info()
{
return "Microsoft Edge's AutoFill feature lets users auto complete credit card information in web forms using previously stored information.";
return Properties.Resources.settingsEdeAutoFillCreditInfo;
}
public override bool CheckSetting()

View file

@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
public override string ID()
{
return "Block Installation of New Microsoft Edge";
return Properties.Resources.settingsEdgeBlockEdgeRollout;
}
public override string Info()
{
return "This will block Windows 10 Update Force Installing of the new Chromium-based Microsoft Edge web browser if it's not installed already on the device.";
return Properties.Resources.settingsEdgeBlockEdgeRolloutInfo;
}
public override bool CheckSetting()

View file

@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
public override string ID()
{
return "Disable synchronization of data";
return Properties.Resources.settingsEdgeDisableSync;
}
public override string Info()
{
return "This setting will disable synchronization of data using Microsoft sync services.";
return Properties.Resources.settingsEdgeDisableSyncInfo;
}
public override bool CheckSetting()

View file

@ -9,12 +9,12 @@ namespace Privatezilla.Setting.Edge
public override string ID()
{
return "Prevent Edge running in background";
return Properties.Resources.settingsEdgeBackground;
}
public override string Info()
{
return "On the new Chromium version of Microsoft Edge, extensions and other services can keep the browser running in the background even after it's closed.";
return Properties.Resources.settingsEdgeBackgroundInfo;
}
public override bool CheckSetting()