Skip to content

Commit

Permalink
Add some useful strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Panda-Sharp committed Aug 31, 2021
1 parent 7f33035 commit b1ce905
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 12 deletions.
23 changes: 16 additions & 7 deletions Yugen.DJ.Uwp/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,21 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AboutHeaderTextBlock.Text" xml:space="preserve">
<value>Getting Started</value>
</data>
<data name="AboutSubHeaderTextBlock.Text" xml:space="preserve">
<value>Click the Eject button to load an mp3, if you have a second sound card you can hear a song clicking the headphones button, enjoy!</value>
</data>
<data name="AboutStatusTextBlock.Text" xml:space="preserve">
<value>The app is still not complete, for example it miss the scratch effect when you rotate the vinyl.</value>
</data>
<data name="AboutGitHubHyperlink.Content" xml:space="preserve">
<value>Feel free to help and collaborate, the project is open source on GH</value>
</data>
<data name="AboutGitHubHyperlink.NavigateUri" xml:space="preserve">
<value>https://github.com/Panda-Sharp/Yugen.DJ</value>
</data>
<data name="AboutLaunch2021TextBlock.Text" xml:space="preserve">
<value>Proudly part of Launch 2021</value>
</data>
Expand All @@ -127,7 +142,7 @@
<value>https://uwpcommunity.com/</value>
</data>
<data name="AboutDevelopedByHyperlink.Content" xml:space="preserve">
<value>Developed by PandaSharp</value>
<value>Developed By PandaSharp</value>
</data>
<data name="AboutDevelopedByHyperlink.NavigateUri" xml:space="preserve">
<value>http://www.yugenapps.com</value>
Expand All @@ -138,12 +153,6 @@
<data name="AboutDesignHyperlink.NavigateUri" xml:space="preserve">
<value>https://twitter.com/zeealeid</value>
</data>
<data name="AboutGitHubHyperlink.Content" xml:space="preserve">
<value>Feel free to help and collaborate, the project is open source on GH</value>
</data>
<data name="AboutGitHubHyperlink.NavigateUri" xml:space="preserve">
<value>https://github.com/Panda-Sharp/Yugen.DJ</value>
</data>
<data name="SettingsHeaderTextBlock.Text" xml:space="preserve">
<value>The app already support 2 audio cards, but the option to change them will come soon!</value>
</data>
Expand Down
27 changes: 22 additions & 5 deletions Yugen.DJ.Uwp/Views/AboutDialog.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,35 @@
SecondaryButtonText="Close">

<StackPanel Spacing="4">

<TextBlock x:Uid="AboutHeaderTextBlock"
FontWeight="Bold"
HorizontalAlignment="Center"
Margin="0,8,0,0"
TextWrapping="WrapWholeWords"/>

<TextBlock x:Uid="AboutSubHeaderTextBlock"
HorizontalAlignment="Center"
Margin="0,4,0,0"
TextWrapping="WrapWholeWords"/>

<TextBlock x:Uid="AboutStatusTextBlock"
HorizontalAlignment="Center"
Margin="0,8,0,0"
TextWrapping="WrapWholeWords"/>

<HyperlinkButton x:Uid="AboutGitHubHyperlink"
FontStyle="Italic"
Margin="0,-4,0,0" />

<Image Margin="0,16,0,0"
Source="ms-appx:///Assets/Images/UWPCommunity.gif"
Stretch="Uniform"
Width="60" />

<TextBlock x:Uid="AboutLaunch2021TextBlock"
HorizontalAlignment="Center"
FontWeight="Bold"
HorizontalAlignment="Center"
Margin="0,8,0,0"/>

<HyperlinkButton x:Uid="AboutUwpCommunityHyperlink"
Expand All @@ -27,9 +48,5 @@
<HyperlinkButton x:Uid="AboutDesignHyperlink"
FontStyle="Italic"
Margin="0,-4,0,0" />

<HyperlinkButton x:Uid="AboutGitHubHyperlink"
FontStyle="Italic"
Margin="0,-4,0,0" />
</StackPanel>
</ContentDialog>

0 comments on commit b1ce905

Please sign in to comment.