Skip to content

Commit

Permalink
Fixed #68.
Browse files Browse the repository at this point in the history
  • Loading branch information
ravibpatel committed Dec 24, 2017
1 parent f46eb25 commit 851a122
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions AutoUpdater.NET/UpdateForm.pl.resx
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,16 @@
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="labelUpdate.Text" xml:space="preserve">
<value>Nowa wersja {0} jest dostępna!</value>
<value>Nowa wersja programu {0} jest dostępna!</value>
</data>
<data name="labelDescription.Text" xml:space="preserve">
<value>{0} {1} jest już dostępny. Masz wersję {2} zainstalowany. Chcesz go ściągnąć?</value>
<value>Program {0} {1} jest już dostępny. Masz zainstalowaną wersję {2}. Chcesz ściągnąć?</value>
</data>
<data name="buttonUpdate.Text" xml:space="preserve">
<value>Aktualizacja</value>
Expand All @@ -133,7 +133,7 @@
<value>Pominąć tę wersję</value>
</data>
<data name="$this.Text" xml:space="preserve">
<value>{0} {1} jest dostępna!</value>
<value>Aktualizacja programu {0} {1} jest dostępna!</value>
</data>
<data name="labelReleaseNotes.Text" xml:space="preserve">
<value>Release Uwagi:</value>
Expand Down

0 comments on commit 851a122

Please sign in to comment.