diff --git a/.github/stale.yml b/.github/stale.yml index f9c3a6f1..56aefb14 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -11,6 +11,7 @@ daysUntilClose: 14 onlyLabels: - more info needed - answered? + - Fixed ??? - build issue # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 3a38fd06..b895c3f1 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -11,8 +11,8 @@ on: # Triggers the workflow on push or pull request events but only for the master branch #push: # branches: [ master ] - pull_request: - branches: [ master ] + #pull_request: + # branches: [ master ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 18235832..c3400852 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -6,7 +6,7 @@ jobs: publish: runs-on: windows-latest # action can only be run on windows steps: - - uses: vedantmgoyal2009/vedantmgoyal2009/winget-pkgs-automation/releaser-action@v1.0.0 + - uses: vedantmgoyal2009/winget-releaser@latest with: identifier: Sandboxie.Plus installers-regex: 'Sandboxie-Plus.*.exe$' diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a31f667..fd5cba46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,10 +19,24 @@ This project adheres to [Semantic Versioning](http://semver.org/). -## [1.1.3 / 5.56.3] - 2022-06-?? +## [1.1.3 / 5.56.3] - 2022-06-20 + +### Added +- added group first sorting [#1922](https://github.com/sandboxie-plus/Sandboxie/issues/1922) + +### Changed +- updated Classic UI Swedish translation (thanks pb1) +- restored Plus UI Turkish translation [#1419](https://github.com/sandboxie-plus/Sandboxie/issues/1419) (thanks fmbxnary) ### Fixed - fixed issue with recovery window on delete [#1948](https://github.com/sandboxie-plus/Sandboxie/issues/1948) +- fixed double-click issue on path column [#1951](https://github.com/sandboxie-plus/Sandboxie/issues/1951) +- "AllowBoxedJobs=n" is back to the default behaviour as issues were reported [#1954](https://github.com/sandboxie-plus/Sandboxie/issues/1954) +- fixed issue with internet block [#1955](https://github.com/sandboxie-plus/Sandboxie/issues/1955) +- fixed grouping issue in the Plus UI [#1950](https://github.com/sandboxie-plus/Sandboxie/issues/1950) +- fixed issue with CredentialUIBroker.exe on Windows 11 with win32k hooks [#1839](https://github.com/sandboxie-plus/Sandboxie/issues/1839) +- fixed issue with delete V2 [#1939](https://github.com/sandboxie-plus/Sandboxie/issues/1939) + @@ -30,23 +44,23 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.1.2 / 5.56.2] - 2022-06-14 ### Added -- added missing file recovery log from sbiectrl to sandman [#425](https://github.com/sandboxie-plus/Sandboxie/issues/425) -- Immediate recovery window will now auto close when all files are recovered [#1498](https://github.com/sandboxie-plus/Sandboxie/issues/1498) -- the Immediate recovery window of sandman is now by default alway on top like in sbiectrl this can be disabled with "Options/RecoveryOnTop=n" [#1465](https://github.com/sandboxie-plus/Sandboxie/issues/1465) -- added option to toggle Immediate recovery from the presets sub menu [#1653](https://github.com/sandboxie-plus/Sandboxie/issues/1653) -- added option to disable file recovery and or message pop up globally -- added per box refresh opzion [#1945](https://github.com/sandboxie-plus/Sandboxie/issues/1945) +- added missing file recovery log to SandMan [#425](https://github.com/sandboxie-plus/Sandboxie/issues/425) +- the immediate recovery window will now auto-close when all files have been recovered [#1498](https://github.com/sandboxie-plus/Sandboxie/issues/1498) +- the immediate recovery window of SandMan is always on top by default like in SbieCtrl; this can be disabled with "Options/RecoveryOnTop=n" [#1465](https://github.com/sandboxie-plus/Sandboxie/issues/1465) +- added option to toggle immediate recovery from the presets submenu [#1653](https://github.com/sandboxie-plus/Sandboxie/issues/1653) +- added option to disable file recovery and message pop-up globally +- added per box refresh option [#1945](https://github.com/sandboxie-plus/Sandboxie/issues/1945) ### Changed -- desktop security workaround used for chrome, firefox and acrobat can now be enabled for all processes using "UseSbieDeskHack=y" -- inproved double click behavioure [#1935](https://github.com/sandboxie-plus/Sandboxie/issues/1935) +- the desktop security workaround used for Chrome, Firefox and Acrobat can now be enabled for all processes using "UseSbieDeskHack=y" +- improved double-click behaviour [#1935](https://github.com/sandboxie-plus/Sandboxie/issues/1935) - box size info is refreshed on file recovery ### Fixed -- fixed issue with unnececery sandboxie config reloads introduced in 1.1.1 +- fixed issue with unnecessary Sandboxie config reloads introduced in 1.1.1 [#1938](https://github.com/sandboxie-plus/Sandboxie/issues/1938) - fixed issue with recovery window focus [#1374](https://github.com/sandboxie-plus/Sandboxie/issues/1374) - fixed issues with desktop objects introduced in 1.1.1 [#1934](https://github.com/sandboxie-plus/Sandboxie/issues/1934) -- fixed issues with edge startup boost using a gpo preset +- fixed issues with Edge startup boost using a GPO preset [#1913](https://github.com/sandboxie-plus/Sandboxie/issues/1913) @@ -451,7 +465,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). - added ability to run Win32 store apps in App Compartment mode (on Windows 11 requires COM to be open) -- Note: this does not mean UWP store apps, just regular win32 apps packaged to be deployed via the store - added new debug options "UnstrippedToken=y" and "KeepUserGroup=y" -- added double click to recover files and folders in recovery window [#1466](https://github.com/sandboxie-plus/Sandboxie/issues/1466) +- added double-click to recover files and folders in recovery window [#1466](https://github.com/sandboxie-plus/Sandboxie/issues/1466) - added Ukrainian language on Plus UI (by SuperMaxusa) [#1488](https://github.com/sandboxie-plus/Sandboxie/pull/1488) ### Changed @@ -1058,8 +1072,8 @@ Fixed issue with Windows 7 ### Changed - replaced the Process List used by the driver with a much faster Hash Map implementation --- Note: this change provides an almost static system call speed of 1.2盜 regardless of the running process count --- The old list, with 100 programs running required 4.5盜; with 200: 12盜; and with 300: 18盜 per syscall +-- Note: this change provides an almost static system call speed of 1.2繕s regardless of the running process count +-- The old list, with 100 programs running required 4.5繕s; with 200: 12繕s; and with 300: 18繕s per syscall -- Note: some of the slowdown was also affecting non-sandboxed applications due to how the driver handles certain callbacks - replaced the per-process Thread List used by the driver with a much faster Hash Map implementation - replaced configuration section list with a hash map to improve configuration performance, and increased line limit to 100000 @@ -1364,7 +1378,7 @@ Fixed issue with Windows 7 - added confirmation prompts to terminate all commands - added window title to boxed process info [#360](https://github.com/sandboxie-plus/Sandboxie/issues/360) - added WinSpy based sandboxed window finder [#351](https://github.com/sandboxie-plus/Sandboxie/issues/351) -- added option to view disabled boxes and double click on box to enable it +- added option to view disabled boxes and double-click on box to enable it ### Changed - "Reset Columns" now resizes them to fit the content, and it can now be localized [#426](https://github.com/sandboxie-plus/Sandboxie/issues/426) @@ -1844,7 +1858,7 @@ Fixed issue with Windows 7 - Processes can be now terminated with the del key, and require a confirmation - added sandboxed window border display to SandMan.exe - added notification for Sbie log messages -- added Sandbox Presets sub menu allowing to quickly change some settings +- added Sandbox Presets submenu allowing to quickly change some settings -- Enable/Disable API logging, logapi_dll's are now distributed with SbiePlus -- And other: Drop admin rights; Block/Allow internet access; Block/Allow access to files on the network - added more info to the sandbox status column @@ -1910,13 +1924,13 @@ Fixed issue with Windows 7 ## [0.2 / 5.41.0] - 2020-06-08 ### Added -- IniWatcher, no more clicking reload, the ini is now reloaded automatically every time it changes +- IniWatcher, the .ini is now reloaded automatically every time it changes - added Maintenance menu to the Sandbox menu, allowing to install/uninstall and start/stop Sandboxie driver, service - SandMan.exe now is packed with Sbie files and when no Sbie is installed acts as a portable installation - added option to clean-up logs ### Changed -- Sbie driver now first checks the home path for the Sbie ini before checking SystemRoot +- Sbie driver now first checks the home path for the configuration file Sandboxie.ini before checking SystemRoot ### Fixed - FIXED SECURITY ISSUE: sandboxed processes could obtain a write handle on non sandboxed processes (thanks Diversenok) diff --git a/Installer/Languages.iss b/Installer/Languages.iss index 7aabc0d9..7bfdc10b 100644 --- a/Installer/Languages.iss +++ b/Installer/Languages.iss @@ -19,8 +19,8 @@ Name: "brazilianportuguese"; MessagesFile: "compiler:Languages\BrazilianPortugue Name: "portuguese"; MessagesFile: "compiler:Languages\Portuguese.isl" Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl" Name: "spanish"; MessagesFile: "compiler:Languages\Spanish.isl" +Name: "turkish"; MessagesFile: "compiler:Languages\Turkish.isl" Name: "ukrainian"; MessagesFile: "compiler:Languages\Ukrainian.isl" -;Name: "turkish"; MessagesFile: "compiler:Languages\Turkish.isl" ;Name: "armenian"; MessagesFile: "compiler:Languages\Armenian.isl" ;Name: "bulgarian"; MessagesFile: "compiler:Languages\Bulgarian.isl" ;Name: "catalan"; MessagesFile: "compiler:Languages\Catalan.isl" @@ -305,6 +305,28 @@ spanish.UninstallTaskLabel3=&Mantenga los archivos de configuraci籀n y las sandb spanish.UninstallTaskLabel4=Eliminar archivos de &configuraci籀n%nSeleccione esta opci籀n para eliminar los archivos de configuraci籀n Sandboxie.ini y Sandboxie-Plus.ini manteniendo las sandboxes sin cambios. spanish.UninstallTaskLabel5=Eliminar archivos de configuraci籀n y las &sandboxes%nSeleccione esta opci籀n para eliminar todos los archivos de configuraci籀n y las sandboxes, incluida la carpeta Sandbox ubicada en rutas personalizadas mediante FileRootPath. +; Turkish +turkish.AddSandboxedMenu=Balam men羹s羹ne "Korumal覺 Alanda al覺t覺r"覺 ekle +turkish.AddSandboxedBrowser=Korumal覺 Alan alt覺nda Web taray覺c覺s覺n覺 balatmak i癟in masa羹st羹 k覺sayolu ekle +turkish.SandboxieStartMenu1=Korumal覺 Alanda herhangi bir program覺 癟al覺t覺r覺n +turkish.SandboxieStartMenu2=Korumal覺 Alanda Web Taray覺c覺s覺n覺 癟al覺t覺r +turkish.SandboxieStartMenu3=Korumal覺 Alan Balang覺癟 Men羹s羹 +turkish.SandboxedBrowser=Koruma Alanl覺 Web Taray覺c覺s覺 +turkish.CustomPageLabel1=Kurulum T羹r羹n羹 Se癟in +turkish.CustomPageLabel2=Nas覺l kurulaca覺n覺 se癟in +turkish.CustomPageLabel3=Y羹kleme Modunu se癟in +turkish.CustomPageInstallMode={#MyAppName} uygulamas覺n覺 bu bilgisayara kurun +turkish.CustomPageUpgradeMode=Mevcut {#MyAppName} kurulumunu g羹ncelleyin +turkish.CustomPagePortableMode=Ta覺nabilir kullan覺m i癟in t羹m dosyalar覺 bir dizine 癟覺kar覺n +turkish.RequiresWin7OrLater=Sandboxie-Plus, Windows 7 veya sonraki bir s羹r羹m羹n羹 gerektirir. +turkish.ClassicFound=Sandboxie Classic kurulumu alg覺land覺, 繹nce kald覺r覺lmas覺 gerekiyor, imdi kald覺rmak istiyor musunuz? +turkish.RunSandboxedMenu=&Korumal覺 Alanda al覺t覺r +turkish.UninstallTaskLabel1=Kald覺rma T羹r羹n羹 Se癟in +turkish.UninstallTaskLabel2=Sandboxie-Plus'覺 nas覺l kald覺rmak istersiniz? +turkish.UninstallTaskLabel3=Yap覺land覺rma dosyalar覺n覺 ve korumal覺 alanlar覺 &sakla%nYap覺land覺rma dosyalar覺n覺z覺 ve korumal覺 alanlar覺n覺z覺 korurken Sandboxie-Plus'覺 yeniden y羹klemeyi planl覺yorsan覺z, bu en 癟ok 繹nerilen se癟enektir. +turkish.UninstallTaskLabel4=&Yap覺land覺rma dosyalar覺n覺 kald覺r%nSandboxie.ini ve Sandboxie-Plus.ini yap覺land覺rma dosyalar覺n覺, korumal覺 alanlar覺 deitirmeden kald覺rmak i癟in bu se癟enei belirleyin. +turkish.UninstallTaskLabel5=Yap覺land覺rma dosyalar覺n覺 ve &korumal覺 alanlar覺 kald覺r%nFileRootPath ile 繹zel yollarda bulunan Sandbox klas繹r羹 dahil t羹m yap覺land覺rma dosyalar覺n覺 ve korumal覺 alanlar覺 kald覺rmak i癟in bu se癟enei belirleyin. + ; Ukrainian ukrainian.AddSandboxedMenu=郋迡訄邽 "邽郕郋郇訄邽 赲 郈郋郇邽" 赲 郕郋郇迮郕郇迮 邾迮郇 ukrainian.AddSandboxedBrowser=郋迡訄邽 郅邽郕 郇訄 郋訇郋邽邿 郅 迡郅 郱訄郈郕 訇訄郱迮訄 赲 Sandboxie diff --git a/README.md b/README.md index 771bbd9d..ea849d26 100644 --- a/README.md +++ b/README.md @@ -77,20 +77,24 @@ Binary Ninja is a multi-platform interactive disassembler, decompiler, and binar - yfdyh000 - Localization support for Plus installer - NewKidOnTheBlock - Changelog fixes - Naeemh1 - Documentation additions +- APMichael - Templates additions +- vedantmgoyal2009 - Workflow to automate Plus releases in Windows Package Manager +- weihongx9315 - Windows Credentials fix ## Translators -- yuhao2348732, nkh0472, yfdyh000, gexgd0419 - Chinese Simplified +- yuhao2348732, nkh0472, yfdyh000, gexgd0419, Zerorigin, UnnamedOrange - Chinese Simplified - TragicLifeHu, Hulen - Chinese Traditional - RockyTDR - Dutch -- clexanis - French +- clexanis, Mmoi-Fr - French - bastik-1001 - German - isaak654 - Italian -- 7zip from [Xanasoft topic](https://forum.xanasoft.com/viewtopic.php?f=12&t=4&start=10) - Polish +- [7zip](https://forum.xanasoft.com/viewtopic.php?f=12&t=4&start=10) - Polish (a new translator is needed to provide updates via pull requests) - JNylson - Portuguese and Brazilian Portuguese - lufog - Russian - sebadamus - Spanish -- xorcan - Turkish (disabled for inactivity, a new translator is needed) -- SuperMaxusa - Ukrainian +- xorcan, fmbxnary - Turkish +- SuperMaxusa, lufog - Ukrainian +- pb1 - Swedish More volunteers are welcome here! ;) diff --git a/Sandboxie/apps/control/BoxPage.cpp b/Sandboxie/apps/control/BoxPage.cpp index 890be97a..81bfb150 100644 --- a/Sandboxie/apps/control/BoxPage.cpp +++ b/Sandboxie/apps/control/BoxPage.cpp @@ -64,7 +64,7 @@ enum { BoxPageInternetPgm, BoxPageStartRunPgm, BoxPageDropRights, - BoxPagePrintSpooler, + // BoxPagePrintSpooler, BoxPageNetworkFiles, BoxPageOpenFile, BoxPageOpenPipe, @@ -133,7 +133,7 @@ BEGIN_MESSAGE_MAP(CBoxPage, CPropertyPage) ON_COMMAND(ID_BLOCKNETWORKFILES, OnModified) - ON_COMMAND(ID_ALLOWSPOOLERPRINTTOFILE, OnModified) + // ON_COMMAND(ID_ALLOWSPOOLERPRINTTOFILE, OnModified) ON_CONTROL(CBN_SELENDOK, ID_FILE_PROGRAM, FileAccess_OnSelectPgm) ON_CONTROL(LBN_SELCHANGE, ID_FILE_LIST, FileAccess_OnSelectRes) @@ -217,8 +217,8 @@ CBoxPage::CBoxPage(ULONG type, const CString &BoxName, template_base = L"RESTRICTPGM_PAGE"; if (m_type == BoxPageDropRights) template_base = L"DROPRIGHTS_PAGE"; - if (m_type == BoxPagePrintSpooler) - template_base = L"PRINTSPOOLER_PAGE"; +/* if (m_type == BoxPagePrintSpooler) + template_base = L"PRINTSPOOLER_PAGE"; */ if (m_type == BoxPageNetworkFiles) template_base = L"NETWORK_FILES_PAGE"; if (m_type == BoxPageOpenFile || @@ -710,8 +710,8 @@ BOOL CBoxPage::OnInitDialog() FileMigrate_OnInitDialog(box); if (m_type == BoxPageDropRights) DropRights_OnInitDialog(box); - if (m_type == BoxPagePrintSpooler) - PrintSpooler_OnInitDialog(box); +/* if (m_type == BoxPagePrintSpooler) + PrintSpooler_OnInitDialog(box); */ if (m_type == BoxPageNetworkFiles) NetworkFiles_OnInitDialog(box); @@ -839,8 +839,8 @@ void CBoxPage::OnOK() DropRights_OnOK(box); if (m_type == BoxPageNetworkFiles) NetworkFiles_OnOK(box); - if (m_type == BoxPagePrintSpooler) - PrintSpooler_OnOK(box); +/* if (m_type == BoxPagePrintSpooler) + PrintSpooler_OnOK(box); */ if (m_type == BoxPageForceFol || m_type == BoxPageForcePgm || @@ -2671,7 +2671,7 @@ void CBoxPage::NetworkFiles_OnOK(CBox &box) box.GetSetBlockNetworkFiles(TRUE, enabled); } -void CBoxPage::PrintSpooler_OnInitDialog(CBox &box) +/* void CBoxPage::PrintSpooler_OnInitDialog(CBox &box) { GetDlgItem(ID_PAGE_LABEL_1)->SetWindowText(CMyMsg(MSG_3951)); GetDlgItem(ID_PAGE_LABEL_2)->SetWindowText(CMyMsg(MSG_3952)); @@ -2688,7 +2688,7 @@ void CBoxPage::PrintSpooler_OnOK(CBox &box) CButton *pCheckBox = (CButton *)GetDlgItem(ID_ALLOWSPOOLERPRINTTOFILE); BOOL enabled = pCheckBox->GetCheck() == BST_CHECKED ? TRUE : FALSE; box.GetSetAllowSpoolerPrintToFile(TRUE, enabled); -} +} */ diff --git a/Sandboxie/apps/control/BoxPage.h b/Sandboxie/apps/control/BoxPage.h index d6ce14ad..c414a0cc 100644 --- a/Sandboxie/apps/control/BoxPage.h +++ b/Sandboxie/apps/control/BoxPage.h @@ -247,18 +247,18 @@ class CBoxPage : public CPropertyPage // // Print Spooler Restrictions // - void PrintSpooler_OnInitDialog(CBox &box); - void PrintSpooler_OnOK(CBox &box); + // void PrintSpooler_OnInitDialog(CBox &box); + // void PrintSpooler_OnOK(CBox &box); // // Low-Level Restrictions // - void LowLevel_OnInitDialog(CBox &box); - void LowLevel_OnOK(CBox &box); + // void LowLevel_OnInitDialog(CBox &box); + // void LowLevel_OnOK(CBox &box); - void Hardware_OnInitDialog(CBox &box); - void Hardware_OnOK(CBox &box); + // void Hardware_OnInitDialog(CBox &box); + // void Hardware_OnOK(CBox &box); // // User Accounts diff --git a/Sandboxie/apps/control/SbieControl.rc b/Sandboxie/apps/control/SbieControl.rc index 5ff437ec..28b38a63 100644 --- a/Sandboxie/apps/control/SbieControl.rc +++ b/Sandboxie/apps/control/SbieControl.rc @@ -593,7 +593,7 @@ BEGIN LTEXT "",ID_PAGE_LABEL_4,15,175,345,32,NOT WS_VISIBLE END -PRINTSPOOLER_PAGE DIALOG 0, 0, 382, 250 +/* PRINTSPOOLER_PAGE DIALOG 0, 0, 382, 250 STYLE DS_SETFONT | WS_CHILD | WS_DISABLED | WS_CAPTION FONT 8, "1" BEGIN @@ -602,7 +602,7 @@ BEGIN CONTROL "",ID_ALLOWSPOOLERPRINTTOFILE,"Button",BS_AUTOCHECKBOX | BS_LEFT | WS_TABSTOP,15,123,340,10 LTEXT "",ID_PAGE_LABEL_3,15,130,345,32,NOT WS_VISIBLE LTEXT "",ID_PAGE_LABEL_4,15,170,345,32,NOT WS_VISIBLE -END +END */ RESOURCE_ACCESS_PAGE DIALOG 0, 0, 382, 250 STYLE DS_SETFONT | WS_CHILD | WS_DISABLED | WS_CAPTION diff --git a/Sandboxie/core/dll/file.c b/Sandboxie/core/dll/file.c index 51162687..8afedd90 100644 --- a/Sandboxie/core/dll/file.c +++ b/Sandboxie/core/dll/file.c @@ -2445,6 +2445,7 @@ _FX NTSTATUS File_NtCreateFileImpl( WCHAR* OriginalPath; BOOLEAN TrueOpened; //char *pPtr = NULL; + BOOLEAN SkipOriginalTry; //if (wcsstr(Dll_ImageName, L"chrome.exe") != 0) { // *pPtr = 34; @@ -2518,6 +2519,7 @@ _FX NTSTATUS File_NtCreateFileImpl( OriginalPath = NULL; TrueOpened = FALSE; + SkipOriginalTry = FALSE; __try { @@ -2579,6 +2581,8 @@ _FX NTSTATUS File_NtCreateFileImpl( } } + SkipOriginalTry = (status == STATUS_BAD_INITIAL_PC); + //if ( (wcsstr(TruePath, L"Harddisk0\\DR0") != 0) || wcsstr(TruePath, L"HarddiskVolume3") != 0) { // while (! IsDebuggerPresent()) { OutputDebugString(L"BREAK\n"); Sleep(500); } // __debugbreak(); @@ -3654,7 +3658,7 @@ ReparseLoop: // accessible, so try to access the real file // - if (Dll_RestrictedToken && status == STATUS_ACCESS_DENIED) { + if (Dll_RestrictedToken && status == STATUS_ACCESS_DENIED && !SkipOriginalTry) { status = __sys_NtCreateFile( FileHandle, DesiredAccess, ObjectAttributes, IoStatusBlock, diff --git a/Sandboxie/core/dll/file_del.c b/Sandboxie/core/dll/file_del.c index dea013e2..152bd988 100644 --- a/Sandboxie/core/dll/file_del.c +++ b/Sandboxie/core/dll/file_del.c @@ -331,6 +331,8 @@ _FX ULONG File_GetPathFlags(const WCHAR* Path, WCHAR** pRelocation) _FX VOID File_SavePathNode_internal(HANDLE hPathsFile, LIST* parent, WCHAR* Path, ULONG Length, ULONG SetFlags) { + IO_STATUS_BLOCK IoStatusBlock; + const WCHAR CrLf[] = L"\r\n"; WCHAR FlagStr[16] = L"|"; @@ -356,20 +358,20 @@ _FX VOID File_SavePathNode_internal(HANDLE hPathsFile, LIST* parent, WCHAR* Path if ((child->flags & ~SetFlags) != 0 || child->relocation != NULL) { // write the path - WriteFile(hPathsFile, Path, Path_Len * sizeof(WCHAR), NULL, NULL); + NtWriteFile(hPathsFile, NULL, NULL, NULL, &IoStatusBlock, Path, Path_Len * sizeof(WCHAR), NULL, NULL); // write the flags _ultow(child->flags, FlagStr + 1, 16); - WriteFile(hPathsFile, FlagStr, wcslen(FlagStr) * sizeof(WCHAR), NULL, NULL); + NtWriteFile(hPathsFile, NULL, NULL, NULL, &IoStatusBlock, FlagStr, wcslen(FlagStr) * sizeof(WCHAR), NULL, NULL); // write the relocation if (child->relocation != NULL) { - WriteFile(hPathsFile, FlagStr, sizeof(WCHAR), NULL, NULL); // write | - WriteFile(hPathsFile, child->relocation, wcslen(child->relocation) * sizeof(WCHAR), NULL, NULL); + NtWriteFile(hPathsFile, NULL, NULL, NULL, &IoStatusBlock, FlagStr, sizeof(WCHAR), NULL, NULL); // write | + NtWriteFile(hPathsFile, NULL, NULL, NULL, &IoStatusBlock, child->relocation, wcslen(child->relocation) * sizeof(WCHAR), NULL, NULL); } // write line ending - WriteFile(hPathsFile, CrLf, sizeof(CrLf) - sizeof(WCHAR), NULL, NULL); + NtWriteFile(hPathsFile, NULL, NULL, NULL, &IoStatusBlock, (void*)CrLf, sizeof(CrLf) - sizeof(WCHAR), NULL, NULL); } File_SavePathNode_internal(hPathsFile, &child->items, Path, Path_Len, SetFlags | child->flags); diff --git a/Sandboxie/core/dll/sbieapi.c b/Sandboxie/core/dll/sbieapi.c index cdceab1e..3a5fbe34 100644 --- a/Sandboxie/core/dll/sbieapi.c +++ b/Sandboxie/core/dll/sbieapi.c @@ -1021,7 +1021,12 @@ _FX LONG SbieApi_CheckInternetAccess( // BOOLEAN chk = FALSE; - if (len == 6) { + if (len == 12) { + + if (_wcsnicmp(ptr, File_Afd, 3) == 0) // Afd\Endpoint + chk = TRUE; + + } else if (len == 6) { if (_wcsnicmp(ptr, File_RawIp, 6) == 0) chk = TRUE; diff --git a/Sandboxie/core/dll/sysinfo.c b/Sandboxie/core/dll/sysinfo.c index f1c3060b..5b7575ed 100644 --- a/Sandboxie/core/dll/sysinfo.c +++ b/Sandboxie/core/dll/sysinfo.c @@ -135,7 +135,7 @@ _FX BOOLEAN SysInfo_Init(void) SysInfo_UseSbieJob = !Gui_OpenAllWinClasses && !SbieApi_QueryConfBool(NULL, L"NoAddProcessToJob", FALSE); if (Dll_OsBuild >= 8400) - SysInfo_CanUseJobs = SbieApi_QueryConfBool(NULL, L"AllowBoxedJobs", TRUE); + SysInfo_CanUseJobs = SbieApi_QueryConfBool(NULL, L"AllowBoxedJobs", FALSE); SBIEDLL_HOOK(SysInfo_, NtCreateJobObject); SBIEDLL_HOOK(SysInfo_, NtOpenJobObject); diff --git a/Sandboxie/core/drv/process.c b/Sandboxie/core/drv/process.c index 642a1f72..2e9f7e09 100644 --- a/Sandboxie/core/drv/process.c +++ b/Sandboxie/core/drv/process.c @@ -1348,7 +1348,7 @@ _FX BOOLEAN Process_NotifyProcess_Create( // boxed job to a process will not interfere with the job assigned by SbieSvc // - new_proc->can_use_jobs = Conf_Get_Boolean(new_proc->box->name, L"AllowBoxedJobs", 0, TRUE); + new_proc->can_use_jobs = Conf_Get_Boolean(new_proc->box->name, L"AllowBoxedJobs", 0, FALSE); } // diff --git a/Sandboxie/core/drv/wfp.c b/Sandboxie/core/drv/wfp.c index 3fe997b3..9b12ae87 100644 --- a/Sandboxie/core/drv/wfp.c +++ b/Sandboxie/core/drv/wfp.c @@ -670,6 +670,9 @@ BOOLEAN WFP_UpdateProcess(PROCESS* proc) BOOLEAN LogTraffic = FALSE; BOOLEAN BlockInternet = FALSE; LIST NewNetFwRules, OldNetFwRules; + + List_Init(&NewNetFwRules); + List_Init(&OldNetFwRules); LogTraffic = Process_GetTraceFlag(proc, L"NetFwTrace") != 0; @@ -1016,4 +1019,4 @@ GetNetwork5TupleIndexesForLayer( *protocolIndex = -1; NT_ASSERT(0); } -} \ No newline at end of file +} diff --git a/Sandboxie/msgs/Sbie-English-1033.txt b/Sandboxie/msgs/Sbie-English-1033.txt index c2c605cd..564281a1 100644 --- a/Sandboxie/msgs/Sbie-English-1033.txt +++ b/Sandboxie/msgs/Sbie-English-1033.txt @@ -36,9 +36,9 @@ SBIE1106 error %2, detail %3 SBIE1108 Procedure %2 could not be analysed . -1109;evt;err;01 -SBIE1109 Invalid license information: %2 -. +# 1109;evt;err;01 +# SBIE1109 Invalid license information: %2 +# . 1110;evt;err;01 SBIE1110 Cannot intercept type %3, error %2 @@ -108,9 +108,9 @@ SBIE1153 Sandboxie initialization failed. Close all programs and then re-instal SBIE1201 Not enough memory . -1202;pop;err;01 -SBIE1202 Cannot update license information: %2 -. +# 1202;pop;err;01 +# SBIE1202 Cannot update license information: %2 +# . 1203;pop;err;01 SBIE1203 Cannot build path list (error in %2) @@ -190,9 +190,9 @@ SBIE1301 Program '%2' was launched outside of the sandbox # SBIE1302 Sandbox '%2' is not defined or not enabled # . -1303;pop;inf;01 -SBIE1303 Only one sandbox can be active at a time -. +# 1303;pop;inf;01 +# SBIE1303 Only one sandbox can be active at a time +# . # 1304;pop;inf;01 # SBIE1304 Blocked simulated keyboard or mouse input by process '%2' @@ -214,9 +214,9 @@ SBIE1308 Program cannot start due to restrictions - %2 SBIE1309 Denied attempt to change account password . -1310;pop;inf;01 -SBIE1310 Extended features are disabled until the license is reactivated -. +# 1310;pop;inf;01 +# SBIE1310 Extended features are disabled until the license is reactivated +# . #1311;pop;inf;01 #SBIE1311 Blocked request to change desktop wallpaper by process '%2' @@ -592,6 +592,10 @@ SBIE2322 Cannot rewrite Sandboxie.ini: %2 SBIE2323 Cryptography error: %2 . +2325;pop;err;01 +SBIE2325 Debug: %2 +. + 2326;pop;err;01 SBIE2326 Cannot prepare registry: %2 . @@ -870,45 +874,45 @@ Please terminate programs running in the sandbox before deleting its contents Delete command failed: %0 . -3231;txt;01 -You have installed Sandboxie more than 30 days ago. -. +# 3231;txt;01 +# You have installed Sandboxie more than 30 days ago. +# . 3232;txt;01 Personal use of Sandboxie is permitted free of charge for as long as you wish. . -3233;txt;01 -However, the free version will now pause for a few seconds. -. +# 3233;txt;01 +# However, the free version will now pause for a few seconds. +# . -3234;txt;01 -However, the free version permits use of one sandbox at a time. -. +# 3234;txt;01 +# However, the free version permits use of one sandbox at a time. +# . -3235;txt;01 -This restriction is removed in the paid version of Sandboxie. -. +# 3235;txt;01 +# This restriction is removed in the paid version of Sandboxie. +# . -3236;txt;01 -In addition, the paid version enables automatic sandboxing for selected programs. -. +# 3236;txt;01 +# In addition, the paid version enables automatic sandboxing for selected programs. +# . -3237;txt;01 -For more information and to purchase the software, please click the following link: -. +# 3237;txt;01 +# For more information and to purchase the software, please click the following link: +# . -3238;txt;01 -Please wait %2 more seconds -. +# 3238;txt;01 +# Please wait %2 more seconds +# . -3239;txt;01 -Click to close this window and continue -. +# 3239;txt;01 +# Click to close this window and continue +# . -3240;txt;01 -Click to close this window and stop -. +# 3240;txt;01 +# Click to close this window and stop +# . 3241;txt;01 Sandboxie is requesting Administrator privileges @@ -1219,9 +1223,9 @@ Getting Started &Tutorial Check for &Updates . -3455;txt;01 -&Register Sandboxie -. +# 3455;txt;01 +# &Register Sandboxie +# . 3456;txt;01 &About Sandboxie @@ -1231,9 +1235,9 @@ Check for &Updates &Sandboxie Forum (Web) . -3458;txt;01 -Allow direct access to Windows Font Cache -. +# 3458;txt;01 +# Allow direct access to Windows Font Cache +# . 3459;txt;01 Allow direct access to qWave driver (Google Hangouts) @@ -2117,9 +2121,9 @@ program that is already running. The settings will apply the next time this program starts. . -3771;txt;01 -(This feature is only available in the registered version of Sandboxie) -. +# 3771;txt;01 +# (This feature is only available in the registered version of Sandboxie) +# . 3772;txt;02 Are you sure you want to set %2 as a forced program? @@ -2672,21 +2676,21 @@ You can always change the Drop Rights setting by opening the Sandbox Settings wi # Sandboxie Control: Sandbox Settings: Print Spooler #---------------------------------------------------------------------------- -3950;txt;01 -Print Spooler -. +# 3950;txt;01 +# Print Spooler +# . -3951;txt;01 -The Windows Print Spooler runs outside of Sandboxie's supervision. A sandboxed application that requests the Print Spooler print to a file will be blocked, because this file will be written outside the sandbox. -. +# 3951;txt;01 +# The Windows Print Spooler runs outside of Sandboxie's supervision. A sandboxed application that requests the Print Spooler print to a file will be blocked, because this file would be written outside the sandbox. +# . -3952;txt;01 -If you wish to allow the Print Spooler to print to a file, you can enable this setting. It is recommended that you enable this option only when needed. -. +# 3952;txt;01 +# If you wish to allow the Print Spooler to print to a file, you can enable this setting. It is recommended that you enable this option only when needed. +# . -3953;txt;01 -Allow the Windows Print Spooler to print to file. -. +# 3953;txt;01 +# Allow the Windows Print Spooler to print to file. +# . #---------------------------------------------------------------------------- # Sandboxie Control: Sandbox Settings: Network Files @@ -3502,7 +3506,7 @@ If you prefer to use a UI to control these options, please upgrade to Sandboxie- . 6004;pop;err;01 -The configuration %3 of box %2 requires a supporter certificate. +The configuration %3 of box %2 requires a supporter certificate. Processes in this box will be terminated after 5 minutes. For prolonged use, please consider supporting this project. . 6005;txt;01 @@ -3613,186 +3617,186 @@ The default settings in Sandboxie provide full protection, but you may wish to r # License Manager #---------------------------------------------------------------------------- -7901;txt;01 -Sandboxie License Manager -. +# 7901;txt;01 +# Sandboxie License Manager +# . -7902;txt;01 -System Code %2 -. +# 7902;txt;01 +# System Code %2 +# . -7903;txt;01 -In the future, activate the license without asking -. +# 7903;txt;01 +# In the future, activate the license without asking +# . #---------------------------------------------------------------------------- -7921;txt;01 -Sandboxie is registered and the license is activated. -. +# 7921;txt;01 +# Sandboxie is registered and the license is activated. +# . -7922;txt;01 -Sandboxie is registered but the license should be reactivated now. -. +# 7922;txt;01 +# Sandboxie is registered but the license should be reactivated now. +# . # was 3603;txt;01 -7923;txt;01 -Unregistered copy. Register today! -. +# 7923;txt;01 +# Unregistered copy. Register today! +# . -7924;txt;01 -The license for Sandboxie will have to be reactivated in %2 days. -. +# 7924;txt;01 +# The license for Sandboxie will have to be reactivated in %2 days. +# . -7925;txt;01 -The license for Sandboxie has now been activated. -. +# 7925;txt;01 +# The license for Sandboxie has now been activated. +# . -7926;txt;01 -The expiration date of your Product Key is %2. -. +# 7926;txt;01 +# The expiration date of your Product Key is %2. +# . -7927;txt;01 -Your Product Key does not have an expiration date. -. +# 7927;txt;01 +# Your Product Key does not have an expiration date. +# . #---------------------------------------------------------------------------- -7931;txt;01 -Your copy of Sandboxie is registered with an obsolete Registration Key. -. +# 7931;txt;01 +# Your copy of Sandboxie is registered with an obsolete Registration Key. +# . -7932;txt;01 -Please permit the License Manager to connect to the License Server and upgrade your old Registration Key to a new Product Key. You will not be charged any fees for this upgrade. -. +# 7932;txt;01 +# Please permit the License Manager to connect to the License Server and upgrade your old Registration Key to a new Product Key. You will not be charged any fees for this upgrade. +# . -7933;txt;01 -Your Registration Key is not recognized by the License Server. -. +# 7933;txt;01 +# Your Registration Key is not recognized by the License Server. +# . -7934;txt;01 -For licensing questions please contact: support@sandboxie.com -. +# 7934;txt;01 +# For licensing questions please contact: support@sandboxie.com +# . -7935;txt;01 -Your new Product Key is: -. +# 7935;txt;01 +# Your new Product Key is: +# . -7936;txt;01 -Please make sure to record this Product Key in a safe place for future reference. Use the button below to copy your Product Key to the clipboard, from which you can paste it into a document and print it. -. +# 7936;txt;01 +# Please make sure to record this Product Key in a safe place for future reference. Use the button below to copy your Product Key to the clipboard, from which you can paste it into a document and print it. +# . -7937;txt;01 -&Upgrade Registration Key to Product Key -. +# 7937;txt;01 +# &Upgrade Registration Key to Product Key +# . #---------------------------------------------------------------------------- # was 3612;txt;01 -7941;txt;01 -Sandboxie registration is made through a third-party payment processor. Begin the registration process by visiting the Sandboxie web site at the link below. -. +# 7941;txt;01 +# Sandboxie registration is made through a third-party payment processor. Begin the registration process by visiting the Sandboxie web site at the link below. +# . -7942;txt;01 -To activate your license for Sandboxie, enter the Product Key which appears in your receipt for payment, then click the button to activate your license. -. +# 7942;txt;01 +# To activate your license for Sandboxie, enter the Product Key which appears in your receipt for payment, then click the button to activate your license. +# . -7943;txt;01 -Do you wish to enter a new Product Key now? -. +# 7943;txt;01 +# Do you wish to enter a new Product Key now? +# . -7944;txt;01 -&Activate License -. +# 7944;txt;01 +# &Activate License +# . # was first line of 3617;txt;01 -7945;txt;01 -Your copy of Sandboxie is now registered. -. +# 7945;txt;01 +# Your copy of Sandboxie is now registered. +# . # was second line of 3617;txt;01 -7946;txt;01 -Thank you for supporting Sandboxie! -. +# 7946;txt;01 +# Thank you for supporting Sandboxie! +# . #---------------------------------------------------------------------------- -7951;txt;01 -Do you wish to activate the license now? -. +# 7951;txt;01 +# Do you wish to activate the license now? +# . -7952;txt;01 -Please visit the Sandboxie web site at the link below to order a new Product Key. -. +# 7952;txt;01 +# Please visit the Sandboxie web site at the link below to order a new Product Key. +# . -7961;txt;01 -Clear License &Information -. +# 7961;txt;01 +# Clear License &Information +# . -7962;txt;01 -Are you sure you wish to clear the license information in Sandboxie? - -You can activate your license at any time by entering a Product Key. -. +# 7962;txt;01 +# Are you sure you wish to clear the license information in Sandboxie? +# +# You can activate your license at any time by entering a Product Key. +# . #---------------------------------------------------------------------------- -7971;txt;01 -This is not a valid Product Key. -. +# 7971;txt;01 +# This is not a valid Product Key. +# . -7972;txt;01 -This is not a valid System Code. -. +# 7972;txt;01 +# This is not a valid System Code. +# . -7973;txt;01 -This is not a valid Activation Key. [%2] -. +# 7973;txt;01 +# This is not a valid Activation Key. [%2] +# . -7974;txt;01 -Invalid response from the License Server. -. +# 7974;txt;01 +# Invalid response from the License Server. +# . -7975;txt;01 -Product activation failed: -. +# 7975;txt;01 +# Product activation failed: +# . -7976;txt;01 -Would you like to try again now? -. +# 7976;txt;01 +# Would you like to try again now? +# . -7977;txt;01 -If you need to activate Sandboxie on a computer that does not have Internet access, -please see the Sandboxie Licensing FAQ for information about Offline Activation. -. +# 7977;txt;01 +# If you need to activate Sandboxie on a computer that does not have Internet access, +# please see the Sandboxie Licensing FAQ for information about Offline Activation. +# . -7978;txt;01 -Current date (%2) is later than date sent from the License Server (%3). -. +# 7978;txt;01 +# Current date (%2) is later than date sent from the License Server (%3). +# . -7982;txt;01 -The License Server did not specify reason for failure of activation. -. +# 7982;txt;01 +# The License Server did not specify reason for failure of activation. +# . -7983;txt;01 -Product Key is not recognized by the License Server. -. +# 7983;txt;01 +# Product Key is not recognized by the License Server. +# . -7984;txt;01 -Product Key cannot be used beyond its expiration date of %2. -. +# 7984;txt;01 +# Product Key cannot be used beyond its expiration date of %2. +# . -7985;txt;01 -Product Key was activated on too many computers. -. +# 7985;txt;01 +# Product Key was activated on too many computers. +# . -7986;txt;01 -Product Key was cancelled because it was made public on the Internet. -. +# 7986;txt;01 +# Product Key was cancelled because it was made public on the Internet. +# . -7987;txt;01 -Product Key was cancelled because the order was refunded. -. +# 7987;txt;01 +# Product Key was cancelled because the order was refunded. +# . #---------------------------------------------------------------------------- # SandboxieInstall diff --git a/Sandboxie/msgs/Text-Italian-1040.txt b/Sandboxie/msgs/Text-Italian-1040.txt index 95c420e6..72b304d5 100644 --- a/Sandboxie/msgs/Text-Italian-1040.txt +++ b/Sandboxie/msgs/Text-Italian-1040.txt @@ -152,7 +152,7 @@ SBIE1213 Impossibile creare la cartella oggetto '%3' %2 # SBIE1221 Impossibile creare l'attivit: %2 # . -1222;pop;err;01 +1222;pop;err;02 SBIE1222 Impossibile restringere il token: %2 . @@ -222,13 +222,13 @@ SBIE1309 Tentativo di modifica della password dell'account negato # SBIE1311 Richiesta di modifica dello sfondo del desktop da parte del processo '%2' bloccata # . -# 1312;pop;inf;01 -# SBIE1312 Richiesta di esecuzione nell'area virtuale di un programma DOS a 16 bit bloccata -# . +1312;pop;inf;01 +SBIE1312 Richiesta di esecuzione nell'area virtuale di un programma DOS a 16 bit bloccata +. -# 1313;pop;inf;01 -# SBIE1313 Accesso diretto al disco da parte del processo '%2' bloccato -# . +1313;pop;inf;01 +SBIE1313 Accesso diretto al disco da parte del processo '%2' bloccato +. 1314;pop;inf;01 SBIE1314 Richiesta di modifica delle impostazioni di rete/del firewall da parte del processo '%2' bloccata @@ -590,6 +590,10 @@ SBIE2322 Impossibile ricreare Sandboxie.ini: %2 SBIE2323 Errore nella crittografia: %2 . +2325;pop;err;01 +SBIE2325 Debug: %2 +. + 2326;pop;err;01 SBIE2326 Impossibile preparare il registro: %2 . @@ -1521,7 +1525,7 @@ Pubblico # . #---------------------------------------------------------------------------- -# Sandboxie Control Dialogs: About/Welcome +# Sandboxie Control Dialogs: About #---------------------------------------------------------------------------- 3601;txt;01 @@ -2292,26 +2296,6 @@ Accettare questo comando di eliminazione? Cercare e selezionare il programma - %2 . -#---------------------------------------------------------------------------- -# Sandboxie Control: Sandbox Settings: Network Files -#---------------------------------------------------------------------------- - -3955;txt;01 -File di rete -. - -3956;txt;01 -I file e le cartelle di rete sono normalmente visibili alle applicazioni presenti nell'area virtuale. -. - -3957;txt;01 -Per impedire alle applicazioni presenti nell'area virtuale di accedere a file e cartelle di rete, 癡 possibile attivare questa funzione. I file e le cartelle di rete possono essere aperti alle applicazioni dell'area virtuale nella sezione Accesso alle risorse -> Accesso ai file. -. - -3958;txt;01 -Blocca i file e le cartelle di rete, a meno che non siano aperti individualmente. -. - #---------------------------------------------------------------------------- # Program Groups #---------------------------------------------------------------------------- @@ -2333,7 +2317,7 @@ Inserire il nome del nuovo gruppo . #---------------------------------------------------------------------------- -# Sandboxie Control: Sandbox Settings: Forced Folders/Programs +# Sandboxie Control: Sandbox Settings: Forced Folders/Programs/Users #---------------------------------------------------------------------------- 3861;txt;02 @@ -2526,45 +2510,45 @@ Per gestire la funzionalit Restrizioni Accesso dei programmi, recarsi nella se # Sandboxie Control: Sandbox Settings: Low Level Access / Hardware Access #---------------------------------------------------------------------------- -3932;txt;01 -Accesso al sistema -. +# 3932;txt;01 +# Accesso al sistema +# . -3933;txt;01 -Le seguenti opzioni abbassano notevolmente la protezione garantita da Sandboxie, per cui 癡 sconsigliata la loro attivazione. -. +# 3933;txt;01 +# Le seguenti opzioni abbassano notevolmente la protezione garantita da Sandboxie, per cui 癡 sconsigliata la loro attivazione. +# . -3934;txt;01 -Consenti ai programmi in esecuzione in questa area virtuale di caricare i driver della modalit kernel nel sistema operativo -. +# 3934;txt;01 +# Consenti ai programmi in esecuzione in questa area virtuale di caricare i driver della modalit kernel nel sistema operativo +# . -3935;txt;01 -Consenti ai programmi in esecuzione in questa area virtuale di caricare le applicazioni (Win32) facenti parte di altri programmi -. +# 3935;txt;01 +# Consenti ai programmi in esecuzione in questa area virtuale di caricare le applicazioni (Win32) facenti parte di altri programmi +# . -3936;txt;01 -Consenti ai programmi in esecuzione in questa area virtuale di simulare l'input di tastiera e mouse. -. +# 3936;txt;01 +# Consenti ai programmi in esecuzione in questa area virtuale di simulare l'input di tastiera e mouse. +# . -3937;txt;01 -Consenti ai programmi in esecuzione in questa area virtuale di cambiare lo sfondo del desktop e gli altri parametri di sistema -. +# 3937;txt;01 +# Consenti ai programmi in esecuzione in questa area virtuale di cambiare lo sfondo del desktop e gli altri parametri di sistema +# . -3938;txt;01 -Consenti ai programmi in esecuzione in questa area virtuale di gestire la configurazione dei dispositivi hardware -. +# 3938;txt;01 +# Consenti ai programmi in esecuzione in questa area virtuale di gestire la configurazione dei dispositivi hardware +# . -3952;txt;01 -Accesso all'hardware -. +# 3952;txt;01 +# Accesso all'hardware +# . -3953;txt;01 -Consenti ai programmi in esecuzione in questa area virtuale di modificare la password dell'account utente -. +# 3953;txt;01 +# Consenti ai programmi in esecuzione in questa area virtuale di modificare la password dell'account utente +# . -3954;txt;01 -Consenti ai programmi di modificare le impostazioni di rete e del firewall -. +# 3954;txt;01 +# Consenti ai programmi di modificare le impostazioni di rete e del firewall +# . #---------------------------------------------------------------------------- # Sandboxie Control: Sandbox Settings: Drop Rights @@ -2586,13 +2570,13 @@ Tuttavia, se si sta utilizzando un account con privilegi amministrativi o Power Limita i diritti degli utenti amministratori e Power User . -3946;txt;01 -Si consiglia di tenere abilitata questa impostazione, utile per compensare ad alcune misure di protezione di Sandboxie non disponibili nelle versioni a 64 bit di Windows. -. +# 3946;txt;01 +# Si consiglia di tenere abilitata questa impostazione, utile per compensare ad alcune misure di protezione di Sandboxie non disponibili nelle versioni a 64 bit di Windows. +# . -3947;txt;01 -Per attivare una protezione migliore sulle versioni a 64 bit di Windows, utilizzare il comando Protezione sperimentale dal menu Impostazioni. -. +# 3947;txt;01 +# Per attivare una protezione migliore sulle versioni a 64 bit di Windows, utilizzare il comando Protezione sperimentale dal menu Impostazioni. +# . 3949;txt;01 L'impostazione Limitazione dei diritti 癡 abilitata nell'area virtuale '%2' e previene l'utilizzo dei privilegi di amministratore. @@ -2600,6 +2584,46 @@ Fare clic su OK per disabilitare l'impostazione Limitazione dei diritti nell'are possibile sempre modificare l'impostazione Limitazione dei diritti dalla sezione Restrizioni della finestra Impostazioni dell'area virtuale. . +#---------------------------------------------------------------------------- +# Sandboxie Control: Sandbox Settings: Print Spooler +#---------------------------------------------------------------------------- + +# 3950;txt;01 +# Spooler di stampa +# . + +# 3951;txt;01 +# Lo spooler di stampa di Windows viene eseguito al di fuori della supervisione di Sandboxie. Qualsiasi applicazione eseguita nell'area virtuale che richieda allo spooler di stampare su file viene bloccata, poich癡 il file verrebbe scritto all'esterno dell'area virtuale. +# . + +# 3952;txt;01 +# Se si desidera consentire allo spooler di stampa di stampare su un file, 癡 possibile attivare questa impostazione. Si consiglia di attivare questa opzione solo se necessario. +# . + +# 3953;txt;01 +# Consenti allo spooler di stampa di Windows di stampare su file. +# . + +#---------------------------------------------------------------------------- +# Sandboxie Control: Sandbox Settings: Network Files +#---------------------------------------------------------------------------- + +3955;txt;01 +File di rete +. + +3956;txt;01 +I file e le cartelle di rete sono normalmente visibili alle applicazioni presenti nell'area virtuale. +. + +3957;txt;01 +Per impedire alle applicazioni presenti nell'area virtuale di accedere a file e cartelle di rete, 癡 possibile attivare questa funzione. I file e le cartelle di rete possono essere aperti alle applicazioni dell'area virtuale nella sezione Accesso alle risorse -> Accesso ai file. +. + +3958;txt;01 +Blocca i file e le cartelle di rete, a meno che non siano aperti individualmente. +. + #---------------------------------------------------------------------------- # Sandboxie Control: Sandbox Settings: Resource Access #---------------------------------------------------------------------------- @@ -3383,7 +3407,7 @@ Qualora si preferisca un'interfaccia per controllare queste opzioni, si prega di . 6004;pop;err;01 -La configurazione %3 dell'area virtuale %2 richiede un certificato di supporto. +La funzione %3 dell'area virtuale %2 richiede un certificato di supporto, o i processi verranno terminati dopo 5 minuti. Per un uso continuativo, si prega di supportare Sandboxie. . 6005;txt;01 diff --git a/Sandboxie/msgs/Text-SimpChinese-2052.txt b/Sandboxie/msgs/Text-SimpChinese-2052.txt index b4a5f0ef..0fa28480 100644 --- a/Sandboxie/msgs/Text-SimpChinese-2052.txt +++ b/Sandboxie/msgs/Text-SimpChinese-2052.txt @@ -592,6 +592,10 @@ SBIE2322 瘜 Sandboxie.ini: %2 SBIE2323 撖霂: %2 . +2325;pop;err;01 +SBIE2325 靚霂: %2 +. + 2326;pop;err;01 SBIE2326 瘜典銵冽瘜撠梁貌: %2 . @@ -3299,6 +3303,10 @@ Sandboxie 蝵格撖靽扎霂瑁亙 霈貊湔亥挪 %2 蝚霈 . +4342;txt;01 +銝斡indows 11 KB5014019舐 %2 靽桀 +. + 4356;txt;02 霈貊湔亥挪 %2 銋衣倌 . @@ -3459,7 +3467,7 @@ NetworkAccess=iexplorer.exe,Allow; Port=80,443; Address=192.168.0.1-192.168.100. . 6004;pop;err;01 -獢%2蝵%3閬舀霂銋艾 +獢%2蝵%3閬舀霂銋艾甇斗銝剔餈蝔撠5蝏甇U憒踵雿輻剁霂瑁舀甇日★柴 . 6005;txt;01 diff --git a/Sandboxie/msgs/Text-Swedish-1053.txt b/Sandboxie/msgs/Text-Swedish-1053.txt index 22afe00f..a62f7ebf 100644 --- a/Sandboxie/msgs/Text-Swedish-1053.txt +++ b/Sandboxie/msgs/Text-Swedish-1053.txt @@ -5,19 +5,19 @@ #---------------------------------------------------------------------------- 1101;evt;inf;01 -SBIE1101 Sandboxie driver (SbieDrv) version %2 inl瓣st +SBIE1101 Sandboxies drivrutin (SbieDrv) version %2 inl瓣st . 1102;evt;inf;01 -SBIE1102 Sandboxie driver (SbieDrv) st瓣nger +SBIE1102 Sandboxies drivrutin (SbieDrv) laddar ur . 1103;evt;err;01 -SBIE1103 Sandboxie driver (SbieDrv) version %2 kunde inte starta +SBIE1103 Sandboxies drivrutin (SbieDrv) version %2 kunde inte starta . 1104;evt;err;01 -SBIE1104 Det finns inte tillr瓣ckligt med systemresurser f繹r att fullf繹lja inl瓣sningen +SBIE1104 Otillr瓣ckligt med systemresurser f繹r att fullf繹lja inl瓣sningen . 1105;evt;err;01 @@ -33,43 +33,43 @@ SBIE1106 fel %2, detaljer %3 # . 1108;evt;err;01 -SBIE1108 Procedur %2 kunde inte analyseras +SBIE1108 Proceduren %2 kunde inte analyseras . 1109;evt;err;01 -SBIE1109 Ogiltig licens-information: %2 +SBIE1109 Ogiltig licensinformation: %2 . 1110;evt;err;01 -SBIE1110 Kan inte hejda typ %3, error %2 +SBIE1110 Kan inte avbryta typ %3, fel %2 . 1111;evt;err;01 -SBIE1111 System DLL %3 kunde inte l瓣sas in %2 +SBIE1111 System DLL %3 kunde inte laddas %2 . 1112;evt;err;01 -SBIE1112 Procedur %2 kunde inte hittas +SBIE1112 Proceduren %2 kunde inte lokaliseras . 1113;evt;err;01 -SBIE1113 Kan inte hitta Nt system service, orsak %2 +SBIE1113 Kan inte hitta Nt systemtj瓣nst, orsak %2 . 1114;evt;err;01 -SBIE1114 Kan inte hitta Zw system service, orsak %2 +SBIE1114 Kan inte hitta Zw systemtj瓣nst, orsak %2 . 1116;evt;err;01 -SBIE1116 Drivrutinen kunde inte registrera processen meddelande rutin %2 +SBIE1116 Drivrutinen kunde inte registrera processmeddelanderutinen %2 . 1119;evt;err;01 -SBIE1119 Kan inte skapa API enhet %2 +SBIE1119 Kan inte skapa API-enhet %2 . 1120;evt;err;01 -SBIE1120 o繹verensst瓣mmelse i tj瓣nst %2 +SBIE1120 O繹verensst瓣mmelse i tj瓣nst %2 . 1121;evt;err;01 @@ -77,7 +77,7 @@ SBIE1121 Hook misslyckades f繹r tj瓣nst %2 . 1122;evt;err;01 -SBIE1122 Error: %2 +SBIE1122 Fel: %2 . #---------------------------------------------------------------------------- @@ -91,11 +91,11 @@ SBIE1151 Kan inte utf繹ra instruktion %2 . 1152;evt;pop;err;01 -SBIE1152 Trampolin tilldelning misslyckades %2 +SBIE1152 Trampolintilldelning misslyckades %2 . 1153;evt;pop;err;01 -SBIE1153 Sandboxie-inl瓣sning misslyckades. St瓣ng alla program och installera sen om Sandboxie eller starta om din dator. +SBIE1153 Sandboxie-inl瓣sning misslyckades. St瓣ng alla program och starta om din dator, eventuellt installera om Sandboxie. . #---------------------------------------------------------------------------- @@ -105,7 +105,7 @@ SBIE1153 Sandboxie-inl瓣sning misslyckades. St瓣ng alla program och installera #---------------------------------------------------------------------------- 1201;pop;err;01 -SBIE1201 Inte tillr瓣ckligt med minne +SBIE1201 Otillr瓣ckligt med minne . 1202;pop;err;01 @@ -113,11 +113,11 @@ SBIE1202 Kan inte uppdatera licensinformation: %2 . 1203;pop;err;01 -SBIE1203 Kan inte bygga v瓣g-lista (fel i %2) +SBIE1203 Kan inte bygga s繹kv瓣gslista (fel i %2) . 1204;pop;err;01 -SBIE1204 Skapning av sandl疇da misslyckades f繹r %3 %2 +SBIE1204 Sandl疇deskapande misslyckades f繹r %3 %2 . 1211;pop;err;01 @@ -125,24 +125,24 @@ SBIE1211 Kan inte starta sandl疇dning f繹r processen %2 . 1212;pop;err;01 -SBIE1212 Kan inte skapa bibliotek '%3' %2 +SBIE1212 Kan inte skapa en katalog '%3' %2 . 1213;pop;err;01 -SBIE1213 Kan inte skapa objekt-bibliotek '%3' %2 +SBIE1213 Kan inte skapa en objektkatalog '%3' %2 . -1214;pop;err;01 -SBIE1214 Kan inte injicera SbieDll %2 -. +# 1214;pop;err;01 +# SBIE1214 Kan inte injicera SbieDll %2 +#. -1215;pop;err;01 -SBIE1215 Kan inte l繹sa v瓣g till processavbilden %2 -. +#1215;pop;err;01 +#SBIE1215 Kan inte l繹sa s繹kv瓣gen till processavbilden %2 +# . -1216;pop;err;01 -SBIE1216 Kunde inte h瓣mta s瓣kerhets-ID %2 -. +# 1216;pop;err;01 +# SBIE1216 Kunde inte h瓣mta s瓣kerhets-ID %2 +# . # 1217;pop;err;01 # SBIE1217 Kunde inte hitta f繹r瓣ldraprocess @@ -152,24 +152,28 @@ SBIE1216 Kunde inte h瓣mta s瓣kerhets-ID %2 # SBIE1221 Kan inte skapa jobb: %2 # . -1222;pop;err;01 -SBIE1222 Kan inte begr瓣nsa tecken: %2 +1222;pop;err;02 +SBIE1222 Fel med s瓣kerhetstecken: %2 . -1223;pop;err;01 -SBIE1223 Kan inte byta ut tecken: %2 -. +# 1223;pop;err;01 +# SBIE1223 Kan inte byta ut tecken: %2 +# . -1224;pop;err;01 -SBIE1224 Kan inte h瓣mta tecken: %2 +# 1224;pop;err;01 +# SBIE1224 Kan inte h瓣mta tecken: %2 +# . + +1231;pop;err;01 +SBIE1231 Start lyckades inte f繹r process %3 %2 . 1241;pop;err;01 -SBIE1241 Kan inte l瓣gga till registreringsdatabasen: %2 +SBIE1241 Kan inte montera registerdatabasen: %2 . 1242;pop;err;01 -SBIE1242 verser buffer overflow +SBIE1242 vervakar buffer overflow . #---------------------------------------------------------------------------- @@ -182,28 +186,28 @@ SBIE1242 verser buffer overflow SBIE1301 Programmet '%2' blev 繹ppnat utanf繹r sandl疇dan . -1302;pop;inf;01 -SBIE1302 Sandl疇da '%2' 瓣r inte definierad eller aktiverad -. +# 1302;pop;inf;01 +# SBIE1302 Sandl疇dan '%2' 瓣r inte definierad eller aktiverad +# . 1303;pop;inf;01 -SBIE1303 Bara en sandbox kan vara aktiv p疇 en g疇ng +SBIE1303 Bara en sandbox i taget kan vara aktiv . -1304;pop;inf;01 -SBIE1304 Blockerade simulerat tangentbord eller datormusinput fr疇n processen '%2' -. +# 1304;pop;inf;01 +# SBIE1304 Blockerade simulerat tangentbord eller musinfl繹de fr疇n processen '%2' +# . 1306;pop;inf;01 -SBIE1306 Sandboxie-drivrutin (SbieDrv) kan inte stoppas nu +SBIE1306 Sandboxies drivrutin (SbieDrv) kan inte stoppas nu . 1307;pop;inf;02 -SBIE1307 Programmet kan inte anv瓣nda internet pga. begr瓣nsningar - %2 +SBIE1307 Programmet kan inte anv瓣nda internet p.g.a begr瓣nsningar - %2 . 1308;pop;inf;02 -SBIE1308 Programmet kan inte starta pga. begr瓣nsningar - %2 +SBIE1308 Programmet kan inte starta p.g.a begr瓣nsningar - %2 . 1309;pop;inf;01 @@ -214,12 +218,40 @@ SBIE1309 Nekade f繹rs繹k att 瓣ndra kontots l繹senord SBIE1310 Utvidgade funktioner 瓣r blockerade tills licensen 疇teraktiverats . -1311;pop;inf;01 -SBIE1311 Blockerade beg瓣ran att byta skrivbordsbakgrund av process '%2' -. +# 1311;pop;inf;01 +# SBIE1311 Blockerade beg瓣ran att byta skrivbordsbakgrund av process '%2' +# . 1312;pop;inf;01 -SBIE1312 Blockerade beg瓣ran att starta ett 16-bit DOS program i sandl疇dan +SBIE1312 Blockerade beg瓣ran att starta ett 16-bit DOS-program i sandl疇dan +. + +1313;pop;inf;01 +SBIE1313 Blockerade direkt disk疇tkomst av process '%2' +. + +1314;pop;inf;01 +SBIE1314 Blockerade f繹rfr疇gan att 瓣ndra n瓣tverk / brandv瓣ggsinst瓣llningar av process '%2' +. + +# 1315;pop;inf;01 +# SBIE1315 M繹jligen p.g.a programvarukonflikt: %2 +# . + +1316;pop;inf;01 +SBIE1316 Blockerade f繹rfr疇gan att generera enhetsh瓣ndelse i sandl疇dan +. + +1319;pop;inf;01 +SBIE1319 Blockerade Print Spooler till fil, %2 %3 +. + +1320;pop;wrn;01 +SBIE1320 F繹r att till疇ta Print Spooler att skriva utanf繹r sandl疇dan f繹r denna process, v瓣nligen dubbelklicka p疇 denna meddelandelinje +. + +1399;pop;inf;01 +%0 . #---------------------------------------------------------------------------- @@ -233,28 +265,28 @@ SBIE1401 Konfigurationsfilen hittades ej, anv瓣nder standardinst瓣llningar . 1402;evt;pop;wrn;01 -SBIE1402 Konfigurationsfil fel p疇 rad %3: %2 +SBIE1402 Konfigurationsfilfel p疇 rad %3: %2 . 1403;evt;pop;wrn;01 -SBIE1403 Konfigurationsfil fel p疇 rad %2: raden 瓣r f繹r l疇ng +SBIE1403 Konfigurationsfilfel p疇 rad %2: raden 瓣r f繹r l疇ng . 1404;evt;pop;wrn;01 -SBIE1404 Konfigurationsfil fel p疇 rad %2: f繹r m疇nga rader +SBIE1404 Konfigurationsfilfel p疇 rad %2: f繹r m疇nga rader . 1405;evt;pop;wrn;01 -SBIE1405 Konfigurationsfil fel p疇 rad %2: syntaxfel +SBIE1405 Konfigurationsfilfel p疇 rad %2: syntaxfel . 1406;evt;pop;err;01 -SBIE1406 Saknas eller ogiltig utvidgning f繹r %3: %2 +SBIE1406 Saknad eller ogiltig utvidgning f繹r %3: %2 . -1407;evt;pop;err;01 -SBIE1407 Ogiltigt v瓣rde f繹r inst瓣llning %2, anv瓣nder standardv瓣rde -. +# 1407;evt;pop;err;01 +# SBIE1407 Ogiltigt v瓣rde f繹r inst瓣llning %2, anv瓣nder standardv瓣rde +# . 1408;pop;err;01 SBIE1408 Ok瓣nt anv瓣ndarnamn f繹r SID: %2 @@ -269,7 +301,7 @@ SBIE1410 Detta meddelande 瓣r ett tecken p疇 ett fel i filen Templates.ini . 1411;evt;pop;wrn;01 -SBIE1411 Sandbox %2 anger en ok瓣nd mall %3 +SBIE1411 Sandl疇dan %2 anger en ok瓣nd mall %3 . 1412;evt;pop;err;01 @@ -283,7 +315,7 @@ SBIE1412 I texten: %2 #---------------------------------------------------------------------------- 2101;pop;inf;01 -SBIE2101 %2 +SBIE2101 Objektnamn hittades inte: %3, fel %2 . 2102;pop;inf;01 @@ -291,7 +323,7 @@ SBIE2102 Filen 瓣r f繹r stor f繹r att kopieras in i sandl疇dan - %2 . 2103;pop;inf;01 -SBIE2103 Nekade f繹rs繹k att l瓣sa in systemdrivrutinen '%2' +SBIE2103 Nekade f繹rs繹k att lasta systemdrivrutinen '%2' . 2104;pop;inf;02 @@ -303,25 +335,33 @@ SBIE2104 Nekade f繹rs繹k att st瓣nga av datorn - %2 # . # 2106;pop;inf;01 -# SBIE2106 Var god sl疇 p疇 "K繹r som UAC-administrat繹r" i Sandboxie-kontroll, filmeny +# SBIE2106 Var god aktivera K繹r som UAC-administrat繹r, i Sandboxie Kontroll, filmenyn. # . # 2107;pop;inf;01 -# SBIE2107 F繹rbereder WinSxS assembly '%2' +# SBIE2107 F繹rbereder WinSxS-montering '%2' # . 2108;pop;inf;01 -SBIE2108 F繹rfalskar framg疇ngsrik montering av programmet '%2' +SBIE2108 F繹rfalskar framg疇ngsrikt slutf繹rande f繹r programmet '%2' . # 2109;pop;inf;01 -# SBIE2109 Tryck OK n瓣r programmet eller installationen har slutf繹rts. +# SBIE2109 Klicka p疇 > Ok, n瓣r programmet eller installationen har slutf繹rts. # . # 2110;pop;inf;01 -# SBIE2110 F繹rbereder WinSxS-krav f繹r '%2' +# SBIE2110 F繹rbereder WinSxS-beroenden f繹r '%2' # . +2111;pop;inf;01 +SBIE2111 Processen 瓣r inte 疇tkomlig: %3, anrop %2 +. + +2112;pop;inf;01 +SBIE2112 Objektet 瓣r inte 疇tkomligt: %3, anrop %2 +. + # %2 = Mozilla Firefox 2191;pop;inf;01 SBIE2191 %2 ska inte uppdateras k繹randes i Sandboxie. @@ -332,7 +372,19 @@ SBIE2192 F繹r att uppdatera programmet, k繹r det utanf繹r Sandboxie. . 2193;pop;inf;01 -SBIE2193 Se till att radera sandl疇dan efter du uppdaterat programmet. +SBIE2193 Se till att radera sandl疇dan efter att du uppdaterat programmet. +. + +2194;pop;inf;01 +SBIE2194 MSI-installerare kr瓣ver %2 alternativ att anges i ini, vilket hursom f繹rsvagar isoleringen. +. + +2195;pop;inf;01 +SBIE2195 F繹r att k繹ra Explorer.exe sandl疇dad, 疇tkomsten till COM-infrastrukturen f疇r inte vara 繹ppen. +. + +2198;pop;inf;01 +%0 . 2199;pop;inf;01 @@ -350,7 +402,7 @@ SBIE2201 %2 . # 2202;pop;wrn;01 -# SBIE2202 F繹rsvunnen lista 繹ver installerade h疇rdvaruenheter +# SBIE2202 Saknad lista 繹ver installerade h疇rdvaruenheter # . 2203;pop;wrn;01 @@ -358,7 +410,7 @@ SBIE2203 Kunde inte kommunicera med Sandboxie-tj瓣nsten: %2 . 2204;pop;wrn;01 -SBIE2204 Kan inte starta tj瓣nsten f繹r sandl疇dning %2 +SBIE2204 Kan inte starta sandl疇dad tj瓣nst %2 . 2205;pop;wrn;01 @@ -366,7 +418,7 @@ SBIE2205 Tj瓣nsten genomf繹rdes ej: %2 . 2206;pop;wrn;01 -SBIE2206 Bearbetelsen av AutoExec-inst瓣llningar misslyckades %2 +SBIE2206 Misslyckades processa AutoExec-inst瓣llning %2 . 2207;pop;wrn;01 @@ -374,7 +426,7 @@ SBIE2207 Ogiltigt v瓣rde f繹r inst瓣llning '%2', anv瓣nder standardv瓣rde . 2208;pop;wrn;01 -SBIE2208 Kan inte ta bort registreringsdatabasens hive: %2 +SBIE2208 Kan inte ta bort registerdatabasen: %2 . 2209;pop;wrn;01 @@ -382,7 +434,7 @@ SBIE2209 Kan inte 繹vers瓣tta SID till ett anv瓣ndarnamn: %2 . 2210;pop;wrn;01 -SBIE2210 Kan inte starta Windows Explorer f繹r: %2 +SBIE2210 Kan inte starta utforskaren f繹r: %2 . 2211;pop;wrn;01 @@ -390,23 +442,23 @@ SBIE2211 Sandl疇dad tj瓣nst kunde inte starta: %2 . 2212;pop;wrn;01 -SBIE2212 Email-l瓣sare '%2' 瓣r inte inst瓣lld p疇 att k繹ras sandl疇dad +SBIE2212 E-postklienten '%2' 瓣r inte inst瓣lld p疇 att k繹ras sandl疇dad . 2213;pop;wrn;01 -SBIE2213 Windows Credentials kan inte lagras i sandl疇dan +SBIE2213 Windows autentiseringshanterare kan inte lagras i sandl疇dan . 2214;pop;wrn;01 -SBIE2214 Beg瓣ran att starta tj瓣nsten '%2' nekades p疇 grund av minskade r瓣ttigheter +SBIE2214 Beg瓣ran att starta tj瓣nsten '%2' nekades p.g.a minskade r瓣ttigheter . # 2215;pop;wrn;01 -# SBIE2215 Misslyckades att f繹rbereda WinSxS beroenden: %2 +# SBIE2215 Misslyckades att f繹rbereda WinSxS-beroenden: %2 # . # 2216;pop;wrn;01 -# SBIE2216 Fel att f繹rbereda WinSxS assembly: %2 +# SBIE2216 Fel vid f繹rberedande av WinSxS-montering: %2 # . 2217;pop;wrn;02 @@ -425,6 +477,22 @@ SBIE2219 Beg瓣ran gavs av programmet %2 SBIE2220 F繹r att till疇ta anv瓣ndandet av administrativa privilegier, dubbelklicka p疇 denna meddelandelinje. . +2221;pop;wrn;01 +SBIE2221 F繹r att l瓣gga till programmet till Internet疇tkomstbegr瓣nsningar, dubbelklicka p疇 denna meddelandelinje +. + +2222;pop;wrn;01 +SBIE2222 F繹r att l瓣gga till programmet i Start / K繹r疇tkomstbegr瓣nsningar, dubbelklicka p疇 denna meddelandelinje +. + +2223;pop;wrn;01 +SBIE2223 F繹r att ut繹ka filstorleksgr瓣nsen f繹r filkopierande, dubbelklicka p疇 denna meddelandelinje +. + +2224;pop;wrn;01 +SBIE2224 Sandl疇dat program har kraschat: %2 +. + #---------------------------------------------------------------------------- # SbieDrv # @@ -435,6 +503,10 @@ SBIE2220 F繹r att till疇ta anv瓣ndandet av administrativa privilegier, dubbelkli SBIE2301 %2 . +2302;pop;err;01 +SBIE2302 Processavbildkonfigurationskonflikt: %2 +. + 2303;pop;err;01 SBIE2303 Kan inte haka p疇 %2 . @@ -448,15 +520,15 @@ SBIE2305 Slut p疇 minne . 2306;pop;err;01 -SBIE2306 Kunde inte hitta anv瓣ndarmappen: %2 +SBIE2306 Kunde inte hitta anv瓣ndarkatalogen: %2 . 2307;pop;err;01 -SBIE2307 Kunde inte hitta h疇rddisk %2 +SBIE2307 Kunde inte kartl瓣gga disken %2 . 2308;pop;err;01 -SBIE2308 Kunde inte skapa objektmappen: %2 +SBIE2308 Kunde inte skapa objektkatalogen: %2 . 2309;pop;err;01 @@ -464,15 +536,15 @@ SBIE2309 Kunde inte st瓣nga av COM+/DCOM: %2 . 2310;pop;err;01 -SBIE2310 Namn buffer n瓣rmar sig 繹verfl繹de (%2) +SBIE2310 Namnbuffer n瓣rmar sig 繹verfl繹de (%2) . 2311;pop;err;01 -SBIE2311 Kunde inte st瓣nga av papperskorgen (BitBucket): %2 +SBIE2311 Kunde inte inaktivera papperskorgen (BitBucket): %2 . 2312;pop;err;01 -SBIE2312 Kunde inte aktivera BrowseNewProcess inst瓣llningen: %2 +SBIE2312 Kunde inte aktivera BrowseNewProcess-inst瓣llningen: %2 . 2313;pop;err;01 @@ -483,32 +555,32 @@ SBIE2313 Kunde inte starta %2 SBIE2314 Avbryter process %2 . -2315;pop;err;01 -SBIE2315 Kunde inte reparera k繹rbara avbilden -. +# 2315;pop;err;01 +# SBIE2315 Kunde inte reparera k繹rbara avbilden +# . 2316;pop;err;01 SBIE2316 Minne korrumperat . 2317;pop;err;01 -SBIE2317Kan inte l瓣sa in fillista v瓣glista '%2' +SBIE2317 Kan inte l瓣sa in s繹kv瓣gslista '%2' . 2318;pop;err;01 -SBIE2318 DLL inl瓣sning misslyckades f繹r '%2' +SBIE2318 DLL-inl瓣sning misslyckades f繹r '%2' . # 2319;pop;err;01 -# SBIE2319 Aktiveringscontext misslyckades f繹r sandl疇dad process %2 +# SBIE2319 Aktiveringskontext misslyckades f繹r sandl疇dad process %2 # . # 2320;pop;err;01 -# SBIE2320 Kunde inte st瓣nga av Windows Explorer som skrivbordsprocess: %2 +# SBIE2320 Kunde inte st瓣nga av utforskaren som skrivbordsprocess: %2 # . 2321;pop;err;01 -SBIE2321 Kan inte styra enhets繹versikt: %2 +SBIE2321 Kan inte hantera enhetskarta: %2 . 2322;pop;err;01 @@ -516,7 +588,7 @@ SBIE2322 Kan inte skriva 繹ver Sandboxie.ini: %2 . 2323;pop;err;01 -SBIE2323 Kryptografi fel: %2 +SBIE2323 Kryptografifel: %2 . 2326;pop;err;01 @@ -524,27 +596,39 @@ SBIE2326 Kan inte f繹rbereda register: %2 . 2327;pop;err;01 -SBIE2327 Fel i COM server: %2 +SBIE2327 Fel i COM-server: %2 . 2331;pop;err;01 -SBIE2331 Service start misslyckades: %2 +SBIE2331 Tj瓣nststart misslyckades: %2 . 2332;pop;err;01 SBIE2332 Kan inte 繹ppna filen SbiePst.dat . -2333;pop;err;01 -SBIE2333 Inkompatibelt program DLL hittat: %2 +# 2333;pop;err;01 +# SBIE2333 Inkompatibelt program-DLL hittat: %2 +# . + +#2334;pop;err;01 +#SBIE2334 Kan inte ladda DLL-fil: %2 +#. + +2335;pop;err;01 +SBIE2335 Inl瓣sning lyckades inte f繹r process %2 . -2334;pop;err;01 -SBIE2334 Kan inte ladda DLL fil: %2 +2336;pop;err;01 +SBIE2336 Fel i GUI-servern: %2 +. + +2337;pop;err;01 +SBIE2337 Lyckades inte starta programmet: %2 . # 2398;txt;01 -# SBIE2398 Tj瓣nst st繹tte p疇 undantag ... p疇 addressen ... +# SBIE2398 Tj瓣nst st繹tte p疇 undantag ... p疇 adressen ... # . # 2399;txt;01 @@ -560,67 +644,71 @@ SBIE9101 Otillr瓣ckliga systemresurser . 9153;evt;err;01 -SBIE9153 Kan inte starta drivrutin (SbieDrv) +SBIE9153 Kan inte starta drivrutinen (SbieDrv) . 9154;evt;err;01 -SBIE9154 Drivrutin (SbieDrv) och tj瓣nsten (SbieSvc) har olika version nummer +SBIE9154 Drivrutinen (SbieDrv) och tj瓣nsten (SbieSvc) har olika versionsnummer . 9156;evt;err;01 -SBIE9156 Drivrutin start ej slutf繹rd. +SBIE9156 Drivrutinstart ej slutf繹rd. . -9201;evt;err;01 -SBIE9201 Teckenfel +9234;evt;err;01 +SBIE9234 Tj瓣nststartfel %2 . -9202;evt;err;01 -SBIE9202 Teckenfel -. +# 9201;evt;err;01 +# SBIE9201 Teckenfel +# . -9203;evt;err;01 -SBIE9203 Teckenfel -. +# 9202;evt;err;01 +# SBIE9202 Teckenfel +# . -9204;evt;err;01 -SBIE9204 S瓣kerhetdescriptor fel -. +# 9203;evt;err;01 +# SBIE9203 Teckenfel +# . -9205;evt;err;01 -SBIE9205 S瓣kerhetdescriptor fel -. +# 9204;evt;err;01 +# SBIE9204 S瓣kerhetdescriptorfel +# . -9206;evt;err;01 -SBIE9206 S瓣kerhetdescriptor fel -. +# 9205;evt;err;01 +# SBIE9205 S瓣kerhetdescriptorfel +# . -9207;evt;err;01 -SBIE9207 S瓣kerhetdescriptor fel -. +# 9206;evt;err;01 +# SBIE9206 S瓣kerhetdescriptorfel +# . -9208;evt;err;01 -SBIE9208 Kan inte sl疇 p疇 SeRestorePrivilege -. +# 9207;evt;err;01 +# SBIE9207 S瓣kerhetdescriptorfel +# . -9251;evt;err;01 -SBIE9251 Port h瓣ndelse skapelse misslyckades -. +# 9208;evt;err;01 +# SBIE9208 Kan inte aktivera SeRestorePrivilege +# . -9252;evt;err;01 -SBIE9252 Port skapelse misslyckades -. +# 9251;evt;err;01 +# SBIE9251 Porth瓣ndelseskapande misslyckades +# . -9253;evt;err;01 -SBIE9253 Port tr疇d skapelse misslyckades -. +# 9252;evt;err;01 +# SBIE9252 Portskapande misslyckades +# . + +# 9253;evt;err;01 +# SBIE9253 Porttr疇dskapande misslyckades +# . # 9302;evt;err;01 -# SBIE9302 Sektion skapelse misslyckades (enhet setup classes) +# SBIE9302 Sektionskapande misslyckades (enhet setup classes) # . # 9304;evt;err;01 -# SBIE9304 Sektion skapelse misslyckades (enhet id lista) +# SBIE9304 Sektionskapande misslyckades (enhet id lista) # . # 9305;evt;err;01 @@ -632,7 +720,7 @@ SBIE9253 Port tr疇d skapelse misslyckades #---------------------------------------------------------------------------- 3001;txt;01 -&OK +&Ok . 3002;txt;01 @@ -647,12 +735,16 @@ SBIE9253 Port tr疇d skapelse misslyckades &St瓣ng . +3005;txt;01 +Klipp &ut +. + 3051;txt;01 -Raderingsskyddet 瓣r p疇slaget i Sandl疇dan +Raderingsskyddet 瓣r aktiverat f繹r sandl疇dan . 3052;txt;01 -K繹r Sandl疇dad +K繹r sandl疇dad . #---------------------------------------------------------------------------- @@ -660,15 +752,15 @@ K繹r Sandl疇dad #---------------------------------------------------------------------------- 3101;txt;01 -Sandboxie Startaren +Sandboxie starta . 3103;txt;01 -Skriv namnet p疇 ett program eller en mapp och Sandboxie kommer 繹ppna den 疇t dig. +Skriv namnet p疇 ett program eller en mapp och Sandboxie kommer 繹ppna dessa 疇t dig. . 3104;txt;01 -Skriv . (punkt) f繹r att se ditt skrivbord med Sandboxie +Skriv . (punkttecknet) f繹r att se ditt skrivbord med Sandboxie . 3105;txt;01 @@ -676,11 +768,15 @@ Ta bort kommando fr疇n kommandohistoriken . 3106;txt;01 -V瓣lj sandl疇dan du vill starta program och dokument i. +V瓣lj sandl疇dan du vill starta program eller dokument i. +. + +3107;txt;01 +F繹r in namnet p疇 ett program eller s繹kv瓣gen f繹r att 繹ppna filen i nuvarande sandl疇da: . 3111;txt;01 - Sandboxie StartMeny - %2 %0 + Sandboxie startmeny - %2 %0 . 3112;txt;01 @@ -691,8 +787,13 @@ Skrivbord (utforska mapp) . +# Ska 繹verensst瓣mma med namnet p疇 den lokaliserade mappen f繹r program i startmenymappen +3114;txt;01 +Program +. + 3202;txt;01 -Ok瓣nd kommandolinje parameter: %2 +Ok瓣nd kommandoradsparameter: %2 . 3203;txt;01 @@ -700,7 +801,7 @@ V瓣gledning: Start.exe . 3204;txt;01 -Ok瓣nt boxnamn parameter: %2 +Ogiltigt l疇dnamn parameter: %2 . 3205;txt;01 @@ -710,40 +811,40 @@ Kunde inte kalla program: . 3206;txt;01 -System Error Code: +Systemfelskod: . # 3207;txt;01 -# Kan inte hitta Internet Explorers exe fil +# Kan inte hitta Internet Explorers exe-fil # . # 3208;txt;01 -# Kan inte hitta exe filen till standard webbl瓣saren +# Kan inte hitta exe-filen till standardwebbl瓣saren # . 3209;txt;01 -Kan inte hitta exe filen till standard mailklienten +Kan inte hitta exe-filen till standard e-postklienten . 3210;txt;01 -Could not start Sandboxie Control program +Kunde inte starta programmet Sandboxie Kontroll . -3211;txt;01 -Version o繹verensst瓣mmelse i Sandboxie. Pr繹va att installera om Sandboxie. -. +# 3211;txt;01 +# Versionso繹verensst瓣mmelse i Sandboxie. Pr繹va att installera om Sandboxie. +# . 3212;txt;01 -Sandboxie drivrutinen (SbieDrv) 瓣r inte tillg瓣nglig till sandboxie program. -Kolla att b疇de drivrutinen och Sandboxie service (SbieSvc) startade utan problem. +Sandboxies drivrutin (SbieDrv) 瓣r inte tillg瓣nglig f繹r sandl疇dade program. +Kolla att b疇de drivrutinen och Sandboxies tj瓣nst (SbieSvc) startade utan problem. . 3213;txt;01 -Kunde inte starta Sandboxie COM services +Kunde inte starta Sandboxie COM-services . 3214;txt;01 -Radera Sandl疇da %2: %0 +Radera sandl疇da %2: %0 . 3215;txt;01 @@ -768,7 +869,7 @@ Kunde inte flytta sandl疇demappen ur v瓣gen . 3220;txt;01 -Det uppstod ett fel med att d繹pa om en fil med ett l疇ngt namn i sandl疇dan +Det uppstod ett fel med att d繹pa om en fil med ett l疇ngt namn i sandl疇dan. Sandl疇dan kommer inte raderas. . @@ -821,21 +922,22 @@ Klicka f繹r att st瓣nga det h瓣r f繹nstret och stoppa. . 3241;txt;01 -Sandboxie beg瓣r administrat繹rr瓣ttigheter +Sandboxie beg瓣r administrat繹rsr瓣ttigheter p疇 beg瓣ran av ett program som k繹rs i en sandl疇da. . 3242;txt;01 F繹r att acceptera eller neka f繹rfr疇gan, v瓣lj -ett svar i UAC pop-up rutan. +ett svar i UAC-popupf繹nstret . 3243;txt;01 -Notera: Programmet kommer startas under Sandboxies 繹versikt, 瓣ven efter att administrativa privilegier har getts. +Notera: Programmet kommer startas under Sandboxies 繹versikt, +瓣ven efter att administrativa privilegier har getts. . 3251;txt;01 -K繹r utanf繹r Sandl疇dan +K繹r utanf繹r sandl疇dan . 3252;txt;01 @@ -844,8 +946,8 @@ Starta programmet utanf繹r Sandboxies 繹versyn Detta undantag f繹r sandl疇dning g瓣ller ocks疇 f繹r alla andra program som startas av det h瓣r programmet. -Du kan ocks疇 v瓣lja den h瓣r inst瓣llningen genom att h疇lla ner Ctrl och Shift n瓣r du -klickar p疇 "k繹r sandl疇dad" kommandot +Du kan ocks疇 v瓣lja den h瓣r inst瓣llningen genom att h疇lla ner Ctrl+Shift n瓣r du +klickar p疇 kommandot K繹r sandl疇dad. . 3253;txt;01 @@ -853,16 +955,16 @@ klickar p疇 "k繹r sandl疇dad" kommandot . 3254;txt;01 -F繹r att skippa den h瓣r sandbox valrutan kan du h疇lla ner ctrl -n瓣r du klickar p疇 "K繹r sandl疇dad" kommandot. +F繹r att skippa det h瓣r sandl疇devalf繹nstret kan du h疇lla ner Ctrl +n瓣r du klickar p疇 kommandot K繹r sandl疇dad. . 3255;txt;01 -M繹jligheten 瓣r avst瓣ngd f繹r att l瓣gre r瓣ttigheter inst瓣llning 瓣r p疇slagen p疇 denna sandl疇da +Altarnativet 瓣r inaktiverat f繹r att inst瓣llningen l瓣gre r瓣ttigheter 瓣r aktiverad p疇 denna sandl疇da . 3256;txt;01 -M繹jligheten 瓣r avst瓣ngd f繹r att programmet redan k繹rs med administrativa r瓣ttigheter +Alternativet 瓣r inaktiverat f繹r att programmet redan k繹rs med administrativa r瓣ttigheter . #---------------------------------------------------------------------------- @@ -882,11 +984,11 @@ Version %2 . 3304;txt;01 -Version o繹verensst瓣mmelse i Sandboxie: +Versionso繹verensst瓣mmelse i Sandboxie: Sandboxie Kontroll: Version %2 -Service (SbieSvc): Version %3 -Driver (SbieDrv): Version %4 +Tj瓣nst (SbieSvc): Version %3 +Drivrutin (SbieDrv): Version %4 Installera om Sandboxie f繹r att l繹sa det h瓣r problemet. @@ -894,28 +996,28 @@ Avslutar. . # 3305;txt;01 -# Could not install tray icon. Aborting. +# Kunde inte installera f瓣ltikonen. Avslutar. # . 3306;txt;01 -I forts瓣ttningen, visa inte detta meddelande. +Visa inte detta meddelande i forts瓣ttningen. . # 3307;txt;01 -# Skriv in Program Namn +# Skriv in programnamn # . # translate text but keep hash signs (#) 3308;txt;01 -Program#*.EXE#Alla Filer#*.*## +Program#*.EXE#Alla filer#*.*## . 3309;txt;01 - - Raderar Sandl疇da + - Raderar sandl疇da . 3311;txt;01 -Misslyckades att uppta konfigurations inst瓣llning %3 i sektion %2: %4 +Misslyckades att uppta konfigurationsinst瓣llning %3 i sektion %2: %4 . 3312;txt;01 @@ -927,22 +1029,22 @@ Ok瓣nd anv瓣ndare, konfigurationsinst瓣llningar kommer inte sparas. . 3314;txt;01 -Ett fel uppstod medan standardinst瓣llningarna blev aktiverade f繹r sandboxen '%2' +Ett fel uppstod medan standardinst瓣llningarna blev aktiverade f繹r sandl疇dan '%2' . -3321;txt;01 - - Inloggningssessionen 瓣r sandl疇dad -. +# 3321;txt;01 +# - Inloggningssessionen 瓣r sandl疇dad +# . -3322;txt;01 -Din inloggningssession 瓣r 繹vervakad av Sandboxie. -Raderande av inneh疇llet av sandl疇dan kommer ta bort alla 瓣ndringar gjorda i sessionen. +# 3322;txt;01 +# Din inloggningssession 瓣r 繹vervakad av Sandboxie. +# Raderande av inneh疇llet av sandl疇dan kommer ta bort alla 瓣ndringar gjorda i sessionen. -Anv瓣ndarkonto: %2 -Sandl疇da: %3 +# Anv瓣ndarkonto: %2 +# Sandl疇da: %3 -r du s瓣ker p疇 att du vill radera inneh疇llet av sandl疇dan och logga ut? -. +# r du s瓣ker p疇 att du vill radera inneh疇llet av sandl疇dan och logga ut? +# . 3351;txt;01 &Ta bort @@ -953,7 +1055,7 @@ Sandl疇da: %3 . 3353;txt;01 -&ndra/l瓣gg till +&ndra / L瓣gg till . 3354;txt;01 @@ -961,23 +1063,27 @@ Sandl疇da: %3 . 3355;txt;01 -L瓣gg till &Program +L瓣gg till &program . # 3356;txt;01 -# L瓣gg till &Namn +# L瓣gg till &namn # . # 3357;txt;01 -# L瓣gg till &Fil +# L瓣gg till &fil # . 3358;txt;01 -L瓣gg till &Mapp +L瓣gg till &mapp . 3359;txt;01 -L瓣gg till &Anv瓣ndare +L瓣gg till &anv瓣ndare +. + +3360;txt;01 +V瓣lj &alla . #---------------------------------------------------------------------------- @@ -989,23 +1095,23 @@ L瓣gg till &Anv瓣ndare . 3412;txt;01 -Avsluta &Alla Program +Avsluta &alla program . 3413;txt;01 -Avaktivera &Tvingade Program +Avaktivera &tvingade program . 3414;txt;01 -K繹r som &UAC Administrat繹r +K繹r som &UAC-administrat繹r . 3415;txt;01 -r &Rutan Sandl疇dad? +r &f繹nstret sandl疇dat? . 3416;txt;01 -Resursbeh繹righet &Monitor +Resurs疇tkomstmonitorn . 3417;txt;01 @@ -1017,27 +1123,43 @@ Avsluta . 3422;txt;01 -&Programs +&Program . 3423;txt;01 -&Filer och Mappar +&Filer och mappar . 3424;txt;01 -&Context Menu%2Shift+F10 +&Kontextmenu%2Shift+F10 +. + +3425;txt;01 +terst瓣llnings&logg +. + +3426;txt;01 +&Alltid 繹verst . 3431;txt;01 -Sand&box +Sand&l疇da . 3432;txt;01 -L瓣gg till ny Sandl疇da +Skapa en ny sandl疇da . 3433;txt;01 -Definiera mappen till inneh疇llet +Ange sandl疇demapp +. + +3434;txt;01 +Visa dold sandl疇da +. + +3435;txt;01 +Ange layout och grupper . 3441;txt;01 @@ -1049,11 +1171,11 @@ Definiera mappen till inneh疇llet . 3443;txt;01 -Windows Shell &Integration +Windows Shell&-integration . 3501;txt;01 -Program &Kompatibilitet +Program&kompatibilitet . 3503;txt;01 @@ -1061,7 +1183,7 @@ Experimentellt skydd (64-bit) . 3444;txt;01 -Gl繹m Dolda &Meddelanden +Gl繹m dolda &meddelanden . 3445;txt;02 @@ -1069,23 +1191,27 @@ Gl繹m Dolda &Meddelanden . 3502;txt;01 -L疇s Konfiguration +L疇s konfigurationen . 3446;txt;01 -&ndra Konfiguration +&ndra konfigurationen . 3447;txt;01 -Ladda om Konfiguration +Ladda om konfigurationen . 3448;txt;01 -&Visa Alla Tips +&Visa alla tips . 3449;txt;01 -&D繹lj Alla Tips +&D繹lj alla tips +. + +3504;txt;01 +&St繹d Sandboxie . 3451;txt;01 @@ -1093,15 +1219,15 @@ Ladda om Konfiguration . 3452;txt;01 -&Hj瓣lp mnen (Web) +&Hj瓣lp瓣mnen (N瓣tet) . -3453;txt;01 -Kom ig疇ng &Tutorial (Web) +3453;txt;02 +Kom ig疇ng &guide (N瓣tet) . 3454;txt;01 -S繹k efter &Uppdateringar +S繹k efter &uppdateringar . 3455;txt;01 @@ -1112,36 +1238,56 @@ S繹k efter &Uppdateringar &Om Sandboxie . +3457;txt;01 +&Sandboxie forum (N瓣tet) +. + +3458;txt;01 +Till疇t direkt疇tkomst till typsnittcache +. + +3459;txt;01 +Till疇t direkt疇tkomst till qWave drivrutin Google Hangouts) +. + +3460;txt;01 +Funktionshakande anpassningar +. + 3461;txt;01 -&K繹r Sandl疇dad +&K繹r sandl疇dad . 3462;txt;01 -K繹r Webbl瓣sare +K繹r webbl瓣sare . 3463;txt;01 -K繹r Emai&lklient +K繹r e-pos&tklient . 3464;txt;01 -K繹r &Valfritt Program +K繹r &valfritt program . 3465;txt;01 -K繹r Fr疇n Start &Menyn +K繹r fr疇n start&menyn . 3466;txt;01 -K繹r &Windows Explorer +K繹r &utforskaren +. + +3467;txt;01 +Uppgradera till Sandboxie-Plus . 3471;txt;01 -&Avsluta Program +Avsluta program . 3472;txt;01 -&Snabb terskapning +&Snabb 疇terst瓣llning . 3473;txt;01 @@ -1149,63 +1295,71 @@ K繹r &Windows Explorer . 3474;txt;01 -&Unders繹k Inneh疇ll +&Unders繹k inneh疇ll . 3475;txt;01 -Sandl疇de &Inst瓣llningar +Sandl疇de&inst瓣llningar . 3476;txt;01 -D繹p om Sandl疇da +D繹p om sandl疇da . 3477;txt;01 -Ta& bort Sandl疇da +Ta& bort sandl疇da . 3481;txt;01 -&Avsluta Program +&Avsluta program . 3482;txt;01 -Program &Inst瓣llningar +Program&inst瓣llningar . 3483;txt;01 -&Resurs tkomst +&Resurs疇tkomst +. + +3484;txt;01 +Resurs疇tkomst . 3485;txt;01 -Visa Ruta +Visa Sandboxie Kontroll . 3486;txt;01 -D繹lj Ruta +D繹lj Sandboxie Kontroll . 3487;txt;01 -&Visa Fel +&Visa fel . -3488;txt;01 -&Radera Sandl疇da Och Logga Ut -. +# 3488;txt;01 +# &Radera sandl疇dan och logga ut +# . 3491;txt;01 -terskapa till Samma Mapp +terst瓣ll till samma mapp . 3492;txt;01 -terskapa till &Valfri Mapp +terst瓣ll till &valfri mapp . 3493;txt;01 -L瓣g&g Till Mapp till Snabb terskapning +L瓣g&g till mapp till snabb 疇terst瓣llning . 3494;txt;01 -T&a Bort Mapp fr疇n Snabb terskapning +T&a bort mapp fr疇n snabb 疇terst瓣llning +. + +3495;txt;01 +Skapa skrivbordsgenv瓣g . #---------------------------------------------------------------------------- @@ -1213,37 +1367,36 @@ T&a Bort Mapp fr疇n Snabb terskapning #---------------------------------------------------------------------------- 3511;txt;01 -Sandboxie Kontroll kommer nu d繹lja sin ruta, men kommer -forts瓣tta k繹ras. f繹r att visa detta f繹nster, dubbelklicka -p疇 den gula Sandboxie ikonen vid klockan. +Sandboxie Kontroll kommer nu d繹lja sitt f繹nster, men kommer +forts瓣tta k繹ras. F繹r att visa detta f繹nster, dubbelklicka +p疇 den gula Sandboxie-ikonen i systemf瓣ltet. . 3512;txt;01 G繹r 瓣ndringar till konfigurationsfilen Sandboxie.ini -i textediterings rutan som nu har 繹ppnats. +i textredigeringsf繹nstret som nu har 繹ppnats. Den nya konfigurationen kommer bara b繹rja g瓣lla n瓣r du har verkst瓣llt 瓣ndringarna. I de flesta fallen kommer filen verkst瓣llas av sig -sj瓣lv s疇 fort du st瓣nger -editeringsrutan. +sj瓣lv s疇 fort du st瓣nger redigeringsf繹nstret. Du kan ocks疇 s瓣ga 疇t Sandboxie Kontroll att -Ladda om Konfigurationen n瓣r som helst. +ladda om konfigurationen n瓣r som helst. . 3513;txt;01 -Sandboxie konfigurationen har blivit verkst瓣lld och +Sandboxie-konfigurationen har blivit verkst瓣lld och kommer g瓣lla f繹r sandl疇dade program n瓣r de startar. -Om n疇got program redan k繹rs sandl疇dad kommer -den nya konfigurationen inte g瓣llas f繹r dem. +Om n疇got program redan k繹rs sandl疇dat kommer +den nya konfigurationen inte g瓣lla f繹r dem. . 3514;txt;01 Ett fel uppstod med att l瓣sa konfigurationsfilen. -Sandboxie konfigurationen har inte uppdaterats. +Sandboxie-konfigurationen har inte uppdaterats. . 3515;txt;01 @@ -1263,19 +1416,19 @@ PID . 3519;txt;01 -Rutans namn +F繹nsternamn . 3520;txt;01 -Snabb 疇terst瓣llningsmappar +Mappar f繹r snabb 疇terst瓣llning . 3521;txt;01 -Alla Filer och Mappar +Alla filer och mappar . 3522;txt;01 -H疇rddiskar +Diskar . 3523;txt;01 @@ -1299,11 +1452,11 @@ Radera inneh疇llet i sandl疇dan %2 innan du k繹r detta kommando. . 3528;txt;01 -Skriv In Nytt Sandl疇denamn +Skriv in nytt sandl疇denamn . 3529;txt;01 -r du s瓣ker p疇 att du vill ta bort sandl疇da %2? +r du s瓣ker p疇 att du vill ta bort sandl疇dan %2? . 3530;txt;01 @@ -1311,71 +1464,73 @@ Det finns inga processer att avsluta. . 3531;txt;01 -VARNING: Processer som kommer avslutas -kommer inte f疇 chansen att spara +VARNING: Processer som kommer avslutas +kommer inte f疇 chansen att spara n疇gonting -r du s瓣ker p疇 att du vill forts瓣tta med processen avsluta? +r du s瓣ker p疇 att du vill forts瓣tta med processavslutandet? . 3532;txt;01 -I framtiden, avsluta processer utan att fr疇ga +Avsluta processer i framtiden utan att fr疇ga . 3533;txt;01 -Du kan kopiera och klistra filer och mappar fr疇n en sandl疇dad Windows Explorer -mappruta, och klippa in dem direkt till en osandl疇dad mappruta. +Du kan kopiera och klistra filer och mappar fr疇n en sandl疇dad utforskares mappf繹nster, och klippa in dem direkt till ett osandl疇dat mappf繹nster. . 3534;txt;01 -Du kommer utforska inneh疇llet av en sandl疇da i en osandl疇dad -Windows Explorer mappruta. +Du kommer utforska inneh疇llet av en sandl疇da i en osandl疇dad utforskares mappf繹nster +som inte 繹vervakas av Sandboxie. Du kan 繹ppna program och dokument som finns i sandl疇dan. Programmet eller dokumentet kommer starta under bevakning av Sandboxie. Men, det 瓣r rekommenderat att 瓣ndra inneh疇llet av en sandl疇da -genom att anv瓣nda en sandl疇dad instans av Windows Explorer. F繹r att g繹ra det, anv瓣nd -detta kommando: Sandl疇da -> K繹r Sandl疇dad -> K繹r Windows Explorer. +genom att anv瓣nda en sandl疇dad instans av utforskaren. F繹r att g繹ra det, anv瓣nd +detta kommando: Sandl疇da > K繹r Sandl疇dad > K繹r Utforskaren. . 3535;txt;01 -Ett fel uppstod 疇tkomsten till sandl疇demappen. +Ett fel uppstod vid 疇tkomsten till sandl疇demappen. . 3536;txt;01 -Den 'dolda' indikatorn har blivit borttagen fr疇n alla meddelanden. +Den dolda, indikatorn, har blivit borttagen fr疇n alla meddelanden. . 3537;txt;01 -'Visa inte detta meddelande' indikatorn har blivit borttagen fr疇n alla tips. +Indikatorn Visa inte detta meddelande, har blivit borttagen fr疇n alla tips. . 3538;txt;01 -'Visa inte detta meddelande' 瓣r nu med p疇 alla tips. +Meddelandet Visa inte detta meddelande, 瓣r nu med p疇 alla tips. . 3539;txt;01 Sandl疇dan '%2' skapades %3 dagar sen. T瓣nk p疇 att t繹mma din sandl疇da d疇 och d疇. -F繹r att konfigurera automatiskt繹mning, anv瓣nd Sandl疇deinst瓣llnings -kommandot fr疇n Sandl疇demenyn i Sandboxie Kontroll. +F繹r att konfigurera automatisk t繹mning, anv瓣nd sandl疇deinst瓣llnings- +kommandot fr疇n sandl疇demenyn i Sandboxie Kontroll. . 3540;txt;01 -Sandboxie.ini konfigurationsfilen kan inte bli 瓣ndrad f繹r att -den 瓣r l繹senordsskyddad. F繹r att 瓣ndra filen, anv瓣nd L疇s Konfiguration -kommandot f繹r att l疇sa upp filen +Sandboxie.ini konfigurationsfil kan inte bli 瓣ndrad f繹r att +den 瓣r l繹senordsskyddad. F繹r att 瓣ndra filen anv瓣nd kommandot L疇s konfigurationen, +f繹r att l疇sa upp den. . 3541;txt;01 -Public +Offentlig . 3542;txt;01 -Experimentellt skydd f繹rb瓣ttrar skyddet f繹r 64-bit Sandboxie, och g繹r det till samma niv疇 av skydd som finns i 32-bit Sandboxie. +Experimentellt skydd f繹rb瓣ttrar skyddet f繹r 64-bit Sandboxie, +och g繹r det till samma niv疇 av skydd som finns i 32-bit Sandboxie. -VIKTIGT: Experimentellt skydd anv瓣nder odokumenterade funktioner av Windows kerneln. Framtida uppdateringar till Windows kan st繹ra Experimentellt skydd, och kan g繹ra systemet ostabilt. +VIKTIGT: Experimentellt skydd anv瓣nder odokumenterade funktioner +av Windows kerneln. Framtida uppdateringar till Windows kan st繹ra +Experimentellt skydd, och kan g繹ra systemet ostabilt. ANVND P EGEN RISK. @@ -1396,34 +1551,34 @@ Notera att l瓣gre r瓣ttigheter kommer sl疇s p疇 i alla sandl疇dor. Om Sandboxie . -3604;txt;01 -V瓣lkommen till Sandboxie -. +# 3604;txt;01 +# V瓣lkommen till Sandboxie +# . -3605;txt;01 +# 3605;txt;01 +# +# Sandboxie k繹r dina program i ett skyddat isolerat omr疇de som kallas sandl疇da. +# +# Applikationer inuti sandl疇dan kan inte g繹ra 瓣ndringar eller skada din dator. +# +# Du kan ocks疇 anv瓣nda sandl疇dor f繹r att testa nya program. +# . -Sandboxie k繹r dina program i ett skyddat isolerat omr疇de som kallas sandl疇da +# 3606;txt;01 +# Om du 瓣r ny till Sandboxie, +# ta ett 繹gonblick och l瓣s Kom ig疇ng guiden. +# . -Applikationer inutti sandl疇dan kan inte g繹ra 瓣ndringar eller skada din dator - -Du kan ocks疇 anv瓣nda sandl疇dor f繹r att testa nya program. -. - -3606;txt;01 -Om du 瓣r ny till Sandboxie, -ta ett 繹gonblick att l瓣sa "Kom ig疇ng" tutorialen -. - -3607;txt;01 -&Komma ig疇ng med Sandboxie -. +# 3607;txt;01 +# &Komma ig疇ng med Sandboxie +# . #---------------------------------------------------------------------------- # Sandboxie Control Dialogs: Update #---------------------------------------------------------------------------- 3621;txt;01 -Leta efter Uppdateringar +S繹k efter uppdateringar . 3622;txt;01 @@ -1435,7 +1590,7 @@ Koppla upp dig till Sandboxies hemsida f繹r att kolla om det finns en ny version . 3624;txt;01 -N瓣sta &Vecka +N瓣sta &vecka . 3625;txt;01 @@ -1447,7 +1602,7 @@ Kolla efter uppdateringar utan att fr疇ga i framtiden . 3627;txt;01 -Privacy Policy: Dina personliga data sparas inte och laddas inte upp till Sandboxie. +Integritetspolicy: Dina personliga data sparas inte och laddas inte upp till Sandboxie. . 3628;txt;01 @@ -1466,12 +1621,12 @@ Sandboxie %2 finns att ladda ner. Ladda ner den nu? Notera: Nerladdningen tar ungef瓣r en minut -Du kommer bli meddelat n瓣r nerladdningen 瓣r klar +Du kommer bli meddelad n瓣r nerladdningen 瓣r klar . 3632;txt;01 -F繹r att ladda ner och installera den nya versionen, logga in p疇 ett anv瓣ndarkonto -med admin r瓣ttigheter och k繹r kommandot igen. +F繹r att ladda ner och installera den nya versionen, logga in p疇 ett +anv瓣ndarkonto med adminr瓣ttigheter och k繹r kommandot igen. . 3633;txt;01 @@ -1479,20 +1634,24 @@ Sandboxie %2 har laddats ner till f繹ljande plats: %3 -Tryck OK f繹r att starta installationen. Alla program i sandl疇dan -kommer att avslutas. +Klicka p疇 > Ok, f繹r att starta installationen. Eventuella k繹rande +program i sandl疇dan kommer att avslutas. . 3634;txt;01 Uppdateringsfel: Ett fel uppstod vid f繹rs繹k att kontakta Sandboxies hemsida . +3635;txt;01 +Nedladdar en ny version +. + #---------------------------------------------------------------------------- # Sandboxie Control Dialogs: Run Browser #---------------------------------------------------------------------------- 3641;txt;01 -ppna Webbl瓣sare +ppna webbl瓣saren . 3642;txt;01 @@ -1512,7 +1671,7 @@ V瓣lj om du vill 繹ppna f繹ljande sida i en sandl疇dad eller osandl疇dad webbl瓣 #---------------------------------------------------------------------------- 3645;txt;01 -Meddelande fr疇n Sandboxie +Meddelanden fr疇n Sandboxie . 3646;txt;01 @@ -1544,12 +1703,12 @@ sekunder . 3654;txt;01 -n瓣r du klickar p疇 OK, kommer tvingade program mekanismen tempor瓣rt st瓣ngas av, f繹r ett visst antal sekunder som du sj瓣lv valt. +N瓣r du klickar p疇 > Ok, kommer mekanismen f繹r tvingade program tempor瓣rt st瓣ngas av, f繹r ett visst antal sekunder som du sj瓣lv valt. eller tills du v瓣ljer den h瓣r funktionen igen. . 3599;txt;01 -Du kan st瓣nga av tvingade program f繹r ett specifikt program genom att h疇lla ner Ctrl och Shift knapparna medan du klickar p疇 K繹r Sandl疇dad kommandot f繹r programmet +Du kan st瓣nga av tvingade program f繹r ett specifikt program genom att h疇lla ner Ctrl+Shift-knapparna, medan du klickar p疇 kommandot K繹r sandl疇dad, f繹r programmet . #---------------------------------------------------------------------------- @@ -1557,7 +1716,7 @@ Du kan st瓣nga av tvingade program f繹r ett specifikt program genom att h疇lla n #---------------------------------------------------------------------------- 3655;txt;01 -Beh繹righetsmonitorn +Resurs疇tkomstmonitorn . 3656;txt;01 @@ -1565,7 +1724,7 @@ Detta program 繹vervakar program som k繹rs under bevakning av Sandboxie, och vis . 3657;txt;01 -Kopiera inneh疇llet till ctrl+v och st瓣ng rutan +Kopiera inneh疇llet till Urklipp och st瓣ng f繹nstret . #---------------------------------------------------------------------------- @@ -1573,21 +1732,21 @@ Kopiera inneh疇llet till ctrl+v och st瓣ng rutan #---------------------------------------------------------------------------- 3661;txt;01 -r rutan sandl疇dad? +r f繹nstret sandl疇dat? . 3662;txt;01 -Dra m疇ltavlan 繹ver en ruta f繹r att v瓣lja den, sl瓣pp sen musen f繹r att se om rutan 瓣r sandl疇dad. +Dra m疇ltavlan 繹ver ett f繹nster f繹r att v瓣lja den, sl瓣pp sen musen f繹r att se om f繹nstret 瓣r sandl疇dat. -Tryck ESC f繹r att avbryta. +Klicka p疇 > ESC, f繹r att avbryta. . 3663;txt;01 -Den valda rutan k繹rs som en del av programmet %2 i sandl疇dan %3. +Det valda f繹nstret k繹rs som en del av programmet %2 i sandl疇dan %3. . 3664;txt;01 -Den valda rutan k繹rs inte i n疇gon sandl疇da. +Det valda f繹nstret k繹rs inte i n疇gon sandl疇da. . #---------------------------------------------------------------------------- @@ -1595,11 +1754,11 @@ Den valda rutan k繹rs inte i n疇gon sandl疇da. #---------------------------------------------------------------------------- 3665;txt;01 -Skapa en Ny Sandl疇da +Skapa en ny sandl疇da . 3666;txt;01 -Skriv in ett namn p疇 den nya Sandl疇dan +Skriv in ett namn p疇 den nya sandl疇dan . 3667;txt;01 @@ -1607,39 +1766,43 @@ Fel: Ogiltigt sandl疇denamn. Anv瓣nd bara bokst瓣ver och siffror. Mellanrum o . 3668;txt;01 -Error: Namnet anv瓣nds redan. Skriv in ett namn som inte anv瓣nds av en annan sandl疇da. +Fel: Namnet anv瓣nds redan. Skriv in ett namn som inte anv瓣nds av en annan sandl疇da. . 3669;txt;01 Kopiera inst瓣llningar fr疇n befintlig sandl疇da . +4665;txt;01 +Fel: Namnet finns redan. Namnet anv瓣nds av en dold sandl疇da. Anv瓣nd kommandot Visa dold sandl疇da, i sandl疇demenyn. +. + #---------------------------------------------------------------------------- # Sandboxie Control Dialogs: Set Container Folder #---------------------------------------------------------------------------- 3671;txt;01 -V瓣lj inneh疇llsmapp +Ange sandl疇demapp . 3672;txt;01 -V瓣lj h疇rddisken d瓣r Sandl疇dan kommer skapas och k繹ras p疇 +V瓣lj disken d瓣r sandl疇dan kommer skapas och k繹ras p疇 . 3673;txt;01 -F繹r max kompatibilitet med andra program rekommenderas det att du l瓣mnar sandl疇dan p疇 standardplatsen p疇 h疇rddisken du v瓣ljer. +F繹r max kompatibilitet med andra program rekommenderas det att du l瓣mnar sandl疇dan p疇 standardplatsen p疇 disken du v瓣ljer. . 3674;txt;01 -Men, du kan ocks疇 anv瓣nda rutan h瓣r under f繹r att skriva 繹ver standardplatsen +Men, du kan ocks疇 anv瓣nda f繹nstret h瓣r under f繹r att skriva 繹ver standardplatsen: . 3675;txt;01 -Notera: Du borde radera inneh疇llet i sandl疇dan, innan du byter plats p疇 den. +Notera: Du b繹r radera inneh疇llet i alla sandl疇dor, innan du byter plats p疇 dem. . 3676;txt;01 -H疇rddisk %2 +Disk %2 . #---------------------------------------------------------------------------- @@ -1647,7 +1810,7 @@ H疇rddisk %2 #---------------------------------------------------------------------------- 3681;txt;01 -Program Varningar +Programvarningar . 3682;txt;01 @@ -1659,11 +1822,11 @@ N瓣r ett av f繹ljande program k繹rs utanf繹r n疇gon sandl疇da, kommer Sandboxie #---------------------------------------------------------------------------- 3685;txt;01 -Windows Shell Integration +Windows Shell-integration . 3686;txt;01 -Starta Sandboxie Kontrollen +Starta Sandboxie Kontroll . 3687;txt;01 @@ -1675,15 +1838,15 @@ N瓣r ett sandl疇dat program startas . 3689;txt;01 -Genv瓣gar +Genv瓣gsikoner . 3690;txt;01 -L瓣gg till genv瓣gar f繹r att starta webbl瓣sare i Sandboxie +L瓣gg till genv瓣gar f繹r att starta webbl瓣sare under Sandboxie . 3691;txt;01 -L瓣gg till "Quick Launch"-genv瓣gar f繹r att starta program i Sandboxie +L瓣gg till snabbstartgenv瓣gar f繹r att starta webbl瓣sare under Sandboxie . 3692;txt;01 @@ -1691,34 +1854,38 @@ Klicka f繹r att l瓣gga till fler genv瓣gar: . 3693;txt;01 -&L瓣gg till Genv瓣gsikon +&L瓣gg till genv瓣gsikon . 3694;txt;01 -"K繹r Sandl疇dad" m繹jligheter +K繹r sandl疇dad ageranden . 3695;txt;01 -L瓣gg till h繹gerklick "K繹r Sandl疇dad" till filer och mappar +L瓣gg till h繹gerklicket K繹r sandl疇dad, till filer och mappar . 3696;txt;01 -L瓣gg till sandl疇dor som m疇l f繹r for "Skicka till" +L瓣gg till sandl疇dor som m疇l f繹r utf繹randet Skicka till. . 3697;txt;01 -Sandboxie Startmenyn kommer nu visas. v瓣lj ett +Sandboxie startmeny kommer nu visas. V瓣lj ett program fr疇n menyn s疇 kommer Sandboxie skapa en ny genv瓣gsikon p疇 ditt skrivbord som du kan anv瓣nda f繹r att starta valt program under tillsyn av Sandboxie. . 3698;txt;01 -Sandl疇dad Webbl瓣sare.lnk +Sandl疇dad webbl瓣sare.lnk . 3699;txt;01 -K繹r &Sandl疇dad +K繹r &sandl疇dad +. + +4491;txt;01 +ppna %2 i sandl疇da %3 . #---------------------------------------------------------------------------- @@ -1726,27 +1893,27 @@ K繹r &Sandl疇dad #---------------------------------------------------------------------------- 3711;txt;01 -Radera Sandl疇da|Snabb terskapning +Radera inneh疇ll|Snabb 疇terst瓣llning . 3712;txt;01 -Filerna nedanf繹r g疇r att Snabbt terskapas fr疇n sandl疇dan. V瓣lj en fil eller en mapp och klicka p疇 antingen terskapa nedanf繹r f繹r att 疇terskapa valda objekt. +Filerna nedanf繹r g疇r att snabbt 疇terst瓣lla fr疇n sandl疇dan. V瓣lj en fil eller en mapp och klicka p疇 n疇gon av knapparna terst瓣llning nedanf繹r f繹r att 疇terst瓣lla valt objekt. . 3713;txt;01 -Tryck p疇 "Radera Sandl疇da" f繹r att st瓣nga alla program i sandl疇dan f繹r att sedan t繹mma den p疇 allt inneh疇ll. +Klicka p疇 > Radera sandl疇da, f繹r att st瓣nga alla program i sandl疇dan f繹r att sedan t繹mma den p疇 allt inneh疇ll. . 3714;txt;01 -&Radera Sandl疇da +&Radera sandl疇da . 3715;txt;01 -Omedelbar terskapning +Omedelbar 疇terst瓣llning . 3716;txt;02 -Dessa filer kan 疇terskapas med omedelbar 疇terskapning vilket kommer flytta dem ut ur sandl疇dan. +Dessa filer kan 疇terst瓣llas med omedelbar 疇terst瓣llning vilket kommer flytta dem ut ur sandl疇dan. . 3717;txt;01 @@ -1754,7 +1921,7 @@ V瓣lj f繹rst filer fr疇n listan ovan, v瓣lj sen en plats. . 3718;txt;01 -&terskapa +&terst瓣ll . 3719;txt;01 @@ -1762,25 +1929,25 @@ Fr疇ga inte igen f繹rr瓣n &alla sandl疇dade program har avslutats . 3720;txt;01 -ter&skapa till -Samma Mapp +ter&st瓣ll till +samma mapp . 3721;txt;01 -terskapa till -&Valfri Mapp +terst瓣ll till +&valfri mapp . 3722;txt;01 -Det finns %2 filer och %3 mappar i sandl疇dan, vilket tar upp %4 av h疇rddisken. +Det finns %2 filer och %3 mappar i sandl疇dan, vilket tar upp %4 av disken. . 3723;txt;01 -V瓣lj en mapp som filer och mappar kommer 疇tskapas till +V瓣lj en mapp som filen eller mappen kommer 疇terst瓣llas till . 3724;txt;01 -Eller v瓣lj en mapp fr疇n en tidigare 疇terskapning. +Eller v瓣lj en mapp fr疇n en tidigare 疇terst瓣llning. . 3725;txt;01 @@ -1788,11 +1955,11 @@ Spara valda mappar f繹r senare anv瓣ndning . 3726;txt;01 -V瓣lj en mapp att l瓣gga till i listan av Snabba terst瓣llningar. +V瓣lj en mapp att l瓣gga till i mapplistan f繹r snabb 疇terst瓣llning. . 3727;txt;01 -Mappen lades till i listan av Snabba terst瓣llningsmappar. +Mappen lades till i mapplistan f繹r snabb 疇terst瓣llning. Men, just nu finns det inga sandl疇dade f繹rem疇l som kan 疇terst瓣llas fr疇n mappen @@ -1815,14 +1982,50 @@ N疇gra sandl疇dade program kunde inte avslutas. Sandl疇dan kommer inte t繹mmas. . 3732;txt;01 -Det finns inga filer att 疇terskapa just nu. +Det finns inga filer att 疇terst瓣lla just nu. . 3733;txt;01 -Filen kan inte 疇terskapas just nu f繹r att namnet p疇 platsen 瓣r f繹r l疇ng. +Filen kan inte 疇terst瓣llas just nu f繹r att namnet p疇 platsen 瓣r f繹r l疇ng. V瓣lj en annan plats. . +3734;txt;01 +H繹gerklicka p疇 mapplistan f繹r fler alternativ +. + +3735;txt;02 +Ers瓣tt alla filer utan fler meddelanden +. + +3736;txt;01 +&terst瓣ll && Utforska +. + +3737;txt;01 +&terst瓣ll && K繹r +. + +3981;txt;01 +&ppna mappen i utforskaren utanf繹r sandl疇dan +. + +3982;txt;01 +Ta bort denna mapp fr疇n listan +. + +3983;txt;01 +Ta bort alla mappar fr疇n listan +. + +3986;txt;01 +terst瓣llningslogg +. + +3987;txt;01 +F繹ljande filer 疇terst瓣lldes nyligen och flyttades ut ur sandl疇dor. +. + #---------------------------------------------------------------------------- # Sandboxie Control: Program Settings #---------------------------------------------------------------------------- @@ -1840,19 +2043,19 @@ Program: . 3744;txt;01 -Visa Sida 1 +Visa sida 1 . 3745;txt;01 -Visa Sida 2 +Visa sida 2 . 3751;txt;01 -Program Start +Programstart . 3752;txt;01 -N瓣r det h瓣r programmet startas utanf繹r en Sandl疇da: +N瓣r det h瓣r programmet startas utanf繹r en sandl疇da: . 3753;txt;01 @@ -1864,7 +2067,7 @@ Tvinga programmet att starta i denna sandl疇da . 3755;txt;01 -Program Avslut +Programavslut . 3756;txt;01 @@ -1872,27 +2075,27 @@ Stoppa detta program om det fortfarande 瓣r ig疇ng efter andra program har avslu . 3757;txt;01 -Stoppa andra program efter detta ledarprogram har avslutats +Stoppa andra program efter att detta ledarprogram har avslutats . 3761;txt;01 -Internet Begr瓣nsningar +Internetbegr瓣nsningar . 3762;txt;01 -Inget program i denna sandl疇da kan inte anv瓣nda Internet. +Varje program som k繹r i denna sandl疇da kan n疇 internet. . 3763;txt;01 -Program som kan anv瓣nda Internet i denna sandl疇da 瓣r: +Program som kan anv瓣nda internet i denna sandl疇da 瓣r: . 3764;txt;01 -Sl疇 p疇 begr瓣nsningar och till疇t detta program anv瓣nda Internet +Aktivera begr瓣nsningar och till疇t detta program anv瓣nda internet . 3765;txt;01 -Starta/K繹r Begr瓣nsningar +Start / K繹rbegr瓣nsningar . 3766;txt;01 @@ -1904,7 +2107,7 @@ Program som kan startas i denna sandl疇da: . 3768;txt;01 -Sl疇 p疇 begr瓣nsningar och till疇t detta program att starta. +Aktivera begr瓣nsningar och till疇t detta program att starta. . 3769;txt;01 @@ -1929,12 +2132,12 @@ kommer b繹rja g瓣lla n瓣sta g疇ng dessa program startar r du s瓣ker p疇 att du vill ha %2 som en tvingad mapp? . -3774;txt;02 -r du s瓣ker p疇 att du vill ha %2 som en tvingad anv瓣ndare? -. +# 3774;txt;02 +# r du s瓣ker p疇 att du vill ha %2 som en tvingad anv瓣ndare? +# . 3775;txt;02 -Du har gjort en 瓣ndring som kanske inte 瓣r l瓣tt att 疇ngra. +Du har gjort en 瓣ndring som inte 瓣r helt l瓣tt att 瓣ndra. . #---------------------------------------------------------------------------- @@ -1954,11 +2157,11 @@ Du m疇ste verkst瓣lla 瓣ndringarna innan du forts瓣tter. . 3804;txt;01 -Verkst瓣ll 瓣ndringar n瓣r du byter sida. +Verkst瓣ll 瓣ndringar vid sidobyte. . 3805;txt;01 -Alla Program +Alla program . 3806;txt;02 @@ -1966,15 +2169,15 @@ Listan nedanf繹r ber繹r: . 3807;txt;01 -V瓣lj en fil eller mapp att l瓣gga till i listan av File Access exclusions. +V瓣lj en fil eller mapp att l瓣gga till i listan f繹r Blockerad fil疇tkomst. . 3808;txt;01 -L瓣gg till Resursnamn +L瓣gg till resursnamn . 3809;txt;01 -ndra Resursnamn +ndra resursnamn . 3551;txt;01 @@ -1982,7 +2185,7 @@ L瓣gg till Resursnamn . 3552;txt;01 -Omv瓣nd inneb繹rden f繹r den aktuella markeringen +Omv瓣nd inneb繹rden f繹r det aktuella valet . #---------------------------------------------------------------------------- @@ -1994,35 +2197,35 @@ Utseende . 3812;txt;01 -Sandl疇dade program under 繹versyn av Sandboxie kommer visa Sandboxie [#]-m瓣rket i rutans titel. +Sandl疇dade program under 繹versyn av Sandboxie kommer visa Sandboxie [#]-m瓣rket i f繹nstrets titel. . 3813;txt;01 -Om f繹ljande inst瓣llning 瓣r p疇slagen kommer rutans titel ocks疇 visa namnet p疇 sandl疇dan. +Om f繹ljande inst瓣llning 瓣r aktiverad kommer f繹nstrets titel ocks疇 visa namnet p疇 sandl疇dan. . 3814;txt;01 -Visa sandl疇denamnet i rutans titel +Visa sandl疇denamnet i f繹nstrets titel . 3815;txt;01 -Visa inte Sandboxie-m瓣rket i rutans titel +Visa inte Sandboxie-m瓣rket i f繹nstrets titel . 3816;txt;01 -Sandboxie kan visa en f瓣rg runt kanten p疇 rutor som tillh繹r sandl疇dade program +Sandboxie kan visa en f瓣rg runt kanten p疇 f繹nster som tillh繹r sandl疇dade program . 3817;txt;01 -Visa f瓣rg runt rutan +Visa f瓣rg runt f繹nstret . 3818;txt;01 -Klicka f繹r att 瓣ndra kantf瓣rgen +Klicka f繹r att 瓣ndra kantf瓣rg . 3819;txt;01 -Visa bara f瓣rg runt kanten p疇 rutor n瓣r muspekaren 瓣r 繹ver sidnamnet +Visa bara f瓣rg runt kanten p疇 f繹nster n瓣r muspekaren 瓣r 繹ver sidnamnet . #---------------------------------------------------------------------------- @@ -2030,49 +2233,47 @@ Visa bara f瓣rg runt kanten p疇 rutor n瓣r muspekaren 瓣r 繹ver sidnamnet #---------------------------------------------------------------------------- # 3821;txt;01 -# terskapning::Snabb 疇terskapning +# terst瓣llning::Snabb 疇terst瓣llning # . 3821;txt;02 -terskapning +terst瓣llning . 3822;txt;01 -Snabb 疇terskapning +Snabb 疇terst瓣llning . 3823;txt;01 -F繹re sandl疇dan raderas, eller n瓣r du manuellt aktiverar Snabb 疇terst瓣llning kommer f繹ljande mappar s繹kas efter filer. -Om n疇gra filer hittas kommer -du f疇 chansen att flytta ut dem ur sandl疇dan. +Innan sandl疇dan raderas, eller n瓣r du manuellt aktiverar snabb 疇terst瓣llning kommer f繹ljande mappar s繹kas efter filer. Om n疇gra filer hittas kommer du f疇 chansen att flytta ut dem ur sandl疇dan. . # 3831;txt;01 -# Recovery::Omedelbar 疇terskapning +# terst瓣llning::Omedelbar 疇terst瓣llning # . 3832;txt;01 -Omedelbar 疇terskapning hj瓣lper Snabb 疇terskapning genom att automatiskt fr疇ga om du vill flytta ut filer n瓣r de skapas. +Omedelbar 疇terst瓣llning hj瓣lper snabb 疇terst瓣llning genom att automatiskt fr疇ga om du vill flytta ut filer n瓣r de skapas. . 3833;txt;01 -Aktivera Omedelbar 疇terskapning +Aktivera Omedelbar 疇terst瓣llning . 3834;txt;01 -F繹ljande filer och filtyper kommer inte vara med i Omedelbar 疇terskapning. +F繹ljande filer och filtyper kommer inte vara med i omedelbar 疇terst瓣llning. . 3835;txt;01 -L瓣gg till &Typ +L瓣gg till &typ . 3836;txt;01 -V瓣lj en mapp f繹r att exkludera den fr疇n Omedelbar 疇terskapning +V瓣lj en mapp f繹r att utesluta den fr疇n omedelbar 疇terst瓣llning . 3837;txt;01 -Skriv in en filtyp att exkludera fr疇n Omedelbar 疇terskapning +Skriv in en filtyp att utesluta fr疇n omedelbar 疇terst瓣llning . #---------------------------------------------------------------------------- @@ -2088,11 +2289,11 @@ Radera . 3842;txt;01 -Radera Val +Raderingsval . 3843;txt;01 -Inneh疇llet av denna sandl疇da kan automatiskt raderas n瓣r sandl疇de programmen slutar och sandl疇dan blir inaktiv +Inneh疇llet av denna sandl疇da kan automatiskt raderas n瓣r sandl疇deprogrammen slutar och sandl疇dan blir inaktiv . 3844;txt;01 @@ -2100,7 +2301,7 @@ Radera automatiskt inneh疇llet av sandl疇dan . 3845;txt;01 -Om n疇gra av filerna i sandl疇dan kan 疇terskapas, kommer snabb 疇terskapning starta ist瓣llet f繹r automatisk radering. +Om n疇gra av filerna i sandl疇dan kan 疇terst瓣llas, kommer snabb 疇terst瓣llning starta ist瓣llet f繹r automatisk radering. . 3846;txt;01 @@ -2112,11 +2313,11 @@ Ta aldrig bort denna sandl疇da eller dess inneh疇ll . # 3851;txt;01 -# Radera::Kommandon +# Radera::Kommando # . 3852;txt;01 -Radera Kommandon +Raderingskommando . 3853;txt;01 @@ -2128,7 +2329,7 @@ Om du 瓣ndrar denna inst瓣llning, ha med texten "%%SANDBOX%%" (med citattecken). . 3855;txt;01 -Eller v瓣lj ett specifikt raderingskommando +Eller v瓣lj ett specifikt raderingskommando: . 3856;txt;01 @@ -2137,7 +2338,7 @@ Raderingskommandot anv瓣nder inte "%%SANDBOX%%" (med citattecken). . 3857;txt;01 -Var god och navigera fram till programmet- %2 +Var god och navigera till och v瓣lj programmet - %2 . #---------------------------------------------------------------------------- @@ -2145,19 +2346,19 @@ Var god och navigera fram till programmet- %2 #---------------------------------------------------------------------------- 3971;txt;01 -Program Grupper +Programgrupper . 3972;txt;01 -Du kan gruppera ett antal program tillsammans och ge dem ett gruppnamn. Gruppnamn anv瓣ndas med vissa inst瓣llningar som accepterar program namn. +Du kan gruppera ett antal program tillsammans och ge dem ett gruppnamn. Gruppnamn kan anv瓣ndas med vissa inst瓣llningar som accepterar programnamn. . 3974;txt;01 -L瓣gg till &Grupp +L瓣gg till &grupp . 3975;txt;01 -Skriv in nytt Gruppnamn +Skriv in nytt gruppnamn . #---------------------------------------------------------------------------- @@ -2165,39 +2366,39 @@ Skriv in nytt Gruppnamn #---------------------------------------------------------------------------- # 3861;txt;01 -# Program Start::Tvingade Mappar +# Programstart::Tvingade mappar # . 3861;txt;02 -Program Start +Programstart . 3862;txt;01 -Tvingade Mappar +Tvingade mappar . 3863;txt;01 -Om n疇gra program startar osandl疇dade fr疇n ett av f繹ljande program, kommer dem tvingas k繹ra i denna sandl疇da. Detta g瓣ller inte om programmet startade i en annan sandl疇da. +Om n疇gra program startar osandl疇dade fr疇n ett av f繹ljande program, kommer de tvingas k繹ra i denna sandl疇da. Detta g瓣ller inte om programmet startade i en annan sandl疇da. . 3864;txt;01 -Du kan tvinga Windows CD/DVD Autorun att k繹ra i denna sandl疇da, genom att ha med dina CD-ROM och DVD-ROM bokst瓣ver i f繹ljande lista. +Du kan tvinga Windows CD/DVD-autorun att k繹ra i denna sandl疇da, genom att ha med dina CD/DVD-ROM bokst瓣ver i f繹ljande lista. . 3865;txt;01 -Tvingade Mappar har f繹retr瓣de 繹ver Tvingade Program. +Tvingade mappar har f繹retr瓣de 繹ver tvingade program. . 3866;txt;01 -V瓣lj en mapp att l瓣gga till i listan 繹ver Tvingade Mappar. +V瓣lj en mapp att l瓣gga till i listan 繹ver tvingade mappar. . # 3871;txt;01 -# Program Start::Tvingade Program +# Programstart::Tvingade program # . 3872;txt;01 -Tvingade Program +Tvingade program . 3873;txt;01 @@ -2205,11 +2406,11 @@ Om n疇gon av f繹ljande program startar osandl疇dade kommer de tvingas att k繹ras . # 3961;txt;01 -# Program Start::Tvingade Anv瓣ndare +# Programstart::Tvingade anv瓣ndare # . 3962;txt;01 -Tvingade Anv瓣ndare +Tvingade anv瓣ndare . 3963;txt;01 @@ -2217,11 +2418,11 @@ Om n疇gra av f繹ljande anv瓣ndarkonton loggar in p疇 denna dator kommer hela inl . 3964;txt;01 -F繹r att radera en sandl疇da f繹rknippad med en Tvingad Anv瓣ndare, logga in p疇 det kontot och ta bort sandl疇dan via Sandboxie Kontrollen. +F繹r att radera en sandl疇da f繹rknippad med en tvingad anv瓣ndare, logga in p疇 det kontot och ta bort sandl疇dan via Sandboxie Kontroll. . 3965;txt;01 -Tvingade Anv瓣ndare har beh繹righet 繹ver Tvingade Program och Tvingade Mappar. +Tvingade anv瓣ndare har beh繹righet 繹ver tvingade program och tvingade mappar. . #---------------------------------------------------------------------------- @@ -2229,15 +2430,15 @@ Tvingade Anv瓣ndare har beh繹righet 繹ver Tvingade Program och Tvingade Mappar. #---------------------------------------------------------------------------- # 3881;txt;01 -# Program Stopp::Kvargl繹mda Program +# Programstopp::Kvargl繹mda program # . 3881;txt;02 -Program Stopp +Programstopp . 3882;txt;01 -Kvargl繹mda Program +Kvargl繹mda program . 3883;txt;01 @@ -2245,7 +2446,7 @@ F繹ljande program kommer st瓣ngas automatiskt om de finns kvar i sandl疇dan n瓣r . # 3891;txt;01 -# Program Stopp::Ledarprogram +# Programstopp::Ledarprogram # . 3892;txt;01 @@ -2288,12 +2489,22 @@ N瓣r en fil 瓣r f繹r stor f繹r att kopieras kommer meddelandet SBIE2102 att dyka Visa inte ett meddelande n瓣r en fil 瓣r f繹r stor f繹r att kopieras . +3909;txt;01 +Fil繹verf繹ringsinst瓣llningen begr瓣nsar maxstorleken f繹r kopierandet av en fil in i sandl疇dan. + +Inst瓣llningen 瓣r f繹r n瓣rvarande %3 kilobytes i sandl疇da '%2'. + +Klicka p疇 > Ok, f繹r att justera denna gr瓣ns till %4 kilobytes. + +Du kan ocks疇 瓣ndra gr瓣nsen via 繹ppnande av f繹nstret Sandl疇deinst瓣llningar, och 繹ppna sidan Fil繹verf繹ring. +. + #---------------------------------------------------------------------------- # Sandboxie Control: Sandbox Settings: Internet/Start Restrictions #---------------------------------------------------------------------------- # 3911;txt;01 -# Begr瓣nsningar::Internet Beh繹righet +# Begr瓣nsningar::Internet疇tkomst # . 3911;txt;02 @@ -2301,43 +2512,51 @@ Begr瓣nsningar . 3912;txt;01 -Internet beh繹righet +Internet疇tkomst . 3913;txt;01 -F繹ljande program 瓣r de enda programmen i sandl疇dan som kan anv瓣nda Internet. +F繹ljande program 瓣r de enda programmen i sandl疇dan som kan anv瓣nda internet. . 3914;txt;01 -N瓣r denna funktion 瓣r p疇slagen kommer program i sandl疇dan aldrig kunna anv瓣nda Internet, 瓣ven om de matchar ett programnamn ovan. +N瓣r denna funktion 瓣r aktiverad kommer program i sandl疇dan aldrig kunna anv瓣nda internet, 瓣ven om de matchar ett programnamn ovan. . 3915;txt;01 -Visa meddelande SBIE%2 n瓣r beh繹righet nekas. +Visa meddelande SBIE%2 n瓣r 疇tkomst nekas. . 3916;txt;01 -&Blockera Alla Program +&Blockera alla program . 3917;txt;01 -&Till疇t Alla Program +&Till疇t alla program . 3918;txt;01 -Alla program kan anv瓣nda Internet +Alla program kan anv瓣nda internet . 3919;txt;01 -Inga program kan anv瓣nda Internet +Inga program kan anv瓣nda internet +. + +3920;txt;01 +Internet疇tkomstbegr瓣nsningar 瓣r aktiverade i sandl疇da '%2', och hindrar detta program fr疇n att tillg疇 internet. + +Klicka p疇 > Ok, f繹r att l瓣gga till programmet '%3' till Internet疇tkomstbegr瓣nsningar i sandl疇da '%2'. + +F繹r att hantera Internet疇tkomstbegr瓣nsningar, 繹ppna Sandl疇deinst瓣llningar, och 繹ppna Begr瓣nsningar. . # 3921;txt;01 -# Begr瓣nsningar::Starta/K繹r Beh繹righet +# Begr瓣nsningar::Start / K繹r疇tkomst # . 3922;txt;01 -Starta/K繹r Beh繹righet +Start / K繹r疇tkomst . 3923;txt;01 @@ -2345,71 +2564,83 @@ F繹ljande program 瓣r de enda programmen i sandl疇dan som kommer kunna starta oc . 3924;txt;01 -N瓣r denna funktion 瓣r p疇slagen kommer program som 瓣r installerade och nedladdade i denna sandl疇da aldrig till疇tas att starta, 瓣ven om de matchar programmets namn ovan. +N瓣r denna funktion 瓣r aktiverad kommer program som 瓣r installerade och nedladdade i denna sandl疇da aldrig till疇tas att starta, 瓣ven om de matchar programmets namn ovan. . 3928;txt;01 Alla program kan startas och k繹ras. . +3930;txt;01 +Start / K繹r疇tkomstbegr瓣nsningar 瓣r aktiverade i sandl疇da '%2', och hindrar detta program fr疇n att starta och k繹ra. + +Klicka p疇 > Ok, f繹r att l瓣gga till programmet '%3' till Start / K繹r疇tkomstbegr瓣nsningar i sandl疇da '%2'. + +F繹r hantering av Start / K繹r疇tkomstbegr瓣nsningar, g疇 till Sandl疇deinst瓣llningar > Begr瓣nsningar. +. + #---------------------------------------------------------------------------- # Sandboxie Control: Sandbox Settings: Low Level Access / Hardware Access #---------------------------------------------------------------------------- # 3931;txt;01 -# Begr瓣nsningar::L疇g-Niv疇 Beh繹righet +# Begr瓣nsningar::L疇gniv疇-疇tkomst # . -3932;txt;01 -L疇g-Niv疇 Beh繹righet -. +# 3932;txt;01 +# L疇gniv疇-疇tkomst +# . -3933;txt;01 -F繹ljande inst瓣llningar s瓣nker skyddet f繹r Sandboxie. Att sl疇 p疇 dessa rekommenderas inte. -. +# 3933;txt;01 +# F繹ljande inst瓣llningar s瓣nker skyddet f繹r Sandboxie. Att aktivera dessa rekommenderas inte. +# . -3934;txt;01 -Till疇t program i sandl疇dan att ladda kernel mode drivers i operativsystemet -. +# 3934;txt;01 +# Till疇t program att ladda kernel mode drivrutiner i operativsystemet +# . -3935;txt;01 -Till疇t program i sandl疇dan att ladda applikationer (Win32) hooks i andra program -. +# 3935;txt;01 +# Till疇t program att ladda applikationers (Win32) hooks i andra program +# . -3936;txt;01 -Till疇t program i denna sandl疇da att simulera tangentbord och musinput. -. +# 3936;txt;01 +# Till疇t program att simulera tangentbord och musinfl繹de. +# . -3937;txt;01 -Till疇t program i denna sandl疇da att 瓣ndra bakgrundsbild och andra systeminst瓣llningar. -. +# 3937;txt;01 +# Till疇t program att 瓣ndra bakgrundsbild och andra systeminst瓣llningar. +# . -3938;txt;01 -Till疇t program i denna sandl疇da att 瓣ndra h疇rdvaruinst瓣llningar. -. +# 3938;txt;01 +# Till疇t program att hantera h疇rdvaruinst瓣llningar. +# . # 3951;txt;01 -# Begr瓣nsningar::H疇rdvarubeh繹righet +# Begr瓣nsningar::H疇rdvaru疇tkomst # . -3952;txt;01 -H疇rdvarubeh繹righet -. +# 3952;txt;01 +# H疇rdvaru疇tkomst +# . -3953;txt;01 -Till疇t program i denna sandl疇da att 瓣ndra Windowskontots l繹senord. -. +# 3953;txt;01 +# Till疇t program att 瓣ndra anv瓣ndarkontots l繹senord. +# . + +# 3954;txt;01 +# Till疇t program att 瓣ndra n瓣tverks och brandv瓣ggsinst瓣llningar +# . #---------------------------------------------------------------------------- # Sandboxie Control: Sandbox Settings: Drop Rights #---------------------------------------------------------------------------- # 3941;txt;01 -# Begr瓣nsningar::L瓣gre R瓣ttigheter +# Begr瓣nsningar::L瓣gre r瓣ttigheter # . 3942;txt;01 -L瓣gre R瓣ttigheter +L瓣gre r瓣ttigheter . 3943;txt;01 @@ -2421,23 +2652,63 @@ Men, om du anv瓣nder ett administrat繹rskonto kan Sandboxie st瓣nga av fler s瓣k . 3945;txt;01 -Minska R瓣ttigheter f繹r Administrat繹r och power user konton. +Minska r瓣ttigheter f繹r administrat繹rs och power user konton. . -3946;txt;01 -Det 瓣r rekommenderat att du l瓣mnar denna inst瓣llning p疇slagen, som kompensation f繹r Sandboxie skydd som inte finns i 64-bit versionerna av Windows. -. +# 3946;txt;01 +# Det 瓣r rekommenderat att du l瓣mnar denna inst瓣llning aktiverad, som kompensation f繹r Sandboxie skydd som inte finns i 64-bit versionerna av Windows. +# . -3947;txt;01 -F繹r att f繹rb瓣ttra skyddet p疇 64-bit Windows, sl疇 p疇 Experimentellt skydd fr疇n inst瓣llningsmenyn. -. +# 3947;txt;01 +# F繹r att f繹rb瓣ttra skyddet p疇 64-bit Windows, sl疇 p疇 Experimentellt skydd fr疇n inst瓣llningsmenyn. +# . 3949;txt;01 -L瓣gre r瓣ttigheter inst瓣llningen 瓣r p疇slagen i sandl疇da '%2', och f繹rhindrar anv瓣ndandet av administrativa privilegier. +L瓣gre r瓣ttigheter inst瓣llningen 瓣r aktiverad i sandl疇da '%2', och f繹rhindrar anv瓣ndandet av administrativa privilegier. -Klicka OK f繹r att st瓣nga av l瓣gre r瓣ttigheter f繹r sandl疇dan '%2' f繹r att till疇ta anv瓣ndandet av administrativa privilegier i sandl疇dan. +Klicka p疇 > Ok, f繹r att st瓣nga av L瓣gre r瓣ttigheter f繹r sandl疇dan '%2' f繹r att till疇ta anv瓣ndandet av administrativa privilegier i sandl疇dan. -Du kan alltid 瓣ndra l瓣gre r瓣ttigheter inst瓣llningen genom att 繹ppna sandl疇deinst瓣llnings rutan och sen expandera "begr瓣nsningar". +Du kan alltid 瓣ndra inst瓣llningen L瓣gre r瓣ttigheter genom att 繹ppna Sandl疇deinst瓣llningar och sen 繹ppna Beh繹righetsinst瓣llningsgruppen. +. + +#---------------------------------------------------------------------------- +# Sandboxie Control: Sandbox Settings: Print Spooler +#---------------------------------------------------------------------------- + +3950;txt;01 +Print Spooler +. + +3951;txt;01 +F繹nstret Print Spooler k繹rs utanf繹r Sandboxies bevakning. En sandl疇dad applikation som beg瓣r Print Spooler till en fil blockeras, f繹r att denna fil kommer skrivas utanf繹r sandl疇dan. +. + +3952;txt;01 +Om du vill till疇ta Print Spooler att skriva till en fil, kan du aktivera denna inst瓣llning. Det rekommenderas att bara g繹ras n瓣r det 瓣r n繹dv瓣ndigt. +. + +3953;txt;01 +Till疇t Print Spooler att skriva till en fil. +. + +#---------------------------------------------------------------------------- +# Sandboxie Control: Sandbox Settings: Network Files +#---------------------------------------------------------------------------- + +3955;txt;01 +N瓣tverksfiler +. + +3956;txt;01 +N瓣tverksfiler och mappar 瓣r normalt synliga f繹r sandl疇dade applikationer. +. + +3957;txt;01 +Om du vill blockera sandl疇dade applikationer fr疇n fil och folder疇tkomst p疇 ditt n瓣tverk, kan du aktivera denna inst瓣llning. Individuella filer och mappar kan 繹ppnas f繹r sandl疇dade applikationer genom att l瓣gga till dem i Resurs疇tkomst > Fil疇tkomst. +. + +3958;txt;01 +Blockera n瓣tverksfiler och mappar f繹rutom vid specifikt 繹ppnande. . #---------------------------------------------------------------------------- @@ -2445,11 +2716,11 @@ Du kan alltid 瓣ndra l瓣gre r瓣ttigheter inst瓣llningen genom att 繹ppna sandl疇 #---------------------------------------------------------------------------- 4001;txt;01 -Resursbegr瓣nsningar::Filbeh繹righet::Direktbeh繹righet +Resurs疇tkomst::Fil疇tkomst::Direkt疇tkomst . 4002;txt;01 -Direkt fil beh繹righet (OpenFilePath) +Direkt fil疇tkomst (OpenFilePath) . 4003;txt;01 @@ -2458,15 +2729,15 @@ F繹ljande filer och mappar kommer vara direkt till疇tna f繹r program i denna san 4004;txt;01 Detta ber繹r inte program som har installerats eller laddats ner i sandl疇dan. -Se 瓣ven: Full beh繹righetsinst瓣llningarna +Se 瓣ven: Full 疇tkomst inst瓣llningarna . 4011;txt;01 -Resursbeh繹righet::Filbeh繹righet::Full beh繹righet +Resurs疇tkomst::Fil疇tkomst::Full 疇tkomst . 4012;txt;01 -Full filbeh繹righet (OpenPipePath) +Full fil疇tkomst (OpenPipePath) . 4013;txt;01 @@ -2474,47 +2745,60 @@ F繹ljande filer och mappar kommer kunna anv瓣ndas av program i denna sandl疇da, . 4014;txt;01 -Till skillnad fr疇n Direkt fil beh繹righetsinst瓣llningarna, ber繹r denna inst瓣llning alla program, 瓣ven de som installerats inuti sandl疇dan. +Till skillnad fr疇n inst瓣llningen direkt fil疇tkomst, ber繹r denna inst瓣llning alla program, 瓣ven de som installerats inuti sandl疇dan. . 4021;txt;01 -Resursbeh繹righet::Filbeh繹righet::Blockerad beh繹righet +Resurs疇tkomst::Fil疇tkomst::Blockerad 疇tkomst . 4022;txt;01 -Blockerad filbeh繹righet (ClosedFilePath) +Blockerad fil疇tkomst (ClosedFilePath) . 4023;txt;01 -F繹ljande program och filer kommer inte kunna anv瓣ndas/l瓣sas av program i denna sandl疇da alls. +F繹ljande program och filer kommer inte alls kunna anv瓣ndas / l瓣sas av program i denna sandl疇da. . 4024;txt;01 -Om en fil eller mapp ocks疇 finns med i en annan sorts filbeh繹righetinst瓣llning kommer blockerad beh繹righet ha f繹retr瓣de. +Om en fil eller mapp ocks疇 finns med i en annan sorts fil疇tkomstinst瓣llning kommer blockerad 疇tkomst ha f繹retr瓣de. . 4025;txt;01 -Windows fildelning kan anv瓣ndas f繹r att passera Blockerad filbeh繹righet. L瓣gg till resurser att blockera fr疇n Windows fildelning +Windows fildelning kan anv瓣ndas f繹r att passera blockerad fil疇tkomst. +D瓣rf繹r, lades en inst瓣llning till f繹r att blockera 疇tkomst till Windows fildelningstj瓣nst. . 4031;txt;01 -Resursbeh繹righet::Filbeh繹righet::L瓣s-endast beh繹righet +Resurs疇tkomst::Fil疇tkomst::L瓣s-Endast 疇tkomst . 4032;txt;01 -L瓣s-Bara beh繹righet (ReadFilePath) +L瓣s-Endast fil疇tkomst (ReadFilePath) . 4033;txt;01 -F繹ljande filer och mappar kommer inte kunna 瓣ndras av program som k繹rs i denna sandl疇da +F繹ljande filer och mappar kommer inte kunna 瓣ndras av program som k繹rs i denna sandl疇da. . -4041;txt;01 -Resursbeh繹righet::Registerbeh繹righet::Direkt 疇tkomst +4111;txt;01 +Resurs疇tkomst::Fil疇tkomst::Skriv-Endast 疇tkomst +. + +4112;txt;01 +Skriv-Endast fil疇tkomst (WriteFilePath) +. + +4113;txt;01 +F繹ljande mappar framst疇r som tomma f繹r program k繹randes i denna sandl疇da, men programmen kan skapa nya filer inom dessa mappar i sandl疇dan. +. + +4041;txt;01 +Resurs疇tkomst::Register疇tkomst::Direkt疇tkomst . 4042;txt;01 -Direkt register疇tkomst (OpenKeyPath) +Direkt register疇tkomst(OpenKeyPath) . 4043;txt;01 @@ -2526,11 +2810,11 @@ Detta ber繹r inte program som har installerats eller laddats ner i denna sandl疇 . 4051;txt;01 -Resursbeh繹righet::Registerbeh繹righet::Blockerad 疇tkomst +Resurs疇tkomst::Register疇tkomst::Blockerad 疇tkomst . 4052;txt;01 -Blockerad register beh繹righet (ClosedKeyPath) +Blockerad register疇tkomst (ClosedKeyPath) . 4053;txt;01 @@ -2538,31 +2822,43 @@ F繹ljande registernycklar kommer inte kunna l瓣sas alls av program k繹randes i d . 4054;txt;01 -Om en registernyckel matchar inst瓣llningarna i n疇gon annan beh繹righetsinst瓣llning kommer Blockerad 疇tkomst ha f繹retr瓣de +Om en registernyckel matchar n疇gon annan register疇tkomstinst瓣llning, kommer blockerad 疇tkomst ha f繹retr瓣de . 4061;txt;01 -Resursbeh繹righet::Registerbeh繹righet::L瓣s-endast 疇tkomst +Resurs疇tkomst::Register疇tkomst::L瓣s-Endast 疇tkomst . 4062;txt;01 -L瓣s-endast register 疇tkomst (ReadKeyPath) +L瓣s-Endast register疇tkomst (ReadKeyPath) . 4063;txt;01 F繹ljande registernycklar kommer inte kunna 瓣ndras av program i denna sandl疇da. . +4121;txt;01 +Resurs疇tkomst::Register疇tkomst::Skriv-Endast 疇tkomst +. + +4122;txt;01 +Skriv-Endast register疇tkomst (WriteKeyPath) +. + +4123;txt;01 +F繹ljande registernycklar framst疇r som tomma f繹r program k繹randes i denna sandl疇da, men programmen kan skriva nya data inom dessa registernycklar i sandl疇dan. +. + 4071;txt;01 -Resursbeh繹righet::IPC Beh繹righet::Direkt 疇tkomst +Resurs疇tkomst::IPC-疇tkomst::Direkt疇tkomst . 4072;txt;01 -Direkt IPC tkomst (OpenIpcPath) +Direkt IPC-疇tkomst(OpenIpcPath) . 4073;txt;01 -F繹ljande NT IPC objekt kommer kunna anv瓣ndas av program k繹randes i denna sandl疇da utan n疇gon sorts sandl疇dning. +F繹ljande NT IPC-objekt kommer kunna anv瓣ndas av program k繹randes i denna sandl疇da utan n疇gon sorts sandl疇dning. . 4074;txt;01 @@ -2570,23 +2866,23 @@ Denna inst瓣llning ber繹r alla program, 瓣ven de som har installerats eller ladd . 4081;txt;01 -Resursbeh繹righet::IPC Beh繹righet::Blockerad 疇tkomst +Resurs疇tkomst::IPC-疇tkomst::Blockerad 疇tkomst . 4082;txt;01 -Blockerad IPC tkomst (ClosedIpcPath) +Blockerad IPC-疇tkomst(ClosedIpcPath) . 4083;txt;01 -F繹ljande NT IPC objekt kommer inte kunna n疇s alls av program i denna sandl疇da. +F繹ljande NT IPC-objekt kommer inte kunna n疇s alls av program i denna sandl疇da. . 4084;txt;01 -Om ett NT IPC objekt matchar n疇gon annan inst瓣llning om NT IPC beh繹righet, kommer Blockerad 疇tkomst ha f繹retr瓣de. +Om ett NT IPC-objekt matchar n疇gon annan inst瓣llning om NT IPC-beh繹righet, kommer blockerad 疇tkomst ha f繹retr瓣de. . 4091;txt;01 -Resursbeh繹righet::F繹nster疇tkomst +Resurs疇tkomst::F繹nster疇tkomst . 4092;txt;01 @@ -2594,19 +2890,27 @@ F繹nster疇tkomst (OpenWinClass) . 4093;txt;01 -Sandl疇dade program kan inte kommunicera med f繹nster som tillh繹r program som k繹rs utanf繹r sandl疇dan, s疇l瓣nge rutan inte 繹ppnades av en av f繹ljande rutor. +Sandl疇dade program kan inte kommunicera med f繹nster som tillh繹r program som k繹rs utanf繹r sandl疇dan, s疇 l瓣nge f繹nstret inte 繹ppnades av ett av f繹ljande f繹nster. . 4101;txt;01 -Resursbeh繹righet::COM 疇tkomst +Resurs疇tkomst::COM-疇tkomst . 4102;txt;01 -COM 疇tkomst (OpenClsid) +COM-疇tkomst (OpenClsid) . 4103;txt;01 -Sandl疇dat program kan inte kommunicera med COM objekt som tillh繹r program k繹randes i sandl疇dan, f繹rutom om COM class IDt matchar en av f繹ljande klass IDn. +Sandl疇dat program kan inte kommunicera med COM-objekt som tillh繹r program k繹randes i sandl疇dan, f繹rutom om COM-class IDt matchar en av f繹ljande klass IDn. +. + +4104;txt;01 +Resurs疇tkomst::N瓣tverks疇tkomst +. + +4105;txt;01 +N瓣tverks疇tkomst (brandv瓣gg) . #---------------------------------------------------------------------------- @@ -2618,15 +2922,15 @@ Applikationer . 4202;txt;01 -&Visa Kod +&Visa kod . 4203;txt;01 -ppna &Webbsida +ppna &webbsida . 4204;txt;01 -Skapa &Ny +Skapa &ny . 4205;txt;01 @@ -2638,7 +2942,7 @@ Denna applikations konfiguration inneh疇ller inte en webbadress. . 4207;txt;01 -ka anv瓣ndbarheten av Sandboxie med andra program genom att v瓣lja dem i denna listan nedanf繹r. +ka anv瓣ndbarheten av Sandboxie med andra program genom att v瓣lja dem i denna lista nedanf繹r. . # 4208;txt;01 @@ -2650,7 +2954,7 @@ Mappar . 4210;txt;01 -Konfigurera mapparna anv瓣nda av dina andra applikationer. +Konfigurera mapparna som anv瓣nds av dina andra applikationer. . 4211;txt;01 @@ -2666,7 +2970,7 @@ Alternativ plats: . 4214;txt;02 -En alternativ plats f繹r '%2' +En alternativ plats f繹r '%2' b繹r inneh疇lla f繹ljande fil: %3 @@ -2685,7 +2989,7 @@ Inst瓣llningarna nedan best瓣mmer konfigurationen f繹r programmet '%2'. . 4217;txt;01 -Skriv eller klistra in inst瓣llningar, tryck sen OK f繹r att skapa en ny lokal programkonfiguration. +Skriv eller klistra in inst瓣llningar, klicka sedan p疇 > Ok, f繹r att skapa en ny lokal programkonfiguration. . 4218;txt;01 @@ -2693,39 +2997,39 @@ Lokal . 4219;txt;01 -Dina lokala (inofficiella) applikations konfigurationer. +Dina lokala (inofficiella) applikationskonfigurationer. . 4220;txt;01 Den inskrivna koden inneh疇ller ett eller fler fel. -Kan inte skapa applikationsinst瓣llning. +Kan inte skapa applikationskonfiguration. . 4221;txt;01 -F繹r att v瓣lja en mapplats f繹r dina applikationer, se Mappsidan. +F繹r att v瓣lja en mapplats f繹r dina applikationer, se sidan Mappar. . 4222;txt;02 -Denna inst瓣llning kan inte 瓣ndras eller raderas eftersom den 瓣r +Denna inst瓣llning kan inte 瓣ndras eller raderas eftersom den 瓣r en del av en applikations konfiguration: %2 F繹r att ta bort applikationsinst瓣llningen fr疇n sandl疇dan, -kolla p疇 applikationssidan i Sandl疇de inst瓣llnings f繹nstret. +kolla p疇 sidan Applikationer i Sandl疇deinst瓣llningar. . 4223;txt;01 -Lokal applikations konfigurationen '%2' 瓣r nu borttagen i alla sandl疇dor +Lokal applikations konfiguration '%2' 瓣r nu borttagen i alla sandl疇dor vill du radera hela denna applikations konfiguration? . 4224;txt;01 -PDF/Utskrivning +PDF / Utskrivning . 4226;txt;02 -S瓣kerhet/Integritet +S瓣kerhet / Integritet . 4228;txt;01 @@ -2733,11 +3037,11 @@ Skrivbordsprogram . 4230;txt;01 -Nerladdningshanterare +Nedladdningshanterare . 4288;txt;01 -Alla Applikationer +Alla applikationer . 4289;txt;01 @@ -2745,7 +3049,7 @@ Lista 繹ver alla applikationskonfigureringar, sorterad i alfabetisk ordning. Den . 4291;txt;01 -Standardexkludering f繹r Omedelbar terskapning +Standarduteslutning f繹r omedelbar 疇terst瓣llning . 4292;txt;01 @@ -2756,12 +3060,52 @@ Standardlista f繹r program fortfarande 繹ppna i inaktiv sandl疇da. Standardlista f繹r blockerade TCP/IP portar . +4294;txt;01 +Till疇t program att uppdatera hopplistor i W7`s aktivitetsf瓣lt +. + +4295;txt;01 +Standarduteslutning filmigrationf繹rinst瓣llningar +. + +4296;txt;01 +Standard RPC Port Bindings +. + +4297;txt;01 +ppna Bluetooth RPC port +. + +4298;txt;01 +ppna smartkorts RPC port +. + +4299;txt;01 +ppna Simple Service Discovery Protocol (SSDP, UPnP) RPC port +. + +4300;txt;01 +ppna ytterligare RPC Port Bindings +. + +4306;txt;01 +ppna RPC Port Bindings f繹r UAC +. + +4307;txt;01 +Blockera vanliga telemetriprocesser +. + +4308;txt;01 +Filtrera 疇tkomst till \enheter\ +. + #---------------------------------------------------------------------------- # Applications - Software Compatibility #---------------------------------------------------------------------------- 4251;txt;01 -Mjukvarukompatibilitet +Programkompatibilitet . 4252;txt;01 @@ -2769,24 +3113,24 @@ Sandboxie har uppt瓣ckt f繹ljande program p疇 din dator. . 4253;txt;01 -Tryck OK f繹r att verkst瓣lla konfigurationsinst瓣llningar f繹r att 繹ka kompatibiliteten f繹r dessa program. +Klicka p疇 > Ok, f繹r att verkst瓣lla konfigurationsinst瓣llningarna och 繹ka kompatibiliteten f繹r dessa program. . 4254;txt;01 -Dessa konfigurationsinst瓣llningar kommer ha g瓣lla i alla nuvarande sandl疇dor och alla senare skapta sandl疇dor +Dessa konfigurationsinst瓣llningar kommer ha effekt i alla nuvarande sandl疇dor och alla senare skapta sandl疇dor . 4255;txt;01 -Framtiden, kolla inte efter mjukvarokompatibilitet +Kolla inte efter programkompatibilitet i framtiden. . 4256;txt;01 Denna programkonfiguration kan inte tas bort f繹r att den 瓣r aktiv i alla sandl疇dor. -F繹r att ta bort denna applikationskonfiguration, anv瓣nd Mjukvarokompatibilitets programmet fr疇n Konfigurationsmenyn. +F繹r att ta bort denna applikationskonfiguration, anv瓣nd programmet Programkompatibilitet fr疇n menyn Konfigurera . 4257;txt;01 -Ta bort &Gamla Inst瓣llningar +Ta bort &gamla inst瓣llningar . 4258;txt;01 @@ -2794,7 +3138,23 @@ F繹ljande kompatibilitetsinst瓣llningar anv瓣nds inte l瓣ngre: %2 -Tryck OK f繹r att ta bort dessa kompatibilitetsinst瓣llningar. +Klicka p疇 > Ok, f繹r att ta bort dessa kompatibilitetsinst瓣llningar. +. + +4451;txt;01 +Sandboxie har uppt瓣ckt dessa konfliktskapande program i ditt +system. Dessa applikationer kan st繹ra Sandboxies korrekta funktion. + +%2 + +V瓣nligen l瓣s sidan K瓣nda konflikter, p疇 Sandboxies webbsida +f繹r mer info och l繹sningar. + +Vill du 繹ppna webbsidan K瓣nda konflikter, nu? +. + +4452;txt;01 +&K瓣nda konflikter . #---------------------------------------------------------------------------- @@ -2802,15 +3162,15 @@ Tryck OK f繹r att ta bort dessa kompatibilitetsinst瓣llningar. #---------------------------------------------------------------------------- 4261;txt;01 -L疇s Konfiguration +L疇s konfigurationen . 4262;txt;01 -Sandboxie kan skydda den globala konfigurationen och Sandbox inst瓣llningar fr疇n att 瓣ndras av obeh繹riga. V瓣lj skyddsl瓣gen att sl疇 p疇 eller av. +Sandboxie kan skydda den globala konfigurationen och sandl疇deinst瓣llningar fr疇n att 瓣ndras av obeh繹riga. V瓣lj skyddsl瓣gen att aktivera eller inaktivera. . 4263;txt;01 -Bara &Administrat繹rer kan g繹ra 瓣ndringar +Bara &administrat繹rer kan g繹ra 瓣ndringar . 4264;txt;01 @@ -2818,28 +3178,28 @@ Bara &Administrat繹rer kan g繹ra 瓣ndringar . 4265;txt;01 -&Gl繹m l繹senord n瓣r Sandboxie Kontroll rutan d繹ljs +&Gl繹m l繹senord n瓣r f繹nstret Sandboxie Kontroll d繹ljs . 4266;txt;01 -&Byt L繹senord +&Byt l繹senord . 4267;txt;01 -Bara administrat繹rer kan anv瓣nda St瓣ng av Tvingade Program kommandot +Bara administrat繹rer kan anv瓣nda st瓣ng av tvingade program kommandot . 4269;txt;01 -Om du vill kan du l瓣sa om skyddet 繹ver -globala konfigurationen. Vill du 繹ppna sidan om det nu? +Om du vill kan du l瓣sa om skyddet 繹ver globala konfigurationen. +Vill du 繹ppna den sidan nu? . 4271;txt;01 -Sandboxie konfigurationen 瓣r skyddad av ett l繹senord. Skriv in l繹senordet nu. +Sandboxie-konfigurationen 瓣r skyddad av ett l繹senord. Skriv in l繹senordet nu. . 4272;txt;01 -Skriv in ett nytt l繹senord som kommer skydda Sandboxie konfigurationen. +Skriv in ett nytt l繹senord som kommer skydda Sandboxie-konfigurationen. . 4273;txt;01 @@ -2867,7 +3227,7 @@ Program som startades nyss . 4284;txt;01 -Program som 瓣r med i Sandl疇deinst瓣llningarna +Program som 瓣r med i sandl疇deinst瓣llningarna . 4285;txt;01 @@ -2879,7 +3239,7 @@ V瓣lj eller &skriv in ett program: . 4287;txt;01 -ppna / V瓣lj &Fil +ppna / V瓣lj &fil . #---------------------------------------------------------------------------- @@ -2887,19 +3247,19 @@ V瓣lj eller &skriv in ett program: #---------------------------------------------------------------------------- # 4301;txt;01 -# Applikationer::Anv瓣ndarl瓣tthet +# Applikationer::Tillg瓣nglighet # . 4302;txt;01 -Anv瓣ndarl瓣tthet +Tillg瓣nglighet . 4303;txt;01 -F繹ljande inst瓣llningar sl疇r p疇 anv瓣ndandet av Sandboxie i kombination med anv瓣ndarl瓣tthets program. Notera att vissa delar av Sandboxies skydd m繹jligtvis f繹rsvinner n瓣r f繹ljande inst瓣llningar sl疇s p疇. +F繹ljande inst瓣llningar aktiverar anv瓣ndandet av Sandboxie i kombination med tillg瓣nglighetssprogram. Notera att vissa delar av Sandboxies skydd av n繹d f繹rsvinner n瓣r f繹ljande inst瓣llningar aktiveras. . 4304;txt;01 -Om du vill kompensera f繹r f繹rlorat skydd, sl疇 p疇 l瓣gre r瓣ttigheter i Begr瓣nsningar inst瓣llningsrutan. +Om du vill kompensera f繹r f繹rlorat skydd, aktivera L瓣gre r瓣ttigheter i Begr瓣nsningar i Sandl疇deinst瓣llningar . 4305;txt;03 @@ -2915,27 +3275,31 @@ Webbl瓣sare . 4322;txt;01 -F繹ljande undantag till疇ter webbl瓣sare i sandl疇dan att g繹ra 瓣ndringar utanf繹r sandl疇dan, vilket byter en del av skydd och integritet mot mindre kr疇ngel. +F繹ljande undantag till疇ter webbl瓣sare i sandl疇dan att g繹ra 瓣ndringar utanf繹r sandl疇dan, vilket byter en del av skyddet och integriteten mot mindre kr疇ngel. . 4323;txt;01 Tvinga %2 att k繹ra i denna sandl疇da . +4324;txt;02 +Till疇t direkt疇tkomst till %2 synka data +. + 4325;txt;02 -Till疇t direkt 疇tkomst till %2 feeds +Till疇t direkt疇tkomst till %2 feeds . 4326;txt;02 -Till疇t direkt 疇tkomst till favoriter %2 favorites +Till疇t direkt疇tkomst till %2 favoriter . 4327;txt;01 -L瓣gg till Internet Explorer favoriter till Snabb terskapningsmapparna +L瓣gg till Internet Explorer`s favoriter till mapparna snabb 疇terst瓣llning . 4328;txt;01 -Till疇t direkt 疇tkomst till %2 kakor +Till疇t direkt疇tkomst till %2 kakor . 4329;txt;01 @@ -2947,27 +3311,39 @@ Spara utanf繹r sandl疇dan: Kontoinformation f繹r Hotmail och MSN Messenger . 4331;txt;01 -Till疇t direkt 疇tkomst till %2 l繹senord +Till疇t direkt疇tkomst till %2 l繹senord . 4336;txt;02 -Till疇t direkt 疇tkomst till %2 bokm瓣rken och historiedatabas +Till疇t direkt疇tkomst till %2 bokm瓣rken och historiedatabas . 4337;txt;02 -Till疇t direkt 疇tkomst till %2 n瓣tfiske databasen +Till疇t direkt疇tkomst till %2 n瓣tfiskedatabasen . 4338;txt;02 -Till疇t direkt 疇tkomst till hela %2 profilmappen +Till疇t direkt疇tkomst till hela %2 profilmappen . 4339;txt;02 -Till疇t direkt 疇tkomst av %2 inst瓣llningarna +Till疇t direkt疇tkomst till %2 inst瓣llningarna +. + +4340;txt;01 +Till疇t direkt疇tkomst till %2 sessionshantering +. + +4341;txt;01 +Till疇t direkt疇tkomst till %2 anteckningar +. + +4342;txt;01 +Aktivera %2 fixen f繹r W11 - KB5014019 . 4356;txt;02 -Till疇t direkt 疇tkomst till %2 bokm瓣rken +Till疇t direkt疇tkomst till %2 bokm瓣rken . 4357;txt;02 @@ -2979,13 +3355,262 @@ Till瓣gg . 4391;txt;01 -Emailklient +E-postklient . 4392;txt;01 -F繹ljande undantag till疇ter Emailklienter k繹randes i denna sandl疇da att n疇 Emailfiler utanf繹r sandl疇dan. +F繹ljande undantag till疇ter e-postklienter som k繹rs i denna sandl疇da att n疇 e-postfiler utanf繹r sandl疇dan. . +4393;txt;01 +Mediaspelare +. + +4394;txt;01 +F繹ljande uteslutningar till疇ter mediaspelare som k繹rs i denna sandl疇da att tillg疇 filer utanf繹r sandl疇dan. +. + +4395;txt;01 +Till疇t %2 direkt疇tkomst till mappen Foton f繹r enklare sk瓣rmdumpande. +. + +4396;txt;01 +Torrentklienter +. + +4397;txt;01 +F繹ljande uteslutningar till疇ter Torrentklienter som k繹rs i denna sandl疇da att tillg疇 filer utanf繹r sandl疇dan. +. + +4398;txt;01 +Till疇t %2 direkt 疇tkomst till musikmappen f繹r enklare musikbibliotekshantering. +. + +#---------------------------------------------------------------------------- +# Sandboxie Control: Sandbox Settings: User Accounts +#---------------------------------------------------------------------------- + +5101;txt;01 +Anv瓣ndarkonton +. + +5102;txt;01 +L瓣gg till anv瓣ndarkonton och anv瓣ndargrupper till listan nedan f繹r att begr瓣nsa sandl疇deanv瓣ndandet till endast dessa konton. Om listan 瓣r tom, kan sandl疇dan anv瓣ndas av alla konton. +. + +5103;txt;01 +Notera: Tvingade program och tvingade mappars inst瓣llningar f繹r en sandl疇da g瓣ller inte f繹r anv瓣ndarkonton som inte kan anv瓣nda sandl疇dan. +. + +# 5105;txt;01 +# L瓣gg till &anv瓣ndare +# . + +5107;txt;01 +Ditt anv瓣ndarkonto har nu begr瓣nsats f繹r anv瓣ndande av denna sandl疇da, +och sandl疇dan kommer att tas bort fr疇n visning i huvudf繹nstret. + +F繹r att g繹ra sandl疇dan synlig och anv瓣ndbar, anv瓣nd kommandot Visa dold sandl疇da, +i sandl疇demenyn. +. + +#---------------------------------------------------------------------------- +# Sandboxie Control: Reveal Hidden Sandbox +#--------------------------------------------------------------------- + +5122;txt;01 +Ditt anv瓣ndarkonto 瓣r uteslutet fr疇n att anv瓣nda n疇gon av sandl疇dorna listade nedan. +. + +5123;txt;01 +F繹ljande anv瓣ndarkonton 瓣r till疇tna att anv瓣nda den valda sandl疇dan just nu. +. + +5124;txt;01 +Klicka p疇 > Ok, f繹r att l瓣gga till ditt anv瓣ndarkonto '%2' till sandl疇dan och synligg繹ra den i huvudf繹nstret. +. + +#---------------------------------------------------------------------------- +# Sandboxie Control: Set Layout and Groups +#---------------------------------------------------------------------------- + +5142;txt;01 +Arrangera sandl疇dor i grupper och anpassa deras listordning. Anv瓣nd h繹gerklick i kontextmenyn f繹r att hantera entr癡er i layouttr瓣det nedan. +. + +5143;txt;01 +(verst) +. + +5145;txt;01 +&terst瓣ll standardlayouten +. + +5146;txt;01 +F繹r in &grupp +. + +5147;txt;01 +&Namn瓣ndra +. + +5148;txt;01 +&Radera +. + +5151;txt;01 +&Flytta +. + +5152;txt;01 +Flytta &upp +. + +5153;txt;01 +Flytta &ner +. + +5154;txt;01 +Flytta &till +. + +#---------------------------------------------------------------------------- +# Plus Tips +#---------------------------------------------------------------------------- + +6001;txt;01 +Sandboxie-Classic UI:t (SbieCtrl.exe) har v瓣ldigt +begr瓣nsad resurs繹vervakande och h瓣ndelsesp疇rningskapacitet. + +F繹r optimal fels繹kning 瓣r det h繹gst tillr疇dligt att +installera det nya UI:t, Sandboxie-Plus (SandMan.exe), +vilket ger utm瓣rkt sp疇rnings och 繹vervakningskapacitet. + +Vill du ladda ner Sandboxie-Plus nu? +. + +6002;txt;01 +Bes繹k sandboxie-plus.com to f繹r att l瓣ra om den nya funktionaliteten hos Sandboxie-Plus, +eller klicka direkt p疇 h瓣r f繹r att nedladda den senaste Sandboxie-Plus installeraren. +. + +6003;txt;01 +Legacy UI:t hos Sandboxie-Classic har inte support f繹r n瓣tverksbrandv瓣ggens funktionalitet. + +Men du kan dock konfigurera egenskapen som st繹ds av k瓣rnkomponenterna genom anv瓣ndning av ini file, regler 瓣r strukturerade enligt f繹ljande: +NetworkAccess=iexplorer.exe,Allow; Port=80,443; Address=192.168.0.1-192.168.100.255; Protocol=TCP + +Om du f繹redrar att anv瓣nda ett UI f繹r att kontrollera dessa alternativ, uppgradera till Sandboxie-Plus, som har fullt UI-st繹d f繹r alla nya egenskaper. +. + +6004;pop;err;01 +Konfigurationen %3 av l疇da %2 kr瓣ver ett supportercertifikat. +. + +6005;txt;01 +Notera: Utan adminr瓣ttigheter misslyckas installerare att starta i sandl疇dan. Sandboxie-Plus erbjuder ett alternativ f繹r m疇nga installerare att lyckas utan dessa privilegier. Du kan 瓣ven aktivera detta alternativ manuellt i den klassiska versionen, genom att l瓣gga till "FakeAdminRights=y" till ini-sektionen f繹r denna l疇da. +. + +6006;txt;01 +Legacy UI:t hos Sandboxie-Classic har endast st繹d f繹r n疇gra restriktionsalternativ. + +Ytterligare alternativ likt "ClosePrintSpooler=y", "OpenClipboard=n", "BlockNetParam=n" och mycket mer kan g繹ras i ini-sektionen f繹r denna l疇da. +Det moderna UI:t (SandMan.exe) har ocks疇 fler anpassningsalternativ f繹r Starta/K繹r och internet疇tkomstbegr瓣nsningar. + +Om du f繹redrar att anv瓣nda ett UI f繹r att kontrollera dessa alternativ, uppgradera till Sandboxie-Plus, som har fullt UI-st繹d f繹r alla nya egenskaper. +. + +6007;txt;01 +Sandboxie-Plus har ut繹kat integritetsskydd via att switcha det gamla agerandet fr疇n en svartlista, t.ex, till疇ter l瓣s-tillg疇ng till hela disken, f繹rutom blockerad via St瓣ngd s繹kv瓣g eller Skriv-s繹kv瓣g, till ett vitlistel瓣ge d瓣r sandl疇dade program endast 瓣r till疇tna att l瓣sa generiska systemplatser, och d瓣r l瓣stillg疇ng till de flesta anv瓣ndardata f繹rst m疇ste bli uttalat till疇tna. + +Legacy UI:t hos Sandboxie-Classic har inte st繹d f繹r detta operationsl瓣ge. Fast 瓣ven om det kan konfigureras via ini-filen, rekommenderas det att anv瓣nda det moderna Sandboxie-Plus UI (Sandman.exe) om du vill anv瓣nda integritetsut繹kade l疇dor. +. + + +#---------------------------------------------------------------------------- +# Getting Started Wizard +#---------------------------------------------------------------------------- + +7850;txt;01 +Kom ig疇ng guide - Sandboxie +. + +7851;txt;01 +Kom ig疇ng med Sandboxie +. + +7852;txt;01 +V瓣lkommen till Sandboxie! + +Sandboxie k繹r dina program i ett isolerat utrymme som f繹rhindrar dem fr疇n att g繹ra permanenta 瓣ndringar hos andra program och data p疇 din dator. + +Denna guide f繹rklarar kort de grundl瓣ggande principerna f繹r Sandboxie-anv瓣ndande. +. + +7853;txt;01 +Notera: Denna guide 瓣r utformad f繹r anv瓣ndande av standardsandl疇dan, DefalutBox. +. + +7854;txt;01 +Hur Sandboxie fungerar (Illustration) +. + +7855;txt;01 +Starta din internetwebbl瓣sare under Sandboxie +. + +7856;txt;01 +V瓣nligen finn genv瓣gen p疇 ditt skrivbord och dubbelklicka den f繹r att k繹ra din webbl瓣sare i standardsandl疇dan, DefaultBox. +. + +7857;txt;01 +Klicka h瓣r f繹r att d繹lja detta f繹nster och visa skrivbordet +. + +7858;txt;01 +Din webbl瓣sare k繹rs nu inne i sandl疇dan +. + +7859;txt;01 +Program i sandl疇dan kan enbart 瓣ndra inneh疇llet i sandl疇dan. + +N瓣r du sparar eller nedladdar filer, hamnar de i sandl疇dan. Om du sparar en fil till ditt skrivbord, dokument eller nedladdningsmapparna, erbjuder Sandboxie en flyttning av filen ut ur sandl疇dan. + +Prova nu: Nedladda en fil med din webbl瓣sare till din skrivbordsmapp (i sandl疇dan), och 疇terst瓣ll filen till ditt verkliga skrivbord. +. + +7860;txt;01 +Radera inneh疇llet i din sandl疇da +. + +7861;txt;01 +T瓣nk p疇 sandl疇dan som en bit genomskinligt papper placerat mellan programmet och din dator. Raderande av inneh疇llet i sandl疇dan 瓣r som att kasta bort en anv瓣nd pappersbit och ers瓣tta det med ett rent. +. + +7862;txt;01 +Prova nu: Radera inneh疇llet i din Defaultbox. V瓣nligen finn den gula Sandboxie-ikonen uppe i h繹rnet p疇 din sk瓣rm, och klicka: +. + +7863;txt;01 +H繹gerklicka p疇 den gula Sandboxie-ikonen, + +v瓣lj sedan DefaultBox, och anv瓣nd - Radera inneh疇ll. +. + +7864;txt;01 +Klar att b繹rja? +. + +7865;txt;01 +Tack f繹r att du tog dig tid att g疇 igenom denna guide. Du kan bes繹ka webbsidan f繹r Sandboxie f繹r fler guider och tips. + +Standardinst瓣llningarna i Sandboxie ger fullt skydd, men du kanske vill titta p疇 sandl疇dekonfigurationskommandona i sandl疇demenyn i programmetf繹nstret f繹r Sandboxie Kontroll. +. + +# 7866;txt;01 +# On a 64-bit Windows system, you should enable Experimental Protection. See the Configure menu in Sandboxie Control. +# . + #---------------------------------------------------------------------------- # License Manager #---------------------------------------------------------------------------- @@ -3192,19 +3817,19 @@ V瓣lj hur du vill g繹ra: . 8006;ins;01 -Skriv 繹ver (uppdatera) den befintliga installationen +Uppdatera genom att skriva 繹ver befintlig installation . 8007;ins;01 -Avinstallera (ta bort) den befintliga installationen och dess inst瓣llningar +Avinstallera den befintliga installationen och dess inst瓣llningar . 8008;ins;01 -Tryck Start n瓣r du vill starta +Klicka p疇 > Starta, n瓣r du vill starta . 8009;ins;01 -Innan du avinstallerar, anv瓣nd Sandboxie kontrollen f繹r att ta bort inneh疇llet av dina sandl疇dor. +Innan du avinstallerar, anv瓣nd Sandboxie Kontroll f繹r att ta bort inneh疇llet i dina sandl疇dor. . 8010;ins;01 @@ -3212,15 +3837,15 @@ Drivrutinsinstallation . 8011;ins;01 -Var god och l瓣s informationen nedan +Var god l瓣s informationen nedan . 8012;ins;01 -Tryck n瓣sta f繹r att installera och aktivera Sandboxie system-niv疇drivrutinen. Denna drivrutin 瓣r k瓣rnan av Sandboxie programmet. +Klicka p疇 > N瓣sta, f繹r att installera och aktivera Sandboxies systemniv疇drivrutin. Denna drivrutin 瓣r k瓣rnan av Sandboxie-programmet. . 8013;ins;01 -Du kanske beh繹ver st瓣nga av dina systemskydds program som du k繹r, vilket kan f繹rhindra installationen av system-niv疇drivrutinen. +Du kanske beh繹ver st瓣nga av dina systemskyddsprogram som du k繹r, vilket kan f繹rhindra installationen av systemniv疇drivrutinen. . 8014;ins;02 @@ -3232,7 +3857,7 @@ Drivrutinen installeras utan problem p疇 de flesta datorer. . 8016;ins;01 -Var god och v瓣nta medan Sandboxie avinstalleras. +Var god v瓣nta medan Sandboxie avinstalleras. . 8021;ins;01 @@ -3244,7 +3869,7 @@ K繹r valfritt program under Sandboxies 繹versyn. . 8023;ins;01 -Sandboxie Startmeny.lnk +Sandboxie startmeny.lnk . 8024;ins;01 @@ -3260,7 +3885,7 @@ K繹r standardwebbl瓣saren under Sandboxies 繹versyn . 8027;ins;01 -K繹r Windows Explorer sandl疇dad.lnk +K繹r utforskaren sandl疇dad.lnk . 8028;ins;01 @@ -3272,7 +3897,7 @@ Sandboxie Kontroll.lnk . 8030;ins;01 -ppna Sandboxie kontrollpanelen +ppna Sandboxies kontrollpanel . 8031;ins;01 @@ -3284,7 +3909,7 @@ Avinstallera Sandboxie . 8033;ins;01 -=copy:3698 +=kopiera:3698 . 8041;ins;01 @@ -3292,9 +3917,11 @@ Sandboxie kan bara installeras p疇 f繹ljande versioner av Microsoft Windows: . 8042;ins;01 -Sandboxie m疇ste installeras p疇 ett anv瓣ndarkonto p疇 din dator. +Sandboxie m疇ste installeras p疇 ett anv瓣ndarkonto som har adminr瓣ttigheter +p疇 din dator. -Om du anv瓣nder Windows med User Accounts Control (UAC) p疇slagen b繹r du starta installationspaketet och anv瓣nda 'K繹r som Administrat繹r'. +Om du anv瓣nder Windows med User Accounts Control (UAC) aktiverat, +b繹r du starta installationspaketet och anv瓣nda K繹r som administrat繹r. . 8043;ins;01 @@ -3306,21 +3933,22 @@ Om du anv瓣nder Windows med User Accounts Control (UAC) p疇slagen b繹r du starta . 8051;ins;01 -Sandboxie Kontrollprogrammet k繹rs. +Programmet Sandboxie Kontroll k繹rs. -Tryck OK f繹r att st瓣nga den f繹r att sen forts瓣tta installationen. +Klicka p疇 > Ok, f繹r att st瓣nga det f繹r att sen forts瓣tta installationen. -Tryck Avbryt f繹r att avbryta installationen. +Klicka p疇 > Avbryt, f繹r att avbryta installationen. . 8052;ins;01 Kan inte skapa eller uppdatera Sandboxies programfiler. -Du b繹r se till s疇 att Sandboxie Kontrollen inte k繹rs och att inte finns n疇gra program som k繹rs i en sandl疇da. +Du b繹r se till s疇 att Sandboxie Kontroll inte k繹rs, +och att det inte finns n疇gra program som k繹rs i en sandl疇da. -Tryck sen OK f繹r att f繹rs繹ka igen. +Klicka sen p疇 > Ok, f繹r att f繹rs繹ka igen. -Tryck annars p疇 avbryt f繹r att avbryta installationen. +Klicka annars p疇 > Avbryt, f繹r att avbryta installationen. . 8053;ins;01 @@ -3330,9 +3958,9 @@ Tryck annars p疇 avbryt f繹r att avbryta installationen. 8054;ins;01 Vill du beh疇lla din Sandboxie.ini konfigurationsfil? -Tryck JA f繹r att beh疇lla konfigurationsinst瓣llningarna i din Sandboxie.ini fil. +Klicka p疇 > Ja, f繹r att beh疇lla konfigurationsinst瓣llningarna i din Sandboxie.ini-fil. -Tryck NEJ f繹r att radera din Sandboxie.ini fil och f繹rlora dina konfigurationsinst瓣llningar. +Klicka p疇 > Nej, f繹r att radera din Sandboxie.ini-fil samt dina konfigurationsinst瓣llningar. . #---------------------------------------------------------------------------- @@ -3342,7 +3970,7 @@ Tryck NEJ f繹r att radera din Sandboxie.ini fil och f繹rlora dina konfigurations 8101;txt;01 Kan inte installera drivrutinen just nu. -Starta om datorn, +Starta om datorn, k繹r sen installationen igen Funktionen som misslyckades 瓣r: %2 @@ -3352,7 +3980,7 @@ Funktionen som misslyckades 瓣r: %2 Kan inte avsluta tj瓣nsten just nu. Tj瓣nsten '%2' 瓣r upptagen. -Tryck OK f繹r att f繹rs繹ka igen. +Klicka p疇 > Ok, f繹r att f繹rs繹ka igen. . 8103;txt;01 @@ -3372,6 +4000,5 @@ F繹ljande program m疇ste st瓣ngas innan installationen kan forts瓣tta. . 8107;txt;01 -St瓣ng dessa program och tryck OK f繹r att forts瓣tta. -Tryck avsluta f繹r att avsluta installationen. +St瓣ng dessa program och klicka p疇 > Ok, f繹r att forts瓣tta. Klicka p疇 > Avsluta, f繹r att avsluta installationen. . diff --git a/SandboxiePlus/SandMan/BoxMonitor.cpp b/SandboxiePlus/SandMan/BoxMonitor.cpp index a662ef61..9e9d542d 100644 --- a/SandboxiePlus/SandMan/BoxMonitor.cpp +++ b/SandboxiePlus/SandMan/BoxMonitor.cpp @@ -41,7 +41,7 @@ void CBoxMonitor::run() { while (!m_bTerminate) { - Sleep(1000); + Sleep(100); m_Mutex.lock(); QList Keys = m_Boxes.keys(); @@ -168,7 +168,6 @@ bool CBoxMonitor::IsScanPending(const CSandBoxPlus* pBox) void CBoxMonitor::Stop() { - QMutexLocker Lock(&m_Mutex); if (!isRunning()) return; m_bTerminate = true; @@ -178,6 +177,8 @@ void CBoxMonitor::Stop() qDebug() << "Failed to stop monitor thread, terminating!!!"; } + QMutexLocker Lock(&m_Mutex); + while (!m_Boxes.isEmpty()) { SBox Box = m_Boxes.take(m_Boxes.firstKey()); if(Box.IsWatched && Box.pBox) diff --git a/SandboxiePlus/SandMan/Models/SbieModel.cpp b/SandboxiePlus/SandMan/Models/SbieModel.cpp index 3f50f932..41be72a2 100644 --- a/SandboxiePlus/SandMan/Models/SbieModel.cpp +++ b/SandboxiePlus/SandMan/Models/SbieModel.cpp @@ -113,6 +113,8 @@ QList CSbieModel::Sync(const QMap& BoxList, cons QMap, QList > New; QHash Old = m_Map; + bool bGroupsFirst = theConf->GetBool("Options/SortGroupsFirst", false); + bool bWatchSize = theConf->GetBool("Options/WatchBoxSize", false); foreach(const QString& Group, Groups.keys()) @@ -139,6 +141,8 @@ QList CSbieModel::Sync(const QMap& BoxList, cons pNode->IsBold = true; pNode->Values[eName].Raw = Group; + if(bGroupsFirst) + pNode->Values[eName].SortKey = ID; pNode->Values[eStatus].Raw = tr("Box Group"); } else diff --git a/SandboxiePlus/SandMan/SandMan.pri b/SandboxiePlus/SandMan/SandMan.pri index 7be3e23f..83ea7e3c 100644 --- a/SandboxiePlus/SandMan/SandMan.pri +++ b/SandboxiePlus/SandMan/SandMan.pri @@ -76,10 +76,10 @@ TRANSLATIONS += sandman_de.ts \ sandman_pt_BR.ts \ sandman_pt_PT.ts \ sandman_ru.ts \ + sandman_tr.ts \ sandman_uk.ts \ sandman_zh_CN.ts \ sandman_zh_TW.ts - -# sandman_tr.ts (unmaintained) + RESOURCES += Resources/SandMan.qrc diff --git a/SandboxiePlus/SandMan/Views/SbieView.cpp b/SandboxiePlus/SandMan/Views/SbieView.cpp index 85e6a5fc..5a1a179e 100644 --- a/SandboxiePlus/SandMan/Views/SbieView.cpp +++ b/SandboxiePlus/SandMan/Views/SbieView.cpp @@ -323,8 +323,8 @@ void CSbieView::Refresh() foreach(const QVariant& ID, Added) { if (ID.type() == QVariant::String) { QString id = ID.toString(); - if (id.left(1) == "!") id.remove(0, 1); // remove group group marker "!" - m_Groups[""].append(id); + if (id.left(1) != "!") + m_Groups[""].append(id); } } diff --git a/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp b/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp index e82d6ce9..c3632020 100644 --- a/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp +++ b/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp @@ -69,7 +69,7 @@ void COptionsWindow::CreateAdvanced() void COptionsWindow::LoadAdvanced() { ui.chkPreferExternalManifest->setChecked(m_pBox->GetBool("PreferExternalManifest", false)); - ui.chkNestedJobs->setChecked(m_pBox->GetBool("AllowBoxedJobs", true)); + ui.chkNestedJobs->setChecked(m_pBox->GetBool("AllowBoxedJobs", false)); ui.chkUseSbieWndStation->setChecked(m_pBox->GetBool("UseSbieWndStation", true)); ui.chkAddToJob->setChecked(!m_pBox->GetBool("NoAddProcessToJob", false)); @@ -179,7 +179,7 @@ void COptionsWindow::SaveAdvanced() WriteAdvancedCheck(ui.chkAddToJob, "NoAddProcessToJob", "", "y"); WriteAdvancedCheck(ui.chkProtectSCM, "UnrestrictedSCM", "", "y"); - WriteAdvancedCheck(ui.chkNestedJobs, "AllowBoxedJobs", "", "n"); + WriteAdvancedCheck(ui.chkNestedJobs, "AllowBoxedJobs", "y", ""); WriteAdvancedCheck(ui.chkRestrictServices, "RunServicesAsSystem", "", "y"); WriteAdvancedCheck(ui.chkElevateRpcss, "RunRpcssAsSystem", "y", ""); WriteAdvancedCheck(ui.chkProtectSystem, "ExposeBoxedSystem", "", "y"); diff --git a/SandboxiePlus/SandMan/sandman_de.ts b/SandboxiePlus/SandMan/sandman_de.ts index 42df0b26..b8cb5105 100644 --- a/SandboxiePlus/SandMan/sandman_de.ts +++ b/SandboxiePlus/SandMan/sandman_de.ts @@ -6,27 +6,27 @@ Install your <b>Sandboxie-Plus</b> support certificate - + Installieren Sie Ihr <b>Sandboxie-Plus</b>-Unterst羹tzerzertifikat If you have a supporter certificate, please fill it into the field below. - + Falls Sie ein Unterst羹tzerzertifikat haben, geben Sie dieses bitte in das Feld hierrunter ein. Start evaluation without a certificate for a limited period of time. - + Starte Testphase ohne ein Zertifikat f羹r eine begrenzte Zeit. To use <b>Sandboxie-Plus</b> in a business setting, an appropriate <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">support certificate</a> for business use is required. If you do not yet have the required certificate(s), you can get those from the <a href="https://xanasoft.com/shop/">xanasoft.com web shop</a>. - + Um <b>Sandboxie-Plus</b> in einer gesch瓣ftlichen Umgebung zu verwenden, ist ein geeignetes <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Unterst羹tzerzertifikat</a> f羹r kommerzielle Zwecke erforderlich. Wenn Sie noch kein(e) erfordliche(s/en) haben, k繹nnen Sie dies(e) im <a href="https://xanasoft.com/shop/">xanasoft.com Webshop</a> bekommen. <b>Sandboxie-Plus</b> provides additional features and box types exclusively to <u>project supporters</u>. Boxes like the Privacy Enhanced boxes <b><font color='red'>protect user data from illicit access</font></b> by the sandboxed programs. If you are not yet a supporter, then please consider <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">supporting the project</a> to ensure further development of Sandboxie and to receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a>. - + <b>Sandboxie-Plus</b> bietet zus瓣tzliche Funktionen und Boxtypen exklusiv f羹r <u>Projektunterst羹tzer</u>. Boxen wie die verbesserten Privatsph瓣reboxen <b><font color='red'>zum Schutz der Nutzerdaten vor unerlaubtem Zugriff</font></b> durch sandgeboxte Programme. Wenn Sie noch kein Unterst羹tzer sind, erw瓣gen Sie bitte <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">das Projekt zu unterst羹tzen</a>, um die zuk羹nftige Entwicklung von Sandboxie sicherzustellen und ein <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">Unterst羹tzerzertifikat</a> zu erhalten. @@ -75,17 +75,17 @@ Complete your configuration - + Ihre Konfiguration vervollst瓣ndigen Almost complete, click Finish to apply all selected options and conclude the wizard. - + Fast erledigt, Fertig klicken, um alle ausgew瓣hlten Optionen anzuwenden und den Assistenten abzuschlieen. Keep Sandboxie-Plus up to date. - + Sandboxie-Plus aktuell halten. @@ -93,32 +93,32 @@ Introduction - + Einf羹hrung Welcome to the Setup Wizard. This wizard will help you to configure your copy of <b>Sandboxie-Plus</b>. You can start this wizard at any time from the Sandbox->Maintenance menu if you do not wish to complete it now. - + Willkommen beim Einrichtungsassistent. Dieser Assistent wird Ihnen helfen Ihre Kopie von <b>Sandboxie-Plus</b> zu konfigurieren. Sie k繹nnen diesen Assistenten jederzeit unter Sandbox->Wartung aufrufen, falls Sie diesen nicht jetzt abschlieen m繹chten. Select how you would like to use Sandboxie-Plus - + W瓣hlen Sie aus, wie Sie Sandboxie-Plus verwenden m繹chten &Personally, for private non-commercial use - + &Pers繹nlich, f羹r nicht-kommerziellen Gebrauch &Commercially, for business or enterprise use - + &Kommerziell, f羹r gesch瓣ftliche oder unternehmerische Verwendung Note: this option is immutable - + Notiz: Diese Option ist unver瓣nderlich @@ -1021,7 +1021,7 @@ Vollst瓣ndiger Pfad: %4 Close and Disable Immediate Recovery for this box - + Schliee und deaktiviere die Sofortwiederherstellung f羹r diese Box @@ -1275,7 +1275,7 @@ Vollst瓣ndiger Pfad: %4 Setup Wizard - + Einrichtungsassistent @@ -1320,7 +1320,7 @@ Vollst瓣ndiger Pfad: %4 Refresh View - + Ansicht aktualisieren @@ -2034,7 +2034,7 @@ M繹chten Sie die Bereinigung durchf羹hren? Sandboxie config has been reloaded - + Sandboxiekonfiguartion wurde neu geladen @@ -2186,7 +2186,7 @@ Notiz: Die Updatepr羹fung ist oft zeitversetzt zu den letzten GitHub-Ver繹ffentl Info - + Info Start Time @@ -2966,7 +2966,7 @@ Notiz: Die Updatepr羹fung ist oft zeitversetzt zu den letzten GitHub-Ver繹ffentl This does not look like a certificate. Please enter the entire certificate, not just a portion of it. - + Dies scheint kein Zertifikat zu sein. Bitte geben Sie das ganze Zertifikat ein, nicht nur einen Teil davon. This does not look like a certificate, please enter the entire certificate, not just a portion of it. @@ -3035,27 +3035,27 @@ Notiz: Die Updatepr羹fung ist oft zeitversetzt zu den letzten GitHub-Ver繹ffentl Setup Wizard - + Einrichtungsassistent The decision you make here will affect which page you get to see next. - + Die Entscheidung, die Sie hier machen, wird sich auf die nachfolgende Seite auswirken. This help is likely not to be of any help. - + Diese Hilfe ist wahrscheinlich keine Hilfe. Sorry, I already gave all the help I could. - + Entschuldigen Sie, ich habe Ihnen jegliche Hilfe gegeben, die ich konnte. Setup Wizard Help - + Einrichtungsassistent Hilfe @@ -3063,27 +3063,27 @@ Notiz: Die Updatepr羹fung ist oft zeitversetzt zu den letzten GitHub-Ver繹ffentl Configure <b>Sandboxie-Plus</b> shell integration - + <b>Sandboxie-Plus</b> Men羹integration konfigurieren Configure how Sandboxie-Plus should integrate with your system. - + Konfigurieren Sie, wie Sandboxie-Plus sich in Ihr System integrieren soll. Start UI with Windows - Starte Benutzeroberfl瓣che mit Windows + Starte Benutzeroberfl瓣che mit Windows Add 'Run Sandboxed' to the explorer context menu - F羹ge 'In Sandbox starten' zum Kontextmen羹 des Explorers hinzu + F羹ge 'In Sandbox starten' zum Kontextmen羹 des Explorers hinzu Add desktop shortcut for starting Web browser under Sandboxie - + Erstelle eine Desktopverkn羹pfung zum Starten des Internetbrowsers unter Sandboxie @@ -3281,32 +3281,32 @@ Notiz: Die Updatepr羹fung ist oft zeitversetzt zu den letzten GitHub-Ver繹ffentl Configure <b>Sandboxie-Plus</b> UI - + <b>Sandboxie-Plus</b> Nutzeroberfl瓣che konfigurieren Select the user interface style you prefer. - + W瓣hlen Sie Ihren bervorzugten Stil der Nutzeroberfl瓣che. &Advanced UI for experts - + E&rweiterte Nuzteroberfl瓣che f羹r Experten &Simple UI for beginners - + &Einfache Nutzeroberfl瓣che f羹r Anf瓣nger Use Bright Mode - + Nutze hellen Modus Use Dark Mode - + Nutze dunkelen Modus @@ -3314,22 +3314,22 @@ Notiz: Die Updatepr羹fung ist oft zeitversetzt zu den letzten GitHub-Ver繹ffentl Configure <b>Sandboxie-Plus</b> network filtering - + <b>Sandboxie-Plus</b> Netzwerkfilter konfigurieren Sandboxie can use the Windows Filtering Platform (WFP) to restrict network access. - + Sandboxie kann die Windows Filtering Platform (WFP) nutzen, um den Netzwerkzugriff zu beschr瓣nken. Using WFP allows Sandboxie to reliably enforce IP/Port based rules for network access. Unlike system level application firewalls, Sandboxie can use different rules in each box for the same application. If you already have a good and reliable application firewall and do not need per box rules, you can leave this option unchecked. Without WFP enabled, Sandboxie will still be able to reliably and entirely block processes from accessing the network. However, this can cause the process to crash, as the driver blocks the required network device endpoints. Even with WFP disabled, Sandboxie offers to set IP/Port based rules, however these will be applied in user mode only and not be enforced by the driver. Hence, without WFP enabled, an intentionally malicious process could bypass those rules, but not the entire network block. - + Die Verwendung von WFP erlaubt Sandboxie verl瓣sslich IP/Port basierte Regeln f羹r den Netzwerkzugriff zu erzwingen. Anders als Programmfirewalls auf Systemebene, kann Sandboxie verschiedene Regeln in jeder Box f羹r das gleiche Programm verwenden. Falls Sie bereits eine gute und verl瓣ssliche Programmfirewall haben und die Regeln per Box nicht brauchen, k繹nnen Sie diese Option ausgeschaltet lassen. Ohne aktivierte WFP ist es Sandboxie immer noch m繹glich, verl瓣sslich und vollst瓣ndig Prozesse am Netzwerkzugriff hindern. Jedoch kann dies dazu f羹hren, dass ein Prozess abst羹rzt, da die Endpunkte der Netzwerkger瓣te durch den Treiber blockiert werden. Selbst wenn WFP deaktiviert ist, bietet Sandboxie das Setzen von IP/Port basierten Regeln, welche allerdings nur im Nutzermodus angewendet und nicht durch den Treiber erzwungen werden. Daher k繹nnte, ohne aktivierte WFP, ein absichtlich b繹sartiger Prozess diese Regeln umgehen, aber nicht die vollst瓣ndige Netzwerkblockade. Enable Windows Filtering Platform (WFP) support - + Aktiviere Windows Filtering Platform (WFP) Unterst羹tzung @@ -4327,7 +4327,7 @@ an Stelle von "*". Allow use of nested job objects (works on Windows 8 and later) Allow use of nested job objects (experimental, works on Windows 8 and later) - Erlaube Verwendung von verschachtelten Jobobjekten (experimentell, funktioniert ab Windows 8 und neuer) + Erlaube Verwendung von verschachtelten Jobobjekten (funktioniert ab Windows 8 und neuer) @@ -5004,7 +5004,7 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f Count and display the disk space occupied by each sandbox - + Berechne und zeige den Festplattenspeicherplatz an, der von jeder Sandbox verwendet wird diff --git a/SandboxiePlus/SandMan/sandman_ru.ts b/SandboxiePlus/SandMan/sandman_ru.ts index c9efd84c..f9c4ef26 100644 --- a/SandboxiePlus/SandMan/sandman_ru.ts +++ b/SandboxiePlus/SandMan/sandman_ru.ts @@ -118,7 +118,7 @@ Note: this option is immutable - + 邽邾迮訄郇邽迮: 郋 郈訄訄邾迮 郇迮邽郱邾迮郇迮邾 @@ -314,13 +314,13 @@ 迮 郈郋迣訄邾邾 + + - - Group: %1 郈郈訄: %1 @@ -908,74 +908,74 @@ Full path: %4 CRecoveryWindow - + %1 - File Recovery %1 - 郋訄郇郋赲郅迮郇邽迮 訄邿郅訄 - + File Name 邾 訄邿郅訄 - + File Size 訄郱邾迮 訄邿郅訄 - + Full Path 郋郅郇邿 郈 - + Remember target selection 訄郈郋邾郇邽 赲訇郋 - + Delete everything, including all snapshots 苺迡訄郅邽 赲迮, 赲郕郅訄 赲迮 郇邽邾郕邽 - + Original location 郋迡郇郋迮 邾迮郋郈郋郅郋迠迮郇邽迮 - + Browse for location 訇郱郋 - + Clear folder list 邽邽 郈邽郋郕 郈訄郈郋郕 - - - + + + Select Directory 訇訄 郕訄訄郅郋迣 - + Close until all programs stop in this box 訄郕, 郈郋郕訄 赲迮 郈郋迣訄邾邾 赲 郋邿 郈迮郋郇邽迮 郇迮 郋訄郇郋赲 - + Close and Disable Immediate Recovery for this box - + 訄郕 邽 郋郕郅邽 郇迮邾迮迡郅迮郇郇郋迮 赲郋訄郇郋赲郅迮郇邽迮 迡郅 郋邿 郈迮郋郇邽 - + There are %1 new files available to recover. 郋郈郇郋 %1 郇郋赲 訄邿郅郋赲 迡郅 赲郋訄郇郋赲郅迮郇邽. - + There are %1 files and %2 folders in the sandbox, occupying %3 of disk space. 郈迮郋郇邽迮 %1 訄邿郅郋赲 邽 %2 郈訄郈郋郕, 郕郋郋迮 郱訄郇邽邾訄 %3 迡邽郕郋赲郋迣郋 郈郋訄郇赲訄. @@ -983,22 +983,22 @@ Full path: %4 CSandBox - + Waiting for folder: %1 迠邽迡訄郇邽迮 郈訄郈郕邽: %1 - + Deleting folder: %1 苺迡訄郅迮郇邽迮 郈訄郈郕邽: %1 - + Merging folders: %1 &gt;&gt; %2 苤郅邽郇邽迮 郈訄郈郋郕: %1 邽 %2 - + Finishing Snapshot Merge... 訄赲迮迮郇邽迮 郅邽郇邽 郇邽邾郕郋赲... @@ -1006,62 +1006,57 @@ Full path: %4 CSandBoxPlus - + Disabled 郕郅迮郇郋 - - Empty - - - - + Application Compartment 郋郇迮邿郇迮 迡郅 郈邽郅郋迠迮郇邽邿 - + NOT SECURE 苤衎 - + Reduced Isolation 苤郇邽迠迮郇郇訄 邽郱郋郅邽 - + Enhanced Isolation 郋赲迮郇郇訄 邽郱郋郅邽 - + Privacy Enhanced 郋赲迮郇郇訄 郕郋郇邽迡迮郇邽訄郅郇郋 - + API Log 郇訄郅 API - + No INet 迮郱 邽郇迮郇迮訄 - + Net Share 訇訄 迮 - + No Admin 迮郱 郈訄赲 訄迡邾邽郇邽訄郋訄 - + Normal 郋邾訄郅郇邿 @@ -1070,303 +1065,303 @@ Full path: %4 CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 - + Reset Columns 苤訇郋邽 郋郅訇 - + Copy Cell 郋郈邽郋赲訄 迮邿郕 - + Copy Row 郋郈邽郋赲訄 郋郕 - + Copy Panel 郋郈邽郋赲訄 郈訄郇迮郅 - + Time|Message 迮邾|苤郋郋訇迮郇邽迮 - + Sbie Messages C郋郋訇迮郇邽 sbie - + Trace Log 郇訄郅 訄邽郋赲郕邽 - + Show/Hide 郋郕訄郱訄/苤郕 - - + + Pause Forcing Programs 邽郋訄郇郋赲邽 郈邽郇迡邽迮郅郇迮 郈郋迣訄邾邾 - + &Sandbox 迮郋郇邽訄 (&S) - + Create New Box 苤郋郱迡訄 郇郋赲 郈迮郋郇邽 - + Create Box Group 苤郋郱迡訄 迣郈郈 郈迮郋郇邽 - + Terminate All Processes 訄赲迮邽 赲迮 郈郋迮 - + Window Finder 郋邽郕 郋郕郇訄 - + &Maintenance 訇郅迠邽赲訄郇邽迮 (&M) - + Connect 郋迡郕郅邽 - + Disconnect 郕郅邽 - + Stop All 訄郇郋赲邽 赲迮 - + &Advanced 訄邽迮郇郇邿 (&A) - + Install Driver 苺訄郇郋赲邽 迡訄邿赲迮 - + Start Driver 訄郈邽 迡訄邿赲迮 - + Stop Driver 訄郇郋赲邽 迡訄邿赲迮 - + Uninstall Driver 苺迡訄郅邽 迡訄邿赲迮 - + Install Service 苺訄郇郋赲邽 郅迠訇 - + Start Service 訄郈邽 郅迠訇 - + Stop Service 訄郇郋赲邽 郅迠訇 - + Uninstall Service 苺迡訄郅邽 郅迠訇 - + Uninstall All 苺迡訄郅邽 赲迮 - + Exit 郋迡 - + &View 邽迡 (&V) - + Simple View 郋郋邿 赲邽迡 - + Advanced View 訄邽迮郇郇邿 赲邽迡 - + Always on Top 郋赲迮 赲迮 郋郕郋郇 - + Show Hidden Boxes 郋郕訄郱訄 郕迮 郈迮郋郇邽 - + Show All Sessions 郋郕訄郱訄 赲迮 迮訄郇 - + Clean Up 邽邽 - + Cleanup Processes 邽邽 郈郋迮 - + Cleanup Message Log 邽邽 迠郇訄郅 郋郋訇迮郇邽邿 - + Cleanup Trace Log 邽邽 迠郇訄郅 訄邽郋赲郕邽 - + Keep terminated 迮迠訄 郱訄赲迮迮郇郇邾 - + &Options 郈邽邽 (&O) - + Global Settings 郅郋訇訄郅郇迮 郇訄郋邿郕邽 - + Reset all hidden messages 苤訇郋邽 赲迮 郕迮 郋郋訇迮郇邽 - + Edit ini file 迮迡訄郕邽郋赲訄 ini 訄邿郅 - + Reload ini file 迮迮郱訄迣郱邽 ini 訄邿郅 - + Trace Logging 迮迡迮郇邽迮 迠郇訄郅訄 訄邽郋赲郕邽 - + &Help 郋邾郋 (&H) - + Support Sandboxie-Plus with a Donation 郋迡迡迮迠邽迮 Sandboxie-Plus 郈郋迠迮赲郋赲訄郇邽迮邾 - + Visit Support Forum 郋迮邽 郋邾 郈郋迡迡迮迠郕邽 - + Online Documentation 郇郅訄邿郇-迡郋郕邾迮郇訄邽 - + Check for Updates 郋赲迮邽 郋訇郇郋赲郅迮郇邽 - + About the Qt Framework Qt Framework - - + + About Sandboxie-Plus Sandboxie-Plus - + Reset all GUI options 苤訇郋邽 赲迮 郇訄郋邿郕邽 GUI - + Cleanup 邽邽 - + <a href="https://sandboxie-plus.com/go.php?to=patreon">Support Sandboxie-Plus on Patreon</a> <a href="https://sandboxie-plus.com/go.php?to=patreon">郋迡迡迮迠邽迮 Sandboxie-Plus 郇訄 Patreon</a> - + Do you want to close Sandboxie Manager? 郋邽迮 郱訄郕 Sandboxie Manager? - + Sandboxie-Plus was running in portable mode, now it has to clean up the created services. This will prompt for administrative privileges. Do you want to do the clean up? @@ -1375,32 +1370,32 @@ Do you want to do the clean up? 郋邽迮 迡迮郅訄 訇郋郕? - - - - - - + + + + + + Don't show this message again. 郋郅迮 郇迮 郈郋郕訄郱赲訄 郋 郋郋訇迮郇邽迮. - + This box provides enhanced security isolation, it is suitable to test untrusted software. 衪訄 郈迮郋郇邽訄 郋訇迮郈迮邽赲訄迮 邽郅迮郇郇 邽郱郋郅邽 訇迮郱郋郈訄郇郋邽, 郋郇訄 郈郋迡郋迡邽 迡郅 迮邽郋赲訄郇邽 郇迮郇訄迡迮迠郇郋迣郋 郈郋迣訄邾邾郇郋迣郋 郋訇迮郈迮迮郇邽. - + This box provides standard isolation, it is suitable to run your software to enhance security. 衪訄 郈迮郋郇邽訄 郋訇迮郈迮邽赲訄迮 訄郇迡訄郇 邽郱郋郅邽, 郋郇訄 郈郋迡郋迡邽 迡郅 郱訄郈郕訄 赲訄迮迣郋 郈郋迣訄邾邾郇郋迣郋 郋訇迮郈迮迮郇邽 迡郅 郈郋赲迮郇邽 訇迮郱郋郈訄郇郋邽. - + This box does not enforce isolation, it is intended to be used as an application compartment for software virtualization only. 衪訄 郈迮郋郇邽訄 郇迮 郋訇迮郈迮邽赲訄迮 邽郱郋郅邽, 郋郇訄 郈迮迡郇訄郱郇訄迮郇訄 迡郅 邽郈郋郅郱郋赲訄郇邽 赲 郕訄迮赲迮 郕郋郇迮邿郇迮訄 迡郅 郈邽郅郋迠迮郇邽邿 郋郅郕郋 迡郅 赲邽訄郅邽郱訄邽邽 郈郋迣訄邾邾郇郋迣郋 郋訇迮郈迮迮郇邽. - + This box prevents access to all user data locations, except explicitly granted in the Resource Access options. @@ -1409,54 +1404,54 @@ This box prevents access to all user data locations, except explicitly granted i 衪訄 郈迮郋郇邽訄 郋迣訄郇邽邽赲訄迮 迡郋郈 郕郋 赲迮邾 郈邾 郈郋郅郱郋赲訄迮郅郕邽 迡訄郇郇, 郕郋邾迮 赲郇郋 郈迮迡郋訄赲郅迮郇郇 赲 郈訄訄邾迮訄 迡郋郈訄 郕 迮訄邾. - + Unknown operation '%1' requested via command line 迮邽郱赲迮郇訄 郋郈迮訄邽 '%1' 郱訄郈郋迮郇訄 邽郱 郕郋邾訄郇迡郇郋邿 郋郕邽 - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - 邽訇郕訄 - + Failed to stop all Sandboxie components 迮 迡訄郅郋 郋訄郇郋赲邽 赲迮 郕郋邾郈郋郇迮郇 Sandboxie - + Failed to start required Sandboxie components 迮 迡訄郅郋 郱訄郈邽 郇迮郋訇郋迡邽邾迮 郕郋邾郈郋郇迮郇 Sandboxie - + Maintenance operation Successful 郈迮訄邽 郋訇郅迠邽赲訄郇邽 苺郈迮郇郋 - + Do you want to check if there is a new version of Sandboxie-Plus? 郋邽迮 郈郋赲迮邽, 迮 郅邽 郇郋赲訄 赲迮邽 Sandboxie-Plus? - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? 迮郕郋郋迮 訄訇郅郋郇 郋赲邾迮邽邾郋邽 (%1) 郋赲, 赲迮郋郇郋, 迡訄郅迮郇. 苺迡訄郅邽 邽 邽郱 赲迮 邽郕郋赲? - + Cleaned up removed templates... 苺訇訄郇 迡訄郅迮郇郇迮 訄訇郅郋郇... - + - Portable - 郋訄邽赲郇邿 - + Sandboxie-Plus was started in portable mode, do you want to put the Sandbox folder into its parent directory? Yes will choose: %1 No will choose: %2 @@ -1465,189 +1460,189 @@ No will choose: %2 迮, 赲訇迮迮: %2 - + A sandbox must be emptied before it can be deleted. 迮郋郇邽 郇迮郋訇郋迡邽邾郋 郋邽邽, 郈迮迠迡迮 迮邾 迮迮 邾郋迠郇郋 訇迡迮 迡訄郅邽. - + The supporter certificate is not valid for this build, please get an updated certificate 苤迮邽邽郕訄 郋郋郇郇邽郕訄 郇迮迡迮邿赲邽迮郅迮郇 迡郅 郋邿 訇郋郕邽, 郈郋郅邽迮 郋訇郇郋赲郅迮郇郇邿 迮邽邽郕訄 - + The supporter certificate has expired%1, please get an updated certificate 苤郋郕 迡迮邿赲邽 迮邽邽郕訄訄 郋郋郇郇邽郕訄 邽迮郕%1, 郈郋迠訄郅邿訄 郈郋郅邽迮 郋訇郇郋赲郅迮郇郇邿 迮邽邽郕訄 - + , but it remains valid for the current build , 郇郋 郋訄迮 迡迮邿赲邽迮郅郇邾 迡郅 迮郕迮邿 訇郋郕邽 - + The supporter certificate will expire in %1 days, please get an updated certificate 苤郋郕 迡迮邿赲邽 迮邽邽郕訄訄 郋郋郇郇邽郕訄 邽迮郕訄迮 迮迮郱 %1 迡郇., 郈郋郅邽迮 郋訇郇郋赲郅迮郇郇邿 迮邽邽郕訄 - + Checking for certificate... 郋赲迮郕訄 迮邽邽郕訄訄... - + No certificate found on server! 苤迮邽邽郕訄 郇迮 郇訄邿迡迮郇 郇訄 迮赲迮迮! - + There is no updated certificate available. 訇郇郋赲郅迮郇郇邿 迮邽邽郕訄 郇迮迡郋郈迮郇. - + Default sandbox not found; creating: %1 迮郋郇邽訄 郈郋 邾郋郅訄郇邽 郇迮 郇訄邿迡迮郇訄; 郋郱迡訄郇邽迮: %1 - + - Driver/Service NOT Running! - 迡訄邿赲迮/郅迠訇訄 訄訇郋訄迮! - + - Deleting Sandbox Content - 苺迡訄郅迮郇邽迮 郋迡迮迠邽邾郋迣郋 郈迮郋郇邽 - + Auto Deleting %1 Content 赲郋迡訄郅迮郇邽迮 郋迡迮迠邽邾郋迣郋 %1 - + - NOT connected - 郈郋迡郕郅迮郇郋 - + PID %1: ID 郈郋迮訄 %1: - + %1 (%2): %1 (%2): - + The selected feature set is only available to project supporters. Processes started in a box with this feature set enabled without a supporter certificate will be terminated after 5 minutes.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Become a project supporter</a>, and receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a> 訇訄郇郇邿 郇訄訇郋 郇郕邽邿 迡郋郈迮郇 郋郅郕郋 郋郋郇郇邽郕訄邾 郈郋迮郕訄. 郋迮, 郱訄郈迮郇郇迮 赲 郈迮郋郇邽迮 邽邾 郇訄訇郋郋邾 郇郕邽邿 訇迮郱 迮邽邽郕訄訄 郋郋郇郇邽郕訄, 訇迡 郈迮郕訄迮郇 迮迮郱 5 邾邽郇.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">苤訄郇迮 郋郋郇郇邽郕郋邾 郈郋迮郕訄</a>, 邽 郈郋郅邽迮 <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">迮邽邽郕訄 郋郋郇郇邽郕訄</a> - + Recovering file %1 to %2 郋訄郇郋赲郅迮郇邽迮 訄邿郅訄 %1 赲 %2 - + The file %1 already exists, do you want to overwrite it? 苳訄邿郅 %1 迠迮 迮赲迮. 郋邽迮 迮迣郋 郈迮迮郱訄郈邽訄? - + Do this for all files! 苤迡迮郅訄 郋 迡郅 赲迮 訄邿郅郋赲! - + Failed to recover some files: 迮 迡訄郅郋 赲郋訄郇郋赲邽 郇迮郕郋郋迮 訄邿郅: - + Only Administrators can change the config. 苠郋郅郕郋 訄迡邾邽郇邽訄郋 邾郋迣 邽郱邾迮郇 郕郋郇邽迣訄邽. - + Please enter the configuration password. 郋迠訄郅邿訄, 赲赲迮迡邽迮 郈訄郋郅 郕郋郇邽迣訄邽邽. - + Login Failed: %1 邽訇郕訄 赲郋迡訄: %1 - + Do you want to terminate all processes in all sandboxes? 郋邽迮 郱訄赲迮邽 赲迮 郈郋迮 赲郋 赲迮 郈迮郋郇邽訄? - + Terminate all without asking 訄赲迮邽 赲迮, 郇迮 郈訄邽赲訄 - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus 郱訄郈迮郇 赲 郈郋訄邽赲郇郋邾 迮迠邽邾迮, 邽 迮邾 郇迠郇郋 郋郱迡訄 郇迮郋訇郋迡邽邾迮 郅迠訇. 衪郋 郈郋迮訇迮 訄迡邾邽郇邽訄邽赲郇 郈邽赲邽郅迮迣邽邿. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. : 迡迣郋邿 訄迣迮郇 (赲迮郋郇郋, SbieCtrl.exe) 迠迮 郈訄赲郅迮 邽邾 迮訄郇郋邾 Sandboxie, 郈郋迠訄郅邿訄, 郇訄訄郅訄 郱訄郕郋邿迮 迮迣郋 邽 郈郋迡郕郅邽迮 郈郋赲郋郇郋, 郋訇 赲郱 郇訄 迮訇 郈訄赲郅迮郇邽迮. - + Executing maintenance operation, please wait... 郈郋郅郇迮 郋郈迮訄邽 郋訇郅迠邽赲訄郇邽, 郈郋迡郋迠迡邽迮... - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? 訄郕迠迮 郋邽迮 訇郋邽 郕迮 郋郕郇訄 郋郋訇迮郇邽邿 (迡訄) 邽郅邽 郋郅郕郋 赲迮 郋郋訇迮郇邽 迠郇訄郅訄 (郇迮)? - + The changes will be applied automatically whenever the file gets saved. 郱邾迮郇迮郇邽 訇迡 郈邽邾迮郇 訄赲郋邾訄邽迮郕邽 郈邽 郋訄郇迮郇邽邽 訄邿郅訄. - + The changes will be applied automatically as soon as the editor is closed. 郱邾迮郇迮郇邽 赲郈 赲 邽郅 訄赲郋邾訄邽迮郕邽 郈郋郅迮 郱訄郕邽 迮迡訄郕郋訄. - + Error Status: 0x%1 (%2) 苤郋郋郇邽迮 郋邽訇郕邽: 0x%1 (%2) - + Unknown 迮邽郱赲迮郇郋 - + Failed to copy box data files 迮 迡訄郅郋 郕郋郈邽郋赲訄 訄邿郅 迡訄郇郇 郈迮郋郇邽 - + Failed to remove old box data files 迮 迡訄郅郋 迡訄郅邽 訄迮 訄邿郅 迡訄郇郇 郈迮郋郇邽 - + Unknown Error Status: 0x%1 迮邽郱赲迮郇邿 訄 郋邽訇郕邽: 0x%1 - + No new updates found, your Sandboxie-Plus is up-to-date. Note: The update check is often behind the latest GitHub release to ensure that only tested updates are offered. @@ -1656,32 +1651,32 @@ Note: The update check is often behind the latest GitHub release to ensure that 邽邾迮訄郇邽迮: 訄邿迡迮郇郇郋迮 郋訇郇郋赲郅迮郇邽邽迮 訄郋 郋訄迮 郋 赲迮邽邽 迡郋郈郇郋邿 郇訄 GitHub, 郋訇 迣訄訄郇邽郋赲訄, 郋 郈迮迡郅訄迣訄 郋郅郕郋 郈郋赲迮迮郇郇迮 郋訇郇郋赲郅迮郇邽. - + <p>A Sandboxie-Plus update has been downloaded to the following location:</p><p><a href="%2">%1</a></p><p>Do you want to begin the installation? If any programs are running sandboxed, they will be terminated.</p> <p>訇郇郋赲郅迮郇邽迮 Sandboxie-Plus 郱訄迣迠迮郇郋 赲 郅迮迡迮迮 邾迮郋:</p><p><a href="%2">%1</a></p><p> 郋邽迮 郇訄訄 訄郇郋赲郕? 郅邽 郕訄郕邽迮-郅邽訇郋 郈郋迣訄邾邾 訄訇郋訄 赲 邽郱郋郅邽郋赲訄郇郇郋邿 郈郋迣訄邾邾郇郋邿 迮迡迮, 郋郇邽 訇迡 郱訄赲迮迮郇.</p> - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p>Copyright (c) 2020-2022 by DavidXanatos</p> <h3> Sandboxie-Plus</h3><p>迮邽 %1</p><p> 赲郋郕郋迮 郈訄赲郋 (c) 2020-2022 DavidXanatos</p> - + This copy of Sandboxie+ is certified for: %1 衪訄 郕郋郈邽 Sandboxie+ 迮邽邽邽郋赲訄郇訄 迡郅: %1 - + Sandboxie+ is free for personal and non-commercial use. Sandboxie+ 訇迮郈郅訄迮郇 迡郅 郅邽郇郋迣郋 邽 郇迮郕郋邾邾迮迮郕郋迣郋 邽郈郋郅郱郋赲訄郇邽. - + Sandboxie-Plus is an open source continuation of Sandboxie.<br />Visit <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> for more information.<br /><br />%3<br /><br />Driver version: %1<br />Features: %2<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> Sandboxie-Plus - 郋 郈郋迡郋郅迠迮郇邽迮 Sandboxie 郋郕邾 邽郋迡郇邾 郕郋迡郋邾.<br />郋迮邽迮 <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> 迡郅 郈郋郅迮郇邽 迡郋郈郋郅郇邽迮郅郇郋邿 邽郇郋邾訄邽邽.<br /><br />%3<br /><br />迮邽 迡訄邿赲迮訄: %1<br />郋郱邾郋迠郇郋邽: %2<br /><br />郕郋郇郕邽 赲郱 <a href="https://icons8.com">icons8.com</a> - + Administrator rights are required for this operation. 郅 郋邿 郋郈迮訄邽邽 迮訇 郈訄赲訄 訄迡邾邽郇邽訄郋訄. @@ -1691,318 +1686,343 @@ Note: The update check is often behind the latest GitHub release to ensure that : Sandboxie-Plus.ini 赲 %1 郇迮 邾郋迠迮 訇 郱訄郈邽訄郇, 郇訄郋邿郕邽 郇迮 訇迡 郋訄郇迮郇. - + + Disable File Recovery + 郕郅邽 赲郋訄郇郋赲郅迮郇邽迮 訄邿郅郋赲 + + + + Disable Message PopUp + 郕郅邽 赲郈郅赲訄迮迮 郋郕郇郋 郋郋訇迮郇邽 + + + Setup Wizard 訄迮 郇訄郋邿郕邽 - + Refresh View 訇郇郋赲邽 赲邽迡 - + + Cleanup Recovery Log + 邽邽 迠郇訄郅 赲郋訄郇郋赲郅迮郇邽 + + + <a href="sbie://update/package" style="color: red;">There is a new build of Sandboxie-Plus available</a> <a href="sbie://update/package" style="color: red;">郋郈郇訄 郇郋赲訄 訇郋郕訄 Sandboxie-Plus</a> - + Click to install update 訄迠邾邽迮, 郋訇 訄郇郋赲邽 郋訇郇郋赲郅迮郇邽迮 - + Click to open web browser 訄迠邾邽迮, 郋訇 郋郕 赲迮訇-訇訄郱迮 - + + Time|Box Name|File Path + 迮邾|邾 郈迮郋郇邽| 郕 訄邿郅 + + + + Recovery Log + 郇訄郅 赲郋訄郇郋赲郅迮郇邽 + + + Executing OnBoxDelete: %1 郈郋郅郇迮郇邽迮 OnBoxDelete: %1 - + Auto deleting content of %1 赲郋迡訄郅迮郇邽迮 郋迡迮迠邽邾郋迣郋 %1 - + Installation Directory: %1 訄訄郅郋迣 訄郇郋赲郕邽: %1 - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus 赲迮邽: %1 (%2) - + Current Config: %1 苠迮郕訄 郕郋郇邽迣訄邽: %1 - + Data Directory: %1 訄訄郅郋迣 迡訄郇郇: %1 - + The program %1 started in box %2 will be terminated in 5 minutes because the box was configured to use features exclusively available to project supporters. 郋迣訄邾邾訄 %1, 郱訄郈迮郇郇訄 赲 郈迮郋郇邽迮 %2, 訇迡迮 郱訄赲迮迮郇訄 迮迮郱 5 邾邽郇, 郈郋郕郋郅郕 郈迮郋郇邽訄 訇郅訄 郇訄郋迮郇訄 郇訄 邽郈郋郅郱郋赲訄郇邽迮 郇郕邽邿, 迡郋郈郇 邽郕郅邽迮郅郇郋 迡郅 郋郋郇郇邽郕郋赲 郈郋迮郕訄. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. 迮郋郇邽訄 %1 郇訄郋迮郇訄 郇訄 邽郈郋郅郱郋赲訄郇邽迮 郇郕邽邿, 迡郋郈郇 邽郕郅邽迮郅郇郋 迡郅 郋郋郇郇邽郕郋赲 郈郋迮郕訄, 邽 郈迮迡訄郇郋赲郕邽 訇迡 邽迣郇郋邽郋赲訄. - + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Become a project supporter</a>, and receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a> <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">苤訄郇 郋郋郇郇邽郕郋邾 郈郋迮郕訄</a>, 邽 郈郋郅邽 <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">迮邽邽郕訄 郋郋郇郇邽郕訄</a> - + Please enter the duration, in seconds, for disabling Forced Programs rules. 赲迮迡邽迮 郈郋迡郋郅迠邽迮郅郇郋 赲 迮郕郇迡訄, 迡郅 郋郕郅迮郇邽 郈訄赲邽郅 郈邽郇迡邽迮郅郇 郈郋迣訄邾邾. - + Maintenance operation failed (%1) 郈迮訄邽 郋訇郅迠邽赲訄郇邽 郇迮 迡訄郅訄 (%1) - + Sandboxie config has been reloaded - + 郋郇邽迣訄邽 Sandboxie 郈迮迮郱訄迣迠迮郇訄 - + Failed to execute: %1 迮 迡訄郅郋 赲郈郋郅郇邽: %1 - + Failed to connect to the driver 迮 迡訄郅郋 郈郋迡郕郅邽 郕 迡訄邿赲迮 - + Failed to communicate with Sandboxie Service: %1 迮 迡訄郅郋 赲郱訄 郋 郅迠訇郋邿 Sandboxie: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 訇郇訄迠迮郇訄 郇迮郋赲邾迮邽邾訄 郈迮郋郇邽訄 %1. 苤郋赲邾迮邽邾迮 赲迮邽邽: %2 - + Can't find Sandboxie installation path. 迮 迡訄迮 郇訄邿邽 郈 訄郇郋赲郕邽 Sandboxie. - + Failed to copy configuration from sandbox %1: %2 迮 迡訄郅郋 郕郋郈邽郋赲訄 郕郋郇邽迣訄邽 邽郱 郈迮郋郇邽 %1: %2 - + A sandbox of the name %1 already exists 迮郋郇邽訄 邽邾迮郇迮邾 %1 迠迮 迮赲迮 - + Failed to delete sandbox %1: %2 迮 迡訄郅郋 迡訄郅邽 郈迮郋郇邽 %1: %2 - + The sandbox name can not be longer than 32 characters. 邾 郈迮郋郇邽 郇迮 邾郋迠迮 訇 迡郅邽郇郇迮迮 32 邽邾赲郋郅郋赲. - + The sandbox name can not be a device name. 邾 郈迮郋郇邽 郇迮 邾郋迠迮 訇 邽邾迮郇迮邾 郋邿赲訄. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. 邾 郈迮郋郇邽 邾郋迠迮 郋迡迮迠訄 郋郅郕郋 訇郕赲, 邽 邽 邽邾赲郋郅 郈郋迡迮郕邽赲訄郇邽, 郕郋郋迮 郋郋訇訄迠訄 郕訄郕 郈郋訇迮郅. - + Failed to terminate all processes 迮 迡訄郅郋 郱訄赲迮邽 赲迮 郈郋迮 - + Delete protection is enabled for the sandbox 郅 郋邿 郈迮郋郇邽 赲郕郅迮郇訄 郱訄邽訄 郋 迡訄郅迮郇邽 - + All sandbox processes must be stopped before the box content can be deleted 迮 郈郋迮 郈迮郋郇邽 迡郋郅迠郇 訇 郋訄郇郋赲郅迮郇, 郈迮迮迡 迡訄郅迮郇邽迮邾 迮迮 郋迡迮迠邽邾郋迣郋 - + Error deleting sandbox folder: %1 邽訇郕訄 郈邽 迡訄郅迮郇邽邽 郈訄郈郕邽 郈迮郋郇邽: %1 - + Failed to move directory '%1' to '%2' 迮 迡訄郅郋 郈迮迮邾迮邽 郕訄訄郅郋迣 '%1' 赲 '%2' - + This Snapshot operation can not be performed while processes are still running in the box. 郈迮訄邽 郇邽邾郕訄 郇迮 邾郋迠迮 訇 赲郈郋郅郇迮郇訄, 郈郋郕訄 赲 郈迮郋郇邽迮 迮迮 赲郈郋郅郇 郈郋迮. - + Failed to create directory for new snapshot 迮 迡訄郅郋 郋郱迡訄 郕訄訄郅郋迣 迡郅 郇郋赲郋迣郋 郇邽邾郕訄 - + Snapshot not found 苤郇邽邾郋郕 郇迮 郇訄邿迡迮郇 - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. 邽訇郕訄 郈邽 郋訇迮迡邽郇迮郇邽邽 郕訄訄郅郋迣郋赲 郇邽邾郕郋赲 '%1' '%2', 郇邽邾郋郕 郇迮 訇郅 郋訇迮迡邽郇迮郇 郈郋郅郇郋. - + Failed to remove old snapshot directory '%1' 迮 迡訄郅郋 迡訄郅邽 訄邿 郕訄訄郅郋迣 郇邽邾郕郋赲 '%1' - + Can't remove a snapshot that is shared by multiple later snapshots 迮赲郋郱邾郋迠郇郋 迡訄郅邽 郇邽邾郋郕, 郕郋郋邿 邽郈郋郅郱迮 郇迮郕郋郅郕邽邾邽 訇郋郅迮迮 郈郋郱迡郇邽邾邽 郇邽邾郕訄邾邽 - + You are not authorized to update configuration in section '%1' 苺 赲訄 郇迮 郈訄赲 迡郅 郋訇郇郋赲郅迮郇邽 郕郋郇邽迣訄邽邽 赲 訄郱迡迮郅迮 '%1' - + Failed to set configuration setting %1 in section %2: %3 迮 迡訄郅郋 訄郇郋赲邽 郈訄訄邾迮 郕郋郇邽迣訄邽邽 %1 赲 迮郕邽邽 %2: %3 - + Can not create snapshot of an empty sandbox 迮赲郋郱邾郋迠郇郋 郋郱迡訄 郇邽邾郋郕 郈郋邿 郈迮郋郇邽 - + A sandbox with that name already exists 迮郋郇邽訄 訄郕邽邾 邽邾迮郇迮邾 迠迮 迮赲迮 - + The config password must not be longer than 64 characters 訄郋郅 郕郋郇邽迣訄邽邽 郇迮 迡郋郅迠迮郇 訇 迡郅邽郇郇迮迮 64 邽邾赲郋郅郋赲 - + The operation was canceled by the user 郈迮訄邽 郋邾迮郇迮郇訄 郈郋郅郱郋赲訄迮郅迮邾 - + Operation failed for %1 item(s). 郈迮訄邽 郇迮 迡訄郅訄 迡郅 %1 郅迮邾迮郇訄(郋赲). - + Do you want to open %1 in a sandboxed (yes) or unsandboxed (no) Web browser? 郋邽迮 郋郕 %1 赲 邽郱郋郅邽郋赲訄郇郇郋邾 (迡訄) 邽郅邽 郇迮 邽郱郋郅邽郋赲訄郇郇郋邾 (郇迮) 訇訄郱迮迮? - + Remember choice for later. 訄郈郋邾郇邽 赲訇郋. - + Checking for updates... 郋赲迮郕訄 郋訇郇郋赲郅迮郇邽邿... - + server not reachable 迮赲迮 郇迮迡郋郈迮郇 - - + + Failed to check for updates, error: %1 迮 迡訄郅郋 郈郋赲迮邽 郋訇郇郋赲郅迮郇邽, 郋邽訇郕訄: %1 - + <p>Do you want to go to the <a href="%1">info page</a>?</p> <p> 郋邽迮 郈迮迮邿邽 郇訄 <a href="%1">訄郇邽 邽郇郋邾訄邽迮邿</a>?</p> - + Don't show this announcement in the future. 迮 郈郋郕訄郱赲訄 郋 郋訇赲郅迮郇邽迮 赲 訇迡迮邾. - + <p>There is a new version of Sandboxie-Plus available.<br /><font color='red'>New version:</font> <b>%1</b></p> <p>郋郈郇訄 郇郋赲訄 赲迮邽 Sandboxie-Plus.<br /><font color='red'>郋赲訄 赲迮邽:</font> <b>%1</b></p> - + <p>Do you want to download the latest version?</p> <p> 郋邽迮 郕訄訄 郈郋郅迮迡郇 赲迮邽?</p> - + <p>Do you want to go to the <a href="%1">download page</a>?</p> <p> 郋邽迮 郈迮迮邿邽 郇訄 <a href="%1">訄郇邽 郱訄迣郱郕邽</a>?</p> - + Don't show this message anymore. 郋郅迮 郇迮 郈郋郕訄郱赲訄 郋 郋郋訇迮郇邽迮. - + Downloading new version... 訄迣郱郕訄 郇郋赲郋邿 赲迮邽邽... - + Failed to download update from: %1 迮 迡訄郅郋 郱訄迣郱邽 郋訇郇郋赲郅迮郇邽迮 : %1 - + The selected window is running as part of program %1 in sandbox %2 訇訄郇郇郋迮 郋郕郇郋 訄訇郋訄迮 郕訄郕 訄 郈郋迣訄邾邾 %1 赲 郈迮郋郇邽迮 %2 - + The selected window is not running as part of any sandboxed program. 訇訄郇郇郋迮 郋郕郇郋 郇迮 郱訄郈迮郇郋 郕訄郕 訄 郕訄郕郋邿-郅邽訇郋 邽郱郋郅邽郋赲訄郇郇郋邿 郈郋迣訄邾邾. - + Drag the Finder Tool over a window to select it, then release the mouse to check if the window is sandboxed. 迮迮訄邽迮 邽郇邾迮郇 郈郋邽郕訄 郇訄 郋郕郇郋, 郋訇 赲訇訄 迮迣郋, 郱訄迮邾 郋郈邽迮 郕郇郋郈郕 邾邽, 郋訇 郈郋赲迮邽, 赲郅迮 郅邽 郋郕郇郋 邽郱郋郅邽郋赲訄郇郇邾. - + Sandboxie-Plus - Window Finder Sandboxie-Plus - 郋邽郕 郋郕郇訄 @@ -2019,6 +2039,11 @@ Note: The update check is often behind the latest GitHub release to ensure that Box Group 郈郈訄 郈迮郋郇邽 + + + Empty + + Name @@ -2288,7 +2313,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Create Shortcut 苤郋郱迡訄 郅郕 @@ -2298,145 +2323,145 @@ Note: The update check is often behind the latest GitHub release to ensure that 郕 赲 郈郋赲郋迡郇邽郕迮 - + Snapshots Manager 迮郇迮迡迠迮 郇邽邾郕郋赲 - + Recover Files 郋訄郇郋赲邽 訄邿郅 - + Delete Content 苺迡訄郅邽 郋迡迮迠邽邾郋迮 - + Sandbox Presets 迮迡訄郇郋赲郕邽 郈迮郋郇邽 - + Ask for UAC Elevation 訄郈郋邽 郈郋赲迮郇邽迮 郋赲郇 UAC - + Drop Admin Rights 訇郋邽 郈訄赲訄 訄迡邾邽郇邽訄郋訄 - + Emulate Admin Rights 衪邾郅邽 郈訄赲 訄迡邾邽郇邽訄郋訄 - + Block Internet Access 郅郋郕邽郋赲訄 迡郋郈 赲 郇迮郇迮 - + Allow Network Shares 訄郱迮邽 迮迮赲迮 迮 - + Sandbox Options 郈邽邽 郈迮郋郇邽 - + Rename Sandbox 迮迮邽邾迮郇郋赲訄 郈迮郋郇邽 - + Remove Sandbox 苺迡訄郅邽 郈迮郋郇邽 - + Terminate 訄赲迮邽 - + Preset 迮迡訄郇郋赲郕訄 - + Pin to Run Menu 訄郕迮郈邽 赲 邾迮郇 '訄郈邽' - + Block and Terminate 訄訇郅郋郕邽郋赲訄 邽 郱訄赲迮邽 - + Allow internet access 訄郱迮邽 迡郋郈 赲 郇迮郇迮 - + Force into this sandbox 邽郇迡邽迮郅郇郋 赲 郋邿 郈迮郋郇邽迮 - + Set Linger Process 苺訄郇郋赲邽 赲郋邽郇邿 郈郋迮 - + Set Leader Process 苺訄郇郋赲邽 郈迮赲邽郇邿 郈郋迮 - + File root: %1 郋迮郇 訄邿郅訄: %1 - + Registry root: %1 郋迮郇 迮迮訄: %1 - + IPC root: %1 郋迮郇 IPC: %1 - + Options: 郈邽邽: - + [None] [迮] - + Please enter a new group name 郋迠訄郅邿訄, 赲赲迮迡邽迮 郇郋赲郋迮 邽邾 迣郈郈 - + Do you really want to remove the selected group(s)? 迡迮邿赲邽迮郅郇郋 郋邽迮 迡訄郅邽 赲訇訄郇郇迮 迣郈郈? @@ -2496,148 +2521,158 @@ Note: The update check is often behind the latest GitHub release to ensure that 郕 赲 迮迡訄郕郋迮 迮迮訄 - + + Refresh Info + 訇郇郋赲邽 邽郇郋邾訄邽 + + + + Immediate Recovery + 迮邾迮迡郅迮郇郇郋迮 赲郋訄郇郋赲郅迮郇邽迮 + + + Duplicate Sandbox 訇郅邽郋赲訄 郈迮郋郇邽 - + Move Box/Group 苤迡赲邽郇 郈迮郋郇邽/迣郈郈 - + Move Up 苤迡赲邽郇 赲赲迮 - + Move Down 苤迡赲邽郇 赲郇邽郱 - + Please enter a new name for the Group. 郋迠訄郅邿訄, 赲赲迮迡邽迮 郇郋赲郋迮 邽邾 迡郅 迣郈郈. - + Move entries by (negative values move up, positive values move down): 苤迡赲邽郇 郱訄郈邽邽 郇訄 (郋邽訄迮郅郇迮 郱郇訄迮郇邽 迡赲邽迣訄 赲赲迮, 郈郋郅郋迠邽迮郅郇迮 郱郇訄迮郇邽 迡赲邽迣訄 赲郇邽郱): - + A group can not be its own parent. 郈郈訄 郇迮 邾郋迠迮 訇 郋訇赲迮郇郇邾 郋迡邽迮郅迮邾. - + This name is already used for a Box Group. 衪郋 邽邾 迠迮 邽郈郋郅郱迮 迡郅 迣郈郈 郈迮郋郇邽. - + This name is already used for a Sandbox. 衪郋 邽邾 迠迮 邽郈郋郅郱迮 迡郅 郈迮郋郇邽. - - + + Don't show this message again. 郋郅迮 郇迮 郈郋郕訄郱赲訄 郋 郋郋訇迮郇邽迮. - - - + + + This Sandbox is empty. 衪訄 郈迮郋郇邽訄 郈訄. - + WARNING: The opened registry editor is not sandboxed, please be careful and only do changes to the pre-selected sandbox locations. 苺: 迮迡訄郕郋 迮迮訄 郱訄郈郕訄迮 赲郇迮 郈迮郋郇邽, 訇迡迮 郋郋郋迠郇 邽 赲郇郋邽迮 邽郱邾迮郇迮郇邽 郋郅郕郋 赲 郈迮迡赲訄邽迮郅郇郋 赲訇訄郇郇迮 邾迮郋郈郋郅郋迠迮郇邽 郈迮郋郇邽. - + Don't show this warning in future 迮 郈郋郕訄郱赲訄 郋 郈迮迡郈迮迠迡迮郇邽迮 赲 訇迡迮邾 - + Please enter a new name for the duplicated Sandbox. 赲迮迡邽迮 郇郋赲郋迮 邽邾 郕郋郈邽邽 郈迮郋郇邽. - + %1 Copy %1 郋郈邽 - + Please enter a new name for the Sandbox. 赲迮迡邽迮 郇郋赲郋迮 邽邾 迡郅 郈迮郋郇邽. - + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! 迡迮邿赲邽迮郅郇郋 郋邽迮 迡訄郅邽 赲訇訄郇郇迮 郈迮郋郇邽?<br /><br />郇邽邾訄郇邽迮: 郋迡迮迠邽邾郋迮 郈迮郋郇邽 訄郕迠迮 訇迡迮 迡訄郅迮郇郋! - + This Sandbox is already empty. 衪訄 郈迮郋郇邽訄 迠迮 郈訄. - + Do you want to delete the content of the selected sandbox? 郋邽迮 迡訄郅邽 郋迡迮迠邽邾郋迮 赲訇訄郇郇郋邿 郈迮郋郇邽? - - + + Also delete all Snapshots 苠訄郕迠迮 迡訄郅邽 赲迮 郇邽邾郕邽 - + Do you really want to delete the content of all selected sandboxes? 迡迮邿赲邽迮郅郇郋 郋邽迮 迡訄郅邽 郋迡迮迠邽邾郋迮 赲迮 赲訇訄郇郇 郈迮郋郇邽? - + Do you want to terminate all processes in the selected sandbox(es)? 郋邽迮 郱訄赲迮邽 赲迮 郈郋迮 赲 赲訇訄郇郇 郈迮郋郇邽訄? - - + + Terminate without asking 訄赲迮邽 訇迮郱 郱訄郈郋訄 - - + + Create Shortcut to sandbox %1 苤郋郱迡訄 郅郕 迡郅 郈迮郋郇邽 %1 - + Do you want to %1 %2? 郋邽迮 %1 %2? - + the selected processes 赲訇訄郇郇迮 郈郋迮 - + This box does not have Internet restrictions in place, do you want to enable them? 郋邿 郈迮郋郇邽迮 郇迮 郋迣訄郇邽迮郇邽邿 郇訄 迡郋郈 郕 郇迮郇迮, 赲 郋邽迮 邽 赲郕郅邽? - + This sandbox is disabled, do you want to enable it? 衪訄 郈迮郋郇邽訄 郋郕郅迮郇訄, 赲 郋邽迮 迮迮 赲郕郅邽? @@ -2752,10 +2787,6 @@ Note: The update check is often behind the latest GitHub release to ensure that This does not look like a certificate. Please enter the entire certificate, not just a portion of it. 衪郋 郇迮 郈郋郋迠迮 郇訄 迮邽邽郕訄. 郋迠訄郅邿訄, 赲赲迮迡邽迮 赲迮 迮邽邽郕訄, 訄 郇迮 郋郅郕郋 迮迣郋 訄. - - This does not look like a certificate, please enter the entire certificate, not just a portion of it. - 衪郋 郇迮 郈郋郋迠迮 郇訄 迮邽邽郕訄, 赲赲迮迡邽迮 赲迮 迮邽邽郕訄, 訄 郇迮 郋郅郕郋 迮迣郋 訄. - This certificate is unfortunately expired. @@ -3055,32 +3086,32 @@ Note: The update check is often behind the latest GitHub release to ensure that Configure <b>Sandboxie-Plus</b> UI - + 訄郋邿郕訄 邽郇迮迮邿訄 <b>Sandboxie-Plus</b> Select the user interface style you prefer. - + 訇迮邽迮 邽郅 邽郇迮迮邿訄, 郕郋郋邿 赲 郈迮迡郈郋邽訄迮迮. &Advanced UI for experts - + 訄邽迮郇郇邿 邽郇迮迮邿 迡郅 郕郈迮郋赲 (&A) &Simple UI for beginners - + &郋郋邿 邽郇迮迮邿 迡郅 郇訄邽郇訄邽 (&S) Use Bright Mode - + 郈郋郅郱郋赲訄 赲迮郅邿 迮迠邽邾 Use Dark Mode - + 郈郋郅郱郋赲訄 迮邾郇邿 迮迠邽邾 @@ -3088,22 +3119,22 @@ Note: The update check is often behind the latest GitHub release to ensure that Configure <b>Sandboxie-Plus</b> network filtering - + 訄郋邿郕訄 迮迮赲郋邿 邽郅訄邽邽 <b>Sandboxie-Plus</b> Sandboxie can use the Windows Filtering Platform (WFP) to restrict network access. - + Sandboxie 邾郋迠迮 邽郈郋郅郱郋赲訄 郈郅訄郋邾 邽郅訄邽邽 Windows (WFP) 迡郅 郋迣訄郇邽迮郇邽 迡郋郈訄 郕 迮邽. Using WFP allows Sandboxie to reliably enforce IP/Port based rules for network access. Unlike system level application firewalls, Sandboxie can use different rules in each box for the same application. If you already have a good and reliable application firewall and do not need per box rules, you can leave this option unchecked. Without WFP enabled, Sandboxie will still be able to reliably and entirely block processes from accessing the network. However, this can cause the process to crash, as the driver blocks the required network device endpoints. Even with WFP disabled, Sandboxie offers to set IP/Port based rules, however these will be applied in user mode only and not be enforced by the driver. Hence, without WFP enabled, an intentionally malicious process could bypass those rules, but not the entire network block. - + 郈郋郅郱郋赲訄郇邽迮 WFP 郈郋郱赲郋郅迮 Sandboxie 郇訄迡迮迠郇郋 郈邽邾迮郇 郈訄赲邽郅訄 迡郋郈訄 郕 迮邽 郇訄 郋郇郋赲迮 IP/郈郋訄. 郋郅邽邽迮 郋 訇訄郇迡邾訄郋赲 郈邽郅郋迠迮郇邽邿 邽迮邾郇郋迣郋 郋赲郇, Sandboxie 邾郋迠迮 邽郈郋郅郱郋赲訄 訄郱郇迮 郈訄赲邽郅訄 赲 郕訄迠迡郋邿 郈迮郋郇邽迮 迡郅 郋迡郇郋迣郋 邽 郋迣郋 迠迮 郈邽郅郋迠迮郇邽. 郅邽 赲訄 迠迮 迮 郋郋邽邿 邽 郇訄迡迮迠郇邿 訇訄郇迡邾訄 郈邽郅郋迠迮郇邽邿 邽 赲訄邾 郇迮 郇迠郇 郈訄赲邽郅訄 迡郅 郕訄迠迡郋邿 郈迮郋郇邽, 赲 邾郋迠迮迮 郋訄赲邽 郋 郈訄訄邾迮 郇迮 郋邾迮迮郇郇邾. 迮郱 赲郕郅迮郇邽 WFP Sandboxie 郈郋-郈迮迠郇迮邾 邾郋迠迮 郇訄迡迮迠郇郋 邽 郈郋郅郇郋 訇郅郋郕邽郋赲訄 迡郋郈 郈郋迮郋赲 郕 迮邽. 迡郇訄郕郋 郋 邾郋迠迮 郈邽赲迮邽 郕 訇郋 郈郋迮訄, 郈郋郕郋郅郕 迡訄邿赲迮 訇郅郋郕邽迮 郇迮郋訇郋迡邽邾迮 郕郋郇迮郇迮 郋郕邽 迮迮赲 郋邿赲. 訄迠迮 郈邽 郋郕郅迮郇郇郋邾 WFP Sandboxie 郈迮迡郅訄迣訄迮 訄郇郋赲邽 郈訄赲邽郅訄 郇訄 郋郇郋赲迮 IP/郈郋訄, 郋迡郇訄郕郋 郋郇邽 訇迡 郈邽邾迮郇 郋郅郕郋 赲 郈郋郅郱郋赲訄迮郅郕郋邾 迮迠邽邾迮 邽 郇迮 訇迡 郈邽邾迮郇 迡訄邿赲迮郋邾. 苤郅迮迡郋赲訄迮郅郇郋, 訇迮郱 赲郕郅迮郇郇郋迣郋 WFP 郇訄邾迮迮郇郇郋 赲迮迡郋郇郋郇邿 郈郋迮 邾郋迠迮 郋訇郋邿邽 邽 郈訄赲邽郅訄, 郇郋 郇迮 赲迮 迮迮赲郋邿 訇郅郋郕. Enable Windows Filtering Platform (WFP) support - + 郕郅邽 郈郋迡迡迮迠郕 Windows Filtering Platform (WFP) @@ -3869,8 +3900,7 @@ The process match level has a higher priority than the specificity and describes Allow use of nested job objects (works on Windows 8 and later) - Allow use of nested job objects (experimental, works on Windows 8 and later) - 訄郱迮邽 邽郈郋郅郱郋赲訄郇邽迮 赲郅郋迠迮郇郇 郋訇迮郕郋赲 郱訄迡訄郇邽邿 (郕郈迮邽邾迮郇訄郅郇郋, 訄訇郋訄迮 赲 Windows 8 邽 郇郋赲迮迮) + 訄郱迮邽 邽郈郋郅郱郋赲訄郇邽迮 赲郅郋迠迮郇郇 郋訇迮郕郋赲 郱訄迡訄郇邽邿 (訄訇郋訄迮 赲 Windows 8 邽 郇郋赲迮迮) @@ -4291,7 +4321,7 @@ Please note that this values are currently user specific and saved globally for QObject - + Drive %1 邽郕 %1 @@ -4299,27 +4329,27 @@ Please note that this values are currently user specific and saved globally for QPlatformTheme - + OK - + Apply 邽邾迮郇邽 - + Cancel 邾迮郇訄 - + &Yes 訄 (&Y) - + &No 迮 (&N) diff --git a/SandboxiePlus/SandMan/sandman_sv.ts b/SandboxiePlus/SandMan/sandman_sv.ts new file mode 100644 index 00000000..71c25aed --- /dev/null +++ b/SandboxiePlus/SandMan/sandman_sv.ts @@ -0,0 +1,4971 @@ + + + + + CCertificatePage + + + Install your <b>Sandboxie-Plus</b> support certificate + + + + + If you have a supporter certificate, please fill it into the field below. + + + + + Start evaluation without a certificate for a limited period of time. + + + + + To use <b>Sandboxie-Plus</b> in a business setting, an appropriate <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">support certificate</a> for business use is required. If you do not yet have the required certificate(s), you can get those from the <a href="https://xanasoft.com/shop/">xanasoft.com web shop</a>. + + + + + <b>Sandboxie-Plus</b> provides additional features and box types exclusively to <u>project supporters</u>. Boxes like the Privacy Enhanced boxes <b><font color='red'>protect user data from illicit access</font></b> by the sandboxed programs. If you are not yet a supporter, then please consider <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">supporting the project</a> to ensure further development of Sandboxie and to receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a>. + + + + + CCleanUpJob + + + Deleting Content + + + + + CFileBrowserWindow + + + %1 - Files + + + + + Create Shortcut + + + + + Recover to Any Folder + + + + + Recover to Same Folder + + + + + Select Directory + + + + + Create Shortcut to sandbox %1 + + + + + CFinishPage + + + Complete your configuration + + + + + Almost complete, click Finish to apply all selected options and conclude the wizard. + + + + + Keep Sandboxie-Plus up to date. + + + + + CIntroPage + + + Introduction + + + + + Welcome to the Setup Wizard. This wizard will help you to configure your copy of <b>Sandboxie-Plus</b>. You can start this wizard at any time from the Sandbox->Maintenance menu if you do not wish to complete it now. + + + + + Select how you would like to use Sandboxie-Plus + + + + + &Personally, for private non-commercial use + + + + + &Commercially, for business or enterprise use + + + + + Note: this option is immutable + + + + + CMonitorModel + + + Type + + + + + Status + + + + + Value + + + + + Count + + + + + CMultiErrorDialog + + + Sandboxie-Plus - Error + + + + + Message + + + + + CNewBoxWindow + + + Sandboxie-Plus - Create New Box + + + + + New Box + + + + + Hardened Sandbox with Data Protection + + + + + Security Hardened Sandbox + + + + + Sandbox with Data Protection + + + + + Standard Isolation Sandbox (Default) + + + + + Application Compartment with Data Protection + + + + + Application Compartment (NO Isolation) + + + + + COnDeleteJob + + + OnDelete: %1 + + + + + COptionsWindow + + + Sandboxie Plus - '%1' Options + + + + + + + Browse for File + + + + + This sandbox has been deleted hence configuration can not be saved. + + + + + Some changes haven't been saved yet, do you really want to close this options window? + + + + + + + + + + + Group: %1 + + + + + Enter program: + + + + + Browse for Folder + + + + + Normal + + + + + Open + + + + + Open for All + + + + + Closed + + + + + Closed RT + + + + + Read Only + + + + + Box Only (Write Only) + + + + + + Unknown + + + + + File/Folder + + + + + Registry + + + + + IPC Path + + + + + Wnd Class + + + + + COM Object + + + + + Select File + + + + + All Files (*.*) + + + + + + + + + Select Directory + + + + + + + + + All Programs + + + + + COM objects must be specified by their GUID, like: {00000000-0000-0000-0000-000000000000} + + + + + RT interfaces must be specified by their name. + + + + + + + + Template values can not be edited. + + + + + + Template values can not be removed. + + + + + + On Start + + + + + + + Run Command + + + + + Start Service + + + + + On Init + + + + + On Delete + + + + + + + Please enter the command line to be executed + + + + + Please enter a service identifier + + + + + Please enter a program file name + + + + + %1 (%2) + + + + + + Process + + + + + + + Folder + + + + + + Select Executable File + + + + + + Executable Files (*.exe) + + + + + Don't alter the window title + + + + + Display [#] indicator only + + + + + Display box name in title + + + + + Border disabled + + + + + Show only when title is in focus + + + + + Always show + + + + + Hardened Sandbox with Data Protection + + + + + Security Hardened Sandbox + + + + + Sandbox with Data Protection + + + + + Standard Isolation Sandbox (Default) + + + + + Application Compartment with Data Protection + + + + + Application Compartment (NO Isolation) + + + + + Browse for Program + + + + + Open Box Options + + + + + Browse Content + + + + + Start File Recovery + + + + + Show Run Dialog + + + + + kilobytes (%1) + + + + + Select color + + + + + Select Program + + + + + Executables (*.exe *.cmd) + + + + + + Please enter a menu title + + + + + Please enter a command + + + + + Please enter a name for the new group + + + + + Please select group first. + + + + + + Any + + + + + + TCP + + + + + + UDP + + + + + + ICMP + + + + + Allow access + + + + + Block using Windows Filtering Platform + + + + + Block by denying access to Network devices + + + + + + Allow + + + + + Block (WFP) + + + + + Block (NDev) + + + + + Block + + + + + Exclusion + + + + + Please enter a file extension to be excluded + + + + + Lingerer + + + + + Leader + + + + + All Categories + + + + + Custom Templates + + + + + Email Reader + + + + + PDF/Print + + + + + Security/Privacy + + + + + Desktop Utilities + + + + + Download Managers + + + + + Miscellaneous + + + + + Web Browser + + + + + Media Player + + + + + Torrent Client + + + + + This template is enabled globally. To configure it, use the global options. + + + + + Please enter the template identifier + + + + + Error: %1 + + + + + Only local templates can be removed! + + + + + Do you really want to delete the selected local template? + + + + + CPopUpMessage + + + ? + + + + + Visit %1 for a detailed explanation. + + + + + Dismiss + + + + + Remove this message from the list + + + + + Hide all such messages + + + + + CPopUpProgress + + + Dismiss + + + + + Remove this progress indicator from the list + + + + + CPopUpPrompt + + + Remember for this process + + + + + Yes + + + + + No + + + + + Terminate + + + + + Yes and add to allowed programs + + + + + Requesting process terminated + + + + + Request will time out in %1 sec + + + + + Request timed out + + + + + CPopUpRecovery + + + Recover to: + + + + + Browse + + + + + Clear folder list + + + + + Recover + + + + + Recover the file to original location + + + + + Recover && Explore + + + + + Recover && Open/Run + + + + + Open file recovery for this box + + + + + Dismiss + + + + + Don't recover this file right now + + + + + Dismiss all from this box + + + + + Disable quick recovery until the box restarts + + + + + Select Directory + + + + + CPopUpWindow + + + Sandboxie-Plus Notifications + + + + + Do you want to allow the print spooler to write outside the sandbox for %1 (%2)? + + + + + Do you want to allow %4 (%5) to copy a %1 large file into sandbox: %2? +File name: %3 + + + + + Do you want to allow %1 (%2) access to the internet? +Full path: %3 + + + + + %1 is eligible for quick recovery from %2. +The file was written by: %3 + + + + + an UNKNOWN process. + + + + + %1 (%2) + + + + + + UNKNOWN + + + + + Migrating a large file %1 into the sandbox %2, %3 left. +Full path: %4 + + + + + CRecoveryWindow + + + %1 - File Recovery + + + + + File Name + + + + + File Size + + + + + Full Path + + + + + Remember target selection + + + + + Delete everything, including all snapshots + + + + + Original location + + + + + Browse for location + + + + + Clear folder list + + + + + + + Select Directory + + + + + Close until all programs stop in this box + + + + + Close and Disable Immediate Recovery for this box + + + + + There are %1 new files available to recover. + + + + + There are %1 files and %2 folders in the sandbox, occupying %3 of disk space. + + + + + CSandBox + + + Waiting for folder: %1 + + + + + Deleting folder: %1 + + + + + Merging folders: %1 &gt;&gt; %2 + + + + + Finishing Snapshot Merge... + + + + + CSandBoxPlus + + + Disabled + + + + + Application Compartment + + + + + NOT SECURE + + + + + Reduced Isolation + + + + + Enhanced Isolation + + + + + Privacy Enhanced + + + + + API Log + + + + + No INet + + + + + Net Share + + + + + No Admin + + + + + Normal + + + + + CSandMan + + + Sandboxie Manager can not be run sandboxed! + + + + + WARNING: Sandboxie-Plus.ini in %1 cannot be written to, settings will not be saved. + + + + + + Sandboxie-Plus v%1 + + + + + + Reset Columns + + + + + + Copy Cell + + + + + + Copy Row + + + + + + Copy Panel + + + + + &Sandbox + + + + + Create New Box + + + + + Create Box Group + + + + + Terminate All Processes + + + + + Window Finder + + + + + + Pause Forcing Programs + + + + + Disable File Recovery + + + + + Disable Message PopUp + + + + + &Maintenance + + + + + Connect + + + + + Disconnect + + + + + Stop All + + + + + &Advanced + + + + + Install Driver + + + + + Start Driver + + + + + Stop Driver + + + + + Uninstall Driver + + + + + Install Service + + + + + Start Service + + + + + Stop Service + + + + + Uninstall Service + + + + + Setup Wizard + + + + + Uninstall All + + + + + Exit + + + + + &View + + + + + Simple View + + + + + Advanced View + + + + + Always on Top + + + + + Show Hidden Boxes + + + + + Show All Sessions + + + + + Refresh View + + + + + Clean Up + + + + + Cleanup Processes + + + + + Cleanup Message Log + + + + + Cleanup Trace Log + + + + + Cleanup Recovery Log + + + + + Keep terminated + + + + + &Options + + + + + Global Settings + + + + + Reset all hidden messages + + + + + Reset all GUI options + + + + + Edit ini file + + + + + Reload ini file + + + + + Trace Logging + + + + + &Help + + + + + Support Sandboxie-Plus with a Donation + + + + + Visit Support Forum + + + + + Online Documentation + + + + + Check for Updates + + + + + About the Qt Framework + + + + + + About Sandboxie-Plus + + + + + Cleanup + + + + + <a href="sbie://update/package" style="color: red;">There is a new build of Sandboxie-Plus available</a> + + + + + Click to install update + + + + + <a href="https://sandboxie-plus.com/go.php?to=patreon">Support Sandboxie-Plus on Patreon</a> + + + + + Click to open web browser + + + + + Time|Message + + + + + Sbie Messages + + + + + Trace Log + + + + + Time|Box Name|File Path + + + + + Recovery Log + + + + + Show/Hide + + + + + Do you want to close Sandboxie Manager? + + + + + Sandboxie-Plus was running in portable mode, now it has to clean up the created services. This will prompt for administrative privileges. + +Do you want to do the clean up? + + + + + + + + + + Don't show this message again. + + + + + This box provides enhanced security isolation, it is suitable to test untrusted software. + + + + + This box provides standard isolation, it is suitable to run your software to enhance security. + + + + + This box does not enforce isolation, it is intended to be used as an application compartment for software virtualization only. + + + + + + +This box prevents access to all user data locations, except explicitly granted in the Resource Access options. + + + + + Unknown operation '%1' requested via command line + + + + + - Driver/Service NOT Running! + + + + + - Deleting Sandbox Content + + + + + Do you want to check if there is a new version of Sandboxie-Plus? + + + + + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? + + + + + Cleaned up removed templates... + + + + + Executing OnBoxDelete: %1 + + + + + Auto Deleting %1 Content + + + + + Removed Shortcut: %1 + + + + + Added Shortcut to: %1 + + + + + Auto deleting content of %1 + + + + + Installation Directory: %1 + + + + + Sandboxie-Plus Version: %1 (%2) + + + + + Current Config: %1 + + + + + Data Directory: %1 + + + + + - Portable + + + + + Sandboxie-Plus was started in portable mode, do you want to put the Sandbox folder into its parent directory? +Yes will choose: %1 +No will choose: %2 + + + + + Default sandbox not found; creating: %1 + + + + + - NOT connected + + + + + The program %1 started in box %2 will be terminated in 5 minutes because the box was configured to use features exclusively available to project supporters. + + + + + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. + + + + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Become a project supporter</a>, and receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a> + + + + + PID %1: + + + + + %1 (%2): + + + + + The selected feature set is only available to project supporters. Processes started in a box with this feature set enabled without a supporter certificate will be terminated after 5 minutes.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Become a project supporter</a>, and receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a> + + + + + The evaluation periode has expired!!! + + + + + The supporter certificate is not valid for this build, please get an updated certificate + + + + + The supporter certificate has expired%1, please get an updated certificate + + + + + , but it remains valid for the current build + + + + + The supporter certificate will expire in %1 days, please get an updated certificate + + + + + Recovering file %1 to %2 + + + + + The file %1 already exists, do you want to overwrite it? + + + + + Do this for all files! + + + + + Failed to recover some files: + + + + + + Only Administrators can change the config. + + + + + Please enter the configuration password. + + + + + Login Failed: %1 + + + + + Do you want to terminate all processes in all sandboxes? + + + + + Terminate all without asking + + + + + Please enter the duration, in seconds, for disabling Forced Programs rules. + + + + + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. + + + + + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. + + + + + + + Sandboxie-Plus - Error + + + + + Failed to stop all Sandboxie components + + + + + Failed to start required Sandboxie components + + + + + Maintenance operation failed (%1) + + + + + Maintenance operation Successful + + + + + Executing maintenance operation, please wait... + + + + + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? + + + + + The changes will be applied automatically whenever the file gets saved. + + + + + The changes will be applied automatically as soon as the editor is closed. + + + + + Sandboxie config has been reloaded + + + + + Error Status: 0x%1 (%2) + + + + + Unknown + + + + + Administrator rights are required for this operation. + + + + + Failed to execute: %1 + + + + + Failed to connect to the driver + + + + + Failed to communicate with Sandboxie Service: %1 + + + + + An incompatible Sandboxie %1 was found. Compatible versions: %2 + + + + + Can't find Sandboxie installation path. + + + + + Failed to copy configuration from sandbox %1: %2 + + + + + A sandbox of the name %1 already exists + + + + + Failed to delete sandbox %1: %2 + + + + + The sandbox name can not be longer than 32 characters. + + + + + The sandbox name can not be a device name. + + + + + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. + + + + + Failed to terminate all processes + + + + + Delete protection is enabled for the sandbox + + + + + All sandbox processes must be stopped before the box content can be deleted + + + + + Error deleting sandbox folder: %1 + + + + + A sandbox must be emptied before it can be deleted. + + + + + Failed to move directory '%1' to '%2' + + + + + This Snapshot operation can not be performed while processes are still running in the box. + + + + + Failed to create directory for new snapshot + + + + + Failed to copy box data files + + + + + Snapshot not found + + + + + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. + + + + + Failed to remove old snapshot directory '%1' + + + + + Can't remove a snapshot that is shared by multiple later snapshots + + + + + Failed to remove old box data files + + + + + You are not authorized to update configuration in section '%1' + + + + + Failed to set configuration setting %1 in section %2: %3 + + + + + Can not create snapshot of an empty sandbox + + + + + A sandbox with that name already exists + + + + + The config password must not be longer than 64 characters + + + + + The operation was canceled by the user + + + + + Unknown Error Status: 0x%1 + + + + + Operation failed for %1 item(s). + + + + + Do you want to open %1 in a sandboxed (yes) or unsandboxed (no) Web browser? + + + + + Remember choice for later. + + + + + Checking for updates... + + + + + server not reachable + + + + + + Failed to check for updates, error: %1 + + + + + <p>Do you want to go to the <a href="%1">info page</a>?</p> + + + + + Don't show this announcement in the future. + + + + + <p>There is a new version of Sandboxie-Plus available.<br /><font color='red'>New version:</font> <b>%1</b></p> + + + + + <p>Do you want to download the latest version?</p> + + + + + <p>Do you want to go to the <a href="%1">download page</a>?</p> + + + + + Don't show this message anymore. + + + + + No new updates found, your Sandboxie-Plus is up-to-date. + +Note: The update check is often behind the latest GitHub release to ensure that only tested updates are offered. + + + + + Downloading new version... + + + + + Failed to download update from: %1 + + + + + <p>A Sandboxie-Plus update has been downloaded to the following location:</p><p><a href="%2">%1</a></p><p>Do you want to begin the installation? If any programs are running sandboxed, they will be terminated.</p> + + + + + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p>Copyright (c) 2020-2022 by DavidXanatos</p> + + + + + This copy of Sandboxie+ is certified for: %1 + + + + + Sandboxie+ is free for personal and non-commercial use. + + + + + Sandboxie-Plus is an open source continuation of Sandboxie.<br />Visit <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> for more information.<br /><br />%3<br /><br />Driver version: %1<br />Features: %2<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> + + + + + Checking for certificate... + + + + + No certificate found on server! + + + + + There is no updated certificate available. + + + + + The selected window is running as part of program %1 in sandbox %2 + + + + + The selected window is not running as part of any sandboxed program. + + + + + Drag the Finder Tool over a window to select it, then release the mouse to check if the window is sandboxed. + + + + + Sandboxie-Plus - Window Finder + + + + + CSbieModel + + + Box Group + + + + + Empty + + + + + Name + + + + + Process ID + + + + + Status + + + + + Title + + + + + Info + + + + + Path / Command Line + + + + + CSbieProcess + + + Sbie RpcSs + + + + + Sbie DcomLaunch + + + + + Sbie Crypto + + + + + Sbie WuauServ + + + + + Sbie BITS + + + + + Sbie Svc + + + + + MSI Installer + + + + + Trusted Installer + + + + + Windows Update + + + + + Windows Explorer + + + + + Internet Explorer + + + + + Firefox + + + + + Windows Media Player + + + + + Winamp + + + + + KMPlayer + + + + + Windows Live Mail + + + + + Service Model Reg + + + + + RunDll32 + + + + + + DllHost + + + + + Windows Ink Services + + + + + Chromium Based + + + + + Google Updater + + + + + Acrobat Reader + + + + + MS Outlook + + + + + MS Excel + + + + + Flash Player + + + + + Firefox Plugin Container + + + + + Generic Web Browser + + + + + Generic Mail Client + + + + + Thunderbird + + + + + Terminated + + + + + Running + + + + + Forced + + + + + in session %1 + + + + + (%1) + + + + + CSbieView + + + Create New Box + + + + + Create Box Group + + + + + Rename Group + + + + + Remove Group + + + + + Stop Operations + + + + + Run + + + + + Run Program + + + + + Start Menu + + + + + Run from Start Menu + + + + + Default Web Browser + + + + + Default eMail Client + + + + + Command Prompt + + + + + Boxed Tools + + + + + Command Prompt (as Admin) + + + + + Command Prompt (32-bit) + + + + + Windows Explorer + + + + + Registry Editor + + + + + Programs and Features + + + + + Execute Autorun Entries + + + + + Terminate All Programs + + + + + Browse Content + + + + + Box Content + + + + + + Create Shortcut + + + + + Explore Content + + + + + Open Registry + + + + + Refresh Info + + + + + Snapshots Manager + + + + + Recover Files + + + + + Delete Content + + + + + Sandbox Options + + + + + Sandbox Presets + + + + + Ask for UAC Elevation + + + + + Drop Admin Rights + + + + + Emulate Admin Rights + + + + + Block Internet Access + + + + + Allow Network Shares + + + + + Immediate Recovery + + + + + Duplicate Sandbox + + + + + Rename Sandbox + + + + + Move Box/Group + + + + + Move Up + + + + + Move Down + + + + + Remove Sandbox + + + + + Terminate + + + + + Preset + + + + + Pin to Run Menu + + + + + Block and Terminate + + + + + Allow internet access + + + + + Force into this sandbox + + + + + Set Linger Process + + + + + Set Leader Process + + + + + File root: %1 + + + + + + Registry root: %1 + + + + + + IPC root: %1 + + + + + + Options: + + + + + + [None] + + + + + Please enter a new name for the Group. + + + + + Do you really want to remove the selected group(s)? + + + + + Move entries by (negative values move up, positive values move down): + + + + + A group can not be its own parent. + + + + + Please enter a new group name + + + + + This name is already used for a Box Group. + + + + + This name is already used for a Sandbox. + + + + + + Don't show this message again. + + + + + + + This Sandbox is empty. + + + + + WARNING: The opened registry editor is not sandboxed, please be careful and only do changes to the pre-selected sandbox locations. + + + + + Don't show this warning in future + + + + + Please enter a new name for the duplicated Sandbox. + + + + + %1 Copy + + + + + Please enter a new name for the Sandbox. + + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! + + + + + This Sandbox is already empty. + + + + + Do you want to delete the content of the selected sandbox? + + + + + + Also delete all Snapshots + + + + + Do you really want to delete the content of all selected sandboxes? + + + + + Do you want to terminate all processes in the selected sandbox(es)? + + + + + + Terminate without asking + + + + + + Create Shortcut to sandbox %1 + + + + + Do you want to %1 %2? + + + + + the selected processes + + + + + This box does not have Internet restrictions in place, do you want to enable them? + + + + + This sandbox is disabled, do you want to enable it? + + + + + (Host) Start Menu + + + + + CSelectBoxWindow + + + Sandboxie-Plus - Run Sandboxed + + + + + Are you sure you want to run the program outside the sandbox? + + + + + Please select a sandbox. + + + + + CSettingsWindow + + + Sandboxie Plus - Settings + + + + + Auto Detection + + + + + No Translation + + + + + Don't integrate links + + + + + As sub group + + + + + Fully integrate + + + + + Don't show any icon + + + + + Show Plus icon + + + + + Show Classic icon + + + + + All Boxes + + + + + Active + Pinned + + + + + Pinned Only + + + + + Close to Tray + + + + + Prompt before Close + + + + + Close + + + + + Run &Sandboxed + + + + + Sandboxed Web Browser + + + + + This supporter certificate has expired, please <a href="sbie://update/cert">get an updated certificate</a>. + + + + + This supporter certificate will <font color='red'>expire in %1 days</font>, please <a href="sbie://update/cert">get an updated certificate</a>. + + + + + Run &Un-Sandboxed + + + + + This does not look like a certificate. Please enter the entire certificate, not just a portion of it. + + + + + This certificate is unfortunately expired. + + + + + This certificate is unfortunately outdated. + + + + + Thank you for supporting the development of Sandboxie-Plus. + + + + + This support certificate is not valid. + + + + + + Select Directory + + + + + Please enter the new configuration password. + + + + + Please re-enter the new configuration password. + + + + + Passwords did not match, please retry. + + + + + Process + + + + + Folder + + + + + Please enter a program file name + + + + + CSetupWizard + + + Setup Wizard + + + + + The decision you make here will affect which page you get to see next. + + + + + This help is likely not to be of any help. + + + + + Sorry, I already gave all the help I could. + + + + + Setup Wizard Help + + + + + CShellPage + + + Configure <b>Sandboxie-Plus</b> shell integration + + + + + Configure how Sandboxie-Plus should integrate with your system. + + + + + Start UI with Windows + + + + + Add 'Run Sandboxed' to the explorer context menu + + + + + Add desktop shortcut for starting Web browser under Sandboxie + + + + + CSnapshotsWindow + + + %1 - Snapshots + + + + + Snapshot + + + + + Revert to empty box + + + + + (default) + + + + + Please enter a name for the new Snapshot. + + + + + New Snapshot + + + + + Do you really want to switch the active snapshot? Doing so will delete the current state! + + + + + Do you really want to delete the selected snapshot? + + + + + CTraceModel + + + Process %1 + + + + + %1 (%2) + + + + + Unknown + + + + + Process + + + + + Type + + + + + Status + + + + + Value + + + + + CTraceView + + + Monitor mode + + + + + Show as task tree + + + + + PID: + + + + + + + + + + + + [All] + + + + + TID: + + + + + Type: + + + + + Status: + + + + + Open + + + + + Closed + + + + + Trace + + + + + Other + + + + + Show All Boxes + + + + + Save to file + + + + + %1 (%2) + + + + + %1 + + + + + Save trace log to file + + + + + Failed to open log file for writing + + + + + Unknown + + + + + CUIPage + + + Configure <b>Sandboxie-Plus</b> UI + + + + + Select the user interface style you prefer. + + + + + &Advanced UI for experts + + + + + &Simple UI for beginners + + + + + Use Bright Mode + + + + + Use Dark Mode + + + + + CWFPPage + + + Configure <b>Sandboxie-Plus</b> network filtering + + + + + Sandboxie can use the Windows Filtering Platform (WFP) to restrict network access. + + + + + Using WFP allows Sandboxie to reliably enforce IP/Port based rules for network access. Unlike system level application firewalls, Sandboxie can use different rules in each box for the same application. If you already have a good and reliable application firewall and do not need per box rules, you can leave this option unchecked. Without WFP enabled, Sandboxie will still be able to reliably and entirely block processes from accessing the network. However, this can cause the process to crash, as the driver blocks the required network device endpoints. Even with WFP disabled, Sandboxie offers to set IP/Port based rules, however these will be applied in user mode only and not be enforced by the driver. Hence, without WFP enabled, an intentionally malicious process could bypass those rules, but not the entire network block. + + + + + Enable Windows Filtering Platform (WFP) support + + + + + FileBrowserWindow + + + SandboxiePlus - Snapshots + + + + + NewBoxWindow + + + SandboxiePlus new box + + + + + Sandbox Name: + + + + + Box Type Preset: + + + + + A sandbox isolates your host system from processes running within the box, it prevents them from making permanent changes to other programs and data in your computer. The level of isolation impacts your security as well as the compatibility with applications, hence there will be a different level of isolation depending on the selected Box Type. Sandboxie can also protect your personal data from being accessed by processes running under its supervision. + + + + + Box info + + + + + OptionsWindow + + + SandboxiePlus Options + + + + + General Options + + + + + Box Options + + + + + Always show this sandbox in the systray list (Pinned) + + + + + Sandbox Indicator in title: + + + + + Sandboxed window border: + + + + + <b>More Box Types</b> are exclusively available to <u>project supporters</u>, the Privacy Enhanced boxes <b><font color='red'>protect user data from illicit access</font></b> by the sandboxed programs.<br />If you are not yet a supporter, then please consider <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">supporting the project</a>, to receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a>.<br />You can test the other box types by creating new sandboxes of those types, however processes in these will be auto terminated after 5 minutes. + + + + + Show this box in the 'run in box' selection prompt + + + + + Box info + + + + + Box Type Preset: + + + + + px Width + + + + + General Configuration + + + + + Appearance + + + + + Double click action: + + + + + File Options + + + + + Auto delete content when last sandboxed process terminates + + + + + Copy file size limit: + + + + + Box Delete options + + + + + Protect this sandbox from deletion or emptying + + + + + Raw Disk access + + + + + File Migration + + + + + Allow elevated sandboxed applications to read the harddrive + + + + + Warn when an application opens a harddrive handle + + + + + kilobytes + + + + + Issue message 2102 when a file is too large + + + + + Prompt user for large file migration + + + + + Security + + + + + Drop rights from Administrators and Power Users groups + + + + + (Recommended) + + + + + + + + + Protect the system from sandboxed processes + + + + + Elevation restrictions + + + + + Security note: Elevated applications running under the supervision of Sandboxie, with an admin or system token, have more opportunities to bypass isolation and modify the system outside the sandbox. + + + + + Security Enhancements + + + + + Use the original Token only for approved NT System Calls + + + + + Note: Msi Installer Exemptions should not be required, but if you encounter issues installing a msi package which you trust, this option may help the installation complete successfully. You can also try disabling drop admin rights. + + + + + CAUTION: When running under the built in administrator, processes can not drop administrative privileges. + + + + + Make applications think they are running elevated (allows to run installers safely) + + + + + Allow MSIServer to run with a sandboxed system token and apply other exceptions if required + + + + + Restrict access driver/device access to approved once only + + + + + Enable all Security Enhancements (make security hardened box) + + + + + Access Restrictions + + + + + Open Windows Credentials Store (user mode) + + + + + Other restrictions + + + + + Block read access to the clipboard + + + + + Printing restrictions + + + + + Prevent change to network and firewall parameters (user mode) + + + + + Allow to read memory of unsandboxed processes (not recommended) + + + + + Network restrictions + + + + + Block access to the printer spooler + + + + + Allow the print spooler to print to files outside the sandbox + + + + + Block network files and folders, unless specifically opened. + + + + + Remove spooler restriction, printers can be installed outside the sandbox + + + + + Open System Protected Storage + + + + + Issue message 2111 when a process access is denided + + + + + Run Menu + + + + + You can configure custom entries for the sandbox run menu. + + + + + + + + + + + Name + + + + + Command Line + + + + + Add program + + + + + + + + + + + + Remove + + + + + Program Groups + + + + + Add Group + + + + + + + Add Program + + + + + You can group programs together and give them a group name. Program groups can be used with some of the settings instead of program names. Groups defined for the box overwrite groups defined in templates. + + + + + + + + + + + + Show Templates + + + + + Program Control + + + + + Force Programs + + + + + + Force Program + + + + + + Force Folder + + + + + + + + + Type + + + + + + + + Path + + + + + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. + + + + + Breakout Programs + + + + + Programs entered here will be allowed to break out of this box when thay start, you can capture them into an other box. For example to have your web browser always open in a dedicated box. This feature requires a valid supporter certificate to be installed. + + + + + Stop Behaviour + + + + + + + Remove Program + + + + + Add Leader Program + + + + + Add Lingering Program + + + + + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. + +If leader processes are defined, all others are treated as lingering processes. + + + + + Start Restrictions + + + + + Issue message 1308 when a program fails to start + + + + + Allow only selected programs to start in this sandbox. * + + + + + Prevent selected programs from starting in this sandbox. + + + + + Allow all programs to start in this sandbox. + + + + + * Note: Programs installed to this sandbox won't be able to start at all. + + + + + Internet Restrictions + + + + + Process Restrictions + + + + + Issue message 1307 when a program is denied internet access + + + + + Prompt user whether to allow an exemption from the blockade. + + + + + Note: Programs installed to this sandbox won't be able to access the internet at all. + + + + + + Access + + + + + Set network/internet access for unlisted processes: + + + + + Network Firewall Rules + + + + + Test Rules, Program: + + + + + Port: + + + + + IP: + + + + + Protocol: + + + + + X + + + + + Remove Rule + + + + + Add Rule + + + + + + Program + + + + + + Action + + + + + Port + + + + + IP + + + + + Protocol + + + + + CAUTION: Windows Filtering Platform is not enabled with the driver, therefore these rules will be applied only in user mode and can not be enforced!!! This means that malicious applications may bypass them. + + + + + Resource Access + + + + + Resource Access Rules + + + + + Add Wnd Class + + + + + Configure which processes can access what resources. Double click on an entry to edit it. +'Open' File and Key access only applies to program binaries located outside the sandbox. +You can use 'Open for All' instead to make it apply to all programs, or change this behaviour in the Policies tab. + + + + + Add COM Object + + + + + Add Reg Key + + + + + Add IPC Path + + + + + Add File/Folder + + + + + Resource Access Policies + + + + + The rule specificity is a measure to how well a given rule matches a particular path, simply put the specificity is the length of characters from the begin of the path up to and including the last matching non-wildcard substring. A rule which matches only file types like "*.tmp" would have the highest specificity as it would always match the entire file path. +The process match level has a higher priority than the specificity and describes how a rule applies to a given process. Rules applying by process name or group have the strongest match level, followed by the match by negation (i.e. rules applying to all processes but the given one), while the lowest match levels have global matches, i.e. rules that apply to any process. + + + + + Prioritize rules based on their Specificity and Process Match Level + + + + + Privacy Mode, block file and registry access to all locations except the generic system ones + + + + + Access Mode + + + + + When the Privacy Mode is enabled, sandboxed processes will be only able to read C:\Windows\*, C:\Program Files\*, and parts of the HKLM registry, all other locations will need explicit access to be readable and/or writable. In this mode, Rule Specificity is always enabled. + + + + + Rule Policies + + + + + Apply Close...=!<program>,... rules also to all binaries located in the sandboxed. + + + + + Apply File and Key Open directives only to binaries located outside the sandbox. + + + + + File Recovery + + + + + Add Folder + + + + + Ignore Extension + + + + + Ignore Folder + + + + + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. + + + + + You can exclude folders and file types (or file extensions) from Immediate Recovery. + + + + + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. + + + + + Advanced Options + + + + + Miscellaneous + + + + + Emulate sandboxed window station for all processes + + + + + Drop critical privileges from processes running with a SYSTEM token + + + + + Add sandboxed processes to job objects (recommended) + + + + + Do not start sandboxed services using a system token (recommended) + + + + + Protect sandboxed SYSTEM processes from unprivileged processes + + + + + Open access to COM infrastructure (not recommended) + + + + + Allow only privileged processes to access the Service Control Manager + + + + + Force usage of custom dummy Manifest files (legacy behaviour) + + + + + + (Security Critical) + + + + + Start the sandboxed RpcSs as a SYSTEM process (not recommended) + + + + + Don't alter window class names created by sandboxed programs + + + + + Compatibility + + + + + + + + Protect the sandbox integrity itself + + + + + Sandbox isolation + + + + + COM/RPC + + + + + Allow use of nested job objects (experimental, works on Windows 8 and later) + + + + + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) + + + + + Isolation + + + + + Security Isolation through the usage of a heavily restricted process token is Sandboxie's primary means of enforcing sandbox restrictions, when this is disabled the box is operated in the application compartment mode, i.e. its no longer providing reliable security, just simple application compartmentalization. + + + + + Open access to Windows Local Security Authority + + + + + Allow sandboxed programs to manage Hardware/Devices + + + + + Disable Security Isolation (experimental) + + + + + Various advanced isolation features can break compatibility with some applications. If you are using this sandbox <b>NOT for Security</b> but for simple application portability, by changing these options you can restore compatibility by sacrificing some security. + + + + + Open access to Windows Security Account Manager + + + + + Security Isolation & Filtering + + + + + Disable Security Filtering (not recommended) + + + + + Security Filtering used by Sandboxie to enforce filesystem and registry access restrictions, as well as to restrict process access. + + + + + The below options can be used safely when you don't grant admin rights. + + + + + Access isolation + + + + + Triggers + + + + + Event + + + + + + + Run Command + + + + + Start Service + + + + + These events are executed each time a box is started + + + + + On Box Start + + + + + These commands are run UNBOXED just before the box content is deleted + + + + + On Box Delete + + + + + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. + + + + + On Box Init + + + + + Here you can specify actions to be executed automatically on various box events. + + + + + Hide Processes + + + + + Add Process + + + + + Hide host processes from processes running in the sandbox. + + + + + Don't allow sandboxed processes to see processes running in other boxes + + + + + Users + + + + + Restrict Resource Access monitor to administrators only + + + + + Add User + + + + + Remove User + + + + + Add user accounts and user groups to the list below to limit use of the sandbox to only those accounts. If the list is empty, the sandbox can be used by all user accounts. + +Note: Forced Programs and Force Folders settings for a sandbox do not apply to user accounts which cannot use the sandbox. + + + + + Tracing + + + + + API call trace (requirers logapi to be installed in the sbie dir) + + + + + Pipe Trace + + + + + Log all SetError's to Trace log (creates a lot of output) + + + + + Log Debug Output to the Trace Log + + + + + Log all access events as seen by the driver to the resource access log. + +This options set the event mask to "*" - All access events +You can customize the logging using the ini by specifying +"A" - Allowed accesses +"D" - Denied accesses +"I" - Ignore access requests +instead of "*". + + + + + Ntdll syscall Trace (creates a lot of output) + + + + + File Trace + + + + + Disable Resource Access Monitor + + + + + IPC Trace + + + + + GUI Trace + + + + + Resource Access Monitor + + + + + Access Tracing + + + + + COM Class Trace + + + + + Key Trace + + + + + Network Firewall + + + + + Debug + + + + + WARNING, these options can disable core security guarantees and break sandbox security!!! + + + + + These options are intended for debugging compatibility issues, please do not use them in production use. + + + + + App Templates + + + + + Compatibility Templates + + + + + Filter Categories + + + + + Text Filter + + + + + Add Template + + + + + This list contains a large amount of sandbox compatibility enhancing templates + + + + + Remove Template + + + + + Category + + + + + Template Folders + + + + + Configure the folder locations used by your other applications. + +Please note that this values are currently user specific and saved globally for all boxes. + + + + + Value + + + + + Accessibility + + + + + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. + + + + + Screen Readers: JAWS, NVDA, Window-Eyes, System Access + + + + + The following settings enable the use of Sandboxie in combination with accessibility software. Please note that some measure of Sandboxie protection is necessarily lost when these settings are in effect. + + + + + Edit ini Section + + + + + Edit ini + + + + + Cancel + + + + + Save + + + + + PopUpWindow + + + SandboxiePlus Notifications + + + + + ProgramsDelegate + + + Group: %1 + + + + + QObject + + + Drive %1 + + + + + QPlatformTheme + + + OK + + + + + Apply + + + + + Cancel + + + + + &Yes + + + + + &No + + + + + RecoveryWindow + + + SandboxiePlus - Recovery + + + + + Close + + + + + TextLabel + + + + + Show All Files + + + + + Recover target: + + + + + Recover + + + + + Add Folder + + + + + Refresh + + + + + Delete Content + + + + + SelectBoxWindow + + + SandboxiePlus select box + + + + + Select the sandbox in which to start the program, installer or document. + + + + + Sandbox + + + + + Run As UAC Administrator + + + + + Run Sandboxed + + + + + Run Outside the Sandbox + + + + + SettingsWindow + + + SandboxiePlus Settings + + + + + General Config + + + + + Show Notifications for relevant log Messages + + + + + Hotkey for terminating all boxed processes: + + + + + UI Language: + + + + + Run box operations asynchronously whenever possible (like content deletion) + + + + + Open urls from this ui sandboxed + + + + + Show first recovery window when emptying sandboxes + + + + + General Options + + + + + Use Dark Theme (fully applied after a restart) + + + + + Watch Sandboxie.ini for changes + + + + + Show recoverable files as notifications + + + + + Count and display the disk space ocupied by each sandbox + + + + + Shell Integration + + + + + Show Icon in Systray: + + + + + Always use DefaultBox + + + + + Add 'Run Un-Sandboxed' to the context menu + + + + + Add 'Run Sandboxed' to the explorer context menu + + + + + Start UI when a sandboxed process is started + + + + + Start Menu Integration + + + + + Show a tray notification when automatic box operations are started + + + + + Run Sandboxed - Actions + + + + + Scan shell folders and offer links in run menu + + + + + On main window close: + + + + + Systray options + + + + + Start UI with Windows + + + + + Show boxes in tray list: + + + + + Start Sandbox Manager + + + + + Integrate boxes with Host Start Menu + + + + + Advanced Config + + + + + Separate user folders + + + + + Hook selected Win32k system calls to enable GPU acceleration (experimental) + + + + + Portable root folder + + + + + Sandbox <a href="sbie://docs/keyrootpath">registry root</a>: + + + + + Sandboxing features + + + + + ... + + + + + Sandbox default + + + + + Sandbox <a href="sbie://docs/filerootpath">file system root</a>: + + + + + Activate Kernel Mode Object Filtering + + + + + Use Windows Filtering Platform to restrict network access + + + + + Sandbox <a href="sbie://docs/ipcrootpath">ipc root</a>: + + + + + Use a Sandboxie login instead of an anonymous token (experimental) + + + + + Program Control + + + + + + Name + + + + + Path + + + + + Remove Program + + + + + Add Program + + + + + When any of the following programs is launched outside any sandbox, Sandboxie will issue message SBIE1301. + + + + + Add Folder + + + + + Prevent the listed programs from starting on this system + + + + + Issue message 1308 when a program fails to start + + + + + Config Protection + + + + + Config protection + + + + + Clear password when main window becomes hidden + + + + + Only Administrator user accounts can make changes + + + + + Only Administrator user accounts can use Pause Forcing Programs command + + + + + Password must be entered in order to make changes + + + + + Change Password + + + + + Compatibility + + + + + In the future, don't check software compatibility + + + + + Enable + + + + + Disable + + + + + Sandboxie has detected the following software applications in your system. Click OK to apply configuration settings, which will improve compatibility with these applications. These configuration settings will have effect in all existing sandboxes and in any new sandboxes. + + + + + Edit ini Section + + + + + Save + + + + + Edit ini + + + + + Cancel + + + + + Support + + + + + Enter the support certificate here + + + + + Install updates automatically + + + + + Supporters of the Sandboxie-Plus project receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a>. It's like a license key but for awesome people using open source software. :-) + + + + + Keeping Sandboxie up to date with the rolling releases of Windows and compatible with all web browsers is a never-ending endeavor. Please consider supporting this work with a donation.<br />You can support the development with a <a href="https://sandboxie-plus.com/go.php?to=donate">PayPal donation</a>, working also with credit cards.<br />Or you can provide continuous support with a <a href="https://sandboxie-plus.com/go.php?to=patreon">Patreon subscription</a>. + + + + + This supporter certificate has expired, please <a href="sbie://update/cert">get an updated certificate</a>. + + + + + Support Settings + + + + + In the future, don't notify about certificate expiration + + + + + Check periodically for updates of Sandboxie-Plus + + + + + Download Updates automatically + + + + + SnapshotsWindow + + + SandboxiePlus - Snapshots + + + + + Selected Snapshot Details + + + + + Description: + + + + + Name: + + + + + When deleting a snapshot content, it will be returned to this snapshot instead of none. + + + + + Default snapshot + + + + + Snapshot Actions + + + + + Take Snapshot + + + + + Remove Snapshot + + + + + Go to Snapshot + + + + diff --git a/SandboxiePlus/SandMan/sandman_tr.ts b/SandboxiePlus/SandMan/sandman_tr.ts index b1a4e89e..cd9cf48d 100644 --- a/SandboxiePlus/SandMan/sandman_tr.ts +++ b/SandboxiePlus/SandMan/sandman_tr.ts @@ -1,131 +1,158 @@ - + CCertificatePage + Install your <b>Sandboxie-Plus</b> support certificate - + <b>Sandboxie-Plus</b> destek sertifikan覺z覺 y羹kleyin + If you have a supporter certificate, please fill it into the field below. - + Destek癟i sertifikan覺z varsa l羹tfen aa覺daki alana doldurunuz. + Start evaluation without a certificate for a limited period of time. - + S覺n覺rl覺 bir s羹re i癟in sertifika olmadan deerlendirmeye balay覺n. + To use <b>Sandboxie-Plus</b> in a business setting, an appropriate <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">support certificate</a> for business use is required. If you do not yet have the required certificate(s), you can get those from the <a href="https://xanasoft.com/shop/">xanasoft.com web shop</a>. - + <b>Sandboxie-Plus</b>'覺 bir i ortam覺nda kullanmak i癟in uygun bir <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">destek sertifikas覺</a> i kullan覺m覺 i癟in gereklidir. Hen羹z gerekli sertifika(lara) sahip deilseniz, bunlar覺 <a href="https://xanasoft.com/shop/">xanasoft.com web maazas覺ndan</a> alabilirsiniz. + <b>Sandboxie-Plus</b> provides additional features and box types exclusively to <u>project supporters</u>. Boxes like the Privacy Enhanced boxes <b><font color='red'>protect user data from illicit access</font></b> by the sandboxed programs. If you are not yet a supporter, then please consider <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">supporting the project</a> to ensure further development of Sandboxie and to receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a>. - + <b>Sandboxie-Plus</b>, yaln覺zca <u>proje destek癟ilerine</u> ek 繹zellikler ve kutu t羹rleri salar. Gelimi Gizlilik kutular覺 gibi kutular, korumal覺 alan programlar覺n覺n <b><font color='red'>kullan覺c覺 verilerini yasa d覺覺 eriime kar覺 korur</font></b>. Hen羹z bir destek癟i deilseniz, Sandboxie'nin daha da gelimesini salamak i癟in ve bir <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">destek癟i sertifikas覺</a> almak i癟in l羹tfen <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">projeyi desteklemeyi</a> d羹羹n羹n. CCleanUpJob + Deleting Content - + 襤癟erik Silme CFileBrowserWindow + %1 - Files - + %1 - Dosyalar + Create Shortcut - K覺sayol Olutur + K覺sayol Olutur + Recover to Any Folder - + Herhangi Bir Klas繹re Kurtar + Recover to Same Folder - + Ayn覺 Klas繹re Kurtar + Select Directory - Dizin Se癟 + Dizin Se癟 + Create Shortcut to sandbox %1 - %1 korumal覺 kutusuna k覺sayol olutur + %1 korumal覺 kutusuna k覺sayol olutur CFinishPage + Complete your configuration - + Yap覺land覺rman覺z覺 tamamlay覺n + Almost complete, click Finish to apply all selected options and conclude the wizard. - + Neredeyse tamamland覺, se癟ilen t羹m se癟enekleri uygulamak ve sihirbaz覺 tamamlamak i癟in Bitir'e t覺klay覺n. + Keep Sandboxie-Plus up to date. - + Sandboxie-Plus'覺 g羹ncel tutun. CIntroPage + Introduction - + Giri + Welcome to the Setup Wizard. This wizard will help you to configure your copy of <b>Sandboxie-Plus</b>. You can start this wizard at any time from the Sandbox->Maintenance menu if you do not wish to complete it now. - + Kurulum Sihirbaz覺na ho geldiniz. Bu sihirbaz, <b>Sandboxie-Plus</b> kopyan覺z覺 yap覺land覺rman覺za yard覺mc覺 olacakt覺r. Bu sihirbaz覺, imdi tamamlamak istemiyorsan覺z, Sandbox->Bak覺m men羹s羹nden istediiniz zaman balatabilirsiniz. + Select how you would like to use Sandboxie-Plus - + Sandboxie-Plus'覺 nas覺l kullanmak istediinizi se癟in + &Personally, for private non-commercial use - + &Kiisel olarak, ticari olmayan 繹zel kullan覺m i癟in + &Commercially, for business or enterprise use - + &Ticari olarak, ticari veya kurumsal kullan覺m i癟in + Note: this option is immutable - + Not: bu se癟enek deitirilemez CMonitorModel + Type - T羹r + T羹r + Status - Durum + Durum + Value - Deer + Deer + Count - + Say CMultiErrorDialog + Message Mesaj + Sandboxie-Plus - Error Sandboxie-Plus - Hata @@ -133,8 +160,9 @@ CNewBoxWindow + New Box - Yeni Korumal覺 Kutu + YeniKutu Hardened @@ -145,177 +173,237 @@ ntan覺ml覺 + Sandboxie-Plus - Create New Box - Sandboxie-Plus - Yeni KumKutusu + Sandboxie-Plus - Yeni Kutu Olutur Legacy Sandboxie Behaviour Eski Sandboxie Davran覺覺 + Hardened Sandbox with Data Protection - + Veri Korumal覺 Kat覺lat覺r覺lm覺 Sandbox + Security Hardened Sandbox - + G羹venlikle Kat覺lat覺r覺lm覺 Sandbox + Sandbox with Data Protection - + Veri Korumal覺 Sandbox + Standard Isolation Sandbox (Default) - + Standart 襤zolasyon Sandbox (Varsay覺lan) + Application Compartment with Data Protection - + Veri Korumal覺 Uygulama B繹lmesi + Application Compartment (NO Isolation) - + Uygulama B繹lmesi (襤zolasyon YOK) COnDeleteJob + OnDelete: %1 - + Silmede: %1 COptionsWindow + Always show Her zaman g繹ster + + + + Template values can not be edited. ablon deerleri d羹zenlenemez. + Lingerer 癟evirinin oyalay覺c覺 olduuna emin deilim. orijinali Lingerer Oyalay覺c覺 + Browse for File Dosya i癟in G繹z At + + Please enter a menu title L羹tfen bir men羹 bal覺覺 girin + + + + Select Directory Dizin Se癟 + Please enter a name for the new group L羹tfen yeni grup i癟in bir isim girin + Please enter a program file name L羹tfen bir program dosyas覺 ad覺 girin + + Template values can not be removed. ablon deerleri kald覺r覺lamaz. + Display box name in title - Bal覺kta kutu ad覺n覺 g繹ster. + Bal覺kta kutu ad覺n覺 g繹ster + + Folder - Dizin + Klas繹r + Sandboxie Plus - '%1' Options Sandboxie Plus - '%1' Ayarlar + Leader Lider + + + + + + + Group: %1 Grup: %1 + Process 襤lem + Display [#] indicator only Yaln覺zca [#] g繹stergesini g繹r羹nt羹le + %1 (%2) %1 (%2) + Border disabled S覺n覺r devre d覺覺 + All Categories T羹m Kategoriler + Please enter a file extension to be excluded L羹tfen hari癟 tutulacak bir dosya uzant覺s覺 girin + Exclusion Hari癟 tutma + Select File Dosya Se癟 + This template is enabled globally. To configure it, use the global options. Bu ablon genel (global) olarak etkindir. Yap覺land覺rmak i癟in genel ayarlar覺 kullan覺n. + Please select group first. L羹tfen 繹nce grubu se癟in. + All Files (*.*) T羹m Dosyalar (*.*) + Show only when title is in focus Yaln覺zca bal覺k odaktayken g繹ster + Select Program Program Se癟 + Please enter a command L羹tfen bir komut girin + kilobytes (%1) kilobayt (%1) + Don't alter the window title Pencere bal覺覺n覺 deitirme + + + + + All Programs T羹m Programlar + Browse for Folder - Dizin i癟in G繹z At + Klas繹r i癟in G繹z At + Enter program: Program girin: @@ -324,14 +412,17 @@ al覺t覺r覺labilir dosyalar (*.exe|*.cmd) + COM objects must be specified by their GUID, like: {00000000-0000-0000-0000-000000000000} COM nesneleri GUID'lerine g繹re belirtilmelidir, bunun gibi: {00000000-0000-0000-0000-000000000000} + RT interfaces must be specified by their name. RT aray羹zleri isimleriyle belirtilmelidir. + Browse for Program Program i癟in G繹z At @@ -340,6 +431,7 @@ L羹tfen bir program yolu girin + Please enter a service identifier L羹tfen bir hizmet tan覺mlay覺c覺 girin @@ -356,10 +448,12 @@ L羹tfen bir otomatik y羹r羹tme komutu girin + This sandbox has been deleted hence configuration can not be saved. Bu korumal覺 kutu silindi, bu nedenle yap覺land覺rma kaydedilemiyor. + Some changes haven't been saved yet, do you really want to close this options window? Baz覺 deiiklikler hen羹z kaydedilmedi, bu ayarlar penceresini ger癟ekten kapatmak istiyor musunuz? @@ -376,14 +470,17 @@ T羹m羹n羹 Y繹nlendir + Closed Kapal覺 + Closed RT Kapal覺 RT + Read Only Salt Okunur @@ -392,221 +489,286 @@ Gizli + + Unknown Bilinmeyen + File/Folder - Dosya/Dizin + Dosya/Klas繹r + Registry Kay覺t + IPC Path IPC Yolu + Wnd Class Wnd S覺n覺f覺 + COM Object COM Objesi + Custom Templates - + zel ablonlar + Email Reader - + E-posta Okuyucu + PDF/Print - + PDF/Bask覺 + Security/Privacy - + G羹venlik/Gizlilik + Desktop Utilities - + Masa羹st羹 Yard覺mc覺 Programlar覺 + Download Managers - + 襤ndirme Y繹neticileri + Miscellaneous - eitli + eitli + Web Browser - + 襤nternet Taray覺c覺s覺 + Media Player - + Medya Oynat覺c覺 + Torrent Client - + Torrent 襤stemcisi + Please enter the template identifier - + L羹tfen ablon tan覺mlay覺c覺s覺n覺 girin + Error: %1 - + Hata: %1 + Only local templates can be removed! - + Yaln覺zca yerel ablonlar kald覺r覺labilir! + Do you really want to delete the selected local template? - + Se癟ilen yerel ablonu ger癟ekten silmek istiyor musunuz? + + Any - + Herhangi + + TCP - + TCP + + UDP - + UDP + + ICMP - + ICMP + Allow access - + Eriime izin ver + Block using Windows Filtering Platform - + Windows Filtreleme Platformunu kullanarak engelle + Block by denying access to Network devices - + A cihazlar覺na eriimi reddederek engelle + + Allow - + 襤zin ver + Block (WFP) - + Engelle (WFP) + Block (NDev) - + Engelle (NDev) + Block - + Engelle + Normal - Normal + Normal + Open - + A癟 + Open for All - + Hepsi i癟in a癟 + Hardened Sandbox with Data Protection - + Veri Korumal覺 Kat覺lat覺r覺lm覺 Sandbox + Security Hardened Sandbox - + G羹venlikle Kat覺lat覺r覺lm覺 Sandbox + Sandbox with Data Protection - + Veri Korumal覺 Sandbox + Standard Isolation Sandbox (Default) - + Standart 襤zolasyon Sandbox (Varsay覺lan) + Application Compartment with Data Protection - + Veri Korumal覺 Uygulama B繹lmesi + Application Compartment (NO Isolation) - + Uygulama B繹lmesi (襤zolasyon YOK) + Select color - + Renk se癟 + Executables (*.exe *.cmd) - + al覺t覺r覺labilir dosyalar (*.exe *.cmd) + Box Only (Write Only) - + Yaln覺zca Kutu (Salt Yazma) + + On Start - + Balang覺癟ta + + + Run Command - + Komut al覺t覺r + Start Service - Hizmeti Balat + Hizmeti Balat + On Init - + Balatmada + On Delete - + Silmede + + + Please enter the command line to be executed - + L羹tfen 癟al覺t覺r覺lacak komut sat覺r覺n覺 girin CPopUpMessage + ? ? + Hide all such messages T羹m bu t羹r mesajlar覺 gizle + Remove this message from the list Bu mesaj覺 listeden kald覺r + Dismiss Reddet + Visit %1 for a detailed explanation. Ayr覺nt覺l覺 a癟覺klama i癟in %1'i ziyaret edin. @@ -614,10 +776,12 @@ CPopUpProgress + Remove this progress indicator from the list Bu ilerleme g繹stergesini listeden kald覺r + Dismiss Reddet @@ -625,34 +789,42 @@ CPopUpPrompt + No Hay覺r + Yes Evet + Requesting process terminated Talep ilemi sonland覺r覺ld覺 + Remember for this process Bu ilemi hat覺rla + Terminate Sonland覺r + Request will time out in %1 sec 襤stein s羹resi %1 saniye i癟inde dolacak + Request timed out 襤stein s羹resi doldu + Yes and add to allowed programs Evet ve izin verilen programlara ekle @@ -660,54 +832,67 @@ CPopUpRecovery + Disable quick recovery until the box restarts Korumal覺 kutu yeniden balayana kadar h覺zl覺 kurtarmay覺 devre d覺覺 b覺rak + Recover Kurtarma + Recover the file to original location Dosyay覺 orijinal konumuna kurtar + Dismiss Reddet + Don't recover this file right now Bu dosyay覺 imdi geri y羹kle + Open file recovery for this box Bu korumal覺 kutu i癟in dosya kurtarmay覺 etkinletir + Dismiss all from this box Bu korumal覺 kutudaki her eyi reddet + Recover to: uraya geri y羹kle: + Browse G繹z At + Clear folder list - Dizin listesini temizle + Klas繹r listesini temizle + Recover && Explore - Kurtar && Kefet + Kurtar && Klas繹rde G繹ster + Recover && Open/Run Kurtar && A癟/al覺t覺r + Select Directory Dizin Se癟 @@ -715,22 +900,28 @@ CPopUpWindow + an UNKNOWN process. B襤L襤NMEYEN bir ilem. + Sandboxie-Plus Notifications Sandboxie-Plus Bildirimleri + %1 (%2) %1 (%2) + + UNKNOWN B襤L襤NMEYEN + Do you want to allow the print spooler to write outside the sandbox for %1 (%2)? Yazd覺rma biriktiricisinin %1 (%2) i癟in korumal覺 kutunun d覺覺na yazmas覺na izin vermek istiyor musunuz? @@ -763,45 +954,60 @@ Full path: %4 Tam yol: %4 + Do you want to allow %4 (%5) to copy a %1 large file into sandbox: %2? File name: %3 - + %4'羹n (%5) b羹y羹k bir %1 dosyas覺n覺 sandbox'a kopyalamas覺na izin vermek istiyor musunuz: %2? +Dosya ad覺: %3 + Do you want to allow %1 (%2) access to the internet? Full path: %3 - + %1'in (%2) internete eriimine izin vermek istiyor musunuz? +Tam yol: %3 + %1 is eligible for quick recovery from %2. The file was written by: %3 - + %1, %2'den h覺zl覺 kurtarma i癟in uygun. +Dosyay覺 yazan: %3 + Migrating a large file %1 into the sandbox %2, %3 left. Full path: %4 - + %1 b羹y羹k bir dosya %2 sanal alan覺na ta覺n覺yor, %3 kald覺. +Tam yol: %4 CRecoveryWindow + File Name Dosya Ad覺 + File Size Dosya Boyutu + Full Path Tam yol + + + Select Directory Dizin Se癟 + %1 - File Recovery %1 - Dosya Kurtarma @@ -814,40 +1020,49 @@ Full path: %4 Korumal覺 alanda %3 bayt disk alan覺 kaplayan %1 dosya ve %2 dizin var. + There are %1 files and %2 folders in the sandbox, occupying %3 of disk space. - + Korumal覺 Alanda %3 disk alan覺 kaplayan %1 dosya ve %2 klas繹r var. + There are %1 new files available to recover. - + Kurtar覺labilecek %1 yeni dosya var. + Remember target selection - + Hedef se癟imini hat覺rla + Original location - + Orijinal konum + Browse for location - + Konum i癟in g繹z at覺n + Clear folder list - Dizin listesini temizle + Klas繹r listesini temizle + Close until all programs stop in this box - + Bu kutuda t羹m programlar durana kadar kapat覺n + Delete everything, including all snapshots - + T羹m anl覺k g繹r羹nt羹ler dahil her eyi silin + Close and Disable Immediate Recovery for this box - + Bu kutu i癟in An覺nda Kurtarmay覺 Kapat覺n ve Devre D覺覺 B覺rak覺n @@ -880,41 +1095,50 @@ Full path: %4 CSandBox + Waiting for folder: %1 - + Klas繹r bekleniyor: %1 + Deleting folder: %1 - + Klas繹r siliniyor: %1 + Merging folders: %1 &gt;&gt; %2 - + Klas繹rleri birletirme: %1 &gt;&gt; %2 + Finishing Snapshot Merge... - + Anl覺k G繹r羹nt羹 Birletirme Tamamlan覺yor... CSandBoxPlus + No Admin Y繹netici Yok + No INet INet yok + Normal Normal + API Log API G羹nl羹羹 + Net Share Net Payla覺m覺 @@ -923,37 +1147,44 @@ Full path: %4 GVENL襤 DE襤L (Hata Ay覺klama Yap覺land覺rmas覺) + Enhanced Isolation Gelitirilmi 襤zolasyon + Reduced Isolation Azalt覺lm覺 襤zolasyon + Disabled Devre d覺覺 Empty - Bo + Bo + Application Compartment - + Uygulama B繹lmesi + NOT SECURE - + GVENL襤 DE襤L + Privacy Enhanced - + Gelimi Gizlilik CSandMan + Exit 覺k覺 @@ -962,10 +1193,12 @@ Full path: %4 <p>Yeni Sandboxie-Plus u konuma indirildi:</p><p><a href="%2">%1</a></p><p>Kuruluma balamak istiyor musunuz? Herhangi bir program korumal覺 kutu i癟inde 癟al覺覺yorsa, sonland覺r覺lacakt覺r.</p> + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus ta覺nabilir modda balat覺ld覺 ve gerekli hizmetleri oluturmas覺 gerekiyor. Bunun i癟in y繹netici ayr覺cal覺klar覺 isteyecektir. + Cleanup Processes Temizleme 襤lemleri @@ -974,18 +1207,23 @@ Full path: %4 Bak覺m ilemi %1 + &Help &Yard覺m + &View &G繹r羹n羹m + Error deleting sandbox folder: %1 - Korumal覺 kutu dizini silinirken hata: %1 + Korumal覺 alan klas繹r羹 silinirken hata: %1 + + About Sandboxie-Plus Sandboxie-Plus hakk覺nda @@ -994,86 +1232,113 @@ Full path: %4 S羹r羹c羹 s羹r羹m羹: %1 + + Sandboxie-Plus v%1 Sandboxie-Plus v%1 + Start Driver S羹r羹c羹y羹 Balat + Install Driver S羹r羹c羹y羹 Kur + Uninstall Driver S羹r羹c羹y羹 Kald覺r + Check for Updates G羹ncellemeleri kontrol et + Visit Support Forum Destek Forumu'nu ziyaret et + Failed to copy configuration from sandbox %1: %2 - Yap覺land覺rma %1'den %2 korumal覺 kutusuna kopyalanamad覺 + %1 korumal覺 alan覺ndan yap覺land覺rma kopyalamas覺 baar覺s覺z oldu: %2 + Do you want to check if there is a new version of Sandboxie-Plus? Sandboxie-Plus'覺n yeni s羹r羹m羹n羹 kontrol etmek ister misiniz? + Simple View Basit G繹r羹n羹m + %1 (%2): %1 (%2): + Login Failed: %1 Giri baar覺s覺z: %1 + Clean Up Temizle + + + + + + Don't show this message again. Bu mesaj覺 bir daha g繹sterme. + Uninstall Service Hizmeti Kald覺r + Start Service Hizmeti Balat + Install Service Hizmeti y羹kle + Failed to remove old snapshot directory '%1' Eski anl覺k g繹r羹nt羹 dizini kald覺r覺lamad覺 '%1' + The changes will be applied automatically as soon as the editor is closed. D羹zenleyici kapan覺nca deiiklikler otomatik olarak uygulanacakt覺r. + Do you want to close Sandboxie Manager? Sandboxie Y繹neticisi'ni kapatmak istiyor musunuz? + Support Sandboxie-Plus with a Donation Sandboxie-Plus'覺 Ba覺 ile Destekle + Failed to create directory for new snapshot Yeni anl覺k g繹r羹nt羹 i癟in dizin oluturulamad覺 @@ -1082,36 +1347,44 @@ Full path: %4 Sandboxie-Plus ta覺nabilir modda 癟al覺覺yordu, imdi oluturulan hizmetleri temizlemesi gerekiyor. Bu, y繹netici ayr覺cal覺klar覺 isteyecektir. + - Portable - Ta覺nabilir + Failed to download update from: %1 %1'den g羹ncelleme indirilemedi + Stop Driver S羹r羹c羹y羹 Durdur + Don't show this announcement in the future. Bu duyuruyu gelecekte g繹sterme. + Sbie Messages Sbie Mesajlar覺 + Failed to recover some files: Baz覺 dosyalar kurtar覺lamad覺: + Failed to move directory '%1' to '%2' '%1' dizini, '%2' dizinine ta覺namad覺 + Recovering file %1 to %2 %1'dan %2'a dosya kurtar覺l覺yor @@ -1120,6 +1393,7 @@ Full path: %4 Kaynak G羹nl羹羹 + Online Documentation evrimi癟i Belgeler @@ -1132,22 +1406,29 @@ Full path: %4 Sbie Dizini: %1 + <p>Do you want to download the latest version?</p> <p>En son s羹r羹m羹 indirmek ister misiniz?</p> + + + Sandboxie-Plus - Error Sandboxie-Plus - Hata + Time|Message Zaman|Mesaj + &Options &Ayarlar + Show/Hide G繹ster/Gizle @@ -1156,10 +1437,12 @@ Full path: %4 Kaynak 襤zleme + A sandbox must be emptied before it can be deleted. Bir korumal覺 kutu, silinmeden 繹nce boalt覺lmal覺d覺r. + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. Korumal覺 kutu ad覺 yaln覺zca harf, rakam ve alt 癟izgi i癟erebilir. @@ -1172,54 +1455,67 @@ Full path: %4 Y羹kl羹 Yap覺land覺rma: %1 + Reload ini file 襤ni dosyas覺n覺 yeniden y羹kle + &Maintenance &Bak覺m + The sandbox name can not be a device name. Korumal覺 kutu ad覺 bir cihaz ad覺 olamaz. + Operation failed for %1 item(s). %1 繹ge i癟in ilem baar覺s覺z oldu. + Global Settings Genel Ayarlar + Downloading new version... Yeni s羹r羹m indiriliyor... + &Sandbox - &KumKutusu + &Sandbox <h3>About Sandboxie-Plus</h3><p>Version %1</p><p>Copyright (c) 2020-2021 by DavidXanatos</p> <h3>Sandboxie-Plus hakk覺nda</h3><p>S羹r羹m %1</p><p>Telif hakk覺 (c) 2020-2021 DavidXanatos</p> + Cleanup Temizle + + Failed to check for updates, error: %1 G羹ncellemeler kontrol edilemedi, hata: %1 + Disconnect Balant覺y覺 kes + Connect Balan + Only Administrators can change the config. Yap覺land覺rmay覺 yaln覺zca Y繹neticiler deitirebilir. @@ -1228,6 +1524,7 @@ Full path: %4 Zorlanm覺 Programlar覺 Devre D覺覺 B覺rak + Snapshot not found Anl覺k g繹r羹nt羹 bulunamad覺 @@ -1236,54 +1533,67 @@ Full path: %4 Eski RegHive kald覺r覺lamad覺 + Stop All T羹m羹n羹 durdur + Delete protection is enabled for the sandbox Korumal覺 kutu i癟in silme korumas覺 etkinletirildi + &Advanced &Gelimi + Executing maintenance operation, please wait... Bak覺m ilemi yap覺l覺yor, l羹tfen bekleyin... + <p>There is a new version of Sandboxie-Plus available.<br /><font color='red'>New version:</font> <b>%1</b></p> <p>Sandboxie-Plus'覺n yeni bir s羹r羹m羹 var.<br /><font color='red'>Yeni s羹r羹m:</font> <b>%1</b></p> + Stop Service Hizmeti durdur + Create New Box Yeni Kutu Olutur + Failed to terminate all processes T羹m ilemler sonland覺r覺lamad覺 + Advanced View Gelimi G繹r羹n羹m + Failed to delete sandbox %1: %2 %1: %2 korumal覺 kutusu silinemedi + <p>Do you want to go to the <a href="%1">download page</a>?</p> <p>襤ndirme sayfas覺na <a href="%1">gitmek ister misiniz</a>?</p> + Maintenance operation Successful Bak覺m ilemi Baar覺l覺 + PID %1: PID %1: @@ -1292,98 +1602,132 @@ Full path: %4 Hata durumu: %1 + Terminate All Processes T羹m ilemleri sonland覺r + Please enter the configuration password. L羹tfen yap覺land覺rma parolas覺n覺 girin. + You are not authorized to update configuration in section '%1' B繹l羹mdeki konfig羹rasyonu g羹ncelleme yetkiniz yok '%1' + server not reachable sunucuya ula覺lam覺yor + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. '%1' ve '%2' anl覺k g繹r羹nt羹 dizinleri birletirilirken hata olutu, anl覺k g繹r羹nt羹 tam olarak birletirilmedi. + Edit ini file 襤ni dosyas覺n覺 d羹zenle + Checking for updates... G羹ncellemeler kontrol ediliyor... + Cleanup Message Log Mesaj G羹nl羹羹n羹 Temizle + About the Qt Framework Qt Framework hakk覺nda + Keep terminated Sonland覺r覺lm覺 tut + A sandbox of the name %1 already exists %1 ad覺nda bir korumal覺 kutu zaten var + Failed to set configuration setting %1 in section %2: %3 %2: %3 b繹l羹m羹nde %1 yap覺land覺rma parametresi ayarlanamad覺 + Reset all hidden messages T羹m gizlenmi mesajlar覺 s覺f覺rla + + Disable File Recovery + Dosya Kurtarmay覺 Devre D覺覺 B覺rak + + + + Disable Message PopUp + Mesaj A癟覺l覺r Penceresini Devre D覺覺 B覺rak + + + - NOT connected - Bal覺 DE襤L + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Gizli mesaj kutular覺n覺 dahil hereyi (evet) veya sadece t羹m g羹nl羹k mesajlar覺n覺 (hay覺r) s覺f覺rlamak m覺 istiyorsunuz? + The changes will be applied automatically whenever the file gets saved. Dosya her kaydedildiinde deiiklikler otomatik olarak uygulanacakt覺r. + Administrator rights are required for this operation. Bu ilem i癟in y繹netici haklar覺 gereklidir. + Failed to execute: %1 %1 癟al覺t覺r覺lamad覺 + Failed to connect to the driver S羹r羹c羹ye balan覺lamad覺 + Failed to communicate with Sandboxie Service: %1 Sandboxie Hizmeti ile iletiim kurulamad覺: %1 + An incompatible Sandboxie %1 was found. Compatible versions: %2 Uyumsuz bir Sandboxie %1 bulundu. Uyumlu versiyonlar: %2 + Can't find Sandboxie installation path. Sandboxie kurulum yolu bulunam覺yor. + The sandbox name can not be longer than 32 characters. Korumal覺 kutu ad覺 32 karakterden uzun olamaz. + This Snapshot operation can not be performed while processes are still running in the box. Bu Anl覺k G繹r羹nt羹 ilemi, ilemler kutuda hala 癟al覺覺rken ger癟ekletirilemez. @@ -1392,6 +1736,7 @@ Full path: %4 RegHive kopyalanamad覺 + Can't remove a snapshot that is shared by multiple later snapshots Sonraki birden 癟ok anl覺k g繹r羹nt羹 taraf覺ndan payla覺lan bir anl覺k g繹r羹nt羹 kald覺r覺lamaz @@ -1400,30 +1745,40 @@ Full path: %4 Bilinmeyen Hata Durumu: %1 + Do you want to open %1 in a sandboxed (yes) or unsandboxed (no) Web browser? %1'i korumal覺 (evet) veya korumas覺z (hay覺r) bir taray覺c覺da m覺 a癟mak istiyorsunuz? + Remember choice for later. Se癟imi hat覺rla. + + Copy Cell H羹creyi Kopyala + + Copy Row Sat覺r覺 Kopyala + + Copy Panel Paneli Kopyala + Failed to stop all Sandboxie components T羹m Sandboxie bileenleri durdurulamad覺 + Failed to start required Sandboxie components Gerekli Sandboxie bileenleri balat覺lamad覺 @@ -1432,10 +1787,12 @@ Full path: %4 Sandboxie-Plus ta覺nabilir modda balat覺ld覺, SandBox klas繹r羹n羹 kendi ana dizinine koymak ister misiniz? + The file %1 already exists, do you want to overwrite it? %1 dosyas覺 zaten var, 羹zerine yazmak istiyor musunuz? + Do this for all files! Bunu t羹m dosyalar i癟in yap! @@ -1448,30 +1805,38 @@ Full path: %4 <p>Sandboxie-Plus, Sandboxie'nin a癟覺k kaynakl覺 bir devam覺d覺r.</p><p></p><p>Daha fazla bilgi i癟in <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> ziyaret edin.</p><p></p><p></p><p></p><p>襤konlar: <a href="https://icons8.com">icons8.com</a></p><p></p> + Always on Top Her zaman 羹stte + Cleaned up removed templates... Kald覺r覺lan ablonlar temizlendi... + Can not create snapshot of an empty sandbox Bo bir korumal覺 kutunun anl覺k g繹r羹nt羹s羹 oluturulamaz + A sandbox with that name already exists Bu adda bir korumal覺 kutu zaten var + + Reset Columns S羹tunlar覺 S覺f覺rla + Window Finder Pencere Bulucu + Show Hidden Boxes Gizli Kutular覺 G繹ster @@ -1480,309 +1845,412 @@ Full path: %4 Kutu se癟: + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Baz覺 uyumluluk ablonlar覺 (%1) eksik, b羹y羹k olas覺l覺kla silinmi, bunlar覺 t羹m kutulardan kald覺rmak istiyor musunuz? + Do you want to terminate all processes in all sandboxes? T羹m korumal覺 kutulardaki t羹m ilemleri sonland覺rmak istiyor musunuz? + Terminate all without asking Hepsini sormadan sonland覺r + The selected window is running as part of program %1 in sandbox %2 - Se癟ilen pencere %2 kutusunda %1 program覺n覺n bir par癟as覺 olarak 癟al覺覺yor + Se癟ilen pencere %2 korumal覺 alan覺nda %1 program覺n覺n bir par癟as覺 olarak 癟al覺覺yor + The selected window is not running as part of any sandboxed program. Se癟ilen pencere, herhangi bir kutudaki program覺n par癟as覺 olarak 癟al覺m覺yor. + Drag the Finder Tool over a window to select it, then release the mouse to check if the window is sandboxed. - Bulucu Arac覺n覺 se癟mek i癟in bir pencerenin 羹zerine s羹r羹kleyin, ard覺ndan pencerenin kumkutusunda olup olmad覺覺n覺 kontrol etmek i癟in fareyi b覺rak覺n. + Bulucu Arac覺n覺 se癟mek i癟in bir pencerenin 羹zerine s羹r羹kleyin, ard覺ndan pencerenin korumal覺 alanda olup olmad覺覺n覺 kontrol etmek i癟in fareyi b覺rak覺n. + Sandboxie-Plus - Window Finder Sandboxie-Plus - Pencere Bulucu + Default sandbox not found; creating: %1 - ntan覺ml覺 kumkutusu bulunamad覺; oluturuluyor: %1 + ntan覺ml覺 korumal覺 alan bulunamad覺; oluturuluyor: %1 + <p>Do you want to go to the <a href="%1">info page</a>?</p> <p>Bilgi sayfas覺na <a href="%1">ister misiniz</a>?</p> + Don't show this message anymore. Art覺k bu mesaj覺 g繹sterme. + Cleanup Trace Log - 襤zleme G羹nl羹羹n羹 Temizle + G羹nl羹k 襤zlemelerini Temizle + Trace Log - + G羹nl羹k 襤zlemeleri + Trace Logging - + G羹nl羹kleme 襤zlemeleri + Unknown operation '%1' requested via command line - + Bilinmeyen ilem '%1' komut sat覺r覺 arac覺l覺覺yla istendi + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. - + D襤KKAT: Baka bir arac覺 (muhtemelen SbieCtrl.exe) bu Sandboxie oturumunu zaten y繹netiyor, l羹tfen 繹nce kapat覺n ve devralmak i癟in yeniden balan覺n. + The config password must not be longer than 64 characters - + Yap覺land覺rma parolas覺 64 karakterden uzun olmamal覺d覺r + Sandboxie Manager can not be run sandboxed! - + Sandboxie Manager sandbox'l覺 alanda 癟al覺t覺r覺lamaz! + Create Box Group - + Kutu Grubu Olutur + Show All Sessions - + T羹m Oturumlar覺 G繹ster + Error Status: 0x%1 (%2) - + Hata Durumu: 0x%1 (%2) + Unknown - Bilinmeyen + Bilinmeyen + Unknown Error Status: 0x%1 - + Bilinmeyen Hata Durumu: 0x%1 + <a href="https://sandboxie-plus.com/go.php?to=patreon">Support Sandboxie-Plus on Patreon</a> - + <a href="https://sandboxie-plus.com/go.php?to=patreon">Patreon'da Sandboxie-Plus'覺 destekleyin</a> + Sandboxie-Plus was running in portable mode, now it has to clean up the created services. This will prompt for administrative privileges. Do you want to do the clean up? - + Sandboxie-Plus ta覺nabilir modda 癟al覺覺yordu, imdi oluturulan hizmetleri temizlemesi gerekiyor. Bu, y繹netici ayr覺cal覺klar覺 isteyecektir. + +Temizlik yapmak ister misin? + This box provides enhanced security isolation, it is suitable to test untrusted software. - + Bu kutu gelimi g羹venlik izolasyonu salar, g羹venilmeyen yaz覺l覺mlar覺 test etmek i癟in uygundur. + This box provides standard isolation, it is suitable to run your software to enhance security. - + Bu kutu standart izolasyon salar, g羹venlii art覺rmak i癟in yaz覺l覺m覺n覺z覺 癟al覺t覺rmaya uygundur. + This box does not enforce isolation, it is intended to be used as an application compartment for software virtualization only. - + Bu kutu izolasyon uygulamaz, yaln覺zca yaz覺l覺m sanallat覺rmas覺 i癟in bir uygulama b繹lmesi olarak kullan覺lmas覺 ama癟lanm覺t覺r. + This box prevents access to all user data locations, except explicitly granted in the Resource Access options. - + + +Bu kutu, Kaynak Eriimi se癟eneklerinde a癟覺k癟a verilenler d覺覺nda t羹m kullan覺c覺 veri konumlar覺na eriimi engeller. + Sandboxie-Plus was started in portable mode, do you want to put the Sandbox folder into its parent directory? Yes will choose: %1 No will choose: %2 - + Sandboxie-Plus ta覺nabilir modda balat覺ld覺, Sandbox klas繹r羹n羹 羹st dizinine koymak ister misiniz? +Evet unlar覺 se癟er: %1 +Hay覺r unlar覺 se癟er: %2 + The selected feature set is only available to project supporters. Processes started in a box with this feature set enabled without a supporter certificate will be terminated after 5 minutes.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Become a project supporter</a>, and receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a> - + Se癟ilen 繹zellik seti yaln覺zca proje destek癟ileri taraf覺ndan kullan覺labilir. Bu 繹zellik setinin destek癟i sertifikas覺 olmadan etkinletirildii bir kutuda balat覺lan ilemler 5 dakika sonra sonland覺r覺lacakt覺r.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get- cert">Proje destek癟isi olun</a> ve bir <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">destek癟i sertifikas覺</a> al覺n + This copy of Sandboxie+ is certified for: %1 - + Sandboxie+'n覺n bu kopyas覺 u kiiler i癟in sertifikaland覺r覺lm覺t覺r: %1 + Sandboxie+ is free for personal and non-commercial use. - + Sandboxie+, kiisel ve ticari olmayan kullan覺m i癟in 羹cretsizdir. + Sandboxie-Plus is an open source continuation of Sandboxie.<br />Visit <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> for more information.<br /><br />%3<br /><br />Driver version: %1<br />Features: %2<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> - + Sandboxie-Plus, Sandboxie'nin a癟覺k kaynakl覺 bir devam覺d覺r.<br />Daha fazla bilgi i癟in <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> adresini ziyaret edin.<br /><br />%3<br /><br />S羹r羹c羹 versiyonu: %1<br />zellikler: %2<br /><br />Simgeler i癟in <a href="https://icons8.com">icons8.com</a> + Uninstall All - + T羹m羹n羹 Kald覺r + + Cleanup Recovery Log + Temizleme Kurtarma G羹nl羹羹 + + + Reset all GUI options - + T羹m GUI se癟eneklerini s覺f覺rla + + Time|Box Name|File Path + Zaman|Kutu Ad覺|Dosya Yolu + + + + Recovery Log + Kurtarma G羹nl羹羹 + + + Executing OnBoxDelete: %1 - + KutudaSilme y羹r羹t羹l羹yor: %1 + Auto deleting content of %1 - + %1 i癟erii otomatik olarak siliniyor + Installation Directory: %1 - + Kurulum Dizini: %1 + Sandboxie-Plus Version: %1 (%2) - + Sandboxie-Plus S羹r羹m羹: %1 (%2) + Data Directory: %1 - + Veri Dizini: %1 + The program %1 started in box %2 will be terminated in 5 minutes because the box was configured to use features exclusively available to project supporters. - + %2 kutusunda balat覺lan %1 program覺, kutu yaln覺zca proje destek癟ilerine sunulan 繹zellikleri kullanacak ekilde yap覺land覺r覺ld覺覺ndan 5 dakika i癟inde sonland覺r覺lacak. + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. - + %1 kutusu, yaln覺zca proje destek癟ilerine sunulan 繹zellikleri kullanacak ekilde yap覺land覺r覺lm覺t覺r, bu 繹n ayarlar yok say覺lacakt覺r. + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Become a project supporter</a>, and receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a> - + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Proje destek癟isi olun</a> ve bir <a href="https kazan覺n ://sandboxie-plus.com/go.php?to=sbie-cert">destek癟i sertifikas覺</a>al覺n + Please enter the duration, in seconds, for disabling Forced Programs rules. - + L羹tfen Zorlanm覺 Programlar kurallar覺n覺 devre d覺覺 b覺rakmak i癟in saniye cinsinden s羹reyi girin. + Maintenance operation failed (%1) - + Bak覺m ilemi baar覺s覺z oldu (%1) + All sandbox processes must be stopped before the box content can be deleted - + Kutu i癟erii silinmeden 繹nce t羹m korumal覺 alan ilemleri durdurulmal覺d覺r + Failed to copy box data files - + Kutu veri dosyalar覺 kopyalanamad覺 + Failed to remove old box data files - + Eski kutu veri dosyalar覺 kald覺r覺lamad覺 + The operation was canceled by the user - + 襤lem kullan覺c覺 taraf覺ndan iptal edildi + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p>Copyright (c) 2020-2022 by DavidXanatos</p> - <h3>Sandboxie-Plus hakk覺nda</h3><p>S羹r羹m %1</p><p>Telif hakk覺 (c) 2020-2021 DavidXanatos</p> {3>?} {3>?} {1<?} {2020-2022 ?} + <h3>Sandboxie-Plus hakk覺nda</h3><p>S羹r羹m %1</p><p>Telif hakk覺 (c) 2020-2022, DavidXanatos</p> + The supporter certificate is not valid for this build, please get an updated certificate - + Destek癟i sertifikas覺 bu derleme i癟in ge癟erli deil, l羹tfen yenilenmi bir sertifika al覺n + The supporter certificate has expired%1, please get an updated certificate - + Destek癟i sertifikas覺n覺n s羹resi doldu%1, l羹tfen yenilenmi bir sertifika al覺n + , but it remains valid for the current build - + , ancak mevcut derleme i癟in ge癟erli kal覺r + The supporter certificate will expire in %1 days, please get an updated certificate - + Destek癟i sertifikas覺n覺n s羹resi %1 g羹n i癟inde dolacak, l羹tfen yenilenmi bir sertifika al覺n + Checking for certificate... - + Sertifika kontrol ediliyor... + No certificate found on server! - + Sunucuda sertifika bulunamad覺! + There is no updated certificate available. - + Yenilenmi bir sertifika yok. + WARNING: Sandboxie-Plus.ini in %1 cannot be written to, settings will not be saved. - + UYARI: %1 i癟indeki Sandboxie-Plus.ini'ye yaz覺lam覺yor, ayarlar kaydedilmeyecek. + + Pause Forcing Programs - + Programlar覺 Zorlamay覺 Duraklat + Setup Wizard - + Kurulum Sihirbaz覺 + Refresh View - + G繹r羹n羹m羹 Yenile + <a href="sbie://update/package" style="color: red;">There is a new build of Sandboxie-Plus available</a> - + <a href="sbie://update/package" style="color: red;">Yeni bir Sandboxie-Plus derlemesi mevcut</a> + Click to install update - + G羹ncellemeyi y羹klemek i癟in t覺klay覺n + Click to open web browser - + Web taray覺c覺s覺n覺 a癟mak i癟in t覺klay覺n + - Driver/Service NOT Running! - + - S羹r羹c羹/Hizmet ALIMIYOR! + - Deleting Sandbox Content - + - Sandbox 襤癟eriini Silme + Auto Deleting %1 Content - + %1 襤癟erii Otomatik Siliniyor + Current Config: %1 - + Ge癟erli Yap覺land覺rma: %1 + Sandboxie config has been reloaded - + Sandboxie yap覺land覺rmas覺 yeniden y羹klendi + No new updates found, your Sandboxie-Plus is up-to-date. Note: The update check is often behind the latest GitHub release to ensure that only tested updates are offered. - + Yeni g羹ncelleme bulunamad覺, Sandboxie-Plus'覺n覺z g羹ncel. + +Not: G羹ncelleme denetimi, yaln覺zca test edilmi g羹ncellemelerin sunulduundan emin olmak i癟in genellikle en son GitHub s羹r羹m羹nden eskidir. + <p>A Sandboxie-Plus update has been downloaded to the following location:</p><p><a href="%2">%1</a></p><p>Do you want to begin the installation? If any programs are running sandboxed, they will be terminated.</p> - + <p>Aa覺daki konuma bir Sandboxie-Plus g羹ncellemesi indirildi:</p><p><a href="%2">%1</a></p><p>Y羹klemeye Balamak istiyor musunuz? Korumal覺 alanda 癟al覺an program varsa sonland覺r覺l覺r.</p> CSbieModel + Name Ad + Box Group Kutu Grubu + + Empty + Bo + + + Status Durum @@ -1791,183 +2259,229 @@ Note: The update check is often behind the latest GitHub release to ensure that Balang覺癟 Zaman覺 + Process ID 襤lem Kimlii + Path / Command Line Yol / Komut Sat覺r覺 + Title Bal覺k + Info - + Bilgi CSbieProcess + Terminated Sonland覺r覺lm覺 + Running al覺覺yor + Sbie RpcSs - + Sbie RpcSs + Sbie DcomLaunch - + Sbie DcomLaunch + Sbie Crypto - + Sbie Kripto + Sbie BITS - + Sbie BITS + Sbie Svc - + Sbie Svc + Trusted Installer - + G羹venilir Y羹kleyici + Windows Update - + Windows G羹ncelleme + Windows Explorer - + Windows Gezgini + Internet Explorer - + Internet Explorer + Windows Media Player - + Windows Media Player + Windows Media Player + KMPlayer KM Player - + KMPlayer + Windows Live Mail - + Windows Live Mail + Service Model Reg - + Service Model Reg + RunDll32 - + RunDll32 + + DllHost - + DllHost + Windows Ink Services - + Windows Ink Hizmetleri + Chromium Based - + Chromium Tabanl覺 + Google Updater - + Google G羹ncelleyici + Acrobat Reader - + Acrobat Reader + MS Outlook - + MS Outlook + MS Excel - + MS Excel + Flash Player - + Flash Player + Generic Web Browser - + Genel Web Taray覺c覺s覺 + Generic Mail Client - + Genel Posta 襤stemcisi + (%1) - + (%1) + MSI Installer - + MSI Y羹kleyici + Firefox - + Firefox + Winamp - + Winamp + Firefox Plugin Container - + Firefox Eklenti Konteyneri + Sbie WuauServ - + Sbie WuauServ + in session %1 - + %1 oturumunda + Thunderbird - + Thunderbird + Forced - + Zorlanm覺 CSbieView + Run al覺t覺r + + Create Shortcut to sandbox %1 %1 korumal覺 kutusuna k覺sayol olutur + Options: Ayarlar: + Drop Admin Rights Y繹netici haklar覺n覺 kald覺r @@ -1976,16 +2490,19 @@ Note: The update check is often behind the latest GitHub release to ensure that ePosta istemcisini 癟al覺t覺r + Remove Group Grubu Kald覺r + Sandbox Options - KumKutusu Ayarlar覺 + Korumal覺 Alan Ayarlar覺 + Sandbox Presets - KumKutusu nAyarlar覺 + Korumal覺 Alan nAyarlar覺 Do you want to %1 the selected process(es) @@ -1996,22 +2513,27 @@ Note: The update check is often behind the latest GitHub release to ensure that Gruba Ta覺 + Remove Sandbox - KumKutusunu Kald覺r + Korumal覺 Alan覺 Kald覺r + Rename Sandbox - KumKutusunu Yeniden Adland覺r + Korumal覺 Alan覺 Yeniden Adland覺r + Run from Start Menu Balat Men羹s羹nden al覺t覺r + Preset nayar + Please enter a new group name L羹tfen yeni bir grup ad覺 girin @@ -2020,10 +2542,12 @@ Note: The update check is often behind the latest GitHub release to ensure that API ar覺s覺 g羹nl羹k kayd覺n覺 etkinletir + [None] [Yok] + Please enter a new name for the Sandbox. L羹tfen Korumal覺 Kutu i癟in yeni bir ad girin. @@ -2032,6 +2556,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Grup ekle + Delete Content 襤癟erii Sil @@ -2040,44 +2565,53 @@ Note: The update check is often behind the latest GitHub release to ensure that Se癟ili korumal覺 kutu(lar)覺 ger癟ekten kald覺rmak istiyor musunuz? + Run Program Program 癟al覺t覺r + IPC root: %1 IPC k繹k羹: %1 + Block and Terminate Engelle ve Sonland覺r + Registry root: %1 Kay覺t k繹k羹: %1 + File root: %1 Dosya k繹k羹: %1 + Terminate Sonland覺r + Set Leader Process - Lider 襤lemi Se癟 + Lider 襤lem Olarak Ayarla + Terminate All Programs T羹m Programlar覺 Sonland覺r + Do you really want to remove the selected group(s)? Se癟ili grup(lar)覺 ger癟ekten kald覺rmak istiyor musunuz? @@ -2086,6 +2620,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Web Taray覺c覺 al覺t覺r + Allow Network Shares A Payla覺mlar覺na 襤zin Ver @@ -2094,6 +2629,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Cmd.exe'yi 癟al覺t覺r + Snapshots Manager Anl覺k G繹r羹nt羹 Y繹neticisi @@ -2102,55 +2638,69 @@ Note: The update check is often behind the latest GitHub release to ensure that Dosya Gezginini al覺t覺r + Block Internet Access 襤nternet Eriimini Engelle + Set Linger Process - Oyalay覺c覺 襤lemi Ayarla - 苺訄郇郋赲邽 郋郅郋迠迮郇郇邿 郈郋迮訄 + Oyalay覺c覺 襤lem Olarak Ayarla + Create New Box - Yeni KumKutusu Olutur + Yeni Korumal覺 Alan Olutur + Pin to Run Menu al覺t覺r Men羹s羹ne Sabitle + Recover Files Dosyalar覺 Kurtar + Explore Content - 襤癟erii Kefet + 襤癟erii Klas繹rde G繹ster + + Create Shortcut K覺sayol Olutur + Allow internet access 襤nternet eriimine izin ver + Force into this sandbox Bu korumal覺 kutuya zorla + This box does not have Internet restrictions in place, do you want to enable them? Bu kutuda 襤nternet k覺s覺tlamalar覺 yok, bunlar覺 etkinletirmek istiyor musunuz? + + Don't show this message again. Bu mesaj覺 bir daha g繹sterme. + This Sandbox is already empty. - Bu KumKutusu zaten bo. + Bu Korumal覺 Alan zaten bo. + Do you want to delete the content of the selected sandbox? Se癟ili korumal覺 kutunun i癟eriini silmek istiyor musunuz? @@ -2159,18 +2709,24 @@ Note: The update check is often behind the latest GitHub release to ensure that Birden 癟ok korumal覺 kutunun i癟eriini ger癟ekten silmek istiyor musunuz? + Do you want to terminate all processes in the selected sandbox(es)? Se癟ili kutu(lar)daki t羹m ilemleri sonland覺rmak istiyor musunuz? + This sandbox is disabled, do you want to enable it? Bu kutu devre d覺覺, etkinletirmek istiyor musunuz? + + + This Sandbox is empty. - Bu kumkutusu bo. + Bu Korumal覺 Alan bo. + A group can not be its own parent. Bir grup kendi ebeveyni olamaz. @@ -2179,522 +2735,664 @@ Note: The update check is often behind the latest GitHub release to ensure that Cmd.exe yi y繹netici olarak 癟al覺t覺r + Ask for UAC Elevation - + UAC Yetkilendirmesi isteyin + Emulate Admin Rights - + Y繹netici Haklar覺n覺 yk羹n + Default Web Browser - + Varsay覺lan Web Taray覺c覺s覺 + Default eMail Client - + Varsay覺lan e-Posta 襤stemcisi + Windows Explorer - + Windows Gezgini + Registry Editor - + Kay覺t Defteri D羹zenleyici + Programs and Features - + Programlar ve zellikler + Create Box Group - + Kutu Grubu Olutur + Rename Group - + Grubu Yeniden Adland覺r + Command Prompt - + Komut 襤stemi + Boxed Tools - + Kutulu Ara癟lar + Command Prompt (as Admin) - + Komut 襤stemi (Y繹netici olarak) + Command Prompt (32-bit) - + Komut 襤stemi (32-bit) + Execute Autorun Entries - + Otomatik al覺t覺rma Girilerini Y羹r羹t + Browse Content - + 襤癟erie G繹z At覺n + Box Content - + Kutu 襤癟erii + Open Registry - + Kay覺t Defterini A癟 + + Refresh Info + Bilgileri Yenile + + + + Immediate Recovery + Acil Kurtarma + + + Move Box/Group - + Kutuyu/Grubu Ta覺 + Move Up - Yukar覺 Ta覺 + Yukar覺 Ta覺 + Move Down - Aa覺 ta覺 + Aa覺 ta覺 + Please enter a new name for the Group. - + L羹tfen Grup i癟in yeni bir ad girin. + Move entries by (negative values move up, positive values move down): - + Girileri hareket ettir (negatif deerler yukar覺, pozitif deerler aa覺 hareket eder): + + Terminate without asking - + Sormadan sonland覺r + Do you want to %1 %2? - + %1 %2 istiyor musunuz? + the selected processes - + se癟ilen ilemler + Duplicate Sandbox - + Kopyas覺n覺 Olutur + Please enter a new name for the duplicated Sandbox. - + L羹tfen kopyalanan Sandbox i癟in yeni bir ad girin. + %1 Copy - + %1 Kopya + Stop Operations - + 襤lemleri Durdur + WARNING: The opened registry editor is not sandboxed, please be careful and only do changes to the pre-selected sandbox locations. - + UYARI: A癟覺lan kay覺t defteri d羹zenleyicisi korumal覺 alana al覺nmam覺t覺r, l羹tfen dikkatli olun ve yaln覺zca 繹nceden se癟ilmi korumal覺 alan konumlar覺nda deiiklik yap覺n. + Don't show this warning in future - + Bu uyar覺y覺 gelecekte g繹sterme + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! - + Se癟ili korumal覺 alan(lar)覺 ger癟ekten kald覺rmak istiyor musunuz?<br /><br />Uyar覺: Kutu i癟erii de silinecek! + + Also delete all Snapshots - + T羹m Anl覺k G繹r羹nt羹leri de sil + Do you really want to delete the content of all selected sandboxes? - + Se癟ilen t羹m korumal覺 alan i癟eriini ger癟ekten silmek istiyor musunuz? + This name is already used for a Box Group. - + Bu ad zaten bir Kutu Grubu i癟in kullan覺l覺yor. + This name is already used for a Sandbox. - + Bu ad zaten bir Sandbox i癟in kullan覺l覺yor. CSelectBoxWindow + Sandboxie-Plus - Run Sandboxed - + Sandboxie-Plus - Korumal覺 Alanda al覺t覺r + Are you sure you want to run the program outside the sandbox? - + Program覺 korumal覺 alan d覺覺nda 癟al覺t覺rmak istediinizden emin misiniz? + Please select a sandbox. - + L羹tfen bir korumal覺 alan se癟iniz. CSettingsWindow + Close Kapat + Please enter the new configuration password. L羹tfen yeni yap覺land覺rma parolas覺n覺 girin. + Close to Tray - Tepsi durumuna kapat + Simge durumunda k羹癟羹lt + + Select Directory Dizin Se癟 + Please enter a program file name L羹tfen bir program dosyas覺 ad覺 girin + Folder - Dizin + Klas繹r + Prompt before Close Kapatmadan 繹nce sor + Process 襤lem + Sandboxie Plus - Settings Sandboxie Plus - Ayarlar + Please re-enter the new configuration password. L羹tfen yeni yap覺land覺rma parolas覺n覺 tekrar girin. + Passwords did not match, please retry. Parolalar elemedi, l羹tfen tekrar deneyin. + Auto Detection Otomatik Alg覺la + Thank you for supporting the development of Sandboxie-Plus. - + Sandboxie-Plus'覺n geliimini desteklediiniz i癟in teekk羹r ederiz. + This support certificate is not valid. - + Bu destek sertifikas覺 ge癟erli deil. + Don't show any icon - + Herhangi bir simge g繹sterme + Show Plus icon - + Art覺 simgesini g繹ster + Show Classic icon - + Klasik simgesini g繹ster + This certificate is unfortunately expired. - + Bu sertifikan覺n ne yaz覺k ki s羹resi dolmu. + No Translation - + eviri yok + All Boxes - + T羹m Kutular + Active + Pinned - + Etkin + Sabitlenmi + Pinned Only - + Yaln覺zca Sabitlenmi + Run &Sandboxed - + &Korumal覺 Alanda al覺t覺r + This supporter certificate has expired, please <a href="sbie://update/cert">get an updated certificate</a>. - + Bu destek癟i sertifikas覺n覺n s羹resi doldu, l羹tfen <a href="sbie://update/cert">yenilenmi bir sertifika al覺n</a>. + This supporter certificate will <font color='red'>expire in %1 days</font>, please <a href="sbie://update/cert">get an updated certificate</a>. - + Bu destek癟i sertifikas覺 <font color='red'>%1 g羹n i癟inde sona erecek</font>, l羹tfen <a href="sbie://update/cert">yenilenmi bir sertifika al覺n</a>. + Run &Un-Sandboxed - + &Korumal覺 Alandan Olmadan al覺t覺r + This certificate is unfortunately outdated. - + Bu sertifika maalesef g羹ncel deil. + Sandboxed Web Browser - + Koruma Alanl覺 Web Taray覺c覺s覺 + This does not look like a certificate. Please enter the entire certificate, not just a portion of it. - + Bu bir sertifikaya benzemiyor. L羹tfen sertifikan覺n sadece bir k覺sm覺n覺 deil tamam覺n覺 girin. CSetupWizard + Setup Wizard - + Kurulum Sihirbaz覺 + The decision you make here will affect which page you get to see next. - + Burada vereceiniz karar, bir sonraki ad覺mda hangi sayfay覺 g繹receinizi etkileyecektir. + This help is likely not to be of any help. - + Bu yard覺m muhtemelen herhangi bir yard覺m salamayacakt覺r. + Sorry, I already gave all the help I could. - + zg羹n羹m, elimden gelen t羹m yard覺m覺 zaten yapt覺m. + Setup Wizard Help - + Kurulum Sihirbaz覺 Yard覺m覺 CShellPage + Configure <b>Sandboxie-Plus</b> shell integration - + <b>Sandboxie-Plus</b> kabuk entegrasyonunu yap覺land覺r覺n + Configure how Sandboxie-Plus should integrate with your system. - + Sandboxie-Plus'覺n sisteminizle nas覺l entegre olaca覺n覺 yap覺land覺r覺n. + Start UI with Windows - Windows balang覺c覺nda kullan覺c覺 aray羹z羹n羹 (ui) balat + Windows balang覺c覺nda kullan覺c覺 aray羹z羹n羹 balat + Add 'Run Sandboxed' to the explorer context menu - Dosya gezgini balam men羹s羹ne 'Korumal覺 kutuda balat' se癟enei ekle + Dosya gezgini balam men羹s羹ne 'Korumal覺 Alanda al覺t覺r' se癟enei ekle + Add desktop shortcut for starting Web browser under Sandboxie - + Korumal覺 Alan alt覺nda Web taray覺c覺s覺n覺 balatmak i癟in masa羹st羹 k覺sayolu ekleyin CSnapshotsWindow + Do you really want to delete the selected snapshot? Se癟ilen anl覺k g繹r羹nt羹y羹 ger癟ekten silmek istiyor musunuz? + New Snapshot Yeni Anl覺k G繹r羹nt羹 + Snapshot Anl覺k G繹r羹nt羹 + Do you really want to switch the active snapshot? Doing so will delete the current state! Aktif anl覺k g繹r羹nt羹y羹 ger癟ekten deitirmek istiyor musunuz? Bunu yapmak mevcut durumu siler! + %1 - Snapshots %1 - Anl覺k g繹r羹nt羹ler + Please enter a name for the new Snapshot. L羹tfen yeni Anl覺k G繹r羹nt羹 i癟in bir ad girin. + Revert to empty box - + Bo kutuya haline geri d繹n + (default) - + (varsay覺lan) CTraceModel + Unknown - Bilinmeyen + Bilinmeyen + %1 (%2) - %1 (%2) + %1 (%2) + Process %1 - + 襤lem %1 + Process - 襤lem + 襤lem + Type - T羹r + T羹r + Status - Durum + Durum + Value - Deer + Deer CTraceView + Show as task tree - + G繹rev aac覺 olarak g繹ster + PID: - + PID: + + + + + + + + [All] - + [T羹m羹] + TID: - + TID: + %1 (%2) - %1 (%2) + %1 (%2) + %1 - + %1 + Type: - + T羹r: + Status: - + Durum: + Open - + A癟覺k + Closed - Kapal覺 + Kapal覺 + Trace - + Takip + Other - + Dier + Show All Boxes - + T羹m Kutular覺 G繹ster + Save to file - + Dosyaya kaydet + Save trace log to file - + G羹nl羹k izlemelerini dosyaya kaydet + Failed to open log file for writing - + G羹nl羹k dosyas覺 yazmak i癟in a癟覺lamad覺 + Unknown - Bilinmeyen + Bilinmeyen + Monitor mode - + 襤zleme modu CUIPage + Configure <b>Sandboxie-Plus</b> UI - + <b>Sandboxie-Plus</b> kullan覺c覺 aray羹z羹n羹 yap覺land覺r覺n + Select the user interface style you prefer. - + Tercih ettiiniz kullan覺c覺 aray羹z羹 stilini se癟in. + &Advanced UI for experts - + &Deneyimliler i癟in gelimi kullan覺c覺 aray羹z羹 + &Simple UI for beginners - + &Yeni balayanlar i癟in basit kullan覺c覺 aray羹z羹 + Use Bright Mode - + Parlak Modu Kullan + Use Dark Mode - + Karanl覺k Modu Kullan CWFPPage + Configure <b>Sandboxie-Plus</b> network filtering - + <b>Sandboxie-Plus</b> a filtrelemesini yap覺land覺r覺n + Sandboxie can use the Windows Filtering Platform (WFP) to restrict network access. - + Sandboxie, a eriimini k覺s覺tlamak i癟in Windows Filtreleme Platformunu (WFP) kullanabilir. + Using WFP allows Sandboxie to reliably enforce IP/Port based rules for network access. Unlike system level application firewalls, Sandboxie can use different rules in each box for the same application. If you already have a good and reliable application firewall and do not need per box rules, you can leave this option unchecked. Without WFP enabled, Sandboxie will still be able to reliably and entirely block processes from accessing the network. However, this can cause the process to crash, as the driver blocks the required network device endpoints. Even with WFP disabled, Sandboxie offers to set IP/Port based rules, however these will be applied in user mode only and not be enforced by the driver. Hence, without WFP enabled, an intentionally malicious process could bypass those rules, but not the entire network block. - + WFP'yi kullanmak, Sandboxie'nin a eriimi i癟in IP/Port tabanl覺 kurallar覺 g羹venilir bir ekilde uygulamas覺n覺 salar. Sistem d羹zeyinde uygulama g羹venlik duvarlar覺ndan farkl覺 olarak, Sandboxie ayn覺 uygulama i癟in her kutuda farkl覺 kurallar kullanabilir. Zaten iyi ve g羹venilir bir uygulama g羹venlik duvar覺n覺z varsa ve kutu ba覺na kurallara ihtiyac覺n覺z yoksa, bu se癟enei iaretlemeden b覺rakabilirsiniz. WFP etkinletirilmeden Sandboxie yine de g羹venilir olur ve ilemlerin aa erimesini tamamen engelleyebilir. Ancak, s羹r羹c羹 gerekli a ayg覺t覺 u癟 noktalar覺n覺 engelledii i癟in bu, ilemin 癟繹kmesine neden olabilir. WFP devre d覺覺 b覺rak覺ld覺覺nda bile, Sandboxie IP/Port tabanl覺 kurallar belirlemeyi teklif eder, ancak bunlar yaln覺zca kullan覺c覺 modunda uygulan覺r ve s羹r羹c羹 taraf覺ndan uygulanmaz. Bu nedenle, WFP etkin olmadan, kas覺tl覺 olarak k繹t羹 niyetli bir ilem bu kurallar覺 atlayabilir, ancak t羹m a blounu atlayamaz. + Enable Windows Filtering Platform (WFP) support - + Windows Filtreleme Platformu (WFP) desteini etkinletirin FileBrowserWindow + SandboxiePlus - Snapshots - SandboxiePlus - Anl覺k G繹r羹nt羹ler + SandboxiePlus - Anl覺k G繹r羹nt羹ler @@ -2712,81 +3410,111 @@ Note: The update check is often behind the latest GitHub release to ensure that K覺s覺tlama/izolasyon ablonunu se癟in: + SandboxiePlus new box SandboxiePlus yeni kutu + Sandbox Name: - KumKutusu Ad覺: + Korumal覺 Alan Ad覺: + Box Type Preset: - + Kutu Tipi n Ayar覺: + A sandbox isolates your host system from processes running within the box, it prevents them from making permanent changes to other programs and data in your computer. The level of isolation impacts your security as well as the compatibility with applications, hence there will be a different level of isolation depending on the selected Box Type. Sandboxie can also protect your personal data from being accessed by processes running under its supervision. - + Korumal覺 alan, ana bilgisayar sisteminizi kutu i癟inde 癟al覺an ilemlerden izole eder, dier programlarda ve bilgisayar覺n覺zdaki verilerde kal覺c覺 deiiklikler yapmalar覺n覺 engeller. 襤zolasyon d羹zeyi, g羹venliinizi ve uygulamalarla uyumluluu etkiler, dolay覺s覺yla se癟ilen Kutu T羹r羹ne bal覺 olarak farkl覺 bir izolasyon d羹zeyi olacakt覺r. Sandboxie ayr覺ca kiisel verilerinize, kendi denetimi alt覺nda 癟al覺an ilemler taraf覺ndan eriilmesine kar覺 da koruyabilir. + Box info - + Kutu bilgisi OptionsWindow + + + + + + + Name Ad + + + Path Yol + Save Kaydet + + + + Type T羹r + Allow only selected programs to start in this sandbox. * Bu korumal覺 kutuda yaln覺zca se癟ili programlar覺n balamas覺na izin ver. * + Force Folder - Dizini zorla + Klas繹r羹 Zorla + Add IPC Path IPC Yolu Ekle + Sandbox Indicator in title: Bal覺ktaki Korumal覺 Kutu G繹stergesi: + Debug Hata ay覺klama + Users Kullan覺c覺lar + Block network files and folders, unless specifically opened. zel olarak a癟覺lmad覺k癟a a dosyalar覺n覺 ve klas繹rlerini engelle. + Command Line Komut Sat覺r覺 + Don't alter window class names created by sandboxed programs Korumal覺 alandaki programlar taraf覺ndan oluturulan pencere s覺n覺f覺 adlar覺n覺 deitirme + Internet Restrictions 襤nternet K覺s覺tlamalar覺 @@ -2801,26 +3529,32 @@ T羹m...=!<program>,... kapat istisnalar覺n覺n ayn覺 s覺n覺rlamalara sahip Dosyalara eriim i癟in tek tek t羹m programlara uygulamak yerine 'T羹m羹n羹 Y繹nlendir' kullanabilirsiniz. + Log Debug Output to the Trace Log 襤zleme G羹nl羹羹nde Hata Ay覺klamay覺 kaydet + Forced Programs Zorlanm覺 Programlar + Add Wnd Class Wnd S覺n覺f覺 Ekle + Access Tracing Eriim 襤zleme + File Options Dosya Ayarlar覺 + General Options Genel Ayarlar @@ -2829,22 +3563,26 @@ Dosyalara eriim i癟in tek tek t羹m programlara uygulamak yerine 'T羹m羹n Windows Kimlik Bilgileri Maazas覺n覺 A癟 + kilobytes kilobayt + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. If leader processes are defined, all others are treated as lingering processes. Kalan programlar, dier t羹m ilemler sonland覺r覺ld覺ktan sonra hala 癟al覺覺yorsa otomatik olarak sonland覺r覺lacakt覺r. - Lider ilemler tan覺mlan覺rsa, dier t羹m s羹re癟ler oyalay覺c覺 s羹re癟ler olarak deerlendirilir. +Lider ilemler tan覺mlan覺rsa, dier t羹m ilemler oyalay覺c覺 ilemler olarak deerlendirilir. + Allow all programs to start in this sandbox. T羹m programlar覺n bu kutuda balamas覺na izin ver. + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Dosyalar覺 oluturulur oluturulmaz kurtarabilmek i癟in An覺nda Kurtarma istemini etkinletir. @@ -2857,38 +3595,51 @@ If leader processes are defined, all others are treated as lingering processes.< Yukar覺 Ta覺 + + Access Eriim + These options are intended for debugging compatibility issues, please do not use them in production use. Bu se癟enekler uyumluluk sorunlar覺n覺 gidermek i癟in tasarlanm覺t覺r, l羹tfen bunlar覺 羹retim kullan覺m覺nda kullanmay覺n. + Text Filter Metin Filtresi + Cancel 襤ptal + Restrict Resource Access monitor to administrators only Kaynak Eriimi izleyicisini yaln覺zca y繹neticilerle k覺s覺tla + + + + Protect the sandbox integrity itself Korumal覺 kutu b羹t羹nl羹羹n羹n kendisini koruyun + Add Folder - Dizin Ekle + Klas繹r Ekle + Prompt user whether to allow an exemption from the blockade. Kullan覺c覺ya ablukadan muafiyete izin verip vermeyeceini sor. + IPC Trace IPC 襤zleme @@ -2897,122 +3648,163 @@ If leader processes are defined, all others are treated as lingering processes.< yk羹n羹lm羹 hizmet kontrol y繹neticisine eriimi ayr覺cal覺kl覺 ilemlerle s覺n覺rla + + + + + + + Remove Kald覺r + Add File/Folder - Dosya/Dizin Ekle + Dosya/Klas繹r Ekle Block internet access for all programs except those added to the list. Listeye eklenenler d覺覺ndaki t羹m programlar i癟in internet eriimini engelle. + Issue message 1307 when a program is denied internet access Bir program覺n internet eriimi reddedildiinde hata mesaj覺 1307 + Compatibility Uyumluluk + Stop Behaviour Durma Davran覺覺 + Note: Programs installed to this sandbox won't be able to access the internet at all. Not: Bu kutuya y羹klenen programlar internete hi癟bir ekilde eriemez. + Box Options Kutu Ayarlar覺 + Don't allow sandboxed processes to see processes running in other boxes Korumal覺 kutudaki ilemlerin dier kutularda 癟al覺an ilemleri g繹rmesine izin verme + Add Group Grup Ekle + Sandboxed window border: Korumal覺 kutuya sahip pencere s覺n覺r覺: + Prevent selected programs from starting in this sandbox. Se癟ilen programlar覺n bu kutuda balamas覺n覺 繹nle. + Miscellaneous eitli + Issue message 2102 when a file is too large Dosya 癟ok b羹y羹k olduunda hata mesaj覺 2102 + File Recovery Dosya Kurtarma + Box Delete options Kutu Silme se癟enekleri + Pipe Trace Boru 襤zleme + File Trace Dosya 襤zleme + + Program Program + Add Process 襤lem Ekle + + + Add Program Program Ekle + Filter Categories Kategorileri Filtrele + Copy file size limit: Dosya boyutu s覺n覺r覺n覺 kopyala: + Open System Protected Storage Sistem Korumal覺 Depolama'y覺 a癟 + + + + Protect the system from sandboxed processes Sistemi korumal覺 kutudaki ilemlerden koru + Add Leader Program Lider Program Ekle + SandboxiePlus Options SandboxiePlus Ayarlar覺 + Category Kategori + Drop rights from Administrators and Power Users groups Y繹neticiler ve Yetkili Kullan覺c覺lar gruplar覺ndan haklar覺 kald覺r + Add Reg Key Kay覺t Anahtar覺 Ekle @@ -3033,14 +3825,17 @@ If leader processes are defined, all others are treated as lingering processes.< Komut Ekle + Hide Processes 襤lemleri Gizle + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. - H覺zl覺 Kurtarma ilevi 癟al覺t覺r覺ld覺覺nda, aa覺daki dizinler korumal覺 kutudaki i癟erik a癟覺s覺ndan kontrol edilecektir. + H覺zl覺 Kurtarma ilevi 癟al覺t覺r覺ld覺覺nda, aa覺daki dizinler sandbox'l覺 i癟erik a癟覺s覺ndan kontrol edilecektir. + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -3059,78 +3854,105 @@ Bu se癟enekler olay maskesini "*" olarak ayarlar - T羹m eriim olayla "*" yerine. + px Width px Genilii + Add User Kullan覺c覺 Ekle + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Buraya girilen programlar veya girilen konumlardan balat覺lan programlar, baka bir korumal覺 kutuda a癟覺k癟a belirtilmedik癟e otomatik olarak bu kutuya yerletirilecektir. + Force Program Program Zorla + WARNING, these options can disable core security guarantees and break sandbox security!!! UYARI, bu se癟enekler temel g羹venlik garantilerini devre d覺覺 b覺rakabilir ve korumal覺 kutu g羹venliini bozabilir!!! + Edit ini 襤ni'yi d羹zenle + + + + + + + Show Templates ablonlar覺 G繹ster + Ignore Folder Dizini Yoksay + GUI Trace GUI 襤zleme + Key Trace Tu 襤zleme + Tracing 襤zleme + Appearance G繹r羹n羹m + Add sandboxed processes to job objects (recommended) - 襤 nesnelerine KumKutu'lu (korumal覺 kutu) s羹re癟ler ekle (繹nerilir) + 襤 nesnelerine koruma alanl覺 ilemler ekle (繹nerilir) + + + Remove Program Program覺 Kald覺r + You can exclude folders and file types (or file extensions) from Immediate Recovery. Dizinleri ve dosya t羹rlerini (veya dosya uzant覺lar覺n覺) An覺nda Kurtarma'n覺n d覺覺nda b覺rakabilirsiniz. + Run Menu al覺t覺r Men羹s羹 + App Templates Uygulama ablonlar覺 + Remove User Kullan覺c覺y覺 Kald覺r + Ignore Extension Uzant覺y覺 Yoksay @@ -3139,10 +3961,12 @@ Bu se癟enekler olay maskesini "*" olarak ayarlar - T羹m eriim olayla Aa覺 ta覺 + Protect this sandbox from deletion or emptying - Bu korumal覺 kutuyu silinmeye veya boalmaya kar覺 koruyun + Bu korumal覺 kutuyu silinmeye veya boaltmaya kar覺 koruyun + Add user accounts and user groups to the list below to limit use of the sandbox to only those accounts. If the list is empty, the sandbox can be used by all user accounts. Note: Forced Programs and Force Folders settings for a sandbox do not apply to user accounts which cannot use the sandbox. @@ -3151,63 +3975,78 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Not: Bir korumal覺 kutuya ilikin Zorlanm覺 Programlar ve Zorlanm覺 Dizinler ayarlar覺, korumal覺 kutuyu kullanamayan kullan覺c覺 hesaplar覺 i癟in ge癟erli deildir. + * Note: Programs installed to this sandbox won't be able to start at all. * Not: Bu korumal覺 kutuda y羹klenen programlar hi癟bir ekilde balat覺lamaz. + This list contains a large amount of sandbox compatibility enhancing templates Bu liste, 癟ok say覺da korumal覺 kutu uyumluluunu gelitiren ablon i癟erir + Add Lingering Program oyalay覺c覺 diye 癟evirdim. Oyalay覺c覺 program ekle + Program Groups Program Gruplar覺 + Issue message 1308 when a program fails to start Bir program balat覺lamad覺覺nda hata mesaj覺 1308 + Resource Access Kaynak Eriimi + Advanced Options Gelimi Ayarlar + Hide host processes from processes running in the sandbox. Korumal覺 kutuda 癟al覺an ilemlerden ana bilgisayar ilemlerini gizle. + File Migration Dosya Ta覺ma + Auto delete content when last sandboxed process terminates Korumal覺 kutudaki son ilem sonland覺r覺ld覺覺nda i癟erii otomatik olarak sil + Add COM Object COM Nesnesi Ekle + You can configure custom entries for the sandbox run menu. Korumal覺 kutu 癟al覺t覺rma men羹s羹 i癟in 繹zel girileri yap覺land覺rabilirsiniz. + Start Restrictions - K覺s覺tlamalar覺 Balat + Balatma K覺s覺tlamalar覺 + Force usage of custom dummy Manifest files (legacy behaviour) zel sahte Manifest dosyalar覺n覺n kullan覺m覺n覺 zorla (eski davran覺) + Edit ini Section 襤ni b繹l羹m羹n羹 d羹zenle @@ -3216,6 +4055,7 @@ Not: Bir korumal覺 kutuya ilikin Zorlanm覺 Programlar ve Zorlanm覺 Dizinle A ve g羹venlik duvar覺 parametrelerinde deiiklii 繹nle + COM Class Trace COM S覺n覺f 襤zleme @@ -3224,10 +4064,12 @@ Not: Bir korumal覺 kutuya ilikin Zorlanm覺 Programlar ve Zorlanm覺 Dizinle <- yukar覺dakiler bunun i癟in ge癟erli deildir + Block access to the printer spooler Yaz覺c覺 biriktiricisine eriimi engelle + Allow the print spooler to print to files outside the sandbox Yazd覺rma biriktiricisinin korumal覺 kutu d覺覺ndaki dosyalara yazd覺rmas覺na izin ver @@ -3236,10 +4078,12 @@ Not: Bir korumal覺 kutuya ilikin Zorlanm覺 Programlar ve Zorlanm覺 Dizinle Yazd覺rma + Remove spooler restriction, printers can be installed outside the sandbox Biriktirici k覺s覺tlamas覺n覺 kald覺r, yaz覺c覺lar korumal覺 kutunun d覺覺na kurulabilir + Add program Program ekle @@ -3256,6 +4100,7 @@ Not: Bir korumal覺 kutuya ilikin Zorlanm覺 Programlar ve Zorlanm覺 Dizinle Hizmet ekle + Do not start sandboxed services using a system token (recommended) Korumal覺 kutudaki hizmetleri bir sistem belirteci kullanarak balatma (繹nerilir) @@ -3268,6 +4113,7 @@ Not: Bir korumal覺 kutuya ilikin Zorlanm覺 Programlar ve Zorlanm覺 Dizinle G羹venlik k覺s覺tlamalar覺n覺 kald覺r + Sandbox isolation Korumal覺 kutu izolasyonu @@ -3288,426 +4134,539 @@ Not: Bir korumal覺 kutuya ilikin Zorlanm覺 Programlar ve Zorlanm覺 Dizinle T羹m SetError lar覺 logla + Elevation restrictions - + Yetkilendirme k覺s覺tlamalar覺 + Make applications think they are running elevated (allows to run installers safely) - + Uygulamalar覺n yetkilendirilmi ekilde 癟al覺t覺klar覺n覺 d羹羹nmelerini salay覺n (y羹kleyicileri g羹venli bir ekilde 癟al覺t覺rman覺za izin verir) + Network restrictions - + A k覺s覺tlamalar覺 + (Recommended) - + (nerilen) + Raw Disk access - + Ham Disk eriimi + Allow elevated sandboxed applications to read the harddrive - + Yetkilendirilmi korumal覺 alan uygulamalar覺n覺n sabit s羹r羹c羹y羹 okumas覺na izin ver + Warn when an application opens a harddrive handle - + Bir uygulama sabit s羹r羹c羹 ileyicisini a癟t覺覺nda uyar + Other restrictions - + Dier k覺s覺tlamalar + Printing restrictions - + Yazd覺rma k覺s覺tlamalar覺 + API call trace (requirers logapi to be installed in the sbie dir) - + API 癟ar覺 izleme (sbie dizinine logapi y羹klenmesini gerektirir) + Log all SetError's to Trace log (creates a lot of output) - + T羹m SetError'lar覺 Trace g羹nl羹羹ne kaydedin (癟ok fazla 癟覺kt覺 oluturur) + Ntdll syscall Trace (creates a lot of output) - + Ntdll syscall 襤zleme (癟ok fazla 癟覺kt覺 oluturur) + Prompt user for large file migration - + B羹y羹k dosya ge癟ii i癟in kullan覺c覺ya sor + Block read access to the clipboard - + Panoya okuma eriimini engelle + Emulate sandboxed window station for all processes - + T羹m ilemler i癟in korumal覺 alan pencere istasyonunu taklit edin + Isolation - + 襤zolasyon + Access isolation - + Eriim izolasyonu + Compatibility Templates - + Uyumluluk ablonlar覺 + Add Template - + ablon Ekle + Remove Template - + ablonu Kald覺r + Template Folders - + ablon Klas繹rleri + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. - + Dier uygulamalar覺n覺z taraf覺ndan kullan覺lan klas繹r konumlar覺n覺 yap覺land覺r覺n. + +L羹tfen bu deerlerin u anda kullan覺c覺ya 繹zel olduunu ve t羹m kutular i癟in global olarak kaydedildiini unutmay覺n. + Value - Deer + Deer + Accessibility - + Eriilebilirlik + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. - + Kaybedilen korumay覺 telafi etmek i癟in l羹tfen K覺s覺tlamalar ayarlar覺 grubundaki B覺rakma Haklar覺 ayarlar覺 sayfas覺na bak覺n. + Screen Readers: JAWS, NVDA, Window-Eyes, System Access - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access + The following settings enable the use of Sandboxie in combination with accessibility software. Please note that some measure of Sandboxie protection is necessarily lost when these settings are in effect. - + Aa覺daki ayarlar, Sandboxie'nin eriilebilirlik yaz覺l覺m覺yla birlikte kullan覺lmas覺n覺 salar. L羹tfen bu ayarlar etkin olduunda Sandboxie korumas覺n覺n bir k覺sm覺n覺n ister istemez kaybedildiini unutmay覺n. + CAUTION: When running under the built in administrator, processes can not drop administrative privileges. - + D襤KKAT: Yerleik y繹netici alt覺nda 癟al覺覺rken, ilemler y繹netici ayr覺cal覺klar覺n覺 b覺rakamaz. + Open access to Windows Security Account Manager - + Windows G羹venlik Hesap Y繹neticisine a癟覺k eriim + Disable Resource Access Monitor - + Kaynak Eriim 襤zleyicisini Devre D覺覺 B覺rak + Resource Access Monitor - + Kaynak Eriim 襤zleyicisi + Show this box in the 'run in box' selection prompt - + Bu kutuyu 'kutuda 癟al覺t覺r' se癟im isteminde g繹ster + Security note: Elevated applications running under the supervision of Sandboxie, with an admin or system token, have more opportunities to bypass isolation and modify the system outside the sandbox. - + G羹venlik notu: Sandboxie'nin g繹zetimi alt覺nda, bir y繹netici veya sistem token'覺 ile 癟al覺an yetkilendirilmi uygulamalar, izolasyonu atlamak ve sistemi korumal覺 alan覺n d覺覺nda deitirmek i癟in daha fazla f覺rsata sahiptir. + Allow MSIServer to run with a sandboxed system token and apply other exceptions if required - + MSIServer'覺n korumal覺 alan sistem token'覺 ile 癟al覺mas覺na ve gerekirse dier istisnalar覺 uygulamas覺na izin verin + Note: Msi Installer Exemptions should not be required, but if you encounter issues installing a msi package which you trust, this option may help the installation complete successfully. You can also try disabling drop admin rights. - + Not: Msi Y羹kleyici 襤stisnalar覺 gerekli olmamal覺d覺r, ancak g羹vendiiniz bir msi paketini kurarken sorunlarla kar覺la覺rsan覺z, bu se癟enek kurulumun baar覺yla tamamlanmas覺na yard覺mc覺 olabilir. Y繹netici haklar覺n覺 b覺rakmay覺 devre d覺覺 hale getirmeyi de deneyebilirsiniz. + Access Restrictions - + Eriim k覺s覺tlamalar覺 + You can group programs together and give them a group name. Program groups can be used with some of the settings instead of program names. Groups defined for the box overwrite groups defined in templates. - + Programlar覺 birlikte gruplayabilir ve onlara bir grup ad覺 verebilirsiniz. Program gruplar覺, program adlar覺 yerine baz覺 ayarlarla kullan覺labilir. Kutu i癟in tan覺mlanan gruplar, ablonlarda tan覺mlanan gruplar覺n 羹zerine yaz覺l覺r. + Process Restrictions - + 襤lem K覺s覺tlamalar覺 + Set network/internet access for unlisted processes: - + Listelenmemi ilemler i癟in a/internet eriimini ayarlay覺n: + Test Rules, Program: - + Test Kurallar覺, Program: + Port: - + Port: + IP: - + IP: + Protocol: - + Protokol: + X - + X + Remove Rule - + Kural覺 Kald覺r + Add Rule - + Kural Ekle + + Action - + Eylem + Port - + Port + IP - + IP + Protocol - + Protokol + CAUTION: Windows Filtering Platform is not enabled with the driver, therefore these rules will be applied only in user mode and can not be enforced!!! This means that malicious applications may bypass them. - + D襤KKAT: Windows Filtreleme Platformu s羹r羹c羹 ile etkinletirilmemitir, bu nedenle bu kurallar yaln覺zca kullan覺c覺 modunda uygulanacakt覺r ve zorunlu olamaz!!! Bu, k繹t羹 ama癟l覺 uygulamalar覺n bunlar覺 atlayabilecei anlam覺na gelir. + Allow sandboxed programs to manage Hardware/Devices - + Korumal覺 alan programlar覺n覺n Donan覺m覺/Ayg覺tlar覺 y繹netmesine izin ver + Open access to Windows Local Security Authority - + Windows Yerel G羹venlik Yetkilisine a癟覺k eriim + Network Firewall - + A G羹venlik Duvar覺 + General Configuration - + Genel Yap覺land覺rma + Box Type Preset: - + Kutu Tipi n Ayar覺: + Box info - + Kutu bilgisi + <b>More Box Types</b> are exclusively available to <u>project supporters</u>, the Privacy Enhanced boxes <b><font color='red'>protect user data from illicit access</font></b> by the sandboxed programs.<br />If you are not yet a supporter, then please consider <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">supporting the project</a>, to receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a>.<br />You can test the other box types by creating new sandboxes of those types, however processes in these will be auto terminated after 5 minutes. - + <b>Daha Fazla Kutu T羹r羹</b> yaln覺zca <u>proje destek癟ileri</u> taraf覺ndan kullan覺labilir, Gelimi Gizlilik kutular覺 <b><font color='red'>kullan覺c覺 verilerini korumal覺 programlaran illegal eriime kar覺 korur</font></b><br />Hen羹z destek癟i deilseniz, l羹tfen <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">projeyi desteklemeyi</a> d羹羹n羹n. <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">destek癟i sertifikas覺</a>.<br />Dier kutu t羹rlerini, bu t羹rlerden yeni sanal alanlar oluturarak test edebilirsiniz, ancak bunlardaki ilemler 5 dakika sonra otomatik olarak sonland覺r覺lacakt覺r. + Admin Rights - + Y繹netici Haklar覺 + Open Windows Credentials Store (user mode) - + Windows Kimlik Bilgileri Deposunu a癟覺n (kullan覺c覺 modu) + Prevent change to network and firewall parameters (user mode) - + A ve g羹venlik duvar覺 parametrelerinde deiiklii engelle (kullan覺c覺 modu) + Network Firewall Rules - + A G羹venlik Duvar覺 Kurallar覺 + Resource Access Rules - + Kaynak Eriim Kurallar覺 + Configure which processes can access what resources. Double click on an entry to edit it. 'Open' File and Key access only applies to program binaries located outside the sandbox. You can use 'Open for All' instead to make it apply to all programs, or change this behaviour in the Policies tab. - + Hangi ilemlerin hangi kaynaklara eriebileceini yap覺land覺r覺n. D羹zenlemek i癟in bir girdiye 癟ift t覺klay覺n. +Dosya 'A癟' ve Anahtar eriimi, yaln覺zca korumal覺 alan覺n d覺覺nda bulunan program ikilileri i癟in ge癟erlidir. +Bunu t羹m programlara uygulamak i癟in 'Hepsi i癟in a癟' kullanabilir veya 襤lkeler sekmesinde bu davran覺覺 deitirebilirsiniz. + Resource Access Policies - + Kaynak Eriim 襤lkeleri + Prioritize rules based on their Specificity and Process Match Level - + Kurallara zg羹nl羹klerine ve 襤lem Eleme D羹zeylerine g繹re 繹ncelik verin + Privacy Mode, block file and registry access to all locations except the generic system ones - + Gizlilik Modu, genel sistem olanlar d覺覺ndaki t羹m konumlara dosya ve kay覺t defteri eriimini engeller + Access Mode - + Eriim Modu + When the Privacy Mode is enabled, sandboxed processes will be only able to read C:\Windows\*, C:\Program Files\*, and parts of the HKLM registry, all other locations will need explicit access to be readable and/or writable. In this mode, Rule Specificity is always enabled. - + Gizlilik Modu etkinletirildiinde, korumal覺 alan ilemleri yaln覺zca C:\Windows\*, C:\Program Files\* ve HKLM kay覺t defterinin b繹l羹mlerini okuyabilir, dier t羹m konumlar覺n okunabilir ve/veya yaz覺labilir olmas覺 i癟in a癟覺k eriime ihtiyac覺 olacakt覺r. Bu modda, Kural zg羹ll羹羹 her zaman etkindir. + Rule Policies - + Kural 襤lkeleri + Apply Close...=!<program>,... rules also to all binaries located in the sandboxed. - + Uygula Kapat...=!<program>,... kurallar覺n覺 korumal覺 alanda bulunan t羹m ikililere uygulay覺n. + Apply File and Key Open directives only to binaries located outside the sandbox. - + Dosyay覺 Uygula ve Anahtar A癟ma y繹nergelerini yaln覺zca korumal覺 alan覺n d覺覺nda bulunan ikililere uygulay覺n. + Start the sandboxed RpcSs as a SYSTEM process (not recommended) - + Korumal覺 alanl覺 RpcS'leri bir S襤STEM ilemi olarak balat覺n (繹nerilmez) + Allow only privileged processes to access the Service Control Manager - + Yaln覺zca ayr覺cal覺kl覺 ilemlerin Hizmet Kontrol Y繹neticisine erimesine izin verin + Open access to COM infrastructure (not recommended) - + COM altyap覺s覺na a癟覺k eriim (繹nerilmez) + Drop critical privileges from processes running with a SYSTEM token - + Bir SYSTEM token'覺 ile 癟al覺an ilemlerden kritik ayr覺cal覺klar覺 b覺rak覺n + + (Security Critical) - + (G羹venlik A癟覺s覺ndan Kritik) + Protect sandboxed SYSTEM processes from unprivileged processes - + Korumal覺 S襤STEM ilemlerini ayr覺cal覺ks覺z ilemlerden koruyun + Security Isolation through the usage of a heavily restricted process token is Sandboxie's primary means of enforcing sandbox restrictions, when this is disabled the box is operated in the application compartment mode, i.e. its no longer providing reliable security, just simple application compartmentalization. - + iddetle k覺s覺tlanm覺 bir ilem token'覺 kullan覺m覺 yoluyla G羹venlik 襤zolasyonu, Sandboxie'nin korumal覺 alan k覺s覺tlamalar覺n覺 uygulaman覺n birincil yoludur, bu devre d覺覺 b覺rak覺ld覺覺nda kutu, uygulama b繹lmesi modunda 癟al覺t覺r覺l覺r, yani art覺k sal覺kl覺 g羹venlik salamaz, yaln覺zca basit uygulama b繹l羹mlendirmesi salar. + Disable Security Isolation (experimental) - + G羹venlik 襤zolasyonunu Devre D覺覺 B覺rak (deneysel) + Various advanced isolation features can break compatibility with some applications. If you are using this sandbox <b>NOT for Security</b> but for simple application portability, by changing these options you can restore compatibility by sacrificing some security. - + eitli gelimi yal覺t覺m 繹zellikleri, baz覺 uygulamalarla uyumluluu bozabilir. Bu sanal alan覺 <b>G羹venlik i癟in DE襤L</b> ancak basit uygulama ta覺nabilirlii i癟in kullan覺yorsan覺z, bu se癟enekleri deitirerek baz覺 g羹venlikten 繹d羹n vererek uyumluluu geri y羹kleyebilirsiniz. + Security Isolation & Filtering - + G羹venlik 襤zolasyonu ve Filtreleme + Disable Security Filtering (not recommended) - + G羹venlik Filtrelemeyi Devre D覺覺 B覺rak (繹nerilmez) + Security Filtering used by Sandboxie to enforce filesystem and registry access restrictions, as well as to restrict process access. - + G羹venlik Filtreme, Sandboxie taraf覺ndan dosya sistemi ve kay覺t defteri eriim k覺s覺tlamalar覺n覺 y羹r羹tmek ve ayn覺 zamanda ilem eriimini k覺s覺tlamak i癟in kullan覺l覺r. + The below options can be used safely when you don't grant admin rights. - + Y繹netici haklar覺 vermediinizde aa覺daki se癟enekler g羹venle kullan覺labilir. + Always show this sandbox in the systray list (Pinned) - + Bu koruma alan覺n覺 her zaman sistem tepsisi listesinde g繹ster (Sabitlenmi) + The rule specificity is a measure to how well a given rule matches a particular path, simply put the specificity is the length of characters from the begin of the path up to and including the last matching non-wildcard substring. A rule which matches only file types like "*.tmp" would have the highest specificity as it would always match the entire file path. The process match level has a higher priority than the specificity and describes how a rule applies to a given process. Rules applying by process name or group have the strongest match level, followed by the match by negation (i.e. rules applying to all processes but the given one), while the lowest match levels have global matches, i.e. rules that apply to any process. - + Kural 繹zg羹ll羹羹, belirli bir kural覺n belirli bir yolla ne kadar iyi eletiinin bir 繹l癟羹s羹d羹r, basit癟e s繹ylemek gerekirse, 繹zg羹ll羹k, son eleen 繹zel karakter olmayan alt dize dahil yolun ba覺ndan sonuna kadar olan karakterlerin uzunluudur. Yaln覺zca "*.tmp" gibi dosya t羹rleriyle eleen bir kural, her zaman t羹m dosya yolu ile eleeceinden en y羹ksek 繹zg羹ll羹e sahip olacakt覺r. +襤lem eleme d羹zeyi, 繹zg羹ll羹kten daha y羹ksek bir 繹ncelie sahiptir ve bir kural覺n belirli bir s羹rece nas覺l uygulanaca覺n覺 a癟覺klar. 襤lem ad覺na veya grubuna g繹re uygulanan kurallar en g羹癟l羹 eleme d羹zeyine sahiptir, ard覺ndan olumsuzlama ile eleme (yani, verilen hari癟 t羹m ilemlere uygulanan kurallar), en d羹羹k eleme seviyeleri ise k羹resel elemelere, yani herhangi bir ilem i癟in ge癟erli olan kurallara sahiptir. + COM/RPC - + COM/RPC + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) - + Varsay覺lan olarak RpcMgmtSetComTimeout kullan覺m覺n覺 devre d覺覺 b覺rak覺n (bu, uyumluluk sorunlar覺n覺 癟繹zebilir) + Triggers - + Tetikleyiciler + Event - + Olay + + + Run Command - + Komut al覺t覺r + Start Service - Hizmeti Balat + Hizmeti Balat + These events are executed each time a box is started - + Bu olaylar, bir kutu her balat覺ld覺覺nda y羹r羹t羹l羹r + On Box Start - + Kutu Balang覺c覺nda + These commands are run UNBOXED just before the box content is deleted - + Bu komutlar, kutu i癟erii silinmeden hemen 繹nce KUTUSUZ olarak 癟al覺t覺r覺l覺r + On Box Delete - + Kutu Silmede + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. - + Bu komutlar yaln覺zca bir kutu ilk kullan覺ma haz覺rland覺覺nda y羹r羹t羹l羹r. Tekrar 癟al覺t覺rabilmeleri i癟in kutu i癟eriinin silinmesi gerekir. + On Box Init - + Kutu 襤lk Kullan覺ma Haz覺rlanmas覺nda + Here you can specify actions to be executed automatically on various box events. - + Burada, 癟eitli kutu olaylar覺nda otomatik olarak y羹r羹t羹lecek eylemleri belirleyebilirsiniz. + Allow to read memory of unsandboxed processes (not recommended) - + Korumal覺 alanda olmayan ilemlerin belleini okumaya izin ver (繹nerilmez) + Issue message 2111 when a process access is denied - + Bir ilem eriimi reddedildiinde 2111 mesaj覺 yay覺nlay覺n + Allow use of nested job objects (works on Windows 8 and later) - + Yuvalanm覺 i nesnelerinin kullan覺m覺na izin ver (Windows 8 ve sonraki s羹r羹mlerde 癟al覺覺r) PopUpWindow + SandboxiePlus Notifications SandboxiePlus Bildirimleri @@ -3715,13 +4674,15 @@ The process match level has a higher priority than the specificity and describes ProgramsDelegate + Group: %1 - Grup: %1 + Grup: %1 QObject + Drive %1 S羹r羹c羹 %1 @@ -3729,22 +4690,27 @@ The process match level has a higher priority than the specificity and describes QPlatformTheme + OK TAMAM + Apply Uygula + Cancel 襤ptal + &Yes &Evet + &No &Hay覺r @@ -3752,10 +4718,12 @@ The process match level has a higher priority than the specificity and describes RecoveryWindow + Close Kapat + Add Folder Dizin ekle @@ -3764,10 +4732,12 @@ The process match level has a higher priority than the specificity and describes uraya kurtar + Recover Kurtar + Refresh Yenile @@ -3776,84 +4746,104 @@ The process match level has a higher priority than the specificity and describes T羹m羹n羹 sil + Show All Files T羹m Dosyalar覺 G繹ster + TextLabel Metin Etiketi + SandboxiePlus - Recovery SandboxiePlus - Kurtarma + Recover target: - + Hedefi kurtar: + Delete Content - 襤癟erii Sil + 襤癟erii Sil SelectBoxWindow + SandboxiePlus select box - + SandboxiePlus kutu se癟 + Select the sandbox in which to start the program, installer or document. - + Program覺n, y羹kleyicinin veya belgenin balat覺laca覺 korumal覺 alan覺 se癟in. + Run As UAC Administrator - + UAC Y繹neticisi Olarak al覺t覺r + Run Sandboxed - + Korumal覺 Alanda al覺t覺r + Run Outside the Sandbox - + Korumal覺 Alan D覺覺nda al覺t覺r + Sandbox - + Koruma Alan覺 SettingsWindow + + Name Ad + Path Yol + Change Password Parola deitir + Clear password when main window becomes hidden Ana pencere gizlendiinde parolay覺 temizle + SandboxiePlus Settings SandboxiePlus Ayarlar覺 + Password must be entered in order to make changes Deiiklik yapmak i癟in parola girilmelidir + Check periodically for updates of Sandboxie-Plus Sandboxie-Plus g羹ncellemelerini periyodik kontrol et + General Options Genel Ayarlar @@ -3874,30 +4864,37 @@ The process match level has a higher priority than the specificity and describes Koyu Tema Kullan + Enable Etkinletir + Add Folder Dizin Ekle + Only Administrator user accounts can make changes Yaln覺zca Y繹netici hesaplar覺 deiiklik yapabilir + Config protection Yap覺land覺rma korumas覺 + Add Program Program Ekle + Sandboxie has detected the following software applications in your system. Click OK to apply configuration settings, which will improve compatibility with these applications. These configuration settings will have effect in all existing sandboxes and in any new sandboxes. Sandboxie, sisteminizde aa覺daki yaz覺l覺m uygulamalar覺n覺 tespit etti. Bu uygulamalarla uyumluluu art覺racak yap覺land覺rma ayarlar覺n覺 uygulamak i癟in Tamam'覺 t覺klay覺n. Bu yap覺land覺rma, mevcut t羹m korumal覺 kutularda ve t羹m yeni oluturulacaklarda etkili olacakt覺r. + Watch Sandboxie.ini for changes Deiiklikler i癟in Sandboxie.ini dosyas覺n覺 izle @@ -3906,18 +4903,22 @@ The process match level has a higher priority than the specificity and describes Sistem Tepsisini G繹ster + In the future, don't check software compatibility - Bir daha yaz覺l覺m uyumluluunu kontrol etme + Gelecekte, yaz覺l覺m uyumluluunu kontrol etme + Disable Devre d覺覺 b覺rak + When any of the following programs is launched outside any sandbox, Sandboxie will issue message SBIE1301. - u programlardan biri KumKutusu d覺覺nda balat覺ld覺覺nda, Sandboxie SBIE1301 hatas覺 verecektir. + u programlardan biri Korumal覺 Alan d覺覺nda balat覺ld覺覺nda, Sandboxie SBIE1301 hatas覺 verecektir. + Remove Program Program覺 Kald覺r @@ -3926,22 +4927,27 @@ The process match level has a higher priority than the specificity and describes Yaz覺l覺m Uyumluluu + On main window close: - Ana pencerede kapat: + Ana pencere kapat覺ld覺覺nda: + Add 'Run Sandboxed' to the explorer context menu Dosya gezgini balam men羹s羹ne 'Korumal覺 kutuda balat' se癟enei ekle + Issue message 1308 when a program fails to start Bir program balat覺lamad覺覺nda hata mesaj覺 1308 + Sandbox default - KumKutusu 繹ntan覺ml覺s覺 + Korumal覺 Alan 繹ntan覺ml覺s覺 + Separate user folders Ayr覺 kullan覺c覺 klas繹rleri @@ -3950,6 +4956,7 @@ The process match level has a higher priority than the specificity and describes Gelimi Ayarlar + Prevent the listed programs from starting on this system Listelenen programlar覺n bu sistemde balamas覺n覺 繹nle @@ -3958,42 +4965,52 @@ The process match level has a higher priority than the specificity and describes Yaln覺zca Y繹netici hesaplar覺 Zorlanm覺 Programlar覺 Devre D覺覺 B覺rak komutunu kullanabilir 'Zorunlu programlar覺 devre d覺覺 b覺rak覺n' + Show Notifications for relevant log Messages 襤lgili g羹nl羹k mesajlar覺 i癟in bildirimleri g繹ster + Open urls from this ui sandboxed - Bu kullan覺c覺 aray羹z羹ndeki (ui) linkleri korumal覺 kutuda a癟 + Bu kullan覺c覺 aray羹z羹ndeki linkleri korumal覺 alanda a癟 + Sandbox <a href="sbie://docs/filerootpath">file system root</a>: - KumKutusu <a href="sbie://docs/filerootpath">dosya sistemi k繹k羹</a>: + Korumal覺 Alan <a href="sbie://docs/filerootpath">dosya sistemi k繹k羹</a>: + Sandbox <a href="sbie://docs/ipcrootpath">ipc root</a>: - KumKutusu <a href="sbie://docs/ipcrootpath">ipc k繹k羹</a>: + Korumal覺 Alan <a href="sbie://docs/ipcrootpath">ipc k繹k羹</a>: + Sandbox <a href="sbie://docs/keyrootpath">registry root</a>: - KumKutusu <a href="sbie://docs/keyrootpath">kay覺t k繹k羹</a>: + Korumal覺 Alan <a href="sbie://docs/keyrootpath">kay覺t k繹k羹</a>: + Portable root folder Ta覺nabilir k繹k dizin + Start UI with Windows - Windows balang覺c覺nda kullan覺c覺 aray羹z羹n羹 (ui) balat + Windows balang覺c覺nda kullan覺c覺 aray羹z羹n羹 balat + Start UI when a sandboxed process is started Korumal覺 kutuda bir ilem balad覺覺nda kullan覺c覺 aray羹z羹n羹 (ui) balat + Show first recovery window when emptying sandboxes Korumal覺 kutular覺 boalt覺rken 繹nce kurtarma penceresini g繹ster + ... ... @@ -4002,199 +5019,247 @@ The process match level has a higher priority than the specificity and describes Dier ayarlar + Use Dark Theme (fully applied after a restart) - + Koyu Tema Kullan (yeniden balatman覺n ard覺ndan tamamen uygulan覺r) + General Config - + Genel Yap覺land覺rma + Hotkey for terminating all boxed processes: - + T羹m kutulu ilemleri sonland覺rmak i癟in k覺sayol tuu: + Systray options - + Sistem Tepsisi se癟enekleri + UI Language: - + Kullan覺c覺 Aray羹z羹 Dili: + Shell Integration - + Kabuk Entegrasyonu + Run Sandboxed - Actions - + Korumal覺 Alanda al覺t覺r - Eylemler + Always use DefaultBox - + Her zaman DefaultBox kullan覺n + Start Sandbox Manager - + Sandbox Manager'覺 balat覺n + Advanced Config - + Gelimi Yap覺land覺rma + Sandboxing features - + Korumal覺 alan 繹zellikleri + Program Control - + Program Kontrol羹 + Config Protection - + Yap覺land覺rma Korumas覺 + Compatibility - Uyumluluk + Uyumluluk + Support - + Destek + Install updates automatically - + G羹ncellemeleri otomatik y羹kle + Keeping Sandboxie up to date with the rolling releases of Windows and compatible with all web browsers is a never-ending endeavor. Please consider supporting this work with a donation.<br />You can support the development with a <a href="https://sandboxie-plus.com/go.php?to=donate">PayPal donation</a>, working also with credit cards.<br />Or you can provide continuous support with a <a href="https://sandboxie-plus.com/go.php?to=patreon">Patreon subscription</a>. - + Sandboxie'yi Windows'un devam eden s羹r羹mleriyle g羹ncel ve t羹m web taray覺c覺lar覺yla uyumlu tutmak hi癟 bitmeyen bir 癟abad覺r. L羹tfen bu 癟al覺may覺 bir ba覺la desteklemeyi d羹羹n羹n.<br />Gelitirmeyi bir <a href="https://sandboxie-plus.com/go.php?to=donate">PayPal ba覺覺</a> ile destekleyebilirsiniz, kredi kartlar覺yla da 癟al覺覺r.<br />Ya da bir <a href="https://sandboxie-plus.com/go.php?to=patreon">Patreon abonelii</a> ile s羹rekli destek salayabilirsiniz. + Enter the support certificate here - + Destek sertifikas覺n覺 buraya girin + Support Settings - + Destek Ayarlar覺 + Show recoverable files as notifications - + Kurtar覺labilir dosyalar覺 bildirim olarak g繹ster + Show Icon in Systray: - + Simgeyi Sistem Tepsisinde G繹ster: + Supporters of the Sandboxie-Plus project receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a>. It's like a license key but for awesome people using open source software. :-) - + Sandboxie-Plus projesinin destek癟ileri bir <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">destek癟i sertifikas覺</a> al覺r. Bir lisans anahtar覺 gibi ama a癟覺k kaynakl覺 yaz覺l覺m kullanan harika insanlar i癟in. :-) + Use Windows Filtering Platform to restrict network access - + A eriimini k覺s覺tlamak i癟in Windows Filtreleme Platformunu kullan覺n + Hook selected Win32k system calls to enable GPU acceleration (experimental) - + GPU h覺zland覺rmay覺 etkinletirmek i癟in se癟ilen Win32k sistem 癟ar覺lar覺n覺 balay覺n (deneysel) + Run box operations asynchronously whenever possible (like content deletion) - + Kutu ilemlerini m羹mk羹n olduunda ezamans覺z olarak 癟al覺t覺r覺n (i癟erik silme gibi) + Show boxes in tray list: - + Kutular覺 tepsi listesinde g繹ster: + Add 'Run Un-Sandboxed' to the context menu - + Balam men羹s羹ne 'Korumal覺 Alanda al覺t覺r'覺 ekleyin + Show a tray notification when automatic box operations are started - + Otomatik kutu ilemleri balat覺ld覺覺nda bir tepsi bildirimi g繹ster + Activate Kernel Mode Object Filtering - + Kernel Modu Nesne Filtrelemeyi Etkinletir + Edit ini Section - 襤ni b繹l羹m羹n羹 d羹zenle + 襤ni b繹l羹m羹n羹 d羹zenle + Save - Kaydet + Kaydet + Edit ini - 襤ni'yi d羹zenle + 襤ni'yi d羹zenle + Cancel - 襤ptal + 襤ptal + This supporter certificate has expired, please <a href="sbie://update/cert">get an updated certificate</a>. - + Bu destek癟i sertifikas覺n覺n s羹resi doldu, l羹tfen <a href="sbie://update/cert">yenilenmi bir sertifika al覺n</a>. + In the future, don't notify about certificate expiration - + Gelecekte, sertifika s羹resinin dolmas覺yla ilgili bildirimde bulunma + Count and display the disk space occupied by each sandbox - + Her korumal覺 alan覺n kaplad覺覺 disk alan覺n覺 hesaplay覺n ve g繹r羹nt羹leyin + Only Administrator user accounts can use Pause Forcing Programs command - + Yaln覺zca Y繹netici hesaplar覺, Programlar覺 Zorlamay覺 Duraklat komutunu kullanabilir + Download Updates automatically - + G羹ncellemeleri otomatik olarak indir SnapshotsWindow + Name: Ad: + Remove Snapshot Anl覺k G繹r羹nt羹y羹 Kald覺r + Description: A癟覺klama: + Go to Snapshot Anl覺k G繹r羹nt羹ye Git + Take Snapshot Anl覺k G繹r羹nt羹 Al + Selected Snapshot Details Se癟ili Anl覺k G繹r羹nt羹 Ayr覺nt覺lar覺 + Snapshot Actions Anl覺k G繹r羹nt羹 Eylemleri + SandboxiePlus - Snapshots SandboxiePlus - Anl覺k G繹r羹nt羹ler + When deleting a snapshot content, it will be returned to this snapshot instead of none. - + Bir anl覺k g繹r羹nt羹 i癟erii silinirken, hi癟biri yerine bu anl覺k g繹r羹nt羹ye d繹nd羹r羹lecektir. + Default snapshot - + Varsay覺lan anl覺k g繹r羹nt羹 diff --git a/SandboxiePlus/SandMan/sandman_zh_CN.ts b/SandboxiePlus/SandMan/sandman_zh_CN.ts index 8b2f8858..fe93c0c8 100644 --- a/SandboxiePlus/SandMan/sandman_zh_CN.ts +++ b/SandboxiePlus/SandMan/sandman_zh_CN.ts @@ -909,74 +909,74 @@ Full path: %4 CRecoveryWindow - + %1 - File Recovery %1 - 隞嗆W - + File Name 隞嗅蝘 - + File Size 隞嗅之撠 - + Full Path 摰渲楝敺 - + Remember target selection 霈唬撖寞迨格 - + Delete everything, including all snapshots 斗摰對祆敹怎 - + Original location 憪雿蝵 - + Browse for location 瘚閫雿蝵 - + Clear folder list 皜斗隞嗅允銵 - - - + + + Select Directory 拍桀 - + Close until all programs stop in this box 喲哨冽券函摨甇W曄內 - + Close and Disable Immediate Recovery for this box 喲剖僎蝳冽迨瘝蝡單W - + There are %1 new files available to recover. %1 銝芣唳隞嗅臭W - + There are %1 files and %2 folders in the sandbox, occupying %3 of disk space. There are %1 files and %2 folders in the sandbox, occupying %3 bytes of disk space. 甇斗銝剖望 %1 銝芣隞嗅 %2 銝芣隞嗅允嚗其 %3 蝤蝛粹 @@ -985,22 +985,22 @@ Full path: %4 CSandBox - + Waiting for folder: %1 甇函敺隞嗅允: %1 - + Deleting folder: %1 甇典斗隞嗅允: %1 - + Merging folders: %1 &gt;&gt; %2 甇典撟嗆隞嗅允: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... 甇典敹怎批撟... @@ -1008,62 +1008,57 @@ Full path: %4 CSandBoxPlus - + Disabled - - Empty - - - - + Application Compartment 摨券 - + NOT SECURE 銝摰 - + Reduced Isolation 撘梢蝳 - + Enhanced Isolation 撘粹蝳 - + Privacy Enhanced 蝘憓撘 - + API Log API 亙 - + No INet 蝵蝏 - + Net Share 蝵蝏曹澈 - + No Admin 蝞∠ - + Normal @@ -1072,51 +1067,51 @@ Full path: %4 CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 - + Reset Columns 蝵桀 - + Copy Cell 憭嗆迨 - + Copy Row 憭嗆迨銵 - + Copy Panel 憭嗆迨銵 - + Time|Message 園揉瘨 - + Sbie Messages 瘝瘨 - + Trace Log 頝頦芣亙 - + Show/Hide 曄內/ @@ -1146,263 +1141,273 @@ Full path: %4 璉亦臬血冽銝剛銵 - + + Disable File Recovery + 蝳冽隞嗆W + + + + Disable Message PopUp + 蝳冽臬撕蝒 + + + &Maintenance 蝏湔(&M) - + Connect - + Disconnect - + Stop All 甇X - + &Advanced 擃蝥(&A) - + Install Driver 摰鋆撽勗 - + Start Driver 臬券店 - + Stop Driver 甇a店 - + Uninstall Driver 貉蝸撽勗 - + Install Service 摰鋆 - + Start Service 臬冽 - + Stop Service 甇X - + Uninstall Service 貉蝸 - + Setup Wizard 霈曄蔭 - + Uninstall All 券典貉蝸 - + Exit - + &View 閫(&V) - + Simple View 蝞閫 - + Advanced View 擃蝥扯 - + Always on Top 蝒蝵桅▲ - + Show Hidden Boxes 曄內瘝 - + Show All Sessions 曄內隡霂餈蝔 - + Refresh View 瑟啗 - + Clean Up - + Cleanup Processes 皜霈啣 - + Cleanup Message Log 皜瘨舀亙 - + Cleanup Trace Log 皜頝頦芣亙 - + Cleanup Recovery Log 皜W亙 - + Keep terminated 靽蝏甇Y餈蝔 - + &Options 憿(&O) - + Global Settings 典霈曄蔭 - + Reset all hidden messages 蝵格撌脤瘨 - + Reset all GUI options 蝵格曉耦Z挽蝵桅憿 - + Edit ini file 蝻颲蝵格隞 - + Reload ini file 頧賡蝵格隞 - + Trace Logging 舐刻頦芣亙 - + &Help 撣桀(&H) - + Support Sandboxie-Plus with a Donation 韏舀 Sandboxie-Plus - + Visit Support Forum 霈輸桃冽瑟舀霈箏 - + Online Documentation 函瑪獢 - + Check for Updates 璉交湔 - + About the Qt Framework 喃 Qt 獢 - + About Sandboxie-Plus 喃 Sandboxie-Plus - + Cleanup - + <a href="sbie://update/package" style="color: red;">There is a new build of Sandboxie-Plus available</a> <a href="sbie://update/package" style="color: red;">Sandboxie-Plus 摮典臭拍唳撱箸湔</a> - + Click to install update 摨冽湔 - + <a href="https://sandboxie-plus.com/go.php?to=patreon">Support Sandboxie-Plus on Patreon</a> <a href="https://sandboxie-plus.com/go.php?to=patreon"> Patreon 銝韏 Sandboxie-Plus</a> - + Click to open web browser 冽閫冽撘韏憿菟 - + Time|Box Name|File Path 園揉瘝蝘院隞嗉楝敺 - + Recovery Log W亙 - + Do you want to close Sandboxie Manager? 蝖桀閬喲 Sandboxie 蝞∠剁 - + Sandboxie-Plus was running in portable mode, now it has to clean up the created services. This will prompt for administrative privileges. Do you want to do the clean up? @@ -1411,32 +1416,32 @@ Do you want to do the clean up? 臬衣&霈斗嚗 - - - - - - + + + + + + Don't show this message again. 銝曄內甇斗 - + This box provides enhanced security isolation, it is suitable to test untrusted software. 甇斤掩瘝靘憓撘箇摰券蝳鳴摰其瘚霂銝靽∩遙頧臭辣 - + This box provides standard isolation, it is suitable to run your software to enhance security. 甇斤掩瘝靘蝳鳴摰其隞亙函孵亥銵雿頧臭辣 - + This box does not enforce isolation, it is intended to be used as an application compartment for software virtualization only. 甇斤掩瘝銝扯蝳鳴摰桃臬銝銝芸函摨 - + This box prevents access to all user data locations, except explicitly granted in the Resource Access options. @@ -1445,59 +1450,59 @@ This box prevents access to all user data locations, except explicitly granted i 甇斤掩瘝撠嗆蝔摨撖寞憭唳桃霈輸殷日刻皞霈輸桅憿嫣葉蝖格 - + Unknown operation '%1' requested via command line 亥芸賭誘銵芰交雿霂瑟 '%1' - + - Driver/Service NOT Running! - 撽勗函摨/⊥芾銵! - + - Deleting Sandbox Content - 甇典斗摰 - + Executing OnBoxDelete: %1 典斗嗆扯: %1 - + Auto Deleting %1 Content 芸典 %1 摰 - + Auto deleting content of %1 芸典 %1 摰 - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - 霂 - + Failed to stop all Sandboxie components 甇W券函 Sandboxie 蝏隞嗅仃韐 - + Failed to start required Sandboxie components 臬冽 Sandboxie 蝏隞嗅仃韐 - + Maintenance operation Successful 蝏湔斗雿 - + Sandboxie config has been reloaded 撌脤頧賣蝵格隞 @@ -1507,22 +1512,22 @@ This box prevents access to all user data locations, except explicitly granted i <p>Sandboxie-Plus 湔啣撌脖頧賢:</p><p><a href="%2">%1</a></p><p>臬衣喳鋆?(隞颱冽銝剛銵蝔摨賢鋡怨芸函甇)</p> - + The supporter certificate is not valid for this build, please get an updated certificate 甇方抵剜桀笆霂亦祆嚗霂瑁瑕舐函啣剜 - + The supporter certificate has expired%1, please get an updated certificate 甇方抵剜桀歇餈%1嚗霂瑁瑕舐函啣剜 - + , but it remains valid for the current build 嚗雿摰撖孵撱箇瘝砌嗆 - + The supporter certificate will expire in %1 days, please get an updated certificate 甇方抵剜桀 %1 憭拙餈嚗霂瑁瑕舐函啣剜 @@ -1542,32 +1547,32 @@ This box prevents access to all user data locations, except explicitly granted i 桀瘝⊥舐函剜格湔 - + The selected feature set is only available to project supporters. Processes started in a box with this feature set enabled without a supporter certificate will be terminated after 5 minutes.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Become a project supporter</a>, and receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a> 摰寞批芸笆憿寧株抵舐具憒瘝⊥韏抵剜殷典舐刻砲寞抒瘝臬函餈蝔嚗撠 5 撠鋡怎甇U<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">銝粹★株抵</a>嚗隞亥瑕<a href="https://sandboxie-plus.com/go.php?to=sbie-cert">韏抵剜</a> - + Error Status: 0x%1 (%2) 霂舐嗆: 0x%1 (%2) - + Unknown - + Failed to remove old box data files 瘜斗扳銝剔唳格隞 - + The operation was canceled by the user 霂交雿撌脰◤冽瑕瘨 - + Unknown Error Status: 0x%1 芰仿霂舐嗆: 0x%1 @@ -1601,12 +1606,12 @@ Note: The update check is often behind the latest GitHub release to ensure that Sandboxie-Plus 航蝔摨 Sandboxie 芸皞隞交亦銝銝芸辣蝏<br />霈輸 <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> 乩閫游靽⊥<br /><br />%3<br /><br />撽勗函: %1<br />寞: %2<br /><br />暹交: <a href="https://icons8.com">icons8.com</a> - + Default sandbox not found; creating: %1 芣曉圈霈斗嚗甇典撱綽%1 - + Do you want to check if there is a new version of Sandboxie-Plus? 冽臬行單交 Sandboxie-Plus 啁砍撣嚗 @@ -1617,27 +1622,27 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Pause Forcing Programs 典瘝蝔摨閫 - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? 典澆捆扳芋(%1)銝W仃嚗航賢歇鋡怠歹臬西冽瘝銝剔宏歹 - + Cleaned up removed templates... 撌脫蝻箏仃璅⊥... - + - Portable - 靘踵箇 - + Sandboxie-Plus was started in portable mode, do you want to put the Sandbox folder into its parent directory? Yes will choose: %1 No will choose: %2 @@ -1646,304 +1651,304 @@ No will choose: %2 色撠拍桀: %2 - + - NOT connected - 芾 - + The program %1 started in box %2 will be terminated in 5 minutes because the box was configured to use features exclusively available to project supporters. 冽 %2 銝剖臬函蝔摨 %1 撠 5 銋芸函甇g銝箸迨瘝鋡恍蝵桐蛹雿輻券★株抵嫣 - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. 瘝 %1 鋡恍蝵桐蛹雿輻券★株抵銝瘝蝐餃嚗餈鈭憸霈暸憿孵鋡怠蕭 - + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Become a project supporter</a>, and receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a> <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">銝粹★株抵</a>嚗隞亥瑕<a href="https://sandboxie-plus.com/go.php?to=sbie-cert">韏抵剜</a> - + PID %1: 餈蝔 PID %1: - + %1 (%2): %1 (%2): - + Recovering file %1 to %2 W隞 %1 %2 - + The file %1 already exists, do you want to overwrite it? 隞 %1 撌脣剁閬閬摰嚗 - + Do this for all files! 撖寞隞園賣扯甇斗雿嚗 - + Failed to recover some files: 典隞嗆W憭梯揖: - + Only Administrators can change the config. 隞蝞∠舀湔寡砲蝵 - + Please enter the configuration password. 霂瑁仿蝵桐文 - + Login Failed: %1 餃憭梯揖嚗%1 - + Do you want to terminate all processes in all sandboxes? 蝖桀閬蝏甇X瘝銝剔餈蝔嚗 - + Terminate all without asking 蝏甇X銝銝霂a - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus 甇隞乩噶箸芋撘臬剁閬撱箸∴餈撠隡撖餅蝞∠ - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. 霅血嚗虫隞蝔摨 (航賣 SbieCtrl.exe) 撌脫亦恣敶 Sandboxie 隡霂嚗霂瑕嗅喲哨嗅撠霂啗乩誑亦恣批 - + Executing maintenance operation, please wait... 甇冽扯雿蝏湔歹霂瑞... - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? 霂瑞&霈斗臬西蝵桀歇瘨舀(胼)嚗隞蝵格亙瘨(色)嚗 - + The changes will be applied automatically whenever the file gets saved. 瘥甈∟砲隞嗉◤靽摮塚湔孵芸典 - + The changes will be applied automatically as soon as the editor is closed. 蝻颲刻◤喲剖嚗湔孵敺敹怨芸典 - + Administrator rights are required for this operation. 甇斗雿閬蝞∠ - + Failed to execute: %1 扯憭梯揖嚗%1 - + Failed to connect to the driver 餈仿店函摨憭梯揖 - + Failed to communicate with Sandboxie Service: %1 瘜銝 Sandboxie ⊿靽∴%1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 唬澆捆 Sandboxie %1嚗嗅澆捆穿%2 - + Can't find Sandboxie installation path. 瘜曉 Sandboxie 摰鋆頝臬 - + Failed to copy configuration from sandbox %1: %2 憭嗆蝵 %1: %2 憭梯揖 - + A sandbox of the name %1 already exists 銝 %1 瘝撌脣 - + Failed to delete sandbox %1: %2 斗 %1: %2 憭梯揖 - + The sandbox name can not be longer than 32 characters. 瘝蝘唬質餈 32 銝芸蝚 - + The sandbox name can not be a device name. 瘝蝘唬賭蛹霈曉蝘 - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. 瘝蝘啣芾賢怠瘥啣銝蝥(曄內銝箇征) - + Failed to terminate all processes 蝏甇X餈蝔憭梯揖 - + Delete protection is enabled for the sandbox 霂交撌脣舐典支 - + All sandbox processes must be stopped before the box content can be deleted 典斗摰嫣嚗敹憿餃甇X餈蝔 - + Error deleting sandbox folder: %1 斗隞嗅允粹嚗%1 - + A sandbox must be emptied before it can be deleted. 瘝鋡怠文敹憿餅蝛 - + Failed to move directory '%1' to '%2' 蝘餃函桀 '%1' '%2' 憭梯揖 - + This Snapshot operation can not be performed while processes are still running in the box. 餈蝔甇冽銝剛銵嚗甇文翰扳雿瘜摰 - + Failed to create directory for new snapshot 撱箸啣翰抒桀憭梯揖 - + Installation Directory: %1 摰鋆桀: %1 - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus : %1 (%2) - + Current Config: %1 敶蝵: %1 - + Data Directory: %1 唳桀曄桀: %1 - + Please enter the duration, in seconds, for disabling Forced Programs rules. 霂瑁乓典瘝蝔摨閫蝏剜園 (雿: 蝘) - + Maintenance operation failed (%1) 蝏湔支銝扯憭梯揖 (%1) - + Failed to copy box data files 憭嗆唳格隞嗅仃韐 - + Snapshot not found 瘝⊥曉啣翰 - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. 撟嗅翰抒桀 '%1' '%2' 粹嚗敹怎扳瓷鋡怠典撟 - + Failed to remove old snapshot directory '%1' 蝘駁斗批翰抒桀 '%1' 憭梯揖 - + Can't remove a snapshot that is shared by multiple later snapshots 瘜蝘駁方◤憭銝芸蝏剖翰扳曹澈敹怎 - + You are not authorized to update configuration in section '%1' 冽芾◤ '%1' 湔圈蝵 - + Failed to set configuration setting %1 in section %2: %3 %2: %3 銝剛挽摰蝵株挽蝵 %1 憭梯揖 - + Can not create snapshot of an empty sandbox 瘜銝箇征瘝撱箏翰 - + A sandbox with that name already exists 撌脣典瘝 - + The config password must not be longer than 64 characters 蝵桐文踹漲銝質餈 64 銝芸蝚 - + Operation failed for %1 item(s). %1 憿寞雿憭梯揖 - + Do you want to open %1 in a sandboxed (yes) or unsandboxed (no) Web browser? 臬血冽銝剔瘚閫冽撘暹 %1 嚗 - + Remember choice for later. 霈唬拐銋雿輻 @@ -2032,37 +2037,42 @@ No will choose: %2 CSbieModel - + Box Group 瘝蝏 - + + Empty + + + + Name - + Process ID 餈蝔 ID - + Status - + Title - + Info 靽⊥ - + Path / Command Line 頝臬 / 賭誘銵 @@ -2310,7 +2320,7 @@ No will choose: %2 - + Create Shortcut 撱箏翰瑟孵 @@ -2320,145 +2330,145 @@ No will choose: %2 瘚閫摰 - + Snapshots Manager 敹怎抒恣 - + Recover Files 隞嗆W - + Delete Content 文摰 - + Sandbox Presets 憸蝵桅蝵 - + Ask for UAC Elevation 霂a UAC - + Drop Admin Rights 閫斤恣 - + Emulate Admin Rights 璅⊥蝞∠ - + Block Internet Access 行芰蝏霈輸 - + Allow Network Shares 霈貊蝏曹澈 - + Sandbox Options 瘝憿 - + Rename Sandbox 賢瘝 - + Remove Sandbox 蝘駁斗 - + Terminate 蝏甇 - + Preset 憸霈 - + Pin to Run Menu 箏啗銵 - + Block and Terminate 餅迫撟嗥甇 - + Allow internet access 霈貊蝏霈輸 - + Force into this sandbox 撘箏嗅交迨瘝 - + Set Linger Process 霈曄蔭撽餌餈蝔 - + Set Leader Process 霈曄蔭撘撖潸蝔 - + File root: %1 隞嗆寧桀: %1 - + Registry root: %1 瘜典銵冽: %1 - + IPC root: %1 IPC : %1 - + Options: 憿: - + [None] [] - + Please enter a new group name 霂瑁交啁蝏 - + Do you really want to remove the selected group(s)? 蝖桀閬蝘駁日銝剔蝏嚗 @@ -2518,149 +2528,159 @@ No will choose: %2 撘瘜典銵 - + + Refresh Info + 瑟唬縑 + + + + Immediate Recovery + 蝡單W + + + Duplicate Sandbox 憭嗆 - + Move Box/Group 蝘餃冽/瘝蝏 - + Move Up 銝蝘 - + Move Down 銝蝘 - + Please enter a new name for the Group. 銝箸迨蝏摰啁蝘 - + Move entries by (negative values move up, positive values move down): 撠憿寧桃宏函頝蝳(韐啣銝蝘餃剁甇啣銝蝘餃): - + A group can not be its own parent. 蝏銝賣航芸楛嗥漣 - + This name is already used for a Box Group. 蝘啣歇鋡怎其唳嗅瘝蝏 - + This name is already used for a Sandbox. 蝘啣歇鋡怎其唳嗅瘝 - - + + Don't show this message again. 銝曄內甇斗 - - - + + + This Sandbox is empty. 甇斗舐征 - + WARNING: The opened registry editor is not sandboxed, please be careful and only do changes to the pre-selected sandbox locations. 霅血嚗撘瘜典銵函颲冽芣嚗霂瑕恣銝隞撖寥摰瘝寡銵靽格 - + Don't show this warning in future 銝曄內甇方郎 - + Please enter a new name for the duplicated Sandbox. 霂瑚蛹甇文嗥瘝颲乩銝芣啣蝘 - + %1 Copy 瘝蝘啣芾賢怠瘥啣銝蝥選銝摨撖寞迨憭祈銵蝧餉嚗 %1 Copy - + Please enter a new name for the Sandbox. 霂瑚蛹霂交颲交啣蝘 - + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! 蝖桀閬日銝剔瘝嚗<br /><br />霅血嚗瘝摰嫣撠鋡怠歹 - + This Sandbox is already empty. 甇斗撌脫蝛 - + Do you want to delete the content of the selected sandbox? 蝖桀閬日銝剜摰孵嚗 - - + + Also delete all Snapshots 嗅斗敹怎 - + Do you really want to delete the content of all selected sandboxes? 雿喳斗摰瘝摰孵嚗 - + Do you want to terminate all processes in the selected sandbox(es)? 蝖桀閬蝏甇X瘝銝剔餈蝔嚗 - - + + Terminate without asking 蝏甇V銝霂a - - + + Create Shortcut to sandbox %1 銝箸 %1 撱箏翰瑟孵 - + Do you want to %1 %2? 蝖桀閬%1 %2 嚗 - + the selected processes 銝剔餈蝔 - + This box does not have Internet restrictions in place, do you want to enable them? 甇斗鈭蝵塚蝖桀舐典嚗 - + This sandbox is disabled, do you want to enable it? 甇斗撌脩剁蝖桀舐典嚗 @@ -2733,17 +2753,17 @@ No will choose: %2 Close to Tray - + 蝞∠典唳 Prompt before Close - 喲剖霂a + 霂a株扯其 Close - 喲剔摨 + 箇恣 @@ -4317,7 +4337,7 @@ Please note that this values are currently user specific and saved globally for QObject - + Drive %1 蝤 %1 @@ -4325,27 +4345,27 @@ Please note that this values are currently user specific and saved globally for QPlatformTheme - + OK 蝖桀 - + Apply - + Cancel - + &Yes (&Y) - + &No (&N) diff --git a/SandboxiePlus/SandMan/sandman_zh_TW.ts b/SandboxiePlus/SandMan/sandman_zh_TW.ts index 79fbec2d..c6824b5a 100644 --- a/SandboxiePlus/SandMan/sandman_zh_TW.ts +++ b/SandboxiePlus/SandMan/sandman_zh_TW.ts @@ -6,27 +6,27 @@ Install your <b>Sandboxie-Plus</b> support certificate - + 摰鋆函 <b>Sandboxie-Plus</b> 韐抵霅 If you have a supporter certificate, please fill it into the field below. - + 憒冽韐抵霅嚗隢憛怠乩誑銝甈雿 Start evaluation without a certificate for a limited period of time. - + 憪冽刻抵霅瘜銝脰閰衣具 To use <b>Sandboxie-Plus</b> in a business setting, an appropriate <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">support certificate</a> for business use is required. If you do not yet have the required certificate(s), you can get those from the <a href="https://xanasoft.com/shop/">xanasoft.com web shop</a>. - + 閬典璆剔啣雿輻 <b>Sandboxie-Plus</b> 脤閮剖嚗閬拍冽澆璆剔券<a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">韐抵霅</a>憒券瘝霅嚗臭誑<a href="https://xanasoft.com/shop/">xanasoft.com 蝬脰楝摨</a>敺霅 <b>Sandboxie-Plus</b> provides additional features and box types exclusively to <u>project supporters</u>. Boxes like the Privacy Enhanced boxes <b><font color='red'>protect user data from illicit access</font></b> by the sandboxed programs. If you are not yet a supporter, then please consider <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">supporting the project</a> to ensure further development of Sandboxie and to receive a <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supporter certificate</a>. - + <b>Sandboxie-Plus</b> <u>株抵</u>靘憿憭瘝蝞梢嗅脤賬靘憒梁憓撘瑯憿瘝蝞勗靘芣蝞勗蝔撘瘜摮雿輻刻鞈銵<b><font color='red'>靘憿憭雿輻刻鞈靽霅</font></b>憒券銝航抵嚗隢 <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">韐舀湔迨</a>靘撟怠 Sandboxie 澆極雿嚗銝虫誑甇文敺<a href="https://sandboxie-plus.com/go.php?to=sbie-cert">韐抵霅</a> @@ -75,17 +75,17 @@ Complete your configuration - + 摰函閮剖 Almost complete, click Finish to apply all selected options and conclude the wizard. - + 閮剖箸砍鈭嚗銝 [摰]嚗憟冽詨賊嚗銝衣甇斤移 Keep Sandboxie-Plus up to date. - + 靽 Sandboxie-Plus 蝥湔啣唳啁研 @@ -93,32 +93,32 @@ Introduction - + 閬鞈閮 Welcome to the Setup Wizard. This wizard will help you to configure your copy of <b>Sandboxie-Plus</b>. You can start this wizard at any time from the Sandbox->Maintenance menu if you do not wish to complete it now. - + 甇∟靘啗身摰嚗祆撠撟怠抵身摰函 <b>Sandboxie-Plus</b> 舀祈身摰憒其撣曉典停摰蝎暸閮剖嚗典臭誑敺瘝蝞 -> 蝬剛風詨桐葉冽啣甇斤移 Select how you would like to use Sandboxie-Plus - + 豢 Sandboxie-Plus 券 &Personally, for private non-commercial use - + 鈭(&P)嚗冽潛鈭粹璆剔券 &Commercially, for business or enterprise use - + 璆(&C)嚗冽澆璆剜隡璆剔券 Note: this option is immutable - + 瘜冽嚗甇日賊臭舫 @@ -126,22 +126,22 @@ Type - + Status - + Value - + Count - + 蝮質 @@ -968,7 +968,7 @@ Full path: %4 Close and Disable Immediate Recovery for this box - + 銝血冽迨瘝蝞梁敹恍敺拙 @@ -1218,7 +1218,7 @@ Full path: %4 Setup Wizard - + 閮剖蝎暸 @@ -1263,7 +1263,7 @@ Full path: %4 Refresh View - + 湔唳炎閬 @@ -1369,12 +1369,12 @@ Full path: %4 <a href="sbie://update/package" style="color: red;">There is a new build of Sandboxie-Plus available</a> - + <a href="sbie://update/package" style="color: red;"ndboxie-Plus 摮典臭豢圈箸湔</a> Click to install update - + 摰鋆湔 @@ -1384,7 +1384,7 @@ Full path: %4 Click to open web browser - + 函閬賢券韐 @@ -1467,7 +1467,7 @@ This box prevents access to all user data locations, except explicitly granted i Current Config: %1 - + 桀閮剖嚗%1 @@ -1673,7 +1673,7 @@ Note: The update check is often behind the latest GitHub release to ensure that <p>A Sandboxie-Plus update has been downloaded to the following location:</p><p><a href="%2">%1</a></p><p>Do you want to begin the installation? If any programs are running sandboxed, they will be terminated.</p> - + <p>Sandboxie-Plus 湔唳撌脖頛堆</p><p><a href="%2">%1</a></p><p>臬衣喳鋆嚗隞颱冽蝞曹葉瑁蝔撘賢鋡怨芸蝯甇U</p> @@ -1743,7 +1743,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Sandboxie config has been reloaded - + 撌脤啗交蝞梯身摰瑼獢 @@ -2052,7 +2052,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Info - + 鞈閮 Start Time @@ -2551,12 +2551,12 @@ Note: The update check is often behind the latest GitHub release to ensure that This name is already used for a Box Group. - + 蝔勗歇鋡怎冽潛暹嗅瘝蝞梁黎蝯 This name is already used for a Sandbox. - + 蝔勗歇鋡怎冽潛暹嗅瘝蝞晞 @@ -2749,7 +2749,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Sandboxed Web Browser - + 瘝蝞勗閬賢 @@ -2769,7 +2769,7 @@ Note: The update check is often behind the latest GitHub release to ensure that This does not look like a certificate. Please enter the entire certificate, not just a portion of it. - + 韏瑚銝臭隞賣霅隢頛詨亙渡霅嚗銝臬嗡葉銝典 This does not look like a certificate, please enter the entire certificate, not just a portion of it. @@ -2838,27 +2838,27 @@ Note: The update check is often behind the latest GitHub release to ensure that Setup Wizard - + 閮剖蝎暸 The decision you make here will affect which page you get to see next. - + 典券鋆∪箇瘙箏撠敶梢踵冽乩靘啁W批捆 This help is likely not to be of any help. - + 甇日撟怠拙航賣冽靘隞颱撖西釭批鼠押 Sorry, I already gave all the help I could. - + 撠銝韏瘀撌脩靘鈭賜策押 Setup Wizard Help - + 閮剖蝎暸撟怠 @@ -2866,27 +2866,27 @@ Note: The update check is often behind the latest GitHub release to ensure that Configure <b>Sandboxie-Plus</b> shell integration - + 閮剖 <b>Sandboxie-Plus</b> 蝟餌絞游賊 Configure how Sandboxie-Plus should integrate with your system. - + 閮剖 Sandboxie-Plus 憒雿函蝟餌絞游 Start UI with Windows - 蝟餌絞隞 + 蝟餌絞隞 Add 'Run Sandboxed' to the explorer context menu - 冽獢蝮賜恣喲菜啣'冽蝞曹葉瑁' + 冽獢蝮賜恣喲菜啣冽蝞曹葉瑁 Add desktop shortcut for starting Web browser under Sandboxie - + 交蝞勗蝬脰楝閬賢冽瑕唳 @@ -3066,7 +3066,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Monitor mode - + 閬璅∪ @@ -3079,32 +3079,32 @@ Note: The update check is often behind the latest GitHub release to ensure that Configure <b>Sandboxie-Plus</b> UI - + 閮剖 <b>Sandboxie-Plus</b> 雿輻刻隞 Select the user interface style you prefer. - + 豢典甇∠雿輻刻隞a◢潦 &Advanced UI for experts - + 拙脤瑼Z(&A) &Simple UI for beginners - + 拙唳蝪⊥瑼Z(&S) Use Bright Mode - + 雿輻冽滓脖蜓憿 Use Dark Mode - + 雿輻冽楛脖蜓憿 @@ -3112,22 +3112,28 @@ Note: The update check is often behind the latest GitHub release to ensure that Configure <b>Sandboxie-Plus</b> network filtering - + 閮剖 <b>Sandboxie-Plus</b> 蝬脰楝瞈曉 Sandboxie can use the Windows Filtering Platform (WFP) to restrict network access. - + 瘝蝞勗臭誑雿輻 Windows 蝭拚詨像 (WFP) 靘嗥雯頝臬 Using WFP allows Sandboxie to reliably enforce IP/Port based rules for network access. Unlike system level application firewalls, Sandboxie can use different rules in each box for the same application. If you already have a good and reliable application firewall and do not need per box rules, you can leave this option unchecked. Without WFP enabled, Sandboxie will still be able to reliably and entirely block processes from accessing the network. However, this can cause the process to crash, as the driver blocks the required network device endpoints. Even with WFP disabled, Sandboxie offers to set IP/Port based rules, however these will be applied in user mode only and not be enforced by the driver. Hence, without WFP enabled, an intentionally malicious process could bypass those rules, but not the entire network block. - + WFP 雿 Sandboxie 賢舫啣瑁箸 IP/亙 蝬脰楝摮閬 +蝟餌絞撅斤券脩怎銝嚗Sandboxie 臭誑撠銝函撘其瘝蝞勗扯身摰銝閬 +憒典歇銝游憟賬游舫券脩怎嚗銝虫銝閬撠銝典其瘝蝞梯身摰銝閬嚗臭誑銝暸豢迨賊 +憒銝 WFP嚗Sandboxie 隞嗉賢摰券餅迫蝔摨摮蝬脰楝 +嗉嚗航賣撠渲蝔摨嗆嚗粹蝔撘餅迫蝔撘摮隢瘙蝬脰楝鋆蝵桃垢暺 +喃蝙 WFP嚗Sandboxie 銋撠靘箸 IP/亙 閬瞈曉踝雿甇斗閬芾賢其蝙刻璅∪銝剁⊥鋡恍蝔撘撘瑕嗅瑁 +甇歹憒銝 WFP嚗鈭⊥蝔撘航賢臭誑蝜鈭閬嚗雿銝賜游蝬脰楝憛 Enable Windows Filtering Platform (WFP) support - + Windows 蝭拚詨像 (WFP) 賣舀 @@ -3899,7 +3905,7 @@ The process match level has a higher priority than the specificity and describes Allow use of nested job objects (works on Windows 8 and later) Allow use of nested job objects (experimental, works on Windows 8 and later) - 閮曹蝙典憟雿璆剔拐辣 (job object) (撖阡改拍冽 Windows 8 湧) + 閮曹蝙典憟雿璆剔拐辣 (job object) (拍冽 Windows 8 湧) @@ -3939,12 +3945,12 @@ The process match level has a higher priority than the specificity and describes Allow to read memory of unsandboxed processes (not recommended) - + 閮梯瘝蝞梯蝔摨閮園 (銝刻) Issue message 2111 when a process access is denied - + 蝔摨鋡急蝯摮瘝蝞梯蝔摨閮園澆箏憿隞蝣 2111 @@ -4634,12 +4640,12 @@ Please note that this values are currently user specific and saved globally for General Options - 銝祇賊 + 銝祇賊 Count and display the disk space occupied by each sandbox - + 蝯梯銝阡*蝷箸瘝蝞梁蝤蝣蝛粹雿冽瘜 @@ -4765,7 +4771,7 @@ Please note that this values are currently user specific and saved globally for Download Updates automatically - + 芸銝頛湔唳獢