Files
Open-Shell-Menu/ClassicStartSrc/Localization/German/ClassicStartText-de-DE.wxl
Xenhat 0adcd693e4 Some branding and licensing work (#22)
* Fix stdafx include

* Fix basic handling of "Games" folder on Windows10 RS4 (#10)
This does the following:
- Sets the default state to hidden
- Skips the Games folder when searching

This does not:
- Hide the dead menu entry.

I do not currently know how to actively change the user preference setting to forcefully hide it.

* Add basic Visual Studio gitignore

* Add specific entries to gitignore

* Do not set default menu to Win7 on RS4 (#10)

* Rename "PC Settings" to "Settings" (#12)

* Create distinction between modern and legacy settings in search results

* Add more build artifacts to gitignore

* Add default paths for toolset and build all languages

* Fix several memsize, memtype and nullpointer issues

* create trunk branch containing all changes

* set fallback and next version to 4.3.2, set resource fallback value to allow loading in IDE

* add generated en-US.dll to gitignore

* Don't echo script contents, add disabled "git clean -dfx" to build fresh

* Initial re-branding work (#21)

* Create copy of __MakeFinal to build all languages (Use this file when releasing new versions)

* Move the registry key IvoSoft->Passionate-Coder (#21)

* Change company/mfg name IvoSoft->Passionate-Coder (#21)

* Update some leftover copyright dates (#21)

* Fix accidental copy-paste breaking MakeFinal scripts

* Fix invalid company name for Wix and change registry keys to match the new string (#21)

* Update more copyright and legal text (#21)

* Update RTF files format (Wordpad generated those) (#21)

* update license text in RTF files (#21)
We lost the blue link text in the installer page. Will have to manually re-color all the links later.
2018-06-25 01:42:52 -04:00

34 lines
3.2 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="de-DE" Codepage="1252" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<String Id="Error32bit" Overridable="yes">Dieses Installationsprogramm funktioniert nur mit der 32-bit Windows Version. Für die 64-bit Windows Version muss die ClassicStartSetup64.exe verwendet werden.</String>
<String Id="ErrorWin7" Overridable="yes">Für Classic Start ist Windows 7 oder eine neuere Windows Version erforderlich.</String>
<String Id="ErrorNewVersion" Overridable="yes">Es ist schon eine neuere [ProductName] Version installiert. Die Installation wird beendet.</String>
<String Id="ExplorerTitle" Overridable="yes">Classic Explorer</String>
<String Id="ExplorerDesc" Overridable="yes">Classic Explorer fügt eine Werkzeugleiste im Windows Explorer ein, ersetzt den Kopier-Dialog und verbessert einige Benutzerdialoge.</String>
<String Id="StartMenuTitle" Overridable="yes">Classic Start Menü</String>
<String Id="StartMenuDesc" Overridable="yes">Classic Start Menü ist ein sehr umfangreich anpassbarer Ersatz für das Windows Start Menü</String>
<String Id="IETitle" Overridable="yes">Classic IE</String>
<String Id="IEDesc" Overridable="yes">Classic IE ermöglicht die Anpassung der Internet Explorer Titelleiste und der Statusleiste</String>
<String Id="UpdateTitle" Overridable="yes">Classic Start Aktualisierung</String>
<String Id="UpdateDesc" Overridable="yes">Classic Start Aktualisierung überprüft regelmäßig auf eine neue Versionen</String>
<String Id="HelpDesc" Overridable="yes">Classic Start Dokumentation anzeigen</String>
<String Id="ReadmeDesc" Overridable="yes">Classic Start Einführung anzeigen</String>
<String Id="ExplorerSettingsDesc" Overridable="yes">Classic Explorer Einstellungen bearbeiten</String>
<String Id="StartSettingsDesc" Overridable="yes">Classic Start Menü Einstellungen bearbeiten</String>
<String Id="IESettingsDesc" Overridable="yes">Einstellungen der Internet Explorer Titelleiste und der Statusleiste bearbeiten</String>
<String Id="UpdateSettingsDesc" Overridable="yes">Einstellungen für die Überprüfung auf eine neue Classic Start Version</String>
<String Id="StartMenuFolder" Overridable="yes">Startmenü Ordner erstellen</String>
<String Id="WebLink" Overridable="yes">Classic Start Internetseite</String>
<String Id="DonateLink" Overridable="yes">Für Classic Start spenden</String>
<String Id="FacebookLink" Overridable="yes">Besuche uns auf Facebook</String>
<String Id="ViewReadme" Overridable="yes">Liesmich Datei anzeigen</String>
<String Id="HelpItem" Overridable="yes">Classic Start Hilfe</String>
<String Id="ReadmeItem" Overridable="yes">Classic Start Liesmich</String>
<String Id="UpdateItem" Overridable="yes">Classic Start Aktualisierung</String>
<String Id="ExplorerItem" Overridable="yes">Classic Explorer Einstellungen</String>
<String Id="StartMenuItem" Overridable="yes">Classic Start Menü Einstellungen</String>
<String Id="IEItem" Overridable="yes">Classic IE Einstellungen</String>
<String Id="StartScreenDesc" Overridable="yes">Startbildschirm öffnen</String>
<String Id="ClassicStartDesc" Overridable="yes">Classic Start ist eine Sammlung von Bedienungsverbesserungen für Windows</String>
</WixLocalization>