Add files via upload

This commit is contained in:
Belim 2021-01-14 21:58:03 +01:00 committed by GitHub
parent f45962cccc
commit 17f550e2c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 851 additions and 777 deletions

View file

@ -184,7 +184,7 @@ namespace Privatezilla.Locales {
///You can also follow me on
///\ttwitter.com/builtbybel
///
///(C#) 2020, Builtbybel ähnelt.
///(C#) 2021, Builtbybel ähnelt.
/// </summary>
internal static string infoApp {
get {
@ -1488,6 +1488,42 @@ namespace Privatezilla.Locales {
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Configured: ähnelt.
/// </summary>
internal static string summaryConfigured {
get {
return ResourceManager.GetString("summaryConfigured", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Summary ähnelt.
/// </summary>
internal static string summaryInfo {
get {
return ResourceManager.GetString("summaryInfo", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Not Configured: ähnelt.
/// </summary>
internal static string summaryNotConfigured {
get {
return ResourceManager.GetString("summaryNotConfigured", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Selected: ähnelt.
/// </summary>
internal static string summarySelected {
get {
return ResourceManager.GetString("summarySelected", resourceCulture);
}
}
/// <summary>
/// Sucht eine lokalisierte Zeichenfolge, die Welcome to the Scripting Editor, which allows you to apply third-party script files and custom settings in form of PowerShell scripts and templates (bundled scripts).
///

View file

@ -184,7 +184,7 @@ Sie können mir außerdem folgen auf
Übersetzer: uDEV (https://crowdin.com/profile/uDEV)
☆━━━━━━━━━━━━━━━☆
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>infoApp</comment>
</data>
<data name="LblPS" xml:space="preserve">
@ -602,9 +602,6 @@ Sie können mir außerdem folgen auf
<data name="statusDoPSProcessing" xml:space="preserve">
<value>Wird verarbeitet</value>
</data>
<data name="statusDoSettings" xml:space="preserve">
<value>Wollen Sie wirklich alle ausgewählten Einstellung zu den Windows 10 Standardeinstellungen zurücksetzen?"</value>
</data>
<data name="statusDoWait" xml:space="preserve">
<value>Bitte warten ...</value>
</data>
@ -629,6 +626,21 @@ Sie können mir außerdem folgen auf
<data name="statusSuccessConfigure" xml:space="preserve">
<value>Konfiguriert</value>
</data>
<data name="statusUndoSettings" xml:space="preserve">
<value>Wollen Sie wirklich alle ausgewählten Einstellung zu den Windows 10 Standardeinstellungen zurücksetzen?</value>
</data>
<data name="summaryConfigured" xml:space="preserve">
<value>Konfiguriert:</value>
</data>
<data name="summaryInfo" xml:space="preserve">
<value>Ergebnisse</value>
</data>
<data name="summaryNotConfigured" xml:space="preserve">
<value>Nicht konfiguriert:</value>
</data>
<data name="summarySelected" xml:space="preserve">
<value>Ausgewählt:</value>
</data>
<data name="TxtPSInfo" xml:space="preserve">
<value>Willkommen beim Skripting Editor, welcher Ihnen erlaubt, Gruppenrichtlinien und benutzerdefinierte Einstellungen in der Form von PowerShell Skripten und Vorlagen(gebündelte Skripts) anzuwenden.

View file

@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
@ -185,7 +185,7 @@ También puedes seguirme en
Créditos de traducción a: Peter A. Cuevas H. (petercuevas.6@gmail.com)
☆━━━━━━━━━━━━━━━☆
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>About the app
Add translation credits here!</comment>
</data>
@ -746,4 +746,4 @@ Para comprobar el código de las vulnerabilidades, haga clic en "Ver código".
Para obtener nuevos objetos (plantillas, scripts, etc.) visite el Mercado en el menú superior derecho.</value>
<comment>GUI </comment>
</data>
</root>
</root>

View file

@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required"/>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
@ -183,7 +183,7 @@ Vous pouvez aussi me suivre sur :
Traduction apportée par : Rémy COSTA et autres
☆━━━━━━━━━━━━━━━☆
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>infoApp</comment>
</data>
<data name="LblPS" xml:space="preserve">

View file

@ -180,7 +180,7 @@ Tutte le info e crediti su questo progetto le trovi su
Puoi anche seguirmi su
\ttwitter.com/builtbybel
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>Informazioni sull'app
Traduzione di: garf02</comment>
</data>
@ -740,4 +740,4 @@ Per controllare le vulnerabilità clicca su "Visualizza codice".
Per ottenere nuovi oggetti (modelli, script ecc.) visitare il Marketplace nel menu in alto a destra.</value>
<comment>GUI </comment>
</data>
</root>
</root>

View file

@ -182,7 +182,7 @@ All infos and credits about this project on
You can also follow me on
\ttwitter.com/builtbybel
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>About the app
Add translation credits here!</comment>
</data>
@ -733,6 +733,22 @@ Add translation credits here!</comment>
<data name="statusUndoSettings" xml:space="preserve">
<value>Do you really want to revert all selected settings to Windows 10 default state?</value>
</data>
<data name="summaryConfigured" xml:space="preserve">
<value>Configured:</value>
<comment>Summary ONLY</comment>
</data>
<data name="summaryInfo" xml:space="preserve">
<value>Summary</value>
<comment>Summary ONLY</comment>
</data>
<data name="summaryNotConfigured" xml:space="preserve">
<value>Not Configured:</value>
<comment>Summary ONLY</comment>
</data>
<data name="summarySelected" xml:space="preserve">
<value>Selected:</value>
<comment>Summary ONLY</comment>
</data>
<data name="TxtPSInfo" xml:space="preserve">
<value>Welcome to the Scripting Editor, which allows you to apply third-party script files and custom settings in form of PowerShell scripts and templates (bundled scripts).

View file

@ -181,7 +181,7 @@
Перевод: Almanex
(C #) 2020, Builtbybel</value>
(C #) 2021, Builtbybel</value>
<comment>infoApp</comment>
</data>
<data name="LblPS" xml:space="preserve">

File diff suppressed because it is too large Load diff

View file

@ -183,7 +183,7 @@
您也可以在推特上关注我
\ttwitter.com/buildbybel
(C#) 2020, Builtbybel</value>
(C#) 2021, Builtbybel</value>
<comment>infoApp</comment>
</data>
<data name="LblPS" xml:space="preserve">

View file

@ -1,4 +1,5 @@
using Privatezilla.ITreeNode;
using Privatezilla.Locales;
using System;
using System.Collections.Generic;
using System.Diagnostics;
@ -10,10 +11,6 @@ using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Globalization;
using System.Threading;
using Privatezilla.Locales;
namespace Privatezilla
{
@ -97,7 +94,7 @@ namespace Privatezilla
public MainWindow()
{
// Uncomment lower line and add lang code to run localization test
// Thread.CurrentThread.CurrentUICulture = new CultureInfo("fr");
// Thread.CurrentThread.CurrentUICulture = new CultureInfo("es");
InitializeComponent();
@ -338,6 +335,8 @@ namespace Privatezilla
private async void BtnSettingsAnalyze_Click(object sender, EventArgs e)
{
Reset();
int performSettingsCount = 0;
LblStatus.Text = Locale.statusDoWait;
BtnSettingsAnalyze.Enabled = false;
@ -357,6 +356,8 @@ namespace Privatezilla
{
state.SubItems.Add(Locale.statusFailedConfigure); // Not configured
state.BackColor = Color.LavenderBlush;
performSettingsCount += 1;
}
else
{
@ -372,6 +373,10 @@ 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);
LblStatus.Text = Locale.statusFinishAnalyze;
BtnSettingsAnalyze.Enabled = true;
LvwStatus.EndUpdate();

View file

@ -162,6 +162,7 @@
<LastGenOutput>Locale.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Locales\Locale.tr.resx" />
<EmbeddedResource Include="MainWindow.resx">
<DependentUpon>MainWindow.cs</DependentUpon>
<SubType>Designer</SubType>

View file

@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Builtbybel")]
[assembly: AssemblyProduct("Privatezilla")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyCopyright("Copyright © 2021")]
[assembly: AssemblyTrademark("Privatezilla")]
[assembly: AssemblyCulture("")]
@ -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.42.50")]
[assembly: AssemblyFileVersion("0.42.50")]
[assembly: AssemblyVersion("0.43.0")]
[assembly: AssemblyFileVersion("0.43.0")]