Merge pull request #18 from Luffitys/master
Upload basic German translation
This commit is contained in:
commit
a410c33423
2 changed files with 507 additions and 0 deletions
195
src/Privatezilla/MainWindow.de.resx
Normal file
195
src/Privatezilla/MainWindow.de.resx
Normal file
|
@ -0,0 +1,195 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<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: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:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<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: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:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="Help.Text" xml:space="preserve">
|
||||||
|
<value>Kurze Anleitung</value>
|
||||||
|
</data>
|
||||||
|
<data name="CommunityPkg.Text" xml:space="preserve">
|
||||||
|
<value>Community Package beziehen</value>
|
||||||
|
</data>
|
||||||
|
<data name="CheckRelease.Text" xml:space="preserve">
|
||||||
|
<value>Nach Updates suchen</value>
|
||||||
|
</data>
|
||||||
|
<data name="Info.Text" xml:space="preserve">
|
||||||
|
<value>Info</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS.Text" xml:space="preserve">
|
||||||
|
<value>Skripts</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings.Text" xml:space="preserve">
|
||||||
|
<value>Einstellungen</value>
|
||||||
|
</data>
|
||||||
|
<data name="$this.Text" xml:space="preserve">
|
||||||
|
<value>Privatezilla</value>
|
||||||
|
</data>
|
||||||
|
<data name="PicOpenGitHubPage.ToolTip" xml:space="preserve">
|
||||||
|
<value>Ich bin offen auf github/privatezilla</value>
|
||||||
|
</data>
|
||||||
|
<data name="Setting.Text" xml:space="preserve">
|
||||||
|
<value>Einstellung</value>
|
||||||
|
</data>
|
||||||
|
<data name="State.Text" xml:space="preserve">
|
||||||
|
<value>Zustand</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblStatus.Text" xml:space="preserve">
|
||||||
|
<value>Drücke Analysieren um nach konfigurierten einstellungen zu suchen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo.Text" xml:space="preserve">
|
||||||
|
<value>Ausgewähltes zurücksetzen</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo.Text" xml:space="preserve">
|
||||||
|
<value>Ausgewähltes anwenden</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze.Text" xml:space="preserve">
|
||||||
|
<value>Analysieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnMenuPS.Text" xml:space="preserve">
|
||||||
|
<value>. . .</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtPSInfo.Text" xml:space="preserve">
|
||||||
|
<value>Willkommen bei dem Modernen Richtlinien Editor, welcher Ihnen erlaubt, Gruppenrichtlinien und benutzerdefinierte Einstellungen in der Form von PowerShell Skripts und Vorgaben (gebündelte Skripts) anzuwenden.
|
||||||
|
|
||||||
|
Wähle einen Skript aus, um seine Beschreibung zu sehen.
|
||||||
|
|
||||||
|
Um den Code nach Schwachstellen zu untersuchen, klicke auf "Code anzeigen".
|
||||||
|
|
||||||
|
Um neue Objekte (Vorgaben, Skripts etc.) zu beschaffen, besuche den Marktplatz in der oberen rechten Ecke. Privatezilla benutzt den Marktplatz der App "SharpApp". Weil die App von dem selben Entwickler ist und die Skripts auch auf PowerShell basieren, sind sie miteinander kompatibel.</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtOutputPS.Text" xml:space="preserve">
|
||||||
|
<value>PS</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader.Text" xml:space="preserve">
|
||||||
|
<value>PowerShell Skripts anwenden</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSImport.Text" xml:space="preserve">
|
||||||
|
<value>Skripts importieren</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSSaveAs.Text" xml:space="preserve">
|
||||||
|
<value>Derzeitigen Skript als neuen Vorlage Skript speichern</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSMarketplace.Text" xml:space="preserve">
|
||||||
|
<value>Marktplatz besuchen</value>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS.Text" xml:space="preserve">
|
||||||
|
<value>Code anzeigen</value>
|
||||||
|
</data>
|
||||||
|
<data name="BtnDoPS.Text" xml:space="preserve">
|
||||||
|
<value>Ausgewähltes anwenden</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
312
src/Privatezilla/Properties/Resources.de.resx
Normal file
312
src/Privatezilla/Properties/Resources.de.resx
Normal file
|
@ -0,0 +1,312 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<root>
|
||||||
|
<!--
|
||||||
|
Microsoft ResX Schema
|
||||||
|
|
||||||
|
Version 2.0
|
||||||
|
|
||||||
|
The primary goals of this format is to allow a simple XML format
|
||||||
|
that is mostly human readable. The generation and parsing of the
|
||||||
|
various data types are done through the TypeConverter classes
|
||||||
|
associated with the data types.
|
||||||
|
|
||||||
|
Example:
|
||||||
|
|
||||||
|
... ado.net/XML headers & schema ...
|
||||||
|
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||||
|
<resheader name="version">2.0</resheader>
|
||||||
|
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||||
|
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||||
|
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||||
|
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||||
|
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||||
|
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||||
|
</data>
|
||||||
|
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||||
|
<comment>This is a comment</comment>
|
||||||
|
</data>
|
||||||
|
|
||||||
|
There are any number of "resheader" rows that contain simple
|
||||||
|
name/value pairs.
|
||||||
|
|
||||||
|
Each data row contains a name, and value. The row also contains a
|
||||||
|
type or mimetype. Type corresponds to a .NET class that support
|
||||||
|
text/value conversion through the TypeConverter architecture.
|
||||||
|
Classes that don't support this are serialized and stored with the
|
||||||
|
mimetype set.
|
||||||
|
|
||||||
|
The mimetype is used for serialized objects, and tells the
|
||||||
|
ResXResourceReader how to depersist the object. This is currently not
|
||||||
|
extensible. For a given mimetype the value must be set accordingly:
|
||||||
|
|
||||||
|
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||||
|
that the ResXResourceWriter will generate, however the reader can
|
||||||
|
read any of the formats listed below.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.binary.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
|
value : The object must be serialized with
|
||||||
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
|
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||||
|
value : The object must be serialized into a byte array
|
||||||
|
: using a System.ComponentModel.TypeConverter
|
||||||
|
: and then encoded with base64 encoding.
|
||||||
|
-->
|
||||||
|
<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: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:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="assembly">
|
||||||
|
<xsd:complexType>
|
||||||
|
<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: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:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
<xsd:element name="resheader">
|
||||||
|
<xsd:complexType>
|
||||||
|
<xsd:sequence>
|
||||||
|
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||||
|
</xsd:sequence>
|
||||||
|
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:choice>
|
||||||
|
</xsd:complexType>
|
||||||
|
</xsd:element>
|
||||||
|
</xsd:schema>
|
||||||
|
<resheader name="resmimetype">
|
||||||
|
<value>text/microsoft-resx</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="version">
|
||||||
|
<value>2.0</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="reader">
|
||||||
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<resheader name="writer">
|
||||||
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</resheader>
|
||||||
|
<data name="BtnDoPS" xml:space="preserve">
|
||||||
|
<value>Ausgewähltes anwenden</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsAnalyze" xml:space="preserve">
|
||||||
|
<value>Analysieren</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsDo" xml:space="preserve">
|
||||||
|
<value>Ausgewähltes anwenden</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="BtnSettingsUndo" xml:space="preserve">
|
||||||
|
<value>Ausgewähltes zurücksetzen</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="CheckRelease" xml:space="preserve">
|
||||||
|
<value>Nach Updates suchen</value>
|
||||||
|
<comment>Main menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="ChkCodePS" xml:space="preserve">
|
||||||
|
<value>Code anzeigen</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="columnSetting" xml:space="preserve">
|
||||||
|
<value>Einstellung</value>
|
||||||
|
</data>
|
||||||
|
<data name="columnState" xml:space="preserve">
|
||||||
|
<value>Zustand</value>
|
||||||
|
</data>
|
||||||
|
<data name="CommunityPkg" xml:space="preserve">
|
||||||
|
<value>Community Package beziehen</value>
|
||||||
|
<comment>Main menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="Help" xml:space="preserve">
|
||||||
|
<value>Kurze Anleitung</value>
|
||||||
|
<comment>Main menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="Info" xml:space="preserve">
|
||||||
|
<value>Info</value>
|
||||||
|
<comment>Main menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="infoApp" xml:space="preserve">
|
||||||
|
<value>Die Open-Source Windows 10 Privatsphären-Einstellungs-App.
|
||||||
|
|
||||||
|
Diese ist keineswegs mit Microsoft verbunden und ist ein unabhängiges Projekt.
|
||||||
|
|
||||||
|
Alle Infos und Credits zu dem Projekt auf
|
||||||
|
\tgithub.com/builtbybel/privatezilla
|
||||||
|
|
||||||
|
Sie können mir außerdem folgen auf
|
||||||
|
\ttwitter.com/builtbybel
|
||||||
|
|
||||||
|
(C#) 2020, Builtbybel</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblPS" xml:space="preserve">
|
||||||
|
<value>Skripts</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="LblPSHeader" xml:space="preserve">
|
||||||
|
<value>PowerShell Skripts anwenden</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="LblSettings" xml:space="preserve">
|
||||||
|
<value>Einstellungen</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="statusDoPSApply" xml:space="preserve">
|
||||||
|
<value>Anwenden</value>
|
||||||
|
</data>
|
||||||
|
<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>
|
||||||
|
<data name="statusFailedApply" xml:space="preserve">
|
||||||
|
<value>Nicht übernommen</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusFailedConfigure" xml:space="preserve">
|
||||||
|
<value>Nicht konfiguriert</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusFinishAnalyze" xml:space="preserve">
|
||||||
|
<value>Analyse abgeschlossen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusFinishApply" xml:space="preserve">
|
||||||
|
<value>Übernahme abgeschlossen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusFinishUndo" xml:space="preserve">
|
||||||
|
<value>Zurücksetzen abgeschlossen.</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusSuccessApply" xml:space="preserve">
|
||||||
|
<value>Angewendet</value>
|
||||||
|
</data>
|
||||||
|
<data name="statusSuccessConfigure" xml:space="preserve">
|
||||||
|
<value>Konfiguriert</value>
|
||||||
|
</data>
|
||||||
|
<data name="TxtPSInfo" xml:space="preserve">
|
||||||
|
<value>Willkommen bei dem Modernen Richtlinien Editor, welcher Ihnen erlaubt, Gruppenrichtlinien und benutzerdefinierte Einstellungen in der Form von PowerShell Skripts und Vorgaben (gebündelte Skripts) anzuwenden.
|
||||||
|
|
||||||
|
Wähle einen Skript aus, um seine Beschreibung zu sehen.
|
||||||
|
|
||||||
|
Um den Code nach Schwachstellen zu untersuchen, klicke auf "Code anzeigen".
|
||||||
|
|
||||||
|
Um neue Objekte (Vorgaben, Skripts etc.) zu beschaffen, besuche den Marktplatz in der oberen rechten Ecke. Privatezilla benutzt den Marktplatz der App "SharpApp". Weil die App von dem selben Entwickler ist und die Skripts auch auf PowerShell basieren, sind sie miteinander kompatibel.</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="msgPSSave" xml:space="preserve">
|
||||||
|
<value>Bitte wechsle zur Code Ansicht.</value>
|
||||||
|
</data>
|
||||||
|
<data name="msgPSSelect" xml:space="preserve">
|
||||||
|
<value>Bitte wähle einen Skript aus.</value>
|
||||||
|
</data>
|
||||||
|
<data name="msgPSSuccess" xml:space="preserve">
|
||||||
|
<value>wurde erfolgreich ausgeführt</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSBack" xml:space="preserve">
|
||||||
|
<value>Zurück</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSImport" xml:space="preserve">
|
||||||
|
<value>Skript importieren</value>
|
||||||
|
<comment>Scripting menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="PSInfo" xml:space="preserve">
|
||||||
|
<value>Was macht diese/r Vorlage/Skript?\r\n</value>
|
||||||
|
</data>
|
||||||
|
<data name="PSMarketplace" xml:space="preserve">
|
||||||
|
<value>Marktplatz besuchen</value>
|
||||||
|
<comment>Scripting menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="PSSaveAs" xml:space="preserve">
|
||||||
|
<value>Derzeitigen Skript als neuen Vorlage Skript speichern</value>
|
||||||
|
<comment>Scripting menu</comment>
|
||||||
|
</data>
|
||||||
|
<data name="PSViewCode" xml:space="preserve">
|
||||||
|
<value>Code ansehen</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUnofficial" xml:space="preserve">
|
||||||
|
<value>Sie benutzen eine inoffizielle Version von Privatezilla</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUpdateAvailable" xml:space="preserve">
|
||||||
|
<value>Eine neue Version ist verfügbar #</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUpdateAvailableURL" xml:space="preserve">
|
||||||
|
<value>\r\nWollen sie die @github/releases Seite öffnen?</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUpdateYourVersion" xml:space="preserve">
|
||||||
|
<value>\r\nSie benutzen die Version #</value>
|
||||||
|
</data>
|
||||||
|
<data name="releaseUpToDate" xml:space="preserve">
|
||||||
|
<value>Es sind keine neuen Updates verfügbar</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsApps" xml:space="preserve">
|
||||||
|
<value>App-Berechtigungen</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsBloatware" xml:space="preserve">
|
||||||
|
<value>Bloatware</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsBloatwareInfo" xml:space="preserve">
|
||||||
|
<value>Windows 10 debloaten</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsCortana" xml:space="preserve">
|
||||||
|
<value>Cortana</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsDefender" xml:space="preserve">
|
||||||
|
<value>Windows Defender</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsEdge" xml:space="preserve">
|
||||||
|
<value>Microsoft Edge</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsGaming" xml:space="preserve">
|
||||||
|
<value>Gaming</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsPrivacy" xml:space="preserve">
|
||||||
|
<value>Privatsphäre</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsSecurity" xml:space="preserve">
|
||||||
|
<value>Sicherheit</value>
|
||||||
|
</data>
|
||||||
|
<data name="rootSettingsUpdates" xml:space="preserve">
|
||||||
|
<value>Updates</value>
|
||||||
|
</data>
|
||||||
|
<data name="LblStatus" xml:space="preserve">
|
||||||
|
<value>Drücke Analysieren um nach konfigurierten einstellungen zu suchen.</value>
|
||||||
|
<comment>GUI</comment>
|
||||||
|
</data>
|
||||||
|
<data name="msgAppCompatibility" xml:space="preserve">
|
||||||
|
<value>Sie führen Privatezilla auf einem System aus, welches eine Windows Version verwendet, welche älter als Windows 10 ist. Privatezilla kann AUSSCHLIESSLICH unter Windows 10 verwendet werden.</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
Loading…
Add table
Reference in a new issue