Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update StringDictionary.pl.xaml #8

Merged
merged 1 commit into from
Jul 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions StringDictionary.pl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<system:String x:Key="Settings.Facebook">Facebook</system:String>
<system:String x:Key="Settings.Facebook.Like">Polub</system:String>
<system:String x:Key="Settings.TemporaryPath">Cache</system:String>
<system:String x:Key="Settings.Default">Domyślne</system:String>
<system:String x:Key="Settings.Default">Domyślny</system:String>
<system:String x:Key="Settings.License">Licencja</system:String>

<system:String x:Key="Settings.General.RunAtBoot">Uruchom program wraz ze startem systemu</system:String>
Expand All @@ -28,7 +28,7 @@
<!-- Add New Storage -->
<system:String x:Key="AddDrive.Network">Sieć</system:String>
<system:String x:Key="AddDrive.ReadOnly">Tylko do odczytu</system:String>
<system:String x:Key="AddDrive.MountAtBoot">Automatyczne łączenie</system:String>
<system:String x:Key="AddDrive.MountAtBoot">Połącz automatycznie</system:String>
<system:String x:Key="AddDrive.AuthAtConnect">Połącz przy użyciu innych poświadczeń</system:String>
<system:String x:Key="AddDrive.Account">Konto</system:String>
<system:String x:Key="AddDrive.Username">Użytkownik</system:String>
Expand All @@ -39,7 +39,7 @@
<system:String x:Key="AddDrive.Device">Urządzenie</system:String>
<system:String x:Key="AddDrive.PrivateKey">Klucz prywatny</system:String>
<system:String x:Key="AddDrive.Charset">Kodowanie</system:String>
<system:String x:Key="AddDrive.TransferMode">Tryb transfery</system:String>
<system:String x:Key="AddDrive.TransferMode">Tryb transferu</system:String>
<system:String x:Key="AddDrive.Encryption">Szyfrowanie</system:String>

<system:String x:Key="Vailidation.Volume">Wprowadź poprawne oznaczenie woliumu</system:String>
Expand All @@ -63,7 +63,7 @@
<system:String x:Key="Vailidation.Hint.Port">port</system:String>
<system:String x:Key="Vailidation.Hint.Path">ścieżka</system:String>
<system:String x:Key="Vailidation.Hint.Email">id@example.com</system:String>
<system:String x:Key="Vailidation.Hint.PrivateKeyPath">you may select private key file</system:String>
<system:String x:Key="Vailidation.Hint.PrivateKeyPath">wybierz klucz prywatny</system:String>

<system:String x:Key="Button.Yes">Tak</system:String>
<system:String x:Key="Button.No">Nie</system:String>
Expand Down Expand Up @@ -159,7 +159,7 @@
<system:String x:Key="Help.ServiceDown.Press">Wciśnij przycisk, RaiDrive włączy się ponownie.</system:String>
<system:String x:Key="Help.InternetDown">Twoje połączenie zostało przerwane. Sprawdź czy masz dostęp do internetu.</system:String>
<system:String x:Key="Help.InternetDown.RetryAfter">Ponownie powtórzenie {0} second(s).</system:String>
<system:String x:Key="Help.License.ForBusiness">wersja dla biznesu</system:String>
<system:String x:Key="Help.License.ForBusiness">wprowadź klucz aktywacyjny</system:String>

<system:String x:Key="Upgrade">Aktualizacji</system:String>
<system:String x:Key="Upgrade.Uptodate">Świetnie! Używasz najnowszej wersji!</system:String>
Expand Down