Merge branch 'master' into AutoTerminateWhenExit

This commit is contained in:
DavidXanatos 2024-08-27 08:47:56 +02:00 committed by GitHub
commit f9fc6d4543
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 86 additions and 74 deletions

View File

@ -10,6 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- added option to get free 10 days evaluation certificates from the support settings page.
- The evaluation certificates are node lcoked to the HwID and for each HwID up to 3 certs can be requested.
- added "TerminateWhenExit"(bool,in Sandboxie-Plus.ini) to terminate all processes when Sandman exits for [#4171](https://github.com/sandboxie-plus/Sandboxie/issues/4171)
- added a question box to ask for Sandbox Import Location for [#4169](https://github.com/sandboxie-plus/Sandboxie/issues/4169)
## [1.14.6 / 5.69.6] - 2024-07-30

View File

@ -329,13 +329,15 @@ void CSandBoxPlus::ImportBoxAsync(const CSbieProgressPtr& pProgress, const QStri
pProgress->Finish(Status);
}
SB_PROGRESS CSandBoxPlus::ImportBox(const QString& FileName, const QString& Password)
SB_PROGRESS CSandBoxPlus::ImportBox(const QString& FileName, const QString& RootFolder, const QString& Password)
{
if (!CArchive::IsInit())
return SB_ERR((ESbieMsgCodes)SBX_7zNotReady);
CSbieProgressPtr pProgress = CSbieProgressPtr(new CSbieProgress());
QtConcurrent::run(CSandBoxPlus::ImportBoxAsync, pProgress, FileName, m_FilePath, m_Name, Password);
QString filepath = RootFolder.isEmpty()?m_FilePath:RootFolder;
QtConcurrent::run(CSandBoxPlus::ImportBoxAsync, pProgress, FileName, filepath, m_Name, Password);
return SB_PROGRESS(OP_ASYNC, pProgress);
}

View File

@ -75,7 +75,7 @@ public:
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 = "");
SB_PROGRESS ImportBox(const QString& FileName, const QString& RootFolder,const QString& Password);
virtual void UpdateDetails();

View File

@ -1086,6 +1086,10 @@ QString CSbieView::ImportSandbox()
if (!Status.IsError()) {
pBox = theAPI->GetBoxByName(Name);
if (pBox) {
QString rootname = "";
if (QMessageBox::question(this, tr("Importing Sandbox"), tr("Do you want to select custom root folder?"), QMessageBox::Yes, QMessageBox::No) == QMessageBox::Yes) {
rootname=QFileDialog::getExistingDirectory(this);
}
auto pBoxEx = pBox.objectCast<CSandBoxPlus>();
if (!Password.isEmpty()) {
@ -1095,7 +1099,9 @@ QString CSbieView::ImportSandbox()
}
if (!Status.IsError())
Status = pBoxEx->ImportBox(Path, Password);
Status = pBoxEx->ImportBox(Path,rootname,Password);
if(!rootname.isEmpty())
pBox->SetText("FileRootPath", rootname);
}
}
if (Status.GetStatus() == OP_ASYNC) {

View File

@ -737,17 +737,17 @@ Bitte navigieren Sie zum korrekten Nutzerprofilordner.</translation>
<message>
<location filename="Wizards/SetupWizard.cpp" line="280"/>
<source>Start evaluation without a certificate for a limited period of time.</source>
<translation>Starte Testphase ohne ein Zertifikat für eine begrenzte Zeit.</translation>
<translation>Starte Evaluation ohne ein Zertifikat für eine begrenzte Zeit.</translation>
</message>
<message>
<location filename="Wizards/SetupWizard.cpp" line="289"/>
<source>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;&lt;font color=&apos;red&apos;&gt;Get a free evaluation certificate&lt;/font&gt;&lt;/a&gt; and enjoy all premium features for %1 days.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;&lt;font color=&apos;red&apos;&gt;Erhalten Sie ein kostenloses Evaluationszertifikat&lt;/font&gt;&lt;/a&gt; und nutzen Sie alle Premium-Funktionen für %1 Tage.&lt;/b&gt;</translation>
</message>
<message>
<location filename="Wizards/SetupWizard.cpp" line="290"/>
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
<translation type="unfinished"></translation>
<translation>Sie können ein kostenloses %1-Tage-Evaluationszertifikat bis zu %2-mal für eine einzelne Hardware-ID anfordern</translation>
</message>
<message>
<location filename="Wizards/SetupWizard.cpp" line="315"/>
@ -4047,7 +4047,7 @@ Bitte überprüfen Sie, ob es ein Update für Sandboxie gibt.</translation>
<message>
<location filename="SandMan.cpp" line="3173"/>
<source>The evaluation period has expired!!!</source>
<translation>Die Evaluierungsphase ist abgelaufen!!!</translation>
<translation>Die Evaluationsphase ist abgelaufen!!!</translation>
</message>
<message>
<location filename="SandMan.cpp" line="4037"/>
@ -5355,17 +5355,17 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<message>
<location filename="Windows/SettingsWindow.cpp" line="1262"/>
<source>&lt;b&gt;You have used %1/%2 evaluation certificates. No more free certificates can be generated.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;Sie haben %1/%2 Evaluationszertifikate verwendet. Es können keine weiteren kostenlosen Zertifikate erstellt werden.&lt;/b&gt;</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1264"/>
<source>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;Get a free evaluation certificate&lt;/a&gt; and enjoy all premium features for %1 days.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;Erhalten Sie ein kostenloses Evaluationszertifikat&lt;/a&gt; und nutzen Sie alle Premium-Funktionen für %1 Tage.&lt;/b&gt;</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1265"/>
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
<translation type="unfinished"></translation>
<translation>Sie können ein kostenloses %1-Tage-Evaluationszertifikat bis zu %2-mal für eine einzelne Hardware-ID anfordern.</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1278"/>
@ -5380,22 +5380,22 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<message>
<location filename="Windows/SettingsWindow.cpp" line="1327"/>
<source>Expires in: %1 Days</source>
<translation type="unfinished"></translation>
<translation>Läuft ab in: %1 Tagen</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1329"/>
<source>Expires: %1 Days ago</source>
<translation type="unfinished"></translation>
<translation>Abgelaufen: vor %1 Tagen</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1340"/>
<source>Options: %1</source>
<translation type="unfinished"></translation>
<translation>Optionen: %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
<source>Security/Privacy Enhanced &amp; App Boxes (SBox): %1</source>
<translation type="unfinished"></translation>
<translation>Sicherheit/Privatsphäre verbesserte &amp; App-Boxen (SBox): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
@ -5403,7 +5403,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
<source>Enabled</source>
<translation type="unfinished"></translation>
<translation>Aktiviert</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
@ -5411,22 +5411,22 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
<source>Disabled</source>
<translation type="unfinished">Deaktiviert</translation>
<translation>Deaktiviert</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1346"/>
<source>Encrypted Sandboxes (EBox): %1</source>
<translation type="unfinished"></translation>
<translation>Verschlüsselte Sandboxen (EBox): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
<source>Network Interception (NetI): %1</source>
<translation type="unfinished"></translation>
<translation>Netzwerküberwachung (NetI): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
<source>Sandboxie Desktop (Desk): %1</source>
<translation type="unfinished"></translation>
<translation>Sandboxie Desktop (Desk): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1363"/>
@ -5451,13 +5451,14 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<message>
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
<source>Sandboxie-Plus - Get EVALUATION Certificate</source>
<translation type="unfinished"></translation>
<translation>Sandboxie-Plus - EVALUATIONSzertifikat erhalten</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
<source>Please enter your email address to receive a free %1-day evaluation certificate, which will be issued to %2 and locked to the current hardware.
You can request up to %3 evaluation certificates for each unique hardware ID.</source>
<translation type="unfinished"></translation>
<translation>Bitte geben Sie Ihre E-Mail-Adresse ein, um ein kostenloses %1-Tage-Evaluationszertifikat zu erhalten, welches auf %2 ausgestellt und an die aktuelle Hardware gebunden wird.
Sie können bis zu %3 Evaluationszertifikate für jede eindeutige Hardware-ID anfordern.</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1435"/>
@ -5727,7 +5728,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID.</s
<message>
<location filename="Windows/SettingsWindow.cpp" line="2018"/>
<source>The evaluation certificate has been successfully applied. Enjoy your free trial!</source>
<translation type="unfinished"></translation>
<translation>Das Evaluationszertifikat wurde erfolgreich angewendet. Viel Spaß beim kostenlosen Ausprobieren!</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="2020"/>
@ -9619,7 +9620,7 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f
<message>
<location filename="Forms/SettingsWindow.ui" line="1745"/>
<source>Cert Info</source>
<translation type="unfinished"></translation>
<translation>Zert. Infos</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="1758"/>

View File

@ -894,12 +894,12 @@ Please browse to the correct user profile directory.</source>
<message>
<location filename="Wizards/SetupWizard.cpp" line="289"/>
<source>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;&lt;font color=&apos;red&apos;&gt;Get a free evaluation certificate&lt;/font&gt;&lt;/a&gt; and enjoy all premium features for %1 days.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;&lt;font color=&apos;red&apos;&gt; &lt;/font&gt;&lt;/a&gt; %1 .&lt;/b&gt;</translation>
</message>
<message>
<location filename="Wizards/SetupWizard.cpp" line="290"/>
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
<translation type="unfinished"></translation>
<translation> ID에 %1 %2 </translation>
</message>
<message>
<location filename="Wizards/SetupWizard.cpp" line="315"/>
@ -5889,17 +5889,17 @@ This file is part of Sandboxie and all changed done to it will be reverted next
<message>
<location filename="Windows/SettingsWindow.cpp" line="1262"/>
<source>&lt;b&gt;You have used %1/%2 evaluation certificates. No more free certificates can be generated.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;%1/%2 . .&lt;/b&gt;</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1264"/>
<source>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;Get a free evaluation certificate&lt;/a&gt; and enjoy all premium features for %1 days.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;&lt;a href=&quot;_&quot;&gt; &lt;/a&gt; %1 .&lt;/b&gt;</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1265"/>
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
<translation type="unfinished"></translation>
<translation> ID에 %1 %2 </translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1278"/>
@ -5919,22 +5919,22 @@ This file is part of Sandboxie and all changed done to it will be reverted next
<message>
<location filename="Windows/SettingsWindow.cpp" line="1327"/>
<source>Expires in: %1 Days</source>
<translation type="unfinished"></translation>
<translation> : %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1329"/>
<source>Expires: %1 Days ago</source>
<translation type="unfinished"></translation>
<translation>: %1 </translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1340"/>
<source>Options: %1</source>
<translation type="unfinished"></translation>
<translation>: %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
<source>Security/Privacy Enhanced &amp; App Boxes (SBox): %1</source>
<translation type="unfinished"></translation>
<translation>/ (SBox): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
@ -5942,7 +5942,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
<source>Enabled</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
@ -5950,22 +5950,22 @@ This file is part of Sandboxie and all changed done to it will be reverted next
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
<source>Disabled</source>
<translation type="unfinished"> </translation>
<translation> </translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1346"/>
<source>Encrypted Sandboxes (EBox): %1</source>
<translation type="unfinished"></translation>
<translation> (EBox): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
<source>Network Interception (NetI): %1</source>
<translation type="unfinished"></translation>
<translation> (NetI): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
<source>Sandboxie Desktop (Desk): %1</source>
<translation type="unfinished"></translation>
<translation>Sandboxie :% 1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1363"/>
@ -5999,13 +5999,14 @@ This file is part of Sandboxie and all changed done to it will be reverted next
<message>
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
<source>Sandboxie-Plus - Get EVALUATION Certificate</source>
<translation type="unfinished"></translation>
<translation>Sandboxie-Plus - </translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
<source>Please enter your email address to receive a free %1-day evaluation certificate, which will be issued to %2 and locked to the current hardware.
You can request up to %3 evaluation certificates for each unique hardware ID.</source>
<translation type="unfinished"></translation>
<translation>%2 %1 .
ID별로 %3 .</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1435"/>
@ -6021,7 +6022,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID.</s
<message>
<location filename="Windows/SettingsWindow.cpp" line="2018"/>
<source>The evaluation certificate has been successfully applied. Enjoy your free trial!</source>
<translation type="unfinished"></translation>
<translation> . !</translation>
</message>
<message>
<source>Retreiving certificate...</source>
@ -10225,7 +10226,7 @@ Please note that this values are currently user specific and saved globally for
<message>
<location filename="Forms/SettingsWindow.ui" line="1745"/>
<source>Cert Info</source>
<translation type="unfinished"></translation>
<translation> </translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="1758"/>

View File

@ -736,17 +736,17 @@ Please browse to the correct user profile directory.</source>
<message>
<location filename="Wizards/SetupWizard.cpp" line="280"/>
<source>Start evaluation without a certificate for a limited period of time.</source>
<translation>Начать оценку без сертификата, в течение ограниченного периода времени.</translation>
<translation>Начать ознакомление без сертификата, в течение ограниченного периода времени.</translation>
</message>
<message>
<location filename="Wizards/SetupWizard.cpp" line="289"/>
<source>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;&lt;font color=&apos;red&apos;&gt;Get a free evaluation certificate&lt;/font&gt;&lt;/a&gt; and enjoy all premium features for %1 days.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;&lt;font color=&apos;red&apos;&gt;Получите бесплатный ознакомительный сертификат&lt;/font&gt;&lt;/a&gt; и пользуйтесь всеми премиум-функциями в течение %1 дн.&lt;/b&gt;</translation>
</message>
<message>
<location filename="Wizards/SetupWizard.cpp" line="290"/>
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
<translation type="unfinished"></translation>
<translation>Вы можете запросить бесплатный %1-дневный ознакомительный сертификат не более %2 раз для одного Hardware ID</translation>
</message>
<message>
<location filename="Wizards/SetupWizard.cpp" line="315"/>
@ -5387,17 +5387,17 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<message>
<location filename="Windows/SettingsWindow.cpp" line="1262"/>
<source>&lt;b&gt;You have used %1/%2 evaluation certificates. No more free certificates can be generated.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;Вы использовали %1/%2 ознакомительных сертификатов. Больше бесплатные сертификаты генерироваться не будут.&lt;/b&gt;</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1264"/>
<source>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;Get a free evaluation certificate&lt;/a&gt; and enjoy all premium features for %1 days.&lt;/b&gt;</source>
<translation type="unfinished"></translation>
<translation>&lt;b&gt;&lt;a href=&quot;_&quot;&gt;Получите бесплатный ознакомительный сертификат&lt;/a&gt; и пользуйтесь всеми премиум-функциями в течение %1 дня.&lt;/b&gt;</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1265"/>
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
<translation type="unfinished"></translation>
<translation>Вы можете запросить бесплатный %1-дневный ознакомительный сертификат не более %2 раз для одного Hardware ID</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1278"/>
@ -5417,22 +5417,22 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<message>
<location filename="Windows/SettingsWindow.cpp" line="1327"/>
<source>Expires in: %1 Days</source>
<translation type="unfinished"></translation>
<translation>Истекает через: %1 дн</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1329"/>
<source>Expires: %1 Days ago</source>
<translation type="unfinished"></translation>
<translation>Истек: %1 дн. назад</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1340"/>
<source>Options: %1</source>
<translation type="unfinished"></translation>
<translation>Опции: %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
<source>Security/Privacy Enhanced &amp; App Boxes (SBox): %1</source>
<translation type="unfinished"></translation>
<translation>Песочницы для приложений с улучшенной безопасностью и конф-тью (SBox): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
@ -5440,7 +5440,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
<source>Enabled</source>
<translation type="unfinished"></translation>
<translation>Включено</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1345"/>
@ -5448,22 +5448,22 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
<source>Disabled</source>
<translation type="unfinished">Отключено</translation>
<translation>Отключено</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1346"/>
<source>Encrypted Sandboxes (EBox): %1</source>
<translation type="unfinished"></translation>
<translation>Зашифрованные песочницы (EBox): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1347"/>
<source>Network Interception (NetI): %1</source>
<translation type="unfinished"></translation>
<translation>Перехват сети (NetI): %1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1348"/>
<source>Sandboxie Desktop (Desk): %1</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1363"/>
@ -5488,13 +5488,14 @@ This file is part of Sandboxie and all change done to it will be reverted next t
<message>
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
<source>Sandboxie-Plus - Get EVALUATION Certificate</source>
<translation type="unfinished"></translation>
<translation>Sandboxie-Plus - Получить ОЗНАКОМИТЕЛЬНЫЙ сертификат</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1409"/>
<source>Please enter your email address to receive a free %1-day evaluation certificate, which will be issued to %2 and locked to the current hardware.
You can request up to %3 evaluation certificates for each unique hardware ID.</source>
<translation type="unfinished"></translation>
<translation>Введите адрес электронной почты, чтобы получить бесплатный ознакомительный сертификат на %1 дней, который будет выдан на %2 и привязан к текущему оборудованию.
Вы можете запросить до %3 ознакомительных сертификатов для каждого уникального Hardware ID.</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1435"/>
@ -5715,7 +5716,7 @@ You can request up to %3 evaluation certificates for each unique hardware ID.</s
<message>
<location filename="Windows/SettingsWindow.cpp" line="2018"/>
<source>The evaluation certificate has been successfully applied. Enjoy your free trial!</source>
<translation type="unfinished"></translation>
<translation>Ознакомительный сертификат успешно применен. Наслаждайтесь бесплатной пробной версией!</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="2020"/>
@ -8202,7 +8203,7 @@ The process match level has a higher priority than the specificity and describes
<message>
<location filename="Forms/OptionsWindow.ui" line="4865"/>
<source>Don&apos;t allow sandboxed processes to see processes running outside any boxes</source>
<translation>Не позволять изолированным процессам видеть процессы, запущенные за пределами песочницы.</translation>
<translation>Не позволять изолированным процессам видеть процессы, запущенные за пределами песочницы</translation>
</message>
<message>
<location filename="Forms/OptionsWindow.ui" line="4957"/>
@ -9554,7 +9555,7 @@ Please note that this values are currently user specific and saved globally for
<message>
<location filename="Forms/SettingsWindow.ui" line="1745"/>
<source>Cert Info</source>
<translation type="unfinished"></translation>
<translation>Информация о сертификате</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="1758"/>

View File

@ -1740,18 +1740,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<location filename="Windows/OptionsAdvanced.cpp" line="730"/>
<location filename="Windows/OptionsAdvanced.cpp" line="739"/>
<source>bytes (unlimited)</source>
<translation type="unfinished"></translation>
<translation>()</translation>
</message>
<message>
<location filename="Windows/OptionsAdvanced.cpp" line="733"/>
<location filename="Windows/OptionsAdvanced.cpp" line="742"/>
<source>bytes (%1)</source>
<translation type="unfinished"></translation>
<translation> (%1)</translation>
</message>
<message>
<location filename="Windows/OptionsAdvanced.cpp" line="748"/>
<source>unlimited</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsAdvanced.cpp" line="920"/>
@ -4387,19 +4387,19 @@ This file is part of Sandboxie and all changed done to it will be reverted next
<message>
<location filename="SandMan.cpp" line="1658"/>
<source>The value is not an existing directory or executable.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="SandMan.cpp" line="1663"/>
<location filename="SandMan.cpp" line="1679"/>
<source>You typed a wrong box name! Nothing was changed.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="SandMan.cpp" line="1667"/>
<location filename="SandMan.cpp" line="1683"/>
<source>User canceled this operation.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="SandMan.cpp" line="2014"/>
@ -5508,7 +5508,7 @@ Error: %1</source>
<message>
<location filename="Views/SbieView.cpp" line="1421"/>
<source>Please enter a new alias for the Sandbox.</source>
<translation type="unfinished"></translation>
<translation></translation>
</message>
<message>
<location filename="Views/SbieView.cpp" line="1430"/>
@ -5585,7 +5585,7 @@ Error: %1</source>
<location filename="Views/SbieView.cpp" line="1807"/>
<source>This sandbox is currently disabled or restricted to specific groups or users. Would you like to allow access for everyone?</source>
<oldsource>This sandbox is disabled or restricted to a group/user, do you want to allow box for everybody ?</oldsource>
<translation type="unfinished">/</translation>
<translation>/</translation>
</message>
</context>
<context>
@ -5767,7 +5767,7 @@ Error: %1</source>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1265"/>
<source>You can request a free %1-day evaluation certificate up to %2 times for any one Hardware ID</source>
<translation type="unfinished"></translation>
<translation>ID%2%1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1278"/>
@ -5777,12 +5777,12 @@ Error: %1</source>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1327"/>
<source>Expires in: %1 Days</source>
<translation type="unfinished"></translation>
<translation>%1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1329"/>
<source>Expires: %1 Days ago</source>
<translation type="unfinished"></translation>
<translation>%1</translation>
</message>
<message>
<location filename="Windows/SettingsWindow.cpp" line="1340"/>

View File

@ -33,7 +33,7 @@ To achieve this goal, Sandboxie has established a translation program that enabl
|Polish|Yes|Yes - Apr 27, 2024|No|
|Portuguese|Yes|Yes - May 30, 2023|No|
|PortugueseBr|Yes - Feb 14, 2023|Yes - Feb 14, 2023|No|
|Russian|Yes - Aug 22, 2024|Yes - Aug 22, 2024|Yes - Aug 22, 2024|
|Russian|Yes - Aug 26, 2024|Yes - Aug 26, 2024|Yes - Aug 22, 2024|
|SimpChinese|Yes - May 20, 2024|Yes - Jun 19, 2024|Yes - Jun 20, 2024|
|Slovak|Yes|No|No|
|Spanish|Yes|Yes - Jun 17, 2024|Yes - Jan 5, 2024|