Skip to content

Commit

Permalink
Merge pull request #244 from kazihorka/patch-3
Browse files Browse the repository at this point in the history
Updated 2021.10
  • Loading branch information
Stanly5 authored Dec 29, 2021
2 parents bd93e9c + 05f7023 commit b100f88
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions StringDictionary.cs.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@
<system:String x:Key="Words.Hide">Skrýt</system:String>

<!-- from 2021.10 -->
<system:String x:Key="Words.Timeout">Timeout</system:String>
<system:String x:Key="Words.Seconds">seconds</system:String>
<system:String x:Key="Words.Timeout">Časový limit</system:String>
<system:String x:Key="Words.Seconds">vteřin</system:String>

<system:String x:Key="Words.Connected">Connected</system:String>
<system:String x:Key="Words.Disconnected">Disconnected</system:String>
<system:String x:Key="Message.FileInUse">File(s) In Use: {0}</system:String>
<system:String x:Key="Words.Connected">Připojeno</system:String>
<system:String x:Key="Words.Disconnected">Odpojeno</system:String>
<system:String x:Key="Message.FileInUse">Soubor(y) jsou používány: {0}</system:String>
</ResourceDictionary>

0 comments on commit b100f88

Please sign in to comment.