This commit is contained in:
DavidXanatos 2022-12-21 10:53:03 +01:00
parent b871341426
commit 9e1f5a3286
24 changed files with 430 additions and 413 deletions

View File

@ -76,19 +76,19 @@
<Import Project="$(QtMsBuild)\qt_defaults.props" />
</ImportGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>core;network;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="QtSettings">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>core;network;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>core;network;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="QtSettings">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>core;network;widgets</QtModules>
</PropertyGroup>
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">

View File

@ -76,19 +76,19 @@
<Import Project="$(QtMsBuild)\qt_defaults.props" />
</ImportGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>concurrent;core</QtModules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="QtSettings">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>concurrent;core</QtModules>
</PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>concurrent;core</QtModules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="QtSettings">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>concurrent;core</QtModules>
</PropertyGroup>
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">

View File

@ -67,19 +67,19 @@
<Import Project="$(QtMsBuild)\qt_defaults.props" />
</ImportGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>core;network;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>core;network;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>core;network;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>core;network;widgets</QtModules>
</PropertyGroup>
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">

View File

@ -187,7 +187,7 @@
<item row="10" column="1" colspan="2">
<widget class="QCheckBox" name="chkShowRecovery">
<property name="text">
<string>Show first recovery window when emptying sandboxes</string>
<string>Show file recovery window when emptying sandboxes</string>
</property>
</widget>
</item>

View File

@ -84,19 +84,19 @@
<Import Project="$(QtMsBuild)\qt_defaults.props" />
</ImportGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>concurrent;core;gui;network;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="QtSettings">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>concurrent;core;gui;network;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>concurrent;core;gui;network;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="QtSettings">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>concurrent;core;gui;network;widgets</QtModules>
</PropertyGroup>
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">

View File

@ -183,7 +183,7 @@ void CSbieView::CreateMenu()
m_pMenuEmptyBox = m_pMenuBox->addAction(CSandMan::GetIcon("EmptyAll"), tr("Terminate All Programs"), this, SLOT(OnSandBoxAction()));
m_pMenuBox->addSeparator();
m_pMenuContent = m_pMenuBox->addMenu(CSandMan::GetIcon("Compatibility"), tr("Box Content"));
m_pMenuBrowse = m_pMenuContent->addAction(CSandMan::GetIcon("Tree"), tr("Browse Files"), this, SLOT(OnSandBoxAction()));
m_pMenuBrowse = m_pMenuContent->addAction(CSandMan::GetIcon("Folder"), tr("Browse Files"), this, SLOT(OnSandBoxAction()));
m_pMenuContent->addSeparator();
m_pMenuRefresh = m_pMenuContent->addAction(CSandMan::GetIcon("Refresh"), tr("Refresh Info"), this, SLOT(OnSandBoxAction()));
m_pMenuMkLink = m_pMenuContent->addAction(CSandMan::GetIcon("MkLink"), tr("Create Shortcut"), this, SLOT(OnSandBoxAction()));

View File

@ -736,7 +736,7 @@ Notiz: Die Updateprüfung ist oft zeitversetzt zu den letzten GitHub-Veröffentl
<translation type="vanished">Bitte geben Sie einen Programmpfad ein</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Programm auswählen</translation>
</message>
@ -745,7 +745,7 @@ Notiz: Die Updateprüfung ist oft zeitversetzt zu den letzten GitHub-Veröffentl
<translation type="vanished">Ausführbare Dateien (*.exe *.cmd);;Alle Dateien(*.*)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Ausführbare Dateien (*.exe *.cmd)</translation>
</message>
@ -763,13 +763,13 @@ Notiz: Die Updateprüfung ist oft zeitversetzt zu den letzten GitHub-Veröffentl
<translation type="vanished">Programm</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Bitte einen Menütitel eingeben</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Bitte ein Kommando eingeben</translation>
</message>
@ -1414,22 +1414,22 @@ Vollständiger Pfad: %4</translation>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - Wiederherstellungsprotokoll</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>Zeit|Boxname|Dateipfad</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation>Wiederherstellungsprotokoll aufräumen</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation>Die folgenden Dateien wurden kürzlich wiederhergestellt und aus einer Sandbox verschoben.</translation>
@ -1487,34 +1487,34 @@ Vollständiger Pfad: %4</translation>
<translation type="vanished">Diese Liste leeren</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Ordner auswählen</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation>Möchten Sie die ausgewählten Dateien %1 wirklich löschen?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Schließen, bis alle Programme in dieser Box gestoppt sind</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation>Schließe und deaktiviere die Sofortwiederherstellung für diese Box</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Es sind %1 neue Dateien zur Wiederherstellung verfügbar.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>Es befinden sich %1 Dateien und %2 Ordner in der Sandbox, welche %3 an Speicherplatz belegen.</translation>
</message>
@ -2336,17 +2336,17 @@ Möchten Sie die Bereinigung durchführen?</translation>
<translation> - NICHT verbunden</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>Die Datei %1 existiert bereits, möchten Sie diese überschreiben?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Tue dies für alle Dateien!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Konnte nicht alle Dateien wiederherstellen:
@ -2711,7 +2711,7 @@ Möchten Sie die Bereinigung durchführen?</translation>
<translation>%1 (%2): </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Stelle Datei %1 zu %2 wieder her</translation>
</message>
@ -6892,8 +6892,9 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Zeige das Wiederherstellungsfenster vor dem Leeren der Sandboxen an</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Zeige das Wiederherstellungsfenster vor dem Leeren der Sandboxen an</translation>
</message>
<message>
<source>Use Dark Theme (fully applied after a restart)</source>

