From 9be90dd0355c8c245d0f39d2ceb1afd6c22583c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Pastuszak?= Date: Mon, 13 Jun 2016 23:24:23 +0200 Subject: [PATCH] Added plugins Polish translations (#764) --- .../Wox.Plugin.Caculator/Languages/pl.xaml | 8 ++++ .../Wox.Plugin.Caculator.csproj | 7 ++++ Plugins/Wox.Plugin.Color/Languages/pl.xaml | 8 ++++ .../Wox.Plugin.Color/Wox.Plugin.Color.csproj | 7 ++++ .../Wox.Plugin.ControlPanel/Languages/pl.xaml | 8 ++++ .../Wox.Plugin.ControlPanel.csproj | 7 ++++ .../Wox.Plugin.Everything/Languages/pl.xaml | 14 +++++++ .../Wox.Plugin.Everything.csproj | 7 ++++ Plugins/Wox.Plugin.Folder/Languages/pl.xaml | 15 ++++++++ .../Wox.Plugin.Folder.csproj | 5 +++ .../Languages/pl.xaml | 8 ++++ .../Wox.Plugin.PluginIndicator.csproj | 7 ++++ .../Languages/pl.xaml | 8 ++++ .../Wox.Plugin.PluginManagement.csproj | 7 ++++ Plugins/Wox.Plugin.Program/Languages/pl.xaml | 38 +++++++++++++++++++ .../Wox.Plugin.Program.csproj | 5 +++ Plugins/Wox.Plugin.Shell/Languages/pl.xaml | 12 ++++++ .../Wox.Plugin.Shell/Wox.Plugin.Shell.csproj | 5 +++ Plugins/Wox.Plugin.Sys/Languages/en.xaml | 2 +- Plugins/Wox.Plugin.Sys/Languages/pl.xaml | 21 ++++++++++ Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj | 5 +++ Plugins/Wox.Plugin.Url/Languages/pl.xaml | 11 ++++++ Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj | 7 ++++ .../Wox.Plugin.WebSearch/Languages/pl.xaml | 31 +++++++++++++++ .../Wox.Plugin.WebSearch.csproj | 5 +++ 25 files changed, 257 insertions(+), 1 deletion(-) create mode 100644 Plugins/Wox.Plugin.Caculator/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.Color/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.ControlPanel/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.Everything/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.Folder/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.PluginIndicator/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.PluginManagement/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.Program/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.Shell/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.Sys/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.Url/Languages/pl.xaml create mode 100644 Plugins/Wox.Plugin.WebSearch/Languages/pl.xaml diff --git a/Plugins/Wox.Plugin.Caculator/Languages/pl.xaml b/Plugins/Wox.Plugin.Caculator/Languages/pl.xaml new file mode 100644 index 0000000000..c93c5e802b --- /dev/null +++ b/Plugins/Wox.Plugin.Caculator/Languages/pl.xaml @@ -0,0 +1,8 @@ + + + Kalkulator + Szybkie wykonywanie obliczeń matematycznych. (Spróbuj wpisać 5*3-2 w oknie Woxa) + + \ No newline at end of file diff --git a/Plugins/Wox.Plugin.Caculator/Wox.Plugin.Caculator.csproj b/Plugins/Wox.Plugin.Caculator/Wox.Plugin.Caculator.csproj index d3623d3448..e0c469f37b 100644 --- a/Plugins/Wox.Plugin.Caculator/Wox.Plugin.Caculator.csproj +++ b/Plugins/Wox.Plugin.Caculator/Wox.Plugin.Caculator.csproj @@ -103,6 +103,13 @@ PreserveNewest + + + MSBuild:Compile + Designer + PreserveNewest + + diff --git a/Plugins/Wox.Plugin.Color/Languages/pl.xaml b/Plugins/Wox.Plugin.Color/Languages/pl.xaml new file mode 100644 index 0000000000..2a8361eb29 --- /dev/null +++ b/Plugins/Wox.Plugin.Color/Languages/pl.xaml @@ -0,0 +1,8 @@ + + + Kolory + Podgląd kolorów po wpisaniu ich kodu szesnastkowego. (Spróbuj wpisać #000 w oknie Woxa) + + \ No newline at end of file diff --git a/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj b/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj index 403d96a8ea..69c66c0e0b 100644 --- a/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj +++ b/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj @@ -98,6 +98,13 @@ PreserveNewest + + + MSBuild:Compile + Designer + PreserveNewest + + + Usuń + Edytuj + Dodaj + Lokalizacja + Rozszerzenia indeksowanych plików + Re-indeksuj + Indeksowanie + Indeksuj Menu Start + Indeksuj rejestr + Rozszerzenia + Maksymalna głębokość + + Katalog: + Przeglądaj + Rozszerzenia plików: + Maksymalna głębokość wyszukiwania (-1 to nieograniczona): + + Musisz wybrać katalog programu + Czy jesteś pewien że chcesz usunąć {0}? + + Aktualizuj + Wox będzie indeksował tylko te pliki z podanymi rozszerzeniami: + (Każde rozszerzenie musi być oddzielone ;) + Pomyślnie zaktualizowano rozszerzenia plików + Musisz podać rozszerzenia plików + + Uruchom jako administrator + Otwórz folder zawierający + + Programy + Szukaj i uruchamiaj programy z poziomu Woxa + + \ No newline at end of file diff --git a/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj b/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj index 99067392b6..cbc3820a35 100644 --- a/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj +++ b/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj @@ -119,6 +119,11 @@ Designer PreserveNewest + + MSBuild:Compile + Designer + PreserveNewest + MSBuild:Compile Designer diff --git a/Plugins/Wox.Plugin.Shell/Languages/pl.xaml b/Plugins/Wox.Plugin.Shell/Languages/pl.xaml new file mode 100644 index 0000000000..909e5c2586 --- /dev/null +++ b/Plugins/Wox.Plugin.Shell/Languages/pl.xaml @@ -0,0 +1,12 @@ + + + Zastąp Win+R + Nie zamykaj wiersza poleceń po wykonaniu polecenia + Wiersz poleceń + Pozwala wykonywać komend wiersza polecania z Woxa. Polecania zaczynają się od > + to polecenie zostało wykonane {0} razy + wykonaj to polecenie w wierszu poleceń + Uruchom jako administrator + \ No newline at end of file diff --git a/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj b/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj index 7d5145fb48..39d96a613b 100644 --- a/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj +++ b/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj @@ -113,6 +113,11 @@ + + MSBuild:Compile + Designer + PreserveNewest + MSBuild:Compile Designer diff --git a/Plugins/Wox.Plugin.Sys/Languages/en.xaml b/Plugins/Wox.Plugin.Sys/Languages/en.xaml index 65b50edcb8..0d3fb8e61f 100644 --- a/Plugins/Wox.Plugin.Sys/Languages/en.xaml +++ b/Plugins/Wox.Plugin.Sys/Languages/en.xaml @@ -16,6 +16,6 @@ Empty recycle bin System Commands - Provide System related commands. e.g. shutdown,lock,setting etc. + Provides System related commands. e.g. shutdown, lock, settings etc. \ No newline at end of file diff --git a/Plugins/Wox.Plugin.Sys/Languages/pl.xaml b/Plugins/Wox.Plugin.Sys/Languages/pl.xaml new file mode 100644 index 0000000000..19a9c1a67b --- /dev/null +++ b/Plugins/Wox.Plugin.Sys/Languages/pl.xaml @@ -0,0 +1,21 @@ + + + Komenda + Opis + + Wyłącz komputer + Uruchom ponownie komputer + Wyloguj się + Zablokuj ten komputer + Wyłącz Woxa + Uruchom ponownie Woxa + Dostosuj ustawienia + Przełącz komputer w tryb uśpienia + Opróżnij kosz + + Komendy systemowe + Wykonywanie komend systemowych, np. wyłącz, zablokuj komputer, otwórz ustawienia itp. + + \ No newline at end of file diff --git a/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj b/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj index b00c16f7fb..a687949583 100644 --- a/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj +++ b/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj @@ -97,6 +97,11 @@ Designer PreserveNewest + + MSBuild:Compile + Designer + PreserveNewest + MSBuild:Compile Designer diff --git a/Plugins/Wox.Plugin.Url/Languages/pl.xaml b/Plugins/Wox.Plugin.Url/Languages/pl.xaml new file mode 100644 index 0000000000..b2be290d1e --- /dev/null +++ b/Plugins/Wox.Plugin.Url/Languages/pl.xaml @@ -0,0 +1,11 @@ + + + Otwórz adres URL: {0} + Nie udało się otworzyć adresu: {0} + + URL + Otwórz wpisany adres URL z poziomu Woxa + + \ No newline at end of file diff --git a/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj b/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj index 2de77e4719..be8a28b3b3 100644 --- a/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj +++ b/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj @@ -97,6 +97,13 @@ PreserveNewest + + + MSBuild:Compile + Designer + PreserveNewest + + + Tytuł + Aktywne + Wybierz ikonę + Ikona + Anuluj + Niepoprawne wyszukanie + Musisz wpisać tytuł + Musisz wpisać wyzwalacz + Musisz wpisać adres URL + Ten wyzwalacz jest już używany, musisz wybrać inny + Sukces + + Wyszukiwarka WWW + Szybkie wyszukiwanie na stronach WWW + + \ No newline at end of file diff --git a/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj b/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj index 45318d6123..8826164da9 100644 --- a/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj +++ b/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj @@ -147,6 +147,11 @@ Designer PreserveNewest + + MSBuild:Compile + Designer + PreserveNewest + MSBuild:Compile Designer