Skip to content

Commit 1e9d268

Browse files
crowdin-botgithub-actions[bot]
authored andcommitted
Translation updates from Crowdin
1 parent af06849 commit 1e9d268

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Installer/releaseFiles.xslt

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
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="&quot;mainExecutable&quot;" />
1714
</xsl:attribute>
1815
<xsl:apply-templates select="@*[not(name()='Id')]" />
1916
<xsl:apply-templates select="*" />

PasteIntoFile/Properties/Resources.fr.resx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
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>
@@ -155,6 +155,9 @@
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>

0 commit comments

Comments
 (0)