View File

@ -846,7 +846,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation></translation>
</message>
@ -856,18 +856,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation></translation>
</message>
@ -1286,22 +1286,22 @@ Full path: %4</source>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation></translation>
@ -1355,34 +1355,34 @@ Full path: %4</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation></translation>
</message>
@ -2004,22 +2004,22 @@ No will choose: %2</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation></translation>
@ -5542,8 +5542,9 @@ Please note that this values are currently user specific and saved globally for
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation></translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -723,7 +723,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation type="vanished">Por favor entre una ruta de programa</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation></translation>
</message>
@ -741,18 +741,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation type="vanished">Programa</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Ejecutables (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Por favor un titulo de menu</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Por favor ingrese un comando</translation>
</message>
@ -1390,22 +1390,22 @@ Ruta completa: %4</translation>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation type="unfinished"></translation>
@ -1459,34 +1459,34 @@ Ruta completa: %4</translation>
<translation>Limpiar lista de carpetas</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Seleccionar Directorio</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Cerrar cuando que todos los programas sean detenidos en esta caja</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Hay %1 nuevo archivo disponible para recuperar.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>Hay %1 archivo y %2 carpetas en la sandbox, ocupando %3 de espacio en disco.</translation>
</message>
@ -2555,22 +2555,22 @@ NO seleccionará: %2</translation>
<translation>%1 (%2): </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Recuperando archivo %1 a %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>El archivo %1 ya existe, deseas sobreescribirlo?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Hacer esto para todos los archivos!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Fallo al recuperar algunos archivos:
@ -6550,8 +6550,9 @@ Por favor note que estos valores son especificos para usuario y guardados global
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Mostrar primero la ventana de recuperación cuando se vacian sandboxes</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Mostrar primero la ventana de recuperación cuando se vacian sandboxes</translation>
</message>
<message>
<source>Advanced Options</source>

View File

@ -944,7 +944,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la
<translation type="vanished">Veuillez entrer un chemin de programme</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Sélectionner le programme</translation>
</message>
@ -966,18 +966,18 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la
<translation type="vanished">Programme</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Exécutables (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Veuillez saisir un titre de menu</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Veuillez saisir une commande</translation>
</message>
@ -1414,22 +1414,22 @@ Chemin complet : %4</translation>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - Journal de récupération</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>Heure|Nom du bac|Chemin du fichier</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation>Purger le journal de récupération</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation>Les fichiers suivants ont récemment é récupérés et sortis d&apos;un bac à sable.</translation>
@ -1483,34 +1483,34 @@ Chemin complet : %4</translation>
<translation>Effacer la liste des dossiers</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Sélectionner le répertoire</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation>Voulez-vous vraiment supprimer le(s) %1 fichier(s) sélectionné(s) ?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Fermer tant qu&apos;un programme tourne dans le bac à sable</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation>Fermer et désactiver la récupération immédiate pour ce bac à sable</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Il y a %1 fichier(s) disponible(s) pour une récupération.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>Il y a %1 fichier(s) et %2 dossier(s) dans le bac à sable, qui occupe(nt) %3 d&apos;espace disque.</translation>
</message>
@ -2461,22 +2461,22 @@ Non choisira : %2</translation>
<translation>La fonctionnalité sélectionnée n&apos;est disponible que pour les adhérents du projet. Les processus lancés dans un bac à sable avec cette fonctionnalité activée sans certificat d&apos;adhérent seront arrêtés après 5 minutes.&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;Devenez un adhérent du projet&lt;/a&gt;, et recevez un &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;certificat d&apos;adhérent&lt;/a&gt;.</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Récupération du fichier %1 vers %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>Le fichier %1 existe déjà, voulez-vous l&apos;écraser ?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Faire ceci pour tous les fichiers !</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Échec de la récupération de certains fichiers :
@ -6199,8 +6199,9 @@ Veuillez noter que ces valeurs sont actuellement spécifiques à l&apos;utilisat
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Afficher d&apos;abord la fenêtre de récupération lors du vidage des bacs à sable</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Afficher d&apos;abord la fenêtre de récupération lors du vidage des bacs à sable</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -689,7 +689,7 @@ Nota: Il controllo degli aggiornamenti è solitamente indietro rispetto all&apos
<translation>Scegli un colore</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Seleziona programma</translation>
</message>
@ -699,18 +699,18 @@ Nota: Il controllo degli aggiornamenti è solitamente indietro rispetto all&apos
<translation>Inserire un identificativo di servizio</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>File eseguibili (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Immetti il nome da assegnare al menu</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Immetti un comando</translation>
</message>
@ -1332,22 +1332,22 @@ Percorso completo: %4</translation>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie Plus - Log di recupero</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>Ora|Area virtuale|Percorso file</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation>Pulisci log di recupero</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation>I seguenti file sono stati recuperati di recente e spostati all&apos;esterno dell&apos;area virtuale.</translation>
@ -1401,34 +1401,34 @@ Percorso completo: %4</translation>
<translation>Pulisci lista cartelle</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Seleziona directory</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation>Eliminare i file selezionati (%1)?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Non mostrare di nuovo fino all&apos;arresto di tutti i programmi</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation>Chiudi e disattiva il recupero immediato per quest&apos;area virtuale</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Ci sono %1 nuovi file disponibili per il recupero.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>Ci sono %1 file e %2 cartelle nell&apos;area virtuale, che occupano %3 di spazio su disco.</translation>
</message>
@ -2282,22 +2282,22 @@ Scegliere No per selezionare: %2</translation>
<translation>La funzionalità selezionata è disponibile solo ai sostenitori del progetto.&lt;br /&gt;I processi avviati nell&apos;area virtuale con questa funzione senza un valido certificato di supporto verranno terminati dopo 5 minuti.&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;Diventa un sostenitore di Sandboxie Plus&lt;/a&gt;, e ricevi un &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;certificato di supporto&lt;/a&gt;</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Recupero file %1 in %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>Il file %1 esiste già, vuoi sovrascriverlo?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Applica a tutti i file!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Impossibile recuperare alcuni file:
@ -5867,8 +5867,9 @@ I seguenti valori sono specifici per l&apos;utente e salvati a livello globale p
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Mostra finestra di recupero file prima di svuotare le aree virtuali</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Mostra finestra di recupero file prima di svuotare le aree virtuali</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="982"/>

View File

@ -880,7 +880,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation> </translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation> </translation>
</message>
@ -890,18 +890,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation> </translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation> (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation> </translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation> </translation>
</message>
@ -1336,22 +1336,22 @@ Full path: %4</source>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>| | </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation> </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation> .</translation>
@ -1405,34 +1405,34 @@ Full path: %4</source>
<translation> </translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation> </translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation>%1 ?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation> </translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation> </translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation> %1 .</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation> %3 %1 %2 .</translation>
</message>
@ -2080,22 +2080,22 @@ No will choose: %2</source>
<translation> . 5 .&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;프로젝트 후원자가 되어&lt;/a&gt;, &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;후원 인증서&lt;/a&gt;를 받습니다</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>%1 %2 </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>%1 . ?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation> !</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation> :
@ -5778,8 +5778,9 @@ Please note that this values are currently user specific and saved globally for
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation> </translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished"> </translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -894,7 +894,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation>Kleur selecteren</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Programma selecteren</translation>
</message>
@ -904,18 +904,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation>Een service-identifier invoeren</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Uitvoerbare bestanden (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Voer een menutitel in</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Voer een opdracht in</translation>
</message>
@ -1350,22 +1350,22 @@ Volledig pad: %4</translation>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation type="unfinished"></translation>
@ -1419,34 +1419,34 @@ Volledig pad: %4</translation>
<translation>Maplijst wissen</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Map selecteren</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Sluiten totdat alle bestanden in deze box stoppen</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Er zijn %1 nieuwe bestanden beschikbaar om te herstellen.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>Er zitten %1 bestanden en %2 mappen in de sandbox die %3 schijfruimte innemen.</translation>
</message>
@ -2220,22 +2220,22 @@ Nee zal %2 kiezen</translation>
<translation>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.&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;Word een projectondersteuner&lt;/a&gt; en ontvang een &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;ondersteunerscertificaat&lt;/a&gt;</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Bestand %1 herstellen naar %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>Bestand %1 bestaat al. Wilt u het overschrijven?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Doe dit voor alle bestanden!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Herstellen van sommige bestanden mislukt:
@ -5878,8 +5878,9 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Herstelvenster eerst weergeven bij het leegmaken van sandboxen</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Herstelvenster eerst weergeven bij het leegmaken van sandboxen</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -724,7 +724,7 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap
<translation type="vanished">Proszę podać ścieżkę programu</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Wybierz program</translation>
</message>
@ -746,18 +746,18 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap
<translation type="vanished">Program</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Programy (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Proszę wpisać tytuł menu</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Proszę wpisać polecenie</translation>
</message>
@ -1380,22 +1380,22 @@ Full path: %4</source>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - Dziennik Przywracania</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>Czas|Nazwa boksu|Ścieżka do pliku</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation>Wyczyść Dziennik Przywracania</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation>Następujące pliki zostały niedawno odzyskane i przeniesione z piaskownicy.</translation>
@ -1449,34 +1449,34 @@ Full path: %4</source>
<translation>Opróżnij listę</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Wybierz katalog</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation>Czy naprawdę chcesz usunąć %1 wybranych plików?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Zamknij, wszystkie programy zatrzymają się w tym boksie</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation>Zamknij i wyłącz Natychmiastowe Przywracanie dla tego boksu</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Istnieje %1 nowych plików dostępnych do odzyskania.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>W piaskownicy znajduje się %1 plików i %2 folderów zajmujących %3 miejsca na dysku.</translation>
</message>
@ -2379,22 +2379,22 @@ Nie, wybierze: %2</translation>
<translation>%1 (%2): </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Odtwarzanie pliku %1 do %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>Plik o nazwie %1 już istnieje czy ma zostać zastąpiony?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Zrób to z wszystkimi plikami!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Błąd przy odtworzeniu następujących plików:
@ -6264,8 +6264,9 @@ Należy pamiętać, że te wartości są obecnie specyficzne dla użytkownika i
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Pokaż pierwsze okno przywracania podczas opróżniania piaskownicy</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Pokaż pierwsze okno przywracania podczas opróżniania piaskownicy</translation>
</message>
<message>
<source>Use Dark Theme (fully applied after a restart)</source>

View File

@ -926,7 +926,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation type="vanished">Insira o caminho do programa</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Selecionar Programa</translation>
</message>
@ -948,18 +948,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation type="vanished">Programa</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Executáveis (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Por favor insira o título do menu</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Por favor, digite um comando</translation>
</message>
@ -1397,22 +1397,22 @@ Caminho completo: %4</translation>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation type="unfinished"></translation>
@ -1470,34 +1470,34 @@ Caminho completo: %4</translation>
<translation type="vanished">Limpar esta lista</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Selecionar Diretório</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Feche até que todos os programas parem nesta caixa</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Existem %1 novos arquivos disponíveis para recuperar.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>Existem %1 arquivos e %2 pastas na caixa de areia, ocupando %3 de espaço em disco.</translation>
</message>
@ -2508,22 +2508,22 @@ Não vou escolher: %2</translation>
<translation>%1 (%2): </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Recuperando arquivo %1 para %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>O arquivo %1 existe, deseja sobrescrevê-lo?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Fazer isso para todos os arquivos!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Falha ao recuperar alguns arquivos:
@ -6112,8 +6112,9 @@ Por favor, note que este valores são atualmente para o usuário específico e s
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Mostrar a primeira janela de recuperação ao esvaziar caixas de areia</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Mostrar a primeira janela de recuperação ao esvaziar caixas de areia</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -926,7 +926,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation type="vanished">Insira o caminho do programa</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Selecionar Programa</translation>
</message>
@ -948,18 +948,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation type="vanished">Programa</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Executáveis (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Por favor insira o título do menu</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Por favor, digite um comando</translation>
</message>
@ -1397,22 +1397,22 @@ Caminho completo: %4</translation>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation type="unfinished"></translation>
@ -1470,34 +1470,34 @@ Caminho completo: %4</translation>
<translation type="vanished">Limpar esta lista</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Selecionar Diretório</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Feche até que todos os programas parem nesta caixa</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Existem %1 novos ficheiros disponíveis para recuperar.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>Existem %1 ficheiros e %2 pastas na caixa de areia, ocupando %3 de espaço em disco.</translation>
</message>
@ -2513,22 +2513,22 @@ Não vou escolher: %2</translation>
<translation>%1 (%2): </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>A recuperar ficheiro %1 para %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>O ficheiro %1 existe, deseja sobrescrevê-lo?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Fazer isso para todos os ficheiros!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Falha ao recuperar alguns ficheiros:
@ -6116,8 +6116,9 @@ Por favor, note que este valores são atualmente para o usuário específico e s
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Mostrar a primeira janela de recuperação ao esvaziar caixas de areia</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Mostrar a primeira janela de recuperação ao esvaziar caixas de areia</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -843,7 +843,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation>Выбрать цвет</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Выбрать программу</translation>
</message>
@ -853,18 +853,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation>Пожалуйста, введите идентификатор службы</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Исполняемые файлы (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Пожалуйста, введите заголовок меню</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Пожалуйста, введите команду</translation>
</message>
@ -1287,22 +1287,22 @@ Full path: %4</source>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - Журнал восстановления</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>Время|Имя песочницы|Путь к файлу</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation>Очистить журнал восстановления</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<translation>Следующие файлы были недавно восстановлены и перемещены из песочницы.</translation>
</message>
@ -1355,34 +1355,34 @@ Full path: %4</source>
<translation>Очистить список папок</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Выбрать каталог</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation>Вы действительно хотите удалить %1 выбранных файлов?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Закрыть, пока все программы в этой песочнице не остановятся</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation>Закрыть и отключить немедленное восстановление для этой песочницы</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Доступно %1 новых файлов для восстановления.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>В песочнице %1 файлов и %2 папок, которые занимают %3 дискового пространства.</translation>
</message>
@ -1956,22 +1956,22 @@ No will choose: %2</source>
<translation>Выбранный набор функций доступен только сторонникам проекта. Процессы, запущенные в песочнице с этим набором функций без сертификата сторонника, будут прекращены через 5 минут.&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;Станьте сторонником проекта&lt;/a&gt;, и получите &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;сертификат сторонника&lt;/a&gt;</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Восстановление файла %1 в %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>Файл %1 уже существует. Вы хотите его перезаписать?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Сделать это для всех файлов!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Не удалось восстановить некоторые файлы:
@ -5564,8 +5564,9 @@ Please note that this values are currently user specific and saved globally for
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Показывать первое окно восстановления при очистке песочницы</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Показывать первое окно восстановления при очистке песочницы</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -961,23 +961,23 @@ Notera: Uppdateringskollen är ofta bakom senaste GitHub-utgivningen för att s
<translation>Välj färg</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Välj program</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Verkställare (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Vänligen ange en menytitel</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Vänligen ange ett kommando</translation>
</message>
@ -1362,22 +1362,22 @@ Full sökväg: %4</translation>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation type="unfinished">Sandboxie-Plus - Återställandelogg</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation type="unfinished">Tid|Lådnamn|Filsökväg</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation type="unfinished">Rensa återställandeloggen</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation type="unfinished">Följande filer återställdes nyligen och flyttades ut ur en sandlåda.</translation>
@ -1431,34 +1431,34 @@ Full sökväg: %4</translation>
<translation>Rensa mapplistan</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Välj katalog</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation type="unfinished">Vill du verkligen radera %1 valda filer?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Stäng tills alla program stoppar i denna låda</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation>Stäng och inaktivera omedelbart återställande för denna låda</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Det finns %1 nya filer tillgängliga att återställa.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>Det finns %1 filer och %2 mappar i sandlådan, som upptar %3 av diskutrymmet.</translation>
</message>
@ -2306,22 +2306,22 @@ Nej väljer: %2</translation>
<translation>Supportercertifikatet utgår om %1 dagar, vänligen skaffa ett uppdaterat certifikat</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Återställer fil %1 till %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>Filen %1 existerar redan, vill du skriva över den?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Gör detta för alla filer!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Misslyckades att återställa några filer:
@ -5996,8 +5996,9 @@ istället för &quot;*&quot;.</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Visa först återställningsfönstret vid tömning av sandlådor</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Visa först återställningsfönstret vid tömning av sandlådor</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="123"/>

View File

@ -434,8 +434,8 @@ Not: Güncelleme kontrolü, yalnızca test edilen güncellemelerin sunulmasını
<translation>Dosya için Göz At</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Lütfen bir menü başlığı girin</translation>
</message>
@ -567,12 +567,12 @@ Not: Güncelleme kontrolü, yalnızca test edilen güncellemelerin sunulmasını
<translation>Yalnızca başlık odaktayken göster</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Program Seç</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Lütfen bir komut girin</translation>
</message>
@ -1002,7 +1002,7 @@ Not: Güncelleme kontrolü, yalnızca test edilen güncellemelerin sunulmasını
<translation>Renk seç</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Çalıştırılabilir dosyalar (*.exe *.cmd)</translation>
</message>
@ -1337,22 +1337,22 @@ Tam yol: %4</translation>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - Kurtarma Günlüğü</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>Zaman|Alan Adı|Dosya Yolu</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation>Temizleme Kurtarma Günlüğü</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation>Şu dosyalar yakın zamanda kurtarıldı ve bir korumalı alandan taşındı.</translation>
@ -1376,9 +1376,9 @@ Tam yol: %4</translation>
<translation>Tam yol</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Dizin Seç</translation>
</message>
@ -1388,12 +1388,12 @@ Tam yol: %4</translation>
<translation>%1 - Dosya Kurtarma</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>Korumalı alanda %3 disk alanı kaplayan %1 dosya ve %2 klasör var.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Kurtarılabilecek %1 yeni dosya var.</translation>
</message>
@ -1418,12 +1418,12 @@ Tam yol: %4</translation>
<translation>Klasör listesini temizle</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation>Seçilen %1 dosyayı gerçekten silmek istiyor musun?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Bu alanda tüm programlar durana kadar kapatın</translation>
</message>
@ -1433,7 +1433,7 @@ Tam yol: %4</translation>
<translation>Tüm anlık görüntüler dahil her şeyi silin</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation>Bu alan için Anında Kurtarmayı Kapatın ve Devre Dışı Bırakın</translation>
</message>
@ -1689,7 +1689,7 @@ Tam yol: %4</translation>
<translation>Sbie Mesajları</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Bazı dosyalar kurtarılamadı:
@ -1701,7 +1701,7 @@ Tam yol: %4</translation>
<translation>&apos;%1&apos; dizini, &apos;%2&apos; dizinine taşınamadı</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>%1&apos;dan %2&apos;a dosya kurtarılıyor</translation>
</message>
@ -2152,12 +2152,12 @@ Tam yol: %4</translation>
<translation>Gerekli Sandboxie bileşenleri başlatılamadı</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>%1 dosyası zaten var, üzerine yazmak istiyor musunuz?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Bunu tüm dosyalar için yap!</translation>
</message>
@ -5936,8 +5936,9 @@ The process match level has a higher priority than the specificity and describes
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Korumalı alanlar boşaltılmadan önce kurtarma penceresini göster</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Korumalı alanlar boşaltılmadan önce kurtarma penceresini göster</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="816"/>

View File

@ -884,7 +884,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation>Оберіть колір</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Вибрати програму</translation>
</message>
@ -894,18 +894,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation>Будь ласка, введіть індентификатор служби</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Виконавчі (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Будь ласка, введіть назву меню</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Будь ласка, введіть команду</translation>
</message>
@ -1340,22 +1340,22 @@ Full path: %4</source>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - Журнал відновлення</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>Час|Назва пісочниці|Шлях до файлу</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation>Очищення журналу відновлення</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation type="unfinished">наступні файли нещодавно відновлено та переміщено з пісочниці.</translation>
@ -1409,34 +1409,34 @@ Full path: %4</source>
<translation>Очистити список папок</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Оберіть каталог</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation>Ви дійсно бажаєте видалити %1 вибраних файлів?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Закрити, поки всі програми не зупинять роботу у пісочниці</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation>Закрити та вимкнути негайне відновлення для цієї пісочниці</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation>Доступно %1 нових файлів для відновлення.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation>В пісочниці є %1 файл(ів) та %2 папок, які використовують %3 дискового простору.</translation>
</message>
@ -2157,22 +2157,22 @@ No will choose: %2</source>
<translation>Ця функція доступна лише для спонсорів проєкту. Процеси, які працюють з цією функцією без сертифіката спонсора, будуть завершені через 5 хвилин.&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;Станьте спонсором проєкту&lt;/a&gt;, та отримайте &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;сертифікат спонсора&lt;/a&gt;</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Відновлення файлу %1 до %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>Файл %1 вже існує, ви хочете перезаписати його?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Зробити для всіх файлів!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Не вдалося відновити деякі файли:
@ -5824,8 +5824,9 @@ Please note that this values are currently user specific and saved globally for
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Показувати відновлення, коли</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Показувати відновлення, коли</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -872,7 +872,7 @@ Ghi chú: Việc kiểm tra bản cập nhật thường nằm sau bản phát h
<translation>Chọn màu</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation>Chọn chương trình</translation>
</message>
@ -882,18 +882,18 @@ Ghi chú: Việc kiểm tra bản cập nhật thường nằm sau bản phát h
<translation>Vui lòng nhập số nhận dạng dịch vụ</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation>Tệp thực thi (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation>Vui lòng nhập tiêu đ menu</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation>Vui lòng nhập một lệnh</translation>
</message>
@ -1316,22 +1316,22 @@ Full path: %4</source>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - Nhật khôi phục</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>Thời gian|Tên Sandbox|Đưng dẫn tập tin</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation>Nhật khôi phục dọn dẹp</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation>Các tệp sau đây gần đây đã đưc khôi phục chuyển ra khỏi Sandbox.</translation>
@ -1385,34 +1385,34 @@ Full path: %4</source>
<translation>Xóa danh sách thư mục</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation>Chọn thư mục</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation>Bạn thực sự muốn xóa %1 các tập tin đã chọn?</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation>Đóng cho đến khi tất cả các chương trình dừng lại trong Sandbox này</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation>Đóng hiệu hóa khôi phục ngay lập tức cho Sandbox này</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation> %1 tệp mới sẵn đ khôi phục.</translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation> %1 tập tin %2 thư mục trong Sandbox, chiếm giữ %3 dung lượng đĩa.</translation>
</message>
@ -2048,22 +2048,22 @@ Không sẽ chọn: %2</translation>
<translation>Bộ tính năng đã chọn chỉ sẵn cho những người ng hộ dự án. Các quá trình bắt đu trong một Sandbox bật bộ tính năng này không chứng chỉ hỗ trợ sẽ bị chấm dứt sau 5 phút.&lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;Trở thành người hỗ trợ dự án&lt;/a&gt;, và nhận được một &lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;giấy chứng nhận người ủng hộ&lt;/a&gt;</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation>Khôi phục tập tin %1 to %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation>Tập tin %1 đã tồn tại, bạn muốn ghi đè lên không?</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation>Làm điều này cho tất cả các tệp!</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>Không khôi phục đưc một số tệp:
@ -5642,8 +5642,9 @@ Xin lưu ý rằng các giá trị này hiện là dành riêng cho người dù
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation>Hiển thị cửa sổ khôi phục đu tiên khi làm trống Sandbox</translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished">Hiển thị cửa sổ khôi phục đu tiên khi làm trống Sandbox</translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -694,7 +694,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation></translation>
</message>
@ -704,18 +704,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation> (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation></translation>
</message>
@ -1337,22 +1337,22 @@ Full path: %4</source>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>||</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation></translation>
@ -1406,34 +1406,34 @@ Full path: %4</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation> %1 </translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation> %1 </translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<oldsource>There are %1 files and %2 folders in the sandbox, occupying %3 bytes of disk space.</oldsource>
<translation> %1 %2 %3 </translation>
@ -2326,22 +2326,22 @@ No will choose: %2</source>
<translation>%1 (%2): </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation> %1 %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation> %1 </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>:
@ -6144,8 +6144,9 @@ Please note that this values are currently user specific and saved globally for
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation></translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="982"/>

View File

@ -849,7 +849,7 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Select Program</source>
<translation></translation>
</message>
@ -859,18 +859,18 @@ Note: The update check is often behind the latest GitHub release to ensure that
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="529"/>
<location filename="Windows/OptionsGeneral.cpp" line="531"/>
<source>Executables (*.exe *.cmd)</source>
<translation> (*.exe *.cmd)</translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="533"/>
<location filename="Windows/OptionsGeneral.cpp" line="548"/>
<location filename="Windows/OptionsGeneral.cpp" line="535"/>
<location filename="Windows/OptionsGeneral.cpp" line="550"/>
<source>Please enter a menu title</source>
<translation></translation>
</message>
<message>
<location filename="Windows/OptionsGeneral.cpp" line="544"/>
<location filename="Windows/OptionsGeneral.cpp" line="546"/>
<source>Please enter a command</source>
<translation></translation>
</message>
@ -1293,22 +1293,22 @@ Full path: %4</source>
<context>
<name>CRecoveryLogWnd</name>
<message>
<location filename="SandManRecovery.cpp" line="190"/>
<location filename="SandManRecovery.cpp" line="197"/>
<source>Sandboxie-Plus - Recovery Log</source>
<translation>Sandboxie-Plus - </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="201"/>
<location filename="SandManRecovery.cpp" line="208"/>
<source>Time|Box Name|File Path</source>
<translation>||</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="203"/>
<location filename="SandManRecovery.cpp" line="210"/>
<source>Cleanup Recovery Log</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="213"/>
<location filename="SandManRecovery.cpp" line="220"/>
<source>The following files were recently recovered and moved out of a sandbox.</source>
<oldsource>the following files were recently recovered and moved out of a sandbox.</oldsource>
<translation></translation>
@ -1362,34 +1362,34 @@ Full path: %4</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="174"/>
<location filename="Windows/RecoveryWindow.cpp" line="195"/>
<location filename="Windows/RecoveryWindow.cpp" line="543"/>
<location filename="Windows/RecoveryWindow.cpp" line="179"/>
<location filename="Windows/RecoveryWindow.cpp" line="200"/>
<location filename="Windows/RecoveryWindow.cpp" line="548"/>
<source>Select Directory</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="239"/>
<location filename="Windows/RecoveryWindow.cpp" line="244"/>
<source>Do you really want to delete %1 selected files?</source>
<translation> %1 </translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="267"/>
<location filename="Windows/RecoveryWindow.cpp" line="272"/>
<source>Close until all programs stop in this box</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="268"/>
<location filename="Windows/RecoveryWindow.cpp" line="273"/>
<source>Close and Disable Immediate Recovery for this box</source>
<translation></translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="288"/>
<location filename="Windows/RecoveryWindow.cpp" line="293"/>
<source>There are %1 new files available to recover.</source>
<translation> %1 </translation>
</message>
<message>
<location filename="Windows/RecoveryWindow.cpp" line="579"/>
<location filename="Windows/RecoveryWindow.cpp" line="584"/>
<source>There are %1 files and %2 folders in the sandbox, occupying %3 of disk space.</source>
<translation> %1 %2 %3 </translation>
</message>
@ -2017,22 +2017,22 @@ No will choose: %2</source>
<translation> 5 &lt;br /&gt;&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-get-cert&quot;&gt;成為專案贊助者&lt;/a&gt;,以取得&lt;a href=&quot;https://sandboxie-plus.com/go.php?to=sbie-cert&quot;&gt;贊助者憑證&lt;/a&gt;</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="87"/>
<location filename="SandManRecovery.cpp" line="94"/>
<source>Recovering file %1 to %2</source>
<translation> %1 %2</translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="99"/>
<location filename="SandManRecovery.cpp" line="106"/>
<source>The file %1 already exists, do you want to overwrite it?</source>
<translation> %1 </translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="100"/>
<location filename="SandManRecovery.cpp" line="107"/>
<source>Do this for all files!</source>
<translation></translation>
</message>
<message>
<location filename="SandManRecovery.cpp" line="127"/>
<location filename="SandManRecovery.cpp" line="134"/>
<source>Failed to recover some files:
</source>
<translation>:
@ -5591,8 +5591,9 @@ Please note that this values are currently user specific and saved globally for
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="190"/>
<source>Show first recovery window when emptying sandboxes</source>
<translation></translation>
<source>Show file recovery window when emptying sandboxes</source>
<oldsource>Show first recovery window when emptying sandboxes</oldsource>
<translation type="unfinished"></translation>
</message>
<message>
<location filename="Forms/SettingsWindow.ui" line="130"/>

View File

@ -88,19 +88,19 @@
<Import Project="$(QtMsBuild)\qt_defaults.props" />
</ImportGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>core;gui;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="QtSettings">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>core;gui;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Label="QtSettings" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019</QtInstall>
<QtModules>core;gui;widgets</QtModules>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="QtSettings">
<QtInstall>6.3.1_msvc2019_64</QtInstall>
<QtInstall>msvc2019_64</QtInstall>
<QtModules>core;gui;widgets</QtModules>
</PropertyGroup>
<ImportGroup Condition="Exists('$(QtMsBuild)\qt.props')">