mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
parent
2174c8b453
commit
c7bb6336fb
5 changed files with 204 additions and 204 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0"?>
|
||||
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
|
||||
<!-- MainWindow -->
|
||||
<system:String x:Key="registerHotkeyFailed">Failed to register hotkey "{0}". The hotkey may be in use by another program. Change to a different hotkey, or exit another program.</system:String>
|
||||
<system:String x:Key="registerHotkeyFailed">Nie udało się zarejestrować skrótu klawiszowego "{0}". Klucz skrótu może być używany przez inny program. Zmień skrót klawiszowy lub wyjdź z innego programu.</system:String>
|
||||
<system:String x:Key="MessageBoxTitle">Flow Launcher</system:String>
|
||||
<system:String x:Key="couldnotStartCmd">Nie udało się uruchomić: {0}</system:String>
|
||||
<system:String x:Key="invalidFlowLauncherPluginFileFormat">Niepoprawny format pliku wtyczki</system:String>
|
||||
|
|
@ -21,11 +21,11 @@
|
|||
<system:String x:Key="selectAll">Zaznacz wszystko</system:String>
|
||||
<system:String x:Key="fileTitle">Plik</system:String>
|
||||
<system:String x:Key="folderTitle">Folder</system:String>
|
||||
<system:String x:Key="textTitle">Text</system:String>
|
||||
<system:String x:Key="textTitle">Tekst</system:String>
|
||||
<system:String x:Key="GameMode">Tryb grania</system:String>
|
||||
<system:String x:Key="GameModeToolTip">Wstrzymaj używanie skrótów.</system:String>
|
||||
<system:String x:Key="PositionReset">Position Reset</system:String>
|
||||
<system:String x:Key="PositionResetToolTip">Reset search window position</system:String>
|
||||
<system:String x:Key="PositionReset">Resetowanie pozycji</system:String>
|
||||
<system:String x:Key="PositionResetToolTip">Zresetuj pozycję okna wyszukiwania</system:String>
|
||||
|
||||
<!-- Setting General -->
|
||||
<system:String x:Key="flowlauncher_settings">Ustawienia</system:String>
|
||||
|
|
@ -33,29 +33,29 @@
|
|||
<system:String x:Key="portableMode">Tryb przenośny</system:String>
|
||||
<system:String x:Key="portableModeToolTIp">Przechowuj wszystkie ustawienia i dane użytkownika w jednym folderze (Przydatne, gdy używane na dyskach wymiennych lub usługach chmurowych).</system:String>
|
||||
<system:String x:Key="startFlowLauncherOnSystemStartup">Uruchamiaj Flow Launcher przy starcie systemu</system:String>
|
||||
<system:String x:Key="setAutoStartFailed">Error setting launch on startup</system:String>
|
||||
<system:String x:Key="setAutoStartFailed">Błąd uruchamiania ustawień przy starcie</system:String>
|
||||
<system:String x:Key="hideFlowLauncherWhenLoseFocus">Ukryj okno Flow Launcher kiedy przestanie ono być aktywne</system:String>
|
||||
<system:String x:Key="dontPromptUpdateMsg">Nie pokazuj powiadomienia o nowej wersji</system:String>
|
||||
<system:String x:Key="SearchWindowPosition">Search Window Position</system:String>
|
||||
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Remember Last Position</system:String>
|
||||
<system:String x:Key="SearchWindowScreenCursor">Monitor with Mouse Cursor</system:String>
|
||||
<system:String x:Key="SearchWindowScreenFocus">Monitor with Focused Window</system:String>
|
||||
<system:String x:Key="SearchWindowScreenPrimary">Primary Monitor</system:String>
|
||||
<system:String x:Key="SearchWindowScreenCustom">Custom Monitor</system:String>
|
||||
<system:String x:Key="SearchWindowAlign">Search Window Position on Monitor</system:String>
|
||||
<system:String x:Key="SearchWindowAlignCenter">Center</system:String>
|
||||
<system:String x:Key="SearchWindowAlignCenterTop">Center Top</system:String>
|
||||
<system:String x:Key="SearchWindowAlignLeftTop">Left Top</system:String>
|
||||
<system:String x:Key="SearchWindowAlignRightTop">Right Top</system:String>
|
||||
<system:String x:Key="SearchWindowAlignCustom">Custom Position</system:String>
|
||||
<system:String x:Key="SearchWindowPosition">Pozycja Okna Wyszukiwania</system:String>
|
||||
<system:String x:Key="SearchWindowScreenRememberLastLaunchLocation">Zapamiętaj Ostatnią Pozycję</system:String>
|
||||
<system:String x:Key="SearchWindowScreenCursor">Monitoruj kursorem myszy</system:String>
|
||||
<system:String x:Key="SearchWindowScreenFocus">Monitor z Dostosowanym Oknem</system:String>
|
||||
<system:String x:Key="SearchWindowScreenPrimary">Monitor główny</system:String>
|
||||
<system:String x:Key="SearchWindowScreenCustom">Monitor Niestandardowy </system:String>
|
||||
<system:String x:Key="SearchWindowAlign">Pozycja Okna Wyszukiwania na Monitorze</system:String>
|
||||
<system:String x:Key="SearchWindowAlignCenter">Wyśrodkowane</system:String>
|
||||
<system:String x:Key="SearchWindowAlignCenterTop">Środek Góra</system:String>
|
||||
<system:String x:Key="SearchWindowAlignLeftTop">Lewa Góra</system:String>
|
||||
<system:String x:Key="SearchWindowAlignRightTop">Prawa Góra</system:String>
|
||||
<system:String x:Key="SearchWindowAlignCustom">Pozycja niestandardowa</system:String>
|
||||
<system:String x:Key="language">Język</system:String>
|
||||
<system:String x:Key="lastQueryMode">Last Query Style</system:String>
|
||||
<system:String x:Key="lastQueryModeToolTip">Show/Hide previous results when Flow Launcher is reactivated.</system:String>
|
||||
<system:String x:Key="LastQueryPreserved">Preserve Last Query</system:String>
|
||||
<system:String x:Key="LastQuerySelected">Select last Query</system:String>
|
||||
<system:String x:Key="LastQueryEmpty">Empty last Query</system:String>
|
||||
<system:String x:Key="lastQueryMode">Styl ostatniego zapytania</system:String>
|
||||
<system:String x:Key="lastQueryModeToolTip">Pokaż/Ukryj poprzednie wyniki, gdy Flow Launcher jest ponownie aktywowany.</system:String>
|
||||
<system:String x:Key="LastQueryPreserved">Zachowaj ostatnie zapytanie</system:String>
|
||||
<system:String x:Key="LastQuerySelected">Wybierz ostatnie zapytanie</system:String>
|
||||
<system:String x:Key="LastQueryEmpty">Puste ostatnie zapytanie</system:String>
|
||||
<system:String x:Key="maxShowResults">Maksymalna liczba wyników</system:String>
|
||||
<system:String x:Key="maxShowResultsToolTip">You can also quickly adjust this by using CTRL+Plus and CTRL+Minus.</system:String>
|
||||
<system:String x:Key="maxShowResultsToolTip">Możesz to również szybko dostosować używając CTRL+Plus i CTRL+Minus.</system:String>
|
||||
<system:String x:Key="ignoreHotkeysOnFullscreen">Ignoruj skróty klawiszowe w trybie pełnego ekranu</system:String>
|
||||
<system:String x:Key="ignoreHotkeysOnFullscreenToolTip">Wyłącz aktywowanie Flow Launcher, gdy uruchomiona jest aplikacja pełnoekranowa (Zalecane dla gier).</system:String>
|
||||
<system:String x:Key="defaultFileManager">Domyślny menedżer plików</system:String>
|
||||
|
|
@ -63,45 +63,45 @@
|
|||
<system:String x:Key="defaultBrowser">Domyślna przeglądarka</system:String>
|
||||
<system:String x:Key="defaultBrowserToolTip">Ustawienie dla nowej karty, nowego okna i trybu prywatnego.</system:String>
|
||||
<system:String x:Key="pythonFilePath">Python Path</system:String>
|
||||
<system:String x:Key="nodeFilePath">Node.js Path</system:String>
|
||||
<system:String x:Key="selectNodeExecutable">Please select the Node.js executable</system:String>
|
||||
<system:String x:Key="selectPythonExecutable">Please select pythonw.exe</system:String>
|
||||
<system:String x:Key="typingStartEn">Always Start Typing in English Mode</system:String>
|
||||
<system:String x:Key="typingStartEnTooltip">Temporarily change your input method to English mode when activating Flow.</system:String>
|
||||
<system:String x:Key="nodeFilePath">Ścieżka Node.js</system:String>
|
||||
<system:String x:Key="selectNodeExecutable">Wybierz plik wykonywalny Node.js</system:String>
|
||||
<system:String x:Key="selectPythonExecutable">Wybierz pythonw.exe</system:String>
|
||||
<system:String x:Key="typingStartEn">Zawsze rozpoczynaj wpisywanie w trybie angielskim</system:String>
|
||||
<system:String x:Key="typingStartEnTooltip">Tymczasowo zmień metodę wprowadzania na tryb angielski podczas aktywacji Flow.</system:String>
|
||||
<system:String x:Key="autoUpdates">Automatyczne aktualizacje</system:String>
|
||||
<system:String x:Key="select">Wybierz</system:String>
|
||||
<system:String x:Key="hideOnStartup">Uruchamiaj Flow Launcher zminimalizowany</system:String>
|
||||
<system:String x:Key="hideNotifyIcon">Ukryj ikonę zasobnika</system:String>
|
||||
<system:String x:Key="hideNotifyIconToolTip">When the icon is hidden from the tray, the Settings menu can be opened by right-clicking on the search window.</system:String>
|
||||
<system:String x:Key="querySearchPrecision">Query Search Precision</system:String>
|
||||
<system:String x:Key="querySearchPrecisionToolTip">Changes minimum match score required for results.</system:String>
|
||||
<system:String x:Key="ShouldUsePinyin">Search with Pinyin</system:String>
|
||||
<system:String x:Key="ShouldUsePinyinToolTip">Allows using Pinyin to search. Pinyin is the standard system of romanized spelling for translating Chinese.</system:String>
|
||||
<system:String x:Key="AlwaysPreview">Always Preview</system:String>
|
||||
<system:String x:Key="AlwaysPreviewToolTip">Always open preview panel when Flow activates. Press {0} to toggle preview.</system:String>
|
||||
<system:String x:Key="shadowEffectNotAllowed">Shadow effect is not allowed while current theme has blur effect enabled</system:String>
|
||||
<system:String x:Key="hideNotifyIconToolTip">Gdy ikona jest ukryta w zasobniku, menu Ustawienia można otworzyć, klikając prawym przyciskiem myszy okno wyszukiwania.</system:String>
|
||||
<system:String x:Key="querySearchPrecision">Precyzja wyszukiwania zapytań</system:String>
|
||||
<system:String x:Key="querySearchPrecisionToolTip">Zmienia minimalny wynik dopasowania wymagany do uzyskania wyników.</system:String>
|
||||
<system:String x:Key="ShouldUsePinyin">Szukaj z Pinyin</system:String>
|
||||
<system:String x:Key="ShouldUsePinyinToolTip">Umożliwia wyszukiwanie przy użyciu Pinyin. Pinyin to standardowy system pisowni zromanizowanej służący do tłumaczenia języka chińskiego.</system:String>
|
||||
<system:String x:Key="AlwaysPreview">Zawsze Podgląd</system:String>
|
||||
<system:String x:Key="AlwaysPreviewToolTip">Zawsze otwieraj panel podglądu, gdy aktywowany jest Flow. Naciśnij {0}, aby przełączyć podgląd.</system:String>
|
||||
<system:String x:Key="shadowEffectNotAllowed">Efekt cienia jest niedozwolony, gdy bieżący motyw ma włączony efekt rozmycia</system:String>
|
||||
|
||||
<!-- Setting Plugin -->
|
||||
<system:String x:Key="searchplugin">Szukaj wtyczek</system:String>
|
||||
<system:String x:Key="searchpluginToolTip">Ctrl+F aby wyszukać wtyczki</system:String>
|
||||
<system:String x:Key="searchplugin_Noresult_Title">No results found</system:String>
|
||||
<system:String x:Key="searchplugin_Noresult_Subtitle">Please try a different search.</system:String>
|
||||
<system:String x:Key="plugin">Plugin</system:String>
|
||||
<system:String x:Key="searchplugin_Noresult_Title">Nie znaleziono wyników</system:String>
|
||||
<system:String x:Key="searchplugin_Noresult_Subtitle">Spróbuj użyć innego wyszukiwania.</system:String>
|
||||
<system:String x:Key="plugin">Wtyczka</system:String>
|
||||
<system:String x:Key="plugins">Wtyczki</system:String>
|
||||
<system:String x:Key="browserMorePlugins">Znajdź więcej wtyczek</system:String>
|
||||
<system:String x:Key="enable">On</system:String>
|
||||
<system:String x:Key="enable">Włącz</system:String>
|
||||
<system:String x:Key="disable">Wyłącz</system:String>
|
||||
<system:String x:Key="actionKeywordsTitle">Action keyword Setting</system:String>
|
||||
<system:String x:Key="actionKeywordsTitle">Ustawienie akcji słowa kluczowego</system:String>
|
||||
<system:String x:Key="actionKeywords">Wyzwalacze</system:String>
|
||||
<system:String x:Key="currentActionKeywords">Current action keyword</system:String>
|
||||
<system:String x:Key="newActionKeyword">New action keyword</system:String>
|
||||
<system:String x:Key="actionKeywordsTooltip">Change Action Keywords</system:String>
|
||||
<system:String x:Key="currentPriority">Current Priority</system:String>
|
||||
<system:String x:Key="newPriority">New Priority</system:String>
|
||||
<system:String x:Key="priority">Priority</system:String>
|
||||
<system:String x:Key="priorityToolTip">Change Plugin Results Priority</system:String>
|
||||
<system:String x:Key="currentActionKeywords">Bieżące słowo kluczowe akcji</system:String>
|
||||
<system:String x:Key="newActionKeyword">Nowe słowo kluczowe akcji</system:String>
|
||||
<system:String x:Key="actionKeywordsTooltip">Zmień słowa kluczowe akcji</system:String>
|
||||
<system:String x:Key="currentPriority">Obecny Priorytet</system:String>
|
||||
<system:String x:Key="newPriority">Nowy Priorytet</system:String>
|
||||
<system:String x:Key="priority">Priorytet</system:String>
|
||||
<system:String x:Key="priorityToolTip">Zmień priorytet wyników wtyczki</system:String>
|
||||
<system:String x:Key="pluginDirectory">Folder wtyczki</system:String>
|
||||
<system:String x:Key="author">by</system:String>
|
||||
<system:String x:Key="author">wg</system:String>
|
||||
<system:String x:Key="plugin_init_time">Czas ładowania:</system:String>
|
||||
<system:String x:Key="plugin_query_time">Czas zapytania:</system:String>
|
||||
<system:String x:Key="plugin_query_version">Wersja</system:String>
|
||||
|
|
@ -111,67 +111,67 @@
|
|||
|
||||
<!-- Setting Plugin Store -->
|
||||
<system:String x:Key="pluginStore">Sklep z wtyczkami</system:String>
|
||||
<system:String x:Key="pluginStore_NewRelease">New Release</system:String>
|
||||
<system:String x:Key="pluginStore_RecentlyUpdated">Recently Updated</system:String>
|
||||
<system:String x:Key="pluginStore_NewRelease">Nowe wydanie</system:String>
|
||||
<system:String x:Key="pluginStore_RecentlyUpdated">Ostatnio zaktualizowano</system:String>
|
||||
<system:String x:Key="pluginStore_None">Wtyczki</system:String>
|
||||
<system:String x:Key="pluginStore_Installed">Installed</system:String>
|
||||
<system:String x:Key="refresh">Refresh</system:String>
|
||||
<system:String x:Key="installbtn">Install</system:String>
|
||||
<system:String x:Key="pluginStore_Installed">Zainstalowany</system:String>
|
||||
<system:String x:Key="refresh">Odśwież</system:String>
|
||||
<system:String x:Key="installbtn">Instalacja</system:String>
|
||||
<system:String x:Key="uninstallbtn">Odinstalowywanie</system:String>
|
||||
<system:String x:Key="updatebtn">Aktualizuj</system:String>
|
||||
<system:String x:Key="LabelInstalledToolTip">Plugin already installed</system:String>
|
||||
<system:String x:Key="LabelNew">New Version</system:String>
|
||||
<system:String x:Key="LabelNewToolTip">This plugin has been updated within the last 7 days</system:String>
|
||||
<system:String x:Key="LabelUpdateToolTip">New Update is Available</system:String>
|
||||
<system:String x:Key="LabelInstalledToolTip">Plugin już jest zainstalowany</system:String>
|
||||
<system:String x:Key="LabelNew">Nowa wersja</system:String>
|
||||
<system:String x:Key="LabelNewToolTip">Ta wtyczka została zaktualizowana w ciągu ostatnich 7 dni</system:String>
|
||||
<system:String x:Key="LabelUpdateToolTip">Dostępna jest nowa aktualizacja</system:String>
|
||||
|
||||
|
||||
|
||||
<!-- Setting Theme -->
|
||||
<system:String x:Key="theme">Skórka</system:String>
|
||||
<system:String x:Key="appearance">Appearance</system:String>
|
||||
<system:String x:Key="appearance">Wygląd</system:String>
|
||||
<system:String x:Key="browserMoreThemes">Znajdź więcej skórek</system:String>
|
||||
<system:String x:Key="howToCreateTheme">How to create a theme</system:String>
|
||||
<system:String x:Key="hiThere">Hi There</system:String>
|
||||
<system:String x:Key="howToCreateTheme">Jak utworzyć motyw</system:String>
|
||||
<system:String x:Key="hiThere">Cześć,</system:String>
|
||||
<system:String x:Key="SampleTitleExplorer">Explorer</system:String>
|
||||
<system:String x:Key="SampleSubTitleExplorer">Search for files, folders and file contents</system:String>
|
||||
<system:String x:Key="SampleTitleWebSearch">WebSearch</system:String>
|
||||
<system:String x:Key="SampleSubTitleWebSearch">Search the web with different search engine support</system:String>
|
||||
<system:String x:Key="SampleSubTitleExplorer">Wyszukiwanie plików, folderów i zawartości plików</system:String>
|
||||
<system:String x:Key="SampleTitleWebSearch">Wyszukiwarka internetowa</system:String>
|
||||
<system:String x:Key="SampleSubTitleWebSearch">Wyszukiwanie w Internecie z obsługą różnych wyszukiwarek</system:String>
|
||||
<system:String x:Key="SampleTitleProgram">Programy</system:String>
|
||||
<system:String x:Key="SampleSubTitleProgram">Launch programs as admin or a different user</system:String>
|
||||
<system:String x:Key="SampleTitleProcessKiller">ProcessKiller</system:String>
|
||||
<system:String x:Key="SampleSubTitleProcessKiller">Terminate unwanted processes</system:String>
|
||||
<system:String x:Key="SampleSubTitleProgram">Uruchamiaj programy jako administrator lub inny użytkownik</system:String>
|
||||
<system:String x:Key="SampleTitleProcessKiller">ZabijProces</system:String>
|
||||
<system:String x:Key="SampleSubTitleProcessKiller">Zakończ niechciane procesy</system:String>
|
||||
<system:String x:Key="queryBoxFont">Czcionka okna zapytania</system:String>
|
||||
<system:String x:Key="resultItemFont">Czcionka okna wyników</system:String>
|
||||
<system:String x:Key="windowMode">Tryb w oknie</system:String>
|
||||
<system:String x:Key="opacity">Przeźroczystość</system:String>
|
||||
<system:String x:Key="theme_load_failure_path_not_exists">Theme {0} not exists, fallback to default theme</system:String>
|
||||
<system:String x:Key="theme_load_failure_parse_error">Fail to load theme {0}, fallback to default theme</system:String>
|
||||
<system:String x:Key="ThemeFolder">Theme Folder</system:String>
|
||||
<system:String x:Key="OpenThemeFolder">Open Theme Folder</system:String>
|
||||
<system:String x:Key="ColorScheme">Color Scheme</system:String>
|
||||
<system:String x:Key="ColorSchemeSystem">System Default</system:String>
|
||||
<system:String x:Key="ColorSchemeLight">Light</system:String>
|
||||
<system:String x:Key="ColorSchemeDark">Dark</system:String>
|
||||
<system:String x:Key="SoundEffect">Sound Effect</system:String>
|
||||
<system:String x:Key="SoundEffectTip">Play a small sound when the search window opens</system:String>
|
||||
<system:String x:Key="Animation">Animation</system:String>
|
||||
<system:String x:Key="AnimationTip">Use Animation in UI</system:String>
|
||||
<system:String x:Key="AnimationSpeed">Animation Speed</system:String>
|
||||
<system:String x:Key="AnimationSpeedTip">The speed of the UI animation</system:String>
|
||||
<system:String x:Key="AnimationSpeedSlow">Slow</system:String>
|
||||
<system:String x:Key="AnimationSpeedMedium">Medium</system:String>
|
||||
<system:String x:Key="AnimationSpeedFast">Fast</system:String>
|
||||
<system:String x:Key="AnimationSpeedCustom">Custom</system:String>
|
||||
<system:String x:Key="Clock">Clock</system:String>
|
||||
<system:String x:Key="Date">Date</system:String>
|
||||
<system:String x:Key="theme_load_failure_path_not_exists">Motyw {0} nie istnieje, powróć do domyślnego motywu</system:String>
|
||||
<system:String x:Key="theme_load_failure_parse_error">Nie można załadować motywu {0}, wróć do motywu domyślnego</system:String>
|
||||
<system:String x:Key="ThemeFolder">Folder Motywu</system:String>
|
||||
<system:String x:Key="OpenThemeFolder">Otwórz folder motywu</system:String>
|
||||
<system:String x:Key="ColorScheme">Schemat kolorów</system:String>
|
||||
<system:String x:Key="ColorSchemeSystem">Domyślne ustawienie systemowe</system:String>
|
||||
<system:String x:Key="ColorSchemeLight">Jasny</system:String>
|
||||
<system:String x:Key="ColorSchemeDark">Ciemny</system:String>
|
||||
<system:String x:Key="SoundEffect">Efekty dźwiękowe</system:String>
|
||||
<system:String x:Key="SoundEffectTip">Odtwarzaj krótki dźwięk po otwarciu okna wyszukiwania</system:String>
|
||||
<system:String x:Key="Animation">Animacja</system:String>
|
||||
<system:String x:Key="AnimationTip">Użyj animacji w interfejsie użytkownika</system:String>
|
||||
<system:String x:Key="AnimationSpeed">Szybkość animacji</system:String>
|
||||
<system:String x:Key="AnimationSpeedTip">Szybkość animacji interfejsu użytkownika</system:String>
|
||||
<system:String x:Key="AnimationSpeedSlow">Wolna</system:String>
|
||||
<system:String x:Key="AnimationSpeedMedium">Średnia</system:String>
|
||||
<system:String x:Key="AnimationSpeedFast">Szybka</system:String>
|
||||
<system:String x:Key="AnimationSpeedCustom">Niestandardowa</system:String>
|
||||
<system:String x:Key="Clock">Zegar</system:String>
|
||||
<system:String x:Key="Date">Data</system:String>
|
||||
|
||||
<!-- Setting Hotkey -->
|
||||
<system:String x:Key="hotkey">Skrót klawiszowy</system:String>
|
||||
<system:String x:Key="hotkeys">Skrót klawiszowy</system:String>
|
||||
<system:String x:Key="flowlauncherHotkey">Skrót klawiszowy Flow Launcher</system:String>
|
||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
||||
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
||||
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
||||
<system:String x:Key="flowlauncherHotkeyToolTip">Wprowadź skrót, aby pokazać/ukryć Flow Launcher.</system:String>
|
||||
<system:String x:Key="previewHotkey">Podgląd skrótu</system:String>
|
||||
<system:String x:Key="previewHotkeyToolTip">Wprowadź skrót, aby pokazać/ukryć podgląd w oknie wyszukiwania.</system:String>
|
||||
<system:String x:Key="openResultModifiers">Modyfikatory klawiszów otwierających wyniki</system:String>
|
||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||
<system:String x:Key="showOpenResultHotkey">Pokaż skrót klawiszowy</system:String>
|
||||
|
|
@ -243,27 +243,27 @@
|
|||
<!-- FileManager Setting Dialog -->
|
||||
<system:String x:Key="fileManagerWindow">Select File Manager</system:String>
|
||||
<system:String x:Key="fileManager_tips">Please specify the file location of the file manager you using and add arguments if necessary. The default arguments are "%d", and a path is entered at that location. For example, If a command is required such as "totalcmd.exe /A c:\windows", argument is /A "%d".</system:String>
|
||||
<system:String x:Key="fileManager_tips2">"%f" is an argument that represent the file path. It is used to emphasize the file/folder name when opening a specific file location in 3rd party file manager. This argument is only available in the "Arg for File" item. If the file manager does not have that function, you can use "%d".</system:String>
|
||||
<system:String x:Key="fileManager_name">File Manager</system:String>
|
||||
<system:String x:Key="fileManager_profile_name">Profile Name</system:String>
|
||||
<system:String x:Key="fileManager_path">File Manager Path</system:String>
|
||||
<system:String x:Key="fileManager_directory_arg">Arg For Folder</system:String>
|
||||
<system:String x:Key="fileManager_file_arg">Arg For File</system:String>
|
||||
<system:String x:Key="fileManager_tips2">"%f" jest argumentem reprezentującym ścieżkę do pliku. Służy do podkreślenia nazwy pliku/folderu podczas otwierania określonej lokalizacji pliku w menedżerze plików innych firm. Ten argument jest dostępny tylko w pozycji "Arg dla pliku". Jeśli menedżer plików nie ma tej funkcji, możesz użyć "%d".</system:String>
|
||||
<system:String x:Key="fileManager_name">Menadżer plików</system:String>
|
||||
<system:String x:Key="fileManager_profile_name">Nazwa profilu</system:String>
|
||||
<system:String x:Key="fileManager_path">Ścieżka menedżera plików</system:String>
|
||||
<system:String x:Key="fileManager_directory_arg">Arg dla folderu</system:String>
|
||||
<system:String x:Key="fileManager_file_arg">Arg dla pliku</system:String>
|
||||
|
||||
<!-- DefaultBrowser Setting Dialog -->
|
||||
<system:String x:Key="defaultBrowserTitle">Domyślna przeglądarka</system:String>
|
||||
<system:String x:Key="defaultBrowser_tips">The default setting follows the OS default browser setting. If specified separately, flow uses that browser.</system:String>
|
||||
<system:String x:Key="defaultBrowser_name">Browser</system:String>
|
||||
<system:String x:Key="defaultBrowser_profile_name">Browser Name</system:String>
|
||||
<system:String x:Key="defaultBrowser_path">Browser Path</system:String>
|
||||
<system:String x:Key="defaultBrowser_newWindow">New Window</system:String>
|
||||
<system:String x:Key="defaultBrowser_newTab">New Tab</system:String>
|
||||
<system:String x:Key="defaultBrowser_parameter">Private Mode</system:String>
|
||||
<system:String x:Key="defaultBrowser_tips">Ustawienie domyślne jest zgodne z domyślnym ustawieniem przeglądarki systemu operacyjnego. Jeśli określono to oddzielnie, flow korzysta z tej przeglądarki.</system:String>
|
||||
<system:String x:Key="defaultBrowser_name">Przeglądarka</system:String>
|
||||
<system:String x:Key="defaultBrowser_profile_name">Nazwa przeglądarki</system:String>
|
||||
<system:String x:Key="defaultBrowser_path">Ścieżka przeglądarki</system:String>
|
||||
<system:String x:Key="defaultBrowser_newWindow">Nowe okno</system:String>
|
||||
<system:String x:Key="defaultBrowser_newTab">Nowa zakładka</system:String>
|
||||
<system:String x:Key="defaultBrowser_parameter">Tryb prywatny</system:String>
|
||||
|
||||
<!-- Priority Setting Dialog -->
|
||||
<system:String x:Key="changePriorityWindow">Change Priority</system:String>
|
||||
<system:String x:Key="priority_tips">Greater the number, the higher the result will be ranked. Try setting it as 5. If you want the results to be lower than any other plugin's, provide a negative number</system:String>
|
||||
<system:String x:Key="invalidPriority">Please provide an valid integer for Priority!</system:String>
|
||||
<system:String x:Key="changePriorityWindow">Zmień priorytet</system:String>
|
||||
<system:String x:Key="priority_tips">Im większa liczba, tym wyższa pozycja w rankingu. Spróbuj ustawić go jako 5. Jeśli chcesz, aby wyniki były niższe niż w przypadku jakiejkolwiek innej wtyczki, podaj liczbę ujemną</system:String>
|
||||
<system:String x:Key="invalidPriority">Podaj prawidłową liczbę całkowitą dla priorytetu!</system:String>
|
||||
|
||||
<!-- Action Keyword Setting Dialog -->
|
||||
<system:String x:Key="oldActionKeywords">Stary wyzwalacz</system:String>
|
||||
|
|
@ -274,26 +274,26 @@
|
|||
<system:String x:Key="newActionKeywordsCannotBeEmpty">Nowy wyzwalacz nie może być pusty</system:String>
|
||||
<system:String x:Key="newActionKeywordsHasBeenAssigned">Ten wyzwalacz został już przypisany do innej wtyczki, musisz podać inny wyzwalacz.</system:String>
|
||||
<system:String x:Key="success">Sukces</system:String>
|
||||
<system:String x:Key="completedSuccessfully">Completed successfully</system:String>
|
||||
<system:String x:Key="completedSuccessfully">Zakończono pomyślnie</system:String>
|
||||
<system:String x:Key="actionkeyword_tips">Użyj * jeżeli nie chcesz podawać wyzwalacza</system:String>
|
||||
|
||||
<!-- Custom Query Hotkey Dialog -->
|
||||
<system:String x:Key="customeQueryHotkeyTitle">Skrót klawiszowy niestandardowych zapyta</system:String>
|
||||
<system:String x:Key="customeQueryHotkeyTips">Press a custom hotkey to open Flow Launcher and input the specified query automatically.</system:String>
|
||||
<system:String x:Key="customeQueryHotkeyTips">Naciśnij niestandardowy klawisz skrótu, aby otworzyć Flow Launcher i automatycznie wprowadzić określone zapytanie.</system:String>
|
||||
<system:String x:Key="preview">Podgląd</system:String>
|
||||
<system:String x:Key="hotkeyIsNotUnavailable">Skrót klawiszowy jest niedostępny, musisz podać inny skrót klawiszowy</system:String>
|
||||
<system:String x:Key="invalidPluginHotkey">Niepoprawny skrót klawiszowy</system:String>
|
||||
<system:String x:Key="update">Aktualizuj</system:String>
|
||||
|
||||
<!-- Custom Query Shortcut Dialog -->
|
||||
<system:String x:Key="customeQueryShortcutTitle">Custom Query Shortcut</system:String>
|
||||
<system:String x:Key="customeQueryShortcutTips">Enter a shortcut that automatically expands to the specified query.</system:String>
|
||||
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">A shortcut is expanded when it exactly matches the query.
|
||||
<system:String x:Key="customeQueryShortcutTitle">Niestandardowy skrót zapytania</system:String>
|
||||
<system:String x:Key="customeQueryShortcutTips">Wprowadź skrót, który automatycznie rozszerzy się do określonego zapytania.</system:String>
|
||||
<system:String x:Key="customeQueryShortcutGuide" xml:space="preserve">Skrót jest rozwijany, gdy dokładnie pasuje do zapytania.
|
||||
|
||||
If you add an '@' prefix while inputting a shortcut, it matches any position in the query. Builtin shortcuts match any position in a query.
|
||||
Jeśli dodasz prefiks '@' podczas wprowadzania skrótu, będzie on pasował do dowolnej pozycji w zapytaniu. Wbudowane skróty pasują do każdej pozycji w zapytaniu.
|
||||
</system:String>
|
||||
<system:String x:Key="duplicateShortcut">Shortcut already exists, please enter a new Shortcut or edit the existing one.</system:String>
|
||||
<system:String x:Key="emptyShortcut">Shortcut and/or its expansion is empty.</system:String>
|
||||
<system:String x:Key="duplicateShortcut">Skrót już istnieje, wprowadź nowy skrót lub edytuj istniejący.</system:String>
|
||||
<system:String x:Key="emptyShortcut">Skrót i/lub jego rozwinięcie jest puste.</system:String>
|
||||
|
||||
<!-- Hotkey Control -->
|
||||
<system:String x:Key="hotkeyUnavailable">Niepoprawny skrót klawiszowy</system:String>
|
||||
|
|
@ -315,51 +315,51 @@ If you add an '@' prefix while inputting a shortcut, it matches any position in
|
|||
<system:String x:Key="reportWindow_flowlauncher_got_an_error">W programie Flow Launcher wystąpił błąd</system:String>
|
||||
|
||||
<!-- General Notice -->
|
||||
<system:String x:Key="pleaseWait">Please wait...</system:String>
|
||||
<system:String x:Key="pleaseWait">Proszę czekać...</system:String>
|
||||
|
||||
<!-- Update -->
|
||||
<system:String x:Key="update_flowlauncher_update_check">Checking for new update</system:String>
|
||||
<system:String x:Key="update_flowlauncher_already_on_latest">You already have the latest Flow Launcher version</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_found">Update found</system:String>
|
||||
<system:String x:Key="update_flowlauncher_updating">Updating...</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_check">Sprawdzanie nowej aktualizacji</system:String>
|
||||
<system:String x:Key="update_flowlauncher_already_on_latest">Masz już najnowszą wersję Flow Launcher</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_found">Znaleziono aktualizację</system:String>
|
||||
<system:String x:Key="update_flowlauncher_updating">Aktualizacja...</system:String>
|
||||
<system:String x:Key="update_flowlauncher_fail_moving_portable_user_profile_data">
|
||||
Flow Launcher was not able to move your user profile data to the new update version.
|
||||
Please manually move your profile data folder from {0} to {1}
|
||||
Flow Launcher nie był w stanie przenieść danych profilu użytkownika do nowej wersji aktualizacji.
|
||||
Ręcznie przenieś folder danych profilu z {0} do {1}
|
||||
</system:String>
|
||||
<system:String x:Key="update_flowlauncher_new_update">New Update</system:String>
|
||||
<system:String x:Key="update_flowlauncher_new_update">Nowa aktualizacja</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_new_version_available">Nowa wersja Flow Launcher {0} jest dostępna</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_error">Wystąpił błąd podczas instalowania aktualizacji programu</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update">Aktualizuj</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_cancel">Anuluj</system:String>
|
||||
<system:String x:Key="update_flowlauncher_fail">Update Failed</system:String>
|
||||
<system:String x:Key="update_flowlauncher_check_connection">Check your connection and try updating proxy settings to github-cloud.s3.amazonaws.com.</system:String>
|
||||
<system:String x:Key="update_flowlauncher_fail">Aktualizacja nie powiodła się</system:String>
|
||||
<system:String x:Key="update_flowlauncher_check_connection">Sprawdź połączenie i spróbuj zaktualizować ustawienia proxy do github-cloud.s3.amazonaws.com.</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_restart_flowlauncher_tip">Aby dokończyć proces aktualizacji Flow Launcher musi zostać zresetowany</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_update_files">Następujące pliki zostaną zaktualizowane</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_files">Aktualizuj pliki</system:String>
|
||||
<system:String x:Key="update_flowlauncher_update_update_description">Opis aktualizacji</system:String>
|
||||
|
||||
<!-- Welcome Window -->
|
||||
<system:String x:Key="Skip">Skip</system:String>
|
||||
<system:String x:Key="Welcome_Page1_Title">Welcome to Flow Launcher</system:String>
|
||||
<system:String x:Key="Welcome_Page1_Text01">Hello, this is the first time you are running Flow Launcher!</system:String>
|
||||
<system:String x:Key="Welcome_Page1_Text02">Before starting, this wizard will assist in setting up Flow Launcher. You can skip this if you wish. Please choose a language</system:String>
|
||||
<system:String x:Key="Welcome_Page2_Title">Search and run all files and applications on your PC</system:String>
|
||||
<system:String x:Key="Welcome_Page2_Text01">Search everything from applications, files, bookmarks, YouTube, Twitter and more. All from the comfort of your keyboard without ever touching the mouse.</system:String>
|
||||
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher starts with the hotkey below, go ahead and try it out now. To change it, click on the input and press the desired hotkey on the keyboard.</system:String>
|
||||
<system:String x:Key="Welcome_Page3_Title">Hotkeys</system:String>
|
||||
<system:String x:Key="Welcome_Page4_Title">Action Keyword and Commands</system:String>
|
||||
<system:String x:Key="Welcome_Page4_Text01">Search the web, launch applications or run various functions through Flow Launcher plugins. Certain functions start with an action keyword, and if necessary, they can be used without action keywords. Try the queries below in Flow Launcher.</system:String>
|
||||
<system:String x:Key="Welcome_Page5_Title">Let's Start Flow Launcher</system:String>
|
||||
<system:String x:Key="Welcome_Page5_Text01">Finished. Enjoy Flow Launcher. Don't forget the hotkey to start :)</system:String>
|
||||
<system:String x:Key="Skip">Pomiń</system:String>
|
||||
<system:String x:Key="Welcome_Page1_Title">Witamy w Flow Launcher</system:String>
|
||||
<system:String x:Key="Welcome_Page1_Text01">Witaj, po raz pierwszy uruchamiasz Flow Launcher!</system:String>
|
||||
<system:String x:Key="Welcome_Page1_Text02">Przed rozpoczęciem ten kreator pomoże skonfigurować Flow Launcher. Jeśli chcesz, możesz to pominąć. Proszę wybierz język</system:String>
|
||||
<system:String x:Key="Welcome_Page2_Title">Wyszukiwanie i uruchamianie wszystkich plików i aplikacji na PC</system:String>
|
||||
<system:String x:Key="Welcome_Page2_Text01">Przeszukuj wszystko, od aplikacji, plików, zakładek, YouTube, X i nie tylko. Wszystko to z komfortowej klawiatury, bez konieczności dotykania myszy.</system:String>
|
||||
<system:String x:Key="Welcome_Page2_Text02">Flow Launcher uruchamia się za pomocą poniższego skrótu klawiszowego, śmiało i wypróbuj go teraz. Aby to zmienić, kliknij dane wejściowe i naciśnij żądany klawisz skrótu na klawiaturze.</system:String>
|
||||
<system:String x:Key="Welcome_Page3_Title">Skróty klawiszowe</system:String>
|
||||
<system:String x:Key="Welcome_Page4_Title">Słowo kluczowe akcji i polecenia</system:String>
|
||||
<system:String x:Key="Welcome_Page4_Text01">Przeszukuj sieć, uruchamiaj aplikacje lub uruchamiaj różne funkcje za pomocą wtyczek Flow Launcher. Niektóre funkcje zaczynają się od słowa kluczowego akcji, a w razie potrzeby można ich używać bez słów kluczowych akcji. Wypróbuj poniższe zapytania w Flow Launcher.</system:String>
|
||||
<system:String x:Key="Welcome_Page5_Title">Uruchom Flow Launcher</system:String>
|
||||
<system:String x:Key="Welcome_Page5_Text01">Zakończono. Ciesz się Flow Launcher. Nie zapomnij o klawiszu skrótu, aby rozpocząć :)</system:String>
|
||||
|
||||
<!-- General Guide & Hotkey -->
|
||||
|
||||
<system:String x:Key="HotkeyUpDownDesc">Back / Context Menu</system:String>
|
||||
<system:String x:Key="HotkeyLeftRightDesc">Item Navigation</system:String>
|
||||
<system:String x:Key="HotkeyShiftEnterDesc">Open Context Menu</system:String>
|
||||
<system:String x:Key="HotkeyCtrlEnterDesc">Open Containing Folder</system:String>
|
||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Run as Admin / Open Folder in Default File Manager</system:String>
|
||||
<system:String x:Key="HotkeyCtrlHDesc">Query History</system:String>
|
||||
<system:String x:Key="HotkeyUpDownDesc">Powrót / Menu kontekstowe</system:String>
|
||||
<system:String x:Key="HotkeyLeftRightDesc">Nawigacja pozycji</system:String>
|
||||
<system:String x:Key="HotkeyShiftEnterDesc">Otwórz menu kontekstowe</system:String>
|
||||
<system:String x:Key="HotkeyCtrlEnterDesc">Otwórz folder zawierający</system:String>
|
||||
<system:String x:Key="HotkeyCtrlShiftEnterDesc">Uruchom jako administrator / Otwórz folder w domyślnym menedżerze plików</system:String>
|
||||
<system:String x:Key="HotkeyCtrlHDesc">Historia zapytań</system:String>
|
||||
<system:String x:Key="HotkeyESCDesc">Back to Result in Context Menu</system:String>
|
||||
<system:String x:Key="HotkeyTabDesc">Autocomplete</system:String>
|
||||
<system:String x:Key="HotkeyRunDesc">Open / Run Selected Item</system:String>
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@
|
|||
<system:String x:Key="plugin_pluginsmanager_update_alreadyexists">此插件已安装</system:String>
|
||||
<system:String x:Key="plugin_pluginsmanager_update_failed_title">插件列表下载失败</system:String>
|
||||
<system:String x:Key="plugin_pluginsmanager_update_failed_subtitle">请检查您是否可以连接到 github.com。这个错误意味着您可能无法安装或更新插件。</system:String>
|
||||
<system:String x:Key="plugin_pluginsmanager_update_all_title">Update all plugins</system:String>
|
||||
<system:String x:Key="plugin_pluginsmanager_update_all_subtitle">Would you like to update all plugins?</system:String>
|
||||
<system:String x:Key="plugin_pluginsmanager_update_all_title">更新所有插件</system:String>
|
||||
<system:String x:Key="plugin_pluginsmanager_update_all_subtitle">您想要更新所有插件吗?</system:String>
|
||||
<system:String x:Key="plugin_pluginsmanager_update_all_prompt">Would you like to update {0} plugins?{1}Flow Launcher will restart after updating all plugins.</system:String>
|
||||
<system:String x:Key="plugin_pluginsmanager_update_all_prompt_no_restart">Would you like to update {0} plugins?</system:String>
|
||||
<system:String x:Key="plugin_pluginsmanager_update_all_success_restart">{0} plugins successfully updated. Restarting Flow, please wait...</system:String>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">替换 Win+R</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">Close Command Prompt after pressing any key</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">Press any key to close this window...</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">按下任意键以关闭此窗口...</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">执行后不关闭命令窗口</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">始终以管理员身份运行</system:String>
|
||||
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">以其他用户身份运行</system:String>
|
||||
|
|
|
|||
|
|
@ -1890,7 +1890,7 @@
|
|||
<value>Microsoft New Phonetic Settings</value>
|
||||
</data>
|
||||
<data name="GenerateASystemHealthReport" xml:space="preserve">
|
||||
<value>Generate a system health report</value>
|
||||
<value>Générer un rapport de santé du système</value>
|
||||
</data>
|
||||
<data name="FixProblemsWithYourComputer" xml:space="preserve">
|
||||
<value>Fix problems with your computer</value>
|
||||
|
|
@ -1959,7 +1959,7 @@
|
|||
<value>Configure advanced user profile properties</value>
|
||||
</data>
|
||||
<data name="StartOrStopUsingAutoplayForAllMediaAndDevices" xml:space="preserve">
|
||||
<value>Start or stop using AutoPlay for all media and devices</value>
|
||||
<value>Démarrer ou arrêter l'utilisation de la fonction AutoPlay pour tous les médias et appareils</value>
|
||||
</data>
|
||||
<data name="ChangeAutomaticMaintenanceSettings" xml:space="preserve">
|
||||
<value>Change Automatic Maintenance settings</value>
|
||||
|
|
@ -1971,16 +1971,16 @@
|
|||
<value>Select users who can use remote desktop</value>
|
||||
</data>
|
||||
<data name="ShowWhichProgramsAreInstalledOnYourComputer" xml:space="preserve">
|
||||
<value>Show which programs are installed on your computer</value>
|
||||
<value>Afficher les programmes installés sur votre ordinateur</value>
|
||||
</data>
|
||||
<data name="AllowRemoteAccessToYourComputer" xml:space="preserve">
|
||||
<value>Allow remote access to your computer</value>
|
||||
</data>
|
||||
<data name="ViewAdvancedSystemSettings" xml:space="preserve">
|
||||
<value>View advanced system settings</value>
|
||||
<value>Afficher les paramètres avancés du système</value>
|
||||
</data>
|
||||
<data name="HowToInstallAProgram" xml:space="preserve">
|
||||
<value>How to install a program</value>
|
||||
<value>Comment installer un programme</value>
|
||||
</data>
|
||||
<data name="ChangeHowYourKeyboardWorks" xml:space="preserve">
|
||||
<value>Modifier le fonctionnement de votre clavier</value>
|
||||
|
|
@ -2013,7 +2013,7 @@
|
|||
<value>Change your homepage</value>
|
||||
</data>
|
||||
<data name="GroupSimilarWindowsOnTheTaskbar" xml:space="preserve">
|
||||
<value>Group similar windows on the taskbar</value>
|
||||
<value>Grouper les fenêtres similaires sur la barre des tâches</value>
|
||||
</data>
|
||||
<data name="ChangeWindowsSideshowSettings" xml:space="preserve">
|
||||
<value>Change Windows SideShow settings</value>
|
||||
|
|
@ -2031,7 +2031,7 @@
|
|||
<value>Change when the computer sleeps</value>
|
||||
</data>
|
||||
<data name="SetUpAVirtualPrivateNetworkVPNConnection" xml:space="preserve">
|
||||
<value>Set up a virtual private network (VPN) connection</value>
|
||||
<value>Configurer une connexion à un réseau privé virtuel (VPN)</value>
|
||||
</data>
|
||||
<data name="AccommodateLearningAbilities" xml:space="preserve">
|
||||
<value>Accommodate learning abilities</value>
|
||||
|
|
@ -2040,10 +2040,10 @@
|
|||
<value>Set up a dial-up connection</value>
|
||||
</data>
|
||||
<data name="SetUpAConnectionOrNetwork" xml:space="preserve">
|
||||
<value>Set up a connection or network</value>
|
||||
<value>Configurer une connexion ou un réseau</value>
|
||||
</data>
|
||||
<data name="HowToChangeYourWindowsPassword" xml:space="preserve">
|
||||
<value>How to change your Windows password</value>
|
||||
<value>Comment modifier votre mot de passe Windows</value>
|
||||
</data>
|
||||
<data name="MakeItEasierToSeeTheMousePointer" xml:space="preserve">
|
||||
<value>Make it easier to see the mouse pointer</value>
|
||||
|
|
@ -2097,13 +2097,13 @@
|
|||
<value>Show how much RAM is on this computer</value>
|
||||
</data>
|
||||
<data name="EditPowerPlan" xml:space="preserve">
|
||||
<value>Edit power plan</value>
|
||||
<value>Modifier le mode de gestion d'alimentation</value>
|
||||
</data>
|
||||
<data name="AdjustSystemVolume" xml:space="preserve">
|
||||
<value>Adjust system volume</value>
|
||||
<value>Ajuster le volume système</value>
|
||||
</data>
|
||||
<data name="DefragmentAndOptimiseYourDrives" xml:space="preserve">
|
||||
<value>Defragment and optimise your drives</value>
|
||||
<value>Défragmenter et optimiser les lecteurs</value>
|
||||
</data>
|
||||
<data name="SetUpODBCDataSources32Bit" xml:space="preserve">
|
||||
<value>Set up ODBC data sources (32-bit)</value>
|
||||
|
|
@ -2115,7 +2115,7 @@
|
|||
<value>Magnify portions of the screen using Magnifier</value>
|
||||
</data>
|
||||
<data name="ChangeTheFileTypeAssociatedWithAFileExtension" xml:space="preserve">
|
||||
<value>Change the file type associated with a file extension</value>
|
||||
<value>Modifier le type de fichier associé à une extension de fichier</value>
|
||||
</data>
|
||||
<data name="ViewEventLogs" xml:space="preserve">
|
||||
<value>View event logs</value>
|
||||
|
|
@ -2140,10 +2140,10 @@
|
|||
</value>
|
||||
</data>
|
||||
<data name="TurnWindowsFeaturesOnOrOff" xml:space="preserve">
|
||||
<value>Turn Windows features on or off</value>
|
||||
<value>Activer ou désactiver des fonctionnalités Windows</value>
|
||||
</data>
|
||||
<data name="ShowWhichOperatingSystemYourComputerIsRunning" xml:space="preserve">
|
||||
<value>Show which operating system your computer is running</value>
|
||||
<value>Afficher le système d'exploitation utilisé par l'ordinateur</value>
|
||||
</data>
|
||||
<data name="ViewLocalServices" xml:space="preserve">
|
||||
<value>View local services</value>
|
||||
|
|
@ -2161,10 +2161,10 @@
|
|||
<value>Advanced printer setup</value>
|
||||
</data>
|
||||
<data name="ChangeDefaultPrinter" xml:space="preserve">
|
||||
<value>Change default printer</value>
|
||||
<value>Changer l'imprimante par défaut</value>
|
||||
</data>
|
||||
<data name="EditEnvironmentVariablesForYourAccount" xml:space="preserve">
|
||||
<value>Edit environment variables for your account</value>
|
||||
<value>Modifier les variables d'environnement pour votre compte</value>
|
||||
</data>
|
||||
<data name="OptimiseVisualDisplay" xml:space="preserve">
|
||||
<value>Optimise visual display</value>
|
||||
|
|
@ -2182,7 +2182,7 @@
|
|||
<value>Clear disk space by deleting unnecessary files</value>
|
||||
</data>
|
||||
<data name="ViewDevicesAndPrinters" xml:space="preserve">
|
||||
<value>View devices and printers</value>
|
||||
<value>Afficher les appareils et les imprimantes</value>
|
||||
</data>
|
||||
<data name="PrivateCharacterEditor" xml:space="preserve">
|
||||
<value>Private Character Editor</value>
|
||||
|
|
@ -2206,16 +2206,16 @@
|
|||
<value>Choose the order of how your screen rotates</value>
|
||||
</data>
|
||||
<data name="ChangeHowWindowsSearches" xml:space="preserve">
|
||||
<value>Change how Windows searches</value>
|
||||
<value>Modifier le mode de recherche de Windows</value>
|
||||
</data>
|
||||
<data name="SetFlicksToPerformCertainTasks" xml:space="preserve">
|
||||
<value>Set flicks to perform certain tasks</value>
|
||||
</data>
|
||||
<data name="ChangeAccountType" xml:space="preserve">
|
||||
<value>Change account type</value>
|
||||
<value>Changer le type de compte</value>
|
||||
</data>
|
||||
<data name="ChangeScreenSaver" xml:space="preserve">
|
||||
<value>Change screen saver</value>
|
||||
<value>Modifier l'économiseur d'écran</value>
|
||||
</data>
|
||||
<data name="ChangeUserAccountControlSettings" xml:space="preserve">
|
||||
<value>Change User Account Control settings</value>
|
||||
|
|
@ -2224,10 +2224,10 @@
|
|||
<value>Turn on easy access keys</value>
|
||||
</data>
|
||||
<data name="IdentifyAndRepairNetworkProblems" xml:space="preserve">
|
||||
<value>Identify and repair network problems</value>
|
||||
<value>Identifier et réparer les problèmes de réseau</value>
|
||||
</data>
|
||||
<data name="FindAndFixNetworkingAndConnectionProblems" xml:space="preserve">
|
||||
<value>Find and fix networking and connection problems</value>
|
||||
<value>Rechercher et résoudre les problèmes de réseau et de connexion</value>
|
||||
</data>
|
||||
<data name="PlayCdsOrOtherMediaAutomatically" xml:space="preserve">
|
||||
<value>Play CDs or other media automatically</value>
|
||||
|
|
@ -2236,34 +2236,34 @@
|
|||
<value>View basic information about your computer</value>
|
||||
</data>
|
||||
<data name="ChooseHowYouOpenLinks" xml:space="preserve">
|
||||
<value>Choose how you open links</value>
|
||||
<value>Choisissez comment ouvrir les liens</value>
|
||||
</data>
|
||||
<data name="AllowRemoteAssistanceInvitationsToBeSentFromThisComputer" xml:space="preserve">
|
||||
<value>Allow Remote Assistance invitations to be sent from this computer</value>
|
||||
</data>
|
||||
<data name="TaskManager" xml:space="preserve">
|
||||
<value>Task Manager</value>
|
||||
<value>Gestionnaire des tâches</value>
|
||||
</data>
|
||||
<data name="TurnFlicksOnOrOff" xml:space="preserve">
|
||||
<value>Turn flicks on or off</value>
|
||||
</data>
|
||||
<data name="AddALanguage" xml:space="preserve">
|
||||
<value>Add a language</value>
|
||||
<value>Ajouter une langue</value>
|
||||
</data>
|
||||
<data name="ViewNetworkStatusAndTasks" xml:space="preserve">
|
||||
<value>View network status and tasks</value>
|
||||
<value>Afficher l'état du réseau et les tâches</value>
|
||||
</data>
|
||||
<data name="TurnMagnifierOnOrOff" xml:space="preserve">
|
||||
<value>Turn Magnifier on or off</value>
|
||||
<value>Activer ou désactiver la loupe</value>
|
||||
</data>
|
||||
<data name="SeeTheNameOfThisComputer" xml:space="preserve">
|
||||
<value>See the name of this computer</value>
|
||||
<value>Afficher le nom de cet ordinateur</value>
|
||||
</data>
|
||||
<data name="ViewNetworkConnections" xml:space="preserve">
|
||||
<value>View network connections</value>
|
||||
<value>Afficher les connexions réseau</value>
|
||||
</data>
|
||||
<data name="PerformRecommendedMaintenanceTasksAutomatically" xml:space="preserve">
|
||||
<value>Perform recommended maintenance tasks automatically</value>
|
||||
<value>Effectuer automatiquement les tâches de maintenance recommandées</value>
|
||||
</data>
|
||||
<data name="ManageDiskSpaceUsedByYourOfflineFiles" xml:space="preserve">
|
||||
<value>Manage disk space used by your offline files</value>
|
||||
|
|
@ -2281,7 +2281,7 @@
|
|||
<value>Change the way dates and lists are displayed</value>
|
||||
</data>
|
||||
<data name="ManageAudioDevices" xml:space="preserve">
|
||||
<value>Manage audio devices</value>
|
||||
<value>Gérer les appareils audio</value>
|
||||
</data>
|
||||
<data name="ChangeSecuritySettings" xml:space="preserve">
|
||||
<value>Change security settings</value>
|
||||
|
|
@ -2290,7 +2290,7 @@
|
|||
<value>Check security status</value>
|
||||
</data>
|
||||
<data name="DeleteCookiesOrTemporaryFiles" xml:space="preserve">
|
||||
<value>Delete cookies or temporary files</value>
|
||||
<value>Supprimer les cookies ou les fichiers temporaires</value>
|
||||
</data>
|
||||
<data name="SpecifyWhichHandYouWriteWith" xml:space="preserve">
|
||||
<value>Specify which hand you write with</value>
|
||||
|
|
@ -2323,7 +2323,7 @@
|
|||
<value>Enable or disable session cookies</value>
|
||||
</data>
|
||||
<data name="GiveAdministrativeRightsToADomainUser" xml:space="preserve">
|
||||
<value>Give administrative rights to a domain user</value>
|
||||
<value>Donner des droits d'administration à un utilisateur du domaine</value>
|
||||
</data>
|
||||
<data name="ChooseWhenToTurnOffDisplay" xml:space="preserve">
|
||||
<value>Choose when to turn off display</value>
|
||||
|
|
@ -2332,7 +2332,7 @@
|
|||
<value>Move the pointer with the keypad using MouseKeys</value>
|
||||
</data>
|
||||
<data name="ChangeWindowsSideshowCompatibleDeviceSettings" xml:space="preserve">
|
||||
<value>Change Windows SideShow-compatible device settings</value>
|
||||
<value>Modifier les paramètres des appareils compatibles avec Windows SideShow</value>
|
||||
</data>
|
||||
<data name="AdjustCommonlyUsedMobilitySettings" xml:space="preserve">
|
||||
<value>Adjust commonly used mobility settings</value>
|
||||
|
|
@ -2341,7 +2341,7 @@
|
|||
<value>Change text-to-speech settings</value>
|
||||
</data>
|
||||
<data name="SetTheTimeAndDate" xml:space="preserve">
|
||||
<value>Set the time and date</value>
|
||||
<value>Définir l'heure et la date</value>
|
||||
</data>
|
||||
<data name="ChangeLocationSettings" xml:space="preserve">
|
||||
<value>Change location settings</value>
|
||||
|
|
@ -2350,16 +2350,16 @@
|
|||
<value>Change mouse settings</value>
|
||||
</data>
|
||||
<data name="ManageStorageSpaces" xml:space="preserve">
|
||||
<value>Manage Storage Spaces</value>
|
||||
<value>Gérer les espaces de stockage</value>
|
||||
</data>
|
||||
<data name="ShowOrHideFileExtensions" xml:space="preserve">
|
||||
<value>Show or hide file extensions</value>
|
||||
</data>
|
||||
<data name="AllowAnAppThroughWindowsFirewall" xml:space="preserve">
|
||||
<value>Allow an app through Windows Firewall</value>
|
||||
<value>Autoriser une application via le pare-feu Windows</value>
|
||||
</data>
|
||||
<data name="ChangeSystemSounds" xml:space="preserve">
|
||||
<value>Change system sounds</value>
|
||||
<value>Modifier les sons du système</value>
|
||||
</data>
|
||||
<data name="AdjustCleartypeText" xml:space="preserve">
|
||||
<value>Adjust ClearType text</value>
|
||||
|
|
@ -2368,25 +2368,25 @@
|
|||
<value>Turn screen saver on or off</value>
|
||||
</data>
|
||||
<data name="FindAndFixWindowsUpdateProblems" xml:space="preserve">
|
||||
<value>Find and fix windows update problems</value>
|
||||
<value>Rechercher et résoudre les problèmes de mise à jour de Windows</value>
|
||||
</data>
|
||||
<data name="ChangeBluetoothSettings" xml:space="preserve">
|
||||
<value>Change Bluetooth settings</value>
|
||||
</data>
|
||||
<data name="ConnectToANetwork" xml:space="preserve">
|
||||
<value>Connect to a network</value>
|
||||
<value>Se connecter à un réseau</value>
|
||||
</data>
|
||||
<data name="ChangeTheSearchProviderInInternetExplorer" xml:space="preserve">
|
||||
<value>Change the search provider in Internet Explorer</value>
|
||||
<value>Changer le moteur de recherche dans Internet Explorer</value>
|
||||
</data>
|
||||
<data name="JoinADomain" xml:space="preserve">
|
||||
<value>Join a domain</value>
|
||||
</data>
|
||||
<data name="AddADevice" xml:space="preserve">
|
||||
<value>Add a device</value>
|
||||
<value>Ajouter un appareil</value>
|
||||
</data>
|
||||
<data name="FindAndFixProblemsWithWindowsSearch" xml:space="preserve">
|
||||
<value>Find and fix problems with Windows Search</value>
|
||||
<value>Rechercher et résoudre les problèmes avec Windows Search</value>
|
||||
</data>
|
||||
<data name="ChooseAPowerPlan" xml:space="preserve">
|
||||
<value>Choose a power plan</value>
|
||||
|
|
@ -2395,7 +2395,7 @@
|
|||
<value>Change how the mouse pointer looks when it’s moving</value>
|
||||
</data>
|
||||
<data name="UninstallAProgram" xml:space="preserve">
|
||||
<value>Uninstall a program</value>
|
||||
<value>Désinstaller un programme</value>
|
||||
</data>
|
||||
<data name="CreateAndFormatHardDiskPartitions" xml:space="preserve">
|
||||
<value>Create and format hard disk partitions</value>
|
||||
|
|
@ -2407,7 +2407,7 @@
|
|||
<value>Change PC wake-up settings</value>
|
||||
</data>
|
||||
<data name="ManageNetworkPasswords" xml:space="preserve">
|
||||
<value>Manage network passwords</value>
|
||||
<value>Gérer les mots de passe réseau</value>
|
||||
</data>
|
||||
<data name="ChangeInputMethods" xml:space="preserve">
|
||||
<value>Change input methods</value>
|
||||
|
|
@ -2419,10 +2419,10 @@
|
|||
<value>Change battery settings</value>
|
||||
</data>
|
||||
<data name="RenameThisComputer" xml:space="preserve">
|
||||
<value>Rename this computer</value>
|
||||
<value>Renommer cet ordinateur</value>
|
||||
</data>
|
||||
<data name="LockOrUnlockTheTaskbar" xml:space="preserve">
|
||||
<value>Lock or unlock the taskbar</value>
|
||||
<value>Verrouiller ou déverrouiller la barre des tâches</value>
|
||||
</data>
|
||||
<data name="ManageWebCredentials" xml:space="preserve">
|
||||
<value>Manage Web Credentials</value>
|
||||
|
|
@ -2431,16 +2431,16 @@
|
|||
<value>Change the time zone</value>
|
||||
</data>
|
||||
<data name="StartSpeechRecognition" xml:space="preserve">
|
||||
<value>Start speech recognition</value>
|
||||
<value>Démarrer la reconnaissance vocale</value>
|
||||
</data>
|
||||
<data name="ViewInstalledUpdates" xml:space="preserve">
|
||||
<value>View installed updates</value>
|
||||
<value>Afficher les mises à jour installées</value>
|
||||
</data>
|
||||
<data name="WhatsHappenedToTheQuickLaunchToolbar" xml:space="preserve">
|
||||
<value>What's happened to the Quick Launch toolbar?</value>
|
||||
<value>Qu'est-il arrivé à la barre d'outils de lancement rapide ?</value>
|
||||
</data>
|
||||
<data name="ChangeSearchOptionsForFilesAndFolders" xml:space="preserve">
|
||||
<value>Change search options for files and folders</value>
|
||||
<value>Modifier les options de recherche pour les fichiers et les dossiers</value>
|
||||
</data>
|
||||
<data name="AdjustSettingsBeforeGivingAPresentation" xml:space="preserve">
|
||||
<value>Adjust settings before giving a presentation</value>
|
||||
|
|
@ -2470,7 +2470,7 @@
|
|||
<value>Gérer les certificats utilisateur</value>
|
||||
</data>
|
||||
<data name="ScheduleTasks" xml:space="preserve">
|
||||
<value>Schedule tasks</value>
|
||||
<value>Planifier des tâches</value>
|
||||
</data>
|
||||
<data name="IgnoreRepeatedKeystrokesUsingFilterkeys" xml:space="preserve">
|
||||
<value>Ignore repeated keystrokes using FilterKeys</value>
|
||||
|
|
@ -2485,7 +2485,7 @@
|
|||
<value>Delete browsing history</value>
|
||||
</data>
|
||||
<data name="ChangeWhatThePowerButtonsDo" xml:space="preserve">
|
||||
<value>Change what the power buttons do</value>
|
||||
<value>Changer ce que font les boutons d'alimentation</value>
|
||||
</data>
|
||||
<data name="CreateStandardUserAccount" xml:space="preserve">
|
||||
<value>Create standard user account</value>
|
||||
|
|
@ -2494,7 +2494,7 @@
|
|||
<value>Take speech tutorials</value>
|
||||
</data>
|
||||
<data name="ViewSystemResourceUsageInTaskManager" xml:space="preserve">
|
||||
<value>View system resource usage in Task Manager</value>
|
||||
<value>Afficher l'utilisation des ressources du système dans le gestionnaire des tâches</value>
|
||||
</data>
|
||||
<data name="CreateAnAccount" xml:space="preserve">
|
||||
<value>Créer un compte</value>
|
||||
|
|
|
|||
|
|
@ -1932,7 +1932,7 @@
|
|||
<value>Turn off unnecessary animations</value>
|
||||
</data>
|
||||
<data name="CreateARestorePoint" xml:space="preserve">
|
||||
<value>Create a restore point</value>
|
||||
<value>创建还原点</value>
|
||||
</data>
|
||||
<data name="TurnOffAutomaticWindowArrangement" xml:space="preserve">
|
||||
<value>Turn off automatic window arrangement</value>
|
||||
|
|
@ -2007,7 +2007,7 @@
|
|||
<value>Set up ODBC data sources (64-bit)</value>
|
||||
</data>
|
||||
<data name="ConfigureProxyServer" xml:space="preserve">
|
||||
<value>Configure proxy server</value>
|
||||
<value>设置代理服务器</value>
|
||||
</data>
|
||||
<data name="ChangeYourHomepage" xml:space="preserve">
|
||||
<value>Change your homepage</value>
|
||||
|
|
@ -2242,7 +2242,7 @@
|
|||
<value>Allow Remote Assistance invitations to be sent from this computer</value>
|
||||
</data>
|
||||
<data name="TaskManager" xml:space="preserve">
|
||||
<value>Task Manager</value>
|
||||
<value>任务管理器</value>
|
||||
</data>
|
||||
<data name="TurnFlicksOnOrOff" xml:space="preserve">
|
||||
<value>Turn flicks on or off</value>
|
||||
|
|
@ -2356,7 +2356,7 @@
|
|||
<value>是否显示文件扩展名</value>
|
||||
</data>
|
||||
<data name="AllowAnAppThroughWindowsFirewall" xml:space="preserve">
|
||||
<value>Allow an app through Windows Firewall</value>
|
||||
<value>允许应用程序通过 Windows 防火墙</value>
|
||||
</data>
|
||||
<data name="ChangeSystemSounds" xml:space="preserve">
|
||||
<value>更改系统声音</value>
|
||||
|
|
|
|||
Loading…
Reference in a new issue