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.
This commit is contained in:
Xenhat
2018-06-25 01:42:52 -04:00
committed by GitHub
parent e0d1c72b0b
commit 0adcd693e4
1296 changed files with 7476 additions and 27790 deletions
@@ -0,0 +1,33 @@
<?xml version="1.0" encoding="utf-8"?>
<WixLocalization Culture="fr-FR" Codepage="1252" xmlns="http://schemas.microsoft.com/wix/2006/localization">
<String Id="Error32bit" Overridable="yes">Cet installeur est seulement conçu pour la version 32 bit de Windows. Pour la version 64 bit de Windows, il faut exécuter ClassicStartSetup64.</String>
<String Id="ErrorWin7" Overridable="yes">Classic Start nécessite Windows 7 ou supérieur.</String>
<String Id="ErrorNewVersion" Overridable="yes">Une version plus récente de [ProductName] est déjà installée. Lassistant va maintenant sarrêter.</String>
<String Id="ExplorerTitle" Overridable="yes">Classic Explorer</String>
<String Id="ExplorerDesc" Overridable="yes">Classic Explorer ajoute une barre doutils à lExplorateur Windows, remplace linterface graphique de copie et corrige quelques problèmes dergonomie</String>
<String Id="StartMenuTitle" Overridable="yes">Classic Start Menu</String>
<String Id="StartMenuDesc" Overridable="yes">Classic Start Menu est un programme hautement personnalisable remplaçant le menu de démarrage de Windows</String>
<String Id="IETitle" Overridable="yes">Classic IE</String>
<String Id="IEDesc" Overridable="yes">Classic IE permet de personnaliser la barre de titre et la barre d’état de Internet Explorer</String>
<String Id="UpdateTitle" Overridable="yes">Classic Start Update</String>
<String Id="UpdateDesc" Overridable="yes">Classic Start Update vérifie périodiquement la disponibilité de nouvelles versions</String>
<String Id="HelpDesc" Overridable="yes">Voir la documentation de Classic Start</String>
<String Id="ReadmeDesc" Overridable="yes">Voir une introduction à Classic Start</String>
<String Id="ExplorerSettingsDesc" Overridable="yes">Éditer les paramètres de Classic Explorer</String>
<String Id="StartSettingsDesc" Overridable="yes">Éditer les paramètres de Classic Start Menu</String>
<String Id="IESettingsDesc" Overridable="yes">Éditer les paramètres de la barre de titre et de la barre d’état de Internet Explorer</String>
<String Id="UpdateSettingsDesc" Overridable="yes">Éditer les paramètres pour la vérification des mises à jour de Classic Start</String>
<String Id="StartMenuFolder" Overridable="yes">Créer un dossier de menu de démarrage</String>
<String Id="WebLink" Overridable="yes">Site Web de Classic Start</String>
<String Id="DonateLink" Overridable="yes">Donner à Classic Start</String>
<String Id="FacebookLink" Overridable="yes">Nous visiter sur Facebook</String>
<String Id="ViewReadme" Overridable="yes">Voir le fichier Lisez-moi</String>
<String Id="HelpItem" Overridable="yes">Aide de Classic Start</String>
<String Id="ReadmeItem" Overridable="yes">Lisez-moi de Classic Start</String>
<String Id="UpdateItem" Overridable="yes">Mettre à jour Classic Start</String>
<String Id="ExplorerItem" Overridable="yes">Paramètres de Classic Explorer</String>
<String Id="StartMenuItem" Overridable="yes">Paramètres de Classic Start Menu</String>
<String Id="IEItem" Overridable="yes">Paramètres de Classic IE</String>
<String Id="StartScreenDesc" Overridable="yes">Ouvrir le menu daccueil</String>
<String Id="ClassicStartDesc" Overridable="yes">Classic Start est une collection dutilitaires qui améliorent lergonomie de Windows</String>
</WixLocalization>