diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f361951..0a094a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,37 +2,47 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [1.1x.x / 5.xx.x] - 2024-07-0x + +## [1.14.6 / 5.69.6] - 2024-07-?? + +### Fixed +- fixed issue with Windows 7 caused by the new CustomLCID option [#4117](https://github.com/sandboxie-plus/Sandboxie/issues/4117) ### Added +- added alias for a sandbox [#4112](https://github.com/sandboxie-plus/Sandboxie/issues/4112) - added UI options for "ForceRestartAll" and "UseCreateToken" in OptionWindow - added an optional context menu option to make folder/file forced quickly - Note: You can also use "Sandman.exe /add_force program_path" to do it - added a feature which could modify Windows Product Id in the registry to a rand value -## [1.14.5 / 5.69.5] - 2024-07-? + + +## [1.14.5 / 5.69.5] - 2024-07-23 ### Added -- added hwid display +- added HwID display - added Language Spoof "CustomLCID=1033" [#4024](https://github.com/sandboxie-plus/Sandboxie/pull/4024) (thanks Yeyixiao) - added option to always run the sandman UI as admin [#4090](https://github.com/sandboxie-plus/Sandboxie/issues/4090) - added Proxy exclusion [#4036](https://github.com/sandboxie-plus/Sandboxie/issues/4036) - added "ForceChildren=Program.exe" [#4070](https://github.com/sandboxie-plus/Sandboxie/issues/4070) +- added UI options for "ForceRestartAll" and "UseCreateToken" in OptionWindow +- added an optional context menu option to make folder/file forced quickly + - Note: you can also use "Sandman.exe /add_force program_path" to do it + +### Changed +- the certificate format can now take an explicit validity days specification, needed for gapless certificate renewal ### Fixed - fixed two supporter certificate popping up every time a Sandboxes' settings are opened [#4074](https://github.com/sandboxie-plus/Sandboxie/issues/4074) - fixed issue with HwID-bound serial keys failing when no HwID could be obtained - fixed issue with "UseChangeSpeed=y" -- fixed broken "HideFirmwareInfo=y" implementation. +- fixed broken "HideFirmwareInfo=y" implementation - changed reg path to key "HKCU\\System\\SbieCustom", value: "SMBiosTable" - added UI options - fixed schannel error SEC_E_SECPKG_NOT_FOUND in encrypted sandboxes [#4081](https://github.com/sandboxie-plus/Sandboxie/issues/4081) - fixed The name of the sandbox is too long, causing an error in sbie2327 [#4064](https://github.com/sandboxie-plus/Sandboxie/issues/4064) - fixed Job objects cannot be assigned memory limits greater than 4 GB [#4096](https://github.com/sandboxie-plus/Sandboxie/issues/4096) -### Changed -- the certificate format can now take an explicit validity days specification, needed for gapless certificate renewal - ## [1.14.4 / 5.69.4] - 2024-07-13 @@ -46,7 +56,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - ## [1.14.3 / 5.69.3] - 2024-07-01 ### Changed @@ -79,7 +88,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Usage: "RpcPortFilter=Port,ID,Label" label is optional - added "Job Object" Options page to collect all job object-related options - ### Changed - extended "Temp Template" to make it could delete local template section @@ -165,7 +173,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). - ## [1.13.6 / 5.68.6] - 2024-04-21 ### Added @@ -489,7 +496,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.11.4 / 5.66.4] - 2023-10-06 - ### Changed - improved behaviour with Lock All Encrypted Boxes option [#3350](https://github.com/sandboxie-plus/Sandboxie/issues/3350) - fixed typo: 'NoRestartOnPAC' option becomes 'NoRestartOnPCA' [0e175ee](https://github.com/sandboxie-plus/Sandboxie/commit/0e175eedfde50198a3fa7bdef3a91fdbad5f5226) @@ -539,6 +545,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - fixed logo cut-off in the About window [#3249](https://github.com/sandboxie-plus/Sandboxie/issues/3249) - fixed issue with file recovery when using a RAM drive [d82b62e](https://github.com/sandboxie-plus/Sandboxie/commit/d82b62ee78d865e21005b9b81dfa9dac9f524b90) + + ## [1.11.1 / 5.66.1] - 2023-08-31 ### Added @@ -1061,7 +1069,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.7.0 / 5.62.0] - 2023-01-27 - ### Added - added OnFileRecovery trigger allowing to check files before recovering them [#2202](https://github.com/sandboxie-plus/Sandboxie/issues/2202) - added more presets to sandbox options @@ -1096,7 +1103,6 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [1.6.6 / 5.61.6] - 2023-01-16 - ### Changed - reworked trace log retrieval for vastly improved performance - improved list/tree finder diff --git a/Sandboxie/common/my_version.h b/Sandboxie/common/my_version.h index 6774d6db..e02088f0 100644 --- a/Sandboxie/common/my_version.h +++ b/Sandboxie/common/my_version.h @@ -26,7 +26,7 @@ #define VERSION_MJR 5 #define VERSION_MIN 69 -#define VERSION_REV 5 +#define VERSION_REV 6 #define VERSION_UPD 0 #if VERSION_UPD > 0 diff --git a/Sandboxie/core/dll/guititle.c b/Sandboxie/core/dll/guititle.c index 455b3bd8..37c6652a 100644 --- a/Sandboxie/core/dll/guititle.c +++ b/Sandboxie/core/dll/guititle.c @@ -71,13 +71,21 @@ _FX BOOLEAN Gui_InitTitle(HMODULE module) SbieDll_GetSettingsForName(NULL, Dll_ImageName, L"BoxNameTitle", buf, sizeof(buf), NULL); if (*buf == L'y' || *buf == L'Y') { // indicator + box name + const WCHAR* BoxName = Dll_BoxName; + + NTSTATUS status; + WCHAR BoxAlias[MAX_PATH]; + status = SbieApi_QueryConfAsIs(NULL, L"BoxAlias", 0, BoxAlias, ARRAYSIZE(BoxAlias)); + if (NT_SUCCESS(status) && *BoxAlias) + BoxName = BoxAlias; + UNICODE_STRING uni; - Gui_BoxNameTitleLen = wcslen(Dll_BoxName) + 3; + Gui_BoxNameTitleLen = wcslen(BoxName) + 3; Gui_BoxNameTitleW = Dll_Alloc((Gui_BoxNameTitleLen + 3) * sizeof(WCHAR)); Gui_BoxNameTitleW[0] = Gui_TitleSuffixW[1]; // L'[' - wcscpy(&Gui_BoxNameTitleW[1], Dll_BoxName); + wcscpy(&Gui_BoxNameTitleW[1], BoxName); wcscat(Gui_BoxNameTitleW, &Gui_TitleSuffixW[3]); // L"]" wcscat(Gui_BoxNameTitleW, L" "); diff --git a/Sandboxie/core/dll/kernel.c b/Sandboxie/core/dll/kernel.c index f15f9c8d..1fb3f58a 100644 --- a/Sandboxie/core/dll/kernel.c +++ b/Sandboxie/core/dll/kernel.c @@ -234,7 +234,10 @@ _FX BOOLEAN Kernel_Init() } SBIEDLL_HOOK(Kernel_, GetUserDefaultLCID); SBIEDLL_HOOK(Kernel_, GetUserDefaultLangID); - SBIEDLL_HOOK(Kernel_, GetUserDefaultGeoName); + void* GetUserDefaultGeoName = GetProcAddress(Dll_KernelBase ? Dll_KernelBase : Dll_Kernel32, "GetUserDefaultGeoName"); + if (GetUserDefaultGeoName) { + SBIEDLL_HOOK(Kernel_, GetUserDefaultGeoName); + } SBIEDLL_HOOK(Kernel_, GetSystemDefaultUILanguage); void* GetSystemDefaultLocaleName = GetProcAddress(Dll_KernelBase ? Dll_KernelBase : Dll_Kernel32, "GetSystemDefaultLocaleName"); if (GetSystemDefaultLocaleName) { diff --git a/Sandboxie/core/dll/net.c b/Sandboxie/core/dll/net.c index 80bc5813..0454d9cb 100644 --- a/Sandboxie/core/dll/net.c +++ b/Sandboxie/core/dll/net.c @@ -295,7 +295,8 @@ static BOOLEAN WSA_WFPisBlocking = FALSE; static BOOLEAN WSA_TraceFlag = FALSE; static BOOLEAN WSA_ProxyEnabled = FALSE; -static NETPROXY_RULE* WSA_Proxy = NULL; +static NETPROXY_RULE* WSA_Proxy4 = NULL; +static NETPROXY_RULE* WSA_Proxy6 = NULL; #ifdef PROXY_RESOLVE_HOST_NAMES HASH_MAP DNS_LookupMap; #endif @@ -759,7 +760,7 @@ _FX int WSA_IsBlockedTraffic(const short *addr, int addrlen, int protocol) ULONG NetFw_MatchAddress(rbtree_t* ip_map, IP_ADDRESS* ip); -_FX BOOLEAN WSA_GetProxy(const short *addr, int addrlen, void** proxy, int* proxylen) +_FX BOOLEAN WSA_GetProxyImpl(NETPROXY_RULE* WSA_Proxy, const short *addr, int addrlen, void** proxy, int* proxylen) { if (!WSA_Proxy) return FALSE; @@ -787,6 +788,19 @@ _FX BOOLEAN WSA_GetProxy(const short *addr, int addrlen, void** proxy, int* prox return TRUE; } +_FX BOOLEAN WSA_GetProxy(const short *addr, int addrlen, void** proxy, int* proxylen, NETPROXY_RULE** pWSA_Proxy) +{ + if (WSA_GetProxyImpl(WSA_Proxy4, addr, addrlen, proxy, proxylen)) { + *pWSA_Proxy = WSA_Proxy4; + return TRUE; + } + if (WSA_GetProxyImpl(WSA_Proxy6, addr, addrlen, proxy, proxylen)) { + *pWSA_Proxy = WSA_Proxy6; + return TRUE; + } + return FALSE; +} + //--------------------------------------------------------------------------- // WSA_begin_connect @@ -869,7 +883,9 @@ _FX int WSA_connect( void* proxy; int proxylen; - if (WSA_ProxyEnabled && !is_localhost(name) && WSA_GetProxy(name, namelen, &proxy, &proxylen)) { + NETPROXY_RULE* WSA_Proxy; + + if (WSA_ProxyEnabled && !is_localhost(name) && WSA_GetProxy(name, namelen, &proxy, &proxylen, &WSA_Proxy)) { WSA_SOCK* pSock = WSA_GetSock(s, FALSE); if (pSock) WSA_begin_connect(pSock, s); @@ -918,7 +934,9 @@ _FX int WSA_WSAConnect( void* proxy; int proxylen; - if (WSA_ProxyEnabled && !is_localhost(name) && WSA_GetProxy(name, namelen, &proxy, &proxylen)) { + NETPROXY_RULE* WSA_Proxy; + + if (WSA_ProxyEnabled && !is_localhost(name) && WSA_GetProxy(name, namelen, &proxy, &proxylen, &WSA_Proxy)) { WSA_SOCK* pSock = WSA_GetSock(s, FALSE); if (pSock) WSA_begin_connect(pSock, s); @@ -967,7 +985,9 @@ _FX int WSA_ConnectEx( void* proxy; int proxylen; - if (WSA_ProxyEnabled && !is_localhost(name) && WSA_GetProxy(name, namelen, &proxy, &proxylen)) { + NETPROXY_RULE* WSA_Proxy; + + if (WSA_ProxyEnabled && !is_localhost(name) && WSA_GetProxy(name, namelen, &proxy, &proxylen, &WSA_Proxy)) { WSA_SOCK* pSock = WSA_GetSock(s, FALSE); if (pSock) WSA_begin_connect(pSock, s); @@ -1356,13 +1376,7 @@ int NetFw_IpCmp(const void* l, const void* r); _FX BOOLEAN WSA_InitNetProxy() { WCHAR proxy_buf[2048]; - WSA_Proxy = Dll_Alloc(sizeof(NETPROXY_RULE)); - memset(WSA_Proxy, 0, sizeof(NETPROXY_RULE)); - - rbtree_init(&WSA_Proxy->ip_map, NetFw_IpCmp); - - BOOLEAN ok = FALSE; - + for (ULONG index = 0; ; ++index) { NTSTATUS status = SbieApi_QueryConf( NULL, L"NetworkUseProxy", index, proxy_buf, sizeof(proxy_buf) - 16 * sizeof(WCHAR)); @@ -1374,16 +1388,31 @@ _FX BOOLEAN WSA_InitNetProxy() if (!value || (level != NETPROXY_MATCH_EXACT && level != NETPROXY_MATCH_GLOBAL)) continue; - ok = WSA_ParseNetProxy(WSA_Proxy, value); - if (ok) - break; + NETPROXY_RULE* WSA_Proxy = Dll_Alloc(sizeof(NETPROXY_RULE)); + memset(WSA_Proxy, 0, sizeof(NETPROXY_RULE)); + rbtree_init(&WSA_Proxy->ip_map, NetFw_IpCmp); + + if (WSA_ParseNetProxy(WSA_Proxy, value)) { + if (WSA_Proxy->af == AF_INET) { + if (WSA_Proxy4 == NULL) { + WSA_Proxy4 = WSA_Proxy; + WSA_Proxy = NULL; + } + } + else if (WSA_Proxy->af == AF_INET6) { + if (WSA_Proxy6 == NULL) { + WSA_Proxy6 = WSA_Proxy; + WSA_Proxy = NULL; + } + } + } + + if(WSA_Proxy) + Dll_Free(WSA_Proxy); } - if (!ok) { - Dll_Free(WSA_Proxy); - WSA_Proxy = NULL; + if (!WSA_Proxy4 && !WSA_Proxy6) return FALSE; - } SCertInfo CertInfo = { 0 }; if (!NT_SUCCESS(SbieApi_Call(API_QUERY_DRIVER_INFO, 3, -1, (ULONG_PTR)&CertInfo, sizeof(CertInfo))) || !CERT_IS_LEVEL(CertInfo, eCertAdvanced)) { diff --git a/SandboxiePlus/QSbieAPI/SbieAPI.cpp b/SandboxiePlus/QSbieAPI/SbieAPI.cpp index 393f2ef8..15cc430a 100644 --- a/SandboxiePlus/QSbieAPI/SbieAPI.cpp +++ b/SandboxiePlus/QSbieAPI/SbieAPI.cpp @@ -1312,7 +1312,7 @@ QString CSbieAPI::SbieIniGet2(const QString& Section, const QString& Setting, qu SB_STATUS CSbieAPI::ValidateName(const QString& BoxName) { - if (BoxName.length() > (BOXNAME_COUNT - 2)) + if (BoxName.length() > (BOXNAME_COUNT - 2) || BoxName.isEmpty()) return SB_ERR(SB_NameLenLimit); /* invalid file name characters on windows diff --git a/SandboxiePlus/SandMan/Forms/OptionsWindow.ui b/SandboxiePlus/SandMan/Forms/OptionsWindow.ui index 558a077c..c0c0613f 100644 --- a/SandboxiePlus/SandMan/Forms/OptionsWindow.ui +++ b/SandboxiePlus/SandMan/Forms/OptionsWindow.ui @@ -429,7 +429,7 @@ - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. true @@ -1095,7 +1095,7 @@ - 3 + 4 @@ -1374,7 +1374,7 @@ - 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. it’s no longer providing reliable security, just simple application compartmentalization. + 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. it's no longer providing reliable security, just simple application compartmentalization. true @@ -1922,9 +1922,16 @@ + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + Create a new sandboxed token instead of stripping down the original token + + true + @@ -4293,7 +4300,7 @@ The process match level has a higher priority than the specificity and describes - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. @@ -4766,7 +4773,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - Hide Firmware Informations + Hide Firmware Information @@ -4796,10 +4803,10 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) @@ -4909,7 +4916,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - Dump the current Firmare Tables to HKCU\System\SbieCustom + Dump the current Firmware Tables to HKCU\System\SbieCustom Dump FW Tables diff --git a/SandboxiePlus/SandMan/Forms/SettingsWindow.ui b/SandboxiePlus/SandMan/Forms/SettingsWindow.ui index d83142cb..cbd0d0c7 100644 --- a/SandboxiePlus/SandMan/Forms/SettingsWindow.ui +++ b/SandboxiePlus/SandMan/Forms/SettingsWindow.ui @@ -640,7 +640,7 @@ - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/Models/SbieModel.cpp b/SandboxiePlus/SandMan/Models/SbieModel.cpp index 3c9729a4..27527f6c 100644 --- a/SandboxiePlus/SandMan/Models/SbieModel.cpp +++ b/SandboxiePlus/SandMan/Models/SbieModel.cpp @@ -327,8 +327,10 @@ QList CSbieModel::Sync(const QMap& BoxList, cons QVariant Value; switch(section) { - case eName: Value = pBox->GetName(); break; + case eName: Value = pBoxEx->GetDisplayName(); break; + //case eName: Value = pBox->GetName(); break; case eStatus: Value = pBox.objectCast()->GetStatusStr(); break; + case eTitle: break; case eInfo: Value = pBox.objectCast()->IsEmptyCached() ? -2 : (bWatchSize ? pBox.objectCast()->GetSize() : 0); break; case ePath: Value = pBox->GetFileRoot(); break; } @@ -343,7 +345,7 @@ QList CSbieModel::Sync(const QMap& BoxList, cons switch (section) { - case eName: ColValue.Formatted = Value.toString().replace("_", " "); break; + //case eName: ColValue.Formatted = Value.toString().replace("_", " "); break; case eInfo: ColValue.Formatted = Value.toULongLong() == -2 ? tr("Empty") : (Value.toULongLong() > 0 ? FormatSize(Value.toULongLong()) : ""); break; } } diff --git a/SandboxiePlus/SandMan/SandMan.cpp b/SandboxiePlus/SandMan/SandMan.cpp index ebc18c87..38123b73 100644 --- a/SandboxiePlus/SandMan/SandMan.cpp +++ b/SandboxiePlus/SandMan/SandMan.cpp @@ -1639,23 +1639,32 @@ void CSandMan::OnMessage(const QString& MsgData) else if (Message.left(9) == "AddForce:") { QString response = QInputDialog::getText(g_GUIParent, tr("Which box you want to add in?"), tr("Type the box name which you are going to set:")); - if(!response.isEmpty()) + if (!response.isEmpty()) { if (theAPI->GetBoxByName(response) != NULL) { - if (Message.right(1)=="\\"||!Message.contains(".", Qt::CaseInsensitive)) { - theAPI->GetBoxByName(response)->AppendText("ForceFolder", Message.mid(9).replace("\"","")); + QString dirOrFile = Message.mid(9).replace("\"", "").trimmed(); + QFileInfo fileInfo(dirOrFile); + if (Message.right(1) == "\\" || !Message.contains(".", Qt::CaseInsensitive)) { + theAPI->GetBoxByName(response)->AppendText("ForceFolder", dirOrFile); } else { - theAPI->GetBoxByName(response)->AppendText("ForceProcess", Message.mid(9).replace("\"", "").mid(Message.mid(9).replace("\"", "").lastIndexOf("\\")+1)); - + if (fileInfo.exists() && fileInfo.isDir()) { + theAPI->GetBoxByName(response)->AppendText("ForceFolder", dirOrFile); + } + else if (fileInfo.exists() && fileInfo.isExecutable()) { + theAPI->GetBoxByName(response)->AppendText("ForceProcess", dirOrFile.mid(dirOrFile.lastIndexOf("\\") + 1)); + } + else { + QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("The value is not an existing directory or executable."), QMessageBox::Ok, 0); + } } } else { - QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("You typed a wrong box name!Nothing was changed."), QMessageBox::Ok, 0); + QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("You typed a wrong box name! Nothing was changed."), QMessageBox::Ok, 0); } } else { - QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("Users canceled this operation."), QMessageBox::Yes, 0); + QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("User canceled this operation."), QMessageBox::Yes, 0); } } else if (Message.left(8) == "AddOpen:") @@ -1667,11 +1676,11 @@ void CSandMan::OnMessage(const QString& MsgData) theAPI->GetBoxByName(response)->AppendText("OpenFilePath", Message.mid(8).replace("\"", "")); } else { - QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("You typed a wrong box name!Nothing was changed."), QMessageBox::Ok, 0); + QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("You typed a wrong box name! Nothing was changed."), QMessageBox::Ok, 0); } } else { - QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("Users canceled this operation."), QMessageBox::Yes, 0); + QMessageBox::warning(g_GUIParent, tr("Sandboxie-Plus Warning"), tr("User canceled this operation."), QMessageBox::Yes, 0); } } else if (Message.left(4) == "Run:") diff --git a/SandboxiePlus/SandMan/SbiePlusAPI.cpp b/SandboxiePlus/SandMan/SbiePlusAPI.cpp index 89d6340a..545b487e 100644 --- a/SandboxiePlus/SandMan/SbiePlusAPI.cpp +++ b/SandboxiePlus/SandMan/SbiePlusAPI.cpp @@ -410,6 +410,15 @@ void CSandBoxPlus::UpdateDetails() QStringList BorderCfg = GetText("BorderColor").split(","); m_BoxColor = QColor("#" + BorderCfg[0].mid(5, 2) + BorderCfg[0].mid(3, 2) + BorderCfg[0].mid(1, 2)).rgb(); + + m_BoxAlias = GetText("BoxAlias"); +} + +QString CSandBoxPlus::GetDisplayName() const +{ + if (!m_BoxAlias.isEmpty()) + return m_BoxAlias; + return GetName().replace("_", " "); } bool CSandBoxPlus::IsBoxexPath(const QString& Path) diff --git a/SandboxiePlus/SandMan/SbiePlusAPI.h b/SandboxiePlus/SandMan/SbiePlusAPI.h index da3dc4f6..b6990ae3 100644 --- a/SandboxiePlus/SandMan/SbiePlusAPI.h +++ b/SandboxiePlus/SandMan/SbiePlusAPI.h @@ -72,6 +72,8 @@ public: CSandBoxPlus(const QString& BoxName, class CSbieAPI* pAPI); virtual ~CSandBoxPlus(); + virtual QString GetDisplayName() const; + SB_PROGRESS ExportBox(const QString& FileName, const QString& Password = "", int Level = 5, bool Solid = false); SB_PROGRESS ImportBox(const QString& FileName, const QString& Password = ""); @@ -256,6 +258,7 @@ protected: bool m_BoxDel; bool m_NoForce; QRgb m_BoxColor; + QString m_BoxAlias; }; /////////////////////////////////////////////////////////////////////////////// diff --git a/SandboxiePlus/SandMan/Views/SbieView.cpp b/SandboxiePlus/SandMan/Views/SbieView.cpp index 289586d5..21e25a6f 100644 --- a/SandboxiePlus/SandMan/Views/SbieView.cpp +++ b/SandboxiePlus/SandMan/Views/SbieView.cpp @@ -1411,21 +1411,39 @@ void CSbieView::OnSandBoxAction(QAction* Action, const QList& SandB } else if (Action == m_pMenuRename) { - QString OldValue = SandBoxes.first()->GetName().replace("_", " "); - QString Value = QInputDialog::getText(this, "Sandboxie-Plus", tr("Please enter a new name for the Sandbox."), QLineEdit::Normal, OldValue); - if (Value.isEmpty() || Value == OldValue) + auto pBox = SandBoxes.first(); + QString OldValue = pBox->GetName().replace("_", " "); + QString Alias = pBox->GetText("BoxAlias"); + bool bAlias = false; + if (bAlias = !Alias.isEmpty()) + OldValue = Alias; + bool bOk = false; + QString Value = QInputDialog::getText(this, "Sandboxie-Plus", bAlias ? tr("Please enter a new alias for the Sandbox.") : tr("Please enter a new name for the Sandbox."), QLineEdit::Normal, OldValue, &bOk); + if (!bOk || Value == OldValue) return; - if (!TestNameAndWarn(Value)) + if (!Value.isEmpty() && !TestNameAndWarn(Value)) return; - SB_STATUS Status = SandBoxes.first()->RenameBox(Value.replace(" ", "_")); - if (!Status.IsError()) + bool bError = false; + if (bAlias || (bError = CSbieAPI::ValidateName(QString(Value).replace(" ", "_")).IsError())) { - RenameItem(OldValue.replace(" ", "_"), Value.replace(" ", "_")); - if (theAPI->GetGlobalSettings()->GetText("DefaultBox", "DefaultBox").compare(OldValue.replace(" ", "_"), Qt::CaseInsensitive) == 0) - theAPI->GetGlobalSettings()->SetText("DefaultBox", Value.replace(" ", "_")); + if (!bAlias && QMessageBox::question(this, "Sandboxie-Plus", tr("The entered name is not valid, do you want to set it as an alias instead?"), QMessageBox::Yes, QMessageBox::No) != QMessageBox::Yes) + return; + if (Value.isEmpty()) pBox->DelValue("BoxAlias"); + else pBox->SetText("BoxAlias", Value); + pBox->UpdateDetails(); + } + else + { + SB_STATUS Status = pBox->RenameBox(Value.replace(" ", "_")); + if (!Status.IsError()) + { + RenameItem(OldValue.replace(" ", "_"), Value.replace(" ", "_")); + if (theAPI->GetGlobalSettings()->GetText("DefaultBox", "DefaultBox").compare(OldValue.replace(" ", "_"), Qt::CaseInsensitive) == 0) + theAPI->GetGlobalSettings()->SetText("DefaultBox", Value.replace(" ", "_")); + } + Results.append(Status); } - Results.append(Status); SaveBoxGrouping(); } @@ -1720,7 +1738,7 @@ void CSbieView::ShowOptions(const CSandBoxPtr& pBox) { auto pBoxEx = pBox.objectCast(); if (pBoxEx->m_pOptionsWnd == NULL) { - pBoxEx->m_pOptionsWnd = new COptionsWindow(pBox, pBox->GetName()); + pBoxEx->m_pOptionsWnd = new COptionsWindow(pBox, pBoxEx->GetDisplayName()); connect(theGUI, SIGNAL(Closed()), pBoxEx->m_pOptionsWnd, SLOT(close())); connect(pBoxEx->m_pOptionsWnd, &COptionsWindow::Closed, [pBoxEx]() { pBoxEx->m_pOptionsWnd = NULL; @@ -1786,10 +1804,8 @@ void CSbieView::OnDoubleClicked(const CSandBoxPtr &pBox) if (!pBox->IsEnabled()) { - if (QMessageBox("Sandboxie-Plus", tr("This sandbox is disabled or restricted to a group/user, do you want to edit it?"), QMessageBox::Question, QMessageBox::Yes, QMessageBox::No | QMessageBox::Default | QMessageBox::Escape, QMessageBox::NoButton, this).exec() != QMessageBox::Yes) - return; - pBox->SetText("Enabled", "y"); - return; + if (QMessageBox("Sandboxie-Plus", tr("This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone?"), QMessageBox::Question, QMessageBox::Yes, QMessageBox::No | QMessageBox::Default | QMessageBox::Escape, QMessageBox::NoButton, this).exec() != QMessageBox::Yes) + pBox->SetText("Enabled", "y");// Fix #3999 } QString Action = pBox->GetText("DblClickAction"); diff --git a/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp b/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp index 1bc804fa..b3691a08 100644 --- a/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp +++ b/SandboxiePlus/SandMan/Windows/OptionsAdvanced.cpp @@ -479,7 +479,19 @@ void COptionsWindow::SaveAdvanced() WriteAdvancedCheck(ui.chkSbieLogon, "SandboxieLogon", bGlobalSbieLogon ? "" : "y", bGlobalSbieLogon ? "n" : ""); bool bGlobalSandboxGroup = m_pBox->GetAPI()->GetGlobalSettings()->GetBool("SandboxieAllGroup", false); - WriteAdvancedCheck(ui.chkCreateToken, "UseCreateToken", bGlobalSandboxGroup ? "" : "y", ""); + bool bGlobalCreateToken = m_pBox->GetAPI()->GetGlobalSettings()->GetBool("UseCreateToken", false); + if (ui.chkCreateToken->checkState() == Qt::Checked) { + WriteAdvancedCheck(ui.chkCreateToken, "SandboxieAllGroup", bGlobalSandboxGroup ? "" : "y"); + m_pBox->DelValue("UseCreateToken"); + } + else if (ui.chkCreateToken->checkState() == Qt::PartiallyChecked) { + m_pBox->SetText("SandboxieAllGroup", "n"); + m_pBox->SetText("UseCreateToken", "y"); + } + else { + WriteAdvancedCheck(ui.chkCreateToken, "SandboxieAllGroup", bGlobalSandboxGroup ? "" : "y", bGlobalSandboxGroup ? "n" : ""); + WriteAdvancedCheck(ui.chkCreateToken, "UseCreateToken", bGlobalCreateToken ? "" : "y", bGlobalCreateToken ? "n" : ""); + } SaveOptionList(); @@ -664,10 +676,13 @@ void COptionsWindow::UpdateBoxIsolation() } else { ReadGlobalCheck(ui.chkSbieLogon, "SandboxieLogon", false); - ReadGlobalCheck(ui.chkCreateToken, "UseCreateToken", false); - bool bGlobalSandboxGroup = m_pBox->GetAPI()->GetGlobalSettings()->GetBool("SandboxieAllGroup", false); - if (bGlobalSandboxGroup) - ui.chkCreateToken->setEnabled(false); + + if (m_pBox->GetBool("SandboxieAllGroup", false, true)) + ui.chkCreateToken->setCheckState(Qt::Checked); + else if (m_pBox->GetBool("UseCreateToken", false, true)) + ui.chkCreateToken->setCheckState(Qt::PartiallyChecked); + else + ui.chkCreateToken->setCheckState(Qt::Unchecked); } } diff --git a/SandboxiePlus/SandMan/sandman_de.ts b/SandboxiePlus/SandMan/sandman_de.ts index 0af960d4..221ca911 100644 --- a/SandboxiePlus/SandMan/sandman_de.ts +++ b/SandboxiePlus/SandMan/sandman_de.ts @@ -1455,105 +1455,105 @@ Notiz: Die Updateprüfung ist oft zeitversetzt zu den letzten GitHub-Veröffentl Sandbox IPCquelle - - + + bytes (unlimited) - - - - - - bytes (%1) - + Bytes (unbegrenzt) - unlimited - + + bytes (%1) + Bytes (%1) - + + unlimited + unbegrenzt + + + Add special option: Füge spezielle Option hinzu: - - + + On Start Beim Start - - - - - + + + + + Run Command Kommando ausführen - + Start Service Dienst starten - + On Init Beim Initialisieren - + On File Recovery Bei Dateiwiederherstellung - + On Delete Content Beim Löschen von Inhalten - + On Terminate Beim Beenden - - - - - + + + + + Please enter the command line to be executed Bitte geben Sie die Kommandozeile ein, die ausgeführt werden soll - + Please enter a program file name to allow access to this sandbox Bitte geben Sie einen Programmdateinamen ein, um Zugriff auf diese Sandbox zu erlauben - + Please enter a program file name to deny access to this sandbox Bitte geben Sie einen Programmdateinamen ein, um Zugriff auf diese Sandbox zu verbieten - + Deny Verweigern - + %1 (%2) %1 (%2) - + Failed to retrieve firmware table information. - + Abrufen von Firmwaretabelleninformationen fehlgeschlagen. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. - + Firmwaretabelle erfolgreich in der Registry des Hostsystems gespeichert: HKEY_CURRENT_USER\System\SbieCustom<br />Sie können sie in die Registry der Sandboxen kopieren, um für jede Box einen anderen Wert zu haben. @@ -1830,7 +1830,7 @@ Notiz: Die Updateprüfung ist oft zeitversetzt zu den letzten GitHub-Veröffentl Ausführbare Dateien (*.exe *.cmd) - + Please enter a service identifier Bitte geben Sie eine Dienstbezeichnung ein @@ -1964,7 +1964,7 @@ Bitte wählen Sie einen Ordner, der diese Datei enthält. Children - + Untergeordnete Prozesse @@ -2141,8 +2141,8 @@ Bitte wählen Sie einen Ordner, der diese Datei enthält. - - + + @@ -2170,7 +2170,7 @@ Bitte wählen Sie einen Ordner, der diese Datei enthält. - + @@ -2278,7 +2278,7 @@ Bitte wählen Sie einen Ordner, der diese Datei enthält. Eintrag: IP oder Port dürfen nicht leer sein - + Allow @@ -2783,22 +2783,22 @@ Anders als der Vorschaukanal, enthält es keine ungetesteten, möglicherweise fe CSandBox - + Waiting for folder: %1 Warte auf Ordner: %1 - + Deleting folder: %1 Lösche Ordner: %1 - + Merging folders: %1 &gt;&gt; %2 Führe Ordner zusammen: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... Beende Schnappschuss Zusammenführung... @@ -2806,68 +2806,68 @@ Anders als der Vorschaukanal, enthält es keine ungetesteten, möglicherweise fe CSandBoxPlus - + Disabled Deaktiviert - + OPEN Root Access OFFENER Rootzugriff - + Application Compartment Applikationsunterteilung - + NOT SECURE NICHT SICHER - + Reduced Isolation Reduzierte Isolation - + Enhanced Isolation Erweiterte Isolation - + Privacy Enhanced Verbesserte Privatsphäre - + No INet (with Exceptions) Kein Internet (mit Ausnahmen) - + No INet Kein Internet - + Net Share Kept original for lack of good German wording. Netzwerkfreigabe (Net share) - + No Admin Kein Admin - + Auto Delete Automatisches Löschen - + Normal Normal @@ -2876,27 +2876,27 @@ Anders als der Vorschaukanal, enthält es keine ungetesteten, möglicherweise fe CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 - + Reset Columns Spalten zurücksetzen - + Copy Cell Zelle kopieren - + Copy Row Spalte kopieren - + Copy Panel Tafel kopieren @@ -3255,7 +3255,7 @@ Anders als der Vorschaukanal, enthält es keine ungetesteten, möglicherweise fe - + Sandboxie-Plus Insider [%1] Sandboxie-Plus Insider [%1] @@ -3349,53 +3349,59 @@ Anders als der Vorschaukanal, enthält es keine ungetesteten, möglicherweise fe - + Which box you want to add in? In welche Box möchten Sie dies einfügen? - + Type the box name which you are going to set: Geben Sie den Boxnamen ein, welchen Sie ändern möchten: - - - + + + + Sandboxie-Plus Warning Sandboxie-Plus Warnung - - - You typed a wrong box name!Nothing was changed. + + The value is not an existing directory or executable. + Der Wert ist kein vorhandenes Verzeichnis oder eine ausführbare Datei. + + + + + You typed a wrong box name! Nothing was changed. Sie haben einen falschen Boxnamen eingegeben! Es wurde nichts geändert. - - - Users canceled this operation. + + + User canceled this operation. Vorgang durch Benutzer abgebrochen. - + Unknown operation '%1' requested via command line Unbekannter Vorgang '%1' angefragt per Kommandozeile - + USB sandbox not found; creating: %1 USB-Sandbox nicht gefunden; erzeuge: %1 - + Executing OnBoxTerminate: %1 Führe 'Beim Box Beenden' aus: %1 - + 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 @@ -3404,223 +3410,223 @@ Ja wählt: %1 Nein wählt: %2 - + Default sandbox not found; creating: %1 Standard Sandbox nicht gefunden; erstelle: %1 - + Failed to configure hotkey %1, error: %2 Konnte Hotkey %1 nicht einrichten, Fehler: %2 - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. Die Box %1 ist konfiguriert Funktionen zu nutzen, welche exklusiv für Projektunterstützer verfügbar sind. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. Die Box %1 ist konfiguriert Funktionen zu nutzen, welche ein <b>erweitertes</b> Unterstützerzertifikat erfordern. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgraden Sie Ihr Zertifikat</a> um alle erweiterten Funktionen freizuschalten. - + The selected feature requires an <b>advanced</b> supporter certificate. Diese Funktion erfordert ein <b>erweitertes</b> Unterstützerzertifikat. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br />Sie müssen auf der Stufe Great Patreon oder höher sein, um diese Funktion freizuschalten. - + The selected feature set is only available to project supporters.<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> Die ausgewählte(n) Funktion(en) ist/sind nur für Projektunterstützer verfügbar.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Werden Sie ein Projektunterstützer</a>, und erhalten Sie ein <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">Unterstützerzertifikat</a> - + 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> Die ausgewählte(n) Funktion(en) ist/sind nur für Projektunterstützer verfügbar. Prozesse, die in einer Box mit diesen Funktionen ohne Unterstützerzertifikat gestartet werden, werden nach 5 Minuten beendet.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Werden Sie ein Projektunterstützer</a>, und erhalten Sie ein <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">Unterstützerzertifikat</a> - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! Das Zertifikat, das Sie zu verwenden versuchen, wurde gesperrt, was bedeutet, dass es aus gutem Grund für ungültig erklärt wurde. Jeder Versuch es zu verwenden, stellt einen Verstoß gegen die Nutzungsbedingungen dar! - + The Certificate Signature is invalid! Die Zertifikatssignatur ist ungültig! - + The Certificate is not suitable for this product. Das Zertifikat ist für dieses Produkt nicht geeignet. - + The Certificate is node locked. Das Zertifikat ist an ein anderes Gerät gebunden (node-locked). - + The support certificate is not valid. Error: %1 Das Unterstützerzertifikat ist nicht gültig. Fehler: %1 - - + + Don't ask in future Zukünftig nicht mehr fragen - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? Möchten Sie alle Prozesse in verschlüsselten Sandboxen beenden und diese aushängen? - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. ACHTUNG: Ein anderer Agent (vermutlich SbieCtrl.exe) verwaltet diese Sandboxiesitzung bereits, bitte schließen Sie diesen zuerst und verbinden sich erneut, um zu übernehmen. - + Error Status: 0x%1 (%2) Fehlerstatus: 0x%1 (%2) - + Unknown Unbekannt - + All processes in a sandbox must be stopped before it can be renamed. Alle Prozesse in einer Sandbox müssen beendet werden, bevor diese umbenannt werden kann. - + Failed to move box image '%1' to '%2' Konnte Boxabbild '%1' nicht nach '%2' verschieben - + The config password must not be longer than 64 characters Das Konfigurationspasswort darf nicht länger als 64 Zeichen sein - + The content of an unmounted sandbox can not be deleted Der Inhalt einer nicht angeschlossenen Sandbox kann nicht gelöscht werden - + %1 %1 - + Unknown Error Status: 0x%1 Unbekannter Fehlerstatus: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? Möchten Sie %1 in einem sandgeboxten oder nicht sandgeboxten Browser öffnen? - + Sandboxed Sandgeboxt - + Unsandboxed Nicht sandgeboxt - + Case Sensitive Groß-/Kleinschreibung beachten - + RegExp Regulärer Ausdruck (RegExp) - + Highlight Hervorheben - + Close Schließen - + &Find ... &Suchen ... - + All columns Alle Spalten - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>Über Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 Diese Kopie von Sandboxie-Plus ist zertifiziert für: %1 - + Sandboxie-Plus is free for personal and non-commercial use. Sandboxie-Plus ist gratis für persönliche und nicht-kommerzielle Nutzung. - + 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> Sandboxie-Plus ist eine Open-Source Fortsetzung von Sandboxie.<br />Besuchen Sie <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> für mehr Informationen.<br /><br />%2<br /><br />Funktionen: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons von <a href="https://icons8.com">icons8.com</a> - + The supporter certificate is not valid for this build, please get an updated certificate Das Unterstützerzertifikat ist für diese Version nicht gültig, bitte holen Sie sich ein aktuelles Zertifikat - + The supporter certificate has expired%1, please get an updated certificate Das Unterstützerzertifikat ist abgelaufen%1, bitte holen Sie sich ein aktuelles Zertifikat - + , but it remains valid for the current build , aber es bleibt für die aktuelle Version gültig - + The supporter certificate will expire in %1 days, please get an updated certificate Das Unterstützerzertifikat wird in %1 Tagen ablaufen, bitte holen Sie sich ein aktuelles Zertifikat @@ -3693,7 +3699,7 @@ Fehler: %1 - + About Sandboxie-Plus Über Sandboxie-Plus @@ -3737,42 +3743,42 @@ Möchten Sie die Bereinigung durchführen? - Lösche Sandboxinhalt - + Executing OnBoxDelete: %1 Führe 'Beim Box Löschen' aus: %1 - + Auto Deleting %1 Content Automatisches Löschen des %1 Inhalts - + Auto deleting content of %1 Automatisches Löschen des Inhalts von %1 - + Failed to stop all Sandboxie components Konnte nicht alle Sandboxiekomponenten stoppen - + Failed to start required Sandboxie components Konnte nicht alle benötigten Sandboxiekomponenten starten - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Einige Kompatibilitätsvorlagen (%1) fehlen, möglicherweise wurden sie gelöscht. Möchten Sie diese aus allen Boxen entfernen? - + Cleaned up removed templates... Entfernte Vorlagen aufgeräumt... - + - NOT connected - NICHT verbunden @@ -3822,112 +3828,112 @@ Möchten Sie die Bereinigung durchführen? - + Do you want to terminate all processes in all sandboxes? Möchten Sie alle Prozesse in allen Sandboxen beenden? - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus wurde im portablen Modus gestartet, nun müssen die benötigten Dienste erzeugt werden, was Adminrechte benötigt. - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Möchten Sie auch die ausgeblendeten Mitteilungsboxen zurücksetzen (Ja) oder nur alle Protokollnachrichten (Nein)? - + The changes will be applied automatically whenever the file gets saved. Die Änderungen werden automatisch angewendet, sobald die Datei gespeichert wird. - + The changes will be applied automatically as soon as the editor is closed. Die Änderungen werden automatisch angewendet, sobald der Editor geschlossen wird. - + Can not create snapshot of an empty sandbox Kann keinen Schnappschuss von einer leeren Box erstellen - + A sandbox with that name already exists Es existiert bereits eine Sandbox mit diesem Namen - + Failed to execute: %1 Fehler beim Ausführen von: %1 - + Failed to communicate with Sandboxie Service: %1 Fehler beim Kommunizieren mit Sandbox-Dienst: %1 - + Failed to copy configuration from sandbox %1: %2 Fehler beim Kopieren der Konfiguration von Sandbox %1: %2 - + A sandbox of the name %1 already exists Es existiert bereits eine Sandbox mit dem Namen %1 - + Failed to delete sandbox %1: %2 Fehler beim Löschen der Sandbox %1: %2 - + The sandbox name can not be longer than 32 characters. Der Name der Sandbox darf nicht länger als 32 Zeichen sein. - + The sandbox name can not be a device name. Der Name der Sandbox darf kein reservierter Gerätename (device name) sein. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. Der Name der Sandbox darf nur Buchstaben, Zahlen und Unterstriche, welche als Leerstellen angezeigt werden, enthalten. - + Failed to terminate all processes Konnte nicht alle Prozesse beenden - + Delete protection is enabled for the sandbox Löschschutz ist für diese Sandbox aktiviert - + Error deleting sandbox folder: %1 Fehler beim Löschen von Sandbox-Ordner: %1 - + A sandbox must be emptied before it can be deleted. Eine Sandbox muss geleert werden, bevor sie umbenannt werden kann. - + Failed to move directory '%1' to '%2' Konnte Ordner '%1' nicht nach '%2' verschieben - + This Snapshot operation can not be performed while processes are still running in the box. Der Schnappschuss kann nicht erstellt werden, während Prozesse in dieser Box laufen. - + Failed to create directory for new snapshot Konnte den Ordner für den neuen Schnappschuss (Snapshot) nicht erstellen @@ -3947,131 +3953,131 @@ Möchten Sie die Bereinigung durchführen? Klicken zum Herunterladen des Updates - + No Force Process Kein erzwungener Prozess - + Removed Shortcut: %1 Entferne Verknüpfung: %1 - + Updated Shortcut to: %1 Aktualisiere Verknüpfung zu: %1 - + Added Shortcut to: %1 Verknüpfung hinzugefügt zu: %1 - + Auto removing sandbox %1 Automatisches Entfernen von Sandbox %1 - + %1 Directory: %2 %1 Ordner: %2 - + Application Applikation - + Installation Installation - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus Version: %1 (%2) - + Current Config: %1 Aktuelle Konfiguration: %1 - + for Personal use für persönliche Nutzung - + - for Non-Commercial use ONLY - NUR für nicht-kommerzielle Nutzung - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Ihre Windowsversion %1 übersteigt die aktuell bekannten Unterstützungsmöglichkeiten Ihrer Sandboxieversion, daraus resultiert die Deaktivierung der tokenbasierten Sicherheitsisolation. Folglich werden alle Applikationen ohne Sicherheitsisolation im Applikationsunterteilungsmodus laufen. Bitte überprüfen Sie, ob es ein Update für Sandboxie gibt. - + Don't show this message again for the current build. Diese Nachricht für die aktuelle Windowsversion nicht mehr anzeigen. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. Ihre Windowsversion %1 übersteigt die aktuell bekannten Unterstützungsmöglichkeiten Ihrer Sandboxieversion, Sandboxie wird versuchen die zuletzt bekannten Versätze (Offsets) zu verwenden, was möglicherweise Systeminstabilität verursachen kann. - + Do you want the setup wizard to be omitted? Möchten Sie den Einrichtungsassistenten auslassen? - + The evaluation period has expired!!! Die Evaluierungsphase ist abgelaufen!!! - + Snapshot not found Schnappschuss (Snapshot) nicht gefunden - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Fehler beim Zusammenführen der Schnappschuss Ordner: '%1' mit '%2', der Schnappschuss wurde nicht vollständig zusammengeführt. - + Failed to remove old snapshot directory '%1' Konnte alten Schnappschuss-Ordner '%1' nicht entfernen - + You are not authorized to update configuration in section '%1' Sie sind nicht berechtigt die Konfiguration in Sektion '%1' zu aktualisieren - + Failed to set configuration setting %1 in section %2: %3 Fehler beim Setzen der Konfigurationsoption %1 in Sektion %2: %3 - - - - - + + + + + Don't show this message again. Diese Nachricht nicht mehr anzeigen. - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Fehler @@ -4098,25 +4104,25 @@ Bitte überprüfen Sie, ob es ein Update für Sandboxie gibt. Aufräumen - + Data Directory: %1 Datenordner: %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. Das Programm %1 gestartet in Box %2 wird in 5 Minuten beendet, weil diese Box so konfiguriert ist Funktionen zu verwenden die exklusiv für Projektunterstützer sind. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. Die Box %1 ist so konfiguriert, dass sie exklusive Funktionen nutzt, die nur für Projektunterstützer verfügbar sind, diese Vorgaben werden ignoriert. - - - - + + + + <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">Werden Sie ein Projektunterstützer</a>, und erhalten Sie ein <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">Unterstützerzertifikat</a> @@ -4126,154 +4132,154 @@ Bitte überprüfen Sie, ob es ein Update für Sandboxie gibt. Stelle Datei %1 zu %2 wieder her - + Only Administrators can change the config. Nur Administratoren können die Konfiguration editieren. - + Please enter the configuration password. Bitte Konfigurationspasswort eingeben. - + Login Failed: %1 Login fehlgeschlagen: %1 - + Please enter the duration, in seconds, for disabling Forced Programs rules. Bitte geben Sie die Dauer, in Sekunden, ein, zum Pausieren der erzwungenen Programmregeln. - + No Recovery Keine Wiederherstellung - + No Messages Keine Nachrichten - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>ERROR:</b> Der Sandboxie-Plus Manager (SandMan.exe) verfügt nicht über eine gültige Signatur (SandMan.exe.sig). Bitte laden Sie eine vertrauenswürdige Version von der <a href="https://sandboxie-plus.com/go.php?to=sbie-get">offiziellen Downloadseite</a>. - + Maintenance operation failed (%1) Wartungsvorgang fehlgeschlagen (%1) - + Maintenance operation completed Wartungsvorgang abgeschlossen - + Executing maintenance operation, please wait... Führe Wartungsvorgang aus, bitte warten... - + In the Plus UI, this functionality has been integrated into the main sandbox list view. Im Plus-UI wurde diese Funktionalität in die Hauptlistenansicht der Sandboxen integriert. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Mit dem Box-/Gruppenkontextmenü können Sie Boxen und Gruppen zu anderen Gruppen bewegen. Sie können die Elemente auch per Ziehen und Loslassen bewegen. Alternativ können Sie die Pfeiltasten nutzen, während Sie ALT gedrückt halten, um die Elemente innerhalb ihrer Gruppe rauf und runter zu bewegen.<br />Sie können neue Boxen und Gruppen aus dem Sandboxmenü erstellen. - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. Sie sind im Begriff die Templates.ini zu bearbeiten, was grundsätzlich nicht empfohlen wird. Diese Datei ist Teil von Sandboxie und alle vorgenommenen Änderungen an der Datei werden zurückgesetzt, wenn Sandboxie aktualisiert wird. - + Sandboxie config has been reloaded Sandboxiekonfiguration wurde neu geladen - + Administrator rights are required for this operation. Für diesen Vorgang werden Adminrechte benötigt. - + Failed to connect to the driver Fehler beim Verbinden mit dem Treiber - + An incompatible Sandboxie %1 was found. Compatible versions: %2 Eine inkompatible Version von Sandboxie %1 wurde gefunden. Kompatible Versionen: %2 - + Can't find Sandboxie installation path. Kann Installationspfad von Sandboxie nicht finden. - + All sandbox processes must be stopped before the box content can be deleted Alle Sandboxprozesse müssen beendet sein, bevor der Boxinhalt gelöscht werden kann - + Failed to copy box data files Fehlschlag beim Kopieren der Boxdateien - + Can't remove a snapshot that is shared by multiple later snapshots Es kann kein Schnappschuss gelöscht werden der von mehreren späteren Schnappschüssen geteilt wird - + Failed to remove old box data files Fehlschlag beim Entfernen der alten Boxdateien - + The operation was canceled by the user Der Vorgang wurde durch den Nutzer abgebrochen - + Import/Export not available, 7z.dll could not be loaded Import/Export nicht verfügbar, 7z.dll konnte nicht geladen werden - + Failed to create the box archive Konnte Boxarchiv nicht erzeugen - + Failed to open the 7z archive Konnte das 7z-Archiv nicht öffnen - + Failed to unpack the box archive Konnte das Boxarchiv nicht entpacken - + The selected 7z file is NOT a box archive Die ausgewählte 7z-Datei ist KEIN Boxarchiv - + Operation failed for %1 item(s). Vorgang für %1 Element(e) fehlgeschlagen. - + Remember choice for later. Die Auswahl für später merken. @@ -4291,37 +4297,37 @@ This file is part of Sandboxie and all change done to it will be reverted next t Boxgruppe - + Empty Leer - + Name Name - + Process ID Prozess ID - + Status Status - + Title Titel - + Info Info - + Path / Command Line Pfad / Kommandozeile @@ -4531,37 +4537,37 @@ This file is part of Sandboxie and all change done to it will be reverted next t CSbieTemplatesEx - + Failed to initialize COM COM konnte nicht initialisiert werden - + Failed to create update session Update-Sitzung konnte nicht erstellt werden - + Failed to create update searcher Update-Sucher konnte nicht erstellt werden - + Failed to set search options Suchoptionen konnten nicht festgelegt werden - + Failed to enumerate installed Windows updates Fehler beim Ermitteln der installierten Windowsupdates - + Failed to retrieve update list from search result Update-Liste konnte nicht aus dem Suchergebnis abgerufen werden - + Failed to get update count Anzahl der Updates konnte nicht ermittelt werden @@ -4958,14 +4964,14 @@ This file is part of Sandboxie and all change done to it will be reverted next t - + Don't show this message again. Diese Nachricht nicht mehr anzeigen. - + This Sandbox is empty. Diese Sandbox ist leer. @@ -4990,51 +4996,61 @@ This file is part of Sandboxie and all change done to it will be reverted next t %1 Kopie - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + This Sandbox is already empty. Diese Sandbox ist bereits leer. - - + + Do you want to delete the content of the selected sandbox? Möchten Sie den Inhalt der ausgewählten Sandbox löschen? - + Do you want to terminate all processes in the selected sandbox(es)? Möchten Sie alle Prozesse in der/den ausgewählten Sandbox(en) beenden? - - + + Terminate without asking Beenden ohne Rückfrage - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Das Sandboxie Startmenü wird nun angezeigt. Wählen Sie eine Applikation aus diesem Menü und Sandboxie wird eine neue Verknüpfung auf Ihrem tatsächlichen Desktop erstellen, welche Sie dazu verwenden können um die ausgewählte Applikation unter der Kontrolle von Sandboxie aufzurufen. - + Do you want to terminate %1? Möchten Sie %1 beenden? - + the selected processes die ausgewählten Prozesse - + This box does not have Internet restrictions in place, do you want to enable them? Diese Sandbox hat keine Internetbeschränkungen, möchten Sie diese aktivieren? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - Diese Sandbox ist deaktiviert oder auf andere Gruppen/Benutzer beschränkt. Möchten Sie die Sandbox bearbeiten? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + Diese Sandbox ist derzeit deaktiviert oder auf bestimmte Gruppen oder Benutzer beschränkt. Möchten Sie den Zugriff für alle erlauben? @@ -5146,29 +5162,29 @@ This file is part of Sandboxie and all change done to it will be reverted next t Exportiere: %1 - + Please enter a new name for the Sandbox. Bitte einen Namen für die neue Sandbox eingeben. - + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Möchten Sie wirklich die ausgewählte(n) Sandbox(en) entfernen?<br /><br />Warnung: Der Boxinhalt wird ebenfalls gelöscht! - - + + Also delete all Snapshots Auch alle Schnappschüsse löschen - + Do you really want to delete the content of all selected sandboxes? Möchten Sie wirklich den Inhalt von allen ausgewählten Sandboxen löschen? - - + + Create Shortcut to sandbox %1 Verknüpfung zu Sandbox %1 erstellen @@ -5302,7 +5318,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t HwId: %1 - + HwId: %1 @@ -5449,10 +5465,6 @@ This file is part of Sandboxie and all change done to it will be reverted next t Supporter certificate required for automation Unterstützerzertifikat notwendig zur Automatisierung - - Make Folder/File &Forced - Erzwinge &Ordner/Datei - This certificate is unfortunately not valid for the current build, you need to get a new certificate or downgrade to an earlier build. @@ -5617,12 +5629,12 @@ This file is part of Sandboxie and all change done to it will be reverted next t Set Force in Sandbox - + Setze Erzwinge in Sandbox Set Open Path in Sandbox - + Setze Öffne Pfad in Sandbox @@ -6716,12 +6728,12 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac - + Protect the system from sandboxed processes Schütze das System vor Prozessen in der Sandbox - + Block network files and folders, unless specifically opened. Blockiere Netzwerkdateien und Ordner, außer diese wurden explizit geöffnet. @@ -6742,18 +6754,18 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac - - - - - - - - - - - - + + + + + + + + + + + + Name Name @@ -6765,28 +6777,28 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Entfernen @@ -6842,7 +6854,7 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac Lässt Programme denken, sie würden mit erhöhten Rechten laufen (Erlaubt das sichere Ausführen von Installern) - + Network restrictions Netzwerkbeschränkungen @@ -6867,83 +6879,83 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac Frage Benutzer bei Migration von großen Dateien - + Program Groups Programmgruppen - + Add Group Gruppe hinzufügen - - - - - + + + + + Add Program Programm hinzufügen - + Force Folder Erzwungene Ordner - - - + + + Path Pfad - + Force Program Erzwungenes Programm - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Zeige Vorlagen - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Programme die hier gelistet sind oder von den angegebenen Ordnern gestartet werden, werden automatisch in dieser Sandbox ausgeführt, solange sie nicht explizit in einer anderen Sandbox gestartet werden. - - + + Stop Behaviour Stoppverhalten - - - - - - - + + + + + + + Type Typ @@ -7018,7 +7030,7 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac Druckerbeschränkungen - + Prevent change to network and firewall parameters (user mode) Verhindere Änderungen an Netzwerk und Firewall-Parametern (Nutzermodus) @@ -7028,161 +7040,161 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac Füge Programm hinzu - + 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. Sie können Programme gruppieren und ihnen einen Gruppennamen geben. Programmgruppen können in einigen Einstellungen an Stelle der Programmnamen genutzt werden. Gruppen, welche für eine Box definiert werden, übergehen Gruppen die in Vorlagen definiert wurden. - + Start Restrictions Starteinschränkungen - + Issue message 1308 when a program fails to start Gebe Nachricht 1308 aus, wenn ein Programmstart fehlschlägt - + Allow only selected programs to start in this sandbox. * Erlaube nur ausgewählten Prozessen in dieser Sandbox zu starten. * - + Prevent selected programs from starting in this sandbox. Verhindere die Ausführung von ausgewählten Programmen in dieser Sandbox. - + Allow all programs to start in this sandbox. Erlaube allen Programmen in dieser Sandbox zu starten. - + * Note: Programs installed to this sandbox won't be able to start at all. * Notiz: Programme, welche in dieser Sandbox installiert werden, werden nicht in der Lage sein zu starten. - + Process Restrictions Prozessbeschränkungen - + Issue message 1307 when a program is denied internet access Gebe Nachricht 1307 aus, wenn einem Programm der Internetzugriff verweigert wurde - + Note: Programs installed to this sandbox won't be able to access the internet at all. Hinweis: Programme, welche in dieser Sandbox installiert werden, werden nicht in der Lage sein auf das Internet zuzugreifen. - + Prompt user whether to allow an exemption from the blockade. Den Nutzer fragen, ob er eine Ausnahme von dieser Blockade erlauben will. - + Resource Access Ressourcenzugriff - - - - - - - - - + + + + + + + + + Program Programm - - - - - - + + + + + + Access Zugriff - + Add Reg Key Füge Registry-Schlüssel hinzu - + Add File/Folder Füge Datei/Ordner hinzu - + Add Wnd Class Füge Fensterklasse hinzu - + Add COM Object Füge COM-Objekt hinzu - + Add IPC Path Füge IPC-Pfad hinzu - + File Recovery Dateiwiederherstellung - + Add Folder Füge Ordner hinzu - + Ignore Extension Ignoriere Erweiterungen - + Ignore Folder Ignoriere Ordner - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Aktivere Sofortwiederherstellungsabfrage, um alle Dateien sofort wiederherzustellen, sobald sie erzeugt werden. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Sie können Ordner und Dateitypen (oder Dateierweiterungen) von der Sofortwiederherstellung ausnehmen. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Wenn die Schnellwiederherstellungsfunktion aufgerufen wird, werden die folgenden Ordner in der Sandbox auf Inhalte geprüft. - + Immediate Recovery Sofortwiederherstellung - + Advanced Options Erweiterte Optionen - + Miscellaneous Diverses @@ -7197,7 +7209,7 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac Blockiere Lesezugriff auf die Zwischenablage - + Force usage of custom dummy Manifest files (legacy behaviour) Erzwinge die Verwendung von eigenen dummy Manifestdateien (veraltetes Verhalten) @@ -7217,7 +7229,7 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac Öffne systemgeschützten Speicherort - + Don't alter window class names created by sandboxed programs Fensterklassen von sandgeboxten Programmen nicht ändern @@ -7228,13 +7240,13 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac - + Protect the sandbox integrity itself Die Sandboxintegrität selbst schützen - - + + Compatibility Kompatibilität @@ -7244,7 +7256,7 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac ACHTUNG: Bei Ausführung unter dem eingebauten Administrator, können Prozesse ihre administrativen Rechten nicht abgeben. - + Emulate sandboxed window station for all processes Emuliere sandgeboxte 'Window Stations' für alle Prozesse @@ -7254,41 +7266,37 @@ Wenn Sie bereits ein Great Supporter auf Patreon sind, kann Sandboxie online nac Öffne Zugriff auf Windows Security Account Manager - Hide Processes - Verstecke Prozesse - - - + Add Process Prozess hinzufügen - + Hide host processes from processes running in the sandbox. Verstecke Host-Prozesse vor Prozessen in der Sandbox. - + Don't allow sandboxed processes to see processes running in other boxes Nicht erlauben, dass sandgeboxte Prozesse die Prozesse in anderen Boxen sehen können - + Users Benutzer - + Restrict Resource Access monitor to administrators only Beschränke den Ressourcenzugriffsmonitor auf Administratoren - + Add User Benutzer hinzufügen - + 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. @@ -7297,22 +7305,22 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Notiz: Erzwungene Programme und Ordner für eine Sandbox finden keine Anwendung auf Konten, die diese Sandbox nicht nutzen können. - + Tracing Rückverfolgung - + Log all SetError's to Trace log (creates a lot of output) Protokolliere alle SetError ins Rückverfolgungsprotokoll (Erzeugt große Ausgabemenge) - + Pipe Trace Pipe-Rückverfolgung - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -7331,72 +7339,72 @@ Sie können die Protokollierung in der INI anpassen, indem Sie wie folgt wählen an Stelle von "*". - + Access Tracing Zugriffsrückverfolgung - + GUI Trace GUI-Rückverfolgung - + DNS Filter DNS-Filter - + Add Filter Filter hinzufügen - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. Mit dem DNS-Filter können individuelle Domänen, je Prozess blockiert werden. Lassen Sie die IP-Spalte leer zum Blockieren oder geben Sie eine IP ein zum Umleiten. - + Domain Domäne - + Internet Proxy Internetproxy - + Add Proxy Füge Proxy hinzu - + Test Proxy Proxy testen - + Auth Authentifizierung - + Login Login - + Password Passwort - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. Sandgeboxte Programme können dazu gezwungen werden einen vorgegebenen SOCKS5-Proxy zu verwenden. - + Resolve hostnames via proxy Hostnamen durch den Proxy auflösen @@ -7405,10 +7413,6 @@ an Stelle von "*". Limit restrictions Limit-Beschränkungen - - Leave it blank to disable the setting(Unit:KB) - Leer lassen, um die Einstellung zu deaktivieren (Einheit: KB) - @@ -7432,135 +7436,127 @@ an Stelle von "*". Speicherlimit einzelner Prozess: - + Restart force process before they begin to execute Starte erzwungene Prozesse neu, bevor sie ausgeführt werden - + On Box Terminate Beim Box Beenden - + Don't allow sandboxed processes to see processes running outside any boxes Nicht erlauben, dass sandgeboxte Prozesse die Prozesse außerhalb der Boxen sehen können - Prevent sandboxed processes from accessing system details through WMI - Hindere sandgeboxte Prozesse daran, über WMI auf Systemdetails zuzugreifen - - - Some programs retrieve system details via WMI (Windows Management Instrumentation), a built-in Windows database, rather than using conventional methods. For instance, 'tasklist.exe' can access a complete list of processes even if 'HideOtherBoxes' is enabled. Enable this option to prevent such behavior. - Einige Programme rufen Systemdetails über WMI (Windows Management Instrumentation), eine integrierte Windows-Datenbank, ab, anstatt herkömmliche Methoden zu verwenden. Zum Beispiel kann 'tasklist.exe' auf eine komplette Liste von Prozessen zugreifen, auch wenn 'HideOtherBoxes' aktiviert ist. Aktivieren Sie diese Option, um ein solches Verhalten zu verhindern. - - - + API call Trace (traces all SBIE hooks) API-Aufrufrückverfolgung (verfolgt alle SBIE-Hooks) - + Key Trace Schlüsselrückverfolgung - + File Trace Dateirückverfolgung - + IPC Trace IPC-Rückverfolgung - + Log Debug Output to the Trace Log Protokolliere Debug-Ausgabe in das Rückverfolgungsprotokoll - + DNS Request Logging DNS-Anfragenprotokollierung - + COM Class Trace COM-Klassenrückverfolgung - + Debug Debug - + WARNING, these options can disable core security guarantees and break sandbox security!!! WARNUNG, diese Optionen können Kernsicherheitsgarantien deaktivieren und die Sandboxsicherheit zerstören!!! - + These options are intended for debugging compatibility issues, please do not use them in production use. Diese Optionen sind nur zur Fehlersuche bei Kompatibilitätsproblemen gedacht, bitte nicht im produktiven Einsatz verwenden. - + App Templates Programmvorlagen - + Filter Categories Filterkategorien - + Text Filter Textfilter - + Add Template Füge Vorlage hinzu - + Category Kategorie - + This list contains a large amount of sandbox compatibility enhancing templates Diese Liste enthält eine große Menge an Vorlagen, welche die Kompatibilität der Sandbox verbessern - + Set network/internet access for unlisted processes: Setze Netzwerk-/Internetzugriff für nicht aufgeführte Prozesse: - + Test Rules, Program: Testregeln, Programm: - + Port: Port: - + IP: IP: - + Protocol: Protokoll: - + X X @@ -7581,13 +7577,13 @@ an Stelle von "*". - + Move Up Nach oben verschieben - + Move Down Nach unten verschieben @@ -7617,39 +7613,39 @@ an Stelle von "*". Zugriffsisolation - + Image Protection Abbildschutz - + Issue message 1305 when a program tries to load a sandboxed dll Gebe Nachricht 1305 aus, wenn ein Programm versucht eine sandgeboxte DLL zu laden - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Hindere sandgeboxte Programme, die auf dem Hostsystem installiert sind, daran, DLLs aus der Sandbox zu laden - + Dlls && Extensions DLLs && Erweiterungen - + Description Beschreibung - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Sandboxies Ressourcenzugriffsregeln benachteiligen häufiger Programme in der Sandbox. OpenFilePath und OpenKeyPath funktionieren nur für Programme, die sich auf dem Host befinden. Um eine Regel ohne diese Beschränkungen zu definieren, müssen OpenPipePath oder OpenConfPath verwendet werden. Ebenso werden alle Closed(File|Key|Ipc)Path Anweisungen, welche durch eine Negation definiert werden, z.B. ‘ClosedFilePath=! iexplore.exe,C:Users*’, immer für Programmdateien (Binaries), die sich innerhalb einer Sandbox befinden, geschlossen sein. Beide Beschränkungen lassen sich auf der “Zugriffsrichtlinien”-Seite ausschalten. -Dies wird gemacht um bösartige Prozesse in einer Sandbox daran zu hindern, eine umbenannte Kopie von sich selbst zu erstellen, um so auf geschützte Ressourcen zuzugreifen. Ein anderes Einfallstor ist die Injektion einer Programmbibliothek in einen befugten Prozess um Zugang zu allem zu erhalten, auf das dieser Prozess Zugriff hat. Mit der Verwendung des Abbildschutzes (Host Image Protection), kann dies verhindert werden, durch die Blockierung des Ladens von Programmbibliotheken innerhalb der Sandbox in Programme (installiert auf dem Hostrechner) die in einer Sandbox laufen. + Sandboxies Ressourcenzugriffsregeln benachteiligen häufig Programme, die sich innerhalb der Sandbox befinden. OpenFilePath und OpenKeyPath funktionieren nur für Programme, die sich auf dem Hostsystem befinden. Um eine Regel ohne diese Beschränkungen zu definieren, müssen OpenPipePath oder OpenConfPath verwendet werden. Ebenso werden alle Closed(File|Key|Ipc)Path Anweisungen, welche durch eine Negation definiert werden, z.B. 'ClosedFilePath=!iexplore.exe,C:Users*', immer für Programme, die sich innerhalb einer Sandbox befinden, geschlossen sein. Beide Beschränkungen lassen sich auf der "Zugriffsrichtlinien"-Seite ausschalten. +Dies wird gemacht, um bösartige Prozesse innerhalb der Sandbox daran zu hindern, eine umbenannte Kopie von sich selbst zu erstellen, um so auf geschützte Ressourcen zuzugreifen. Ein anderes Einfallstor ist die Injektion einer Programmbibliothek in einen befugten Prozess um Zugang zu allem zu erhalten, auf das dieser Prozess Zugriff hat. Mit der Verwendung des Abbildschutzes (Host Image Protection) kann dies verhindert werden, indem Programme (installiert auf dem Hostsystem), die innerhalb einer Sandbox laufen, daran gehindert werden, Programmbibliotheken aus der Sandbox selbst zu laden. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Die Funktionalität von Sandboxie kann durch die Verwendung optionaler DLLs erweitert werden, die beim Start in jeden sandgeboxten Prozess durch die Datei SbieDll.dll geladen werden können. Der Erweiterungsmanager in den globalen Einstellungen bietet ein paar nützliche Erweiterungen, die, nachdem diese installiert wurden, hier für die aktuelle Box aktiviert werden können. @@ -7679,27 +7675,27 @@ Dies wird gemacht um bösartige Prozesse in einer Sandbox daran zu hindern, eine Die Verwendung eines eigenen Sandboxie Tokens erlaubt die bessere Isolation individueller Sandboxen zu einander und es zeigt in der Nutzerspalte des Taskmanagers den Namen der Box an zu der ein Prozess gehört. Einige Drittanbietersicherheitslösungen könnten jedoch Probleme mit den eigenen Tokens haben. - + Force Programs Erzwungene Programme - + Disable forced Process and Folder for this sandbox Deaktiviere erzwungene Prozesse und Ordner für diese Sandbox - + Breakout Programs Breakout Programme - + Breakout Program Breakout Programm - + Breakout Folder Breakout Ordner @@ -7749,16 +7745,12 @@ Dies wird gemacht um bösartige Prozesse in einer Sandbox daran zu hindern, eine Job-Objekt - Create a new sandboxed token instead of setting down default token - Erzeuge einen neuen sandgeboxten Token, anstelle des Standardtokens - - - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. Programme die hier eingegeben werden, wird erlaubt aus dieser Box auszubrechen, wenn diese starten, sodass Sie diese in einer anderen Box einfangen können. Zum Beispiel um Ihren Browser immer in einer dafür gewidmeten Box zu öffnen. - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. <b><font color='red'>SICHERHEITSHINWEIS</font>:</b> Die Verwendung von <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> und/oder <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in Kombination mit Open[File/Pipe]Path-Anweisungen kann die Sicherheit beeinträchtigen. Bitte lesen Sie die Sicherheitshinweise für jede Option in der Dokumentation, bevor Sie diese verwenden. @@ -7767,193 +7759,199 @@ Dies wird gemacht um bösartige Prozesse in einer Sandbox daran zu hindern, eine unlimited - + unbegrenzt bytes - + Bytes - Create a new sandboxed token instead of stripping down the original token + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. - - Force Children - Erzwungene untergeordnete Prozesse + + Create a new sandboxed token instead of stripping down the original token + Erzeuge einen neuen sandgeboxten Token, anstatt den ursprünglichen Token zu beschränken - + + Force Children + Erzwungene untergeordnete Prozesse + + + Lingering Programs Verweilende Programme - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Verweilende Programme werden automatisch beendet, wenn diese noch laufen, nachdem alle anderen Prozesse bereits beendet wurden. - + Leader Programs Primäre Programme - + If leader processes are defined, all others are treated as lingering processes. Falls primäre Programme/Prozesse definiert wurden, werden alle anderen als verweilende Prozesse behandelt. - + Stop Options Stoppoptionen - + Use Linger Leniency Verwende nachsichtiges Verweilen - + Don't stop lingering processes with windows Verweilende Programme mit Fenstern nicht beenden - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. Diese Einstellung kann dazu verwendet werden Programme daran zu hindern, ohne das Wissen und die Zustimmung des Nutzers, in der Sandbox ausgeführt zu werden. - + Display a pop-up warning before starting a process in the sandbox from an external source Zeige eine Popup-Warnung vor der Ausführung eines Prozesses, in der Sandbox, von einer externen Quelle - + Files Dateien - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Konfiguriere welche Prozesse auf Dateien, Ordner und Pipes zugreifen können. 'Offener' Zugriff findet nur auf die Programme Anwendung die sich außerhalb der Sandbox befinden, Sie können stattdessen 'Offen für Alle' verwenden damit es Anwendung auf alle Programme findet oder Sie ändern dieses Verhalten im Richtlinienreiter. - + Registry Registry - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Konfiguriere welche Prozesse auf die Registry zugreifen können. 'Offener' Zugriff findet nur auf die Programme Anwendung die sich außerhalb der Sandbox befinden, Sie können stattdessen 'Offen für Alle' verwenden damit es Anwendung auf alle Programme findet oder Sie ändern dieses Verhalten im Richtlinienreiter. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Konfiguriere welche Prozesse Zugriff auf NT IPC Objekte haben, wie ALPC-Ports und anderen Prozessspeicher und Kontext. Um einen Prozess anzugeben verwenden Sie '$:program.exe' als Pfad. - + Wnd Fenster - + Wnd Class Fensterklasse - + COM COM - + Class Id Klassen-ID - + Configure which processes can access COM objects. Konfiguriere welche Prozesse Zugriff auf COMobjekte haben. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Nicht den virtualisierten COM verwenden, offener Zugriff auf die COMinfrastruktur des Hostsystems (nicht empfohlen) - + Access Policies Zugriffsrichtlinien - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Wende 'Close...=!<program>,...' Regeln auch auf alle ausführbaren Binärcodes (Programme) innerhalb der Sandbox an. - + Network Options Netzwerkoptionen - + Add Rule Regel hinzufügen - - + + Action Aktion - - + + Port Port - - - + + + IP IP - + Protocol Protokoll - + 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. ACHTUNG: Die Windows Filtering Platform wird nicht durch den Treiber ermöglicht, deshalb können diese Regeln nur im Nutzerkontext angewendet und nicht erzwungen werden!!! Dies bedeutet, dass ein bösartiges Programm diese umgehen könnte. - + Quick Recovery Schnellwiederherstellung - + Various Options Verschiedene Optionen @@ -7973,44 +7971,44 @@ Um einen Prozess anzugeben verwenden Sie '$:program.exe' als Pfad.Öffne Zugriff auf Windows Local Security Authority - + Program Control Programmkontrolle - + 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. Die Regelgenauigkeit ist ein Maß wie genau eine gegebene Regel mit einem gewissen Pfad übereinstimmt; einfach gesagt ist die Genauigkeit die Länge der Zeichen vom Beginn des Pfades bis zu und inklusive des letzten übereinstimmenden Nicht-Wildcard-Zeichenkettenteils. Eine Regel, welche nur mit Dateitypen, wie "*.tmp" übereinstimmt, hätte die höchste Genauigkeit, da sie immer mit dem ganzen Pfad übereinstimmt. Der Prozessübereinstimmungslevel hat eine höhere Priorität als die Genauigkeit und beschreibt wie eine Regel für einen gewissen Prozess anzuwenden ist. Regeln welche für Prozessnamen oder Gruppen gelten haben den höchsten Übereinstimmungslevel, gefolgt von der Übereinstimmung durchr Negation (z.B. Regeln werden auf alle Prozesse angewandt, außer auf bestimmte), während globale Übereinstimmungen den geringste Übereinstimmungslevel (z.B. Regel die auf jeden Prozess zutreffen) haben. - + Prioritize rules based on their Specificity and Process Match Level Priorisiere Regeln basierend ihrer Genauigkeit und Prozessübereinstimmungslevel - + Privacy Mode, block file and registry access to all locations except the generic system ones Privatsphärenmodus, blockiere Datei und Registryzugriff zu allen Orten außer den generischen des Systems - + Access Mode Zugriffsmodus - + 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. Wenn der Privatsphärenmodus angeschaltet ist, können sandgeboxte Prozesse nur C:\Windows\*, C:\Programme\*, und Teile der HKLM-Registry lesen, alle anderen Speicherorte benötigen die explizite Freigabe zum Lesen und/oder Schreiben. In diesem Modus ist die Regelgenauigkeit immer eingeschaltet. - + Rule Policies Regel-Richtlinien - + Apply File and Key Open directives only to binaries located outside the sandbox. Wende Datei- und Schlüsselöffnungsanweisungen nur auf ausführbaren Binärcode außerhalb der Sandbox an. @@ -8071,13 +8069,13 @@ Der Prozessübereinstimmungslevel hat eine höhere Priorität als die Genauigkei Gebe Nachricht 2111 aus, falls ein Prozesszugriff abgelehnt wird - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Deaktiviere standardmäßig die Benutzung von RpcMgmtSetComTimeout (Dies könnte Kompatibilitätsprobleme lösen) - 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. it’s no longer providing reliable security, just simple application compartmentalization. + 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. it's no longer providing reliable security, just simple application compartmentalization. Sicherheitsisolation durch die Verwendung eines stark eingeschränkten Prozesstokens ist Sandboxies hauptsächliches Mittel um Sandboxrestriktionen zu erzwingen. Falls dies deaktiviert ist, wird die Box im Applikationsunterteilungsmodus betrieben und bietet somit nicht länger verlässliche Sicherheit, sondern nur einfache Applikationsunterteilung. @@ -8101,82 +8099,82 @@ Der Prozessübereinstimmungslevel hat eine höhere Priorität als die Genauigkei Die unterstehenden Optionen können sicher genutzt werden, wenn Sie keine Adminrechte gewähren. - + Triggers Auslöser - + Event Vorgang - - - - + + + + Run Command Kommando ausführen - + Start Service Dienst starten - + These events are executed each time a box is started Diese Vorgänge werden jedes Mal ausgeführt, wenn eine Box gestartet wird - + On Box Start Beim Boxstart - - + + These commands are run UNBOXED just before the box content is deleted Diese Kommandos werden NICHT-sandgeboxt ausgeführt, direkt bevor der Boxinhalt gelöscht wird - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Diese Kommandos werden nur ausgeführt wenn eine Box initialisiert wird. Um diese erneut auszuführen, muss der Boxinhalt gelöscht werden. - + On Box Init Bei Boxinitialisierung - + Here you can specify actions to be executed automatically on various box events. Hier können Sie Aktionen angeben, die automatisch bei bestimmten Boxvorgängen ausgeführt werden. - + Disable Resource Access Monitor Deaktiviere Ressourcenzugriffsmonitor - + Resource Access Monitor Ressourcenzugriffsmonitor - - + + Network Firewall Netzwerk-Firewall - + Template Folders Vorlagenordner - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -8185,23 +8183,23 @@ Please note that this values are currently user specific and saved globally for Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global für alle Boxen gespeichert werden. - - + + Value Wert - + Accessibility Barrierefreiheit - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Zur Kompensation des verlorenen Schutzes, suchen Sie die Einstellungsseite der Rechteabgabe in der Gruppe der Beschränkungen auf. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Screenreader, JAWS, NVDA, Window-Eyes, Systemzugriff @@ -8227,8 +8225,8 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - Wenn <a href="sbie://docs/boxencryption">Boxverschlüsselung</a> eingeschaltet ist, wird der Boxquellenordner, inklusive des Registryhives auf einem verschlüsselten Diskabbild, durch die Verwendung von <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS Implementierung, gespeichert. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + Wenn <a href="sbie://docs/boxencryption">Boxverschlüsselung</a> eingeschaltet ist, wird der Boxquellenordner, inklusive des Registryhives, auf einem verschlüsselten Diskabbild, durch die Verwendung von <a href="https://diskcryptor.org">Disk Cryptors</a> AES-XTS Implementierung, gespeichert. @@ -8346,52 +8344,52 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f Verwende einen Sandboxie-Login anstelle eines anonymen Tokens - + Configure which processes can access Desktop objects like Windows and alike. Konfiguriere welche Prozesse Zugriff auf Desktopobjekte wie Fenster und dergleichen haben. - + Apply ElevateCreateProcess Workaround (legacy behaviour) Wende die ElevateCreateProcess-Problemumgehung an (veraltetes Verhalten) - + Use desktop object workaround for all processes Wende den Workaround für Desktopobjekt auf alle Prozesse an - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. Wenn der globale Hotkey 3x kurz hintereinander gedrückt wird, wird diese Ausnahme ignoriert. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. Schließe diese Sandbox davon aus, dass sie beendet wird, wenn "Alle Prozesse beenden" aufgerufen wird. - + This command will be run before the box content will be deleted Dieses Kommando wird ausgeführt bevor der Boxinhalt gelöscht wird - + On File Recovery Bei Dateiwiederherstellung - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked Dieses Kommando wird ausgeführt bevor eine Datei wiederhergestellt wird und der Dateipfad wird als erstes Argument weitergegeben und falls dieses Kommando etwas anderes als den Wert 0 zurückgibt, wird die Wiederherstellung blockiert - + Run File Checker Starte Dateiprüfer - + On Delete Content Beim Löschen von Inhalten @@ -8417,137 +8415,137 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f - + Process Prozess - + Other Options Andere Optionen - + Port Blocking Portblockade - + Block common SAMBA ports Blockiere übliche SAMBA-Ports - + Bypass IPs - + Umgehe IPs - + Block DNS, UDP port 53 Blockiere DNS, UPD Port 53 - + Add Option Füge Option hinzu - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Hier können Sie pro Prozess Optionen konfigurieren, um die Kompatibilität zu verbessern und/oder das Sandboxverhalten zu personalisieren. - + Option Option - + These commands are run UNBOXED after all processes in the sandbox have finished. Diese Befehle werden AUẞERHALB der Sandbox ausgeführt, nachdem alle Prozesse in der Sandbox beendet wurden. - + Privacy - + Privatsphäre - - Hide Firmware Informations - + + Hide Firmware Information + Verstecke Firmwareinformationen - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. - + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Einige Programme lesen Systemdetails über WMI (eine in Windows eingebaute Datenbank) aus, anstatt auf herkömmliche Weise. Zum Beispiel könnte "tasklist.exe" über den Zugriff auf WMI eine vollständige Prozessliste erhalten, selbst wenn "HideOtherBoxes" verwendet wird. Aktivieren Sie diese Option, um dieses Verhalten zu beenden. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Hindere sandgeboxte Prozesse daran, über WMI auf Systemdetails zuzugreifen (siehe Tooltip für mehr Infos) - + Process Hiding - + Prozesse verstecken - + Use a custom Locale/LangID - + Verwende eine eigene Locale/LangID - + Data Protection - + Datenschutz - - Dump the current Firmare Tables to HKCU\System\SbieCustom - + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Speichere die aktuellen Firmwaretabellen in HKCU\System\SbieCustom - + Dump FW Tables - + Speichere FW-Tabellen - + Syscall Trace (creates a lot of output) Systemaufrufrückverfolgung (erzeugt große Ausgabemenge) - + Templates Vorlagen - + Open Template Öffne Vorlage - + 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. Die folgenden Einstellungen ermöglichen die Verwendung von Sandboxie in Verbindung mit Barrierefreiheitssoftware. Bitte beachten Sie, dass ein gewisser Umfang des Schutzes von Sandboxie notwendigerweise verloren geht, wenn diese Einstellungen aktiv sind. - + Edit ini Section INI Sektion bearbeiten - + Edit ini INI bearbeiten - + Cancel Abbrechen - + Save Speichern @@ -8571,7 +8569,7 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f QObject - + Drive %1 Laufwerk %1 @@ -8579,27 +8577,27 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f QPlatformTheme - + OK OK - + Apply Anwenden - + Cancel Abbrechen - + &Yes &Ja - + &No &Nein @@ -9128,10 +9126,6 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f Windows Shell Windows-Shell - - Add ‘Make Folder/File Forced' to the context menu - Füge 'Erzwinge &Ordner/Datei' dem Kontextmenü hinzu - Run Menu @@ -9495,13 +9489,13 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f - Add ‘Set Force in Sandbox' to the context menu - + Add 'Set Force in Sandbox' to the context menu + Füge 'Setze Erzwinge in Sandbox' zum Kontextmenü hinzu Add 'Set Open Path in Sandbox' to context menu - + Füge 'Setze Öffne Pfad in Sandbox' zum Kontextmenü hinzu @@ -9516,7 +9510,7 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f HwId: 00000000-0000-0000-0000-000000000000 - + HwId: 00000000-0000-0000-0000-000000000000 @@ -9593,7 +9587,7 @@ Anders als der Vorschaukanal, enthält es keine ungetesteten, möglicherweise fe Always run SandMan UI as Admin - + SandMan Benutzeroberfläche immer als Admin ausführen diff --git a/SandboxiePlus/SandMan/sandman_en.ts b/SandboxiePlus/SandMan/sandman_en.ts index 1377f1fc..c8d31952 100644 --- a/SandboxiePlus/SandMan/sandman_en.ts +++ b/SandboxiePlus/SandMan/sandman_en.ts @@ -1560,8 +1560,8 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + @@ -1612,7 +1612,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + @@ -1683,103 +1683,103 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: - - + + On Start - - - - - + + + + + Run Command - + Start Service - + On Init - + On File Recovery - + On Delete Content - + On Terminate - - - - - + + + + + Please enter the command line to be executed - + Please enter a program file name to allow access to this sandbox - + Please enter a program file name to deny access to this sandbox - + Deny - + %1 (%2) - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -2025,7 +2025,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Please enter a service identifier @@ -2120,7 +2120,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Allow @@ -2783,22 +2783,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 - + Deleting folder: %1 - + Merging folders: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... @@ -2806,67 +2806,67 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled - + OPEN Root Access - + Application Compartment - + NOT SECURE - + Reduced Isolation - + Enhanced Isolation - + Privacy Enhanced - + No INet (with Exceptions) - + No INet - + Net Share - + No Admin - + Auto Delete - + Normal @@ -2875,27 +2875,27 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 - + Reset Columns - + Copy Cell - + Copy Row - + Copy Panel @@ -3158,7 +3158,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + About Sandboxie-Plus @@ -3240,11 +3240,11 @@ Do you want to do the clean up? - - - - - + + + + + Don't show this message again. @@ -3274,7 +3274,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - + Unknown operation '%1' requested via command line @@ -3294,59 +3294,59 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - + Executing OnBoxDelete: %1 - + Auto Deleting %1 Content - + Auto deleting content of %1 - + %1 Directory: %2 - + Application - + Installation - + Current Config: %1 - + Do you want the setup wizard to be omitted? - - - + + + Sandboxie-Plus - Error - + Failed to stop all Sandboxie components - + Failed to start required Sandboxie components @@ -3356,34 +3356,34 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? - + Cleaned up removed templates... - + 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 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> @@ -3438,132 +3438,132 @@ No will choose: %2 - + Only Administrators can change the config. - + Please enter the configuration password. - + Login Failed: %1 - + Do you want to terminate all processes in all sandboxes? - + 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. - + 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) - + Unknown - + A sandbox must be emptied before it can be deleted. - + Failed to copy box data files - + Failed to remove old box data files - + Unknown Error Status: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? - + Sandboxed - + Unsandboxed - + Case Sensitive - + RegExp - + Highlight - + Close - + &Find ... - + All columns - + Administrator rights are required for this operation. @@ -3602,7 +3602,7 @@ No will choose: %2 - + Sandboxie-Plus Insider [%1] @@ -3736,52 +3736,52 @@ No will choose: %2 - + No Force Process - + Removed Shortcut: %1 - + Updated Shortcut to: %1 - + Added Shortcut to: %1 - + Auto removing sandbox %1 - + Sandboxie-Plus Version: %1 (%2) - + Data Directory: %1 - + for Personal use - + - for Non-Commercial use ONLY - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3789,37 +3789,37 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - - - + + + (%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. - + 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> @@ -3853,167 +3853,173 @@ Please check if there is an update for sandboxie. - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + USB sandbox not found; creating: %1 - + Executing OnBoxTerminate: %1 - + Failed to configure hotkey %1, error: %2 - + The box %1 is configured to use features exclusively available to project supporters. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. - + The selected feature requires an <b>advanced</b> supporter certificate. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. - + The selected feature set is only available to project supporters.<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 certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! - + The Certificate Signature is invalid! - + The Certificate is not suitable for this product. - + The Certificate is node locked. - + The support certificate is not valid. Error: %1 - + The evaluation period has expired!!! The evaluation periode has expired!!! - - + + Don't ask in future - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? - + Please enter the duration, in seconds, for disabling Forced Programs rules. - + No Recovery - + No Messages - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. - + Maintenance operation failed (%1) - + Maintenance operation completed - + In the Plus UI, this functionality has been integrated into the main sandbox list view. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4021,245 +4027,245 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Sandboxie config has been reloaded - + 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 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. - + Failed to move directory '%1' to '%2' - + Failed to move box image '%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 - + 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 - + 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 - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted - + %1 - + Import/Export not available, 7z.dll could not be loaded - + Failed to create the box archive - + Failed to open the 7z archive - + Failed to unpack the box archive - + The selected 7z file is NOT a box archive - + Operation failed for %1 item(s). - + Remember choice for later. - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> - + 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 The supporter certificate is expired %1 days ago, 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 @@ -4297,37 +4303,37 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Empty - + Name - + Process ID - + Status - + Title - + Info - + Path / Command Line @@ -4537,38 +4543,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count @@ -5052,14 +5058,14 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Don't show this message again. - + This Sandbox is empty. @@ -5101,81 +5107,91 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Please enter a new name for the Sandbox. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? - + 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 - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. - - + + Create Shortcut to sandbox %1 - + Do you want to terminate %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 or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? @@ -6735,7 +6751,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Protect the system from sandboxed processes @@ -6872,12 +6888,12 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Network restrictions - + Block network files and folders, unless specifically opened. @@ -6893,18 +6909,18 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - - - - - - - - - - - - + + + + + + + + + + + + Name @@ -6921,98 +6937,98 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove - - - - - - - + + + + + + + Type - + Program Groups - + Add Group - - - - - + + + + + Add Program - + Force Folder - - - + + + Path - + Force Program - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates @@ -7062,83 +7078,83 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Prevent change to network and firewall parameters (user mode) - + 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. - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. - - + + Stop Behaviour - + 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. - + 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 @@ -7164,7 +7180,8 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. @@ -7236,13 +7253,13 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Move Up - + Move Down @@ -7303,54 +7320,56 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Configure which processes can access Desktop objects like Windows and alike. - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. - + Image Protection - + Issue message 1305 when a program tries to load a sandboxed dll - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox - + Dlls && Extensions - + Description - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. @@ -7377,32 +7396,32 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + Program Control - + Force Programs - + Disable forced Process and Folder for this sandbox - + Breakout Programs - + Breakout Program - + Breakout Folder @@ -7456,13 +7475,13 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. @@ -7481,231 +7500,237 @@ This is done to prevent rogue processes inside the sandbox from creating a renam + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + Create a new sandboxed token instead of stripping down the original token - + Force Children - + Lingering Programs - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. - + Leader Programs - + If leader processes are defined, all others are treated as lingering processes. - + Stop Options - + Use Linger Leniency - + Don't stop lingering processes with windows - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. - + Files - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. - + Registry - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. - + IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. - + Wnd - + Wnd Class - + COM - + Class Id - + Configure which processes can access COM objects. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) - + Access Policies - + Network Options - + Set network/internet access for unlisted processes: - + Test Rules, Program: - + Port: - + IP: - + Protocol: - + X - + 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 - + Add File/Folder - + Add Wnd Class - + Add IPC Path @@ -7755,157 +7780,157 @@ To specify a process use '$:program.exe' as path. - + Add Reg Key - + Add COM Object - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. - + DNS Filter - + Add Filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. - + Domain - + Internet Proxy - + Add Proxy - + Test Proxy - + Auth - + Login - + Password - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. - + Resolve hostnames via proxy - + Other Options - + Port Blocking - + Block common SAMBA ports - + Block DNS, UDP port 53 - + File Recovery - + Quick Recovery - + Add Folder - + Immediate Recovery - + 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 - + Don't alter window class names created by sandboxed programs @@ -7921,7 +7946,7 @@ To specify a process use '$:program.exe' as path. - + Protect the sandbox integrity itself @@ -7942,43 +7967,43 @@ To specify a process use '$:program.exe' as path. - + Force usage of custom dummy Manifest files (legacy behaviour) - + 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 File and Key Open directives only to binaries located outside the sandbox. @@ -7993,8 +8018,8 @@ The process match level has a higher priority than the specificity and describes - - + + Compatibility @@ -8004,14 +8029,15 @@ The process match level has a higher priority than the specificity and describes - + Emulate sandboxed window station for all processes - 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. it’s no longer providing reliable security, just simple application compartmentalization. - + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + @@ -8034,7 +8060,7 @@ The process match level has a higher priority than the specificity and describes - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) @@ -8059,41 +8085,41 @@ The process match level has a higher priority than the specificity and describes - + 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 @@ -8103,27 +8129,27 @@ The process match level has a higher priority than the specificity and describes - + 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. - + Add Process - + Hide host processes from processes running in the sandbox. @@ -8133,48 +8159,48 @@ The process match level has a higher priority than the specificity and describes - + Various Options - + Apply ElevateCreateProcess Workaround (legacy behaviour) - + Use desktop object workaround for all processes - + This command will be run before the box content will be deleted - + On File Recovery - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked - + Run File Checker - + On Delete Content - + Don't allow sandboxed processes to see processes running in other boxes @@ -8185,130 +8211,134 @@ The process match level has a higher priority than the specificity and describes - + Process - + Users - + Restrict Resource Access monitor to administrators only - + Add 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. - + Add Option - + Bypass IPs - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. - + Option - + These commands are run UNBOXED after all processes in the sandbox have finished. - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + Tracing - + Pipe Trace - + API call Trace (traces all SBIE hooks) - + 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 @@ -8320,116 +8350,116 @@ instead of "*". - + File Trace - + Disable Resource Access Monitor - + IPC Trace - + GUI Trace - + Resource Access Monitor - + Access Tracing - + COM Class Trace - + Key Trace - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. - - + + 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 - + Filter Categories - + Text Filter - + Add Template - + This list contains a large amount of sandbox compatibility enhancing templates - + 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 @@ -8461,72 +8491,72 @@ Please note that this values are currently user specific and saved globally for - + Restart force process before they begin to execute - + On Box Terminate - + Don't allow sandboxed processes to see processes running outside any boxes - + DNS Request Logging - + Syscall Trace (creates a lot of output) - + Templates - + Open Template - + Accessibility - + 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 @@ -8550,7 +8580,7 @@ Please note that this values are currently user specific and saved globally for QObject - + Drive %1 @@ -8558,27 +8588,27 @@ Please note that this values are currently user specific and saved globally for QPlatformTheme - + OK - + Apply - + Cancel - + &Yes - + &No @@ -9383,7 +9413,8 @@ Please note that this values are currently user specific and saved globally for - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_es.ts b/SandboxiePlus/SandMan/sandman_es.ts index 295460c8..1c316280 100644 --- a/SandboxiePlus/SandMan/sandman_es.ts +++ b/SandboxiePlus/SandMan/sandman_es.ts @@ -1660,74 +1660,74 @@ Nota: La comprobación de actualización a menudo está atrasada respecto al úl Raiz del ipc de la sandbox - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: Añadir opción especial: - - + + On Start Al comenzar - - - - - + + + + + Run Command Ejecutar comando - + Start Service Iniciar servicio - + On Init Al inicializar - + On File Recovery Al Recuperar Archivo - + On Delete Content Al Borrar Contenido - + On Terminate Al Finalizar - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -1736,31 +1736,31 @@ Nota: La comprobación de actualización a menudo está atrasada respecto al úl Al eliminar - - - - - + + + + + Please enter the command line to be executed Por favor ingrese la linea de comandos a ser ejecutada - + Please enter a program file name to allow access to this sandbox Por favor introduzca un nombre de archivo de programa para permitir acceso a esta sandbox - + Please enter a program file name to deny access to this sandbox Por favor introduzca un nombre de archivo de programa para denegar acceso a esta sandbox - + Deny Denegar - + %1 (%2) %1 (%2) @@ -2044,7 +2044,7 @@ Nota: La comprobación de actualización a menudo está atrasada respecto al úl Ejecutables (*.exe *.cmd);;Todos los archivos (*.*) - + Please enter a service identifier Por vavor ingrese un identificador de servicio @@ -2298,8 +2298,8 @@ Nota: La comprobación de actualización a menudo está atrasada respecto al úl - - + + @@ -2337,7 +2337,7 @@ Nota: La comprobación de actualización a menudo está atrasada respecto al úl - + @@ -2533,7 +2533,7 @@ Por favor, selecciona una carpeta que contenga este archivo. entrada: IP o Puerto no pueden estar vacíos - + Allow @@ -3082,22 +3082,22 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom CSandBox - + Waiting for folder: %1 Esperando a carpeta: %1 - + Deleting folder: %1 Borrando carpeta: %1 - + Merging folders: %1 &gt;&gt; %2 Fusionando carpetas: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... Terminando fusionado de instantánea... @@ -3105,7 +3105,7 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom CSandBoxPlus - + Disabled Deshabilitado @@ -3118,32 +3118,32 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom NO SECURO (Configuración de depuración) - + OPEN Root Access ABRIR Acceso Raíz - + Application Compartment Compartimiento de aplicación - + NOT SECURE NO SEGURO - + Reduced Isolation Aislamiento reducido - + Enhanced Isolation Aislamiento mejorado - + Privacy Enhanced Privacidad mejorada @@ -3152,32 +3152,32 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom Log API - + No INet (with Exceptions) No INet (con Excepciones) - + No INet No INet - + Net Share Recurso Compartido de red - + No Admin No Admin - + Auto Delete Auto Borrar - + Normal Normal @@ -3186,7 +3186,7 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -3196,62 +3196,68 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom Pulsa para descargar actualización - + + + User canceled this operation. + + + + No Force Process No Forzar Proceso - + Removed Shortcut: %1 Acceso directo eliminado: %1 - + Updated Shortcut to: %1 Acceso directo actualizado a: %1 - + Added Shortcut to: %1 Acceso directo añadido a: %1 - + Auto removing sandbox %1 Auto eliminando sandbox %1 - + %1 Directory: %2 Directorio %1: %2 - + Application Aplicación - + Installation Instalación - + Reset Columns Reestablecer Columnas - + Copy Cell Copiar Celda - + Copy Row Copiar Fila - + Copy Panel Copiar Panel @@ -3536,7 +3542,7 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom - + About Sandboxie-Plus Acerca de Sandboxie-Plus @@ -3565,7 +3571,7 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom - + Sandboxie-Plus Insider [%1] Sandboxie-Plus Interno [%1] @@ -3740,216 +3746,216 @@ A diferencia del canal previo, no incluye cambios sin probar, potencialmente rom - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + USB sandbox not found; creating: %1 Sandbox USB no encontrada; creando: %1 - + Executing OnBoxTerminate: %1 Ejecutando OnBoxTerminate: %1 - + Failed to configure hotkey %1, error: %2 Error al configurar tecla rápida %1, error: %2 - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. La caja %1 está configurada para usar funciones exclusivas disponibles para patrociandores del proyecto. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. La caja %1 está configurada para usar funciones que requieren un certificado de patrocinador <b>avanzado</b>. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Actualice su certificado</a> para desbloquear funciones avanzadas. - + The selected feature requires an <b>advanced</b> supporter certificate. La función seleccionada requiere un certificado de patrocinador <b>avanzado</b>. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br />necesitas estar en el nivel Great Patreon o superior para desbloquear esta característica. - + The selected feature set is only available to project supporters.<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> El conjunto de características seleccionado solo está disponible para los patrocinadores del proyecto.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Conviértete en un patrocinador del proyecto</a> y recibe un <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificado de patrocinador</a> - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! El certificado que está intentando usar ha sido bloqueado, lo que significa que ha sido invalidado por alguna causa. ¡Cualquier intento de usarlo constituye una violación de sus términos de uso! - + The Certificate Signature is invalid! ¡La firma del certificado es inválida! - + The Certificate is not suitable for this product. El certificado no es apto para este producto. - + The Certificate is node locked. El certificado está bloqueado en el nodo. - + The support certificate is not valid. Error: %1 El certificado de patrocinador es inválido. Error: %1 - - + + Don't ask in future No preguntar en el futuro - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? ¿Desea realmente finalizar todos los procesos en sandboxes encriptadas, y desmontarlos? - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>ERROR:</b> El Administrador de Sandboxie-Plus (SandMan.exe) no tiene una firma válida (SandMan.exe.sig). Por favor, descargue una versión de confianza de la <a href="https://sandboxie-plus.com/go.php?to=sbie-get">página oficial de Descargas</a>. - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. Todos los procesos en una sandbox deben ser parados antes de que se pueda renombrar. - + Failed to move box image '%1' to '%2' Error al mover imagen de caja '%1' a '%2' - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted Los contenidos de una sandbox desmontada no se pueden borrar - + %1 %1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? ¿Desea abrir %1 en un navegador web aislado o no aislado? - + Sandboxed Aislado - + Unsandboxed No aislado - + Case Sensitive Sensible a mayúsculas y minúsculas - + RegExp RegExp - + Highlight Resaltar - + Close Cerrar - + &Find ... &Buscar ... - + All columns Todas las columnas - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>Acerca de Sandboxie-Plus</h3><p>Versión %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 Esta copia de Sandboxie-Plus está certificada para: %1 - + Sandboxie-Plus is free for personal and non-commercial use. Sandboxie-Plus es gratis para uso personal y no comercial. - + 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> Sandboxie-Plus es una continuación de código abierto de Sandboxie.<br />Visite <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> para más información.<br /><br />%2<br /><br />Características: %3<br /><br />Instalación: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Iconos de <a href="https://icons8.com">icons8.com</a> @@ -4021,11 +4027,11 @@ Desea hacer la limpieza? - - - - - + + + + + Don't show this message again. No motrar este mensaje nuevamente. @@ -4055,7 +4061,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a <br /><br />Esta caja <a href="sbie://docs/privacy-mode">previene el acceso a todas las ubicaciones de datos de usaurio</a>, expectuando las permitidas en las opciones de Acceso a Recursos. - + Unknown operation '%1' requested via command line Operación desconocida '%1' requerida por linea de comandos @@ -4075,17 +4081,17 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - Borrando Contenido de la Sandbox - + Executing OnBoxDelete: %1 Ejecutando OnBoxDelete: %1 - + Auto Deleting %1 Content Auto Borrando Contenido de %1 - + Auto deleting content of %1 Auto eliminando contenido de %1 @@ -4094,19 +4100,19 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Auto eliminando %1 contenido - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Error - + Failed to stop all Sandboxie components Fallo al intentar detener todos los componentes de Sandboxie - + Failed to start required Sandboxie components Fallo al intentar iniciar los componentes requerido por Sandboxie @@ -4119,22 +4125,22 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Operación de mantenimiento Satisfactoria - + The supporter certificate is not valid for this build, please get an updated certificate El certificado de patrocinador no es válido para esta versión, por favor obtenga una certificado actualizado - + The supporter certificate has expired%1, please get an updated certificate El certificado de patrocinador ha expirado%1, por favor obtenga una certificado actualizado - + , but it remains valid for the current build , pero permanece válido para la versión actual - + The supporter certificate will expire in %1 days, please get an updated certificate El certificado de patrocinador expirará en %1 días, por favor obtenga una certificado actualizado @@ -4151,7 +4157,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a No hay ninguna actualización de certificado. - + 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> La característica seleccionadad esta solo disponible a los patrocinadores del proyecto. Procesos comenzados en esta caja con esta característica habilitada sin un certificado de patrocinador serí terminada luego de 5 minutos.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Conviertase en un patrocinador del proyecto</a>, y obtenga un <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificado de patrocinador</a> @@ -4164,32 +4170,32 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Directorio de instalación: %1 - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus Versión: %1 (%2) - + Current Config: %1 Configuración actual: %1 - + Data Directory: %1 Directorio de datos: %1 - + for Personal use para uso Personal - + - for Non-Commercial use ONLY - SOLO para uso No-Comercial - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -4198,130 +4204,130 @@ Please check if there is an update for sandboxie. Por favor, verifique si hay una actualización para Sandboxie. - + Don't show this message again for the current build. No mostrar este mensaje de nuevo para la versión actual. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. Su versión de Windows %1 supera las capacidades de soporte actuales conocidas de su versión de Sandboxie, Sandboxie intentará utilizar los últimos desplazamientos conocidos, lo cual podría causar inestabilidad en el sistema. - + Do you want the setup wizard to be omitted? ¿Desea omitir el asistente de instalación? - + The evaluation period has expired!!! The evaluation periode has expired!!! ¡El periodo de evaluación ha expirado! - + Please enter the duration, in seconds, for disabling Forced Programs rules. Por favor ingrese la duración, en segundos, para deshabilitar las reglas de programas forzados. - + No Recovery Sin Recuperación - + No Messages Sin Mensajes - + Maintenance operation failed (%1) Operación de mantenimiento fallida (%1) - + Maintenance operation completed Operación de mantenimiento completada - + In the Plus UI, this functionality has been integrated into the main sandbox list view. En la IU Plus, esta funcionalidad se ha integrado en el listado principal del sandbox. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Usando el menú contextual de caja/grupo, puedes mover cajas y grupos a otros grupos. También puedes usar arrastrar y soltar para mover los elementos. Además, puedes usar las teclas de flecha mientras mantienes presionada la tecla ALT para mover elementos hacia arriba y hacia abajo dentro de su grupo.<br />Puedes crear nuevas cajas y grupos desde el menú Sandbox. - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. Estás a punto de editar el archivo Templates.ini, esto generalmente no se recomienda. Este archivo es parte de Sandboxie y todos los cambios realizados en él serán revertidos la próxima vez que se actualice Sandboxie. - + Sandboxie config has been reloaded La configuración de Sandboxie se ha recargado - + Error Status: 0x%1 (%2) Error de estado: 0x%1 (%2) - + Unknown Desconocido - + All sandbox processes must be stopped before the box content can be deleted Todos los procesos de la sandbox deben ser detenidos antes de que el contenido pueda ser eliminado - + Failed to copy box data files Fallo al copiar archivos de datos - + Failed to remove old box data files Error al eliminar archivos de caja antigua - + The operation was canceled by the user La operación fue cancelada por el usuario - + Import/Export not available, 7z.dll could not be loaded Importar/Exportar no disponible, 7z.dll no se pudo cargar - + Failed to create the box archive Error al crear el archivador de la caja - + Failed to open the 7z archive Error al abrir el archivador 7z - + Failed to unpack the box archive Error al desempaquetar el archivador de la caja - + The selected 7z file is NOT a box archive El archivo 7z seleccionado NO es un archivo de caja - + Unknown Error Status: 0x%1 Esatdo de error desconocido: 0x%1 @@ -4346,7 +4352,7 @@ Este archivo es parte de Sandboxie y todos los cambios realizados en él serán Seleccione sandbox: - + Default sandbox not found; creating: %1 Sandbox por defecto no encontrada, creando: %1 @@ -4373,12 +4379,12 @@ Este archivo es parte de Sandboxie y todos los cambios realizados en él serán Programas de Pausa Forzada - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Algunas plantillas de compatibilidad (%1) no se encuentran, probablemente fueron eliminadas, quieres eliminarlas de todas las sanboxes? - + Cleaned up removed templates... Llimpieza de plantillas eliminadas... @@ -4403,7 +4409,7 @@ Este archivo es parte de Sandboxie y todos los cambios realizados en él serán Sandboxie-Plus fue iniciado en modo portable, deseas poner el directorio de Sandbox dentro de su directorio padre? - + 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 @@ -4412,25 +4418,25 @@ SI seleccionará: %1 NO seleccionará: %2 - + - NOT connected - NO conectado - + 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. El programa%1 iniciado en la caja%2 será terminado en 5 minutos, la caja fue configurada para uso de características disponibles sólo para patrocinadores del proyecto. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. La caja %1 está configurado para usar características disponibles exclusivamente a los patrocinadores del proyecto, estos ajustes se ignorarán. - - - - + + + + <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">Conviértase en patrocinador</a>, y obtenga un <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificado de patrocinador</a> @@ -4495,22 +4501,22 @@ NO seleccionará: %2 - + Only Administrators can change the config. Solo Administradores pueden cambiar la configuracion. - + Please enter the configuration password. Por favor ingrese la contraseña de configuracion. - + Login Failed: %1 Login incorrecto: %1 - + Do you want to terminate all processes in all sandboxes? Desea terminar todos los procesos en todas las sandboxes? @@ -4523,32 +4529,32 @@ NO seleccionará: %2 Por favor ingrese la duración para deshabilitar los programas forzados. - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus fue iniciado en modo portable y necesita crear los servicios requeridos. Esto pedira permisos administrativos. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. PELIGRO: otro agente (probablemente SbieCtrl.exe) ya está administrando esta sesión de sandbox, por favor cierrela primero y reconectese para tomar el control. - + Executing maintenance operation, please wait... Ejecutando operación de mantenimiento, por favor espere... - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Desea tambien reestablecer los mensajes ocultos (si), o solo todos los mensajes del log (no)? - + The changes will be applied automatically whenever the file gets saved. Los cambios serán aplicados automaticamente cuando el archivo sea guardado. - + The changes will be applied automatically as soon as the editor is closed. Los cambios seran aplicados automaticamente cuando cierre el editor. @@ -4557,77 +4563,77 @@ NO seleccionará: %2 Status Error: %1 - + Administrator rights are required for this operation. Permisos administrativos son necesarios para esta operacion. - + Failed to execute: %1 Fallo al ejecutar: %1 - + Failed to connect to the driver Fallo al conectar al controlador - + Failed to communicate with Sandboxie Service: %1 Fallo al comunicarse con el Servicio Sandboxie: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 Una Sandboxie %1 incompatible fue encontrada. Versiones compatibles: %2 - + Can't find Sandboxie installation path. No se puede encontrar la ruta de instalación de Sandboxie. - + Failed to copy configuration from sandbox %1: %2 Fallo al copiar la configuracin de la sandbox %1: %2 - + A sandbox of the name %1 already exists Una sandbox con el nombre %1 ya existe - + Failed to delete sandbox %1: %2 Fallo al eliminar la sandbox %1: %2 - + The sandbox name can not be longer than 32 characters. El nombre de la sandbox no puede ser mas largo que 32 caracteres. - + The sandbox name can not be a device name. El nombre de la sandbox no puede ser el nombre de un dispositivo. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. El nombre de la sandbox puede contener solo letras, digitos y guion bajo (se veran como espacios). - + Failed to terminate all processes Fallo al terminar todos los procesos - + Delete protection is enabled for the sandbox Protección de eliminación esta habilitado para esta sandbox - + Error deleting sandbox folder: %1 Error borrando la carpeta sandbox: %1 @@ -4636,42 +4642,42 @@ NO seleccionará: %2 Una sandbox debe ser vaciada antes de que pueda ser renombrada. - + A sandbox must be emptied before it can be deleted. Una sandbox debe ser vaciada antes de que pueda ser eliminada. - + Failed to move directory '%1' to '%2' Fallo al mover el directorio '%1' to '%2' - + This Snapshot operation can not be performed while processes are still running in the box. Esta operación de Instantánea no se puede realizar mientras se estén ejecutando procesos en la sandbox. - + Failed to create directory for new snapshot Error al crear directorio para la nueva instantánea - + Snapshot not found Instantánea no encontrada - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Error al unir directorios de instantáneas '%1' con '%2', la instantánea no se ha unido completamente. - + Failed to remove old snapshot directory '%1' Error al eliminar directorio antiguo de instantáneas '%1' - + Can't remove a snapshot that is shared by multiple later snapshots No se puede eliminar una instantánea que es compartida por múltiples instantáneas posteriores @@ -4680,27 +4686,27 @@ NO seleccionará: %2 Fallo al remover viejo RegHive - + You are not authorized to update configuration in section '%1' No estas autorizado a actualizar la configuración en la sección '%1' - + Failed to set configuration setting %1 in section %2: %3 Fallo al setear configuración %1 en sección %2: %3 - + Can not create snapshot of an empty sandbox No es posible crear instantánea de una sandbox vacía - + A sandbox with that name already exists La sandbox con ese nombre ya existe - + The config password must not be longer than 64 characters La clave de configuración no debe ser mayor de 64 caracteres @@ -4709,7 +4715,7 @@ NO seleccionará: %2 Estado de Error Desconocido: %1 - + Operation failed for %1 item(s). La operación fallo para %1 item(s). @@ -4718,7 +4724,7 @@ NO seleccionará: %2 Desea abrir %1 en sandbox (si) o fuera de sandbox (no) navegador Web? - + Remember choice for later. Recordar selección para mas tarde. @@ -4816,32 +4822,32 @@ NO seleccionará: %2 Grupo de Sandbox - + Empty Vacío - + Name Nombre - + Process ID ID de Proceso - + Status Estado - + Title Título - + Info Información @@ -4850,7 +4856,7 @@ NO seleccionará: %2 Tiempo de Inicio - + Path / Command Line Ruta / Línea de Comandos @@ -5060,38 +5066,38 @@ NO seleccionará: %2 CSbieTemplatesEx - + Failed to initialize COM Error al inicializar COM - + Failed to create update session Error al crear sesión de actualización - + Failed to create update searcher Error al crear buscador de actualizaciones - + Failed to set search options Error al configurar opciones de búsqueda - + Failed to enumerate installed Windows updates Failed to search for updates Error al enumerar las actualizaciones de Windows instaladas - + Failed to retrieve update list from search result Error al obtener la lista de actualizaciones del resultado de búsqueda - + Failed to get update count Error al obtener número de actualizaciones @@ -5496,7 +5502,17 @@ NO seleccionará: %2 Por favor ingrese un nuevo nombre de grupo - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you want to terminate %1? ¿Desea terminar %1? @@ -5629,14 +5645,14 @@ NO seleccionará: %2 - + Don't show this message again. No mostrar este mensaje de nuevo. - + This Sandbox is empty. Esta Sandbox está vacía. @@ -5678,12 +5694,12 @@ NO seleccionará: %2 Exportando: %1 - + Please enter a new name for the Sandbox. Por favor ingrese un nuevo nombre para la Sandbox. - + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? ¿Desea realmente eliminar la(s) sandbox(es) seleccionada(s)?<br /><br />Advertencia: ¡el contenido de la caja tambien sera eliminado! @@ -5693,24 +5709,24 @@ NO seleccionará: %2 Borrando %1 contenido - + This Sandbox is already empty. Esta Sandbox ya está vacía. - - + + Do you want to delete the content of the selected sandbox? ¿Desea realmente eliminar el contenido de la sandbox seleccionada? - - + + Also delete all Snapshots Borrar también todas las Instantáneas - + Do you really want to delete the content of all selected sandboxes? ¿Desea borrar el contenido de todas las sandboxes seleccionadas? @@ -5719,25 +5735,25 @@ NO seleccionará: %2 Desea realmente eliminar el contenido de multiples sandboxes? - + Do you want to terminate all processes in the selected sandbox(es)? ¿Desea realmente finalizar todos los procesos en la/las sandbox(es) seleccionada(s)? - - + + Terminate without asking Finalizar sin preguntar - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. El menú de inicio de Sandboxie se mostrará ahora. Seleccione una aplicación del menú y Sandboxie creará un nuevo icono de acceso directo en su escritorio real, el cual podrá utilizar para iniciar la aplicación seleccionada bajo la supervisión de Sandboxie. - - + + Create Shortcut to sandbox %1 Crear un Atajo a la sandbox %1 @@ -5746,7 +5762,7 @@ NO seleccionará: %2 Usted quiere %1 %2? - + the selected processes los procesos seleccionados @@ -5755,14 +5771,14 @@ NO seleccionará: %2 Desea %1 el(los) proceso(s) seleccionado(s) - + This box does not have Internet restrictions in place, do you want to enable them? Esta caja no tiene restricciones de Internet establecidas, ¿desea activarlas? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Esta sandbox esta deshabilitada, ¿desea habilitarla? @@ -7467,7 +7483,7 @@ Si ya eres un Gran Patrocinador en Patreon, Sandboxie puede comprobar online por - + Protect the system from sandboxed processes Protejer al sistema de procesos en sandboxes @@ -7482,7 +7498,7 @@ Si ya eres un Gran Patrocinador en Patreon, Sandboxie puede comprobar online por Abrir Credenciales de Windows (modo usuario) - + Block network files and folders, unless specifically opened. Bloquear archivos de red y carpetas, salvo especificamente abiertos. @@ -7491,7 +7507,7 @@ Si ya eres un Gran Patrocinador en Patreon, Sandboxie puede comprobar online por Hace creer a las aplicaciones que son ejecutadas con permisos elevados (permite ejecutar instaladores con seguridad) - + Network restrictions Restricciones de Red @@ -7623,18 +7639,18 @@ Si ya eres un Gran Patrocinador en Patreon, Sandboxie puede comprobar online por - - - - - - - - - - - - + + + + + + + + + + + + Name Nombre @@ -7651,28 +7667,28 @@ Si ya eres un Gran Patrocinador en Patreon, Sandboxie puede comprobar online por - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Eliminar @@ -7685,13 +7701,13 @@ Si ya eres un Gran Patrocinador en Patreon, Sandboxie puede comprobar online por Aqui puede especificar programas y/o servicios que seran iniciados automaticamente en la sandbox cuando se active - - - - - - - + + + + + + + Type Tipo @@ -7700,21 +7716,21 @@ Si ya eres un Gran Patrocinador en Patreon, Sandboxie puede comprobar online por Agregar Servicio - + Program Groups Grupo de Programas - + Add Group Agregar Grupo - - - - - + + + + + Add Program Agregar Programa @@ -7727,42 +7743,42 @@ Si ya eres un Gran Patrocinador en Patreon, Sandboxie puede comprobar online por Programas Forzados - + Force Folder Forzar Carpeta - - - + + + Path Ruta - + Force Program Forzar Programa - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Mostrar Plantillas @@ -7771,8 +7787,8 @@ Si ya eres un Gran Patrocinador en Patreon, Sandboxie puede comprobar online por Programas ingresados aqui, o programas iniciados desde ubicaciones ingresadas, seran puestos en esta sandbox automaticamente, salvo sean explicitamente iniciados en otra sandbox. - - + + Stop Behaviour Comportamiento de Detencion @@ -7797,32 +7813,32 @@ If leader processes are defined, all others are treated as lingering processes.< Si los procesos lider son definidos, todos los demas son tratados como persistentes. - + Start Restrictions Restricciones de Inicio - + Issue message 1308 when a program fails to start Mostrar mensaje 1308 cuando un programa falle al iniciar - + Allow only selected programs to start in this sandbox. * Permitir solo los programas seleccionados iniciar en esta sandbox. * - + Prevent selected programs from starting in this sandbox. Prevenir los programas seleccionados de iniciar en esta sandbox. - + Allow all programs to start in this sandbox. Permitir todos los programas iniciar en esta sandbox. - + * Note: Programs installed to this sandbox won't be able to start at all. * Nota: Programas instalados en esta sandbox no podran iniciarse. @@ -7831,12 +7847,12 @@ Si los procesos lider son definidos, todos los demas son tratados como persisten Restricciones de Internet - + Process Restrictions Restricciones de Procesos - + Issue message 1307 when a program is denied internet access Mostrar mensaje 1307 cuando un programa es denegado su acceso a internet @@ -7845,46 +7861,46 @@ Si los procesos lider son definidos, todos los demas son tratados como persisten Bloquear acceso a internet para todos los programas excepto aquellos agregados a esta lista. - + Note: Programs installed to this sandbox won't be able to access the internet at all. Nota: Programas instalados en esta sandbox no podran acceder a internet. - + Prompt user whether to allow an exemption from the blockade. Preguntar al usuario si desea permitir excepción al bloqueo. - + Resource Access Acceso a recursos - - - - - - - - - + + + + + + + + + Program Programa - + Prevent change to network and firewall parameters (user mode) Prevenir cambiar parametros de red y cortafuegos (modo usuario) - - - - - - + + + + + + Access Acceso @@ -7905,39 +7921,39 @@ You can use 'Open for All' instead to make it apply to all programs, o Ud. puede usar 'Abrir para todos' en vez de aplicar a todos los programas, o cambiar este comportamiento en las Politicas. - + Add Reg Key Agregar clave de Registro - + Add File/Folder Agregar Archivo/Carpeta - + Add Wnd Class Agregar Wnd Class - + Add COM Object Agregar COM Object - + Add IPC Path Agregar IPC Path - + Move Up Mover Arriba - + Move Down Mover Abajo @@ -7952,22 +7968,22 @@ Note que Cerrar todos los ...=!<program>,... exclusiones tienen la misma l Para acceso a archivos Ud. puede usar 'Directo Todo' en vez de hacerlo aplicar a todos los programas. - + File Recovery Recuperación de archivos - + Add Folder Agregar Carpeta - + Ignore Extension Ignorar Extension - + Ignore Folder Ignorar Carpeta @@ -7976,22 +7992,22 @@ Para acceso a archivos Ud. puede usar 'Directo Todo' en vez de hacerlo Habilitar consulta de Recuperación Inmediata que pueda recuperar archivos al momento de crearse. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Puede excluir carpetas y tipos de archivos (o extensiones de archivos) de la Recuperación Instantánea. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Cuando la función de Recuperación Rapida es solicitada, las siguientes carpetas seran verificadas por contenido. - + Advanced Options Opciones Avanzadas - + Miscellaneous Miscelaneas @@ -8002,7 +8018,7 @@ Para acceso a archivos Ud. puede usar 'Directo Todo' en vez de hacerlo - + Protect the sandbox integrity itself Protejer la integridad de la sandbox @@ -8025,18 +8041,18 @@ Para acceso a archivos Ud. puede usar 'Directo Todo' en vez de hacerlo Proteger procesos de sistema dentro de la sandbox contra procesos no privilegiados fuera de la sandbox - - + + Compatibility Compatibilidad - + Force usage of custom dummy Manifest files (legacy behaviour) Forzar el uso de archivos de manifesto de prueba (comportamiento heredado) - + Don't alter window class names created by sandboxed programs No alterar nombres de clase de ventanas creadas por programas en sandboxes @@ -8066,37 +8082,37 @@ Para acceso a archivos Ud. puede usar 'Directo Todo' en vez de hacerlo Esconder Procesos - + Add Process Agregar Proceso - + Hide host processes from processes running in the sandbox. Esconder procesos del anfitrion de procesos ejecutandose en la sandbox. - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked Este comando se ejecutará antes de que un archivo se recupere y la ruta del archivo se pasará como primer argumento. Si este comando devuelve algo distinto de 0, la recuperación será bloqueada - + Don't allow sandboxed processes to see processes running in other boxes No permitir que los procesos aislados vean procesos ejecutándose en otras cajas - + Users Usuarios - + Restrict Resource Access monitor to administrators only Restringir monitor de acceso a recursos solo para administradores - + Add User Agregar Usuario @@ -8113,27 +8129,27 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to u Nota: Configuración de Programas Forzados y Carpetas Forzadas para una sandbox no aplican a cuentas de usuario que no pueden usar la sandbox. - + Tracing Rastreo - + COM Class Trace Rastreo COM Class - + IPC Trace Rastreo IPC - + Key Trace Rastreo de llave - + GUI Trace Rastreo GUI @@ -8142,34 +8158,34 @@ Nota: Configuración de Programas Forzados y Carpetas Forzadas para una sandbox Políticas de Acceso a Recursos - + 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. La especificidad de una regla es la medida de cuan bien cierta regla coincide una ruta particular, para decirlo de otra forma la especificidad es el largo de caracteres desde el principio de la ruta hasta inclusive la ultima coincidencia sin comodin. Una regla que coincida solo los tipos de archivo como "*.tmp*" tendra la mayor especificidad ya que siempre coincidirá con la ruta completa. El proceso de nivel de coincidencia tiene mayor prioridad que la especificidad y describe como una regla aplica a un proceso dado. Reglas aplicadas a un nombre de proceso o grupo tienen mayor nivel de coincidencia, seguido por la coincidencia por negación (ej. reglas aplicadas a todos los procesos menos a uno), mientras que las coincidencias de menor nivel tiene coincidencias globales, ej. reglas que aplican a cualquier proceso. - + Prioritize rules based on their Specificity and Process Match Level Priorizar reglas basado en su especificidad y nivel de coincidencia - + Privacy Mode, block file and registry access to all locations except the generic system ones Modo privacidad, bloquea el acceso al registro y archivos a todas las ubicaciones exceptuando las genéricas del sistema - + Access Mode Modo de acceso - + 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. Cuando el Modo Privacidad esta habilidato, los procesos en la sandbox podran solo leer C:\Windows\*, C:\Program Files\*, y partes del registro HKLM, todas las demas ubicaciones necesitan acceso explicito para poder ser leidas y/o escritas. En este modo, la Regla de Especificidad esta siempre habilitada. - + Rule Policies Políticas de reglas @@ -8178,7 +8194,7 @@ El proceso de nivel de coincidencia tiene mayor prioridad que la especificidad y Aplicar Cerrar... =! <program>,... aplica tambien a todos los archivos binarios ubicados en la sandbox. - + Apply File and Key Open directives only to binaries located outside the sandbox. Aplica a directivas de Archivo y Abrir solo sobre binarios ubicados fuera de la sandbox. @@ -8208,14 +8224,15 @@ El proceso de nivel de coincidencia tiene mayor prioridad que la especificidad y Protejer procesos de SISTEMA en la sandbox de procesos no privilegiados - + Program Control Control de Programa - 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. it’s no longer providing reliable security, just simple application compartmentalization. - El aislamiento de seguridad a travez del uso de procesos fuertemente restringidos es el principal significado de Sandboxie de reforzar restricciones, cuando esto esta deshabilitado la caja es operada en modo de compartimiento de aplicación, ej. no provee seguridad confiable, simplemente solo compartimentación de aplicacion. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + El aislamiento de seguridad a travez del uso de procesos fuertemente restringidos es el principal significado de Sandboxie de reforzar restricciones, cuando esto esta deshabilitado la caja es operada en modo de compartimiento de aplicación, ej. no provee seguridad confiable, simplemente solo compartimentación de aplicacion. Disable Security Isolation (experimental) @@ -8251,22 +8268,22 @@ El proceso de nivel de coincidencia tiene mayor prioridad que la especificidad y Rastreo de llamadas API (requiere logapi estar instalado en el directorio de sbie) - + Log all SetError's to Trace log (creates a lot of output) Registrar todos los SetErrors al Log de Rastreo (crea mucha salida de datos) - + File Trace Rastreo de archivo - + Pipe Trace Rastreo Pipe - + Access Tracing Rastreo de acceso @@ -8275,12 +8292,12 @@ El proceso de nivel de coincidencia tiene mayor prioridad que la especificidad y <- para esta lo de arriba no aplica - + Log Debug Output to the Trace Log Registrar salida de depuración al log de Rastreo - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8303,42 +8320,42 @@ en cambio de "*". Rastreo Ntdll syscall (crea mucha información de salida) - + Debug Depuracion - + WARNING, these options can disable core security guarantees and break sandbox security!!! ADVERTENCIA, estas opciones pueden deshabilitar garantias de seguridad de nucleo y romper la seguridad de la sandbox!!! - + These options are intended for debugging compatibility issues, please do not use them in production use. Estas opciones son para depurar problemas de compatibilidad, por favor no las use en produccion. - + App Templates Plantillas de Aplicacion - + Filter Categories Filtros de Categorias - + Text Filter Filtro de Texto - + Category Categoria - + This list contains a large amount of sandbox compatibility enhancing templates Esta lista contiene gran cantidad de plantillas para mejorar la compatibilidad de la sandbox @@ -8393,50 +8410,52 @@ en cambio de "*". Aislamiento de acceso - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. Cuando la tecla de acceso rápido global se presione 3 veces en rápida sucesión, esta excepción será ignorada. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. Excluir esta sandbox de ser finalizada cuando se invoque "Terminar Todos los Procesos". - + Image Protection Protección de Imagen - + Issue message 1305 when a program tries to load a sandboxed dll Emitir el mensaje 1305 cuando un programa intenta cargar una dll en un entorno aislado - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox Evitar que los programas de sandbox instalados en el host carguen DLLs desde esta sandbox - + Dlls && Extensions DLLs y Extensiones - + Description Descripción - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Las reglas de acceso a recursos de Sandboxie a menudo discriminan contra los binarios de programas ubicados dentro de la sandbox. OpenFilePath y OpenKeyPath funcionan solo para binarios de aplicaciones ubicadas de manera nativa en el ordenador. Para definir una regla sin esta restricción, se debe usar OpenPipePath o OpenConfPath. De igual manera, todas las directivas Closed(File|Key|Ipc)Path que se definen por negación, por ejemplo, 'ClosedFilePath=! iexplore.exe,C:Users*' siempre estarán cerradas para binarios ubicados dentro de una sandbox. Ambas políticas de restricción pueden ser desactivadas en la página de "Políticas de acceso". + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Las reglas de acceso a recursos de Sandboxie a menudo discriminan contra los binarios de programas ubicados dentro de la sandbox. OpenFilePath y OpenKeyPath funcionan solo para binarios de aplicaciones ubicadas de manera nativa en el ordenador. Para definir una regla sin esta restricción, se debe usar OpenPipePath o OpenConfPath. De igual manera, todas las directivas Closed(File|Key|Ipc)Path que se definen por negación, por ejemplo, 'ClosedFilePath=! iexplore.exe,C:Users*' siempre estarán cerradas para binarios ubicados dentro de una sandbox. Ambas políticas de restricción pueden ser desactivadas en la página de "Políticas de acceso". Esto se hace para evitar que procesos maliciosos dentro de la sandbox creen una copia renombrada de sí mismos y accedan a recursos protegidos. Otro vector de explotación es la inyección de una biblioteca en un proceso autorizado para obtener acceso a todo lo que se le permite acceder. Utilizando la Protección de Imagen del Host, esto puede prevenirse bloqueando a las aplicaciones (instaladas en el host) que se ejecuten dentro de una sandbox y que carguen bibliotecas desde la propia sandbox. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. La funcionalidad de Sandboxie puede mejorarse mediante el uso de DLLs opcionales que pueden cargarse en cada proceso confinado en uns sandbox al iniciarse por el archivo SbieDll.dll. El administrador de extensiones en la configuración global ofrece un par de extensiones útiles; una vez instaladas, pueden activarse aquí para el sandbox actual. @@ -8462,47 +8481,47 @@ Esto se hace para evitar que procesos maliciosos dentro de la sandbox creen una Usar un Token personalizado de Sandboxie permite aislar mejor las sandboxes unas de otras, y muestra en la columna del usuario de los administradores de tareas el nombre de la caja a la que pertenece un proceso. Sin embargo, algunas soluciones de seguridad de terceros pueden tener problemas con tokens personalizados. - + Create a new sandboxed token instead of stripping down the original token - + 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. Ud. puede agrupar programas juntos y darles un nombre de grupo. Grupos de programa pueden ser usados con algunas de las configuraciones en lugar de nombres de programas. Grupos definidos para la sandbox sobreescribe grupos definidos en plantillas/templates. - + Force Programs Forzar Programas - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Programas ingresados aqui, o programas iniciados en las ubicaciones ingresadas, seran puestan en esta sandbox automaticamente, a menos que sean iniciadas especificamente en otra sandbox. - + Disable forced Process and Folder for this sandbox Desactivar el proceso forzado y la carpeta para esta sandbox - + Force Children Forzar Hijos - + Breakout Programs Programas Emergentes - + Breakout Program Programa Emergente - + Breakout Folder Carpeta Emergente @@ -8569,178 +8588,184 @@ Esto se hace para evitar que procesos maliciosos dentro de la sandbox creen una - + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. <b><font color='red'>AVISO DE SEGURIDAD</font>:</b> Usar <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> y/o <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> en combinación con las directivas Open[File/Pipe]Path puede comprometer la seguridad. Por favor, revise la sección de seguridad para cada opción en la documentación antes de su uso. - + Lingering Programs Programas persistentes - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Los programas persistentes se terminarán automáticamente si todavía están en ejecución después de que todos los demás procesos se hayan terminado. - + Leader Programs Programas Líder - + If leader processes are defined, all others are treated as lingering processes. Si se definen procesos líder, todos los demás se tratan como procesos rezagados. - + Stop Options Opciones de Detención - + Use Linger Leniency Usar Indulgencia Persistente - + Don't stop lingering processes with windows No detener procesos persistentes con ventanas - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. Este ajuste puede ser usado para evitar que se ejecuten programas en la sandbox sin el consentimiento del usuario o su conocimiento. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. Mostrar una advertencia emergente antes de iniciar un proceso en la sandbox proveniente de una fuente externa - + Files Archivos - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Configure qué procesos pueden acceder a Archivos, Carpetas y Tuberías (Pipes). El acceso 'Abrir' solo se aplica a los binarios de programas ubicados fuera de la sandbox, puedes utilizar 'Abrir para Todos' en su lugar para hacer que se aplique a todos los programas, o cambiar este comportamiento en la pestaña de Políticas. - + Registry Registro - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Configure qué procesos pueden acceder al Registro. 'Open' 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 behavior in the Policies tab. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Configure qué procesos pueden acceder a objetos IPC de NT como puertos ALPC y la memoria y el contexto de otros procesos. Para especificar un proceso, utiliza '$:program.exe' como ruta. - + Wnd Wnd - + Wnd Class Clase Wnd - + COM COM - + Class Id ID de Clase - + Configure which processes can access COM objects. Configura qué procesos pueden acceder a objetos COM. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) No usa COM virtualizado, Abrir acceso a la infraestructura COM del ordenador (no recomendado) - + Access Policies Políticas de Acceso - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Aplicar Cerrar...=!<program>,... reglas también a todos los archivos ejecutables localizados en la sandbox. - + Network Options Opciones de Red - + Set network/internet access for unlisted processes: Setear acceso a red/internet para procesos sin listar: - + Test Rules, Program: Reglas de testeo, Programas: - + Port: Puerto: - + IP: IP: - + Protocol: Protocolo: - + X X - + Add Rule Agregar Regla - - + + Action Acción @@ -8766,8 +8791,9 @@ Para especificar un proceso, utiliza '$:program.exe' como ruta. - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - Cuando se activa la <a href="sbie://docs/boxencryption">Encriptación de Caja</a>, la carpeta raíz de la caja, incluido su registro, se almacena en una imagen de disco cifrada, utilizando la implementación AES-XTS de <a href="https://diskcryptor.org">Disk Cryptor</a>. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + Cuando se activa la <a href="sbie://docs/boxencryption">Encriptación de Caja</a>, la carpeta raíz de la caja, incluido su registro, se almacena en una imagen de disco cifrada, utilizando la implementación AES-XTS de <a href="https://diskcryptor.org">Disk Cryptor</a>. @@ -8900,7 +8926,7 @@ Para especificar un proceso, utiliza '$:program.exe' como ruta.Usar un inicio de sesión Sandboxie en vez de un token anónimo - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. Los programas introducidos aquí podrán salir de esta sandbox cuando se inicien. También es posible capturarlos en otra sandbox, por ejemplo, para que tu navegador web siempre se abra en una caja dedicado. @@ -8909,75 +8935,75 @@ Para especificar un proceso, utiliza '$:program.exe' como ruta.<b><font color='red'>ADVERTENCIA DE SEGURIDAD</font>:</b> Usar <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> y/o <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> en combinación con directivas Open[File/Pipe]Path puede comprometer la seguridad, como también lo puede hacer el uso de <a href="sbie://docs/breakoutdocument">BreakoutDocument</a> permitiendo cualquier extensión * o insegura (*.exe;*.dll;*.ocx;*.cmd;*.bat;*.lnk;*.pif;*.url;*.ps1; etc...). Por favor, revise la sección de seguridad para cada opción en la documentación antes de usarla. - + Configure which processes can access Desktop objects like Windows and alike. Configura qué procesos pueden acceder objetos de Escritorio como Windows y semejantes. - - + + Port Puerto - - - + + + IP IP - + Protocol Protocolo - + 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. Precaución: Plataforma de Filtrado de Windows no esta habilitada con el controlador, por lo tanto estas reglas seran aplicadas solo en modo usuario y no pueden ser reforzadas!!! Esto significa que aplicaciones maliciosas pueden saltearlas. - + Other Options Otras Opciones - + Port Blocking Bloqueo de Puerto - + Block common SAMBA ports Bloquear puertos SAMBA comunes - + Block DNS, UDP port 53 Bloquear DNS, UDP puerto 53 - + Quick Recovery Recuperación Rápida - + Immediate Recovery Recuperación Inmediata - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Habilitar que Recuperación Inmediata pueda recuperar archivos tan rapido como son creados. - + Various Options Varias opciones - + Emulate sandboxed window station for all processes Emular ventanas de sandbox para todos los procesos @@ -8992,7 +9018,7 @@ Para especificar un proceso, utiliza '$:program.exe' como ruta.Permitir el uso de objetos de trabajos anidados (experimental, funciona en Windows 8 y posterior) - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Deshabilitar el uso de RpcMgmtSetComTimeout por defecto (esto puede resolver temas de compatibilidad) @@ -9051,46 +9077,46 @@ Para especificar un proceso, utiliza '$:program.exe' como ruta.Aislamiento de Acceso - + Triggers Disparadores - + This command will be run before the box content will be deleted Este comando se ejecutará antes de que el contenido de la caja sea borrado - + Event Evento - - - - + + + + Run Command Ejecutar Comando - + Start Service Iniciar Servicio - + These events are executed each time a box is started Estos eventos son excluidos acada vez que la caja es iniciada - + On Box Start Al inicio de la caja - - + + These commands are run UNBOXED just before the box content is deleted Estos comandos son ejecutados fuera de la Sandbox justo despues de que el contenido de la caja es eliminado @@ -9099,52 +9125,53 @@ Para especificar un proceso, utiliza '$:program.exe' como ruta.Al eliminar la caja - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Estos comandos son ejecutados solo cuando la caja es inicializada. Para hacer que se ejecuten de nuevo, el contenido de la caja debe ser eliminado. - + On Box Init Al inicializar la caja - + On Box Terminate Al finalizar la caja - + Here you can specify actions to be executed automatically on various box events. Aqui puede especificar acciones a ser ejecutadas automaticamente en varios eventos de la caja. - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + 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. @@ -9153,23 +9180,23 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Nota: Las configuraciones de Programas Forzados y Carpetas Forzadas para una sandbox no se aplican a cuentas de usuario que no pueden usar la sandbox. - + API call Trace (traces all SBIE hooks) Rastreo de llamadas API (rastrea todos los ganchos de SBIE) - + Disable Resource Access Monitor Deshabilitar Monitor de Acceso a Recursos - + Resource Access Monitor Monitor de Acceso a Recursos - - + + Network Firewall Cortafuegos de Red @@ -9178,7 +9205,7 @@ Nota: Las configuraciones de Programas Forzados y Carpetas Forzadas para una san Plantillas/Templates de Compatibilidad - + Add Template Agregar Plantilla @@ -9187,12 +9214,12 @@ Nota: Las configuraciones de Programas Forzados y Carpetas Forzadas para una san Remover Plantilla - + Template Folders Plantillas de Carpetas - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -9201,23 +9228,23 @@ Please note that this values are currently user specific and saved globally for Por favor note que estos valores son especificos para usuario y guardados globalmente para todas las cajas. - - + + Value Valor - + Accessibility Accesibilidad - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Para compensar la perdida de protección, por favor consulte configuración de "Soltar Permisos"en la pagina de seteo de Restricciones de grupo. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Lector de pantallas: JAWS, NVDA, Window-Eyes, Acceso a Sistema @@ -9227,32 +9254,32 @@ Por favor note que estos valores son especificos para usuario y guardados global Restricciones - + Apply ElevateCreateProcess Workaround (legacy behaviour) Aplicar solución alternativa para ElevateCreateProcess (comportamiento heredado) - + Use desktop object workaround for all processes Usar comportamiento alternativo de objetos de escritorio para todos los procesos - + On File Recovery Al Recuperar Archivo - + These commands are run UNBOXED after all processes in the sandbox have finished. Estos comandos son ejecutados SIN AISLAR después de que todos los procesos en esta sandbox hayan finalizado. - + Run File Checker Ejecutar Comprobador de Archivos - + On Delete Content Al Borrar Contenido @@ -9263,67 +9290,67 @@ Por favor note que estos valores son especificos para usuario y guardados global - + Process Proceso - + DNS Filter Filtro DNS - + Add Filter Añadir Filtro - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. Con el filtro DNS se pueden bloquear dominios individuales, por proceso. Deje la columna de IP vacía para bloquear o introduzca una IP a redireccionar. - + Domain Dominio - + Internet Proxy Proxy de Internet - + Add Proxy Añadir Proxy - + Test Proxy Probar Proxy - + Auth Autenticación - + Login Usuario - + Password Contraseña - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. Los programas aislados pueden ser forzados a que usen un proxy SOCKS5 preestablecido. - + Resolve hostnames via proxy Resolver nombres de host vía proxy @@ -9363,53 +9390,56 @@ Por favor note que estos valores son especificos para usuario y guardados global Límite de Memoria de Proceso Individual: - + Bypass IPs - + Restart force process before they begin to execute - + Add Option Añadir Opción - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. Aquí puedes configurar opciones avanzadas por proceso para mejorar la compatibilidad y/o personalizar el comportamiento del aislamiento. - + Option Opción - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. - - - - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + + + Don't allow sandboxed processes to see processes running outside any boxes No permitir que los procesos aislados vean procesos ejecutándose fuera de las cajas @@ -9424,47 +9454,47 @@ Por favor note que estos valores son especificos para usuario y guardados global Algunos programas leen detalles del sistema mediante WMI (una base de datos integrada de Windows) en vez de métodos normales. Por ejemplo, "tasklist.exe" podría obtener la lista completa de procesos incluso si "HideOtherBoxes" está abierto accediento por WMI. Habilita esta opción para detener estos comportamientos. - + DNS Request Logging Registro de peticiones DNS - + Syscall Trace (creates a lot of output) Rastreo de Syscall (crea una gran cantidad de salida) - + Templates Plantillas - + Open Template Abrir Plantilla - + 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. La configuración siguiente habilita el uso de Sandboxie en combinación con software de accesibilidad. Por favor note que algunas medidas de seguridad de Sandboxie se pierden cuando esta configuración esta activo. - + Edit ini Section Editar sección ini - + Edit ini Editar ini - + Cancel Cancelar - + Save Guardar @@ -9489,7 +9519,7 @@ Por favor note que estos valores son especificos para usuario y guardados global QObject - + Drive %1 Unidad %1 @@ -9497,27 +9527,27 @@ Por favor note que estos valores son especificos para usuario y guardados global QPlatformTheme - + OK OK - + Apply Aplicar - + Cancel Cancelar - + &Yes &Si - + &No &No @@ -9918,7 +9948,8 @@ Por favor note que estos valores son especificos para usuario y guardados global - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_fr.ts b/SandboxiePlus/SandMan/sandman_fr.ts index b6abdfa9..fae28d93 100644 --- a/SandboxiePlus/SandMan/sandman_fr.ts +++ b/SandboxiePlus/SandMan/sandman_fr.ts @@ -480,7 +480,7 @@ Cette longueur permet environ 384 bits d'entropie avec une phrase secrète <a href="sbie://docs/security-mode">Security Hardened</a> Sandbox with <a href="sbie://docs/privacy-mode">Data Protection</a> - Bac <a href="sbie://docs/security-mode">à sécurité renforcée</a> avec <a href="sbie://docs/privacy-mode">protection des données</a> + À <a href="sbie://docs/security-mode">sécurité renforcée</a> avec <a href="sbie://docs/privacy-mode">protection des données</a> @@ -494,7 +494,7 @@ Le profil complet de l'utilisateur demeure masqué, assurant ainsi une séc <a href="sbie://docs/security-mode">Security Hardened</a> Sandbox - Bac <a href="sbie://docs/security-mode">à sécurité renforcée</a> + À <a href="sbie://docs/security-mode">sécurité renforcée</a> @@ -504,7 +504,7 @@ Le profil complet de l'utilisateur demeure masqué, assurant ainsi une séc Sandbox with <a href="sbie://docs/privacy-mode">Data Protection</a> - Bac avec <a href="sbie://docs/privacy-mode">protection des données</a> + Avec <a href="sbie://docs/privacy-mode">protection des données</a> @@ -516,7 +516,7 @@ seuls les répertoires « C:\Windows » et « C:\Program Files » sont accessibl Standard Sandbox - Bac standard + Standard @@ -528,7 +528,7 @@ Les applications peuvent être lancées dans ce bac, en s'assurant qu' <a href="sbie://docs/compartment-mode">Application Compartment</a> Box with <a href="sbie://docs/privacy-mode">Data Protection</a> - Bac <a href="sbie://docs/compartment-mode">conteneur d'applications</a> avec <a href="sbie://docs/privacy-mode">protection des données</a> + <a href="sbie://docs/compartment-mode">Conteneur d'applications</a> avec <a href="sbie://docs/privacy-mode">protection des données</a> @@ -541,7 +541,7 @@ Bien que le niveau d'isolation soit réduit par rapport à d'autres ty <a href="sbie://docs/compartment-mode">Application Compartment</a> Box - Bac <a href="sbie://docs/compartment-mode">conteneur d'applications</a> + <a href="sbie://docs/compartment-mode">Conteneur d'applications</a> @@ -564,22 +564,22 @@ Cela offre le niveau ultime de confidentialité et de protection des données au Hardened Sandbox with Data Protection - Bac renforcé avec protection des données + Renforcé avec protection des données Security Hardened Sandbox - Bac à sécurité renforcée + À sécurité renforcée Sandbox with Data Protection - Bac avec protection des données + Avec protection des données Standard Isolation Sandbox (Default) - Bac à isolation standard (par défaut) + À isolation standard (par défaut) @@ -589,12 +589,12 @@ Cela offre le niveau ultime de confidentialité et de protection des données au Application Compartment Box - Bac conteneur d'applications + Conteneur d'applications Confidential Encrypted Box - Bac chiffré et confidentiel + Chiffré et confidentiel @@ -1822,8 +1822,8 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la - - + + @@ -1874,7 +1874,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la - + @@ -1949,97 +1949,97 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Racine IPC du bac. - - + + bytes (unlimited) - - - - - - bytes (%1) - + octets (illimité) - unlimited - + + bytes (%1) + octets (%1) - + + unlimited + illimité + + + Add special option: Ajouter une option particulière : - - + + On Start Au démarrage - - - - - + + + + + Run Command Lancer une commande - + Start Service Démarrer un service - + On Init Lors de l'initialisation - + On File Recovery Lors de la récupération de fichiers - + On Delete Content Lors de la suppression de contenu - + On Terminate Lors de l'arrêt - + Please enter a program file name to allow access to this sandbox Veuillez saisir un nom de fichier de programme pour lequel autoriser l'accès à ce bac - + Please enter a program file name to deny access to this sandbox Veuillez saisir un nom de fichier de programme pour lequel empêcher l'accès à ce bac - + Failed to retrieve firmware table information. - + Échec de récupération des informations de la table du microgiciel. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. - + Table du microgiciel enregistrée avec succès dans le registre de l'hôte : « HKEY_CURRENT_USER\System\SbieCustom »<br />Vous pouvez la copier dans le registre d'un bac afin d'avoir des valeurs différentes pour chaque bac. On Delete À la suppression - - - - - + + + + + Please enter the command line to be executed Saisir la ligne de commande à exécuter @@ -2048,12 +2048,12 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Veuillez saisir le nom de fichier d'un programme - + Deny Refuser - + %1 (%2) %1 (%2) @@ -2072,7 +2072,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Children - + Enfants @@ -2137,22 +2137,22 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Hardened Sandbox with Data Protection - Bac renforcé avec protection des données + Renforcé avec protection des données Security Hardened Sandbox - Bac à sécurité renforcée + À sécurité renforcée Sandbox with Data Protection - Bac avec protection des données + Avec protection des données Standard Isolation Sandbox (Default) - Bac à isolation standard (par défaut) + À isolation standard (par défaut) @@ -2315,7 +2315,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Exécutables (*.exe *.cmd);;Tous les fichiers (*.*) - + Please enter a service identifier Veuillez saisir un identifiant de service @@ -2418,7 +2418,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Saisie : l'IP ou le port ne peut être vide - + Allow @@ -3116,22 +3116,22 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no CSandBox - + Waiting for folder: %1 Dossier en attente : %1 - + Deleting folder: %1 Suppression du dossier : %1 - + Merging folders: %1 &gt;&gt; %2 Fusion des dossiers : %1 &gt;&gt; %2 - + Finishing Snapshot Merge... Finalisation de la fusion des instantanés... @@ -3139,7 +3139,7 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no CSandBoxPlus - + Disabled Désactivé @@ -3152,32 +3152,32 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no NON SÉCURISÉ (Configuration de débogage) - + OPEN Root Access OUVRIR l'accès Racine - + Application Compartment Conteneur d'applications - + NOT SECURE NON SÉCURISÉ - + Reduced Isolation Isolation réduite - + Enhanced Isolation Isolation renforcée - + Privacy Enhanced Confidentialité renforcée @@ -3186,32 +3186,32 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no Journal API - + No INet (with Exceptions) Sans Internet (avec des exceptions) - + No INet Sans Internet - + Net Share Partage réseau - + No Admin Sans administrateur - + Auto Delete Suppression automatique - + Normal Normal @@ -3220,7 +3220,7 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -3238,62 +3238,68 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no Appuyer pour télécharger la mise à jour - + + + User canceled this operation. + + + + No Force Process Pas de processus forcé - + Removed Shortcut: %1 Raccourci supprimé : %1 - + Updated Shortcut to: %1 Raccourci vers %1 mis à jour - + Added Shortcut to: %1 Raccourci vers %1 ajouté - + Executing OnBoxTerminate: %1 Exécution d'OnBoxTerminate: %1 - + Auto removing sandbox %1 Suppression automatique du bac %1 - + %1 Directory: %2 Répertoire d'%1 : %2 - + Application application - + Installation installation - + for Personal use pour un usage personnel - + - for Non-Commercial use ONLY - pour un usage non commercial UNIQUEMENT - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3302,27 +3308,27 @@ Please check if there is an update for sandboxie. Veuillez vérifier s'il y a une mise à jour pour Sandboxie. - + Don't show this message again for the current build. Ne plus afficher ce message pour la version actuelle. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. Votre version de Windows %1 excède les capacités de prise en charge actuellement connues de votre version de Sandboxie. Par conséquent, Sandboxie essaiera d'utiliser les derniers offsets connus, ce qui peut entrainer une instabilité du système. - + Do you want the setup wizard to be omitted? Voulez-vous ignorer l'assistant d'installation ? - + Failed to configure hotkey %1, error: %2 Échec de configuration du raccourci %1 ; erreur : %2 - + The evaluation period has expired!!! The evaluation periode has expired!!! La période d'évaluation a expiré !!! @@ -3345,17 +3351,17 @@ Veuillez vérifier s'il y a une mise à jour pour Sandboxie. Importation : %1 - + No Recovery Pas de récupération - + No Messages Pas de message - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -3364,47 +3370,47 @@ This file is part of Sandboxie and all changed done to it will be reverted next Ce fichier fait partie de Sandboxie et toute modification faite sur lui sera annulée la prochaine fois que Sandboxie sera mis à jour. - + Import/Export not available, 7z.dll could not be loaded Importation/Exportation non disponible ; 7z.dll n'a pas pu être chargé - + Failed to create the box archive Échec de création de l'archive du bac - + Failed to open the 7z archive Échec d'ouverture de l'archive 7z - + Failed to unpack the box archive Échec de décompression de l'archive du bac - + The selected 7z file is NOT a box archive Le fichier 7z choisi n'est PAS une archive de bac - + Reset Columns Réinitialiser les colonnes - + Copy Cell Copier la cellule - + Copy Row Copier la rangée - + Copy Panel Copier le tableau @@ -3681,7 +3687,7 @@ Ce fichier fait partie de Sandboxie et toute modification faite sur lui sera ann - + Sandboxie-Plus Insider [%1] Initié Sandboxie-Plus [%1] @@ -3712,7 +3718,7 @@ Ce fichier fait partie de Sandboxie et toute modification faite sur lui sera ann - + About Sandboxie-Plus À propos de Sandboxie-Plus @@ -3895,63 +3901,71 @@ Ce fichier fait partie de Sandboxie et toute modification faite sur lui sera ann - + Which box you want to add in? - + Quel bac voulez-vous ajouter ? - + Type the box name which you are going to set: - + Saisir le nom de bac que vous allez définir : - - - + + + + Sandboxie-Plus Warning - - - - - - You typed a wrong box name!Nothing was changed. - + Avertissement de Sandboxie-Plus - - Users canceled this operation. - + The value is not an existing directory or executable. + La valeur n'est ni un répertoire existant ni un exécutable. - + + + You typed a wrong box name! Nothing was changed. + Vous avez saisi un mauvais nom de bac ! Rien n'a été modifié. + + + You typed a wrong box name!Nothing was changed. + Vous avez saisi un mauvais nom de bac ! Rien n'a été modifié. + + + Users canceled this operation. + L'utilisateur a annulé cette opération. + + + USB sandbox not found; creating: %1 Bac à sable USB introuvable ; création : %1 - + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br />Vous devez être de niveau « Grand contributeur Patreon » ou plus pour débloquer cette fonction. - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>À propos de Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 Cette copie de Sandboxie-Plus est attestée pour : %1 - + Sandboxie-Plus is free for personal and non-commercial use. Sandboxie-Plus est gratuit pour une utilisation personnelle et non commerciale. - + 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> Sandboxie-Plus est la poursuite en code source ouvert de Sandboxie.<br />Visitez <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> pour plus d'informations.<br /><br />%2<br /><br />Fonctions : %3<br /><br />Installation : %1<br />SbieDrv.sys : %4<br /> SbieSvc.exe : %5<br /> SbieDll.dll : %6<br /><br />Icônes provenant de <a href="https://icons8.com">icons8.com</a> @@ -3966,145 +3980,145 @@ Veuillez vérifier s'il y a une mise à jour pour Sandboxie. Votre version de Windows excède les capacités de prise en charge de votre version de Sandboxie. Par conséquent, Sandboxie essaiera d'utiliser les derniers offsets connus, ce qui peut entrainer une instabilité du système. - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. Le bac %1 est configuré pour utiliser des fonctions disponibles exclusivement aux adhérents au projet. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. Le bac %1 est configuré pour utiliser des fonctions qui nécessitent un certificat d'adhérent <b>avancé</b>. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Mettez à jour votre certificat</a> afin de débloquer les fonctions avancées. - + The selected feature requires an <b>advanced</b> supporter certificate. La fonction choisie nécessite un certificat d'adhérent <b>avancé</b>. - + The selected feature set is only available to project supporters.<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> La fonction choisie est uniquement disponible aux adhérents au projet.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Devenez un adhérent au projet</a>, et recevez un <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificat d'adhérent</a>. - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! Le certificat que vous essayez d'utiliser a été bloqué, ce qui veut dire qu'il a été invalidé pour une bonne raison. Toute tentative de l'utiliser constitue une violation de ses conditions d'utilisation ! - + The Certificate Signature is invalid! La signature du certificat est invalide ! - + The Certificate is not suitable for this product. Le certificat ne convient pas à ce produit. - + The Certificate is node locked. Le certificat est verrouillé par nœud. - + The support certificate is not valid. Error: %1 Le certificat d'adhérent est invalide. Erreur : %1 - - + + Don't ask in future Ne plus demander - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? Voulez-vous arrêter tous les processus dans les bacs à sable chiffrés, puis démonter ces derniers ? - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>ERREUR :</b> Le gestionnaire de Sandboxie-Plus (SandMan.exe) n'a pas une signature valide (SandMan.exe.sig). Veuillez télécharger une version fiable depuis la <a href="https://sandboxie-plus.com/go.php?to=sbie-get">page de téléchargement officielle</a>. - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. Tous les processus d'un bac doivent être arrêtés avant qu'il puisse être renommé. - + Failed to move box image '%1' to '%2' Échec du déplacement de l'image du bac « %1 » vers « %2 » - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted Le contenu d'un bac non monté ne peut pas être supprimé - + %1 %1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? Voulez-vous ouvrir %1 dans un navigateur web dans un bac ou en dehors ? - + Sandboxed Dans un bac à sable - + Unsandboxed Hors de tout bac à sable - + Case Sensitive Sensible à la casse - + RegExp Regex - + Highlight Surligner - + Close Fermer - + &Find ... &Rechercher... - + All columns Toutes les colonnes @@ -4169,11 +4183,11 @@ Voulez-vous faire la purge ? - - - - - + + + + + Don't show this message again. Ne plus afficher ce message @@ -4203,7 +4217,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a <br /><br />Ce bac <a href="sbie://docs/privacy-mode">empêche l'accès à tous les emplacements contenant les données de l'utilisateur</a>, sauf si spécifiquement autorisé dans les options d'accès aux ressources. - + Unknown operation '%1' requested via command line Opération inconnue '%1' demandée via la ligne de commande @@ -4223,17 +4237,17 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - Suppression du contenu du bac - + Executing OnBoxDelete: %1 Exécution de OnBoxDelete : %1 - + Auto Deleting %1 Content Suppression automatisée du contenu de %1 - + Auto deleting content of %1 Suppression automatisée du contenu de %1 @@ -4242,19 +4256,19 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Supression automatisée du contenu de %1 - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Erreur - + Failed to stop all Sandboxie components Échec de l'arrêt de tous les composants de Sandboxie - + Failed to start required Sandboxie components Impossible de démarrer les composants requis de Sandboxie @@ -4294,12 +4308,12 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a <a href="sbie://update/apply" style="color: red;">Une nouvelle mise à jour de Sandboxie-Plus (%1) est prête</a> - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Certains modèles de compatibilité (%1) sont manquants, probablement supprimés, voulez-vous les supprimer de tous les bacs ? - + Cleaned up removed templates... Purge des modèles supprimés... @@ -4316,7 +4330,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Configuration chargée : %1 - + Data Directory: %1 Dossier des données : %1 @@ -4325,7 +4339,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - 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 @@ -4334,27 +4348,27 @@ No will choose: %2 « Non » choisira : %2 - + Please enter the duration, in seconds, for disabling Forced Programs rules. Veuillez saisir la durée (en secondes) de suspension du forçage des programmes. - + The supporter certificate is not valid for this build, please get an updated certificate Le certificat d'adhérent n'est pas valide pour cette version, veuillez obtenir un certificat à jour - + The supporter certificate has expired%1, please get an updated certificate Ce certificat d'adhérent a expiré%1, veuillez obtenir un certificat à jour - + , but it remains valid for the current build , mais il reste valide pour la version actuelle - + The supporter certificate will expire in %1 days, please get an updated certificate Le certificat d'adhérent expirera dans %1 jour(s), veuillez obtenir un certificat mis à jour @@ -4375,30 +4389,30 @@ No will choose: %2 Le certificat d'adhérent est expiré - + Default sandbox not found; creating: %1 Bac à sable par défaut non trouvé ; création : %1 - + - NOT connected - NON connecté - + 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. Le programme %1 lancé dans le bac %2 sera arrêté dans 5 minutes car le bac a été configuré pour utiliser des fonctions uniquement disponibles aux adhérents du projet. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. Le bac %1 est configuré pour utiliser des fonctions uniquement disponibles aux adhérents du projet ; ces réglages seront donc ignorés. - - - - + + + + <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">Devenez un adhérent du projet</a>, et recevez un <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificat d'adhérent</a>. @@ -4415,7 +4429,7 @@ No will choose: %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> La fonction sélectionnée n'est disponible qu'aux adhérents au projet. Les processus lancés dans un bac avec cette fonction activée sans certificat d'adhérent seront arrêtés après 5 minutes.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Devenez un adhérent du projet</a>, et recevez un <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificat d'adhérent</a>. @@ -4478,22 +4492,22 @@ No will choose: %2 - + Only Administrators can change the config. Seuls les administrateurs peuvent modifier la configuration. - + Please enter the configuration password. Veuillez saisir le mot de passe de la configuration. - + Login Failed: %1 Échec de la connexion : %1 - + Do you want to terminate all processes in all sandboxes? Voulez-vous arrêter tous les processus dans tous les bacs à sable ? @@ -4506,92 +4520,92 @@ No will choose: %2 Veuillez saisir la durée de désactivation du forçage des programmes. - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus a été démarré en mode portable et doit maintenant créer les services nécessaires. Cela demandera des privilèges d'administrateur. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. ATTENTION : Un autre agent (probablement SbieCtrl.exe) gère déjà cette session de Sandboxie, veuillez le fermer d'abord et vous reconnecter pour prendre le contrôle. - + Maintenance operation failed (%1) Échec de l'opération de maintenance (%1) - + Maintenance operation completed Opération de maintenance terminée - + Executing maintenance operation, please wait... Exécution de l'opération de maintenance, veuillez patienter... - + In the Plus UI, this functionality has been integrated into the main sandbox list view. Dans l'interface de la version Plus, cette fonction a été intégrée à l'affichage principal de la liste des bacs à sable. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. En utilisant le menu contextuel Bac/Groupe, vous pouvez déplacer les bacs et les groupes vers d'autres groupes. Vous pouvez également utiliser le glisser-déposer pour déplacer les éléments. Alternativement, vous pouvez aussi utiliser les touches fléchées tout en maintenant ALT enfoncée pour déplacer les éléments vers le haut ou le bas au sein de leur groupe.<br />Vous pouvez créer de nouveaux bacs et groupes depuis le menu du bac. - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Voulez-vous également réinitialiser les messages masqués des bacs (oui), ou seulement tous les messages du journal (non) ? - + The changes will be applied automatically whenever the file gets saved. Les modifications seront appliquées automatiquement à chaque fois que le fichier sera enregistré. - + The changes will be applied automatically as soon as the editor is closed. Les modifications seront appliquées automatiquement dès que l'éditeur sera fermé. - + Sandboxie config has been reloaded La configuration de Sandboxie a été rechargée - + Error Status: 0x%1 (%2) Statut de l'erreur : 0x%1 (%2) - + Unknown Inconnu - + All sandbox processes must be stopped before the box content can be deleted Tous les processus du bac doivent être arrêtés pour que son contenu puisse être supprimé - + Failed to copy box data files Échec de la copie des fichiers de données du bac - + Failed to remove old box data files Échec de la suppression des fichiers de données de l'ancien bac - + The operation was canceled by the user L'opération a été annulée par l'utilisateur - + Unknown Error Status: 0x%1 Code erreur inconnu : 0x%1 @@ -4629,77 +4643,77 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Statut d'erreur : %1 - + Administrator rights are required for this operation. Les droits d'administrateur sont nécessaires pour cette opération. - + Failed to execute: %1 Échec de l'exécution : %1 - + Failed to connect to the driver Échec de la connexion au pilote - + Failed to communicate with Sandboxie Service: %1 Échec de la communication avec le service Sandboxie : %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 Une version (%1) de Sandboxie incompatible a été trouvée. Versions compatibles : %2 - + Can't find Sandboxie installation path. Impossible de trouver le chemin d'installation de Sandboxie. - + Failed to copy configuration from sandbox %1: %2 Échec de la copie de la configuration du bac %1 : %2 - + A sandbox of the name %1 already exists Un bac du nom de %1 existe déjà - + Failed to delete sandbox %1: %2 Échec de la suppression du bac %1 : %2 - + The sandbox name can not be longer than 32 characters. Le nom du bac ne peut pas comporter plus de 32 caractères. - + The sandbox name can not be a device name. Le nom du bac ne peut pas être un nom de périphérique. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. Le nom du bac ne peut contenir que des lettres, des chiffres et des traits de soulignement qui seront affichés comme des espaces. - + Failed to terminate all processes Échec de l'arrêt de tous les processus. - + Delete protection is enabled for the sandbox La protection contre la suppression est activée pour ce bac. - + Error deleting sandbox folder: %1 Erreur lors de la suppression du dossier du bac : %1 @@ -4708,22 +4722,22 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Un bac à sable doit être vidé avant de pouvoir être renommé. - + A sandbox must be emptied before it can be deleted. Un bac doit être vidé avant de pouvoir être supprimé. - + Failed to move directory '%1' to '%2' Impossible de déplacer le dossier « %1 » vers « %2 » - + This Snapshot operation can not be performed while processes are still running in the box. Cette opération d’instantané ne peut pas être effectuée lorsque des processus sont encore en cours dans le bac. - + Failed to create directory for new snapshot Impossible de créer un répertoire pour le nouvel instantané @@ -4736,32 +4750,32 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Dossier d'installation : %1 - + Sandboxie-Plus Version: %1 (%2) Version de Sandboxie-Plus : %1 (%2) - + Current Config: %1 Configuration actuelle : %1 - + Snapshot not found Instantané introuvable - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Erreur de fusion des répertoires de l'instantané « %1 » avec « %2 », l'instantané n'a pas été entièrement fusionné. - + Failed to remove old snapshot directory '%1' Impossible de supprimer l'ancien répertoire de l'instantané « %1 » - + Can't remove a snapshot that is shared by multiple later snapshots Impossible de supprimer un instantané qui est partagé par plusieurs autres instantanés @@ -4770,27 +4784,27 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Impossible de supprimer l'ancienne base de données - + You are not authorized to update configuration in section '%1' Vous n'êtes pas autorisé à mettre à jour la configuration dans la section « %1 » - + Failed to set configuration setting %1 in section %2: %3 Échec de la définition du paramètre de configuration %1 dans la section %2 : %3 - + Can not create snapshot of an empty sandbox Impossible de créer un instantané d'un bac vide. - + A sandbox with that name already exists Un bac portant ce nom existe déjà - + The config password must not be longer than 64 characters Le mot de passe de la configuration ne doit pas comporter plus de 64 caractères @@ -4799,7 +4813,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Statut d'erreur inconnu : %1 - + Operation failed for %1 item(s). L'opération a échoué pour %1 objet. @@ -4808,7 +4822,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Voulez-vous ouvrir %1 dans un navigateur web dans le bac à sable (oui) ou en dehors (non) ? - + Remember choice for later. Mémoriser ce choix pour plus tard. @@ -4906,32 +4920,32 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Groupe de bacs - + Empty Vide - + Name Nom - + Process ID ID du processus - + Status État - + Title Titre - + Info Info @@ -4940,7 +4954,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Heure de démarrage - + Path / Command Line Chemin et ligne de commande @@ -5003,7 +5017,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Windows Explorer - Explorateur Windows + Explorateur de fichiers @@ -5150,38 +5164,38 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la CSbieTemplatesEx - + Failed to initialize COM Échec d'initialisation COM - + Failed to create update session Échec de création de la session de mise à jour - + Failed to create update searcher Échec de création de la recherche de mise à jour - + Failed to set search options Échec de définition des options de recherche - + Failed to enumerate installed Windows updates Failed to search for updates Échec d'énumération des mises à jour Windows installées - + Failed to retrieve update list from search result Échec de récupération de la liste de mise à jour depuis les résultats de la recherche - + Failed to get update count Échec d'obtention du décompte des mises à jour @@ -5237,7 +5251,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Windows Explorer - Explorateur de Windows + Explorateur de fichiers @@ -5472,7 +5486,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Run Windows Explorer - Exécuter l'explorateur Windows + Exécuter l'explorateur de fichiers @@ -5709,14 +5723,14 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la - + Don't show this message again. Ne plus afficher ce message. - + This Sandbox is empty. Ce bac est vide. @@ -5768,12 +5782,22 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Exportation : %1 - + Please enter a new name for the Sandbox. Veuillez saisir un nouveau nom pour le bac. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? Voulez-vous vraiment supprimer le ou les bacs à sable sélectionnés ? <br /><br />Attention : Le contenu de ces bacs sera aussi supprimé ! @@ -5783,24 +5807,24 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Supression du contenu %1 - + This Sandbox is already empty. Ce bac est déjà vide. - - + + Do you want to delete the content of the selected sandbox? Voulez-vous supprimer le contenu du bac sélectionné ? - - + + Also delete all Snapshots Supprimer aussi tous les instantanés - + Do you really want to delete the content of all selected sandboxes? Voulez-vous vraiment supprimer le contenu de tous les bacs à sable sélectionnés ? @@ -5809,36 +5833,36 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Voulez-vous vraiment supprimer le contenu de plusieurs bacs à sable ? - + Do you want to terminate all processes in the selected sandbox(es)? Voulez-vous arrêter tous les processus dans le ou les bacs à sable sélectionnés ? - - + + Terminate without asking Arrêter sans demander - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Le menu Démarrer de Sandboxie va maintenant s'afficher. Choisissez une application depuis le menu, et Sandboxie créera une icône de nouveau raccourci sur votre bureau véritable, que vous pouvez utiliser pour invoquer l'application choisie sous la supervision de Sandboxie. - - + + Create Shortcut to sandbox %1 Créer un raccourci vers le bac à sable %1 - + Do you want to terminate %1? Do you want to %1 %2? Voulez-vous arrêter %1 ? - + the selected processes les processus sélectionnés @@ -5847,15 +5871,15 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Voulez-vous %1 le ou les processus sélectionnés ? - + This box does not have Internet restrictions in place, do you want to enable them? Ce bac n'a pas de restrictions d'accès à Internet en place ; voulez-vous les activer ? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? - Ce bac est désactivé ou restreint à un groupe/utilisateur ; voulez-vous le modifier ? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? + Ce bac est désactivé ou restreint à un groupe/utilisateur ; voulez-vous le modifier ? @@ -6113,7 +6137,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la HwId: %1 - + HwId : %1 @@ -6264,12 +6288,12 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la Set Force in Sandbox - + Toujours forcer dans un bac à sable Set Open Path in Sandbox - + Toujours ouvrir ce chemin dans un bac à sable @@ -7570,7 +7594,7 @@ Idéal s'il y a un grand nombre de petits fichiers, cela rendra l'arch - + Protect the system from sandboxed processes Protège le système des processus lancés depuis un bac @@ -7743,12 +7767,12 @@ Idéal s'il y a un grand nombre de petits fichiers, cela rendra l'arch Restrictions d'impression - + Network restrictions Restrictions de réseau - + Block network files and folders, unless specifically opened. Bloquer les fichiers et dossiers du réseau, sauf s'ils sont spécifiquement ouverts @@ -7768,18 +7792,18 @@ Idéal s'il y a un grand nombre de petits fichiers, cela rendra l'arch - - - - - - - - - - - - + + + + + + + + + + + + Name Nom @@ -7796,28 +7820,28 @@ Idéal s'il y a un grand nombre de petits fichiers, cela rendra l'arch - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Supprimer @@ -7831,13 +7855,13 @@ Idéal s'il y a un grand nombre de petits fichiers, cela rendra l'arch Ici, vous pouvez spécifier les programmes ou les services qui doivent être lancés automatiquement dans le bac à sable lorsqu'il est activé - - - - - - - + + + + + + + Type Type @@ -7850,21 +7874,21 @@ Idéal s'il y a un grand nombre de petits fichiers, cela rendra l'arch Ajouter un service - + Program Groups Groupes de programmes - + Add Group Ajouter un groupe - - - - - + + + + + Add Program Ajouter un programme @@ -7873,42 +7897,42 @@ Idéal s'il y a un grand nombre de petits fichiers, cela rendra l'arch Programmes forcés - + Force Folder Ajouter un dossier - - - + + + Path Chemin - + Force Program Ajouter un programme - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Afficher les modèles @@ -7962,7 +7986,7 @@ Idéal s'il y a un grand nombre de petits fichiers, cela rendra l'arch Ouvrir l'accès au magasin d'identifiants Windows (mode utilisateur) - + Prevent change to network and firewall parameters (user mode) Empêcher les modifications des paramètres réseaux et règles du pare-feu (mode utilisateur) @@ -8012,34 +8036,34 @@ Idéal s'il y a un grand nombre de petits fichiers, cela rendra l'arch L'utilisation d'un jeton de Sandboxie personnalisé permet de mieux isoler les bacs à sable individuels, et d'afficher dans la colonne Utilisateurs des gestionnaires des tâches le nom du bac dans lequel un processus s'exécute. Certaines solutions de sécurité tierces peuvent cependant avoir des problèmes avec les jetons personnalisés. - + 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. Vous pouvez regrouper des programmes ensemble et leur donner un nom de groupe. Les groupes de programmes peuvent être utilisés avec certains des paramètres à la place des noms de programmes. Les groupes définis pour le bac remplacent les groupes définis dans les modèles. - + Force Programs Programmes forcés - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Les programmes saisis ici, ou les programmes lancés à partir des emplacements saisis, seront placés dans ce bac à sable automatiquement, à moins qu'ils ne soient explicitement lancés dans un autre bac à sable. - + Breakout Programs Programmes d'évasion - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. Les programmes saisis ici seront autorisés à s'évader de ce bac lors de leur démarrage, de sorte que vous puissiez les capturer dans un autre bac, par exemple pour que votre navigateur web s'ouvre toujours dans un bac dédié. Cette fonction nécessite qu'un certificat d'adhérent valide soit installé. - - + + Stop Behaviour Comportement d'arrêt @@ -8064,32 +8088,32 @@ If leader processes are defined, all others are treated as lingering processes.< Si des processus directeurs sont définis, tous les autres sont traités comme des processus persistants. - + Start Restrictions Restrictions de démarrage - + Issue message 1308 when a program fails to start Émettre un message 1308 lorsqu'un programme échoue à démarrer - + Allow only selected programs to start in this sandbox. * Autoriser uniquement les programmes sélectionnés à démarrer dans ce bac * - + Prevent selected programs from starting in this sandbox. Empêcher les programmes sélectionnés de démarrer dans ce bac - + Allow all programs to start in this sandbox. Autoriser tous les programmes à démarrer dans ce bac - + * Note: Programs installed to this sandbox won't be able to start at all. * Remarque : Les programmes installés dans ce bac ne pourront pas démarrer du tout. @@ -8098,37 +8122,37 @@ Si des processus directeurs sont définis, tous les autres sont traités comme d Restrictions réseau - + Process Restrictions Restrictions de processus - + Issue message 1307 when a program is denied internet access Émettre un message 1307 lorsqu'un programme se voit refuser l'accès à Internet - + Prompt user whether to allow an exemption from the blockade. Demander à l'utilisateur s'il autorise une dispense de blocage - + Note: Programs installed to this sandbox won't be able to access the internet at all. Remarque : Les programmes installés dans ce bac ne pourront pas accéder à Internet du tout. - - - - - - + + + + + + Access Accès - + Set network/internet access for unlisted processes: Définir l'accès réseau/Internet pour les processus non listés : @@ -8137,46 +8161,46 @@ Si des processus directeurs sont définis, tous les autres sont traités comme d Restrictions réseau - + Test Rules, Program: Règles de test ; Programme : - + Port: Port : - + IP: IP : - + Protocol: Protocole : - + X X - + Add Rule Ajouter une règle - - - - - - - - - + + + + + + + + + Program Programme @@ -8185,13 +8209,13 @@ Si des processus directeurs sont définis, tous les autres sont traités comme d Restrictions diverses - + Breakout Program Normalement « Programme d'évasion » Ajouter un programme - + Breakout Folder Normalement « Dossier d'évasion » Ajouter un dossier @@ -8203,8 +8227,9 @@ Si des processus directeurs sont définis, tous les autres sont traités comme d - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - Lorsque le <a href="sbie://docs/boxencryption">chiffrement de bac</a> est activé, le dossier racine du bac (y compris sa ruche du registre) est stocké dans une image disque chiffrée en utilisant l'implémentation AES-XTS de <a href="https://diskcryptor.org">Disk Cryptor</a>. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + Lorsque le <a href="sbie://docs/boxencryption">chiffrement de bac</a> est activé, le dossier racine du bac (y compris sa ruche du registre) est stocké dans une image disque chiffrée en utilisant l'implémentation AES-XTS de <a href="https://diskcryptor.org">Disk Cryptor</a>. @@ -8288,95 +8313,95 @@ Si des processus directeurs sont définis, tous les autres sont traités comme d <b><font color='red'>AVERTISSEMENT DE SÉCURITÉ</font> :</b> L'utilisation de <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> et/ou <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> en combinaison avec des directives Open[File/Pipe]Path peut compromettre la sécurité, de même que l'utilisation de <a href="sbie://docs/breakoutdocument">BreakoutDocument</a> autorisant tout (*) ou autorisant des extensions potentiellement non fiables (*.exe;*.dll;*.ocx;*.cmd;*.bat;*.lnk;*.pif;*.url;*.ps1 ; etc…). Veuillez consulter la section de sécurité de chaque option dans la documentation avant utilisation. - + Lingering Programs Programmes persistants - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Les programmes persistants seront automatiquement arrêtés s'ils sont toujours actifs après que tous les autres processus ont été arrêtés. - + Leader Programs Programmes chefs - + If leader processes are defined, all others are treated as lingering processes. Si des processus chefs sont définis, tous les autres sont traités comme des processus persistants. - + Stop Options Options d'arrêt - + Use Linger Leniency Être clément envers les programmes persistants - + Don't stop lingering processes with windows Ne pas arrêter les processus persistants en même temps que les fenêtres - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. Ce paramètre peut être utilisé pour empêcher les programmes de s'exécuter dans le bac sans la connaissance ou le consentement de l'utilisateur. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. Afficher une fenêtre surgissante d'avertissement avant de démarrer un processus dans le bac depuis une source externe - + Files Fichiers - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Configure quels processus peuvent accéder aux fichiers, dossiers et Pipes (« | »). L'accès « Autorisé » s'applique uniquement aux binaires des programmes situés hors du bac ; vous pouvez utiliser « Autorisé pour tous » à la place pour l'appliquer à tous les programmes, ou modifier ce comportement dans l'onglet « Politiques d'accès ». - + Registry Registre - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Configure quels processus peuvent accéder au registre. L'accès « Autorisé » s'applique uniquement aux binaires des programmes situés hors du bac ; vous pouvez utiliser « Autorisé pour tous » à la place pour l'appliquer à tous les programmes, ou modifier ce comportement dans l'onglet « Politiques d'accès ». - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Configure quels processus peuvent accéder aux objets NT IPC comme les ports ALPC et le contexte et la mémoire des autres processus. Pour définir un processus, utiliser « $:programme.exe » comme chemin. - + Wnd Wnd - + Wnd Class Classe Wnd @@ -8386,73 +8411,73 @@ Pour définir un processus, utiliser « $:programme.exe » comme chemin.Configure quels processus peuvent accéder aux objets de bureau tels que les fenêtres et similaires. - + COM COM - + Class Id Id de classe - + Configure which processes can access COM objects. Configure quels processus peuvent accéder aux objets COM. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Ne pas utiliser de COM virtualisé ; ouvrir l'accès à l'infrastructure COM de l'hôte (non recommandé) - + Access Policies Politiques d'accès - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Appliquer également les règles « Close...=!<program>,... » à tous les binaires situés dans le bac - + Network Options - Options de réseau + Réseau - - + + Action Action - - + + Port Port - - - + + + IP IP - + Protocol Protocole - + 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. ATTENTION : La plateforme de filtrage Windows n'est pas activée avec le pilote, par conséquent ces règles seront exécutées uniquement en mode utilisateur et ne pourront pas être imposées !!! Cela signifie que les applications malveillantes peuvent les contourner. - + Resource Access Accès aux ressources @@ -8469,39 +8494,39 @@ L'accès « Autorisé » aux fichiers et aux clés ne s'applique qu&ap Pour l'accès aux fichiers, vous pouvez utiliser « Autorisé pour tous » pour qu'il s'applique à tous les programmes. - + Add File/Folder Ajouter un fichier ou un dossier - + Add Wnd Class Ajouter une classe Wnd - + Move Down Descendre - + Add IPC Path Ajouter un chemin IPC - + Add Reg Key Ajouter une clé de registre - + Add COM Object Ajouter un objet COM - + Move Up Monter @@ -8518,52 +8543,52 @@ Pour l'accès aux fichiers, vous pouvez utiliser « Toujours direct » pour Appliquer ferme les directives de...=!<programme>,... ainsi que tous les binaires situés dans le bac à sable. - + File Recovery Récupération de fichiers - + Add Folder Ajouter un dossier - + Ignore Extension Ignorer une extension - + Ignore Folder Ignorer un dossier - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Activer l'invite de récupération immédiate pour pouvoir récupérer les fichiers dès leur création - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Vous pouvez exclure des dossiers, des types de fichiers, ou des extensions de fichiers de la récupération immédiate. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Lorsque la fonction de récupération rapide est invoquée, les dossiers suivants sont contrôlés pour vérifier la présence de contenu dans le bac. - + Advanced Options Options avancées - + Miscellaneous Divers - + Don't alter window class names created by sandboxed programs Ne pas modifier les noms des classes de fenêtres créées par des programmes dans un bac @@ -8579,7 +8604,7 @@ Pour l'accès aux fichiers, vous pouvez utiliser « Toujours direct » pour - + Protect the sandbox integrity itself Protège la propre intégrité du bac @@ -8604,12 +8629,12 @@ Pour l'accès aux fichiers, vous pouvez utiliser « Toujours direct » pour Isolation du bac à sable - + Force usage of custom dummy Manifest files (legacy behaviour) Forcer l'utilisation de fichiers Manifest factices personnalisés (ancien comportement) - + Program Control Contrôle des programmes @@ -8622,34 +8647,34 @@ Pour l'accès aux fichiers, vous pouvez utiliser « Toujours direct » pour Politiques d'accès aux ressources - + 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. La spécificité de la règle est une mesure de l'efficacité avec laquelle une règle donnée correspond à un chemin d'accès particulier. En d'autres termes, la spécificité est la longueur en caractères depuis le début du chemin d'accès jusqu'à la dernière sous-chaîne non générique (joker) correspondante. Une règle qui ne correspondrait qu'à des types de fichiers tels que "*.tmp" aurait la spécificité la plus élevée, car elle correspondrait toujours à l'intégralité du chemin d'accès au fichier. Le niveau de correspondance du processus a une priorité plus élevée que la spécificité et décrit comment une règle s'applique à un processus donné. Les règles s'appliquant par nom ou groupe de processus ont le niveau de correspondance le plus fort, suivi par la correspondance par négation (c'est-à-dire les règles s'appliquant à tous les processus sauf celui donné), tandis que les niveaux de correspondance les plus bas sont des correspondances globales, c'est-à-dire des règles qui s'appliquent à n'importe quel processus. - + Prioritize rules based on their Specificity and Process Match Level Hiérarchiser les règles en fonction de leur spécificité et du niveau de correspondance des processus - + Privacy Mode, block file and registry access to all locations except the generic system ones Mode confidentialité ; bloquer tous les accès aux emplacements de fichiers et de registre à l'exception des génériques du système - + Access Mode Mode d'accès - + 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. Lorsque le mode Confidentialité est activé, les processus d'un bac ne peuvent lire que C:\Windows\*, C:\Program Files\* et certaines parties du registre HKLM. Tous les autres emplacements nécessitent un accès explicite pour pouvoir être lus et/ou écrits. Dans ce mode, la spécificité des règles est toujours activée. - + Rule Policies Politiques des règles @@ -8658,7 +8683,7 @@ Le niveau de correspondance du processus a une priorité plus élevée que la sp Appliquer également les directives Close...=!<program>,... à tous les binaires situés dans le bac à sable. - + Apply File and Key Open directives only to binaries located outside the sandbox. Appliquer les directives « Autorisé » concernant les fichiers et les clés uniquement aux binaires situés hors du bac @@ -8673,8 +8698,8 @@ Le niveau de correspondance du processus a une priorité plus élevée que la sp Autoriser uniquement les processus privilégiés à accéder au gestionnaire des services - - + + Compatibility Compatibilité @@ -8692,7 +8717,7 @@ Le niveau de correspondance du processus a une priorité plus élevée que la sp Isolation COM - + Emulate sandboxed window station for all processes Émuler une Station Windows depuis un bac pour tous les processus @@ -8707,7 +8732,7 @@ Le niveau de correspondance du processus a une priorité plus élevée que la sp Autoriser l'utilisation d'objets de travail imbriqués (fonctionne sur Windows 8 et plus) - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Désactiver l'utilisation de RpcMgmtSetComTimeout par défaut (cela peut résoudre des problèmes de compatibilité) @@ -8718,8 +8743,9 @@ Le niveau de correspondance du processus a une priorité plus élevée que la sp - 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. it’s no longer providing reliable security, just simple application compartmentalization. - L'isolation de sécurité par l'utilisation d'un jeton de processus fortement restreint est le principal moyen utilisé par Sandboxie pour appliquer les restrictions du bac. Lorsque cette fonction est désactivée, le bac fonctionne en mode conteneur d'applications, c'est-à-dire qu'il ne fournit plus de sécurité fiable, mais seulement une simple compartimentation des applications. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + L'isolation de sécurité par l'utilisation d'un jeton de processus fortement restreint est le principal moyen utilisé par Sandboxie pour appliquer les restrictions du bac. Lorsque cette fonction est désactivée, le bac fonctionne en mode conteneur d'applications, c'est-à-dire qu'il ne fournit plus de sécurité fiable, mais seulement une simple compartimentation des applications. @@ -8786,41 +8812,41 @@ Le niveau de correspondance du processus a une priorité plus élevée que la sp Ici, vous pouvez spécifier une liste de commandes qui sont exécutées chaque fois que le bac à sable est initialement rempli. - + Triggers Déclencheurs - + Event Évènements - - - - + + + + Run Command Lancer une commande - + Start Service Démarrer un service - + These events are executed each time a box is started Ces évènements sont exécutés à chaque fois qu'un bac est démarré. - + On Box Start Au démarrage du bac - - + + These commands are run UNBOXED just before the box content is deleted Ces commandes sont lancées HORS DU BAC juste avant que le contenu du bac soit supprimé. @@ -8829,17 +8855,17 @@ Le niveau de correspondance du processus a une priorité plus élevée que la sp À la suppression - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Ces commandes sont exécutées lorsqu'un bac est initialisé. Pour les lancer à nouveau, le contenu du bac doit être supprimé. - + On Box Init À l'initialisation du bac - + Here you can specify actions to be executed automatically on various box events. Vous pouvez spécifier ici des actions à exécuter automatiquement lors de divers évènements. @@ -8848,37 +8874,37 @@ Le niveau de correspondance du processus a une priorité plus élevée que la sp Masquage des processus - + Add Process Ajouter un processus - + Hide host processes from processes running in the sandbox. Masque les processus de l'hôte des processus s'exécutant dans le bac. - + Restart force process before they begin to execute - + Redémarrer les processus forcés avant qu'ils commencent à s'exécuter - + Don't allow sandboxed processes to see processes running in other boxes Ne pas permettre aux processus d'un bac de voir les processus en cours d'exécution dans d'autres bacs - + Users Utilisateurs - + Restrict Resource Access monitor to administrators only Restreindre le moniteur d'accès aux ressources aux administrateurs uniquement - + Add User Ajouter un utilisateur @@ -8887,7 +8913,7 @@ Le niveau de correspondance du processus a une priorité plus élevée que la sp Supprimer l'utilisateur - + 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. @@ -8896,7 +8922,7 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Remarque : Les paramètres Programmes forcés et Dossiers forcés d'un bac ne s'appliquent pas aux comptes utilisateurs qui ne peuvent pas utiliser le bac. - + Tracing Traçage @@ -8906,22 +8932,22 @@ Remarque : Les paramètres Programmes forcés et Dossiers forcés d'un bac Tracer les appels API (nécessite que LogAPI soit installé dans le répertoire de Sandboxie) - + Pipe Trace Tracer les Pipes - + Log all SetError's to Trace log (creates a lot of output) Enregistrer toutes les SetError dans le journal de traçage (crée beaucoup de sorties) - + Log Debug Output to the Trace Log Enregistrer la sortie de débogage dans le journal de traçage - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8944,42 +8970,42 @@ au lieu de « * ». Tracer les appels système Ntdll (crée beaucoup de sorties) - + File Trace Tracer les fichiers - + Disable Resource Access Monitor Désactiver le moniteur d'accès aux ressources - + IPC Trace Tracer IPC - + GUI Trace Tracer l'interface graphique - + Resource Access Monitor Moniteur d'accès aux ressources - + Access Tracing Traçage des accès - + COM Class Trace Tracer les classes COM - + Key Trace Tracer les clés @@ -9026,94 +9052,100 @@ au lieu de « * ». unlimited - + illimité bytes - + octets - Create a new sandboxed token instead of stripping down the original token + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. - - Force Children - Forcer les processus enfants + + Create a new sandboxed token instead of stripping down the original token + Créer un nouveau jeton dans un bac à sable au lieu de démonter le jeton d'origine - - + + Force Children + Forcer les processus enfants + + + + Network Firewall Pare-feu réseau - + DNS Filter Filtres DNS - + Add Filter Ajouter un filtre - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. Avec les filtres DNS, des domaines individuels peuvent être bloqués, processus par processus. Laisser la colonne IP vide pour bloquer, ou saisir une IP pour rediriger. - + Domain Domaine - + Internet Proxy Mandataire Internet - + Add Proxy Ajouter un mandataire - + Test Proxy Tester le mandataire - + Auth Authentification - + Login Identifiant - + Password Mot de passe - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. Les programmes d'un bac peuvent être forcés à utiliser un mandataire SOCKS 5 prédéfini. - + Resolve hostnames via proxy Résoudre les noms d'hôtes via mandataire Limit restrictions - Limiter les restrictions + Limites Leave it blank to disable the setting(Unit:KB) @@ -9142,12 +9174,12 @@ au lieu de « * ». Limite de mémoire d'un processus unique : - + These commands are run UNBOXED after all processes in the sandbox have finished. Ces commandes s'exécutent HORS DU BAC après que tous les processus dans le bac se soient arrêtés. - + Don't allow sandboxed processes to see processes running outside any boxes Ne pas autoriser les processus dans un bac à voir les processus qui s'exécutent hors de tout bac @@ -9162,27 +9194,27 @@ au lieu de « * ». Certains programmes lisent les détails du système en se servant de WMI (Windows Management Instrumentation — une base de données incluse avec Windows) au lieu d'utiliser des méthodes normales. Par exemple, « tasklist.exe » peut obtenir la liste complète des processus même si « Masquer les propres processus de Sandboxie de la liste des tâches » est activé. Activez cette option pour empêcher ce comportement. - + API call Trace (traces all SBIE hooks) Tracer les appels API (trace tous les crochets SBIE) - + Debug Débogage - + WARNING, these options can disable core security guarantees and break sandbox security!!! ATTENTION, ces options peuvent désactiver les garanties de sécurité de base et briser la sécurité du bac !!! - + These options are intended for debugging compatibility issues, please do not use them in production use. Ces options sont destinées à déboguer les problèmes de compatibilité, veuillez ne pas les utiliser en production. - + App Templates Modèles d'applications @@ -9191,22 +9223,22 @@ au lieu de « * ». Modèles de compatibilité - + Filter Categories Filtre de catégorie : - + Text Filter Filtre de texte : - + Add Template Ajouter un modèle - + This list contains a large amount of sandbox compatibility enhancing templates Cette liste contient un grand nombre de modèles améliorant la compatibilité du bac. @@ -9215,17 +9247,17 @@ au lieu de « * ». Supprimer le modèle - + Category Catégorie - + Template Folders Dossiers des modèles - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -9234,23 +9266,23 @@ Please note that this values are currently user specific and saved globally for Veuillez noter que ces valeurs sont actuellement spécifiques à l'utilisateur et enregistrées globalement pour tous les bacs. - - + + Value Valeur - + Accessibility Accessibilité - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Pour compenser la perte de protection, veuillez consulter la page d'Abandon des droits dans le groupe de paramètres Restrictions. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Lecteurs d'écran : JAWS, NVDA, Window-Eyes, System Access @@ -9342,46 +9374,48 @@ Veuillez noter que ces valeurs sont actuellement spécifiques à l'utilisat Isolation d'accès - + Image Protection Protection d'image - + Issue message 1305 when a program tries to load a sandboxed dll Émettre un message 1305 lorsqu'un programme essaye de charger une DLL depuis un bac - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox Empêcher les programmes dans un bac installé sur l'hôte de charger des DLL depuis le bac - + Dlls && Extensions DLL && extensions - + Description Description - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Les règles d'accès aux ressources de Sandboxie discriminent souvent les binaires des programmes situés dans le bac. OpenFilePath et OpenKeyPath fonctionnent uniquement pour les binaires des applications situées nativement sur l'hôte. Afin de définir une règle sans cette restriction, OpenPipePath et OpenConfPath doivent être utilisés. De même, toutes les directives Closed(File|Key|Ipc)Path qui sont définies par une négation (par exemple « ClosedFilePath=! iexplore.exe,C:Users* ») seront toujours fermées aux binaires situés dans un bac. Les deux politiques de restriction peuvent être désactivées sur la page « Politiques d'accès ». + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Les règles d'accès aux ressources de Sandboxie discriminent souvent les binaires des programmes situés dans le bac. OpenFilePath et OpenKeyPath fonctionnent uniquement pour les binaires des applications situées nativement sur l'hôte. Afin de définir une règle sans cette restriction, OpenPipePath et OpenConfPath doivent être utilisés. De même, toutes les directives Closed(File|Key|Ipc)Path qui sont définies par une négation (par exemple « ClosedFilePath=! iexplore.exe,C:Users* ») seront toujours fermées aux binaires situés dans un bac. Les deux politiques de restriction peuvent être désactivées sur la page « Politiques d'accès ». Ceci est fait pour empêcher les processus malveillants à l'intérieur du bac de créer une copie renommée d'eux-mêmes et d'accéder aux ressources protégées. Un autre vecteur d'exploit est l'injection d'une bibliothèque dans un processus autorisé afin d'accéder à tout ce qu'il est autorisé d'accéder. En utilisant la Protection d'Image de l'Hôte, cela peut être empêché en bloquant les applications (installées sur l'hôte) lancées dans un bac de charger des bibliothèques depuis le bac lui-même. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. Les fonctions de Sandboxie peuvent être améliorées en utilisant des DLL optionnels qui peuvent être chargés dans chaque processus d'un bac lors de leur démarrage par SbieDll.dll. Le gestionnaire de modules dans les paramètres généraux offre quelques extensions utiles ; une fois installées, celles-ci peuvent être activées ici pour le bac actuel. - + Disable forced Process and Folder for this sandbox Désactiver les processus et les dossiers forcés pour ce bac @@ -9391,22 +9425,22 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du Empêcher les processus dans un bac à sable d'utiliser des méthodes publiques afin de capturer des images de la fenêtre - + Configure which processes can access Desktop objects like Windows and alike. Configure quels processus peuvent accéder aux objets de bureau tels que les fenêtres et similaires. - + Other Options Autres options - + Port Blocking Blocage des ports - + Block common SAMBA ports Bloquer les ports SAMBA habituels @@ -9416,52 +9450,52 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du Seuls les comptes d'utilisateur administrateur peuvent apporter des modifications à ce bac - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. <b><font color='red'>AVERTISSEMENT DE SÉCURITÉ</font> :</b> L'utilisation de <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> et/ou <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> en combinaison avec des directives Open[File/Pipe]Path peut compromettre la sécurité. Veuillez consulter la section de sécurité de chaque option dans la documentation avant utilisation. - + Bypass IPs - + Contourner les IP - + Block DNS, UDP port 53 Bloquer le DNS (port UDP 53) - + Quick Recovery Récupération rapide - + Immediate Recovery Récupération immédiate - + Various Options - Options diverses + Divers - + Apply ElevateCreateProcess Workaround (legacy behaviour) Appliquer le palliatif ElevateCreateProcess (ancien comportement) - + Use desktop object workaround for all processes Utiliser le palliatif d'objet de bureau pour tous les processus - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. Lorsque le raccourci général est utilisé 3 fois rapidement et successivement, cette exception sera ignorée. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. Empêcher ce bac d'être arrêté lorsque « Arrêter tous les processus » est invoqué @@ -9470,33 +9504,33 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du Cette commande s'exécute après que tous les processus dans le bac à sable se soient arrêtés. - + On Box Terminate Lors de l'arrêt du bac - + This command will be run before the box content will be deleted Cette commande sera exécutée avant que le contenu du bac ne soit supprimé. - + On File Recovery Lors de la récupération de fichiers - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked Cette commande sera exécutée avant qu'un fichier ne soit récupéré et le chemin du fichier sera transmis en tant que premier argument ; si cette commande retourne autre chose que « 0 », la récupération sera bloquée. - + Run File Checker Exécuter la vérification de fichiers - + On Delete Content Lors de la suppression de contenu @@ -9507,7 +9541,7 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du - + Process Processus @@ -9516,108 +9550,112 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du Bloquer également l'accès en lecture des processus de ce bac à sable - + Add Option Ajouter une option - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Ici, vous pouvez configurer des options en fonction des processus, pour améliorer la compatibilité et/ou personnaliser le comportement de mise en bac. - + Option Option - + Privacy - + Confidentialité - - Hide Firmware Informations - + + Hide Firmware Information + Hide Firmware Informations + Masquer les informations du microgiciel - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. - + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. + Certains programmes lisent les détails du système en se servant de WMI (une base de données incluse avec Windows) au lieu d'utiliser des méthodes normales. Par exemple, « tasklist.exe » peut ainsi obtenir la liste complète des processus même si « Masquer les propres processus de Sandboxie de la liste des tâches » est activé. Utilisez cette option pour empêcher ce comportement. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + Empêcher les processus d'un bac d'accéder aux détails du système en se servant de WMI (voir la bulle d'aide pour plus d'information) - + Process Hiding - + Masquage des processus - + Use a custom Locale/LangID - + Utiliser une langue/LangID personnalisée - + Data Protection - + Protection des données - - Dump the current Firmare Tables to HKCU\System\SbieCustom - + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom + Copier la table du microgiciel actuel dans « HKCU\System\SbieCustom » - + Dump FW Tables - + Copier la table du microgiciel - + DNS Request Logging Dns Request Logging Enregistrer les requêtes DNS dans le journal - + Syscall Trace (creates a lot of output) Tracer les appels système (crée beaucoup de sorties) - + Templates Modèles - + Open Template Ouvrir le modèle - + 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. Les paramètres suivants permettent l'utilisation de Sandboxie en combinaison avec un logiciel d'accessibilité. Veuillez noter que certaines mesures de protection de Sandboxie sont nécessairement perdues lorsque ces paramètres sont en vigueur. - + Edit ini Section Édition de la section ini - + Edit ini Éditer l'ini - + Cancel Annuler - + Save Enregistrer @@ -9641,7 +9679,7 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du QObject - + Drive %1 Lecteur %1 @@ -9649,27 +9687,27 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du QPlatformTheme - + OK OK - + Apply Appliquer - + Cancel Annuler - + &Yes &Oui - + &No &Non @@ -9766,7 +9804,7 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du Sandbox - Bacs à sable + Bac à sable @@ -10277,13 +10315,14 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du - Add ‘Set Force in Sandbox' to the context menu - + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu + Ajouter « Toujours forcer dans un bac à sable » au menu contextuel Add 'Set Open Path in Sandbox' to context menu - + Ajouter « Toujours ouvrir ce chemin dans un bac à sable » au menu contextuel @@ -10308,7 +10347,7 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du HwId: 00000000-0000-0000-0000-000000000000 - + HwId : 00000000-0000-0000-0000-000000000000 @@ -10390,7 +10429,7 @@ Contrairement au canal des Aperçus, cela n'inclut pas les modifications no Always run SandMan UI as Admin - + Toujours exécuter l'interface de SandMan en tant qu'administrateur diff --git a/SandboxiePlus/SandMan/sandman_hu.ts b/SandboxiePlus/SandMan/sandman_hu.ts index 2a79bd49..fb18eee9 100644 --- a/SandboxiePlus/SandMan/sandman_hu.ts +++ b/SandboxiePlus/SandMan/sandman_hu.ts @@ -1685,8 +1685,8 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + @@ -1737,7 +1737,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + @@ -1808,93 +1808,93 @@ Note: The update check is often behind the latest GitHub release to ensure that Sandbox ipc gyökér - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: Speciális opció hozzáadása: - - + + On Start Indításkor - - - - - + + + + + Run Command Parancs futtatása - + Start Service Szolgáltatás indítása - + On Init Inicializáskor - + On File Recovery Fájl helyreállításakor - + On Delete Content Tartalom törlésekor - + On Terminate - - - - - + + + + + Please enter the command line to be executed Kérjük, írja be a végrehajtandó parancssort - + Please enter a program file name to allow access to this sandbox - + Please enter a program file name to deny access to this sandbox - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -1903,12 +1903,12 @@ Note: The update check is often behind the latest GitHub release to ensure that Kérjük, adja meg a programfájl nevét - + Deny Tagadás - + %1 (%2) %1 (%2) @@ -2162,7 +2162,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Please enter a service identifier Kérjük, adja meg a szolgáltatás azonosítóját @@ -2257,7 +2257,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Allow @@ -2928,22 +2928,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 Várakozás a mappára: %1 - + Deleting folder: %1 Mappa törlése: %1 - + Merging folders: %1 &gt;&gt; %2 Mappák egyesítése: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... Pillanatkép-egyesítés befejezése... @@ -2951,37 +2951,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Letiltva - + OPEN Root Access Root Access NYITÁSA - + Application Compartment Alkalmazás rekesz - + NOT SECURE NEM BIZTONSÁGOS - + Reduced Isolation Csökkentett izoláció - + Enhanced Isolation Továbfejlesztett izoláció - + Privacy Enhanced Továbbfejlesztett adatvédelem @@ -2990,32 +2990,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API napló - + No INet (with Exceptions) - + No INet Nincs internet - + Net Share Net megosztás (Net share) - + No Admin Nincs Admin - + Auto Delete Automatikus törlés - + Normal Normál @@ -3024,27 +3024,27 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 - + Reset Columns Oszlopok visszaállítása - + Copy Cell Cella másolása - + Copy Row Sor másolása - + Copy Panel Panel másolása @@ -3307,7 +3307,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + About Sandboxie-Plus Sandboxie-Plus névjegye @@ -3391,11 +3391,11 @@ Elvégzi a takarítást? - - - - - + + + + + Don't show this message again. Ne jelenjen meg többet ez az üzenet. @@ -3425,7 +3425,13 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Ez a homokozó megakadályozza a hozzáférést az összes felhasználói adathelyhez, kivéve az erőforrás-hozzáférési beállításokban kifejezetten engedélyezetteket. - + + + User canceled this operation. + + + + Unknown operation '%1' requested via command line Ismeretlen '%1' művelet parancssoron keresztül @@ -3445,42 +3451,42 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Sandox tartalom törlése - + Executing OnBoxDelete: %1 OnBoxDelet végrehajtása: %1 - + Auto Deleting %1 Content %1 tartalom automatikus törlése - + Auto deleting content of %1 %1 tartlmának automatikus törlése - + %1 Directory: %2 %1 könyvtár: %2 - + Application Alkalmazás - + Installation Telepítés - + Current Config: %1 Jelenlegi konfiguráció: %1 - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3488,60 +3494,60 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - + Do you want the setup wizard to be omitted? - + The selected feature requires an <b>advanced</b> supporter certificate. - + The selected feature set is only available to project supporters.<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 certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! - - + + Don't ask in future A jövőben ne kérdezzen - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Hiba - + Failed to stop all Sandboxie components Nem sikerült leállítani minden Sandboxie komponenst - + Failed to start required Sandboxie components A szükséges Sandboxie komponensek elindítása sikertelen @@ -3551,17 +3557,17 @@ Please check if there is an update for sandboxie. FIGYELEM: %1 Sandboxie-Plus.ini fájlba nem lehet írni, a beállítások nem kerülnek mentésre. - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Néhány kompabilitási sablon (%1) hiányzik, feltehetően törlésre kerültek. Eltávolítja őket minden boxból? - + Cleaned up removed templates... Eltávolított sablonok törlése... - + 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 @@ -3570,12 +3576,12 @@ Igen választás: %1 Nem választás: %2 - + Default sandbox not found; creating: %1 Az alapértelmezett homokozó nem található; létrehozás: %1 - + - NOT connected - NINCS Kapcsolat @@ -3588,7 +3594,7 @@ Nem választás: %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> A kiválasztott funkciókészlet csak a projekt támogatói számára érhető el. A támogatói tanúsítvány nélkül engedélyezett funkciókészlettel elindított folyamatok 5 perc múlva leállnak.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Legyen támogatónk</a>, és kap egy <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">támogatói tanúsítványt</a> @@ -3647,22 +3653,22 @@ Nem választás: %2 Néhány fájlt nem sikerült helyreállítani: - + Only Administrators can change the config. Csak a rendszergazda módosíthatja a konfigurációt. - + Please enter the configuration password. Kérjük, adja meg a konfigurációs jelszót. - + Login Failed: %1 Belépés sikertelen: %1 - + Do you want to terminate all processes in all sandboxes? Leállít minden folyamatot az összes homokozóban? @@ -3671,107 +3677,107 @@ Nem választás: %2 Leállít mindent kérés nélkül - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. A Sandboxie-Plus hordozható módban indult, és létre kell hoznia a szükséges szolgáltatásokat. Ez adminisztrátori jogosultságokat kér. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. VIGYÁZAT: Egy másik ügynök (valószínűleg SbieCtrl.exe) már kezeli ezt a Sandboxie-munkamenetet. Kérjük, előbb zárja be, majd csatlakozzon újra, hogy átvegye az irányítást. - + Executing maintenance operation, please wait... Karbantartási művelet van folyamatban. Kérjük, várjon... - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Visszaállítja a rejtett üzenet mezőket (Igen) vagy csak az összes naplóüzenetet (Nem)? - + The changes will be applied automatically whenever the file gets saved. A változtatások automatikusan érvénybe lépnek, amikor a fájl mentésre kerül. - + The changes will be applied automatically as soon as the editor is closed. A módosítások automatikusan érvénybe lépnek, amikor a szerkesztő bezárul. - + Error Status: 0x%1 (%2) Állapot hiba: 0x%1 (%2) - + Unknown Ismeretlen - + A sandbox must be emptied before it can be deleted. A homokozót a törlés előtt ki kell üríteni. - + Failed to copy box data files A homokó adatfájljainak másolása sikertelen - + Failed to remove old box data files A régi homokozó adatfájljainak eltávolítása sikertelen - + Unknown Error Status: 0x%1 Ismeretlen hiba állapot: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? - + Sandboxed - + Unsandboxed - + Case Sensitive - + RegExp - + Highlight - + Close Bezárás - + &Find ... - + All columns @@ -3793,7 +3799,7 @@ Nem választás: %2 SandboxiePlus a nyilt forráskodú Sandboxie folytatása. <br />Keresse fel a <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> weblapot több információért. <br /><br />%3<br /><br />Driver verzió: %1<br />Funkciók: %2<br /><br />Ikonok: <a href="https://icons8.com">icons8.com</a> - + Administrator rights are required for this operation. Ehhez a művelethez rendszergazdai jogosultság szükséges. @@ -3832,7 +3838,7 @@ Nem választás: %2 - + Sandboxie-Plus Insider [%1] @@ -3995,185 +4001,185 @@ Nem választás: %2 - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + No Force Process Nincs kényszerítés - + USB sandbox not found; creating: %1 - + Removed Shortcut: %1 Eltávolított parancsikon: %1 - + Updated Shortcut to: %1 Parancsikon fissítve erre: %1 - + Added Shortcut to: %1 Parancsikon hozzáadva ehhez: %1 - + Executing OnBoxTerminate: %1 - + Auto removing sandbox %1 %1 homokozó automatikus eltávolítása - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus verzió: %1 (%2) - + Data Directory: %1 Adatkönyvtár: %1 - + for Personal use személyes használatra - + - for Non-Commercial use ONLY – CSAK nem kereskedelmi használatra - + Failed to configure hotkey %1, error: %2 - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. - + 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 program, amely %2 homokozóban indult, 5 percen belül leáll, mert a homokozó úgy lett beállítva, hogy kizárólag a projekttámogatók számára elérhető szolgáltatásokat használja. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. %1 homokozó úgy van beállítva, hogy kizárólag a projekt támogatói számára elérhető szolgáltatásokat használja, ezeket az előre beállított értékeket figyelmen kívül hagyja. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> - - - - + + + + <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">Legyen támogatónk</a>, és kap egy <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">támogatói anúsítványt</a> - + The Certificate Signature is invalid! - + The Certificate is not suitable for this product. - + The Certificate is node locked. - + The support certificate is not valid. Error: %1 - + The evaluation period has expired!!! The evaluation periode has expired!!! A próbaidőszak időszak lejárt!!! @@ -4196,47 +4202,47 @@ Error: %1 Importálás: %1 - + Please enter the duration, in seconds, for disabling Forced Programs rules. Kérjük, adja meg a "Kényszerített programok" szabályainak letiltásához szükséges időtartamot másodpercben. - + No Recovery Nind hrlyreállítás - + No Messages Nincsenek üzenetek - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. - + Maintenance operation failed (%1) Karbantartási művelet sikertelen (%1) - + Maintenance operation completed A karbantartási művelet befejeződött - + In the Plus UI, this functionality has been integrated into the main sandbox list view. A Plus felhasználói felületen ez a funkció a fő sandbox listanézetbe integrálva lett. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. A homokozó/csoport helyi menü használatával áthelyezhet homokozókat és csoportokat más csoportokba. A fogd és vidd módszerrel is mozgathatja az elemeket. Alternatív megoldásként használhatja a nyílbillentyűket, miközben lenyomva tartja az ALT billentyűt, hogy fel-le mozgassa az elemeket a csoporton belül.<br />Új homokozókat és csoportokat hozhat létre a Sandbox menüből. - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4245,199 +4251,199 @@ This file is part of Sandboxie and all changed done to it will be reverted next Ez a fájl a Sandboxie része, és minden rajta végzett módosítás vissza lesz állítva a Sandboxie következő frissítésekor. - + Sandboxie config has been reloaded A Sandboxie konfigurációja újratöltve - + Failed to execute: %1 Végrehajtás sikertelen: %1 - + Failed to connect to the driver Kapcsolódás a driverhez sikertelen - + Failed to communicate with Sandboxie Service: %1 Kommunikáció a homokozó szolgáltatással sikertelen: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 %1 nem-kompatibilis Sandboxie verzió található. Kompatibilis verziók: %2 - + Can't find Sandboxie installation path. Sandboxie telepítési útvonala nem található. - + Failed to copy configuration from sandbox %1: %2 Nem sikerült másolni a konfigurációt a %1 homokozóból: %2 - + A sandbox of the name %1 already exists %1 néven már létezik egy homokozó - + Failed to delete sandbox %1: %2 ínem sikerült törölni %1 homokozót: %2 - + The sandbox name can not be longer than 32 characters. A homokozó neve nem lehet hosszabb 32 karakternél. - + The sandbox name can not be a device name. A homokozó neve nem lehet egy eszköz neve. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. A homokozó neve csak betűket, számokat és aláhúzásokat tartalmazhat, amelyek szóközként jelennek meg. - + Failed to terminate all processes Nem sikerült minden folyamatot leállítani - + Delete protection is enabled for the sandbox A törlésvédelem engedélyezve van a homokozóban - + All sandbox processes must be stopped before the box content can be deleted Minden homokozói folyamatot le kell állítani a homokozó tartalmának törlése előtt - + Error deleting sandbox folder: %1 Hiba történt a homokozó mappa törlésekor: %1 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. - + Failed to move directory '%1' to '%2' '%1' könyvtár átmozgatása sikertelen ide: '%2' - + Failed to move box image '%1' to '%2' - + This Snapshot operation can not be performed while processes are still running in the box. Ez a pillanatkép nem hajtható végre, amíg a folyamat még fut a homokozóban. - + Failed to create directory for new snapshot Könyvtár létrehozása az új pillanatkép részére sikertelen - + Snapshot not found Pillanatkép nem található - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Hiba történt a pillanatkép könyvtárak egyesítésekor: '%1' ezzel: '%2', a pillanatkép nincs teljesen összevonva. - + Failed to remove old snapshot directory '%1' A régi '%1' pillanatkép könyvtár eltávolítása sikertelen - + Can't remove a snapshot that is shared by multiple later snapshots Nem lehet eltávolítani azt a pillanatképet, amelyet több későbbi pillanatkép is megoszt - + You are not authorized to update configuration in section '%1' Nem jogosult a konfiguráció frissítésére '%1' szakaszban - + Failed to set configuration setting %1 in section %2: %3 %1 konfigurációs beállítások beállítása sikertelen %2 szakaszban: %3 - + Can not create snapshot of an empty sandbox Nem lehet pillanatképet készíteni egy üres homokozóról - + A sandbox with that name already exists Már létezik ilyen nevű homokozó - + The config password must not be longer than 64 characters A konfigurációs jelszó nem lehet 64 karakternél hosszabb - + The operation was canceled by the user A műveletet a felhasználó törölte - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded Az importálás/exportálás nem érhető el, a 7z.dll nem tölthető be - + Failed to create the box archive Nem sikerült létrehozni a homokozó archívumot - + Failed to open the 7z archive Nem sikerült megnyitni a 7z archívumot - + Failed to unpack the box archive Nem sikerült kicsomagolni a homokozó archívumot - + The selected 7z file is NOT a box archive A kiválasztott 7z fájl NEM egy homokozó archívum - + Operation failed for %1 item(s). %1 elemre vonatkozó művelet sikertelen. @@ -4446,28 +4452,28 @@ Ez a fájl a Sandboxie része, és minden rajta végzett módosítás vissza les Megnyitja a %1 weblapot egy homokozóban (Igen) vagy azon kívül (Nem)? - + Remember choice for later. A választás megjegyzése. - + The supporter certificate is not valid for this build, please get an updated certificate A támogatói tanúsítvány nem érvényes ehhez a buildhez, kérjük, szerezzen be frissített tanúsítványt - + The supporter certificate has expired%1, please get an updated certificate The supporter certificate is expired %1 days ago, please get an updated certificate A támogatói tanúsítvány %1 napja lejárt, kérjük, szerezzen be frissített tanúsítványt - + , but it remains valid for the current build , de érvényes marad a jelenlegi buildre - + The supporter certificate will expire in %1 days, please get an updated certificate A támogatói tanúsítvány %1 nap múlva lejár. Kérjük, hosszabítsa meg @@ -4505,37 +4511,37 @@ Ez a fájl a Sandboxie része, és minden rajta végzett módosítás vissza les Homokozó csoport - + Empty Üres - + Name Név - + Process ID Folyamatazonosító - + Status Állapot - + Title Cím - + Info Info - + Path / Command Line Útvonal / parancssor @@ -4745,38 +4751,38 @@ Ez a fájl a Sandboxie része, és minden rajta végzett módosítás vissza les CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count @@ -5240,14 +5246,14 @@ Ez a fájl a Sandboxie része, és minden rajta végzett módosítás vissza les - + Don't show this message again. Ne jelenjen meg többet ez az üzenet. - + This Sandbox is empty. Ez a homokozó üres. @@ -5317,81 +5323,91 @@ Ez a fájl a Sandboxie része, és minden rajta végzett módosítás vissza les Exportálás: %1 - + Please enter a new name for the Sandbox. A homokozó új nevének megadása. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? Biztos benne, hogy eltávolítja a kiválasztott homokozó(ka)t?<br /><br />Figyelem: a homokozó tartalma is törlődik! - + This Sandbox is already empty. Ez a homokozó már üres. - - + + Do you want to delete the content of the selected sandbox? Törli a kijelölt homokozó tartalmát? - - + + Also delete all Snapshots Az összes pillatfelvétel törlése - + Do you really want to delete the content of all selected sandboxes? Az összes kiválasztott homokozó tartalmás is törli? - + Do you want to terminate all processes in the selected sandbox(es)? Leállít minden folyamatot a kiválasztott homokozó(k)ban? - - + + Terminate without asking Fejezze kérés nélkül - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Megjelenik a Sandboxie Start menü. Válasszon ki egy alkalmazást a menüből, és a Sandboxie létrehoz egy új parancsikont a valódi asztalon, amellyel meghívhatja a kiválasztott alkalmazást a Sandboxie felügyelete alatt. - - + + Create Shortcut to sandbox %1 Parancsikon létrehozása %1 homokozóhoz - + Do you want to terminate %1? Do you want to %1 %2? Leállítja a következőt: %1? - + the selected processes A kiválasztott folyamatot"> - + This box does not have Internet restrictions in place, do you want to enable them? Ebben a homokozóban nincsenek internetkorlátozások. Engedélyezi a korlátozást? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Ez a homokozó le van tiltva. Bekapcsolja? @@ -7028,7 +7044,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the system from sandboxed processes A rendszer védelme a homokozóban futó folyamatoktól @@ -7165,12 +7181,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an Nyomtatási korlátozások - + Network restrictions Hálózati korlátozások - + Block network files and folders, unless specifically opened. Hálózati fájlok és mappák blokkolása, hacsak nincs külön megnyitva. @@ -7186,18 +7202,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - + + + + + + + + + + + + Name Név @@ -7214,98 +7230,98 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Eltávolítás - - - - - - - + + + + + + + Type Típus - + Program Groups Programcsoportok - + Add Group Csoport hozzáadása - - - - - + + + + + Add Program Program hozzáadása - + Force Folder Mappa kényszerítése - - - + + + Path Útvonal - + Force Program Program kényszerítése - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Sablonok megjelenítése @@ -7356,7 +7372,8 @@ If you are a great patreaon supporter already, sandboxie can check online for an - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. @@ -7380,7 +7397,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Nyissa meg a Windows hitelesítő adatok áruházát (felhasználói mód) - + Prevent change to network and firewall parameters (user mode) A hálózati és tűzfalparaméterek módosításának megakadályozása (felhasználói mód) @@ -7426,83 +7443,83 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + 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. Csoportosíthatja a programokat, és csoportnevet adhat nekik. A programcsoportok a programnevek helyett egyes beállításokkal használhatók. A homokozóhoz definiált csoportok felülírják a sablonokban meghatározott csoportokat. - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Az ide beírt programok vagy a beírt helyekről indított programok automatikusan ebbe a homokozóba kerülnek, kivéve, ha ezeket kifejezetten egy másik homokozóban indítják el. - - + + Stop Behaviour Viselkedés leállítása - + Start Restrictions Korlátozások elindítása - + Issue message 1308 when a program fails to start 1308-as üzenet kiadása, ha a program nem indul el - + Allow only selected programs to start in this sandbox. * Csak a kiválasztott programok indításának engedélyezése ebben a homokozóban. * - + Prevent selected programs from starting in this sandbox. A kiválasztott programok indításának megakadályozása ebben a homokozóban. - + Allow all programs to start in this sandbox. Minden program elindulásának engedélyezése ebben a homokozóban. - + * Note: Programs installed to this sandbox won't be able to start at all. * Megjegyzés: az ebbe a homokozóba telepített programok egyáltalán nem indulnak el. - + Configure which processes can access Desktop objects like Windows and alike. - + Process Restrictions Folyamatkorlátozások - + Issue message 1307 when a program is denied internet access 1307-es üzenet kiadása, amikor egy programtól megtagadják az internet hozzáférést - + Prompt user whether to allow an exemption from the blockade. A felhasználó megkérdezése, hogy engedélyez-e felmentést a blokkolás alól. - + Note: Programs installed to this sandbox won't be able to access the internet at all. Megjegyzés: az ebbe a homokozóba telepített programok egyáltalán nem fognak tudni hozzáférni az internethez. - - - - - - + + + + + + Access Hozzáférés @@ -7603,13 +7620,13 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Move Up Mozgatás felfelé - + Move Down Mozgatás lefelé @@ -7640,144 +7657,146 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Stop Options - + Use Linger Leniency - + Don't stop lingering processes with windows - + DNS Filter - + Add Filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. - + Domain - + Internet Proxy - + Add Proxy - + Test Proxy - + Auth - + Login - + Password - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. - + Resolve hostnames via proxy - + Other Options - + Port Blocking - + Block common SAMBA ports - + Block DNS, UDP port 53 - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. - + Image Protection - + Issue message 1305 when a program tries to load a sandboxed dll - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox - + Dlls && Extensions - + Description - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. @@ -7808,32 +7827,32 @@ This is done to prevent rogue processes inside the sandbox from creating a renam Egyéni Sandboxie token használata lehetővé teszi az egyes sandboxok jobb elkülönítését egymástól, és a feladatkezelők felhasználói oszlopában megmutatja annak a homokozónak a nevét, amelyhez egy folyamat tartozik. Néhány harmadik féltől származó biztonsági megoldás azonban problémákat okozhat az egyéni tokenekkel. - + Program Control Programvezérlés - + Force Programs Programok kényszerítése - + Disable forced Process and Folder for this sandbox - + Breakout Programs Kitörési (Breakout) programok - + Breakout Program Kitörési (Breakout) Program - + Breakout Folder Kitörési (Breakout) mappa @@ -7869,13 +7888,13 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. Az itt megadott programok induláskor kitörhetnek ebből a homokozóból. Lehetőség van arra is, hogy egy másik homokozóba rögzítse őket, például úgy, hogy a webböngészője mindig egy dedikált homokozóban nyíljon meg. - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. @@ -7894,89 +7913,95 @@ This is done to prevent rogue processes inside the sandbox from creating a renam + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + Create a new sandboxed token instead of stripping down the original token - + Force Children - + Lingering Programs Elhúzódó programok - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Az elhúzódó programok automatikusan leállnak, ha az összes többi folyamat leállítása után is futnak. - + Leader Programs Vezető programok - + If leader processes are defined, all others are treated as lingering processes. Ha a vezető folyamatok meg vannak határozva, az összes többi elhúzódó folyamatként kezelendő. - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. - + Files Fájlok - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Beállíthatja, hogy mely folyamatok férhetnek hozzá a fájlokhoz, mappákhoz és csövekhez. A 'Megnyitás' hozzáférés csak a sandboxon kívül található programbinárisokra vonatkozik. Ehelyett használhatja a 'Megnyitás mindenkinek' lehetőséget, hogy minden programra vonatkozzon, vagy módosítsa ezt a viselkedést a Házirendek lapon. - + Registry Registry - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Beállíthatja, hogy mely folyamatok férhetnek hozzá a rendszerleíró adatbázishoz. A 'Megnyitás' hozzáférés csak a sandboxon kívül található programbinárisokra vonatkozik Ehelyett használhatja a 'Megnyitás mindenkinek' lehetőséget, hogy minden programra vonatkozzon, vagy módosítsa ezt a viselkedést a Házirendek lapon. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Beállíthatja, hogy mely folyamatok férhetnek hozzá az NT IPC objektumokhoz, például az ALPC portokhoz és más folyamatok memóriájához és környezetéhez. A folyamat megadásához használja a '$:program.exe-t' útvonalként. - + Wnd Wnd - + Wnd Class Wnd osztály @@ -7986,132 +8011,132 @@ A folyamat megadásához használja a '$:program.exe-t' útvonalként. Beállíthatja, hogy mely folyamatok férhetnek hozzá az asztali objektumokhoz, például a Windowshoz és hasonlókhoz. - + COM COM - + Class Id Osztályazonosító - + Configure which processes can access COM objects. Beállíthatja, hogy mely folyamatok férhetnek hozzá a COM-objektumokhoz. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Ne használjon virtualizált COM-ot, nyílt hozzáférés a gazdagép COM-infrastruktúrájához (nem ajánlott) - + Access Policies Hozzáférési szabályzatok - + Network Options Hálózati beállítások - + Set network/internet access for unlisted processes: Hálózati ill. internet hozzáférés beállítása a nem jegyzett folyamatokhoz: - + Test Rules, Program: Szabályok, program tesztelése: - + Port: Port: - + IP: IP: - + Protocol: Protokoll: - + X X - + Add Rule Szabály hozzáadása - - - - - - - - - + + + + + + + + + Program Program - - + + Action Művelet - - + + Port Port - - - + + + IP IP - + Protocol Protokoll - + 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. FIGYELEM: A Windows szűrőplatform nincs engedélyezve az illesztőprogrammal, ezért ezeket a szabályokat csak felhasználói módban kell alkalmazni, és nem lehet érvényesíteni !!! Ez azt jelenti, hogy a rosszindulatú alkalmazások megkerülhetik őket. - + Resource Access Erőforrás hozzáférés - + Add File/Folder Fájl, mappa hozzáadása - + Add Wnd Class Ablak osztály hozzáadása - + Add IPC Path IPC útvonal hozzáadása @@ -8154,82 +8179,82 @@ A folyamat megadásához használja a '$:program.exe-t' útvonalként. Sandboxie token - + Add Reg Key Reg-kulcs hozzáadása - + Add COM Object COM objektum hozzáadása - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Alkalmazza a Bezárás...=!<program>,... szabályokat a homokozóban található összes bináris fájlra is. - + Bypass IPs - + File Recovery Fájl helyreállítás - + Quick Recovery Gyors helyreállítás - + Add Folder Mappa hozzáadása - + Immediate Recovery Azonnali helyreállítás - + Ignore Extension Kiterjesztés kihagyása - + Ignore Folder Mappa kihagyása - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Azonnali helyreállítási kérés engedélyezése, hogy a fájlokat a létrehozásuk után azonnal helyreállíthassa. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Az "Azonnali helyreállításból" kizárhat mappákat és fájltípusokat (vagy fájlkiterjesztéseket). - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. A "Gyors helyreállítás" funkció meghívása után a következő mappákat ellenőrzik a homokozós tartalom szempontjából. - + Advanced Options Fejlett beállítások - + Miscellaneous Egyebek - + Don't alter window class names created by sandboxed programs Ne változtassa meg a homokozós programok által létrehozott ablakosztályok nevét @@ -8245,7 +8270,7 @@ A folyamat megadásához használja a '$:program.exe-t' útvonalként. - + Protect the sandbox integrity itself A homokozó integritásának védelme @@ -8266,44 +8291,44 @@ A folyamat megadásához használja a '$:program.exe-t' útvonalként. Védje meg az izolált SYSTEM folyamatokat a nem privilegizált folyamatoktól - + Force usage of custom dummy Manifest files (legacy behaviour) Egyéni dummy manifest fájlok használatának kikényszerítése (örökölt viselkedés) - + 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. A szabályspecifikusság annak mértéke, hogy egy adott szabály mennyire illeszkedik egy adott elérési úthoz. Egyszerűen fogalmazva, a specifikáció a karakterek hossza az elérési út elejétől az utolsó egyező nem helyettesítő karakterláncig bezárólag. Egy szabály, amely csak az olyan fájltípusoknak felel meg, mint a "*.tmp" a legmagasabb specifitású lenne, mivel mindig a teljes fájl elérési úttal egyezne. A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leírja, hogy egy szabály hogyan vonatkozik egy adott folyamatra. A folyamatnév vagy csoport alapján érvényesülő szabályoknak van a legerősebb egyezési szintje, ezt követi a tagadással történő egyezés (vagyis az adott folyamaton kívül minden folyamatra érvényes szabályok), míg a legalacsonyabb egyezési szinteken globális egyezések, azaz bármely folyamatra érvényes szabályok. - + Prioritize rules based on their Specificity and Process Match Level A szabályokat sajátosságuk és folyamategyezési szintjük alapján rangsorolja - + Privacy Mode, block file and registry access to all locations except the generic system ones Adatvédelmi mód, blokkolja a fájlokhoz és a rendszerleíró adatbázishoz való hozzáférést az összes helyhez, kivéve az általános rendszerhelyeket - + Access Mode Hozzáférési mód - + 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. Ha az adatvédelmi mód engedélyezve van, a sandbox folyamatok a C:\Windows\*, C:\Program Files\*, és a HKLM registry egyes részeinek csak olvasására lesznek képesek , minden más helynek kifejezett hozzáférésre van szüksége ahhoz, hogy olvasható és/vagy írható legyen. Ebben a módban a Szabályspecifikusság mindig engedélyezve van. - + Rule Policies Írányelv szabály - + Apply File and Key Open directives only to binaries located outside the sandbox. A fájl és kulcs megnyitása direktívákat csak a homokozón kívül található binárisokra alkalmazza. @@ -8318,8 +8343,8 @@ A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leí Csak a privilegizált folyamatok számára engedélyezze a szolgáltatásvezérlő menedzser (Service Control Manager) elérését - - + + Compatibility Kompatibilitás @@ -8329,14 +8354,15 @@ A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leí Sandbox-folyamatok hozzáadása munkaobjektumokhoz (ajánlott) - + Emulate sandboxed window station for all processes A homokozós ablakállomás emulálása minden folyamathoz - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Az erősen korlátozott folyamatjogkivonat használatával történő biztonsági elkülönítés a Sandboxie elsődleges eszköze a sandbox korlátozások érvényesítésére. Ha ez ki van kapcsolva, a homokozó alkalmazásrekesz módban működik, vagyis többé nem nyújt megbízható biztonságot, csak egyszerű alkalmazás-területekre bontás. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Az erősen korlátozott folyamatjogkivonat használatával történő biztonsági elkülönítés a Sandboxie elsődleges eszköze a sandbox korlátozások érvényesítésére. Ha ez ki van kapcsolva, a homokozó alkalmazásrekesz módban működik, vagyis többé nem nyújt megbízható biztonságot, csak egyszerű alkalmazás-területekre bontás. @@ -8363,7 +8389,7 @@ A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leí A nem homokozós folyamatok memóriájának olvasásának engedélyezése (nem ajánlott) - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Alapértelmezés szerint tiltsa le az "RpcMgmtSetComTimeout" használatát (ez megoldhatja a kompatibilitási problémákat) @@ -8388,41 +8414,41 @@ A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leí Az alábbi lehetőségek biztonságosan használhatók, ha nem ad rendszergazdai jogokat. - + Triggers Indítók - + Event Esemény - - - - + + + + Run Command Parancs futtatása - + Start Service Szolgáltatás indítása - + These events are executed each time a box is started Ezek az események minden alkalommal végrehajtódnak, amikor egy homokozó elindul - + On Box Start Homokozó indításakor - - + + These commands are run UNBOXED just before the box content is deleted Ezek a parancsok NEM IZOLÁLTAN futnak le közvetlenül a homokozó tartalmának törlése előtt @@ -8432,22 +8458,22 @@ A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leí Beágyazott munkaobjektumok használatának engedélyezése (Windows 8 és újabb rendszeren működik) - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Ezek a parancsok csak akkor hajtódnak végre, ha egy homokozó inicializálva van. Az újrafuttatáshoz a homokozó tartalmát törölni kell. - + On Box Init Homokozó inicializálásakor - + These commands are run UNBOXED after all processes in the sandbox have finished. - + Here you can specify actions to be executed automatically on various box events. Itt adhatja meg a különféle homokozó eseményeken automatikusan végrehajtandó műveleteket. @@ -8456,12 +8482,12 @@ A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leí Folyamatok elrejtése - + Add Process Folyamat hozzáadása - + Hide host processes from processes running in the sandbox. Gazdafolyamatok elrejtése a homokozóban futó folyamatok elől. @@ -8471,48 +8497,48 @@ A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leí Korlátozások - + Various Options Különféle lehetőségek - + Apply ElevateCreateProcess Workaround (legacy behaviour) Az "ElevateCreateProcess" megoldás alkalmazása (örökölt viselkedés) - + Use desktop object workaround for all processes - + This command will be run before the box content will be deleted Ez a parancs a homokozó tartalmának törlése előtt fut le - + On File Recovery Fájl helyreállításkor - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked Ez a parancs a fájl helyreállítása előtt fut le, és a fájl elérési útja lesz átadva első argumentumként. Ha ez a parancs a 0-tól eltérő értéket ad vissza, a helyreállítás blokkolva lesz - + Run File Checker Fájlellenőrző futtatása - + On Delete Content Tartalom törlésekor - + Don't allow sandboxed processes to see processes running in other boxes Ne engedje, hogy a homokozós folyamatok más homokozóban futó folyamatokat lássák @@ -8523,7 +8549,7 @@ A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leí - + Process Folyamat @@ -8532,45 +8558,45 @@ A folyamategyezési szint magasabb prioritású, mint a specifikusság, és leí A folyamatokhoz való olvasási hozzáférés letiltása ebben a sandboxban - + Users Felhasználó - + Restrict Resource Access monitor to administrators only Az erőforrás-hozzáférés figyelőjét csak a rendszergazdákra korlátozhatja - + Add User Felhasználó hozzáadása - + 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. Adjon hozzá felhasználói fiókokat és felhasználói csoportokat az alábbi listához, hogy a homokozó használatát csak azokra a fiókokra korlátozza. Ha a lista üres, akkor a homokozót minden felhasználói fiók használhatja. - + Add Option Opció hozzáadása - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. Itt konfigurálhat speciális folyamatonkénti beállításokat a kompatibilitás javítása és/vagy a homokozó viselkedésének testreszabása érdekében. - + Option Opció - + Tracing Nyomkövetés @@ -8579,22 +8605,22 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to API-hívás nyomkövetése (a LogAPI-t telepíteni kell az Sbie-könyvtárba) - + Pipe Trace Pipe nyomkövetés - + Log all SetError's to Trace log (creates a lot of output) Minden SetError rögzítése a nyomkövetési naplóban (sok kimeneti adatot generál) - + Log Debug Output to the Trace Log Napló hibakeresési kimenete a nyomkövetési naplóba - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8617,158 +8643,162 @@ A naplózást az ini használatával testreszabhatja, ha megadja: Ntdll rendszerhívások nyomon követése (sok kimenetet hoz létre) - + File Trace Fájl nyomkövetés - + Disable Resource Access Monitor Erőforrás-hozzáférés figyelő letiltása - + IPC Trace IPC nyomok - + GUI Trace GUI nyomkövetés - + Resource Access Monitor Erőforrás-hozzáférés figyelő - + Access Tracing Hozzáférés nyomon követése - + COM Class Trace COM Class nyom - + Key Trace Kulcskövetés - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Az elveszett védelem kompenzálásához tekintse meg a 'Drop Rights' beállítási oldalát a 'Korlátozások beállításai' csoportban. - - + + Network Firewall Hálózati tűzfal - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + API call Trace (traces all SBIE hooks) - + Debug Hibakeresés - + WARNING, these options can disable core security guarantees and break sandbox security!!! FIGYELEM, ezek az opciók letilthatják az alapvető biztonsági garanciákat és megszakíthatják a homokozó biztonságát!!! - + These options are intended for debugging compatibility issues, please do not use them in production use. Ezeket az opciókat a kompatibilitási problémák hibakeresésére tervezték. Kérjük, csak tesztelési célra használja. - + App Templates Program sablonok - + Filter Categories Szűrő kategóriák - + Text Filter Szöveg szűrő - + Add Template Sablon hozzáadása - + This list contains a large amount of sandbox compatibility enhancing templates Ez a lista nagy mennyiségű homokozó kompatibilitást javító sablont tartalmaz - + Category Kategória - + Template Folders Sablon mappák - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -8777,8 +8807,8 @@ Please note that this values are currently user specific and saved globally for Felhívjuk figyelmét, hogy ezek az értékek jelenleg felhasználóspecifikusak és globálisan vannak mentve az összes homokozóhoz. - - + + Value Érték @@ -8810,72 +8840,72 @@ Felhívjuk figyelmét, hogy ezek az értékek jelenleg felhasználóspecifikusak - + Restart force process before they begin to execute - + On Box Terminate - + Don't allow sandboxed processes to see processes running outside any boxes - + DNS Request Logging - + Syscall Trace (creates a lot of output) - + Templates Sablonok - + Open Template - + Accessibility Hozzáférhetőség - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Képernyőolvasók: JAWS, NVDA, Window-Eyes, System Acces - + 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. A következő beállítások lehetővé teszik a Sandboxie használatát akadálymentes szoftverrel kombinálva. Felhívjuk figyelmét, hogy a Sandboxie bizonyos mértékű védelme szükségszerűen elvész, amikor ezek a beállítások érvénybe lépnek. - + Edit ini Section Konfiguráció szerkesztése - + Edit ini INI szerkesztése - + Cancel Mégse - + Save Mentés @@ -8899,7 +8929,7 @@ Felhívjuk figyelmét, hogy ezek az értékek jelenleg felhasználóspecifikusak QObject - + Drive %1 Lemez %1 @@ -8907,27 +8937,27 @@ Felhívjuk figyelmét, hogy ezek az értékek jelenleg felhasználóspecifikusak QPlatformTheme - + OK OK - + Apply Alkalmazás - + Cancel Mégse - + &Yes &Igen - + &No &Nem @@ -9295,7 +9325,8 @@ Felhívjuk figyelmét, hogy ezek az értékek jelenleg felhasználóspecifikusak - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_it.ts b/SandboxiePlus/SandMan/sandman_it.ts index fc1177b2..7a9a13be 100644 --- a/SandboxiePlus/SandMan/sandman_it.ts +++ b/SandboxiePlus/SandMan/sandman_it.ts @@ -1639,103 +1639,103 @@ Nota: Il controllo degli aggiornamenti è solitamente indietro rispetto all&apos Percorso IPC dell'area virtuale - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: Aggiungi opzione speciale: - - + + On Start All'avvio - - - - - + + + + + Run Command Avvia comando - + Start Service Avvia servizio - + On Init All'inizializzazione - + On File Recovery Al recupero dei file - + On Delete Content Alla rimozione del contenuto - + On Terminate - - - - - + + + + + Please enter the command line to be executed Immettere la riga di comando da eseguire - + Please enter a program file name to allow access to this sandbox - + Please enter a program file name to deny access to this sandbox - + Deny Nega - + %1 (%2) %1 (%2) - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -2015,7 +2015,7 @@ Nota: Il controllo degli aggiornamenti è solitamente indietro rispetto all&apos Seleziona programma - + Please enter a service identifier Inserire un identificativo di servizio @@ -2245,8 +2245,8 @@ Nota: Il controllo degli aggiornamenti è solitamente indietro rispetto all&apos - - + + @@ -2284,7 +2284,7 @@ Nota: Il controllo degli aggiornamenti è solitamente indietro rispetto all&apos - + @@ -2462,7 +2462,7 @@ Please select a folder which contains this file. - + Allow @@ -2980,22 +2980,22 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz CSandBox - + Waiting for folder: %1 In attesa della cartella: %1 - + Deleting folder: %1 Eliminazione della cartella: %1 - + Merging folders: %1 &gt;&gt; %2 Unione cartelle: %1 >> %2 - + Finishing Snapshot Merge... Completamento unione istantanea... @@ -3003,37 +3003,37 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz CSandBoxPlus - + Disabled Disattivata - + OPEN Root Access Accesso root APERTO - + Application Compartment Compartimento applicazioni - + NOT SECURE NON SICURA - + Reduced Isolation Isolamento ridotto - + Enhanced Isolation Isolamento avanzato - + Privacy Enhanced Privacy avanzata @@ -3042,32 +3042,32 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz API Log - + No INet (with Exceptions) No Internet (con eccezioni) - + No INet No Internet - + Net Share Condivisione di rete - + No Admin No Admin - + Auto Delete Autoelimina contenuto - + Normal Normale @@ -3076,7 +3076,7 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz CSandMan - + Sandboxie-Plus v%1 Sandboxie Plus v%1 @@ -3091,22 +3091,22 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz <a href="sbie://update/apply" style="color: red;">Un nuovo aggiornamento %1 di Sandboxie Plus è pronto da installare</a> - + Reset Columns Reimposta colonne - + Copy Cell Copia cella - + Copy Row Copia riga - + Copy Panel Copia riquadro @@ -3361,7 +3361,7 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz - + Sandboxie-Plus Insider [%1] Sandboxie Plus Insider [%1] @@ -3392,7 +3392,7 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz - + About Sandboxie-Plus Informazioni su Sandboxie Plus @@ -3601,16 +3601,16 @@ Effettuare la pulizia? - - - - - + + + + + Don't show this message again. Non mostrare più questo messaggio. - + Unknown operation '%1' requested via command line Operazione sconosciuta '%1' richiesta tramite riga di comando @@ -3630,29 +3630,29 @@ Effettuare la pulizia? - Eliminazione del contenuto dell'area virtuale - + Auto Deleting %1 Content Eliminazione automatica del contenuto %1 - + Current Config: %1 Configurazione corrente: %1 - - - + + + Sandboxie-Plus - Error Sandboxie Plus - Errore - + Failed to stop all Sandboxie components Impossibile fermare tutti i componenti di Sandboxie - + Failed to start required Sandboxie components Impossibile avviare i componenti di Sandboxie richiesti @@ -3680,87 +3680,93 @@ Effettuare la pulizia? <a href="sbie://update/check" style="color: red;">Un nuovo aggiornamento di Sandboxie Plus v%1 è disponibile</a> - + Sandboxie-Plus Version: %1 (%2) Versione di Sandboxie Plus: %1 (%2) - + for Personal use per uso personale - + - for Non-Commercial use ONLY - SOLO per uso non commerciale - + Default sandbox not found; creating: %1 Area virtuale predefinita non trovata; in fase di creazione: %1 - + Do you want the setup wizard to be omitted? Si desidera saltare la configurazione guidata? - + 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. Il programma %1 avviato nell'area virtuale %2 verrà terminato tra 5 minuti poichè l'area virtuale utilizza funzioni disponibili esclusivamente ai sostenitori del progetto. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. L'area virtuale %1 utilizza funzioni disponibili esclusivamente ai sostenitori del progetto, pertanto le seguenti impostazioni verranno ignorate. - - - - + + + + <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">Diventa un sostenitore di Sandboxie Plus</a> per ricevere un <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificato di supporto</a> - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + Executing OnBoxTerminate: %1 - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3768,138 +3774,138 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - + Failed to configure hotkey %1, error: %2 - + The box %1 is configured to use features exclusively available to project supporters. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. - + The selected feature requires an <b>advanced</b> supporter certificate. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. - + The selected feature set is only available to project supporters.<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 certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! - + The Certificate Signature is invalid! La firma del certificato non è valida! - + The Certificate is not suitable for this product. Il certificato non è adatto a questo prodotto. - + The Certificate is node locked. node-locked = hardware-locked Il certificato è associato a un altro dispositivo. - + The support certificate is not valid. Error: %1 Il certificato di supporto non è valido. Errore: %1 - + The evaluation period has expired!!! Il periodo di valutazione è scaduto! - - + + Don't ask in future Non chiedere in futuro - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? - + Please enter the duration, in seconds, for disabling Forced Programs rules. Qui ho forzato di proposito un ritorno a capo per ragioni di lunghezza Immettere l'intervallo in secondi per la disattivazione<br />delle regole dei programmi ad avvio forzato. - + Error Status: 0x%1 (%2) Stato di errore: 0x%1 (%2) - + Unknown Sconosciuto - + Failed to copy box data files Impossibile copiare i dati dell'area virtuale - + Failed to remove old box data files Impossibile rimuovere i dati obsoleti dell'area virtuale - + Unknown Error Status: 0x%1 Stato di errore sconosciuto: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? - + Sandboxed - + Unsandboxed @@ -3960,80 +3966,80 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a <br /><br />Quest'area virtuale <a href="sbie://docs/privacy-mode"> impedisce l'accesso a tutti i percorsi dei dati utente</a>, tranne quelli esplicitamente consentiti nelle opzioni di Accesso risorse. - + No Force Process Sospensione processi forzati in corso - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Alcuni modelli di compatibilità (%1) sono mancanti, probabilmente cancellati, vuoi rimuoverli da tutte le aree virtuali? - + Cleaned up removed templates... Pulizia dei modelli rimossi... - + USB sandbox not found; creating: %1 - + Executing OnBoxDelete: %1 Esecuzione di OnBoxDelete: %1 - + Removed Shortcut: %1 Collegamento rimosso: %1 - + Updated Shortcut to: %1 Collegamento aggiornato in: %1 - + Added Shortcut to: %1 Collegamento aggiunto in: %1 - + Auto deleting content of %1 Eliminazione automatica del contenuto di %1 - + Auto removing sandbox %1 Autoeliminazione area virtuale %1 - + %1 Directory: %2 La posizione di %1 è intenzionale. Directory %1: %2 - + Application L'iniziale minuscola è intenzionale applicazione - + Installation L'iniziale minuscola è intenzionale di installazione - + Data Directory: %1 Directory dei dati: %1 - + 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 @@ -4042,14 +4048,14 @@ Scegliere Sì per selezionare: %1 Scegliere No per selezionare: %2 - + - NOT connected - NON connesso - - - + + + (%1) (%1) @@ -4062,7 +4068,7 @@ Scegliere No per selezionare: %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> Qui ho forzato di proposito un ritorno a capo per ragioni di lunghezza La funzionalità selezionata è disponibile solo ai sostenitori del progetto.<br />I processi avviati nell'area virtuale con questa funzione senza un valido certificato di supporto verranno terminati dopo 5 minuti.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Diventa un sostenitore di Sandboxie Plus</a>, e ricevi un <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificato di supporto</a> @@ -4120,17 +4126,17 @@ Scegliere No per selezionare: %2 - + Only Administrators can change the config. Solo gli amministratori possono cambiare la configurazione. - + Please enter the configuration password. Immettere la password di configurazione. - + Login Failed: %1 Login non riuscito: %1 @@ -4151,7 +4157,7 @@ Scegliere No per selezionare: %2 Importazione: %1 - + Do you want to terminate all processes in all sandboxes? Chiudere tutti i processi in tutte le aree virtuali? @@ -4160,301 +4166,301 @@ Scegliere No per selezionare: %2 Terminali tutti senza chiedere - + No Recovery Sospensione recupero file in corso - + No Messages Sospensione messaggi popup in corso - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie Plus è stato avviato in modalità portatile e deve creare i servizi necessari. Questa operazione richiederà privilegi amministrativi. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. ATTENZIONE: Un altro processo (probabilmente SbieCtrl.exe) sta attualmente gestendo questa sessione Sandboxie, si prega di chiuderla e di riconnettersi. - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>ERRORE:</b> Sandboxie Plus Manager (SandMan.exe) non ha una firma digitale valida (SandMan.exe.sig). Si prega di scaricare una versione attendibile dalla <a href="https://sandboxie-plus.com/go.php?to=sbie-get">pagina ufficiale di download</a>. - + Maintenance operation failed (%1) Operazione di manutenzione non riuscita (%1) - + Maintenance operation completed Operazione di manutenzione completata - + Executing maintenance operation, please wait... Operazione di manutenzione in esecuzione, attendere... - + In the Plus UI, this functionality has been integrated into the main sandbox list view. Nell'interfaccia utente Plus, questa funzionalità è stata integrata nell'elenco principale delle aree virtuali. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Utilizzando il menu contestuale dell'area virtuale/gruppo, è possibile spostare aree virtuali e gruppi in altri gruppi. È inoltre prevista la possibilità di utilizzare il trascinamento per spostare gli elementi. In alternativa, è possibile utilizzare i tasti freccia tenendo premuto ALT per spostare gli elementi in alto e in basso all'interno del gruppo.<br />È possibile creare nuove aree virtuali e gruppi dal menu Area virtuale. - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Vuoi reimpostare i messaggi nascosti (sì), o soltanto i log dei messaggi (no)? - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. Si sta per modificare il file Templates.ini, operazione generalmente sconsigliata. Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno annullate al prossimo aggiornamento di Sandboxie. - + The changes will be applied automatically whenever the file gets saved. Le modifiche verranno applicate automaticamente ogni volta che il file viene salvato. - + The changes will be applied automatically as soon as the editor is closed. Le modifiche verranno applicate automaticamente non appena l'editor viene chiuso. - + Sandboxie config has been reloaded La configurazione di Sandboxie è stata aggiornata - + Administrator rights are required for this operation. Questa operazione richiede privilegi amministrativi. - + Failed to execute: %1 Impossibile eseguire: %1 - + Failed to connect to the driver Impossibile collegarsi al driver - + Failed to communicate with Sandboxie Service: %1 Impossibile comunicare con Sandboxie Service: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 La versione di Sandboxie %1 risulta incompatibile. Versioni compatibili: %2 - + Can't find Sandboxie installation path. Impossibile trovare il percorso di installazione di Sandboxie. - + Failed to copy configuration from sandbox %1: %2 Impossibile copiare la configurazione dall'area virtuale %1: %2 - + A sandbox of the name %1 already exists Un'area virtuale %1 è già presente - + Failed to delete sandbox %1: %2 Impossibile cancellare area virtuale %1: %2 - + The sandbox name can not be longer than 32 characters. Il nome dell'area virtuale non può superare i 32 caratteri. - + The sandbox name can not be a device name. Il nome dell'area virtuale non può essere quello di un dispositivo. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. Il nome dell'area virtuale può contenere solo lettere, cifre e trattini bassi che vengono visualizzati come spazi. - + Failed to terminate all processes Impossibile terminare tutti i processi - + Delete protection is enabled for the sandbox Blocco di eliminazione attivo per quest'area virtuale - + All sandbox processes must be stopped before the box content can be deleted Tutti i processi dell'area virtuale devono essere interrotti prima che il contenuto possa essere eliminato - + Error deleting sandbox folder: %1 Errore durante l'eliminazione della cartella: %1 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. Tutti i processi dell'area virtuale devono essere interrotti prima che possa essere rinominata. - + A sandbox must be emptied before it can be deleted. Occorre svuotare il contenuto dell'area virtuale prima di poterla rimuovere. - + Failed to move directory '%1' to '%2' Impossibile spostare directory '%1' in '%2' - + Failed to move box image '%1' to '%2' Impossibile spostare l'immagine dell'area virtuale '%1' in '%2' - + This Snapshot operation can not be performed while processes are still running in the box. Questa istantanea non può essere eseguita mentre i processi sono ancora in esecuzione nell'area virtuale. - + Failed to create directory for new snapshot Impossibile creare directory su nuova istantanea - + Snapshot not found Istantanea non trovata - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Errore durante l'unione delle directory '%1' con '%2': unione delle istantanee non riuscita. - + Failed to remove old snapshot directory '%1' Impossibile rimuovere directory di istantanea '%1' - + Can't remove a snapshot that is shared by multiple later snapshots Impossibile rimuovere un'istantanea condivisa da istantanee successive - + You are not authorized to update configuration in section '%1' Non sei autorizzato ad aggiornare la configurazione nel punto '%1' - + Failed to set configuration setting %1 in section %2: %3 Salvataggio dell'impostazione di configurazione %1 fallito nel punto %2: %3 - + Can not create snapshot of an empty sandbox Impossibile creare istantanea di un'area virtuale vuota - + A sandbox with that name already exists Un'area virtuale con quel nome è già presente - + The config password must not be longer than 64 characters La password non può superare i 64 caratteri - + The operation was canceled by the user Operazione annullata dall'utente - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted Il contenuto di un'area virtuale non montata non può essere eliminato - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded Importazione/esportazione non disponibile, 7z.dll non può essere caricato - + Failed to create the box archive Impossibile creare l'archivio dell'area virtuale - + Failed to open the 7z archive Impossibile aprire l'archivio 7z - + Failed to unpack the box archive Impossibile estrarre l'archivio dell'area virtuale - + The selected 7z file is NOT a box archive Il file 7z selezionato NON è un archivio relativo a un'area virtuale - + Operation failed for %1 item(s). Operazione fallita per %1 elemento(i). - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> @@ -4463,37 +4469,37 @@ Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno Aprire %1 nel browser dell'area virtuale (sì) o all'esterno (no)? - + Remember choice for later. Ricorda la scelta per dopo. - + Case Sensitive &Maiuscole/minuscole - + RegExp Espressione regolare - + Highlight Evidenzia - + Close Chiudi - + &Find ... &Trova ... - + All columns Tutte le colonne @@ -4510,22 +4516,22 @@ Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno Sandboxie Plus è la continuazione open source di Sandboxie.<br />Visita <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> per informazioni.<br /><br />%3<br /><br />Versione driver: %1<br />Funzioni attive: %2<br /><br />Icone by <a href="https://icons8.com">icons8.com</a><br /><br />Traduzione italiana a cura di <a href="https://eng2ita.altervista.org">Eng2ita</a><br /> - + The supporter certificate is not valid for this build, please get an updated certificate Il certificato non è valido per questa build, si prega di ottenere un certificato aggiornato - + The supporter certificate has expired%1, please get an updated certificate Il certificato è scaduto%1, si prega di ottenere un certificato aggiornato - + , but it remains valid for the current build , ma resta valido per la build corrente - + The supporter certificate will expire in %1 days, please get an updated certificate Il certificato scadrà fra %1 giorni, si prega di ottenere un certificato aggiornato @@ -4563,37 +4569,37 @@ Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno Gruppo area virtuale - + Empty Vuota - + Name Nome - + Process ID ID processo - + Status Stato - + Title Titolo - + Info Informazioni - + Path / Command Line Percorso / Riga di comando @@ -4803,38 +4809,38 @@ Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno CSbieTemplatesEx - + Failed to initialize COM Impossibile inizializzare il componente COM - + Failed to create update session Impossibile creare una sessione di aggiornamento - + Failed to create update searcher Impossibile creare l'interfaccia di ricerca - + Failed to set search options Impossibile impostare le opzioni di ricerca - + Failed to enumerate installed Windows updates Failed to search for updates Ricerca aggiornamenti fallita - + Failed to retrieve update list from search result Impossibile scaricare la lista di aggiornamenti dal risultato di ricerca - + Failed to get update count Impossibile ottenere il numero di aggiornamenti @@ -5327,14 +5333,14 @@ Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno - + Don't show this message again. Non mostrare più questo messaggio. - + This Sandbox is empty. L'area virtuale è vuota. @@ -5376,78 +5382,88 @@ Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno Esportazione: %1 - + Please enter a new name for the Sandbox. Immetti un nuovo nome per l'area virtuale. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Eliminare l'area virtuale o le aree virtuali selezionate?<br /><br />Attenzione: Il contenuto verrà anch'esso eliminato! - + This Sandbox is already empty. L'area virtuale è già vuota. - - + + Do you want to delete the content of the selected sandbox? Eliminare il contenuto dell'area virtuale selezionata? - - + + Also delete all Snapshots Elimina anche tutte le istantanee - + Do you really want to delete the content of all selected sandboxes? Eliminare il contenuto delle aree virtuali selezionate? - + Do you want to terminate all processes in the selected sandbox(es)? Chiudere tutti i processi? - - + + Terminate without asking Termina senza chiedere - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Ora verrà visualizzato il menu Start di Sandboxie. Selezionare un programma dal menu per creare un collegamento sul desktop reale che consenta l'avvio di tale programma sotto la supervisione di Sandboxie. - - + + Create Shortcut to sandbox %1 Crea collegamento all'area virtuale %1 - + Do you want to terminate %1? Si desidera terminare %1? - + the selected processes i processi selezionati - + This box does not have Internet restrictions in place, do you want to enable them? Quest'area virtuale non dispone di restrizioni a Internet, vuoi attivarle? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Quest'area virtuale è disattivata, vuoi attivarla? @@ -7106,7 +7122,7 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen - + Protect the system from sandboxed processes Proteggi il sistema dai processi avviati nell'area virtuale @@ -7116,7 +7132,7 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen Restrizioni di elevazione - + Block network files and folders, unless specifically opened. Blocca i file e le cartelle di rete, a meno che non siano aperti individualmente. @@ -7126,7 +7142,7 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen Fai credere alle applicazioni di avviarsi con privilegi elevati (esegue gli installer in modo sicuro) - + Network restrictions Restrizioni di rete @@ -7259,18 +7275,18 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen - - - - - - - - - - - - + + + + + + + + + + + + Name Nome @@ -7287,98 +7303,98 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Rimuovi - - - - - - - + + + + + + + Type Tipo - + Program Groups Gruppi dei programmi - + Add Group Aggiungi gruppo - - - - - + + + + + Add Program Aggiungi programma - + Force Folder Forza cartella - - - + + + Path Percorso - + Force Program Forza programma - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Mostra modelli @@ -7409,7 +7425,8 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. @@ -7433,7 +7450,7 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen Apri il servizio di gestione credenziali di Windows (user mode) - + Prevent change to network and firewall parameters (user mode) Blocca la modifica dei parametri di rete e firewall (user mode) @@ -7495,182 +7512,182 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen Usa autenticazione di Sandboxie invece di un token anonimo - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. I seguenti programmi, o i programmi avviati dai seguenti percorsi, verranno avviati automaticamente in quest'area virtuale. - - + + Stop Behaviour Chiusura dei processi - + Stop Options - + Use Linger Leniency - + Don't stop lingering processes with windows - + Start Restrictions Restrizioni di avvio - + Issue message 1308 when a program fails to start Mostra messaggio 1308 quando un programma non viene avviato - + Allow only selected programs to start in this sandbox. * Consenti l'avvio dei programmi selezionati nell'area virtuale. * - + Prevent selected programs from starting in this sandbox. Blocca l'esecuzione dei programmi selezionati nell'area virtuale. - + Allow all programs to start in this sandbox. Consenti l'avvio di tutti i programmi nell'area virtuale. - + * Note: Programs installed to this sandbox won't be able to start at all. * Nota: i programmi installati nell'area virtuale non potranno essere avviati o eseguiti. - + Configure which processes can access Desktop objects like Windows and alike. - + Process Restrictions Restrizioni dei processi - + Issue message 1307 when a program is denied internet access Mostra messaggio 1307 quando è negato l'accesso a Internet - + Note: Programs installed to this sandbox won't be able to access the internet at all. Nota: i programmi installati nell'area virtuale non potranno accedere a Internet. - + Prompt user whether to allow an exemption from the blockade. Chiedi all'utente se consentire un'esclusione dal blocco. - + Resource Access Accesso risorse - - - - - - - - - + + + + + + + + + Program Programma - - - - - - + + + + + + Access Accesso - + Add Reg Key Aggiungi chiave di registro - + Add File/Folder Aggiungi file/cartella - + Add Wnd Class Aggiungi classe finestra - + Add COM Object Aggiungi oggetto COM - + Add IPC Path Aggiungi percorso IPC - + File Recovery Recupero file - + Add Folder Aggiungi cartella - + Ignore Extension Ignora estensione - + Ignore Folder Ignora cartella - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Attiva notifica di Recupero immediato dei file, non appena questi vengono creati. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. È possibile escludere estensioni di file e cartelle dal Recupero immediato. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Una volta richiamata la funzione di Recupero veloce, verrà analizzato il contenuto delle seguenti cartelle nell'area virtuale. - + Advanced Options Opzioni avanzate - + Miscellaneous Opzioni varie @@ -7681,7 +7698,7 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen - + Protect the sandbox integrity itself Proteggi l'integrità dell'area virtuale @@ -7691,18 +7708,18 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen Non avviare servizi nell'area virtuale tramite token di sistema (raccomandato) - - + + Compatibility Compatibilità - + Force usage of custom dummy Manifest files (legacy behaviour) Forza l'utilizzo dei file manifest fittizi (legacy) - + Don't alter window class names created by sandboxed programs Da attivare solo per motivi di compatibilità Blocca la modifica dei nomi della classe finestra effettuata da Sandboxie @@ -7723,7 +7740,7 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen Avvisa l'utente durante la copia dei file - + Emulate sandboxed window station for all processes Emula window station per tutti i processi nell'area virtuale @@ -7733,37 +7750,37 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen Consenti ai programmi nell'area virtuale di gestire dispositivi hardware - + 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. È possibile riunire più programmi in un unico nome di gruppo. I gruppi dei programmi possono essere usati per interagire con alcune impostazioni al posto dei nomi dei programmi. I gruppi definiti nell'area virtuale sovrascrivono i gruppi definiti nei modelli. - + Set network/internet access for unlisted processes: Imposta accesso di rete/Internet per i processi non presenti in elenco: - + Test Rules, Program: Regole di prova, Programma: - + Port: Porta: - + IP: IP: - + Protocol: Protocollo: - + X X @@ -7852,13 +7869,13 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen - + Move Up Sposta in alto - + Move Down Sposta in basso @@ -7888,47 +7905,47 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen Isolamento degli accessi - + Other Options - + Port Blocking - + Block common SAMBA ports - + Block DNS, UDP port 53 - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. - + Image Protection Protezione immagine - + Issue message 1305 when a program tries to load a sandboxed dll Mostra messaggio 1305 quando un programma tenta di caricare un file DLL nell'area virtuale - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox Impedisci ai programmi in esecuzione nell'area virtuale (installati sul sistema host) di caricare file DLL @@ -7939,24 +7956,26 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen La selezione parziale impedisce la rimozione dell'area virtuale, ma non la cancellazione del contenuto. - + Dlls && Extensions DLL ed estensioni - + Description Descrizione - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Le regole di accesso alle risorse di Sandboxie spesso discriminano i programmi eseguibili all'interno dell'area virtuale. OpenFilePath e OpenKeyPath funzionano solo per gli eseguibili delle applicazioni situati sull'host in modo nativo. Per definire una regola senza questa restrizione, è necessario utilizzare OpenPipePath o OpenConfPath. Allo stesso modo, tutte le regole Closed(File|Key|Ipc)Path che sono definite per negazione, ad esempio ‘ClosedFilePath=!iexplore.exe,C:\Users*’ saranno sempre chiuse per gli eseguibili situati all'interno dell'area virtuale. Entrambi i criteri di restrizione possono essere disattivati dalla pagina “Criteri di accesso”. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Le regole di accesso alle risorse di Sandboxie spesso discriminano i programmi eseguibili all'interno dell'area virtuale. OpenFilePath e OpenKeyPath funzionano solo per gli eseguibili delle applicazioni situati sull'host in modo nativo. Per definire una regola senza questa restrizione, è necessario utilizzare OpenPipePath o OpenConfPath. Allo stesso modo, tutte le regole Closed(File|Key|Ipc)Path che sono definite per negazione, ad esempio ‘ClosedFilePath=!iexplore.exe,C:\Users*’ saranno sempre chiuse per gli eseguibili situati all'interno dell'area virtuale. Entrambi i criteri di restrizione possono essere disattivati dalla pagina “Criteri di accesso”. In questo modo si impedisce che i processi dannosi all'interno dell'area virtuale creino una copia rinominata di se stessi e accedano alle risorse protette. Un altro vettore di exploit è l'iniezione di una libreria DLL in un processo autorizzato per ottenere l'accesso a tutto ciò a cui è consentito accedere. Utilizzando la protezione dell'immagine host, questo può essere evitato impedendo alle applicazioni (installate sull'host) in esecuzione nell'area virtuale di caricare le librerie DLL dalla stessa area virtuale. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. Segnalare eventuali errori di inglese direttamente all'autore di Sandboxie Plus @@ -7992,37 +8011,37 @@ In questo modo si impedisce che i processi dannosi all'interno dell'ar L'uso di un token di Sandboxie personalizzato consente di isolare meglio le singole aree virtuali e di mostrare nella colonna utente del task manager il nome dell'area virtuale a cui appartiene un processo. Alcune soluzioni di sicurezza di terze parti potrebbero tuttavia avere problemi con i token personalizzati. - + Program Control Controllo programmi - + Force Programs Forzatura programmi - + Disable forced Process and Folder for this sandbox Disattiva la forzatura di processi e cartelle per quest'area virtuale - + Breakout Programs Esclusione programmi - + Breakout Program Escludi programma - + Breakout Folder Escludi cartella - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. I programmi inseriti qui potranno uscire da questa area virtuale al momento del loro avvio. È anche possibile forzarli in un'altra area virtuale, ad esempio per avere il browser Web sempre aperto in una area virtuale dedicata. @@ -8073,85 +8092,91 @@ In questo modo si impedisce che i processi dannosi all'interno dell'ar - + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. - + Lingering Programs Programmi secondari - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. I processi secondari verranno chiusi automaticamente qualora siano ancora in esecuzione, dopo aver terminato tutti gli altri processi. - + Leader Programs Programmi principali - + If leader processes are defined, all others are treated as lingering processes. Una volta impostati i processi principali, tutti gli altri verranno trattati come processi secondari. - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. - + Files File - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Configura i processi che possono accedere a file, cartelle e pipe. L'accesso 'Consenti' su file e chiavi di registro si applica solo ai programmi eseguibili presenti all'esterno dell'area virtuale. È possibile utilizzare l'accesso 'Consenti tutto' per estenderlo a tutti i programmi o modificare questo aspetto nella scheda Criteri. - + Registry Registro - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Configura i processi che possono accedere al Registro di sistema. L'accesso 'Consenti' su file e chiavi di registro si applica solo ai programmi eseguibili presenti all'esterno dell'area virtuale. È possibile utilizzare l'accesso 'Consenti tutto' per estenderlo a tutti i programmi o modificare questo aspetto nella scheda Criteri. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Configura quali processi possono accedere agli oggetti NT IPC, come le porte ALPC, il contesto e la memoria dei processi. Per specificare un processo, utilizza '$:program.exe' come percorso. - + Wnd Finestre - + Wnd Class Classe finestra @@ -8160,50 +8185,50 @@ Per specificare un processo, utilizza '$:program.exe' come percorso.Configurare i processi che possono accedere agli oggetti del desktop, come finestre e simili. - + COM COM - + Class Id Id classe - + Configure which processes can access COM objects. Configura i processi che possono accedere agli oggetti COM. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Non utilizzare COM virtualizzato, consenti accesso all'infrastruttura COM degli host (non raccomandato) - + Access Policies Criteri di accesso - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Estendi le regole Close...=!<program>,... anche a tutti i programmi eseguibili presenti nell'area virtuale. - + Network Options Opzioni di rete - + Add Rule Aggiungi regola - - + + Action Azione @@ -8223,110 +8248,110 @@ Per specificare un processo, utilizza '$:program.exe' come percorso. - + Create a new sandboxed token instead of stripping down the original token - + Force Children - - + + Port Porta - - - + + + IP IP - + Protocol Protocollo - + 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. ATTENZIONE: La piattaforma di filtraggio di Windows non è attiva come impostazione predefinita. Qualora non venisse attivata manualmente, queste regole verranno applicate solo in user mode e le applicazioni dannose potrebbero bypassarle. - + DNS Filter - + Add Filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. - + Domain - + Internet Proxy - + Add Proxy - + Test Proxy - + Auth - + Login - + Password - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. - + Resolve hostnames via proxy - + Quick Recovery Recupero veloce - + Immediate Recovery Recupero immediato - + Various Options Opzioni varie @@ -8346,39 +8371,39 @@ Per specificare un processo, utilizza '$:program.exe' come percorso.Consenti accesso al sottosistema dell'autorità di protezione locale (LSASS) - + 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. La specificità delle regole è una misura di quanto una determinata regola corrisponda a un particolare percorso, in poche parole la specificità è la lunghezza dei caratteri dall'inizio del percorso fino all'ultima sottostringa senza caratteri jolly. Una regola che corrisponde solo ai tipi di file come "*.tmp" avrebbe la più alta specificità in quanto corrisponderebbe sempre all'intero percorso del file. Il livello di corrispondenza del processo ha una priorità più alta della specificità, e descrive come una regola si applica a un determinato processo. Le regole che si applicano per nome di processo o gruppo hanno il livello di corrispondenza più forte, seguito dalla corrispondenza per negazione (ovvero regole che si applicano a tutti i processi tranne quello specificato), mentre i livelli di corrispondenza più bassi hanno corrispondenze globali, ovvero regole che si applicano a qualsiasi processo. - + Prioritize rules based on their Specificity and Process Match Level Assegna priorità alle regole in base alla loro specificità e al livello di corrispondenza del processo - + Privacy Mode, block file and registry access to all locations except the generic system ones Modalità Privacy, blocca l'accesso ai file e al registro per tutti i percorsi eccetto quelli di sistema - + Access Mode Modalità di accesso - + 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. Quando la Modalità Privacy è attiva, i processi nell'area virtuale potranno soltanto leggere C:\Windows\*, C:\Program Files\* e parte del registro HKLM, mentre tutti gli altri percorsi avranno bisogno di un accesso esplicito per consentire la lettura e/o scrittura. In questa modalità, l'opzione di specificità rimane sempre attiva. - + Rule Policies Criteri regole - + Apply File and Key Open directives only to binaries located outside the sandbox. Applica le regole di accesso 'Consenti' soltanto ai programmi eseguibili presenti all'esterno dell'area virtuale. @@ -8409,14 +8434,15 @@ Il livello di corrispondenza del processo ha una priorità più alta della speci Proteggi i processi di sistema nell'area virtuale dai processi senza privilegi - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Disattiva l'utilizzo di RpcMgmtSetComTimeout per impostazione predefinita (potrebbe risolvere problemi di compatibilità) - 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. it’s no longer providing reliable security, just simple application compartmentalization. - L'isolamento di sicurezza che consiste nell'uso di un token di processo fortemente limitato è il metodo principale di Sandboxie di applicare restrizioni all'area virtuale. Quando questa opzione è disattivata, l'area virtuale viene gestita dalla modalità di compartimento delle applicazioni, in cui viene fornito un semplice compartimento delle applicazioni senza le normali misure di sicurezza. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + L'isolamento di sicurezza che consiste nell'uso di un token di processo fortemente limitato è il metodo principale di Sandboxie di applicare restrizioni all'area virtuale. Quando questa opzione è disattivata, l'area virtuale viene gestita dalla modalità di compartimento delle applicazioni, in cui viene fornito un semplice compartimento delle applicazioni senza le normali misure di sicurezza. Disable Security Isolation (experimental) @@ -8447,22 +8473,22 @@ Il livello di corrispondenza del processo ha una priorità più alta della speci Nascondi processi - + Add Process Aggiungi processo - + Hide host processes from processes running in the sandbox. Nascondi i processi di host dai processi in esecuzione nell'area virtuale. - + Don't allow sandboxed processes to see processes running in other boxes Non consentire ai processi dell'area virtuale di vedere i processi avviati in altre aree virtuali - + These commands are run UNBOXED after all processes in the sandbox have finished. @@ -8494,32 +8520,32 @@ Il livello di corrispondenza del processo ha una priorità più alta della speci - + Restart force process before they begin to execute - + Don't allow sandboxed processes to see processes running outside any boxes - + Users Utenti - + Restrict Resource Access monitor to administrators only Limita il log di accesso risorse ai soli amministratori - + Add User Aggiungi utente - + 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. @@ -8528,32 +8554,32 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Nota: le impostazioni dei programmi e delle cartelle forzate nell'area virtuale non si applicano agli account utente non abilitati all'utilizzo dell'area virtuale. - + Tracing Tracing - + API call Trace (traces all SBIE hooks) - + COM Class Trace Traccia classe COM - + IPC Trace Traccia IPC - + Key Trace Traccia chiavi di registro - + GUI Trace Traccia GUI @@ -8562,28 +8588,28 @@ Nota: le impostazioni dei programmi e delle cartelle forzate nell'area virt Traccia chiamata API (richiede l'installazione di LogAPI nella cartella di Sandboxie Plus) - + Log all SetError's to Trace log (creates a lot of output) Sostituibile con "log di traccia", tuttavia "log di accesso" mi sembra più adatto per i non esperti Registra tutti i SetError nel log di accesso (genera molto output) - + File Trace Traccia file - + Pipe Trace Traccia pipe - + Access Tracing Log di accesso - + Log Debug Output to the Trace Log Sostituibile con "log di traccia", tuttavia "log di accesso" mi sembra più adatto per i non esperti Registra output di debug nel log di accesso @@ -8624,63 +8650,63 @@ Nota: le impostazioni dei programmi e delle cartelle forzate nell'area virt Mostra messaggio 2111 quando è negato l'accesso a un processo - + Triggers Attivazioni - + Event Evento - - - - + + + + Run Command Avvia comando - + Start Service Avvia servizio - + These events are executed each time a box is started Questi eventi vengono eseguiti a ogni avvio di un'area virtuale - + On Box Start Qui ho forzato di proposito un ritorno a capo per ragioni di lunghezza All'avvio<br />dell'area virtuale - - + + These commands are run UNBOXED just before the box content is deleted Questi comandi vengono eseguiti FUORI dall'area virtuale poco prima dell'eliminazione del contenuto - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Questi comandi vengono eseguiti solamente all'inizializzazione di un'area virtuale. Per eseguirli nuovamente, il contenuto dell'area virtuale dovrà essere rimosso. - + On Box Init Qui ho forzato di proposito un ritorno a capo per ragioni di lunghezza All'inizializzazione<br />dell'area virtuale - + Here you can specify actions to be executed automatically on various box events. È possibile specificare una lista di azioni che verranno eseguite automaticamente in base agli eventi dell'area virtuale. - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8702,78 +8728,78 @@ Queste opzioni impostano la maschera degli eventi a "*" - tutti gli ev Traccia chiamata di sistema Ntdll (genera molto output) - + Disable Resource Access Monitor Disattiva monitor di accesso risorse per quest'area virtuale - + Resource Access Monitor Monitor accesso risorse - - + + Network Firewall Firewall di rete - + Bypass IPs - + Debug Debug - + WARNING, these options can disable core security guarantees and break sandbox security!!! ATTENZIONE! Queste opzioni possono disattivare le misure di sicurezza e compromettere la sicurezza dell'area virtuale!!! - + These options are intended for debugging compatibility issues, please do not use them in production use. Queste opzioni sono destinate al debug dei problemi di compatibilità, si prega di utilizzarle solo per scopi di test. - + App Templates Modelli applicazioni - + Filter Categories Filtra categorie - + Text Filter Cerca - + Add Template Aggiungi modello - + Category Categoria - + This list contains a large amount of sandbox compatibility enhancing templates Questo elenco contiene un gran numero di modelli di compatibilità software - + Template Folders Percorsi modelli - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -8782,23 +8808,23 @@ Please note that this values are currently user specific and saved globally for I seguenti valori sono specifici per l'utente e salvati a livello globale per tutte le aree virtuali. - - + + Value Valore - + Accessibility Accessibilità - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Per compensare alla disabilitazione delle misure di protezione, consultare la pagina Limitazione dei diritti, nel gruppo Restrizioni. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Screen reader: JAWS, NVDA, Window-Eyes, System Access @@ -8808,37 +8834,37 @@ I seguenti valori sono specifici per l'utente e salvati a livello globale p Restrizioni - + Apply ElevateCreateProcess Workaround (legacy behaviour) Applica il workaround ElevateCreateProcess (legacy) - + Use desktop object workaround for all processes Usa il workaround dell'oggetto desktop per tutti i processi - + This command will be run before the box content will be deleted Questo comando verrà eseguito prima che il contenuto dell'area virtuale venga eliminato - + On File Recovery Al recupero dei file - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked Questo comando verrà eseguito prima del recupero di un file e il percorso del file passato come primo argomento. Se questo comando restituisce qualcosa di diverso da 0, il recupero viene bloccato - + Run File Checker Avvia controllo dei file - + On Delete Content Alla rimozione del<br />contenuto @@ -8849,7 +8875,7 @@ I seguenti valori sono specifici per l'utente e salvati a livello globale p - + Process Processo @@ -8858,114 +8884,118 @@ I seguenti valori sono specifici per l'utente e salvati a livello globale p Blocca anche l'accesso in lettura ai processi in questa area virtuale - + Add Option Aggiungi opzione - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Qui è possibile configurare opzioni avanzate per processo al fine di migliorare la compatibilità e/o personalizzare il comportamento dell'area virtuale. - + Option Opzione - + On Box Terminate - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + DNS Request Logging - + Syscall Trace (creates a lot of output) - + Templates Modelli - + Open Template - + 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. Le seguenti impostazioni consentono di usare Sandboxie in combinazione con i programmi per l'accesso facilitato. Tuttavia, alcune misure di protezione di Sandboxie vengono disabilitate quando queste impostazioni sono attive. - + Edit ini Section Qui ho forzato di proposito un ritorno a capo Modifica configurazione area virtuale - + Edit ini Modifica Sandboxie.ini - + Cancel Annulla - + Save Salva @@ -8989,7 +9019,7 @@ area virtuale QObject - + Drive %1 Unità %1 @@ -8997,27 +9027,27 @@ area virtuale QPlatformTheme - + OK OK - + Apply Applica - + Cancel Annulla - + &Yes &Sì - + &No &No @@ -9959,7 +9989,8 @@ in modo diverso a seconda dell'interfaccia di visualizzazione. - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_ja.ts b/SandboxiePlus/SandMan/sandman_ja.ts index 24571288..5707836f 100644 --- a/SandboxiePlus/SandMan/sandman_ja.ts +++ b/SandboxiePlus/SandMan/sandman_ja.ts @@ -1449,8 +1449,8 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + @@ -1639,7 +1639,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + @@ -1708,115 +1708,115 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: - - + + On Start - - - - - + + + + + Run Command - + Start Service - + On Init - + On File Recovery - + On Delete Content - + On Terminate - - - - - + + + + + Please enter the command line to be executed - + Please enter a service identifier - + Please enter a program file name to allow access to this sandbox - + Please enter a program file name to deny access to this sandbox - + Deny - + Allow - + %1 (%2) - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -2736,22 +2736,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 - + Deleting folder: %1 - + Merging folders: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... @@ -2759,67 +2759,67 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled - + OPEN Root Access - + Application Compartment - + NOT SECURE - + Reduced Isolation - + Enhanced Isolation - + Privacy Enhanced - + No INet (with Exceptions) - + No INet - + Net Share - + No Admin - + Auto Delete - + Normal @@ -2833,13 +2833,13 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + Sandboxie-Plus Insider [%1] - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -2980,7 +2980,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + About Sandboxie-Plus Sandboxie-Plus について @@ -3363,11 +3363,11 @@ Do you want to do the clean up? - - - - - + + + + + Don't show this message again. @@ -3398,155 +3398,161 @@ Do you want to do the clean up? - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + Unknown operation '%1' requested via command line - + No Force Process - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? - + Cleaned up removed templates... - + USB sandbox not found; creating: %1 - + Executing OnBoxDelete: %1 - + Auto Deleting %1 Content - + Removed Shortcut: %1 - + Updated Shortcut to: %1 - + Added Shortcut to: %1 - + Executing OnBoxTerminate: %1 - + Auto deleting content of %1 - + Auto removing sandbox %1 - + %1 Directory: %2 - + Application - + Installation - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus Version: %1 (%2) - + Current Config: %1 - + Data Directory: %1 - + 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 - + for Personal use - + - for Non-Commercial use ONLY - + Default sandbox not found; creating: %1 - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3554,583 +3560,583 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - + Do you want the setup wizard to be omitted? - + - NOT connected - + Failed to configure hotkey %1, error: %2 - - - + + + (%1) - + The box %1 is configured to use features exclusively available to project supporters. - - - - + + + + <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 box %1 is configured to use features which require an <b>advanced</b> supporter certificate. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. - + 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. - + The selected feature requires an <b>advanced</b> supporter certificate. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. - + The selected feature set is only available to project supporters.<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 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 certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! - + The Certificate Signature is invalid! - + The Certificate is not suitable for this product. - + The Certificate is node locked. - + The support certificate is not valid. Error: %1 - + The evaluation period 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 - + Only Administrators can change the config. - + Please enter the configuration password. - + Login Failed: %1 - + Do you want to terminate all processes in all sandboxes? - - + + Don't ask in future - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? - + Please enter the duration, in seconds, for disabling Forced Programs rules. Forced Programs ルールを一時的に無効化する時間を秒単位で入力してください。 - + No Recovery - + No Messages - + 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. - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. - - - + + + Sandboxie-Plus - Error - + Failed to stop all Sandboxie components - + Failed to start required Sandboxie components - + Maintenance operation failed (%1) - + Maintenance operation completed - + Executing maintenance operation, please wait... - + In the Plus UI, this functionality has been integrated into the main sandbox list view. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. - + 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 Sandboxie 構成は再読み込みされました - + 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 - + All processes in a sandbox must be stopped before it can be renamed. - + A sandbox must be emptied before it can be deleted. - + Failed to move directory '%1' to '%2' - + Failed to move box image '%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 - + The content of an unmounted sandbox can not be deleted - + %1 - + Import/Export not available, 7z.dll could not be loaded - + Failed to create the box archive - + Failed to open the 7z archive - + Failed to unpack the box archive - + The selected 7z file is NOT a box archive - + Unknown Error Status: 0x%1 - + Operation failed for %1 item(s). - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? %1 をサンドボックス化した、または、していないブラウザで開きますか? - + Remember choice for later. - + Sandboxed - + Unsandboxed - + Reset Columns 列をリセット - + Copy Cell - + Copy Row - + Copy Panel - + Case Sensitive - + RegExp - + Highlight - + Close 閉じる - + &Find ... - + All columns - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> @@ -4235,37 +4241,37 @@ This file is part of Sandboxie and all change done to it will be reverted next t ボックスグループ - + Empty - + Name 名前 - + Process ID プロセス ID - + Status 状態 - + Title タイトル - + Info 情報 - + Path / Command Line パス / コマンドライン @@ -4475,37 +4481,37 @@ This file is part of Sandboxie and all change done to it will be reverted next t CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates - + Failed to retrieve update list from search result - + Failed to get update count @@ -5001,14 +5007,14 @@ This file is part of Sandboxie and all change done to it will be reverted next t - + Don't show this message again. - + This Sandbox is empty. @@ -5038,78 +5044,88 @@ This file is part of Sandboxie and all change done to it will be reverted next t - + Please enter a new name for the Sandbox. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + 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 確認なしで強制終了する - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. - - + + Create Shortcut to sandbox %1 - + Do you want to terminate %1? - + the selected processes - + This box does not have Internet restrictions in place, do you want to enable them? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? @@ -6692,7 +6708,8 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. @@ -6801,45 +6818,45 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates - - + + Action - - - - - - - - - + + + + + + + + + Program @@ -6889,7 +6906,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Prevent change to network and firewall parameters (user mode) @@ -6909,7 +6926,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Block network files and folders, unless specifically opened. @@ -6934,7 +6951,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Protect the system from sandboxed processes @@ -6949,7 +6966,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Network restrictions @@ -6961,28 +6978,28 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove @@ -6993,18 +7010,18 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - - - - - - - - - - - - + + + + + + + + + + + + Name 名前 @@ -7015,13 +7032,13 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Move Up 上に移動 - + Move Down 下に移動 @@ -7132,7 +7149,8 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - 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. it’s no longer providing reliable security, just simple application compartmentalization. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. @@ -7147,7 +7165,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Protect the sandbox integrity itself @@ -7189,7 +7207,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Process @@ -7296,87 +7314,87 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + 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. - + Program Control プログラム制御 - + Force Programs - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. - + Force Folder - - - - - - - + + + + + + + Type - + Force Program - + Disable forced Process and Folder for this sandbox - + Breakout Programs - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. - + Breakout Folder - + Breakout Program @@ -7403,73 +7421,73 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. - - + + Stop Behaviour - + Lingering Programs - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. - + Leader Programs - + If leader processes are defined, all others are treated as lingering processes. - + Stop Options - + Use Linger Leniency - + Don't stop lingering processes with windows - + 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. @@ -7492,359 +7510,365 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + * Note: Programs installed to this sandbox won't be able to start at all. - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. - + Resource Access - + Files - - - - - - + + + + + + Access - - - + + + Path - + Add File/Folder - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. - + Registry - + Add Reg Key - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. - + IPC - + Add IPC Path - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. - + Wnd - + Add Wnd Class - + Wnd Class - + Don't alter window class names created by sandboxed programs - + Configure which processes can access Desktop objects like Windows and alike. - + COM - + Class Id - + Add COM Object - + Configure which processes can access COM objects. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) - + Access Policies - + Rule Policies - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. - + Prioritize rules based on their Specificity and Process Match Level - + Apply File and Key Open directives only to binaries located outside the sandbox. - + Access Mode - + 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. - + Privacy Mode, block file and registry access to all locations except the generic system ones - + Create a new sandboxed token instead of stripping down the original token - + Force Children - + 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. - + Network Options - + 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. - + Set network/internet access for unlisted processes: - - + + Network Firewall - + Test Rules, Program: - + Port: - + IP: - + Protocol: - + X - + Add Rule - - + + 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. - + DNS Filter - + Add Filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. - + Domain - + Internet Proxy - + Add Proxy - + Test Proxy - + Auth - + Login - + Password - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. - + Resolve hostnames via proxy - + Other Options - + Port Blocking - + Block common SAMBA ports @@ -7855,88 +7879,88 @@ The process match level has a higher priority than the specificity and describes - + Block DNS, UDP port 53 - + File Recovery - + Quick Recovery - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. - + Add Folder フォルダを追加 - + Immediate Recovery 直接リカバリ - + You can exclude folders and file types (or file extensions) from Immediate Recovery. - + Ignore Extension - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. - + Ignore Folder - + Various Options - - + + Compatibility - + Apply ElevateCreateProcess Workaround (legacy behaviour) - + Emulate sandboxed window station for all processes - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) - + Force usage of custom dummy Manifest files (legacy behaviour) - + Use desktop object workaround for all processes @@ -7946,12 +7970,12 @@ The process match level has a higher priority than the specificity and describes - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. @@ -7983,164 +8007,166 @@ The process match level has a higher priority than the specificity and describes - + Bypass IPs - + Restart force process before they begin to execute - + Dlls && Extensions - + Image Protection - + Description - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox - + Issue message 1305 when a program tries to load a sandboxed dll - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. - + Advanced Options - + Miscellaneous - + Add Option - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. - + Option - - + + Value - + Triggers - + On Box Terminate - + This command will be run before the box content will be deleted - - - - + + + + Run Command - + Event - - + + These commands are run UNBOXED just before the box content is deleted - + On File Recovery - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked - + Run File Checker - + 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. - + These events are executed each time a box is started - + On Box Start - + Start Service - + On Delete Content @@ -8155,134 +8181,138 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + Add Process - + Don't allow sandboxed processes to see processes running in other boxes - + Hide host processes from processes running in the sandbox. - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + Users - + Restrict Resource Access monitor to administrators only - + Add 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 (traces all SBIE hooks) - + Key Trace - + DNS Request Logging - + GUI Trace - + Log Debug Output to the Trace Log - + Log all SetError's to Trace log (creates a lot of output) - + Access Tracing - + Syscall Trace (creates a lot of output) - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8294,149 +8324,149 @@ instead of "*". - + Resource Access Monitor - + COM Class Trace - + Pipe Trace - + File Trace - + Disable Resource Access Monitor - + IPC Trace - + These commands are run UNBOXED after all processes in the sandbox have finished. - + 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 アプリテンプレート - + Templates - + This list contains a large amount of sandbox compatibility enhancing templates - + Text Filter - + Add Template - + Filter Categories - + Don't allow sandboxed processes to see processes running outside any boxes - + Category - + Open Template - + 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. - + Accessibility - + 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. - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. - + Edit ini Section ini 編集セクション - + Edit ini ini を編集 - + Cancel キャンセル - + Save 保存 @@ -8460,7 +8490,7 @@ Please note that this values are currently user specific and saved globally for QObject - + Drive %1 @@ -8468,27 +8498,27 @@ Please note that this values are currently user specific and saved globally for QPlatformTheme - + OK - + Apply - + Cancel キャンセル - + &Yes - + &No @@ -8809,7 +8839,8 @@ Please note that this values are currently user specific and saved globally for - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_ko.ts b/SandboxiePlus/SandMan/sandman_ko.ts index 3436f80e..20452dfe 100644 --- a/SandboxiePlus/SandMan/sandman_ko.ts +++ b/SandboxiePlus/SandMan/sandman_ko.ts @@ -1828,8 +1828,8 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + @@ -1880,7 +1880,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + @@ -1951,84 +1951,84 @@ Note: The update check is often behind the latest GitHub release to ensure that 샌드박스 ipc 루트 - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: 특수 옵션 추가: - - + + On Start 시작 시 - - - - - + + + + + Run Command 명령 실행 - + Start Service 서비스 시작 - + On Init 초기화 시 - + On File Recovery 파일 복구 시 - + On Delete Content 콘텐츠 삭제 시 - + On Terminate 종료 시 - + Please enter a program file name to allow access to this sandbox 이 샌드박스에 액세스를 허용하려면 프로그램 파일 이름을 입력하세요 - + Please enter a program file name to deny access to this sandbox 이 샌드박스에 액세스를 거부하려면 프로그램 파일 이름을 입력하세요 - + Failed to retrieve firmware table information. 펌웨어 테이블 정보를 검색하지 못했습니다. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. 호스트 레지스트리에 성공적으로 저장된 펌웨어 테이블: HKEY_CURRENT_USER\System\SbieCustom<br />박스마다 다른 값을 가지도록 샌드박스된 레지스트리에 복사할 수 있습니다. @@ -2037,11 +2037,11 @@ Note: The update check is often behind the latest GitHub release to ensure that 삭제 시 - - - - - + + + + + Please enter the command line to be executed 실행할 명령줄을 입력하세요 @@ -2050,12 +2050,12 @@ Note: The update check is often behind the latest GitHub release to ensure that 프로그램 파일 이름을 입력하세요 - + Deny 거부 - + %1 (%2) %1 (%2) @@ -2309,7 +2309,7 @@ Note: The update check is often behind the latest GitHub release to ensure that 이미지 헤더 복원됨 - + Please enter a service identifier 서비스 식별자를 입력하세요 @@ -2404,7 +2404,7 @@ Note: The update check is often behind the latest GitHub release to ensure that 엔트리: IP 또는 포트는 비워 둘 수 없습니다 - + Allow @@ -3100,22 +3100,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 폴더 대기 중: %1 - + Deleting folder: %1 폴더 삭제 중: %1 - + Merging folders: %1 &gt;&gt; %2 폴더 병합: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... 스냅샷 병합을 완료하는 중... @@ -3123,37 +3123,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled 사용 안 함 - + OPEN Root Access 루트 액세스 열기 - + Application Compartment 응용 프로그램 구획 - + NOT SECURE 안전하지 않음 - + Reduced Isolation 격리 감소 - + Enhanced Isolation 격리 강화 - + Privacy Enhanced 개인 정보 강화 @@ -3162,32 +3162,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API 로그 - + No INet (with Exceptions) INET 없음 (예외 포함) - + No INet INet 없음 - + Net Share Net 공유 - + No Admin 관리자 없음 - + Auto Delete 자동 삭제 - + Normal 일반 @@ -3196,27 +3196,27 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 - + Reset Columns 열 재설정 - + Copy Cell 셀 복사 - + Copy Row 행 복사 - + Copy Panel 패널 복사 @@ -3492,7 +3492,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + About Sandboxie-Plus Sandboxie-Plus 정보 @@ -3577,11 +3577,11 @@ Do you want to do the clean up? - - - - - + + + + + Don't show this message again. 이 메시지를 다시 표시하지 않습니다. @@ -3611,7 +3611,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a <br /><br />이 박스는 리소스 액세스 옵션에 명시적으로 부여된 경우를 제외하고 <a href="sbie://docs/privacy-mode">모든 사용자 데이터 위치에 대한 액세스</a>를 금지합니다. - + Unknown operation '%1' requested via command line 명령줄에서 알 수 없는 작업 '%1'이(가) 요청되었습니다 @@ -3631,42 +3631,42 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - 샌드박스 내용 삭제 - + Executing OnBoxDelete: %1 OnBoxDelete 실행 중: %1 - + Auto Deleting %1 Content %1 내용 자동 삭제 - + Auto deleting content of %1 %1의 내용을 자동 삭제하는 중 - + %1 Directory: %2 %1 디렉터리: %2 - + Application 응용프로그램 - + Installation 설치 - + Current Config: %1 현재 구성: %1 - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3675,60 +3675,60 @@ Please check if there is an update for sandboxie. Sandboxie에 대한 업데이트가 있는지 확인 부탁드립니다. - + Don't show this message again for the current build. 현재 빌드에 대해 이 메시지를 다시 표시하지 않습니다. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. Windows 빌드 %1이 현재 알려진 Sandboxie 버전의 지원 기능을 초과합니다. Sandboxie는 시스템 불안정을 유발할 수 있는 마지막으로 알려진 오프셋을 사용하려고 합니다. - + The selected feature requires an <b>advanced</b> supporter certificate. 선택한 기능에는 <b>고급</b> 지원자 인증서가 필요합니다. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br />이 기능을 잠금 해제하려면 Great Patreon 레벨 이상이어야 합니다. - + The selected feature set is only available to project supporters.<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> - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! 사용하려는 인증서가 차단되었습니다. 이는 해당 인증서가 원인으로 인해 무효화되었음을 의미합니다. 이 인증서를 사용하려는 시도는 사용 약관 위반에 해당합니다! - - + + Don't ask in future 앞으로 묻지 않기 - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? 암호화된 샌드박스의 모든 프로세스를 종료하고 마운트 해제하시겠습니까? - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - 오류 - + Failed to stop all Sandboxie components 모든 Sandboxie 구성 요소를 중지하지 못했습니다 - + Failed to start required Sandboxie components 필수 Sandboxie 구성 요소를 시작하지 못했습니다 @@ -3777,17 +3777,17 @@ Sandboxie에 대한 업데이트가 있는지 확인 부탁드립니다.<a href="sbie://update/check" style="color: red;">사용 가능한 새 Sandboxie-Plus 업데이트 v%1이 있습니다</a> - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? 일부 호환성 템플릿(%1)이(가) 없거나 삭제되었을 수 있습니다. 모든 박스에서 제거하시겠습니까? - + Cleaned up removed templates... 제거된 템플릿을 정리했습니다... - + 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 @@ -3796,7 +3796,7 @@ No will choose: %2 아니요 선택: %2 - + Default sandbox not found; creating: %1 기본 샌드박스를 찾을 수 없습니다. 생성: %1 @@ -3805,7 +3805,7 @@ No will choose: %2 설치 마법사를 생략하시겠습니까? - + - NOT connected - 연결되지 않음 @@ -3818,7 +3818,7 @@ No will choose: %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>를 받습니다 @@ -3878,22 +3878,22 @@ No will choose: %2 - + 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? 모든 sandboxes의 모든 프로세스를 종료하시겠습니까? @@ -3902,107 +3902,107 @@ No will choose: %2 묻지 않고 모두 종료 - + 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 알 수 없음 - + A sandbox must be emptied before it can be deleted. 샌드박스를 삭제하려면 먼저 비워야 합니다. - + Failed to copy box data files 박스 데이터 파일을 복사하지 못했습니다 - + Failed to remove old box data files 이전 박스 데이터 파일을 제거하지 못했습니다 - + Unknown Error Status: 0x%1 알 수 없는 오류 상태: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? 샌드박스한 웹 브라우저 또는 샌드박스 안 한 웹 브라우저에서 %1을(를) 여시겠습니까? - + Sandboxed 샌드박스함 - + Unsandboxed 샌드박스 안 함 - + Case Sensitive 대소문자 구분 - + RegExp 정규식 - + Highlight 강조 - + Close 닫기 - + &Find ... 찾기(&F)... - + All columns 모든 열 @@ -4024,7 +4024,7 @@ No will choose: %2 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. 이 작업을 수행하려면 관리자 권한이 필요합니다. @@ -4063,7 +4063,7 @@ No will choose: %2 - + Sandboxie-Plus Insider [%1] Sandboxie-Plus 내부자 [%1] @@ -4214,166 +4214,180 @@ No will choose: %2 - + Which box you want to add in? 어떤 박스를 추가하시겠습니까? - + Type the box name which you are going to set: 설정할 박스 이름을 입력합니다: - - - + + + + Sandboxie-Plus Warning Sandboxie-Plus 경고 - - You typed a wrong box name!Nothing was changed. - 박스 이름을 잘못 입력했습니다! 아무것도 변경되지 않았습니다. + 박스 이름을 잘못 입력했습니다! 아무것도 변경되지 않았습니다. + + + Users canceled this operation. + 사용자가 이 작업을 취소했습니다. - - Users canceled this operation. - 사용자가 이 작업을 취소했습니다. + The value is not an existing directory or executable. + - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + No Force Process 강제 프로세스 없음 - + USB sandbox not found; creating: %1 USB 샌드박스를 찾을 수 없습니다: 만들기: %1 - + Removed Shortcut: %1 바로 가기 제거: %1 - + Updated Shortcut to: %1 업데이트된 바로 가기: %1 - + Added Shortcut to: %1 바로 가기 추가: %1 - + Executing OnBoxTerminate: %1 OnBoxTerminate 실행 중: %1 - + Auto removing sandbox %1 샌드박스 %1 자동 제거 중 - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus 버전: %1 (%2) - + Data Directory: %1 데이터 디렉터리: %1 - + for Personal use 개인 사용 - + - for Non-Commercial use ONLY - 비상업적 용도로만 사용 - + Do you want the setup wizard to be omitted? 설치 마법사를 생략하시겠습니까? - + Failed to configure hotkey %1, error: %2 단축키 %1을(를) 구성하지 못했습니다. 오류: %2 - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. %1 박스는 프로젝트 후원자들만 사용할 수 있는 기능을 사용하도록 구성되어 있습니다. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. %1 박스는 <b>고급</b> 지원자 인증서가 필요한 기능을 사용하도록 구성되어 있습니다. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">인증서를 업그레이드</a> 하여 고급 기능의 잠금을 해제합니다. - + 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분 후에 종료됩니다. - + 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>를 받습니다 - + The Certificate Signature is invalid! 인증서 서명이 잘못되었습니다! - + The Certificate is not suitable for this product. 인증서가 이 제품에 적합하지 않습니다. - + The Certificate is node locked. 인증서가 노드 잠금 상태입니다. - + The support certificate is not valid. Error: %1 지원 인증서가 잘못되었습니다. 오류: %1 - + The evaluation period has expired!!! The evaluation periode has expired!!! 평가 기간이 만료되었습니다!!! @@ -4396,47 +4410,47 @@ Error: %1 가져오기: %1 - + Please enter the duration, in seconds, for disabling Forced Programs rules. 강제 프로그램 규칙을 비활성화하는 기간을 초로 입력하세요. - + No Recovery 복구 안 함 - + No Messages 메시지 없음 - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>오류:</b> Sandboxie-Plus Manager(SandMan.exe)에 유효한 서명(SandMan.exe.sig)이 없습니다. <a href="https://sandboxie-plus.com/go.php?to=sbie-get">공식 다운로드 페이지</a>에서 신뢰할 수 있는 릴리스를 다운로드하세요. - + Maintenance operation failed (%1) 유지 관리 작업에 실패했습니다 (%1) - + Maintenance operation completed 유지 보수 작업이 완료되었습니다 - + In the Plus UI, this functionality has been integrated into the main sandbox list view. Plus UI에서 이 기능은 기본 샌드박스 목록 보기에 통합되었습니다. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. 박스/그룹의 상황에 맞는 메뉴를 사용하여 박스와 그룹을 다른 그룹으로 이동할 수 있습니다. 끌어서 놓기를 사용하여 항목을 이동할 수도 있습니다. 또는 ALT를 누른 상태에서 화살표 키를 사용하여 그룹 내에서 항목을 위아래로 이동할 수도 있습니다.<br />.샌드박스 메뉴에서 새 박스 및 그룹을 생성할 수 있습니다. - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4445,219 +4459,219 @@ This file is part of Sandboxie and all changed done to it will be reverted next 이 파일은 Sandboxie의 일부이며 다음에 Sandboxie가 업데이트될 때 변경된 모든 내용이 되돌아갑니다. - + 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 Service와 통신하지 못했습니다: %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 모든 프로세스를 종료하지 못했습니다 - + 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 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. 샌드박스의 모든 프로세스를 중지해야 이름을 바꿀 수 있습니다. - + Failed to move directory '%1' to '%2' '%1' 디렉터리를 '%2'로 이동하지 못했습니다 - + Failed to move box image '%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 %2 섹션에서 구성 설정 %1을 설정하지 못했습니다: %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 사용자가 작업을 취소했습니다 - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted 마운트 해제된 샌드박스의 내용을 삭제할 수 없습니다 - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded 가져오기/내보내기 기능을 사용할 수 없습니다, 7z.dll을 불러올 수 없습니다 - + Failed to create the box archive 박스 압축파일을 만들지 못했습니다 - + Failed to open the 7z archive 7z 압축파일을 열지 못했습니다 - + Failed to unpack the box archive 박스 압축파일의 압축을 풀지 못했습니다 - + The selected 7z file is NOT a box archive 선택한 7z 파일이 박스 압축파일이 아닙니다 - + Operation failed for %1 item(s). %1 항목에 대한 작업에 실패했습니다. - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>Sandboxie-Plus 정보</h3><p>번역: 비너스걸💋 버전 %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 이 Sandboxie-Plus 사본의 인증: %1 - + Sandboxie-Plus is free for personal and non-commercial use. Sandboxie-Plus는 개인용 및 비상업용으로 무료입니다. - + 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<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 />%2<br /><br />기능: %3<br /><br />설치: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />아이콘 출처 <a href="https://icons8.com">icons8.com</a> @@ -4666,28 +4680,28 @@ This file is part of Sandboxie and all changed done to it will be reverted next 샌드박스에서 (예) 또는 샌드박스가 없는 (아니오) 웹 브라우저에서 %1을 여시겠습니까? - + Remember choice for later. 나중을 위해 선택을 기억합니다. - + 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 The supporter certificate is expired %1 days ago, 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일 후에 만료됩니다. 업데이트된 인증서를 받으세요 @@ -4725,37 +4739,37 @@ This file is part of Sandboxie and all changed done to it will be reverted next 박스 그룹 - + Empty 비어 있음 - + Name 이름 - + Process ID 프로세스 ID - + Status 상태 - + Title 제목 - + Info 정보 - + Path / Command Line 명령 줄 @@ -4965,38 +4979,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM COM 초기화 실패 - + Failed to create update session 업데이트 세션을 생성하지 못했습니다 - + Failed to create update searcher 업데이트 검색기를 만들지 못했습니다 - + Failed to set search options 검색 옵션을 설정하지 못했습니다 - + Failed to enumerate installed Windows updates Failed to search for updates 설치된 Windows 업데이트를 열거하지 못했습니다 - + Failed to retrieve update list from search result 검색 결과에서 업데이트 목록을 검색하지 못했습니다 - + Failed to get update count 업데이트 수를 가져오지 못했습니다 @@ -5469,14 +5483,14 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Don't show this message again. 이 메시지를 다시 표시하지 않습니다. - + This Sandbox is empty. 샌드박스가 비어 있습니다. @@ -5546,82 +5560,92 @@ This file is part of Sandboxie and all changed done to it will be reverted next 내보내기: %1 - + Please enter a new name for the Sandbox. 샌드박스의 새 이름을 입력하세요. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? 선택한 샌드박스를 제거하시겠습니까?<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 묻지 않고 종료 - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. 이제 샌드박스 시작 메뉴가 표시됩니다. 메뉴에서 응용프로그램을 선택하면 Sandboxie가 실제 바탕 화면에 새 바로 가기 아이콘을 만듭니다. 이 아이콘을 사용하면 Sandboxie의 감독 하에 선택한 응용프로그램을 호출할 수 있습니다. - - + + Create Shortcut to sandbox %1 샌드박스 %1 바로 가기 만들기 - + Do you want to terminate %1? Do you want to %1 %2? %1을 종료하시겠습니까? - + the selected processes 선택된 과정 - + This box does not have Internet restrictions in place, do you want to enable them? 이 박스에는 인터넷 제한이 없습니다. 인터넷 제한을 사용하시겠습니까? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? - 이 샌드박스는 사용할 수 없거나 그룹/사용자로 제한되어 있습니다. 편집하시겠습니까? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? + 이 샌드박스는 사용할 수 없거나 그룹/사용자로 제한되어 있습니다. 편집하시겠습니까? @@ -7381,7 +7405,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the system from sandboxed processes 샌드박스 프로세스로부터 시스템 보호 @@ -7391,13 +7415,13 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Move Up 위로 이동 - + Move Down 아래로 이동 @@ -7542,12 +7566,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an 인쇄 제한 - + Network restrictions 네트워크 제한 - + Block network files and folders, unless specifically opened. 특별히 열지 않는 한 네트워크 파일 및 폴더를 차단합니다. @@ -7563,18 +7587,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - + + + + + + + + + + + + Name 이름 @@ -7591,98 +7615,98 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove 제거 - - - - - - - + + + + + + + Type 유형 - + Program Groups 프로그램 그룹 - + Add Group 그룹 추가 - - - - - + + + + + Add Program 프로그램 추가 - + Force Folder 강제 폴더 - - - + + + Path 경로 - + Force Program 강제 프로그램 - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates 템플릿 표시 @@ -7732,7 +7756,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Windows 자격 증명 저장소 열기 (사용자 모드) - + Prevent change to network and firewall parameters (user mode) 네트워크 및 방화벽 매개 변수 (사용자 모드) 변경 방지 @@ -7742,7 +7766,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an 프로세스 액세스이 거부되면 메시지 2111 발행 - + 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. 프로그램을 그룹화하고 그룹 이름을 지정할 수 있습니다. 프로그램 그룹은 프로그램 이름 대신 일부 설정과 함께 사용할 수 있습니다. 박스에 대해 정의된 그룹은 템플릿에 정의된 덮어쓰기 그룹입니다. @@ -7751,13 +7775,13 @@ If you are a great patreaon supporter already, sandboxie can check online for an 강제 프로그램 - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. 여기에 입력된 프로그램 또는 입력된 위치에서 시작된 프로그램은 다른 샌드박스에서 명시적으로 시작하지 않는 한 이 샌드박스에 자동으로 저장됩니다. - - + + Stop Behaviour 동작 중지 @@ -7782,32 +7806,32 @@ If leader processes are defined, all others are treated as lingering processes.< 대표 프로세스가 정의되면 다른 모든 프로세스는 남아있는 프로세스로 취급됩니다. - + Start Restrictions 시작 제한 - + Issue message 1308 when a program fails to start 프로그램 시작 실패 시 메시지 1308 발생 - + 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. * 참고: 이 샌드박스에 설치된 프로그램은 시작할 수 없습니다. @@ -7816,32 +7840,32 @@ If leader processes are defined, all others are treated as lingering processes.< 인터넷 제한 - + Process Restrictions 프로세스 제한 - + Issue message 1307 when a program is denied internet access 프로그램이 인터넷 액세스를 거부하면 메시지 1307 발행 - + 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 액세스 @@ -7884,92 +7908,92 @@ If leader processes are defined, all others are treated as lingering processes.< 작업 개체 - + Configure which processes can access Desktop objects like Windows and alike. Windows 등 데스크톱 개체에 액세스할 수 있는 프로세스를 구성합니다. - + Set network/internet access for unlisted processes: 목록에 없는 프로세스에 대한 네트워크/인터넷 액세스 설정: - + Test Rules, Program: 테스트 규칙, 프로그램: - + Port: 포트: - + IP: IP: - + Protocol: 프로토콜: - + X X - + Add Rule 규칙 추가 - - - - - - - - - + + + + + + + + + Program 프로그램 - - + + Action 동작 - - + + Port 포트 - - - + + + IP 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. 주의: Windows 필터링 플랫폼이 드라이버에서 사용할 수 없으므로 이 규칙은 사용자 모드에서만 적용되며 강제 적용할 수 없습니다!!! 즉, 악성 프로그램이 이를 무시할 수 있습니다. - + Resource Access 리소스 액세스 @@ -7986,7 +8010,7 @@ You can use 'Open for All' instead to make it apply to all programs, o 대신 '모두 열기'를 사용하여 모든 프로그램에 적용하거나 정책 탭에서 이 동작을 변경할 수 있습니다. - + Add File/Folder 파일/폴더 추가 @@ -7995,72 +8019,72 @@ You can use 'Open for All' instead to make it apply to all programs, o 사용자 제거 - + Add Wnd Class 창 클래스 추가 - + Add IPC Path IPC 경로 추가 - + Add Reg Key Reg 키 추가 - + Add COM Object COM 개체 추가 - + 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 기타 - + Don't alter window class names created by sandboxed programs 샌드박스 프로그램에서 만든 창 클래스 이름 변경 안 함 @@ -8076,7 +8100,7 @@ You can use 'Open for All' instead to make it apply to all programs, o - + Protect the sandbox integrity itself 샌드박스 무결성 자체 보호 @@ -8101,7 +8125,7 @@ You can use 'Open for All' instead to make it apply to all programs, o 샌드박스 격리 - + Force usage of custom dummy Manifest files (legacy behaviour) 사용자 지정 더미 매니페스트 파일 강제 사용 (레거시 동작) @@ -8114,34 +8138,34 @@ You can use 'Open for All' instead to make it apply to all programs, o 리소스 액세스 정책 - + 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. 규칙 특수성은 지정된 규칙이 특정 경로와 얼마나 잘 일치하는지 측정하는 것으로, 단순하게 말해서 특수성은 경로 시작부터 마지막 일치하는 비 와일드카드 하위 문자열까지 포함한 문자 길이입니다. "*.tmp"와 같은 파일 형식만 일치하는 규칙은 항상 전체 파일 경로와 일치하므로 가장 높은 특수성을 가집니다. 프로세스 일치 수준은 특수성보다 높은 우선 순위를 가지며 규칙이 지정된 프로세스에 적용되는 방식을 설명합니다. 프로세스 이름 또는 그룹별로 적용되는 규칙은 일치 수준이 가장 강하고 부정에 의한 일치 수준 (즉, 지정된 프로세스를 제외한 모든 프로세스에 적용되는 규칙)이 그 뒤를 이으며, 가장 낮은 일치 수준에는 전역 일치, 즉 모든 프로세스에 적용되는 규칙이 있습니다. - + 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. 개인 정보 모드가 활성화된 경우 샌드박스 프로세스는 C:만 읽을 수 있습니다. \Windows\*, C:\Program Files\* 및 HKLM 레지스트리의 일부 다른 위치에서는 읽기 및/또는 쓰기 가능하려면 명시적 액세스 권한이 필요합니다. 이 모드에서는 규칙 특정성이 항상 활성화됩니다. - + Rule Policies 규칙 정책 @@ -8150,7 +8174,7 @@ The process match level has a higher priority than the specificity and describes 닫기 적용...=!<프로그램>,... 또한 규칙은 샌드박스에 있는 모든 이진 파일에 적용됩니다. - + Apply File and Key Open directives only to binaries located outside the sandbox. 샌드박스 외부에 있는 이진 파일에만 파일 및 키 열기 지시문을 적용합니다. @@ -8165,8 +8189,8 @@ The process match level has a higher priority than the specificity and describes 권한 있는 프로세스만 서비스 제어 관리자에 액세스할 수 있도록 허용 - - + + Compatibility 호환성 @@ -8180,7 +8204,7 @@ The process match level has a higher priority than the specificity and describes 작업 개체에 샌드박스 프로세스 추가 (권장) - + Emulate sandboxed window station for all processes 모든 프로세스에 대해 샌드박스 창 스테이션 에뮬레이트 @@ -8196,8 +8220,9 @@ The process match level has a higher priority than the specificity and describes - 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. it’s no longer providing reliable security, just simple application compartmentalization. - 매우 제한된 프로세스 토큰의 사용을 통한 보안 격리는 샌드박스 제한을 시행하는 Sandboxie의 주요 수단이며, 이 기능이 비활성화되면 박스가 응용 프로그램 구획 모드에서 작동됩니다 (즉, 더 이상 신뢰할 수있는 보안을 제공하지 않고 간단한 응용 프로그램 구획화). + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + 매우 제한된 프로세스 토큰의 사용을 통한 보안 격리는 샌드박스 제한을 시행하는 Sandboxie의 주요 수단이며, 이 기능이 비활성화되면 박스가 응용 프로그램 구획 모드에서 작동됩니다 (즉, 더 이상 신뢰할 수있는 보안을 제공하지 않고 간단한 응용 프로그램 구획화). @@ -8256,7 +8281,7 @@ The process match level has a higher priority than the specificity and describes COM/RPC - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) 기본적으로 RpcMgmtSetComTimeout 사용 안 함 (호환성 문제가 해결될 수 있음) @@ -8285,41 +8310,41 @@ The process match level has a higher priority than the specificity and describes 액세스 격리 - + 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 이 명령은 박스 내용이 삭제되기 직전에 UNBOXED로 실행됩니다 @@ -8328,17 +8353,17 @@ The process match level has a higher priority than the specificity and describes 박스 삭제 시 - + 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. 여기서 다양한 박스 이벤트에 대해 자동으로 실행할 동작을 지정할 수 있습니다. @@ -8347,12 +8372,12 @@ The process match level has a higher priority than the specificity and describes 프로세스 숨기기 - + Add Process 프로세스 추가 - + Hide host processes from processes running in the sandbox. 샌드박스에서 실행 중인 프로세스에서 호스트 프로세스를 숨깁니다. @@ -8401,40 +8426,42 @@ The process match level has a higher priority than the specificity and describes 액세스 격리 - + Image Protection 이미지 보호 - + Issue message 1305 when a program tries to load a sandboxed dll 프로그램이 샌드박스된 dll을 로드하려고 할 때 1305 메시지 발생 - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox 호스트에 설치된 샌드박스 프로그램이 샌드박스에서 DLL을 로드하지 못하도록 방지 - + Dlls && Extensions Dll 및 확장자 - + Description 설명 - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - 샌드박스의 리소스 액세스 규칙은 샌드박스 내부에 있는 프로그램 이진 파일을 차별하는 경우가 많습니다. OpenFilePath 및 OpenKeyPath는 호스트에 기본적으로 있는 응용 프로그램 이진 파일에만 작동합니다. 이 제한이 없는 규칙을 정의하려면 OpenPipePath 또는 OpenConfPath를 사용해야 합니다. 마찬가지로 모두 닫힘 (파일|키|Ipc)예를 들어 ‘ClosedFilePath=! iexplore.exe,C:Users*'는 샌드박스 내에 있는 이진 파일의 경우 항상 닫혀 있습니다. 두 제한 정책 모두 "액세스 정책" 페이지에서 사용 불가능으로 설정할 수 있습니다. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + 샌드박스의 리소스 액세스 규칙은 샌드박스 내부에 있는 프로그램 이진 파일을 차별하는 경우가 많습니다. OpenFilePath 및 OpenKeyPath는 호스트에 기본적으로 있는 응용 프로그램 이진 파일에만 작동합니다. 이 제한이 없는 규칙을 정의하려면 OpenPipePath 또는 OpenConfPath를 사용해야 합니다. 마찬가지로 모두 닫힘 (파일|키|Ipc)예를 들어 ‘ClosedFilePath=! iexplore.exe,C:Users*'는 샌드박스 내에 있는 이진 파일의 경우 항상 닫혀 있습니다. 두 제한 정책 모두 "액세스 정책" 페이지에서 사용 불가능으로 설정할 수 있습니다. 이 작업은 샌드박스 내부의 악성 프로세스가 자신의 이름이 변경된 복사본을 생성하여 보호된 리소스에 액세스하는 것을 방지하기 위해 수행됩니다. 또 다른 공격 벡터는 라이브러리가 액세스할 수 있는 모든 항목에 액세스하기 위해 승인된 프로세스에 라이브러리를 주입하는 것입니다. 호스트 이미지 보호를 사용하면 샌드박스 내부에서 실행 중인 응용 프로그램 (호스트에 설치)이 샌드박스 자체에서 라이브러리를 로드하지 못하도록 차단하여 이러한 문제를 방지할 수 있습니다. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. Sandboxies 기능은 SbieDll.dll에 의해 시작할 때 각 샌드박스 프로세스에 로드될 수 있는 옵션 DLL을 사용하여 향상될 수 있습니다. 전역 설정의 애드온 관리자는 몇 가지 유용한 확장 기능을 제공합니다. 일단 설치되면 현재 박스에 대해 활성화할 수 있습니다. @@ -8470,42 +8497,42 @@ This is done to prevent rogue processes inside the sandbox from creating a renam 사용자 정의 Sandboxie 토큰을 사용하면 개별 Sandboxie를 서로 더 잘 분리할 수 있으며, 작업 관리자의 사용자 열에 프로세스가 속한 박스의 이름이 표시됩니다. 그러나 일부 타사 보안 솔루션에는 사용자 지정 토큰에 문제가 있을 수 있습니다. - + Create a new sandboxed token instead of stripping down the original token 원래 토큰을 제거하는 대신 새 샌드박스 토큰 생성 - + Program Control 프로그램 제어 - + Force Programs 강제 프로그램 - + Disable forced Process and Folder for this sandbox 이 샌드박스에 대해 강제 프로세스 및 폴더 사용 안 함 - + Force Children 강제 하위 - + Breakout Programs 탈옥 프로그램 - + Breakout Program 탈옥 프로그램 - + Breakout Folder 탈옥 폴더 @@ -8516,8 +8543,9 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - <a href="sbie://docs/boxencryption">박스 암호화</a>가 활성화되면 Disk Cryptor의 AES-XTS 구현을 사용하여 레지스트리 하이브를 포함한 박스의 루트 폴더가 암호화된 디스크 이미지에 저장됩니다. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + <a href="sbie://docs/boxencryption">박스 암호화</a>가 활성화되면 Disk Cryptor의 AES-XTS 구현을 사용하여 레지스트리 하이브를 포함한 박스의 루트 폴더가 암호화된 디스크 이미지에 저장됩니다. @@ -8602,7 +8630,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam 익명 토큰 대신 샌드박스 로그인 사용 - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. 여기에 입력된 프로그램은 시작할 때 이 박스에서 벗어날 수 있습니다. 다른 박스에 캡처할 수 있습니다. 예를 들어 웹 브라우저를 항상 전용 박스에 열도록 합니다. 이 기능을 설치하려면 올바른 후원자 인증서를 설치해야 합니다. @@ -8612,93 +8640,93 @@ This is done to prevent rogue processes inside the sandbox from creating a renam <b><font color='red'>보안 권고</font>:</b> <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> 및/또는 <a href="sbie://docs/breakoutprocess">BreakoutProcess</a>를 Open[파일/파이프]과 함께 사용하는 경로 지시어는 <a href="sbie://docs/breakoutdocument">BreakoutDocument</a>를 사용하여 * 또는 안전하지 않은 모든 확장자 (*.exe;*dll;*.ocx;*.cmd;*.bat;*lnk;*pif;url;*ps1; 등)를 허용할 수 있으므로 보안을 손상시킬 수 있습니다. 사용하기 전에 설명서의 각 옵션에 대한 보안 섹션을 검토하세요. - + Lingering Programs 남은 프로그램 - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. 남은 프로그램은 다른 모든 프로세스가 종료된 후에도 계속 실행 중인 경우 자동으로 종료됩니다. - + Leader Programs 대표 프로그램 - + If leader processes are defined, all others are treated as lingering processes. 대표 프로세스가 정의되어 있는 경우 다른 모든 프로세스는 계속 진행 중인 프로세스로 간주됩니다. - + Stop Options 중지 옵션 - + Use Linger Leniency 지연 시간 사용 - + Don't stop lingering processes with windows Windows에서 지속적인 프로세스 중지 - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. 이 설정은 사용자가 모르거나 동의하지 않은 상태에서 샌드박스에서 프로그램이 실행되는 것을 방지하는 데 사용될 수 있습니다. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. 외부 소스에서 샌드박스에서 프로세스를 시작하기 전에 팝업 경고 표시 - + Files 파일 - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. 파일, 폴더 및 파이프에 액세스할 수 있는 프로세스를 구성합니다. '열기' 액세스은 샌드박스 외부에 위치한 프로그램 이진 파일에만 적용되며, 대신 '모두 열기'를 사용하여 모든 프로그램에 적용하거나 정책 탭에서 이 동작을 변경할 수 있습니다. - + Registry 레지스트리 - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. 레지스트리에 액세스할 수 있는 프로세스를 구성합니다. '열기' 액세스은 샌드박스 외부에 위치한 프로그램 이진 파일에만 적용되며, 대신 '모두 열기'를 사용하여 모든 프로그램에 적용하거나 정책 탭에서 이 동작을 변경할 수 있습니다. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. ALPC 포트 및 기타 프로세스 메모리 및 컨텍스트와 같은 NT IPC 개체에 액세스할 수 있는 프로세스를 구성합니다. 프로세스를 지정하려면 '$:program.exe'를 경로로 사용합니다. - + Wnd - + Wnd Class 창 클래스 @@ -8708,97 +8736,97 @@ To specify a process use '$:program.exe' as path. Windows 등의 데스크탑 개체에 액세스스할 수 있는 프로세스를 구성합니다. - + COM COM - + Class Id 클래스 Id - + Configure which processes can access COM objects. COM 개체에 액세스할 수 있는 프로세스를 구성합니다. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) 가상화된 COM 사용 안 함, 호스트 COM 인프라에 대한 액세스 열기 (권장하지 않음) - + Access Policies 액세스 정책 - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. 닫기 적용...=!<프로그램>,... 또한 샌드박스에 있는 모든 이진 파일에 대한 규칙도 있습니다. - + Network Options 네트워크 옵션 - + Bypass IPs 우회 IP - + Other Options 기타 옵션 - + Port Blocking 포트 차단 - + Block common SAMBA ports 공통 SAMBA 포트 차단 - + Block DNS, UDP port 53 DNS, UDP 포트 53 차단 - + Quick Recovery 빠른 복구 - + Immediate Recovery 즉시 복구 - + Various Options 다양한 옵션 - + Apply ElevateCreateProcess Workaround (legacy behaviour) ElevateCreateProcess 해결 방법 적용 (레거시 동작) - + Use desktop object workaround for all processes 모든 프로세스에 대해 데스크톱 개체 해결 방법 사용 - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. 전역 단축키를 짧게 3번 누르면 이 예외가 무시됩니다. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. "모든 프로세스 종료"가 호출될 때 이 샌드박스가 종료되지 않도록 제외합니다. @@ -8807,38 +8835,38 @@ To specify a process use '$:program.exe' as path. 이 명령은 샌드박스의 모든 프로세스가 완료된 후에 실행됩니다. - + On Box Terminate 박스 종료 시 - + This command will be run before the box content will be deleted 박스 내용이 삭제되기 전에 이 명령이 실행됩니다 - + On File Recovery 파일 복구 시 - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked 이 명령은 파일을 복구하기 전에 실행되며 파일 경로가 첫 번째 인수로 전달됩니다. 이 명령이 0이 아닌 다른 것을 반환하는 경우 복구가 차단됩니다 - + Run File Checker 파일 검사 실행 - + On Delete Content 콘텐츠 삭제 시 - + Don't allow sandboxed processes to see processes running in other boxes 샌드박스 프로세스에서 다른 박스에서 실행 중인 프로세스 보기 허용 안 함 @@ -8849,7 +8877,7 @@ To specify a process use '$:program.exe' as path. - + Process 프로세스 @@ -8858,22 +8886,22 @@ To specify a process use '$:program.exe' as path. 이 샌드박스의 프로세스에 대한 읽기 액세스도 차단 - + Users 사용자 - + Restrict Resource Access monitor to administrators only 리소스 액세스 모니터를 관리자로만 제한 - + Add 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. @@ -8882,23 +8910,23 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to 참고: 샌드박스에 대한 강제 프로그램 및 강제 폴더 설정은 샌드박스를 사용할 수 없는 사용자 계정에는 적용되지 않습니다. - + Add Option 옵션 추가 - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. 여기서 호환성 향상 및/또는 샌드박스 동작을 사용자 정의하도록 고급 프로세스별 옵션을 구성할 수 있습니다. - + Option 옵션 - + Tracing 추적 @@ -8908,22 +8936,22 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to API 호출 추적 (Sbie 디렉터리에 LogAPI를 설치해야 함) - + Pipe Trace 파이프 추적 - + Log all SetError's to Trace log (creates a lot of output) 모든 SetError를 추적 로그에 기록 (많은 출력을 생성) - + 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 @@ -8946,42 +8974,42 @@ instead of "*". Ntdll syscall 추적 (많은 출력을 생성합니다) - + File Trace 파일 추적 - + Disable Resource Access Monitor 리소스 액세스 모니터 사용 안 함 - + IPC Trace IPC 추적 - + GUI Trace GUI 추적 - + Resource Access Monitor 리소스 액세스 모니터 - + Access Tracing 액세스 추적 - + COM Class Trace COM 클래스 추적 - + Key Trace 키 추적 @@ -8999,83 +9027,93 @@ instead of "*". - - + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + + Network Firewall 네트워크 방화벽 - + These commands are run UNBOXED after all processes in the sandbox have finished. 이러한 명령은 샌드박스의 모든 프로세스가 완료된 후 언박스 상태로 실행됩니다. - + Privacy 개인 정보 보호 - - Hide Firmware Informations - 펌웨어 정보 숨기기 + + Hide Firmware Information + Hide Firmware Informations + 펌웨어 정보 숨기기 - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. - 일부 프로그램은 일반적인 방법 대신 WMI (Windows 기본 제공 데이터베이스)를 통해 시스템 세부 정보를 읽습니다. 예를 들어, WMI에 액세스하여 "HideOtherBoxes"를 열어도 "tasklist.exe"는 전체 프로세스 목록을 가져올 수 있습니다. 이 옵션을 사용하여 더 무거운 것을 중지할 수 있습니다. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. + 일부 프로그램은 일반적인 방법 대신 WMI (Windows 기본 제공 데이터베이스)를 통해 시스템 세부 정보를 읽습니다. 예를 들어, WMI에 액세스하여 "HideOtherBoxes"를 열어도 "tasklist.exe"는 전체 프로세스 목록을 가져올 수 있습니다. 이 옵션을 사용하여 더 무거운 것을 중지할 수 있습니다. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - 샌드박스화된 프로세스가 WMI를 통해 시스템 세부 정보에 액세스하는 것을 방지합니다 (자세한 내용은 도구 설명 참조) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + 샌드박스화된 프로세스가 WMI를 통해 시스템 세부 정보에 액세스하는 것을 방지합니다 (자세한 내용은 도구 설명 참조) - + Process Hiding 프로세스 숨김 - + Use a custom Locale/LangID 사용자 지정 로케일/LangID 사용 - + Data Protection 데이터 보호 - - Dump the current Firmare Tables to HKCU\System\SbieCustom - 현재 펌웨어 테이블을 HKCU\System\SbieCustom에 덤프 + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom + 현재 펌웨어 테이블을 HKCU\System\SbieCustom에 덤프 - + Dump FW Tables FW 테이블 덤프 - + API call Trace (traces all SBIE hooks) API 호출 추적 (모든 SBIE 후크 추적) - + 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 앱 템플릿 @@ -9084,22 +9122,22 @@ instead of "*". 템플릿 호환성 - + Filter Categories 필터 범주 - + Text Filter 텍스트 필터 - + Add Template 템플릿 추가 - + This list contains a large amount of sandbox compatibility enhancing templates 이 목록에는 많은 양의 샌드박스 호환성 향상 템플릿이 포함되어 있습니다 @@ -9108,17 +9146,17 @@ instead of "*". 템플릿 제거 - + 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. @@ -9127,78 +9165,78 @@ Please note that this values are currently user specific and saved globally for 이 값은 현재 사용자마다 다르며 모든 박스에 대해 전역으로 저장됩니다. - - + + 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 화면 판독기: JAWS, NVDA, Window-Eyes, 시스템 액세스 - + DNS Filter DNS 필터 - + Add Filter 필터 추가 - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. DNS 필터를 사용하면 개별 도메인을 프로세스 단위로 차단할 수 있습니다. 차단하려면 IP 열을 비워 두거나 리디렉션할 IP를 입력하세요. - + Domain 도메인 - + Internet Proxy 인터넷 프록시 - + Add Proxy 프록시 추가 - + Test Proxy 프록시 테스트 - + Auth 인증 - + Login 로그인 - + Password 암호 - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. 샌드박스가 적용된 프로그램은 사전 설정된 SOCKS5 프록시를 사용하도록 강제할 수 있습니다. @@ -9208,12 +9246,12 @@ Please note that this values are currently user specific and saved globally for 관리자 사용자 계정만 이 샌드박스를 변경할 수 있습니다 - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. <b><font color='red'>보안 권고</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> 및/또는 <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> 를 Open[File/Pipe]경로 지시문과 함께 사용하면 보안이 손상될 수 있습니다. 사용하기 전에 문서에서 각 옵션에 대한 보안 섹션을 검토하세요. - + Resolve hostnames via proxy 프록시를 통해 호스트 이름 확인 @@ -9249,12 +9287,12 @@ Please note that this values are currently user specific and saved globally for 단일 프로세스 메모리 제한: - + Restart force process before they begin to execute 실행을 시작하기 전에 강제 실행 프로세스 다시 시작 - + Don't allow sandboxed processes to see processes running outside any boxes 샌드박스된 프로세스가 박스 외부에서 실행되는 프로세스를 볼 수 없도록 합니다 @@ -9269,48 +9307,48 @@ Please note that this values are currently user specific and saved globally for 일부 프로그램은 기존 방법을 사용하는 대신 내장된 Windows 데이터베이스인 WMI (Windows Management Instrumentation)를 통해 시스템 세부 정보를 검색합니다. 예를 들어, 'HideOtherBoxes'를 활성화한 경우에도 'tasklist.exe'는 전체 프로세스 목록에 액세스할 수 있습니다. 이러한 동작을 방지하려면 이 옵션을 활성화합니다. - + DNS Request Logging Dns Request Logging DNS 요청 로깅 - + Syscall Trace (creates a lot of output) Syscall 추적 (출력이 많이 생성됨) - + Templates 템플릿 - + Open Template 템플릿 열기 - + 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. 다음 설정은 내게 필요한 옵션 소프트웨어와 함께 Sandboxie를 사용할 수 있도록 합니다. 이러한 설정이 적용되면 일부 Sandboxie 보호 기능이 손실됩니다. - + Edit ini Section 이 섹션 편집 - + Edit ini ini 편집 - + Cancel 취소 - + Save 저장 @@ -9334,7 +9372,7 @@ Please note that this values are currently user specific and saved globally for QObject - + Drive %1 드라이브 %1 @@ -9342,27 +9380,27 @@ Please note that this values are currently user specific and saved globally for QPlatformTheme - + OK 확인 - + Apply 적용 - + Cancel 취소 - + &Yes 예(&Y) - + &No 아니오(&N) @@ -10061,8 +10099,9 @@ Please note that this values are currently user specific and saved globally for - Add ‘Set Force in Sandbox' to the context menu - 상황에 맞는 메뉴에 '샌드박스에서 강제 설정' 추가 + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu + 상황에 맞는 메뉴에 '샌드박스에서 강제 설정' 추가 diff --git a/SandboxiePlus/SandMan/sandman_nl.ts b/SandboxiePlus/SandMan/sandman_nl.ts index d1a2c694..eb94c3fe 100644 --- a/SandboxiePlus/SandMan/sandman_nl.ts +++ b/SandboxiePlus/SandMan/sandman_nl.ts @@ -1670,8 +1670,8 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + @@ -1722,7 +1722,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + @@ -1793,84 +1793,84 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: - - + + On Start Bij starten - - - - - + + + + + Run Command Opdracht uitvoeren - + Start Service Service starten - + On Init Bij initialisatie - + On File Recovery - + On Delete Content - + On Terminate - + Please enter a program file name to allow access to this sandbox - + Please enter a program file name to deny access to this sandbox - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -1879,11 +1879,11 @@ Note: The update check is often behind the latest GitHub release to ensure that Bij verwijderen - - - - - + + + + + Please enter the command line to be executed Voer de uit te voeren opdrachtregel in @@ -1892,12 +1892,12 @@ Note: The update check is often behind the latest GitHub release to ensure that Voer een programma-bestandsnaam in - + Deny - + %1 (%2) %1 (%2) @@ -2147,7 +2147,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Please enter a service identifier Een service-identifier invoeren @@ -2242,7 +2242,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Allow @@ -2925,22 +2925,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 Wachten op map: %1 - + Deleting folder: %1 Map verwijderen: %1 - + Merging folders: %1 &gt;&gt; %2 Mappen samenvoegen: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... Samenvoegen van snapshot afwerken... @@ -2948,7 +2948,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Uitgeschakeld @@ -2957,32 +2957,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, Leeg - + OPEN Root Access - + Application Compartment Toepassingscompartiment - + NOT SECURE NIET VEILIG - + Reduced Isolation Verminderde isolatie - + Enhanced Isolation Verbeterde isolatie - + Privacy Enhanced Verbeterde privacy @@ -2991,32 +2991,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API-log - + No INet (with Exceptions) - + No INet Geen INet - + Net Share Net share - + No Admin Geen admin - + Auto Delete - + Normal Normaal @@ -3025,7 +3025,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -3035,47 +3035,47 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + No Force Process - + Removed Shortcut: %1 - + Updated Shortcut to: %1 - + Added Shortcut to: %1 - + Auto removing sandbox %1 - + %1 Directory: %2 - + Application - + Installation - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3083,37 +3083,37 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - + Do you want the setup wizard to be omitted? - + Reset Columns Kolommen herstellen - + Copy Cell Cel kopiëren - + Copy Row Rij kopiëren - + Copy Panel Deelvenster kopiëren @@ -3408,7 +3408,7 @@ Please check if there is an update for sandboxie. - + About Sandboxie-Plus Over Sandboxie-Plus @@ -3437,7 +3437,7 @@ Please check if there is an update for sandboxie. - + Sandboxie-Plus Insider [%1] @@ -3645,11 +3645,11 @@ Wilt u het opruimen uitvoeren? - - - - - + + + + + Don't show this message again. Dit bericht niet meer weergeven @@ -3681,7 +3681,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Deze box verhindert de toegang tot alle gegevenslocaties van gebruikers, behalve wanneer dit expliciet is toegestaan in de opties voor brontoegang. - + Unknown operation '%1' requested via command line Onbekende bewerking '%1' gevraagd via opdrachtregel @@ -3701,17 +3701,17 @@ Deze box verhindert de toegang tot alle gegevenslocaties van gebruikers, behalve - + Executing OnBoxDelete: %1 OnBoxDelete uitvoeren: %1 - + Auto Deleting %1 Content - + Auto deleting content of %1 Inhoud van %1 automatisch verwijderen @@ -3720,19 +3720,19 @@ Deze box verhindert de toegang tot alle gegevenslocaties van gebruikers, behalve Inhoud van %1 automatisch verwijderen - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Fout - + Failed to stop all Sandboxie components Stoppen van alle Sadboxie-onderdelen mislukt - + Failed to start required Sandboxie components Starten van vereiste Sandboxie-onderdelen mislukt @@ -3745,12 +3745,12 @@ Deze box verhindert de toegang tot alle gegevenslocaties van gebruikers, behalve Wilt u controleren of er een nieuwe versie van Sandboxie-Plus is? - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Sommige compatibiliteitssjablonen (%1) ontbreken. Vermoedelijk verwijderd. Wilt u ze verwijderen uit alle boxen? - + Cleaned up removed templates... Verwijderde sjablonen opgeruimd... @@ -3763,7 +3763,7 @@ Deze box verhindert de toegang tot alle gegevenslocaties van gebruikers, behalve - 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 @@ -3772,12 +3772,12 @@ Ja zal %1 kiezen Nee zal %2 kiezen - + Default sandbox not found; creating: %1 Standaard sandbox niet gevonden; aanmaken: %1 - + - NOT connected - NIET verbonden @@ -3790,7 +3790,7 @@ Nee zal %2 kiezen %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> De geselecteerde functieset is alleen beschikbaar voor projectondersteuners. Processen die gestart zijn in een box met deze functieset ingeschakeld zonder ondersteunerscertificaat worden na 5 minuten beëindigd.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Word een projectondersteuner</a> en ontvang een <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">ondersteunerscertificaat</a> @@ -3846,22 +3846,22 @@ Nee zal %2 kiezen - + Only Administrators can change the config. Alleen administrators kunnen de config wijzigen. - + Please enter the configuration password. Voer het configuratiewachtwoord in - + Login Failed: %1 Aanmelden mislukt: %1 - + Do you want to terminate all processes in all sandboxes? Wilt u alle processen in alle sandboxen beëindigen? @@ -3870,107 +3870,107 @@ Nee zal %2 kiezen Alles beëindigen zonder vragen - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus is gestart in portable modus en moet de nodige services aanmaken. Dit zal om administratieve rechten vragen. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. LET OP: een andere agent (waarschijnlijk SbieCtrl.exe) beheert deze Sandboxie-sessie al. Sluit deze eerst en maak opnieuw verbinding om over te nemen. - + Executing maintenance operation, please wait... Onderhoudsbewerking uitvoeren. Even geduld... - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Wilt u ook de verborgen berichtvensters herstellen (ja) of alleen alle logberichten (nee)? - + The changes will be applied automatically whenever the file gets saved. De wijzigingen worden automatisch toegepast wanneer het bestand opgeslagen wordt. - + The changes will be applied automatically as soon as the editor is closed. De wijzigingen worden automatisch toegepast van zodra de editor gesloten wordt. - + Error Status: 0x%1 (%2) Foutstatus: 0x%1 (%2) - + Unknown Onbekend - + A sandbox must be emptied before it can be deleted. Een sandbox moet leeggemaakt worden voordat hij kan verwijderd worden. - + Failed to copy box data files Kopiëren van gegevensbestanden van box mislukt - + Failed to remove old box data files Verwijderen van oude gegevensbestanden van box mislukt - + Unknown Error Status: 0x%1 Onbekende foutstatus: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? - + Sandboxed - + Unsandboxed - + Case Sensitive - + RegExp - + Highlight - + Close Sluiten - + &Find ... - + All columns @@ -3992,7 +3992,7 @@ Nee zal %2 kiezen Sandboxie-Plus is een open source verderzetting van Sandboxie.<br />Bezoek <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> voor meer informatie.<br /><br />%3<br /><br />Driver-versie: %1<br />Functies: %2<br /><br />Pictogrammen van <a href="https://icons8.com">icons8.com</a> - + Administrator rights are required for this operation. Administratorrechten zijn nodig voor deze bewerking @@ -4005,52 +4005,52 @@ Nee zal %2 kiezen Installatiemap: %1 - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus versie %1 (%2) - + Current Config: %1 - + Data Directory: %1 Gegevensmap: %1 - + for Personal use - + - for Non-Commercial use ONLY - - - + + + (%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. Het programma %1 gestart in box %2 wordt over 5 minuten beëindigd omdat de box geconfigureerd was om functies te gebruiken die alleen beschikbaar zijn voor projectondersteuners. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. Box %1 is geconfigureerd om functies te gebruiken die uitsluitend beschikbaar zijn voor projectondersteuners. Deze voorinstellingen zullen worden genegeerd. - - - - + + + + <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">Word projectondersteuner</a> en ontvang een <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">ondersteunerscertificaat</a> @@ -4084,167 +4084,173 @@ Nee zal %2 kiezen - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + USB sandbox not found; creating: %1 - + Executing OnBoxTerminate: %1 - + Failed to configure hotkey %1, error: %2 - + The box %1 is configured to use features exclusively available to project supporters. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. - + The selected feature requires an <b>advanced</b> supporter certificate. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. - + The selected feature set is only available to project supporters.<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 certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! - + The Certificate Signature is invalid! - + The Certificate is not suitable for this product. - + The Certificate is node locked. - + The support certificate is not valid. Error: %1 - + The evaluation period has expired!!! The evaluation periode has expired!!! - - + + Don't ask in future - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? - + Please enter the duration, in seconds, for disabling Forced Programs rules. Geef de duur op, in seconden, voor het uitschakelen van regels voor geforceerde programma's. - + No Recovery - + No Messages - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. - + Maintenance operation failed (%1) Onderhoudsbewerking mislukt (%1) - + Maintenance operation completed - + In the Plus UI, this functionality has been integrated into the main sandbox list view. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4252,219 +4258,219 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Sandboxie config has been reloaded - + Failed to execute: %1 Uitvoeren mislukt: %1 - + Failed to connect to the driver Verbinden met de driver mislukt - + Failed to communicate with Sandboxie Service: %1 Communiceren met Sandboxie-service mislukt: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 Er is een incompatibele Sandboxie %1 gevonden. Compatibele versies: %2 - + Can't find Sandboxie installation path. Kan het Sandboxie-installatiepad niet vinden - + Failed to copy configuration from sandbox %1: %2 Configuratie kopiëren uit sandbox %1 mislukt: %2 - + A sandbox of the name %1 already exists Er bestaat al een sandbox met de naam %1 - + Failed to delete sandbox %1: %2 Verwijderen van sandbox %1 mislukt: %2 - + The sandbox name can not be longer than 32 characters. De sandbox-naam mag niet langer zijn dan 32 tekens. - + The sandbox name can not be a device name. De sandbox-naam mag geen apparaatnaam zijn. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. De sandbox-naam mag alleen letters, cijfers en underscores bevatten. Underscores worden als spaties weergegeven. - + Failed to terminate all processes Beëindigen van alle processen mislukt - + Delete protection is enabled for the sandbox Beveiliging tegen verwijdering is ingeschakeld voor de sandbox - + All sandbox processes must be stopped before the box content can be deleted Alle sandbox-processen moeten worden gestopt voordat de inhoud van de box kan worden verwijderd - + Error deleting sandbox folder: %1 Fout bij het verwijderen van de sandbox-map: %1 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. - + Failed to move directory '%1' to '%2' Verplaatsen van map '%1' naar '%2' mislukt - + Failed to move box image '%1' to '%2' - + This Snapshot operation can not be performed while processes are still running in the box. Deze snapshot-bewerking kan niet uitgevoerd worden terwijl processen actief zijn in de box. - + Failed to create directory for new snapshot Aanmaken van map voor nieuwe snapshot mislukt - + Snapshot not found Snapshot niet gevonden - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Fout bij samenvoegen van snapshot-map '%1' met '%2'. De snapshot is niet volledig samengevoegd. - + Failed to remove old snapshot directory '%1' Verwijderen van oude snapshot-map '%1' mislukt - + Can't remove a snapshot that is shared by multiple later snapshots Kan geen snapshot verwijderen die gedeeld is door meerdere latere snapshots - + You are not authorized to update configuration in section '%1' U hebt geen toestemming om de configuratie bij te werken in sectie '%1' - + Failed to set configuration setting %1 in section %2: %3 Instellen van configuratie-instelling %1 in sectie %2 mislukt: %3 - + Can not create snapshot of an empty sandbox Kan geen snapshot aanmaken van een lege sandbox - + A sandbox with that name already exists Er bestaat al een sandbox met die naam - + The config password must not be longer than 64 characters Het configuratiewachtwoord mag niet langer zijn dan 64 tekens - + The operation was canceled by the user De bewerking is geannuleerd door de gebruiker - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded - + Failed to create the box archive - + Failed to open the 7z archive - + Failed to unpack the box archive - + The selected 7z file is NOT a box archive - + Operation failed for %1 item(s). Bewerking mislukt voor %1 item(s). - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> @@ -4473,7 +4479,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Wilt u %1 openen in een gesandboxte (ja) of niet-gesandboxte (nee) webbrowser? - + Remember choice for later. Keuze onthouden voor later. @@ -4530,23 +4536,23 @@ This file is part of Sandboxie and all changed done to it will be reverted next <p>De nieuwe Sandboxie-Plus is naar de volgende locatie gedownload:</p><p><a href="%2">%1</a></p><p>Wilt u de installatie starten? Als er gesandboxte programma's draaien, worden die beëindigd.</p> - + The supporter certificate is not valid for this build, please get an updated certificate Het ondersteunerscertificaat is niet geldig voor deze build. Haal een bijgewerkt certificaat op - + The supporter certificate has expired%1, please get an updated certificate The supporter certificate is expired %1 days ago, please get an updated certificate Het ondersteunerscertificaat is vervallen%1. Haal een bijgewerkt certificaat op. - + , but it remains valid for the current build , maar het blijft geldig voor de huidige build - + The supporter certificate will expire in %1 days, please get an updated certificate Het ondersteunerscertificaat vervalt over %1 dagen. Haal een bijgewerkt certificaat op. @@ -4596,32 +4602,32 @@ This file is part of Sandboxie and all changed done to it will be reverted next Box-groep - + Empty Leeg - + Name Naam - + Process ID Proces-ID - + Status Status - + Title Titel - + Info @@ -4630,7 +4636,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next Starttijd - + Path / Command Line Pad/opdrachtregel @@ -4840,38 +4846,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count @@ -5369,14 +5375,14 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Don't show this message again. Dit bericht niet meer weergeven - + This Sandbox is empty. Deze sandbox is leeg. @@ -5428,12 +5434,22 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Please enter a new name for the Sandbox. Voer een nieuwe naam in voor de Sandbox. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? Wilt u de geselecteerde sandbox(en) echt verwijderen?<br /><br />Waarschuwing: de inhoud van de box wordt ook verwijderd! @@ -5443,70 +5459,70 @@ This file is part of Sandboxie and all changed done to it will be reverted next Inhoud van %1 verwijderen - + This Sandbox is already empty. De Sandbox is al leeg. - - + + Do you want to delete the content of the selected sandbox? Wilt u de inhoud van de geselecteerde sandbox verwijderen? - - + + Also delete all Snapshots Ook alle snapshots verwijderen - + Do you really want to delete the content of all selected sandboxes? Wilt u echt de inhoud van alle geselecteerde sandboxen verwijderen? - + Do you want to terminate all processes in the selected sandbox(es)? Wilt u alle processen in de geselecteerde sandbox(en) beëindigen? - - + + Terminate without asking Beëindigen zonder te vragen - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. - - + + Create Shortcut to sandbox %1 Snelkoppeling maken naar sandbox %1 - + Do you want to terminate %1? Do you want to %1 %2? Wilt u %2 %1? - + the selected processes de geselecteerde processen - + This box does not have Internet restrictions in place, do you want to enable them? Deze box heeft geen internetbeperkingen. Wilt u ze inschakelen? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Deze sandbox is uitgeschakeld. Wilt u hem inschakelen? @@ -7130,7 +7146,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the system from sandboxed processes Het systeem beschermen tegen gesandboxte processen @@ -7275,12 +7291,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an Afdrukbeperkingen - + Network restrictions Netwerkbeperkingen - + Block network files and folders, unless specifically opened. Netwerkbestanden en -mappen blokkeren, tenzij ze specifiek worden geopend. @@ -7296,18 +7312,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - + + + + + + + + + + + + Name Naam @@ -7324,63 +7340,63 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Verwijderen - + Program Control Programma-bediening - - - - - - - + + + + + + + Type Type - + Program Groups Programmagroepen - + Add Group Groep toevoegen - - - - - + + + + + Add Program Programma toevoegen @@ -7389,42 +7405,42 @@ If you are a great patreaon supporter already, sandboxie can check online for an Geforceerde programma's - + Force Folder Map forceren - - - + + + Path Pad - + Force Program Programma forceren - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Sjablonen weergeven @@ -7478,7 +7494,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Windows Credentials Store openen (gebruikersmodus) - + Prevent change to network and firewall parameters (user mode) Wijziging aan netwerk- en firewall-parameters voorkomen (gebruikersmodus) @@ -7488,18 +7504,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + 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. U kunt programma's samen groeperen en ze een groepsnaam geven. Programmagroepen kunnen gebruikt worden met een aantal instellingen in plaats van programma-namen. Groepen die gedefinieerd zijn voor de box overschrijven groepen die gedefinieerd zijn in sjablonen. - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Programma's die hier ingevoerd worden of programma's die gestart worden vanaf ingevoerde locaties zullen automatisch in deze sandbox gestoken worden tenzij ze expliciet gestart worden in een andere sandbox. - - + + Stop Behaviour Stop-gedrag @@ -7524,32 +7540,32 @@ If leader processes are defined, all others are treated as lingering processes.< Als leidende processen gedefinieerd zijn, worden alle andere als achterblijvende processen behandeld. - + Start Restrictions Start-beperkingen - + Issue message 1308 when a program fails to start Bericht 1308 weergeven wanneer een programma niet kan worden gestart - + Allow only selected programs to start in this sandbox. * Alleen geselecteerde programma's toestaan om in deze sandbox te starten. * - + Prevent selected programs from starting in this sandbox. Voorkomen dat geselecteerde programma's in deze sandbox starten. - + Allow all programs to start in this sandbox. Alle programma's toestaan om in deze sandbox te starten. - + * Note: Programs installed to this sandbox won't be able to start at all. *Opmerking: programma's die in deze sandbox geïnstalleerd zijn zullen helemaal niet kunnen starten. @@ -7558,32 +7574,32 @@ Als leidende processen gedefinieerd zijn, worden alle andere als achterblijvende Internetbeperkingen - + Process Restrictions Proces-beperkingen - + Issue message 1307 when a program is denied internet access Bericht 1307 weergeven wanneer een programma internettoegang geweigerd is - + Prompt user whether to allow an exemption from the blockade. Gebruiker vragen of een uitzondering van de blokkering toegestaan moet worden. - + Note: Programs installed to this sandbox won't be able to access the internet at all. Opmerking: programma's die in deze sandbox geïnstalleerd zijn zullen helemaal geen toegang krijgen tot het internet. - - - - - - + + + + + + Access Toegang @@ -7609,7 +7625,8 @@ Als leidende processen gedefinieerd zijn, worden alle andere als achterblijvende - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. @@ -7681,13 +7698,13 @@ Als leidende processen gedefinieerd zijn, worden alle andere als achterblijvende - + Move Up Omhoog verplaatsen - + Move Down Omlaag verplaatsen @@ -7748,54 +7765,56 @@ Als leidende processen gedefinieerd zijn, worden alle andere als achterblijvende - + Configure which processes can access Desktop objects like Windows and alike. - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. - + Image Protection - + Issue message 1305 when a program tries to load a sandboxed dll - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox - + Dlls && Extensions - + Description - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. @@ -7827,27 +7846,27 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + Force Programs - + Disable forced Process and Folder for this sandbox - + Breakout Programs - + Breakout Program - + Breakout Folder @@ -7896,13 +7915,13 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. @@ -7921,221 +7940,227 @@ This is done to prevent rogue processes inside the sandbox from creating a renam + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + Create a new sandboxed token instead of stripping down the original token - + Force Children - + Lingering Programs - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. - + Leader Programs - + If leader processes are defined, all others are treated as lingering processes. - + Stop Options - + Use Linger Leniency - + Don't stop lingering processes with windows - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. - + Files - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. - + Registry Register - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. - + IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. - + Wnd - + Wnd Class Wnd-klasse - + COM - + Class Id - + Configure which processes can access COM objects. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) - + Access Policies - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. - + Network Options - + Set network/internet access for unlisted processes: Netwerk-/internettoegang instellen processen die niet in de lijst zitten: - + Test Rules, Program: Testregels, programma: - + Port: Poort: - + IP: IP: - + Protocol: Protocol: - + X X - + Add Rule Regel toevoegen - - - - - - - - - + + + + + + + + + Program Programma - - + + Action Actie - - + + Port Poort - - - + + + IP IP - + Protocol 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. WAARSCHUWING: Windows Filtering Platform is niet ingeschakeld met de driver. Daardoor zullen deze regels alleen toegepast worden in gebruikersmodus en kunnen ze niet geforceerd worden! Dit betekent dat kwaadaardige toepassingen ze kunnen omzeilen. - + Resource Access Brontoegang @@ -8152,92 +8177,92 @@ You can use 'Open for All' instead to make it apply to all programs, o U kunt in plaats daarvan 'open voor iedereen' gebruiken om het op alle programma's van toepassing te laten zijn, of dit gedrag wijzigen in het tabblad Beleid. - + Add File/Folder Bestand/map toevoegen - + Add Wnd Class Wnd Class toevoegen - + Add IPC Path IPC-pad toevoegen - + Add Reg Key Reg Key toevoegen - + Add COM Object COM-object toevoegen - + Bypass IPs - + File Recovery Bestandsherstel - + Quick Recovery - + Add Folder Map toevoegen - + Immediate Recovery - + Ignore Extension Extensie negeren - + Ignore Folder Map negeren - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Inschakelen dat onmiddellijk herstel bestanden kan herstellen van zodra ze aangemaakt worden. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. U kunt mappen en bestandstypes (of bestandextensies) uitsluiten van onmiddellijk herstel. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Wanneer de snel-herstel-functie ingeroepen wordt, worden de volgende mappen gecontroleerd op gesandboxte inhoud. - + Advanced Options Geavanceerde opties - + Miscellaneous Diverse - + Don't alter window class names created by sandboxed programs Vensterklasse-namen aangemaakt door gesandboxte programma's niet wijzigen @@ -8253,7 +8278,7 @@ U kunt in plaats daarvan 'open voor iedereen' gebruiken om het op alle - + Protect the sandbox integrity itself Integriteit van de sandbox zelf beschermen @@ -8278,7 +8303,7 @@ U kunt in plaats daarvan 'open voor iedereen' gebruiken om het op alle Sandbox-isolatie - + Force usage of custom dummy Manifest files (legacy behaviour) Gebruik van aangepaste dummy-manifest-bestanden forceren (oud gedrag) @@ -8291,34 +8316,34 @@ U kunt in plaats daarvan 'open voor iedereen' gebruiken om het op alle Brontoegang-beleid - + 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. De regel-specificiteit is een maatstaf voor hoe goed een gegeven regel overeenkomt met een bepaald pad. Eenvoudig gezegd is de specificiteit de lengte van de tekens vanaf het begin van het pad tot en met de laatste overeenstemmende substring zonder wildcard. Een regel die alleen overeenstemt met bestandstypes zoals "*.tmp" zou de hoogste specificiteit hebben omdat hij altijd overeenstemt met het volledige bestandspad. Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificiteit en beschrijft hoe een regel van toepassing is op een gegeven proces. Regels die van toepassing zijn op procesnaam of groep hebben het sterkste overeenstemmingsniveau, gevolgd door het overeenstemmen door negatie (d.w.z. regels die van toepassing zijn op alle processen behalve het gegeven proces), terwijl de laagste overeenstemmingsniveaus globale overeenstemmingen hebben, d.w.z. regels die van toepassing zijn op gelijk welk proces. - + Prioritize rules based on their Specificity and Process Match Level Regels prioriteren op basis van hun specificiteit en procesovereenkomstniveau - + Privacy Mode, block file and registry access to all locations except the generic system ones Privacymodus, blokkeert de toegang tot bestanden en het register op alle locaties behalve de algemene systeemlocaties - + Access Mode Toegangmodus - + 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. Wanneer de privacymodus is ingeschakeld, kunnen gesandboxte processen alleen C:\Windows, C:\Program Files en delen van het HKLM-register lezen. Alle andere locaties hebben expliciete toegang nodig om leesbaar en/of schrijfbaar te zijn. In deze modus is regelspecificiteit altijd ingeschakeld. - + Rule Policies Regel-beleid @@ -8327,7 +8352,7 @@ Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificite Close...=!<program>,... regels ook toepassen op alle binaries die in de sandbox aanwezig zijn. - + Apply File and Key Open directives only to binaries located outside the sandbox. Bestand- en sleutel open directives alleen toepassen op binaries die zich buiten de sandbox bevinden. @@ -8342,8 +8367,8 @@ Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificite Alleen processen met rechten toegang geven tot de Service Control Manager - - + + Compatibility Compatibiliteit @@ -8357,7 +8382,7 @@ Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificite Gesandboxte processen aan job-objecten toevoegen (aanbevolen) - + Emulate sandboxed window station for all processes Gesandboxt venster station emuleren voor alle processen @@ -8374,8 +8399,9 @@ Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificite - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Beveiligingsisolatie door het gebruik van een zwaar beperkt procestoken is de primaire manier van Sandboxie om sandboxbeperkingen af te dwingen. Wanneer dit uitgeschakeld is, werkt de box in de toepassingscompartimentenmodus, d.w.z. hij biedt niet langer betrouwbare beveiliging, alleen eenvoudige toepassingscompartimentering. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Beveiligingsisolatie door het gebruik van een zwaar beperkt procestoken is de primaire manier van Sandboxie om sandboxbeperkingen af te dwingen. Wanneer dit uitgeschakeld is, werkt de box in de toepassingscompartimentenmodus, d.w.z. hij biedt niet langer betrouwbare beveiliging, alleen eenvoudige toepassingscompartimentering. @@ -8430,7 +8456,7 @@ Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificite COM/RPC - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Het gebruik van RpcMgmtSetComTimeout standaard uitschakelen (dit kan compatibiliteitsproblemen oplossen) @@ -8459,41 +8485,41 @@ Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificite Toegangsisolatie - + Triggers Triggers - + Event Gebeurtenis - - - - + + + + Run Command Opdracht uitvoeren - + Start Service Service starten - + These events are executed each time a box is started Deze gebeurtenissen worden uitgevoerd telkens wanneer een box wordt gestart - + On Box Start Bij starten van box - - + + These commands are run UNBOXED just before the box content is deleted Deze opdrachten worden NIET-GEBOXT uitgevoerd vlak voordat de inhoud van de box verwijderd wordt @@ -8502,17 +8528,17 @@ Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificite Bij verwijderen van box - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Deze opdrachten worden alleen uitgevoerd wanneer een box geïnitialiseerd wordt. Om ze opnieuw te laten uitvoeren, moet de inhoud van de box verwijderd worden. - + On Box Init Bij initialisatie van de box - + Here you can specify actions to be executed automatically on various box events. Hier kunt u aangeven welke acties automatisch moeten worden uitgevoerd bij diverse boxgebeurtenissen. @@ -8521,32 +8547,32 @@ Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificite Processen verbergen - + Add Process Processen toevoegen - + Hide host processes from processes running in the sandbox. Host-processen verbergen van processen die in de sandbox worden uitgevoerd. - + Don't allow sandboxed processes to see processes running in other boxes Gesandboxte processen niet toestaan om processen te zien die in andere boxen worden uitgevoerd - + Users Gebruikers - + Restrict Resource Access monitor to administrators only Brontoegang-monitor beperken tot alleen administrators - + Add User Gebruiker toevoegen @@ -8555,7 +8581,7 @@ Het proces-overeenstemmingsniveau heeft een hogere prioriteit dan de specificite Gebruiker verwijderen - + 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. @@ -8564,23 +8590,23 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Opmerking: Instellingen voor geforceerde programma's en geforceerde mappen voor een zandbak zijn niet van toepassing op gebruikersaccounts die de zandbak niet kunnen gebruiken. - + Add Option - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. - + Option - + Tracing Traceren @@ -8590,22 +8616,22 @@ Opmerking: Instellingen voor geforceerde programma's en geforceerde mappen API call trace (logapi moet geïnstalleerd zijn in de sbie-map) - + Pipe Trace Pipe-trace - + Log all SetError's to Trace log (creates a lot of output) Alle SetErrors loggen naar trace-log (maakt veel uitvoer aan) - + Log Debug Output to the Trace Log Debug-uitvoer naar de trace-log loggen - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8628,123 +8654,127 @@ in plaats van "*". Ntdll syscall Trace (maakt veel uitvoer aan) - + File Trace Bestand-trace - + Disable Resource Access Monitor Brontoegang-monitor uitschakelen - + IPC Trace IPC-trace - + GUI Trace GUI-trace - + Resource Access Monitor Brontoegang-monitor - + Access Tracing Toegang-tracing - + COM Class Trace COM Class trace - + Key Trace Key-trace - - + + Network Firewall Netwerk-firewall - + These commands are run UNBOXED after all processes in the sandbox have finished. - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + Syscall Trace (creates a lot of output) - + Debug Debug - + WARNING, these options can disable core security guarantees and break sandbox security!!! WAARSCHUWING, deze opties kunnen kernbeveiligingsgaranties uitschakelen en sandbox-beveiliging breken! - + These options are intended for debugging compatibility issues, please do not use them in production use. Deze opties zijn bedoeld voor het debuggen van compatibiliteitsproblemen, gebruik ze niet in productiegebruik. - + App Templates App-sjablonen @@ -8753,22 +8783,22 @@ in plaats van "*". Compatibiliteit-sjablonen - + Filter Categories Filter categorieën - + Text Filter Tekstfilter - + Add Template Sjabloon toevoegen - + This list contains a large amount of sandbox compatibility enhancing templates Deze lijst bevat een groot aantal sjablonen om sandbox-compatibiliteit te verbeteren @@ -8777,17 +8807,17 @@ in plaats van "*". Sjabloon verwijderen - + Category Categorie - + Template Folders Sjabloonmappen - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -8796,23 +8826,23 @@ Please note that this values are currently user specific and saved globally for Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden opgeslagen voor alle boxen. - - + + Value Waarde - + Accessibility Toegankelijkheid - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Om te compenseren voor de verloren bescherming, raadpleeg de "rechten ontnemen"-instellingenpagina in de beperking-instellingen-groep. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Schermlezers: JAWS, NVDA, Window-Eyes, System Access @@ -8822,43 +8852,43 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op - + Various Options - + Apply ElevateCreateProcess Workaround (legacy behaviour) - + Use desktop object workaround for all processes - + This command will be run before the box content will be deleted - + On File Recovery - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked - + Run File Checker - + On Delete Content @@ -8884,87 +8914,87 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op - + Process Proces - + Other Options - + Port Blocking - + Block common SAMBA ports - + DNS Filter - + Add Filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. - + Domain - + Internet Proxy - + Add Proxy - + Test Proxy - + Auth - + Login - + Password - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. - + Resolve hostnames via proxy - + Block DNS, UDP port 53 @@ -8996,62 +9026,62 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op - + Restart force process before they begin to execute - + On Box Terminate - + Don't allow sandboxed processes to see processes running outside any boxes - + API call Trace (traces all SBIE hooks) - + DNS Request Logging - + Templates - + Open Template - + 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. De volgende instellingen schakelen het gebruik van Sandboxie in combinatie met toegankelijkheidssoftware in. Merk op dat sommige beschermingsmaatregelen van Sandboxie noodzakelijk verloren gaan wanneer deze instellingen van toepassing zijn. - + Edit ini Section Ini-sectie bewerken - + Edit ini Ini bewerken - + Cancel Annuleren - + Save Opslaan @@ -9075,7 +9105,7 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op QObject - + Drive %1 Schijf %1 @@ -9083,27 +9113,27 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op QPlatformTheme - + OK Ok - + Apply Toepassen - + Cancel Annuleren - + &Yes Ja - + &No Nee @@ -9488,7 +9518,8 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_pl.ts b/SandboxiePlus/SandMan/sandman_pl.ts index 4b90b1da..6e094076 100644 --- a/SandboxiePlus/SandMan/sandman_pl.ts +++ b/SandboxiePlus/SandMan/sandman_pl.ts @@ -1683,74 +1683,74 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap Główny ipc piaskownicy - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: Dodaj opcję specjalną: - - + + On Start Uruchom Start - - - - - + + + + + Run Command Uruchom polecenie - + Start Service Uruchom usługę - + On Init Uruchom Init - + On File Recovery O odzyskiwaniu plików - + On Delete Content Uruchom, Usuń zawartość - + On Terminate - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -1759,31 +1759,31 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap Uruchom kasowanie - - - - - + + + + + Please enter the command line to be executed Wprowadź wiersz polecenia do wykonania - + Please enter a program file name to allow access to this sandbox Wprowadź nazwę pliku programu, aby zezwolić na dostęp do tej piaskownicy - + Please enter a program file name to deny access to this sandbox Wprowadź nazwę pliku programu, aby odmówić dostępu do tej piaskownicy - + Deny Odmowa - + %1 (%2) %1 (%2) @@ -2071,7 +2071,7 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap Programy (*.exe *.cmd);;Wszystkie pliki (*.*) - + Please enter a service identifier Proszę wpisać identyfikator usługi @@ -2317,8 +2317,8 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap - - + + @@ -2356,7 +2356,7 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap - + @@ -2552,7 +2552,7 @@ Wybierz folder, który zawiera ten plik. - + Allow @@ -3075,22 +3075,22 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni CSandBox - + Waiting for folder: %1 Oczekiwanie na folder: %1 - + Deleting folder: %1 Usuwanie folderu: %1 - + Merging folders: %1 &gt;&gt; %2 Scalanie folderów: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... Kończenie scalania migawek... @@ -3098,7 +3098,7 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni CSandBoxPlus - + Disabled Wyłączone @@ -3107,32 +3107,32 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni Puste - + OPEN Root Access OTWÓRZ dostęp do roota - + Application Compartment Komora aplikacji - + NOT SECURE NIE ZABEZPIECZONE - + Reduced Isolation Ograniczona izolacja - + Enhanced Isolation Wzmocniona izolacja - + Privacy Enhanced Ulepszona prywatność @@ -3141,32 +3141,32 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni Log API - + No INet (with Exceptions) Brak INet (z wyjątkami) - + No INet Bez INetu - + Net Share Bez dysków sieciowych - + No Admin Bez praw administracyjnych - + Auto Delete Auto-usuwanie - + Normal Normalna @@ -3175,7 +3175,7 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -3215,42 +3215,42 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni <a href="sbie://update/check" style="color: red;">Dostępna jest nowa aktualizacja Sandboxie-Plus v%1</a> - + Do you want the setup wizard to be omitted? Czy chcesz pominąć kreatora konfiguracji? - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? Czy chcesz otworzyć %1 w przeglądarce WWW w piaskownicy lub bez piaskownicy? - + Sandboxed W piaskownicy - + Unsandboxed Bez piaskownicy - + Reset Columns Zresetuj kolumny - + Copy Cell Skopiuj komórkę - + Copy Row Skopiuj linijkę - + Copy Panel Skopiuj wszystko @@ -3423,7 +3423,7 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni - + Sandboxie-Plus Insider [%1] Tester Sandboxie-Plus [%1] @@ -3702,47 +3702,47 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - Usuwanie zawartości piaskownicy - + Auto Deleting %1 Content Automatyczne Usuwanie %1 Zawartości - + Current Config: %1 Bieżąca konfiguracja: %1 - + 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> Wybrany zestaw funkcji jest dostępny tylko dla sponsorów projektu. Procesy rozpoczęte w boksie z włączonym zestawem funkcji bez certyfikatu wsparcia zostaną zakończone po 5 minutach.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get- cert">Zostań sponsorem</a> i otrzymaj <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certyfikat wsparcia</a> - + Please enter the duration, in seconds, for disabling Forced Programs rules. Proszę wpisać czas (w sekundach) wyłączenia reguł Programów wymuszonych. - + Error Status: 0x%1 (%2) Kod błędu: 0x%1 (%2) - + Unknown Nieznane - + Failed to copy box data files Błąd przy kopiowaniu plików danych boksu - + Failed to remove old box data files Błąd przy usuwaniu starych plików danych boksu - + Unknown Error Status: 0x%1 Nieznany kod błędu: 0x%1 @@ -3858,7 +3858,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - + About Sandboxie-Plus O Sandboxie-Plus @@ -3896,11 +3896,11 @@ Do you want to do the clean up? - - - - - + + + + + Don't show this message again. Nie pokazuj ponownie tej wiadomości. @@ -3911,103 +3911,109 @@ Do you want to do the clean up? - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + Unknown operation '%1' requested via command line Nieznana operacja '%1' zażądana z wiersza poleceń - + No Force Process Brak procesu wymuszania - + USB sandbox not found; creating: %1 Nie znaleziono piaskownicy USB; tworzenie: %1 - + Removed Shortcut: %1 Usunięty skrót: %1 - + Updated Shortcut to: %1 Zaktualizowano skrót do: %1 - + Added Shortcut to: %1 Dodany skrót: %1 - + Executing OnBoxTerminate: %1 - + Auto removing sandbox %1 Automatyczne usuwanie piaskownicy %1 - + %1 Directory: %2 %1 Katalog: %2 - + Application Aplikacja - + Installation Instalacja - + for Personal use do użytku osobistego - + - for Non-Commercial use ONLY - TYLKO do użytku niekomercyjnego - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -4015,116 +4021,116 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - + Failed to configure hotkey %1, error: %2 - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. Skrzynka %1 jest skonfigurowana do korzystania z funkcji dostępnych wyłącznie dla osób wspierających projekt. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. Skrzynka %1 jest skonfigurowana do korzystania z funkcji, które wymagają <b>zaawansowanego</b> certyfikatu wsparcia. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Uaktualnij swój certyfikat</a>, aby odblokować zaawansowane funkcje. - + The selected feature requires an <b>advanced</b> supporter certificate. Wybrana funkcja wymaga <b>zaawansowanego</b> certyfikatu wsparcia. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. - + The selected feature set is only available to project supporters.<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> Wybrany zestaw funkcji jest dostępny tylko dla osób wspierających projekt.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Zostań osobą wspierającą projekt</a > i otrzymaj <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certyfikat wsparcia</a> - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! Certyfikat, którego próbujesz użyć, został zablokowany, co oznacza, że został unieważniony z jakiegoś powodu. Każda próba jego użycia stanowi naruszenie warunków użytkowania! - + The Certificate Signature is invalid! The Certificate Signature is invalid! - + The Certificate is not suitable for this product. Certyfikat nie jest odpowiedni dla tego produktu. - + The Certificate is node locked. Certyfikat jest zablokowany w węźle. - + The support certificate is not valid. Error: %1 Certyfikat wsparcia jest nieważny. Błąd: %1 - + The evaluation period has expired!!! The evaluation periode has expired!!! Upłynął okres oceny! - - + + Don't ask in future Nie pytaj w przyszłości - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? Czy chcesz zakończyć wszystkie procesy w zaszyfrowanych piaskownicach i odmontować je? - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Błąd - + Failed to stop all Sandboxie components Błąd przy zatrzymywaniu komponentów Sandboxie - + Failed to start required Sandboxie components Błąd w inicjacji komponentów Sandboxie @@ -4141,17 +4147,17 @@ Błąd: %1 Katalog instalacji: %1 - + Sandboxie-Plus Version: %1 (%2) Wersja Sandboxie-Plus: %1 (%2) - + Data Directory: %1 Katalog danych: %1 - + Default sandbox not found; creating: %1 Domyślna piaskownica nie znaleziona, więc zostanie odtworzona: %1 @@ -4166,22 +4172,22 @@ Błąd: %1 Resetuj wszystkie opcje GUI - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Brakuje niektórych szablonów zgodności (%1), prawdopodobnie usunięto, czy chcesz je usunąć ze wszystkich boksów? - + Cleaned up removed templates... Wyczyszczono usunięte szablony… - + Executing OnBoxDelete: %1 Wykonywanie przy usuwaniu boksu: %1 - + Auto deleting content of %1 Automatyczne usuwanie zawartości %1 @@ -4198,7 +4204,7 @@ Błąd: %1 - przenośna - + 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 @@ -4207,25 +4213,25 @@ Tak, wybierze: %1 Nie, wybierze: %2 - + - NOT connected - NIE połączone - + 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. Program %1 uruchomiony w boksie %2 zostanie zakończony za 5 minut, ponieważ boks został skonfigurowanya do korzystania z funkcji dostępnych wyłącznie dla sponsorów projektu. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. Boks %1 jest skonfigurowany do używania funkcji dostępnych wyłącznie dla sponsorów projektu, te wstępne ustawienia będą ignorowane. - - - - + + + + <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">Zostań sponsorem projektu</a>, i otrzymaj <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certyfikat wsparcia</a> @@ -4296,17 +4302,17 @@ Nie, wybierze: %2 - + Only Administrators can change the config. Tylko administratorzy mogą zmieniać ustawienia piaskownicy. - + Please enter the configuration password. Proszę wpisać hasło konfiguracji. - + Login Failed: %1 Nieudane logowanie: %1 @@ -4328,7 +4334,7 @@ Nie, wybierze: %2 Importowanie: %1 - + Do you want to terminate all processes in all sandboxes? Czy chcesz zakończyć wszystkie procesy ww wszystkich piaskowniach? @@ -4337,62 +4343,62 @@ Nie, wybierze: %2 W przyszłości zakańczaj bez pytania - + No Recovery Brak odzyskiwania - + No Messages Brak wiadomości - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus został uruchomiony w trybie przenośnym i musi utworzyć niezbędne usługi. Spowoduje to wyświetlenie pytania o uprawnienia administracyjne. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. UWAGA: Inny agent (prawdopodobnie SbieCtrl.exe) już zarządza tą sesją Sandboxie, proszę go najpierw zamknąć i połączyć się ponownie, aby przejąć kontrolę. - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>BŁĄD:</b> Menedżer Sandboxie-Plus (SandMan.exe) nie ma prawidłowego podpisu (SandMan.exe.sig). Pobierz zaufaną wersję z <a href="https://sandboxie-plus.com/go.php?to=sbie-get">oficjalnej strony pobierania</a>. - + Maintenance operation failed (%1) Operacja konserwacji nie powiodła się (%1) - + Maintenance operation completed Zakończono operację konserwacji - + Executing maintenance operation, please wait... Wykonywanie operacji zarzadzania, proszę czekać… - + In the Plus UI, this functionality has been integrated into the main sandbox list view. W interfejsie SB+, funkcjonalność ta została zintegrowana z głównym widokiem listy piaskownicy. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Korzystając z menu kontekstowego boksu/grupy, możesz przenosić boksy i grupy do innych grup. Możesz także użyć przeciągania i upuszczania, aby przenosić elementy. Możesz także użyć klawiszy strzałek, przytrzymując klawisz ALT, aby przenosić elementy w górę iw dół w ramach ich grupy.<br />Możesz tworzyć nowe boksy i grupy z menu piaskownicy. - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Czy chcesz również zresetować ukrywany komunikat boksów (tak) czy tylko wszystkie komunikaty dziennika (nie)? - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4401,239 +4407,239 @@ This file is part of Sandboxie and all changed done to it will be reverted next Ten plik jest częścią Sandboxie i wszystkie zmiany w nim dokonane zostaną cofnięte przy następnej aktualizacji Sandboxie. - + The changes will be applied automatically whenever the file gets saved. Zmiany będą zastosowane automatycznie jak tylko plik zostanie zapisany. - + The changes will be applied automatically as soon as the editor is closed. Zmiany będą zastosowane automatycznie jak tylko edytor zostanie zakończony. - + Sandboxie config has been reloaded Konfiguracja piaskownicy została ponownie załadowana - + Administrator rights are required for this operation. Ta operacja wymaga uprawnień administratora. - + Failed to execute: %1 Błąd przy wykonywaniu: %1 - + Failed to connect to the driver Błąd przy połączeniu ze sterownikiem - + Failed to communicate with Sandboxie Service: %1 Błąd przy komunikacji z usługą: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 Znaleziono niekompatybilną piaskownicę %1. Kompatybilne wersje: %2 - + Can't find Sandboxie installation path. Nie można znaleźć ścieżki instalacji Sandboxie. - + Failed to copy configuration from sandbox %1: %2 Błąd przy kopiowaniu konfiguracji piaskownicy %1: %2 - + A sandbox of the name %1 already exists Piaskownica o nazwie %1 już istnieje - + Failed to delete sandbox %1: %2 Błąd przy usuwaniu piaskownicy %1: %2 - + The sandbox name can not be longer than 32 characters. Nazwy piaskownicy nie mogą być dłuższe niż 32 znaki. - + The sandbox name can not be a device name. Nazwy piaskownicy nie mogą być nazwami urządzeń. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. Nazwa piaskownicy może zawierać tylko litery, cyfry i podkreślenia, które są wyświetlane jako spacje. - + Failed to terminate all processes Błąd przy zakańczaniu wszystkich procesów - + Delete protection is enabled for the sandbox Ochrona przed usunięciem jest aktywna dla tej piaskownicy - + All sandbox processes must be stopped before the box content can be deleted Przed usunięciem zawartości skrzynki wszystkie procesy piaskownicy muszą zostać zatrzymane - + Error deleting sandbox folder: %1 Błąd usuwania foldera piaskownicy: %1 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. Wszystkie procesy w piaskownicy muszą zostać zatrzymane przed zmianą jej nazwy. - + A sandbox must be emptied before it can be deleted. Przed usunięciem piaskownicy należy ją opróżnić. - + Failed to move directory '%1' to '%2' Błąd przy przenoszeniu foldera %1 do %2 - + Failed to move box image '%1' to '%2' Nie udało się przenieść obrazu skrzynki '%1' do '%2' - + This Snapshot operation can not be performed while processes are still running in the box. Tej operacji migawki nie można wykonać, gdy procesy są nadal uruchomione w boksie. - + Failed to create directory for new snapshot Błąd przy tworzeniu foldera dla nowej migawki - + Snapshot not found Nie znaleziono migawki - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Błąd podczas łączenia katalogów migawek „%1” z „%2”, migawka nie została w pełni scalona. - + Failed to remove old snapshot directory '%1' Błąd przy usuwaniu starego foldera migawki '%1' - + Can't remove a snapshot that is shared by multiple later snapshots Nie można usunąć migawki, która jest używana przez inne migawki - + You are not authorized to update configuration in section '%1' Brak autoryzacji do zmian konfiguracji w tej sekcji '%1' - + Failed to set configuration setting %1 in section %2: %3 Błąd przy zmianie ustawienia %1 w sekcji %2: %3 - + Can not create snapshot of an empty sandbox Nie można utworzyć migawki pustej piaskownicy - + A sandbox with that name already exists Piaskownica o tej nazwie już istnieje - + The config password must not be longer than 64 characters Hasło konfiguracyjne nie może być dłuższe niż 64 znaki - + The operation was canceled by the user Operacja została anulowana przez użytkownika - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted Zawartość niezamontowanej piaskownicy nie może zostać usunięta - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded Import/Export nie jest dostępny, 7z.dll nie może być załadowany - + Failed to create the box archive Nie udało się utworzyć archiwum boksu - + Failed to open the 7z archive Nie udało się otworzyć archiwum 7z - + Failed to unpack the box archive Nie udało się rozpakować archiwum boksu - + The selected 7z file is NOT a box archive Wybrany plik 7z NIE jest archiwum boksu - + Operation failed for %1 item(s). Błąd przy wykonywaniu %1 operacji. - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> @@ -4642,38 +4648,38 @@ Ten plik jest częścią Sandboxie i wszystkie zmiany w nim dokonane zostaną co Czy przeglądarka WWW z %1 ma być otwarta w piaskownicy (tak), czy poza piaskownicą (nie)? - + Remember choice for later. Zapamiętaj wybór na później. - + Case Sensitive I don't know what it's for - + RegExp - + Highlight Podkreśl - + Close Zamknij - + &Find ... &Znajdź... - + All columns Wszystkie kolumny @@ -4738,22 +4744,22 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap <p>Nowa wersja Sandboxie-Plus zostanie pobrana z:</p><p><a href="%2">%1</a></p><p>Czy chcesz rozpocząć instalację? Jeśli jakieś programy działają w trybie piaskownicy, zostaną zakończone.</p> - + The supporter certificate is not valid for this build, please get an updated certificate Certyfikat wsparcia jest nieważny dla tej kompilacji, proszę o zaktualizowanie certyfikatu - + The supporter certificate has expired%1, please get an updated certificate %1Wygasł certyfikat wsparcia, proszę o zaktualizowanie certyfikatu - + , but it remains valid for the current build , ale zachowuje ważność dla obecnej kompilacji - + The supporter certificate will expire in %1 days, please get an updated certificate Certyfikat wsparcia wygaśnie za %1 dni, proszę o zaktualizowanie certyfikatu @@ -4803,32 +4809,32 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap Grupy piaskownic - + Empty Puste - + Name Nazwa - + Process ID Identyfikator procesu - + Status Status - + Title Tytuł okna - + Info Info @@ -4837,7 +4843,7 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap Czas startu - + Path / Command Line Ścieżka / wiersz poleceń @@ -5048,38 +5054,38 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap CSbieTemplatesEx - + Failed to initialize COM Nie udało się zainicjować COM - + Failed to create update session Nie udało się utworzyć sesji aktualizacji - + Failed to create update searcher Nie udało się utworzyć wyszukiwarki aktualizacji - + Failed to set search options Nie udało się ustawić opcji wyszukiwania - + Failed to enumerate installed Windows updates Failed to search for updates Nie udało się wyszukać aktualizacji - + Failed to retrieve update list from search result Nie udało się pobrać listy aktualizacji z wyniku wyszukiwania - + Failed to get update count Nie udało się pobrać liczby aktualizacji @@ -5585,14 +5591,14 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap - + Don't show this message again. Nie pokazuj ponownie tej wiadomości. - + This Sandbox is empty. Ta piaskownice jest pusta. @@ -5644,12 +5650,22 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap Eksportowanie: %1 - + Please enter a new name for the Sandbox. Proszę wpisać nową nazwę dla piaskownicy. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Czy na pewno chcesz skasować wybraną(-e) piaskownicę(-e)?<br /><br />Ostrzeżenie: Zawartość boksu również zostanie usunięta! @@ -5658,70 +5674,70 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap Usuwanie %1 zawartości - + This Sandbox is already empty. Ta piaskownica jest już pusta. - - + + Do you want to delete the content of the selected sandbox? Czy chcesz skasować zawartość wybranej piaskownicy? - - + + Also delete all Snapshots Skasuj również wszystkie migawki - + Do you really want to delete the content of all selected sandboxes? Czy na pewno chcesz skasować zawartość wszystkich wybranych piaskownic? - + Do you want to terminate all processes in the selected sandbox(es)? Czy chcesz zakończyć wszystkie procesy w wybranych piaskowniach? - - + + Terminate without asking Zakończ bez pytania - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Pojawi się teraz Menu Startowe Sandboxie. Wybierz aplikację z menu, a Sandboxie utworzy na pulpicie ikonę nowego skrótu, za pomocą której będziesz mógł wywołać wybraną aplikację pod nadzorem Sandboxie. - - + + Create Shortcut to sandbox %1 Utwórz skrót do piaskownicy %1 - + Do you want to terminate %1? Do you want to %1 %2? Czy chcesz zakończyć %1? - + the selected processes wybrane procesy - + This box does not have Internet restrictions in place, do you want to enable them? Ten boks nie ma aktualnie ograniczonego dostępu do Internetu, czy chcesz go włączyć? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Ta piaskownica jest wyłączona, czy chcesz ją teraz włączyć? @@ -7394,7 +7410,7 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić - + Block network files and folders, unless specifically opened. Zablokuj dostęp do dysków sieciowych, chyba że specjalnie dopuszczone. @@ -7424,7 +7440,7 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić - + Protect the system from sandboxed processes Chroń system przed programami w piaskownicy @@ -7450,18 +7466,18 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić - - - - - - - - - - - - + + + + + + + + + + + + Name Nazwa @@ -7478,28 +7494,28 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Usuń @@ -7556,7 +7572,7 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić Spraw, by aplikacje uznały, że działają z podwyższonym poziomem uprawnień (umożliwia bezpieczne uruchamianie instalatorów) - + Network restrictions Ograniczenia sieciowe @@ -7608,13 +7624,13 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić Tutaj możesz określić programy i / lub usługi, które mają być automatycznie uruchamiane w piaskownicy po jej aktywacji - - - - - - - + + + + + + + Type Typ @@ -7623,21 +7639,21 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić Dodaj usługę - + Program Groups Grupy programów - + Add Group Dodaj grupę - - - - - + + + + + Add Program Dodaj Program @@ -7646,42 +7662,42 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić Programy wymuszone - + Force Folder Wymuś folder - - - + + + Path Ścieżka - + Force Program Wymuś program - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Pokaż szablony @@ -7739,7 +7755,7 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić Otwórz Windows Credentials Store (tryb użytkownika) - + Prevent change to network and firewall parameters (user mode) Zapobiegaj zmianom parametrów sieci i zapory (tryb użytkownika) @@ -7748,18 +7764,18 @@ Jeśli jesteś już Wielkim Wspierającym na Patreon, Sandboxie może sprawdzić Program/Usługa - + 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. Możesz pogrupować programy i nadać im nazwę grupy. Grupy programów mogą być używane z niektórymi ustawieniami zamiast nazw programów. Grupy zdefiniowane dla boksu zastępują grupy zdefiniowane w szablonach. - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Programy wprowadzone tutaj lub programy uruchomione z wprowadzonych lokalizacji zostaną automatycznie umieszczone w tej piaskownicy, chyba że zostaną wyraźnie uruchomione w innej piaskownicy. - - + + Stop Behaviour Zatrzymaj Zachowywania @@ -7784,32 +7800,32 @@ If leader processes are defined, all others are treated as lingering processes.< Jeśli zdefiniowane są procesy wiodące, wszystkie inne są traktowane jako procesy oczekujące. - + Start Restrictions Ograniczenia wykonania - + Issue message 1308 when a program fails to start Pokaż wiadomość 1308, gdy program nie może uruchomić się - + Allow only selected programs to start in this sandbox. * Pozwól tylko wybranym programom uruchamiać się w tej piaskownicy.* - + Prevent selected programs from starting in this sandbox. Zapobiegaj uruchamianiu wybranych programów w tej piaskownicy. - + Allow all programs to start in this sandbox. Pozwól wszystkim programom uruchamiać się w tej piaskownicy. - + * Note: Programs installed to this sandbox won't be able to start at all. * Uwaga: programy zainstalowane w tej piaskownicy w ogóle nie będą mogły się uruchomić. @@ -7818,121 +7834,121 @@ Jeśli zdefiniowane są procesy wiodące, wszystkie inne są traktowane jako pro Ograniczenia internetowe - + Process Restrictions Ograniczenia procesu - + Issue message 1307 when a program is denied internet access Pokaż wiadomość 1307, gdy programowi odmówiono dostępu do Internetu - + Note: Programs installed to this sandbox won't be able to access the internet at all. * Programy zainstalowane w piaskownicy nie będą mogły używać Internetu. - + Prompt user whether to allow an exemption from the blockade. Zapytaj użytkownika o pozwolenie dostępu do Internetu. - + Resource Access Dostęp do zasobów - - - - - - - - - + + + + + + + + + Program Program - - - - - - + + + + + + Access Dostęp - + Add Reg Key Dodaj klucz rejestru - + Add File/Folder Dodaj plik/folder - + Add Wnd Class Dodaj klasę okna - + Add COM Object Dodaj objekt COM - + Add IPC Path Dodaj ścieżkę IPC - + File Recovery Przywracanie plików - + Add Folder Dodaj folder - + Ignore Extension Ignoruj rozszerzenie pliku - + Ignore Folder Ignoruj folder - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Włącz monit Natychmiastowego Przywracania, aby móc odzyskać pliki zaraz po ich utworzeniu. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Możesz wykluczyć foldery i typy plików (lub rozszerzenia plików) z Natychmiastowego Odzyskiwania. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Po wywołaniu funkcji szybkiego odzyskiwania następujące foldery zostaną sprawdzone pod kątem zawartości w piaskownicy. - + Advanced Options Opcje zaawansowane - + Miscellaneous Różne @@ -7948,7 +7964,7 @@ Jeśli zdefiniowane są procesy wiodące, wszystkie inne są traktowane jako pro - + Protect the sandbox integrity itself Chroń integralność piaskownicy @@ -7957,7 +7973,7 @@ Jeśli zdefiniowane są procesy wiodące, wszystkie inne są traktowane jako pro Izolacja piaskownicy - + Don't alter window class names created by sandboxed programs Nie zmieniaj nazw klas okien w piaskownicy @@ -7982,13 +7998,13 @@ Jeśli zdefiniowane są procesy wiodące, wszystkie inne są traktowane jako pro Dodaj procesy w piaskownicy do obiektów zadań (zalecane) - + Force usage of custom dummy Manifest files (legacy behaviour) Wymuś użycie niestandardowych fałszywych plików manifestu (zachowanie starszego typu) - - + + Compatibility Zgodność @@ -8009,62 +8025,63 @@ Jeśli zdefiniowane są procesy wiodące, wszystkie inne są traktowane jako pro Ukryj procesy - + Add Process Dodaj proces - + Hide host processes from processes running in the sandbox. Ukryj procesy hosta piaskownicy przed procesami działającymi w piaskownicy. - + Don't allow sandboxed processes to see processes running in other boxes Nie zezwalaj procesom w trybie piaskownicy widzieć procesów działających w innych boksach - + These commands are run UNBOXED after all processes in the sandbox have finished. - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + Users Użytkownicy - + Restrict Resource Access monitor to administrators only Ogranicz dostęp do monitora dostępu do zasobów tylko dla administratorów - + Add User Dodaj użytkownika @@ -8073,7 +8090,7 @@ Jeśli zdefiniowane są procesy wiodące, wszystkie inne są traktowane jako pro Usuń użytkownika - + 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. @@ -8082,47 +8099,47 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Uwaga: ustawienia Wymuszonych Programów i Wymuszania Folderów dla piaskownicy nie mają zastosowania do kont użytkowników, które nie mogą korzystać z piaskownicy. - + Tracing Śledzenie - + GUI Trace Śledzenie GUI - + IPC Trace Śledzenie IPC - + Pipe Trace Śledzenie pipe - + Access Tracing Śledzenie dostępów - + Log Debug Output to the Trace Log Rejestruj dane wyjściowe debugowania w dzienniku śledzenia - + File Trace Śledzenie plikow - + Key Trace Śledzenie kluczy - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8141,12 +8158,12 @@ Możesz dostosować rejestrowanie za pomocą ini, określając zamiast "*". - + COM Class Trace Śledzenie klas COM - + Emulate sandboxed window station for all processes Emuluj piaskownicę dla wszystkich procesów @@ -8160,38 +8177,38 @@ zamiast "*". Izolacja dostępu - + Apply ElevateCreateProcess Workaround (legacy behaviour) Zastosuj obejście ElevateCreateProcess (starsze zachowanie) - + Use desktop object workaround for all processes Użyj obejścia dla obiektów pulpitu dla wszystkich procesów - + This command will be run before the box content will be deleted To polecenie zostanie uruchomione zanim zawartość boksu zostanie usunięta - + On File Recovery O odzyskiwaniu plików - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked To polecenie zostanie uruchomione przed odzyskaniem pliku i ścieżka do pliku zostanie przekazana jako pierwszy argument, jeśli to polecenie zwrócić coś innego niż 0 odzyskanie zostanie zablokowane - + Run File Checker Uruchom sprawdzanie plików - + On Delete Content Uruchom, Usuń zawartość @@ -8202,7 +8219,7 @@ zamiast "*". - + Process Proces @@ -8211,7 +8228,7 @@ zamiast "*". Zablokuj również dostęp do odczytu procesów w tej piaskownicy - + Add Option Dodaj opcję @@ -8220,7 +8237,7 @@ zamiast "*". Tutaj możesz skonfigurować zaawansowane opcje dla każdego procesu, aby poprawić kompatybilność i/lub dostosować zachowanie piaskownicy. - + Option Opcja @@ -8230,7 +8247,7 @@ zamiast "*". Śledzenie wywołań API (wymaga zainstalowania logapi w katalogu sbie) - + Log all SetError's to Trace log (creates a lot of output) Rejestruj wszystkie błędy SetError do dziennika śledzenia (tworzy dużo danych wyjściowych) @@ -8239,28 +8256,28 @@ zamiast "*". Śledzenie Ntdll syscall (tworzy dużo danych wyjściowych) - + DNS Request Logging Dns Request Logging Rejestrowanie żądań DNS - + Debug Debug - + WARNING, these options can disable core security guarantees and break sandbox security!!! UWAGA, te opcje mogą wyłączyć podstawowe gwarancje bezpieczeństwa i złamać zabezpieczenia sandboxa! - + These options are intended for debugging compatibility issues, please do not use them in production use. Te opcje są przeznaczone do debugowania problemów z kompatybilnością, proszę nie używać ich w zastosowaniach produkcyjnych. - + App Templates Dodaj szablony @@ -8269,17 +8286,17 @@ zamiast "*". Szablony zgodności - + Filter Categories Filtruj kategorie - + Text Filter Filtruj text - + Add Template Dodaj szablon @@ -8288,42 +8305,42 @@ zamiast "*". Usuń szablon - + Category Kategoria - + This list contains a large amount of sandbox compatibility enhancing templates Ta lista zawiera dużą ilość szablonów poprawiających kompatybilność z piaskownicą - + Set network/internet access for unlisted processes: Ustawienie dostępu do sieci/internetu dla procesów niewymienionych na liście: - + Test Rules, Program: Zasady testowania, program: - + Port: Port: - + IP: IP: - + Protocol: Protokół: - + X X @@ -8372,36 +8389,38 @@ zamiast "*". Izolacja dostępu - + Image Protection Ochrona obrazu - + Issue message 1305 when a program tries to load a sandboxed dll Problem z komunikatem 1305, gdy program próbuje załadować bibliotekę DLL w trybie piaskownicy - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox Zapobieganie ładowaniu dll'ów z piaskownicy przez programy zainstalowane na hoście - + Dlls && Extensions Dll-e && Rozszerzenia - + Description Opis - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Zasady dostępu do zasobów Sandboxa często dyskryminują binarki programów znajdujących się wewnątrz piaskownicy. OpenFilePath i OpenKeyPath działają tylko dla binarek aplikacji znajdujących się natywnie na hoście. Aby zdefiniować regułę bez tego ograniczenia, należy użyć OpenPipePath lub OpenConfPath. Podobnie, wszystkie dyrektywy Closed(File|Key|Ipc)Path, które są zdefiniowane przez negację np. 'ClosedFilePath=! iexplore.exe,C:Users*' będą zawsze zamknięte dla binariów znajdujących się wewnątrz sandboxa. Obie polityki ograniczeń mogą być wyłączone na stronie "Zasady dostępu". + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Zasady dostępu do zasobów Sandboxa często dyskryminują binarki programów znajdujących się wewnątrz piaskownicy. OpenFilePath i OpenKeyPath działają tylko dla binarek aplikacji znajdujących się natywnie na hoście. Aby zdefiniować regułę bez tego ograniczenia, należy użyć OpenPipePath lub OpenConfPath. Podobnie, wszystkie dyrektywy Closed(File|Key|Ipc)Path, które są zdefiniowane przez negację np. 'ClosedFilePath=! iexplore.exe,C:Users*' będą zawsze zamknięte dla binariów znajdujących się wewnątrz sandboxa. Obie polityki ograniczeń mogą być wyłączone na stronie "Zasady dostępu". Ma to zapobiec tworzeniu przez nieuczciwe procesy wewnątrz piaskownicy kopii o zmienionej nazwie i uzyskiwaniu dostępu do chronionych zasobów. Innym wektorem exploitów jest wstrzyknięcie biblioteki do autoryzowanego procesu w celu uzyskania dostępu do wszystkiego, do czego ma dostęp. Dzięki Host Image Protection można temu zapobiec, blokując aplikacjom (zainstalowanym na hoście) działającym wewnątrz piaskownicy możliwość ładowania bibliotek z samej piaskownicy. @@ -8439,32 +8458,32 @@ Ma to zapobiec tworzeniu przez nieuczciwe procesy wewnątrz piaskownicy kopii o Użycie niestandardowego tokena sandboxie pozwala na lepsze odizolowanie poszczególnych sandboxów od siebie, a także pokazuje w kolumnie użytkownika w menedżerach zadań nazwę sandboxa, do którego należy dany proces. Niektóre rozwiązania bezpieczeństwa firm trzecich mogą jednak mieć problemy z niestandardowymi tokenami. - + Program Control Kontrola programu - + Force Programs Wymuś programy - + Disable forced Process and Folder for this sandbox Wyłącz wymuszanie procesów i folderów dla tej piaskownicy - + Breakout Programs Programy przerywane - + Breakout Program Program wyrwany - + Breakout Folder Folder wyrwany @@ -8475,8 +8494,9 @@ Ma to zapobiec tworzeniu przez nieuczciwe procesy wewnątrz piaskownicy kopii o - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - Gdy włączone jest <a href="sbie://docs/boxencryption">Szyfrowanie boksu</a>, folder główny boksu, w tym gałąź rejestru, jest przechowywany w zaszyfrowanym obrazie dysku przy użyciu <a href="https:/ /diskcryptor.org">Disk Cryptor's</a> Implementacja AES-XTS. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + Gdy włączone jest <a href="sbie://docs/boxencryption">Szyfrowanie boksu</a>, folder główny boksu, w tym gałąź rejestru, jest przechowywany w zaszyfrowanym obrazie dysku przy użyciu <a href="https:/ /diskcryptor.org">Disk Cryptor's</a> Implementacja AES-XTS. @@ -8551,7 +8571,7 @@ Ma to zapobiec tworzeniu przez nieuczciwe procesy wewnątrz piaskownicy kopii o Użyj loginu Sandboxie zamiast anonimowego tokena - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. Programy wpisane tutaj będą mogły wyrwać się z tego boksu po uruchomieniu, możesz je przechwycić do innego boksu. Na przykład, aby przeglądarka internetowa była zawsze otwarta w dedykowanym boksie. Ta funkcja wymaga zainstalowania ważnego certyfikatu wsparcia. @@ -8561,83 +8581,83 @@ Ma to zapobiec tworzeniu przez nieuczciwe procesy wewnątrz piaskownicy kopii o <b><font color='red'>PRZESTROGA DOTYCZĄCA BEZPIECZEŃSTWA</font>:</b> Using <a href="sbie://docs/breakoutfolder"> Używanie Breakout Folder</a> i/lub <a href="sbie://docs/breakoutprocess">Breakout Process</a> w połączeniu z dyrektywami Open[File/Pipe]Path może naruszyć bezpieczeństwo, podobnie jak użycie <a href="sbie://docs/breakoutdocument">Breakout Document</a> pozwalającego na dowolne * lub niezabezpieczone (*.exe;*.dll;*.ocx;*.cmd;*.bat;*.lnk;*.pif;*.url;*.ps1;itp...) rozszerzenia. Przed użyciem należy zapoznać się z sekcją bezpieczeństwa dla każdej opcji w dokumentacji. - + Lingering Programs Długotrwałe programy - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Długotrwałe programy zostaną automatycznie zakończone, jeśli nadal działają po zakończeniu wszystkich innych procesów. - + Leader Programs Programy wiodące - + If leader processes are defined, all others are treated as lingering processes. Jeśli zdefiniowane są procesy wiodące, wszystkie inne są traktowane jako procesy długotrwałe. - + Stop Options - + Use Linger Leniency - + Don't stop lingering processes with windows - + Files Pliki - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Skonfiguruj, które procesy mogą uzyskiwać dostęp do plików, folderów i potoków. Dostęp „Otwarty” dotyczy tylko plików binarnych programu znajdujących się poza piaskownicą, możesz zamiast tego użyć „Otwórz dla wszystkich”, aby zastosować go do wszystkich programów, lub zmienić to zachowanie na karcie Zasady. - + Registry Rejestr Systemu - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Skonfiguruj, które procesy mogą uzyskiwać dostęp do Rejestru. Dostęp „Otwarty” dotyczy tylko plików binarnych programu znajdujących się poza piaskownicą, możesz zamiast tego użyć „Otwórz dla wszystkich”, aby zastosować go do wszystkich programów, lub zmienić to zachowanie na karcie Zasady. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Skonfiguruj, które procesy mogą uzyskiwać dostęp do obiektów NT IPC, takich jak porty ALPC oraz pamięć i kontekst innych procesów. Aby określić proces, użyj jako ścieżki '$:program.exe'. - + Wnd Wnd - + Wnd Class Klasa Okna @@ -8647,50 +8667,50 @@ Aby określić proces, użyj jako ścieżki '$:program.exe'.Skonfiguruj, które procesy mogą uzyskiwać dostęp do obiektów pulpitu, takich jak Windows i tym podobne. - + COM COM - + Class Id Klasa Id - + Configure which processes can access COM objects. Skonfiguruj, które procesy mogą uzyskiwać dostęp do obiektów COM. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Nie używaj zwirtualizowanego COM, Otwórz dostęp do infrastruktury COM hostów (niezalecane) - + Access Policies Polityka dostępu - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Zastosuj reguły Zamknij...=!<program>,... również do wszystkich binariów znajdujących się w piaskownicy. - + Network Options Opcje sieciowe - + Add Rule Dodaj regułę - - + + Action Akcja @@ -8773,71 +8793,71 @@ Aby określić proces, użyj jako ścieżki '$:program.exe'. - + Move Up Przesuń w górę - + Move Down Przesuń w dół - + Create a new sandboxed token instead of stripping down the original token - + Force Children - + Configure which processes can access Desktop objects like Windows and alike. Skonfiguruj, które procesy mogą uzyskiwać dostęp do obiektów pulpitu, takich jak Windows i tym podobne. - - + + Port Port - - - + + + IP IP - + Protocol Protokół - + 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. UWAGA: Platforma filtrowania Windows nie jest włączona w sterowniku, dlatego te reguły będą stosowane tylko w trybie użytkownika i nie mogą być egzekwowane! Oznacza to, że złośliwe aplikacje mogą je ominąć. - + Bypass IPs - + Quick Recovery Szybkie odzyskiwanie - + Immediate Recovery Natychmiastowe Przywracanie - + Various Options Różne opcje @@ -8881,34 +8901,34 @@ You can use 'Open for All' instead to make it apply to all programs, o Zasady dostępu do zasobów - + 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. Specyfika reguły jest miarą tego, jak dobrze dana reguła pasuje do konkretnej ścieżki. Prościej: specyfika jest długością znaków od początku ścieżki do ostatniego pasującego niezawierającego znaków wielkościowych podłańcucha. Reguła, która dopasowuje tylko typy plików takie jak "*.tmp" będzie miała najwyższą specyfikę, ponieważ zawsze dopasuje całą ścieżkę do pliku. Poziom dopasowania do procesu ma wyższy priorytet niż specyfika i opisuje sposób zastosowania reguły do danego procesu. Reguły stosujące się do nazwy procesu lub grupy procesów mają najsilniejszy poziom dopasowania, następnie dopasowanie przez negację (tj. reguły stosujące się do wszystkich procesów oprócz danego), podczas gdy najniższe poziomy dopasowania mają dopasowania globalne, tj. reguły stosujące się do każdego procesu. - + Prioritize rules based on their Specificity and Process Match Level Nadaj priorytet regułom w oparciu o ich specyfikę i poziom dopasowania procesu - + Privacy Mode, block file and registry access to all locations except the generic system ones Tryb prywatności, blokuje dostęp do plików i rejestru we wszystkich lokalizacjach z wyjątkiem ogólnych systemowych - + Access Mode Tryb dostępu - + 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. Po włączeniu trybu prywatności, procesy w trybie piaskownicy będą mogły odczytywać tylko C:\Windows\*, C:\Program Files\* i części rejestru HKLM, a wszystkie inne lokalizacje będą wymagały jawnego dostępu do odczytu i/lub zapisu. W tym trybie Specyfika reguły jest zawsze włączona. - + Rule Policies Reguły zasad @@ -8917,7 +8937,7 @@ Poziom dopasowania do procesu ma wyższy priorytet niż specyfika i opisuje spos Zastosuj reguły Close...=!<program>,... również do wszystkich plików binarnych znajdujących się w piaskownicy. - + Apply File and Key Open directives only to binaries located outside the sandbox. Zastosuj dyrektywy otwarcia pliku i klucza tylko do plików binarnych znajdujących się poza piaskownicą. @@ -8986,14 +9006,15 @@ Poziom dopasowania do procesu ma wyższy priorytet niż specyfika i opisuje spos COM/RPC - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Wyłączenie domyślnego użycia RpcMgmtSetComTimeout (może rozwiązać problemy z kompatybilnością) - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Izolacja bezpieczeństwa poprzez użycie silnie ograniczonego tokena procesu jest podstawowym sposobem Sandboxie wymuszania ograniczeń piaskownicy, gdy Izolacja jest wyłączona to boks działa w trybie komory aplikacji, tj. nie zapewnia już niezawodnego bezpieczeństwa, tylko prosty podział aplikacji na komory. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Izolacja bezpieczeństwa poprzez użycie silnie ograniczonego tokena procesu jest podstawowym sposobem Sandboxie wymuszania ograniczeń piaskownicy, gdy Izolacja jest wyłączona to boks działa w trybie komory aplikacji, tj. nie zapewnia już niezawodnego bezpieczeństwa, tylko prosty podział aplikacji na komory. Disable Security Isolation (experimental) @@ -9024,41 +9045,41 @@ Poziom dopasowania do procesu ma wyższy priorytet niż specyfika i opisuje spos Poniższe opcje mogą być bezpiecznie użyte, gdy nie nadano uprawnień administratora. - + Triggers Wyzwalacze - + Event Zdarzenie - - - - + + + + Run Command Uruchom polecenie - + Start Service Uruchom usługę - + These events are executed each time a box is started Zdarzenia te wykonywane są za każdym razem, gdy uruchamiany jest boks - + On Box Start Włącz w start boksu - - + + These commands are run UNBOXED just before the box content is deleted Te polecenia uruchamiane są tuż przed usunięciem zawartości boksu @@ -9067,43 +9088,43 @@ Poziom dopasowania do procesu ma wyższy priorytet niż specyfika i opisuje spos Przy usuwaniu boksu - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Polecenia te wykonywane są tylko wtedy, gdy boks jest inicjalizowany. Aby je ponownie uruchomić, należy usunąć zawartość boksu. - + On Box Init Włącz w Init boksu - + Here you can specify actions to be executed automatically on various box events. W tym miejscu można określić akcje, które mają być wykonywane automatycznie w przypadku różnych zdarzeń w boksie. - + Disable Resource Access Monitor Wyłącz monitor dostępu do zasobów - + Resource Access Monitor Monitor dostępu do zasobów - - + + Network Firewall Zapora sieciowa - + Template Folders Foldery szablonów - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -9112,93 +9133,93 @@ Please note that this values are currently user specific and saved globally for Należy pamiętać, że te wartości są obecnie specyficzne dla użytkownika i zapisywane globalnie dla wszystkich boksów. - - + + Value Wartość - + Accessibility Dostępność - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Aby zrekompensować utratę ochrony, zapoznaj się ze stroną ustawień Usuwania Uprawnień w grupie ustawień Ograniczenia. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Czytniki ekranu: JAWS, NVDA, Window-Eyes, System Access - + Other Options - + Port Blocking - + Block common SAMBA ports - + DNS Filter - + Add Filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. - + Domain - + Internet Proxy - + Add Proxy - + Test Proxy - + Auth - + Login - + Password - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. @@ -9226,39 +9247,39 @@ Należy pamiętać, że te wartości są obecnie specyficzne dla użytkownika i - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. - + Resolve hostnames via proxy - + Block DNS, UDP port 53 - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. Gdy globalny klawisz skrótu zostanie naciśnięty 3 razy w krótkim odstępie czasu, wyjątek ten zostanie zignorowany. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. Wyklucza tę piaskownicę z zakończenia po wywołaniu opcji "Zakończ wszystkie procesy". @@ -9308,93 +9329,102 @@ Należy pamiętać, że te wartości są obecnie specyficzne dla użytkownika i - + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + Restart force process before they begin to execute - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. Funkcjonalność Sandboxie można rozszerzyć za pomocą opcjonalnych bibliotek DLL, które mogą być ładowane do każdego procesu sandboxie podczas uruchamiania przez plik SbieDll.dll, menedżer dodatków w ustawieniach globalnych oferuje kilka przydatnych rozszerzeń, po zainstalowaniu można je tutaj włączyć dla bieżącej skrzynki. - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Tutaj można skonfigurować zaawansowane opcje dla poszczególnych procesów, aby poprawić zgodność i/lub dostosować zachowanie piaskownicy. - + On Box Terminate - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. - - - - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + + + Don't allow sandboxed processes to see processes running outside any boxes - + API call Trace (traces all SBIE hooks) - + Syscall Trace (creates a lot of output) Syscall Trace (tworzy dużo danych wyjściowych) - + Templates Szablony - + Open Template - + 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. Poniższe ustawienia umożliwiają korzystanie z usługi Sandboxie w połączeniu z oprogramowaniem zapewniającym dostępność. Należy pamiętać, że niektóre środki ochrony Sandboxie są z konieczności tracone, gdy te ustawienia są aktywne. - + Edit ini Section Edytuj sekcję ini - + Edit ini Edytuj ini - + Cancel Anuluj - + Save Zapisz @@ -9418,7 +9448,7 @@ Należy pamiętać, że te wartości są obecnie specyficzne dla użytkownika i QObject - + Drive %1 Dysk %1 @@ -9426,27 +9456,27 @@ Należy pamiętać, że te wartości są obecnie specyficzne dla użytkownika i QPlatformTheme - + OK OK - + Apply Zastosuj - + Cancel Anuluj - + &Yes &Tak - + &No &Nie @@ -10484,7 +10514,8 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_pt_BR.ts b/SandboxiePlus/SandMan/sandman_pt_BR.ts index a8d24283..d2ab52e5 100644 --- a/SandboxiePlus/SandMan/sandman_pt_BR.ts +++ b/SandboxiePlus/SandMan/sandman_pt_BR.ts @@ -1782,8 +1782,8 @@ Nota: A verificação de atualização geralmente está por trás da versão mai - - + + @@ -1834,7 +1834,7 @@ Nota: A verificação de atualização geralmente está por trás da versão mai - + @@ -1909,93 +1909,93 @@ Nota: A verificação de atualização geralmente está por trás da versão mai Raiz do ipc do Sandbox - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: Adicionar opção especial: - - + + On Start Ao iniciar - - - - - + + + + + Run Command Executar comando - + Start Service Iniciar Serviço - + On Init Ao Iniciar - + On File Recovery Na recuperação de arquivos - + On Delete Content Ao excluir conteúdo - + On Terminate Ao Terminar - - - - - + + + + + Please enter the command line to be executed Digite a linha de comando a ser executada - + Please enter a program file name to allow access to this sandbox Digite um nome do arquivo de programa para permitir acesso a essa caixa - + Please enter a program file name to deny access to this sandbox Digite um nome do arquivo de programa para negar acesso a essa caixa - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -2004,12 +2004,12 @@ Nota: A verificação de atualização geralmente está por trás da versão mai Insira o nome do programa - + Deny Negar - + %1 (%2) Same as in source %1 (%2) @@ -2275,7 +2275,7 @@ Nota: A verificação de atualização geralmente está por trás da versão mai Executáveis (*.exe *.cmd);;Todos os arquivos (*.*) - + Please enter a service identifier Por favor, digite um identificador de serviço @@ -2378,7 +2378,7 @@ Nota: A verificação de atualização geralmente está por trás da versão mai entrada: IP ou Porta não pode estar vazio - + Allow @@ -3077,17 +3077,17 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote CSandBox - + Waiting for folder: %1 Aguardando pela pasta: %1 - + Deleting folder: %1 Excluíndo pasta: %1 - + Merging folders: %1 &gt;&gt; %2 Mesclando pastas: %1 &gt;&gt; %2 @@ -3096,7 +3096,7 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote Mesclando pastas: %1 >> %2 - + Finishing Snapshot Merge... Mesclagem de Instantâneo Finalizada... @@ -3104,7 +3104,7 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote CSandBoxPlus - + Disabled Desativado @@ -3117,32 +3117,32 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote NÃO SEGURO (configurar depuração) - + OPEN Root Access ABRIR Acesso Raiz - + Application Compartment Compartimento de Aplicativos - + NOT SECURE NÃO SEGURO - + Reduced Isolation Isolamento Reduzido - + Enhanced Isolation Isolamento Aprimorado - + Privacy Enhanced Privacidade Aprimorada @@ -3151,33 +3151,33 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote Log de API - + No INet (with Exceptions) Sem INet (com Exceções) - + No INet Sem Internet - + Net Share Kept original for lack of good German wording Compartilhar Rede - + No Admin Sem Administrador - + Auto Delete Excluir automaticamente - + Normal Normal @@ -3186,7 +3186,7 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -3201,22 +3201,22 @@ Ao contrário do canal preview, ele não inclui alterações não testadas, pote Clique para aplicar a atualização - + %1 Directory: %2 Diretório de %1: %2 - + Application Aplicativo - + Installation instalação - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3224,85 +3224,85 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. Não mostrar essa mensagem novamente para a compilação atual. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - + Do you want the setup wizard to be omitted? Deseja que o assistente de configuração seja omitido? - + The selected feature requires an <b>advanced</b> supporter certificate. O recurso selecionado requer um certificado de apoiador <b>avançado</b>. - + The selected feature set is only available to project supporters.<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 certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! - + The Certificate Signature is invalid! A assinatura do certificado é inválida! - + The Certificate is not suitable for this product. O Certificado não é adequado para esse produto. - + The Certificate is node locked. O certificado está bloqueado por nó. - + The support certificate is not valid. Error: %1 O certificado de suporte não é válido. Erro: %1 - - + + Don't ask in future Não perguntar no futuro - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? Deseja terminar todos os processos nas caixas criptografadas e desmontá-las? - + Reset Columns Redefinir Colunas - + Copy Cell Copiar Célula - + Copy Row Copiar Linha - + Copy Panel Copiar Painel @@ -3597,7 +3597,7 @@ Erro: %1 - + About Sandboxie-Plus Sobre o Sandboxie-Plus @@ -3626,7 +3626,7 @@ Erro: %1 - + Sandboxie-Plus Insider [%1] @@ -3826,58 +3826,66 @@ Erro: %1 - + Which box you want to add in? Qual caixa você deseja adicionar? - + Type the box name which you are going to set: Digite o nome da caixa que você vai definir: - - - + + + + Sandboxie-Plus Warning Aviso do Sandboxie-Plus - - - - You typed a wrong box name!Nothing was changed. - Você digitou um nome de caixa errado! Nada foi alterado. - - - Users canceled this operation. - Os usuários cancelaram essa operação. + The value is not an existing directory or executable. + - + + + You typed a wrong box name! Nothing was changed. + + + + You typed a wrong box name!Nothing was changed. + Você digitou um nome de caixa errado! Nada foi alterado. + + + Users canceled this operation. + Os usuários cancelaram essa operação. + + + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br />você precisa estar no nível Great Patreon ou superior para desbloquear esse recurso. - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>Sobre o Sandboxie-Plus</h3><p>Versão %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 Essa cópia do Sandboxie-Plus é certificada para: %1 - + Sandboxie-Plus is free for personal and non-commercial use. Sandboxie-Plus é gratuito para uso pessoal e não comercial. - + 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> Sandboxie-Plus é uma continuação de código aberto do Sandboxie.<br />Visite <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> Para mais informações.<br /><br />%2<br /><br />Recursos: %3<br /><br />Instalação: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Ícones de <a href="https://icons8.com">icons8.com</a> @@ -3923,23 +3931,23 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Versão do Sbie+: %1 (%2) - + The supporter certificate is not valid for this build, please get an updated certificate O certificado de suporte não é válido para essa compilação, obtenha um certificado atualizado - + The supporter certificate has expired%1, please get an updated certificate The supporter certificate is expired %1 days ago, please get an updated certificate O certificado de suporte expirou %1, por favor obtenha um certificado atualizado - + , but it remains valid for the current build , mas permanece válido para a compilação atual - + The supporter certificate will expire in %1 days, please get an updated certificate O certificado de suporte irá expirar em %1 dias, obtenha um certificado atualizado @@ -3952,12 +3960,12 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a O programa %1 iniciado na caixa %2 será terminado em 5 minutos, porque a caixa foi configurada para usar recursos exclusivamente disponíveis para projetos suportados.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Torne-se um defensor do projeto</a>, e receba um <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificado de suporte</a> - + 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> O conjunto de recursos selecionados só estaram disponíveis para apoiadores do projeto. Os processos iniciados em uma caixa com esse conjunto de recursos sem um certificado de suporte serão encerrados após 5 minutos.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Tornar-se um apoiador do projeto</a>, e receba um <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificado de suporte</a> - + The evaluation period has expired!!! The evaluation periode has expired!!! O período de avaliação expirou!!! @@ -3980,47 +3988,47 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Importando: %1 - + Please enter the duration, in seconds, for disabling Forced Programs rules. Digite a duração, em segundos, para desativar as regras de Programas Forçados. - + No Recovery Sem recuperação - + No Messages Sem mensagens - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>ERRO:</b> O Sandboxie-Plus Manager (SandMan.exe) não possui uma assinatura válida (SandMan.exe.sig). Faça o download de uma versão confiável da <a href="https://sandboxie-plus.com/go.php?to=sbie-get">página de download oficial</a>. - + Maintenance operation failed (%1) Falha na operação de manutenção (%1) - + Maintenance operation completed Operação de manutenção concluída - + In the Plus UI, this functionality has been integrated into the main sandbox list view. Na Interface Plus, essa funcionalidade foi integrada à exibição principal da lista de caixa. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Usando o menu de contexto de caixa/grupo, você pode mover caixas e grupos para outros grupos. Você também pode usar arrastar e soltar para mover os itens. Como alternativa, você também pode usar as teclas de seta enquanto mantém ALT pressionada para mover itens para cima e para baixo dentro de seu grupo.<br />Poderá criar novas caixas e grupos no menu do Sandbox. - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4029,129 +4037,129 @@ This file is part of Sandboxie and all changed done to it will be reverted next Esse arquivo faz parte do Sandboxie e todas as alterações feitas nele serão revertidas na próxima vez que o Sandboxie for atualizado. - + Sandboxie config has been reloaded A configuração do Sandboxie foi recarregada - + Error Status: 0x%1 (%2) Status do Erro: 0x%1 (%2) - + Unknown Desconhecido - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. Todos os processos em uma caixa devem ser interrompidos antes que ele possa ser renomeado. - + Failed to move box image '%1' to '%2' Falha ao mover a imagem da caixa '%1' para '%2' - + Failed to copy box data files Falha ao copiar os arquivos de dados da caixa - + Failed to remove old box data files Falha ao remover arquivos de dados de caixas antigas - + The operation was canceled by the user A operação foi cancelada pelo usuário - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted O conteúdo de uma caixa desmontada não pode ser excluído - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded Importação/Exportação não disponível, 7z.dll não pôde ser carregada - + Failed to create the box archive Falha ao criar o arquivo da caixa - + Failed to open the 7z archive Falha ao abrir o arquivo 7z - + Failed to unpack the box archive Falha ao descompactar o arquivo da caixa - + The selected 7z file is NOT a box archive O arquivo 7z selecionado NÃO é um arquivo de caixa - + Unknown Error Status: 0x%1 Status de Erro Desconhecido: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? Deseja abrir %1 no navegador da Web dentro ou fora da caixa? - + Sandboxed Caixa de Areia - + Unsandboxed Fora da Caixa de Areia - + Case Sensitive Maiúsculas e Minúsculas - + RegExp - + Highlight Realçar - + Close Fechar - + &Find ... &Localizar ... - + All columns Todas as colunas @@ -4188,11 +4196,11 @@ Você quer fazer a limpeza? - - - - - + + + + + Don't show this message again. Não mostrar essa mensagem novamente. @@ -4212,24 +4220,24 @@ Você quer fazer a limpeza? - Excluindo o conteúdo da caixa de areia - + Auto Deleting %1 Content Excluindo automaticamente o conteúdo %1 - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Erro - + Failed to stop all Sandboxie components Falha ao parar todos os componentes do Sandboxie - + Failed to start required Sandboxie components Falha ao iniciar os componentes exigidos do Sandboxie @@ -4246,12 +4254,12 @@ Você quer fazer a limpeza? Quer verificar se existe uma nova versão do Sandboxie-Plus? - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Alguns modelos de compatibilidade (%1) estão faltando, provavelmente excluídos. Deseja removê-los de todas as caixas? - + Cleaned up removed templates... Limpar modelos removidos... @@ -4272,7 +4280,7 @@ Você quer fazer a limpeza? - 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 @@ -4281,7 +4289,7 @@ Sim vou escolher: %1 Não vou escolher: %2 - + Unknown operation '%1' requested via command line Operação desconhecida '%1' solicitada via linha de comando @@ -4296,128 +4304,134 @@ Não vou escolher: %2 - + + + User canceled this operation. + + + + No Force Process Sem Processo Forçado - + USB sandbox not found; creating: %1 Sandbox USB não encontrada; criando: %1 - + Executing OnBoxDelete: %1 Executando OnBoxDelete: %1 - + Removed Shortcut: %1 Atalho removido: %1 - + Updated Shortcut to: %1 Atalho atualizado para: %1 - + Added Shortcut to: %1 Atalho adicionado para: %1 - + Executing OnBoxTerminate: %1 Executando OnBoxTerminate: %1 - + Auto deleting content of %1 Excluindo automaticamente o conteúdo de %1 - + Auto removing sandbox %1 Removendo automaticamente a caixa %1 - + Sandboxie-Plus Version: %1 (%2) Versão do Sandboxie-Plus: %1 (%2) - + Current Config: %1 Configuração atual: %1 - + Data Directory: %1 Diretório de dados: %1 - + for Personal use para uso Pessoal - + - for Non-Commercial use ONLY - APENAS para uso Não Comercial - + Default sandbox not found; creating: %1 Caixa de areia padrão não encontrada; Criando: %1 - + - NOT connected - NÃO conectado - + Failed to configure hotkey %1, error: %2 Falha ao configurar a tecla de atalho %1, erro: %2 - - - + + + (%1) - + The box %1 is configured to use features exclusively available to project supporters. A caixa %1 está configurada para usar recursos disponíveis exclusivamente para apoiadores do projeto. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. A caixa %1 está configurada para usar recursos que exigem um certificado de suporte <b>avançado</b>. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Atualize seu Certificado</a> para desbloquear recursos avançados. - + 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. O programa %1 iniciado na caixa %2 será encerrado em 5 minutos porque a caixa foi configurada para usar recursos disponíveis exclusivamente para apoiadores do projeto. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. A caixa %1 está configurada para usar recursos disponíveis exclusivamente para apoiadores do projeto, essas predefinições serão ignoradas. - - - - + + + + <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">Torne-se um apoiador do projeto</a>, e receba um <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificado de apoiador</a> @@ -4485,22 +4499,22 @@ Não vou escolher: %2 - + Only Administrators can change the config. Apenas administradores podem alterar a configuração. - + Please enter the configuration password. Por favor, insira a senha de configuração. - + Login Failed: %1 Falha no Login: %1 - + Do you want to terminate all processes in all sandboxes? Você deseja encerrar todos os processos em todas as caixas? @@ -4513,32 +4527,32 @@ Não vou escolher: %2 Insira a duração para desabilitar programas forçados. - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus foi iniciado no modo portable é preciso criar os serviços necessários. Isso solicitará privilégios administrativos. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. CUIDADO: Outro agente (provavelmente SbieCtrl.exe) já está gerenciando essa sessão de sandboxie, por favor, feche-o primeiro e reconecte para assumir o controle. - + Executing maintenance operation, please wait... Executando operação de manutenção, por favor aguarde... - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Você também deseja redefinir as caixas de mensagens ocultas (sim) ou apenas todas as mensagens de log (não)? - + The changes will be applied automatically whenever the file gets saved. As alterações serão aplicadas automaticamente sempre que o arquivo for salvo. - + The changes will be applied automatically as soon as the editor is closed. As alterações serão aplicadas automaticamente assim que o editor for fechado. @@ -4547,82 +4561,82 @@ Não vou escolher: %2 Status de Erro: %1 - + Administrator rights are required for this operation. Direitos de administrador são necessários para essa operação. - + Failed to execute: %1 Falha ao executar: %1 - + Failed to connect to the driver Falha ao se conectar com o driver - + Failed to communicate with Sandboxie Service: %1 Falha ao se comunicar com o serviço Sandboxie: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 Um Sandboxie %1 incompatível foi encontrado. Versões compatíveis: %2 - + Can't find Sandboxie installation path. Não é possível encontrar o caminho de instalação do Sandboxie. - + Failed to copy configuration from sandbox %1: %2 Falha ao copiar a configuração do sandbox %1: %2 - + A sandbox of the name %1 already exists Uma caixa de areia com o nome %1 já existe - + Failed to delete sandbox %1: %2 Falha ao excluir sandbox %1: %2 - + The sandbox name can not be longer than 32 characters. O nome da caixa de área não pode ter mais de 32 caracteres. - + The sandbox name can not be a device name. O nome da caixa de areia não pode ser um nome de dispositivo. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. O nome da caixa de areia pode conter apenas letras, números e sublinhados que são exibidos como espaços. - + Failed to terminate all processes Falha ao terminar todos os processos - + Delete protection is enabled for the sandbox A proteção de exclusão está ativada para a caixa de areia - + All sandbox processes must be stopped before the box content can be deleted Todos os processos do sandbox devem ser interrompidos antes que o conteúdo da caixa possa ser excluído - + Error deleting sandbox folder: %1 Erro ao excluir a pasta da caixa de areia: %1 @@ -4631,42 +4645,42 @@ Não vou escolher: %2 Uma caixa de areia deve ser esvaziada antes de ser renomeada. - + A sandbox must be emptied before it can be deleted. Uma caixa de areia deve ser esvaziada antes de ser excluída. - + Failed to move directory '%1' to '%2' Falha ao mover diretório '%1' para '%2' - + This Snapshot operation can not be performed while processes are still running in the box. Essa operação de instantâneo não pode ser executada enquanto os processos ainda estiverem em execução na caixa. - + Failed to create directory for new snapshot Falha ao criar diretório para novo instantâneo - + Snapshot not found Instantâneo não encontrado - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Erro ao mesclar os diretórios de instantâneo '%1' com '%2', o instantâneo não foi totalmente mesclado. - + Failed to remove old snapshot directory '%1' Falha ao remover diretório de instantâneo antigo '%1' - + Can't remove a snapshot that is shared by multiple later snapshots Não é possível remover instantâneos compartilhado por vários instantâneos posteriores @@ -4675,27 +4689,27 @@ Não vou escolher: %2 Falha ao remover RegHive antigo - + You are not authorized to update configuration in section '%1' Você não está autorizado a atualizar a configuração na seção '%1' - + Failed to set configuration setting %1 in section %2: %3 Falha ao definir a definição de configuração %1 na seção %2: %3 - + Can not create snapshot of an empty sandbox Não é possível criar instantâneo de uma caixa de areia vazia - + A sandbox with that name already exists Uma caixa de areia com esse nome já existe - + The config password must not be longer than 64 characters A senha de configuração não deve ter mais de 64 caracteres @@ -4704,7 +4718,7 @@ Não vou escolher: %2 Status de erro desconhecido: %1 - + Operation failed for %1 item(s). A operação falhou para %1 item(ns). @@ -4713,7 +4727,7 @@ Não vou escolher: %2 Deseja abrir %1 em um Navegador web na caixa de areia (sim) ou fora da caixa de areia (não)? - + Remember choice for later. Lembrar escolha mais tarde. @@ -4811,32 +4825,32 @@ Não vou escolher: %2 Caixa de Grupo - + Empty Vazio - + Name Nome - + Process ID ID - + Status Status - + Title Título - + Info Informações @@ -4845,7 +4859,7 @@ Não vou escolher: %2 Horário - + Path / Command Line Caminho/Linha de Comando @@ -5060,38 +5074,38 @@ Não vou escolher: %2 CSbieTemplatesEx - + Failed to initialize COM Falha ao inicializar COM - + Failed to create update session Falha ao criar sessão de atualização - + Failed to create update searcher Falha ao criar pesquisador de atualização - + Failed to set search options Falha ao definir opções de pesquisa - + Failed to enumerate installed Windows updates Failed to search for updates Falha ao enumerar as atualizações instaladas do Windows - + Failed to retrieve update list from search result Falha ao recuperar a lista de atualizações do resultado da pesquisa - + Failed to get update count Falha ao obter contagem de atualizações @@ -5577,30 +5591,30 @@ Não vou escolher: %2 Exportando: %1 - - + + Also delete all Snapshots Excluir também todos os Instantâneos - + Do you really want to delete the content of all selected sandboxes? Deseja realmente excluir o conteúdo de todas as caixas selecionadas? - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. O menu Iniciar do Sandboxie agora será exibido. Selecione um aplicativo no menu e o Sandboxie criará um novo ícone de atalho em sua área de trabalho real, que você pode usar para invocar o aplicativo selecionado sob a supervisão do Sandboxie. - + Do you want to terminate %1? Do you want to %1 %2? Você quer terminar %1? - + the selected processes os processos selecionados @@ -5683,36 +5697,46 @@ Não vou escolher: %2 - + Don't show this message again. Não mostrar essa mensagem novamente. - + This Sandbox is empty. Essa caixa está vazia. - + Please enter a new name for the Sandbox. Digite um novo nome para caixa de areia. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? Você realmente deseja remover a(s) caixa(s) de areia?<br /><br />Aviso: O conteúdo da caixa também será excluído! - + This Sandbox is already empty. Essa caixa de areia já está vazia. - - + + Do you want to delete the content of the selected sandbox? Deseja excluir o conteúdo da caixa de areia selecionada? @@ -5721,19 +5745,19 @@ Não vou escolher: %2 Tem certeza que deseja excluir o conteúdo de várias caixas de areia? - + Do you want to terminate all processes in the selected sandbox(es)? Deseja terminar todos os processos na(s) caixa(s) selecionada(s)? - - + + Terminate without asking Terminar sem perguntar - - + + Create Shortcut to sandbox %1 Criar Atalho para a Caixa %1 @@ -5743,14 +5767,14 @@ Não vou escolher: %2 Deseja %1 o(s) processo(s) selecionado(s)? - + This box does not have Internet restrictions in place, do you want to enable them? Essa caixa não possui restrições à Internet. Deseja ativá-las? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Essa caixa está desativada, deseja ativá-la? @@ -7433,7 +7457,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the system from sandboxed processes Proteger o sistema de processos do sandbox @@ -7622,12 +7646,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an Restrições de Impressão - + Network restrictions Restrições de Rede - + Block network files and folders, unless specifically opened. Bloquear arquivos e pastas de rede, a menos que especificamente abertos. @@ -7647,18 +7671,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - + + + + + + + + + + + + Name Nome @@ -7675,28 +7699,28 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Remover @@ -7709,13 +7733,13 @@ If you are a great patreaon supporter already, sandboxie can check online for an Aqui você pode especificar programas ou serviços que devem ser iniciados automaticamente na caixa de areia quando ela for ativada - - - - - - - + + + + + + + Type Tipo @@ -7728,21 +7752,21 @@ If you are a great patreaon supporter already, sandboxie can check online for an Adicionar serviço - + Program Groups Grupos de Programas - + Add Group Adicionar Grupo - - - - - + + + + + Add Program Adicionar Programa @@ -7755,42 +7779,42 @@ If you are a great patreaon supporter already, sandboxie can check online for an Programas Forçados - + Force Folder Pasta Forçada - - - + + + Path Caminho - + Force Program Programa Forçado - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Mostrar Modelos @@ -7829,7 +7853,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Abrir Credencias de Armazenamento do Windows (modo de usuário) - + Prevent change to network and firewall parameters (user mode) Impedir a alteração de parâmetros de rede e firewall (modo de usuário) @@ -7879,34 +7903,34 @@ If you are a great patreaon supporter already, sandboxie can check online for an O uso de um token do sandboxie personalizado permite isolar melhor as caixas individuais umas das outras e mostra na coluna do usuário dos gerenciadores de tarefas o nome da caixa à qual um processo pertence. Algumas soluções de segurança de terceiros podem, no entanto, ter problemas com tokens personalizados. - + 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. Você pode agrupar programas e dar um nome ao grupo. Grupos de programas podem ser usados ​​com algumas das configurações em vez de nomes de programas. Grupos definidos para a caixa sobrescreve grupos definidos em modelos. - + Force Programs Programas Forçados - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Programas inseridos, ou iniciados a partir de locais inseridos aqui, serão colocados nessa caixa automaticamente, a menos que seja explicitamente iniciado em outra caixa de areia. - + Breakout Programs Programas Fora - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. Os programas inseridos aqui poderão sair desta caixa de proteção quando forem iniciados. Também é possível capturá-los em outra caixa, por exemplo, para ter seu navegador sempre aberto em uma caixa dedicada. - - + + Stop Behaviour Comportamento ao Parar @@ -7931,32 +7955,32 @@ If leader processes are defined, all others are treated as lingering processes.< Se os processos líderes forem definidos, todos os outros serão tratados como processos persistentes. - + Start Restrictions Restrições ao Iniciar - + Issue message 1308 when a program fails to start Emitir mensagem 1308 quando um programa não iniciar - + Allow only selected programs to start in this sandbox. * Permitir que apenas programas selecionados sejam iniciados nessa caixa de areia. * - + Prevent selected programs from starting in this sandbox. Impedir que programas selecionados sejam iniciados nessa caixa de areia. - + Allow all programs to start in this sandbox. Permitir que todos os programas comecem nessa caixa de areia. - + * Note: Programs installed to this sandbox won't be able to start at all. * Nota: Programas instalados nessa caixa de areia não serão capazes de iniciar em todas. @@ -7965,12 +7989,12 @@ Se os processos líderes forem definidos, todos os outros serão tratados como p Restrições à Internet - + Process Restrictions Restrições de Processo - + Issue message 1307 when a program is denied internet access Emitir mensagem 1307 quando um programa for negado de acessar à internet @@ -7979,27 +8003,27 @@ Se os processos líderes forem definidos, todos os outros serão tratados como p Bloquear acesso à internet para todos os programas, exceto aqueles adicionados à lista. - + Prompt user whether to allow an exemption from the blockade. Solicitar ao usuário se permite uma isenção do bloqueio. - + Note: Programs installed to this sandbox won't be able to access the internet at all. Nota: Os programas instalados nessa caixa de areia não poderão acessar a internet. - - - - - - + + + + + + Access Acesso - + Set network/internet access for unlisted processes: Definir acesso a rede ou internet para processos não listados: @@ -8008,46 +8032,46 @@ Se os processos líderes forem definidos, todos os outros serão tratados como p Restrições de Rede - + Test Rules, Program: Testar Regras, Programa: - + Port: Porta: - + IP: - + Protocol: Protocolo: - + X - + Add Rule Adicionar Regra - - - - - - - - - + + + + + + + + + Program Programa @@ -8134,56 +8158,58 @@ Se os processos líderes forem definidos, todos os outros serão tratados como p Isolamento de Acesso - + Image Protection Proteção de Imagem - + Issue message 1305 when a program tries to load a sandboxed dll Emitir mensagem 1305 quando um programa tenta carregar uma dll na caixa de areia - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox Impedir que programas das caixas instalados no host carreguem dll's do sandbox - + Dlls && Extensions Dlls && Extensões - + Description Descrição - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. As regras de acesso a recursos do sandboxie geralmente discriminam os binários do programa localizados dentro do sandbox. OpenFilePath e OpenKeyPath funcionam apenas para binários de aplicativos localizados no host nativamente. Para definir uma regra sem essa restrição, deve-se usar OpenPipePath ou OpenConfPath. Da mesma forma, todas as diretivas Closed(File|Key|Ipc)Path que são definidas por negação, por exemplo 'ClosedFilePath =! iexplore.exe,C:Users*’ será sempre fechado para binários localizados dentro de uma caixa. Ambas as políticas de restrição podem ser desativadas na página “Políticas de Acesso”. Isso é feito para evitar que processos invasores dentro do sandbox criem uma cópia renomeada de si mesmos e acessem recursos protegidos. Outro vetor de exploração é a injeção de uma biblioteca em um processo autorizado para obter acesso a tudo o que é permitido acessar.Usando a proteção de imagem do host, isso pode ser evitado bloqueando os aplicativos (instalados no host) executados dentro de uma caixa de carregar bibliotecas do próprio sandbox. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. A funcionalidade do Sandboxie pode ser aprimorada usando DLLs opcionais que podem ser carregadas em cada processo do sandbox na inicialização pelo arquivo SbieDll.dll, o gerenciador de complementos nas configurações globais oferece algumas extensões úteis, uma vez instaladas, elas podem ser aivadas aqui para a caixa atual. - + Disable forced Process and Folder for this sandbox Desativar processo e pasta forçados para essa caixa - + Breakout Program Programa Fora - + Breakout Folder Pasta Fora @@ -8194,7 +8220,8 @@ Isso é feito para evitar que processos invasores dentro do sandbox criem uma c - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. Quando a <a href="sbie://docs/boxencryption">Criptografia da caixa</a> está ativada, a pasta raiz da caixa, incluindo sua seção de registro, é armazenada em uma imagem de disco criptografada, usando <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. @@ -8281,104 +8308,110 @@ Isso é feito para evitar que processos invasores dentro do sandbox criem uma c + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + Create a new sandboxed token instead of stripping down the original token - + Force Children Forçar Filhos - + Lingering Programs Programas Líderes - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Os programas líderes serão encerrados automaticamente se ainda estiverem em execução após todos os outros processos terem sido encerrados. - + Leader Programs Programas Líderes - + If leader processes are defined, all others are treated as lingering processes. Se os processos líderes forem definidos, todos os outros serão tratados como processos remanescentes. - + Stop Options Opções de Parada - + Use Linger Leniency Usar Leniência Persistente - + Don't stop lingering processes with windows Não parar processos prolongados com o Windows - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. Essa configuração pode ser usada para impedir que programas sejam executados na caixa sem o conhecimento ou consentimento do usuário. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. Exibir um aviso pop-up antes de iniciar um processo no sandbox de uma fonte externa - + Files Arquivos - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Configurar quais processos podem acessar Arquivos, Pastas e Pipes. 'Aberto' o acesso só se aplica a binários de programas localizados fora da área de areia, você pode usar 'Aberto para Todos' em vez disso, para torná-lo aplicável a todos os programas ou alterar esse comportamento na aba Políticas. - + Registry Registro - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Configurar quais processos podem acessar o Registro. 'Aberto' o acesso só se aplica a binários de programas localizados fora da área restrita, você pode usar 'Aberto para Todos' em vez disso, para torná-lo aplicável a todos os programas ou alterar esse comportamento na aba Políticas. - + IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Configurar quais processos podem acessar objetos NT IPC como portas ALPC e outros processos de memória e contexto. Para especificar um processo, use '$:program.exe' como caminho. - + Wnd - + Wnd Class Classe Wnd @@ -8388,73 +8421,73 @@ Para especificar um processo, use '$:program.exe' como caminho.Configurar quais processos podem acessar objetos da Área de Trabalho, como Windows e similares. - + COM - + Class Id ID da Classe - + Configure which processes can access COM objects. Configurar quais processos podem acessar objetos COM. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Não usar COM virtualizado, acesso aberto à infraestrutura COM dos hosts (não recomendado) - + Access Policies Políticas de Acesso - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Aplicar e Fechar...=!<programa>,... regras também para todos os binários localizados na caixa. - + Network Options Opções de Rede - - + + Action Ação - - + + Port Porta - - - + + + IP - + Protocol Protocolo - + 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. CUIDADO: A Plataforma de Filtragem do Windows não está ativada com o driver, portanto, essas regras serão aplicadas apenas no modo de usuário e não podem ser impostas!!! Isso significa que as aplicações maliciosas podem contorná-las. - + Resource Access Acesso a Recursos @@ -8471,39 +8504,39 @@ O arquivo 'Aberto' e o acesso de teclas aplica-se apenas aos binários Você pode usar 'Abrir para Todos' em vez de fazê-lo aplicar a todos os programas ou alterar esse comportamento na Política de abas. - + Add File/Folder Adicionar Arquivo/Pasta - + Add Wnd Class Adicionar Wnd Class - + Move Down Mover para Baixo - + Add IPC Path Adicionar Caminho IPC - + Add Reg Key Adicionar Chave de Registro - + Add COM Object Adicionar Objeto COM - + Move Up Mover para Cima @@ -8525,52 +8558,52 @@ Para acessar arquivos, você pode usar o 'Direto a Todos' em vez de fa Aplicar e Fechar...=!<programa>,... diretivas também para todos os binários localizados na caixa de areia. - + File Recovery Recuperação de Arquivos - + Add Folder Adicionar Pasta - + Ignore Extension Ignorar Extensão - + Ignore Folder Ignorar Pasta - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Ativar mensagem de recuperação imediata para poder recuperar arquivos assim que forem criados. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Você pode excluir pastas e tipos de arquivos (ou extensões de arquivos) da Recuperação Imediata. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Quando a função Recuperação Rápida for invocada, as seguintes pastas serão verificadas para obter conteúdo da caixa de areia. - + Advanced Options Opções Avançadas - + Miscellaneous Diversos - + Don't alter window class names created by sandboxed programs Não alterar nomes das classes de janelas criadas por programas na caixa de areia @@ -8586,7 +8619,7 @@ Para acessar arquivos, você pode usar o 'Direto a Todos' em vez de fa - + Protect the sandbox integrity itself Proteger integridade da própria caixa de areia @@ -8611,7 +8644,7 @@ Para acessar arquivos, você pode usar o 'Direto a Todos' em vez de fa Isolamento da caixa de areia - + Force usage of custom dummy Manifest files (legacy behaviour) Forçar uso de arquivos de manifesto fictícios personalizados (comportamento legado) @@ -8624,34 +8657,34 @@ Para acessar arquivos, você pode usar o 'Direto a Todos' em vez de fa Políticas de Acesso a Recursos - + 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. A especificidade da regra é uma medida de quão bem uma determinada regra corresponde a um caminho específico, basta colocar a especificidade é o comprimento dos caracteres desde o início do caminho até e incluindo o último substramento não curinga correspondente. Uma regra que corresponde apenas tipos de arquivos como "*.tmp" teria a maior especificidade, pois sempre corresponderia a todo o caminho do arquivo. O nível de correspondência do processo tem uma prioridade maior do que a especificidade e descreve como uma regra se aplica a um determinado processo. As regras aplicáveis por nome ou grupo do processo têm o nível de correspondência mais forte, seguidas pela correspondência por negação (ou seja, regras aplicáveis a todos os processos, exceto o dado), enquanto os níveis mais baixos de correspondência têm correspondências globais, ou seja, regras que se aplicam a qualquer processo. - + Prioritize rules based on their Specificity and Process Match Level Priorizar regras com base em sua Especificidade e Nível de Correspondência de Processos - + Privacy Mode, block file and registry access to all locations except the generic system ones Modo de Privacidade, bloqueia o acesso a arquivos e registros em todos os locais, exceto os genéricos do sistema - + Access Mode Modo de Acesso - + 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. Quando o Modo de Privacidade estiver ativado, os processos com caixa de areia só poderão ler C:\Windows\*, C:\Program Files\*, e partes do registro HKLM, todos os outros locais precisarão de acesso explícito para serem legíveis ou graváveis. Nesse modo, a Especificação de Regra está sempre ativada. - + Rule Policies Políticas de Regras @@ -8660,7 +8693,7 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Aplicar Fechar...=!<programa>,... regras também para todos os binários localizados na caixa de areia. - + Apply File and Key Open directives only to binaries located outside the sandbox. Aplicar diretivas de Arquivo e Chave Abertas apenas para binários localizados fora da caixa de areia. @@ -8675,8 +8708,8 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Permitir apenas processos privilegiados para acessar o Gerenciador de Controle de Serviços - - + + Compatibility Compatibilidade @@ -8690,7 +8723,7 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Adicionar processos de caixa de areia a objetos de trabalho (recomendado) - + Emulate sandboxed window station for all processes Emular estação de janela da caixa de areia para todos os processos @@ -8702,8 +8735,9 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Isolamento de segurança através do uso de um token de processo fortemente restrito é o principal meio do Sandboxie impor restrições de caixa de areia, quando está desativado a caixa é operada no modo compartimento de aplicativos, ou seja, não está mais fornecendo segurança confiável, apenas compartimentação simples de aplicativo. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Isolamento de segurança através do uso de um token de processo fortemente restrito é o principal meio do Sandboxie impor restrições de caixa de areia, quando está desativado a caixa é operada no modo compartimento de aplicativos, ou seja, não está mais fornecendo segurança confiável, apenas compartimentação simples de aplicativo. @@ -8734,12 +8768,12 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Abrir acesso à Autoridade de Segurança Local do Windows - + Program Control Controle de Programa - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Desativar o uso de RpcMgmtSetComTimeout por padrão (isso pode resolver problemas de compatibilidade) @@ -8796,32 +8830,32 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Ocultar Processo - + Add Process Adicionar Processo - + Hide host processes from processes running in the sandbox. Ocultar processos do host de processos em execução no sandbox. - + Don't allow sandboxed processes to see processes running in other boxes Não permitir que processos do sandbox vejam processos em execução de outras caixas - + Users Usuários - + Restrict Resource Access monitor to administrators only Restringir o monitor de acesso a recursos apenas para administradores - + Add User Adicionar Usuário @@ -8830,7 +8864,7 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Remover Usuário - + 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. @@ -8839,7 +8873,7 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Nota: As configurações de programas e pastas forçadas para uma caixa de areia não se aplicam a contas de usuários que não podem usar o sandbox. - + Tracing Rastreamento @@ -8849,22 +8883,22 @@ Nota: As configurações de programas e pastas forçadas para uma caixa de areia Rastreamento de chamada de API (requer logapi instalado na pasta sbie) - + Pipe Trace Rastreamento de Pipe - + Log all SetError's to Trace log (creates a lot of output) Log SetError's para todas os log de Rastreamento (cria muitas saídas) - + Log Debug Output to the Trace Log Registrar a saída de depuração no log de rastreamento - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8887,37 +8921,37 @@ ao invés de "*". Rastreamento Ntdll syscall (cria muita saída) - + File Trace Rastreamento de Arquivo - + Disable Resource Access Monitor Desativar Monitor de Acesso ao Recurso - + IPC Trace Rastreamento IPC - + GUI Trace Rastreamento de GUI - + Resource Access Monitor Monitor de Acesso ao Recurso - + Access Tracing Rastrear Acesso - + COM Class Trace Rastreamento de Classe COM @@ -8926,41 +8960,41 @@ ao invés de "*". <- para um desses acima não se aplica - + Triggers Gatilhos - + Event Evento - - - - + + + + Run Command Executar Comando - + Start Service Iniciar Serviço - + These events are executed each time a box is started Esses eventos são executados sempre que uma caixa é iniciada - + On Box Start Ao iniciar uma caixa - - + + These commands are run UNBOXED just before the box content is deleted Esses comandos são executados FORA DA CAIXA logo antes do conteúdo da caixa ser excluído @@ -8980,57 +9014,57 @@ ao invés de "*". Impedir que processos nas caixas capturem imagens de janelas (experimental, pode causar falhas na interface do usuário) - + DNS Filter Filtro DNS - + Add Filter Adicionar Filtro - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. Com o filtro DNS, domínios individuais podem ser bloqueados, por processo. Deixe a coluna IP vazia para bloquear ou digite um ip para redirecionar. - + Domain Domínio - + Internet Proxy Proxy de Internet - + Add Proxy Adicionar Proxy - + Test Proxy Testar Proxy - + Auth - + Login - + Password Senha - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. Os programas na caixa de areia podem ser forçados a usar um proxy SOCKS5 predefinida. @@ -9048,108 +9082,112 @@ ao invés de "*". - + Resolve hostnames via proxy Resolver nomes de host via proxy - + Restart force process before they begin to execute Reiniciar processos forçados antes que eles comecem a ser executados - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Esses comandos são executados apenas quando uma caixa é inicializada. Para fazê-los funcionar novamente, o conteúdo da caixa deve ser excluído. - + On Box Init Ao iniciar uma caixa - + Here you can specify actions to be executed automatically on various box events. Aqui você pode especificar ações a serem executadas automaticamente em vários eventos de caixa. - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + API call Trace (traces all SBIE hooks) Rastreamento de Chamada de API (rastreia todos os ganchos SBIE) - + Key Trace Rastreamento de Chave - - + + Network Firewall Firewall de Rede - + Debug Depurar - + WARNING, these options can disable core security guarantees and break sandbox security!!! AVISO, essas opções podem desativar as garantias de segurança essenciais e interromper a segurança da sandbox!!! - + These options are intended for debugging compatibility issues, please do not use them in production use. Essas opções destinam-se a depurar problemas de compatibilidade, não as use em produção. - + App Templates Modelos de Aplicativos @@ -9158,22 +9196,22 @@ ao invés de "*". Modelos de Compatibilidade - + Filter Categories Categorias de Filtro - + Text Filter Filtro de Texto - + Add Template Adicionar Modelo - + This list contains a large amount of sandbox compatibility enhancing templates Essa lista contém uma grande quantidade de modelos de compatibilidade de caixa de areia @@ -9182,17 +9220,17 @@ ao invés de "*". Remover Modelo - + Category Categoria - + Template Folders Pasta de Modelos - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -9201,23 +9239,23 @@ Please note that this values are currently user specific and saved globally for Por favor, note que esse valores são atualmente para o usuário específico e salvos globalmente para todas as caixas. - - + + Value Valor - + Accessibility Acessibilidade - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Para compensar a proteção perdida, consulte a página de configurações de Liberar Direitos no grupo de configurações de Restrições. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Leitores de tela: JAWS, NVDA, Window-Eyes, Acesso ao Sistema @@ -9237,22 +9275,22 @@ Por favor, note que esse valores são atualmente para o usuário específico e s Permitir que processos úteis do Windows acessem processos protegidos - + Configure which processes can access Desktop objects like Windows and alike. Configurar quais processos podem acessar objetos da área de trabalho como Windows e similares. - + Other Options Outras Opções - + Port Blocking Bloqueio de Porta - + Block common SAMBA ports Bloquear portas SAMBA comuns @@ -9274,52 +9312,52 @@ Por favor, note que esse valores são atualmente para o usuário específico e s Somente contas de usuários Administradores podem fazer alterações nesse sandbox - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. <b><font color='red'>AVISO DE SEGURANÇA</font>:</b> Usando <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> ou <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> em combinação com as diretivas Abrir[Arquivo/Pipe]Caminho podem comprometer a segurança. Por favor, revise a seção de segurança para cada opção na documentação antes de usar. - + Bypass IPs - + Block DNS, UDP port 53 Bloquear DNS, porta UDP 53 - + Quick Recovery Recuperação Rápida - + Immediate Recovery Recuperação Imediata - + Various Options Várias Opções - + Apply ElevateCreateProcess Workaround (legacy behaviour) Aplicar ElevateCreateProcess solução alternativa (comportamento herdado) - + Use desktop object workaround for all processes Usar solução alternativa de objeto da área de trabalho para todos os processos - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. Quando a tecla de atalho global é pressionada 3 vezes em uma curta sucessão, essa exceção será ignorada. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. Excluir o encerramento dessa caixa quando "Terminar Todos os Processos" for invocado. @@ -9355,33 +9393,33 @@ Por favor, note que esse valores são atualmente para o usuário específico e s Limite de memória de processo único: - + On Box Terminate Ao encerrar a caixa - + This command will be run before the box content will be deleted Esse comando será executado antes que o conteúdo da caixa seja excluído - + On File Recovery Ao recuperar arquivos - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked Esse comando será executado antes de um arquivo ser recuperado e o caminho do arquivo será passado como primeiro argumento. Se esse comando retornar algo diferente de 0, a recuperação será bloqueada - + Run File Checker Executar File Checker - + On Delete Content Ao Excluir Conteúdo @@ -9392,7 +9430,7 @@ Por favor, note que esse valores são atualmente para o usuário específico e s - + Process Processo @@ -9401,28 +9439,28 @@ Por favor, note que esse valores são atualmente para o usuário específico e s Bloquear também o acesso de leitura aos processos nessa caixa - + Add Option Adicionar Opção - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. Aqui você pode configurar opções avançadas por processo para melhorar a compatibilidade e/ou personalizar o comportamento do sandbox. - + Option Opção - + These commands are run UNBOXED after all processes in the sandbox have finished. - + Don't allow sandboxed processes to see processes running outside any boxes Não permitir que processos nas caixas vejam processos em execução fora de qualquer caixa @@ -9437,47 +9475,47 @@ Por favor, note que esse valores são atualmente para o usuário específico e s Alguns programas recuperam detalhes do sistema via WMI (Windows Management Instrumentation), um banco de dados integrado do Windows, em vez de usar métodos convencionais. Por exemplo, 'tasklist.exe' pode acessar uma lista completa de processos mesmo se 'HideOtherBoxes' estiver ativado. Ative essa opção para evitar tal comportamento. - + DNS Request Logging Registro de Solicitação DNS - + Syscall Trace (creates a lot of output) Syscall Trace (cria muita saída) - + Templates Modelos - + Open Template Abrir Modelo - + 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. As configurações a seguir permitem usar o sandboxie em combinação com software de acessibilidade. Note que algumas medidas de proteção do sandboxie seram perdidas quando essas configurações estiverem em vigor. - + Edit ini Section Editar Seção ini - + Edit ini Editar ini - + Cancel Cancelar - + Save Salvar @@ -9501,7 +9539,7 @@ Por favor, note que esse valores são atualmente para o usuário específico e s QObject - + Drive %1 Drive %1 @@ -9509,27 +9547,27 @@ Por favor, note que esse valores são atualmente para o usuário específico e s QPlatformTheme - + OK - + Apply Aplicar - + Cancel Cancelar - + &Yes &Sim - + &No &Não @@ -9881,7 +9919,8 @@ Por favor, note que esse valores são atualmente para o usuário específico e s - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_pt_PT.ts b/SandboxiePlus/SandMan/sandman_pt_PT.ts index 631250a5..28c8a154 100644 --- a/SandboxiePlus/SandMan/sandman_pt_PT.ts +++ b/SandboxiePlus/SandMan/sandman_pt_PT.ts @@ -1766,8 +1766,8 @@ Nota: A verificação de actualização geralmente está por trás da versão ma - - + + @@ -1818,7 +1818,7 @@ Nota: A verificação de actualização geralmente está por trás da versão ma - + @@ -1893,93 +1893,93 @@ Nota: A verificação de actualização geralmente está por trás da versão ma Raiz do ipc do Sandbox - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: Adicionar opção especial: - - + + On Start Ao iniciar - - - - - + + + + + Run Command Rodar comando - + Start Service Iniciar Serviço - + On Init Ao Iniciar - + On File Recovery Na recuperação de ficheiros - + On Delete Content Ao apagar conteúdo - + On Terminate - - - - - + + + + + Please enter the command line to be executed Digite a linha de comando a ser executada - + Please enter a program file name to allow access to this sandbox - + Please enter a program file name to deny access to this sandbox - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -1988,12 +1988,12 @@ Nota: A verificação de actualização geralmente está por trás da versão ma Introduza o nome do programa - + Deny Negar - + %1 (%2) Same as in source %1 (%2) @@ -2259,7 +2259,7 @@ Nota: A verificação de actualização geralmente está por trás da versão ma Executáveis (*.exe *.cmd);;Todos os ficheiros (*.*) - + Please enter a service identifier Por favor, introduza um identificador de serviço @@ -2362,7 +2362,7 @@ Nota: A verificação de actualização geralmente está por trás da versão ma - + Allow @@ -3052,17 +3052,17 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 A aguar pela pasta: %1 - + Deleting folder: %1 A apagar pasta: %1 - + Merging folders: %1 &gt;&gt; %2 A fundir pastas: %1 &gt;&gt; %2 @@ -3071,7 +3071,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, A fundir pastas: %1 >> %2 - + Finishing Snapshot Merge... A fundir Instantâneo Finalizada... @@ -3079,7 +3079,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Desativado @@ -3092,32 +3092,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, NÃO SEGURO (configurar depuração) - + OPEN Root Access ABRIR Acesso Raiz - + Application Compartment Compartimento de Aplicação - + NOT SECURE NÃO SEGURO - + Reduced Isolation Isolamento Reduzido - + Enhanced Isolation Isolamento Aprimorado - + Privacy Enhanced Privacidade Aprimorada @@ -3126,33 +3126,33 @@ Unlike the preview channel, it does not include untested, potentially breaking, Registro de API - + No INet (with Exceptions) Sem INet (com Exceções) - + No INet Sem Internet - + Net Share Kept original for lack of good German wording Compartilhar Rede - + No Admin Sem Administrador - + Auto Delete Auto apagar - + Normal Normal @@ -3161,7 +3161,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -3176,22 +3176,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, Clique para aplicar a actualização - + %1 Directory: %2 Pasta de %1: %2 - + Application Aplicação - + Installation instalação - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3199,84 +3199,84 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - + Do you want the setup wizard to be omitted? - + The selected feature requires an <b>advanced</b> supporter certificate. - + The selected feature set is only available to project supporters.<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 certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! - + The Certificate Signature is invalid! - + The Certificate is not suitable for this product. - + The Certificate is node locked. - + The support certificate is not valid. Error: %1 - - + + Don't ask in future Não perguntar no futuro - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? - + Reset Columns Repor Colunas - + Copy Cell Copiar Célula - + Copy Row Copiar Linha - + Copy Panel Copiar Painel @@ -3571,7 +3571,7 @@ Error: %1 - + About Sandboxie-Plus Acerca do Sandboxie-Plus @@ -3600,7 +3600,7 @@ Error: %1 - + Sandboxie-Plus Insider [%1] @@ -3800,58 +3800,58 @@ Error: %1 - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + <br />you need to be on the Great Patreon level or higher to unlock this feature. - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> @@ -3897,23 +3897,23 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Versão do Sbie+: %1 (%2) - + The supporter certificate is not valid for this build, please get an updated certificate O certificado de suporte não é válido para esta compilação, obtenha um certificado actualizado - + The supporter certificate has expired%1, please get an updated certificate The supporter certificate is expired %1 days ago, please get an updated certificate O certificado de suporte expirou %1, por favor obtenha um certificado actualizado - + , but it remains valid for the current build , mas permanece válido para a compilação actual - + The supporter certificate will expire in %1 days, please get an updated certificate O certificado de suporte irá expirar em %1 dias, obtenha um certificado actualizado @@ -3931,12 +3931,12 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a O programa %1 iniciado na caixa %2 será terminado em 5 minutos, porque a caixa foi configurada para utilizar recursos exclusivamente disponíveis para projetos suportados.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Torne-se um defensor do projeto</a>, e receba um <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificado de suporte</a> - + 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> O conjunto de recursos selecionado só está disponível para apoiadores do projetar. Os processos iniciados em uma caixa com este conjunto de recursos são ativados sem um certificado de suporte serão rescindidos após 5 minutos.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Tornar-se um apoiador do projeto</a>, e receba um <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificado de suporte</a> - + The evaluation period has expired!!! The evaluation periode has expired!!! O período de avaliação expirou!!! @@ -3959,47 +3959,47 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Importando: %1 - + Please enter the duration, in seconds, for disabling Forced Programs rules. Introduza a duração, em segundos, para desactivar as regras de Programas Forçados. - + No Recovery Sem recuperação - + No Messages Sem mensagens - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>ERRO:</b> O Sandboxie-Plus Manager (SandMan.exe) não possui uma assinatura válida (SandMan.exe.sig). Faça o download de uma versão confiável da <a href="https://sandboxie-plus.com/go.php?to=sbie-get">página de download oficial</a>. - + Maintenance operation failed (%1) Falha na operação de manutenção (%1) - + Maintenance operation completed Operação de manutenção concluída - + In the Plus UI, this functionality has been integrated into the main sandbox list view. Na Interface Plus, esta funcionalidade foi integrada à vista principal da lista do sandbox. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Usando o menu de contexto de caixa/grupo, você pode mover caixas e grupos para outros grupos. Você também pode utilizar arrastar e soltar para mover os itens. Como alternativa, você também pode utilizar as teclas de seta enquanto mantém ALT pressionada para mover itens para cima e para baixo dentro de seu grupo.<br />Poderá criar novas caixas e grupos no menu do Sandbox. - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4008,129 +4008,129 @@ This file is part of Sandboxie and all changed done to it will be reverted next Este ficheiro faz parte do Sandboxie e todas as alterações feitas nele serão revertidas na próxima vez que o Sandboxie for atualizado. - + Sandboxie config has been reloaded A definição do Sandboxie foi recarregada - + Error Status: 0x%1 (%2) Estado do Erro: 0x%1 (%2) - + Unknown Desconhecido - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. - + Failed to move box image '%1' to '%2' - + Failed to copy box data files Falha ao copiar os ficheiros de dados da caixa - + Failed to remove old box data files Falha ao remover ficheiros de dados de caixa antigas - + The operation was canceled by the user A operação foi cancelada pelo utilizador - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded Importação/Exportação não disponível, 7z.dll não pôde ser carregada - + Failed to create the box archive Falha ao criar o ficheiro da caixa - + Failed to open the 7z archive Falha ao abrir o ficheiro 7z - + Failed to unpack the box archive Falha ao descompactar o ficheiro da caixa - + The selected 7z file is NOT a box archive O ficheiro 7z selecionado NÃO é um ficheiro de caixa - + Unknown Error Status: 0x%1 Estado do Erro Desconhecido: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? - + Sandboxed - + Unsandboxed - + Case Sensitive Maiúsculas e minúsculas - + RegExp - + Highlight Realçar - + Close Fechar - + &Find ... &Localizar ... - + All columns Todas as colunas @@ -4167,11 +4167,11 @@ Você quer fazer a limpeza? - - - - - + + + + + Don't show this message again. Não mostrar esta mensagem novamente. @@ -4191,24 +4191,24 @@ Você quer fazer a limpeza? - A apagar o conteúdo da caixa de areia - + Auto Deleting %1 Content A apagar automaticamente o conteúdo %1 - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Erro - + Failed to stop all Sandboxie components Falha ao parar todos os componentes do Sandboxie - + Failed to start required Sandboxie components Falha ao iniciar os componentes exigidos do Sandboxie @@ -4225,12 +4225,12 @@ Você quer fazer a limpeza? Quer verificar se existe uma nova versão do Sandboxie-Plus? - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Alguns modelos de compatibilidade (%1) estão a faltar, provavelmente excluídos. Deseja removê-los de todas as caixas? - + Cleaned up removed templates... Limpar modelos removidos... @@ -4251,7 +4251,7 @@ Você quer fazer a limpeza? - 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 @@ -4260,7 +4260,7 @@ Sim vou definir: %1 Não vou definir: %2 - + Unknown operation '%1' requested via command line Operação desconhecida '%1' solicitada via linha de comando @@ -4275,128 +4275,134 @@ Não vou definir: %2 - + + + User canceled this operation. + + + + No Force Process Sem Processo Forçado - + USB sandbox not found; creating: %1 - + Executing OnBoxDelete: %1 A executar OnBoxDelete: %1 - + Removed Shortcut: %1 Atalho removido: %1 - + Updated Shortcut to: %1 - + Added Shortcut to: %1 Atalho adicionado para: %1 - + Executing OnBoxTerminate: %1 - + Auto deleting content of %1 A apagar automaticamente o conteúdo de %1 - + Auto removing sandbox %1 Removendo automaticamente a caixa %1 - + Sandboxie-Plus Version: %1 (%2) Versão do Sandboxie-Plus: %1 (%2) - + Current Config: %1 Definição actual: %1 - + Data Directory: %1 Pasta de dados: %1 - + for Personal use para uso Pessoal - + - for Non-Commercial use ONLY - APENAS para uso Não Comercial - + Default sandbox not found; creating: %1 Caixa de areia predefinida não encontrada; Criando: %1 - + - NOT connected - NÃO conectado - + Failed to configure hotkey %1, error: %2 - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. - + 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. O programa %1 iniciado na caixa %2 será encerrado em 5 minutos porque a caixa foi configurada para utilizar recursos disponíveis exclusivamente para apoiadores do projeto. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. A caixa %1 está configurada para utilizar recursos disponíveis exclusivamente para apoiadores do projeto, essas predefinições serão ignoradas. - - - - + + + + <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">Torne-se um apoiador do projeto</a>, e receba um <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">certificado de apoiador</a> @@ -4464,22 +4470,22 @@ Não vou definir: %2 - + Only Administrators can change the config. Apenas administradores podem mudar a definição. - + Please enter the configuration password. Por favor, introduza a palavra-passe de definição. - + Login Failed: %1 Falha no Login: %1 - + Do you want to terminate all processes in all sandboxes? Você deseja encerrar todos os processos em todas as caixas? @@ -4492,32 +4498,32 @@ Não vou definir: %2 Introduza a duração para desactivar programas forçados. - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus foi iniciado no modo portable é preciso construir os serviços necessários. Isso solicitará privilégios administrativos. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. CUIDADO: Outro agente (provavelmente SbieCtrl.exe) já está a gerir esta sessão do sandboxie, por favor, feche-o primeiro e reconecte para assumir o controlo. - + Executing maintenance operation, please wait... A executar operação de manutenção, por favor aguarde... - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Você também deseja repor as caixas de mensagens ocultas (sim) ou apenas todas as mensagens de registro (não)? - + The changes will be applied automatically whenever the file gets saved. As alterações serão aplicadas automaticamente sempre que o ficheiro for salvo. - + The changes will be applied automatically as soon as the editor is closed. As alterações serão aplicadas automaticamente assim que o editor for fechado. @@ -4526,82 +4532,82 @@ Não vou definir: %2 Estado do Erro: %1 - + Administrator rights are required for this operation. Direitos de administrador são necessários para esta operação. - + Failed to execute: %1 Falha ao rodar: %1 - + Failed to connect to the driver Falha ao se conectar com o controlador - + Failed to communicate with Sandboxie Service: %1 Falha ao se comunicar com o serviço Sandboxie: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 Um Sandboxie %1 incompatível foi encontrado. Versões compatíveis: %2 - + Can't find Sandboxie installation path. Não é possível encontrar o localização de instalação do Sandboxie. - + Failed to copy configuration from sandbox %1: %2 Falha ao copiar a definição do sandbox %1: %2 - + A sandbox of the name %1 already exists Uma caixa de areia com o nome %1 já existe - + Failed to delete sandbox %1: %2 Falha ao apagar sandbox %1: %2 - + The sandbox name can not be longer than 32 characters. O nome da caixa de área não pode ter mais de 32 caracteres. - + The sandbox name can not be a device name. O nome da caixa de areia não pode ser um nome de dispositivo. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. O nome da caixa de areia pode conter apenas letras, números e sublinhados que são exibidos como espaços. - + Failed to terminate all processes Falha ao terminar todos os processos - + Delete protection is enabled for the sandbox A proteção ao apagar está ativada para a caixa de areia - + All sandbox processes must be stopped before the box content can be deleted Todos os processos do sandbox devem ser interrompidos antes que o conteúdo da caixa possa ser excluído - + Error deleting sandbox folder: %1 Erro ao apagar a pasta da caixa de areia: %1 @@ -4610,42 +4616,42 @@ Não vou definir: %2 Uma caixa de areia deve ser esvaziada antes de ser renomeada. - + A sandbox must be emptied before it can be deleted. Uma caixa de areia deve ser esvaziada antes de ser eliminada. - + Failed to move directory '%1' to '%2' Falha ao mover pasta '%1' para '%2' - + This Snapshot operation can not be performed while processes are still running in the box. Esta operação de instantâneo não pode ser executada enquanto os processos ainda estiverem em execução na caixa. - + Failed to create directory for new snapshot Falha ao construir pasta para novo instantâneo - + Snapshot not found Instantâneo não encontrado - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Erro ao fundir os diretórios de instantâneo '%1' com '%2', o instantâneo não foi totalmente mesclado. - + Failed to remove old snapshot directory '%1' Falha ao remover pasta de instantâneo antigo '%1' - + Can't remove a snapshot that is shared by multiple later snapshots Não é possível remover instantâneos compartilhado por vários instantâneos posteriores @@ -4654,27 +4660,27 @@ Não vou definir: %2 Falha ao remover RegHive antigo - + You are not authorized to update configuration in section '%1' Você não está concedido a atualizar a definição na seção '%1' - + Failed to set configuration setting %1 in section %2: %3 Falha ao definir a definição de definição %1 na seção %2: %3 - + Can not create snapshot of an empty sandbox Não é possível construir instantâneo de uma caixa de areia vazia - + A sandbox with that name already exists Uma caixa de areia com este nome já existe - + The config password must not be longer than 64 characters A palavra-passe de definição não deve ter mais de 64 caracteres @@ -4683,7 +4689,7 @@ Não vou definir: %2 Estado de erro desconhecido: %1 - + Operation failed for %1 item(s). A operação falhou para %1 item(ns). @@ -4692,7 +4698,7 @@ Não vou definir: %2 Deseja abrir %1 num Navegador web na caixa de areia (sim) ou fora da caixa de areia (não)? - + Remember choice for later. Lembrar escolha mais tarde. @@ -4789,32 +4795,32 @@ Não vou definir: %2 Caixa de Grupo - + Empty Vazio - + Name Nome - + Process ID ID - + Status Estado - + Title Título - + Info @@ -4823,7 +4829,7 @@ Não vou definir: %2 Horário - + Path / Command Line Localização / Linha de Comando @@ -5038,38 +5044,38 @@ Não vou definir: %2 CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count @@ -5554,30 +5560,30 @@ Não vou definir: %2 Exportando: %1 - - + + Also delete all Snapshots Apagar também todos os Instantâneos - + Do you really want to delete the content of all selected sandboxes? Deseja realmente apagar o conteúdo de todas as caixas selecionadas? - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. O menu Iniciar do Sandboxie agora será exibido. Seleccione uma aplicação no menu e o Sandboxie criará um novo ícone de atalho em sua área de trabalho real, que você pode utilizar para invocar a aplicação seleccionada sob a supervisão do Sandboxie. - + Do you want to terminate %1? Do you want to %1 %2? Pretende terminar %1? - + the selected processes os processos selecionados @@ -5660,36 +5666,46 @@ Não vou definir: %2 - + Don't show this message again. Não mostrar esta mensagem novamente. - + This Sandbox is empty. Esta caixa está vazia. - + Please enter a new name for the Sandbox. Introduza um novo nome para caixa de areia. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? Você realmente deseja remover a(s) caixa(s) de areia?<br /><br />Aviso: O conteúdo da caixa também será excluído! - + This Sandbox is already empty. Esta Caixa de Areia já está vazia. - - + + Do you want to delete the content of the selected sandbox? Deseja apagar o conteúdo da caixa de areia selecionada? @@ -5698,19 +5714,19 @@ Não vou definir: %2 Tem certeza que deseja apagar o conteúdo de várias caixas de areia? - + Do you want to terminate all processes in the selected sandbox(es)? Você deseja encerrar todos os processos na(s) caixa(s) selecionada(s)? - - + + Terminate without asking Encerrar sem perguntar - - + + Create Shortcut to sandbox %1 Construir Atalho para a Caixa %1 @@ -5720,14 +5736,14 @@ Não vou definir: %2 Deseja %1 o(s) processo(s) selecionado(s)? - + This box does not have Internet restrictions in place, do you want to enable them? Esta caixa não possui restrições à Internet. Deseja ativá-las? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Esta caixa está desativada, deseja ativá-la? @@ -7404,7 +7420,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the system from sandboxed processes Proteger o sistema de processos do sandbox @@ -7593,12 +7609,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an Restrições de impressão - + Network restrictions Restrições de rede - + Block network files and folders, unless specifically opened. Bloquear ficheiros e pastas de rede, a menos que especificamente abertos. @@ -7618,18 +7634,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - + + + + + + + + + + + + Name Nome @@ -7646,28 +7662,28 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Remover @@ -7680,13 +7696,13 @@ If you are a great patreaon supporter already, sandboxie can check online for an Aqui você pode especificar programas ou serviços que devem ser iniciados automaticamente na caixa de areia quando ela for ativada - - - - - - - + + + + + + + Type Tipo @@ -7699,21 +7715,21 @@ If you are a great patreaon supporter already, sandboxie can check online for an Adicionar serviço - + Program Groups Grupos de Programas - + Add Group Adicionar Grupo - - - - - + + + + + Add Program Adicionar Programa @@ -7726,42 +7742,42 @@ If you are a great patreaon supporter already, sandboxie can check online for an Programas Forçados - + Force Folder Pasta Forçada - - - + + + Path Localização - + Force Program Programa Forçado - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Mostrar Modelos @@ -7800,7 +7816,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Abrir Credencias de Armazenamento do Windows (modo de utilizador) - + Prevent change to network and firewall parameters (user mode) Impedir a alteração de parâmetros de rede e firewall (modo de utilizador) @@ -7850,34 +7866,34 @@ If you are a great patreaon supporter already, sandboxie can check online for an O uso de um token do sandboxie personalizado permite isolar melhor as caixas individuais umas das outras e mostra na coluna do utilizador dos gerenciadores de tarefas o nome da caixa à qual um processo pertence. Algumas soluções de segurança de terceiros podem, no entanto, ter problemas com tokens personalizados. - + 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. Você pode agrupar programas juntos e dar-lhes um nome de grupo. Grupos de programas podem ser usados ​​com algumas das definições em vez de nomes de programas. Grupos definidos para a caixa sobrescrever grupos definidos em modelos. - + Force Programs Programas Forçados - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Programas inseridos aqui, ou iniciados a partir de locais inseridos, serão colocados nesta caixa automaticamente, a menos que seja explicitamente iniciado em outra caixa de areia. - + Breakout Programs Programas Fora - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. Os programas inseridos aqui poderão sair desta caixa de proteção quando forem iniciados. Também é possível capturá-los em outra caixa, por exemplo, para ter seu navegador sempre aberto em uma caixa dedicada. - - + + Stop Behaviour Parar Comportamento @@ -7902,32 +7918,32 @@ If leader processes are defined, all others are treated as lingering processes.< Se os processos líderes forem definidos, todos os outros serão tratados como processos persistentes. - + Start Restrictions Restrições ao Iniciar - + Issue message 1308 when a program fails to start Emitir mensagem 1308 quando um programa não iniciar - + Allow only selected programs to start in this sandbox. * Permitir que apenas programas selecionados sejam iniciados nesta caixa de areia. * - + Prevent selected programs from starting in this sandbox. Impedir que programas selecionados sejam iniciados nesta caixa de areia. - + Allow all programs to start in this sandbox. Permitir que todos os programas comecem nesta caixa de areia. - + * Note: Programs installed to this sandbox won't be able to start at all. * Nota: Programas instalados nesta caixa de areia não serão capazes de iniciar em todas. @@ -7936,12 +7952,12 @@ Se os processos líderes forem definidos, todos os outros serão tratados como p Restrições à Internet - + Process Restrictions Restrições de Processo - + Issue message 1307 when a program is denied internet access Emitir mensagem 1307 quando um programa for negado de aceder à internet @@ -7950,27 +7966,27 @@ Se os processos líderes forem definidos, todos os outros serão tratados como p Bloquear acesso à internet para todos os programas, exceto aqueles adicionados à lista. - + Prompt user whether to allow an exemption from the blockade. Solicitar ao utilizador se permite uma isenção do bloqueio. - + Note: Programs installed to this sandbox won't be able to access the internet at all. Nota: Os programas instalados nesta caixa de areia não poderão aceder a internet. - - - - - - + + + + + + Access Acesso - + Set network/internet access for unlisted processes: Definir acesso a rede/internet para processos não listados: @@ -7979,46 +7995,46 @@ Se os processos líderes forem definidos, todos os outros serão tratados como p Restrições de Rede - + Test Rules, Program: Testar Regras, Programa: - + Port: Porta: - + IP: - + Protocol: Protocolo: - + X - + Add Rule Adicionar Regra - - - - - - - - - + + + + + + + + + Program Programa @@ -8101,56 +8117,58 @@ Se os processos líderes forem definidos, todos os outros serão tratados como p Isolamento de Acesso - + Image Protection Proteção de Imagem - + Issue message 1305 when a program tries to load a sandboxed dll Emitir mensagem 1305 quando um programa tenta carregar uma dll na caixa de areia - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox Impedir que programas das caixas instalados no host carreguem dll's do sandbox - + Dlls && Extensions - + Description - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. As regras de acesso a recursos do sandboxie geralmente discriminam os binários do programa localizados dentro do sandbox. OpenFilePath e OpenKeyPath funcionam apenas para binários de aplicativos localizados no host nativamente. Para definir uma regra sem essa restrição, deve-se utilizar OpenPipePath ou OpenConfPath. Da mesma forma, todas as diretivas Closed(File|Key|Ipc)Path que são definidas por negação, por exemplo 'ClosedFilePath =! iexplore.exe,C:Users*’ será sempre fechado para binários localizados dentro de uma caixa. Ambas as políticas de restrição podem ser desativadas na página “Políticas de Acesso”. Isso é feito para evitar que processos invasores dentro do sandbox criem uma cópia renomeada de si mesmos e acessem recursos protegidos. Outro vetor de exploração é a injeção de uma biblioteca em um processo autorizado para obter acesso a tudo o que é permitido acessar.Usando a proteção de imagem do host, isso pode ser evitado bloqueando os aplicativos (instalados no host) executados dentro de uma caixa de carregar bibliotecas do próprio sandbox. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. - + Disable forced Process and Folder for this sandbox Desactivar processo e pasta forçados para essa caixa - + Breakout Program Programa Fora - + Breakout Folder Pasta Fora @@ -8161,7 +8179,8 @@ Isso é feito para evitar que processos invasores dentro do sandbox criem uma c - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. @@ -8257,104 +8276,110 @@ Isso é feito para evitar que processos invasores dentro do sandbox criem uma c + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + Create a new sandboxed token instead of stripping down the original token - + Force Children - + Lingering Programs Programas Remanescentes - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Os programas remanescentes serão encerrados automaticamente se ainda estiverem em execução após todos os outros processos terem sido encerrados. - + Leader Programs Programas Líderes - + If leader processes are defined, all others are treated as lingering processes. Se os processos líderes forem definidos, todos os outros serão tratados como processos remanescentes. - + Stop Options - + Use Linger Leniency - + Don't stop lingering processes with windows - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. - + Files Ficheiros - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Definir quais processos podem acessar Ficheiros, Pastas e Pipes. 'Aberto' o acesso só se aplica a binários de programas localizados fora da área de areia, você pode utilizar 'Aberto para Todos' em vez disso, para torná-lo aplicável a todos os programas ou mudar este comportamento na aba Políticas. - + Registry Registro - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Definir quais processos podem acessar o Registro. 'Aberto' o acesso só se aplica a binários de programas localizados fora da área restrita, você pode utilizar 'Aberto para Todos' em vez disso, para torná-lo aplicável a todos os programas ou mudar este comportamento na aba Políticas. - + IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Definir quais processos podem acessar objetos NT IPC como portas ALPC e outros processos de memória e contexto. Para especificar um processo, use '$:program.exe' como localização. - + Wnd - + Wnd Class Classe Wnd @@ -8364,73 +8389,73 @@ Para especificar um processo, use '$:program.exe' como localização.< Definir quais processos podem acessar objetos da Área de Trabalho, como Windows e similares. - + COM - + Class Id ID da Classe - + Configure which processes can access COM objects. Definir quais processos podem acessar objetos COM. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Não utilizar COM virtualizado, acesso aberto à infraestrutura COM dos hosts (não recomendado) - + Access Policies Políticas de Acesso - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Aplicar e Fechar...=!<programa>,... regras também para todos os binários localizados na caixa. - + Network Options Opções de Rede - - + + Action Ação - - + + Port Porta - - - + + + IP - + Protocol Protocolo - + 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. CUIDADO: A Plataforma de Filtragem do Windows não está ativada com o controlador, portanto, essas regras serão aplicadas apenas no modo de utilizador e não podem ser impostas!!! Isso significa que as aplicações maliciosas podem contorná-las. - + Resource Access Acesso a Recursos @@ -8447,39 +8472,39 @@ O ficheiro 'Aberto' e o acesso de teclas aplica-se apenas aos binário Você pode utilizar 'Abrir para Todos' em vez de fazê-lo aplicar a todos os programas ou mudar este comportamento na Política de abas. - + Add File/Folder Adicionar Ficheiro/Pasta - + Add Wnd Class Adicionar Wnd Class - + Move Down Mover para Baixo - + Add IPC Path Adicionar Localização IPC - + Add Reg Key Adicionar Chave de Registro - + Add COM Object Adicionar Objecto COM - + Move Up Mover para Cima @@ -8501,52 +8526,52 @@ Para aceder ficheiros, você pode utilizar o 'Direto a Todos' em vez d Aplicar e Fechar...=!<programa>,... diretivas também para todos os binários localizados na caixa de areia. - + File Recovery Recuperação de Ficheiros - + Add Folder Adicionar Pasta - + Ignore Extension Ignorar Extensão - + Ignore Folder Ignorar Pasta - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Activar mensagem de recuperação imediata para poder recuperar ficheiros assim que for criado. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Você pode apagar pastas e tipos de ficheiros (ou extensões de ficheiros) da Recuperação Imediata. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Quando a função Recuperação Rápida for invocada, as seguintes pastas serão verificadas para obter conteúdo da caixa de areia. - + Advanced Options Opções Avançadas - + Miscellaneous Diversos - + Don't alter window class names created by sandboxed programs Não mudar nomes das classes de janelas criadas por programas na caixa de areia @@ -8562,7 +8587,7 @@ Para aceder ficheiros, você pode utilizar o 'Direto a Todos' em vez d - + Protect the sandbox integrity itself Proteger integridade da própria caixa de areia @@ -8587,7 +8612,7 @@ Para aceder ficheiros, você pode utilizar o 'Direto a Todos' em vez d Isolamento da caixa de areia - + Force usage of custom dummy Manifest files (legacy behaviour) Forçar uso de ficheiros de manifesto fictícios personalizados (comportamento legado) @@ -8600,34 +8625,34 @@ Para aceder ficheiros, você pode utilizar o 'Direto a Todos' em vez d Políticas de Acesso a Recursos - + 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. A especificidade da regra é uma medida de quão bem uma determinada regra corresponde a um localização específico, basta colocar a especificidade é o comprimento dos caracteres desde o início do localização até e incluindo o último substramento não curinga correspondente. Uma regra que corresponde apenas tipos de ficheiros como "*.tmp" teria a maior especificidade, pois sempre corresponderia a todo o localização do ficheiro. O nível de correspondência do processo tem uma prioridade maior do que a especificidade e descreve como uma regra se aplica a um determinado processo. As regras aplicáveis por nome ou grupo do processo têm o nível de correspondência mais forte, seguidas pela correspondência por negação (ou seja, regras aplicáveis a todos os processos, exceto o dado), enquanto os níveis mais baixos de correspondência têm correspondências globais, ou seja, regras que se aplicam a qualquer processo. - + Prioritize rules based on their Specificity and Process Match Level Priorizar regras com base em sua Especificidade e Nível de Correspondência de Processos - + Privacy Mode, block file and registry access to all locations except the generic system ones Modo de Privacidade, bloquear o acesso de ficheiros e registros a todos os locais, exceto os genéricos do sistema - + Access Mode Modo de Acesso - + 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. Quando o Modo de Privacidade estiver ativado, os processos com caixa de areia só poderão ler C:\Windows\*, C:\Program Files\*, e partes do registro HKLM, todos os outros locais precisarão de acesso explícito para serem legíveis e/ou graváveis. Neste modo, a Especificação de Regra está sempre ativada. - + Rule Policies Políticas de Regras @@ -8636,7 +8661,7 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Aplicar Fechar...=!<programa>,... regras também para todos os binários localizados na caixa de areia. - + Apply File and Key Open directives only to binaries located outside the sandbox. Aplicar diretivas Abertas de Ficheiro e Chave apenas para binários localizados fora da caixa de areia. @@ -8651,8 +8676,8 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Permitir apenas processos privilegiados para acessar o Gerenciador de Controlo de Serviços - - + + Compatibility Compatibilidade @@ -8666,7 +8691,7 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Adicionar processos de caixa de areia a objetos de trabalho (recomendado) - + Emulate sandboxed window station for all processes Emular estação de janela da caixa de areia para todos os processos @@ -8678,8 +8703,9 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Isolamento de segurança através do uso de um token de processo fortemente restrito é o principal meio da Sandboxie de impor restrições de caixa de areia, quando esta é desativada a caixa é operada no modo compartimento de aplicativos, ou seja, não está mais fornecendo segurança confiável, apenas compartimentação simples da aplicação. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Isolamento de segurança através do uso de um token de processo fortemente restrito é o principal meio da Sandboxie de impor restrições de caixa de areia, quando esta é desativada a caixa é operada no modo compartimento de aplicativos, ou seja, não está mais fornecendo segurança confiável, apenas compartimentação simples da aplicação. @@ -8710,12 +8736,12 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Abrir acesso à Autoridade de Segurança Local do Windows - + Program Control Controlo de Programa - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Desactivar o uso do RpcMgmtSetComTimeout predefinido (isso pode resolver problemas de compatibilidade) @@ -8772,32 +8798,32 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Esconder Processo - + Add Process Adicionar Processo - + Hide host processes from processes running in the sandbox. Esconder processos do host de processos em execução na sandbox. - + Don't allow sandboxed processes to see processes running in other boxes Não permitir que processos do sandbox vejam processos em execução de outras caixas - + Users Usuários - + Restrict Resource Access monitor to administrators only Restringir o monitor de acesso a recursos apenas para administradores - + Add User Adicionar Utilizador @@ -8806,7 +8832,7 @@ O nível de correspondência do processo tem uma prioridade maior do que a espec Remover Utilizador - + 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. @@ -8815,7 +8841,7 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Nota: As definições de programas e pastas forçadas para uma caixa de areia não se aplicam a contas de usuários que não podem utilizar o sandbox. - + Tracing Rastreamento @@ -8825,22 +8851,22 @@ Nota: As definições de programas e pastas forçadas para uma caixa de areia n Rastreamento de chamada de API (requer logapi instalado na pasta sbie) - + Pipe Trace Rastreamento de Pipe - + Log all SetError's to Trace log (creates a lot of output) Registro SetError's para todas os registro de Rastreamento (cria muitas saídas) - + Log Debug Output to the Trace Log Registrar a saída de depuração no registro de rastreamento - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8863,37 +8889,37 @@ ao invés de "*". Rastreamento Ntdll syscall (cria muita saída) - + File Trace Rastreamento de Ficheiro - + Disable Resource Access Monitor Desactivar Monitor de Acesso ao Recurso - + IPC Trace Rastreamento IPC - + GUI Trace Rastreamento de GUI - + Resource Access Monitor Monitor de Acesso ao Recurso - + Access Tracing Rastrear acesso - + COM Class Trace Rastreamento de Classe COM @@ -8902,41 +8928,41 @@ ao invés de "*". <- para um desses acima não se aplica - + Triggers Gatilhos - + Event Evento - - - - + + + + Run Command Rodar Comando - + Start Service Iniciar Serviço - + These events are executed each time a box is started Esses eventos são executados sempre que uma caixa é iniciada - + On Box Start Ao iniciar uma caixa - - + + These commands are run UNBOXED just before the box content is deleted Esses comandos são executados FORA DA CAIXA logo antes do conteúdo da caixa ser excluído @@ -8956,163 +8982,167 @@ ao invés de "*". - + DNS Filter - + Add Filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. - + Domain - + Internet Proxy - + Add Proxy - + Test Proxy - + Auth - + Login - + Password - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. - + Resolve hostnames via proxy - + Restart force process before they begin to execute - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Esses comandos são executados apenas quando uma caixa é inicializada. Para fazê-los funcionar novamente, o conteúdo da caixa deve ser excluído. - + On Box Init Ao criar uma caixa - + Here you can specify actions to be executed automatically on various box events. Aqui você pode especificar acções a serem executadas automaticamente em vários eventos de caixa. - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + API call Trace (traces all SBIE hooks) - + Key Trace Rastreamento de Chave - - + + Network Firewall Firewall de Rede - + Debug Depurar - + WARNING, these options can disable core security guarantees and break sandbox security!!! ADVERTÊNCIA, essas opções podem desactivar as garantias de segurança essenciais e interromper a segurança da sandbox!!! - + These options are intended for debugging compatibility issues, please do not use them in production use. Essas opções destinam-se a depurar problemas de compatibilidade, não as use em produção. - + App Templates Modelos de Aplicação @@ -9121,22 +9151,22 @@ ao invés de "*". Modelos de Compatibilidade - + Filter Categories Categorias de Filtro - + Text Filter Filtro de Texto - + Add Template Adicionar Modelo - + This list contains a large amount of sandbox compatibility enhancing templates Esta lista contém uma grande quantidade de modelos de compatibilidade de caixa de areia @@ -9145,17 +9175,17 @@ ao invés de "*". Remover Modelo - + Category Categoria - + Template Folders Pasta de Modelos - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -9164,23 +9194,23 @@ Please note that this values are currently user specific and saved globally for Por favor, note que este valores são atualmente para o utilizador específico e salvo globalmente para todas as caixas. - - + + Value Valor - + Accessibility Acessibilidade - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Para compensar a proteção perdida, consulte a página de definições de Liberar Direitos no grupo de definições de Restrições. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Leitores de eclã: JAWS, NVDA, Window-Eyes, Acesso ao Sistema @@ -9200,22 +9230,22 @@ Por favor, note que este valores são atualmente para o utilizador específico e - + Configure which processes can access Desktop objects like Windows and alike. - + Other Options - + Port Blocking - + Block common SAMBA ports @@ -9237,52 +9267,52 @@ Por favor, note que este valores são atualmente para o utilizador específico e - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. - + Bypass IPs - + Block DNS, UDP port 53 - + Quick Recovery Recuperação Rápida - + Immediate Recovery Recuperação Imediata - + Various Options Várias opções - + Apply ElevateCreateProcess Workaround (legacy behaviour) Aplicar ElevateCreateProcess solução alternativa (comportamento herdado) - + Use desktop object workaround for all processes - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. @@ -9314,33 +9344,33 @@ Por favor, note que este valores são atualmente para o utilizador específico e - + On Box Terminate - + This command will be run before the box content will be deleted Este comando será executado antes que o conteúdo da caixa seja excluído - + On File Recovery Ao recuperar ficheiros - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked Este comando será executado antes de um ficheiro ser recuperado e o localização do ficheiro será passado como primeiro argumento. Se este comando retornar algo diferente de 0, a recuperação será bloqueada - + Run File Checker Rodar Verificador de Ficheiros - + On Delete Content Ao apagar conteúdo @@ -9351,7 +9381,7 @@ Por favor, note que este valores são atualmente para o utilizador específico e - + Process Processo @@ -9360,73 +9390,73 @@ Por favor, note que este valores são atualmente para o utilizador específico e Bloquear também o acesso de leitura aos processos nesta caixa - + Add Option Adicionar Opção - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. Aqui você pode configurar opções avançadas por processo para melhorar a compatibilidade e/ou personalizar o comportamento do sandbox. - + Option Opção - + These commands are run UNBOXED after all processes in the sandbox have finished. - + Don't allow sandboxed processes to see processes running outside any boxes - + DNS Request Logging - + Syscall Trace (creates a lot of output) - + Templates Modelos - + Open Template - + 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. As definições a seguir permitem utilizar o sandboxie em combinação com software de acessibilidade. Note que algumas medidas de proteção do sandboxie será perdida quando essas definições estão em vigor. - + Edit ini Section Editar Seção ini - + Edit ini Editar ini - + Cancel Cancelar - + Save Salvar @@ -9450,7 +9480,7 @@ Por favor, note que este valores são atualmente para o utilizador específico e QObject - + Drive %1 Drive %1 @@ -9458,27 +9488,27 @@ Por favor, note que este valores são atualmente para o utilizador específico e QPlatformTheme - + OK - + Apply Aplicar - + Cancel Cancelar - + &Yes &Sim - + &No &Não @@ -9830,7 +9860,8 @@ Por favor, note que este valores são atualmente para o utilizador específico e - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_ru.ts b/SandboxiePlus/SandMan/sandman_ru.ts index 7d5c66bb..d2518137 100644 --- a/SandboxiePlus/SandMan/sandman_ru.ts +++ b/SandboxiePlus/SandMan/sandman_ru.ts @@ -1556,8 +1556,8 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + @@ -1608,7 +1608,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + @@ -1677,103 +1677,103 @@ Note: The update check is often behind the latest GitHub release to ensure that Корень IPC песочницы - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: Добавить специальную опцию: - - + + On Start При запуске - - - - - + + + + + Run Command Выполнить комманду - + Start Service Запустить службу - + On Init При инициализации - + On File Recovery При восстановлении файлов - + On Delete Content При удалении контента - + On Terminate При завершении - - - - - + + + + + Please enter the command line to be executed Пожалуйста, введите командную строку для выполнения - + Please enter a program file name to allow access to this sandbox Введите имя файла программы, чтобы разрешить доступ к этой песочнице - + Please enter a program file name to deny access to this sandbox Введите имя файла программы, чтобы запретить доступ к этой песочнице - + Deny Отклонить - + %1 (%2) %1 (%2) - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -2017,7 +2017,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Заголовок образа восстановлен - + Please enter a service identifier Пожалуйста, введите идентификатор службы @@ -2112,7 +2112,7 @@ Note: The update check is often behind the latest GitHub release to ensure that запись: IP или порт не могут быть пустыми - + Allow @@ -2778,22 +2778,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 Ожидание папки: %1 - + Deleting folder: %1 Удаление папки: %1 - + Merging folders: %1 &gt;&gt; %2 Слияние папок: %1 и %2 - + Finishing Snapshot Merge... Завершение слияния снимков... @@ -2801,67 +2801,67 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Отключено - + OPEN Root Access ОТКРЫТЬ Root-доступ - + Application Compartment Контейнер для приложений - + NOT SECURE НЕ БЕЗОПАСНЫЙ - + Reduced Isolation Сниженная изоляция - + Enhanced Isolation Повышенная изоляция - + Privacy Enhanced Повышенная конфиденциальность - + No INet (with Exceptions) Нет INet (с исключениями) - + No INet Без интернета - + Net Share Общая сеть - + No Admin Без прав администратора - + Auto Delete Автоудаление - + Normal Нормальный @@ -2870,27 +2870,27 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 - + Reset Columns Сбросить столбцы - + Copy Cell Копировать ячейку - + Copy Row Копировать строку - + Copy Panel Копировать панель @@ -3127,7 +3127,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + About Sandboxie-Plus О Sandboxie-Plus @@ -3185,11 +3185,11 @@ Do you want to do the clean up? - - - - - + + + + + Don't show this message again. Больше не показывать это сообщение. @@ -3214,61 +3214,61 @@ Do you want to do the clean up? <br /><br />Эта песочница <a href="sbie://docs/privacy-mode">запрещает доступ ко всем данным пользователя</a>, кроме тех, которые явно разрешены в опциях доступа к ресурсам. - + Unknown operation '%1' requested via command line Неизвестная операция '%1' запрошена из командной строки - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Ваша сборка Windows %1 превышает текущие возможности поддержки вашей версии Sandboxie, что приводит к отключению изоляции безопасности на основе токенов. Следовательно, все приложения будут работать в режиме отсека приложений без безопасной изоляции. Пожалуйста, проверьте, есть ли обновление для sandboxie. - + Don't show this message again for the current build. Больше не показывать это сообщение для текущей сборки. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. Ваша сборка Windows %1 превышает текущие известные возможности поддержки вашей версии Sandboxie. Sandboxie попытается использовать последние известные смещения, что может привести к нестабильности системы. - + Do you want the setup wizard to be omitted? Вы хотите, чтобы мастер установки был пропущен? - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Ошибка - + Failed to stop all Sandboxie components Не удалось остановить все компоненты Sandboxie - + Failed to start required Sandboxie components Не удалось запустить необходимые компоненты Sandboxie - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Некоторые шаблоны совместимости (%1) отсутствуют, вероятно, удалены. Удалить их из всех песочниц? - + Cleaned up removed templates... Убраны удаленные шаблоны... - + 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 @@ -3277,32 +3277,32 @@ 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 дн., получите обновленный сертификат - + Default sandbox not found; creating: %1 Песочница по умолчанию не найдена; создание: %1 @@ -3322,17 +3322,17 @@ No will choose: %2 - Удаление содержимого песочницы - + Auto Deleting %1 Content Автоудаление содержимого %1 - + - NOT connected - НЕ подключено - + 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> @@ -3389,127 +3389,127 @@ No will choose: %2 - + 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? Вы хотите завершить все процессы во всех песочницах? - + 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 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? Хотите ли вы открыть %1 в изолированном или не изолированном веб-браузере? - + Sandboxed В песочнице - + Unsandboxed Без песочницы - + Case Sensitive Чувствительный к регистру - + RegExp Регулярное выражение - + Highlight Подсветить - + Close Закрыть - + &Find ... Найти (&) ... - + All columns Все столбцы - + Administrator rights are required for this operation. Для этой операции требуются права администратора. @@ -3637,50 +3637,50 @@ No will choose: %2 Журнал восстановления - + Executing OnBoxDelete: %1 Выполнение OnBoxDelete: %1 - + Auto deleting content of %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. Введите продолжительность в секундах, для отключения правил принудительных программ. @@ -3691,7 +3691,7 @@ No will choose: %2 - + Sandboxie-Plus Insider [%1] Sandboxie-Plus инсайдер [%1] @@ -3815,441 +3815,447 @@ No will choose: %2 - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + No Force Process Не принудительный процесс - + USB sandbox not found; creating: %1 USB-песочница не найдена; создание: %1 - + Removed Shortcut: %1 Удаленный ярлык: %1 - + Updated Shortcut to: %1 Ярлык обновлен: %1 - + Added Shortcut to: %1 Добавлен ярлык для: %1 - + Executing OnBoxTerminate: %1 Выполнение OnBoxTerminate: %1 - + Auto removing sandbox %1 Автоудаление песочницы %1 - + %1 Directory: %2 %1 Каталог: %2 - + Application Приложение - + Installation Установка - + for Personal use для личного использования - + - for Non-Commercial use ONLY - ТОЛЬКО для некоммерческого использования - + Failed to configure hotkey %1, error: %2 Не удалось настроить горячую клавишу %1, ошибка: %2 - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. Песочница %1 настроена на использование функций, доступных исключительно сторонникам проекта. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. Песочница %1 настроена на использование функций, требующих <b>расширенного</b> сертификата сторонника. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Обновите свой сертификат</a>, чтобы разблокировать расширенные функции. - + The selected feature requires an <b>advanced</b> supporter certificate. Для выбранной функции требуется <b>расширенный</b> сертификат сторонника. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br /> Чтобы разблокировать эту функцию, вы должны быть на Patreon уровне Большой или выше. - + The selected feature set is only available to project supporters.<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> - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! Сертификат, который вы пытаетесь использовать, заблокирован, то есть он признан недействительным по определенной причине. Любая попытка его использования является нарушением условий его использования! - + The Certificate Signature is invalid! Подпись сертификата недействительна! - + The Certificate is not suitable for this product. Сертификат не подходит для этого продукта. - + The Certificate is node locked. Сертификат заблокирован на узле. - + The support certificate is not valid. Error: %1 Сертификат сторонника недействителен. Ошибка: %1 - + The evaluation period has expired!!! Период оценки истек!!! - - + + Don't ask in future Не спрашивать в будущем - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? Вы хотите завершить все процессы в зашифрованных песочницах и размонтировать их? - + No Recovery Нет файлов для восстановления - + No Messages Нет сообщений - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>ОШИБКА:</b> Sandboxie-Plus Manager (SandMan.exe) не имеет действительной подписи (SandMan.exe.sig). Загрузите надежную версию с <a href="https://sandboxie-plus.com/go.php?to=sbie-get">официальной страницы загрузки</a>. - + Maintenance operation failed (%1) Операция обслуживания не удалась (%1) - + Maintenance operation completed Операция технического обслуживания завершена - + In the Plus UI, this functionality has been integrated into the main sandbox list view. В интерфейсе Plus, эта функция была интегрирована в основное представление списка песочницы. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Используя контекстное меню песочницы/группы, вы можете перемещать песочницы и группы в другие группы. Вы также можете использовать перетаскивание для перемещения элементов. В качестве альтернативы вы также можете использовать клавиши со стрелками, удерживая нажатой клавишу ALT, чтобы перемещать элементы вверх и вниз в пределах группы.<br />Вы можете создавать новые песочницы и группы из меню "Песочница". - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. Вы собираетесь редактировать Templates.ini, обычно это не рекомендуется. Этот файл является частью Sandboxie, и все внесенные в него изменения будут отменены при следующем обновлении Sandboxie. - + 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 - + All processes in a sandbox must be stopped before it can be renamed. Все процессы в песочнице должны быть остановлены, прежде чем ее можно будет переименовать. - + Failed to move directory '%1' to '%2' Не удалось переместить каталог '%1' в '%2' - + Failed to move box image '%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 Операция отменена пользователем - + The content of an unmounted sandbox can not be deleted Содержимое несмонтированной песочницы нельзя удалить - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded Импорт/экспорт недоступен, не удалось загрузить 7z.dll - + Failed to create the box archive Не удалось создать архив контейнера - + Failed to open the 7z archive Не удалось открыть 7z архив - + Failed to unpack the box archive Не удалось распаковать архив контейнера - + The selected 7z file is NOT a box archive Выбранный 7z файл НЕ является архивом контейнера - + Operation failed for %1 item(s). Операция не удалась для %1 элемента(ов). - + Remember choice for later. Запомнить выбор. - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>О Sandboxie-Plus</h3><p>Версия %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 Эта копия Sandboxie-Plus сертифицирована для: %1 - + Sandboxie-Plus is free for personal and non-commercial use. Sandboxie-Plus бесплатна для личного и некоммерческого использования. - + 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<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 />%2<br /><br />Функции: %3<br /><br />Установка: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Значки с сайта <a href="https://icons8.com">icons8.com</a> @@ -4287,37 +4293,37 @@ This file is part of Sandboxie and all change done to it will be reverted next t Группа песочницы - + Empty Пусто - + Name Имя - + Process ID ID процесса - + Status Статус - + Title Заголовок - + Info Информация - + Path / Command Line Путь / Командная строка @@ -4527,37 +4533,37 @@ This file is part of Sandboxie and all change done to it will be reverted next t CSbieTemplatesEx - + Failed to initialize COM Не удалось инициализировать COM - + Failed to create update session Не удалось создать сеанс обновления - + Failed to create update searcher Не удалось создать средство поиска обновлений - + Failed to set search options Не удалось задать опции поиска - + Failed to enumerate installed Windows updates Не удалось перечислить установленные обновления Windows - + Failed to retrieve update list from search result Не удалось получить список обновлений из результатов поиска - + Failed to get update count Не удалось получить количество обновлений @@ -5046,14 +5052,14 @@ This file is part of Sandboxie and all change done to it will be reverted next t - + Don't show this message again. Больше не показывать это сообщение. - + This Sandbox is empty. Эта песочница пуста. @@ -5095,78 +5101,88 @@ This file is part of Sandboxie and all change done to it will be reverted next t Экспорт: %1 - + Please enter a new name for the Sandbox. Введите новое имя для песочницы. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + 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 Завершить без запроса - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Cтартовое меню Sandboxie теперь будет отображено. Выберите приложение из меню, и Sandboxie создаст новый ярлык на вашем реальном рабочем столе, который вы можете использовать для вызова выбранного приложения под контролем Sandboxie. - - + + Create Shortcut to sandbox %1 Создать ярлык для песочницы %1 - + Do you want to terminate %1? Вы хотите завершить %1? - + the selected processes выбранные процессы - + This box does not have Internet restrictions in place, do you want to enable them? В этой песочнице нет ограничений на доступ к Интернет, вы хотите их включить? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Эта песочница отключена, вы хотите ее включить? @@ -6714,7 +6730,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Protect the system from sandboxed processes Защита системы от изолированных процессов @@ -6850,12 +6866,12 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Ограничения печати - + Network restrictions Сетевые ограничения - + Block network files and folders, unless specifically opened. Блокировать сетевые файлы и папки, если они специально не открываются. @@ -6871,18 +6887,18 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - - - - - - - - - - - - + + + + + + + + + + + + Name Имя @@ -6899,98 +6915,98 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Удалить - - - - - - - + + + + + + + Type Тип - + Program Groups Группы программ - + Add Group Добавить группу - - - - - + + + + + Add Program Добавить программу - + Force Folder Принудительная папка - - - + + + Path Путь - + Force Program Принудительная программа - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Показать шаблоны @@ -7051,8 +7067,9 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - Когда <a href="sbie://docs/boxencryption">шифрование песочницы</a> включено, ее корневая папка, включая куст реестра, сохраняется в зашифрованном образе диска с использованием <a href="https://diskcryptor.org">Disk Cryptor's</a> реализация AES-XTS. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + Когда <a href="sbie://docs/boxencryption">шифрование песочницы</a> включено, ее корневая папка, включая куст реестра, сохраняется в зашифрованном образе диска с использованием <a href="https://diskcryptor.org">Disk Cryptor's</a> реализация AES-XTS. @@ -7124,94 +7141,94 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Открыть хранилище учетных данных Windows (пользовательский режим) - + Create a new sandboxed token instead of stripping down the original token - + Force Children Принудительные дочерние - + DNS Filter DNS-фильтр - + Add Filter Добавить фильтр - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. С помощью DNS-фильтра можно блокировать отдельные домены на основе каждого процесса. Оставьте столбец IP пустым для блокировки или введите ip для перенаправления. - + Domain Домен - + Internet Proxy Интернет-прокси - + Add Proxy Добавить прокси - + Test Proxy Проверить прокси - + Auth Авторизация - + Login Логин - + Password Пароль - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. Программы, находящиеся в песочнице, можно заставить использовать заданный SOCKS5 прокси-сервер. - + Resolve hostnames via proxy Разрешение имен хостов через прокси-сервер - + Other Options Другие опции - + Prevent change to network and firewall parameters (user mode) Запретить изменение параметров сети и брандмауэра (пользовательский режим) - + Move Up Сдвинуть вверх - + Move Down Сдвинуть вниз @@ -7272,40 +7289,42 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Использовать логин Sandboxie вместо анонимного токена - + Configure which processes can access Desktop objects like Windows and alike. Настроить, какие процессы могут получать доступ к объектам рабочего стола, таким как Windows и т.п. - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. При нажатии глобальной горячей клавиши 3 раза подряд это исключение будет проигнорировано. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. Исключить завершение этой песочницы при вызове "Завершить все процессы". - + Image Protection Защита изображения - + Issue message 1305 when a program tries to load a sandboxed dll Выдать сообщение 1305, когда программа пытается загрузить изолированную dll - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Запретить программам в песочнице, установленным на хосте, загружать dll из песочницы - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Правила доступа к ресурсам Sandboxie часто дискриминируют двоичные файлы программ, расположенные внутри песочницы. OpenFilePath и OpenKeyPath работают только для двоичных файлов приложений, изначально расположенных на хосте. Чтобы определить правило без этого ограничения, необходимо использовать OpenPipePath или OpenConfPath. Аналогично, все директивы Closed(File|Key|Ipc)Path, которые определены отрицанием, например. ‘ClosedFilePath=! iexplore.exe,C:Users*’ всегда будет закрыт для двоичных файлов, находящихся внутри песочницы. Обе политики ограничения можно отключить на странице "Политики доступа". + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Правила доступа к ресурсам Sandboxie часто дискриминируют двоичные файлы программ, расположенные внутри песочницы. OpenFilePath и OpenKeyPath работают только для двоичных файлов приложений, изначально расположенных на хосте. Чтобы определить правило без этого ограничения, необходимо использовать OpenPipePath или OpenConfPath. Аналогично, все директивы Closed(File|Key|Ipc)Path, которые определены отрицанием, например. ‘ClosedFilePath=! iexplore.exe,C:Users*’ всегда будет закрыт для двоичных файлов, находящихся внутри песочницы. Обе политики ограничения можно отключить на странице "Политики доступа". Это делается для того, чтобы мошеннические процессы внутри песочницы не создавали переименованные копии самих себя и не получали доступ к защищенным ресурсам. Другой вектор эксплойта — внедрение библиотеки в авторизованный процесс, чтобы получить доступ ко всему, к чему ему разрешен доступ. С помощью Host Image Protection это можно предотвратить, заблокировав приложения (установленные на хосте), работающие внутри песочницы, от загрузки библиотек из самой песочницы. @@ -7334,113 +7353,113 @@ This is done to prevent rogue processes inside the sandbox from creating a renam Использование пользовательского токена Sandboxie позволяет лучше изолировать отдельные песочницы друг от друга, а также показывает в пользовательском столбце диспетчеров задач имя песочницы, к которой принадлежит процесс. Однако у некоторых сторонних решений безопасности могут быть проблемы с пользовательскими токенами. - + 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. Вы можете сгруппировать программы и дать группе название. Группы программ могут использоваться с некоторыми настройками вместо названий программ. Группы, определенные для песочницы, перезаписывают группы, определенные в шаблонах. - + Program Control Контроль программ - + Force Programs Принудительные программы - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Введенные здесь программы, или программы запущенные из указанных мест, будут автоматически помещены в эту песочницу, если они явно не запущены в другой песочнице. - + Disable forced Process and Folder for this sandbox Отключить принудительный процесс и папку для этой песочницы - + Breakout Programs Программы вне песочницы - + Breakout Program Программа вне песочницы - + Breakout Folder Папка вне песочницы - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. Программам, указанным здесь, будет разрешено выйти из этой песочницы при запуске. Также можно захватить их в другую песочницу, например, чтобы ваш веб-браузер всегда был открыт в определенной песочнице. - - + + Stop Behaviour Поведение остановки - + Start Restrictions Ограничения на запуск - + Issue message 1308 when a program fails to start Сообщение о проблеме 1308, когда программа не запускается - + 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. * Примечание: Программы, установленные в этой песочнице, вообще не запустятся. - + Process Restrictions Ограничения процесса - + Issue message 1307 when a program is denied internet access Сообщение о проблеме 1307, когда программе запрещен доступ в Интернет - + 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 Доступ @@ -7455,22 +7474,22 @@ This is done to prevent rogue processes inside the sandbox from creating a renam Ограничения - + Dlls && Extensions DLL и расширения - + Description Описание - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Функциональность Sandboxie можно расширить с помощью дополнительных dll, которые можно загружать в каждый изолированный процесс при запуске с помощью SbieDll.dll. Менеджер надстроек в глобальных настройках предлагает несколько полезных расширений, после установки их можно включить здесь для текущей песочницы. - + Lingering Programs Вторичные программы @@ -7534,297 +7553,303 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. <b><font color='red'>СОВЕТЫ ПО БЕЗОПАСНОСТИ</font>:</b> Использование <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> и/или <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> в сочетании с директивами Open[File/Pipe]Path может поставить под угрозу безопасность. Перед использованием ознакомьтесь с разделом безопасности для каждой опции в документации. - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Вторичные программы будут автоматически завершены, если они все еще работают после завершения всех других процессов. - + Leader Programs Первичные программы - + If leader processes are defined, all others are treated as lingering processes. Если первичные процессы определены, все остальные рассматриваются как вторичные процессы. - + Stop Options Опции остановки - + Use Linger Leniency Использовать снисхождения ко вторичным - + Don't stop lingering processes with windows Не останавливать вторичные процессы с окнами - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. Этот параметр можно использовать для предотвращения запуска программ в песочнице без ведома или согласия пользователя. - + Display a pop-up warning before starting a process in the sandbox from an external source Отображать всплывающее предупреждение перед запуском процесса в песочнице из внешнего источника - + Files Файлы - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Настройте, какие процессы могут получить доступ к файлам, папкам и каналам. 'Открытый' доступ применяется только к двоичным файлам программы, расположенным за пределами песочницы. Вместо этого вы можете использовать 'Открытый для всех', чтобы применить его ко всем программам, или изменить это поведение на вкладке политик. - + Registry Реестр - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Настройте, какие процессы могут получить доступ к реестру. 'Открытый' доступ применяется только к двоичным файлам программы, расположенным за пределами песочницы. Вместо этого вы можете использовать 'Открытый для всех', чтобы применить его ко всем программам, или изменить это поведение на вкладке политик. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Настройте, какие процессы могут получить доступ к объектам NT IPC, таким как порты ALPC и другие процессы, память и контекст. Чтобы указать процесс, используйте '$:program.exe' в качестве пути. - + Wnd Wnd - + Wnd Class Wnd класс - + COM COM - + Class Id Id класса - + Configure which processes can access COM objects. Настройте, какие процессы могут получить доступ к COM-объектам. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Не использовать виртуализированный COM, открыть доступ к инфраструктуре COM хостов (не рекомендуется) - + Access Policies Политики доступа - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Применить правила Close...=!<program>,... также ко всем двоичным файлам, находящимся в песочнице. - + Network Options Опции сети - + Set network/internet access for unlisted processes: Настроить доступ к сети/Интернету для неуказанных процессов: - + Test Rules, Program: Правила тестирования, программа: - + Port: Порт: - + IP: IP: - + Protocol: Протокол: - + X X - + Add Rule Добавить правило - - - - - - - - - + + + + + + + + + Program Программа - - + + Action Действие - - + + Port Порт - - - + + + IP 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. ВНИМАНИЕ: Платформа фильтрации Windows не включена с драйвером, поэтому эти правила будут применяться только в пользовательском режиме и не могут быть применены!!! Это означает, что вредоносные приложения могут их обойти. - + Resource Access Доступ к ресурсам - + Add File/Folder Добавить файл/папку - + Add Wnd Class Добавить Wnd класс - + Add IPC Path Добавит путь IPC - + Add Reg Key Добавить ключ реестра - + Add COM Object Добавить COM объект - + File Recovery Восстановление файлов - + Quick Recovery Быстрое восстановление - + Add Folder Добавить папку - + Immediate Recovery Немедленное восстановление - + 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 Разное - + Don't alter window class names created by sandboxed programs Не изменять имена классов окон, созданные изолированными программами @@ -7840,7 +7865,7 @@ To specify a process use '$:program.exe' as path. - + Protect the sandbox integrity itself Защитить целостность самой песочницы @@ -7861,44 +7886,44 @@ To specify a process use '$:program.exe' as path. Защитить изолированные процессы SYSTEM от непривилегированных процессов - + Force usage of custom dummy Manifest files (legacy behaviour) Принудительное использование пользовательских фиктивных файлов манифеста (устаревшее поведение) - + 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. Специфика правила - это мера того, насколько хорошо данное правило соответствует определенному пути, проще говоря, специфичность - это длина символов от начала пути до последней совпадающей подстроки без подстановочных знаков включительно. Правило, которое соответствует только таким типам файлов, как "*.tmp" будет иметь наивысшую специфичность, так как всегда будет соответствовать всему пути к файлу. Уровень соответствия процесса имеет более высокий приоритет, чем специфичность, и описывает, как правило применяется к данному процессу. Правила, применяемые по имени процесса или группе, имеют самый строгий уровень соответствия, за которым следует соответствие по отрицанию (т.е. правила, применяемые ко всем процессам, кроме данного), в то время как самые низкие уровни соответствия имеют глобальные совпадения, то есть правила, которые применяются к любому процессу. - + 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. Когда включен режим конфиденциальности, изолированные процессы смогут читать только C:\Windows\*, C:\Program Files\* и части реестра HKLM, для всех остальных мест потребуется явный доступ, для чтения и/или записи. В этом режиме всегда включена специфика правила. - + Rule Policies Правила политик - + Apply File and Key Open directives only to binaries located outside the sandbox. Применить директивы открытия файлов и ключей только к двоичным файлам, расположенным вне песочницы. @@ -7913,8 +7938,8 @@ The process match level has a higher priority than the specificity and describes Разрешить доступ к диспетчеру управления службами только привилегированным процессам - - + + Compatibility Совместимость @@ -7924,7 +7949,7 @@ The process match level has a higher priority than the specificity and describes Добавить изолированные процессы к объектам задания (рекомендуется) - + Emulate sandboxed window station for all processes Эмуляция оконной станции в песочнице для всех процессов @@ -7935,8 +7960,9 @@ The process match level has a higher priority than the specificity and describes - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Изоляция безопасности за счет использования сильно ограниченного токена процесса - это основное средство Sandboxie для принудительного применения ограничений песочницы, когда она отключена, песочница работает в режиме контейнера для приложения, то есть она больше не обеспечивает надежную безопасность, а только простое разделение приложений. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Изоляция безопасности за счет использования сильно ограниченного токена процесса - это основное средство Sandboxie для принудительного применения ограничений песочницы, когда она отключена, песочница работает в режиме контейнера для приложения, то есть она больше не обеспечивает надежную безопасность, а только простое разделение приложений. @@ -7954,7 +7980,7 @@ The process match level has a higher priority than the specificity and describes Открыть доступ к серверу проверки подлинности локальной системы безопасности - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Отключить использование RpcMgmtSetComTimeout по умолчанию (это может решить проблемы совместимости) @@ -7979,7 +8005,7 @@ The process match level has a higher priority than the specificity and describes Приведенные ниже опции можно безопасно использовать, если вы не предоставляете прав администратора. - + These commands are run UNBOXED after all processes in the sandbox have finished. Эти команды запускаются ВНЕ ПЕСОЧНИЦЫ после завершения всех процессов в песочнице. @@ -7988,17 +8014,17 @@ The process match level has a higher priority than the specificity and describes Скрыть процессы - + Add Process Добавить процесс - + Hide host processes from processes running in the sandbox. Скрыть хост-процессы от процессов, запущенных в песочнице. - + Don't allow sandboxed processes to see processes running in other boxes Не позволять изолированным процессам видеть процессы, запущенные в других песочницах @@ -8018,17 +8044,17 @@ The process match level has a higher priority than the specificity and describes Запретить изолированным процессам захват изображений окон (Экспериментально, может вызвать сбои в пользовательском интерфейсе) - + Port Blocking Блокировка портов - + Block common SAMBA ports Блокировать общие SAMBA порты - + Block DNS, UDP port 53 Блокировать DNS, UDP-порт 53 @@ -8060,37 +8086,37 @@ The process match level has a higher priority than the specificity and describes - + Restart force process before they begin to execute - + On Box Terminate При завершении песочницы - + Don't allow sandboxed processes to see processes running outside any boxes - + Users Пользователи - + Restrict Resource Access monitor to administrators only Ограничить мониторинг доступа к ресурсам только администраторам - + Add 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. @@ -8099,27 +8125,27 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Примечание. Параметры принудительных программ и принудительных папок для песочницы не применяются к учетным записям пользователей, которые не могут использовать эту песочницу. - + Tracing Трассировка - + Pipe Trace Трассировка pipe - + API call Trace (traces all SBIE hooks) API-вызов Trace (отслеживает все хуки SBIE) - + Log all SetError's to Trace log (creates a lot of output) Записывать все SetError в журнал трассировки (создает много выходных данных) - + Log Debug Output to the Trace Log Записывать вывод отладки в журнал трассировки @@ -8159,71 +8185,71 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Выдать сообщение 2111, когда доступ к процессу запрещен - + 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 Эти команды запускаются вне песочницы непосредственно перед удалением содержимого песочницы - + Apply ElevateCreateProcess Workaround (legacy behaviour) Применение обходного пути ElevateCreateProcess (устаревшее поведение) - + Use desktop object workaround for all processes Использовать обходной путь для объектов рабочего стола для всех процессов - + 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. Здесь вы можете указать действия, которые будут выполняться автоматически при различных событиях песочницы. - + On Delete Content При удалении контента @@ -8234,27 +8260,27 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to - + Process Процесс - + Add Option Добавить опцию - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Здесь вы можете настроить расширенные опции для каждого процесса, чтобы улучшить совместимость и/или настроить поведение песочницы. - + Option Опция - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8273,103 +8299,103 @@ instead of "*". вместо "*". - + File Trace Трассировка файлов - + Disable Resource Access Monitor Отключить монитор доступа к ресурсам - + IPC Trace Трассировка IPC - + GUI Trace Трассировка GUI - + Resource Access Monitor Монитор доступа к ресурсам - + Access Tracing Отслеживание доступа - + COM Class Trace Трассировка COM класса - + 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 Шаблоны приложений - + Filter Categories Категории фильтров - + Text Filter Текстовый фильтр - + Add Template Добавить шаблон - + This list contains a large amount of sandbox compatibility enhancing templates Этот список содержит большое количество шаблонов для улучшения совместимости песочницы - + 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. @@ -8378,143 +8404,147 @@ Please note that this values are currently user specific and saved globally for Обратите внимание, что эти значения в настоящее время специфичны для пользователя и сохраняются глобально для всех песочниц. - - + + 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 Чтение экрана: JAWS, NVDA, Window-Eyes, System Access - + Various Options Различные опции - + This command will be run before the box content will be deleted Эта команда будет запущена до того, как содержимое песочницы будет удалено - + On File Recovery При восстановлении файлов - + Bypass IPs - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked Эта команда будет запущена перед восстановлением файла, и путь к файлу будет передан в качестве первого аргумента. Если эта команда возвращает значение, отличное от 0, восстановление будет заблокировано - + Run File Checker Запустить проверку файлов - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + DNS Request Logging Журналирование DNS-запросов - + Syscall Trace (creates a lot of output) Трассировка системных вызовов (создает много выходных данных) - + Templates Шаблоны - + Open Template Открыть шаблон - + 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. Следующие настройки позволяют использовать Sandboxie в сочетании с программным обеспечением специальных возможностей. Обратите внимание, что когда действуют эти настройки, определенная степень защиты Sandboxie обязательно теряется. - + Edit ini Section Редактировать раздел ini - + Edit ini Редактировать ini - + Cancel Отмена - + Save Сохранить @@ -8538,7 +8568,7 @@ Please note that this values are currently user specific and saved globally for QObject - + Drive %1 Диск %1 @@ -8546,27 +8576,27 @@ Please note that this values are currently user specific and saved globally for QPlatformTheme - + OK ОК - + Apply Применить - + Cancel Отмена - + &Yes Да (&Y) - + &No Нет (&N) @@ -9393,7 +9423,8 @@ Please note that this values are currently user specific and saved globally for - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_sv_SE.ts b/SandboxiePlus/SandMan/sandman_sv_SE.ts index 301405aa..7aa0f080 100644 --- a/SandboxiePlus/SandMan/sandman_sv_SE.ts +++ b/SandboxiePlus/SandMan/sandman_sv_SE.ts @@ -1939,8 +1939,8 @@ Notera: Uppdateringskontrollen är ofta bakom senaste GitHub-utgivningen för at - - + + @@ -1978,7 +1978,7 @@ Notera: Uppdateringskontrollen är ofta bakom senaste GitHub-utgivningen för at - + @@ -2049,84 +2049,84 @@ Notera: Uppdateringskontrollen är ofta bakom senaste GitHub-utgivningen för at Sandlåda IPC-root - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: Addera speciellt alternativ: - - + + On Start Vid start - - - - - + + + + + Run Command Kör kommandot - + Start Service Starta tjänst - + On Init Vid start - + On File Recovery Vid filåterställande - + On Delete Content Vid radering av innehåll - + On Terminate Vid terminering - + Please enter a program file name to allow access to this sandbox Vänligen för in ett programfilsnamn för att tillåta tillgång till denna sandlåda - + Please enter a program file name to deny access to this sandbox Vänligen för in ett programfilsnamn för att neka tillgång till denna sandlåda - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -2135,16 +2135,16 @@ Notera: Uppdateringskontrollen är ofta bakom senaste GitHub-utgivningen för at Vid raderande - - - - - + + + + + Please enter the command line to be executed Vänligen för in kommandoraden som ska verkställas - + Please enter a service identifier Vänligen för in en tjänstidentifierare @@ -2153,12 +2153,12 @@ Notera: Uppdateringskontrollen är ofta bakom senaste GitHub-utgivningen för at Vänligen ange ett programfilsnamn - + Deny Neka - + %1 (%2) %1 (%2) @@ -2502,7 +2502,7 @@ Notera: Uppdateringskontrollen är ofta bakom senaste GitHub-utgivningen för at entrè: IP eller port kan inte vara tomt - + Allow @@ -3138,22 +3138,22 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime CSandBox - + Waiting for folder: %1 Väntar på mapp: %1 - + Deleting folder: %1 Raderar mapp: %1 - + Merging folders: %1 &gt;&gt; %2 Sammanför mappar: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... Slutför sammanförande av ögonblicksbilder... @@ -3161,37 +3161,37 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime CSandBoxPlus - + Disabled Inaktiverad - + OPEN Root Access Öppna root-tillgång - + Application Compartment Applikationsutrymme - + NOT SECURE INTE SÄKER - + Reduced Isolation Reducerad isolering - + Enhanced Isolation Utökad isolering - + Privacy Enhanced Integritetsutökad @@ -3200,32 +3200,32 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime API-logg - + No INet (with Exceptions) Inget nät (med undantag) - + No INet Inget nät - + Net Share Nätdelning - + No Admin Ingen admin - + Auto Delete Autoradera - + Normal Vanlig @@ -3244,7 +3244,7 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -3254,27 +3254,27 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime Klicka för att nerladda uppdateringen - + No Force Process Ingen tvingande process - + %1 Directory: %2 %1 Katalog: %2 - + Application Applikation - + Installation Installation - + The evaluation period has expired!!! Utvärderingsperioden har utgått! @@ -3288,52 +3288,52 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime Importerar :%1 - + No Recovery Inget återställande - + No Messages Inga meddelanden - + Maintenance operation completed Underhållsoperation avklarad - + Failed to create the box archive Lyckades inte skapa lådarkivet - + Failed to unpack the box archive Lyckades inte packa upp lådarkivet - + The selected 7z file is NOT a box archive Den valda 7z-filen är INTE ett lådarkiv - + Reset Columns Återställ kolumner - + Copy Cell Kopiera cellen - + Copy Row Kopiera raden - + Copy Panel Kopiera panelen @@ -3620,7 +3620,7 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime - + About Sandboxie-Plus Om Sandboxie-Plus @@ -3788,11 +3788,11 @@ Vill du göra rensningen? - - - - - + + + + + Don't show this message again. Visa inte detta meddelande igen. @@ -3818,7 +3818,7 @@ This box prevents access to all user data locations, except explicitly granted i Denna låda förhindrar tillgång till alla användardataplatser, förutom de uttryckligt tillåtna i resurstillgångsalternativen. - + Unknown operation '%1' requested via command line Okänd operation '%1' begärd via kommandorad @@ -3842,37 +3842,37 @@ Denna låda förhindrar tillgång till alla användardataplatser, förutom de ut Vill du kontrollera om det finns en ny version av Sandboxie-Plus? - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Några kompatibilitetsmallar (%1) saknas, troligen raderade, vill du ta bort dem från alla lådor? - + Cleaned up removed templates... Rensade borttagna mallar... - + Executing OnBoxDelete: %1 Verkställer "Vidlådraderande": %1 - + Auto Deleting %1 Content Autoraderar %1 innehåll - + Removed Shortcut: %1 Tog bort genväg: %1 - + Added Shortcut to: %1 Adderade genväg till: %1 - + Auto deleting content of %1 Autoraderar innehåll i %1 @@ -3881,17 +3881,17 @@ Denna låda förhindrar tillgång till alla användardataplatser, förutom de ut Installationskatalog: %1 - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus version: %1 (%2) - + Current Config: %1 Nuvarande konfiguration: %1 - + Data Directory: %1 Datakatalog: %1 @@ -3900,7 +3900,7 @@ Denna låda förhindrar tillgång till alla användardataplatser, förutom de ut - Portabel - + 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 @@ -3909,45 +3909,45 @@ Ja väljer: %1 Nej väljer: %2 - + for Personal use för personlig användning - + - for Non-Commercial use ONLY - för icke-kommersiell användning ENDAST - + Default sandbox not found; creating: %1 Standardsandlåda hittades inte; skapar: %1 - + Do you want the setup wizard to be omitted? Vill du att installationsguiden blir utelämnad? - + - NOT connected - INTE ansluten - + 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. Programmet %1 startad i låda %2 kommer att avslutas om 5 minuter för att lådan konfigurerades att använda funktioner exklusivt tillgängliga för projektsupportrar. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. Låda %1 är konfigurerad att använda funktioner exklusivt tillgängliga för projektsupportrar, dessa inställningar kommer ignoreras. - - - - + + + + <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">Bli en projektsupporter</a>, och få ett <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supportercertifikat</a> @@ -3960,7 +3960,7 @@ Nej väljer: %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> Den valda funktionsuppsättningen är endast tillgänglig för projektsupportrar. Processer startade i en låda med denna funktionsuppsättning aktiverad utan ett supportercertifikat kommer att avslutas efter 5 minuter.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Bli en projektsupporter</a>, och få ett <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supportercertifikat</a> @@ -3969,22 +3969,22 @@ Nej väljer: %2 Evalueringsperioden har utgått! - + The supporter certificate is not valid for this build, please get an updated certificate Supportercertifikatet är inte giltigt för detta bygge, vänligen skaffa ett uppdaterat certifikat - + The supporter certificate has expired%1, please get an updated certificate Supportercertifikatet har utgått%1, vänligen skaffa ett uppdaterat certifikat - + , but it remains valid for the current build , men det förblir giltigt för nuvarande bygge - + The supporter certificate will expire in %1 days, please get an updated certificate Supportercertifikatet utgår om %1 dagar, vänligen skaffa ett uppdaterat certifikat @@ -4044,17 +4044,17 @@ Nej väljer: %2 - + Only Administrators can change the config. Endast administratörer kan ändra konfigurationen. - + Please enter the configuration password. Vänligen för in konfigurationslösenordet. - + Login Failed: %1 Inloggning misslyckades: %1 @@ -4067,7 +4067,7 @@ Nej väljer: %2 7-zip arkiv (*.7z) - + Do you want to terminate all processes in all sandboxes? Vill du avsluta alla processer i alla sandlådor? @@ -4076,39 +4076,39 @@ Nej väljer: %2 Avsluta alla utan att fråga - + Please enter the duration, in seconds, for disabling Forced Programs rules. Vänligen för in varaktigheten, i sekunder, för inaktivering av tvingade programs regler. - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus startades i portabelt läge och det behöver skapa nödvändiga tjänster. Detta ger förfrågan om administrativa rättigheter. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. FÖRSIKTIG: En annan agent (troligen SbieCtrl.exe) hanterar redan denna Sandboxie-session, vänligen stäng den först och återanslut för att ta över. - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Fel - + Failed to stop all Sandboxie components Lyckades inte stoppa alla Sandboxie-komponenter - + Failed to start required Sandboxie components Lyckades inte starta krävda Sandboxie-komponenter - + Maintenance operation failed (%1) Underhållsoperationen misslyckades (%1) @@ -4128,7 +4128,7 @@ Nej väljer: %2 - + Sandboxie-Plus Insider [%1] Sandboxie-Plus Insider [%1] @@ -4246,58 +4246,64 @@ Nej väljer: %2 - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + USB sandbox not found; creating: %1 USB-sandlåda hittades inte; skapar: %1 - + Updated Shortcut to: %1 Uppdaterade genväg till :%1 - + Executing OnBoxTerminate: %1 Verkställer VidLådTerminering:%1 - + Auto removing sandbox %1 Autoborttager sandlåda %1 - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -4306,123 +4312,123 @@ Please check if there is an update for sandboxie. Vänligen kontrollera om det finns en uppdatering för Sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. Ditt windows-bygge %1 överstiger de nuvarande kända supportförmågorna av din Sandboxie-version, Sandboxie kommer försöka använda de senast-kända kompensationerna vilket kan orsaka systeminstabilitet. - + Failed to configure hotkey %1, error: %2 Lyckades inte konfigurera snabbkommando %1, fel:%2 - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. Lådan %1 är konfigurerad att använda egenskaper exklusivt tillgängliga till projektsupportrar. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. Lådan %1 är konfigurerad att använda egenskaper som kräver ett <b>avancerat<b> supportercertifikat. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Uppgradera ditt certifikat</a> för att låsa upp avancerade egenskaper. - + The selected feature requires an <b>advanced</b> supporter certificate. Den valda egenskapen kräver ett <b>avancerat<b> supportercertifikat. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br />du behöver vara på nivån Great Patreon eller högre för att låsa upp denna egenskap. - + The selected feature set is only available to project supporters.<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> De valda egenskaperna är endast tillgängliga för projektsupportrar.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">bli en projektsupporter</a>, och mottag ett <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">supportercertifikat</a> - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! Certifikatet du försöker använda har blockerats, vilket menas att det har blivit ogiltigt av en orsak. Varje försök att använda det innebär ett brytande av dess användarvillkor! - + The Certificate Signature is invalid! Certifikatssignaturen är ogiltig! - + The Certificate is not suitable for this product. Certifikatet är inte tillämpligt för denna produkt. - + The Certificate is node locked. Certifikatet är nod-låst. - + The support certificate is not valid. Error: %1 Supportcertifikatet är inte giltigt. Fel: %1 - - + + Don't ask in future Fråga inte i framtiden - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? Vill du avsluta alla processer i krypterade sandlådor, och avmontera dem? - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>FEL:</b> Sandboxie-Plus hanterare (SandMan.exe) har inte en giltig signatur (SandMan.exe.sig). Vänligen nedladda en betrodd utgåva från den <a href="https://sandboxie-plus.com/go.php?to=sbie-get">officiella nedladdningssidan</a>. - + Executing maintenance operation, please wait... Verkställer underhållsoperationen, vänligen vänta... - + In the Plus UI, this functionality has been integrated into the main sandbox list view. I användargränssnittet i Plus, har denna funktion integrerats in i huvudsandlådans listöversikt. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Vid användning av låd-/gruppsnabbmenyn, kan du flytta lådor och grupper till andra grupper. Du kan också dra och släppa för att flytta omkring poster. Alternativt, du kan också använda piltangenterna medans du håller ner ALT för flytta poster upp och ner inom dess grupp.<br />Du kan skapa nya lådor och grupper från menyn Sandlåda. - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Vill du också återställa dolda meddelandelådor (Ja), eller bara alla loggmeddelanden (Nej)? - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4431,279 +4437,279 @@ This file is part of Sandboxie and all changed done to it will be reverted next Denna fil är en del av Sandboxie och alla ändringar gjorda i den återställs nästa gång Sandboxie uppdateras. - + The changes will be applied automatically whenever the file gets saved. Ändringarna tillämpas automatiskt närhelst filen sparas. - + The changes will be applied automatically as soon as the editor is closed. Ändringarna tillämpas automatiskt så fort som redigeraren stängs. - + Sandboxie config has been reloaded Sandboxie-konfigurationen har laddats om - + Error Status: 0x%1 (%2) Felstatus: 0x%1 (%2) - + Unknown Okänd - + Administrator rights are required for this operation. Administratörsrättigheter krävs för denna operation. - + Failed to execute: %1 Lyckades inte verkställa: %1 - + Failed to connect to the driver Lyckades inte ansluta till drivrutinen - + Failed to communicate with Sandboxie Service: %1 Lyckades inte kommunicera med Sandboxies tjänst: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 En inkompatibel Sandboxie %1 hittades. Kompatibla versioner: %2 - + Can't find Sandboxie installation path. Kan inte finna Sandboxies installationssökväg. - + Failed to copy configuration from sandbox %1: %2 Lyckades inte kopiera konfigurationen från sandlåda %1: %2 - + A sandbox of the name %1 already exists En sandlåda med namnet %1 existerar redan - + Failed to delete sandbox %1: %2 Lyckades inte radera sandlåda %1: %2 - + The sandbox name can not be longer than 32 characters. Sandlådenamnet kan inte vara längre än 32 tecken. - + The sandbox name can not be a device name. Sandlådenamnet kan inte vara ett enhetsnamn. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. Sandlådenamnet kan bara innehålla bokstäver, siffror och understrykningar vilka visas som utrymmen. - + Failed to terminate all processes Lyckades inte avsluta alla processer - + Delete protection is enabled for the sandbox Raderingsskydd är aktiverat för sandlådan - + All sandbox processes must be stopped before the box content can be deleted Alla sandlådeprocesser måste stoppas innan lådinnehållet kan raderas - + Error deleting sandbox folder: %1 Fel vid radering av sandlådemapp: %1 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. Alla processer i en sandlåda behöver stoppas innan den kan namnändras. - + A sandbox must be emptied before it can be deleted. En sandlåda måste tömmas innan den kan raderas. - + Failed to move directory '%1' to '%2' Lyckades inte flytta katalog '%1' till '%2' - + Failed to move box image '%1' to '%2' Lyckades inte flytta lådavbild %1 till %2 - + This Snapshot operation can not be performed while processes are still running in the box. Denna ögonblicksbildoperation kan inte utföras medan processer fortfarande kör i lådan. - + Failed to create directory for new snapshot Lyckades inte skapa katalog för ny ögonblicksbild - + Failed to copy box data files Lyckades inte kopiera låddatafiler - + Snapshot not found Ögonblicksbild hittades inte - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Fel vid sammanförande av ögonblicksbildkataloger '%1' med '%2'. Ögonblicksbilden har inte blivit helt sammanförd. - + Failed to remove old snapshot directory '%1' Lyckades inte ta bort gammal ögonblicksbildkatalog '%1' - + Can't remove a snapshot that is shared by multiple later snapshots Kan inte ta bort en ögonblicksbild som delas av flera senare ögonblicksbilder - + Failed to remove old box data files Lyckades inte ta bort gamla låddatafiler - + You are not authorized to update configuration in section '%1' Du är inte berättigad att uppdatera konfigurationen i sektion '%1' - + Failed to set configuration setting %1 in section %2: %3 Lyckades inte ange konfigurationsinställning %1 i sektion %2: %3 - + Can not create snapshot of an empty sandbox Kan inte skapa ögonblicksbild av en tom sandlåda - + A sandbox with that name already exists En sandlåda med det namnet existerar redan - + The config password must not be longer than 64 characters Konfigurationslösenordet får inte vara längre än 64 tecken - + The operation was canceled by the user Operationen avbröts av användaren - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted Innehållet i en omonterad sandlåda kan inte raderas - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded Importera/Exportera ej tillgängligt, 7z.dll kunde ej laddas - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? Vill du öppna %1 i en sandlådad eller osandlådad webbläsare? - + Sandboxed Sandlådad - + Unsandboxed Osandlådad - + Case Sensitive Skiftlägeskänslig - + RegExp RegExp - + Highlight Markera - + Close Stäng - + &Find ... &Hitta ... - + All columns Alla kolumner - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>Om Sandboxie Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 Denna kopia av Sandboxie Plus är certifierad för: %1 - + Sandboxie-Plus is free for personal and non-commercial use. Sandboxie Plus är gratis för personlig och icke-kommersiell användnng. - + 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> Sandboxie-Plus är en fortsättning av Sandboxie som öppen källa.<br />Besök <a href="https;//sandboxie-plus.com">sandboxie-plus.com</a> för mer information.<br /><br />%2<br /><br />Egenskaper:%3<br /><br />Installation:%1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br />SbieDll.dll: %6<br /><br />Ikoner från<a href="https://icons8.com">icons8.com</a> @@ -4712,7 +4718,7 @@ Denna fil är en del av Sandboxie och alla ändringar gjorda i den återställs Misslyckades att skapa lådarkiv - + Failed to open the 7z archive Lyckades inte öppna 7z-arkivet @@ -4725,12 +4731,12 @@ Denna fil är en del av Sandboxie och alla ändringar gjorda i den återställs Den valda 7z-filen är INTE ett lådarkiv - + Unknown Error Status: 0x%1 Okänd felstatus: 0x%1 - + Operation failed for %1 item(s). Operationen misslyckades för %1 post(er). @@ -4739,7 +4745,7 @@ Denna fil är en del av Sandboxie och alla ändringar gjorda i den återställs Vill du öppna %1 i en sandlådad (Ja) eller osandlådad (Nej) webbläsare? - + Remember choice for later. Kom ihåg valet till senare. @@ -4857,37 +4863,37 @@ Notera: Uppdateringskollen är ofta bakom senaste GitHub-utgivningen för att s Lådgrupp - + Empty Tom - + Name Namn - + Process ID Process-ID - + Status Status - + Title Titel - + Info Info - + Path / Command Line Sökväg / Kommandorad @@ -5102,38 +5108,38 @@ Notera: Uppdateringskollen är ofta bakom senaste GitHub-utgivningen för att s CSbieTemplatesEx - + Failed to initialize COM Misslyckades starta COM - + Failed to create update session Misslyckades skapa uppdateringssession - + Failed to create update searcher Misslyckades skapa uppdateringssökare - + Failed to set search options Misslyckades ange sökalternativ - + Failed to enumerate installed Windows updates Failed to search for updates Misslyckades att räkna installerade Windows updates - + Failed to retrieve update list from search result Misslyckades få uppdateringslista från sökresultat - + Failed to get update count Misslyckades få uppdateringsräkning @@ -5613,14 +5619,14 @@ Notera: Uppdateringskollen är ofta bakom senaste GitHub-utgivningen för att s - + Don't show this message again. Visa inte detta meddelande igen. - + This Sandbox is empty. Denna sandlåda är tom. @@ -5695,80 +5701,90 @@ Notera: Uppdateringskollen är ofta bakom senaste GitHub-utgivningen för att s Exporterar: %1 - + Please enter a new name for the Sandbox. Vänligen för in ett nytt namn för sandlådan. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Vill du verkligen ta bort de(n) valda sandlåd(orna)(an)?<br /><br />Varning: Lådinnehållet kommer också raderas! - + This Sandbox is already empty. Denna sandlåda är redan tom. - - + + Do you want to delete the content of the selected sandbox? Vill du radera innehållet hos den valda sandlådan? - - + + Also delete all Snapshots Radera också alla ögonblicksbilder - + Do you really want to delete the content of all selected sandboxes? Vill du verkligen radera innehållet hos alla valda sandlådor? - + Do you want to terminate all processes in the selected sandbox(es)? Vill du avsluta alla processer i de(n) valda sandlåd(orna)(an)? - - + + Terminate without asking Avsluta utan att fråga - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Sandboxies startmeny kommer nu visas. Välj en applikation från menyn och Sandboxie kommer att skapa en ny genvägsikon på ditt verkliga skrivbord, med vilken du kan starta vald applikation under Sandboxies övervakning. - - + + Create Shortcut to sandbox %1 Skapa genväg till sandlåda %1 - + Do you want to terminate %1? Do you want to %1 %2? Vill du avsluta %1? - + the selected processes de valda processerna - + This box does not have Internet restrictions in place, do you want to enable them? Denna låda har inte internetbegränsningar på plats, vill du aktivera dem? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Denna sandlåda är inaktiverad, vill du aktivera den? @@ -7498,8 +7514,9 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - När <a href="sbie://docs/boxencryption">lådkryptering</a> är aktiverat är lådans root-mapp, inklusive dess registerdatafil, lagrad i en krypterad diskavbild, användandes <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementering. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + När <a href="sbie://docs/boxencryption">lådkryptering</a> är aktiverat är lådans root-mapp, inklusive dess registerdatafil, lagrad i en krypterad diskavbild, användandes <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementering. @@ -7591,7 +7608,7 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f - + Protect the system from sandboxed processes Skydda systemet från sandlådade processer @@ -7668,7 +7685,7 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f Utskriftsbegränsningar - + Prevent change to network and firewall parameters (user mode) Förhindra ändring av nätverks- och brandväggsparametrar (användarläge) @@ -7678,7 +7695,7 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f Tillåt läsning av minne av osandlådade processer (inte rekommenderat) - + Network restrictions Nätverksbegränsningar @@ -7693,7 +7710,7 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f Tillåt Print Spooler att skriva ut till filer utanför sandlådan - + Block network files and folders, unless specifically opened. Blockera nätverksfiler och mappar, förutom om specifikt öppnade. @@ -7723,18 +7740,18 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f - - - - - - - - - - - - + + + + + + + + + + + + Name Namn @@ -7789,28 +7806,28 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Ta bort @@ -7905,26 +7922,26 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f Använda ett anpassat Sandboxie-tecken tillåter att bättre isolera individuella sandlådor från varandra, och det visar i användarkolumnen hos aktivitetshanterare namnet på lådan en process tillhör. Vissa 3:dje parts säkerhetslösningar kan dock ha problem med anpassade tecken. - + Program Groups Programgrupper - + Add Group Addera grupp - - - - - + + + + + Add Program Addera 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. 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. Du kan gruppera ihop program och ge dem ett gruppnamn. Programgrupper kan användas med några av inställningarna istället för programnamn. Grupper definierade för lådan överskriver grupper definierade i mallar. @@ -7932,43 +7949,43 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Visa mallar - + Program Control Programkontroll - + Force Programs Tvinga program - + Force Program Tvinga program - + Force Folder Tvinga mapp @@ -7993,42 +8010,42 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f Aktivera alla säkerhetsutökningar (skapa säkerhetshärdad låda) - - - - - - - + + + + + + + Type Typ - - - + + + Path Sökväg - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Program införda här, eller program startade från införda platser, förs in i denna sandlåda automatiskt, förutom om de är uttryckligt startade i en annan sandlåda. - + Breakout Programs Utbrytarprogram - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. Program införda här kommer tillåtas att bryta ut ur denna låda när de startar, du kan fånga dem in i en annan låda. Till exempel att alltid ha din webbläsare öppen i en dedikerad låda. Denna funktion kräver att ett giltigt supportercertifikat är installerat. - - + + Stop Behaviour Stoppa beteendet @@ -8052,32 +8069,32 @@ If leader processes are defined, all others are treated as lingering processes.< Om ledarprocesser är definierade, behandlas alla andra som kvardröjande program. - + Start Restrictions Startbegränsningar - + Issue message 1308 when a program fails to start Utfärda meddelande 1308 när ett program inte lyckas starta - + Allow only selected programs to start in this sandbox. * Tillåt endast valda program att starta i denna sandlåda. * - + Prevent selected programs from starting in this sandbox. Förhindra valda program från att starta i denna sandlåda. - + Allow all programs to start in this sandbox. Tillåt alla program att starta i denna sandlåda. - + * Note: Programs installed to this sandbox won't be able to start at all. * Notera: Program installerade till denna sandlåda kommer inte att kunna starta alls. @@ -8086,37 +8103,37 @@ Om ledarprocesser är definierade, behandlas alla andra som kvardröjande progra Internetbegränsningar - + Process Restrictions Processbegränsningar - + Issue message 1307 when a program is denied internet access Utfärda meddelande 1307 när ett program nekas internettillgång - + Prompt user whether to allow an exemption from the blockade. Fråga användaren om att tillåta ett undantag från blockaden. - + Note: Programs installed to this sandbox won't be able to access the internet at all. Notera: Program installerade till denna sandlåda kan inte tillgå internet alls. - - - - - - + + + + + + Access Tillgång - + Set network/internet access for unlisted processes: Ange nätverks-/internettillgång för olistade processer: @@ -8125,46 +8142,46 @@ Om ledarprocesser är definierade, behandlas alla andra som kvardröjande progra Nätverkets brandväggsregler - + Test Rules, Program: Testregler, program: - + Port: Port: - + IP: IP: - + Protocol: Protokoll: - + X X - + Add Rule Addera regel - - - - - - - - - + + + + + + + + + Program Program @@ -8247,13 +8264,13 @@ Om ledarprocesser är definierade, behandlas alla andra som kvardröjande progra - + Move Up Flytta upp - + Move Down Flytta ner @@ -8269,56 +8286,58 @@ Om ledarprocesser är definierade, behandlas alla andra som kvardröjande progra Tillgångsisolering - + Image Protection Avbildsskydd - + Issue message 1305 when a program tries to load a sandboxed dll Utfärda meddelande 1305 när ett program försöker ladda en sandlådad dll - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox Förhindra sandlådade program installerade på värden från att ladda DLL:s från sandlådan - + Dlls && Extensions Dll:s && förlängningar - + Description Beskrivning - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Sandboxie:s resurstillgångsregler särskiljer ofta emot programbinärer lokaliserade inuti sandlådan. OpenFilePath och OpenKeyPath fungerar bara för app-binärer lokaliserade på värden ursprungligen. För att kunna definiera en regel utan denna begränsning, måste OpenPipePath eller OpenConPath användas. Likaså, alla stängda(File|Key|Ipc)sökvägsdirektiv vilka är definierade via negation e.x. ClosedFilePath=!iexplore.exe,CUsers* kommer alltid vara stängda för binärer lokaliserade inuti en sandlåda. Båda begränsningspolicyerna kan inaktiveras på sidan Tillgångspolicy. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie:s resurstillgångsregler särskiljer ofta emot programbinärer lokaliserade inuti sandlådan. OpenFilePath och OpenKeyPath fungerar bara för app-binärer lokaliserade på värden ursprungligen. För att kunna definiera en regel utan denna begränsning, måste OpenPipePath eller OpenConPath användas. Likaså, alla stängda(File|Key|Ipc)sökvägsdirektiv vilka är definierade via negation e.x. ClosedFilePath=!iexplore.exe,CUsers* kommer alltid vara stängda för binärer lokaliserade inuti en sandlåda. Båda begränsningspolicyerna kan inaktiveras på sidan Tillgångspolicy. Detta görs för att förhindra Rogue-processer inuti sandlådan från att skapa en namnändrad kopia av sig själva och tillgå skyddade resurser. En annan exploateringsvektor är injicerandet av ett bibliotek in i en auktoriserad process för att få tillgång till allting det ges tillgång till. Användande av Host Image Protection, kan detta förhindras genom att blockera applikationer (installerade på värden) körandes inuti en sandlåda från att ladda bibliotek från sandlådan självt. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. Sandboxies funktionalitet kan utökas genom att använda valfria dll`s som kan laddas in i varje sandlådad process av SbieDll.dll vid starten, tilläggshanteraren i globala inställningar erbjuder ett antal användbara förlängningar, väl installerade kan de aktiveras här för nuvarande låda. - + Disable forced Process and Folder for this sandbox Inaktivera tvingad process och mapp för denna sandlåda - + Breakout Program Utbrytarprogram - + Breakout Folder Utbrytarmapp @@ -8389,95 +8408,95 @@ Detta görs för att förhindra Rogue-processer inuti sandlådan från att skap <b><font color='red'>SÄKERHETSRÅDGIVNING</font>:</b> Använda <a href="sbie://docs/breakoutfolder">Utbrytarmapp</a> och/eller <a href="sbie://docs/breakoutprocess">Utbrytarprocess</a> i kombination med Open[File/Pipe]Path-direktiv kan kompromettera säkerhet, likt användandet av <a href="sbie://docs/breakoutdocument">Utbrytardokument</a> tillåta varje * eller osäkra (*.exe;*.dll;*.ocx;*.cmd;*.bat;*.lnk;*.pif;*.url;*.ps1;etc…) förlängningar. Vänligen granska säkerhetssektionen för varje alternativ i dokumentationen före användande. - + Lingering Programs Kvardröjande program - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Kvardröjande program kommer automatiskt att avslutas om de fortfarande körs efter att alla andra processer har avslutats. - + Leader Programs Ledarprogram - + If leader processes are defined, all others are treated as lingering processes. Om ledarprocesser är definierade, behandlas alla andra som kvardröjande processer. - + Stop Options Stoppalternativ - + Use Linger Leniency Använd kvardröjningsöverseende - + Don't stop lingering processes with windows Stoppa inte kvardröjande processer med fönster - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. Denna inställning kan användas för att förhindra program från att köra i sandlådan utan användarens vetskap eller medgivande. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. Visa en popupvarning före startandet av en process i sandlådan från en extern källa - + Files Filer - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Konfigurera vilka processer som kan tillgå filer, mappar och pipes. Öppen tillgång gäller endast programbinärer lokaliserade utanför sandlådan, du kan använda Öppna för alla istället för att göra det tillämpligt för alla program, eller ändra detta beteende i Policyfliken. - + Registry Registret - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Konfigurera vilka processer som kan tillgå registret. Öppen tillgång gäller endast programbinärer lokaliserade utanför sandlådan, du kan använda Öppna för alla istället för att göra det tillämpligt för alla program, eller ändra detta beteende i Policyfliken. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Konfigurera vilka processer som kan tillgå NT IPC objekt likt ALPC-portar och andra processers minne och kontext. För att specificera en process, använd '$:program.exe' som sökväg. - + Wnd Wnd - + Wnd Class Wnd Class @@ -8487,73 +8506,73 @@ För att specificera en process, använd '$:program.exe' som sökväg. Konfigurera vilka processer som kan tillgå skrivbordsobjekt likt Windows och liknande. - + COM COM - + Class Id Class-ID - + Configure which processes can access COM objects. Konfigurera vilka processer som kan tillgå COM-objekt. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Använd inte virtualiserad COM, Öppen tillgång till värdars COM infrastruktur (inte rekommenderat) - + Access Policies Tillgångspolicyer - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Tillämpa Stäng...=!<program>,... regler också till alla binärer lokaliserade i sandlådan. - + Network Options Nätverksalternativ - - + + Action Aktion - - + + Port Port - - - + + + IP IP - + Protocol Protokoll - + 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. BEAKTA: Windows Filtering Platform är inte aktiverad med drivrutinen, därför tillämpas dessa regler endast i användarläge och kan inte påtvingas!!! Detta betyder att skadliga applikationer kan passera dem. - + Resource Access Resurstillgång @@ -8562,7 +8581,7 @@ För att specificera en process, använd '$:program.exe' som sökväg. Resurstillgångsregler - + Add Wnd Class Addera Wnd Class @@ -8575,22 +8594,22 @@ You can use 'Open for All' instead to make it apply to all programs, o Du kan använda - Öppna för alla, istället för att tillämpa det för alla program, eller ändra detta beteende i fliken Policyer. - + Add COM Object Addera COM-objekt - + Add Reg Key Addera reg.nyckel - + Add IPC Path Addera IPC-sökväg - + Add File/Folder Addera fil/mapp @@ -8599,34 +8618,34 @@ Du kan använda - Öppna för alla, istället för att tillämpa det för alla p Resurstillgångspolicyer - + 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. Regelsäregenheten är ett mått för hur väl en given regel matchar en specifik sökväg, enkelt uttryckt är säregenheten längden på tecken från början av sökvägen upp till och inkluderandes den sista matchande non-wildcard understrängen. En regel som matchar endast filtyper likt "*.tmp" skulle ha den högsta säregenheten då den alltid skulle matcha den fulla sökvägen. Processmatchningsnivån har en högre prioritet än säregenheten och beskriver hur en regel tillämpas för en given processs. Regler tillämpade genom processnamn eller grupp har den starkaste matchningsnivån, följt av matchningen genom förnekande (d.v.s regler tillämpade till alla processer förutom den givna), medans den lägsta matchningsnivån har globala matchningar, d.v.s regler som är tillämpliga på varje process. - + Prioritize rules based on their Specificity and Process Match Level Prioriterar regler baserat på deras säregenhet och processmatchningsnivå - + Privacy Mode, block file and registry access to all locations except the generic system ones Integritetsläge, blockera fil- och registertillgång till alla platser förutom de för det generiska systemet - + Access Mode Tillgångsläge - + 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. När integritetsläget är aktiverat, kan sandlådade processer endast läsa C:\Windows\*, C:\Program Files\*, och delar av HKLM-registret, alla andra platser kommer behöva uttrycklig tillgång för att vara läsbara och/eller skrivbara. I detta läge, är regelsäregenhet alltid aktiverat. - + Rule Policies Regelpolicyer @@ -8636,47 +8655,47 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver Tillämpa Stäng...=!<program>,... regler även till alla binärer lokaliserade i sandlådan. - + Apply File and Key Open directives only to binaries located outside the sandbox. Tillämpa fil- och nyckelöppnardirektiv endast till binärer lokaliserade utanför sandlådan. - + File Recovery Filåterställning - + Add Folder Addera mapp - + Ignore Extension Ignorera förlängning - + Ignore Folder Ignorera mapp - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Aktivera meddelandet Omedelbart återställande för att kunna återställa filer så fort som de är skapade. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Du kan utesluta mappar och filtyper (eller filförlängningar) från omedelbart återställande. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. När funktionen Omedelbart återställande är åberopad, kommer följande mappar bli kontrollerade för sandlådat innehåll. - + Immediate Recovery Omedelbart återställande @@ -8685,17 +8704,17 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver Diverse alternativ - + Advanced Options Avancerade alternativ - + Miscellaneous Övrigt - + Emulate sandboxed window station for all processes Efterlikna sandlådad fönsterstation för alla processer @@ -8729,7 +8748,7 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver Tillåt endast priviligerade processer att tillgå Service Control Manager - + Force usage of custom dummy Manifest files (legacy behaviour) Tvinga användandet av anpassade modellmanifestfiler (legacy beteende) @@ -8745,13 +8764,13 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver Starta den sandlådade RpcSs som en SYSTEM-process (rekommenderas inte) - + Don't alter window class names created by sandboxed programs Ändra inte fönsterklassnamn skapade av sandlådade program - - + + Compatibility Kompatibilitet @@ -8762,7 +8781,7 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver - + Protect the sandbox integrity itself Skydda själva sandlådans integritet @@ -8779,7 +8798,7 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver Tillåt användande av kapslade jobbobjekt (experimentell, fungerar på Windows 8 och senare) - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Inaktivera användandet av RpcMgmtSetComTimeout som standard (det kan lösa kompatibilitetsproblem) @@ -8790,8 +8809,9 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Säkerhetsisolering genom användande av tungt begränsade processtecken är Sandboxies primära medel för att tvinga sandlådebegränsningar, när det är inaktiverat opereras lådan i applikationavdelningsläget, d.v.s den tillhandahåller inte längre tillförlitlig säkerhet, bara enkel uppdelning. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Säkerhetsisolering genom användande av tungt begränsade processtecken är Sandboxies primära medel för att tvinga sandlådebegränsningar, när det är inaktiverat opereras lådan i applikationavdelningsläget, d.v.s den tillhandahåller inte längre tillförlitlig säkerhet, bara enkel uppdelning. @@ -8845,57 +8865,57 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver Avancerad - + Add Option Addera alternativ - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. Här kan du konfigurera avancerade per process alternativ för förbättrande av kompatibiliteten och/eller anpassa sandlådningsbeteende. - + Option Alternativ - + Triggers Utlösare - + Event Händelse - - - - + + + + Run Command Kör kommandot - + Start Service Starta tjänsten - + These events are executed each time a box is started Dessa händelser verkställs varje gång en låda startas - + On Box Start Vid lådstart - - + + These commands are run UNBOXED just before the box content is deleted Dessa kommandon körs OLÅDADE precis innan lådinnehållet raderas @@ -8904,22 +8924,22 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver Vid lådraderande - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Dessa kommandon verkställs endast när en låda påbörjas. För att köra dem igen, måste lådinnehållet raderas. - + On Box Init Vid lådstart - + These commands are run UNBOXED after all processes in the sandbox have finished. Dessa kommandon körs OLÅDADE efter att alla processer i sandlådan har avslutats. - + Here you can specify actions to be executed automatically on various box events. Här kan du specificera aktioner att verkställas automatiskt vid varierande lådhändelser. @@ -8928,77 +8948,87 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver Dölj processer - + Add Process Addera process - + Hide host processes from processes running in the sandbox. Dölj värdprocesser från processer körandes i sandlådan. - + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - + Don't allow sandboxed processes to see processes running in other boxes Tillåt inte sandlådade processer att se processer som körs i andra lådor - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + Users Användare - + Restrict Resource Access monitor to administrators only Begränsa resurstillgångsövervakning till administratörer endast - + Add User Addera användare @@ -9007,7 +9037,7 @@ Processmatchningsnivån har en högre prioritet än säregenheten och beskriver Ta bort användare - + 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. @@ -9016,7 +9046,7 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Notera: Inställningarna Tvingade program och Tvinga mappar, för en sandlåda, gäller inte för användarkonton som inte kan använda sandlådan. - + Tracing Spårning @@ -9026,22 +9056,22 @@ Notera: Inställningarna Tvingade program och Tvinga mappar, för en sandlåda, API call spårning (kräver att LogAPI är installerat i sbie:s katalog) - + Pipe Trace Pipe Trace - + API call Trace (traces all SBIE hooks) API-anropspår (spårar alla SBIE hooks) - + Log all SetError's to Trace log (creates a lot of output) Logga alla SetError's till spårloggen (skapar en massa utflöde) - + Log Debug Output to the Trace Log Logga Debug Output till spårloggen @@ -9072,88 +9102,88 @@ istället för "*". Ntdll syscall-spår (skapar en massa utflöde) - + File Trace Filspår - + Disable Resource Access Monitor Inaktivera resurstillgångsövervakning - + IPC Trace IPC-spår - + GUI Trace GUI-spår - + Resource Access Monitor Resurstillgångsövervakare - + Access Tracing Tillgångsspårning - + COM Class Trace COM-class spår - + Key Trace Nyckelspår - - + + Network Firewall Nätverksbrandvägg - + Restart force process before they begin to execute - + Don't allow sandboxed processes to see processes running outside any boxes - + DNS Request Logging Loggning av DNS-förfrågan - + Syscall Trace (creates a lot of output) Syscall spår (skapar en logg av utdata) - + Debug Felsök - + WARNING, these options can disable core security guarantees and break sandbox security!!! VARNING, dessa alternativ kan inaktivera kärnsäkerhetsgarantier och bryta sandlådesäkerhet!!! - + These options are intended for debugging compatibility issues, please do not use them in production use. Dessa alternativ är avsedda för felsökning av kompatibilitetsproblem, vänligen använd dem inte vid produktionsanvändning. - + App Templates Appmallar @@ -9162,22 +9192,22 @@ istället för "*". Kompatibilitetsmallar - + Filter Categories Filterkategorier - + Text Filter Textfilter - + Add Template Addera mall - + This list contains a large amount of sandbox compatibility enhancing templates Denna lista innehåller en stor mängd av kompatibilitetsutökande sandlådemallar @@ -9186,17 +9216,17 @@ istället för "*". Ta bort mall - + Category Kategori - + Template Folders Mallmappar - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -9205,13 +9235,13 @@ Please note that this values are currently user specific and saved globally for Vänligen notera att detta värde är för tillfället användarspecifikt och sparas globalt för alla lådor. - - + + Value Värde - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -9248,17 +9278,17 @@ istället för "*". Tillåt användning av kapslade jobbobjekt (fungerar på Windows 8 och senare) - + Accessibility Tillgänglighet - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. För att kompensera för det förlorade skyddet, vänligen konsultera inställningen Skippa rättigheter i Säkerhetsalternativ > Säkerhetshärdning > Förhöjningsbegränsningar. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Skärmläsare: JAWS, NVDA, Window-Eyes, Systemtillgång @@ -9273,77 +9303,77 @@ istället för "*". Förhindra sandlådade processer från att använda allmänna metoder för att fånga fönsterbilder - + Configure which processes can access Desktop objects like Windows and alike. Konfigurera vilka processer som kan tillgå skrivbordsobjekt såsom Windows och liknande. - + Other Options Andra alternativ - + Port Blocking Portblockering - + Block common SAMBA ports Blockera vanliga SAMBA-portar - + DNS Filter DNS-filter - + Add Filter Addera filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. Med DNS-filtret kan individuella domäner blockeras på per processbasis. Lämna IP-kolumnen tom för att blockera eller föra in en IP för omdirigering. - + Domain Domän - + Internet Proxy Internetproxy - + Add Proxy Addera proxy - + Test Proxy Testa proxy - + Auth Autentisering - + Login Inloggning - + Password Lösenord - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. Sandlådade program kan bli tvingade att använda en förinställd SOCKS5 proxy. @@ -9353,93 +9383,93 @@ istället för "*". Endast en administratörs användarkonto kan göra ändringar till denna sandlåda - + Create a new sandboxed token instead of stripping down the original token - + Force Children Tvinga avkomling - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. <b><font color='red'>SÄKERHETSRÅDGIVANDE</font>:</b> Använda <a href="sbie://docs/breakoutfolder">Utbrytarmapp</a> och/eller <a href="sbie://docs/breakoutprocess">Utbrytarprocess</a> i kombination med Öppen[fil-/pipe-]sökvägsdirektiv kan kompromettera säkerhet. Vänligen granska säkerhetssektionen för varje alternativ i dokumentationen före användning. - + Resolve hostnames via proxy Lös värdnamn via proxy - + Bypass IPs - + Block DNS, UDP port 53 Blockera DNS, UDP-port 53 - + Quick Recovery Omedelbart återställande - + Various Options Olika alternativ - + Apply ElevateCreateProcess Workaround (legacy behaviour) Tillämpa ElevateCreateProcess-lösningen (legacy beteende) - + Use desktop object workaround for all processes Använd skrivbordsobjektlösningen för alla processer - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. När den globala snabbtangenten trycks 3 gånger i kort följd kommer detta undantag att ignoreras. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. Exkludera denna sandlåda från att bli avslutad när Avsluta alla processer är anropat. - + On Box Terminate Vid Låd Terminerande - + This command will be run before the box content will be deleted Detta kommando kommer köras före det att lådinnehållet raderas - + On File Recovery Vid filåterställande - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked Detta kommando kommer köras före det att en fil återställs och filsökvägen kommer att passeras som första argument. Om detta kommando returnerar något annat än 0, blockeras återställningen - + Run File Checker Kör filkontrolleraren - + On Delete Content Vid Radera innehåll @@ -9450,7 +9480,7 @@ istället för "*". - + Process Process @@ -9459,37 +9489,37 @@ istället för "*". Blockera även lästillgång till processer i denna sandlåda - + Templates Mallar - + Open Template Öppna mall - + 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. Följande inställningar aktiverar användandet av Sandboxie i kombination med tillgänglighetsprogram. Vänligen notera att ett visst mått av Sandboxies skydd av nödvändighet förloras när dessa inställningar aktiveras. - + Edit ini Section Redigera ini-sektionen - + Edit ini Redigera ini - + Cancel Avbryt - + Save Spara @@ -9518,7 +9548,7 @@ istället för "*". Enhet: %1 - + Drive %1 Enhet %1 @@ -9526,27 +9556,27 @@ istället för "*". QPlatformTheme - + OK OK - + Apply Tillämpa - + Cancel Avbryt - + &Yes &Ja - + &No &Nej @@ -10347,7 +10377,8 @@ istället för "*". - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_tr.ts b/SandboxiePlus/SandMan/sandman_tr.ts index dfd78ff5..6af9983d 100644 --- a/SandboxiePlus/SandMan/sandman_tr.ts +++ b/SandboxiePlus/SandMan/sandman_tr.ts @@ -1400,7 +1400,7 @@ Not: Güncellemeler, yalnızca test edilen güncellemelerin sunulmasını sağla - + @@ -1455,7 +1455,7 @@ Not: Güncellemeler, yalnızca test edilen güncellemelerin sunulmasını sağla Children - + Alt İşlem @@ -1506,7 +1506,7 @@ Not: Güncellemeler, yalnızca test edilen güncellemelerin sunulmasını sağla Yalnızca [#] göstergesini görüntüle - + %1 (%2) %1 (%2) @@ -1589,8 +1589,8 @@ Not: Güncellemeler, yalnızca test edilen güncellemelerin sunulmasını sağla - - + + @@ -1627,7 +1627,7 @@ Not: Güncellemeler, yalnızca test edilen güncellemelerin sunulmasını sağla Program için Göz At - + Please enter a service identifier Lütfen bir hizmet tanımlayıcısı girin @@ -1950,7 +1950,7 @@ Lütfen bu dosyayı içeren bir klasör seçin. giriş: IP veya Bağlantı Noktası boş olamaz - + Allow @@ -2200,98 +2200,98 @@ Lütfen bu dosyayı içeren bir klasör seçin. Korumalı alan ipc kökü - - + + bytes (unlimited) - - - - - - bytes (%1) - + bayt (sınırsız) - unlimited - + + bytes (%1) + bayt (%1) - + + unlimited + sınırsız + + + Add special option: Özel seçenek ekle: - - + + On Start Başlangıçta - - - - - + + + + + Run Command Komutu Çalıştır - + Start Service Hizmeti Başlat - + On Init İlk Kullanımda - + On File Recovery Doysa Kurtarmada - + On Delete Content İçerik Silmede - + On Terminate Sonlandığında - + Please enter a program file name to allow access to this sandbox Bu korumalı alana erişime izin vermek için lütfen bir program dosyası adı girin - + Please enter a program file name to deny access to this sandbox Bu korumalı alana erişimi reddetmek için lütfen bir program dosyası adı girin - + Deny Reddet - + Failed to retrieve firmware table information. - + Ürün yazılımı tablosu bilgileri alınamadı. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. - + Ürün yazılımı tablosu ana bilgisayar kayıt defterine başarıyla kaydedildi: HKEY_CURRENT_USER\System\SbieCustom<br />her alan için farklı bir değere sahip olacak şekilde bu anahtarı korumalı alan kayıt defterine kopyalayabilirsiniz. - - - - - + + + + + Please enter the command line to be executed Lütfen çalıştırılacak komut satırını girin @@ -2773,22 +2773,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 Klasör bekleniyor: %1 - + Deleting folder: %1 Klasör siliniyor: %1 - + Merging folders: %1 &gt;&gt; %2 Klasörler birleştiriliyor: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... Anlık Görüntü Birleştirme Tamamlanıyor... @@ -2796,67 +2796,67 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + No Admin Yönetici Yok - + No INet INet Yok - + No INet (with Exceptions) INet Yok (İstisnalarla) - + Auto Delete Oto Silme - + Normal Normal - + Net Share Net Paylaşımı - + Enhanced Isolation Geliştirilmiş Yalıtım - + Reduced Isolation Azaltılmış Yalıtım - + Disabled Devre Dışı - + OPEN Root Access AÇIK Kök Erişimi - + Application Compartment Uygulama Bölmesi - + NOT SECURE GÜVENLİ DEĞİL - + Privacy Enhanced Gelişmiş Gizlilik @@ -2870,7 +2870,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Çıkış - + 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 başlatıldı ve gerekli hizmetleri oluşturması gerekiyor. Bunun için yönetici ayrıcalıkları isteyecektir. @@ -2891,19 +2891,19 @@ Unlike the preview channel, it does not include untested, potentially breaking, &Görünüm - + Error deleting sandbox folder: %1 Korumalı alan klasörü silinirken hata: %1 - + About Sandboxie-Plus Sandboxie-Plus Hakkında - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -2933,7 +2933,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Destek Forumu'nu Ziyaret Et - + Failed to copy configuration from sandbox %1: %2 %1 korumalı alanından yapılandırma kopyalaması başarısız oldu: %2 @@ -2943,7 +2943,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Basit Görünüm - + Login Failed: %1 Giriş başarısız: %1 @@ -2954,11 +2954,11 @@ Unlike the preview channel, it does not include untested, potentially breaking, - - - - - + + + + + Don't show this message again. Bu mesajı bir daha gösterme. @@ -2978,12 +2978,12 @@ Unlike the preview channel, it does not include untested, potentially breaking, 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 kapatılır kapatılmaz değişiklikler otomatik olarak uygulanacaktır. @@ -2993,7 +2993,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Sandboxie Yöneticisi'ni kapatmak istiyor musunuz? - + Failed to create directory for new snapshot Yeni anlık görüntü için dizin oluşturulamadı @@ -3044,7 +3044,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + Failed to move directory '%1' to '%2' '%1' dizini, '%2' dizinine taşınamadı @@ -3059,9 +3059,9 @@ Unlike the preview channel, it does not include untested, potentially breaking, Çevrimiçi Belgeler - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Hata @@ -3081,12 +3081,12 @@ Unlike the preview channel, it does not include untested, potentially breaking, Göster/Gizle - + A sandbox must be emptied before it can be deleted. Bir korumalı alan, silinmeden önce boşaltılmalıdır. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. Korumalı alan adı yalnızca harf, rakam ve alt çizgi içerebilir. @@ -3096,12 +3096,12 @@ Unlike the preview channel, it does not include untested, potentially breaking, &Bakım - + The sandbox name can not be a device name. Korumalı alan adı bir cihaz adı olamaz. - + Operation failed for %1 item(s). %1 öge için işlem başarısız oldu. @@ -3135,12 +3135,12 @@ Unlike the preview channel, it does not include untested, potentially breaking, Bağlan - + Only Administrators can change the config. Yalnızca Yöneticiler yapılandırmayı değiştirebilir. - + Snapshot not found Anlık görüntü bulunamadı @@ -3150,7 +3150,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Tümünü Durdur - + Delete protection is enabled for the sandbox Korumalı alan için silme koruması etkinleştirilmiş @@ -3160,7 +3160,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, &Gelişmiş - + Executing maintenance operation, please wait... Bakım işlemi yapılıyor, lütfen bekleyin... @@ -3177,7 +3177,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Yeni Alan Oluştur - + Failed to terminate all processes Tüm işlemler sonlandırılamadı @@ -3187,7 +3187,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Gelişmiş Görünüm - + Failed to delete sandbox %1: %2 %1: %2 Korumalı alanı silinemedi @@ -3198,17 +3198,17 @@ Unlike the preview channel, it does not include untested, potentially breaking, Tüm İşlemleri 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' '%1' bölümündeki yapılandırmayı güncelleme yetkiniz yok - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. '%1' ve '%2' anlık görüntü dizinleri birleştirilirken hata oluştu, anlık görüntü tam olarak birleştirilmedi. @@ -3228,12 +3228,12 @@ Unlike the preview channel, it does not include untested, potentially breaking, Sonlandırılmışları Tut - + A sandbox of the name %1 already exists %1 adında bir korumalı alan zaten var - + Failed to set configuration setting %1 in section %2: %3 %2: %3 bölümünde %1 yapılandırma parametresi ayarlanamadı @@ -3298,363 +3298,369 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + Which box you want to add in? - + Hangi alana eklemek istiyorsunuz? - + Type the box name which you are going to set: - + Ayarın ekleneceği alan adını yazın: - - - + + + + Sandboxie-Plus Warning - + Sandboxie-Plus Uyarısı - - - You typed a wrong box name!Nothing was changed. - + + + User canceled this operation. + Kullanıcı bu işlemi iptal etti. - - Users canceled this operation. - + The value is not an existing directory or executable. + Değer mevcut bir dizin veya yürütülebilir dosya değil. - + + + You typed a wrong box name! Nothing was changed. + Yanlış alan adı yazdınız! Hiçbir şey eklenmedi. + + + USB sandbox not found; creating: %1 USB korumalı alanı bulunamadı; oluşturuluyor: %1 - + Removed Shortcut: %1 Kaldırılan Kısayol: %1 - + Updated Shortcut to: %1 Kısayol şu şekilde güncellendi: %1 - + Added Shortcut to: %1 Eklenen Kısayol: %1 - + Executing OnBoxTerminate: %1 OnBoxTerminate yürütülüyor: %1 - + Auto removing sandbox %1 %1 korumalı alanı otomatik olarak kaldırıyor - + %1 Directory: %2 %1 Dizini: %2 - + Application Uygulama - + Installation Kurulum - + for Personal use Kişisel kullanım için - + - for Non-Commercial use ONLY - Ticari Olmayan kullanım için - + Do you want the setup wizard to be omitted? Kurulum sihirbazının çıkarılmasını istiyor musunuz? - + - NOT connected - Bağlı DEĞİL - + Failed to configure hotkey %1, error: %2 %1 kısayol tuşu yapılandırılamadı, hata: %2 - + The box %1 is configured to use features exclusively available to project supporters. %1 alanı, yalnızca proje destekçilerine sunulan özellikleri kullanacak şekilde yapılandırılmıştır. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. %1 alanı, <b>gelişmiş</b> destekçi sertifikası gerektiren özellikleri kullanacak şekilde yapılandırılmıştır. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. Gelişmiş özelliklerin kilidini açmak için <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Sertifikanızı yükseltin</a>. - + The selected feature requires an <b>advanced</b> supporter certificate. Seçilen özellik, <b>gelişmiş</b> bir destekçi sertifikası gerektiriyor. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br />Bu özelliğin kilidini açmak için Great Patreon seviyesinde veya daha yüksek bir seviyede olmanız gerekir. - + The selected feature set is only available to project supporters.<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. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Proje destekçisi olmak</a> için bir <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">destekçi sertifikası</a> edinin - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! Kullanmaya çalıştığınız sertifika engellendi, yani geçersiz kılındı. Bunu kullanmaya yönelik herhangi bir girişim, kullanım şartlarının ihlali anlamına gelir! - + The Certificate Signature is invalid! Sertifika İmzası geçersiz! - + The Certificate is not suitable for this product. Sertifika bu ürün için uygun değildir. - + The Certificate is node locked. Sertifika düğüm kilitli. - + The support certificate is not valid. Error: %1 Destek sertifikası geçerli değil. Hata: %1 - + The evaluation period has expired!!! Değerlendirme süresi dolmuştur! - - + + Don't ask in future Gelecekte sorma - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? Şifreli korumalı alanlardaki tüm işlemleri sonlandırmak ve bağlantılarını kaldırmak istiyor musunuz? - + No Recovery Kurtarma Yok - + No Messages Mesaj Yok - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>HATA:</b> Sandboxie-Plus Yöneticisi (SandMan.exe) geçerli bir imzaya sahip değil (SandMan.exe.sig). Lütfen <a href="https://sandboxie-plus.com/go.php?to=sbie-get">resmî indirme sayfasından</a> güvenilir bir sürüm indirin. - + Maintenance operation completed Bakım işlemi tamamlandı - + In the Plus UI, this functionality has been integrated into the main sandbox list view. Bu işlevsellik, Plus kullanıcı arayüzünde korumalı alan liste görünümüne entegre edilmiştir. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Alan/grup bağlam menüsünü kullanarak alanları ve grupları diğer gruplara taşıyabilirsiniz. Öğeleri hareket ettirmek için sürükle ve bırak özelliğini de kullanabilirsiniz. Alternatif olarak, öğeleri grupları içinde yukarı ve aşağı taşımak için ALT tuşunu basılı tutarken ok tuşlarını da kullanabilirsiniz.<br />Korumalı Alan menüsünden yeni alanlar ve gruplar oluşturabilirsiniz. - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Gizlenmiş mesaj kutuları dahil her şeyi (evet) veya yalnızca tüm günlük mesajlarını (hayır) sıfırlamak mı istiyorsunuz? - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. Templates.ini dosyasını düzenlemek üzeresiniz, bu genellikle önerilmez. Bu dosya Sandboxie'nin bir parçasıdır ve üzerinde yapılan tüm değişiklikler Sandboxie güncellendiğinde kaybolacaktır. - + The changes will be applied automatically whenever the file gets saved. Dosya her kaydedildiğinde değişiklikler otomatik olarak uygulanacaktır. - + Administrator rights are required for this operation. Bu işlem 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 bağlanılamadı - + Failed to communicate with Sandboxie Service: %1 Sandboxie Hizmeti ile iletişim kurulamadı: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 Uyumsuz bir Sandboxie %1 bulundu. Uyumlu sürümler: %2 - + Can't find Sandboxie installation path. Sandboxie kurulum yolu bulunamıyor. - + The sandbox name can not be longer than 32 characters. Korumalı alan adı 32 karakterden uzun olamaz. - + All processes in a sandbox must be stopped before it can be renamed. Bir korumalı alanın yeniden adlandırılabilmesi için oradaki tüm işlemlerin durdurulması gerekir. - + Failed to move box image '%1' to '%2' '%1' korumalı alan görüntüsü '%2' konumuna taşınamadı - + This Snapshot operation can not be performed while processes are still running in the box. Bu Anlık Görüntü işlemi, alan içinde işlemler çalışırken gerçekleştirilemez. - + Can't remove a snapshot that is shared by multiple later snapshots Birden çok anlık görüntü tarafından paylaşılan bir anlık görüntü kaldırılamaz - + The content of an unmounted sandbox can not be deleted Bağlanmamış bir korumalı alanın içeriği silinemez - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded İçe/Dışa Aktarma kullanılamıyor, 7z.dll yüklenemedi - + Failed to create the box archive Alan arşivi oluşturulamadı - + Failed to open the 7z archive 7z arşivi açılamadı - + Failed to unpack the box archive Alan arşivi açılamadı - + The selected 7z file is NOT a box archive Seçilen 7z dosyası bir alan arşivi DEĞİLDİR - + Remember choice for later. Seçimi sonrası için hatırla. - + Copy Cell Hücreyi Kopyala - + Copy Row Satırı Kopyala - + Copy Panel Paneli Kopyala - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>Sandboxie-Plus Hakkında</h3><p>Sürüm %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 Sandboxie'nin bu kopyası şu kişiler için sertifikalandırılmıştır: %1 - + Sandboxie-Plus is free for personal and non-commercial use. Sandboxie-Plus, kişisel 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<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 ediniz.<br /><br />%2<br /><br />Özellikler: %3<br /><br />Kurulum: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Simgeler için <a href="https://icons8.com">icons8.com</a> - + Failed to stop all Sandboxie components Tüm Sandboxie bileşenleri durdurulamadı - + Failed to start required Sandboxie components Gerekli Sandboxie bileşenleri başlatılamadı @@ -3675,22 +3681,22 @@ This file is part of Sandboxie and all change done to it will be reverted next t Her Zaman Üstte - + Cleaned up removed templates... Kaldırılan şablonlar temizlendi... - + Can not create snapshot of an empty sandbox Boş bir korumalı alanın anlık görüntüsü oluşturulamaz - + A sandbox with that name already exists Bu adda bir korumalı alan zaten var - + Reset Columns Sütunları Sıfırla @@ -3700,12 +3706,12 @@ This file is part of Sandboxie and all change done to it will be reverted next t Gizli Alanları Göster - + 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 alanlardan kaldırmak istiyor musunuz? - + Do you want to terminate all processes in all sandboxes? Tüm korumalı alanlardaki tüm işlemleri sonlandırmak istiyor musunuz? @@ -3730,7 +3736,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t Sandboxie-Plus - Pencere Bulucu - + Default sandbox not found; creating: %1 Varsayılan korumalı alan bulunamadı; oluşturuluyor: %1 @@ -3750,17 +3756,17 @@ This file is part of Sandboxie and all change done to it will be reverted next t İzlemeleri Günlükle - + Unknown operation '%1' requested via command line Bilinmeyen işlem '%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: Bu Sandboxie oturumunu başka bir aracı (muhtemelen SbieCtrl.exe) zaten yönetiyor, lütfen önce onu kapatın ve devralmak için yeniden bağlanın. - + The config password must not be longer than 64 characters Yapılandırma parolası 64 karakterden uzun olmamalıdır @@ -3780,17 +3786,17 @@ This file is part of Sandboxie and all change done to it will be reverted next t Tüm Oturumları Göster - + Error Status: 0x%1 (%2) Hata Durumu: 0x%1 (%2) - + Unknown Bilinmeyen - + Unknown Error Status: 0x%1 Bilinmeyen Hata Durumu: 0x%1 @@ -3829,12 +3835,12 @@ Temizlik yapmak ister misin? <br /><br />Bu alan, Kaynak Erişimi seçeneklerinde açıkça verilen konumlar dışında <a href="sbie://docs/privacy-mode">tüm kullanıcı verileri</a> konumlarına erişimi engeller. - + No Force Process Zorlanmış İşlem Yok - + 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 @@ -3843,7 +3849,7 @@ 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 etkinleştirildiği bir alanda başlatılan işlemler 5 dakika sonra sonlandırılacaktır.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Proje destekçisi olmak</a> için bir <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">destekçi sertifikası</a> edinin @@ -3900,7 +3906,7 @@ Hayır şunları seçer: %2 - + Sandboxie-Plus Insider [%1] Sandboxie-Plus Insider [%1] @@ -4058,159 +4064,159 @@ Hayır şunları seçer: %2 <a href="sbie://update/check" style="color: red;">Yeni bir Sandboxie-Plus güncellemesi v%1 mevcut</a> - + Executing OnBoxDelete: %1 OnBoxDelete yürütülüyor: %1 - + Auto deleting content of %1 %1 içeriği otomatik olarak siliniyor - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus Sürümü: %1 (%2) - + Data Directory: %1 Veri Dizini: %1 - - - + + + (%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. %2 korumalı alanında başlatılan programlar 5 dakika içinde sonlandırılacaktır. Çünkü bu korumalı alan yalnızca proje destekçilerine sunulan %1 özelliğini kullanacak şekilde yapılandırılmış. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. %1 alanı, 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-cert">Proje destekçisi olmak</a> için bir <a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">destekçi sertifikası</a> edinebilirsiniz - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Windows derlemeniz %1, Sandboxie sürümünüzün mevcut destek yeteneklerini aşıyor ve belirteç tabanlı güvenlik yalıtımının devre dışı bırakılmasına neden oluyor. Sonuç olarak, tüm uygulamalar güvenlik yalıtımı olmadan Uygulama Bölmesi Modunda çalışacaktır. Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin. - + Don't show this message again for the current build. Mevcut derleme için bu mesajı bir daha gösterme. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. Windows derlemeniz %1, Sandboxie sürümünüzün bilinen mevcut destek yeteneklerini aşıyor; Sandboxie bilinen son ofsetleri kullanmaya çalışacak ve bu da sistem kararsızlığına neden olabilir. - + Please enter the duration, in seconds, for disabling Forced Programs rules. Lütfen Zorunlu Programlar kurallarını devre dışı bırakmak için süreyi saniye cinsinden girin. - + Maintenance operation failed (%1) Bakım işlemi başarısız oldu (%1) - + All sandbox processes must be stopped before the box content can be deleted Alan içeriği silinmeden önce tüm korumalı alan işlemleri durdurulmalıdır - + Failed to copy box data files Alan veri dosyaları kopyalanamadı - + Failed to remove old box data files Eski alan veri dosyaları kaldırılamadı - + The operation was canceled by the user İşlem kullanıcı tarafından iptal edildi - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? %1 bağlantısını korumalı alanda veya korumasız olarak Web tarayıcısında açmak istiyor musunuz? - + Sandboxed Korumalı - + Unsandboxed Korumasız - + Case Sensitive Harfe Duyarlı - + RegExp Düzİfa - + Highlight Vurgula - + Close Kapat - + &Find ... &Bul ... - + All columns Tüm Sütunlar - + The supporter certificate is not valid for this build, please get an updated certificate Bu destekçi sertifikası bu derleme için geçerli değildir, lütfen yenilenmiş bir sertifika edinin - + The supporter certificate has expired%1, please get an updated certificate Bu destekçi sertifikasının süresi dolmuş %1, lütfen yenilenmiş bir sertifika edinin - + , 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 edinin @@ -4258,17 +4264,17 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin. - Korumalı Alan İçeriğini Silme - + Auto Deleting %1 Content %1 İçeriği Otomatik Siliniyor - + Current Config: %1 Geçerli Yapılandırma: %1 - + Sandboxie config has been reloaded Sandboxie yapılandırması yeniden yüklendi @@ -4276,7 +4282,7 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin. CSbieModel - + Name Ad @@ -4286,32 +4292,32 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin.Alan Grubu - + Empty Boş - + Status Durum - + Process ID İşlem Kimliği - + Path / Command Line Yol / Komut Satırı - + Title Başlık - + Info Bilgi @@ -4522,37 +4528,37 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin. CSbieTemplatesEx - + Failed to initialize COM COM başlatılamadı - + Failed to create update session Güncelleme oturumu oluşturulamadı - + Failed to create update searcher Güncelleme arayıcısı oluşturulamadı - + Failed to set search options Arama seçenekleri ayarlanamadı - + Failed to enumerate installed Windows updates Yüklü Windows güncellemeleri listelenemedi - + Failed to retrieve update list from search result Arama sonucundan güncelleme listesi alınamadı - + Failed to get update count Güncelleme sayısı alınamadı @@ -4566,8 +4572,8 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin.Çalıştır - - + + Create Shortcut to sandbox %1 %1 korumalı alanına kısayol oluştur @@ -4631,7 +4637,7 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin.[Yok] - + Please enter a new name for the Sandbox. Lütfen Korumalı Alan için yeni bir ad girin. @@ -4762,43 +4768,43 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin.Bu Korumalı Alana Zorla - + This box does not have Internet restrictions in place, do you want to enable them? Bu alanda İnternet kısıtlamaları yok, bunları etkinleştirmek istiyor musunuz? - + Don't show this message again. Bu mesajı bir daha gösterme. - + This Sandbox is already empty. Bu Korumalı Alan zaten boş. - - + + Do you want to delete the content of the selected sandbox? Seçili korumalı alanın içeriğini silmek istiyor musunuz? - + Do you want to terminate all processes in the selected sandbox(es)? Seçili alan(lar)daki tüm işlemleri sonlandırmak istiyor musunuz? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? - Bu alan devre dışı, etkinleştirmek istiyor musunuz? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? + Bu alan devre dışı veya bir grup/kullanıcı ile sınırlandırılmış, etkinleştirmek istiyor musunuz? - + This Sandbox is empty. Bu Korumalı Alan boş. @@ -5087,23 +5093,33 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin.Dışa aktarılıyor: %1 - - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + + Terminate without asking Sormadan sonlandır - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Sandboxie Başlat Menüsü şimdi görüntülenecektir. Menüden bir uygulama seçtikten sonra gerçek masaüstünüzde o uygulamayı Sandboxie'nin gözetiminde çalıştırmak için kullanabileceğiniz yeni bir kısayol simgesi oluşturulacaktır. - + Do you want to terminate %1? %1 sonlandırılsın mı? - + the selected processes Seçilen işlemler @@ -5139,18 +5155,18 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin.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çilen korumalı alan(lar)ı gerçekten kaldırmak istiyor musunuz?<br /><br />Uyarı: Alan içeriği de silinecektir! - - + + 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ı alanların içeriğini gerçekten silmek istiyor musunuz? @@ -5540,7 +5556,7 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin. HwId: %1 - + HwId: %1 @@ -5631,12 +5647,12 @@ Lütfen Sandboxie için bir güncelleme olup olmadığını kontrol edin. Set Force in Sandbox - + Korumalı Alanda Zorlamaya Ayarla Set Open Path in Sandbox - + Korumalı Alanda Açık Erişime Ayarla @@ -6654,56 +6670,56 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for OptionsWindow - - - - - - - - - - - - + + + + + + + + + + + + Name Ad - - - + + + Path Yol - + Save Kaydet - - - - - - - + + + + + + + Type Tür - + Allow only selected programs to start in this sandbox. * Bu korumalı alanda yalnızca seçilen programların başlamasına izin ver. * - + Force Folder Klasörü Zorla - + Add IPC Path IPC Yolu Ekle @@ -6713,17 +6729,17 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Başlıktaki korumalı alan 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 @@ -6733,22 +6749,22 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Komut Satırı - + Don't alter window class names created by sandboxed programs Korumalı alandaki programlar tarafından oluşturulan pencere sınıfı adları değiştirilmesin - + Log Debug Output to the Trace Log Hata Ayıklama Çıktısını İzleme Günlüğüne Kaydet - + Add Wnd Class Wnd Sınıfı Ekle - + Access Tracing Erişim İzleme @@ -6768,47 +6784,47 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for kilobayt - + Allow all programs to start in this sandbox. Tüm programların bu alanda başlamasına izin ver. - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Dosyalar oluşturulur oluşturulmaz kurtarabilmek için Anında Kurtarma istemini etkinleştir. - - - - - - + + + + + + Access Erişim - + These options are intended for debugging compatibility issues, please do not use them in production use. Bu seçenekler uyumluluk sorunlarındaki hataları ayıklamaya yönelik tasarlanmıştır, lütfen bu ayarları üretim amaçlı kullanmayın. - + Templates Şablonlar - + Text Filter Metin Filtresi - + Cancel İptal - + Restrict Resource Access monitor to administrators only Kaynak Erişimi İzleyicisini yalnızca yöneticilerle kısıtla @@ -6819,71 +6835,71 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Protect the sandbox integrity itself Korumalı alan bütünlüğünün kendisini koruyun - + Add Folder Klasör Ekle - + Prompt user whether to allow an exemption from the blockade. Ağ engellemesinden muafiyete izin verilip verilmeyeceğini sor. - + IPC Trace IPC İzleme - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Kaldır - + Add File/Folder Dosya/Klasör Ekle - + Issue message 1307 when a program is denied internet access Bir programın internet erişimi reddedildiğinde 1307 mesajını yayınla - - + + Compatibility Uyumluluk - + Note: Programs installed to this sandbox won't be able to access the internet at all. Not: Bu alana yüklenen programlar internete hiçbir şekilde erişemez. @@ -6893,12 +6909,12 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Alan Seçenekleri - + Don't allow sandboxed processes to see processes running in other boxes Korumalı alandaki işlemlerin diğer alanlarda çalışan işlemleri görmesine izin verilmesin - + Add Group Grup Ekle @@ -6908,12 +6924,12 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Korumalı alana sahip pencere kenarlığı: - + Prevent selected programs from starting in this sandbox. Seçili programların bu alanda başlamasını önle. - + Miscellaneous Çeşitli @@ -6923,7 +6939,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Dosya çok büyükse 2102 mesajını yayınla - + File Recovery Dosya Kurtarma @@ -6933,45 +6949,45 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Alan 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 @@ -6991,7 +7007,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for - + Protect the system from sandboxed processes Sistemi korumalı alandaki işlemlerden koru @@ -7001,7 +7017,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for SandboxiePlus Ayarları - + Category Kategori @@ -7011,21 +7027,17 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for Yöneticiler ve Yetkili Kullanıcılar grupları haklarını bırak - + Add Reg Key Kayıt Anahtarı Ekle - Hide Processes - İşlemleri Gizle - - - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Hızlı Kurtarma işlevi çağrıldığında, aşağıdaki klasörler korumalı alan içeriği için denetlenecektir. - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -7049,70 +7061,70 @@ günlüğe kaydetme özelleştirilebilir. px Genişliği - + 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 konumlardan başlatılan programlar, özellikle başka bir korumalı alanda başlatılmadıkça, otomatik olarak bu alana yerleştirilecektir. - + 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ı alan güvenliğini bozabilir! - + Edit ini Ini Düzenle - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Şablonları Göster - + Ignore Folder Klasörü Yok Say - + GUI Trace GKA İzleme - + Key Trace Tuş İzleme - + Tracing İzleme @@ -7127,7 +7139,7 @@ günlüğe kaydetme özelleştirilebilir. Korumalı alan işlemlerini iş nesnelerine ekle (Önerilir) - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Klasörleri ve dosya türlerini (veya dosya uzantılarını) Anında Kurtarma'nın dışında bırakabilirsiniz. @@ -7137,12 +7149,12 @@ günlüğe kaydetme özelleştirilebilir. Çalıştır Menüsü - + App Templates Uygulama Şablonları - + Ignore Extension Uzantıyı Yok Say @@ -7152,7 +7164,7 @@ günlüğe kaydetme özelleştirilebilir. Bu korumalı alanı silinmeye veya boşaltılmaya karşı koru - + 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. @@ -7161,37 +7173,37 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Not: Bir korumalı alana ilişkin Zorunlu Programlar ve Zorunlu Klasörler ayarları, korumalı alanı kullanamayan kullanıcı hesapları için geçerli değildir. - + * Note: Programs installed to this sandbox won't be able to start at all. * Not: Bu korumalı alana yüklenen programlar hiçbir şekilde başlatılamaz. - + This list contains a large amount of sandbox compatibility enhancing templates Bu liste, korumalı alan uyumluluğunu geliştiren çok sayıda şablonlar içerir - + Program Groups Program Grupları - + Issue message 1308 when a program fails to start Bir program başlatılamadığında 1308 mesajını yayınla - + Resource Access Kaynak Erişimi - + Advanced Options Gelişmiş Seçenekler - + Hide host processes from processes running in the sandbox. Korumalı alanda çalışan işlemlerden ana sistem işlemlerini gizler. @@ -7207,7 +7219,7 @@ Not: Bir korumalı alana ilişkin Zorunlu Programlar ve Zorunlu Klasörler ayarl Korumalı alandaki son işlem sonlandırıldığında içeriği otomatik olarak sil - + Add COM Object COM Nesnesi Ekle @@ -7217,22 +7229,22 @@ Not: Bir korumalı alana ilişkin Zorunlu Programlar ve Zorunlu Klasörler ayarl Korumalı alanın çalıştırma menüsünde görünecek özel girişleri yapılandırabilirsiniz. - + Start Restrictions Başlatma 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 Ini Düzenleme Bölümü - + COM Class Trace COM Sınıf İzleme @@ -7272,7 +7284,7 @@ Not: Bir korumalı alana ilişkin Zorunlu Programlar ve Zorunlu Klasörler ayarl Uygulamaların yetkilendirilmiş çalıştıklarını düşünmelerini sağla (Yükleyicileri güvenli bir şekilde çalıştırmanıza izin verir) - + Network restrictions Ağ Kısıtlamaları @@ -7348,8 +7360,9 @@ Not: Bir korumalı alana ilişkin Zorunlu Programlar ve Zorunlu Klasörler ayarl - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - <a href="sbie://docs/boxencryption">Alan Şifreleme</a> etkinleştirildiğinde, kayıt defteri kovanı da dahil olmak üzere alanın kök klasörü, <a href="https://diskcryptor.org">Disk Cryptor'un</a> AES-XTS uygulaması kullanılarak şifrelenmiş bir disk görüntüsünde depolanır. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + <a href="sbie://docs/boxencryption">Alan Şifreleme</a> etkinleştirildiğinde, kayıt defteri kovanı da dahil olmak üzere alanın kök klasörü, <a href="https://diskcryptor.org">Disk Cryptor'un</a> AES-XTS uygulaması kullanılarak şifrelenmiş bir disk görüntüsünde depolanır. @@ -7448,17 +7461,17 @@ Not: Bir korumalı alana ilişkin Zorunlu Programlar ve Zorunlu Klasörler ayarl Prevent sandboxed processes from capturing window images (Experimental, may cause UI glitches) - Korumalı alan işlemlerinin pencere görüntüsü yakalamasını önle (Deneysel, kullanıcı arayüzü hatalarına neden olabilir) + Korumalı alan işlemlerinin pencere görüntüsü yakalamasını önle (Deneysel, arayüz hatalarına neden olabilir) - + Move Up Yukarı Taşı - + Move Down Aşağı Taşı @@ -7519,60 +7532,62 @@ Not: Bir korumalı alana ilişkin Zorunlu Programlar ve Zorunlu Klasörler ayarl Anonim kullanıcı yerine Sandboxie oturum açma belirteci kullan - + Configure which processes can access Desktop objects like Windows and alike. Hangi işlemlerin pencereler ve benzeri masaüstü nesnelerine erişebileceğini yapılandırın. - + Bypass IPs - + IP'leri Atla - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. Genel kısayol tuşuna art arda 3 kez basıldığında bu istisna göz ardı edilecektir. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. "Tüm İşlemleri Sonlandır" çalıştırıldığında bu korumalı alanı sonlandırılma dışında tut. - + Image Protection Görüntü Koruması - + Issue message 1305 when a program tries to load a sandboxed dll Bir program korumalı alandan bir DLL dosyası yüklemeye çalıştığında 1305 mesajını yayınla - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Sistemde yüklü korumalı alanda çalışan işlemlerin alan içinden DLL yüklemesini önle - + Dlls && Extensions DLL'ler && Uzantılar - + Description Açıklama - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Sandboxie'nin kaynak erişim kuralları, genellikle korumalı alan içinde bulunan program ikili dosyalarına göre ayrım yapar. OpenFilePath ve OpenKeyPath yalnızca ana sistemde yerel olarak bulunan uygulama ikili dosyaları için çalışır. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie'nin kaynak erişim kuralları, genellikle korumalı alan içinde bulunan program ikili dosyalarına göre ayrım yapar. OpenFilePath ve OpenKeyPath yalnızca ana sistemde yerel olarak bulunan uygulama ikili dosyaları için çalışır. Bu kısıtlama olmaksızın bir kural tanımlamak için OpenPipePath veya OpenConfPath kullanılmalıdır. Aynı şekilde, olumsuzlama ile tanımlanan tüm Closed(File|Key|Ipc)Path yönergeleri, örn. 'ClosedFilePath=! iexplore.exe,C:Users*', korumalı alan içinde bulunan ikili dosyalar için her zaman kapalı olacaktır. Her iki kısıtlama ilkesi de "Erişim İlkeleri" sayfasından devre dışı bırakılabilir. Bu, korumalı alan içindeki haydut işlemlerin kendilerinin yeniden adlandırılmış bir kopyasını oluşturmasını ve korunan kaynaklara erişmesini önlemek için yapılır. Başka bir istismar vektörü de bir kütüphanenin yetkili bir işleme yerleşerek ona izin verilen her şeye erişim hakkı elde etmesidir. Ana Sistem Görüntü Koruması kullanılarak, bir korumalı alanda çalışan uygulamaların (ana sistemde yüklü) korumalı alanda bulunan kütüphaneleri yüklemesi engellenerek bu durum önlenebilir. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxie'nin işlevselliği, korumalı alanda herhangi bir işlem başlatıldığında SbieDll.dll tarafından ona yüklenebilen, isteğe bağlı DLL'ler kullanılarak genişletilebilir. Genel ayarlardaki Eklenti Yöneticisinde bazı yararlı uzantılar sunulmaktadır. Bunlar kurulduktan sonra geçerli korumalı alan için buradan etkinleştirilebilirler. @@ -7602,32 +7617,32 @@ Bu, korumalı alan içindeki haydut işlemlerin kendilerinin yeniden adlandırı Özel bir Sandboxie belirteci kullanmak, birbirinden ayrı korumalı alanların daha iyi yalıtılmasını sağlar ve görev yöneticilerinin kullanıcı sütununda bir işlemin hangi alana ait olduğu gösterir. Ancak bazı 3. parti güvenlik çözümleri özel belirteçlerle sorun yaşayabilir. - + Program Control Program Denetimi - + Force Programs Zorunlu Programlar - + Disable forced Process and Folder for this sandbox Bu korumalı alan için İşlem ve Klasör zorlamayı devre dışı bırak - + Breakout Programs Çıkabilen Programlar - + Breakout Program Çıkabilen Program - + Breakout Folder Çıkabilen Klasör @@ -7647,38 +7662,38 @@ Bu, korumalı alan içindeki haydut işlemlerin kendilerinin yeniden adlandırı Yararlı Windows işlemlerinin korumalı işlemlere erişmesine izin ver - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. Buraya girilen programlar başlatıldıklarında bu korumalı alanın dışına çıkabilecektir. Bunları başka bir korumalı alana da aktarmak mümkündür. Örneğin web tarayıcınızın her zaman kendine adanmış bir alanda çalışması gibi. - + Lingering Programs Oyalayıcı Programlar - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Oyalayıcı programlar, diğer tüm işlemler sonlandırıldıktan sonra çalışmaya devam ediyorsa otomatik olarak sonlandırılır. - + Leader Programs Lider Programlar - + If leader processes are defined, all others are treated as lingering processes. Eğer lider işlemler tanımlanırsa, diğer tüm işlemlere oyalayıcı olarak davranılır. - + Stop Options Durma Seçenekleri - - + + Stop Behaviour Durma Davranışı @@ -7707,222 +7722,228 @@ Bu, korumalı alan içindeki haydut işlemlerin kendilerinin yeniden adlandırı unlimited - + sınırsız bytes + bayt + + + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. - <b><font color='red'>GÜVENLİK TAVSİYESİ</font>:</b> <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> ve/veya <a href="sbie://docs/breakoutprocess">BreakoutProcess</a>'in Open[File/Pipe]Path yönergeleriyle birlikte kullanılması sistem güvenliği tehlikeye atabilir. Lütfen bunları kullanmadan önce her seçeneğin belgesindeki güvenlik bölümünü inceleyin. + <b><font color='red'>GÜVENLİK TAVSİYESİ</font>:</b> <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> ve/veya <a href="sbie://docs/breakoutprocess">BreakoutProcess</a>'in Open[File/Pipe]Path yönergeleriyle birlikte kullanımı sistem güvenliğini tehlikeye atabilir. Lütfen bunları kullanmadan önce her seçeneğin belgesindeki güvenlik bölümünü inceleyin. - + Use Linger Leniency Oyalanma yumuşatmayı kullan - + Don't stop lingering processes with windows Pencereli işlemler sonlandırılmasın - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. Bu ayar, kullanıcının bilgisi dışında programların korumalı alanda çalışmasını önlemek için kullanılabilir. - + Display a pop-up warning before starting a process in the sandbox from an external source Harici bir kaynak tarafından korumalı alanda bir işlem başlatılmadan önce uyarı görüntüle - + Files Dosyalar - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Hangi işlemlerin Dosyalara, Klasörlere ve Borulara erişebileceğini yapılandırın. 'Açık' erişimi yalnızca korumalı alanın dışında bulunan program dosyaları için geçerlidir, bunun yerine tüm programlara uygulanmasını sağlamak için 'Hepsine Açık' kullanabilir veya bu davranışı İlkeler sekmesinden değiştirebilirsiniz. - + Registry Kayıt - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Hangi işlemlerin Kayıt Defterine erişebileceğini yapılandırın. 'Açık' erişimi yalnızca korumalı alanın dışında bulunan program dosyaları için geçerlidir, bunun yerine tüm programlara uygulanmasını sağlamak için 'Hepsine Açık' kullanabilir veya bu davranışı İlkeler sekmesinden değiştirebilirsiniz. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Hangi işlemlerin ALPC bağlantı noktaları ve diğer işlemlerin belleği ve bağlamı gibi NT IPC nesnelerine erişebileceğini yapılandırın. Bir işlemi belirtmek için yol olarak '$:program.exe' kullanın. - + Wnd Wnd - + Wnd Class Wnd Sınıfı - + COM COM - + Class Id Sınıf Id - + Configure which processes can access COM objects. Hangi işlemlerin COM nesnelerine erişebileceğini yapılandırın. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Sanallaştırılmış COM kullanılmasın, ana sistem COM altyapısına açık erişim sağlar (Önerilmez) - + Access Policies Erişim İlkeleri - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Close...=!<program>,... kurallarını korumalı alanda bulunan tüm ikili dosyalara da uygula. - + Network Options Ağ Seçenekleri - + DNS Filter DNS Filtresi - + Add Filter Filtre Ekle - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. Alan adları DNS filtresiyle işlem bazında engellenebilir. Engellemek için IP sütununu boş bırakın veya yeniden yönlendirmek için bir IP girin. - + Domain Alan Adı - + Internet Proxy Ara Sunucu - + Add Proxy Ara Sunucu Ekle - + Test Proxy Sunucuyu Test Et - + Auth Kimlik - + Login Giriş - + Password Parola - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. Korumalı alanda çalışan programlar, önceden ayarlanmış bir SOCKS5 ara sunucusunu kullanmaya zorlanabilir. - + Resolve hostnames via proxy Alan adlarını sunucuda çözümle - + Other Options Diğer Seçenekler - + Port Blocking Bağlantı Noktası Engelleme - + Block common SAMBA ports Yaygın SAMBA bağlantı noktalarını engelle - + Block DNS, UDP port 53 DNS, UDP bağlantı noktası 53'ü engelle - + Quick Recovery Hızlı Kurtarma - + Immediate Recovery Anında Kurtarma - + Various Options Çeşitli Seçenekler - + Apply ElevateCreateProcess Workaround (legacy behaviour) ElevateCreateProcess geçici çözümünü uygula (Eski davranış) - + Use desktop object workaround for all processes Masaüstü nesnesi geçici çözümünü tüm işlemler için kullan @@ -7931,10 +7952,6 @@ Bir işlemi belirtmek için yol olarak '$:program.exe' kullanın.Limit restrictions Kısıtlama Sınırları - - Leave it blank to disable the setting(Unit:KB) - Ayarı devre dışı bırakmak için boş bırakın (Birim:KB) - @@ -7958,32 +7975,32 @@ Bir işlemi belirtmek için yol olarak '$:program.exe' kullanın.Tek İşlem Bellek Sınırı: - + On Box Terminate Alan Sonlandığında - + This command will be run before the box content will be deleted Bu komut, alan içeriği silinmeden önce çalıştırılacaktır - + On File Recovery Dosya Kurtarmada - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked Bu komut, bir dosya kurtarılmadan önce çalıştırılacak ve dosya yolu ilk bağımsız değişken olarak aktarılacaktır. Bu komut 0'dan başka bir değer döndürürse, kurtarma işlemi engellenecektir - + Run File Checker Dosya Denetleyicisini Gir - + On Delete Content İçerik Silmede @@ -7994,82 +8011,86 @@ Bir işlemi belirtmek için yol olarak '$:program.exe' kullanın. - + Process İşlem - + Add Option Seçenek Ekle - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Burada, uyumluluğu artırmak veya korumalı alan davranışını özelleştirmek için işlem başına gelişmiş seçenekleri yapılandırabilirsiniz. - + Option Seçenek - + These commands are run UNBOXED after all processes in the sandbox have finished. Bu komutlar korumalı alandaki tüm işlemler sonlandıktan sonra ALAN DIŞINDAN çalıştırılır. - + Privacy - + Gizlilik - - Hide Firmware Informations - + + Hide Firmware Information + Hide Firmware Informations + Ürün Yazılımı Bilgilerini Gizle - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. - + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. + Bazı programlar, geleneksel yöntemleri kullanmak yerine, yerleşik bir Windows veritabanı olan WMI (Windows Yönetim Araçları) aracılığıyla sistem ayrıntılarını alır. Örneğin, &apos;tasklist.exe&apos;, &apos;HideOtherBoxes&apos; etkin olsa bile işlemlerin tam listesine erişebilir. Bu tür davranışları önlemek için bu seçeneği etkinleştirin. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + Korumalı alandaki işlemlerin WMI aracılığıyla sistem ayrıntılarına erişmesini önle (daha fazla bilgi için ipucuna bakın) - + Process Hiding - + İşlem Gizleme - + Use a custom Locale/LangID - + Özel bir Yerel/Dil Kimliği Kullan - + Data Protection - + Veri Koruması - - Dump the current Firmare Tables to HKCU\System\SbieCustom - + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom + Mevcut Ürün Yazılımı Tablolarını HKCU\System\SbieCustom anahtarına döker - + Dump FW Tables - + ÜY Tablolarını Dök - + API call Trace (traces all SBIE hooks) API çağrısı İzleme (tüm SBIE kancalarını izler) - + Log all SetError's to Trace log (creates a lot of output) Tüm SetError Mesajlarını İzleme Günlüğüne Kaydet (Çok fazla çıktı oluşturur) @@ -8084,56 +8105,47 @@ Bir işlemi belirtmek için yol olarak '$:program.exe' kullanın.Panoya okuma erişimini engelle - + Restart force process before they begin to execute - + Yürütülmeye başlamadan önce zorunlu işlemleri yeniden başlat - + Emulate sandboxed window station for all processes Tüm işlemler için korumalı alan pencere istasyonunu taklit et - + Don't allow sandboxed processes to see processes running outside any boxes Korumalı alandaki işlemlerin alan dışında çalışan işlemleri görmesine izin verilmesin - Prevent sandboxed processes from accessing system details through WMI - Korumalı alandaki işlemlerin WMI aracılığıyla sistem ayrıntılarına erişmesini önle - - - Some programs retrieve system details via WMI (Windows Management Instrumentation), a built-in Windows database, rather than using conventional methods. For instance, 'tasklist.exe' can access a complete list of processes even if 'HideOtherBoxes' is enabled. Enable this option to prevent such behavior. - Some programs read system details through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. - Bazı programlar, geleneksel yöntemleri kullanmak yerine, yerleşik bir Windows veritabanı olan WMI (Windows Yönetim Araçları) aracılığıyla sistem ayrıntılarını alır. Örneğin, 'tasklist.exe', 'HideOtherBoxes' etkin olsa bile işlemlerin tam listesine erişebilir. Bu tür davranışları önlemek için bu seçeneği etkinleştirin. - - - + DNS Request Logging DNS İstek Günlüğü - + Syscall Trace (creates a lot of output) Syscall İzleme (Çok fazla çıktı oluşturur) - + Add Template Şablon Ekle - + Open Template Şablonu Aç - + 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. @@ -8142,28 +8154,28 @@ Please note that this values are currently user specific and saved globally for Lütfen bu değerlerin kullanıcıya özel olduğunu ve tüm alanlar için global olarak kaydedildiğini unutmayın. - - + + Value Değer - + Accessibility Erişilebilirlik - + 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 Güvenlik Seçenekleri > Güvenlik Sıkılaştırması altındaki Yetkilendirme Kısıtlamaları bölümü Hak Bırakma ayarlarına bakın. - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Ekran Okuyucuları: 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. Aşağıdaki ayarlar, Sandboxie'nin erişilebilirlik yazılımıyla birlikte kullanılmasını sağlar. Lütfen bu ayarlar etkin olduğunda Sandboxie korumasının bir kısmının ister istemez kaybedildiğini unutmayın. @@ -8178,12 +8190,12 @@ Lütfen bu değerlerin kullanıcıya özel olduğunu ve tüm alanlar için globa Windows Güvenlik Hesap Yöneticisine açık erişim - + Disable Resource Access Monitor Kaynak Erişim İzleyicisini Devre Dışı Bırak - + Resource Access Monitor Kaynak Erişim İzleyicisi @@ -8228,88 +8240,88 @@ Lütfen bu değerlerin kullanıcıya özel olduğunu ve tüm alanlar için globa Tüm güvenlik geliştirmelerini etkinleştir (Güvenliği güçlendirilmiş alan yapar) - + Create a new sandboxed token instead of stripping down the original token - + Asıl belirteci soymak yerine yeni bir korumalı alan belirteci oluştur - + 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. Alan için tanımlanan gruplar, şablonlarda tanımlanan grupların üzerine yazılır. - + Force Children - Altları Zorla + Altları Zorla - + Process Restrictions İşlem Kısıtlamaları - + Set network/internet access for unlisted processes: Listelenmemiş işlemler için ağ/internet erişimini ayarla: - + Test Rules, Program: Kuralları test et, Program: - + Port: Bağlantı Noktası: - + IP: IP: - + Protocol: Protokol: - + X X - + Add Rule Kural Ekle - - + + Action Eylem - - + + Port Bağlantı Noktası - - - + + + 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 etkinleştirilmemiştir, bu nedenle bu kurallar yalnızca kullanıcı modunda uygulanacaktır ve zorlanmaz! Bu, kötü amaçlı uygulamaların bunları atlayabileceği anlamına gelir. @@ -8324,8 +8336,8 @@ Lütfen bu değerlerin kullanıcıya özel olduğunu ve tüm alanlar için globa Windows Yerel Güvenlik Yetkilisine açık erişim - - + + Network Firewall Ağ Güvenlik Duvarı @@ -8355,37 +8367,37 @@ Lütfen bu değerlerin kullanıcıya özel olduğunu ve tüm alanlar için globa Windows Kimlik Bilgileri Deposunu aç (Kullanıcı modu) - + Prevent change to network and firewall parameters (user mode) Ağ ve güvenlik duvarı parametrelerinde değişikliği engelle (Kullanıcı modu) - + Prioritize rules based on their Specificity and Process Match Level Özgüllüklerine ve İşlem Eşleştirme Düzeylerine göre kurallara öncelik ver - + Privacy Mode, block file and registry access to all locations except the generic system ones Gizlilik Modu, genel sistem konumları dışındaki tüm konumlara yapılan dosya ve kayıt defteri erişimini engeller - + Access Mode Erişim 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 etkinleştirildiğinde, korumalı alan işlemleri yalnızca C:\Windows\*, C:\Program Files\* ve HKLM kayıt defterinin bölümlerini okuyabilir, diğer tüm konumların okunabilir ve/veya yazılabilir olması için açık erişime ihtiyacı olacaktır. Bu modda, Kural Özgüllüğü her zaman etkindir. - + Rule Policies Kural İlkeleri - + Apply File and Key Open directives only to binaries located outside the sandbox. Dosya ve Anahtar Açma yönergelerini yalnızca korumalı alanın dışında bulunan ikili dosyalara uygula. @@ -8417,8 +8429,9 @@ Lütfen bu değerlerin kullanıcıya özel olduğunu ve tüm alanlar için globa - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Güvenlik Yalıtımı, Sandboxie'nin çok kısıtlı işlem belirteci kullanımı yoluyla korumalı alan kısıtlamalarını uygulamasının birincil yoludur. Bu devre dışı bırakılırsa, alan, uygulama bölmesi modunda çalıştırılır, yani artık sağlıklı bir güvenlik sağlayamaz ve yalnızca basit uygulama bölümlemesi sağlar. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Güvenlik Yalıtımı, Sandboxie'nin çok kısıtlı işlem belirteci kullanımı yoluyla korumalı alan kısıtlamalarını uygulamasının birincil yoludur. Bu devre dışı bırakılırsa, alan, uygulama bölmesi modunda çalıştırılır, yani artık sağlıklı bir güvenlik sağlayamaz ve yalnızca basit uygulama bölümlemesi sağlar. @@ -8446,68 +8459,68 @@ Lütfen bu değerlerin kullanıcıya özel olduğunu ve tüm alanlar için globa Bu korumalı alanı 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 eşleştiğinin bir ölçüsüdür. Basitçe söylemek gerekirse, özgüllük son eşleşen özel karakter olmayan alt dize dahil yolun başından sonuna kadar olan karakterlerin uzunluğudur. Yalnızca "*.tmp" gibi dosya türleriyle eşleşen bir kural, her zaman tüm dosya yolu ile eşleşeceği için en yüksek özgüllüğe sahip olacaktır. İşlem eşleştirme düzeyi, özgüllükten daha yüksek bir önceliğe sahiptir ve bir kuralın belirli bir işleme nasıl uygulanacağını tanımlar. İşlem adına veya grubuna göre uygulanan kurallar en güçlü eşleştirme düzeyine sahiptir. Ardından olumsuzlama ile eşleştirme gelir, yani belirtilen işlem dışındaki tüm işlemlere uygulanan kurallara aittir; en düşük eşleştirme düzeyleri ise genel eşleştirmelere, yani herhangi bir işleme uygulanan kurallara aittir. - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Varsayılan olarak RpcMgmtSetComTimeout kullanımını devre dışı bırak (Uyumluluk sorunlarını çözebilir) - + Triggers Tetikleyiciler - + Event Olay - - - - + + + + Run Command Komut Gir - + Start Service Hizmeti Gir - + These events are executed each time a box is started Bu olaylar, bir alan her başlatıldığında yürütülür - + On Box Start Alan Başlangıcında - - + + These commands are run UNBOXED just before the box content is deleted Bu komutlar alan içeriği silinmeden hemen önce ALAN DIŞINDAN çalıştırılır - + 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 alan ilk kullanıma hazırlandığında yürütülür. Tekrar çalışması için alan içeriğinin silinmesi gerekir. - + On Box Init Alan İlk Kullanımında - + Here you can specify actions to be executed automatically on various box events. Burada, çeşitli alan olaylarında otomatik olarak yürütülecek eylemleri belirleyebilirsiniz. @@ -8546,7 +8559,7 @@ The process match level has a higher priority than the specificity and describes QObject - + Drive %1 Sürücü %1 @@ -8554,27 +8567,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 @@ -9426,13 +9439,14 @@ The process match level has a higher priority than the specificity and describes - Add ‘Set Force in Sandbox' to the context menu - + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu + Bağlam menüsüne ‘Korumalı Alanda Zorlamaya Ayarla' seçeneği ekle Add 'Set Open Path in Sandbox' to context menu - + Bağlam menüsüne ‘Korumalı Alanda Açık Erişime Ayarla' seçeneği ekle @@ -9447,7 +9461,7 @@ The process match level has a higher priority than the specificity and describes HwId: 00000000-0000-0000-0000-000000000000 - + HwId: 00000000-0000-0000-0000-000000000000 @@ -9519,7 +9533,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Always run SandMan UI as Admin - + SandMan'i her zaman Yönetici olarak çalıştır diff --git a/SandboxiePlus/SandMan/sandman_uk.ts b/SandboxiePlus/SandMan/sandman_uk.ts index 907b8107..d2016134 100644 --- a/SandboxiePlus/SandMan/sandman_uk.ts +++ b/SandboxiePlus/SandMan/sandman_uk.ts @@ -1664,8 +1664,8 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + @@ -1716,7 +1716,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + @@ -1787,84 +1787,84 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: - - + + On Start При старті - - - - - + + + + + Run Command Виконати команду - + Start Service Запустити слубжу - + On Init При ініціалізації - + On File Recovery - + On Delete Content - + On Terminate - + Please enter a program file name to allow access to this sandbox - + Please enter a program file name to deny access to this sandbox - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -1873,11 +1873,11 @@ Note: The update check is often behind the latest GitHub release to ensure that При видаленні - - - - - + + + + + Please enter the command line to be executed Будь ласка, введіть командний рядок, який потрібно виконати @@ -1886,12 +1886,12 @@ Note: The update check is often behind the latest GitHub release to ensure that Будь ласка, введіть назву файла програми - + Deny - + %1 (%2) %1 (%2) @@ -2141,7 +2141,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Please enter a service identifier Будь ласка, введіть індентификатор служби @@ -2236,7 +2236,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Allow @@ -2919,22 +2919,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 Очікування папки: %1 - + Deleting folder: %1 Видалення папки: %1 - + Merging folders: %1 &gt;&gt; %2 Злиття папок: %1 та %2 - + Finishing Snapshot Merge... Завершення злиття знімків... @@ -2942,37 +2942,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Вимкнений - + OPEN Root Access - + Application Compartment Пісочниця для додатків - + NOT SECURE НЕ ЗАХИЩЕНО - + Reduced Isolation Знижена ізоляція - + Enhanced Isolation Посилена ізоляція - + Privacy Enhanced Посилена конфіденційність @@ -2981,32 +2981,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, Журнал API - + No INet (with Exceptions) - + No INet Без доступу до Інтернет - + Net Share Локальна мережа - + No Admin Без прав адміністратора - + Auto Delete - + Normal Нормальний @@ -3015,7 +3015,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -3035,42 +3035,42 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + No Force Process - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? - + Sandboxed - + Unsandboxed - + Reset Columns Скинути налаштування стовців - + Copy Cell Скопіювати клітинку - + Copy Row Скопіювати рядок - + Copy Panel Скопіювати панель @@ -3359,7 +3359,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + About Sandboxie-Plus Про Sandboxie-Plus @@ -3451,11 +3451,11 @@ Do you want to do the clean up? - - - - - + + + + + Don't show this message again. Не показувати це повідомлення знову. @@ -3487,7 +3487,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Ця пісочниця блокує доступ до папок користувачів, окрім тих, які є дозволеними в налаштуваннях доступу до ресурсів. - + Unknown operation '%1' requested via command line Невідома операція '%1' була запитана за допомогою командного рядка @@ -3507,62 +3507,62 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - Видалення вмісту пісочниці - + Executing OnBoxDelete: %1 Виконання під час видалення контейнера: %1 - + Auto Deleting %1 Content Автоматичне видалення %1 вміст - + Removed Shortcut: %1 - + Updated Shortcut to: %1 - + Added Shortcut to: %1 - + Auto deleting content of %1 Автоматичне видалення вмісту %1 - + Auto removing sandbox %1 - + %1 Directory: %2 - + Application - + Installation - + Current Config: %1 Поточна конфігурація: %1 - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3570,34 +3570,34 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - + Do you want the setup wizard to be omitted? - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Помилка - + Failed to stop all Sandboxie components Не вдалося зупинити всі компоненти Sandboxie - + Failed to start required Sandboxie components Не вдалося запустити потрібні для Sandboxie компоненти @@ -3633,12 +3633,12 @@ Please check if there is an update for sandboxie. - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Деякі шаблони для сумісності (%1) відсутні або видалені, ви хочете видалити їх з всіх пісочниць? - + Cleaned up removed templates... Очищення прибраних шаблонів... @@ -3647,7 +3647,7 @@ Please check if there is an update for sandboxie. - Портативно - + 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 @@ -3656,27 +3656,27 @@ No will choose: %2 Ні, Sandboxie-Plus обере: %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 днів, будь ласка, отримайте новий сертифікат @@ -3693,12 +3693,12 @@ No will choose: %2 Оновлений сертифікат недоступний. - + Default sandbox not found; creating: %1 Пісочниця за замовчуванням була не знайдена, створення: %1 - + - NOT connected - НЕ підключено @@ -3711,7 +3711,7 @@ No will choose: %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> @@ -3767,22 +3767,22 @@ No will choose: %2 - + 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? Ви дійсно хочете завершити всі процеси в всіх пісочницях? @@ -3791,57 +3791,57 @@ No will choose: %2 Завершити без запитань - + 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 @@ -3875,13 +3875,13 @@ 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> - + Administrator rights are required for this operation. Для цієї дії потрібні права адміністратора. - + Sandboxie-Plus Insider [%1] @@ -4006,47 +4006,47 @@ Note: The update check is often behind the latest GitHub release to ensure that Каталог встановлення: %1 - + Sandboxie-Plus Version: %1 (%2) Версія Sandboxie-Plus: %1 (%2) - + Data Directory: %1 Каталог даних: %1 - + for Personal use - + - for Non-Commercial use ONLY - - - + + + (%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> @@ -4080,167 +4080,173 @@ Note: The update check is often behind the latest GitHub release to ensure that - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + USB sandbox not found; creating: %1 - + Executing OnBoxTerminate: %1 - + Failed to configure hotkey %1, error: %2 - + The box %1 is configured to use features exclusively available to project supporters. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. - + The selected feature requires an <b>advanced</b> supporter certificate. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. - + The selected feature set is only available to project supporters.<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 certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! - + The Certificate Signature is invalid! - + The Certificate is not suitable for this product. - + The Certificate is node locked. - + The support certificate is not valid. Error: %1 - + The evaluation period has expired!!! The evaluation periode has expired!!! - - + + Don't ask in future - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? - + Please enter the duration, in seconds, for disabling Forced Programs rules. Будь ласка, введіть тривалість вимкнення правил примусових програм у секундах. - + No Recovery - + No Messages - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. - + Maintenance operation failed (%1) Помилка технічного обслуговування (%1) - + Maintenance operation completed - + In the Plus UI, this functionality has been integrated into the main sandbox list view. В інтерфейсі Plus цю функцію інтегровано в головний список ізольованого програмного середовища. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Використовуючи контекстне меню пісочниці/групи, ви можете переміщувати пісочниці та групи в інші групи. Ви також можете використовувати перетягування для переміщення елементів. Крім того, ви також можете використовувати клавіші зі стрілками, утримуючи натиснутою клавішу ALT, щоб переміщувати елементи вгору та вниз у їхній групі.<br />Ви можете створювати нові поля та групи з меню "Пісочниці". - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4248,219 +4254,219 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + 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 Була знайдена несумісна версія 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 Не вдалося завершити всі процеси - + 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 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. - + Failed to move directory '%1' to '%2' Не вдалося перемістити папку '%1' до '%2' - + Failed to move box image '%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 Не вдалося створити папку для нового знімку - + 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 Операцію скасував користувач - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded - + Failed to create the box archive - + Failed to open the 7z archive - + Failed to unpack the box archive - + The selected 7z file is NOT a box archive - + Operation failed for %1 item(s). Дія не вдалась для %1 елемента(ів). - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> @@ -4469,37 +4475,37 @@ This file is part of Sandboxie and all changed done to it will be reverted next Ви хочете відкрити %1 у веб-браузері із пісочниці (так) чи ззовні (ні)? - + Remember choice for later. Запам'ятати цей вибір. - + Case Sensitive - + RegExp - + Highlight - + Close Закрити - + &Find ... - + All columns @@ -4581,37 +4587,37 @@ This file is part of Sandboxie and all changed done to it will be reverted next Група пісочниць - + Empty Порожньо - + Name Назва - + Process ID ID процесу - + Status Статус - + Title Заголовок вікна - + Info Інформація - + Path / Command Line Розташування / Командний рядок @@ -4821,38 +4827,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count @@ -5348,14 +5354,14 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Don't show this message again. Не показувати це повідомлення знову. - + This Sandbox is empty. Ця пісочниця порожня. @@ -5397,80 +5403,90 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Please enter a new name for the Sandbox. Будь ласка, введіть нове ім'я для пісочниці. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + 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 Зупинити без запитань - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Тепер відобразиться меню "Пуск" Sandboxie. Виберіть програму з меню, і Sandboxie створить новий ярлик на вашому реальному робочому столі, який ви зможете використовувати для виклику вибраної програми під наглядом Sandboxie. - - + + Create Shortcut to sandbox %1 Створити ярлик до пісочниці %1 - + Do you want to terminate %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 or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Ця пісочниця вимкнена, ви хочете її увімкнути? @@ -7104,7 +7120,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the system from sandboxed processes Захистити систему від процесів у пісочниці @@ -7249,12 +7265,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an Обмеження друку - + Network restrictions Обмеження мережі - + Block network files and folders, unless specifically opened. Блокувати файли та папки у мережі, якщо вони не відкриті. @@ -7270,18 +7286,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - + + + + + + + + + + + + Name Назва @@ -7298,58 +7314,58 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Прибрати - - - - - - - + + + + + + + Type Тип - + Program Groups Група програм - + Add Group Додати групу - - - - - + + + + + Add Program Додати програму @@ -7358,42 +7374,42 @@ If you are a great patreaon supporter already, sandboxie can check online for an Примусові програми - + Force Folder Примусова папка - - - + + + Path Шлях - + Force Program Примусова програма - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Показати шаблони @@ -7447,7 +7463,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Відкрити Сховище Windows Credentials (user mode) - + Prevent change to network and firewall parameters (user mode) Заборонити змінювати налаштування мережі та файрволу (user mode) @@ -7457,18 +7473,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an Видавати повідомлення 2111, коли доступ до процесу заборонено - + 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. Ви можете створити групу програм та дати назву їй. Назву групи можна використовувати замість назв програм. Групи, які визначені для пісочниці, перезаписуються в групи, які визначені в групи. - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Програми, які є тут, або програми, які виконуються з вказаного місцерозташування, будуть автоматично переміщені в цю пісочницю, якщо вони не були запущені в інших пісочницях. - - + + Stop Behaviour Зупинити поведінки @@ -7493,32 +7509,32 @@ If leader processes are defined, all others are treated as lingering processes.< Якщо лідерські процеси визначені, всі інші стають, як затримані. - + Start Restrictions Обмеження на виконання - + Issue message 1308 when a program fails to start Повідомлення про проблему 1308, коли програма не може виконатись - + 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. * Примітка: Програми, які встановлені в пісочниці, не зможуть виконатись. @@ -7527,32 +7543,32 @@ If leader processes are defined, all others are treated as lingering processes.< Обмеження Інтернету - + Process Restrictions Обмеження процесів - + Issue message 1307 when a program is denied internet access Повідомлення про проблему 1307, коли програма не має доступ до Інтернету - + 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 Доступ @@ -7578,7 +7594,8 @@ If leader processes are defined, all others are treated as lingering processes.< - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. @@ -7650,13 +7667,13 @@ If leader processes are defined, all others are treated as lingering processes.< - + Move Up Перемістити вгору - + Move Down Перемістити вниз @@ -7717,54 +7734,56 @@ If leader processes are defined, all others are treated as lingering processes.< - + Configure which processes can access Desktop objects like Windows and alike. - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. - + Image Protection - + Issue message 1305 when a program tries to load a sandboxed dll - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox - + Dlls && Extensions - + Description - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. @@ -7800,32 +7819,32 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + Program Control Програмний контроль - + Force Programs - + Disable forced Process and Folder for this sandbox - + Breakout Programs - + Breakout Program - + Breakout Folder @@ -7874,13 +7893,13 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. @@ -7899,221 +7918,227 @@ This is done to prevent rogue processes inside the sandbox from creating a renam + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + Create a new sandboxed token instead of stripping down the original token - + Force Children - + Lingering Programs - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. - + Leader Programs - + If leader processes are defined, all others are treated as lingering processes. - + Stop Options - + Use Linger Leniency - + Don't stop lingering processes with windows - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. - + Files - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. - + Registry Реєстр - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. - + IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. - + Wnd - + Wnd Class Клас Wnd - + COM - + Class Id - + Configure which processes can access COM objects. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) - + Access Policies - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. - + Network Options - + Set network/internet access for unlisted processes: Налаштувати доступ до мережі/інтернету для процесів, які не входять до списку: - + Test Rules, Program: Перевірити правила, програми: - + Port: Порт: - + IP: IP: - + Protocol: Протокол: - + X Х - + Add Rule Додати правило - - - - - - - - - + + + + + + + + + Program Програма - - + + Action Дія - - + + Port Порт - - - + + + IP 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. УВАГА: Windows Filtering Platform не увімнений у драйвері, тому ці правила можуть працювати тільки в користувальницькому режимі та можуть бути не застосовані!!! Шкідливі програми можуть це обійти. - + Resource Access Доступ до ресурсів @@ -8130,92 +8155,92 @@ You can use 'Open for All' instead to make it apply to all programs, o Ви можете використовувати 'Відкритий для всіх', щоб застосувати для всіх програм, або змінити цю поведінку у вкладці політик. - + Add File/Folder Додати файл/папку - + Add Wnd Class Додати клас Wnd - + Add IPC Path Додати шлях IPC - + Add Reg Key Додати ключ реєстру - + Add COM Object Додати об'єкт COM - + Bypass IPs - + File Recovery Відновлення файлів - + Quick Recovery - + Add Folder Додати папку - + Immediate Recovery Негайне відновлення - + 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 Різне - + Don't alter window class names created by sandboxed programs Не змінювати ім' класів вікон програм у пісочниці @@ -8231,7 +8256,7 @@ You can use 'Open for All' instead to make it apply to all programs, o - + Protect the sandbox integrity itself Захистити цілісність пісочниці @@ -8256,7 +8281,7 @@ You can use 'Open for All' instead to make it apply to all programs, o Ізоляція пісочниці - + Force usage of custom dummy Manifest files (legacy behaviour) Примусове використання користувальницьких файлів маніфесту (застаріле) @@ -8269,34 +8294,34 @@ You can use 'Open for All' instead to make it apply to all programs, o Політика доступу до ресурсів - + 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. Правило має таку специфікацію, що воно є мірою того, як добре це правило підходить певному шляху, кількості символів тощо. Правило, яке підходить для файлів типу "*.tmp", має велику специфікацію, оскільки більше підходить за місцерозтушуванням. Процес рівня має більший пріорітет, чим специфікація та описує правило для процесу. Правила, які застосовуються до назви процесу або групи має більший рівень, за співпаданням по запереченням (тобто правила застосовуються для всіх процесів, але крім одного), поки найнижчі рівні мають глобальні збіги, тобто ті, які завжди застосовуються для будь-якого процесу. - + 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. Коли приватний режим увімнений, процеси в пісочниці мають доступ лише до C:\Windows\*, C:\Program Files\* та частинам реєстру HKLM, всі інших потрібен доступ на зчитування/записуванняю. У цьому режимі, специфікація правил увімкнена завжди. - + Rule Policies Політика правил @@ -8305,7 +8330,7 @@ The process match level has a higher priority than the specificity and describes Застсувати правило для закриття...=!<програм>,... та для всі бінарних файлам у пісочниці. - + Apply File and Key Open directives only to binaries located outside the sandbox. Застосувати правила відкриття файлів тільки для бінарних у пісочниці. @@ -8320,8 +8345,8 @@ The process match level has a higher priority than the specificity and describes Дозволити доступ до Service Control Manager тільки привільованим процесам - - + + Compatibility Сумістність @@ -8335,7 +8360,7 @@ The process match level has a higher priority than the specificity and describes Додати процеси у пісочниці до об'єктів завдань (рекомендовано) - + Emulate sandboxed window station for all processes Емулювати віконну станцію для всіх процесів у пісочниці @@ -8351,8 +8376,9 @@ The process match level has a higher priority than the specificity and describes - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Ізоляція безпеки використовує дуже обмежений системний токен, програма Sandboxie використовує це для обмежень пісочниці, коли вона використовує режим для додатків, тобто має лише розділення додатків. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Ізоляція безпеки використовує дуже обмежений системний токен, програма Sandboxie використовує це для обмежень пісочниці, коли вона використовує режим для додатків, тобто має лише розділення додатків. @@ -8407,7 +8433,7 @@ The process match level has a higher priority than the specificity and describes COM/RPC - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Вимкнути використання RpcMgmtSetComTimeout за замовчуванням (може визивати проблеми з сумісністю) @@ -8436,41 +8462,41 @@ The process match level has a higher priority than the specificity and describes Ізоляція доступу - + 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 Ці команди виконуються ПОЗА ПІСОЧНИЦЕЮ безпосередньо перед видаленням вмісту контейнера @@ -8479,17 +8505,17 @@ The process match level has a higher priority than the specificity and describes При видаленні контейнера - + 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. Тут ви можете вказати дії, які будуть виконуватися автоматично для різних подій контейнера. @@ -8498,32 +8524,32 @@ The process match level has a higher priority than the specificity and describes Сховати процеси - + 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 Додати користувача @@ -8532,7 +8558,7 @@ The process match level has a higher priority than the specificity and describes Видалити користувача - + 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. @@ -8541,23 +8567,23 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Примітка: Примусові налаштування програм і примусових папок для пісочниці не застосовуються до облікових записів користувачів, які не можуть використовувати пісочницю. - + Add Option - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. - + Option - + Tracing Відстежування @@ -8567,22 +8593,22 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Відстежування викликів API (потрібен logapi, який повинен бути встановлений у папку sbie) - + Pipe Trace Трасування pipe - + Log all SetError's to Trace log (creates a lot of output) Записувати всі SetError у журналі трасування (створює багато вихідних даних) - + 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 @@ -8605,123 +8631,127 @@ instead of "*". Трасування системних викликів NTDLL (створює багато даних у виході) - + File Trace Трасування файлів - + Disable Resource Access Monitor Виключити монітор доступу до ресурсів - + IPC Trace Трасування IPC - + GUI Trace Трасування GUI - + Resource Access Monitor Монітор доступу до ресурсів - + Access Tracing Трасування доступу - + COM Class Trace Трасування COM Class - + Key Trace Трасування Key Trace - - + + Network Firewall Мережевий брандмауер - + These commands are run UNBOXED after all processes in the sandbox have finished. - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + Syscall Trace (creates a lot of output) - + 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 Шаблони для додатків @@ -8730,22 +8760,22 @@ instead of "*". Шаблони сумісності - + Filter Categories Категорії фільтрів - + Text Filter Текстовий фільтр - + Add Template Додати шаблон - + This list contains a large amount of sandbox compatibility enhancing templates Цей список має багату кількість шаблонів сумісності @@ -8754,17 +8784,17 @@ instead of "*". Прибрати - + 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. @@ -8773,23 +8803,23 @@ Please note that this values are currently user specific and saved globally for Зауважте, що наразі ці значення є специфічними для користувача та зберігаються глобально для всіх контейнерів. - - + + 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 Читачі екрану: JAWS, NVDA, Window-Eyes, System Access @@ -8799,43 +8829,43 @@ Please note that this values are currently user specific and saved globally for - + Various Options - + Apply ElevateCreateProcess Workaround (legacy behaviour) - + Use desktop object workaround for all processes - + This command will be run before the box content will be deleted - + On File Recovery - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked - + Run File Checker - + On Delete Content @@ -8861,87 +8891,87 @@ Please note that this values are currently user specific and saved globally for - + Process Процес - + Other Options - + Port Blocking - + Block common SAMBA ports - + DNS Filter - + Add Filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. - + Domain - + Internet Proxy - + Add Proxy - + Test Proxy - + Auth - + Login - + Password - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. - + Resolve hostnames via proxy - + Block DNS, UDP port 53 @@ -8973,62 +9003,62 @@ Please note that this values are currently user specific and saved globally for - + Restart force process before they begin to execute - + On Box Terminate - + Don't allow sandboxed processes to see processes running outside any boxes - + API call Trace (traces all SBIE hooks) - + DNS Request Logging - + Templates - + Open Template - + 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. Ці налаштування допомагають використовувати Sandboxie з програмний забезпеченням для спеціальних можливостей. Зауважте, що при використанні цих параметрів, деякі функції захисту можуть не діяти. - + Edit ini Section Редагувати розділ ini файлу - + Edit ini Редагувати ini - + Cancel Скасувати - + Save Зберігти @@ -9052,7 +9082,7 @@ Please note that this values are currently user specific and saved globally for QObject - + Drive %1 Диск %1 @@ -9060,27 +9090,27 @@ Please note that this values are currently user specific and saved globally for QPlatformTheme - + OK ОК - + Apply Застосувати - + Cancel Відмінити - + &Yes Так (&Y) - + &No Ні (&N) @@ -9452,7 +9482,8 @@ Please note that this values are currently user specific and saved globally for - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_vi.ts b/SandboxiePlus/SandMan/sandman_vi.ts index 6c57b150..969da75c 100644 --- a/SandboxiePlus/SandMan/sandman_vi.ts +++ b/SandboxiePlus/SandMan/sandman_vi.ts @@ -1660,8 +1660,8 @@ Ghi chú: Việc kiểm tra bản cập nhật thường nằm sau bản phát h - - + + @@ -1712,7 +1712,7 @@ Ghi chú: Việc kiểm tra bản cập nhật thường nằm sau bản phát h - + @@ -1783,93 +1783,93 @@ Ghi chú: Việc kiểm tra bản cập nhật thường nằm sau bản phát h Gốc IPC của Sandbox - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: Thêm các tuỳ chọn đặc biệt: - - + + On Start Lúc khởi động - - - - - + + + + + Run Command Lệnh Chạy - + Start Service Khởi động Dịch vụ - + On Init Lúc Bắt Đầu - + On File Recovery Lúc Khôi Phục Tệp - + On Delete Content Lúc Xoá Dữ Liệu - + On Terminate - - - - - + + + + + Please enter the command line to be executed Vui lòng nhập dòng lệnh sẽ được thực hiện - + Please enter a program file name to allow access to this sandbox - + Please enter a program file name to deny access to this sandbox - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -1878,12 +1878,12 @@ Ghi chú: Việc kiểm tra bản cập nhật thường nằm sau bản phát h Vui lòng nhập tên tệp chương trình - + Deny Từ Chối - + %1 (%2) %1 (%2) @@ -2137,7 +2137,7 @@ Ghi chú: Việc kiểm tra bản cập nhật thường nằm sau bản phát h - + Please enter a service identifier Vui lòng nhập số nhận dạng dịch vụ @@ -2232,7 +2232,7 @@ Ghi chú: Việc kiểm tra bản cập nhật thường nằm sau bản phát h - + Allow @@ -2903,22 +2903,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 Đang đợi thư mục: %1 - + Deleting folder: %1 Xóa thư mục: %1 - + Merging folders: %1 &gt;&gt; %2 Hợp nhất các thư mục: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... Kết thúc Hợp nhất Bản Ghi chụp nhanh... @@ -2926,37 +2926,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled Vô hiệu hóa - + OPEN Root Access MỞ Quyền truy cập gốc - + Application Compartment Ngăn ứng dụng - + NOT SECURE KHÔNG AN TOÀN - + Reduced Isolation Giảm cô lập - + Enhanced Isolation Cô lập nâng cao - + Privacy Enhanced Tăng cường quyền riêng tư @@ -2965,32 +2965,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, Nhật ký API - + No INet (with Exceptions) - + No INet Không INet - + Net Share Chia sẻ Net - + No Admin Không Admin - + Auto Delete - + Normal Bình thường @@ -2999,27 +2999,27 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 - + Reset Columns Đặt lại cột - + Copy Cell Sao chép ô - + Copy Row Sao chép hàng - + Copy Panel Sao chép bảng điều khiển @@ -3295,7 +3295,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + About Sandboxie-Plus Về Sandboxie-Plus @@ -3368,11 +3368,11 @@ Bạn có muốn dọn dẹp không? - - - - - + + + + + Don't show this message again. Không hiển thị lại thông báo này. @@ -3404,7 +3404,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a Sandbox này ngăn quyền truy cập vào tất cả các vị trí dữ liệu người dùng, ngoại trừ được cấp rõ ràng trong các tùy chọn Truy cập tài nguyên. - + Unknown operation '%1' requested via command line Hoạt động không xác định '%1' đã được yêu cầu qua dòng lệnh @@ -3424,54 +3424,54 @@ Sandbox này ngăn quyền truy cập vào tất cả các vị trí dữ liệu - Xóa nội dung hộp cát - + Executing OnBoxDelete: %1 Đang thực thi OnBoxDelete: %1 - + Auto Deleting %1 Content Tự động xóa Nội dung %1 - + Auto deleting content of %1 Tự động xóa nội dung của %1 - + %1 Directory: %2 %1 Thư mục: %2 - + Application Đăng kí - + Installation Cài đặt - + Current Config: %1 Cấu hình hiện tại: %1 - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - Lỗi - + Failed to stop all Sandboxie components Không dừng được tất cả các thành phần Sandboxie - + Failed to start required Sandboxie components Không thể khởi động các thành phần Sandboxie bắt buộc @@ -3520,17 +3520,17 @@ Sandbox này ngăn quyền truy cập vào tất cả các vị trí dữ liệu - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? Một số mẫu tương thích (%1) bị thiếu, có thể đã bị xóa, bạn có muốn xóa chúng khỏi tất cả các Sandbox không? - + Cleaned up removed templates... Đã xóa các mẫu đã xóa ... - + 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 @@ -3539,12 +3539,12 @@ Có sẽ chọn: %1 Không sẽ chọn: %2 - + Default sandbox not found; creating: %1 Không tìm thấy Sandbox mặc định; tạo: %1 - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3552,22 +3552,22 @@ Please check if there is an update for sandboxie. - + Don't show this message again for the current build. - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. - + Do you want the setup wizard to be omitted? - + - NOT connected - Không kết nối @@ -3580,7 +3580,7 @@ Please check if there is an update for sandboxie. %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> Bộ tính năng đã chọn chỉ có sẵn cho những người ủng hộ dự án. Các quá trình bắt đầu trong một Sandbox có bật bộ tính năng này mà không có chứng chỉ hỗ trợ sẽ bị chấm dứt sau 5 phút.<br /><a href="https://sandboxie-plus.com/go.php?to=sbie-get-cert">Trở thành người hỗ trợ dự án</a>, và nhận được một <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">giấy chứng nhận người ủng hộ</a> @@ -3636,22 +3636,22 @@ Please check if there is an update for sandboxie. - + Only Administrators can change the config. Chỉ Quản trị viên mới có thể thay đổi cấu hình. - + Please enter the configuration password. Vui lòng nhập mật khẩu cấu hình. - + Login Failed: %1 Đăng nhập thất bại: %1 - + Do you want to terminate all processes in all sandboxes? Bạn có muốn chấm dứt tất cả các quy trình trong tất cả các hộp cát không? @@ -3660,107 +3660,107 @@ Please check if there is an update for sandboxie. Chấm dứt tất cả mà không cần hỏi - + Sandboxie-Plus was started in portable mode and it needs to create necessary services. This will prompt for administrative privileges. Sandboxie-Plus đã được khởi động ở chế độ Portable và nó cần tạo ra các dịch vụ cần thiết. Điều này sẽ nhắc nhở các đặc quyền quản trị. - + CAUTION: Another agent (probably SbieCtrl.exe) is already managing this Sandboxie session, please close it first and reconnect to take over. THẬN TRỌNG: Một tác nhân khác (có thể là SbieCtrl.exe) đã quản lý phiên Sandboxie này, vui lòng đóng nó trước và kết nối lại để tiếp quản. - + Executing maintenance operation, please wait... Đang thực hiện hoạt động bảo trì, vui lòng đợi... - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? Bạn cũng muốn đặt lại các hộp thông báo ẩn (có), hay chỉ tất cả các thông báo nhật ký (không)? - + The changes will be applied automatically whenever the file gets saved. Các thay đổi sẽ được áp dụng tự động bất cứ khi nào tệp được lưu. - + The changes will be applied automatically as soon as the editor is closed. Các thay đổi sẽ được áp dụng tự động ngay khi đóng trình chỉnh sửa. - + Error Status: 0x%1 (%2) Tình trạng lỗi: 0x%1 (%2) - + Unknown Không xác định - + A sandbox must be emptied before it can be deleted. Sandbox phải được làm trống trước khi có thể bị xóa. - + Failed to copy box data files Không sao chép được tệp dữ liệu từ Sandbox - + Failed to remove old box data files Không xóa được các tệp dữ liệu Sandbox cũ - + Unknown Error Status: 0x%1 Trạng thái lỗi không xác định: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? - + Sandboxed - + Unsandboxed - + Case Sensitive - + RegExp - + Highlight - + Close Đóng - + &Find ... - + All columns @@ -3782,7 +3782,7 @@ Please check if there is an update for sandboxie. Sandboxie-Plus là phần tiếp theo mã nguồn mở của Sandboxie.<br />Ghé thăm <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> để biết thêm thông tin.<br /><br />%3<br /><br />Phiên bản trình điều khiển: %1<br />Đặc trưng: %2<br /><br />Biểu tượng từ <a href="https://icons8.com">icons8.com</a> - + Administrator rights are required for this operation. Quyền quản trị viên được yêu cầu cho hoạt động này. @@ -3821,7 +3821,7 @@ Please check if there is an update for sandboxie. - + Sandboxie-Plus Insider [%1] @@ -3943,72 +3943,72 @@ Please check if there is an update for sandboxie. Nhấp để tải xuống bản cập nhật - + No Force Process Không có quá trình cưỡng bức - + Removed Shortcut: %1 Đã xóa shortcut: %1 - + Updated Shortcut to: %1 - + Added Shortcut to: %1 Shortcut đã thêm vào: %1 - + Auto removing sandbox %1 - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus Phiên bản: %1 (%2) - + Data Directory: %1 Thư mục dữ liệu: %1 - + for Personal use chỉ dùng với mục đích cá nhân - + - for Non-Commercial use ONLY - CHỈ sử dụng cho mục đích phi thương mại - - - + + + (%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. Chương trình %1 bắt đầu trong Sandbox %2 sẽ kết thúc sau 5 phút vì Sandbox đã được định cấu hình để sử dụng các tính năng dành riêng cho những người ủng hộ dự án. - + The box %1 is configured to use features exclusively available to project supporters, these presets will be ignored. Sandbox %1 được định cấu hình để sử dụng các tính năng dành riêng cho những người ủng hộ dự án, các giá trị đặt trước này sẽ bị bỏ qua. - - - - + + + + <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"> Trở thành người hỗ trợ dự án</a>, và nhận được một <a href="https://sandboxie-plus.com/go.php?to=sbie-cert">giấy chứng nhận người ủng hộ</a> @@ -4042,167 +4042,173 @@ Please check if there is an update for sandboxie. - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + USB sandbox not found; creating: %1 - + Executing OnBoxTerminate: %1 - + Failed to configure hotkey %1, error: %2 - + The box %1 is configured to use features exclusively available to project supporters. - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. - + The selected feature requires an <b>advanced</b> supporter certificate. - + <br />you need to be on the Great Patreon level or higher to unlock this feature. - + The selected feature set is only available to project supporters.<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 certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! - + The Certificate Signature is invalid! - + The Certificate is not suitable for this product. - + The Certificate is node locked. - + The support certificate is not valid. Error: %1 - + The evaluation period has expired!!! The evaluation periode has expired!!! Thời hạn đánh giá đã hết!!! - - + + Don't ask in future Không hỏi trong tương lai - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? - + Please enter the duration, in seconds, for disabling Forced Programs rules. Vui lòng nhập thời lượng, tính bằng giây, để tắt các quy tắc Chương trình bắt buộc. - + No Recovery Không có phục hồi - + No Messages Không có tin nhắn - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. - + Maintenance operation failed (%1) Hoạt động bảo trì không thành công (%1) - + Maintenance operation completed Hoạt động bảo trì đã hoàn thành - + In the Plus UI, this functionality has been integrated into the main sandbox list view. Trong giao diện người dùng Plus, chức năng này đã được tích hợp vào chế độ xem danh sách Sandbox chính. - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. Sử dụng menu ngữ cảnh Sandbox/nhóm, bạn có thể di chuyển các Sandbox và nhóm sang các nhóm khác. Bạn cũng có thể sử dụng kéo và thả để di chuyển các mục xung quanh. Ngoài ra, bạn cũng có thể sử dụng các phím mũi tên trong khi giữ ALT để di chuyển các mục lên và xuống trong nhóm của chúng.<br />Bạn có thể tạo các Sandbox và nhóm mới từ menu Sandbox. - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4210,219 +4216,219 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Sandboxie config has been reloaded Cấu hình Sandboxie đã được tải lại - + Failed to execute: %1 Không thực hiện được: %1 - + Failed to connect to the driver Không kết nối được với trình điều khiển - + Failed to communicate with Sandboxie Service: %1 Không kết nối được với Dịch vụ Sandboxie: %1 - + An incompatible Sandboxie %1 was found. Compatible versions: %2 Không tương thích Sandboxie %1 đã được tìm thấy. Các phiên bản tương thích: %2 - + Can't find Sandboxie installation path. Không thể tìm thấy đường dẫn cài đặt Sandboxie. - + Failed to copy configuration from sandbox %1: %2 Không sao chép được cấu hình từ Sandbox %1: %2 - + A sandbox of the name %1 already exists Sandbox tên %1 đã tồn tại - + Failed to delete sandbox %1: %2 Không xóa được Sandbox %1: %2 - + The sandbox name can not be longer than 32 characters. Tên Sandbox không được dài hơn 32 ký tự. - + The sandbox name can not be a device name. Tên Sandbox không được là tên thiết bị. - + The sandbox name can contain only letters, digits and underscores which are displayed as spaces. Tên Sandbox chỉ có thể chứa các chữ cái, chữ số và dấu gạch dưới được hiển thị dưới dạng dấu cách. - + Failed to terminate all processes Không thể chấm dứt tất cả các tiến trình - + Delete protection is enabled for the sandbox Xóa bảo vệ được bật cho Sandbox - + All sandbox processes must be stopped before the box content can be deleted Tất cả các quá trình Sandbox phải được dừng lại trước khi có thể xóa nội dung Sandbox - + Error deleting sandbox folder: %1 Lỗi khi xóa thư mục Sandbox: %1 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. - + Failed to move directory '%1' to '%2' Không di chuyển được thư mục '%1' to '%2' - + Failed to move box image '%1' to '%2' - + This Snapshot operation can not be performed while processes are still running in the box. Không thể thực hiện thao tác Bản ghi nhanh này trong khi các quy trình vẫn đang chạy trong Sandbox. - + Failed to create directory for new snapshot Không tạo được thư mục cho Bản ghi nhanh mới - + Snapshot not found Bản ghi nhanh không tìm thấy - + Error merging snapshot directories '%1' with '%2', the snapshot has not been fully merged. Lỗi khi hợp nhất các thư mục bản ghi nhanh '%1' với '%2', bản ghi nhanh chưa được hợp nhất hoàn toàn. - + Failed to remove old snapshot directory '%1' Không xóa được thư mục bản ghi nhanh cũ '%1' - + Can't remove a snapshot that is shared by multiple later snapshots Không thể xóa bản ghi nhanh được nhiều bản ghi nhanh sau này chia sẻ - + You are not authorized to update configuration in section '%1' Bạn không được phép cập nhật cấu hình trong phần '%1' - + Failed to set configuration setting %1 in section %2: %3 Không đặt được cài đặt cấu hình %1 trong phần %2: %3 - + Can not create snapshot of an empty sandbox Không thể tạo ảnh chụp nhanh của một Sandbox trống - + A sandbox with that name already exists Một Sandbox có tên đó đã tồn tại - + The config password must not be longer than 64 characters Mật khẩu cấu hình không được dài hơn 64 ký tự - + The operation was canceled by the user Thao tác đã bị người dùng hủy bỏ - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded - + Failed to create the box archive - + Failed to open the 7z archive - + Failed to unpack the box archive - + The selected 7z file is NOT a box archive - + Operation failed for %1 item(s). Thao tác không thành công cho %1 mục. - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> @@ -4431,28 +4437,28 @@ This file is part of Sandboxie and all changed done to it will be reverted next Bạn muốn mở %1 trong trình duyệt Web có Sandbox (có) hay không có Sandbox (không)? - + Remember choice for later. Hãy nhớ lựa chọn cho sau này. - + The supporter certificate is not valid for this build, please get an updated certificate Chứng chỉ hỗ trợ không hợp lệ cho bản dựng này, vui lòng nhận chứng chỉ cập nhật - + The supporter certificate has expired%1, please get an updated certificate The supporter certificate is expired %1 days ago, please get an updated certificate Chứng chỉ người hỗ trợ đã hết hạn %1, vui lòng nhận chứng chỉ cập nhật - + , but it remains valid for the current build , nhưng nó vẫn có giá trị cho bản dựng hiện tại - + The supporter certificate will expire in %1 days, please get an updated certificate Chứng chỉ người hỗ trợ sẽ hết hạn sau %1 ngày, xin vui lòng nhận được một chứng chỉ cập nhật @@ -4490,37 +4496,37 @@ This file is part of Sandboxie and all changed done to it will be reverted next Nhóm Sandbox - + Empty Trống rỗng - + Name Tên - + Process ID Tiến trình ID - + Status Trạng thái - + Title Tiêu đề - + Info Thông tin - + Path / Command Line Đường dẫn / Dòng lệnh @@ -4730,38 +4736,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM - + Failed to create update session - + Failed to create update searcher - + Failed to set search options - + Failed to enumerate installed Windows updates Failed to search for updates - + Failed to retrieve update list from search result - + Failed to get update count @@ -5235,14 +5241,14 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Don't show this message again. Không hiển thị lại thông báo này. - + This Sandbox is empty. Sandbox này trống. @@ -5306,81 +5312,91 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Please enter a new name for the Sandbox. Vui lòng nhập tên mới cho Sandbox. - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? Bạn có thực sự muốn xóa những Sandbox đã chọn không?<br /><br />Cảnh báo: Nội dung Sandbox cũng sẽ bị xóa! - + This Sandbox is already empty. Sandbox này đã trống rỗng. - - + + Do you want to delete the content of the selected sandbox? Bạn có muốn xóa nội dung của Sandbox đã chọn không? - - + + Also delete all Snapshots Đồng thời xóa tất cả bản ghi nhanh - + Do you really want to delete the content of all selected sandboxes? Bạn có thực sự muốn xóa nội dung của tất cả các Sandbox đã chọn không? - + Do you want to terminate all processes in the selected sandbox(es)? Bạn có muốn chấm dứt tất cả các quy trình trong những Sandbox đã chọn không? - - + + Terminate without asking Chấm dứt mà không cần hỏi - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. Start Menu của Sandboxie bây giờ sẽ được hiển thị. Chọn một ứng dụng từ menu và Sandboxie sẽ tạo một biểu tượng lối tắt mới trên màn hình thực của bạn, bạn có thể sử dụng biểu tượng này để gọi ứng dụng đã chọn dưới sự giám sát của Sandboxie. - - + + Create Shortcut to sandbox %1 Tạo lối tắt đến sandbox %1 - + Do you want to terminate %1? Do you want to %1 %2? Bạn có muốn tới %1 %2? - + the selected processes các quy trình đã chọn - + This box does not have Internet restrictions in place, do you want to enable them? Sandbox không có giới hạn Internet, bạn có muốn bật chúng không? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? Sandbox này bị vô hiệu hóa, bạn có muốn bật nó không? @@ -7032,7 +7048,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the system from sandboxed processes Bảo vệ hệ thống khỏi các tiến trình Sandbox @@ -7173,12 +7189,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an Hạn chế in ấn - + Network restrictions Hạn chế mạng - + Block network files and folders, unless specifically opened. Chặn các tệp và thư mục mạng, trừ khi được mở cụ thể. @@ -7194,18 +7210,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - + + + + + + + + + + + + Name Tên @@ -7222,98 +7238,98 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove Loại bỏ - - - - - - - + + + + + + + Type Loại - + Program Groups Nhóm chương trình - + Add Group Thêm nhóm - - - - - + + + + + Add Program Thêm chương trình - + Force Folder Buộc thư mục - - - + + + Path Đường dẫn - + Force Program Chương trình bắt buộc - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates Hiển thị Mẫu @@ -7363,7 +7379,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an Mở Windows Credentials Store (chế độ người dùng) - + Prevent change to network and firewall parameters (user mode) Ngăn chặn sự thay đổi đối với các thông số mạng và tường lửa (chế độ người dùng) @@ -7395,98 +7411,98 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + 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. Bạn có thể nhóm các chương trình lại với nhau và đặt tên nhóm cho chúng. Nhóm chương trình có thể được sử dụng với một số cài đặt thay vì tên chương trình. Các nhóm được xác định cho Sandbox sẽ ghi đè các nhóm được xác định trong mẫu. - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. Các chương trình được nhập tại đây hoặc các chương trình được bắt đầu từ các vị trí đã nhập sẽ tự động được đưa vào Sandbox cát này, trừ khi chúng được khởi động rõ ràng trong Sandbox cát khác. - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. - - + + Stop Behaviour Ngừng hành vi - + Stop Options - + Use Linger Leniency - + Don't stop lingering processes with windows - + Start Restrictions Bắt đầu hạn chế - + Issue message 1308 when a program fails to start Thông báo sự cố 1308 khi một chương trình không khởi động được - + Allow only selected programs to start in this sandbox. * Chỉ cho phép các chương trình đã chọn bắt đầu trong Sandbox này. * - + Prevent selected programs from starting in this sandbox. Ngăn các chương trình đã chọn khởi động trong Sandbox này. - + Allow all programs to start in this sandbox. Cho phép tất cả các chương trình bắt đầu trong Sandbox này. - + * Note: Programs installed to this sandbox won't be able to start at all. * Ghi chú: Các chương trình được cài đặt vào Sandbox này sẽ không thể khởi động được. - + Process Restrictions Hạn chế Tiến trình - + Issue message 1307 when a program is denied internet access Thông báo sự cố 1307 khi một chương trình bị từ chối truy cập internet - + Prompt user whether to allow an exemption from the blockade. Nhắc người dùng xem có cho phép miễn lệnh phong tỏa hay không. - + Note: Programs installed to this sandbox won't be able to access the internet at all. Ghi chú: Các chương trình được cài đặt vào Sandbox này sẽ không thể truy cập internet. - - - - - - + + + + + + Access Truy cập @@ -7512,7 +7528,8 @@ If you are a great patreaon supporter already, sandboxie can check online for an - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. @@ -7584,13 +7601,13 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Move Up Đi lên - + Move Down Đi xuống @@ -7662,54 +7679,56 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Configure which processes can access Desktop objects like Windows and alike. - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. - + Image Protection - + Issue message 1305 when a program tries to load a sandboxed dll - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox - + Dlls && Extensions - + Description - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. @@ -7740,114 +7759,114 @@ This is done to prevent rogue processes inside the sandbox from creating a renam Sử dụng Mã thông báo Sandbox tùy chỉnh cho phép cô lập các Sandbox riêng lẻ với nhau tốt hơn và nó hiển thị trong cột người dùng của người quản lý tác vụ tên của Sandbox mà một quy trình thuộc về. Tuy nhiên, một số giải pháp bảo mật của bên thứ 3 có thể gặp sự cố với mã thông báo tùy chỉnh. - + Program Control Kiểm soát chương trình - + Force Programs Chương trình bắt buộc - + Disable forced Process and Folder for this sandbox - + Breakout Programs Chương trình đột phá - + Breakout Program Chương trình đột phá - + Breakout Folder Thư mục đột phá - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. Các chương trình được nhập ở đây sẽ được phép thoát ra khỏi Sandbox này khi chúng bắt đầu. Cũng có thể thu thập chúng vào một Sandbox khác, chẳng hạn như để trình duyệt web của bạn luôn mở trong một Sandbox chuyên dụng. - + Create a new sandboxed token instead of stripping down the original token - + Force Children - + Lingering Programs Chương trình kéo dài - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. Các chương trình kéo dài sẽ tự động bị chấm dứt nếu chúng vẫn đang chạy sau khi tất cả các quá trình khác đã được chấm dứt. - + Leader Programs Các chương trình dẫn đầu - + If leader processes are defined, all others are treated as lingering processes. If các quy trình của nhà lãnh đạo được xác định, tất cả các quy trình khác được coi là các quy trình kéo dài. - + Files Các tập tin - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. Định cấu hình quy trình nào có thể truy cập Tệp, Thư mục và Đường ống. 'Mở' quyền truy cập chỉ áp dụng cho các mã nhị phân của chương trình nằm bên ngoài Sandbox, bạn có thể dùng 'Mở cho tất cả' thay vào đó để làm cho nó áp dụng cho tất cả các chương trình hoặc thay đổi hành vi này trong tab Chính sách. - + Registry Registry - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. Định cấu hình những tiến trình nào có thể truy cập vào Registry. 'Mở' quyền truy cập chỉ áp dụng cho các mã nhị phân của chương trình nằm bên ngoài Sandbox, bạn có thể dùng 'Mở cho tất cả' thay vào đó để làm cho nó áp dụng cho tất cả các chương trình hoặc thay đổi hành vi này trong tab Chính sách. - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. Định cấu hình quy trình nào có thể truy cập các đối tượng NT IPC như cổng ALPC và bộ nhớ và ngữ cảnh quy trình khác. Để chỉ định một quy trình sử dụng '$:program.exe' như đường dẫn. - + Wnd Wnd - + Wnd Class Wnd Class @@ -7857,132 +7876,132 @@ To specify a process use '$:program.exe' as path. Định cấu hình các tiến trình nào có thể truy cập các đối tượng Máy tính để bàn như Windows và các quy trình tương tự. - + COM COM - + Class Id Class Id - + Configure which processes can access COM objects. Định cấu hình tiến trình nào có thể truy cập các đối tượng COM. - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) Không sử dụng COM ảo hóa, Mở quyền truy cập vào máy chủ cơ sở hạ tầng COM (không được khuyến nghị) - + Access Policies Chính sách truy cập - + Network Options Tùy chọn mạng - + Set network/internet access for unlisted processes: Đặt quyền truy cập mạng / internet cho các quy trình không công khai: - + Test Rules, Program: Quy tắc kiểm tra, chương trình: - + Port: Port: - + IP: IP: - + Protocol: Giao thức: - + X X - + Add Rule Thêm quy tắc - - - - - - - - - + + + + + + + + + Program Chương trình - - + + Action Hoạt động - - + + Port Port - - - + + + IP IP - + Protocol Giao thức - + 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. THẬN TRỌNG:Nền tảng lọc của Windows không được kích hoạt với trình điều khiển, do đó các quy tắc này sẽ chỉ được áp dụng trong chế độ người dùng và không thể được thực thi !!! Điều này có nghĩa là các ứng dụng độc hại có thể bỏ qua chúng. - + Resource Access Quyền truy cập tài nguyên - + Add File/Folder Thêm tệp / thư mục - + Add Wnd Class Thêm Wnd Class - + Add IPC Path Thêm IPC Path @@ -8025,82 +8044,82 @@ To specify a process use '$:program.exe' as path. Mã thông báo Sandboxie - + Add Reg Key Thêm Reg Key - + Add COM Object Thêm Đối tượng COM - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. Áp dụng Đóng...=!<chương trình>,... quy tắc cũng cho tất cả các tệp nhị phân nằm trong Sandbox. - + Bypass IPs - + File Recovery Phục hồi tập tin - + Quick Recovery Khôi phục nhanh - + Add Folder Thêm thư mục - + Immediate Recovery Phục hồi ngay lập tức - + Ignore Extension Bỏ qua phần mở rộng - + Ignore Folder Bỏ qua thư mục - + Enable Immediate Recovery prompt to be able to recover files as soon as they are created. Bật lời nhắc Khôi phục ngay lập tức để có thể khôi phục tệp ngay sau khi chúng được tạo. - + You can exclude folders and file types (or file extensions) from Immediate Recovery. Bạn có thể loại trừ các thư mục và loại tệp (hoặc phần mở rộng tệp) khỏi Khôi phục ngay lập tức. - + When the Quick Recovery function is invoked, the following folders will be checked for sandboxed content. Khi chức năng Khôi phục nhanh được gọi, các thư mục sau sẽ được kiểm tra nội dung Sandbox. - + Advanced Options Tùy chọn nâng cao - + Miscellaneous Khác - + Don't alter window class names created by sandboxed programs Không thay đổi tên lớp cửa sổ được tạo bởi các chương trình Sandbox @@ -8116,7 +8135,7 @@ To specify a process use '$:program.exe' as path. - + Protect the sandbox integrity itself Bảo vệ tính toàn vẹn của hộp cát @@ -8137,44 +8156,44 @@ To specify a process use '$:program.exe' as path. Bảo vệ các quy trình HỆ THỐNG hộp cát khỏi các quy trình không có đặc quyền - + Force usage of custom dummy Manifest files (legacy behaviour) Buộc sử dụng các tệp Tệp kê khai giả tùy chỉnh (hành vi kế thừa) - + 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. Độ cụ thể của quy tắc là thước đo mức độ phù hợp của một quy tắc nhất định với một đường dẫn cụ thể, chỉ cần đặt độ cụ thể là độ dài của các ký tự từ đầu đường dẫn đến và bao gồm chuỗi con không phải ký tự đại diện phù hợp cuối cùng. Quy tắc chỉ khớp với các loại tệp như "*.tmp" sẽ có độ đặc hiệu cao nhất vì nó sẽ luôn khớp với toàn bộ đường dẫn tệp. Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức độ cụ thể và mô tả cách áp dụng quy tắc cho một tiến trình nhất định. Các quy tắc áp dụng theo tên tiến trình hoặc nhóm có mức đối sánh mạnh nhất, tiếp theo là đối sánh bằng phủ định (tức là các quy tắc áp dụng cho tất cả các tiến trình trừ quy trình đã cho), trong khi các cấp đối sánh thấp nhất có các đối sánh toàn cục, tức là các quy tắc áp dụng cho bất kỳ tiến trình nào. - + Prioritize rules based on their Specificity and Process Match Level Ưu tiên các quy tắc dựa trên Mức độ cụ thể và Đối sánh quy trình của chúng - + Privacy Mode, block file and registry access to all locations except the generic system ones Chế độ bảo mật, chặn tệp và quyền truy cập đăng ký vào tất cả các vị trí ngoại trừ các vị trí hệ thống chung - + Access Mode Chế độ truy cập - + 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. Khi Chế độ bảo mật được bật, các quy trình Sandbox sẽ chỉ có thể đọc C:\Windows\*, C:\Program Files\* và các phần của sổ đăng ký HKLM, tất cả các vị trí khác sẽ cần quyền truy cập rõ ràng để có thể đọc được và / hoặc có thể ghi được. Trong chế độ này, Tính cụ thể của quy tắc luôn được bật. - + Rule Policies Chính sách Quy tắc - + Apply File and Key Open directives only to binaries located outside the sandbox. Chỉ áp dụng lệnh Mở tệp và Khóa cho các tệp nhị phân nằm bên ngoài Sandbox. @@ -8189,8 +8208,8 @@ Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức Chỉ cho phép các quy trình đặc quyền truy cập Trình quản lý kiểm soát dịch vụ - - + + Compatibility Khả năng tương thích @@ -8200,14 +8219,15 @@ Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức Thêm các quy trình Sandbox vào các đối tượng công việc (được khuyến nghị) - + Emulate sandboxed window station for all processes Mô phỏng trạm cửa sổ Sandbox cho tất cả các quy trình - 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. it’s no longer providing reliable security, just simple application compartmentalization. - Cách ly bảo mật thông qua việc sử dụng mã thông báo quy trình bị hạn chế nhiều là phương tiện chính của Sandboxie để thực thi các hạn chế Sandbox, khi điều này bị vô hiệu hóa, Sandbox sẽ được vận hành ở chế độ ngăn ứng dụng, tức là nó không còn cung cấp bảo mật đáng tin cậy nữa, chỉ phân chia ứng dụng đơn giản. + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + Cách ly bảo mật thông qua việc sử dụng mã thông báo quy trình bị hạn chế nhiều là phương tiện chính của Sandboxie để thực thi các hạn chế Sandbox, khi điều này bị vô hiệu hóa, Sandbox sẽ được vận hành ở chế độ ngăn ứng dụng, tức là nó không còn cung cấp bảo mật đáng tin cậy nữa, chỉ phân chia ứng dụng đơn giản. @@ -8234,7 +8254,7 @@ Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức Cho phép đọc bộ nhớ của các quy trình không trong Sandbox (không được khuyến nghị) - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) Vô hiệu hóa việc sử dụng RpcMgmtSetComTimeout theo mặc định (điều này có thể giải quyết các vấn đề tương thích) @@ -8259,41 +8279,41 @@ Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức Các tùy chọn dưới đây có thể được sử dụng một cách an toàn khi bạn không cấp quyền quản trị viên. - + Triggers Triggers - + Event Event - - - - + + + + Run Command Chạy lệnh - + Start Service Bắt đầu dịch vụ - + These events are executed each time a box is started Các sự kiện này được thực thi mỗi khi một Sandbox được khởi động - + On Box Start Khi bắt đầu Sandbox - - + + These commands are run UNBOXED just before the box content is deleted Các lệnh này được chạy ngoài Sandbox ngay trước khi nội dung Sandbox bị xóa @@ -8303,22 +8323,22 @@ Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức Cho phép sử dụng các đối tượng công việc lồng ghép nhau (hoạt động trên Windows 8 trở lên) - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. Các lệnh này chỉ được thực thi khi một Sandbox được khởi tạo. Để làm cho chúng chạy lại, nội dung Sandbox phải được xóa. - + On Box Init Khi khởi động Sandbox - + These commands are run UNBOXED after all processes in the sandbox have finished. - + Here you can specify actions to be executed automatically on various box events. Tại đây, bạn có thể chỉ định các hành động được thực thi tự động trên các sự kiện Sandbox khác nhau. @@ -8327,12 +8347,12 @@ Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức Ẩn các tiến trình - + Add Process Thêm tiến trình - + Hide host processes from processes running in the sandbox. Ẩn các tiến trình máy chủ khỏi các tiến trình đang chạy trong Sandbox. @@ -8342,48 +8362,48 @@ Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức Những hạn chế - + Various Options Các tùy chọn khác nhau - + Apply ElevateCreateProcess Workaround (legacy behaviour) Áp dụng ElevateCreateProcess Workaround (hành vi cũ) - + Use desktop object workaround for all processes - + This command will be run before the box content will be deleted Lệnh này sẽ được chạy trước khi nội dung Sandbox bị xóa - + On File Recovery Khi phục hồi tệp - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked Lệnh này sẽ được chạy trước khi tệp được khôi phục và đường dẫn tệp sẽ được chuyển làm đối số đầu tiên. Nếu lệnh này trả về bất kỳ điều gì khác với 0, quá trình khôi phục sẽ bị chặn - + Run File Checker Chạy trình kiểm tra tệp - + On Delete Content Khi xóa nội dung - + Don't allow sandboxed processes to see processes running in other boxes Không cho phép các tiến trình trong Sandbox cát xem các quy trình đang chạy trong các Sandbox khác @@ -8394,7 +8414,7 @@ Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức - + Process Tiến trình @@ -8403,22 +8423,22 @@ Mức độ đối sánh tiến trình có mức độ ưu tiên cao hơn mức Chặn cũng đọc quyền truy cập vào các tiến trình trong Sandbox này - + Users Người dùng - + Restrict Resource Access monitor to administrators only Giới hạn giám sát Quyền truy cập tài nguyên chỉ dành cho quản trị viên - + Add User Thêm người dùng - + 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. @@ -8427,23 +8447,23 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to Ghi chú: Cài đặt Buộc chương trình và Thư mục bắt buộc cho Sandbox không áp dụng cho các tài khoản người dùng không thể sử dụng Sandbox. - + Add Option Thêm tùy chọn - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. Tại đây, bạn có thể định cấu hình các tùy chọn nâng cao cho mỗi quy trình để cải thiện khả năng tương thích và / hoặc tùy chỉnh hành vi Sandbox. - + Option Tuỳ chọn - + Tracing Truy tìm @@ -8452,22 +8472,22 @@ Ghi chú: Cài đặt Buộc chương trình và Thư mục bắt buộc cho Sa Theo dõi cuộc gọi API (yêu cầu phải cài đặt LogAPI trong thư mục Sbie) - + Pipe Trace Pipe Trace - + Log all SetError's to Trace log (creates a lot of output) Ghi lại tất cả SetError' đến Nhật ký theo dõi (tạo ra nhiều đầu ra) - + Log Debug Output to the Trace Log Ghi đầu ra Gỡ lỗi vào Nhật ký theo dõi - + Log all access events as seen by the driver to the resource access log. This options set the event mask to "*" - All access events @@ -8490,53 +8510,53 @@ thay vì "*". Ntdll syscall Trace (tạo ra nhiều đầu ra) - + File Trace Theo dõi tệp - + Disable Resource Access Monitor Tắt tính năng giám sát quyền truy cập tài nguyên - + IPC Trace Theo dõi IPC - + GUI Trace Theo dõi giao diện người dùng - + Resource Access Monitor Giám sát truy cập tài nguyên - + Access Tracing Truy cập theo dõi - + COM Class Trace Theo dõi lớp COM - + Key Trace Theo dõi khoá - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. Để bù đắp cho sự bảo vệ đã mất, vui lòng tham khảo trang cài đặt Quyền thả trong nhóm cài đặt Hạn chế. - - + + Network Firewall Tường lửa mạng @@ -8554,107 +8574,117 @@ thay vì "*". - + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + API call Trace (traces all SBIE hooks) - + Debug Gỡ lỗi - + WARNING, these options can disable core security guarantees and break sandbox security!!! CẢNH BÁO, các tùy chọn này có thể vô hiệu hóa các đảm bảo bảo mật cốt lõi và phá vỡ bảo mật Sandbox !!! - + These options are intended for debugging compatibility issues, please do not use them in production use. Các tùy chọn này nhằm gỡ lỗi các vấn đề tương thích, vui lòng không sử dụng chúng trong sản xuất. - + App Templates Mẫu ứng dụng - + Filter Categories Lọc danh mục - + Text Filter Bộ lọc văn bản - + Add Template Thêm mẫu - + This list contains a large amount of sandbox compatibility enhancing templates Danh sách này chứa một lượng lớn các mẫu nâng cao khả năng tương thích với Sandbox - + Category Loại - + Template Folders Thư mục Mẫu - + Configure the folder locations used by your other applications. Please note that this values are currently user specific and saved globally for all boxes. @@ -8663,8 +8693,8 @@ Please note that this values are currently user specific and saved globally for Xin lưu ý rằng các giá trị này hiện là dành riêng cho người dùng và được lưu trên toàn cầu cho tất cả các Sandbox. - - + + Value Giá trị @@ -8684,72 +8714,72 @@ Xin lưu ý rằng các giá trị này hiện là dành riêng cho người dù - + Other Options - + Port Blocking - + Block common SAMBA ports - + DNS Filter - + Add Filter - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. - + Domain - + Internet Proxy - + Add Proxy - + Test Proxy - + Auth - + Login - + Password - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. @@ -8760,24 +8790,24 @@ Xin lưu ý rằng các giá trị này hiện là dành riêng cho người dù - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. - + Resolve hostnames via proxy - + Block DNS, UDP port 53 @@ -8814,72 +8844,72 @@ Xin lưu ý rằng các giá trị này hiện là dành riêng cho người dù - + Restart force process before they begin to execute - + On Box Terminate - + Don't allow sandboxed processes to see processes running outside any boxes - + DNS Request Logging - + Syscall Trace (creates a lot of output) - + Templates Mẫu - + Open Template - + Accessibility Khả năng tiếp cận - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access Trình đọc màn hình: 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. Các cài đặt sau cho phép sử dụng Sandboxie kết hợp với phần mềm trợ năng. Xin lưu ý rằng một số biện pháp bảo vệ Sandboxie nhất thiết bị mất khi các cài đặt này có hiệu lực. - + Edit ini Section Chỉnh sửa file .ini - + Edit ini Chỉnh sửa ini - + Cancel Hủy bỏ - + Save Lưu @@ -8903,7 +8933,7 @@ Xin lưu ý rằng các giá trị này hiện là dành riêng cho người dù QObject - + Drive %1 Ổ đĩa %1 @@ -8911,27 +8941,27 @@ Xin lưu ý rằng các giá trị này hiện là dành riêng cho người dù QPlatformTheme - + OK OK - + Apply Áp dụng - + Cancel Hủy bỏ - + &Yes &Có - + &No &Không @@ -9303,7 +9333,8 @@ Xin lưu ý rằng các giá trị này hiện là dành riêng cho người dù - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/SandMan/sandman_zh_CN.ts b/SandboxiePlus/SandMan/sandman_zh_CN.ts index 20dee0f2..65e393c4 100644 --- a/SandboxiePlus/SandMan/sandman_zh_CN.ts +++ b/SandboxiePlus/SandMan/sandman_zh_CN.ts @@ -1727,105 +1727,105 @@ Note: The update check is often behind the latest GitHub release to ensure that 沙盒 IPC 根目录 - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: 添加特殊选项: - - + + On Start 沙盒启动阶段 - - - - - + + + + + Run Command 执行命令 - + Start Service 启动服务 - + On Init 沙盒初始阶段 - + On File Recovery 文件恢复阶段 - + On Delete Content 内容删除阶段 - + On Terminate 在沙盒终止时 - - - - - + + + + + Please enter the command line to be executed 请输入需要执行的命令行 - + Please enter a program file name to allow access to this sandbox 输入允许访问该沙盒的程序名 - + Please enter a program file name to deny access to this sandbox 输入不允许访问该沙盒的程序名 - + Deny 拒绝(禁止) - + %1 (%2) %1 (%2) - + Failed to retrieve firmware table information. - + 检索固件表信息失败。 - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. - + 固件表已成功保存到主机注册表:HKEY_CURRENT_USER\System\SbieCustom<br/>您可以将其复制到沙盒注册表,为每个沙盒设置不同的值。 @@ -2103,7 +2103,7 @@ Note: The update check is often behind the latest GitHub release to ensure that 选择程序 - + Please enter a service identifier 请输入一个服务标识符 @@ -2166,7 +2166,7 @@ Note: The update check is often behind the latest GitHub release to ensure that Children - + 子进程 @@ -2333,8 +2333,8 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + @@ -2372,7 +2372,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + @@ -2554,7 +2554,7 @@ Please select a folder which contains this file. 进入:IP或端口号不能为空 - + Allow @@ -3073,22 +3073,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 正在等待文件夹: %1 - + Deleting folder: %1 正在删除文件夹: %1 - + Merging folders: %1 &gt;&gt; %2 正在合并文件夹: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... 正在完成快照合并... @@ -3096,37 +3096,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled 禁用 - + OPEN Root Access 开放 Root 根权限 - + Application Compartment 应用隔间 - + NOT SECURE 不安全 - + Reduced Isolation 削弱隔离 - + Enhanced Isolation 加强隔离 - + Privacy Enhanced 隐私增强 @@ -3135,32 +3135,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API 日志 - + No INet (with Exceptions) 无 INet (允许例外) - + No INet 无网络 - + Net Share 网络共享 - + No Admin 无管理员 - + Auto Delete 自动删除 - + Normal 标准 @@ -3169,7 +3169,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 @@ -3189,27 +3189,27 @@ Unlike the preview channel, it does not include untested, potentially breaking, <a href="sbie://update/check" style="color: red;">存在一个新的 Sandboxie-Plus 更新 v%1 可用</a> - + No Force Process 没有必沙程序 - + Reset Columns 重置列 - + Copy Cell 复制此格 - + Copy Row 复制此行 - + Copy Panel 复制此表 @@ -3465,7 +3465,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + Sandboxie-Plus Insider [%1] Sandboxie-Plus 内部版本 [%1] @@ -3496,7 +3496,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + About Sandboxie-Plus 关于 Sandboxie-Plus @@ -3703,11 +3703,11 @@ Do you want to do the clean up? - - - - - + + + + + Don't show this message again. 不再显示此消息 @@ -3737,7 +3737,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a 此类沙盒将限制沙盒内程序对沙盒外数据的访问,除非在资源访问选项中明确授权 - + Unknown operation '%1' requested via command line 来自命令行的未知操作请求 '%1' @@ -3757,104 +3757,104 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - 正在删除沙盒内容 - + Executing OnBoxDelete: %1 在删除沙盒时执行: %1 - + Auto Deleting %1 Content 自动删除 %1 的内容 - + Removed Shortcut: %1 移除快捷方式: %1 - + Updated Shortcut to: %1 更新快捷方式到: %1 - + Added Shortcut to: %1 添加快捷方式: %1 - + Auto deleting content of %1 自动删除 %1 的内容 - + Auto removing sandbox %1 自动删除沙盒 %1 - + %1 Directory: %2 %1 目录: %2 - + Application 应用程序 - + Installation 安装 - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - 错误 - + Failed to stop all Sandboxie components 停止全部的 Sandboxie 组件失败 - + Failed to start required Sandboxie components 启动所需的 Sandboxie 组件失败 - + Sandboxie config has been reloaded 已重载沙盒配置文件 - + 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 天后过期,请获取可用的新凭据 - + 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> - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3863,87 +3863,87 @@ Please check if there is an update for sandboxie. 请检查 Sandboxie 是否有更新版本。 - + Don't show this message again for the current build. 对于当前版本,不再显示此消息。 - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. 您的 Windows 版本 %1 超过了 Sandboxie 版本的当前已知支持范围,Sandboxie 将尝试使用上一个已知的配置,这可能会导致系统不稳定。 - + Do you want the setup wizard to be omitted? 是否要省略安装向导? - + 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 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? 是否打开链接 %1?您可以选择是否使用沙盒中的浏览器打开。 - + Sandboxed 沙盒中的 - + Unsandboxed 沙盒外的 - + Case Sensitive 区分大小写 - + RegExp 正则表达式 - + Highlight 高亮显示 - + Close 关闭 - + &Find ... 查找(&F)... - + All columns 所有列 @@ -3965,7 +3965,7 @@ Please check if there is an update for sandboxie. 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 @@ -3993,17 +3993,17 @@ Please check if there is an update for sandboxie. <a href="sbie://update/apply" style="color: red;">存在一个新的 Sandboxie-Plus 更新 %1 已准备就绪</a> - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? 部分兼容性模板(%1)丢失,可能已被删除,是否要在所有沙盒中移除? - + Cleaned up removed templates... 已清理缺失的模板... - + 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 @@ -4012,25 +4012,25 @@ 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 分钟之后自动终止,因为使用此沙盒被配置为项目赞助者的特供功能 - + 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> @@ -4101,17 +4101,17 @@ No will choose: %2 - + Only Administrators can change the config. 仅管理员可更改该配置 - + Please enter the configuration password. 请输入配置保护密码 - + Login Failed: %1 登录失败:%1 @@ -4133,7 +4133,7 @@ No will choose: %2 正在导入:%1 - + Do you want to terminate all processes in all sandboxes? 确定要终止所有沙盒中的所有进程吗? @@ -4142,59 +4142,59 @@ No will choose: %2 终止所有且不再询问 - + No Recovery 没有恢复文件 - + No Messages 没有消息 - + 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 会话,请将其关闭,然后尝试重新连接以接管控制 - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>错误:</b>Sandboxie Plus管理器(SandMan.exe)没有有效的签名(SandMan.exe.sig)。请从<a href="https://sandboxie-plus.com/go.php?to=sbie-get">官方下载</a>。 - + Maintenance operation completed 维护作业完成 - + Executing maintenance operation, please wait... 正在执行操作维护,请稍候... - + In the Plus UI, this functionality has been integrated into the main sandbox list view. 在 Plus 视图,此功能已被整合到主沙盒列表中 - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. 使用“沙盒/组”右键菜单,你可以将沙盒在沙盒组之间移动 同时,你也可以通过 Alt + 方向键或鼠标拖动来整理列表 另外,你可以通过右键菜单来新建“沙盒/组” - + Do you also want to reset hidden message boxes (yes), or only all log messages (no)? 请确认是否要重置已隐藏的消息框(选“是”),或者仅重置所有日志消息(选“否”)? - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4203,128 +4203,128 @@ This file is part of Sandboxie and all changed done to it will be reverted next 因为该文件是 Sandboxie 的一部分并且所有的更改会在下次更新时被重置 - + 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 终止所有进程失败 - + 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 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. 必须先停止沙盒中的所有进程,然后才能对其进行重命名。 - + A sandbox must be emptied before it can be deleted. 沙盒被删除前必须清空 - + Failed to move directory '%1' to '%2' 移动目录 '%1' 到 '%2' 失败 - + Failed to move box image '%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 创建新快照的目录失败 - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus 版本: %1 (%2) @@ -4347,271 +4347,285 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Which box you want to add in? 您想添加到哪个沙盒? - + Type the box name which you are going to set: 输入您希望设置的沙盒名称: - - - + + + + Sandboxie-Plus Warning Sandboxie-Plus 警告 - - You typed a wrong box name!Nothing was changed. - 您输入了错误的沙盒名!未更改任何设置。 + 您输入了错误的沙盒名!未更改任何设置。 + + + Users canceled this operation. + 用户取消了本次操作。 - - Users canceled this operation. - 用户取消了本次操作。 + The value is not an existing directory or executable. + - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + USB sandbox not found; creating: %1 未找到USB沙盒,正在创建:%1 - + Executing OnBoxTerminate: %1 在沙盒内所有进程终止时执行 - + Current Config: %1 当前配置: %1 - + Data Directory: %1 数据存放目录: %1 - + for Personal use 个人用户 - + - for Non-Commercial use ONLY - 仅用于非商业用途 - + Failed to configure hotkey %1, error: %2 配置快捷键 %1 失败,错误:%2 - - - + + + (%1) (%1) - + The box %1 is configured to use features exclusively available to project supporters. 沙盒 %1 被指定为仅对项目赞助者开放的功能。 - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. 沙盒 %1 被指定为需要更高级赞助许可证的功能。 - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">升级您的许可证</a> 以解锁高级功能。 - + The selected feature requires an <b>advanced</b> supporter certificate. 选择的功能需要更高级赞助许可证。 - + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br />你需要在Patreon赞助上成为Great或更高级别以便解锁这个功能。 - + The selected feature set is only available to project supporters.<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> - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! 您尝试使用的凭据已被阻止,这意味着它已因故失效。任何使用该凭据的企图都构成对使用条款的违反! - + The Certificate Signature is invalid! 凭据的签名无效! - + The Certificate is not suitable for this product. 凭据不适用于本产品。 - + The Certificate is node locked. 凭据已被节点锁定。 - + The support certificate is not valid. Error: %1 赞助者凭据无效。 错误:%1 - + The evaluation period has expired!!! The evaluation periode has expired!!! 已超过评估期限!!! - - + + Don't ask in future 此后不再询问 - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? 确定要终止加密沙盒中的所有进程并卸载加密沙盒吗? - + 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 个字符 - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted 无法删除已卸载的沙盒的内容 - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded 导入/导出不可用,无法加载 7z.dll - + Failed to create the box archive 无法创建沙盒存档 - + Failed to open the 7z archive 无法打开 7z 备份 - + Failed to unpack the box archive 无法解压沙盒备份 - + The selected 7z file is NOT a box archive 所选的 7z 文件不是沙盒备份 - + Operation failed for %1 item(s). %1 项操作失败。 - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>关于 Sandboxie+</h3><p>版本 %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 本 Sandboxie+ 副本已授权为: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> Sandboxie+ 是 Sandboxie 的开源延续。<br />前往 <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> 了解更多信息。<br /><br />%2<br /><br />特性: %3<br /><br />已安装: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />图标来自于 <a href="https://icons8.com">icons8.com</a> @@ -4620,7 +4634,7 @@ Error: %1 是否在沙盒中的浏览器打开链接 %1 ? - + Remember choice for later. 记住选择供之后使用 @@ -4658,37 +4672,37 @@ Error: %1 沙盒组 - + Empty - + Name 名称 - + Process ID 进程 ID - + Status 状态 - + Title 标题 - + Info 信息 - + Path / Command Line 路径 / 命令行 @@ -4903,38 +4917,38 @@ Error: %1 CSbieTemplatesEx - + Failed to initialize COM 无法初始化COM - + Failed to create update session 无法创建更新会话 - + Failed to create update searcher 无法创建更新搜索器 - + Failed to set search options 无法设置搜索选项 - + Failed to enumerate installed Windows updates Failed to search for updates 列举已安装的 Windows 更新 失败 - + Failed to retrieve update list from search result 无法从搜索结果中检索更新列表 - + Failed to get update count 无法获取更新计数 @@ -5405,14 +5419,14 @@ Error: %1 - + Don't show this message again. 不再显示此消息 - + This Sandbox is empty. 此沙盒是空的 @@ -5477,80 +5491,91 @@ Error: %1 正在导出:%1 - + Please enter a new name for the Sandbox. 请为该沙盒输入新名称 - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + 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 终止且不再询问 - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. 现在将显示 Sandboxie 开始菜单。从菜单中选择一个应用程序,Sandboxie 将在真实桌面上创建一个新的快捷方式图标,你可以用它来调用所选受 Sandboxie 监督的应用程序。 - - + + Create Shortcut to sandbox %1 为沙盒 %1 创建快捷方式 - + Do you want to terminate %1? Do you want to %1 %2? 确定要终止 %1? - + the selected processes 选中的进程 - + This box does not have Internet restrictions in place, do you want to enable them? 此沙盒无互联网限制,确定启用吗? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - 此沙盒已禁用或仅限于特定组/用户,确定要编辑它吗? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? + 此沙盒已禁用或仅限于特定组/用户,确定要编辑它吗? @@ -5695,7 +5720,7 @@ Error: %1 HwId: %1 - + 固件ID: %1 @@ -6025,7 +6050,7 @@ Error: %1 This does not look like a certificate. Please enter the entire certificate, not just a portion of it. - 这看起来不像是一份凭据。请输入完整的凭据,而不仅仅是其中的一部分 + 这看起来不像是一份凭据。请输入完整的凭据,而不仅仅是其中的一部分。 This certificate is unfortunately expired. @@ -7212,7 +7237,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the system from sandboxed processes 保护系统免受沙盒内进程的影响 @@ -7222,7 +7247,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an 提权限制 - + Block network files and folders, unless specifically opened. 拦截对网络文件和文件夹的访问,除非专门开放访问权限 @@ -7232,7 +7257,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an 使应用程序认为自己已被提权运行(允许安全地运行安装程序) - + Network restrictions 网络限制 @@ -7375,18 +7400,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - + + + + + + + + + + + + Name 名称 @@ -7403,98 +7428,98 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove 移除 - - - - - - - + + + + + + + Type 类型 - + Program Groups 程序组 - + Add Group 添加组 - - - - - + + + + + Add Program 添加程序 - + Force Folder 必沙目录 - - - + + + Path 路径 - + Force Program 必沙程序 - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates 显示模板 @@ -7529,7 +7554,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an 开放 Windows 凭据存储访问权限 (用户态) - + Prevent change to network and firewall parameters (user mode) 拦截对网络及防火墙参数的更改 (用户态) @@ -7543,192 +7568,192 @@ If you are a great patreaon supporter already, sandboxie can check online for an 阻止干预用户操作(移动鼠标,使窗口Z序靠前等) - + 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. 可以在此处将应用程序分组并给它们分配一个组名,程序组可用于代替程序名被用于某些设置,在此处定义的沙盒程序组将覆盖模板中定义的程序组 - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. 此处指定的程序或者指定位置中的程序,将自动进入此沙盒,除非已明确在其它沙盒中启动它 - + Force Children - 强制子进程 + 强制子进程 - + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. <b><font color='red'>SECURITY ADVISORY</font>:</b> 将 <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> 和/或 <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> 结合 Open[File/Pipe]Path directives 功能会造成安全性下降。请在使用前阅读文档中相应选项的安全小节。 - - + + Stop Behaviour 停止行为 - + Stop Options 停止选项 - + Use Linger Leniency 使用停留宽容度 - + Don't stop lingering processes with windows 不要停止含有窗口的驻留进程 - + Start Restrictions 启动限制 - + Issue message 1308 when a program fails to start 程序启动失败时,提示问题代码 1308 - + 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. * 注意:安装在此沙盒里的程序将完全无法启动 - + Process Restrictions 程序限制 - + Issue message 1307 when a program is denied internet access 程序被拒绝访问网络时,提示问题代码 1307 - + Note: Programs installed to this sandbox won't be able to access the internet at all. 注意:安装在此沙盒中的程序将完全无法访问网络 - + Prompt user whether to allow an exemption from the blockade. 询问用户是否允许例外 - + Resource Access 资源访问 - - - - - - - - - + + + + + + + + + Program 程序 - - - - - - + + + + + + Access 访问 - + Add Reg Key 添加注册表键值 - + Add File/Folder 添加文件/文件夹 - + Add Wnd Class 添加窗口类 - + Add COM Object 添加 COM 对象 - + Add IPC Path 添加 IPC 路径 - + 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 杂项 @@ -7738,7 +7763,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an 不使用系统令牌启动沙盒化的服务 (推荐) - + Don't alter window class names created by sandboxed programs 不要改变由沙盒内程序创建的窗口类名 @@ -7749,13 +7774,13 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the sandbox integrity itself 沙盒完整性保护 - - + + Compatibility 兼容性 @@ -7765,7 +7790,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an 添加沙盒化进程到作业对象 (推荐) - + Force usage of custom dummy Manifest files (legacy behaviour) 强制使用自定义虚拟 Manifest 文件 (传统行为) @@ -7775,7 +7800,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an 仅允许特权进程访问“服务控制管理器” - + Emulate sandboxed window station for all processes 为所有进程模拟沙盒化窗口工作站 @@ -7790,17 +7815,17 @@ If you are a great patreaon supporter already, sandboxie can check online for an 隐藏进程 - + Add Process 添加进程 - + Hide host processes from processes running in the sandbox. 对沙盒内运行的进程隐藏宿主的进程 - + Don't allow sandboxed processes to see processes running in other boxes 不允许沙盒内的进程查看其它沙盒里运行的进程 @@ -7833,13 +7858,13 @@ If you are a great patreaon supporter already, sandboxie can check online for an 仅管理员账户可以对这个沙盒做出更改 - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. 该设置可用于防止程序在未经用户知情或同意的情况下在已解锁的加密沙盒中运行。 - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. 在从外部源启动沙盒中的进程之前显示弹出警告 @@ -7885,17 +7910,17 @@ If you are a great patreaon supporter already, sandboxie can check online for an 创建新的沙盒令牌,而不是对默认令牌降权 - + Restart force process before they begin to execute 在开始执行之前重新启动强制进程 - + These commands are run UNBOXED after all processes in the sandbox have finished. 沙盒中的所有进程结束后,这些命令将在无沙盒的环境下运行。 - + Don't allow sandboxed processes to see processes running outside any boxes 不允许沙盒内的进程查看任何沙盒外运行的进程 @@ -7910,22 +7935,22 @@ If you are a great patreaon supporter already, sandboxie can check online for an 一些程序通过 WMI(一个Windows内置数据库) 读取系统信息,而不是通过正常方式。例如,尽管已经打开 "隐藏其它沙盒" ,"tasklist.exe" 仍然可以通过访问 WMI 获取全部进程列表。开启此选项来阻止这些行为。 - + Users 用户 - + Restrict Resource Access monitor to administrators only 仅允许管理员访问“资源访问监视器” - + Add 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. @@ -7934,32 +7959,32 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to 注意:沙盒的必沙程序及文件夹设置不适用于不能运行沙盒的系统用户 - + Tracing 跟踪 - + API call Trace (traces all SBIE hooks) API 调用跟踪 (跟踪所有 SBIE 钩子) - + COM Class Trace COM 类跟踪 - + IPC Trace IPC 跟踪 - + Key Trace 键值跟踪 - + GUI Trace GUI 跟踪 @@ -8004,13 +8029,13 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to - + Move Up 上移 - + Move Down 下移 @@ -8040,36 +8065,38 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to 访问隔离 - + Image Protection 映像保护 - + Issue message 1305 when a program tries to load a sandboxed dll 当一个程序试图加载一个沙盒内部的动态链接库(.dll)文件时,提示问题代码 1305 - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox 阻止安装在宿主上的沙盒程序从沙盒内部加载DLL(动态链接库)文件 - + Dlls && Extensions Dll && 扩展 - + Description 说明 - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Sandboxie 的资源访问规则通常对位于沙盒内的二进制程序具有歧视性 + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie 的资源访问规则通常对位于沙盒内的二进制程序具有歧视性 一般情况下,OpenFilePath 和 OpenKeyPath 只对宿主机上的原生程序(安装在宿主上的)有效 为了定义没有此类限制的规则,则必须使用 OpenPipePath 和 OpenConfPath @@ -8085,7 +8112,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam 使用主机映像保护,可以通过阻止在沙盒内运行的应用程序(安装在宿主上的)加载来自沙盒的动态链接库来防止此类现象 - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. 沙盒功能可以使用可选的.dll文件来获得增强,这些.dll文件可以在SbieDll.dll启动时加载到每个沙盒进程中。全局设置中的插件管理器提供了一些有用的扩展。安装后,就可以在这里为当前的沙盒启用。 @@ -8136,36 +8163,42 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - Create a new sandboxed token instead of stripping down the original token + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. - + + Create a new sandboxed token instead of stripping down the original token + 创建新的沙盒令牌,而不是剥离原始令牌 + + + Program Control 程序控制 - + Force Programs 必沙程序 - + Disable forced Process and Folder for this sandbox 禁用此沙盒的“强制进程/目录 规则” - + Breakout Programs 分离程序 - + Breakout Program 分离程序 - + Breakout Folder 分离目录 @@ -8174,39 +8207,39 @@ This is done to prevent rogue processes inside the sandbox from creating a renam 阻止通过Windows公共方法获取未沙盒化窗口的图像 - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. 此处设置的程序在启动时将被允许脱离这个沙盒,利用此选项可以将程序捕获到另一个沙盒里 例如,让网络浏览器总是在一个专门的沙盒里打开 - + Lingering Programs 驻留程序 - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. 其它所有程序被终止后,仍在运行的驻留程序将自动终止 - + Leader Programs 引导进程 - + If leader processes are defined, all others are treated as lingering processes. 如果定义了引导进程,其它进程将被视作驻留进程 - + Files 文件 - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. 配置哪些进程可以访问文件、文件夹和管道 @@ -8214,12 +8247,12 @@ This is done to prevent rogue processes inside the sandbox from creating a renam 你可以使用“完全开放”来对所有程序开放所有权限,或者在策略标签中改变这一行为 - + Registry 注册表 - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. 配置哪些进程可以读写注册表 @@ -8227,24 +8260,24 @@ This is done to prevent rogue processes inside the sandbox from creating a renam 你可以使用“完全开放”来对所有程序开放所有权限,或者在策略标签中改变这一行为 - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. 配置哪些进程可以访问 NT IPC 对象,如 ALPC 端口及其他进程的内存和相关运行状态环境 如需指定一个进程,使用“$:program.exe”作为路径值(不含双引号) - + Wnd 窗口 - + Wnd Class 窗口类 @@ -8254,140 +8287,140 @@ To specify a process use '$:program.exe' as path. 配置哪些进程可以访问桌面对象,如 Windows 或其它类似对象 - + COM COM - + Class Id 类 Id - + Configure which processes can access COM objects. 配置哪些进程可以访问 COM 对象 - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) 不虚拟化 COM 对象,而是开放主机的 COM 基础结构 (不推荐) - + Access Policies 权限策略 - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. 将 Close...=!<program>,... 规则,应用到位于沙盒内的所有相关二进制文件 - + Network Options 网络选项 - + Set network/internet access for unlisted processes: 不在列表中的程序的网络访问权限: - + Test Rules, Program: 测试规则或程序: - + Port: 端口: - + IP: IP: - + Protocol: 协议: - + X X - + Add Rule 添加规则 - - + + Action 动作 - - + + Port 端口 - - - + + + IP 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. 警告:未在此驱动程序启用 Windows 筛选平台,因此以下规则只能在用户模式下生效,无法被强制执行!!!恶意程序可能会绕过这些规则的限制 - + 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. 规则的特异度是衡量一个给定规则对特定路径的匹配程度,简单地说,特异度是指从路径的最开始到最后一个匹配的非通配符子串之间的字符长度,一个只匹配 “*.tmp” 这样的文件类型的规则将具有最高的特异性,因为它总是匹配整个文件路径 进程匹配级别的优先级高于特异度,它描述了一条规则如何适用于一个给定的进程,按进程名称或程序组应用的规则具有最高的匹配级别,其次是否定匹配模式(即适用于匹配除给定进程以外的所有进程的规则),而匹配级别最低的是全局匹配,即适用于任何进程的规则 - + 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. 当启用隐私模式时,沙盒进程将只能读取 C:\Windows\* 、 C:\Program Files\* 和注册表 HKLM 节点下的部分内容,除此之外的所有其它位置都需要明确的访问授权才能被读取或写入,在此模式下,专有规则将总是被应用 - + Rule Policies 规则策略 - + Apply File and Key Open directives only to binaries located outside the sandbox. 只对位于沙盒之外的二进制文件应用文件和密钥权限开放指令 @@ -8420,8 +8453,9 @@ The process match level has a higher priority than the specificity and describes - 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. it’s no longer providing reliable security, just simple application compartmentalization. - 通过严格限制进程令牌的使用来进行安全隔离是 Sandboxie 执行沙盒化限制的主要手段,当它被禁用时,沙盒将在应用隔间模式下运行,此时将不再提供可靠的安全限制,只是简单进行应用分隔 + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + 通过严格限制进程令牌的使用来进行安全隔离是 Sandboxie 执行沙盒化限制的主要手段,当它被禁用时,沙盒将在应用隔间模式下运行,此时将不再提供可靠的安全限制,只是简单进行应用分隔 @@ -8444,7 +8478,7 @@ The process match level has a higher priority than the specificity and describes 进程被拒绝访问非沙盒进程内存时,提示问题代码 2111 - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) 默认禁用 RpcMgmtSetComTimeout (或许可以解决兼容性问题) @@ -8473,56 +8507,56 @@ The process match level has a higher priority than the specificity and describes 以下选项可以在你未授予管理员权限时安全的使用 - + 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 这些命令将在删除沙盒的内容之前,以非沙盒化的方式被执行 - + 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. 在此处可以配置各种沙盒事件中自动执行特定的动作 @@ -8532,32 +8566,32 @@ The process match level has a higher priority than the specificity and describes API 调用跟踪 (需要安装 LogAPI 模块到沙盒目录) - + Log all SetError's to Trace log (creates a lot of output) 记录所有 SetError 到跟踪日志 (将产生大量输出) - + File Trace 文件跟踪 - + Pipe Trace 管道跟踪 - + Access Tracing 访问跟踪 - + 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 @@ -8580,78 +8614,78 @@ instead of "*". Ntdll 系统调用跟踪 (将产生大量输出) - + Disable Resource Access Monitor 禁用资源访问监控器 - + Resource Access Monitor 资源访问监控 - - + + Network Firewall 网络防火墙 - + Bypass IPs - + 绕过IP - + 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 应用模板 - + Filter Categories 类别筛选 - + Text Filter 文本筛选 - + Add Template 添加模板 - + This list contains a large amount of sandbox compatibility enhancing templates 此列表含有大量的沙盒兼容性增强模板 - + 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. @@ -8660,23 +8694,23 @@ Please note that this values are currently user specific and saved globally for 请注意,这些值对当前用户的所有沙盒保存 - - + + 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 屏幕阅读器:JAWS、NVDA、Window-Eyes、系统无障碍接口 @@ -8702,8 +8736,9 @@ Please note that this values are currently user specific and saved globally for - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - 当 <a href="sbie://docs/boxencryption">沙盒加密</a> 为沙盒根目录启用时,包括虚拟注册表在内,沙盒内容将会被存储在加密的磁盘映像中, 使用 <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS 实现。 + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + 当 <a href="sbie://docs/boxencryption">沙盒加密</a> 为沙盒根目录启用时,包括虚拟注册表在内,沙盒内容将会被存储在加密的磁盘映像中, 使用 <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS 实现。 @@ -8864,122 +8899,122 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行 <b><font color='red'>安全提示</font>:</b> 使用 <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> 或 <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> 结合 Open[File/Pipe]Path directives 功能会造成安全性下降, <a href="sbie://docs/breakoutdocument">BreakoutDocument</a>允许任意拓展名 * 或不安全拓展名 (*.exe;*.dll;*.ocx;*.cmd;*.bat;*.lnk;*.pif;*.url;*.ps1;etc…) . 请您在使用前,自行阅读文档中关于安全的部分。 - + Configure which processes can access Desktop objects like Windows and alike. 配置那些进程可以访问桌面组件(例如窗口等) - + DNS Filter DNS 过滤器 - + Add Filter 添加过滤器 - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. 使用 DNS 过滤器可以根据每个进程禁用单个域(域名)。保留 IP 列为空以阻止域名解析或输入 IP 以重定向域名解析。 - + Domain - + Internet Proxy 互联网代理 - + Add Proxy 添加代理 - + Test Proxy 测试代理 - + Auth 认证 - + Login 登陆 - + Password 密码 - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. 沙盒化进程可以被强制使用一个预设的套接字5代理。 - + Resolve hostnames via proxy 通过代理解析主机名 - + Other Options 其它选项 - + Port Blocking 阻止端口 - + Block common SAMBA ports 阻止常见 SAMBA 端口 - + Block DNS, UDP port 53 阻止 DNS、UDP 端口 53 - + Quick Recovery 快速恢复 - + Immediate Recovery 即时恢复 - + Various Options 其它杂项 - + Apply ElevateCreateProcess Workaround (legacy behaviour) 应用 ElevateCreateProcess 解决方案 (传统行为) - + Use desktop object workaround for all processes 对所有进程应用桌面对象解决方案 - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. 当短时间连续按下全局热键3次时,此异常将被忽略。 - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. 当调用“终止所有进程”时,排除终止此沙盒的进程。 @@ -8988,33 +9023,33 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行 此命令在沙盒中的所有进程终止后运行。 - + On Box Terminate 在沙盒所有进程终止时 - + This command will be run before the box content will be deleted 该命令将在删除沙盒内容之前运行 - + On File Recovery 文件恢复阶段 - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked 该命令将在文件恢复前运行,文件路径将作为最先被传递的参数,如果该命令的返回值不为 0,恢复动作将被终止 - + Run File Checker 运行文件检查 - + On Delete Content 内容删除阶段 @@ -9025,7 +9060,7 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行 - + Process 进程 @@ -9034,108 +9069,112 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行 阻止对位于该沙盒中的进程的读取访问 - + Add Option 添加选项 - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. 在此处可以配置各个进程的高级选项,以提高兼容性或自定义沙盒的某些行为 - + Option 选项 - + Privacy - + 隐私 - - Hide Firmware Informations - + + Hide Firmware Information + Hide Firmware Informations + 隐藏固件信息 - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. - + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. + 一些程序通过WMI(Windows内置数据库)而不是常规方式读取系统细节信息。例如,即使通过访问WMI打开“HideOtherBoxs”,“tasklist.exe”也可以获得完整的进程列表。启用此选项可阻止这些行为。 - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + 防止沙盒进程通过WMI访问系统细节信息(有关更多信息,请参阅工具提示) - + Process Hiding - + 进程隐藏 - + Use a custom Locale/LangID - + 使用自定义区域设置/语言ID - + Data Protection - + 数据保护 - - Dump the current Firmare Tables to HKCU\System\SbieCustom - + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom + 将当前固件表转储到HKCU\System\SbieCustom - + Dump FW Tables - + 转储固件表 - + DNS Request Logging DNS 请求日志 - + Syscall Trace (creates a lot of output) 系统调用追踪(产生大量输出) - + Templates 模板 - + Open Template 打开模板 - + 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. 以下设置允许 Sandboxie 与辅助功能软件结合,请注意:当这些设置生效时,会使 Sandboxie 的部分保护措施失效 - + Edit ini Section 配置文本 - + Edit ini 编辑配置 - + Cancel 取消 - + Save 保存 @@ -9159,7 +9198,7 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行 QObject - + Drive %1 磁盘 %1 @@ -9167,27 +9206,27 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行 QPlatformTheme - + OK 确定 - + Apply 应用 - + Cancel 取消 - + &Yes 是(&Y) - + &No 否(&N) @@ -10157,7 +10196,8 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行 - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu @@ -10178,7 +10218,7 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行 HwId: 00000000-0000-0000-0000-000000000000 - + 固件ID: 00000000-0000-0000-0000-000000000000 @@ -10255,7 +10295,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, Always run SandMan UI as Admin - + 始终以管理员身份运行SandMan UI diff --git a/SandboxiePlus/SandMan/sandman_zh_TW.ts b/SandboxiePlus/SandMan/sandman_zh_TW.ts index 6cf7a768..7ca13611 100644 --- a/SandboxiePlus/SandMan/sandman_zh_TW.ts +++ b/SandboxiePlus/SandMan/sandman_zh_TW.ts @@ -1816,8 +1816,8 @@ Note: The update check is often behind the latest GitHub release to ensure that - - + + @@ -1868,7 +1868,7 @@ Note: The update check is often behind the latest GitHub release to ensure that - + @@ -1940,93 +1940,93 @@ Note: The update check is often behind the latest GitHub release to ensure that 沙箱 IPC 根目錄 - - + + bytes (unlimited) - - + + bytes (%1) - + unlimited - + Add special option: 加入特殊選項: - - + + On Start 啟動階段 - - - - - + + + + + Run Command 執行命令 - + Start Service 啟動服務 - + On Init 初始化階段 - + On File Recovery 檔案復原階段 - + On Delete Content 內容刪除階段 - + On Terminate 終止階段 - - - - - + + + + + Please enter the command line to be executed 請輸入將要執行的命令列 - + Please enter a program file name to allow access to this sandbox 請輸入程式檔案名稱以允許存取此沙箱 - + Please enter a program file name to deny access to this sandbox 請輸入程式檔案名稱以拒絕存取此沙箱 - + Failed to retrieve firmware table information. - + Firmware table saved successfully to host registry: HKEY_CURRENT_USER\System\SbieCustom<br />you can copy it to the sandboxed registry to have a different value for each box. @@ -2035,12 +2035,12 @@ Note: The update check is often behind the latest GitHub release to ensure that 請輸入一個程式檔案名稱 - + Deny 拒絕 (停用) - + %1 (%2) %1 (%2) @@ -2294,7 +2294,7 @@ Note: The update check is often behind the latest GitHub release to ensure that 已復原映像標頭 - + Please enter a service identifier 請輸入服務識別字元 @@ -2389,7 +2389,7 @@ Note: The update check is often behind the latest GitHub release to ensure that 輸入: IP 位址或連接埠不能為空 - + Allow @@ -3069,22 +3069,22 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBox - + Waiting for folder: %1 正在等待資料夾: %1 - + Deleting folder: %1 正在刪除資料夾: %1 - + Merging folders: %1 &gt;&gt; %2 正在合併資料夾: %1 &gt;&gt; %2 - + Finishing Snapshot Merge... 正在完成快照合併... @@ -3092,37 +3092,37 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandBoxPlus - + Disabled 停用 - + OPEN Root Access 開放 Root 存取權限 - + Application Compartment 應用程式區間 - + NOT SECURE 不安全 - + Reduced Isolation 弱化隔離 - + Enhanced Isolation 增強隔離 - + Privacy Enhanced 隱私增強 @@ -3131,32 +3131,32 @@ Unlike the preview channel, it does not include untested, potentially breaking, API 日誌 - + No INet (with Exceptions) 無網際網路 (允許例外) - + No INet 無網際網路 - + Net Share 區域網路共享 - + No Admin 無管理員 - + Auto Delete 自動刪除 - + Normal 標準 @@ -3165,27 +3165,27 @@ Unlike the preview channel, it does not include untested, potentially breaking, CSandMan - + Sandboxie-Plus v%1 Sandboxie-Plus v%1 - + Reset Columns 重設欄 - + Copy Cell 複製單元格 - + Copy Row 複製列 - + Copy Panel 複製表格 @@ -3448,7 +3448,7 @@ Unlike the preview channel, it does not include untested, potentially breaking, - + About Sandboxie-Plus 關於 Sandboxie-Plus @@ -3532,11 +3532,11 @@ Do you want to do the clean up? - - - - - + + + + + Don't show this message again. 不再顯示此訊息。 @@ -3566,7 +3566,7 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a <br /><br />此類沙箱會<a href="sbie://docs/privacy-mode">阻止存取所有使用者資料</a>的位置,除非在資源存取選項中明確授權。 - + Unknown operation '%1' requested via command line 透過命令列請求的未知操作 '%1' @@ -3586,42 +3586,42 @@ This box <a href="sbie://docs/privacy-mode">prevents access to a - 刪除沙箱內容 - + Executing OnBoxDelete: %1 在刪除沙箱時執行: %1 - + Auto Deleting %1 Content 自動刪除 %1 的內容 - + Auto deleting content of %1 自動刪除 %1 的內容 - + %1 Directory: %2 %1 目錄: %2 - + Application 應用程式 - + Installation 安裝 - + Current Config: %1 目前組態: %1 - + Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. Please check if there is an update for sandboxie. Your Windows build %1 exceeds the current support capabilities of your Sandboxie version, resulting in the disabling of token-based security isolation. Consequently, all applications will operate in application compartment mode without secure isolation. @@ -3630,34 +3630,34 @@ Please check if there is an update for sandboxie. 請檢查 Sandboxie 是否有更新。 - + Don't show this message again for the current build. 不再於目前組建中顯示此訊息。 - + Your Windows build %1 exceeds the current known support capabilities of your Sandboxie version, Sandboxie will attempt to use the last-known offsets which may cause system instability. 您的 Windows 組建版本 %1 超出了 Sandboxie 版本目前已知的支援能力,Sandboxie 將嘗試使用最後已知的偏移值,這可能會導致系統不穩定。 - + Do you want the setup wizard to be omitted? 是否略過設定精靈? - - - + + + Sandboxie-Plus - Error Sandboxie-Plus - 錯誤 - + Failed to stop all Sandboxie components 停止所有 Sandboxie 元件失敗 - + Failed to start required Sandboxie components 啟動所需 Sandboxie 元件失敗 @@ -3667,17 +3667,17 @@ Please check if there is an update for sandboxie. 警告: 無法寫入 %1 中的 Sandboxie-Plus.ini,設定將不會被儲存。 - + Some compatibility templates (%1) are missing, probably deleted, do you want to remove them from all boxes? 部分相容性範本 (%1) 已遺失,可能是已被刪除,是否將其從所有沙箱中移除? - + Cleaned up removed templates... 清理已刪除的範本... - + 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 @@ -3686,12 +3686,12 @@ No will choose: %2 「否」將選擇: %2 - + Default sandbox not found; creating: %1 未找到預設沙箱; 建立中: %1 - + - NOT connected - 未連線 @@ -3704,7 +3704,7 @@ No will choose: %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> @@ -3764,22 +3764,22 @@ No will choose: %2 - + 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? 確定要終止所有沙箱中的所有處理程序嗎? @@ -3788,107 +3788,107 @@ No will choose: %2 終止全部並不再詢問 - + 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 未知 - + A sandbox must be emptied before it can be deleted. 刪除沙箱前必須先清空。 - + Failed to copy box data files 複製沙箱資料檔案失敗 - + Failed to remove old box data files 移除舊沙箱資料檔案失敗 - + Unknown Error Status: 0x%1 未知錯誤狀態: 0x%1 - + Do you want to open %1 in a sandboxed or unsandboxed Web browser? 是否在沙箱化或非沙箱化網路瀏覽器中開啟 %1? - + Sandboxed 沙箱化 - + Unsandboxed 非沙箱化 - + Case Sensitive 區分大小寫 - + RegExp 正規表示式 - + Highlight 醒目提示 - + Close 關閉 - + &Find ... 尋找(&F)... - + All columns 所有欄 @@ -3910,7 +3910,7 @@ No will choose: %2 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. 此操作需要管理員權限。 @@ -3949,7 +3949,7 @@ No will choose: %2 - + Sandboxie-Plus Insider [%1] Sandboxie-Plus 測試人員 [%1] @@ -4083,47 +4083,47 @@ No will choose: %2 按一下以下載更新 - + No Force Process 沒有強制沙箱程序 - + Removed Shortcut: %1 已移除捷徑: %1 - + Updated Shortcut to: %1 已更新捷徑至: %1 - + Added Shortcut to: %1 加入捷徑至: %1 - + Auto removing sandbox %1 自動刪除沙箱 %1 - + Sandboxie-Plus Version: %1 (%2) Sandboxie-Plus 版本: %1 (%2) - + Data Directory: %1 資料目錄: %1 - + for Personal use 個人使用者 - + - for Non-Commercial use ONLY - 僅用於非商業用途 @@ -4132,27 +4132,27 @@ No will choose: %2 是否略過設定精靈? - - - + + + (%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. 在沙箱 %2 中啟動的程式 %1 將在 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> @@ -4186,168 +4186,174 @@ No will choose: %2 - + Which box you want to add in? - + Type the box name which you are going to set: - - - + + + + Sandboxie-Plus Warning - - - - You typed a wrong box name!Nothing was changed. - - - - Users canceled this operation. + The value is not an existing directory or executable. - + + + You typed a wrong box name! Nothing was changed. + + + + + + User canceled this operation. + + + + USB sandbox not found; creating: %1 找不到 USB 沙箱; 建立中: %1 - + Executing OnBoxTerminate: %1 執行 沙箱終止階段 中: %1 - + Failed to configure hotkey %1, error: %2 設定快速鍵組態 %1 失敗,錯誤: %2 - + The box %1 is configured to use features exclusively available to project supporters. 沙箱 %1 之組態設定為使用專案贊助者獨有的功能。 - + The box %1 is configured to use features which require an <b>advanced</b> supporter certificate. 沙箱 %1 之組態設定為使用需要<b>進階</b>贊助者憑證的功能。 - - + + <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">Upgrade your Certificate</a> to unlock advanced features. <br /><a href="https://sandboxie-plus.com/go.php?to=sbie-upgrade-cert">升級憑證</a>以解鎖進階功能。 - + The selected feature requires an <b>advanced</b> supporter certificate. 選定的功能需要<b>進階</b>贊助者憑證。 - + <br />you need to be on the Great Patreon level or higher to unlock this feature. <br />你需要在Patreon贊助上成為Great或更高級別以便解鎖這個功能。 - + The selected feature set is only available to project supporters.<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> - + The certificate you are attempting to use has been blocked, meaning it has been invalidated for cause. Any attempt to use it constitutes a breach of its terms of use! 您正在嘗試使用的憑證已被封鎖,這意味著其已因某些原因而失效。任何試圖使用它的行為都違反了使用條款! - + The Certificate Signature is invalid! 憑證數位簽章無效! - + The Certificate is not suitable for this product. 憑證不適用於此產品。 - + The Certificate is node locked. 憑證已被節點鎖定。 - + The support certificate is not valid. Error: %1 贊助憑證無效。 錯誤: %1 - + The evaluation period has expired!!! The evaluation periode has expired!!! 評估期已過!!! - - + + Don't ask in future 此後不再詢問 - + Do you want to terminate all processes in encrypted sandboxes, and unmount them? 是否終止加密沙箱中的所有處理程序並將其卸載? - + Please enter the duration, in seconds, for disabling Forced Programs rules. 請輸入「停用強制沙箱程式規則」的持續時間 (單位:秒)。 - + No Recovery 沒有復原檔案 - + No Messages 沒有訊息 - + <b>ERROR:</b> The Sandboxie-Plus Manager (SandMan.exe) does not have a valid signature (SandMan.exe.sig). Please download a trusted release from the <a href="https://sandboxie-plus.com/go.php?to=sbie-get">official Download page</a>. <b>錯誤:</b> Sandboxie-Plus 管理員 (SandMan.exe) 沒有有效的數位簽章 (SandMan.exe.sig)。請從<a href="https://sandboxie-plus.com/go.php?to=sbie-get">官方下載頁面</a>下載可信賴的版本。 - + Maintenance operation failed (%1) 維護作業執行失敗 (%1) - + Maintenance operation completed 維護作業完成 - + In the Plus UI, this functionality has been integrated into the main sandbox list view. 在 Plus UI 中,此功能已被整合到主沙箱清單檢視中。 - + Using the box/group context menu, you can move boxes and groups to other groups. You can also use drag and drop to move the items around. Alternatively, you can also use the arrow keys while holding ALT down to move items up and down within their group.<br />You can create new boxes and groups from the Sandbox menu. 使用「沙箱/群組」右鍵選單,您可以將沙箱在沙箱群組之間移動。同時,您也可以透過 Alt + 方向鍵或滑鼠拖曳來整理清單。<br />另外,您可以透過右鍵選單來新增「沙箱/群組」。 - + You are about to edit the Templates.ini, this is generally not recommended. This file is part of Sandboxie and all change done to it will be reverted next time Sandboxie is updated. You are about to edit the Templates.ini, thsi is generally not recommeded. @@ -4356,219 +4362,219 @@ This file is part of Sandboxie and all changed done to it will be reverted next 因為該檔案是 Sandboxie 的一部分並且所有的變更會在下次 Sandboxie 更新時被還原。 - + 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 已發現不相容的 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 終止所有處理程序失敗 - + 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 - + All processes in a sandbox must be stopped before it can be renamed. A all processes in a sandbox must be stopped before it can be renamed. 在重新命名沙箱前,所有處理程序都應被停止。 - + Failed to move directory '%1' to '%2' 移動目錄 '%1' 到 '%2' 失敗 - + Failed to move box image '%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 在 %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 個字元 - + The operation was canceled by the user 此操作已被使用者取消 - + The content of an unmounted sandbox can not be deleted The content of an un mounted sandbox can not be deleted 未被裝載的沙箱之內容不可被刪除 - + %1 %1 - + Import/Export not available, 7z.dll could not be loaded 匯入/匯出無法使用,無法載入 7z.dll - + Failed to create the box archive 無法建立沙箱封存檔案 - + Failed to open the 7z archive 無法開啟 7z 封存檔案 - + Failed to unpack the box archive 無法解壓縮沙箱封存檔案 - + The selected 7z file is NOT a box archive 所選的 7z 檔案不是沙箱封存檔案 - + Operation failed for %1 item(s). %1 項操作失敗。 - + <h3>About Sandboxie-Plus</h3><p>Version %1</p><p> <h3>關於 Sandboxie+</h3><p>版本 %1</p><p> - + This copy of Sandboxie-Plus is certified for: %1 本 Sandboxie+ 副本已授權為: %1 - + Sandboxie-Plus 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 />%2<br /><br />Features: %3<br /><br />Installation: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />Icons from <a href="https://icons8.com">icons8.com</a> Sandboxie+ 是 Sandboxie 的開源延續。<br />前往 <a href="https://sandboxie-plus.com">sandboxie-plus.com</a> 了解更多資訊。<br /><br />%2<br /><br />特性: %3<br /><br />已安裝: %1<br />SbieDrv.sys: %4<br /> SbieSvc.exe: %5<br /> SbieDll.dll: %6<br /><br />圖示來自於 <a href="https://icons8.com">icons8.com</a> @@ -4577,28 +4583,28 @@ This file is part of Sandboxie and all changed done to it will be reverted next 是否在沙箱化網頁瀏覽器開啟連結 %1 ? - + Remember choice for later. 記住選擇供之後使用。 - + 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 The supporter certificate is expired %1 days ago, 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 天後逾期,請取得更新的憑證 @@ -4636,37 +4642,37 @@ This file is part of Sandboxie and all changed done to it will be reverted next 沙箱群組 - + Empty 空白 - + Name 名稱 - + Process ID 處理程序 ID - + Status 狀態 - + Title 標題 - + Info 資訊 - + Path / Command Line 路徑 / 命令列 @@ -4876,38 +4882,38 @@ This file is part of Sandboxie and all changed done to it will be reverted next CSbieTemplatesEx - + Failed to initialize COM 初始化 COM 物件失敗 - + Failed to create update session 建立更新工作階段失敗 - + Failed to create update searcher 建立更新搜尋程式失敗 - + Failed to set search options 設定搜尋選項失敗 - + Failed to enumerate installed Windows updates Failed to search for updates 無法列舉已安裝的 Windows 更新 - + Failed to retrieve update list from search result 從搜尋結果取得更新清單失敗 - + Failed to get update count 取得更新計數失敗 @@ -5378,14 +5384,14 @@ This file is part of Sandboxie and all changed done to it will be reverted next - + Don't show this message again. 不再顯示此訊息。 - + This Sandbox is empty. 此沙箱為空。 @@ -5450,82 +5456,92 @@ This file is part of Sandboxie and all changed done to it will be reverted next 正在匯出: %1 - + Please enter a new name for the Sandbox. 請為沙箱輸入新名稱。 - + + Please enter a new alias for the Sandbox. + + + + + The entered name is not valid, do you want to set it as an alias instead? + + + + Do you really want to remove the selected sandbox(es)?<br /><br />Warning: The box content will also be deleted! Do you really want to remove the selected sandbox(es)? 確定要刪除選取的沙箱?<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 終止且不再詢問 - + The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a new shortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. The Sandboxie Start Menu will now be displayed. Select an application from the menu, and Sandboxie will create a newshortcut icon on your real desktop, which you can use to invoke the selected application under the supervision of Sandboxie. 現在將顯示 Sandboxie 開始選單。從選單中選擇一個應用程式,Sandboxie 將在真實桌面上建立一個新的捷徑圖示,您可以用它來呼叫所選受 Sandboxie 監督的應用程式。 - - + + Create Shortcut to sandbox %1 為沙箱 %1 建立捷徑 - + Do you want to terminate %1? Do you want to %1 %2? 確定要終止 %1 嗎? - + the selected processes 選取的處理程序 - + This box does not have Internet restrictions in place, do you want to enable them? 此沙箱無網際網路限制,確定要啟用嗎? - - This sandbox is disabled or restricted to a group/user, do you want to edit it? - This sandbox is disabled, do you want to enable it? - 此沙箱已停用或被限制到特定群組/使用者,是否編輯? + + This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone? + This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ? + 此沙箱已停用或被限制到特定群組/使用者,是否編輯? @@ -7195,7 +7211,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Protect the system from sandboxed processes 保護系統免受來自沙箱化處理程序的存取 @@ -7332,12 +7348,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an 列印限制 - + Network restrictions 區域網路限制 - + Block network files and folders, unless specifically opened. 阻止區域網路檔案和資料夾的存取,除非額外開啟。 @@ -7353,18 +7369,18 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - + + + + + + + + + + + + Name 名稱 @@ -7381,98 +7397,98 @@ If you are a great patreaon supporter already, sandboxie can check online for an - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Remove 移除 - - - - - - - + + + + + + + Type 類型 - + Program Groups 程式群組 - + Add Group 加入群組 - - - - - + + + + + Add Program 加入程式 - + Force Folder 強制執行資料夾 - - - + + + Path 路徑 - + Force Program 強制執行程式 - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + Show Templates 顯示範本 @@ -7523,8 +7539,9 @@ If you are a great patreaon supporter already, sandboxie can check online for an - When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. - 啟用 <a href="sbie://docs/boxencryption">沙箱加密</a> 後,沙箱的根目錄 (包括其登錄組態) 將使用 <a href="https://diskcryptor.org">Disk Cryptor 的</a> AES-XTS 實作方案。 + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box's root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation. + 啟用 <a href="sbie://docs/boxencryption">沙箱加密</a> 後,沙箱的根目錄 (包括其登錄組態) 將使用 <a href="https://diskcryptor.org">Disk Cryptor 的</a> AES-XTS 實作方案。 @@ -7547,7 +7564,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an 開放 Windows 憑證儲存存取權限 (使用者模式) - + Prevent change to network and firewall parameters (user mode) 防止對區域網路及防火牆參數的變更 (使用者模式) @@ -7614,12 +7631,12 @@ If you are a great patreaon supporter already, sandboxie can check online for an 使用 Sandboxie 登入程序替代匿名權杖 - + 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. 您可將程式分組並且給它們一個群組名稱。程式群組可以代替程式名稱被用於某些設定。在沙箱中定義的程式群組將覆蓋範本中定義的程式群組。 - + Programs entered here, or programs started from entered locations, will be put in this sandbox automatically, unless they are explicitly started in another sandbox. 此處輸入的程式,或指定位置啟動的程式,將自動加入此沙箱,除非它們被確定已在其他沙箱啟動。 @@ -7628,88 +7645,88 @@ If you are a great patreaon supporter already, sandboxie can check online for an <b><font color='red'>安全性建議</font>: </b>使用 <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> 和/或 <a href=" sbie://docs/breakoutprocess">BreakoutProcess</a> 與 Open[File/Pipe]Path 指令結合使用可能會損害安全性,使用 <a href="sbie://docs/breakoutdocument">BreakoutDocument< /a > 將允許任何 * 或不安全的 (*.exe;*.dll;*.ocx;*.cmd;*.bat;*.lnk;*.pif;*.url;*.ps1;etc…) 副檔名。使用前請查看文件中每個選項的 安全性 部分。 - - + + Stop Behaviour 停止行為 - + Stop Options 停止選項 - + Use Linger Leniency 使用延遲寬容性 - + Don't stop lingering processes with windows 不停止 Windows 的延遲處理程序 - + Start Restrictions 啟動限制 - + Issue message 1308 when a program fails to start 當程式啟動失敗時提示錯誤代碼 1308 - + 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. * 注意: 安裝至此沙箱內的程式將完全無法啟動。 - + Configure which processes can access Desktop objects like Windows and alike. 設定哪些處理程序可以存取 Windows 等桌面物件。 - + Process Restrictions 處理程序限制 - + Issue message 1307 when a program is denied internet access 當程式被拒絕存取網路時提示錯誤代碼 1307 - + 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 存取 @@ -7783,13 +7800,13 @@ If you are a great patreaon supporter already, sandboxie can check online for an - + Move Up 向上移 - + Move Down 向下移 @@ -7809,40 +7826,42 @@ If you are a great patreaon supporter already, sandboxie can check online for an 存取隔離 - + Image Protection 映像保護 - + Issue message 1305 when a program tries to load a sandboxed dll 當一個程式試圖載入一個沙箱內部的應用程式擴充 (DLL) 檔案時,提示錯誤代碼 1305 - + Prevent sandboxed programs installed on the host from loading DLLs from the sandbox Prevent sandboxes programs installed on host from loading dll's from the sandbox 防止主機上安裝的沙箱化程式從沙箱載入應用程式擴充 (DLL) 檔案 - + Dlls && Extensions Dll && 擴充功能 - + Description 說明 - - Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. + + Sandboxie's resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. 'ClosedFilePath=!iexplore.exe,C:Users*' will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the "Access policies" page. This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. - Sandboxie 的資源存取規則通常對位於沙箱內的二進位程式具有歧視性。OpenFilePath 和 OpenKeyPath 只對主機上的原生程式 (安裝在主機上的) 有效。為了定義沒有此類限制的規則,則必須使用 OpenPipePath 和 OpenConfPath。同樣的,透過否定來定義所有的 Closed(File|Key|Ipc)Path 指令例如:'ClosedFilePath=! iexplore.exe,C:Users*' 將限制沙箱內的程式存取相應資源。這兩種限制原則都可以透過「存取原則」頁面來停用。 + Sandboxie’s resource access rules often discriminate against program binaries located inside the sandbox. OpenFilePath and OpenKeyPath work only for application binaries located on the host natively. In order to define a rule without this restriction, OpenPipePath or OpenConfPath must be used. Likewise, all Closed(File|Key|Ipc)Path directives which are defined by negation e.g. ‘ClosedFilePath=! iexplore.exe,C:Users*’ will be always closed for binaries located inside a sandbox. Both restriction policies can be disabled on the “Access policies” page. +This is done to prevent rogue processes inside the sandbox from creating a renamed copy of themselves and accessing protected resources. Another exploit vector is the injection of a library into an authorized process to get access to everything it is allowed to access. Using Host Image Protection, this can be prevented by blocking applications (installed on the host) running inside a sandbox from loading libraries from the sandbox itself. + Sandboxie 的資源存取規則通常對位於沙箱內的二進位程式具有歧視性。OpenFilePath 和 OpenKeyPath 只對主機上的原生程式 (安裝在主機上的) 有效。為了定義沒有此類限制的規則,則必須使用 OpenPipePath 和 OpenConfPath。同樣的,透過否定來定義所有的 Closed(File|Key|Ipc)Path 指令例如:'ClosedFilePath=! iexplore.exe,C:Users*' 將限制沙箱內的程式存取相應資源。這兩種限制原則都可以透過「存取原則」頁面來停用。 這樣做是為了防止沙箱內的流氓處理程序建立自己的重新命名複本並存取受保護的資源。另一個漏洞載體是將一個動態連結程式庫注入到一個被授權處理程序中,以取得對被授權處理程序所允許存取的一切資源的存取權。使用主機映像保護,可以透過阻止在沙箱內執行的應用程式 (安裝在主機上的) 載入來自沙箱的動態連結程式庫來防止此類現象。 - + Sandboxie's functionality can be enhanced by using optional DLLs which can be loaded into each sandboxed process on start by the SbieDll.dll file, the add-on manager in the global settings offers a couple of useful extensions, once installed they can be enabled here for the current box. Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box. Sandboxie 的功能可以透過使用可選 DLL 加以增強,這些 DLL 可在啟動時透過 SbieDll.dll 檔案載入到每個沙箱處理程序中,全域設定中的附加元件管理員提供了一些實用擴充套件,安裝後可以在此處對目前沙箱啟用。 @@ -7873,37 +7892,37 @@ This is done to prevent rogue processes inside the sandbox from creating a renam 使用自訂 Sandboxie 權杖可以更好地將各個沙箱相互隔離,同時可以實現在工作管理員的使用者欄位中顯示處理程序所屬的沙箱。但是,某些第三方安全性解決方案可能會與自訂權杖產生相容性問題。 - + Program Control 應用程式控制 - + Force Programs 強制沙箱程式 - + Disable forced Process and Folder for this sandbox 停用此沙箱的「強制處理程序/資料夾」規則 - + Breakout Programs 分離程式 - + Breakout Program 分離程式 - + Breakout Folder 分離資料夾 - + Programs entered here will be allowed to break out of this sandbox when they start. It is also possible to capture them into another sandbox, for example to have your web browser always open in a dedicated box. 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. 在此處設定的程式,在啟動時將被允許脫離這個沙箱,您可以把它們擷取到另一個沙箱中。例如,讓網頁瀏覽器總是在一個專門的沙箱內開啟。 @@ -7955,85 +7974,91 @@ This is done to prevent rogue processes inside the sandbox from creating a renam - + + Checked: A local group will also be added to the newly created sandboxed token, which allows addressing all sandboxes at once. Would be useful for auditing policies. +Partially checked: No groups will be added to the newly created sandboxed token. + + + + <b><font color='red'>SECURITY ADVISORY</font>:</b> Using <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> and/or <a href="sbie://docs/breakoutprocess">BreakoutProcess</a> in combination with Open[File/Pipe]Path directives can compromise security. Please review the security section for each option in the documentation before use. <b><font color='red'>安全性建議</font>:</b> 使用 <a href="sbie://docs/breakoutfolder">BreakoutFolder</a> 和/或 <a href=" sbie://docs/breakoutprocess">BreakoutProcess</a> 與 Open[File/Pipe]Path 指令結合使用可能會損害安全性。使用前請檢查說明文件中每個選項的安全性章節。 - + Lingering Programs 駐留程式 - + Lingering programs will be automatically terminated if they are still running after all other processes have been terminated. 其他所有程式得到終止後,仍在執行的駐留程式將自動終止。 - + Leader Programs 引導程式 - + If leader processes are defined, all others are treated as lingering processes. 如果定義了引導處理程序,其他處理程序將被視作駐留處理程序。 - + This setting can be used to prevent programs from running in the sandbox without the user's knowledge or consent. This can be used to prevent a host malicious program from breaking through by launching a pre-designed malicious program into an unlocked encrypted sandbox. 此設定可用於防止程式在使用者不知情或未經使用者同意的情況下在沙箱中運作。 - + Display a pop-up warning before starting a process in the sandbox from an external source A pop-up warning before launching a process into the sandbox from an external source. 在從外部來源的沙箱中開始執行處理程序前,顯示一則跳出式警告 - + Files 檔案 - + Configure which processes can access Files, Folders and Pipes. 'Open' 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 behavior in the Policies tab. 設定哪些處理程序可以存取檔案、資料夾和管道。 「開放」存取權限只適用於原先已位於沙箱之外的程式二進位檔,您可以使用「完全開放」來對所有程式開放所有權限,或者在「原則」頁籤中改變這一行為。 - + Registry 登錄 - + Configure which processes can access the Registry. 'Open' 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 behavior in the Policies tab. 設定哪些處理程序可以存取檔案、資料夾和管道。 「開放」存取權限只適用於原先已位於沙箱之外的程式二進位檔,您可以使用「完全開放」來對所有程式開放所有權限,或者在「原則」頁籤中改變這一行為。 - + IPC IPC - + Configure which processes can access NT IPC objects like ALPC ports and other processes memory and context. To specify a process use '$:program.exe' as path. 設定哪些處理程序可以存取 NT IPC 物件,如 ALPC 連接埠及其他處理程序的記憶體和相關執行狀態環境。 如需指定一個處理程序,使用「$:program.exe」作為路徑值。 - + Wnd 視窗 - + Wnd Class Wnd 元件 @@ -8042,132 +8067,132 @@ To specify a process use '$:program.exe' as path. 設定哪些處理程序可以存取桌面物件,如 Windows 或其它類似物件。 - + COM COM - + Class Id 類別識別碼 - + Configure which processes can access COM objects. 設定哪些處理程序可以存取 COM 物件。 - + Don't use virtualized COM, Open access to hosts COM infrastructure (not recommended) 不使用虛擬化 COM,而是開放主機 COM 基礎結構的存取 (不推薦) - + Access Policies 存取原則 - + Network Options 區域網路選項 - + Set network/internet access for unlisted processes: 為未列出的處理程序設定區域網路/網際網路存取權限: - + Test Rules, Program: 測試規則、程式: - + Port: 連接埠: - + IP: IP: - + Protocol: 協定: - + X X - + Add Rule 加入規則 - - - - - - - - - + + + + + + + + + Program 程式 - - + + Action 動作 - - + + Port 連接埠 - - - + + + IP 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. 警告: 未在驅動程式中啟動 Windows 篩選平台,因此以下規則只能在使用者模式下生效,無法被強制執行!!!惡意程式可能會繞過這些規則的限制。 - + Resource Access 資源存取 - + Add File/Folder 加入檔案/資料夾 - + Add Wnd Class 加入視窗類別 - + Add IPC Path 加入 IPC 路徑 @@ -8217,172 +8242,172 @@ To specify a process use '$:program.exe' as path. Sandboxie 權杖 - + Create a new sandboxed token instead of stripping down the original token - + Force Children 強制子處理程序 - + Add Reg Key 加入登錄機碼 - + Add COM Object 加入 COM 物件 - + Apply Close...=!<program>,... rules also to all binaries located in the sandbox. 將 Close...=!<program>,... 規則,套用到位於沙箱內的所有相關二進位檔。 - + DNS Filter DNS 過濾器 - + Add Filter 新增過濾器 - + With the DNS filter individual domains can be blocked, on a per process basis. Leave the IP column empty to block or enter an ip to redirect. 使用 DNS 過濾器,可以按處理程序阻止各個網域。將 IP 位址列留空以將其阻止,或輸入 IP 位址以進行重新導向。 - + Domain 域名 - + Internet Proxy 網際網路 Proxy - + Add Proxy 新增 Proxy - + Test Proxy 測試 Proxy - + Auth 憑據 - + Login 登入 - + Password 密碼 - + Sandboxed programs can be forced to use a preset SOCKS5 proxy. 可以強制沙箱化程式使用預定義的 SOCKS5 Proxy。 - + Resolve hostnames via proxy 透過 Proxy 解析主機名稱 - + Other Options 其他選項 - + Port Blocking 封鎖連接埠 - + Block common SAMBA ports 封鎖常見 SAMBA 連接埠 - + Bypass IPs - + Block DNS, UDP port 53 封鎖 DNS UDP 連接埠 53 - + File Recovery 檔案復原 - + Quick Recovery 快速復原 - + Add Folder 加入資料夾 - + Immediate Recovery 即時復原 - + 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 雜項 - + Don't alter window class names created by sandboxed programs 不要改變由沙箱化程式建立的視窗類別名稱 @@ -8398,7 +8423,7 @@ To specify a process use '$:program.exe' as path. - + Protect the sandbox integrity itself 保護沙箱本身的完整性 @@ -8419,44 +8444,44 @@ To specify a process use '$:program.exe' as path. 保護沙箱中的系統處理程序免受非特權處理程序的影響 - + Force usage of custom dummy Manifest files (legacy behaviour) 強制使用自訂虛擬 Manifest 檔案 (遺留行為) - + 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. 規則的明確性是衡量一個給定規則對特定路徑的相符程度,簡單地說,明確性是指從路徑的開始到最後一個相符的非萬用字元子串之間的字元長度。一個只相符「*.tmp」這樣的檔案類型規則將具有最高的明確性,因為它總是符合整個檔案路徑。 處理程序相符級別的優先順序高於明確性,它描述了一條規則如何適用於一個給定的處理程序。按處理程序名稱或組應用的規則具有最高的相符級別,其次是否定式相符 (例如: 適用於相符除給定處理程序以外的所有處理程序的規則),而最低的相符級別是全域符合,即適用於任何處理程序的規則。 - + 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. 當啟用隱私模式時,沙箱化處理程序將只能讀取 C:\Windows\*、C:\Program Files\* 和登錄 HKLM 的部分內容,除此之外的所有其它位置都需要明確的存取授權才能被讀取或寫入。在此模式下,明確性規則將總是被啟用。 - + Rule Policies 規則原則 - + Apply File and Key Open directives only to binaries located outside the sandbox. 套用檔案和金鑰開放指令權限 (僅對位於沙箱之外的二進位檔)。 @@ -8471,8 +8496,8 @@ The process match level has a higher priority than the specificity and describes 僅允許已有特權的處理程序存取服務控制管理員 - - + + Compatibility 相容性 @@ -8482,14 +8507,15 @@ The process match level has a higher priority than the specificity and describes 加入沙箱化處理程序至作業物件 (推薦) - + Emulate sandboxed window station for all processes 為所有處理程序模擬沙箱化視窗站台 - 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. it’s no longer providing reliable security, just simple application compartmentalization. - 透過嚴格限制處理程序權杖的使用來進行安全性隔離是 Sandboxie 執行沙箱化限制的主要手段,當它被停用時,沙箱將在應用程式區間模式下執行,此時將不再提供可靠的安全性限制,只是簡單進行應用程式隔離。 + 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. it's no longer providing reliable security, just simple application compartmentalization. + 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. it’s no longer providing reliable security, just simple application compartmentalization. + 透過嚴格限制處理程序權杖的使用來進行安全性隔離是 Sandboxie 執行沙箱化限制的主要手段,當它被停用時,沙箱將在應用程式區間模式下執行,此時將不再提供可靠的安全性限制,只是簡單進行應用程式隔離。 @@ -8516,7 +8542,7 @@ The process match level has a higher priority than the specificity and describes 允許讀取非沙箱處理程序的記憶體 (不推薦) - + Disable the use of RpcMgmtSetComTimeout by default (this may resolve compatibility issues) 預設情況下停用 RpcMgmtSetComTimeout (這可能會解決相容性問題) @@ -8541,41 +8567,41 @@ The process match level has a higher priority than the specificity and describes 以下選項可以在您未授予管理員許可時安全的使用。 - + 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 這些命令將在刪除沙箱的內容之前,以非沙箱化的方式被執行 @@ -8585,12 +8611,12 @@ The process match level has a higher priority than the specificity and describes 允許使用嵌套作業物件 (job object) (適用於 Windows 8 及更高版本) - + These commands are executed only when a box is initialized. To make them run again, the box content must be deleted. 這些命令只在沙箱被初始化時執行。要使它們再次執行,必須刪除沙箱內容。 - + On Box Init 沙箱初始化階段 @@ -8599,12 +8625,12 @@ The process match level has a higher priority than the specificity and describes 此命令在沙箱中所有處理程序完成後執行。 - + On Box Terminate 沙箱終止階段 - + Here you can specify actions to be executed automatically on various box events. 在這裡,您可以設定各種沙箱事件中自動執行特定的動作。 @@ -8613,12 +8639,12 @@ The process match level has a higher priority than the specificity and describes 隱藏處理程序 - + Add Process 加入處理程序 - + Hide host processes from processes running in the sandbox. 面向沙箱內執行的處理程序隱藏的主機處理程序。 @@ -8633,63 +8659,63 @@ The process match level has a higher priority than the specificity and describes 限制 - + Various Options 差異性選項 - + Apply ElevateCreateProcess Workaround (legacy behaviour) 套用 ElevateCreateProcess 因應措施 (遺留行為) - + Use desktop object workaround for all processes 對所有處理程序使用桌面物件因應措施 - + When the global hotkey is pressed 3 times in short succession this exception will be ignored. 當全域性快速鍵在短時間連續按下 3 次時,此異常將被忽略。 - + Exclude this sandbox from being terminated when "Terminate All Processes" is invoked. 當呼叫「終止所有處理程序」時,排除此沙箱。 - + These commands are run UNBOXED after all processes in the sandbox have finished. 這些指令將在沙箱內全部處理程序完成後以「未沙箱化」狀態執行。 - + This command will be run before the box content will be deleted 該命令將在刪除沙箱內容之前執行 - + On File Recovery 檔案復原階段 - + This command will be run before a file is being recovered and the file path will be passed as the first argument. If this command returns anything other than 0, the recovery will be blocked This command will be run before a file is being recoverd and the file path will be passed as the first argument, if this command return something other than 0 the recovery will be blocked 該命令將在檔案復原前執行,檔案路徑將作為第一個參數被傳遞,如果該命令的返回值不是 0,則復原將被阻止 - + Run File Checker 執行檔案檢查程式 - + On Delete Content 內容刪除階段 - + Don't allow sandboxed processes to see processes running in other boxes 不允許沙箱內的處理程序檢視其他沙箱內執行的處理程序 @@ -8700,7 +8726,7 @@ The process match level has a higher priority than the specificity and describes - + Process 處理程序 @@ -8709,22 +8735,22 @@ The process match level has a higher priority than the specificity and describes 阻止對位於該沙箱中的處理程序的讀取 - + Users 使用者 - + Restrict Resource Access monitor to administrators only 僅允許管理員存取資源存取監控 - + Add 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. @@ -8733,23 +8759,23 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to 注意: 沙箱的強制沙箱程式及資料夾設定不適用於不能使用沙箱的帳戶。 - + Add Option 加入選項 - + Here you can configure advanced per process options to improve compatibility and/or customize sandboxing behavior. Here you can configure advanced per process options to improve compatibility and/or customize sand boxing behavior. 在此處可以設定各個處理程序的進階選項,以提高相容性或自訂沙箱的某些行為。 - + Option 選項 - + Tracing 追蹤 @@ -8758,22 +8784,22 @@ Note: Forced Programs and Force Folders settings for a sandbox do not apply to API 呼叫追蹤 (需要在沙箱資料夾中安裝 LogAPI) - + Pipe Trace Pipe 追蹤 - + Log all SetError's to Trace log (creates a lot of output) 記錄所有 SetError 至追蹤日誌 (產生大量輸出) - + 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 @@ -8796,158 +8822,162 @@ instead of "*". Ntdll 系統呼叫追蹤 (將產生大量輸出) - + File Trace 檔案追蹤 - + Disable Resource Access Monitor 停用資源存取監控 - + IPC Trace IPC 追蹤 - + GUI Trace GUI 追蹤 - + Resource Access Monitor 資源存取監控 - + Access Tracing 存取追蹤 - + COM Class Trace COM 類別追蹤 - + Key Trace 機碼追蹤 - + To compensate for the lost protection, please consult the Drop Rights settings page in the Restrictions settings group. 為了彌補失去的保護,請參考「限制」設定組中的「廢棄許可」部分。 - - + + Network Firewall 區域網路防火牆 - + Privacy - - Hide Firmware Informations + + Hide Firmware Information + Hide Firmware Informations - - Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these heavior. + + Some programs read system details through WMI (a Windows built-in database) instead of normal ways. For example, "tasklist.exe" could get full processes list through accessing WMI, even if "HideOtherBoxes" is used. Enable this option to stop this behaviour. + Some programs read system deatils through WMI(A Windows built-in database) instead of normal ways. For example,"tasklist.exe" could get full processes list even if "HideOtherBoxes" is opened through accessing WMI. Enable this option to stop these behaviour. - - Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) + + Prevent sandboxed processes from accessing system details through WMI (see tooltip for more info) + Prevent sandboxed processes from accessing system deatils through WMI (see tooltip for more Info) - + Process Hiding - + Use a custom Locale/LangID - + Data Protection - - Dump the current Firmare Tables to HKCU\System\SbieCustom + + Dump the current Firmware Tables to HKCU\System\SbieCustom + Dump the current Firmare Tables to HKCU\System\SbieCustom - + Dump FW Tables - + API call Trace (traces all SBIE hooks) API 呼叫追蹤 (追蹤全部 SBIE 勾點) - + 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 軟體範本 - + Filter Categories 篩選類別 - + Text Filter 篩選文字 - + Add Template 加入範本 - + This list contains a large amount of sandbox compatibility enhancing templates 此清單含有大量的相容性增強範本 - + 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. @@ -8956,8 +8986,8 @@ Please note that this values are currently user specific and saved globally for 請注意,這些值為目前使用者針對所有沙箱儲存。 - - + + Value @@ -8993,12 +9023,12 @@ Please note that this values are currently user specific and saved globally for 單一處理程序記憶體限制: - + Restart force process before they begin to execute - + Don't allow sandboxed processes to see processes running outside any boxes 不允許沙箱化處理程序發現在任何沙箱外執行的處理程序 @@ -9013,57 +9043,57 @@ Please note that this values are currently user specific and saved globally for 某些程式透過 WMI (Windows 管理規範),一個內建的 Windows 資料庫,檢索作業系統詳細資訊,而不是使用通常方法。例如,即使啟用了「HideOtherBoxes」(隱藏其他沙箱),「tasklist.exe」也可以存取完整的處理程序清單。啟用此選項可以防止此類行為。 - + DNS Request Logging DNS 請求日誌紀錄 - + Syscall Trace (creates a lot of output) Syscall 追蹤 (建立大量輸出) - + Templates 範本 - + Open Template 開啟範本 - + Accessibility 協助工具 - + Screen Readers: JAWS, NVDA, Window-Eyes, System Access 螢幕閱讀器: JAWS、NVDA、Window-Eyes、系統協助工具 - + 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. 以下設定允許 Sandboxie 與協助工具軟體結合。請注意當這些設定生效時,必然會失去部分 Sandboxie 保護措施。 - + Edit ini Section 編輯 ini 區段 - + Edit ini 編輯 ini - + Cancel 取消 - + Save 儲存 @@ -9087,7 +9117,7 @@ Please note that this values are currently user specific and saved globally for QObject - + Drive %1 磁碟 %1 @@ -9095,27 +9125,27 @@ Please note that this values are currently user specific and saved globally for QPlatformTheme - + OK 確定 - + Apply 套用 - + Cancel 取消 - + &Yes 是(&Y) - + &No 否(&N) @@ -9489,7 +9519,8 @@ Please note that this values are currently user specific and saved globally for - Add ‘Set Force in Sandbox' to the context menu + Add 'Set Force in Sandbox' to the context menu + Add ‘Set Force in Sandbox' to the context menu diff --git a/SandboxiePlus/version.h b/SandboxiePlus/version.h index 324f2cdf..2dc866c1 100644 --- a/SandboxiePlus/version.h +++ b/SandboxiePlus/version.h @@ -2,7 +2,7 @@ #define VERSION_MJR 1 #define VERSION_MIN 14 -#define VERSION_REV 5 +#define VERSION_REV 6 #define VERSION_UPD 0 #ifndef STR