File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <xsl : stylesheet version =" 1.0" xmlns : xsl =" http://www.w3.org/1999/XSL/Transform"
3- xmlns : wix =" http://schemas.microsoft.com/wix/2006/wi" >
4- <xsl : output method =" xml" indent =" yes" />
5-
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <xsl : stylesheet xmlns : xsl =" http://www.w3.org/1999/XSL/Transform" xmlns : wix =" http://schemas.microsoft.com/wix/2006/wi" version =" 1.0" >
3+ <xsl : output method =" xml" indent =" yes" />
64 <xsl : template match =" @*|*" >
75 <xsl : copy >
86 <xsl : apply-templates select =" @*|*" />
97 </xsl : copy >
108 </xsl : template >
11-
129 <!-- Persistent file Id for main executable -->
1310 <xsl : template match =" wix:File[@Source = 'SourceDir\PasteIntoFile.exe']" >
1411 <xsl : copy >
1512 <xsl : attribute name =" Id" >
16- <xsl : value-of select =' " mainExecutable" ' />
13+ <xsl : value-of select =" " mainExecutable" " />
1714 </xsl : attribute >
1815 <xsl : apply-templates select =" @*[not(name()='Id')]" />
1916 <xsl : apply-templates select =" *" />
Original file line number Diff line number Diff line change 114114 <value >Le fichier {0} existe déjà. Voulez-vous l'écraser?</value >
115115 </data >
116116 <data name =" str_autosave_checkbox" xml : space =" preserve" >
117- <value >Enregistre automatique</value >
117+ <value >Enregistrement automatique (sans dlg) </value >
118118 <comment >Checkbox to toggle autosave mode, for which no pop-up dialog is displayed, but the file is directly saved without prompt.
119119</comment >
120120 </data >
155155 <data name =" str_open" xml : space =" preserve" >
156156 <value >Ouvrir</value >
157157 </data >
158+ <data name =" str_preview_svg" xml : space =" preserve" >
159+ <value >Prévisualisation SVG</value >
160+ </data >
158161 <data name =" str_autosave_tooltip" xml : space =" preserve" >
159162 <value >Enregistre les données du presse-papiers au format par défaut sans demander. Un appui sur la touche MAJ inverse temporairement cette option.</value >
160163 </data >
You can’t perform that action at this time.
0 commit comments