Add files via upload

This commit is contained in:
Belim 2021-05-08 11:24:25 +02:00 committed by GitHub
parent b7e79c9abe
commit 9339645a76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 20 additions and 22 deletions

View file

@ -1255,7 +1255,7 @@ namespace Privatezilla.Locales {
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die The Inventory Collector inventories applications files devices and drivers on the system and sends the information to Microsoft. This information is used to help diagnose compatibility problems.\nNote: This setting setting has no effect if the Customer Experience Improvement Program is turned off. The Inventory Collector will be off. ähnelt.
/// Sucht eine lokalisierte Zeichenfolge, die The Inventory Collector inventories applications files devices and drivers on the system and sends the information to Microsoft. This information is used to help diagnose compatibility problems.\nNote: This setting has no effect if the Customer Experience Improvement Program is turned off. The Inventory Collector will be off. ähnelt.
/// </summary>
internal static string settingsPrivacyInventoryCollectorInfo {
get {

View file

@ -158,8 +158,8 @@
<data name="helpApp" xml:space="preserve">
<value>Info zu einer Einstellung: \r\nBewegen Sie den Cursor über eine Einstellung, um eine kurze Erläuterung anzuzeigen
\r\nAnalyse (Button): Bestimmt, welche Einstellungen auf Ihrem System aktiviert und konfiguriert werden oder nicht. Es werden noche KEINE Systemänderungen vorgenommen!
\r\nAusgewählte (Button): Dies wird alle ausgewählten Einstellungen aktivieren.
\r\nAusgewählte zurücksetzen (Button): Damit werden die Standardeinstellungen für Windows 10 wiederhergestellt.
\r\nAusgewähltes anwenden (Button): Dies wird alle ausgewählten Einstellungen aktivieren.
\r\nAusgewähltes zurücksetzen (Button): Damit werden die Standardeinstellungen für Windows 10 wiederhergestellt.
\r\nKonfiguriert (Zustand): Dies gibt an, dass Ihre Privatsphäre geschützt ist.
\r\nNicht konfiguriert (Zustand): Dies bedeutet, dass die Windows 10-Einstellungen vorhanden sind.</value>
<comment>Main menu</comment>

View file

@ -759,4 +759,4 @@ To check the code for vulnerabilities click on "View code".
To obtain new objects (templates, scripts etc.) visit the Marketplace in the upper right menu.</value>
<comment>GUI </comment>
</data>
</root>
</root>

View file

@ -12,9 +12,6 @@ using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Globalization;
using System.Threading;
namespace Privatezilla
{
public partial class MainWindow : Form
@ -376,11 +373,9 @@ namespace Privatezilla
DoProgress(100);
// Summary
ListViewItem sum = new ListViewItem(Locale.summarySelected + " " + $"{selectedSettings.Count}" + " | " + Locale.summaryConfigured + " " + $"{selectedSettings.Count - performSettingsCount}" + " | " + Locale.summaryNotConfigured + " " + $"{performSettingsCount}");
sum.SubItems.Add(Locale.summaryInfo);
LvwStatus.Items.Insert(0, sum);
var sum = (Locale.summarySelected + " " + $"{selectedSettings.Count}" + " - " + Locale.summaryConfigured + " " + $"{selectedSettings.Count - performSettingsCount}" + " - " + Locale.summaryNotConfigured + " " + $"{performSettingsCount}");
LblStatus.Text = Locale.statusFinishAnalyze + "\n" + sum;
LblStatus.Text = Locale.statusFinishAnalyze;
BtnSettingsAnalyze.Enabled = true;
LvwStatus.EndUpdate();
@ -493,7 +488,7 @@ namespace Privatezilla
private void Info_Click(object sender, EventArgs e)
{
MessageBox.Show("Privatezilla" + "\nVersion " + Program.GetCurrentVersionTostring() + " (Phoenix)\r\n" +
MessageBox.Show("Privatezilla" + "\nVersion " + Program.GetCurrentVersionTostring() + " (Pollux)\r\n" +
Locale.infoApp.Replace("\\t", "\t"), "Info", MessageBoxButtons.OK, MessageBoxIcon.Information);
}

View file

@ -413,11 +413,14 @@
<data name="PBar.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Left, Right</value>
</data>
<data name="PBar.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="PBar.Location" type="System.Drawing.Point, System.Drawing">
<value>12, 41</value>
<value>13, 54</value>
</data>
<data name="PBar.Size" type="System.Drawing.Size, System.Drawing">
<value>814, 5</value>
<value>702, 5</value>
</data>
<data name="PBar.TabIndex" type="System.Int32, mscorlib">
<value>27</value>
@ -456,10 +459,10 @@
<value>Segoe UI Semilight, 12pt</value>
</data>
<data name="LvwStatus.Location" type="System.Drawing.Point, System.Drawing">
<value>9, 50</value>
<value>9, 62</value>
</data>
<data name="LvwStatus.Size" type="System.Drawing.Size, System.Drawing">
<value>704, 720</value>
<value>704, 708</value>
</data>
<data name="LvwStatus.TabIndex" type="System.Int32, mscorlib">
<value>31</value>
@ -486,7 +489,7 @@
<value>9, 7</value>
</data>
<data name="LblStatus.Size" type="System.Drawing.Size, System.Drawing">
<value>704, 40</value>
<value>704, 50</value>
</data>
<data name="LblStatus.TabIndex" type="System.Int32, mscorlib">
<value>29</value>

View file

@ -154,6 +154,7 @@
<Compile Include="Settings\Cortana\DisableCortana.cs" />
<Compile Include="Helpers\SetttingsBase.cs" />
<Compile Include="Settings\Privacy\DisableTelemetry.cs" />
<EmbeddedResource Include="Locales\Locale.ar.resx" />
<EmbeddedResource Include="Locales\Locale.de.resx" />
<EmbeddedResource Include="Locales\Locale.fr.resx" />
<EmbeddedResource Include="Locales\Locale.it.resx" />

View file

@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.43.0")]
[assembly: AssemblyFileVersion("0.43.0")]
[assembly: AssemblyVersion("0.50.0")]
[assembly: AssemblyFileVersion("0.50.0")]

View file

@ -60,10 +60,9 @@ namespace Privatezilla.Setting.Updates
return true;
}
catch
{}
{ }
return false;
}
}
}
}