Skip to content

Commit

Permalink
Start getting ready for update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yair Aichenbaum committed Oct 13, 2019
1 parent f5f8e43 commit d8aea8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 2 additions & 4 deletions Quick Pad/MultilingualResources/Quick Pad.fr-FR.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@
</trans-unit>
<trans-unit id="ErrorDialogContent" translate="yes" xml:space="preserve">
<source>Sorry, Quick Pad couldn't open this file.</source>
<target state="needs-review-translation">Désolé, Quick Pad ne peut pas ouvrir le fichier.</target>
<note from="MultilingualUpdate" annotates="source" priority="2">Please verify the translation’s accuracy as the source string was updated after it was translated.</note>
<target state="translated">Désolé, Quick Pad ne peut pas ouvrir le fichier.</target>
</trans-unit>
<trans-unit id="ErrorDialogOk" translate="yes" xml:space="preserve">
<source>Ok</source>
Expand Down Expand Up @@ -821,8 +820,7 @@
</trans-unit>
<trans-unit id="HowToLeaveFocus.Subtitle" translate="yes" xml:space="preserve">
<source>We moved the button here for a cleaner look! You can also press Control + Shift + F to leave focus mode.</source>
<target state="needs-review-translation">Nous avons déplacé le bouton ici pour avoir un style plus propre. Vous pouvez aussi utiliser Ctrl + Maj + F pour sortir.</target>
<note from="MultilingualUpdate" annotates="source" priority="2">Please verify the translation’s accuracy as the source string was updated after it was translated.</note>
<target state="translated">Nous avons déplacé le bouton ici pour avoir un style plus propre. Vous pouvez aussi utiliser Ctrl + Maj + F pour sortir.</target>
</trans-unit>
<trans-unit id="HowToLeaveFocus.Title" translate="yes" xml:space="preserve">
<source>The button to leave focus mode button has been moved</source>
Expand Down
2 changes: 1 addition & 1 deletion Quick Pad/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
IgnorableNamespaces="uap uap5 mp rescap">
<Identity Name="49306atecsolution.QuickPad" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="4.3.12.0" />
<Identity Name="49306atecsolution.QuickPad" Publisher="CN=53EC4384-7F5B-4CF6-8C23-513FFE9D1AB7" Version="4.3.13.0" />
<mp:PhoneIdentity PhoneProductId="864e8d88-2781-47a9-9aab-7d4b5bd26da9" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>Quick Pad</DisplayName>
Expand Down
6 changes: 4 additions & 2 deletions Quick Pad/Quick Pad.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WindowsXamlEnableOverview>true</WindowsXamlEnableOverview>
<PackageCertificateKeyFile>Quick Pad_TemporaryKey.pfx</PackageCertificateKeyFile>
<PackageCertificateThumbprint>23B4CBAABAC62F1967607678F238AF0B5C6CE5A7</PackageCertificateThumbprint>
<PackageCertificateKeyFile>
</PackageCertificateKeyFile>
<PackageCertificateThumbprint>C07D704F13658142C441A34C4ACD15F9BB1E786F</PackageCertificateThumbprint>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision>
<AppxBundle>Always</AppxBundle>
Expand All @@ -28,6 +29,7 @@
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down

0 comments on commit d8aea8e

Please sign in to comment.