The word addon should be written with a hyphen
https://github.com/sandboxie-plus/Sandboxie/issues/3214
This commit is contained in:
parent
254235136f
commit
6311de9aa6
|
@ -187,7 +187,7 @@ SB_PROGRESS CAddonManager::InstallAddon(const QString& Id)
|
|||
{
|
||||
CAddonPtr pAddon = GetAddon(Id, eNotINstalled);
|
||||
if (!pAddon)
|
||||
return SB_ERR(SB_OtherError, QVariantList() << tr("Addon not found, please try updating the addon list in the global settings!"));
|
||||
return SB_ERR(SB_OtherError, QVariantList() << tr("Add-on not found, please try updating the add-on list in the global settings!"));
|
||||
|
||||
QFile::remove(theGUI->m_pUpdater->GetUpdateDir(true) + "/" ADDONS_FILE);
|
||||
QFile::copy(theConf->GetConfigDir() + "/" ADDONS_FILE, theGUI->m_pUpdater->GetUpdateDir(true) + "/" ADDONS_FILE);
|
||||
|
@ -211,7 +211,7 @@ SB_PROGRESS CAddonManager::RemoveAddon(const QString& Id)
|
|||
{
|
||||
CAddonPtr pAddon = GetAddon(Id, eInstalled);
|
||||
if (!pAddon)
|
||||
return SB_ERR(SB_OtherError, QVariantList() << tr("Addon not found!"));
|
||||
return SB_ERR(SB_OtherError, QVariantList() << tr("Add-on not found!"));
|
||||
|
||||
QStringList Params;
|
||||
Params.append("modify");
|
||||
|
@ -231,11 +231,11 @@ QString GetUpdErrorStr2(int exitCode)
|
|||
{
|
||||
switch (exitCode)
|
||||
{
|
||||
case ERROR_NO_ADDON: return CAddonManager::tr("Addon Not Found");
|
||||
case ERROR_NO_ADDON2: return CAddonManager::tr("Addon is not available for this platform");
|
||||
case ERROR_NO_ADDON: return CAddonManager::tr("Add-on Not Found");
|
||||
case ERROR_NO_ADDON2: return CAddonManager::tr("Add-on is not available for this platform");
|
||||
case ERROR_BAD_ADDON: return CAddonManager::tr("Missing installation instructions");
|
||||
case ERROR_BAD_ADDON2: return CAddonManager::tr("Executing addon setup failed");
|
||||
case ERROR_DELETE: return CAddonManager::tr("Failed to delete a file during addon removal");
|
||||
case ERROR_BAD_ADDON2: return CAddonManager::tr("Executing add-on setup failed");
|
||||
case ERROR_DELETE: return CAddonManager::tr("Failed to delete a file during add-on removal");
|
||||
default: return GetUpdErrorStr(exitCode);
|
||||
}
|
||||
}
|
||||
|
@ -249,9 +249,9 @@ void CAddonManager::RunUpdaterAsync(CAddonPtr pAddon, const QStringList& Params)
|
|||
#endif
|
||||
|
||||
if(Status.IsError())
|
||||
pAddon->pProgress->Finish(SB_ERR(SB_OtherError, QVariantList() << tr("Updater failed to perform addon operation")));
|
||||
pAddon->pProgress->Finish(SB_ERR(SB_OtherError, QVariantList() << tr("Updater failed to perform add-on operation")));
|
||||
else if(Status.GetValue() < 0)
|
||||
pAddon->pProgress->Finish(SB_ERR(SB_OtherError, QVariantList() << tr("Updater failed to perform addon operation, error: %1").arg(GetUpdErrorStr2(Status.GetValue()))));
|
||||
pAddon->pProgress->Finish(SB_ERR(SB_OtherError, QVariantList() << tr("Updater failed to perform add-on operation, error: %1").arg(GetUpdErrorStr2(Status.GetValue()))));
|
||||
else
|
||||
pAddon->pProgress->Finish(SB_OK);
|
||||
pAddon->pProgress.clear();
|
||||
|
|
|
@ -351,7 +351,7 @@
|
|||
<item row="6" column="2" colspan="4">
|
||||
<widget class="QLabel" name="lblCrypto">
|
||||
<property name="text">
|
||||
<string>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</string>
|
||||
<string>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
@ -3640,7 +3640,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</string>
|
||||
<string>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
|
|
@ -1170,7 +1170,7 @@
|
|||
</widget>
|
||||
<widget class="QWidget" name="tabAddons">
|
||||
<attribute name="title">
|
||||
<string>Addons Manager</string>
|
||||
<string>Add-Ons Manager</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_34">
|
||||
<item row="0" column="0">
|
||||
|
@ -1180,7 +1180,7 @@
|
|||
</property>
|
||||
<widget class="QWidget" name="tabAddonList">
|
||||
<attribute name="title">
|
||||
<string>Optional Addons</string>
|
||||
<string>Optional Add-Ons</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_35">
|
||||
<item row="0" column="0">
|
||||
|
@ -1188,7 +1188,7 @@
|
|||
<item row="0" column="0">
|
||||
<widget class="QLabel" name="label_14">
|
||||
<property name="text">
|
||||
<string>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</string>
|
||||
<string>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
@ -1262,7 +1262,7 @@
|
|||
</widget>
|
||||
<widget class="QWidget" name="tabAddonConfig">
|
||||
<attribute name="title">
|
||||
<string>Addon Configuration</string>
|
||||
<string>Add-On Configuration</string>
|
||||
</attribute>
|
||||
<layout class="QGridLayout" name="gridLayout_40">
|
||||
<item row="0" column="0">
|
||||
|
@ -1561,7 +1561,7 @@
|
|||
<item row="10" column="1" colspan="6">
|
||||
<widget class="QCheckBox" name="chkUpdateAddons">
|
||||
<property name="text">
|
||||
<string>Keep addon list up to date</string>
|
||||
<string>Keep add-on list up to date</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
|
@ -1714,7 +1714,7 @@ void CSettingsWindow::OnRemoveAddon()
|
|||
|
||||
QString Id = pItem->data(0, Qt::UserRole).toString();
|
||||
if (Id.isEmpty()) {
|
||||
QMessageBox::warning(this, "Sandboxie-Plus", tr("This Addon is mandatory and can not be removed."));
|
||||
QMessageBox::warning(this, "Sandboxie-Plus", tr("This Add-on is mandatory and can not be removed."));
|
||||
return;
|
||||
}
|
||||
SB_PROGRESS Status = theGUI->GetAddonManager()->TryRemoveAddon(Id, this);
|
||||
|
|
|
@ -98,7 +98,7 @@ void CBoxAssistant::OnToggleDebugger()
|
|||
m_bUseDebugger = !m_bUseDebugger;
|
||||
|
||||
if (m_bUseDebugger && theGUI->GetAddonManager()->GetAddon("V4dbg", CAddonManager::eInstalled).isNull())
|
||||
theGUI->GetAddonManager()->TryInstallAddon("V4dbg", this, tr("To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?"));
|
||||
theGUI->GetAddonManager()->TryInstallAddon("V4dbg", this, tr("To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?"));
|
||||
|
||||
QString title = windowTitle();
|
||||
if (m_bUseDebugger)
|
||||
|
|
|
@ -638,8 +638,8 @@ CSBUpdate::CSBUpdate(QWidget *parent)
|
|||
layout->addWidget(m_pIssues, row++, 1, 1, rows-1);
|
||||
registerField("updateIssues", m_pIssues);
|
||||
|
||||
m_pAddons = new QCheckBox(tr("Keep the list of optional Addon components up to date"));
|
||||
m_pAddons->setToolTip(tr("Check for latest available addons."));
|
||||
m_pAddons = new QCheckBox(tr("Keep the list of optional Add-on components up to date"));
|
||||
m_pAddons->setToolTip(tr("Check for latest available add-ons."));
|
||||
layout->addWidget(m_pAddons, row++, 1, 1, rows-1);
|
||||
registerField("updateAddons", m_pAddons);
|
||||
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>Erweiterung nicht gefunden, bitte versuchen Sie die Erweiterungsliste in den globalen Einstellungen zu aktualisieren!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation>Erweiterung nicht gefunden</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<translation>Erweiterung ist nicht für diese Plattform verfügbar</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -89,22 +89,22 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation>Ausführung des Erweiterungssetups fehlgeschlagen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation>Konnte eine Datei bei der Entfernung der Erweiterung nicht löschen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<translation>Updater konnte Erweiterungsvorgang nicht durchführen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<translation>Updater konnte Erweiterungsvorgang nicht durchführen, Fehler: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -119,7 +119,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>Erweiterung nicht gefunden!</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -244,7 +244,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>Um Problembehebungsskripte zu debuggen benötigen Sie die V4 Script Debugger Erweiterung. Möchten Sie diese runterladen und installieren?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2498,12 +2498,12 @@ Anders als der Vorschaukanal, enthält es keine ungetesteten, möglicherweise fe
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>Halte die Liste der optionalen Erweiterungskomponenten aktuell</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<translation>Prüfe auf neue verfügbare Erweiterungen.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -5204,7 +5204,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>Diese Erweiterung ist notwendig und kann nicht entfernt werden.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6826,7 +6826,7 @@ Dies wird gemacht um bösartige Prozesse in einer Sandbox daran zu hindern, eine
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation>Die Funktionalität von Sandboxie kann durch optionale DLLs verbessert werden, die beim Start durch die SbieDll.dll in jeden sandgeboxten Prozess geladen werden. Der Erweiterungsmanager in den globalen Einstellungen bietet ein paar nützliche Erweiterungen, die, nachdem diese installiert wurden, hier für die aktuelle Box aktiviert werden können.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7309,8 +7309,8 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation>Wenn <a href="sbie:// docs/boxencryption">Boxverschlüsselung</a> eingeschaltet ist, wird der Boxquellenordner, inklusive des Registryhives auf einem verschlüsselten Diskabbild, durch die Verwendung von <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS Implementierung, gespeichert.</translation>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation>Wenn <a href="sbie://docs/boxencryption">Boxverschlüsselung</a> eingeschaltet ist, wird der Boxquellenordner, inklusive des Registryhives auf einem verschlüsselten Diskabbild, durch die Verwendung von <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS Implementierung, gespeichert.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="401"/>
|
||||
|
@ -8322,17 +8322,17 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>Erweiterungsmanager</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>Optionale Erweiterungen</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie-Plus bietet zahlreiche Optionen und unterstützt eine weite Auswahl von Erweiterungen. Auf dieser Seite können Sie die Integration von Erweiterungen, Plugins und anderen Drittanbieterkomponenten einrichten. Optionale Komponenten können aus dem Netz geladen werden. Bestimmte Installationen erfordern administrative Rechte.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8352,7 +8352,7 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">Erweiterungsliste jetzt aktualisieren</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8362,7 +8362,7 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation>Erweiterungskonfiguration</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8422,7 +8422,7 @@ Bitte beachten Sie, dass diese Werte aktuell nutzerspezifisch sind und global f
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>Erweiterungsliste aktuell halten</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -252,7 +252,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2491,12 +2491,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5197,7 +5197,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6457,7 +6457,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6636,7 +6636,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7904,17 +7904,17 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7934,7 +7934,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7944,7 +7944,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8334,7 +8334,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -250,7 +250,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2685,12 +2685,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5686,7 +5686,7 @@ NO seleccionará: %2</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7575,7 +7575,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7796,7 +7796,7 @@ To specify a process use '$:program.exe' as path.</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8554,17 +8554,17 @@ Por favor note que estos valores son especificos para usuario y guardados global
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8584,7 +8584,7 @@ Por favor note que estos valores son especificos para usuario y guardados global
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8594,7 +8594,7 @@ Por favor note que estos valores son especificos para usuario y guardados global
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8654,7 +8654,7 @@ Por favor note que estos valores son especificos para usuario y guardados global
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>Module introuvable ; veuillez essayer de mettre à jour la liste des modules dans les paramètres généraux !</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation>Module introuvable</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation>Le module est indisponible pour cette plateforme</translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation>Échec d'exécution de l'installeur du module</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation>Échec de suppression d'un fichier lors de la désinstallation du module</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation>Échec du programme de mise à jour à effectuer une opération de module</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation>Échec du programme de mise à jour à effectuer une opération de module ; erreur : %1</translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>Module introuvable !</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -256,7 +256,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>Pour déboguer les scripts problématiques, vous avez besoin du module V4 Script Debugger. Voulez-vous le télécharger et l'installer ?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2718,12 +2718,12 @@ Contrairement au canal des Aperçus, cela n'inclut pas les changements non
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>Garder la liste des composants de modules optionnels à jour</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation>Vérifie s'il y a de nouveaux modules disponibles.</translation>
|
||||
</message>
|
||||
|
@ -5787,7 +5787,7 @@ Remarque : La recherche de mise à jour est souvent en retard par rapport à la
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>Ce module est obligatoire et ne peut pas être supprimé.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7347,7 +7347,7 @@ Si des processus directeurs sont définis, tous les autres sont traités comme d
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8284,7 +8284,7 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation>Les fonctions de Sandboxie peuvent être améliorées en utilisant des DLL optionnels qui peuvent être chargés dans chaque processus dans un bac à sable lors de leur démarrage par SbieDll.dll. Le gestionnaire de modules dans les paramètres généraux offre quelques extensions utiles ; une fois installées, celles-ci peuvent être activées ici pour le bac à sable actuel.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8898,17 +8898,17 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>Gestionnaire de modules</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>Modules optionnels</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie-Plus offre de nombreuses options et prend en charge un large éventail d'extensions. Sur cette page, vous pouvez configurer l'intégration des modules, extensions et autres composants de tierce partie. Les composants optionnels peuvent être téléchargés depuis le web, et certaines installations peuvent demander des privilèges d'administrateur.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8928,7 +8928,7 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">Mettre la liste des modules à jour maintenant</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8938,7 +8938,7 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -9023,7 +9023,7 @@ Ceci est fait pour empêcher les processus malveillants à l'intérieur du
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>Conserver la liste des modules à jour</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -252,7 +252,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2575,12 +2575,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5351,7 +5351,7 @@ Ez a fájl a Sandboxie része, és minden rajta végzett módosítás vissza les
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6559,7 +6559,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6844,7 +6844,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8172,17 +8172,17 @@ Felhívjuk figyelmét, hogy ezek az értékek jelenleg felhasználóspecifikusak
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8202,7 +8202,7 @@ Felhívjuk figyelmét, hogy ezek az értékek jelenleg felhasználóspecifikusak
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8212,7 +8212,7 @@ Felhívjuk figyelmét, hogy ezek az értékek jelenleg felhasználóspecifikusak
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8528,7 +8528,7 @@ Felhívjuk figyelmét, hogy ezek az értékek jelenleg felhasználóspecifikusak
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>Componente aggiuntivo non trovato, provare ad aggiornare la lista dei componenti aggiuntivi nelle impostazioni globali!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation>Componente aggiuntivo non trovato</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<translation>Il componente aggiuntivo non è disponibile per questa piattaforma</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -89,36 +89,36 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation>Esecuzione della configurazione del componente aggiuntivo non riuscita</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation>Impossibile eliminare un file durante la rimozione del componente aggiuntivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation>Il programma di aggiornamento non è riuscito a eseguire un'operazione del componente aggiuntivo</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation>Il programma di aggiornamento non è riuscito a eseguire un'operazione del componente aggiuntivo, errore: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon already installed!</source>
|
||||
<source>Add-on already installed!</source>
|
||||
<translation type="vanished">Componente aggiuntivo già installato!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon has no download url, addon may not be available for your platform.</source>
|
||||
<source>Addon has no download url, add-on may not be available for your platform.</source>
|
||||
<translation type="vanished">Il componente aggiuntivo non possiede un URL di download, il componente aggiuntivo potrebbe non essere disponibile per la tua piattaforma.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Downloading Addon %1</source>
|
||||
<source>Downloading Add-on %1</source>
|
||||
<translation type="vanished">Download in corso del componente aggiuntivo: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -126,7 +126,7 @@
|
|||
<translation type="vanished">La firma del file scaricato non è valida!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Installing Addon %1</source>
|
||||
<source>Installing Add-on %1</source>
|
||||
<translation type="vanished">Installazione del componente aggiuntvo %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -143,12 +143,12 @@
|
|||
<translation type="vanished">Copia dei file per %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Failed to unpack addon!</source>
|
||||
<source>Failed to unpack add-on!</source>
|
||||
<oldsource>Failes to unpack addon!</oldsource>
|
||||
<translation type="vanished">Impossibile estrarre il componente aggiuntivo!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Installation Failed!</source>
|
||||
<source>Add-on Installation Failed!</source>
|
||||
<oldsource>Addon Instalation Failed!</oldsource>
|
||||
<translation type="vanished">Impossibile installare il componente aggiuntivo!</translation>
|
||||
</message>
|
||||
|
@ -164,7 +164,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>Componente aggiuntivo non trovato!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -177,7 +177,7 @@
|
|||
<translation type="vanished">Impossibile avviare l'uninstaller!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Removal Failed!</source>
|
||||
<source>Add-on Removal Failed!</source>
|
||||
<translation type="vanished">Impossibile rimuovere il componente aggiuntivo!</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -308,7 +308,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>Per eseguire il debug degli script di risoluzione problemi è necessario il componente aggiuntivo V4 Script Debugger, si desidera scaricarlo e installarlo?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2619,12 +2619,12 @@ A differenza del canale di anteprima, non contiene modifiche non testate, potenz
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>Mantieni aggiornata la lista dei componenti aggiuntivi facoltativi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation>Verifica la presenza di componenti aggiuntivi più recenti.</translation>
|
||||
</message>
|
||||
|
@ -5408,7 +5408,7 @@ Questo file fa parte di Sandboxie e tutte le modifiche apportate ad esso saranno
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>Questo componente aggiuntivo è necessario e non può essere rimosso.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6591,7 +6591,7 @@ Se si è già un Great Supporter su Patreon, Sandboxie può verificare la presen
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7077,7 +7077,7 @@ In questo modo si impedisce che i processi dannosi all'interno dell'ar
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translatorcomment>Segnalare eventuali errori di inglese direttamente all'autore di Sandboxie Plus</translatorcomment>
|
||||
<translation type="unfinished">La funzionalità di Sandboxie può essere migliorata utilizzando delle DLL facoltative che possono essere caricate all'avvio in ogni processo dell'area virtuale tramite il file SbieDll.dll. La gestione dei componenti aggiuntivi nelle impostazioni globali offre un paio di utili estensioni che, una volta installate, possono essere attivate qui per l'area virtuale corrente.</translation>
|
||||
</message>
|
||||
|
@ -8377,17 +8377,17 @@ area virtuale</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>Gestione componenti aggiuntivi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>Componenti aggiuntivi facoltativi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie Plus offre numerose opzioni e un supporto ad una vasta gamma di estensioni. In questa pagina, è possibile configurare l'integrazione di componenti aggiuntivi, plugin, e altri componenti di terze parti. I componenti facoltativi possono essere scaricati dal Web, e l'installazione di alcuni potrebbe richiedere privilegi di amministratore.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8407,7 +8407,7 @@ area virtuale</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">aggiorna la lista dei componenti aggiuntivi</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8417,7 +8417,7 @@ area virtuale</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8478,7 +8478,7 @@ area virtuale</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>Mantieni aggiornata la lista dei componenti aggiuntivi</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>추가 기능을 찾을 수 없습니다. 전역 설정에서 추가 기능 목록을 업데이트하십시오!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation>추가 기능을 찾을 수 없음</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation>이 플랫폼에 추가 기능을 사용할 수 없습니다</translation>
|
||||
</message>
|
||||
|
@ -91,36 +91,36 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation>추가 기능 설정 실행 실패</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation>추가 기능을 제거하는 동안 파일을 삭제하지 못했습니다</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation>업데이트 프로그램이 플러그인 작업을 수행하지 못했습니다</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation>업데이트 프로그램에서 플러그인 작업을 수행하지 못했습니다. 오류: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon already installed!</source>
|
||||
<source>Add-on already installed!</source>
|
||||
<translation type="vanished">추가 기능이 이미 설치되었습니다!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon has no download url, addon may not be available for your platform.</source>
|
||||
<source>Addon has no download url, add-on may not be available for your platform.</source>
|
||||
<translation type="vanished">추가 기능에 다운로드 URL이 없습니다. 플랫폼에서 추가 기능을 사용할 수 없을 수 있습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Downloading Addon %1</source>
|
||||
<source>Downloading Add-on %1</source>
|
||||
<translation type="vanished">%1에서 추가 기능 다운로드 중</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -128,7 +128,7 @@
|
|||
<translation type="vanished">다운로드 서명이 올바르지 않습니다!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Installing Addon %1</source>
|
||||
<source>Installing Add-on %1</source>
|
||||
<translation type="vanished">%1에 추가 기능 설치 중</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -145,12 +145,12 @@
|
|||
<translation type="vanished">%1에 대한 파일 복사 중</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Failed to unpack addon!</source>
|
||||
<source>Failed to unpack add-on!</source>
|
||||
<oldsource>Failes to unpack addon!</oldsource>
|
||||
<translation type="vanished">추가 기능의 압축을 풀지 못했습니다!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Installation Failed!</source>
|
||||
<source>Add-on Installation Failed!</source>
|
||||
<oldsource>Addon Instalation Failed!</oldsource>
|
||||
<translation type="vanished">추가 기능 설치 실패!</translation>
|
||||
</message>
|
||||
|
@ -166,7 +166,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>추가 기능을 찾을 수 없습니다!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -179,7 +179,7 @@
|
|||
<translation type="vanished">제거 프로그램을 시작하지 못했습니다!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Removal Failed!</source>
|
||||
<source>Add-on Removal Failed!</source>
|
||||
<translation type="vanished">추가 기능 제거 실패!</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -312,7 +312,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>문제 해결 스크립트를 디버그하려면 V4 Script Debugger 추가 기능이 필요한데 다운로드하여 설치하시겠습니까?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2713,12 +2713,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>선택적 추가 기능 구성 요소 목록을 최신 상태로 유지</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation>사용 가능한 최신 추가 기능을 확인합니다.</translation>
|
||||
</message>
|
||||
|
@ -5560,7 +5560,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>이 추가 기능은 필수 사항 제거할 수 없습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7534,7 +7534,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation>Sandboxies 기능은 SbieDll.dll에 의해 시작할 때 각 샌드박스 프로세스에 로드될 수 있는 옵션 DLL을 사용하여 향상될 수 있습니다. 전역 설정의 애드온 관리자는 몇 가지 유용한 확장 기능을 제공합니다. 일단 설치되면 현재 박스에 대해 활성화할 수 있습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7604,7 +7604,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8545,17 +8545,17 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>추가 기능 관리자</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>선택적 추가 기능</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie-Plus는 다양한 옵션을 제공하고 광범위한 확장을 지원합니다. 이 페이지에서 추가 기능, 플러그인 및 기타 타사 구성 요소의 통합을 구성할 수 있습니다. 선택적 구성 요소는 웹에서 다운로드할 수 있으며 특정 설치에는 관리자 권한이 필요할 수 있습니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8575,7 +8575,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">지금 추가 목록 업데이트</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8585,7 +8585,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8731,7 +8731,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>추가 목록을 최신 상태로 유지</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -252,7 +252,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2622,12 +2622,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5532,7 +5532,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6878,7 +6878,7 @@ Als leidende processen gedefinieerd zijn, worden alle andere als achterblijvende
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7057,7 +7057,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8435,17 +8435,17 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8465,7 +8465,7 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8475,7 +8475,7 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8791,7 +8791,7 @@ Merk op dat deze waarden momenteel gebruikersspecifiek zijn en globaal worden op
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>Nie znaleziono dodatku, spróbuj zaktualizować listę dodatków w ustawieniach globalnych!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation>Nie znaleziono dodatku</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation>Dodatek nie jest dostępny dla tej platformy</translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation>Wykonanie konfiguracji dodatku nie powiodło się</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation>Nie udało się usunąć pliku podczas usuwania dodatku</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation>Aktualizator nie wykonał operacji na dodatku</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation>Aktualizator nie wykonał operacji dodatku, błąd: %1</translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>Nie znaleziono dodatku!</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -256,7 +256,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>Do debugowania skryptów rozwiązywania problemów potrzebny jest dodatek V4 Script Debugger, czy chcesz go pobrać i zainstalować?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2686,12 +2686,12 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>Aktualizuj listę opcjonalnych komponentów dodatkowych</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation>Sprawdź najnowsze dostępne dodatki.</translation>
|
||||
</message>
|
||||
|
@ -5665,7 +5665,7 @@ Uwaga: Sprawdzanie aktualizacji często pomija najnowsze wydania GitHub, aby zap
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>Ten dodatek jest obowiązkowy i nie można go usunąć.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7527,7 +7527,7 @@ Ma to zapobiec tworzeniu przez nieuczciwe procesy wewnątrz piaskownicy kopii o
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation>Funkcjonalność piaskownic można ulepszyć za pomocą opcjonalnych bibliotek dll, które można załadować do każdego procesu w piaskownicy przy starcie przez SbieDll.dll, menedżer dodatków w ustawieniach globalnych oferuje kilka przydatnych rozszerzeń, po zainstalowaniu można je włączyć tutaj dla bieżącej skrzynki.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7597,7 +7597,7 @@ Ma to zapobiec tworzeniu przez nieuczciwe procesy wewnątrz piaskownicy kopii o
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8496,7 +8496,7 @@ Należy pamiętać, że te wartości są obecnie specyficzne dla użytkownika i
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>Aktualizuj listę dodatków</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -9137,17 +9137,17 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>Menedżer dodatków</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>Opcjonalne dodatki</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie-Plus oferuje wiele opcji i obsługuje szeroką gamę rozszerzeń. Na tej stronie można skonfigurować integrację dodatków, wtyczek i innych komponentów innych firm. Opcjonalne komponenty można pobrać z Internetu, a niektóre instalacje mogą wymagać uprawnień administracyjnych.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -9167,7 +9167,7 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">zaktualizuj teraz listę dodatków</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -9177,7 +9177,7 @@ W przeciwieństwie do kanału podglądu nie zawiera niesprawdzonych, potencjalni
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -256,7 +256,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2699,12 +2699,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5703,7 +5703,7 @@ Não vou escolher: %2</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7346,7 +7346,7 @@ Isso é feito para evitar que processos invasores dentro do sandbox criem uma c
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7371,7 +7371,7 @@ Isso é feito para evitar que processos invasores dentro do sandbox criem uma c
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8717,17 +8717,17 @@ Por favor, note que esse valores são atualmente para o usuário específico e s
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8747,7 +8747,7 @@ Por favor, note que esse valores são atualmente para o usuário específico e s
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8757,7 +8757,7 @@ Por favor, note que esse valores são atualmente para o usuário específico e s
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8817,7 +8817,7 @@ Por favor, note que esse valores são atualmente para o usuário específico e s
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -256,7 +256,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2699,12 +2699,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5707,7 +5707,7 @@ Não vou definir: %2</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7346,7 +7346,7 @@ Isso é feito para evitar que processos invasores dentro do sandbox criem uma c
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7371,7 +7371,7 @@ Isso é feito para evitar que processos invasores dentro do sandbox criem uma c
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8717,17 +8717,17 @@ Por favor, note que este valores são atualmente para o utilizador específico e
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8747,7 +8747,7 @@ Por favor, note que este valores são atualmente para o utilizador específico e
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8757,7 +8757,7 @@ Por favor, note que este valores são atualmente para o utilizador específico e
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8817,7 +8817,7 @@ Por favor, note que este valores são atualmente para o utilizador específico e
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>Дополнение не найдено, попробуйте обновить список дополнений в глобальных настройках!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation>Дополнение не найдено</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<translation>Дополнение недоступно для этой платформы</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -89,22 +89,22 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation>Не удалось выполнить настройку дополнения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation>Не удалось удалить файл при удалении дополнения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<translation>Программе обновления не удалось выполнить операцию допонения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<translation>Программе обновления не удалось выполнить операцию допонения, ошибка: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -119,7 +119,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>Дополнение не найдено!</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -244,7 +244,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>Для отладки сценариев устранения неполадок вам понадобится надстройка V4 Script Debugger. Хотите загрузить и установить ее?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2485,12 +2485,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>Поддерживать актуальность списка опциональных компонентов дополнений</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<translation>Проверка наличия последних доступных дополнений.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -5182,7 +5182,7 @@ This file is part of Sandboxie and all change done to it will be reverted next t
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>Это дополнение является обязательным и не может быть удалено.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6345,7 +6345,7 @@ If you are a Great Supporter on Patreon already, Sandboxie can check online for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6681,7 +6681,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation>Функциональность песочницы можно расширить с помощью дополнительных dll, которые можно загрузить в каждый изолированный процесс при запуске с помощью SbieDll.dll, диспетчер дополнений в глобальных настройках предлагает пару полезных расширений, после установки их можно включить здесь для текущей песочницы.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7882,17 +7882,17 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>Менеджер дополнений</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>Опциональные дополнения</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie-Plus предлагает множество опций и поддерживает множество расширений. На этой странице вы можете настроить интеграцию дополнений, плагинов и других сторонних компонентов. Дополнительные компоненты можно загрузить из Интернета, а для некоторых установок могут потребоваться права администратора.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7907,7 +7907,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">обновить список дополнений сейчас</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8268,7 +8268,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8328,7 +8328,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>Поддерживать список дополнений в актуальном состоянии</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>Tillägget hittades inte. Vänligen försök uppdatera tilläggslistan i Globala inställningar!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,36 +91,36 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon already installed!</source>
|
||||
<source>Add-on already installed!</source>
|
||||
<translation type="vanished">Tillägget är redan installerat!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon has no download url, addon may not be available for your platform.</source>
|
||||
<source>Addon has no download url, add-on may not be available for your platform.</source>
|
||||
<translation type="vanished">Tillägget har ingen webbadress för nedladdning. Tillägget kanske inte är tillgängligt för din plattfrom.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Downloading Addon %1</source>
|
||||
<source>Downloading Add-on %1</source>
|
||||
<translation type="vanished">Nedladdar tillägg %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -128,7 +128,7 @@
|
|||
<translation type="vanished">Nedladdningssignatur är inte giltig!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Installing Addon %1</source>
|
||||
<source>Installing Add-on %1</source>
|
||||
<translation type="vanished">Installerar tillägg %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -145,12 +145,12 @@
|
|||
<translation type="vanished">Kopierar filer för %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Failed to unpack addon!</source>
|
||||
<source>Failed to unpack add-on!</source>
|
||||
<oldsource>Failes to unpack addon!</oldsource>
|
||||
<translation type="vanished">Lyckades inte packa upp tillägg!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Installation Failed!</source>
|
||||
<source>Add-on Installation Failed!</source>
|
||||
<oldsource>Addon Instalation Failed!</oldsource>
|
||||
<translation type="vanished">Tilläggsinstallering misslyckades!</translation>
|
||||
</message>
|
||||
|
@ -166,7 +166,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>Tillägget hittades inte!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -179,7 +179,7 @@
|
|||
<translation type="vanished">Lyckades inte starta avinstalleraren!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Removal Failed!</source>
|
||||
<source>Add-on Removal Failed!</source>
|
||||
<translation type="vanished">Tilläggsborttagning misslyckades!</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -311,7 +311,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>För att felsöka felsökningsscript behöver du V4 Script Debugger-tillägget. Vill du nedladda och installera det?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2742,12 +2742,12 @@ Till skillnad från preview-kanalen, inkluderar den inte otestade eller experime
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>Håll listan av valfria tilläggskomponenter uppdaterad</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation>Sök efter senaste tillgängliga tillägg.</translation>
|
||||
</message>
|
||||
|
@ -5706,7 +5706,7 @@ Notera: Uppdateringskollen är ofta bakom senaste GitHub-utgivningen för att s
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>Detta tillägg är obligatoriskt och kan inte tas bort.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6654,7 +6654,7 @@ Om du redan är en Great Supporter on Patreon, kan Sandboxie söka på nätet f
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7372,7 +7372,7 @@ Detta görs för att förhindra Rogue-processer inuti sandlådan från att skap
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8883,17 +8883,17 @@ istället för "*".</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>Tilläggshanterare</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>Valfria tillägg</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie-Plus erbjuder flertalet alternativ och stöder en hel rad av tillägg. På denna sida kan du konfigurera integreringen av tillägg, plugins, och andra 3:dje-parts komponenter. Valfria komponenter kan nedladdas från nätet, och vissa installationer kan kräva adminrättigheter.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8913,7 +8913,7 @@ istället för "*".</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">uppdatera tilläggslista nu</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8923,7 +8923,7 @@ istället för "*".</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -9096,7 +9096,7 @@ istället för "*".</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>Håll tilläggslistan uppdaterad</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>Eklenti bulunamadı, lütfen genel ayarlardan eklenti listesini güncellemeyi deneyin!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation>Eklenti Bulunamadı</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<translation>Eklenti bu platform için mevcut değil</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -89,22 +89,22 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation>Eklenti kurulumu yürütülemedi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation>Eklenti kaldırma işlemi sırasında bir dosya silinemedi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<translation>Güncelleyici, eklenti işlemini gerçekleştiremedi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<translation>Güncelleyici, eklenti işlemini gerçekleştiremedi, hata: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -119,7 +119,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>Eklenti bulunamadı!</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -244,7 +244,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>Sorun giderme betiklerinde hata ayıklamak için V4 Script Debugger eklentisine ihtiyacınız var, onu indirip yüklemek istiyor musunuz?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2477,12 +2477,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>İsteğe bağlı Eklenti bileşenlerinin listesini güncel tut</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<translation>Mevcut en son eklentileri denetler.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -5205,7 +5205,7 @@ Hayır şunları seçer: %2</translation>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>Bu Eklenti zorunludur ve kaldırılamaz.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6644,7 +6644,7 @@ Not: Bir korumalı alana ilişkin Zorunlu Programlar ve Zorunlu Klasörler ayarl
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation><a href="sbie://docs/boxencryption">Alan Şifreleme</a> etkinleştirildiğinde, kayıt defteri kovanı da dahil olmak üzere alanın kök klasörü, <a href="https://diskcryptor.org">Disk Cryptor'un</a> AES-XTS uygulaması kullanılarak şifrelenmiş bir disk görüntüsünde depolanır.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6832,7 +6832,7 @@ Bu, korumalı alan içindeki haydut işlemlerin kendilerinin yeniden adlandırı
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation>Sandboxie'nin işlevselliği, korumalı alanda herhangi bir işlem başlatıldığında SbieDll.dll tarafından ona yüklenebilen, isteğe bağlı DLL'ler kullanılarak genişletilebilir. Genel ayarlardaki Eklenti Yöneticisinde bazı yararlı uzantılar sunulmaktadır. Bunlar kurulduktan sonra geçerli kutu için buradan etkinleştirilebilirler.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8232,17 +8232,17 @@ The process match level has a higher priority than the specificity and describes
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>Eklenti Yöneticisi</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>İsteğe Bağlı Eklentiler</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie-Plus çok sayıda seçenek sunar ve çok çeşitli uzantıları destekler. Bu sayfadan eklentilerin, uzantıların ve diğer üçüncü taraf bileşenlerin entegrasyonunu yapılandırabilirsiniz. İsteğe bağlı bileşenler web'den indirilebilir ve bazı kurulumlar yönetici ayrıcalıkları gerektirebilir.</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8262,7 +8262,7 @@ The process match level has a higher priority than the specificity and describes
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">Eklenti listesini şimdi güncelle</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8272,7 +8272,7 @@ The process match level has a higher priority than the specificity and describes
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation>Eklenti Yapılandırması</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8332,7 +8332,7 @@ The process match level has a higher priority than the specificity and describes
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>Eklenti listesini güncel tut</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -256,7 +256,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2616,12 +2616,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5494,7 +5494,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6847,7 +6847,7 @@ If leader processes are defined, all others are treated as lingering processes.<
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7026,7 +7026,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8399,17 +8399,17 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8429,7 +8429,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8439,7 +8439,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8764,7 +8764,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,23 +91,23 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -123,7 +123,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -256,7 +256,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2596,12 +2596,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -5394,7 +5394,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6718,7 +6718,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6897,7 +6897,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8231,17 +8231,17 @@ 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="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8261,7 +8261,7 @@ 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="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8271,7 +8271,7 @@ 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="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8591,7 +8591,7 @@ 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="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>未找到加载项,请尝试在全局设置中更新加载项列表!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation>未找到加载项</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation>加载项在当前平台不适用</translation>
|
||||
</message>
|
||||
|
@ -91,36 +91,36 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation>加载项安装失败</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation>移除加载项时删除文件失败</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation>加载项更新失败</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation>加载项更新失败,错误: %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon already installed!</source>
|
||||
<source>Add-on already installed!</source>
|
||||
<translation type="vanished">已安装加载项!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon has no download url, addon may not be available for your platform.</source>
|
||||
<source>Addon has no download url, add-on may not be available for your platform.</source>
|
||||
<translation type="vanished">加载项没有下载链接,该加载项可能不适用于您的平台。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Downloading Addon %1</source>
|
||||
<source>Downloading Add-on %1</source>
|
||||
<translation type="vanished">正在下载加载项%1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -128,7 +128,7 @@
|
|||
<translation type="vanished">下载签名无效!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Installing Addon %1</source>
|
||||
<source>Installing Add-on %1</source>
|
||||
<translation type="vanished">正在安装加载项 %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -145,12 +145,12 @@
|
|||
<translation type="vanished">正在复制 %1 的文件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Failed to unpack addon!</source>
|
||||
<source>Failed to unpack add-on!</source>
|
||||
<oldsource>Failes to unpack addon!</oldsource>
|
||||
<translation type="vanished">无法解压缩加载项!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Installation Failed!</source>
|
||||
<source>Add-on Installation Failed!</source>
|
||||
<oldsource>Addon Instalation Failed!</oldsource>
|
||||
<translation type="vanished">加载项安装失败!</translation>
|
||||
</message>
|
||||
|
@ -166,7 +166,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>未找到加载项!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -179,7 +179,7 @@
|
|||
<translation type="vanished">无法启动卸载程序!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Removal Failed!</source>
|
||||
<source>Add-on Removal Failed!</source>
|
||||
<translation type="vanished">加载项删除失败!</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -312,7 +312,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>若进行调试,则需要V4 Script Debugger插件的调试脚本,是否要下载并安装它?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2674,12 +2674,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>使可选加载项组件的列表保持最新</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation>查看最新可用的插件。</translation>
|
||||
</message>
|
||||
|
@ -5463,7 +5463,7 @@ Error: %1</source>
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>此加载项是必需的,无法删除。</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7074,7 +7074,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation>沙盒功能可以使用可选的dll文件来获得增强,这些dll文件可以在SbieDll.dll启动时加载到每个沙盒进程中,全局设置中的插件管理器提供了几个有用的扩展。安装后,就可以在这里为当前的沙盒启用。</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -7658,8 +7658,8 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation>当 <a href="sbie:// docs/boxencryption">沙盒加密</a> 为沙盒根目录启用时,包括虚拟注册表在内,沙盒内容将会被存储在加密的磁盘映像中, 使用 <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS 实现。</translation>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation>当 <a href="sbie://docs/boxencryption">沙盒加密</a> 为沙盒根目录启用时,包括虚拟注册表在内,沙盒内容将会被存储在加密的磁盘映像中, 使用 <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS 实现。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="401"/>
|
||||
|
@ -8743,17 +8743,17 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>加载项管理器</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>可选加载项</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie Plus提供了许多选项,并支持广泛的扩展。在这个页面上,您可以配置插件、插件和其他第三方组件。可选组件可以从网络下载,安装某些扩展可能需要管理员权限。</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8773,7 +8773,7 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">立即更新加载项列表</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8783,7 +8783,7 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation>加载项配置</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8843,7 +8843,7 @@ Sandboxie 提供了针对这些情况的处理选项,可以在此页面进行
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>使加载项列表保持最新</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
|
@ -69,17 +69,17 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="190"/>
|
||||
<source>Addon not found, please try updating the addon list in the global settings!</source>
|
||||
<source>Addon not found, please try updating the add-on list in the global settings!</source>
|
||||
<translation>附加元件未找到,請嘗試在全域設定中更新附加元件清單!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="234"/>
|
||||
<source>Addon Not Found</source>
|
||||
<source>Add-on Not Found</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="235"/>
|
||||
<source>Addon is not available for this platform</source>
|
||||
<source>Add-on is not available for this platform</source>
|
||||
<oldsource>Addon is not available for this paltform</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
|
@ -91,36 +91,36 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="237"/>
|
||||
<source>Executing addon setup failed</source>
|
||||
<source>Executing add-on setup failed</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="238"/>
|
||||
<source>Failed to delete a file during addon removal</source>
|
||||
<source>Failed to delete a file during add-on removal</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="252"/>
|
||||
<source>Updater failed to perform addon operation</source>
|
||||
<source>Updater failed to perform add-on operation</source>
|
||||
<oldsource>Updater failed to perform plugin operation</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="254"/>
|
||||
<source>Updater failed to perform addon operation, error: %1</source>
|
||||
<source>Updater failed to perform add-on operation, error: %1</source>
|
||||
<oldsource>Updater failed to perform plugin operation, error: %1</oldsource>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon already installed!</source>
|
||||
<source>Add-on already installed!</source>
|
||||
<translation type="vanished">附加元件已被安裝!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon has no download url, addon may not be available for your platform.</source>
|
||||
<source>Addon has no download url, add-on may not be available for your platform.</source>
|
||||
<translation type="vanished">附加元件沒有下載連結,也許其不適用於你的平台。</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Downloading Addon %1</source>
|
||||
<source>Downloading Add-on %1</source>
|
||||
<translation type="vanished">正在下載附加元件 %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -128,7 +128,7 @@
|
|||
<translation type="vanished">下載簽章無效!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Installing Addon %1</source>
|
||||
<source>Installing Add-on %1</source>
|
||||
<translation type="vanished">正在安裝附加元件 %1</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -145,12 +145,12 @@
|
|||
<translation type="vanished">正在為 %1 複製檔案</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Failed to unpack addon!</source>
|
||||
<source>Failed to unpack add-on!</source>
|
||||
<oldsource>Failes to unpack addon!</oldsource>
|
||||
<translation type="vanished">解壓縮附加元件失敗!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Installation Failed!</source>
|
||||
<source>Add-on Installation Failed!</source>
|
||||
<oldsource>Addon Instalation Failed!</oldsource>
|
||||
<translation type="obsolete">附加元件安裝失敗!</translation>
|
||||
</message>
|
||||
|
@ -166,7 +166,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="AddonManager.cpp" line="214"/>
|
||||
<source>Addon not found!</source>
|
||||
<source>Add-on not found!</source>
|
||||
<translation>找不到附加元件!</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -179,7 +179,7 @@
|
|||
<translation type="vanished">開啟解除安裝程式失敗!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Addon Removal Failed!</source>
|
||||
<source>Add-on Removal Failed!</source>
|
||||
<translation type="vanished">附加元件移除失敗!</translation>
|
||||
</message>
|
||||
</context>
|
||||
|
@ -309,7 +309,7 @@
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/BoxAssistant.cpp" line="101"/>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger addon, do you want to download and install it?</source>
|
||||
<source>To debug troubleshooting scripts you need the V4 Script Debugger add-on, do you want to download and install it?</source>
|
||||
<translation>要除錯疑難排解腳本,你需要 V4 腳本偵錯附加元件,是否下載和安裝?</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -2660,12 +2660,12 @@ Unlike the preview channel, it does not include untested, potentially breaking,
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="641"/>
|
||||
<source>Keep the list of optional Addon components up to date</source>
|
||||
<source>Keep the list of optional Add-on components up to date</source>
|
||||
<translation>保持可選附加元件/組件為最新</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Wizards/SetupWizard.cpp" line="642"/>
|
||||
<source>Check for latest available addons.</source>
|
||||
<source>Check for latest available add-ons.</source>
|
||||
<oldsource>Check for latest avaialble addons.</oldsource>
|
||||
<translation>檢查最新的可用附加元件。</translation>
|
||||
</message>
|
||||
|
@ -5425,7 +5425,7 @@ This file is part of Sandboxie and all changed done to it will be reverted next
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Windows/SettingsWindow.cpp" line="1717"/>
|
||||
<source>This Addon is mandatory and can not be removed.</source>
|
||||
<source>This Add-on is mandatory and can not be removed.</source>
|
||||
<translation>此附加元件具有強制性且不可被移除。</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6655,7 +6655,7 @@ If you are a great patreaon supporter already, sandboxie can check online for an
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="354"/>
|
||||
<source>When <a href="sbie:// docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<source>When <a href="sbie://docs/boxencryption">Box Encryption</a> is enabled the box’s root folder, including its registry hive, is stored in an encrypted disk image, using <a href="https://diskcryptor.org">Disk Cryptor's</a> AES-XTS implementation.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -6936,7 +6936,7 @@ This is done to prevent rogue processes inside the sandbox from creating a renam
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/OptionsWindow.ui" line="3643"/>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the addon manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<source>Sandboxies functionality can be enhanced using optional dll’s which can be loaded into each sandboxed process on start by the SbieDll.dll, the add-on manager in the global settings offers a couple useful extensions, once installed they can be enabled here for the current box.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8262,17 +8262,17 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1173"/>
|
||||
<source>Addons Manager</source>
|
||||
<source>Add-Ons Manager</source>
|
||||
<translation>附加元件管理員</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1183"/>
|
||||
<source>Optional Addons</source>
|
||||
<source>Optional Add-Ons</source>
|
||||
<translation>可選附加元件</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1191"/>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of addons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<source>Sandboxie-Plus offers numerous options and supports a wide range of extensions. On this page, you can configure the integration of add-ons, plugins, and other third-party components. Optional components can be downloaded from the web, and certain installations may require administrative privileges.</source>
|
||||
<translation>Sandboxie-Plus 提供眾多選項並支援大量擴充套件。在此頁面上,您可以設定附加元件、擴充套件和其他第三方組件的整合。可選組件可以從網際網路下載,某些安裝可能需要管理人員權限。</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8292,7 +8292,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1245"/>
|
||||
<source><a href="sbie://addons">update addon list now</a></source>
|
||||
<source><a href="sbie://addons">update add-on list now</a></source>
|
||||
<translation><a href="sbie://addons">立即更新附加元件清單</a></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8302,7 +8302,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1265"/>
|
||||
<source>Addon Configuration</source>
|
||||
<source>Add-On Configuration</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
|
@ -8690,7 +8690,7 @@ Please note that this values are currently user specific and saved globally for
|
|||
</message>
|
||||
<message>
|
||||
<location filename="Forms/SettingsWindow.ui" line="1564"/>
|
||||
<source>Keep addon list up to date</source>
|
||||
<source>Keep add-on list up to date</source>
|
||||
<translation>保持附加元件清單為最新</translation>
|
||||
</message>
|
||||
<message>
|
||||
|
|
Loading…
Reference in New Issue