Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Commit

Permalink
Resource preperations for v1.8.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarago committed Sep 3, 2019
1 parent a78159d commit 1180509
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 11 deletions.
49 changes: 41 additions & 8 deletions NotepadRs4/NotepadRs4/Strings/en-us/Resources.resw
Expand Up @@ -178,10 +178,7 @@
<comment>View disposed</comment>
</data>
<data name="AfterUpdate_Body.Text" xml:space="preserve">
<value>- NEW: Share the opened document by pressing the Share-button!
- NEW: Added a exit confirmation dialog that pops up when you try to exit the app with unsaved changes.
- IMPROVED: Various UI updates.
- BUGFIX: Pressing Save doesn't bring up the Save As-dialog once you've saved the file or opened it from a file.
<value>Various small fixes and UX imrpovements to make the app even more fun to use. :)

Happy editing!</value>
<comment>What's new prompt message body</comment>
Expand Down Expand Up @@ -339,13 +336,13 @@ Happy editing!</value>
<value>Saved!</value>
<comment>MainPage - Titlebar - File saved text</comment>
</data>
<data name="About_AcknowledgementsFlubase.Content" xml:space="preserve">
<data name="About_AcknowledgementsFlui.Content" xml:space="preserve">
<value>FLUI Framework</value>
<comment>About - Acknowlegdements FluBase title</comment>
<comment>About - Acknowlegdements FLUI Framework Project title</comment>
</data>
<data name="About_AcknowledgementsFlubase.NavigateUri" xml:space="preserve">
<data name="About_AcknowledgementsFlui.NavigateUri" xml:space="preserve">
<value>https://github.com/Team-FLUI/FluiFramework</value>
<comment>About - Acknowlegdements FluBase Project URL</comment>
<comment>About - Acknowlegdements FLUI Framework Project URL</comment>
</data>
<data name="About_AcknowledgementsIntro.Text" xml:space="preserve">
<value>This app makes use of code from the following projects:</value>
Expand Down Expand Up @@ -431,4 +428,40 @@ Happy editing!</value>
<value>S</value>
<comment>Unsaved dialog - Save changes - Keyboard accellerator hint</comment>
</data>
<data name="About_Contribute.Content" xml:space="preserve">
<value>Contribute to the project</value>
<comment>About - Contribute content</comment>
</data>
<data name="About_Contribute.NavigateUri" xml:space="preserve">
<value>https://github.com/ikarago/Notepad</value>
<comment>About - Contribute link</comment>
</data>
<data name="About_Kofi.Content" xml:space="preserve">
<value>Buy me a Ko-Fi</value>
<comment>About - Ko-Fi Content</comment>
</data>
<data name="About_Kofi.NavigateUri" xml:space="preserve">
<value>https://ko-fi.com/ikarago</value>
<comment>About - Ko-Fi link</comment>
</data>
<data name="About_Patreon.Content" xml:space="preserve">
<value>Support me on Patreon</value>
<comment>About - Patreon - Content</comment>
</data>
<data name="About_Patreon.NavigateUri" xml:space="preserve">
<value>https://www.patreon.com/ikarago</value>
<comment>About - Patreon link</comment>
</data>
<data name="About_ProjectSupportTitle.Text" xml:space="preserve">
<value>Support us</value>
<comment>About - Support the project title</comment>
</data>
<data name="About_Translate.Content" xml:space="preserve">
<value>Translate the app</value>
<comment>About - Translate content</comment>
</data>
<data name="About_Translate.NavigateUri" xml:space="preserve">
<value>https://github.com/ikarago/Notepad</value>
<comment>About - Translate link</comment>
</data>
</root>
32 changes: 29 additions & 3 deletions NotepadRs4/NotepadRs4/Views/Dialogs/AboutDialog.xaml
Expand Up @@ -126,7 +126,7 @@
NavigateUri="https://github.com/windows-toolkit/WindowsCommunityToolkit"/>

<!-- FluBase -->
<HyperlinkButton x:Uid="About_AcknowledgementsFlubase"
<HyperlinkButton x:Uid="About_AcknowledgementsFlui"
Content="FLUI Framework"
NavigateUri="https://github.com/Team-FLUI/FluiFramework"/>
</StackPanel>
Expand Down Expand Up @@ -156,6 +156,32 @@
<HyperlinkButton x:Uid="About_GitHubLink"
Content="GitHub project"/>
</StackPanel>

<!-- Support us -->
<StackPanel Margin="{ThemeResource DialogCategoryMargin}">
<StackPanel Orientation="Horizontal"
Margin="{ThemeResource DialogTitleMargin}">
<TextBlock Text="&#xED59;"
Style="{ThemeResource FluentTitleIconStyle}"/>
<TextBlock x:Uid="About_ProjectSupportTitle"
Text="Support us"
Style="{ThemeResource FluentTitleTextStyle}" />
</StackPanel>


<!-- Contribute -->
<HyperlinkButton x:Uid="About_Contribute"
Content="Contibute to the project on GitHub"/>
<!-- Translate -->
<HyperlinkButton x:Uid="About_Translate"
Content="Translate the app"/>
<!-- Patreon -->
<HyperlinkButton x:Uid="About_Patreon"
Content="Support me on Patreon"/>
<!-- Ko-Fi -->
<HyperlinkButton x:Uid="About_Kofi"
Content="Buy me a Ko-Fi"/>
</StackPanel>
</StackPanel>

</ScrollViewer>
Expand All @@ -167,13 +193,13 @@
Height="72"
Width="72"
Opacity="0.25"
Visibility="Visible"
Visibility="Collapsed"
HorizontalAlignment="Right"
VerticalAlignment="Bottom"/>

<FontIcon Grid.Row="1"
Canvas.ZIndex="5"
Visibility="Collapsed"
Visibility="Visible"
Glyph="&#xE946;"
FontSize="72"
Foreground="{ThemeResource SystemControlForegroundBaseLowBrush}"
Expand Down

0 comments on commit 1180509

Please sign in to comment.